Unnamed: 0
int64 0
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 7
112
| repo_url
stringlengths 36
141
| action
stringclasses 3
values | title
stringlengths 1
744
| labels
stringlengths 4
574
| body
stringlengths 9
211k
| index
stringclasses 10
values | text_combine
stringlengths 96
211k
| label
stringclasses 2
values | text
stringlengths 96
188k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
14,778
| 18,051,746,782
|
IssuesEvent
|
2021-09-19 21:29:49
|
solid/notifications-panel
|
https://api.github.com/repos/solid/notifications-panel
|
opened
|
Editors Team to review issues for copy/move
|
status: Needs Process Help
|
Assignment of relevant (existing) issues to the Notifications Panel.
Action from https://github.com/solid/notifications-panel/blob/main/meetings/2021-09-16.md
|
1.0
|
Editors Team to review issues for copy/move - Assignment of relevant (existing) issues to the Notifications Panel.
Action from https://github.com/solid/notifications-panel/blob/main/meetings/2021-09-16.md
|
process
|
editors team to review issues for copy move assignment of relevant existing issues to the notifications panel action from
| 1
|
14,766
| 18,045,401,957
|
IssuesEvent
|
2021-09-18 20:14:54
|
dtcenter/MET
|
https://api.github.com/repos/dtcenter/MET
|
closed
|
ioda2nc - all data was rejected by station ID even though there are two records (unittest)
|
type: bug priority: medium alert: NEED ACCOUNT KEY component: CI/CD requestor: METplus Team MET: PreProcessing Tools (Point)
|
*Replace italics below with details for this issue.*
## Describe the Problem ##
The unitest of ioda2nc was failed with the nightly build. It was not duplicated by the manual runs of ioda2nc unit-test. But it happened rarely. The log message shows all records were rejected by station_id ("KEKA" only, should be 2 records for KEKA station) when this happened.
Command at unit test:
```
export MASK_GRID=''
export MASK_POLY=''
export MESSAGE_TYPE=''
export STATION_ID='"KEKA"'
/d1/projects/MET/MET_regression/develop/NB20210916/MET-develop/met/share/met/../../bin/ioda2nc /d1/projects/MET/MET_test_data/unit_test/obs_data/ioda/ioda.NC001007.2020031012.nc ioda.NC001007.2020031012.mask_sid.nc -config /d1/projects/MET/MET_regression/develop/NB20210916/MET-develop/test/config/IODA2NCConfig_mask -v 2
```
Log messages when the problem happened:
```
DEBUG 2: Total records processed = 10
DEBUG 2: Rejected based on message type = 0
DEBUG 2: Rejected based on station id = 10 (should be 8)
DEBUG 2: Rejected based on valid time = 0
DEBUG 2: Rejected based on masking grid = 0
DEBUG 2: Rejected based on masking polygon = 0
DEBUG 2: Rejected based on elevation = 0
DEBUG 2: Rejected based on zero observations = 0
DEBUG 2: Total Records retained = 0
DEBUG 2: Total observations retained or derived = 0
DEBUG 1: Obs time between 19700101_000000 and 19700101_000000
WARNING:
WARNING: process_ioda_file() -> No IODA records retained from file: /d1/projects/MET/MET_test_data/unit_test/obs_data/ioda/ioda.NC001007.2020031012.nc
WARNING:
ERROR :
ERROR : write_netcdf_hdr_data() -> No IODA records retained. Nothing to write.
ERROR :
```
### Expected Behavior ###
It should retain 2 records and no failure with the unit test.
### Environment ###
Describe your runtime environment:
*1. Machine: (Linux Workstation: liowa)*
*2. OS: (e.g. RedHat Linux)*
*3. Software version number(s): 10.1.0 beta 3*
### To Reproduce ###
Describe the steps to reproduce the behavior:
Command to test:
```
export MASK_GRID=''
export MASK_POLY=''
export MESSAGE_TYPE=''
export STATION_ID='"KEKA"'
./ioda2nc /d1/projects/MET/MET_test_data/unit_test/obs_data/ioda/ioda.NC001007.2020031012.nc ioda.NC001007.2020031012.mask_sid.nc -config /d1/projects/MET/MET_regression/develop/NB20210916/MET-develop/test/config/IODA2NCConfig_mask -v 2
```
Expected log messages:
```
DEBUG 2: Total records processed = 10
DEBUG 2: Rejected based on message type = 0
DEBUG 2: Rejected based on station id = 8
DEBUG 2: Rejected based on valid time = 0
DEBUG 2: Rejected based on masking grid = 0
DEBUG 2: Rejected based on masking polygon = 0
DEBUG 2: Rejected based on elevation = 0
DEBUG 2: Rejected based on zero observations = 0
DEBUG 2: Total Records retained = 2
DEBUG 2: Total observations retained or derived = 2
DEBUG 1: Obs time between 19700101_000000 and 19700101_000000
and no WARNING nor ERROR
```
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required
- [x] Select **scientist(s)** or **no scientist** required: no scientist
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [ ] Select **Organization** level **Project** for support of the current coordinated release
- [ ] Select **Repository** level **Project** for development toward the next official release or add **alert: NEED PROJECT ASSIGNMENT** label
- [ ] Select **Milestone** as the next bugfix version
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Bugfix Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **main_\<Version>**.
Branch name: `bugfix_<Issue Number>_main_<Version>_<Description>`
- [ ] Fix the bug and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **main_\<Version>**.
Pull request: `bugfix <Issue Number> main_<Version> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Organization** level software support **Project** for the current coordinated release
Select: **Milestone** as the next bugfix version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Complete the steps above to fix the bug on the **develop** branch.
Branch name: `bugfix_<Issue Number>_develop_<Description>`
Pull request: `bugfix <Issue Number> develop <Description>`
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Close this issue.
|
1.0
|
ioda2nc - all data was rejected by station ID even though there are two records (unittest) - *Replace italics below with details for this issue.*
## Describe the Problem ##
The unitest of ioda2nc was failed with the nightly build. It was not duplicated by the manual runs of ioda2nc unit-test. But it happened rarely. The log message shows all records were rejected by station_id ("KEKA" only, should be 2 records for KEKA station) when this happened.
Command at unit test:
```
export MASK_GRID=''
export MASK_POLY=''
export MESSAGE_TYPE=''
export STATION_ID='"KEKA"'
/d1/projects/MET/MET_regression/develop/NB20210916/MET-develop/met/share/met/../../bin/ioda2nc /d1/projects/MET/MET_test_data/unit_test/obs_data/ioda/ioda.NC001007.2020031012.nc ioda.NC001007.2020031012.mask_sid.nc -config /d1/projects/MET/MET_regression/develop/NB20210916/MET-develop/test/config/IODA2NCConfig_mask -v 2
```
Log messages when the problem happened:
```
DEBUG 2: Total records processed = 10
DEBUG 2: Rejected based on message type = 0
DEBUG 2: Rejected based on station id = 10 (should be 8)
DEBUG 2: Rejected based on valid time = 0
DEBUG 2: Rejected based on masking grid = 0
DEBUG 2: Rejected based on masking polygon = 0
DEBUG 2: Rejected based on elevation = 0
DEBUG 2: Rejected based on zero observations = 0
DEBUG 2: Total Records retained = 0
DEBUG 2: Total observations retained or derived = 0
DEBUG 1: Obs time between 19700101_000000 and 19700101_000000
WARNING:
WARNING: process_ioda_file() -> No IODA records retained from file: /d1/projects/MET/MET_test_data/unit_test/obs_data/ioda/ioda.NC001007.2020031012.nc
WARNING:
ERROR :
ERROR : write_netcdf_hdr_data() -> No IODA records retained. Nothing to write.
ERROR :
```
### Expected Behavior ###
It should retain 2 records and no failure with the unit test.
### Environment ###
Describe your runtime environment:
*1. Machine: (Linux Workstation: liowa)*
*2. OS: (e.g. RedHat Linux)*
*3. Software version number(s): 10.1.0 beta 3*
### To Reproduce ###
Describe the steps to reproduce the behavior:
Command to test:
```
export MASK_GRID=''
export MASK_POLY=''
export MESSAGE_TYPE=''
export STATION_ID='"KEKA"'
./ioda2nc /d1/projects/MET/MET_test_data/unit_test/obs_data/ioda/ioda.NC001007.2020031012.nc ioda.NC001007.2020031012.mask_sid.nc -config /d1/projects/MET/MET_regression/develop/NB20210916/MET-develop/test/config/IODA2NCConfig_mask -v 2
```
Expected log messages:
```
DEBUG 2: Total records processed = 10
DEBUG 2: Rejected based on message type = 0
DEBUG 2: Rejected based on station id = 8
DEBUG 2: Rejected based on valid time = 0
DEBUG 2: Rejected based on masking grid = 0
DEBUG 2: Rejected based on masking polygon = 0
DEBUG 2: Rejected based on elevation = 0
DEBUG 2: Rejected based on zero observations = 0
DEBUG 2: Total Records retained = 2
DEBUG 2: Total observations retained or derived = 2
DEBUG 1: Obs time between 19700101_000000 and 19700101_000000
and no WARNING nor ERROR
```
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
### Funding Source ###
*Define the source of funding and account keys here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [x] Select **engineer(s)** or **no engineer** required
- [x] Select **scientist(s)** or **no scientist** required: no scientist
### Labels ###
- [x] Select **component(s)**
- [x] Select **priority**
- [x] Select **requestor(s)**
### Projects and Milestone ###
- [ ] Select **Organization** level **Project** for support of the current coordinated release
- [ ] Select **Repository** level **Project** for development toward the next official release or add **alert: NEED PROJECT ASSIGNMENT** label
- [ ] Select **Milestone** as the next bugfix version
## Define Related Issue(s) ##
Consider the impact to the other METplus components.
- [ ] [METplus](https://github.com/dtcenter/METplus/issues/new/choose), [MET](https://github.com/dtcenter/MET/issues/new/choose), [METdatadb](https://github.com/dtcenter/METdatadb/issues/new/choose), [METviewer](https://github.com/dtcenter/METviewer/issues/new/choose), [METexpress](https://github.com/dtcenter/METexpress/issues/new/choose), [METcalcpy](https://github.com/dtcenter/METcalcpy/issues/new/choose), [METplotpy](https://github.com/dtcenter/METplotpy/issues/new/choose)
## Bugfix Checklist ##
See the [METplus Workflow](https://metplus.readthedocs.io/en/latest/Contributors_Guide/github_workflow.html) for details.
- [ ] Complete the issue definition above, including the **Time Estimate** and **Funding Source**.
- [ ] Fork this repository or create a branch of **main_\<Version>**.
Branch name: `bugfix_<Issue Number>_main_<Version>_<Description>`
- [ ] Fix the bug and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update unit tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **main_\<Version>**.
Pull request: `bugfix <Issue Number> main_<Version> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)** and **Linked issues**
Select: **Organization** level software support **Project** for the current coordinated release
Select: **Milestone** as the next bugfix version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Complete the steps above to fix the bug on the **develop** branch.
Branch name: `bugfix_<Issue Number>_develop_<Description>`
Pull request: `bugfix <Issue Number> develop <Description>`
Select: **Reviewer(s)** and **Linked issues**
Select: **Repository** level development cycle **Project** for the next official release
Select: **Milestone** as the next official version
- [ ] Close this issue.
|
process
|
all data was rejected by station id even though there are two records unittest replace italics below with details for this issue describe the problem the unitest of was failed with the nightly build it was not duplicated by the manual runs of unit test but it happened rarely the log message shows all records were rejected by station id keka only should be records for keka station when this happened command at unit test export mask grid export mask poly export message type export station id keka projects met met regression develop met develop met share met bin projects met met test data unit test obs data ioda ioda nc ioda mask sid nc config projects met met regression develop met develop test config mask v log messages when the problem happened debug total records processed debug rejected based on message type debug rejected based on station id should be debug rejected based on valid time debug rejected based on masking grid debug rejected based on masking polygon debug rejected based on elevation debug rejected based on zero observations debug total records retained debug total observations retained or derived debug obs time between and warning warning process ioda file no ioda records retained from file projects met met test data unit test obs data ioda ioda nc warning error error write netcdf hdr data no ioda records retained nothing to write error expected behavior it should retain records and no failure with the unit test environment describe your runtime environment machine linux workstation liowa os e g redhat linux software version number s beta to reproduce describe the steps to reproduce the behavior command to test export mask grid export mask poly export message type export station id keka projects met met test data unit test obs data ioda ioda nc ioda mask sid nc config projects met met regression develop met develop test config mask v expected log messages debug total records processed debug rejected based on message type debug rejected based on station id debug rejected based on valid time debug rejected based on masking grid debug rejected based on masking polygon debug rejected based on elevation debug rejected based on zero observations debug total records retained debug total observations retained or derived debug obs time between and and no warning nor error relevant deadlines list relevant project deadlines here or state none funding source define the source of funding and account keys here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required no scientist labels select component s select priority select requestor s projects and milestone select organization level project for support of the current coordinated release select repository level project for development toward the next official release or add alert need project assignment label select milestone as the next bugfix version define related issue s consider the impact to the other metplus components bugfix checklist see the for details complete the issue definition above including the time estimate and funding source fork this repository or create a branch of main branch name bugfix main fix the bug and test your changes add update log messages for easier debugging add update unit tests add update documentation push local changes to github submit a pull request to merge into main pull request bugfix main define the pull request metadata as permissions allow select reviewer s and linked issues select organization level software support project for the current coordinated release select milestone as the next bugfix version iterate until the reviewer s accept and merge your changes delete your fork or branch complete the steps above to fix the bug on the develop branch branch name bugfix develop pull request bugfix develop select reviewer s and linked issues select repository level development cycle project for the next official release select milestone as the next official version close this issue
| 1
|
17,073
| 5,327,830,236
|
IssuesEvent
|
2017-02-15 10:17:03
|
joomla/joomla-cms
|
https://api.github.com/repos/joomla/joomla-cms
|
closed
|
[4.0] Username-Field in backend not Autofocus
|
No Code Attached Yet
|
### Steps to reproduce the issue
If open Backend in Joomla3 Cursor is in `Username`, in J4 User has to click in Field to get Focus.
### System information (as much as possible)
Joomla! 4.0-nightly builds
macOS Sierra, 10.12.3
Safari 10.0.3
PHP 7.0.15
#### MAMP 4.1.1
- PHP 7.0.15
- MySQLi 5.6.35
|
1.0
|
[4.0] Username-Field in backend not Autofocus - ### Steps to reproduce the issue
If open Backend in Joomla3 Cursor is in `Username`, in J4 User has to click in Field to get Focus.
### System information (as much as possible)
Joomla! 4.0-nightly builds
macOS Sierra, 10.12.3
Safari 10.0.3
PHP 7.0.15
#### MAMP 4.1.1
- PHP 7.0.15
- MySQLi 5.6.35
|
non_process
|
username field in backend not autofocus steps to reproduce the issue if open backend in cursor is in username in user has to click in field to get focus system information as much as possible joomla nightly builds macos sierra safari php mamp php mysqli
| 0
|
376,858
| 26,220,537,936
|
IssuesEvent
|
2023-01-04 14:31:28
|
messari/subgraphs
|
https://api.github.com/repos/messari/subgraphs
|
closed
|
Create PR / Issue templates
|
documentation p0 tooling
|
Create templates.
For PRs we also probably want to include a first-time builder checklist:
- subgraph is in deployment.json
- subgraph builds with messari-cli
- actions pass?
- subgraph.yaml is generated via template
- etc.
|
1.0
|
Create PR / Issue templates - Create templates.
For PRs we also probably want to include a first-time builder checklist:
- subgraph is in deployment.json
- subgraph builds with messari-cli
- actions pass?
- subgraph.yaml is generated via template
- etc.
|
non_process
|
create pr issue templates create templates for prs we also probably want to include a first time builder checklist subgraph is in deployment json subgraph builds with messari cli actions pass subgraph yaml is generated via template etc
| 0
|
516,204
| 14,977,020,222
|
IssuesEvent
|
2021-01-28 08:56:08
|
scalaquest/PPS-19-ScalaQuest
|
https://api.github.com/repos/scalaquest/PPS-19-ScalaQuest
|
closed
|
Represent ItemRefs as an ADT
|
enhancement low priority
|
Like this:
```scala
sealed trait Item
sealed trait ItemRef
final case class SimpleItem(name: String) extends ItemRef
final case class DecoratedItem(decoration: String, item: ItemRef) extends ItemRef
val itemRetriever: Map[ItemRef, Item] = ???
val a = SimpleItem("key")
val b = DecoratedItem("red", SimpleItem("key"))
val c = DecoratedItem("big", SimpleItem("key"))
DecoratedItem("big", DecoratedItem("big", SimpleItem("key")))
```
|
1.0
|
Represent ItemRefs as an ADT - Like this:
```scala
sealed trait Item
sealed trait ItemRef
final case class SimpleItem(name: String) extends ItemRef
final case class DecoratedItem(decoration: String, item: ItemRef) extends ItemRef
val itemRetriever: Map[ItemRef, Item] = ???
val a = SimpleItem("key")
val b = DecoratedItem("red", SimpleItem("key"))
val c = DecoratedItem("big", SimpleItem("key"))
DecoratedItem("big", DecoratedItem("big", SimpleItem("key")))
```
|
non_process
|
represent itemrefs as an adt like this scala sealed trait item sealed trait itemref final case class simpleitem name string extends itemref final case class decorateditem decoration string item itemref extends itemref val itemretriever map val a simpleitem key val b decorateditem red simpleitem key val c decorateditem big simpleitem key decorateditem big decorateditem big simpleitem key
| 0
|
14,552
| 17,669,902,466
|
IssuesEvent
|
2021-08-23 03:35:40
|
tdwg/dwc
|
https://api.github.com/repos/tdwg/dwc
|
opened
|
Change term - pathway: foodContaminant
|
Term - change Class - Occurrence Process - implement non-normative
|
## Term change
* Submitter: @tucotuco John Wieczorek
* Efficacy Justification (why is this change necessary?): grammar
* Demand Justification (if the change is semantic in nature, name at least two organizations that independently need this term): No semantic change
* Stability Justification (what concerns are there that this might affect existing implementations?): No stability implications
* Implications for dwciri: namespace (does this change affect a dwciri term version)?: None
Current Term definition: https://dwc.tdwg.org/list/#dwc_[term name here]
"Foods for human consumption, whether they are transported life or dead."
Proposed attributes of the new term:
* Definition of the term (non-normative):
"Foods for human consumption, whether they are transported live or dead."
|
1.0
|
Change term - pathway: foodContaminant - ## Term change
* Submitter: @tucotuco John Wieczorek
* Efficacy Justification (why is this change necessary?): grammar
* Demand Justification (if the change is semantic in nature, name at least two organizations that independently need this term): No semantic change
* Stability Justification (what concerns are there that this might affect existing implementations?): No stability implications
* Implications for dwciri: namespace (does this change affect a dwciri term version)?: None
Current Term definition: https://dwc.tdwg.org/list/#dwc_[term name here]
"Foods for human consumption, whether they are transported life or dead."
Proposed attributes of the new term:
* Definition of the term (non-normative):
"Foods for human consumption, whether they are transported live or dead."
|
process
|
change term pathway foodcontaminant term change submitter tucotuco john wieczorek efficacy justification why is this change necessary grammar demand justification if the change is semantic in nature name at least two organizations that independently need this term no semantic change stability justification what concerns are there that this might affect existing implementations no stability implications implications for dwciri namespace does this change affect a dwciri term version none current term definition foods for human consumption whether they are transported life or dead proposed attributes of the new term definition of the term non normative foods for human consumption whether they are transported live or dead
| 1
|
11,236
| 14,013,530,281
|
IssuesEvent
|
2020-10-29 10:33:56
|
qgis/QGIS
|
https://api.github.com/repos/qgis/QGIS
|
closed
|
TIN Interpolation sensitive to point order
|
Bug Feedback Processing
|
QGIS 3.10.5 on Windows 10
The TIN Interpolator, found in the Processing toolbox appears to be sensitive to the order of the points used to interpolate.
I have been working on a demo project for my students and have created some profiles and sections across an esker. The data have been created by making points following various survey patterns (the aim is to illustrate what may go wrong when failing to collect sufficient data). The XY points have then received Z values using v.drape. The different spatial configurations have then been saved as WKT.
Each WKT set has been interpolated using the TIN interpolator (linear) and all but one worked. The data set that failed contains four lines of points fanning out somewhat. The lines of points were digitised from East to West whereas the lines themselves run approximately North-South. The TIN interpolator would get 32% through processing then stop. The process wouldn't quit but wouldn't complete either.
Changing the order of the points got rid of the problem.
The file below contains a csv of the WKT data
[0Test.txt](https://github.com/qgis/QGIS/files/5450460/0Test.txt)
|
1.0
|
TIN Interpolation sensitive to point order - QGIS 3.10.5 on Windows 10
The TIN Interpolator, found in the Processing toolbox appears to be sensitive to the order of the points used to interpolate.
I have been working on a demo project for my students and have created some profiles and sections across an esker. The data have been created by making points following various survey patterns (the aim is to illustrate what may go wrong when failing to collect sufficient data). The XY points have then received Z values using v.drape. The different spatial configurations have then been saved as WKT.
Each WKT set has been interpolated using the TIN interpolator (linear) and all but one worked. The data set that failed contains four lines of points fanning out somewhat. The lines of points were digitised from East to West whereas the lines themselves run approximately North-South. The TIN interpolator would get 32% through processing then stop. The process wouldn't quit but wouldn't complete either.
Changing the order of the points got rid of the problem.
The file below contains a csv of the WKT data
[0Test.txt](https://github.com/qgis/QGIS/files/5450460/0Test.txt)
|
process
|
tin interpolation sensitive to point order qgis on windows the tin interpolator found in the processing toolbox appears to be sensitive to the order of the points used to interpolate i have been working on a demo project for my students and have created some profiles and sections across an esker the data have been created by making points following various survey patterns the aim is to illustrate what may go wrong when failing to collect sufficient data the xy points have then received z values using v drape the different spatial configurations have then been saved as wkt each wkt set has been interpolated using the tin interpolator linear and all but one worked the data set that failed contains four lines of points fanning out somewhat the lines of points were digitised from east to west whereas the lines themselves run approximately north south the tin interpolator would get through processing then stop the process wouldn t quit but wouldn t complete either changing the order of the points got rid of the problem the file below contains a csv of the wkt data
| 1
|
538,511
| 15,770,594,601
|
IssuesEvent
|
2021-03-31 19:36:11
|
redhat-developer/vscode-openshift-tools
|
https://api.github.com/repos/redhat-developer/vscode-openshift-tools
|
opened
|
Add 'Change' command for current CRC instance to allow change settings
|
kind/enhancement priority/major
|
It should be possible to change vm parameters without setting everything from scratch. Now there is only Reset button and that requires to fill up every field again even if you need only to change amount of memory dedicated to vm. That should clearly indicate the current vm is going to be deleted and all resources in cluster would be lost.
|
1.0
|
Add 'Change' command for current CRC instance to allow change settings - It should be possible to change vm parameters without setting everything from scratch. Now there is only Reset button and that requires to fill up every field again even if you need only to change amount of memory dedicated to vm. That should clearly indicate the current vm is going to be deleted and all resources in cluster would be lost.
|
non_process
|
add change command for current crc instance to allow change settings it should be possible to change vm parameters without setting everything from scratch now there is only reset button and that requires to fill up every field again even if you need only to change amount of memory dedicated to vm that should clearly indicate the current vm is going to be deleted and all resources in cluster would be lost
| 0
|
479
| 2,911,386,460
|
IssuesEvent
|
2015-06-22 09:14:03
|
haskell-distributed/distributed-process
|
https://api.github.com/repos/haskell-distributed/distributed-process
|
closed
|
Re-export runProcess and forkProcess in SimpleLocalnet
|
distributed-process-simplelocalnet Feature Request
|
so that startSlave and startMaster are truly optional.
|
1.0
|
Re-export runProcess and forkProcess in SimpleLocalnet - so that startSlave and startMaster are truly optional.
|
process
|
re export runprocess and forkprocess in simplelocalnet so that startslave and startmaster are truly optional
| 1
|
51,398
| 12,710,670,447
|
IssuesEvent
|
2020-06-23 14:13:11
|
pytorch/pytorch
|
https://api.github.com/repos/pytorch/pytorch
|
closed
|
Compile Error for .cu files when using libtorch (caused by nvcc flags)
|
high priority module: build module: cpp module: cuda triaged
|
## 🐛 Bug
After the cmake is done, when compiling .cu files in my project, the following error will occur:
```bash
nvcc fatal : Unknown option 'Wall'
```
The `flags.make` shows the following result:
```bash
$cat CMakeFiles/train.dir/flags.make
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# compile CUDA with /usr/local/cuda-9.2/bin/nvcc
# compile CXX with /usr/bin/c++
CUDA_FLAGS = -O3 -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-missing-braces -fopenmp -std=c++14
CUDA_DEFINES = -DAT_PARALLEL_OPENMP=1
......
```
The `-O3` flag was added using `CMAKE_CUDA_FLAGS` in the `CMakeLists.txt`
## To Reproduce
Steps to reproduce the behavior:
1. Write a .cu file in the project
2. cmake then make
3. The error occurs
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
Those -Wxxx flags should not be added as cuda flags.
## Environment
Please copy and paste the output from our
[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
(or fill out the checklist below manually).
You can get the script and run it with:
```
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
```
- PyTorch Version (e.g., 1.0): Compile from source
- OS (e.g., Linux): Ubuntu 16.04
- How you installed PyTorch (`conda`, `pip`, source): source
- Build command you used (if compiling from source):
```bash
BUILD_TORCH=ON \
CMAKE_PREFIX_PATH="/usr/bin/;/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/lib/intel64/;/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/;/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/include/" \
CUDA_BIN_PATH=/usr/local/cuda/bin \
CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda/ \
CUDNN_LIB_DIR=/usr/local/cuda/lib64 \
USE_CUDA=1 \
USE_NNPACK=1 \
MAX_JOBS=8 \
python3 setup.py build
```
- Python version: 3.6
- CUDA/cuDNN version: 9.2/7.5
- GPU models and configuration: NVIDIA GTX Titan
- Any other relevant information:
cc @ezyang @gchanan @zou3519 @malfet @yf225 @glaringlee @ngimel
|
1.0
|
Compile Error for .cu files when using libtorch (caused by nvcc flags) - ## 🐛 Bug
After the cmake is done, when compiling .cu files in my project, the following error will occur:
```bash
nvcc fatal : Unknown option 'Wall'
```
The `flags.make` shows the following result:
```bash
$cat CMakeFiles/train.dir/flags.make
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.15
# compile CUDA with /usr/local/cuda-9.2/bin/nvcc
# compile CXX with /usr/bin/c++
CUDA_FLAGS = -O3 -D_GLIBCXX_USE_CXX11_ABI=1 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Wno-write-strings -Wno-unknown-pragmas -Wno-missing-braces -fopenmp -std=c++14
CUDA_DEFINES = -DAT_PARALLEL_OPENMP=1
......
```
The `-O3` flag was added using `CMAKE_CUDA_FLAGS` in the `CMakeLists.txt`
## To Reproduce
Steps to reproduce the behavior:
1. Write a .cu file in the project
2. cmake then make
3. The error occurs
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
## Expected behavior
Those -Wxxx flags should not be added as cuda flags.
## Environment
Please copy and paste the output from our
[environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
(or fill out the checklist below manually).
You can get the script and run it with:
```
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
```
- PyTorch Version (e.g., 1.0): Compile from source
- OS (e.g., Linux): Ubuntu 16.04
- How you installed PyTorch (`conda`, `pip`, source): source
- Build command you used (if compiling from source):
```bash
BUILD_TORCH=ON \
CMAKE_PREFIX_PATH="/usr/bin/;/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/lib/intel64/;/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/;/opt/intel/compilers_and_libraries_2018.1.163/linux/mkl/include/" \
CUDA_BIN_PATH=/usr/local/cuda/bin \
CUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda/ \
CUDNN_LIB_DIR=/usr/local/cuda/lib64 \
USE_CUDA=1 \
USE_NNPACK=1 \
MAX_JOBS=8 \
python3 setup.py build
```
- Python version: 3.6
- CUDA/cuDNN version: 9.2/7.5
- GPU models and configuration: NVIDIA GTX Titan
- Any other relevant information:
cc @ezyang @gchanan @zou3519 @malfet @yf225 @glaringlee @ngimel
|
non_process
|
compile error for cu files when using libtorch caused by nvcc flags 🐛 bug after the cmake is done when compiling cu files in my project the following error will occur bash nvcc fatal unknown option wall the flags make shows the following result bash cat cmakefiles train dir flags make cmake generated file do not edit generated by unix makefiles generator cmake version compile cuda with usr local cuda bin nvcc compile cxx with usr bin c cuda flags d glibcxx use abi wall wextra wno unused parameter wno missing field initializers wno write strings wno unknown pragmas wno missing braces fopenmp std c cuda defines dat parallel openmp the flag was added using cmake cuda flags in the cmakelists txt to reproduce steps to reproduce the behavior write a cu file in the project cmake then make the error occurs expected behavior those wxxx flags should not be added as cuda flags environment please copy and paste the output from our or fill out the checklist below manually you can get the script and run it with wget for security purposes please check the contents of collect env py before running it python collect env py pytorch version e g compile from source os e g linux ubuntu how you installed pytorch conda pip source source build command you used if compiling from source bash build torch on cmake prefix path usr bin opt intel compilers and libraries linux mkl lib opt intel compilers and libraries linux mkl opt intel compilers and libraries linux mkl include cuda bin path usr local cuda bin cuda toolkit root dir usr local cuda cudnn lib dir usr local cuda use cuda use nnpack max jobs setup py build python version cuda cudnn version gpu models and configuration nvidia gtx titan any other relevant information cc ezyang gchanan malfet glaringlee ngimel
| 0
|
21,637
| 30,054,110,265
|
IssuesEvent
|
2023-06-28 04:50:17
|
metabase/metabase
|
https://api.github.com/repos/metabase/metabase
|
closed
|
Model name shows as Question n when joined in question notebook editor
|
Type:Bug Priority:P3 Querying/Parameters & Variables .Needs Triage Querying/Models .Team/QueryProcessor :hammer_and_wrench:
|
### Describe the bug
- Showing Question number instead of Model Name when joining a model
- If starting with a model, the model name is shown, but if any models are not the first data source, then they show up in Filter as Question n instead of with the model name
### To Reproduce
1. Create a model based on Sample Data > Orders
2. Create a new question with Sample Data > Products
3. Open question notebook editor, and add a join to the Orders model that you created in step 1
4. Click filters and see that model name is not present, instead it shows Question n (where n = the question id)

### Expected behavior
- Should show model name
### Logs
#n/a
### Information about your Metabase installation
```JSON
- Metabase v1.46.5
```
### Severity
P3: consistency and usability
### Additional context
_No response_
|
1.0
|
Model name shows as Question n when joined in question notebook editor - ### Describe the bug
- Showing Question number instead of Model Name when joining a model
- If starting with a model, the model name is shown, but if any models are not the first data source, then they show up in Filter as Question n instead of with the model name
### To Reproduce
1. Create a model based on Sample Data > Orders
2. Create a new question with Sample Data > Products
3. Open question notebook editor, and add a join to the Orders model that you created in step 1
4. Click filters and see that model name is not present, instead it shows Question n (where n = the question id)

### Expected behavior
- Should show model name
### Logs
#n/a
### Information about your Metabase installation
```JSON
- Metabase v1.46.5
```
### Severity
P3: consistency and usability
### Additional context
_No response_
|
process
|
model name shows as question n when joined in question notebook editor describe the bug showing question number instead of model name when joining a model if starting with a model the model name is shown but if any models are not the first data source then they show up in filter as question n instead of with the model name to reproduce create a model based on sample data orders create a new question with sample data products open question notebook editor and add a join to the orders model that you created in step click filters and see that model name is not present instead it shows question n where n the question id expected behavior should show model name logs n a information about your metabase installation json metabase severity consistency and usability additional context no response
| 1
|
277,483
| 8,628,980,886
|
IssuesEvent
|
2018-11-21 19:07:33
|
WTobor/DevAdventCalendar
|
https://api.github.com/repos/WTobor/DevAdventCalendar
|
closed
|
Create unit tests (after #11)
|
enhancement medium priority
|
I suggest xUnit and Moq
- tests with xUnit example: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
- tests with xUnit and Moq example: https://www.codeproject.com/Articles/1168172/Get-Started-with-Unit-Testing-using-xUnit-and-Moq
- AAA rule: https://msdn.microsoft.com/pl-pl/library/hh694602.aspx#Anchor_3
|
1.0
|
Create unit tests (after #11) - I suggest xUnit and Moq
- tests with xUnit example: https://docs.microsoft.com/en-us/dotnet/core/testing/unit-testing-with-dotnet-test
- tests with xUnit and Moq example: https://www.codeproject.com/Articles/1168172/Get-Started-with-Unit-Testing-using-xUnit-and-Moq
- AAA rule: https://msdn.microsoft.com/pl-pl/library/hh694602.aspx#Anchor_3
|
non_process
|
create unit tests after i suggest xunit and moq tests with xunit example tests with xunit and moq example aaa rule
| 0
|
184,052
| 21,784,787,490
|
IssuesEvent
|
2022-05-14 01:19:07
|
akshat702/cart-ionic
|
https://api.github.com/repos/akshat702/cart-ionic
|
closed
|
WS-2019-0151 (Medium) detected in core-4.0.1.tgz - autoclosed
|
security vulnerability
|
## WS-2019-0151 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>core-4.0.1.tgz</b></p></summary>
<p>Base components for Ionic</p>
<p>Library home page: <a href="https://registry.npmjs.org/@ionic/core/-/core-4.0.1.tgz">https://registry.npmjs.org/@ionic/core/-/core-4.0.1.tgz</a></p>
<p>Path to dependency file: cart-ionic/cart/e2e/package.json</p>
<p>Path to vulnerable library: cart-ionic/cart/e2e/node_modules/@ionic/core/package.json,cart-ionic/cart/e2e/node_modules/@ionic/core/package.json</p>
<p>
Dependency Hierarchy:
- angular-4.0.1.tgz (Root Library)
- :x: **core-4.0.1.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
@ionic/core versions 4.0.x before 4.0.3, 4.1.x before 4.1.3, 4.2.x before 4.2.1, 4.3.x before 4.3.1 has cross-site scripting vulnerability whhen using unsafe innerHTML function without sanitizing input
<p>Publish Date: 2019-04-19
<p>URL: <a href=https://github.com/ionic-team/ionic/commit/89557229fc81213a1f0e6fa34c1e47304acf8953>WS-2019-0151</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1023">https://www.npmjs.com/advisories/1023</a></p>
<p>Release Date: 2019-07-15</p>
<p>Fix Resolution: 4.0.3,4.1.3,4.2.1,4.3.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
WS-2019-0151 (Medium) detected in core-4.0.1.tgz - autoclosed - ## WS-2019-0151 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>core-4.0.1.tgz</b></p></summary>
<p>Base components for Ionic</p>
<p>Library home page: <a href="https://registry.npmjs.org/@ionic/core/-/core-4.0.1.tgz">https://registry.npmjs.org/@ionic/core/-/core-4.0.1.tgz</a></p>
<p>Path to dependency file: cart-ionic/cart/e2e/package.json</p>
<p>Path to vulnerable library: cart-ionic/cart/e2e/node_modules/@ionic/core/package.json,cart-ionic/cart/e2e/node_modules/@ionic/core/package.json</p>
<p>
Dependency Hierarchy:
- angular-4.0.1.tgz (Root Library)
- :x: **core-4.0.1.tgz** (Vulnerable Library)
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
@ionic/core versions 4.0.x before 4.0.3, 4.1.x before 4.1.3, 4.2.x before 4.2.1, 4.3.x before 4.3.1 has cross-site scripting vulnerability whhen using unsafe innerHTML function without sanitizing input
<p>Publish Date: 2019-04-19
<p>URL: <a href=https://github.com/ionic-team/ionic/commit/89557229fc81213a1f0e6fa34c1e47304acf8953>WS-2019-0151</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1023">https://www.npmjs.com/advisories/1023</a></p>
<p>Release Date: 2019-07-15</p>
<p>Fix Resolution: 4.0.3,4.1.3,4.2.1,4.3.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_process
|
ws medium detected in core tgz autoclosed ws medium severity vulnerability vulnerable library core tgz base components for ionic library home page a href path to dependency file cart ionic cart package json path to vulnerable library cart ionic cart node modules ionic core package json cart ionic cart node modules ionic core package json dependency hierarchy angular tgz root library x core tgz vulnerable library vulnerability details ionic core versions x before x before x before x before has cross site scripting vulnerability whhen using unsafe innerhtml function without sanitizing input publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
| 0
|
17,340
| 23,162,017,089
|
IssuesEvent
|
2022-07-29 18:53:24
|
MicrosoftDocs/azure-devops-docs
|
https://api.github.com/repos/MicrosoftDocs/azure-devops-docs
|
closed
|
Mistake in documentation
|
devops/prod doc-bug Pri1 devops-cicd-process/tech
|
In the section [What syntax should I use?](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#what-syntax-should-i-use), there is a paragraph that essentially says:
> Choose a runtime expression if [first scenario]. The exception to this is if [second scenario]. In that case, you should use a runtime expression.
Unless I'm having cognitive issues, then this appears to amount to "If X then use a runtime expression. Otherwise, also use a runtime expression."
I assume one of those instances of "runtime" was supposed to be "template" or "macro," but I'm too new to YAML to know which instance should be replaced, and with which alternative.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: dd7e0bd3-1f7d-d7b6-cc72-5ef63c31b46a
* Version Independent ID: dae87abd-b73d-9120-bcdb-6097d4b40f2a
* Content: [Define variables - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch)
* Content Source: [docs/pipelines/process/variables.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/main/docs/pipelines/process/variables.md)
* Product: **devops**
* Technology: **devops-cicd-process**
* GitHub Login: @juliakm
* Microsoft Alias: **jukullam**
|
1.0
|
Mistake in documentation - In the section [What syntax should I use?](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch#what-syntax-should-i-use), there is a paragraph that essentially says:
> Choose a runtime expression if [first scenario]. The exception to this is if [second scenario]. In that case, you should use a runtime expression.
Unless I'm having cognitive issues, then this appears to amount to "If X then use a runtime expression. Otherwise, also use a runtime expression."
I assume one of those instances of "runtime" was supposed to be "template" or "macro," but I'm too new to YAML to know which instance should be replaced, and with which alternative.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: dd7e0bd3-1f7d-d7b6-cc72-5ef63c31b46a
* Version Independent ID: dae87abd-b73d-9120-bcdb-6097d4b40f2a
* Content: [Define variables - Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/process/variables?view=azure-devops&tabs=yaml%2Cbatch)
* Content Source: [docs/pipelines/process/variables.md](https://github.com/MicrosoftDocs/azure-devops-docs/blob/main/docs/pipelines/process/variables.md)
* Product: **devops**
* Technology: **devops-cicd-process**
* GitHub Login: @juliakm
* Microsoft Alias: **jukullam**
|
process
|
mistake in documentation in the section there is a paragraph that essentially says choose a runtime expression if the exception to this is if in that case you should use a runtime expression unless i m having cognitive issues then this appears to amount to if x then use a runtime expression otherwise also use a runtime expression i assume one of those instances of runtime was supposed to be template or macro but i m too new to yaml to know which instance should be replaced and with which alternative document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id bcdb content content source product devops technology devops cicd process github login juliakm microsoft alias jukullam
| 1
|
62,902
| 15,380,399,621
|
IssuesEvent
|
2021-03-02 21:02:47
|
gradle/gradle
|
https://api.github.com/repos/gradle/gradle
|
closed
|
Fix `Querying the mapped value of provider(interface java.util.Set) before task ':base-services:jar'` in our build
|
@configuration-cache from:member in:gradle-build
|
When running a test on the `gradle/gradle` build, you'll get the deprecation message:
```
Querying the mapped value of provider(interface java.util.Set) before task ':base-services:jar' has completed has been deprecated.
```
See this build scan: https://ge.gradle.org/s/4airqqojomgkq/deprecations#26
We need to fix this problem in our build if we want to fail on this behaviour in Gradle 7.0.
|
1.0
|
Fix `Querying the mapped value of provider(interface java.util.Set) before task ':base-services:jar'` in our build - When running a test on the `gradle/gradle` build, you'll get the deprecation message:
```
Querying the mapped value of provider(interface java.util.Set) before task ':base-services:jar' has completed has been deprecated.
```
See this build scan: https://ge.gradle.org/s/4airqqojomgkq/deprecations#26
We need to fix this problem in our build if we want to fail on this behaviour in Gradle 7.0.
|
non_process
|
fix querying the mapped value of provider interface java util set before task base services jar in our build when running a test on the gradle gradle build you ll get the deprecation message querying the mapped value of provider interface java util set before task base services jar has completed has been deprecated see this build scan we need to fix this problem in our build if we want to fail on this behaviour in gradle
| 0
|
15,863
| 20,035,854,053
|
IssuesEvent
|
2022-02-02 11:48:36
|
GoogleCloudPlatform/fda-mystudies
|
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
|
closed
|
[iOS] Back arrow is not available on the top left for the 'Text choice' response type questions
|
Bug P1 iOS Process: Fixed Process: Tested dev
|
The back arrow is not available on the top left for the 'Text choice' response type questions

|
2.0
|
[iOS] Back arrow is not available on the top left for the 'Text choice' response type questions - The back arrow is not available on the top left for the 'Text choice' response type questions

|
process
|
back arrow is not available on the top left for the text choice response type questions the back arrow is not available on the top left for the text choice response type questions
| 1
|
6,763
| 9,886,355,803
|
IssuesEvent
|
2019-06-25 06:29:02
|
open-chaos/openchaos
|
https://api.github.com/repos/open-chaos/openchaos
|
closed
|
Decide on openchaos.io standard hosting format
|
process question
|
Should we begin to develop the standard content in something like mkdocs?
|
1.0
|
Decide on openchaos.io standard hosting format - Should we begin to develop the standard content in something like mkdocs?
|
process
|
decide on openchaos io standard hosting format should we begin to develop the standard content in something like mkdocs
| 1
|
52,844
| 7,786,825,743
|
IssuesEvent
|
2018-06-06 20:15:57
|
kubernetes/kubeadm
|
https://api.github.com/repos/kubernetes/kubeadm
|
closed
|
document "kubeadm config migrate"
|
active area/UX kind/documentation
|
implementation PR:
https://github.com/kubernetes/kubernetes/pull/64232
> This is an UX improvement so users may easier upgrade their configuration files from the v1alpha1 version to v1alpha2, and so on and so forth. We talked about this in the SIG meeting, that getting the users to understand this is gonna be crucial.
docs PR:
https://github.com/kubernetes/website/pull/8862
|
1.0
|
document "kubeadm config migrate" - implementation PR:
https://github.com/kubernetes/kubernetes/pull/64232
> This is an UX improvement so users may easier upgrade their configuration files from the v1alpha1 version to v1alpha2, and so on and so forth. We talked about this in the SIG meeting, that getting the users to understand this is gonna be crucial.
docs PR:
https://github.com/kubernetes/website/pull/8862
|
non_process
|
document kubeadm config migrate implementation pr this is an ux improvement so users may easier upgrade their configuration files from the version to and so on and so forth we talked about this in the sig meeting that getting the users to understand this is gonna be crucial docs pr
| 0
|
5,832
| 8,665,883,705
|
IssuesEvent
|
2018-11-29 01:21:29
|
cityofaustin/techstack
|
https://api.github.com/repos/cityofaustin/techstack
|
closed
|
Draft informational or process page for Public and semi-public pools and spas
|
Content Type: Process Page Department: Public Health Site Content Team: Content
|
Current: http://austintexas.gov/department/pools-spas-interactive-water-features-and-fountains
Drive:
|
1.0
|
Draft informational or process page for Public and semi-public pools and spas - Current: http://austintexas.gov/department/pools-spas-interactive-water-features-and-fountains
Drive:
|
process
|
draft informational or process page for public and semi public pools and spas current drive
| 1
|
120,414
| 4,788,848,910
|
IssuesEvent
|
2016-10-30 19:39:11
|
minj/foxtrick
|
https://api.github.com/repos/minj/foxtrick
|
closed
|
skill translation. more languages
|
duplicate feature Forum l10n PlayerDetails Priority-Medium stars-3
|
Original [issue 973](https://code.google.com/p/foxtrick/issues/detail?id=973) created by [convincedd](mailto:convincedd@gmail.com) on 2012-06-28T10:39:32.000Z:
todo:
crawl translations
move translations to htlang.xmls
adapt skillcolor module
|
1.0
|
skill translation. more languages - Original [issue 973](https://code.google.com/p/foxtrick/issues/detail?id=973) created by [convincedd](mailto:convincedd@gmail.com) on 2012-06-28T10:39:32.000Z:
todo:
crawl translations
move translations to htlang.xmls
adapt skillcolor module
|
non_process
|
skill translation more languages original created by mailto convincedd gmail com on todo crawl translations move translations to htlang xmls adapt skillcolor module
| 0
|
14,817
| 18,152,775,260
|
IssuesEvent
|
2021-09-26 14:59:35
|
bow-simulation/virtualbow
|
https://api.github.com/repos/bow-simulation/virtualbow
|
opened
|
Add latest development build to the release page
|
area: software process type: feature
|
Configure the build pipeline so that builds of the develop branch are automatically published to the release page on GitHub. This is probably easier to do with GitHub Actions (#164).
Link the GitHub release page from the website so that users willing to access and test the latest features can find it. This might be a good way to get feedback before an actual release, even though it requires some more discipline with the develop branch...
|
1.0
|
Add latest development build to the release page - Configure the build pipeline so that builds of the develop branch are automatically published to the release page on GitHub. This is probably easier to do with GitHub Actions (#164).
Link the GitHub release page from the website so that users willing to access and test the latest features can find it. This might be a good way to get feedback before an actual release, even though it requires some more discipline with the develop branch...
|
process
|
add latest development build to the release page configure the build pipeline so that builds of the develop branch are automatically published to the release page on github this is probably easier to do with github actions link the github release page from the website so that users willing to access and test the latest features can find it this might be a good way to get feedback before an actual release even though it requires some more discipline with the develop branch
| 1
|
310,377
| 26,713,187,793
|
IssuesEvent
|
2023-01-28 06:04:34
|
winglang/wing
|
https://api.github.com/repos/winglang/wing
|
closed
|
Contributing.md: create workflow that exercises detailed steps and makes sure they work
|
contributor-experience testing Stale
|
Similar to #300.
We need to add a flow that continuously verifies the steps in contributing.md are not broken
|
1.0
|
Contributing.md: create workflow that exercises detailed steps and makes sure they work - Similar to #300.
We need to add a flow that continuously verifies the steps in contributing.md are not broken
|
non_process
|
contributing md create workflow that exercises detailed steps and makes sure they work similar to we need to add a flow that continuously verifies the steps in contributing md are not broken
| 0
|
907
| 3,369,455,325
|
IssuesEvent
|
2015-11-23 10:16:17
|
alex/django-filter
|
https://api.github.com/repos/alex/django-filter
|
closed
|
Handle `RemovedInDjango110Warning` Notices
|
Bug Testing/Process
|
Running the test suite for `py34-django-latest` we get a number of `RemovedInDjango110Warning` notices...
```
django_filters/filterset.py:104: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
rel, model, direct, m2m = opts.get_field_by_name(parts[-1])
django_filters/filterset.py:90: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
rel = opts.get_field_by_name(name)[0]
django-filter/tests/test_filterset.py:195: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = User._meta.get_field_by_name('comments')[0]
django-filter/tests/test_filterset.py:222: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = Worker._meta.get_field_by_name('employers')[0]
django-filter/tests/test_filterset.py:204: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = Book._meta.get_field_by_name('lovers')[0]
django-filter/tests/test_filterset.py:213: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = DirectedNode._meta.get_field_by_name('inbound_nodes')[0]
django-filter/tests/test_filterset.py:186: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = Account._meta.get_field_by_name('profile')[0]
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/test/testcases.py:229: RemovedInDjango110Warning:
SimpleTestCase.urls is deprecated and will be removed in Django 1.10.
Use @override_settings(ROOT_URLCONF=...) in GenericClassBasedViewTests instead.
self._urlconf_setup()
django-filter/tests/urls.py:13: RemovedInDjango110Warning:
django.conf.urls.patterns() is deprecated and will be removed in Django 1.10.
Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
(r'^books/$', FilterView.as_view(model=Book)),
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/conf/urls/__init__.py:89: RemovedInDjango110Warning:
Support for string view arguments to url() is deprecated and will be removed in Django 1.10
(got django_filters.views.object_filter).
Pass the callable instead.
t = url(prefix=prefix, *t)
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/template/utils.py:37: RemovedInDjango110Warning:
You haven't defined a TEMPLATES setting.
You must do so before upgrading to Django 1.10.
Otherwise Django will be unable to load templates. "unable to load templates.", RemovedInDjango110Warning)
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/test/testcases.py:229: RemovedInDjango110Warning:
SimpleTestCase.urls is deprecated and will be removed in Django 1.10.
Use @override_settings(ROOT_URLCONF=...) in GenericFunctionalViewTests instead.
self._urlconf_setup()
```
|
1.0
|
Handle `RemovedInDjango110Warning` Notices - Running the test suite for `py34-django-latest` we get a number of `RemovedInDjango110Warning` notices...
```
django_filters/filterset.py:104: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
rel, model, direct, m2m = opts.get_field_by_name(parts[-1])
django_filters/filterset.py:90: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
rel = opts.get_field_by_name(name)[0]
django-filter/tests/test_filterset.py:195: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = User._meta.get_field_by_name('comments')[0]
django-filter/tests/test_filterset.py:222: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = Worker._meta.get_field_by_name('employers')[0]
django-filter/tests/test_filterset.py:204: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = Book._meta.get_field_by_name('lovers')[0]
django-filter/tests/test_filterset.py:213: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = DirectedNode._meta.get_field_by_name('inbound_nodes')[0]
django-filter/tests/test_filterset.py:186: RemovedInDjango110Warning:
'get_field_by_name is an unofficial API that has been deprecated.
You may be able to replace it with 'get_field()'
f = Account._meta.get_field_by_name('profile')[0]
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/test/testcases.py:229: RemovedInDjango110Warning:
SimpleTestCase.urls is deprecated and will be removed in Django 1.10.
Use @override_settings(ROOT_URLCONF=...) in GenericClassBasedViewTests instead.
self._urlconf_setup()
django-filter/tests/urls.py:13: RemovedInDjango110Warning:
django.conf.urls.patterns() is deprecated and will be removed in Django 1.10.
Update your urlpatterns to be a list of django.conf.urls.url() instances instead.
(r'^books/$', FilterView.as_view(model=Book)),
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/conf/urls/__init__.py:89: RemovedInDjango110Warning:
Support for string view arguments to url() is deprecated and will be removed in Django 1.10
(got django_filters.views.object_filter).
Pass the callable instead.
t = url(prefix=prefix, *t)
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/template/utils.py:37: RemovedInDjango110Warning:
You haven't defined a TEMPLATES setting.
You must do so before upgrading to Django 1.10.
Otherwise Django will be unable to load templates. "unable to load templates.", RemovedInDjango110Warning)
django-filter/.tox/py34-django-latest/lib/python3.4/site-packages/django/test/testcases.py:229: RemovedInDjango110Warning:
SimpleTestCase.urls is deprecated and will be removed in Django 1.10.
Use @override_settings(ROOT_URLCONF=...) in GenericFunctionalViewTests instead.
self._urlconf_setup()
```
|
process
|
handle notices running the test suite for django latest we get a number of notices django filters filterset py get field by name is an unofficial api that has been deprecated you may be able to replace it with get field rel model direct opts get field by name parts django filters filterset py get field by name is an unofficial api that has been deprecated you may be able to replace it with get field rel opts get field by name name django filter tests test filterset py get field by name is an unofficial api that has been deprecated you may be able to replace it with get field f user meta get field by name comments django filter tests test filterset py get field by name is an unofficial api that has been deprecated you may be able to replace it with get field f worker meta get field by name employers django filter tests test filterset py get field by name is an unofficial api that has been deprecated you may be able to replace it with get field f book meta get field by name lovers django filter tests test filterset py get field by name is an unofficial api that has been deprecated you may be able to replace it with get field f directednode meta get field by name inbound nodes django filter tests test filterset py get field by name is an unofficial api that has been deprecated you may be able to replace it with get field f account meta get field by name profile django filter tox django latest lib site packages django test testcases py simpletestcase urls is deprecated and will be removed in django use override settings root urlconf in genericclassbasedviewtests instead self urlconf setup django filter tests urls py django conf urls patterns is deprecated and will be removed in django update your urlpatterns to be a list of django conf urls url instances instead r books filterview as view model book django filter tox django latest lib site packages django conf urls init py support for string view arguments to url is deprecated and will be removed in django got django filters views object filter pass the callable instead t url prefix prefix t django filter tox django latest lib site packages django template utils py you haven t defined a templates setting you must do so before upgrading to django otherwise django will be unable to load templates unable to load templates django filter tox django latest lib site packages django test testcases py simpletestcase urls is deprecated and will be removed in django use override settings root urlconf in genericfunctionalviewtests instead self urlconf setup
| 1
|
125,496
| 4,957,288,744
|
IssuesEvent
|
2016-12-02 03:32:27
|
CS450-ECE461/fall2016-group1-apiserver
|
https://api.github.com/repos/CS450-ECE461/fall2016-group1-apiserver
|
closed
|
Create 'Channel' model, controller, and router
|
priority:high type:feature
|
Channels will group Messages and Users together. The fields must include 'users' (array of references to Users). The Message model will need to be altered so that it stores a reference to a Channel, and it will no longer need the 'receiver' field as part of the schema.
(Think of channels like conversations, but channel is shorter and there's no good way to shorten 'Conversation' and have good singular and plural names.)
|
1.0
|
Create 'Channel' model, controller, and router - Channels will group Messages and Users together. The fields must include 'users' (array of references to Users). The Message model will need to be altered so that it stores a reference to a Channel, and it will no longer need the 'receiver' field as part of the schema.
(Think of channels like conversations, but channel is shorter and there's no good way to shorten 'Conversation' and have good singular and plural names.)
|
non_process
|
create channel model controller and router channels will group messages and users together the fields must include users array of references to users the message model will need to be altered so that it stores a reference to a channel and it will no longer need the receiver field as part of the schema think of channels like conversations but channel is shorter and there s no good way to shorten conversation and have good singular and plural names
| 0
|
435,277
| 30,493,385,185
|
IssuesEvent
|
2023-07-18 09:12:04
|
Nalini1998/Project_Public
|
https://api.github.com/repos/Nalini1998/Project_Public
|
closed
|
3. With one command, change directories to the national/politics/directory
|
documentation enhancement help wanted good first issue question
|
```
$ cd national/politics
```
|
1.0
|
3. With one command, change directories to the national/politics/directory - ```
$ cd national/politics
```
|
non_process
|
with one command change directories to the national politics directory cd national politics
| 0
|
77,193
| 3,506,270,577
|
IssuesEvent
|
2016-01-08 05:09:55
|
OregonCore/OregonCore
|
https://api.github.com/repos/OregonCore/OregonCore
|
closed
|
(Spell Proc)[Eye of Magtheridon] (BB #255)
|
migrated Priority: Medium Type: Bug
|
This issue was migrated from bitbucket.
**Original Reporter:** LilleCarl
**Original Date:** 05.08.2010 19:26:21 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/255
<hr>
[Eye of Magtheridon] Procs on all harmful spells but no healing spells.
|
1.0
|
(Spell Proc)[Eye of Magtheridon] (BB #255) - This issue was migrated from bitbucket.
**Original Reporter:** LilleCarl
**Original Date:** 05.08.2010 19:26:21 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/255
<hr>
[Eye of Magtheridon] Procs on all harmful spells but no healing spells.
|
non_process
|
spell proc bb this issue was migrated from bitbucket original reporter lillecarl original date gmt original priority major original type bug original state invalid direct link procs on all harmful spells but no healing spells
| 0
|
12,163
| 14,741,528,303
|
IssuesEvent
|
2021-01-07 10:45:36
|
kdjstudios/SABillingGitlab
|
https://api.github.com/repos/kdjstudios/SABillingGitlab
|
closed
|
Late Fee - Late payment (Partial payment) | Parent : 1349
|
anc-process anp-important ant-bug ant-child/secondary
|
In GitLab by @kdjstudios on Jan 23, 2019, 08:54
**Submitted by:** @pchaudhary
**Helpdesk:** NA
**Server:** All
**Client/Site:** All
**Account:** All
**Issue:**
- Let's say there is an invoice I-1 of $ 100.
- We make a payment of $ 50 with the paid date as the after due date which means there should be a late charge on $ 100 while creation of a new invoice.
- But while the calculation of a late charge on the new invoice, it is taking $ 50 only of the previous invoice.
|
1.0
|
Late Fee - Late payment (Partial payment) | Parent : 1349 - In GitLab by @kdjstudios on Jan 23, 2019, 08:54
**Submitted by:** @pchaudhary
**Helpdesk:** NA
**Server:** All
**Client/Site:** All
**Account:** All
**Issue:**
- Let's say there is an invoice I-1 of $ 100.
- We make a payment of $ 50 with the paid date as the after due date which means there should be a late charge on $ 100 while creation of a new invoice.
- But while the calculation of a late charge on the new invoice, it is taking $ 50 only of the previous invoice.
|
process
|
late fee late payment partial payment parent in gitlab by kdjstudios on jan submitted by pchaudhary helpdesk na server all client site all account all issue let s say there is an invoice i of we make a payment of with the paid date as the after due date which means there should be a late charge on while creation of a new invoice but while the calculation of a late charge on the new invoice it is taking only of the previous invoice
| 1
|
5,437
| 8,301,520,792
|
IssuesEvent
|
2018-09-21 11:45:18
|
cypress-io/cypress-example-kitchensink
|
https://api.github.com/repos/cypress-io/cypress-example-kitchensink
|
reopened
|
Why isn't Semaphore showing `master` branch?
|
process: ci type: bug
|
Other branches are fine - but `master` is missing on https://semaphoreci.com/cypress-io/cypress-example-kitchensink
<img width="1210" alt="screen shot 2018-09-20 at 6 26 17 pm" src="https://user-images.githubusercontent.com/2212006/45850098-c192ae80-bd02-11e8-821c-47d35d6b38bd.png">
which breaks our badge `https://semaphoreci.com/api/v1/cypress-io/cypress-example-kitchensink/branches/master/badge.svg`
|
1.0
|
Why isn't Semaphore showing `master` branch? - Other branches are fine - but `master` is missing on https://semaphoreci.com/cypress-io/cypress-example-kitchensink
<img width="1210" alt="screen shot 2018-09-20 at 6 26 17 pm" src="https://user-images.githubusercontent.com/2212006/45850098-c192ae80-bd02-11e8-821c-47d35d6b38bd.png">
which breaks our badge `https://semaphoreci.com/api/v1/cypress-io/cypress-example-kitchensink/branches/master/badge.svg`
|
process
|
why isn t semaphore showing master branch other branches are fine but master is missing on img width alt screen shot at pm src which breaks our badge
| 1
|
29,148
| 13,964,796,064
|
IssuesEvent
|
2020-10-25 19:37:39
|
apache/trafficserver
|
https://api.github.com/repos/apache/trafficserver
|
opened
|
Benchmarking BufferWriter
|
Core Performance
|
I am seeing BufferWriter slower than snprinf and fmtlib. Here are are the benchmark numbers:
```
buffer_writer_bigger 685922313 ns 682309686 ns 1
fmtlib_compile_bigger 17078534 ns 16988623 ns 40
fmtlib_bigger 121250664 ns 120652887 ns 7
snprintf_bigger 144683098 ns 143956151 ns 5
```
Here is the code I am running for the benchmark:
https://github.com/bryancall/format-benchmark/tree/mo_benchmarking
Here is a discussion I was having today with the author of fmtlib:
https://github.com/fmtlib/format-benchmark/issues/20
|
True
|
Benchmarking BufferWriter - I am seeing BufferWriter slower than snprinf and fmtlib. Here are are the benchmark numbers:
```
buffer_writer_bigger 685922313 ns 682309686 ns 1
fmtlib_compile_bigger 17078534 ns 16988623 ns 40
fmtlib_bigger 121250664 ns 120652887 ns 7
snprintf_bigger 144683098 ns 143956151 ns 5
```
Here is the code I am running for the benchmark:
https://github.com/bryancall/format-benchmark/tree/mo_benchmarking
Here is a discussion I was having today with the author of fmtlib:
https://github.com/fmtlib/format-benchmark/issues/20
|
non_process
|
benchmarking bufferwriter i am seeing bufferwriter slower than snprinf and fmtlib here are are the benchmark numbers buffer writer bigger ns ns fmtlib compile bigger ns ns fmtlib bigger ns ns snprintf bigger ns ns here is the code i am running for the benchmark here is a discussion i was having today with the author of fmtlib
| 0
|
4,212
| 7,177,031,940
|
IssuesEvent
|
2018-01-31 12:11:11
|
w3c/html-aria
|
https://api.github.com/repos/w3c/html-aria
|
opened
|
CFC: Move ARIA in HTML to CR
|
process
|
This is a Call For Consensus (CFC) to move [ARIA in HTML](https://www.w3.org/TR/html-aria/) to Candidate Recommendation (CR).
No substantive issues were raised during wide review (tracked in issue #79), and the ARIA in HTML editor and WebPlat chairs believe the specification is ready for CR.
Please respond to this CFC by the end of day on Friday 9th February 2018. To support the proposal, add a "thumbs up" to this comment. If you don't support
the proposal, add a "thumbs down" and post your reasons in a comment.
If you choose not to respond it will be taken as silent support for the proposal. Actual responses are preferred because they show the editor that members of the WG acknowledge the work being done on the specification.
|
1.0
|
CFC: Move ARIA in HTML to CR - This is a Call For Consensus (CFC) to move [ARIA in HTML](https://www.w3.org/TR/html-aria/) to Candidate Recommendation (CR).
No substantive issues were raised during wide review (tracked in issue #79), and the ARIA in HTML editor and WebPlat chairs believe the specification is ready for CR.
Please respond to this CFC by the end of day on Friday 9th February 2018. To support the proposal, add a "thumbs up" to this comment. If you don't support
the proposal, add a "thumbs down" and post your reasons in a comment.
If you choose not to respond it will be taken as silent support for the proposal. Actual responses are preferred because they show the editor that members of the WG acknowledge the work being done on the specification.
|
process
|
cfc move aria in html to cr this is a call for consensus cfc to move to candidate recommendation cr no substantive issues were raised during wide review tracked in issue and the aria in html editor and webplat chairs believe the specification is ready for cr please respond to this cfc by the end of day on friday february to support the proposal add a thumbs up to this comment if you don t support the proposal add a thumbs down and post your reasons in a comment if you choose not to respond it will be taken as silent support for the proposal actual responses are preferred because they show the editor that members of the wg acknowledge the work being done on the specification
| 1
|
165,372
| 26,155,674,928
|
IssuesEvent
|
2022-12-30 21:10:09
|
MicrosoftDocs/visualstudio-docs
|
https://api.github.com/repos/MicrosoftDocs/visualstudio-docs
|
closed
|
Link down
|
visual-studio-windows/prod vs-ide-designers/tech Pri2
|
The unique link mentioned on the page is down.
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: 05fe994a-b63e-dfc1-9de9-97e56a4e4917
* Version Independent ID: 95c63cef-e907-f443-a885-d1265f47c171
* Content: [Image Library - Visual Studio (Windows)](https://learn.microsoft.com/en-us/visualstudio/designers/the-visual-studio-image-library?view=vs-2022)
* Content Source: [docs/designers/the-visual-studio-image-library.md](https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/designers/the-visual-studio-image-library.md)
* Product: **visual-studio-windows**
* Technology: **vs-ide-designers**
* GitHub Login: @TerryGLee
* Microsoft Alias: **tglee**
|
1.0
|
Link down -
The unique link mentioned on the page is down.
---
#### Document Details
⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.*
* ID: 05fe994a-b63e-dfc1-9de9-97e56a4e4917
* Version Independent ID: 95c63cef-e907-f443-a885-d1265f47c171
* Content: [Image Library - Visual Studio (Windows)](https://learn.microsoft.com/en-us/visualstudio/designers/the-visual-studio-image-library?view=vs-2022)
* Content Source: [docs/designers/the-visual-studio-image-library.md](https://github.com/MicrosoftDocs/visualstudio-docs/blob/main/docs/designers/the-visual-studio-image-library.md)
* Product: **visual-studio-windows**
* Technology: **vs-ide-designers**
* GitHub Login: @TerryGLee
* Microsoft Alias: **tglee**
|
non_process
|
link down the unique link mentioned on the page is down document details ⚠ do not edit this section it is required for learn microsoft com ➟ github issue linking id version independent id content content source product visual studio windows technology vs ide designers github login terryglee microsoft alias tglee
| 0
|
16,800
| 22,044,378,448
|
IssuesEvent
|
2022-05-29 21:02:11
|
lynnandtonic/nestflix.fun
|
https://api.github.com/repos/lynnandtonic/nestflix.fun
|
closed
|
Add: Snagg! from Jellystone!
|
suggested title in process
|
Please add as much of the following info as you can:
**Title:** Snagg!
**Type (film/tv show):** Talk Show
**Film or show in which it appears:** Jellystone! (2021-present)
**Cast:** Snagglepuss
**Is the parent film/show streaming anywhere?** HBO Max
**About when in the parent film/show does it appear?** In the episode "Ice, Ice Daddy", Captain Caveman goes on the show to see if Caveman Jr. is really his son.
**Actual footage of the film/show can be seen (yes/no)?** Yes.





|
1.0
|
Add: Snagg! from Jellystone! - Please add as much of the following info as you can:
**Title:** Snagg!
**Type (film/tv show):** Talk Show
**Film or show in which it appears:** Jellystone! (2021-present)
**Cast:** Snagglepuss
**Is the parent film/show streaming anywhere?** HBO Max
**About when in the parent film/show does it appear?** In the episode "Ice, Ice Daddy", Captain Caveman goes on the show to see if Caveman Jr. is really his son.
**Actual footage of the film/show can be seen (yes/no)?** Yes.





|
process
|
add snagg from jellystone please add as much of the following info as you can title snagg type film tv show talk show film or show in which it appears jellystone present cast snagglepuss is the parent film show streaming anywhere hbo max about when in the parent film show does it appear in the episode ice ice daddy captain caveman goes on the show to see if caveman jr is really his son actual footage of the film show can be seen yes no yes
| 1
|
10,759
| 13,549,206,260
|
IssuesEvent
|
2020-09-17 07:51:29
|
timberio/vector
|
https://api.github.com/repos/timberio/vector
|
closed
|
New `md5` remap function
|
domain: mapping domain: processing type: feature
|
As requested in #3691, the `md5` remap function hashes the provided argument with the MD5 algorithm.
## Examples
For all examples assume the following event:
```js
{
"message": "Hello world",
"remote_addr": "54.23.22.123"
}
```
### Path
```
.fingerprint = md5(.message)
```
### String literal
```
.fingerprint = md5("my string")
```
### Operators
.fingerprint = md5(.message + .remote_addr)
I realize this example is outside of the scope of this function, but I wanted to include it for completeness.
|
1.0
|
New `md5` remap function - As requested in #3691, the `md5` remap function hashes the provided argument with the MD5 algorithm.
## Examples
For all examples assume the following event:
```js
{
"message": "Hello world",
"remote_addr": "54.23.22.123"
}
```
### Path
```
.fingerprint = md5(.message)
```
### String literal
```
.fingerprint = md5("my string")
```
### Operators
.fingerprint = md5(.message + .remote_addr)
I realize this example is outside of the scope of this function, but I wanted to include it for completeness.
|
process
|
new remap function as requested in the remap function hashes the provided argument with the algorithm examples for all examples assume the following event js message hello world remote addr path fingerprint message string literal fingerprint my string operators fingerprint message remote addr i realize this example is outside of the scope of this function but i wanted to include it for completeness
| 1
|
2,389
| 2,611,446,783
|
IssuesEvent
|
2015-02-27 04:55:28
|
Aeradriel/birdl
|
https://api.github.com/repos/Aeradriel/birdl
|
closed
|
Lien gris en dessous du formulaire de login
|
design
|
Les liens en dessous du formulaire de login sont gris après avoir été visités ce qui les rends illisibles.
|
1.0
|
Lien gris en dessous du formulaire de login - Les liens en dessous du formulaire de login sont gris après avoir été visités ce qui les rends illisibles.
|
non_process
|
lien gris en dessous du formulaire de login les liens en dessous du formulaire de login sont gris après avoir été visités ce qui les rends illisibles
| 0
|
6,710
| 9,818,228,475
|
IssuesEvent
|
2019-06-13 18:42:10
|
bisq-network/bisq
|
https://api.github.com/repos/bisq-network/bisq
|
closed
|
Remove ghost offers
|
in:trade-process was:dropped
|
In the market/spread tab, the bottom has half a dozen (or more) ghost offers
corresponding to delisted altcoins (ACH, PPI, PEPECASH, etc)
If those offers are not removed in a way or another,
it eats cumbersome and unnecessarily place.
And of course, this unnecessarily occupied place is only growing.
I wonder if it should not be specified in the trading conditions
that offers from delisted assets will be removed,
and that the makers should apply for reimbursement.
|
1.0
|
Remove ghost offers - In the market/spread tab, the bottom has half a dozen (or more) ghost offers
corresponding to delisted altcoins (ACH, PPI, PEPECASH, etc)
If those offers are not removed in a way or another,
it eats cumbersome and unnecessarily place.
And of course, this unnecessarily occupied place is only growing.
I wonder if it should not be specified in the trading conditions
that offers from delisted assets will be removed,
and that the makers should apply for reimbursement.
|
process
|
remove ghost offers in the market spread tab the bottom has half a dozen or more ghost offers corresponding to delisted altcoins ach ppi pepecash etc if those offers are not removed in a way or another it eats cumbersome and unnecessarily place and of course this unnecessarily occupied place is only growing i wonder if it should not be specified in the trading conditions that offers from delisted assets will be removed and that the makers should apply for reimbursement
| 1
|
16,829
| 22,061,914,183
|
IssuesEvent
|
2022-05-30 19:12:10
|
NixOS/nixpkgs
|
https://api.github.com/repos/NixOS/nixpkgs
|
closed
|
Release Schedule for 22.05
|
6.topic: release process
|
This is a GitHub issue now to make it editable which is not the case on [Discourse](https://discourse.nixos.org/t/lets-have-a-great-22-05-release-cycle/18357).
|| Date | Branches Affected | Events |
|-| --- | --- | --- |
|:heavy_check_mark:| April, 03 | - | Ask ecosystems for desired changes, in "Feature Freeze" |
|:heavy_check_mark:| April, 17 | `staging-next`, `staging` | Restrict breaking changes to Release Critical Packages |
|:heavy_check_mark:| May, 01 | `staging-next`, `staging` | Restrict all breaking changes: allow only non-breaking updates and Desktop Manager changes |
|:heavy_check_mark:| May, 07 | `master` | (Day before ZHF) merge `staging-next` into `master`, prep for ZHF |
|:heavy_check_mark:| May, 08 | `master` | Begin ZHF, Focus on minimizing regressions in PRs targeting `master` |
|:heavy_check_mark:| May, 15 | `master` | Merge first `staging-next` fixes into `master`; begin second `staging-next` cycle |
|:heavy_check_mark:| May, 15 | `staging` | Unrestrict all breaking changes; new changes will not be present in `master` before branch-off |
|:heavy_check_mark:| May, 22 | `master` | Merge second `staging-next` fix cycle |
|:heavy_check_mark:| May, 22 | `staging-next` | Unrestrict all breaking changes; new changes will not be present in `master` before branch-off |
|:heavy_check_mark:| May, 22 | `master`, `22.05` | Perform Branch-off, create release channels, create new beta / unstable tags |
|:heavy_check_mark:| May, 22 | `master`, `22.05` | ZHF transitions to "backporting" workflow |
|:heavy_check_mark:| May, 22 | `22.05` | Prepare for release, finish remaining issues |
|:heavy_check_mark:| May, 30 | `22.05` | Release! Also, ZHF ends |
|:heavy_check_mark:| June, 30 | - | Release Retrospective Meeting |
|
1.0
|
Release Schedule for 22.05 - This is a GitHub issue now to make it editable which is not the case on [Discourse](https://discourse.nixos.org/t/lets-have-a-great-22-05-release-cycle/18357).
|| Date | Branches Affected | Events |
|-| --- | --- | --- |
|:heavy_check_mark:| April, 03 | - | Ask ecosystems for desired changes, in "Feature Freeze" |
|:heavy_check_mark:| April, 17 | `staging-next`, `staging` | Restrict breaking changes to Release Critical Packages |
|:heavy_check_mark:| May, 01 | `staging-next`, `staging` | Restrict all breaking changes: allow only non-breaking updates and Desktop Manager changes |
|:heavy_check_mark:| May, 07 | `master` | (Day before ZHF) merge `staging-next` into `master`, prep for ZHF |
|:heavy_check_mark:| May, 08 | `master` | Begin ZHF, Focus on minimizing regressions in PRs targeting `master` |
|:heavy_check_mark:| May, 15 | `master` | Merge first `staging-next` fixes into `master`; begin second `staging-next` cycle |
|:heavy_check_mark:| May, 15 | `staging` | Unrestrict all breaking changes; new changes will not be present in `master` before branch-off |
|:heavy_check_mark:| May, 22 | `master` | Merge second `staging-next` fix cycle |
|:heavy_check_mark:| May, 22 | `staging-next` | Unrestrict all breaking changes; new changes will not be present in `master` before branch-off |
|:heavy_check_mark:| May, 22 | `master`, `22.05` | Perform Branch-off, create release channels, create new beta / unstable tags |
|:heavy_check_mark:| May, 22 | `master`, `22.05` | ZHF transitions to "backporting" workflow |
|:heavy_check_mark:| May, 22 | `22.05` | Prepare for release, finish remaining issues |
|:heavy_check_mark:| May, 30 | `22.05` | Release! Also, ZHF ends |
|:heavy_check_mark:| June, 30 | - | Release Retrospective Meeting |
|
process
|
release schedule for this is a github issue now to make it editable which is not the case on date branches affected events heavy check mark april ask ecosystems for desired changes in feature freeze heavy check mark april staging next staging restrict breaking changes to release critical packages heavy check mark may staging next staging restrict all breaking changes allow only non breaking updates and desktop manager changes heavy check mark may master day before zhf merge staging next into master prep for zhf heavy check mark may master begin zhf focus on minimizing regressions in prs targeting master heavy check mark may master merge first staging next fixes into master begin second staging next cycle heavy check mark may staging unrestrict all breaking changes new changes will not be present in master before branch off heavy check mark may master merge second staging next fix cycle heavy check mark may staging next unrestrict all breaking changes new changes will not be present in master before branch off heavy check mark may master perform branch off create release channels create new beta unstable tags heavy check mark may master zhf transitions to backporting workflow heavy check mark may prepare for release finish remaining issues heavy check mark may release also zhf ends heavy check mark june release retrospective meeting
| 1
|
53,273
| 3,037,802,074
|
IssuesEvent
|
2015-08-06 18:58:43
|
AbdusM/CnvergSales
|
https://api.github.com/repos/AbdusM/CnvergSales
|
opened
|
Sanjay Bhutiani
|
High Priority
|
Glover Park Group
Head of Technology
Washington D.C. Metro Area
sanjay@gpg.com Stratigic communications and government affairs firm
|
1.0
|
Sanjay Bhutiani - Glover Park Group
Head of Technology
Washington D.C. Metro Area
sanjay@gpg.com Stratigic communications and government affairs firm
|
non_process
|
sanjay bhutiani glover park group head of technology washington d c metro area sanjay gpg com stratigic communications and government affairs firm
| 0
|
133,653
| 29,496,107,823
|
IssuesEvent
|
2023-06-02 17:07:20
|
cerbos/cerbos
|
https://api.github.com/repos/cerbos/cerbos
|
closed
|
Drop the cerbos prefix from FQNs
|
kind/chore area/code-quality
|
The FQN functions in the `namer` package add a `cerbos.` prefix to every name generated. This is a holdover from the early versions of Cerbos where policies were converted to Rego packages in the background and had to be namespaced to prevent clashes.
When we output policy names, we use the `PolicyKey` function which strips the prefix. It would be less confusing if the FQN functions simply dropped the prefix. As far as I can tell, we no longer rely on the prefixed names anywhere _[needs to be verified]_. For simplicity, we should modify the FQN functions to just drop the prefix and remove the `PolicyKey` function completely.
|
1.0
|
Drop the cerbos prefix from FQNs - The FQN functions in the `namer` package add a `cerbos.` prefix to every name generated. This is a holdover from the early versions of Cerbos where policies were converted to Rego packages in the background and had to be namespaced to prevent clashes.
When we output policy names, we use the `PolicyKey` function which strips the prefix. It would be less confusing if the FQN functions simply dropped the prefix. As far as I can tell, we no longer rely on the prefixed names anywhere _[needs to be verified]_. For simplicity, we should modify the FQN functions to just drop the prefix and remove the `PolicyKey` function completely.
|
non_process
|
drop the cerbos prefix from fqns the fqn functions in the namer package add a cerbos prefix to every name generated this is a holdover from the early versions of cerbos where policies were converted to rego packages in the background and had to be namespaced to prevent clashes when we output policy names we use the policykey function which strips the prefix it would be less confusing if the fqn functions simply dropped the prefix as far as i can tell we no longer rely on the prefixed names anywhere for simplicity we should modify the fqn functions to just drop the prefix and remove the policykey function completely
| 0
|
9,639
| 12,603,070,544
|
IssuesEvent
|
2020-06-11 12:53:25
|
prisma/prisma
|
https://api.github.com/repos/prisma/prisma
|
closed
|
queryRaw Error when calling SP or Function
|
bug/2-confirmed kind/bug process/candidate team/engines topic: raw
|
When I try to get the results for an SP or a function like:
`queryRaw("CALL increaseShopCounter()");` or `queryRaw("select callIncreaseShopCounter();")`
it fails with an undescriptive message:
```
prisma:query select callIncreaseShopCounter(
15,
79,
5
) as issuedId
PrismaClientKnownRequestError: Raw query failed. Code: `N/A`. Message: `N/A`
at PrismaClientFetcher.request (/home/nicosampler/develop/cauda/node_modules/@prisma/client/runtime/index.js:1:148505)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
code: 'P2010',
meta: { code: 'N/A', message: 'N/A' }
}
```
Both SP and Function return values when executing them directly.
DB: MySql
Prisma:
"@prisma/cli": "^2.0.0-beta.8",
"@prisma/client": "^2.0.0-beta.8",
|
1.0
|
queryRaw Error when calling SP or Function - When I try to get the results for an SP or a function like:
`queryRaw("CALL increaseShopCounter()");` or `queryRaw("select callIncreaseShopCounter();")`
it fails with an undescriptive message:
```
prisma:query select callIncreaseShopCounter(
15,
79,
5
) as issuedId
PrismaClientKnownRequestError: Raw query failed. Code: `N/A`. Message: `N/A`
at PrismaClientFetcher.request (/home/nicosampler/develop/cauda/node_modules/@prisma/client/runtime/index.js:1:148505)
at runMicrotasks (<anonymous>)
at processTicksAndRejections (internal/process/task_queues.js:97:5) {
code: 'P2010',
meta: { code: 'N/A', message: 'N/A' }
}
```
Both SP and Function return values when executing them directly.
DB: MySql
Prisma:
"@prisma/cli": "^2.0.0-beta.8",
"@prisma/client": "^2.0.0-beta.8",
|
process
|
queryraw error when calling sp or function when i try to get the results for an sp or a function like queryraw call increaseshopcounter or queryraw select callincreaseshopcounter it fails with an undescriptive message prisma query select callincreaseshopcounter as issuedid prismaclientknownrequesterror raw query failed code n a message n a at prismaclientfetcher request home nicosampler develop cauda node modules prisma client runtime index js at runmicrotasks at processticksandrejections internal process task queues js code meta code n a message n a both sp and function return values when executing them directly db mysql prisma prisma cli beta prisma client beta
| 1
|
1,679
| 4,314,167,826
|
IssuesEvent
|
2016-07-22 13:36:36
|
opentrials/opentrials
|
https://api.github.com/repos/opentrials/opentrials
|
opened
|
We're extracting drug names like GSK249320 as if they were trial identifiers
|
bug Data cleaning Processors
|
For example, check http://explorer.opentrials.net/trials/0f9644c0-a56c-4a07-98ba-cb651aafe163 and http://explorer.opentrials.net/trials/0720df6b-b734-4b0c-876a-2665d0f1af2b
Those GSKXXXXXX names are drug names (see https://clinicaltrials.gov/ct2/show/NCT01227824), and not trial identifiers
/cc @roll
|
1.0
|
We're extracting drug names like GSK249320 as if they were trial identifiers - For example, check http://explorer.opentrials.net/trials/0f9644c0-a56c-4a07-98ba-cb651aafe163 and http://explorer.opentrials.net/trials/0720df6b-b734-4b0c-876a-2665d0f1af2b
Those GSKXXXXXX names are drug names (see https://clinicaltrials.gov/ct2/show/NCT01227824), and not trial identifiers
/cc @roll
|
process
|
we re extracting drug names like as if they were trial identifiers for example check and those gskxxxxxx names are drug names see and not trial identifiers cc roll
| 1
|
4,815
| 3,455,610,918
|
IssuesEvent
|
2015-12-17 20:55:30
|
astropy/astropy
|
https://api.github.com/repos/astropy/astropy
|
closed
|
1.1 pypi tarball contains `astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/` subdir
|
build
|
Hi,
the tarball downloaded from pypi contains a leftover from a previous build: `astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/`.
Best
Ole
|
1.0
|
1.1 pypi tarball contains `astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/` subdir - Hi,
the tarball downloaded from pypi contains a leftover from a previous build: `astropy_helpers/build/lib.macosx-10.10-x86_64-2.7/`.
Best
Ole
|
non_process
|
pypi tarball contains astropy helpers build lib macosx subdir hi the tarball downloaded from pypi contains a leftover from a previous build astropy helpers build lib macosx best ole
| 0
|
8,442
| 11,612,442,059
|
IssuesEvent
|
2020-02-26 08:58:58
|
Altinn/altinn-studio
|
https://api.github.com/repos/Altinn/altinn-studio
|
closed
|
Analyze new types of workflows in Altinn Studio Services
|
area/process kind/analysis org/skd/sirius
|
**Functional architect/designer:** @-mention
**Technical architect:** @-mention
**Description**
In MVP Altinn Studio will have a limited set of possible workflows. The goal of Altinn Studio is to support more types of workflows.
We need to analyze what kind of workflow scenarios we need to support
**Sketch (if relevant)**
(Screenshot and link to Figma, make sure your sketch is public!)
**Navigation from/to (if relevant)**
This functionality is reached from...
**Technical considerations**
Input (beyond tasks) on how the user story should be solved can be put here.
**Acceptance criterea**
- What is allowed/not allowed
- Validations
- Error messages and warnings
- ...
**Tasks**
- [ ] Example task
|
1.0
|
Analyze new types of workflows in Altinn Studio Services - **Functional architect/designer:** @-mention
**Technical architect:** @-mention
**Description**
In MVP Altinn Studio will have a limited set of possible workflows. The goal of Altinn Studio is to support more types of workflows.
We need to analyze what kind of workflow scenarios we need to support
**Sketch (if relevant)**
(Screenshot and link to Figma, make sure your sketch is public!)
**Navigation from/to (if relevant)**
This functionality is reached from...
**Technical considerations**
Input (beyond tasks) on how the user story should be solved can be put here.
**Acceptance criterea**
- What is allowed/not allowed
- Validations
- Error messages and warnings
- ...
**Tasks**
- [ ] Example task
|
process
|
analyze new types of workflows in altinn studio services functional architect designer mention technical architect mention description in mvp altinn studio will have a limited set of possible workflows the goal of altinn studio is to support more types of workflows we need to analyze what kind of workflow scenarios we need to support sketch if relevant screenshot and link to figma make sure your sketch is public navigation from to if relevant this functionality is reached from technical considerations input beyond tasks on how the user story should be solved can be put here acceptance criterea what is allowed not allowed validations error messages and warnings tasks example task
| 1
|
378,399
| 11,201,508,622
|
IssuesEvent
|
2020-01-04 04:03:27
|
tchellomello/python-ring-doorbell
|
https://api.github.com/repos/tchellomello/python-ring-doorbell
|
closed
|
0.2.9 breaks recording_download
|
PRIORITY bug
|
#165 breaks video download due to the short timeout (timeout=5 is too short for the lengthy video download)
Exception traceback as seen in usage of ring_doorbell 0.2.9 within Indigo Home Automation Server plugin ZachBenz/RingForIndigo:
```
Traceback (most recent call last):
File "plugin.py", line 627, in downloadVideoForEvent
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/ring_doorbell/doorbot.py", line 301, in recording_download
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/ring_doorbell/__init__.py", line 238, in query
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/sessions.py", line 546, in get
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/sessions.py", line 533, in request
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/sessions.py", line 646, in send
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/adapters.py", line 529, in send
ReadTimeout: HTTPSConnectionPool(host='api.ring.com', port=443): Read timed out. (read timeout=5)
```
|
1.0
|
0.2.9 breaks recording_download - #165 breaks video download due to the short timeout (timeout=5 is too short for the lengthy video download)
Exception traceback as seen in usage of ring_doorbell 0.2.9 within Indigo Home Automation Server plugin ZachBenz/RingForIndigo:
```
Traceback (most recent call last):
File "plugin.py", line 627, in downloadVideoForEvent
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/ring_doorbell/doorbot.py", line 301, in recording_download
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/ring_doorbell/__init__.py", line 238, in query
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/sessions.py", line 546, in get
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/sessions.py", line 533, in request
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/sessions.py", line 646, in send
File "/Library/Application Support/Perceptive Automation/Indigo 7.4/Plugins/RingForIndigo.indigoPlugin/Contents/Server Plugin/requests/adapters.py", line 529, in send
ReadTimeout: HTTPSConnectionPool(host='api.ring.com', port=443): Read timed out. (read timeout=5)
```
|
non_process
|
breaks recording download breaks video download due to the short timeout timeout is too short for the lengthy video download exception traceback as seen in usage of ring doorbell within indigo home automation server plugin zachbenz ringforindigo traceback most recent call last file plugin py line in downloadvideoforevent file library application support perceptive automation indigo plugins ringforindigo indigoplugin contents server plugin ring doorbell doorbot py line in recording download file library application support perceptive automation indigo plugins ringforindigo indigoplugin contents server plugin ring doorbell init py line in query file library application support perceptive automation indigo plugins ringforindigo indigoplugin contents server plugin requests sessions py line in get file library application support perceptive automation indigo plugins ringforindigo indigoplugin contents server plugin requests sessions py line in request file library application support perceptive automation indigo plugins ringforindigo indigoplugin contents server plugin requests sessions py line in send file library application support perceptive automation indigo plugins ringforindigo indigoplugin contents server plugin requests adapters py line in send readtimeout httpsconnectionpool host api ring com port read timed out read timeout
| 0
|
22,261
| 30,816,508,273
|
IssuesEvent
|
2023-08-01 13:47:42
|
NCAR/kcor-pipeline
|
https://api.github.com/repos/NCAR/kcor-pipeline
|
closed
|
Simulate CME detection for selected dates with expanded time range in .csv file in report
|
questions process
|
1) Please change the CME alert code so that it reports 'tracking data' in the .csv file that was taken up to 30 minutes BEFORE the start of the CME ( CME Tstart < 30 minutes )
If you can do #1 then Please rerun these 3 CMEs so we get more data points in the .csv file that comes with the CME report:
- [x] 20210507
- [x] 20220612
- [x] 20221031
- [x] 20211031
IF you CAN't do #1 please just rerun 20210507. Thanks very much!
|
1.0
|
Simulate CME detection for selected dates with expanded time range in .csv file in report - 1) Please change the CME alert code so that it reports 'tracking data' in the .csv file that was taken up to 30 minutes BEFORE the start of the CME ( CME Tstart < 30 minutes )
If you can do #1 then Please rerun these 3 CMEs so we get more data points in the .csv file that comes with the CME report:
- [x] 20210507
- [x] 20220612
- [x] 20221031
- [x] 20211031
IF you CAN't do #1 please just rerun 20210507. Thanks very much!
|
process
|
simulate cme detection for selected dates with expanded time range in csv file in report please change the cme alert code so that it reports tracking data in the csv file that was taken up to minutes before the start of the cme cme tstart minutes if you can do then please rerun these cmes so we get more data points in the csv file that comes with the cme report if you can t do please just rerun thanks very much
| 1
|
1,049
| 3,518,586,190
|
IssuesEvent
|
2016-01-12 13:39:12
|
DevExpress/testcafe-hammerhead
|
https://api.github.com/repos/DevExpress/testcafe-hammerhead
|
opened
|
Url processing on server side always adds traling slash for proxy url
|
AREA: server COMPLEXITY: easy SYSTEM: URL processing TYPE: bug
|
Example:
`require('url').resolve('', 'http://www.example.org/') -> 'http://www.example.org/'`
`require('url').resolve('', 'http://www.example.org') -> 'http://www.example.org/'`
It causes problem for `element.querySelector([attribute$=value])` - attribute value ends with specified value.
|
1.0
|
Url processing on server side always adds traling slash for proxy url - Example:
`require('url').resolve('', 'http://www.example.org/') -> 'http://www.example.org/'`
`require('url').resolve('', 'http://www.example.org') -> 'http://www.example.org/'`
It causes problem for `element.querySelector([attribute$=value])` - attribute value ends with specified value.
|
process
|
url processing on server side always adds traling slash for proxy url example require url resolve require url resolve it causes problem for element queryselector attribute value ends with specified value
| 1
|
57
| 2,516,123,874
|
IssuesEvent
|
2015-01-15 23:29:35
|
GsDevKit/gsApplicationTools
|
https://api.github.com/repos/GsDevKit/gsApplicationTools
|
closed
|
need better commit failure handling in GemServer>>startGems
|
in process
|
While running Seaside gem server tests ran into a commit conflict during startGems ... and when a commit failure occurs, you really need to handle it correctly:
- acquire conflicts dictionary
- abort
- throw error
otherwise you will be in trouble on the next attempt to commit and not really understand what happened
|
1.0
|
need better commit failure handling in GemServer>>startGems - While running Seaside gem server tests ran into a commit conflict during startGems ... and when a commit failure occurs, you really need to handle it correctly:
- acquire conflicts dictionary
- abort
- throw error
otherwise you will be in trouble on the next attempt to commit and not really understand what happened
|
process
|
need better commit failure handling in gemserver startgems while running seaside gem server tests ran into a commit conflict during startgems and when a commit failure occurs you really need to handle it correctly acquire conflicts dictionary abort throw error otherwise you will be in trouble on the next attempt to commit and not really understand what happened
| 1
|
417,139
| 12,156,058,490
|
IssuesEvent
|
2020-04-25 15:44:51
|
altest-com/vue-schemas
|
https://api.github.com/repos/altest-com/vue-schemas
|
opened
|
Improve choices field editor
|
high priority
|
Allow edit / delete / sort choices (currently you can only add them)
|
1.0
|
Improve choices field editor - Allow edit / delete / sort choices (currently you can only add them)
|
non_process
|
improve choices field editor allow edit delete sort choices currently you can only add them
| 0
|
674,492
| 23,052,955,738
|
IssuesEvent
|
2022-07-24 22:29:41
|
MineInAbyss/Chatty
|
https://api.github.com/repos/MineInAbyss/Chatty
|
closed
|
Fix local and private sending to discord
|
priority:high type:bug
|
absolutely no clue why this happens
trying this locally and nop. as the only thing changing it is chatty, setting the channel setting for dsrv to false should handle it
as mentioned locally it does, on server it doesnt :aaaa:
|
1.0
|
Fix local and private sending to discord - absolutely no clue why this happens
trying this locally and nop. as the only thing changing it is chatty, setting the channel setting for dsrv to false should handle it
as mentioned locally it does, on server it doesnt :aaaa:
|
non_process
|
fix local and private sending to discord absolutely no clue why this happens trying this locally and nop as the only thing changing it is chatty setting the channel setting for dsrv to false should handle it as mentioned locally it does on server it doesnt aaaa
| 0
|
8,132
| 11,310,164,864
|
IssuesEvent
|
2020-01-19 17:47:30
|
hcastillaq/SAM
|
https://api.github.com/repos/hcastillaq/SAM
|
closed
|
Module Login
|
api feature process
|
Se debe poder iniciar session por medio de jwt con su respectiva seguirdad implementada
|
1.0
|
Module Login - Se debe poder iniciar session por medio de jwt con su respectiva seguirdad implementada
|
process
|
module login se debe poder iniciar session por medio de jwt con su respectiva seguirdad implementada
| 1
|
59,901
| 8,389,571,663
|
IssuesEvent
|
2018-10-09 09:57:36
|
aerokube/moon
|
https://api.github.com/repos/aerokube/moon
|
closed
|
Improve documentation
|
documentation
|
Add sections about requests and limits, timeouts, browsers list file, users file.
|
1.0
|
Improve documentation - Add sections about requests and limits, timeouts, browsers list file, users file.
|
non_process
|
improve documentation add sections about requests and limits timeouts browsers list file users file
| 0
|
19,569
| 25,887,960,924
|
IssuesEvent
|
2022-12-14 15:48:42
|
daoanhhuy26012001/training-responsive-example
|
https://api.github.com/repos/daoanhhuy26012001/training-responsive-example
|
closed
|
Update structure
|
in-process
|
- [x] change font
- [x] change images
- [x] add video
- [x] add .editorconfig file
- [x] update file.css
|
1.0
|
Update structure - - [x] change font
- [x] change images
- [x] add video
- [x] add .editorconfig file
- [x] update file.css
|
process
|
update structure change font change images add video add editorconfig file update file css
| 1
|
129,731
| 5,102,413,118
|
IssuesEvent
|
2017-01-04 18:14:00
|
ngageoint/hootenanny-ui
|
https://api.github.com/repos/ngageoint/hootenanny-ui
|
closed
|
Customize Tasking Manager to launch hoot iD
|
Category: UI Priority: Medium Status: In Progress Type: Feature
|
The edit dropdown shown in HOT when you are starting your editing task should launch hoot's iD if you are working on a "conflation campaign".
ngageoint/hootenanny-ui#678, ngageoint/hootenanny-ui#684, ngageoint/hootenanny-ui#680, ngageoint/hootenanny-ui#683 are dependent on this task.
|
1.0
|
Customize Tasking Manager to launch hoot iD - The edit dropdown shown in HOT when you are starting your editing task should launch hoot's iD if you are working on a "conflation campaign".
ngageoint/hootenanny-ui#678, ngageoint/hootenanny-ui#684, ngageoint/hootenanny-ui#680, ngageoint/hootenanny-ui#683 are dependent on this task.
|
non_process
|
customize tasking manager to launch hoot id the edit dropdown shown in hot when you are starting your editing task should launch hoot s id if you are working on a conflation campaign ngageoint hootenanny ui ngageoint hootenanny ui ngageoint hootenanny ui ngageoint hootenanny ui are dependent on this task
| 0
|
428,098
| 29,927,007,057
|
IssuesEvent
|
2023-06-22 06:38:31
|
risingwavelabs/risingwave-docs
|
https://api.github.com/repos/risingwavelabs/risingwave-docs
|
closed
|
Document `array_position`() and `array_replace`()
|
documentation
|
### Related code PR
https://github.com/risingwavelabs/risingwave/pull/10166
### Which part(s) of the docs might be affected or should be updated? And how?
SQL -> Functions and operators - > Array
### Reference
https://www.postgresql.org/docs/current/functions-array.html
|
1.0
|
Document `array_position`() and `array_replace`() - ### Related code PR
https://github.com/risingwavelabs/risingwave/pull/10166
### Which part(s) of the docs might be affected or should be updated? And how?
SQL -> Functions and operators - > Array
### Reference
https://www.postgresql.org/docs/current/functions-array.html
|
non_process
|
document array position and array replace related code pr which part s of the docs might be affected or should be updated and how sql functions and operators array reference
| 0
|
708,374
| 24,340,101,906
|
IssuesEvent
|
2022-10-01 15:45:08
|
AMastryukov/LD51
|
https://api.github.com/repos/AMastryukov/LD51
|
opened
|
Deployable Trap Models
|
Low Priority 3D Asset Art
|
**Description**
3d assets of deployable trap models (will link concept art when available)
**References**

**Ground traps**
- [ ] Ground Turret
- [ ] Land mine
- [ ] Barbed wire
|
1.0
|
Deployable Trap Models - **Description**
3d assets of deployable trap models (will link concept art when available)
**References**

**Ground traps**
- [ ] Ground Turret
- [ ] Land mine
- [ ] Barbed wire
|
non_process
|
deployable trap models description assets of deployable trap models will link concept art when available references http link goes here ground traps ground turret land mine barbed wire
| 0
|
305,426
| 9,369,170,227
|
IssuesEvent
|
2019-04-03 10:24:07
|
kubernetes/kubeadm
|
https://api.github.com/repos/kubernetes/kubeadm
|
closed
|
We need delete kubeconfig
|
kind/feature priority/awaiting-more-evidence
|
## Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
## Versions
**kubeadm version** (use `kubeadm version`):
```bash
$kubeadm version
kubeadm version: &version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-02-28T13:35:32Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
```
**Environment**:
- **Kubernetes version** (use `kubectl version`):
```
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-02-28T13:37:52Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.5", GitCommit:"2166946f41b36dea2c4626f90a77706f426cdea2", GitTreeState:"clean", BuildDate:"2019-03-25T15:19:22Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
```
- **Cloud provider or hardware configuration**:
- **OS** (e.g. from /etc/os-release):
```bash
$cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
```
- **Kernel** (e.g. `uname -a`):
```bash
$uname -a
Linux vagrant 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
```
- **Others**:
## What happened?
Everyone knows that when we enter kubeadm reset -f, the program will not delete it($HOME/. kube /config) automatically.
## What you expected to happen?
We need a way to delete the cluster and delete $HOME/. kube /config
## How to reproduce it (as minimally and precisely as possible)?
Can try to delete the cluster by ```kubeadm reset -f ``` and use ls ```$ HOME /. Kube / config```
## Anything else we need to know?
I am working hard to add this feature.
If you can assign this task to me please.
|
1.0
|
We need delete kubeconfig -
## Is this a BUG REPORT or FEATURE REQUEST?
FEATURE REQUEST
## Versions
**kubeadm version** (use `kubeadm version`):
```bash
$kubeadm version
kubeadm version: &version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-02-28T13:35:32Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
```
**Environment**:
- **Kubernetes version** (use `kubectl version`):
```
Client Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.4", GitCommit:"c27b913fddd1a6c480c229191a087698aa92f0b1", GitTreeState:"clean", BuildDate:"2019-02-28T13:37:52Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"13", GitVersion:"v1.13.5", GitCommit:"2166946f41b36dea2c4626f90a77706f426cdea2", GitTreeState:"clean", BuildDate:"2019-03-25T15:19:22Z", GoVersion:"go1.11.5", Compiler:"gc", Platform:"linux/amd64"}
```
- **Cloud provider or hardware configuration**:
- **OS** (e.g. from /etc/os-release):
```bash
$cat /etc/os-release
NAME="Ubuntu"
VERSION="16.04.5 LTS (Xenial Xerus)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 16.04.5 LTS"
VERSION_ID="16.04"
HOME_URL="http://www.ubuntu.com/"
SUPPORT_URL="http://help.ubuntu.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
VERSION_CODENAME=xenial
UBUNTU_CODENAME=xenial
```
- **Kernel** (e.g. `uname -a`):
```bash
$uname -a
Linux vagrant 4.4.0-131-generic #157-Ubuntu SMP Thu Jul 12 15:51:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
```
- **Others**:
## What happened?
Everyone knows that when we enter kubeadm reset -f, the program will not delete it($HOME/. kube /config) automatically.
## What you expected to happen?
We need a way to delete the cluster and delete $HOME/. kube /config
## How to reproduce it (as minimally and precisely as possible)?
Can try to delete the cluster by ```kubeadm reset -f ``` and use ls ```$ HOME /. Kube / config```
## Anything else we need to know?
I am working hard to add this feature.
If you can assign this task to me please.
|
non_process
|
we need delete kubeconfig is this a bug report or feature request feature request versions kubeadm version use kubeadm version bash kubeadm version kubeadm version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux environment kubernetes version use kubectl version client version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux server version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux cloud provider or hardware configuration os e g from etc os release bash cat etc os release name ubuntu version lts xenial xerus id ubuntu id like debian pretty name ubuntu lts version id home url support url bug report url version codename xenial ubuntu codename xenial kernel e g uname a bash uname a linux vagrant generic ubuntu smp thu jul utc gnu linux others what happened everyone knows that when we enter kubeadm reset f the program will not delete it home kube config automatically what you expected to happen we need a way to delete the cluster and delete home kube config how to reproduce it as minimally and precisely as possible can try to delete the cluster by kubeadm reset f and use ls home kube config anything else we need to know i am working hard to add this feature if you can assign this task to me please
| 0
|
63,413
| 6,846,366,132
|
IssuesEvent
|
2017-11-13 11:46:40
|
Kademi/kademi-dev
|
https://api.github.com/repos/Kademi/kademi-dev
|
closed
|
Create account ID validation
|
bug enhancement Ready to Test - Dev
|

Error appears when you provide ID with uppercase characters.
Should be a soft validation or just converting ID to lowercase.
http://vlad-test10.admin.kademi-ci.co/organisations/
|
1.0
|
Create account ID validation - 
Error appears when you provide ID with uppercase characters.
Should be a soft validation or just converting ID to lowercase.
http://vlad-test10.admin.kademi-ci.co/organisations/
|
non_process
|
create account id validation error appears when you provide id with uppercase characters should be a soft validation or just converting id to lowercase
| 0
|
16,320
| 20,975,016,739
|
IssuesEvent
|
2022-03-28 14:33:14
|
quark-engine/quark-engine
|
https://api.github.com/repos/quark-engine/quark-engine
|
closed
|
Prepare to release version v22.3.1
|
work-in-progress issue-processing-state-06
|
Update the version number in `__init__.py` for releasing the latest version of Quark.
In this version, the following changes will be included.
- #314
- #315
- #311
- #317
|
1.0
|
Prepare to release version v22.3.1 - Update the version number in `__init__.py` for releasing the latest version of Quark.
In this version, the following changes will be included.
- #314
- #315
- #311
- #317
|
process
|
prepare to release version update the version number in init py for releasing the latest version of quark in this version the following changes will be included
| 1
|
163,047
| 6,188,937,608
|
IssuesEvent
|
2017-07-04 11:35:06
|
Jumpscale/developer
|
https://api.github.com/repos/Jumpscale/developer
|
closed
|
Error about UN/TAP device when joining ZT network in js9
|
priority_critical state_verification type_bug
|
When joining a ZT network on js9 (master), I get following error on Mac:
```
zerotier-cli join <zt-network-id>
ERROR: unable to configure virtual network port: could not open TUN/TAP device: No such file or directory
```
Adding the `--privileged` option to the `docker run` command in `js9_start` didn't help.
We probably need to change something else to the `docker run` command?
|
1.0
|
Error about UN/TAP device when joining ZT network in js9 - When joining a ZT network on js9 (master), I get following error on Mac:
```
zerotier-cli join <zt-network-id>
ERROR: unable to configure virtual network port: could not open TUN/TAP device: No such file or directory
```
Adding the `--privileged` option to the `docker run` command in `js9_start` didn't help.
We probably need to change something else to the `docker run` command?
|
non_process
|
error about un tap device when joining zt network in when joining a zt network on master i get following error on mac zerotier cli join error unable to configure virtual network port could not open tun tap device no such file or directory adding the privileged option to the docker run command in start didn t help we probably need to change something else to the docker run command
| 0
|
33,484
| 27,499,102,053
|
IssuesEvent
|
2023-03-05 13:45:51
|
WebvigLaboratories/ynti-roadmap
|
https://api.github.com/repos/WebvigLaboratories/ynti-roadmap
|
opened
|
Allow account signup using OAuth methods
|
alpha infrastructure
|
**Summary**
Right now there is no user signup. OAuth authentication will allow a user to sign in but users that are not in an authorization group are not able to see feature views.
**Intended Outcome**
Allow users to signup to see feature views.
**How will it work?**
Add users to the appropriate authorization groups.
|
1.0
|
Allow account signup using OAuth methods - **Summary**
Right now there is no user signup. OAuth authentication will allow a user to sign in but users that are not in an authorization group are not able to see feature views.
**Intended Outcome**
Allow users to signup to see feature views.
**How will it work?**
Add users to the appropriate authorization groups.
|
non_process
|
allow account signup using oauth methods summary right now there is no user signup oauth authentication will allow a user to sign in but users that are not in an authorization group are not able to see feature views intended outcome allow users to signup to see feature views how will it work add users to the appropriate authorization groups
| 0
|
1,413
| 3,972,302,148
|
IssuesEvent
|
2016-05-04 14:56:27
|
DevExpress/testcafe-hammerhead
|
https://api.github.com/repos/DevExpress/testcafe-hammerhead
|
closed
|
Replacement-based JS instrumentation
|
AREA: server SYSTEM: resource processing TYPE: proposal
|
What if we'll modify our code instrumentation, so it will not regenerate whole AST, but just chunks what we need to replace:
1. Parse JS with the node location info
2. Find nodes which we need to modify
3. Modify node and instantly generate JS code for it, when using location info replace substrings in the source code.
Pros:
- Performance. Code generation is a bottle neck in the whole mechanism, reducing it to just individual nodes should give us significant performance gain
- Quality. We will preserve original formatting and keep comments in place (which is sometimes quite important, e.g.: bugs with `func.toString()`)
\cc @churkin
|
1.0
|
Replacement-based JS instrumentation - What if we'll modify our code instrumentation, so it will not regenerate whole AST, but just chunks what we need to replace:
1. Parse JS with the node location info
2. Find nodes which we need to modify
3. Modify node and instantly generate JS code for it, when using location info replace substrings in the source code.
Pros:
- Performance. Code generation is a bottle neck in the whole mechanism, reducing it to just individual nodes should give us significant performance gain
- Quality. We will preserve original formatting and keep comments in place (which is sometimes quite important, e.g.: bugs with `func.toString()`)
\cc @churkin
|
process
|
replacement based js instrumentation what if we ll modify our code instrumentation so it will not regenerate whole ast but just chunks what we need to replace parse js with the node location info find nodes which we need to modify modify node and instantly generate js code for it when using location info replace substrings in the source code pros performance code generation is a bottle neck in the whole mechanism reducing it to just individual nodes should give us significant performance gain quality we will preserve original formatting and keep comments in place which is sometimes quite important e g bugs with func tostring cc churkin
| 1
|
3,475
| 6,552,192,869
|
IssuesEvent
|
2017-09-05 17:20:35
|
brucemiller/LaTeXML
|
https://api.github.com/repos/brucemiller/LaTeXML
|
closed
|
Global namespace via --documentid not applied to math and tables
|
daemon enhancement minor postprocessing
|
In the reverse workflow to --split, LaTeXML is used to convert several adjacent fragments (usually sections or paragraphs), the HTML results of which are then put together on the same page.
At the moment, attempting this inevitably results in ID collisions. This is the case even with ids disabled via `--preload=[noids]latexml.sty`, as several elements get IDs unconditionally (those with labels, paras, etc.). And I think having IDs is a great thing in the first place, but without the conflicts (pretty much each fragment has a "p1" id for instance).
At the moment I can add the namespaces via follow-up XPath on the result, so this is a minor problem, but it would be great to have a LaTeXML-native solution in the long run, especially since ID rewriting in a new DOM is runtime-intentsive.
The simplest idea would be to do `--preload=[gids]latexml.sty`, which would append the document name, or a randomly generated number (akin to ePub) in the case of literal strings, to every ID in the document.
|
1.0
|
Global namespace via --documentid not applied to math and tables - In the reverse workflow to --split, LaTeXML is used to convert several adjacent fragments (usually sections or paragraphs), the HTML results of which are then put together on the same page.
At the moment, attempting this inevitably results in ID collisions. This is the case even with ids disabled via `--preload=[noids]latexml.sty`, as several elements get IDs unconditionally (those with labels, paras, etc.). And I think having IDs is a great thing in the first place, but without the conflicts (pretty much each fragment has a "p1" id for instance).
At the moment I can add the namespaces via follow-up XPath on the result, so this is a minor problem, but it would be great to have a LaTeXML-native solution in the long run, especially since ID rewriting in a new DOM is runtime-intentsive.
The simplest idea would be to do `--preload=[gids]latexml.sty`, which would append the document name, or a randomly generated number (akin to ePub) in the case of literal strings, to every ID in the document.
|
process
|
global namespace via documentid not applied to math and tables in the reverse workflow to split latexml is used to convert several adjacent fragments usually sections or paragraphs the html results of which are then put together on the same page at the moment attempting this inevitably results in id collisions this is the case even with ids disabled via preload latexml sty as several elements get ids unconditionally those with labels paras etc and i think having ids is a great thing in the first place but without the conflicts pretty much each fragment has a id for instance at the moment i can add the namespaces via follow up xpath on the result so this is a minor problem but it would be great to have a latexml native solution in the long run especially since id rewriting in a new dom is runtime intentsive the simplest idea would be to do preload latexml sty which would append the document name or a randomly generated number akin to epub in the case of literal strings to every id in the document
| 1
|
432,658
| 12,496,439,519
|
IssuesEvent
|
2020-06-01 14:50:49
|
prysmaticlabs/prysm
|
https://api.github.com/repos/prysmaticlabs/prysm
|
closed
|
Add Better Test Coverage to CommitteeAssignments
|
Help Wanted Priority: Medium
|
Currently our `CommitteeAssignments` function contained in https://sourcegraph.com/github.com/prysmaticlabs/prysm/-/blob/beacon-chain/core/helpers/committee.go?utm_source=share#L184:6 is a bit different than the spec definition as it uses maps for speed. We need better test coverage for it after v0.11 is merged.
|
1.0
|
Add Better Test Coverage to CommitteeAssignments - Currently our `CommitteeAssignments` function contained in https://sourcegraph.com/github.com/prysmaticlabs/prysm/-/blob/beacon-chain/core/helpers/committee.go?utm_source=share#L184:6 is a bit different than the spec definition as it uses maps for speed. We need better test coverage for it after v0.11 is merged.
|
non_process
|
add better test coverage to committeeassignments currently our committeeassignments function contained in is a bit different than the spec definition as it uses maps for speed we need better test coverage for it after is merged
| 0
|
761,967
| 26,704,970,004
|
IssuesEvent
|
2023-01-27 17:19:33
|
battlecode/galaxy
|
https://api.github.com/repos/battlecode/galaxy
|
closed
|
Clean up repeated avatar logic
|
good first issue module: backend priority: p3 low type: refactor
|
There is repeated logic across the `Team` and `User` models for e.g. forming a public avatar URL. It would be nice to abstract these away
|
1.0
|
Clean up repeated avatar logic - There is repeated logic across the `Team` and `User` models for e.g. forming a public avatar URL. It would be nice to abstract these away
|
non_process
|
clean up repeated avatar logic there is repeated logic across the team and user models for e g forming a public avatar url it would be nice to abstract these away
| 0
|
184,430
| 14,979,689,855
|
IssuesEvent
|
2021-01-28 12:37:18
|
Effie375/PythonLab
|
https://api.github.com/repos/Effie375/PythonLab
|
closed
|
Change the VARIABLE NAMES (with lower camelcase)
|
documentation
|
Ίδιο όνομα μεταβλητών με το PDF Solutions της σχολής
|
1.0
|
Change the VARIABLE NAMES (with lower camelcase) - Ίδιο όνομα μεταβλητών με το PDF Solutions της σχολής
|
non_process
|
change the variable names with lower camelcase ίδιο όνομα μεταβλητών με το pdf solutions της σχολής
| 0
|
10,393
| 13,197,774,744
|
IssuesEvent
|
2020-08-14 00:11:05
|
opendevshop/devshop
|
https://api.github.com/repos/opendevshop/devshop
|
reopened
|
Power Process: Add monolog support for output logging.
|
component | PowerProcess stale
|
This way each process run can be saved to a file in addition to standard out.
- Default to a random tmp profile.
- Allow an ENV variable to set the path to output to.
- Print the output in the process logging.
## UPDATE:
Let's just add monolog output support. Then process output can go anywhere.
See cpliakas gitwrapper.
See also: Provision monolog branch: https://github.com/provision-ops/provision/tree/monolog
|
1.0
|
Power Process: Add monolog support for output logging. - This way each process run can be saved to a file in addition to standard out.
- Default to a random tmp profile.
- Allow an ENV variable to set the path to output to.
- Print the output in the process logging.
## UPDATE:
Let's just add monolog output support. Then process output can go anywhere.
See cpliakas gitwrapper.
See also: Provision monolog branch: https://github.com/provision-ops/provision/tree/monolog
|
process
|
power process add monolog support for output logging this way each process run can be saved to a file in addition to standard out default to a random tmp profile allow an env variable to set the path to output to print the output in the process logging update let s just add monolog output support then process output can go anywhere see cpliakas gitwrapper see also provision monolog branch
| 1
|
278
| 2,712,147,500
|
IssuesEvent
|
2015-04-09 11:54:58
|
mkdocs/mkdocs
|
https://api.github.com/repos/mkdocs/mkdocs
|
opened
|
Release 0.12
|
Process
|
- [ ] Update website DNS. #405
- [ ] Fix blockers #441 #439
- [ ] Finalise and merge release notes #437
- [ ] Bump version
- [ ] Publish to PyPI
|
1.0
|
Release 0.12 - - [ ] Update website DNS. #405
- [ ] Fix blockers #441 #439
- [ ] Finalise and merge release notes #437
- [ ] Bump version
- [ ] Publish to PyPI
|
process
|
release update website dns fix blockers finalise and merge release notes bump version publish to pypi
| 1
|
19,257
| 25,455,068,721
|
IssuesEvent
|
2022-11-24 13:33:31
|
GoldenGnu/jeveassets
|
https://api.github.com/repos/GoldenGnu/jeveassets
|
closed
|
Display total minerals (minerals*count) in reprocessed window
|
enhancement done reprocessing
|
Hi
as we discussed, would it be possible to have the sum of minerals for the list of assets, taking in account the count of each object ?
BTW thanks for your tool !
thanks
|
1.0
|
Display total minerals (minerals*count) in reprocessed window - Hi
as we discussed, would it be possible to have the sum of minerals for the list of assets, taking in account the count of each object ?
BTW thanks for your tool !
thanks
|
process
|
display total minerals minerals count in reprocessed window hi as we discussed would it be possible to have the sum of minerals for the list of assets taking in account the count of each object btw thanks for your tool thanks
| 1
|
58,753
| 16,743,900,903
|
IssuesEvent
|
2021-06-11 13:20:53
|
primefaces/primeng
|
https://api.github.com/repos/primefaces/primeng
|
closed
|
Filtering non existing item in p-dropdown [filter=true, group=true] and pressing key down generates error: Dropdown.html:25 ERROR TypeError: Cannot read property '0' of null
|
defect
|
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Plunkr Case (Bug Reports)**
https://stackblitz.com/edit/github-qrz9jq?file=package.json
**Current behavior**
After filtring non-existing item and pressing the key down occurs error:
```
Dropdown.html:25 ERROR TypeError: Cannot read property '0' of null
at Dropdown.onKeydown (dropdown.ts:861)
at Object.eval [as handleEvent] (Dropdown.html:26)
at handleEvent (view.ts:138)
at callWithDebugContext (services.ts:641)
at Object.debugHandleEvent [as handleEvent] (services.ts:381)
at dispatchEvent (util.ts:135)
at eval (element.ts:208)
at HTMLInputElement.eval (dom_renderer.ts:66)
at ZoneDelegate.invokeTask (zone.js:434)
at Object.onInvokeTask (ng_zone.ts:390)
```
**Expected behavior**
Error is not expected
**Minimal reproduction of the problem with instructions**
* Open https://github-qrz9jq.stackblitz.io
* Filter for "abc" and press key down

**What is the motivation / use case for changing the behavior?**
Error is not expected.
This is identical reproduction scenario to https://github.com/primefaces/primeng/issues/10325 only reproduced on latest version.
**Please tell us about your environment:**
* **Angular version:** 12.0.1
* **PrimeNG version:** 12.0.0-rc.1
* **Browser:** [Chrome 91.0.4472.77 | Firefox 89.0 (64-bit)]
|
1.0
|
Filtering non existing item in p-dropdown [filter=true, group=true] and pressing key down generates error: Dropdown.html:25 ERROR TypeError: Cannot read property '0' of null -
**I'm submitting a ...** (check one with "x")
```
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Plunkr Case (Bug Reports)**
https://stackblitz.com/edit/github-qrz9jq?file=package.json
**Current behavior**
After filtring non-existing item and pressing the key down occurs error:
```
Dropdown.html:25 ERROR TypeError: Cannot read property '0' of null
at Dropdown.onKeydown (dropdown.ts:861)
at Object.eval [as handleEvent] (Dropdown.html:26)
at handleEvent (view.ts:138)
at callWithDebugContext (services.ts:641)
at Object.debugHandleEvent [as handleEvent] (services.ts:381)
at dispatchEvent (util.ts:135)
at eval (element.ts:208)
at HTMLInputElement.eval (dom_renderer.ts:66)
at ZoneDelegate.invokeTask (zone.js:434)
at Object.onInvokeTask (ng_zone.ts:390)
```
**Expected behavior**
Error is not expected
**Minimal reproduction of the problem with instructions**
* Open https://github-qrz9jq.stackblitz.io
* Filter for "abc" and press key down

**What is the motivation / use case for changing the behavior?**
Error is not expected.
This is identical reproduction scenario to https://github.com/primefaces/primeng/issues/10325 only reproduced on latest version.
**Please tell us about your environment:**
* **Angular version:** 12.0.1
* **PrimeNG version:** 12.0.0-rc.1
* **Browser:** [Chrome 91.0.4472.77 | Firefox 89.0 (64-bit)]
|
non_process
|
filtering non existing item in p dropdown and pressing key down generates error dropdown html error typeerror cannot read property of null i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports current behavior after filtring non existing item and pressing the key down occurs error dropdown html error typeerror cannot read property of null at dropdown onkeydown dropdown ts at object eval dropdown html at handleevent view ts at callwithdebugcontext services ts at object debughandleevent services ts at dispatchevent util ts at eval element ts at htmlinputelement eval dom renderer ts at zonedelegate invoketask zone js at object oninvoketask ng zone ts expected behavior error is not expected minimal reproduction of the problem with instructions open filter for abc and press key down what is the motivation use case for changing the behavior error is not expected this is identical reproduction scenario to only reproduced on latest version please tell us about your environment angular version primeng version rc browser
| 0
|
284,917
| 21,477,083,133
|
IssuesEvent
|
2022-04-26 14:29:20
|
nextstrain/augur
|
https://api.github.com/repos/nextstrain/augur
|
opened
|
ENH: Provide helpful error message when metadata file doesn't contain "strain" column
|
enhancement help wanted documentation good first issue easy problem
|
A lot of users seem to get the following type of error:
```
Job 3: Exporting data files for for auspice
augur export v2 --tree results/global/tree.nwk --metadata data/metadata.tsv
--node-data results/global/branch_lengths.json results/global/nt_muts.json results/global/aa_muts.json results/global/subclades.json results/global/clades.json results/global/recency.json results/global/traits.json --auspice-config my_profiles/covid/my_auspice_config.json --include-root-sequence --colors results/global/colors.tsv --lat-longs defaults/lat_longs.tsv --title 'Genomic epidemiology of novel coronavirus - Global subsampling' --description my_profiles/covid/my_description.md --output results/global/ncov_with_accessions.json 2>&1 | tee logs/export_global.txt
Validating schema of 'results/global/aa_muts.json'...
Traceback (most recent call last):
File "/home/charbel/miniconda3/envs/nextstrain/bin/augur", line 10, in <module>
sys.exit(main())
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/__main__.py", line 10, in main
return augur.run( argv[1:] )
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/__init__.py", line 75, in run
return args.__command__.run(args)
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/export.py", line 22, in run
return run_v2(args)
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/export_v2.py", line 903, in run_v2
node_data, node_attrs, node_data_names, metadata_names = parse_node_data_and_metadata(T, args.node_data, args.metadata)
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/export_v2.py", line 863, in parse_node_data_and_metadata
if node["strain"] in node_attrs: # i.e. this node name is in the tree
KeyError: 'strain'
```
https://discussion.nextstrain.org/t/error-in-job-3-exporting-data-files-for-for-auspice/493/4
It's a common discussion topic on our forum and also in emails we get to hello@nextstrain.org
I think it would help users a lot if we raised a more informative error so that users know directly how to fix it.
Also, we don't seem to have documented the requirement that the metadata needs to contain a column called `strain` with _strainnames_.
Both should be addressed.
|
1.0
|
ENH: Provide helpful error message when metadata file doesn't contain "strain" column - A lot of users seem to get the following type of error:
```
Job 3: Exporting data files for for auspice
augur export v2 --tree results/global/tree.nwk --metadata data/metadata.tsv
--node-data results/global/branch_lengths.json results/global/nt_muts.json results/global/aa_muts.json results/global/subclades.json results/global/clades.json results/global/recency.json results/global/traits.json --auspice-config my_profiles/covid/my_auspice_config.json --include-root-sequence --colors results/global/colors.tsv --lat-longs defaults/lat_longs.tsv --title 'Genomic epidemiology of novel coronavirus - Global subsampling' --description my_profiles/covid/my_description.md --output results/global/ncov_with_accessions.json 2>&1 | tee logs/export_global.txt
Validating schema of 'results/global/aa_muts.json'...
Traceback (most recent call last):
File "/home/charbel/miniconda3/envs/nextstrain/bin/augur", line 10, in <module>
sys.exit(main())
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/__main__.py", line 10, in main
return augur.run( argv[1:] )
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/__init__.py", line 75, in run
return args.__command__.run(args)
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/export.py", line 22, in run
return run_v2(args)
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/export_v2.py", line 903, in run_v2
node_data, node_attrs, node_data_names, metadata_names = parse_node_data_and_metadata(T, args.node_data, args.metadata)
File "/home/charbel/miniconda3/envs/nextstrain/lib/python3.8/site-packages/augur/export_v2.py", line 863, in parse_node_data_and_metadata
if node["strain"] in node_attrs: # i.e. this node name is in the tree
KeyError: 'strain'
```
https://discussion.nextstrain.org/t/error-in-job-3-exporting-data-files-for-for-auspice/493/4
It's a common discussion topic on our forum and also in emails we get to hello@nextstrain.org
I think it would help users a lot if we raised a more informative error so that users know directly how to fix it.
Also, we don't seem to have documented the requirement that the metadata needs to contain a column called `strain` with _strainnames_.
Both should be addressed.
|
non_process
|
enh provide helpful error message when metadata file doesn t contain strain column a lot of users seem to get the following type of error job exporting data files for for auspice augur export tree results global tree nwk metadata data metadata tsv node data results global branch lengths json results global nt muts json results global aa muts json results global subclades json results global clades json results global recency json results global traits json auspice config my profiles covid my auspice config json include root sequence colors results global colors tsv lat longs defaults lat longs tsv title genomic epidemiology of novel coronavirus global subsampling description my profiles covid my description md output results global ncov with accessions json tee logs export global txt validating schema of results global aa muts json traceback most recent call last file home charbel envs nextstrain bin augur line in sys exit main file home charbel envs nextstrain lib site packages augur main py line in main return augur run argv file home charbel envs nextstrain lib site packages augur init py line in run return args command run args file home charbel envs nextstrain lib site packages augur export py line in run return run args file home charbel envs nextstrain lib site packages augur export py line in run node data node attrs node data names metadata names parse node data and metadata t args node data args metadata file home charbel envs nextstrain lib site packages augur export py line in parse node data and metadata if node in node attrs i e this node name is in the tree keyerror strain it s a common discussion topic on our forum and also in emails we get to hello nextstrain org i think it would help users a lot if we raised a more informative error so that users know directly how to fix it also we don t seem to have documented the requirement that the metadata needs to contain a column called strain with strainnames both should be addressed
| 0
|
21,166
| 28,140,081,154
|
IssuesEvent
|
2023-04-01 21:04:51
|
cse442-at-ub/project_s23-cinco
|
https://api.github.com/repos/cse442-at-ub/project_s23-cinco
|
closed
|
Figma Markup for changing the password
|
Processing Task Sprint 1
|
https://www.figma.com/file/ZSq11HmtHancij9UBCY93g/PROFILE-PIC?node-id=0%3A1
Test 1:
Click on the above link in order to view figma markup page for changing password.

|
1.0
|
Figma Markup for changing the password - https://www.figma.com/file/ZSq11HmtHancij9UBCY93g/PROFILE-PIC?node-id=0%3A1
Test 1:
Click on the above link in order to view figma markup page for changing password.

|
process
|
figma markup for changing the password test click on the above link in order to view figma markup page for changing password
| 1
|
27,926
| 4,346,274,068
|
IssuesEvent
|
2016-07-29 15:28:06
|
e-government-ua/i
|
https://api.github.com/repos/e-government-ua/i
|
closed
|
На дашборде реализовать поддержку календарика на полях с типом "date" (так-же как и на центральном портале)
|
active test _dashboard-js
|
Реализовать возможность чтоб чиновник могу выбирать данные из календаря. Сейчас даже если мы ставим тип date в юзертаске, то не появляется там кнопочка календарика. А они хотят выбирать из календаря, а не прописывать руками.
**Быть крайне осторожным, т.к.:**
- компонент календарика используется не в одном месте (он еще и в экспорте статистики используется и в фильтре по "Мий росклад")
- в полях этого типа должен быть именно определенный формат даты
Тестировать можно так(причем протестировать лучше весь сценарий еще до доработки а потом после чтоб сравнить):
1) создать тестовую заявку связанную с датой (из тестовой подкатегории на центральном портале, можно по названию понять), т.е. чтоб одно из заполняемых полей было типа даты.
2) зайти на дашбоард под логином tester/tester и найда там эту заявку в необробленных - взять ее в работу
3) зайти в закладку "В роботи" и найти ее там убедившись что там дата нормально в поле отображается
4) если есть возможность выбрать другую дату в этом поле или в другом поле с типом даты - выбрать и отработать заявку
5) потом посмотреть опять в необробленных эту заявку ,взять ее и так-же убедиться что с датой все гуд
6) потом сделать доработку и повторить начиная с п.1
На вот этой услуге https://test.igov.org.ua/service/1450/general (Звернення громадян до Управління житлового господарства міської ради) на дашборде чиновника нет привязанного календарика к полю "Вкажіть дату реєстрації (у форматі ДД/ММ/РРРР)"
На центарле в услуге https://test.igov.org.ua/service/654/general (Отримання субсидії на оплату житлово-комунальних послуг) при выборе "Разом з Вами прописані інші особи?:" в полях их дат рождения нет календарика.
|
1.0
|
На дашборде реализовать поддержку календарика на полях с типом "date" (так-же как и на центральном портале) - Реализовать возможность чтоб чиновник могу выбирать данные из календаря. Сейчас даже если мы ставим тип date в юзертаске, то не появляется там кнопочка календарика. А они хотят выбирать из календаря, а не прописывать руками.
**Быть крайне осторожным, т.к.:**
- компонент календарика используется не в одном месте (он еще и в экспорте статистики используется и в фильтре по "Мий росклад")
- в полях этого типа должен быть именно определенный формат даты
Тестировать можно так(причем протестировать лучше весь сценарий еще до доработки а потом после чтоб сравнить):
1) создать тестовую заявку связанную с датой (из тестовой подкатегории на центральном портале, можно по названию понять), т.е. чтоб одно из заполняемых полей было типа даты.
2) зайти на дашбоард под логином tester/tester и найда там эту заявку в необробленных - взять ее в работу
3) зайти в закладку "В роботи" и найти ее там убедившись что там дата нормально в поле отображается
4) если есть возможность выбрать другую дату в этом поле или в другом поле с типом даты - выбрать и отработать заявку
5) потом посмотреть опять в необробленных эту заявку ,взять ее и так-же убедиться что с датой все гуд
6) потом сделать доработку и повторить начиная с п.1
На вот этой услуге https://test.igov.org.ua/service/1450/general (Звернення громадян до Управління житлового господарства міської ради) на дашборде чиновника нет привязанного календарика к полю "Вкажіть дату реєстрації (у форматі ДД/ММ/РРРР)"
На центарле в услуге https://test.igov.org.ua/service/654/general (Отримання субсидії на оплату житлово-комунальних послуг) при выборе "Разом з Вами прописані інші особи?:" в полях их дат рождения нет календарика.
|
non_process
|
на дашборде реализовать поддержку календарика на полях с типом date так же как и на центральном портале реализовать возможность чтоб чиновник могу выбирать данные из календаря сейчас даже если мы ставим тип date в юзертаске то не появляется там кнопочка календарика а они хотят выбирать из календаря а не прописывать руками быть крайне осторожным т к компонент календарика используется не в одном месте он еще и в экспорте статистики используется и в фильтре по мий росклад в полях этого типа должен быть именно определенный формат даты тестировать можно так причем протестировать лучше весь сценарий еще до доработки а потом после чтоб сравнить создать тестовую заявку связанную с датой из тестовой подкатегории на центральном портале можно по названию понять т е чтоб одно из заполняемых полей было типа даты зайти на дашбоард под логином tester tester и найда там эту заявку в необробленных взять ее в работу зайти в закладку в роботи и найти ее там убедившись что там дата нормально в поле отображается если есть возможность выбрать другую дату в этом поле или в другом поле с типом даты выбрать и отработать заявку потом посмотреть опять в необробленных эту заявку взять ее и так же убедиться что с датой все гуд потом сделать доработку и повторить начиная с п на вот этой услуге звернення громадян до управління житлового господарства міської ради на дашборде чиновника нет привязанного календарика к полю вкажіть дату реєстрації у форматі дд мм рррр на центарле в услуге отримання субсидії на оплату житлово комунальних послуг при выборе разом з вами прописані інші особи в полях их дат рождения нет календарика
| 0
|
6,494
| 9,560,463,056
|
IssuesEvent
|
2019-05-03 19:41:45
|
zephyrproject-rtos/zephyr
|
https://api.github.com/repos/zephyrproject-rtos/zephyr
|
closed
|
CODEOWNERS ignored in GitHub
|
area: Process bug priority: high
|
**Describe the bug**
New PRs do not get reviewers automatically assigned thru the CODEOWNERS file, and CODEOWNER status is not displayed in the reviewer list
**To Reproduce**
a) Create a PR against code owned by anybody, see there is no automatic added reviewers
b) Note that in all PRs for the last couple of days there is no shield code owner symbol next to any reviewer.
**Impact**
No appropriate reviewers are added to PRs=>
* Likely that PRs will be forgotten
* Likely that inappropriate reviews will be done
**Additional context**
Discussion in devel and tsc mail list:
```
Email On Fri, 26 Apr 2019 09:25:17 +0000
"Alberto Escolar Piedras" wrote:
> Thanks Paul,
> Do you have some indication of when did this break?
Well, I was on vacation for two weeks before Apr 15. It definitely worked before that. And I saw first problematic case last week, after returning from vacation. No idea if that might be related to
https://github.com/zephyrproject-rtos/zephyr/commit/636a7af43e704e25af29b31d565399fc02fef408
- nothing wrong is seen here.
Actually, fishing for that link, I see that a whole bunch of changes was made to the CODEOWNERS file just recently:
https://github.com/zephyrproject-rtos/zephyr/commits/master/CODEOWNERS
Just imagine that any of those changes could break syntax a bit or propagation of changes to it could glitch on Github side, leading to the effect we see. And that's not counting a possible coincidence of Github tighting up the syntax for that file...
>
> BR
> Alberto
>
> -----Original Message-----
> From: tsc@lists.zephyrproject.org On Behalf Of Paul Sokolovsky
> Subject: [Zephyr-tsc] Github CODEOWNERS
> auto-assignment doesn't work as expected
>
> Hello,
>
> As was noticed in a few (multiple?) PRs, automatic reviewer assignment
> based on the CODEOWNERS file no longer works as expected, specifically
> fails to assign reviewers.
>
> A recent example of this is
> https://github.com/zephyrproject-rtos/zephyr/pull/15670 - while
> there's an entry:
>
> /subsys/net/ip/ @jukkar @tbursztyka @pfalcon
>
> in CODEOWNERS, I wasn't requested for review. Again, that's not the
> only case.
>
> For a clean-room test, I submitted
> https://github.com/zephyrproject-rtos/zephyr/pull/15683 and as can be
> seen, the reviewer list is empty.
>
> This is problematic, because there's a risk that under-reviewed
> changes will get into the codebase, causing regressions. So, raising
> to the awareness of the TSC.
```
|
1.0
|
CODEOWNERS ignored in GitHub - **Describe the bug**
New PRs do not get reviewers automatically assigned thru the CODEOWNERS file, and CODEOWNER status is not displayed in the reviewer list
**To Reproduce**
a) Create a PR against code owned by anybody, see there is no automatic added reviewers
b) Note that in all PRs for the last couple of days there is no shield code owner symbol next to any reviewer.
**Impact**
No appropriate reviewers are added to PRs=>
* Likely that PRs will be forgotten
* Likely that inappropriate reviews will be done
**Additional context**
Discussion in devel and tsc mail list:
```
Email On Fri, 26 Apr 2019 09:25:17 +0000
"Alberto Escolar Piedras" wrote:
> Thanks Paul,
> Do you have some indication of when did this break?
Well, I was on vacation for two weeks before Apr 15. It definitely worked before that. And I saw first problematic case last week, after returning from vacation. No idea if that might be related to
https://github.com/zephyrproject-rtos/zephyr/commit/636a7af43e704e25af29b31d565399fc02fef408
- nothing wrong is seen here.
Actually, fishing for that link, I see that a whole bunch of changes was made to the CODEOWNERS file just recently:
https://github.com/zephyrproject-rtos/zephyr/commits/master/CODEOWNERS
Just imagine that any of those changes could break syntax a bit or propagation of changes to it could glitch on Github side, leading to the effect we see. And that's not counting a possible coincidence of Github tighting up the syntax for that file...
>
> BR
> Alberto
>
> -----Original Message-----
> From: tsc@lists.zephyrproject.org On Behalf Of Paul Sokolovsky
> Subject: [Zephyr-tsc] Github CODEOWNERS
> auto-assignment doesn't work as expected
>
> Hello,
>
> As was noticed in a few (multiple?) PRs, automatic reviewer assignment
> based on the CODEOWNERS file no longer works as expected, specifically
> fails to assign reviewers.
>
> A recent example of this is
> https://github.com/zephyrproject-rtos/zephyr/pull/15670 - while
> there's an entry:
>
> /subsys/net/ip/ @jukkar @tbursztyka @pfalcon
>
> in CODEOWNERS, I wasn't requested for review. Again, that's not the
> only case.
>
> For a clean-room test, I submitted
> https://github.com/zephyrproject-rtos/zephyr/pull/15683 and as can be
> seen, the reviewer list is empty.
>
> This is problematic, because there's a risk that under-reviewed
> changes will get into the codebase, causing regressions. So, raising
> to the awareness of the TSC.
```
|
process
|
codeowners ignored in github describe the bug new prs do not get reviewers automatically assigned thru the codeowners file and codeowner status is not displayed in the reviewer list to reproduce a create a pr against code owned by anybody see there is no automatic added reviewers b note that in all prs for the last couple of days there is no shield code owner symbol next to any reviewer impact no appropriate reviewers are added to prs likely that prs will be forgotten likely that inappropriate reviews will be done additional context discussion in devel and tsc mail list email on fri apr alberto escolar piedras wrote thanks paul do you have some indication of when did this break well i was on vacation for two weeks before apr it definitely worked before that and i saw first problematic case last week after returning from vacation no idea if that might be related to nothing wrong is seen here actually fishing for that link i see that a whole bunch of changes was made to the codeowners file just recently just imagine that any of those changes could break syntax a bit or propagation of changes to it could glitch on github side leading to the effect we see and that s not counting a possible coincidence of github tighting up the syntax for that file br alberto original message from tsc lists zephyrproject org on behalf of paul sokolovsky subject github codeowners auto assignment doesn t work as expected hello as was noticed in a few multiple prs automatic reviewer assignment based on the codeowners file no longer works as expected specifically fails to assign reviewers a recent example of this is while there s an entry subsys net ip jukkar tbursztyka pfalcon in codeowners i wasn t requested for review again that s not the only case for a clean room test i submitted and as can be seen the reviewer list is empty this is problematic because there s a risk that under reviewed changes will get into the codebase causing regressions so raising to the awareness of the tsc
| 1
|
2,361
| 5,166,317,849
|
IssuesEvent
|
2017-01-17 15:57:13
|
openvstorage/framework
|
https://api.github.com/repos/openvstorage/framework
|
closed
|
Creating back-end during the removal of a node will freeze the back-end on the installing status
|
priority_normal process_duplicate type_bug
|
# Problem description
Creating back-end during the removal of a node will freeze the back-end on the installing status
I suspect that it will generally break anything when the setup changes.
Also I found that when I added a new back-end, while the other was stuck on installing, that the newly installing one disappears from the GUI.
# Possible root of the problem
Workers restart during the remove nodes procedure
# Possible solution
Unknown
# Temporary solution
Reverting to a previous state is the only way back.
# Additional information
## Setup
Hyperconverged setup
- Three nodes with each three disks for the back-end
## Package information
- openvstorage 2.7.2-rev.3859.42b3488-1 amd64 openvStorage
- openvstorage-backend 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin
- openvstorage-backend-core 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin core
- openvstorage-backend-webapps 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin Web Applications
- openvstorage-cinder-plugin 1.2.2-rev.32.948a8c1-1 amd64 OpenvStorage Cinder plugin for OpenStack
- openvstorage-core 2.7.2-rev.3859.42b3488-1 amd64 openvStorage core
- openvstorage-hc 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin HyperConverged
- openvstorage-health-check 2.0.0-rev.117.3212ea9-1 amd64 Open vStorage HealthCheck
- openvstorage-sdm 1.6.2-rev.330.f06c8de-1 amd64 Open vStorage Backend ASD Manager
- openvstorage-test 2.7.2-rev.980.0dbc80f-1 amd64 openvStorage autotest suite
- openvstorage-webapps 2.7.2-rev.3859.42b3488-1 amd64 openvStorage Web Applications
|
1.0
|
Creating back-end during the removal of a node will freeze the back-end on the installing status - # Problem description
Creating back-end during the removal of a node will freeze the back-end on the installing status
I suspect that it will generally break anything when the setup changes.
Also I found that when I added a new back-end, while the other was stuck on installing, that the newly installing one disappears from the GUI.
# Possible root of the problem
Workers restart during the remove nodes procedure
# Possible solution
Unknown
# Temporary solution
Reverting to a previous state is the only way back.
# Additional information
## Setup
Hyperconverged setup
- Three nodes with each three disks for the back-end
## Package information
- openvstorage 2.7.2-rev.3859.42b3488-1 amd64 openvStorage
- openvstorage-backend 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin
- openvstorage-backend-core 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin core
- openvstorage-backend-webapps 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin Web Applications
- openvstorage-cinder-plugin 1.2.2-rev.32.948a8c1-1 amd64 OpenvStorage Cinder plugin for OpenStack
- openvstorage-core 2.7.2-rev.3859.42b3488-1 amd64 openvStorage core
- openvstorage-hc 1.7.2-rev.675.37ca5b8-1 amd64 openvStorage Backend plugin HyperConverged
- openvstorage-health-check 2.0.0-rev.117.3212ea9-1 amd64 Open vStorage HealthCheck
- openvstorage-sdm 1.6.2-rev.330.f06c8de-1 amd64 Open vStorage Backend ASD Manager
- openvstorage-test 2.7.2-rev.980.0dbc80f-1 amd64 openvStorage autotest suite
- openvstorage-webapps 2.7.2-rev.3859.42b3488-1 amd64 openvStorage Web Applications
|
process
|
creating back end during the removal of a node will freeze the back end on the installing status problem description creating back end during the removal of a node will freeze the back end on the installing status i suspect that it will generally break anything when the setup changes also i found that when i added a new back end while the other was stuck on installing that the newly installing one disappears from the gui possible root of the problem workers restart during the remove nodes procedure possible solution unknown temporary solution reverting to a previous state is the only way back additional information setup hyperconverged setup three nodes with each three disks for the back end package information openvstorage rev openvstorage openvstorage backend rev openvstorage backend plugin openvstorage backend core rev openvstorage backend plugin core openvstorage backend webapps rev openvstorage backend plugin web applications openvstorage cinder plugin rev openvstorage cinder plugin for openstack openvstorage core rev openvstorage core openvstorage hc rev openvstorage backend plugin hyperconverged openvstorage health check rev open vstorage healthcheck openvstorage sdm rev open vstorage backend asd manager openvstorage test rev openvstorage autotest suite openvstorage webapps rev openvstorage web applications
| 1
|
781,323
| 27,432,765,611
|
IssuesEvent
|
2023-03-02 03:38:50
|
wso2/api-manager
|
https://api.github.com/repos/wso2/api-manager
|
closed
|
Change WWW-Authenticate header's challenge string to Basic instead of Basic Auth
|
Type/Bug Priority/Normal Resolution/Fixed Component/APIM 4.2.0-RC
|
This can be fixed by updating the string in https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/handlers/security/basicauth/BasicAuthAuthenticator.java#L345
|
1.0
|
Change WWW-Authenticate header's challenge string to Basic instead of Basic Auth - This can be fixed by updating the string in https://github.com/wso2/carbon-apimgt/blob/master/components/apimgt/org.wso2.carbon.apimgt.gateway/src/main/java/org/wso2/carbon/apimgt/gateway/handlers/security/basicauth/BasicAuthAuthenticator.java#L345
|
non_process
|
change www authenticate header s challenge string to basic instead of basic auth this can be fixed by updating the string in
| 0
|
99,827
| 11,163,750,943
|
IssuesEvent
|
2019-12-27 00:50:37
|
saltstack/salt
|
https://api.github.com/repos/saltstack/salt
|
closed
|
Wrong schema for mysql returner
|
Bug Documentation High Severity
|
### Description of Issue/Question
The current schema for salt.returners.mysql raises an error:
`ERROR 1061 (42000): Duplicate key name 'jid'`
because `jid` is already a BTREE index.
### Steps to Reproduce Issue
Insert the mysql schema provided in the [docs](https://docs.saltstack.com/en/latest/ref/returners/all/salt.returners.mysql.html).
I think removing `CREATE INDEX jid ON jids(jid) USING BTREE;` should do the trick since `UNIQUE` constraint makes `jid` a BTREE index.
|
1.0
|
Wrong schema for mysql returner - ### Description of Issue/Question
The current schema for salt.returners.mysql raises an error:
`ERROR 1061 (42000): Duplicate key name 'jid'`
because `jid` is already a BTREE index.
### Steps to Reproduce Issue
Insert the mysql schema provided in the [docs](https://docs.saltstack.com/en/latest/ref/returners/all/salt.returners.mysql.html).
I think removing `CREATE INDEX jid ON jids(jid) USING BTREE;` should do the trick since `UNIQUE` constraint makes `jid` a BTREE index.
|
non_process
|
wrong schema for mysql returner description of issue question the current schema for salt returners mysql raises an error error duplicate key name jid because jid is already a btree index steps to reproduce issue insert the mysql schema provided in the i think removing create index jid on jids jid using btree should do the trick since unique constraint makes jid a btree index
| 0
|
388,653
| 11,490,445,488
|
IssuesEvent
|
2020-02-11 17:05:54
|
risd/risd-congratulations-v2
|
https://api.github.com/repos/risd/risd-congratulations-v2
|
closed
|
Add styling to Supporting Content content type
|
priority
|
@rubillionaire - can you please adjust the Supporting Content module so that it will display like the Universal - RISD Resources/Offices content type and the Universal - Providence General Info content type.
This would place a yellow line under each Supporting Content row entry, would make any uploaded images sit to the left of the text instead of to the right, and it would require a tweak to the content type's "Title" field so that we could add (if desired/not required) an associated url to make the title field a link. (If we don't enter a url please just dont have the yellow line under it and no hover state.) Here's a screenshot:

@mmarol - have I forgotten any specifications here?
|
1.0
|
Add styling to Supporting Content content type - @rubillionaire - can you please adjust the Supporting Content module so that it will display like the Universal - RISD Resources/Offices content type and the Universal - Providence General Info content type.
This would place a yellow line under each Supporting Content row entry, would make any uploaded images sit to the left of the text instead of to the right, and it would require a tweak to the content type's "Title" field so that we could add (if desired/not required) an associated url to make the title field a link. (If we don't enter a url please just dont have the yellow line under it and no hover state.) Here's a screenshot:

@mmarol - have I forgotten any specifications here?
|
non_process
|
add styling to supporting content content type rubillionaire can you please adjust the supporting content module so that it will display like the universal risd resources offices content type and the universal providence general info content type this would place a yellow line under each supporting content row entry would make any uploaded images sit to the left of the text instead of to the right and it would require a tweak to the content type s title field so that we could add if desired not required an associated url to make the title field a link if we don t enter a url please just dont have the yellow line under it and no hover state here s a screenshot mmarol have i forgotten any specifications here
| 0
|
17,465
| 23,290,796,982
|
IssuesEvent
|
2022-08-05 22:30:21
|
berkeley-dsep-infra/datahub
|
https://api.github.com/repos/berkeley-dsep-infra/datahub
|
reopened
|
End-semester cleanup tasks [Clean up directories, upgrade image/packages and documentation]
|
process
|
At the end of each semester, we have had to do some cleanup (like with #2002) - but this hasn't happened in a structured way. For this semester, let's try make it so!
Here's a bunch of tasks we should do at end of each semester
## Definitely done
- [ ] Clean up unused users in the hub database, as this can cause performance issues (such as https://github.com/berkeley-dsep-infra/datahub/issues/2677). Script for this at https://github.com/berkeley-dsep-infra/datahub/blob/staging/scripts/delete-unused-users.py
- [x] Archive unused user home directories to claim back some space (#1633)
- [x] Upgrade R and RStudio
- [x] @balajialg to support drafting the updated archival policy which is public-facing
- [x] @felder to upgrade the Otter package in the Public health hub to the latest version. @balajialg to communicate to the instructional team to rewrite the test cases.
- [ ] @yuvipanda to run the script to remove unused directories of users
- [x] Upgrade to the latest package version of Python (@yuvipanda/ @felder)
- [ ] Move base ubuntu image to the latest version 22.04 (@yuvipanda/ @felder)
- [ ] @felder to look at storage for hubs
- [ ] @balajialg Look at the python popularity dashboard + course enrollment data and bring insights to the group to make a decision related to package maintenance!
## Maybe?
- [ ] Upgrade R packages to their latest versions
|
1.0
|
End-semester cleanup tasks [Clean up directories, upgrade image/packages and documentation] - At the end of each semester, we have had to do some cleanup (like with #2002) - but this hasn't happened in a structured way. For this semester, let's try make it so!
Here's a bunch of tasks we should do at end of each semester
## Definitely done
- [ ] Clean up unused users in the hub database, as this can cause performance issues (such as https://github.com/berkeley-dsep-infra/datahub/issues/2677). Script for this at https://github.com/berkeley-dsep-infra/datahub/blob/staging/scripts/delete-unused-users.py
- [x] Archive unused user home directories to claim back some space (#1633)
- [x] Upgrade R and RStudio
- [x] @balajialg to support drafting the updated archival policy which is public-facing
- [x] @felder to upgrade the Otter package in the Public health hub to the latest version. @balajialg to communicate to the instructional team to rewrite the test cases.
- [ ] @yuvipanda to run the script to remove unused directories of users
- [x] Upgrade to the latest package version of Python (@yuvipanda/ @felder)
- [ ] Move base ubuntu image to the latest version 22.04 (@yuvipanda/ @felder)
- [ ] @felder to look at storage for hubs
- [ ] @balajialg Look at the python popularity dashboard + course enrollment data and bring insights to the group to make a decision related to package maintenance!
## Maybe?
- [ ] Upgrade R packages to their latest versions
|
process
|
end semester cleanup tasks at the end of each semester we have had to do some cleanup like with but this hasn t happened in a structured way for this semester let s try make it so here s a bunch of tasks we should do at end of each semester definitely done clean up unused users in the hub database as this can cause performance issues such as script for this at archive unused user home directories to claim back some space upgrade r and rstudio balajialg to support drafting the updated archival policy which is public facing felder to upgrade the otter package in the public health hub to the latest version balajialg to communicate to the instructional team to rewrite the test cases yuvipanda to run the script to remove unused directories of users upgrade to the latest package version of python yuvipanda felder move base ubuntu image to the latest version yuvipanda felder felder to look at storage for hubs balajialg look at the python popularity dashboard course enrollment data and bring insights to the group to make a decision related to package maintenance maybe upgrade r packages to their latest versions
| 1
|
490
| 2,930,306,972
|
IssuesEvent
|
2015-06-29 02:03:01
|
open-app/holodex
|
https://api.github.com/repos/open-app/holodex
|
opened
|
process for retrospectives
|
discussion process
|
found some resources on sprint retrospectives, worth keeping in mind as we develop our sprint process, which this issue can track.
- [list of retrospective formats](http://retrospectivewiki.org/index.php?title=Retrospective_Plans)
- [list of retrospective resources](http://retrospectivewiki.org/index.php?title=External_Resources)
in this, [The Prime Directive](http://retrospectivewiki.org/index.php?title=The_Prime_Directive):
> "Regardless of what we discover, we understand and truly believe that everyone did the best job they could, given what they knew at the time, their skills and abilities, the resources available, and the situation at hand."
|
1.0
|
process for retrospectives - found some resources on sprint retrospectives, worth keeping in mind as we develop our sprint process, which this issue can track.
- [list of retrospective formats](http://retrospectivewiki.org/index.php?title=Retrospective_Plans)
- [list of retrospective resources](http://retrospectivewiki.org/index.php?title=External_Resources)
in this, [The Prime Directive](http://retrospectivewiki.org/index.php?title=The_Prime_Directive):
> "Regardless of what we discover, we understand and truly believe that everyone did the best job they could, given what they knew at the time, their skills and abilities, the resources available, and the situation at hand."
|
process
|
process for retrospectives found some resources on sprint retrospectives worth keeping in mind as we develop our sprint process which this issue can track in this regardless of what we discover we understand and truly believe that everyone did the best job they could given what they knew at the time their skills and abilities the resources available and the situation at hand
| 1
|
10,080
| 13,044,161,974
|
IssuesEvent
|
2020-07-29 03:47:28
|
tikv/tikv
|
https://api.github.com/repos/tikv/tikv
|
closed
|
UCP: Migrate scalar function `SubDurationAndString` from TiDB
|
challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor
|
## Description
Port the scalar function `SubDurationAndString` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @sticnarf
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr)
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
|
2.0
|
UCP: Migrate scalar function `SubDurationAndString` from TiDB -
## Description
Port the scalar function `SubDurationAndString` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @sticnarf
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr)
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src/expr)
|
process
|
ucp migrate scalar function subdurationandstring from tidb description port the scalar function subdurationandstring from tidb to coprocessor score mentor s sticnarf recommended skills rust programming learning materials already implemented expressions ported from tidb
| 1
|
2,759
| 5,683,275,341
|
IssuesEvent
|
2017-04-13 12:14:59
|
dotnet/corefx
|
https://api.github.com/repos/dotnet/corefx
|
closed
|
System.Diagnostics.Tests.ProcessTests.GetProcessesByName_NoSuchProcess_ReturnsEmpty failed with "Xunit.Sdk.EmptyException" in CI
|
area-System.Diagnostics.Process blocking-clean-ci test-run-core
|
~~~
System.Diagnostics.Tests.ProcessTests.GetProcessesByName_NoSuchProcess_ReturnsEmpty(processName: null) [FAIL]
Assert.Empty() Failure
System.Diagnostics.Tests.ProcessTests.GetProcessesByName_NoSuchProcess_ReturnsEmpty(processName: \"\") [FAIL]
Assert.Empty() Failure
~~~
Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/osx10.12_release/643/consoleText
Configuration: OuterLoop_netcoreapp_OS X 10.12_release
|
1.0
|
System.Diagnostics.Tests.ProcessTests.GetProcessesByName_NoSuchProcess_ReturnsEmpty failed with "Xunit.Sdk.EmptyException" in CI - ~~~
System.Diagnostics.Tests.ProcessTests.GetProcessesByName_NoSuchProcess_ReturnsEmpty(processName: null) [FAIL]
Assert.Empty() Failure
System.Diagnostics.Tests.ProcessTests.GetProcessesByName_NoSuchProcess_ReturnsEmpty(processName: \"\") [FAIL]
Assert.Empty() Failure
~~~
Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/osx10.12_release/643/consoleText
Configuration: OuterLoop_netcoreapp_OS X 10.12_release
|
process
|
system diagnostics tests processtests getprocessesbyname nosuchprocess returnsempty failed with xunit sdk emptyexception in ci system diagnostics tests processtests getprocessesbyname nosuchprocess returnsempty processname null assert empty failure system diagnostics tests processtests getprocessesbyname nosuchprocess returnsempty processname assert empty failure detail configuration outerloop netcoreapp os x release
| 1
|
17,454
| 12,055,251,607
|
IssuesEvent
|
2020-04-15 12:41:09
|
precice/precice
|
https://api.github.com/repos/precice/precice
|
closed
|
Unclear error message on writable data
|
usability
|
I errornously tried to call `writeBlockVectorData` on a data id that was defined as `read-data` for the participant. The error message is
`ERROR: Data is not marked as write! 3`
It would be more helpful if it also stated the data id and/or name of the data field.
|
True
|
Unclear error message on writable data - I errornously tried to call `writeBlockVectorData` on a data id that was defined as `read-data` for the participant. The error message is
`ERROR: Data is not marked as write! 3`
It would be more helpful if it also stated the data id and/or name of the data field.
|
non_process
|
unclear error message on writable data i errornously tried to call writeblockvectordata on a data id that was defined as read data for the participant the error message is error data is not marked as write it would be more helpful if it also stated the data id and or name of the data field
| 0
|
13,888
| 16,655,440,042
|
IssuesEvent
|
2021-06-05 12:43:16
|
paul-buerkner/brms
|
https://api.github.com/repos/paul-buerkner/brms
|
closed
|
FR for robust = TRUE argument in hypothesis
|
feature post-processing
|
`hypothesis` is a very convenient function for obtaining the posterior distributions of effects of interest, which may be some (nonlinear) combination of the model's raw output, and is much easier (and less prone to user-error) than doing this by hand with `posterior_epred` or `posterior_linpred`. When `hypothesis()` is used in this way, it would be useful for there to be an option to return the median, rather than the mean, of the effect of interest. My request is for a `robust = TRUE` argument in hypothesis, with the default being `robust = FALSE`.
|
1.0
|
FR for robust = TRUE argument in hypothesis - `hypothesis` is a very convenient function for obtaining the posterior distributions of effects of interest, which may be some (nonlinear) combination of the model's raw output, and is much easier (and less prone to user-error) than doing this by hand with `posterior_epred` or `posterior_linpred`. When `hypothesis()` is used in this way, it would be useful for there to be an option to return the median, rather than the mean, of the effect of interest. My request is for a `robust = TRUE` argument in hypothesis, with the default being `robust = FALSE`.
|
process
|
fr for robust true argument in hypothesis hypothesis is a very convenient function for obtaining the posterior distributions of effects of interest which may be some nonlinear combination of the model s raw output and is much easier and less prone to user error than doing this by hand with posterior epred or posterior linpred when hypothesis is used in this way it would be useful for there to be an option to return the median rather than the mean of the effect of interest my request is for a robust true argument in hypothesis with the default being robust false
| 1
|
19,158
| 25,249,255,398
|
IssuesEvent
|
2022-11-15 13:32:37
|
inmanta/inmanta-core
|
https://api.github.com/repos/inmanta/inmanta-core
|
closed
|
Add support for Rocky 9
|
process
|
- [x] Update the mock config used to build the products (infra model)
- [x] Update product configs (`centos_version` in `pyproject.toml`) for iso5, iso6 and OSS to build for both 8 and 9
- [ ] Extend pytest-in-docker matrix to include 9
|
1.0
|
Add support for Rocky 9 - - [x] Update the mock config used to build the products (infra model)
- [x] Update product configs (`centos_version` in `pyproject.toml`) for iso5, iso6 and OSS to build for both 8 and 9
- [ ] Extend pytest-in-docker matrix to include 9
|
process
|
add support for rocky update the mock config used to build the products infra model update product configs centos version in pyproject toml for and oss to build for both and extend pytest in docker matrix to include
| 1
|
15,865
| 20,036,220,125
|
IssuesEvent
|
2022-02-02 12:11:55
|
GoogleCloudPlatform/fda-mystudies
|
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
|
closed
|
iOS 15 > Comprehension test > 'Cancel' button is non functional on single click post failing comprehension test questions
|
Bug iOS P3 Process: Fixed Process: Tested dev
|
**Steps:**
1. Install the app in iOS 15+ compatible version
2. Login/Signup
3. Enroll into study
4. Fail the comprehension test questions
5. Click on 'Cancel' button on top right
6. Observe
**Actual:** 'Cancel' button is non functional on single click . User has to click on multiple times
**Expected:** 'Cancel' button should be functional on single click

|
2.0
|
iOS 15 > Comprehension test > 'Cancel' button is non functional on single click post failing comprehension test questions - **Steps:**
1. Install the app in iOS 15+ compatible version
2. Login/Signup
3. Enroll into study
4. Fail the comprehension test questions
5. Click on 'Cancel' button on top right
6. Observe
**Actual:** 'Cancel' button is non functional on single click . User has to click on multiple times
**Expected:** 'Cancel' button should be functional on single click

|
process
|
ios comprehension test cancel button is non functional on single click post failing comprehension test questions steps install the app in ios compatible version login signup enroll into study fail the comprehension test questions click on cancel button on top right observe actual cancel button is non functional on single click user has to click on multiple times expected cancel button should be functional on single click
| 1
|
8,294
| 11,458,281,135
|
IssuesEvent
|
2020-02-07 02:46:45
|
googleapis/google-cloud-python
|
https://api.github.com/repos/googleapis/google-cloud-python
|
closed
|
AppVeyor builds have stopped
|
testing type: process
|
The last build on https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-python/history was 20 days ago.
I searched through issues to see if there was a discussion but I couldn't find one.
|
1.0
|
AppVeyor builds have stopped - The last build on https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-python/history was 20 days ago.
I searched through issues to see if there was a discussion but I couldn't find one.
|
process
|
appveyor builds have stopped the last build on was days ago i searched through issues to see if there was a discussion but i couldn t find one
| 1
|
171,539
| 13,236,959,379
|
IssuesEvent
|
2020-08-18 20:44:49
|
elastic/elasticsearch
|
https://api.github.com/repos/elastic/elasticsearch
|
closed
|
[CI] ESTestCaseTests.testRandomDateFormatterPattern fails reproducibly
|
>test-failure
|
**Build scan**:
https://gradle-enterprise.elastic.co/s/pui6fsuhb34yu
**Repro line**:
./gradlew ':test:framework:test' --tests "org.elasticsearch.test.test.ESTestCaseTests.testRandomDateFormatterPattern" \
-Dtests.seed=A30749E4133D87A5 \
-Dtests.security.manager=true \
-Dtests.locale=ja-JP \
-Dtests.timezone=Asia/Dacca \
-Druntime.java=14
**Reproduces locally?**:
Yes
**Applicable branches**:
master
**Failure history**:
Another failure on 7.x earlier today: https://gradle-enterprise.elastic.co/s/7sxkmswcglt6a
**Failure excerpt**:
java.lang.AssertionError:
Expected: <0L>
but: was <-259200000L>
at __randomizedtesting.SeedInfo.seed([A30749E4133D87A5:AE6E17DEFD8D5E5E]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.test.test.ESTestCaseTests.testRandomDateFormatterPattern(ESTestCaseTests.java:207)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Looking at the commit history my guess is https://github.com/elastic/elasticsearch/commit/ca36bca5bd3d51c69a726281e757b5ba7643d445 might have to do something with this. @nik9000 can you check and otherwise assign someone else or another team?
|
1.0
|
[CI] ESTestCaseTests.testRandomDateFormatterPattern fails reproducibly - **Build scan**:
https://gradle-enterprise.elastic.co/s/pui6fsuhb34yu
**Repro line**:
./gradlew ':test:framework:test' --tests "org.elasticsearch.test.test.ESTestCaseTests.testRandomDateFormatterPattern" \
-Dtests.seed=A30749E4133D87A5 \
-Dtests.security.manager=true \
-Dtests.locale=ja-JP \
-Dtests.timezone=Asia/Dacca \
-Druntime.java=14
**Reproduces locally?**:
Yes
**Applicable branches**:
master
**Failure history**:
Another failure on 7.x earlier today: https://gradle-enterprise.elastic.co/s/7sxkmswcglt6a
**Failure excerpt**:
java.lang.AssertionError:
Expected: <0L>
but: was <-259200000L>
at __randomizedtesting.SeedInfo.seed([A30749E4133D87A5:AE6E17DEFD8D5E5E]:0)
at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:18)
at org.junit.Assert.assertThat(Assert.java:956)
at org.junit.Assert.assertThat(Assert.java:923)
at org.elasticsearch.test.test.ESTestCaseTests.testRandomDateFormatterPattern(ESTestCaseTests.java:207)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
Looking at the commit history my guess is https://github.com/elastic/elasticsearch/commit/ca36bca5bd3d51c69a726281e757b5ba7643d445 might have to do something with this. @nik9000 can you check and otherwise assign someone else or another team?
|
non_process
|
estestcasetests testrandomdateformatterpattern fails reproducibly build scan repro line gradlew test framework test tests org elasticsearch test test estestcasetests testrandomdateformatterpattern dtests seed dtests security manager true dtests locale ja jp dtests timezone asia dacca druntime java reproduces locally yes applicable branches master failure history another failure on x earlier today failure excerpt java lang assertionerror expected but was at randomizedtesting seedinfo seed at org hamcrest matcherassert assertthat matcherassert java at org junit assert assertthat assert java at org junit assert assertthat assert java at org elasticsearch test test estestcasetests testrandomdateformatterpattern estestcasetests java at java base jdk internal reflect nativemethodaccessorimpl native method looking at the commit history my guess is might have to do something with this can you check and otherwise assign someone else or another team
| 0
|
44,386
| 5,625,602,678
|
IssuesEvent
|
2017-04-04 19:48:11
|
missioncommand/emp3-android
|
https://api.github.com/repos/missioncommand/emp3-android
|
closed
|
Change InvalidParameterException to IllegalArgumentException
|
in progress integration testing
|
Change InvalidParameterException to IllegalArgumentException, in Basic Shapes and any other place where we validate input arguments.
|
1.0
|
Change InvalidParameterException to IllegalArgumentException - Change InvalidParameterException to IllegalArgumentException, in Basic Shapes and any other place where we validate input arguments.
|
non_process
|
change invalidparameterexception to illegalargumentexception change invalidparameterexception to illegalargumentexception in basic shapes and any other place where we validate input arguments
| 0
|
17,867
| 23,812,912,734
|
IssuesEvent
|
2022-09-05 01:12:39
|
lynnandtonic/nestflix.fun
|
https://api.github.com/repos/lynnandtonic/nestflix.fun
|
closed
|
Add 21-12 Time Attack: Directors Cut
|
suggested title in process
|
**Title**: 21-12 Time Attack: Directors Cut
**Type (film/tv show):** Film (_director's cut_)
**Show in which it appears:** Regular Show on Cartoon Network
**Is the parent show streaming anywhere?**: Might be on Apple TV
**About when in the parent film/show does it appear?**: In Season 4 Episode 30: The Last Laserdisc Player
**Actual footage of the film/show can be seen?:** Yes. Near the end of the episode. You can also see remaining duration.
|
1.0
|
Add 21-12 Time Attack: Directors Cut - **Title**: 21-12 Time Attack: Directors Cut
**Type (film/tv show):** Film (_director's cut_)
**Show in which it appears:** Regular Show on Cartoon Network
**Is the parent show streaming anywhere?**: Might be on Apple TV
**About when in the parent film/show does it appear?**: In Season 4 Episode 30: The Last Laserdisc Player
**Actual footage of the film/show can be seen?:** Yes. Near the end of the episode. You can also see remaining duration.
|
process
|
add time attack directors cut title time attack directors cut type film tv show film director s cut show in which it appears regular show on cartoon network is the parent show streaming anywhere might be on apple tv about when in the parent film show does it appear in season episode the last laserdisc player actual footage of the film show can be seen yes near the end of the episode you can also see remaining duration
| 1
|
68,352
| 8,263,314,430
|
IssuesEvent
|
2018-09-14 01:37:14
|
dotnet/roslyn
|
https://api.github.com/repos/dotnet/roslyn
|
closed
|
C# comment <summary> showing in collapsed mode
|
Area-IDE Developer Community Need Design Review Resolution-By Design
|
Using c# comments
/// <summary>
/// Import
/// </summary>
/// <param name="fileStream"></param>
/// <returns></returns>
Task<long> Import(Stream fileStream);
In collpased mode it shows
/// <summary> Import
The <summary> portion shouldn't be seen
_This issue has been moved from https://developercommunity.visualstudio.com/content/problem/276820/c-comment-showing-in-collapsed-mode.html
VSTS ticketId: 635931_
_These are the original issue comments:_
DotnetShadow on 6/19/2018, 04:13 PM (5 days ago): This issue seems to affect c# Interface onl
_These are the original issue solutions:_
(no solutions)
|
2.0
|
C# comment <summary> showing in collapsed mode - Using c# comments
/// <summary>
/// Import
/// </summary>
/// <param name="fileStream"></param>
/// <returns></returns>
Task<long> Import(Stream fileStream);
In collpased mode it shows
/// <summary> Import
The <summary> portion shouldn't be seen
_This issue has been moved from https://developercommunity.visualstudio.com/content/problem/276820/c-comment-showing-in-collapsed-mode.html
VSTS ticketId: 635931_
_These are the original issue comments:_
DotnetShadow on 6/19/2018, 04:13 PM (5 days ago): This issue seems to affect c# Interface onl
_These are the original issue solutions:_
(no solutions)
|
non_process
|
c comment showing in collapsed mode using c comments lt summary gt import lt summary gt lt param name quot filestream quot gt lt param gt lt returns gt lt returns gt task lt long gt import stream filestream in collpased mode it shows lt summary gt import the lt summary gt portion shouldn t be seen this issue has been moved from vsts ticketid these are the original issue comments dotnetshadow on pm days ago this issue seems to affect c interface onl these are the original issue solutions no solutions
| 0
|
14,613
| 17,794,430,134
|
IssuesEvent
|
2021-08-31 20:09:51
|
jorgecarleitao/arrow2
|
https://api.github.com/repos/jorgecarleitao/arrow2
|
closed
|
`MonthDayNano` added to enum `IntervalUnit`
|
backwards-incompatible
|
This is backwards incompatible and results of the new implementation merged on https://github.com/apache/arrow/pull/10177/
|
True
|
`MonthDayNano` added to enum `IntervalUnit` - This is backwards incompatible and results of the new implementation merged on https://github.com/apache/arrow/pull/10177/
|
non_process
|
monthdaynano added to enum intervalunit this is backwards incompatible and results of the new implementation merged on
| 0
|
8,497
| 11,660,392,127
|
IssuesEvent
|
2020-03-03 03:11:06
|
googleapis/google-api-go-client
|
https://api.github.com/repos/googleapis/google-api-go-client
|
closed
|
grpc.RoundRobin and grpc.WithBalancer no longer exist
|
priority: p1 type: process
|
We are using this library and seeing these errors:
../google.golang.org/api/option/option.go:153:14: undefined: grpc.RoundRobin
../google.golang.org/api/option/option.go:154:42: undefined: grpc.WithBalancer
Sounds like gRPC removed these legacy APIs: https://github.com/grpc/grpc-go/commit/336cf8d76145dc5ebd517fd9c19e14c6822450b3
|
1.0
|
grpc.RoundRobin and grpc.WithBalancer no longer exist - We are using this library and seeing these errors:
../google.golang.org/api/option/option.go:153:14: undefined: grpc.RoundRobin
../google.golang.org/api/option/option.go:154:42: undefined: grpc.WithBalancer
Sounds like gRPC removed these legacy APIs: https://github.com/grpc/grpc-go/commit/336cf8d76145dc5ebd517fd9c19e14c6822450b3
|
process
|
grpc roundrobin and grpc withbalancer no longer exist we are using this library and seeing these errors google golang org api option option go undefined grpc roundrobin google golang org api option option go undefined grpc withbalancer sounds like grpc removed these legacy apis
| 1
|
15,425
| 19,618,076,137
|
IssuesEvent
|
2022-01-07 00:25:34
|
shirou/gopsutil
|
https://api.github.com/repos/shirou/gopsutil
|
closed
|
Process.OpenFiles() os:windows handles leak
|
os:windows package:process
|
**sample code**
```go
pCur, _ := process.NewProcess(int32(os.Getpid()))
for i := 0; i < 32; i++ {
pCur.OpenFiles()
}
```
**Describe the bug**
run the test code like above, program will crash. because all handles are used up.
**Environment :**
- [Win10 ]
**fixed**
Modify process/process_windows.go, func Process.OpenFilesWithContext, around line 701.
windows.DuplicateHandle get new handle from os, but forget to release it.
may fix it like this
```go
if windows.DuplicateHandle(process, windows.Handle(handle.HandleValue), currentProcess, (*windows.Handle)(&file),
0, true, windows.DUPLICATE_SAME_ACCESS) != nil {
continue
}
//release the new handle
defer windows.CloseHandle(windows.Handle(file))
```
|
1.0
|
Process.OpenFiles() os:windows handles leak - **sample code**
```go
pCur, _ := process.NewProcess(int32(os.Getpid()))
for i := 0; i < 32; i++ {
pCur.OpenFiles()
}
```
**Describe the bug**
run the test code like above, program will crash. because all handles are used up.
**Environment :**
- [Win10 ]
**fixed**
Modify process/process_windows.go, func Process.OpenFilesWithContext, around line 701.
windows.DuplicateHandle get new handle from os, but forget to release it.
may fix it like this
```go
if windows.DuplicateHandle(process, windows.Handle(handle.HandleValue), currentProcess, (*windows.Handle)(&file),
0, true, windows.DUPLICATE_SAME_ACCESS) != nil {
continue
}
//release the new handle
defer windows.CloseHandle(windows.Handle(file))
```
|
process
|
process openfiles os windows handles leak sample code go pcur process newprocess os getpid for i i i pcur openfiles describe the bug run the test code like above program will crash because all handles are used up environment fixed modify process process windows go func process openfileswithcontext around line windows duplicatehandle get new handle from os but forget to release it may fix it like this go if windows duplicatehandle process windows handle handle handlevalue currentprocess windows handle file true windows duplicate same access nil continue release the new handle defer windows closehandle windows handle file
| 1
|
480,135
| 13,836,179,584
|
IssuesEvent
|
2020-10-14 00:22:39
|
microsoftgraph/microsoft-graph-toolkit
|
https://api.github.com/repos/microsoftgraph/microsoft-graph-toolkit
|
closed
|
[BUG] mgt-person avatar for non person entity needs work
|
Component: person-card Priority: 1 State: In Review bug
|
**Describe the bug**

**Expected behavior**
The avatar should be 'initials' of entities. If not, the default avatar should be smaller.
**Additional context**
This is probably caused by the initial calculation function taking a js property that doesn't exist in non-person entities.
|
1.0
|
[BUG] mgt-person avatar for non person entity needs work - **Describe the bug**

**Expected behavior**
The avatar should be 'initials' of entities. If not, the default avatar should be smaller.
**Additional context**
This is probably caused by the initial calculation function taking a js property that doesn't exist in non-person entities.
|
non_process
|
mgt person avatar for non person entity needs work describe the bug expected behavior the avatar should be initials of entities if not the default avatar should be smaller additional context this is probably caused by the initial calculation function taking a js property that doesn t exist in non person entities
| 0
|
379,092
| 26,352,959,861
|
IssuesEvent
|
2023-01-11 07:16:39
|
keploy/docs
|
https://api.github.com/repos/keploy/docs
|
opened
|
[ Documentation request ] : Remove Installation Method from Sample Java Docs
|
documentation good first issue
|
# Brief description
Since Installation Guide is already present here:- https://docs.keploy.io/docs/server/introduction/ .
Instead of having same steps a link could be added to redirect the users towards the `Installation Method Documentation`
# Your recommended content

Is a preferred output.
Reference Resource:-
- https://docs.keploy.io/docs/go/quickstart/run-your-first-app-tutorial
|
1.0
|
[ Documentation request ] : Remove Installation Method from Sample Java Docs - # Brief description
Since Installation Guide is already present here:- https://docs.keploy.io/docs/server/introduction/ .
Instead of having same steps a link could be added to redirect the users towards the `Installation Method Documentation`
# Your recommended content

Is a preferred output.
Reference Resource:-
- https://docs.keploy.io/docs/go/quickstart/run-your-first-app-tutorial
|
non_process
|
remove installation method from sample java docs brief description since installation guide is already present here instead of having same steps a link could be added to redirect the users towards the installation method documentation your recommended content is a preferred output reference resource
| 0
|
209,741
| 16,241,608,898
|
IssuesEvent
|
2021-05-07 10:11:20
|
extratone/bilge
|
https://api.github.com/repos/extratone/bilge
|
opened
|
Starred Repository List
|
curation documentation meta
|
Publishing [my starred repositories list](https://github.com/extratone?tab=stars).
***
extratone's
===========
Starred repositories
--------------------
|Repository|Stars|
|:---------|:----|
|[Roboron3042/Cyberpunk-Neon](https://github.com/Roboron3042/Cyberpunk-Neon)|292⭐|
|[tdlib/td](https://github.com/tdlib/td)|3553⭐|
|[yagop/node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api)|5205⭐|
|[requilence/integram](https://github.com/requilence/integram)|1375⭐|
|[rubenlagus/TelegramBots](https://github.com/rubenlagus/TelegramBots)|2373⭐|
|[tucnak/telebot](https://github.com/tucnak/telebot)|1815⭐|
|[TelegramBots/Telegram.Bot](https://github.com/TelegramBots/Telegram.Bot)|1704⭐|
|[HackerNews/API](https://github.com/HackerNews/API)|7835⭐|
|[DinoBansigan/dinobansigan](https://github.com/DinoBansigan/dinobansigan)|1⭐|
|[DinoBansigan/WriteFreelyArchivePageGenerator](https://github.com/DinoBansigan/WriteFreelyArchivePageGenerator)|1⭐|
|[jbiatek/rickies.net](https://github.com/jbiatek/rickies.net)|5⭐|
|[painty/CSS-Used-ChromeExt](https://github.com/painty/CSS-Used-ChromeExt)|150⭐|
|[ChristianChiarulli/LunarVim](https://github.com/ChristianChiarulli/LunarVim)|2766⭐|
|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|14489⭐|
|[audacity/audacity](https://github.com/audacity/audacity)|4613⭐|
|[DiscordStyles/Slate](https://github.com/DiscordStyles/Slate)|93⭐|
|[archlinux/archinstall](https://github.com/archlinux/archinstall)|1594⭐|
|[elementary/terminal](https://github.com/elementary/terminal)|289⭐|
|[pandoc/lua-filters](https://github.com/pandoc/lua-filters)|259⭐|
|[wip/app](https://github.com/wip/app)|599⭐|
|[srggrs/assign-one-project-github-action](https://github.com/srggrs/assign-one-project-github-action)|79⭐|
|[deathau/markdownload](https://github.com/deathau/markdownload)|326⭐|
|[snapas/go-snapas](https://github.com/snapas/go-snapas)|2⭐|
|[substack/drmark](https://github.com/substack/drmark)|31⭐|
|[Xenon-Bot/commands](https://github.com/Xenon-Bot/commands)|1⭐|
|[Xenon-Bot/xenon.bot](https://github.com/Xenon-Bot/xenon.bot)|3⭐|
|[dandavison/delta](https://github.com/dandavison/delta)|8823⭐|
|[synzen/MonitoRSS](https://github.com/synzen/MonitoRSS)|564⭐|
|[Mandarancio/scidown](https://github.com/Mandarancio/scidown)|39⭐|
|[fabiocolacio/Marker](https://github.com/fabiocolacio/Marker)|659⭐|
|[extratone/pandoc-scholar](https://github.com/extratone/pandoc-scholar)|1⭐|
|[wikiti/pandoc-book-template](https://github.com/wikiti/pandoc-book-template)|230⭐|
|[pandoc-scholar/pandoc-scholar](https://github.com/pandoc-scholar/pandoc-scholar)|348⭐|
|[osener/markup.rocks](https://github.com/osener/markup.rocks)|349⭐|
|[jez/pandoc-starter](https://github.com/jez/pandoc-starter)|449⭐|
|[tompollard/phd\_thesis\_markdown](https://github.com/tompollard/phd_thesis_markdown)|916⭐|
|[shd101wyy/markdown-preview-enhanced](https://github.com/shd101wyy/markdown-preview-enhanced)|3205⭐|
|[Zettlr/Zettlr](https://github.com/Zettlr/Zettlr)|4991⭐|
|[maxheld83/pandoc-action](https://github.com/maxheld83/pandoc-action)|36⭐|
|[boyney123/github-actions](https://github.com/boyney123/github-actions)|148⭐|
|[jlord/offline-issues](https://github.com/jlord/offline-issues)|586⭐|
|[mattduck/gh2md](https://github.com/mattduck/gh2md)|53⭐|
|[xerosanyam/PyDictionary](https://github.com/xerosanyam/PyDictionary)|2⭐|
|[alex-taxiera/WordSeer](https://github.com/alex-taxiera/WordSeer)|2⭐|
|[ipflegen/mw-dictionary](https://github.com/ipflegen/mw-dictionary)|1⭐|
|[flacial/flary](https://github.com/flacial/flary)|4⭐|
|[mluu510/Spelling-Bee](https://github.com/mluu510/Spelling-Bee)|3⭐|
|[charltoons/mw-dictionary](https://github.com/charltoons/mw-dictionary)|9⭐|
|[c0derabbit/medict](https://github.com/c0derabbit/medict)|3⭐|
|[pfeyz/merriam-webster-api](https://github.com/pfeyz/merriam-webster-api)|35⭐|
|[writefreely/presskit-ios-app](https://github.com/writefreely/presskit-ios-app)|1⭐|
|[gitextensions/gitextensions](https://github.com/gitextensions/gitextensions)|5601⭐|
|[alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus)|146⭐|
|[ickc/pancritic](https://github.com/ickc/pancritic)|31⭐|
|[manubot/manubot](https://github.com/manubot/manubot)|272⭐|
|[BuckeyeHackers/TwitterKD](https://github.com/BuckeyeHackers/TwitterKD)|2⭐|
|[tuxitop/CalcTwitterRatio](https://github.com/tuxitop/CalcTwitterRatio)|1⭐|
|[writefreely/writefreely-swift](https://github.com/writefreely/writefreely-swift)|3⭐|
|[tillsc/multi\_markdown](https://github.com/tillsc/multi_markdown)|12⭐|
|[ttscoff/cheaters](https://github.com/ttscoff/cheaters)|447⭐|
|[ttscoff/QuickQuestion](https://github.com/ttscoff/QuickQuestion)|168⭐|
|[prose/prose](https://github.com/prose/prose)|4453⭐|
|[textbundle/textbundle.github.io](https://github.com/textbundle/textbundle.github.io)|33⭐|
|[ttscoff/CriticMarkup-toolkit](https://github.com/ttscoff/CriticMarkup-toolkit)|6⭐|
|[ttscoff/MarkdownEditing](https://github.com/ttscoff/MarkdownEditing)|306⭐|
|[ttscoff/ttscoff.github.com](https://github.com/ttscoff/ttscoff.github.com)|11⭐|
|[ttscoff/mmd2cheatset](https://github.com/ttscoff/mmd2cheatset)|14⭐|
|[ttscoff/starter-book](https://github.com/ttscoff/starter-book)|12⭐|
|[ttscoff/bookmarklets](https://github.com/ttscoff/bookmarklets)|5⭐|
|[ttscoff/license-generator](https://github.com/ttscoff/license-generator)|4⭐|
|[ttscoff/MMD-QuickLook](https://github.com/ttscoff/MMD-QuickLook)|286⭐|
|[ttscoff/Slogger](https://github.com/ttscoff/Slogger)|771⭐|
|[ttscoff/sidecar](https://github.com/ttscoff/sidecar)|19⭐|
|[ttscoff/marked-bonus-pack](https://github.com/ttscoff/marked-bonus-pack)|11⭐|
|[ttscoff/nv](https://github.com/ttscoff/nv)|1709⭐|
|[ttscoff/KeyBindings](https://github.com/ttscoff/KeyBindings)|531⭐|
|[ttscoff/MarkedCustomStyles](https://github.com/ttscoff/MarkedCustomStyles)|386⭐|
|[ttscoff/howzit](https://github.com/ttscoff/howzit)|24⭐|
|[ncornette/Python-Markdown-Editor](https://github.com/ncornette/Python-Markdown-Editor)|167⭐|
|[titarenko/fast-exif](https://github.com/titarenko/fast-exif)|45⭐|
|[typora/PromiseKit](https://github.com/typora/PromiseKit)|1⭐|
|[writefreely/documentation](https://github.com/writefreely/documentation)|15⭐|
|[mdrafiqulrabin/fork-markdown-cheatsheet](https://github.com/mdrafiqulrabin/fork-markdown-cheatsheet)|2⭐|
|[foambubble/foam](https://github.com/foambubble/foam)|9744⭐|
|[gnab/remark](https://github.com/gnab/remark)|11327⭐|
|[markdown-it/markdown-it](https://github.com/markdown-it/markdown-it)|11472⭐|
|[showdownjs/showdown](https://github.com/showdownjs/showdown)|11663⭐|
|[nhn/tui.editor](https://github.com/nhn/tui.editor)|12874⭐|
|[erusev/parsedown](https://github.com/erusev/parsedown)|13636⭐|
|[notable/notable](https://github.com/notable/notable)|17671⭐|
|[fletcher/MultiMarkdown-6-Syntax-Guide](https://github.com/fletcher/MultiMarkdown-6-Syntax-Guide)|25⭐|
|[ryangray/buttondown](https://github.com/ryangray/buttondown)|34⭐|
|[fletcher/MultiMarkdown-CMS](https://github.com/fletcher/MultiMarkdown-CMS)|89⭐|
|[fletcher/MultiMarkdown-Gallery](https://github.com/fletcher/MultiMarkdown-Gallery)|110⭐|
|[mattcabb/mib2std-toolbox](https://github.com/mattcabb/mib2std-toolbox)|47⭐|
|[robinostlund/volkswagencarnet-client](https://github.com/robinostlund/volkswagencarnet-client)|10⭐|
|[mnaberez/vwradio](https://github.com/mnaberez/vwradio)|34⭐|
|[robinostlund/volkswagencarnet](https://github.com/robinostlund/volkswagencarnet)|28⭐|
|[wez3/volkswagen-carnet-client](https://github.com/wez3/volkswagen-carnet-client)|39⭐|
|[rpendleton/mazda-toolchain](https://github.com/rpendleton/mazda-toolchain)|6⭐|
|[nlMeminger/GearBox](https://github.com/nlMeminger/GearBox)|3⭐|
|[fmntf/fiatcan](https://github.com/fmntf/fiatcan)|13⭐|
|[just-oblivious/arduino-ibustrx](https://github.com/just-oblivious/arduino-ibustrx)|19⭐|
|[microsoft/kinect-ripple](https://github.com/microsoft/kinect-ripple)|85⭐|
|[rnd-ash/MBUX-Port](https://github.com/rnd-ash/MBUX-Port)|71⭐|
|[Trevelopment/MZD\_Speedometer](https://github.com/Trevelopment/MZD_Speedometer)|9⭐|
|[shipcod3/mazda\_getInfo](https://github.com/shipcod3/mazda_getInfo)|130⭐|
|[hufman/BMWConnectedAnalysis](https://github.com/hufman/BMWConnectedAnalysis)|23⭐|
|[flyandi/mazda-custom-application-sdk-simulator](https://github.com/flyandi/mazda-custom-application-sdk-simulator)|12⭐|
|[b0lt/m3-dbus](https://github.com/b0lt/m3-dbus)|27⭐|
|[mazdahacks/tweaks](https://github.com/mazdahacks/tweaks)|37⭐|
|[luishowell/infotainment-system](https://github.com/luishowell/infotainment-system)|13⭐|
|[LannyBose/youdownloadtheappanditdoesntwork](https://github.com/LannyBose/youdownloadtheappanditdoesntwork)|164⭐|
|[futurepaul/what-am-i-doing](https://github.com/futurepaul/what-am-i-doing)|2⭐|
|[vapor/vapor](https://github.com/vapor/vapor)|20306⭐|
|[airbnb/lottie-ios](https://github.com/airbnb/lottie-ios)|21553⭐|
|[nvbn/thefuck](https://github.com/nvbn/thefuck)|61638⭐|
|[livewire/livewire](https://github.com/livewire/livewire)|11180⭐|
|[hluk/cheatsheet](https://github.com/hluk/cheatsheet)|3⭐|
|[dracula/copyq](https://github.com/dracula/copyq)|4⭐|
|[SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)|16592⭐|
|[slap-editor/slap](https://github.com/slap-editor/slap)|5951⭐|
|[overleaf/overleaf](https://github.com/overleaf/overleaf)|8395⭐|
|[neovim/neovim](https://github.com/neovim/neovim)|43526⭐|
|[tazirahmb/shouten](https://github.com/tazirahmb/shouten)|1⭐|
|[adesurirey/typora-notes-dark-theme](https://github.com/adesurirey/typora-notes-dark-theme)|78⭐|
|[popomore/github-labels](https://github.com/popomore/github-labels)|166⭐|
|[elitistsnob/typora-cobalt-theme](https://github.com/elitistsnob/typora-cobalt-theme)|237⭐|
|[SalehAlbuga/azure-functions-swift](https://github.com/SalehAlbuga/azure-functions-swift)|80⭐|
|[antongaenko/keybro](https://github.com/antongaenko/keybro)|8⭐|
|[PerfectlySoft/Perfect](https://github.com/PerfectlySoft/Perfect)|13872⭐|
|[ipader/SwiftGuide](https://github.com/ipader/SwiftGuide)|15433⭐|
|[kareman/SwiftShell](https://github.com/kareman/SwiftShell)|875⭐|
|[adamcichy/SwiftySound](https://github.com/adamcichy/SwiftySound)|1010⭐|
|[apple/password-manager-resources](https://github.com/apple/password-manager-resources)|3175⭐|
|[jloow/vscode-criticmarkup](https://github.com/jloow/vscode-criticmarkup)|4⭐|
|[CriticMarkup/CriticMarkup-toolkit](https://github.com/CriticMarkup/CriticMarkup-toolkit)|536⭐|
|[mb21/panwriter](https://github.com/mb21/panwriter)|281⭐|
|[fletcher/MultiMarkdown-6](https://github.com/fletcher/MultiMarkdown-6)|403⭐|
|[sobolevn/git-secret](https://github.com/sobolevn/git-secret)|2432⭐|
|[fletcher/MultiMarkdown](https://github.com/fletcher/MultiMarkdown)|1055⭐|
|[caiorss/bookmarklet-maker](https://github.com/caiorss/bookmarklet-maker)|55⭐|
|[jtleek/reviews](https://github.com/jtleek/reviews)|392⭐|
|[arleym/kjv-markdown](https://github.com/arleym/kjv-markdown)|25⭐|
|[gileli121/WindowTop](https://github.com/gileli121/WindowTop)|389⭐|
|[goldfeld/criticmarkup-vim](https://github.com/goldfeld/criticmarkup-vim)|19⭐|
|[emcro/SwiftUI-Keyboard-Demo](https://github.com/emcro/SwiftUI-Keyboard-Demo)|24⭐|
|[TelegramMessenger/Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS)|2682⭐|
|[realm/SwiftLint](https://github.com/realm/SwiftLint)|14708⭐|
|[you-dont-need/You-Dont-Need-JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)|15424⭐|
|[microsoft/wslg](https://github.com/microsoft/wslg)|3190⭐|
|[josepholiveira/podcastr](https://github.com/josepholiveira/podcastr)|488⭐|
|[vim/vim](https://github.com/vim/vim)|23616⭐|
|[hluk/copyq-commands](https://github.com/hluk/copyq-commands)|142⭐|
|[azu/opml-to-markdown](https://github.com/azu/opml-to-markdown)|31⭐|
|[sourcey/moxygen](https://github.com/sourcey/moxygen)|169⭐|
|[pluwen/awesome-testflight-link](https://github.com/pluwen/awesome-testflight-link)|157⭐|
|[mcesar-rlacruz/typora-compact](https://github.com/mcesar-rlacruz/typora-compact)|7⭐|
|[typora/typora-theme-toolkit](https://github.com/typora/typora-theme-toolkit)|207⭐|
|[typora/typora-issues](https://github.com/typora/typora-issues)|1173⭐|
|[rgrove/rawgit](https://github.com/rgrove/rawgit)|2332⭐|
|[maxwelldesign/lux](https://github.com/maxwelldesign/lux)|11⭐|
|[reimund/Tych-Panel](https://github.com/reimund/Tych-Panel)|164⭐|
|[MaxDesiatov/swift-alpine](https://github.com/MaxDesiatov/swift-alpine)|11⭐|
|[JohnSundell/Publish](https://github.com/JohnSundell/Publish)|3320⭐|
|[andrenerd/react-native-bootstrap-styles](https://github.com/andrenerd/react-native-bootstrap-styles)|59⭐|
|[writefreely/writefreely-swiftui-multiplatform](https://github.com/writefreely/writefreely-swiftui-multiplatform)|38⭐|
|[writefreely/text-pic](https://github.com/writefreely/text-pic)|5⭐|
|[Automattic/simplenote-ios](https://github.com/Automattic/simplenote-ios)|1778⭐|
|[ihabunek/github-vanity](https://github.com/ihabunek/github-vanity)|138⭐|
|[extratone/Pulse](https://github.com/extratone/Pulse)|1⭐|
|[utmapp/UTM](https://github.com/utmapp/UTM)|7777⭐|
|[nemecek-filip/nemecek-filip](https://github.com/nemecek-filip/nemecek-filip)|1⭐|
|[sbusso/Bear-Power-Pack](https://github.com/sbusso/Bear-Power-Pack)|260⭐|
|[macmade/ICNS2ICO](https://github.com/macmade/ICNS2ICO)|10⭐|
|[kean/Pulse](https://github.com/kean/Pulse)|1283⭐|
|[neonichu/trolldrop](https://github.com/neonichu/trolldrop)|228⭐|
|[fulldecent/system-bus-radio](https://github.com/fulldecent/system-bus-radio)|5659⭐|
|[miek/inspectrum](https://github.com/miek/inspectrum)|1234⭐|
|[dashvlas/awesome-ios-interview](https://github.com/dashvlas/awesome-ios-interview)|777⭐|
|[eneko/SourceDocs](https://github.com/eneko/SourceDocs)|295⭐|
|[Nirma/UIDeviceComplete](https://github.com/Nirma/UIDeviceComplete)|391⭐|
|[ThXou/Soundable](https://github.com/ThXou/Soundable)|80⭐|
|[benzguo/MusicKit](https://github.com/benzguo/MusicKit)|566⭐|
|[vadymmarkov/Beethoven](https://github.com/vadymmarkov/Beethoven)|613⭐|
|[AudioKit/AudioKit](https://github.com/AudioKit/AudioKit)|8397⭐|
|[matteocrippa/awesome-swift](https://github.com/matteocrippa/awesome-swift)|20676⭐|
|[vsouza/awesome-ios](https://github.com/vsouza/awesome-ios)|37353⭐|
|[mozilla-mobile/focus-ios](https://github.com/mozilla-mobile/focus-ios)|1002⭐|
|[analogcode/Swift-Radio-Pro](https://github.com/analogcode/Swift-Radio-Pro)|2577⭐|
|[podverse/podverse-rn](https://github.com/podverse/podverse-rn)|12⭐|
|[Karambirov/Podcasts](https://github.com/Karambirov/Podcasts)|18⭐|
|[fulldecent/formant-analyzer](https://github.com/fulldecent/formant-analyzer)|44⭐|
|[hackiftekhar/IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager)|15029⭐|
|[raywenderlich/swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club)|24814⭐|
|[apple/swift](https://github.com/apple/swift)|55896⭐|
|[yangshun/tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook)|52821⭐|
|[mytechnotalent/Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering)|4453⭐|
|[willmcgugan/rich](https://github.com/willmcgugan/rich)|25623⭐|
|[discordjs/guide](https://github.com/discordjs/guide)|570⭐|
|[ikatyang/emoji-cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet)|3913⭐|
|[github/feedback](https://github.com/github/feedback)|182⭐|
|[glebosotov/SFWalls-Script](https://github.com/glebosotov/SFWalls-Script)|10⭐|
|[Marxon13/iOS-Asset-Extractor](https://github.com/Marxon13/iOS-Asset-Extractor)|415⭐|
|[insidegui/AssetCatalogTinkerer](https://github.com/insidegui/AssetCatalogTinkerer)|1451⭐|
|[devcxm/iOS-Images-Extractor](https://github.com/devcxm/iOS-Images-Extractor)|1848⭐|
|[nomad/shenzhen](https://github.com/nomad/shenzhen)|4671⭐|
|[alexisakers/alternate-icons](https://github.com/alexisakers/alternate-icons)|120⭐|
|[NSHipster/articles](https://github.com/NSHipster/articles)|1171⭐|
|[samvanemelen/GIMP-plugin-batch-remove-transparency](https://github.com/samvanemelen/GIMP-plugin-batch-remove-transparency)|1⭐|
|[deezer/spleeter](https://github.com/deezer/spleeter)|16337⭐|
|[appsmithorg/appsmith](https://github.com/appsmithorg/appsmith)|4338⭐|
|[FifiTheBulldog/ios-settings-urls](https://github.com/FifiTheBulldog/ios-settings-urls)|89⭐|
|[discourse/DiscourseMobile](https://github.com/discourse/DiscourseMobile)|171⭐|
|[sylumer/applescript](https://github.com/sylumer/applescript)|1⭐|
|[etigerstudio/apple-music-cover-scraper](https://github.com/etigerstudio/apple-music-cover-scraper)|2⭐|
|[holzschu/a-Shell-commands](https://github.com/holzschu/a-Shell-commands)|144⭐|
|[neocities/python-neocities](https://github.com/neocities/python-neocities)|32⭐|
|[discordjs/discord.js](https://github.com/discordjs/discord.js)|11225⭐|
|[dantaeyoung/boilerplate](https://github.com/dantaeyoung/boilerplate)|8⭐|
|[emiloberg/markdown-styleguide-generator](https://github.com/emiloberg/markdown-styleguide-generator)|64⭐|
|[TypeStrong/typedoc](https://github.com/TypeStrong/typedoc)|4801⭐|
|[mnjul/html-resume](https://github.com/mnjul/html-resume)|385⭐|
|[rafgraph/spa-github-pages](https://github.com/rafgraph/spa-github-pages)|2659⭐|
|[Dynalon/mdwiki](https://github.com/Dynalon/mdwiki)|2968⭐|
|[twostraws/Unwrap](https://github.com/twostraws/Unwrap)|1760⭐|
|[mattgallagher/AudioStreamer](https://github.com/mattgallagher/AudioStreamer)|1918⭐|
|[omz/AppSales-Mobile](https://github.com/omz/AppSales-Mobile)|1913⭐|
|[rnpm/rnpm](https://github.com/rnpm/rnpm)|2502⭐|
|[wireapp/wire-ios](https://github.com/wireapp/wire-ios)|2983⭐|
|[gitpoint/git-point](https://github.com/gitpoint/git-point)|4511⭐|
|[Kapeli/Dash-iOS](https://github.com/Kapeli/Dash-iOS)|6999⭐|
|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|7569⭐|
|[auranticus/New-York-fonts](https://github.com/auranticus/New-York-fonts)|37⭐|
|[malleable-systems/malleable.systems](https://github.com/malleable-systems/malleable.systems)|32⭐|
|[alombi/rh-api](https://github.com/alombi/rh-api)|4⭐|
|[agiletortoise/drafts-script-reference](https://github.com/agiletortoise/drafts-script-reference)|64⭐|
|[noctuid/evil-guide](https://github.com/noctuid/evil-guide)|850⭐|
|[w3c/csswg-drafts](https://github.com/w3c/csswg-drafts)|2885⭐|
|[manolosavi/xFonts](https://github.com/manolosavi/xFonts)|102⭐|
|[dharmatype/Sometype-Mono](https://github.com/dharmatype/Sometype-Mono)|174⭐|
|[peterhellberg/neocities](https://github.com/peterhellberg/neocities)|27⭐|
|[neocities/neocities-ruby](https://github.com/neocities/neocities-ruby)|23⭐|
|[marin-m/peristop](https://github.com/marin-m/peristop)|3⭐|
|[takeontom/PyPeri](https://github.com/takeontom/PyPeri)|3⭐|
|[streamwall/streamwall](https://github.com/streamwall/streamwall)|166⭐|
|[scottaohara/Brass-Tacks](https://github.com/scottaohara/Brass-Tacks)|40⭐|
|[scottaohara/Ground-Floor](https://github.com/scottaohara/Ground-Floor)|73⭐|
|[johnxnguyen/Down](https://github.com/johnxnguyen/Down)|1784⭐|
|[devhubapp/devhub](https://github.com/devhubapp/devhub)|7384⭐|
|[birchb1024/frangipanni](https://github.com/birchb1024/frangipanni)|980⭐|
|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|33581⭐|
|[nvm-sh/nvm](https://github.com/nvm-sh/nvm)|48589⭐|
|[thedaviddias/Front-End-Checklist](https://github.com/thedaviddias/Front-End-Checklist)|50676⭐|
|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|106488⭐|
|[trungk18/angular-spotify](https://github.com/trungk18/angular-spotify)|1458⭐|
|[Metalloriff/BetterDiscordPlugins](https://github.com/Metalloriff/BetterDiscordPlugins)|139⭐|
|[Inve1951/BetterDiscordStuff](https://github.com/Inve1951/BetterDiscordStuff)|174⭐|
|[l0c4lh057/BetterDiscordStuff](https://github.com/l0c4lh057/BetterDiscordStuff)|57⭐|
|[CapnKitten/BetterDiscord](https://github.com/CapnKitten/BetterDiscord)|49⭐|
|[QWERTxD/BetterDiscordPlugins](https://github.com/QWERTxD/BetterDiscordPlugins)|11⭐|
|[progit/progit2](https://github.com/progit/progit2)|4242⭐|
|[auth0/open-source-template](https://github.com/auth0/open-source-template)|18⭐|
|[github/backup-utils](https://github.com/github/backup-utils)|678⭐|
|[github/opensource.guide](https://github.com/github/opensource.guide)|8236⭐|
|[commaai/openpilot](https://github.com/commaai/openpilot)|24939⭐|
|[dheadshot/RenameFilesForWeb](https://github.com/dheadshot/RenameFilesForWeb)|2⭐|
|[gonzula/splash](https://github.com/gonzula/splash)|197⭐|
|[alexander-akhmetov/python-shortcuts](https://github.com/alexander-akhmetov/python-shortcuts)|535⭐|
|[MikeBeas/uploader](https://github.com/MikeBeas/uploader)|10⭐|
|[RSS-Bridge/rss-bridge](https://github.com/RSS-Bridge/rss-bridge)|3363⭐|
|[metabolist/metatext](https://github.com/metabolist/metatext)|53⭐|
|[dkhamsing/open-source-ios-apps](https://github.com/dkhamsing/open-source-ios-apps)|27149⭐|
|[NextLevel/NextLevel](https://github.com/NextLevel/NextLevel)|1839⭐|
|[RipMeApp/ripme](https://github.com/RipMeApp/ripme)|2423⭐|
|[arc298/instagram-scraper](https://github.com/arc298/instagram-scraper)|4992⭐|
|[heisenburger/night](https://github.com/heisenburger/night)|1⭐|
|[huezo/dracula-theme](https://github.com/huezo/dracula-theme)|8⭐|
|[Recouse/TDesktop-Dark-Theme](https://github.com/Recouse/TDesktop-Dark-Theme)|44⭐|
|[marcosatanaka/marcosatanaka.github.io](https://github.com/marcosatanaka/marcosatanaka.github.io)|1⭐|
|[nayafia/awesome-maintainers](https://github.com/nayafia/awesome-maintainers)|1006⭐|
|[nayafia/microgrants](https://github.com/nayafia/microgrants)|1154⭐|
|[hzoo/hopeinsource.com](https://github.com/hzoo/hopeinsource.com)|38⭐|
|[emgoto/emgoto.com](https://github.com/emgoto/emgoto.com)|27⭐|
|[marcus-crane/utf9k](https://github.com/marcus-crane/utf9k)|1⭐|
|[typora/PicGo-Core](https://github.com/typora/PicGo-Core)|3⭐|
|[cloudpilot-emu/cloudpilot-emu.github.io](https://github.com/cloudpilot-emu/cloudpilot-emu.github.io)|1⭐|
|[jichu4n/palm-os-sdk](https://github.com/jichu4n/palm-os-sdk)|64⭐|
|[libretro/Mu](https://github.com/libretro/Mu)|11⭐|
|[spazproject/spaz-webos](https://github.com/spazproject/spaz-webos)|94⭐|
|[FriendUPCloud/friendup](https://github.com/FriendUPCloud/friendup)|244⭐|
|[EthanMcBloxxer/jekyll-theme-writeas](https://github.com/EthanMcBloxxer/jekyll-theme-writeas)|2⭐|
|[Grussle/TAIODB](https://github.com/Grussle/TAIODB)|2⭐|
|[evilbutcher/Taio](https://github.com/evilbutcher/Taio)|3⭐|
|[geekcomputers/Python](https://github.com/geekcomputers/Python)|22528⭐|
|[crystal-lang/crystal](https://github.com/crystal-lang/crystal)|16424⭐|
|[EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)|187052⭐|
|[puckzxz/NotAnotherAnimeTheme](https://github.com/puckzxz/NotAnotherAnimeTheme)|120⭐|
|[hliu202/typora-purple-theme](https://github.com/hliu202/typora-purple-theme)|157⭐|
|[kognise/obsidian-atom](https://github.com/kognise/obsidian-atom)|51⭐|
|[1Lighty/BetterDiscordPlugins](https://github.com/1Lighty/BetterDiscordPlugins)|113⭐|
|[DiscordStyles/HorizontalServerList](https://github.com/DiscordStyles/HorizontalServerList)|19⭐|
|[NYRI4/Discolored](https://github.com/NYRI4/Discolored)|26⭐|
|[avinashkranjan/Amazing-Python-Scripts](https://github.com/avinashkranjan/Amazing-Python-Scripts)|433⭐|
|[snowpackjs/snowpack](https://github.com/snowpackjs/snowpack)|18326⭐|
|[desktop/desktop](https://github.com/desktop/desktop)|11747⭐|
|[michaeltyson/AudioTest](https://github.com/michaeltyson/AudioTest)|21⭐|
|[renatolond/mastodon-twitter-poster](https://github.com/renatolond/mastodon-twitter-poster)|329⭐|
|[cyanzhong/dev.taio.app](https://github.com/cyanzhong/dev.taio.app)|112⭐|
|[cyanzhong/actions.taio.app](https://github.com/cyanzhong/actions.taio.app)|64⭐|
|[Eugeny/terminus](https://github.com/Eugeny/terminus)|17717⭐|
|[Pmmlabs/OpenPeriscope](https://github.com/Pmmlabs/OpenPeriscope)|75⭐|
|[Evoll/periscope.tv](https://github.com/Evoll/periscope.tv)|3⭐|
|[wordnik/language-museums](https://github.com/wordnik/language-museums)|5⭐|
|[wordnik/wordnik.github.com](https://github.com/wordnik/wordnik.github.com)|14⭐|
|[wordnik/wordlist](https://github.com/wordnik/wordlist)|21⭐|
|[jordanmerrick/scriptable](https://github.com/jordanmerrick/scriptable)|9⭐|
|[uuttff8/Lemmy-iOS](https://github.com/uuttff8/Lemmy-iOS)|28⭐|
|[krawieck/lemmur](https://github.com/krawieck/lemmur)|139⭐|
|[LemmyNet/lemmy](https://github.com/LemmyNet/lemmy)|5019⭐|
|[GrapheneOS/grapheneos.org](https://github.com/GrapheneOS/grapheneos.org)|132⭐|
|[futurepaul/graphene-app-checklist](https://github.com/futurepaul/graphene-app-checklist)|1⭐|
|[defcon201/site](https://github.com/defcon201/site)|3⭐|
|[bytehq/byte-music-converter](https://github.com/bytehq/byte-music-converter)|6⭐|
|[bytehq/api](https://github.com/bytehq/api)|36⭐|
|[adamfuhrer/neon-editor](https://github.com/adamfuhrer/neon-editor)|35⭐|
|[NightApps/td-gen](https://github.com/NightApps/td-gen)|2⭐|
|[MairwunNx/AnotherStorm](https://github.com/MairwunNx/AnotherStorm)|18⭐|
|[MrYadro/TDeskDroid](https://github.com/MrYadro/TDeskDroid)|28⭐|
|[meefik/avd-root](https://github.com/meefik/avd-root)|84⭐|
|[0xFireball/root\_avd](https://github.com/0xFireball/root_avd)|133⭐|
|[ElfSundae/AVDemo](https://github.com/ElfSundae/AVDemo)|145⭐|
|[mwolfson/AndroidAVDRepo](https://github.com/mwolfson/AndroidAVDRepo)|134⭐|
|[songlink/docs](https://github.com/songlink/docs)|78⭐|
|[vysheng/tg](https://github.com/vysheng/tg)|5215⭐|
|[shadowmoose/RedditDownloader](https://github.com/shadowmoose/RedditDownloader)|550⭐|
|[Miserlou/SoundScrape](https://github.com/Miserlou/SoundScrape)|1293⭐|
|[kootenpv/whereami](https://github.com/kootenpv/whereami)|4552⭐|
|[sherlock-project/sherlock](https://github.com/sherlock-project/sherlock)|24669⭐|
|[microsoft/CSS-Exchange](https://github.com/microsoft/CSS-Exchange)|864⭐|
|[ossu/computer-science](https://github.com/ossu/computer-science)|83783⭐|
|[SeleniumHQ/selenium](https://github.com/SeleniumHQ/selenium)|20725⭐|
|[pavlobu/deskreen](https://github.com/pavlobu/deskreen)|10509⭐|
|[hypothesis/h](https://github.com/hypothesis/h)|2114⭐|
|[gildas-lormeau/SingleFile](https://github.com/gildas-lormeau/SingleFile)|3249⭐|
|[flyingrub/scdl](https://github.com/flyingrub/scdl)|2014⭐|
|[jerolimov/pixelfed-app](https://github.com/jerolimov/pixelfed-app)|2⭐|
|[H-PixelDroid/PixelDroid](https://github.com/H-PixelDroid/PixelDroid)|80⭐|
|[sindresorhus/urls-md](https://github.com/sindresorhus/urls-md)|48⭐|
|[threeplanetssoftware/apple\_cloud\_notes\_parser](https://github.com/threeplanetssoftware/apple_cloud_notes_parser)|79⭐|
|[derickfay/Apple-Notes-export-with-links](https://github.com/derickfay/Apple-Notes-export-with-links)|4⭐|
|[GitJournal/GitJournal](https://github.com/GitJournal/GitJournal)|1286⭐|
|[mozilla/notes](https://github.com/mozilla/notes)|449⭐|
|[rsms/inter](https://github.com/rsms/inter)|12443⭐|
|[rileytestut/Delta](https://github.com/rileytestut/Delta)|631⭐|
|[AutoHotkey-Plus/vscode-autohotkey](https://github.com/AutoHotkey-Plus/vscode-autohotkey)|89⭐|
|[Lexikos/AutoHotkey\_L](https://github.com/Lexikos/AutoHotkey_L)|4522⭐|
|[kinoute/typora-github-night-theme](https://github.com/kinoute/typora-github-night-theme)|55⭐|
|[source-foundry/Hack](https://github.com/source-foundry/Hack)|14167⭐|
|[cyanzhong/taio.app](https://github.com/cyanzhong/taio.app)|17⭐|
|[cyanzhong/docs.taio.app](https://github.com/cyanzhong/docs.taio.app)|21⭐|
|[darkreader/darkreader](https://github.com/darkreader/darkreader)|9996⭐|
|[dortania/clover-laptop-guide](https://github.com/dortania/clover-laptop-guide)|37⭐|
|[jordy-kommeren/hackintosh-surface-laptop-2](https://github.com/jordy-kommeren/hackintosh-surface-laptop-2)|11⭐|
|[mean00/avidemux2](https://github.com/mean00/avidemux2)|270⭐|
|[NotionX/react-notion-x](https://github.com/NotionX/react-notion-x)|815⭐|
|[Ranchero-Software/NetNewsWire](https://github.com/Ranchero-Software/NetNewsWire)|4541⭐|
|[clamburger/vidya-gaem-awards](https://github.com/clamburger/vidya-gaem-awards)|4⭐|
|[MrS0m30n3/youtube-dl-gui](https://github.com/MrS0m30n3/youtube-dl-gui)|6983⭐|
|[reddit/rpan-studio](https://github.com/reddit/rpan-studio)|137⭐|
|[fedejordan/tweet-image-generator](https://github.com/fedejordan/tweet-image-generator)|1⭐|
|[greatsuspender/thegreatsuspender](https://github.com/greatsuspender/thegreatsuspender)|4852⭐|
|[mozilla-mobile/firefox-ios](https://github.com/mozilla-mobile/firefox-ios)|10281⭐|
|[domchristie/turndown](https://github.com/domchristie/turndown)|5635⭐|
|[ChewingPencils/searching\_toots](https://github.com/ChewingPencils/searching_toots)|10⭐|
|[mxpv/podsync](https://github.com/mxpv/podsync)|685⭐|
|[grav/reading-list](https://github.com/grav/reading-list)|1⭐|
|[adamtow/record-text-to-speech](https://github.com/adamtow/record-text-to-speech)|3⭐|
|[jordanmerrick/shortcuts](https://github.com/jordanmerrick/shortcuts)|88⭐|
|[jordanmerrick/shortcutsdirectory](https://github.com/jordanmerrick/shortcutsdirectory)|383⭐|
|[sticklerm3/My-Siri-iOS-shortcuts](https://github.com/sticklerm3/My-Siri-iOS-shortcuts)|3⭐|
|[embedas/go-embed](https://github.com/embedas/go-embed)|3⭐|
|[FishionYu/typora-blubook-theme](https://github.com/FishionYu/typora-blubook-theme)|246⭐|
|[posativ/isso](https://github.com/posativ/isso)|4360⭐|
|[KillYoy/DiscordNight](https://github.com/KillYoy/DiscordNight)|35⭐|
|[oragono/oragono](https://github.com/oragono/oragono)|1185⭐|
|[jointwt/twtxt](https://github.com/jointwt/twtxt)|495⭐|
|[serhii-londar/open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps)|25856⭐|
|[flybywiresim/a32nx](https://github.com/flybywiresim/a32nx)|3323⭐|
|[presentator/presentator](https://github.com/presentator/presentator)|477⭐|
|[alombi/ios-settings-urls-website](https://github.com/alombi/ios-settings-urls-website)|3⭐|
|[futurepaul/aca](https://github.com/futurepaul/aca)|2⭐|
|[standardnotes/web](https://github.com/standardnotes/web)|2706⭐|
|[futurepaul/code-on-tape](https://github.com/futurepaul/code-on-tape)|4⭐|
|[futurepaul/calculator-2](https://github.com/futurepaul/calculator-2)|4⭐|
|[futurepaul/pauljmiller.com](https://github.com/futurepaul/pauljmiller.com)|2⭐|
|[danseethaler/dayone-to-md](https://github.com/danseethaler/dayone-to-md)|18⭐|
|[gregryork/DayOneViewer](https://github.com/gregryork/DayOneViewer)|48⭐|
|[microdotblog/theme-lanyon](https://github.com/microdotblog/theme-lanyon)|3⭐|
|[sloansparger/bear](https://github.com/sloansparger/bear)|64⭐|
|[robrohan/WebArchiveExtractor](https://github.com/robrohan/WebArchiveExtractor)|212⭐|
|[MalloyDelacroix/DownloaderForReddit](https://github.com/MalloyDelacroix/DownloaderForReddit)|217⭐|
|[ursooperduper/shortcuts-fm](https://github.com/ursooperduper/shortcuts-fm)|4⭐|
|[kepano/obsidian-minimal](https://github.com/kepano/obsidian-minimal)|219⭐|
|[blinksh/blink](https://github.com/blinksh/blink)|4345⭐|
|[thebaer/justhtml](https://github.com/thebaer/justhtml)|1⭐|
|[thebaer/jam](https://github.com/thebaer/jam)|1⭐|
|[thebaer/MFbB](https://github.com/thebaer/MFbB)|13⭐|
|[thebaer/writeas-self-destruct](https://github.com/thebaer/writeas-self-destruct)|3⭐|
|[writeas/apps-gov](https://github.com/writeas/apps-gov)|1⭐|
|[FFmpeg/FFmpeg](https://github.com/FFmpeg/FFmpeg)|24566⭐|
|[Chocobozzz/PeerTube](https://github.com/Chocobozzz/PeerTube)|9298⭐|
|[salomonelli/best-resume-ever](https://github.com/salomonelli/best-resume-ever)|14651⭐|
|[gnuradio/gnuradio](https://github.com/gnuradio/gnuradio)|2742⭐|
|[notion-enhancer/mods](https://github.com/notion-enhancer/mods)|6⭐|
|[cli/cli](https://github.com/cli/cli)|23274⭐|
|[datafruits/datafruits](https://github.com/datafruits/datafruits)|27⭐|
|[ageron/handson-ml2](https://github.com/ageron/handson-ml2)|14950⭐|
|[leereilly/games](https://github.com/leereilly/games)|17653⭐|
|[Asabeneh/30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python)|6304⭐|
|[telegramdesktop/tdesktop](https://github.com/telegramdesktop/tdesktop)|15476⭐|
|[planetary-social/planetary-ios](https://github.com/planetary-social/planetary-ios)|113⭐|
|[nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters](https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters)|6349⭐|
|[laurent22/joplin](https://github.com/laurent22/joplin)|22985⭐|
|[thecodingmachine/workadventure](https://github.com/thecodingmachine/workadventure)|1496⭐|
|[anvaka/city-roads](https://github.com/anvaka/city-roads)|3718⭐|
|[yakivmospan/github-wikito-converter](https://github.com/yakivmospan/github-wikito-converter)|209⭐|
|[gaih/introduction-to-python](https://github.com/gaih/introduction-to-python)|709⭐|
|[inancgumus/learngo](https://github.com/inancgumus/learngo)|9381⭐|
|[wikimedia/wikipedia-ios](https://github.com/wikimedia/wikipedia-ios)|2221⭐|
|[sferik/t](https://github.com/sferik/t)|5276⭐|
|[holzschu/a-shell](https://github.com/holzschu/a-shell)|850⭐|
|[ytdl-org/youtube-dl](https://github.com/ytdl-org/youtube-dl)|94367⭐|
|[public-apis/public-apis](https://github.com/public-apis/public-apis)|122513⭐|
|[ocornut/imgui](https://github.com/ocornut/imgui)|29341⭐|
|[eugeneyan/applied-ml](https://github.com/eugeneyan/applied-ml)|9797⭐|
|[PeterL1n/BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2)|3509⭐|
|[strapi/strapi](https://github.com/strapi/strapi)|36298⭐|
|[h2oai/wave](https://github.com/h2oai/wave)|2576⭐|
|[iptv-org/iptv](https://github.com/iptv-org/iptv)|31697⭐|
|[XITRIX/iTorrent](https://github.com/XITRIX/iTorrent)|677⭐|
|[sindresorhus/css-in-readme-like-wat](https://github.com/sindresorhus/css-in-readme-like-wat)|4582⭐|
|[beurtschipper/Depix](https://github.com/beurtschipper/Depix)|18206⭐|
|[alacritty/alacritty](https://github.com/alacritty/alacritty)|31211⭐|
|[github/docs](https://github.com/github/docs)|4008⭐|
|[aseprite/aseprite](https://github.com/aseprite/aseprite)|12789⭐|
|[christophercalm/voyager-one-bot](https://github.com/christophercalm/voyager-one-bot)|1⭐|
|[music-markdown/music-markdown](https://github.com/music-markdown/music-markdown)|27⭐|
|[idlewan/link\_cleaner](https://github.com/idlewan/link_cleaner)|91⭐|
|[Smile4ever/Neat-URL](https://github.com/Smile4ever/Neat-URL)|468⭐|
|[PlusInsta/discord-plus](https://github.com/PlusInsta/discord-plus)|84⭐|
|[matthewwithanm/python-markdownify](https://github.com/matthewwithanm/python-markdownify)|164⭐|
|[nickrussler/email-to-pdf-converter](https://github.com/nickrussler/email-to-pdf-converter)|117⭐|
|[SchumacherFM/wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter)|539⭐|
|[bradtraversy/50projects50days](https://github.com/bradtraversy/50projects50days)|3560⭐|
|[quoteunquoteapps/CourierPrime](https://github.com/quoteunquoteapps/CourierPrime)|68⭐|
|[tats/w3m](https://github.com/tats/w3m)|298⭐|
|[timdream/wordcloud](https://github.com/timdream/wordcloud)|588⭐|
|[github/roadmap](https://github.com/github/roadmap)|4946⭐|
|[taniarascia/takenote](https://github.com/taniarascia/takenote)|4581⭐|
|[DustinBrett/x](https://github.com/DustinBrett/x)|1340⭐|
|[actions/virtual-environments](https://github.com/actions/virtual-environments)|2922⭐|
|[python-telegram-bot/python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)|14618⭐|
|[noosfero/noosfero](https://github.com/noosfero/noosfero)|68⭐|
|[josefkenny/usercount](https://github.com/josefkenny/usercount)|45⭐|
|[rauenzi/Nox](https://github.com/rauenzi/Nox)|92⭐|
|[Lightcord/Lightcord](https://github.com/Lightcord/Lightcord)|458⭐|
|[Arashiryuu/crap](https://github.com/Arashiryuu/crap)|46⭐|
|[twitter/curation-style-guide](https://github.com/twitter/curation-style-guide)|7⭐|
|[w3c/activitypub](https://github.com/w3c/activitypub)|553⭐|
|[NicolasConstant/sengi](https://github.com/NicolasConstant/sengi)|141⭐|
|[gedankenstuecke/twitter-analyser](https://github.com/gedankenstuecke/twitter-analyser)|26⭐|
|[achendrick/jrescribe-transcripts](https://github.com/achendrick/jrescribe-transcripts)|29⭐|
|[harryheman/Modern-HTML-Starter-Template](https://github.com/harryheman/Modern-HTML-Starter-Template)|757⭐|
|[microsoft/TypeScript](https://github.com/microsoft/TypeScript)|70673⭐|
|[JaidedAI/EasyOCR](https://github.com/JaidedAI/EasyOCR)|11374⭐|
|[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)|167621⭐|
|[powercord-org/powercord](https://github.com/powercord-org/powercord)|651⭐|
|[cypress-io/cypress](https://github.com/cypress-io/cypress)|30385⭐|
|[libertysoft3/reddit-html-archiver](https://github.com/libertysoft3/reddit-html-archiver)|114⭐|
|[nooneswarup/export-archive-reddit-saved](https://github.com/nooneswarup/export-archive-reddit-saved)|111⭐|
|[pl77/redditPostArchiver](https://github.com/pl77/redditPostArchiver)|42⭐|
|[liangjingkanji/DrakeTyporaTheme](https://github.com/liangjingkanji/DrakeTyporaTheme)|175⭐|
|[valfur03/Monokai-Theme-for-Typora](https://github.com/valfur03/Monokai-Theme-for-Typora)|4⭐|
|[HereIsLz/Fluent-Typora](https://github.com/HereIsLz/Fluent-Typora)|55⭐|
|[SrainApp/srain](https://github.com/SrainApp/srain)|205⭐|
|[BirkbeckCTP/janeway](https://github.com/BirkbeckCTP/janeway)|116⭐|
|[akosbalasko/yarle](https://github.com/akosbalasko/yarle)|197⭐|
|[janik6n/enex2md](https://github.com/janik6n/enex2md)|7⭐|
|[exomut/evernote-dump](https://github.com/exomut/evernote-dump)|194⭐|
|[wormi4ok/evernote2md](https://github.com/wormi4ok/evernote2md)|240⭐|
|[TomasHubelbauer/modern-office-git-diff](https://github.com/TomasHubelbauer/modern-office-git-diff)|47⭐|
|[ArchiveBox/ArchiveBox](https://github.com/ArchiveBox/ArchiveBox)|9246⭐|
|[nothings/stb](https://github.com/nothings/stb)|15496⭐|
|[ianmaclarty/amulet](https://github.com/ianmaclarty/amulet)|409⭐|
|[WordPress/WordPress](https://github.com/WordPress/WordPress)|15040⭐|
|[WordPress/twentytwentyone](https://github.com/WordPress/twentytwentyone)|164⭐|
|[WordPress/gutenberg](https://github.com/WordPress/gutenberg)|6790⭐|
|[pixelfed/brand-assets](https://github.com/pixelfed/brand-assets)|11⭐|
|[noatpad/typora-theme-ursine](https://github.com/noatpad/typora-theme-ursine)|609⭐|
|[DagAgren/toot](https://github.com/DagAgren/toot)|60⭐|
|[Tyrrrz/DiscordChatExporter](https://github.com/Tyrrrz/DiscordChatExporter)|2332⭐|
|[5t3ph/stylestage](https://github.com/5t3ph/stylestage)|840⭐|
|[maxboeck/whimsical](https://github.com/maxboeck/whimsical)|156⭐|
|[pkage/pkage.github.io](https://github.com/pkage/pkage.github.io)|2⭐|
|[pixelfed/pixelfed](https://github.com/pixelfed/pixelfed)|2870⭐|
|[rileytestut/AltStore](https://github.com/rileytestut/AltStore)|4950⭐|
|[Foundry376/Mailspring](https://github.com/Foundry376/Mailspring)|10661⭐|
|[WinWorldPC/adventure](https://github.com/WinWorldPC/adventure)|168⭐|
|[Geert/idscms](https://github.com/Geert/idscms)|5⭐|
|[IBM/plex](https://github.com/IBM/plex)|5921⭐|
|[bendytree/Photoshop-Scripts](https://github.com/bendytree/Photoshop-Scripts)|114⭐|
|[bjango/Hugs](https://github.com/bjango/Hugs)|163⭐|
|[johngodley/redirection](https://github.com/johngodley/redirection)|409⭐|
|[chrdavis/SmartRename](https://github.com/chrdavis/SmartRename)|203⭐|
|[lusakasa/saka-key](https://github.com/lusakasa/saka-key)|758⭐|
|[tildetown/zine](https://github.com/tildetown/zine)|52⭐|
|[fenwick67/mastofeed](https://github.com/fenwick67/mastofeed)|49⭐|
|[joyeusenoelle/GuideToMastodon](https://github.com/joyeusenoelle/GuideToMastodon)|132⭐|
|[tomcritchlow/tomcritchlow.github.io](https://github.com/tomcritchlow/tomcritchlow.github.io)|63⭐|
|[python/cpython](https://github.com/python/cpython)|37753⭐|
|[Wyamio/Wyam](https://github.com/Wyamio/Wyam)|98⭐|
|[microlinkhq/metascraper](https://github.com/microlinkhq/metascraper)|1309⭐|
|[elblogbruno/Notion-GoogleTasks](https://github.com/elblogbruno/Notion-GoogleTasks)|4⭐|
|[aergonaut/neocitizen](https://github.com/aergonaut/neocitizen)|11⭐|
|[neocities/neocities](https://github.com/neocities/neocities)|760⭐|
|[alcor/itty-bitty](https://github.com/alcor/itty-bitty)|3158⭐|
|[fchollet/deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks)|12503⭐|
|[facebook/create-react-app](https://github.com/facebook/create-react-app)|87699⭐|
|[sindresorhus/github-markdown-css](https://github.com/sindresorhus/github-markdown-css)|5462⭐|
|[DianaNeumann/Zalgo-Generator](https://github.com/DianaNeumann/Zalgo-Generator)|2⭐|
|[ndrake/flipit](https://github.com/ndrake/flipit)|2⭐|
|[cormullion/Zalgo.jl](https://github.com/cormullion/Zalgo.jl)|26⭐|
|[ecto/zalgo](https://github.com/ecto/zalgo)|25⭐|
|[MeaningCloud/meaningcloud-python](https://github.com/MeaningCloud/meaningcloud-python)|21⭐|
|[filecoin-project/lotus](https://github.com/filecoin-project/lotus)|1440⭐|
|[thechangelog/changelog.com](https://github.com/thechangelog/changelog.com)|2245⭐|
|[thechangelog/show-notes](https://github.com/thechangelog/show-notes)|57⭐|
|[thechangelog/transcripts](https://github.com/thechangelog/transcripts)|269⭐|
|[linkeddata/dokieli](https://github.com/linkeddata/dokieli)|592⭐|
|[paulogr/dstatuspage](https://github.com/paulogr/dstatuspage)|572⭐|
|[rs-ipfs/rust-ipfs](https://github.com/rs-ipfs/rust-ipfs)|778⭐|
|[buckket/twtxt](https://github.com/buckket/twtxt)|1533⭐|
|[ChatSecure/ChatSecure-iOS](https://github.com/ChatSecure/ChatSecure-iOS)|3005⭐|
|[embarklabs/embark](https://github.com/embarklabs/embark)|3265⭐|
|[Scanate/EthList](https://github.com/Scanate/EthList)|3422⭐|
|[ipfs/js-ipfs](https://github.com/ipfs/js-ipfs)|5353⭐|
|[solid/solid](https://github.com/solid/solid)|7879⭐|
|[diaspora/diaspora](https://github.com/diaspora/diaspora)|12715⭐|
|[zbyte64/pugdit](https://github.com/zbyte64/pugdit)|6⭐|
|[victorb/ipfscrape](https://github.com/victorb/ipfscrape)|225⭐|
|[ipfs-shipyard/discussify-browser-extension](https://github.com/ipfs-shipyard/discussify-browser-extension)|33⭐|
|[facert/dtinyurl](https://github.com/facert/dtinyurl)|14⭐|
|[travisperson/ipfs-event-drops](https://github.com/travisperson/ipfs-event-drops)|8⭐|
|[meehow/2read](https://github.com/meehow/2read)|95⭐|
|[jamescarlyle/ipfs-wiki](https://github.com/jamescarlyle/ipfs-wiki)|90⭐|
|[ipfs/awesome-ipfs](https://github.com/ipfs/awesome-ipfs)|3044⭐|
|[utkusen/urlhunter](https://github.com/utkusen/urlhunter)|955⭐|
|[typora/wiki-website](https://github.com/typora/wiki-website)|384⭐|
|[MaxiHuHe04/iTunes-Backup-Explorer](https://github.com/MaxiHuHe04/iTunes-Backup-Explorer)|7⭐|
|[iandol/scrivomatic](https://github.com/iandol/scrivomatic)|210⭐|
|[carsomyr/scrivener\_starter](https://github.com/carsomyr/scrivener_starter)|136⭐|
|[flameshot-org/flameshot](https://github.com/flameshot-org/flameshot)|12849⭐|
|[sindresorhus/pageres](https://github.com/sindresorhus/pageres)|9188⭐|
|[alenpaul2001/Web-Screenshot-Bot](https://github.com/alenpaul2001/Web-Screenshot-Bot)|31⭐|
|[daattali/beautiful-jekyll](https://github.com/daattali/beautiful-jekyll)|3335⭐|
|[bebraw/pypandoc](https://github.com/bebraw/pypandoc)|423⭐|
|[PySimpleGUI/PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI)|6190⭐|
|[fregante/ghat](https://github.com/fregante/ghat)|181⭐|
|[pandoc/pandoc-action-example](https://github.com/pandoc/pandoc-action-example)|142⭐|
|[benbalter/word-to-markdown-server](https://github.com/benbalter/word-to-markdown-server)|41⭐|
|[fiduswriter/fiduswriter](https://github.com/fiduswriter/fiduswriter)|411⭐|
|[nwtgck/fakelish-npm](https://github.com/nwtgck/fakelish-npm)|42⭐|
|[bradmontgomery/word2html](https://github.com/bradmontgomery/word2html)|44⭐|
|[Gaelan/WordGit](https://github.com/Gaelan/WordGit)|48⭐|
|[davidar/pandiff](https://github.com/davidar/pandiff)|119⭐|
|[words/an-array-of-english-words](https://github.com/words/an-array-of-english-words)|116⭐|
|[codingo/BibWord](https://github.com/codingo/BibWord)|138⭐|
|[DiemenDesign/summernote-cleaner](https://github.com/DiemenDesign/summernote-cleaner)|149⭐|
|[SeregPie/VueWordCloud](https://github.com/SeregPie/VueWordCloud)|289⭐|
|[ruby-docx/docx](https://github.com/ruby-docx/docx)|294⭐|
|[outflanknl/EvilClippy](https://github.com/outflanknl/EvilClippy)|1282⭐|
|[transpect/docx2tex](https://github.com/transpect/docx2tex)|281⭐|
|[mattn/docx2md](https://github.com/mattn/docx2md)|502⭐|
|[benbalter/word-to-markdown](https://github.com/benbalter/word-to-markdown)|1228⭐|
|[kiranjholla/ms-office-custom-ribbon](https://github.com/kiranjholla/ms-office-custom-ribbon)|2⭐|
|[OfficeDev/office-custom-ui-editor](https://github.com/OfficeDev/office-custom-ui-editor)|76⭐|
|[fernandreu/office-ribbonx-editor](https://github.com/fernandreu/office-ribbonx-editor)|213⭐|
|[mhouston100/PSMicrosoftTeams](https://github.com/mhouston100/PSMicrosoftTeams)|87⭐|
|[42wim/matterbridge](https://github.com/42wim/matterbridge)|3872⭐|
|[GetStream/Winds](https://github.com/GetStream/Winds)|8072⭐|
|[mwittrien/BetterDiscordAddons](https://github.com/mwittrien/BetterDiscordAddons)|884⭐|
|[rauenzi/BetterDiscordApp](https://github.com/rauenzi/BetterDiscordApp)|2368⭐|
|[JsSucks/BetterDiscordApp](https://github.com/JsSucks/BetterDiscordApp)|623⭐|
|[jsvine/waybackpack](https://github.com/jsvine/waybackpack)|2284⭐|
|[hartator/wayback-machine-downloader](https://github.com/hartator/wayback-machine-downloader)|2705⭐|
|[derekbtw/bootstrap-studio-themes](https://github.com/derekbtw/bootstrap-studio-themes)|38⭐|
|[yacy/yacy\_search\_server](https://github.com/yacy/yacy_search_server)|2191⭐|
|[Awesome-Windows/Awesome](https://github.com/Awesome-Windows/Awesome)|16118⭐|
|[wagtail/wagtail](https://github.com/wagtail/wagtail)|10566⭐|
|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|26559⭐|
|[jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)|87548⭐|
|[mkdocs/mkdocs](https://github.com/mkdocs/mkdocs)|12076⭐|
|[facebook/docusaurus](https://github.com/facebook/docusaurus)|23334⭐|
|[github-changelog-generator/github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator)|6440⭐|
|[coralproject/talk](https://github.com/coralproject/talk)|1633⭐|
|[get-alex/alex](https://github.com/get-alex/alex)|3946⭐|
|[guardian/guardian.github.com](https://github.com/guardian/guardian.github.com)|217⭐|
|[heinrichreimer/action-github-changelog-generator](https://github.com/heinrichreimer/action-github-changelog-generator)|46⭐|
|[dangoldin/twitter-archive-analysis](https://github.com/dangoldin/twitter-archive-analysis)|45⭐|
|[tiffany352/twitter-archive-browser](https://github.com/tiffany352/twitter-archive-browser)|46⭐|
|[atom/atom](https://github.com/atom/atom)|55000⭐|
|[movabletype/movabletype](https://github.com/movabletype/movabletype)|360⭐|
|[typora/typora-theme-gallery](https://github.com/typora/typora-theme-gallery)|560⭐|
|[notthetup/awesome-webaudio](https://github.com/notthetup/awesome-webaudio)|702⭐|
|[danburzo/toolbox](https://github.com/danburzo/toolbox)|35⭐|
|[writeas/writeas-api](https://github.com/writeas/writeas-api)|6⭐|
|[eagleusb/assets-writeas](https://github.com/eagleusb/assets-writeas)|1⭐|
|[cjeller1592/writeas2arena](https://github.com/cjeller1592/writeas2arena)|2⭐|
|[farleykr/writeas](https://github.com/farleykr/writeas)|1⭐|
|[cernezan/SetOfPrinciples-WriteAs-Theme](https://github.com/cernezan/SetOfPrinciples-WriteAs-Theme)|1⭐|
|[DinoBansigan/WriteAs.NET](https://github.com/DinoBansigan/WriteAs.NET)|3⭐|
|[Projjol-zz/py-writeas](https://github.com/Projjol-zz/py-writeas)|2⭐|
|[jerry-git/learn-python3](https://github.com/jerry-git/learn-python3)|3819⭐|
|[vinta/awesome-python](https://github.com/vinta/awesome-python)|97161⭐|
|[cdr/code-server](https://github.com/cdr/code-server)|42629⭐|
|[ZecOps/FreeTheSandbox\_LPE\_POC\_13.7](https://github.com/ZecOps/FreeTheSandbox_LPE_POC_13.7)|196⭐|
|[trekhleb/learn-python](https://github.com/trekhleb/learn-python)|7333⭐|
|[alyssaxuu/screenity](https://github.com/alyssaxuu/screenity)|5474⭐|
|[upptime/upptime](https://github.com/upptime/upptime)|7469⭐|
|[obsproject/obs-studio](https://github.com/obsproject/obs-studio)|27759⭐|
|[benbalter/word\_diff](https://github.com/benbalter/word_diff)|176⭐|
|[charmixer/auto-changelog-action](https://github.com/charmixer/auto-changelog-action)|42⭐|
|[Decathlon/wiki-page-creator-action](https://github.com/Decathlon/wiki-page-creator-action)|53⭐|
|[sdras/awesome-actions](https://github.com/sdras/awesome-actions)|13131⭐|
|[actions/starter-workflows](https://github.com/actions/starter-workflows)|4172⭐|
|[files-community/Files](https://github.com/files-community/Files)|9037⭐|
|[writeas/zip-import](https://github.com/writeas/zip-import)|2⭐|
|[writeas/htmlhouse](https://github.com/writeas/htmlhouse)|69⭐|
|[apaeffgen/PanConvert](https://github.com/apaeffgen/PanConvert)|28⭐|
|[niebert/PanDocElectron](https://github.com/niebert/PanDocElectron)|12⭐|
|[jgm/pandoc](https://github.com/jgm/pandoc)|22448⭐|
|[dawg/dawg](https://github.com/dawg/dawg)|44⭐|
|[ripienaar/free-for-dev](https://github.com/ripienaar/free-for-dev)|46764⭐|
|[MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners)|30742⭐|
|[Azure/azure-quickstart-templates](https://github.com/Azure/azure-quickstart-templates)|10309⭐|
|[microsoft/Web-Dev-For-Beginners](https://github.com/microsoft/Web-Dev-For-Beginners)|21286⭐|
|[microsoft/vscode](https://github.com/microsoft/vscode)|115510⭐|
|[libp2p/libp2p](https://github.com/libp2p/libp2p)|1547⭐|
|[ipfs/ipfs-companion](https://github.com/ipfs/ipfs-companion)|1335⭐|
|[ipfs/ipfs-desktop](https://github.com/ipfs/ipfs-desktop)|3029⭐|
|[thlorenz/doctoc](https://github.com/thlorenz/doctoc)|3383⭐|
|[writefreely/writefreely](https://github.com/writefreely/writefreely)|2122⭐|
|[cjeller1592/WriteasAPI](https://github.com/cjeller1592/WriteasAPI)|5⭐|
|[hypothesis/client](https://github.com/hypothesis/client)|425⭐|
|[panr/hugo-theme-terminal](https://github.com/panr/hugo-theme-terminal)|873⭐|
|[middleman/middleman](https://github.com/middleman/middleman)|6751⭐|
|[parimalsatyal/neu](https://github.com/parimalsatyal/neu)|30⭐|
|[dragonman225/notablog](https://github.com/dragonman225/notablog)|207⭐|
|[leoncvlt/loconotion](https://github.com/leoncvlt/loconotion)|285⭐|
|[todrobbins/writings](https://github.com/todrobbins/writings)|1⭐|
|[xplosionmind/tommi.space](https://github.com/xplosionmind/tommi.space)|7⭐|
|[dephell/dephell](https://github.com/dephell/dephell)|1700⭐|
|[lokesh/color-thief](https://github.com/lokesh/color-thief)|9608⭐|
|[asmr-hex/new-yorken-poesry-magazine](https://github.com/asmr-hex/new-yorken-poesry-magazine)|34⭐|
|[jacebrowning/template-python](https://github.com/jacebrowning/template-python)|490⭐|
|[Lyrics/lyrics](https://github.com/Lyrics/lyrics)|111⭐|
|[16soundsofsilence/typora-gitbook-theme](https://github.com/16soundsofsilence/typora-gitbook-theme)|113⭐|
|[gilbertohasnofb/typora-panda-theme](https://github.com/gilbertohasnofb/typora-panda-theme)|39⭐|
|[poole/lanyon](https://github.com/poole/lanyon)|2841⭐|
|[notion-enhancer/tweaks](https://github.com/notion-enhancer/tweaks)|36⭐|
|[gohugoio/hugo](https://github.com/gohugoio/hugo)|51700⭐|
|[FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS)|3189⭐|
|[npm/npm-expansions](https://github.com/npm/npm-expansions)|1608⭐|
|[makersacademy/CV](https://github.com/makersacademy/CV)|57⭐|
|[zotero/zotero](https://github.com/zotero/zotero)|3636⭐|
|[jondo/paperpile](https://github.com/jondo/paperpile)|16⭐|
|[latex3/latex3](https://github.com/latex3/latex3)|1166⭐|
|[texstudio-org/texstudio](https://github.com/texstudio-org/texstudio)|1358⭐|
|[JabRef/user-documentation](https://github.com/JabRef/user-documentation)|35⭐|
|[JabRef/jabref](https://github.com/JabRef/jabref)|2151⭐|
|[monperrus/bibtexbrowser](https://github.com/monperrus/bibtexbrowser)|61⭐|
|[john2day/wikirye](https://github.com/john2day/wikirye)|1⭐|
|[nikvdp/notion-blog-exporter](https://github.com/nikvdp/notion-blog-exporter)|6⭐|
|[python-poetry/poetry](https://github.com/python-poetry/poetry)|14945⭐|
|[Cobertos/md2notion](https://github.com/Cobertos/md2notion)|267⭐|
|[kevinjalbert/notion-toolbox](https://github.com/kevinjalbert/notion-toolbox)|462⭐|
|[splitbee/react-notion](https://github.com/splitbee/react-notion)|1737⭐|
|[jamalex/notion-py](https://github.com/jamalex/notion-py)|2797⭐|
|[dunovank/jupyter-themes](https://github.com/dunovank/jupyter-themes)|8411⭐|
|[soimort/you-get](https://github.com/soimort/you-get)|40251⭐|
|[pcottle/MSWorddit](https://github.com/pcottle/MSWorddit)|37⭐|
|[BlastarIndia/msword](https://github.com/BlastarIndia/msword)|48⭐|
|[netlify/netlify-cms](https://github.com/netlify/netlify-cms)|13898⭐|
|[fontforge/fontforge](https://github.com/fontforge/fontforge)|3754⭐|
|[docsifyjs/docsify](https://github.com/docsifyjs/docsify)|17430⭐|
|[iocave/customize-ui](https://github.com/iocave/customize-ui)|247⭐|
|[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)|7940⭐|
|[instructure/canvas-ios](https://github.com/instructure/canvas-ios)|266⭐|
|[jasonmorita/skateipsum](https://github.com/jasonmorita/skateipsum)|16⭐|
|[gaojiuli/tomd](https://github.com/gaojiuli/tomd)|498⭐|
|[aaronsw/html2text](https://github.com/aaronsw/html2text)|2150⭐|
|[jupyter/notebook](https://github.com/jupyter/notebook)|8226⭐|
|[manubot/try-manubot](https://github.com/manubot/try-manubot)|29⭐|
|[OpenSourceOrg/python-opensource](https://github.com/OpenSourceOrg/python-opensource)|13⭐|
|[openjournals/joss-papers-testing](https://github.com/openjournals/joss-papers-testing)|1⭐|
|[openjournals/joss](https://github.com/openjournals/joss)|808⭐|
|[hluk/CopyQ](https://github.com/hluk/CopyQ)|3476⭐|
|[tweepy/tweepy](https://github.com/tweepy/tweepy)|7712⭐|
|[manubot/catalog](https://github.com/manubot/catalog)|6⭐|
|[manubot/manubot.org](https://github.com/manubot/manubot.org)|16⭐|
|[internetarchive/openlibrary](https://github.com/internetarchive/openlibrary)|2895⭐|
|[mailchimp/content-style-guide](https://github.com/mailchimp/content-style-guide)|468⭐|
|[bradfrost/style-guide-guide](https://github.com/bradfrost/style-guide-guide)|1178⭐|
|[maban/styleguides](https://github.com/maban/styleguides)|873⭐|
|[bjankord/Style-Guide-Boilerplate](https://github.com/bjankord/Style-Guide-Boilerplate)|1877⭐|
|[agis/git-style-guide](https://github.com/agis/git-style-guide)|4764⭐|
|[nytimes/objective-c-style-guide](https://github.com/nytimes/objective-c-style-guide)|5680⭐|
|[MicrosoftDocs/microsoft-style-guide](https://github.com/MicrosoftDocs/microsoft-style-guide)|106⭐|
|[google/styleguide](https://github.com/google/styleguide)|27569⭐|
|[mikecao/umami](https://github.com/mikecao/umami)|6762⭐|
|[RobinLinus/snapdrop](https://github.com/RobinLinus/snapdrop)|8291⭐|
|[devcord/devcord-logo](https://github.com/devcord/devcord-logo)|3⭐|
|[themsaid/ibis](https://github.com/themsaid/ibis)|1326⭐|
|[bradtraversy/design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers)|27591⭐|
|[appbrewery/100-days-of-python](https://github.com/appbrewery/100-days-of-python)|1409⭐|
|[GitSquared/edex-ui](https://github.com/GitSquared/edex-ui)|30772⭐|
|[eamodio/vscode-gitlens](https://github.com/eamodio/vscode-gitlens)|5799⭐|
|[PowerShell/PowerShell](https://github.com/PowerShell/PowerShell)|25956⭐|
|[citation-style-language/styles](https://github.com/citation-style-language/styles)|2268⭐|
|[rishiosaur/paevik](https://github.com/rishiosaur/paevik)|10⭐|
|[typecho/typecho](https://github.com/typecho/typecho)|7882⭐|
|[vnotex/vnote](https://github.com/vnotex/vnote)|8071⭐|
|[pandao/editor.md](https://github.com/pandao/editor.md)|11099⭐|
|[LeCoupa/awesome-cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets)|18712⭐|
|[marktext/marktext](https://github.com/marktext/marktext)|18650⭐|
|[MicrosoftDocs/microsoft-365-docs](https://github.com/MicrosoftDocs/microsoft-365-docs)|286⭐|
|[MicrosoftDocs/OfficeDocs-Support](https://github.com/MicrosoftDocs/OfficeDocs-Support)|44⭐|
|[lextm/windowsterminal-shell](https://github.com/lextm/windowsterminal-shell)|1117⭐|
|[MicrosoftDocs/azure-docs](https://github.com/MicrosoftDocs/azure-docs)|5289⭐|
|[lukesampson/scoop](https://github.com/lukesampson/scoop)|13217⭐|
|[dotnet/docs](https://github.com/dotnet/docs)|2684⭐|
|[PowerShellMafia/PowerSploit](https://github.com/PowerShellMafia/PowerSploit)|8267⭐|
|[ChrisTitusTech/win10script](https://github.com/ChrisTitusTech/win10script)|1234⭐|
|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|5043⭐|
|[forem/forem](https://github.com/forem/forem)|16652⭐|
|[discourse/discourse](https://github.com/discourse/discourse)|33242⭐|
|[elastic/logstash](https://github.com/elastic/logstash)|12135⭐|
|[rails/rails](https://github.com/rails/rails)|48325⭐|
|[github/explore](https://github.com/github/explore)|2255⭐|
|[tootsuite/mastodon](https://github.com/tootsuite/mastodon)|24138⭐|
|[Requarks/wiki](https://github.com/Requarks/wiki)|12846⭐|
|[KhushrajRathod/TeleDrive](https://github.com/KhushrajRathod/TeleDrive)|17⭐|
|[bradtraversy/vanillawebprojects](https://github.com/bradtraversy/vanillawebprojects)|10130⭐|
|[getgrav/grav](https://github.com/getgrav/grav)|12692⭐|
|[jekyll/jekyll](https://github.com/jekyll/jekyll)|42644⭐|
|[apache/spark](https://github.com/apache/spark)|29581⭐|
|[tuvtran/project-based-learning](https://github.com/tuvtran/project-based-learning)|48682⭐|
|[psf/requests](https://github.com/psf/requests)|45147⭐|
|[pallets/flask](https://github.com/pallets/flask)|54819⭐|
|[django/django](https://github.com/django/django)|57239⭐|
|[TheAlgorithms/Python](https://github.com/TheAlgorithms/Python)|105998⭐|
|[prettier/prettier](https://github.com/prettier/prettier)|39603⭐|
|[dabeaz-course/practical-python](https://github.com/dabeaz-course/practical-python)|7279⭐|
|[kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap)|158408⭐|
|[MicrosoftDocs/intellicode](https://github.com/MicrosoftDocs/intellicode)|452⭐|
|[citation-style-language/documentation](https://github.com/citation-style-language/documentation)|20⭐|
|[sindresorhus/refined-github](https://github.com/sindresorhus/refined-github)|14415⭐|
|[harshjv/github-repo-size](https://github.com/harshjv/github-repo-size)|879⭐|
|[kamranahmedse/githunt](https://github.com/kamranahmedse/githunt)|2026⭐|
|[thieman/github-selfies](https://github.com/thieman/github-selfies)|960⭐|
|[webgems/webgems](https://github.com/webgems/webgems)|2451⭐|
|[hugo-toha/toha](https://github.com/hugo-toha/toha)|304⭐|
|[jekyll/minima](https://github.com/jekyll/minima)|2205⭐|
|[adobe-fonts/source-code-pro](https://github.com/adobe-fonts/source-code-pro)|17261⭐|
|[microsoft/vscode-docs](https://github.com/microsoft/vscode-docs)|3698⭐|
|[artsy/artsy.github.io](https://github.com/artsy/artsy.github.io)|779⭐|
|[zhiwehu/Python-programming-exercises](https://github.com/zhiwehu/Python-programming-exercises)|15435⭐|
|[torvalds/linux](https://github.com/torvalds/linux)|111321⭐|
|[ish-app/ish](https://github.com/ish-app/ish)|9647⭐|
|[git/git](https://github.com/git/git)|37871⭐|
|[microsoft/PowerToys](https://github.com/microsoft/PowerToys)|54340⭐|
|[microsoft/calculator](https://github.com/microsoft/calculator)|21944⭐|
|[github/site-policy](https://github.com/github/site-policy)|869⭐|
|[microsoft/terminal](https://github.com/microsoft/terminal)|73773⭐|
|[GSA/data](https://github.com/GSA/data)|1687⭐|
|[IBM/ibm.github.io](https://github.com/IBM/ibm.github.io)|936⭐|
|[microsoft/microsoft.github.io](https://github.com/microsoft/microsoft.github.io)|2003⭐|
|[adobe/adobe.github.com](https://github.com/adobe/adobe.github.com)|912⭐|
|[sds/scss-lint](https://github.com/sds/scss-lint)|3499⭐|
|[mrmrs/colors](https://github.com/mrmrs/colors)|8902⭐|
|[guardian/frontend](https://github.com/guardian/frontend)|5536⭐|
|[nprapps/app-template](https://github.com/nprapps/app-template)|1445⭐|
|[propublica/guides](https://github.com/propublica/guides)|962⭐|
|[necolas/normalize.css](https://github.com/necolas/normalize.css)|43557⭐|
|[voxmedia/meme](https://github.com/voxmedia/meme)|1637⭐|
|[limetext/lime](https://github.com/limetext/lime)|15160⭐|
|[howl-editor/howl](https://github.com/howl-editor/howl)|590⭐|
|[rxi/lite](https://github.com/rxi/lite)|5666⭐|
|[emacs-mirror/emacs](https://github.com/emacs-mirror/emacs)|3018⭐|
|[VSCodium/vscodium](https://github.com/VSCodium/vscodium)|12850⭐|
|[leo-editor/leo-editor](https://github.com/leo-editor/leo-editor)|1183⭐|
|[adobe/brackets](https://github.com/adobe/brackets)|33473⭐|
|[github/training-kit](https://github.com/github/training-kit)|3136⭐|
|[alex-shpak/hugo-book](https://github.com/alex-shpak/hugo-book)|1193⭐|
|[gto76/python-cheatsheet](https://github.com/gto76/python-cheatsheet)|22351⭐|
|[miriam/free\_cite](https://github.com/miriam/free_cite)|14⭐|
|[citation-style-language/schema](https://github.com/citation-style-language/schema)|121⭐|
|[inukshuk/anystyle](https://github.com/inukshuk/anystyle)|467⭐|
|[notion-enhancer/notion-enhancer](https://github.com/notion-enhancer/notion-enhancer)|1948⭐|
|[tleb/awesome-mastodon](https://github.com/tleb/awesome-mastodon)|334⭐|
|[friendica/friendica](https://github.com/friendica/friendica)|944⭐|
|[ihabunek/toot](https://github.com/ihabunek/toot)|462⭐|
|[NanaMorse/Cuckoo.Plus](https://github.com/NanaMorse/Cuckoo.Plus)|104⭐|
|[h3poteto/whalebird-desktop](https://github.com/h3poteto/whalebird-desktop)|525⭐|
|[vmchale/command-line-tweeter](https://github.com/vmchale/command-line-tweeter)|65⭐|
|[orakaro/rainbowstream](https://github.com/orakaro/rainbowstream)|3259⭐|
|[ruffle-rs/ruffle](https://github.com/ruffle-rs/ruffle)|7874⭐|
|[charmbracelet/glow](https://github.com/charmbracelet/glow)|6607⭐|
|[michelvanheest/shortcuts-design-data](https://github.com/michelvanheest/shortcuts-design-data)|121⭐|
|[mxstbr/markdown-test-file](https://github.com/mxstbr/markdown-test-file)|31⭐|
|[taroyabuki/onepage-unicode-chars](https://github.com/taroyabuki/onepage-unicode-chars)|1⭐|
|[hakatashi/unicode-map](https://github.com/hakatashi/unicode-map)|108⭐|
|[unicode-org/last-resort-font](https://github.com/unicode-org/last-resort-font)|483⭐|
|[instructure/canvas-lms](https://github.com/instructure/canvas-lms)|3909⭐|
|[writeas/writeas-cli](https://github.com/writeas/writeas-cli)|73⭐|
|[slatedocs/slate](https://github.com/slatedocs/slate)|32487⭐|
|[minbrowser/min](https://github.com/minbrowser/min)|4024⭐|
|[cmderdev/cmder](https://github.com/cmderdev/cmder)|22501⭐|
|[ijjk/notion-blog](https://github.com/ijjk/notion-blog)|1920⭐|
|[tickmao/Typora-tickmao-theme](https://github.com/tickmao/Typora-tickmao-theme)|13⭐|
|[kinoute/typora-hivacruz-theme](https://github.com/kinoute/typora-hivacruz-theme)|25⭐|
|
1.0
|
Starred Repository List - Publishing [my starred repositories list](https://github.com/extratone?tab=stars).
***
extratone's
===========
Starred repositories
--------------------
|Repository|Stars|
|:---------|:----|
|[Roboron3042/Cyberpunk-Neon](https://github.com/Roboron3042/Cyberpunk-Neon)|292⭐|
|[tdlib/td](https://github.com/tdlib/td)|3553⭐|
|[yagop/node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api)|5205⭐|
|[requilence/integram](https://github.com/requilence/integram)|1375⭐|
|[rubenlagus/TelegramBots](https://github.com/rubenlagus/TelegramBots)|2373⭐|
|[tucnak/telebot](https://github.com/tucnak/telebot)|1815⭐|
|[TelegramBots/Telegram.Bot](https://github.com/TelegramBots/Telegram.Bot)|1704⭐|
|[HackerNews/API](https://github.com/HackerNews/API)|7835⭐|
|[DinoBansigan/dinobansigan](https://github.com/DinoBansigan/dinobansigan)|1⭐|
|[DinoBansigan/WriteFreelyArchivePageGenerator](https://github.com/DinoBansigan/WriteFreelyArchivePageGenerator)|1⭐|
|[jbiatek/rickies.net](https://github.com/jbiatek/rickies.net)|5⭐|
|[painty/CSS-Used-ChromeExt](https://github.com/painty/CSS-Used-ChromeExt)|150⭐|
|[ChristianChiarulli/LunarVim](https://github.com/ChristianChiarulli/LunarVim)|2766⭐|
|[taichi-dev/taichi](https://github.com/taichi-dev/taichi)|14489⭐|
|[audacity/audacity](https://github.com/audacity/audacity)|4613⭐|
|[DiscordStyles/Slate](https://github.com/DiscordStyles/Slate)|93⭐|
|[archlinux/archinstall](https://github.com/archlinux/archinstall)|1594⭐|
|[elementary/terminal](https://github.com/elementary/terminal)|289⭐|
|[pandoc/lua-filters](https://github.com/pandoc/lua-filters)|259⭐|
|[wip/app](https://github.com/wip/app)|599⭐|
|[srggrs/assign-one-project-github-action](https://github.com/srggrs/assign-one-project-github-action)|79⭐|
|[deathau/markdownload](https://github.com/deathau/markdownload)|326⭐|
|[snapas/go-snapas](https://github.com/snapas/go-snapas)|2⭐|
|[substack/drmark](https://github.com/substack/drmark)|31⭐|
|[Xenon-Bot/commands](https://github.com/Xenon-Bot/commands)|1⭐|
|[Xenon-Bot/xenon.bot](https://github.com/Xenon-Bot/xenon.bot)|3⭐|
|[dandavison/delta](https://github.com/dandavison/delta)|8823⭐|
|[synzen/MonitoRSS](https://github.com/synzen/MonitoRSS)|564⭐|
|[Mandarancio/scidown](https://github.com/Mandarancio/scidown)|39⭐|
|[fabiocolacio/Marker](https://github.com/fabiocolacio/Marker)|659⭐|
|[extratone/pandoc-scholar](https://github.com/extratone/pandoc-scholar)|1⭐|
|[wikiti/pandoc-book-template](https://github.com/wikiti/pandoc-book-template)|230⭐|
|[pandoc-scholar/pandoc-scholar](https://github.com/pandoc-scholar/pandoc-scholar)|348⭐|
|[osener/markup.rocks](https://github.com/osener/markup.rocks)|349⭐|
|[jez/pandoc-starter](https://github.com/jez/pandoc-starter)|449⭐|
|[tompollard/phd\_thesis\_markdown](https://github.com/tompollard/phd_thesis_markdown)|916⭐|
|[shd101wyy/markdown-preview-enhanced](https://github.com/shd101wyy/markdown-preview-enhanced)|3205⭐|
|[Zettlr/Zettlr](https://github.com/Zettlr/Zettlr)|4991⭐|
|[maxheld83/pandoc-action](https://github.com/maxheld83/pandoc-action)|36⭐|
|[boyney123/github-actions](https://github.com/boyney123/github-actions)|148⭐|
|[jlord/offline-issues](https://github.com/jlord/offline-issues)|586⭐|
|[mattduck/gh2md](https://github.com/mattduck/gh2md)|53⭐|
|[xerosanyam/PyDictionary](https://github.com/xerosanyam/PyDictionary)|2⭐|
|[alex-taxiera/WordSeer](https://github.com/alex-taxiera/WordSeer)|2⭐|
|[ipflegen/mw-dictionary](https://github.com/ipflegen/mw-dictionary)|1⭐|
|[flacial/flary](https://github.com/flacial/flary)|4⭐|
|[mluu510/Spelling-Bee](https://github.com/mluu510/Spelling-Bee)|3⭐|
|[charltoons/mw-dictionary](https://github.com/charltoons/mw-dictionary)|9⭐|
|[c0derabbit/medict](https://github.com/c0derabbit/medict)|3⭐|
|[pfeyz/merriam-webster-api](https://github.com/pfeyz/merriam-webster-api)|35⭐|
|[writefreely/presskit-ios-app](https://github.com/writefreely/presskit-ios-app)|1⭐|
|[gitextensions/gitextensions](https://github.com/gitextensions/gitextensions)|5601⭐|
|[alex-page/github-project-automation-plus](https://github.com/alex-page/github-project-automation-plus)|146⭐|
|[ickc/pancritic](https://github.com/ickc/pancritic)|31⭐|
|[manubot/manubot](https://github.com/manubot/manubot)|272⭐|
|[BuckeyeHackers/TwitterKD](https://github.com/BuckeyeHackers/TwitterKD)|2⭐|
|[tuxitop/CalcTwitterRatio](https://github.com/tuxitop/CalcTwitterRatio)|1⭐|
|[writefreely/writefreely-swift](https://github.com/writefreely/writefreely-swift)|3⭐|
|[tillsc/multi\_markdown](https://github.com/tillsc/multi_markdown)|12⭐|
|[ttscoff/cheaters](https://github.com/ttscoff/cheaters)|447⭐|
|[ttscoff/QuickQuestion](https://github.com/ttscoff/QuickQuestion)|168⭐|
|[prose/prose](https://github.com/prose/prose)|4453⭐|
|[textbundle/textbundle.github.io](https://github.com/textbundle/textbundle.github.io)|33⭐|
|[ttscoff/CriticMarkup-toolkit](https://github.com/ttscoff/CriticMarkup-toolkit)|6⭐|
|[ttscoff/MarkdownEditing](https://github.com/ttscoff/MarkdownEditing)|306⭐|
|[ttscoff/ttscoff.github.com](https://github.com/ttscoff/ttscoff.github.com)|11⭐|
|[ttscoff/mmd2cheatset](https://github.com/ttscoff/mmd2cheatset)|14⭐|
|[ttscoff/starter-book](https://github.com/ttscoff/starter-book)|12⭐|
|[ttscoff/bookmarklets](https://github.com/ttscoff/bookmarklets)|5⭐|
|[ttscoff/license-generator](https://github.com/ttscoff/license-generator)|4⭐|
|[ttscoff/MMD-QuickLook](https://github.com/ttscoff/MMD-QuickLook)|286⭐|
|[ttscoff/Slogger](https://github.com/ttscoff/Slogger)|771⭐|
|[ttscoff/sidecar](https://github.com/ttscoff/sidecar)|19⭐|
|[ttscoff/marked-bonus-pack](https://github.com/ttscoff/marked-bonus-pack)|11⭐|
|[ttscoff/nv](https://github.com/ttscoff/nv)|1709⭐|
|[ttscoff/KeyBindings](https://github.com/ttscoff/KeyBindings)|531⭐|
|[ttscoff/MarkedCustomStyles](https://github.com/ttscoff/MarkedCustomStyles)|386⭐|
|[ttscoff/howzit](https://github.com/ttscoff/howzit)|24⭐|
|[ncornette/Python-Markdown-Editor](https://github.com/ncornette/Python-Markdown-Editor)|167⭐|
|[titarenko/fast-exif](https://github.com/titarenko/fast-exif)|45⭐|
|[typora/PromiseKit](https://github.com/typora/PromiseKit)|1⭐|
|[writefreely/documentation](https://github.com/writefreely/documentation)|15⭐|
|[mdrafiqulrabin/fork-markdown-cheatsheet](https://github.com/mdrafiqulrabin/fork-markdown-cheatsheet)|2⭐|
|[foambubble/foam](https://github.com/foambubble/foam)|9744⭐|
|[gnab/remark](https://github.com/gnab/remark)|11327⭐|
|[markdown-it/markdown-it](https://github.com/markdown-it/markdown-it)|11472⭐|
|[showdownjs/showdown](https://github.com/showdownjs/showdown)|11663⭐|
|[nhn/tui.editor](https://github.com/nhn/tui.editor)|12874⭐|
|[erusev/parsedown](https://github.com/erusev/parsedown)|13636⭐|
|[notable/notable](https://github.com/notable/notable)|17671⭐|
|[fletcher/MultiMarkdown-6-Syntax-Guide](https://github.com/fletcher/MultiMarkdown-6-Syntax-Guide)|25⭐|
|[ryangray/buttondown](https://github.com/ryangray/buttondown)|34⭐|
|[fletcher/MultiMarkdown-CMS](https://github.com/fletcher/MultiMarkdown-CMS)|89⭐|
|[fletcher/MultiMarkdown-Gallery](https://github.com/fletcher/MultiMarkdown-Gallery)|110⭐|
|[mattcabb/mib2std-toolbox](https://github.com/mattcabb/mib2std-toolbox)|47⭐|
|[robinostlund/volkswagencarnet-client](https://github.com/robinostlund/volkswagencarnet-client)|10⭐|
|[mnaberez/vwradio](https://github.com/mnaberez/vwradio)|34⭐|
|[robinostlund/volkswagencarnet](https://github.com/robinostlund/volkswagencarnet)|28⭐|
|[wez3/volkswagen-carnet-client](https://github.com/wez3/volkswagen-carnet-client)|39⭐|
|[rpendleton/mazda-toolchain](https://github.com/rpendleton/mazda-toolchain)|6⭐|
|[nlMeminger/GearBox](https://github.com/nlMeminger/GearBox)|3⭐|
|[fmntf/fiatcan](https://github.com/fmntf/fiatcan)|13⭐|
|[just-oblivious/arduino-ibustrx](https://github.com/just-oblivious/arduino-ibustrx)|19⭐|
|[microsoft/kinect-ripple](https://github.com/microsoft/kinect-ripple)|85⭐|
|[rnd-ash/MBUX-Port](https://github.com/rnd-ash/MBUX-Port)|71⭐|
|[Trevelopment/MZD\_Speedometer](https://github.com/Trevelopment/MZD_Speedometer)|9⭐|
|[shipcod3/mazda\_getInfo](https://github.com/shipcod3/mazda_getInfo)|130⭐|
|[hufman/BMWConnectedAnalysis](https://github.com/hufman/BMWConnectedAnalysis)|23⭐|
|[flyandi/mazda-custom-application-sdk-simulator](https://github.com/flyandi/mazda-custom-application-sdk-simulator)|12⭐|
|[b0lt/m3-dbus](https://github.com/b0lt/m3-dbus)|27⭐|
|[mazdahacks/tweaks](https://github.com/mazdahacks/tweaks)|37⭐|
|[luishowell/infotainment-system](https://github.com/luishowell/infotainment-system)|13⭐|
|[LannyBose/youdownloadtheappanditdoesntwork](https://github.com/LannyBose/youdownloadtheappanditdoesntwork)|164⭐|
|[futurepaul/what-am-i-doing](https://github.com/futurepaul/what-am-i-doing)|2⭐|
|[vapor/vapor](https://github.com/vapor/vapor)|20306⭐|
|[airbnb/lottie-ios](https://github.com/airbnb/lottie-ios)|21553⭐|
|[nvbn/thefuck](https://github.com/nvbn/thefuck)|61638⭐|
|[livewire/livewire](https://github.com/livewire/livewire)|11180⭐|
|[hluk/cheatsheet](https://github.com/hluk/cheatsheet)|3⭐|
|[dracula/copyq](https://github.com/dracula/copyq)|4⭐|
|[SpaceVim/SpaceVim](https://github.com/SpaceVim/SpaceVim)|16592⭐|
|[slap-editor/slap](https://github.com/slap-editor/slap)|5951⭐|
|[overleaf/overleaf](https://github.com/overleaf/overleaf)|8395⭐|
|[neovim/neovim](https://github.com/neovim/neovim)|43526⭐|
|[tazirahmb/shouten](https://github.com/tazirahmb/shouten)|1⭐|
|[adesurirey/typora-notes-dark-theme](https://github.com/adesurirey/typora-notes-dark-theme)|78⭐|
|[popomore/github-labels](https://github.com/popomore/github-labels)|166⭐|
|[elitistsnob/typora-cobalt-theme](https://github.com/elitistsnob/typora-cobalt-theme)|237⭐|
|[SalehAlbuga/azure-functions-swift](https://github.com/SalehAlbuga/azure-functions-swift)|80⭐|
|[antongaenko/keybro](https://github.com/antongaenko/keybro)|8⭐|
|[PerfectlySoft/Perfect](https://github.com/PerfectlySoft/Perfect)|13872⭐|
|[ipader/SwiftGuide](https://github.com/ipader/SwiftGuide)|15433⭐|
|[kareman/SwiftShell](https://github.com/kareman/SwiftShell)|875⭐|
|[adamcichy/SwiftySound](https://github.com/adamcichy/SwiftySound)|1010⭐|
|[apple/password-manager-resources](https://github.com/apple/password-manager-resources)|3175⭐|
|[jloow/vscode-criticmarkup](https://github.com/jloow/vscode-criticmarkup)|4⭐|
|[CriticMarkup/CriticMarkup-toolkit](https://github.com/CriticMarkup/CriticMarkup-toolkit)|536⭐|
|[mb21/panwriter](https://github.com/mb21/panwriter)|281⭐|
|[fletcher/MultiMarkdown-6](https://github.com/fletcher/MultiMarkdown-6)|403⭐|
|[sobolevn/git-secret](https://github.com/sobolevn/git-secret)|2432⭐|
|[fletcher/MultiMarkdown](https://github.com/fletcher/MultiMarkdown)|1055⭐|
|[caiorss/bookmarklet-maker](https://github.com/caiorss/bookmarklet-maker)|55⭐|
|[jtleek/reviews](https://github.com/jtleek/reviews)|392⭐|
|[arleym/kjv-markdown](https://github.com/arleym/kjv-markdown)|25⭐|
|[gileli121/WindowTop](https://github.com/gileli121/WindowTop)|389⭐|
|[goldfeld/criticmarkup-vim](https://github.com/goldfeld/criticmarkup-vim)|19⭐|
|[emcro/SwiftUI-Keyboard-Demo](https://github.com/emcro/SwiftUI-Keyboard-Demo)|24⭐|
|[TelegramMessenger/Telegram-iOS](https://github.com/TelegramMessenger/Telegram-iOS)|2682⭐|
|[realm/SwiftLint](https://github.com/realm/SwiftLint)|14708⭐|
|[you-dont-need/You-Dont-Need-JavaScript](https://github.com/you-dont-need/You-Dont-Need-JavaScript)|15424⭐|
|[microsoft/wslg](https://github.com/microsoft/wslg)|3190⭐|
|[josepholiveira/podcastr](https://github.com/josepholiveira/podcastr)|488⭐|
|[vim/vim](https://github.com/vim/vim)|23616⭐|
|[hluk/copyq-commands](https://github.com/hluk/copyq-commands)|142⭐|
|[azu/opml-to-markdown](https://github.com/azu/opml-to-markdown)|31⭐|
|[sourcey/moxygen](https://github.com/sourcey/moxygen)|169⭐|
|[pluwen/awesome-testflight-link](https://github.com/pluwen/awesome-testflight-link)|157⭐|
|[mcesar-rlacruz/typora-compact](https://github.com/mcesar-rlacruz/typora-compact)|7⭐|
|[typora/typora-theme-toolkit](https://github.com/typora/typora-theme-toolkit)|207⭐|
|[typora/typora-issues](https://github.com/typora/typora-issues)|1173⭐|
|[rgrove/rawgit](https://github.com/rgrove/rawgit)|2332⭐|
|[maxwelldesign/lux](https://github.com/maxwelldesign/lux)|11⭐|
|[reimund/Tych-Panel](https://github.com/reimund/Tych-Panel)|164⭐|
|[MaxDesiatov/swift-alpine](https://github.com/MaxDesiatov/swift-alpine)|11⭐|
|[JohnSundell/Publish](https://github.com/JohnSundell/Publish)|3320⭐|
|[andrenerd/react-native-bootstrap-styles](https://github.com/andrenerd/react-native-bootstrap-styles)|59⭐|
|[writefreely/writefreely-swiftui-multiplatform](https://github.com/writefreely/writefreely-swiftui-multiplatform)|38⭐|
|[writefreely/text-pic](https://github.com/writefreely/text-pic)|5⭐|
|[Automattic/simplenote-ios](https://github.com/Automattic/simplenote-ios)|1778⭐|
|[ihabunek/github-vanity](https://github.com/ihabunek/github-vanity)|138⭐|
|[extratone/Pulse](https://github.com/extratone/Pulse)|1⭐|
|[utmapp/UTM](https://github.com/utmapp/UTM)|7777⭐|
|[nemecek-filip/nemecek-filip](https://github.com/nemecek-filip/nemecek-filip)|1⭐|
|[sbusso/Bear-Power-Pack](https://github.com/sbusso/Bear-Power-Pack)|260⭐|
|[macmade/ICNS2ICO](https://github.com/macmade/ICNS2ICO)|10⭐|
|[kean/Pulse](https://github.com/kean/Pulse)|1283⭐|
|[neonichu/trolldrop](https://github.com/neonichu/trolldrop)|228⭐|
|[fulldecent/system-bus-radio](https://github.com/fulldecent/system-bus-radio)|5659⭐|
|[miek/inspectrum](https://github.com/miek/inspectrum)|1234⭐|
|[dashvlas/awesome-ios-interview](https://github.com/dashvlas/awesome-ios-interview)|777⭐|
|[eneko/SourceDocs](https://github.com/eneko/SourceDocs)|295⭐|
|[Nirma/UIDeviceComplete](https://github.com/Nirma/UIDeviceComplete)|391⭐|
|[ThXou/Soundable](https://github.com/ThXou/Soundable)|80⭐|
|[benzguo/MusicKit](https://github.com/benzguo/MusicKit)|566⭐|
|[vadymmarkov/Beethoven](https://github.com/vadymmarkov/Beethoven)|613⭐|
|[AudioKit/AudioKit](https://github.com/AudioKit/AudioKit)|8397⭐|
|[matteocrippa/awesome-swift](https://github.com/matteocrippa/awesome-swift)|20676⭐|
|[vsouza/awesome-ios](https://github.com/vsouza/awesome-ios)|37353⭐|
|[mozilla-mobile/focus-ios](https://github.com/mozilla-mobile/focus-ios)|1002⭐|
|[analogcode/Swift-Radio-Pro](https://github.com/analogcode/Swift-Radio-Pro)|2577⭐|
|[podverse/podverse-rn](https://github.com/podverse/podverse-rn)|12⭐|
|[Karambirov/Podcasts](https://github.com/Karambirov/Podcasts)|18⭐|
|[fulldecent/formant-analyzer](https://github.com/fulldecent/formant-analyzer)|44⭐|
|[hackiftekhar/IQKeyboardManager](https://github.com/hackiftekhar/IQKeyboardManager)|15029⭐|
|[raywenderlich/swift-algorithm-club](https://github.com/raywenderlich/swift-algorithm-club)|24814⭐|
|[apple/swift](https://github.com/apple/swift)|55896⭐|
|[yangshun/tech-interview-handbook](https://github.com/yangshun/tech-interview-handbook)|52821⭐|
|[mytechnotalent/Reverse-Engineering](https://github.com/mytechnotalent/Reverse-Engineering)|4453⭐|
|[willmcgugan/rich](https://github.com/willmcgugan/rich)|25623⭐|
|[discordjs/guide](https://github.com/discordjs/guide)|570⭐|
|[ikatyang/emoji-cheat-sheet](https://github.com/ikatyang/emoji-cheat-sheet)|3913⭐|
|[github/feedback](https://github.com/github/feedback)|182⭐|
|[glebosotov/SFWalls-Script](https://github.com/glebosotov/SFWalls-Script)|10⭐|
|[Marxon13/iOS-Asset-Extractor](https://github.com/Marxon13/iOS-Asset-Extractor)|415⭐|
|[insidegui/AssetCatalogTinkerer](https://github.com/insidegui/AssetCatalogTinkerer)|1451⭐|
|[devcxm/iOS-Images-Extractor](https://github.com/devcxm/iOS-Images-Extractor)|1848⭐|
|[nomad/shenzhen](https://github.com/nomad/shenzhen)|4671⭐|
|[alexisakers/alternate-icons](https://github.com/alexisakers/alternate-icons)|120⭐|
|[NSHipster/articles](https://github.com/NSHipster/articles)|1171⭐|
|[samvanemelen/GIMP-plugin-batch-remove-transparency](https://github.com/samvanemelen/GIMP-plugin-batch-remove-transparency)|1⭐|
|[deezer/spleeter](https://github.com/deezer/spleeter)|16337⭐|
|[appsmithorg/appsmith](https://github.com/appsmithorg/appsmith)|4338⭐|
|[FifiTheBulldog/ios-settings-urls](https://github.com/FifiTheBulldog/ios-settings-urls)|89⭐|
|[discourse/DiscourseMobile](https://github.com/discourse/DiscourseMobile)|171⭐|
|[sylumer/applescript](https://github.com/sylumer/applescript)|1⭐|
|[etigerstudio/apple-music-cover-scraper](https://github.com/etigerstudio/apple-music-cover-scraper)|2⭐|
|[holzschu/a-Shell-commands](https://github.com/holzschu/a-Shell-commands)|144⭐|
|[neocities/python-neocities](https://github.com/neocities/python-neocities)|32⭐|
|[discordjs/discord.js](https://github.com/discordjs/discord.js)|11225⭐|
|[dantaeyoung/boilerplate](https://github.com/dantaeyoung/boilerplate)|8⭐|
|[emiloberg/markdown-styleguide-generator](https://github.com/emiloberg/markdown-styleguide-generator)|64⭐|
|[TypeStrong/typedoc](https://github.com/TypeStrong/typedoc)|4801⭐|
|[mnjul/html-resume](https://github.com/mnjul/html-resume)|385⭐|
|[rafgraph/spa-github-pages](https://github.com/rafgraph/spa-github-pages)|2659⭐|
|[Dynalon/mdwiki](https://github.com/Dynalon/mdwiki)|2968⭐|
|[twostraws/Unwrap](https://github.com/twostraws/Unwrap)|1760⭐|
|[mattgallagher/AudioStreamer](https://github.com/mattgallagher/AudioStreamer)|1918⭐|
|[omz/AppSales-Mobile](https://github.com/omz/AppSales-Mobile)|1913⭐|
|[rnpm/rnpm](https://github.com/rnpm/rnpm)|2502⭐|
|[wireapp/wire-ios](https://github.com/wireapp/wire-ios)|2983⭐|
|[gitpoint/git-point](https://github.com/gitpoint/git-point)|4511⭐|
|[Kapeli/Dash-iOS](https://github.com/Kapeli/Dash-iOS)|6999⭐|
|[sharkdp/hyperfine](https://github.com/sharkdp/hyperfine)|7569⭐|
|[auranticus/New-York-fonts](https://github.com/auranticus/New-York-fonts)|37⭐|
|[malleable-systems/malleable.systems](https://github.com/malleable-systems/malleable.systems)|32⭐|
|[alombi/rh-api](https://github.com/alombi/rh-api)|4⭐|
|[agiletortoise/drafts-script-reference](https://github.com/agiletortoise/drafts-script-reference)|64⭐|
|[noctuid/evil-guide](https://github.com/noctuid/evil-guide)|850⭐|
|[w3c/csswg-drafts](https://github.com/w3c/csswg-drafts)|2885⭐|
|[manolosavi/xFonts](https://github.com/manolosavi/xFonts)|102⭐|
|[dharmatype/Sometype-Mono](https://github.com/dharmatype/Sometype-Mono)|174⭐|
|[peterhellberg/neocities](https://github.com/peterhellberg/neocities)|27⭐|
|[neocities/neocities-ruby](https://github.com/neocities/neocities-ruby)|23⭐|
|[marin-m/peristop](https://github.com/marin-m/peristop)|3⭐|
|[takeontom/PyPeri](https://github.com/takeontom/PyPeri)|3⭐|
|[streamwall/streamwall](https://github.com/streamwall/streamwall)|166⭐|
|[scottaohara/Brass-Tacks](https://github.com/scottaohara/Brass-Tacks)|40⭐|
|[scottaohara/Ground-Floor](https://github.com/scottaohara/Ground-Floor)|73⭐|
|[johnxnguyen/Down](https://github.com/johnxnguyen/Down)|1784⭐|
|[devhubapp/devhub](https://github.com/devhubapp/devhub)|7384⭐|
|[birchb1024/frangipanni](https://github.com/birchb1024/frangipanni)|980⭐|
|[DefinitelyTyped/DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped)|33581⭐|
|[nvm-sh/nvm](https://github.com/nvm-sh/nvm)|48589⭐|
|[thedaviddias/Front-End-Checklist](https://github.com/thedaviddias/Front-End-Checklist)|50676⭐|
|[trekhleb/javascript-algorithms](https://github.com/trekhleb/javascript-algorithms)|106488⭐|
|[trungk18/angular-spotify](https://github.com/trungk18/angular-spotify)|1458⭐|
|[Metalloriff/BetterDiscordPlugins](https://github.com/Metalloriff/BetterDiscordPlugins)|139⭐|
|[Inve1951/BetterDiscordStuff](https://github.com/Inve1951/BetterDiscordStuff)|174⭐|
|[l0c4lh057/BetterDiscordStuff](https://github.com/l0c4lh057/BetterDiscordStuff)|57⭐|
|[CapnKitten/BetterDiscord](https://github.com/CapnKitten/BetterDiscord)|49⭐|
|[QWERTxD/BetterDiscordPlugins](https://github.com/QWERTxD/BetterDiscordPlugins)|11⭐|
|[progit/progit2](https://github.com/progit/progit2)|4242⭐|
|[auth0/open-source-template](https://github.com/auth0/open-source-template)|18⭐|
|[github/backup-utils](https://github.com/github/backup-utils)|678⭐|
|[github/opensource.guide](https://github.com/github/opensource.guide)|8236⭐|
|[commaai/openpilot](https://github.com/commaai/openpilot)|24939⭐|
|[dheadshot/RenameFilesForWeb](https://github.com/dheadshot/RenameFilesForWeb)|2⭐|
|[gonzula/splash](https://github.com/gonzula/splash)|197⭐|
|[alexander-akhmetov/python-shortcuts](https://github.com/alexander-akhmetov/python-shortcuts)|535⭐|
|[MikeBeas/uploader](https://github.com/MikeBeas/uploader)|10⭐|
|[RSS-Bridge/rss-bridge](https://github.com/RSS-Bridge/rss-bridge)|3363⭐|
|[metabolist/metatext](https://github.com/metabolist/metatext)|53⭐|
|[dkhamsing/open-source-ios-apps](https://github.com/dkhamsing/open-source-ios-apps)|27149⭐|
|[NextLevel/NextLevel](https://github.com/NextLevel/NextLevel)|1839⭐|
|[RipMeApp/ripme](https://github.com/RipMeApp/ripme)|2423⭐|
|[arc298/instagram-scraper](https://github.com/arc298/instagram-scraper)|4992⭐|
|[heisenburger/night](https://github.com/heisenburger/night)|1⭐|
|[huezo/dracula-theme](https://github.com/huezo/dracula-theme)|8⭐|
|[Recouse/TDesktop-Dark-Theme](https://github.com/Recouse/TDesktop-Dark-Theme)|44⭐|
|[marcosatanaka/marcosatanaka.github.io](https://github.com/marcosatanaka/marcosatanaka.github.io)|1⭐|
|[nayafia/awesome-maintainers](https://github.com/nayafia/awesome-maintainers)|1006⭐|
|[nayafia/microgrants](https://github.com/nayafia/microgrants)|1154⭐|
|[hzoo/hopeinsource.com](https://github.com/hzoo/hopeinsource.com)|38⭐|
|[emgoto/emgoto.com](https://github.com/emgoto/emgoto.com)|27⭐|
|[marcus-crane/utf9k](https://github.com/marcus-crane/utf9k)|1⭐|
|[typora/PicGo-Core](https://github.com/typora/PicGo-Core)|3⭐|
|[cloudpilot-emu/cloudpilot-emu.github.io](https://github.com/cloudpilot-emu/cloudpilot-emu.github.io)|1⭐|
|[jichu4n/palm-os-sdk](https://github.com/jichu4n/palm-os-sdk)|64⭐|
|[libretro/Mu](https://github.com/libretro/Mu)|11⭐|
|[spazproject/spaz-webos](https://github.com/spazproject/spaz-webos)|94⭐|
|[FriendUPCloud/friendup](https://github.com/FriendUPCloud/friendup)|244⭐|
|[EthanMcBloxxer/jekyll-theme-writeas](https://github.com/EthanMcBloxxer/jekyll-theme-writeas)|2⭐|
|[Grussle/TAIODB](https://github.com/Grussle/TAIODB)|2⭐|
|[evilbutcher/Taio](https://github.com/evilbutcher/Taio)|3⭐|
|[geekcomputers/Python](https://github.com/geekcomputers/Python)|22528⭐|
|[crystal-lang/crystal](https://github.com/crystal-lang/crystal)|16424⭐|
|[EbookFoundation/free-programming-books](https://github.com/EbookFoundation/free-programming-books)|187052⭐|
|[puckzxz/NotAnotherAnimeTheme](https://github.com/puckzxz/NotAnotherAnimeTheme)|120⭐|
|[hliu202/typora-purple-theme](https://github.com/hliu202/typora-purple-theme)|157⭐|
|[kognise/obsidian-atom](https://github.com/kognise/obsidian-atom)|51⭐|
|[1Lighty/BetterDiscordPlugins](https://github.com/1Lighty/BetterDiscordPlugins)|113⭐|
|[DiscordStyles/HorizontalServerList](https://github.com/DiscordStyles/HorizontalServerList)|19⭐|
|[NYRI4/Discolored](https://github.com/NYRI4/Discolored)|26⭐|
|[avinashkranjan/Amazing-Python-Scripts](https://github.com/avinashkranjan/Amazing-Python-Scripts)|433⭐|
|[snowpackjs/snowpack](https://github.com/snowpackjs/snowpack)|18326⭐|
|[desktop/desktop](https://github.com/desktop/desktop)|11747⭐|
|[michaeltyson/AudioTest](https://github.com/michaeltyson/AudioTest)|21⭐|
|[renatolond/mastodon-twitter-poster](https://github.com/renatolond/mastodon-twitter-poster)|329⭐|
|[cyanzhong/dev.taio.app](https://github.com/cyanzhong/dev.taio.app)|112⭐|
|[cyanzhong/actions.taio.app](https://github.com/cyanzhong/actions.taio.app)|64⭐|
|[Eugeny/terminus](https://github.com/Eugeny/terminus)|17717⭐|
|[Pmmlabs/OpenPeriscope](https://github.com/Pmmlabs/OpenPeriscope)|75⭐|
|[Evoll/periscope.tv](https://github.com/Evoll/periscope.tv)|3⭐|
|[wordnik/language-museums](https://github.com/wordnik/language-museums)|5⭐|
|[wordnik/wordnik.github.com](https://github.com/wordnik/wordnik.github.com)|14⭐|
|[wordnik/wordlist](https://github.com/wordnik/wordlist)|21⭐|
|[jordanmerrick/scriptable](https://github.com/jordanmerrick/scriptable)|9⭐|
|[uuttff8/Lemmy-iOS](https://github.com/uuttff8/Lemmy-iOS)|28⭐|
|[krawieck/lemmur](https://github.com/krawieck/lemmur)|139⭐|
|[LemmyNet/lemmy](https://github.com/LemmyNet/lemmy)|5019⭐|
|[GrapheneOS/grapheneos.org](https://github.com/GrapheneOS/grapheneos.org)|132⭐|
|[futurepaul/graphene-app-checklist](https://github.com/futurepaul/graphene-app-checklist)|1⭐|
|[defcon201/site](https://github.com/defcon201/site)|3⭐|
|[bytehq/byte-music-converter](https://github.com/bytehq/byte-music-converter)|6⭐|
|[bytehq/api](https://github.com/bytehq/api)|36⭐|
|[adamfuhrer/neon-editor](https://github.com/adamfuhrer/neon-editor)|35⭐|
|[NightApps/td-gen](https://github.com/NightApps/td-gen)|2⭐|
|[MairwunNx/AnotherStorm](https://github.com/MairwunNx/AnotherStorm)|18⭐|
|[MrYadro/TDeskDroid](https://github.com/MrYadro/TDeskDroid)|28⭐|
|[meefik/avd-root](https://github.com/meefik/avd-root)|84⭐|
|[0xFireball/root\_avd](https://github.com/0xFireball/root_avd)|133⭐|
|[ElfSundae/AVDemo](https://github.com/ElfSundae/AVDemo)|145⭐|
|[mwolfson/AndroidAVDRepo](https://github.com/mwolfson/AndroidAVDRepo)|134⭐|
|[songlink/docs](https://github.com/songlink/docs)|78⭐|
|[vysheng/tg](https://github.com/vysheng/tg)|5215⭐|
|[shadowmoose/RedditDownloader](https://github.com/shadowmoose/RedditDownloader)|550⭐|
|[Miserlou/SoundScrape](https://github.com/Miserlou/SoundScrape)|1293⭐|
|[kootenpv/whereami](https://github.com/kootenpv/whereami)|4552⭐|
|[sherlock-project/sherlock](https://github.com/sherlock-project/sherlock)|24669⭐|
|[microsoft/CSS-Exchange](https://github.com/microsoft/CSS-Exchange)|864⭐|
|[ossu/computer-science](https://github.com/ossu/computer-science)|83783⭐|
|[SeleniumHQ/selenium](https://github.com/SeleniumHQ/selenium)|20725⭐|
|[pavlobu/deskreen](https://github.com/pavlobu/deskreen)|10509⭐|
|[hypothesis/h](https://github.com/hypothesis/h)|2114⭐|
|[gildas-lormeau/SingleFile](https://github.com/gildas-lormeau/SingleFile)|3249⭐|
|[flyingrub/scdl](https://github.com/flyingrub/scdl)|2014⭐|
|[jerolimov/pixelfed-app](https://github.com/jerolimov/pixelfed-app)|2⭐|
|[H-PixelDroid/PixelDroid](https://github.com/H-PixelDroid/PixelDroid)|80⭐|
|[sindresorhus/urls-md](https://github.com/sindresorhus/urls-md)|48⭐|
|[threeplanetssoftware/apple\_cloud\_notes\_parser](https://github.com/threeplanetssoftware/apple_cloud_notes_parser)|79⭐|
|[derickfay/Apple-Notes-export-with-links](https://github.com/derickfay/Apple-Notes-export-with-links)|4⭐|
|[GitJournal/GitJournal](https://github.com/GitJournal/GitJournal)|1286⭐|
|[mozilla/notes](https://github.com/mozilla/notes)|449⭐|
|[rsms/inter](https://github.com/rsms/inter)|12443⭐|
|[rileytestut/Delta](https://github.com/rileytestut/Delta)|631⭐|
|[AutoHotkey-Plus/vscode-autohotkey](https://github.com/AutoHotkey-Plus/vscode-autohotkey)|89⭐|
|[Lexikos/AutoHotkey\_L](https://github.com/Lexikos/AutoHotkey_L)|4522⭐|
|[kinoute/typora-github-night-theme](https://github.com/kinoute/typora-github-night-theme)|55⭐|
|[source-foundry/Hack](https://github.com/source-foundry/Hack)|14167⭐|
|[cyanzhong/taio.app](https://github.com/cyanzhong/taio.app)|17⭐|
|[cyanzhong/docs.taio.app](https://github.com/cyanzhong/docs.taio.app)|21⭐|
|[darkreader/darkreader](https://github.com/darkreader/darkreader)|9996⭐|
|[dortania/clover-laptop-guide](https://github.com/dortania/clover-laptop-guide)|37⭐|
|[jordy-kommeren/hackintosh-surface-laptop-2](https://github.com/jordy-kommeren/hackintosh-surface-laptop-2)|11⭐|
|[mean00/avidemux2](https://github.com/mean00/avidemux2)|270⭐|
|[NotionX/react-notion-x](https://github.com/NotionX/react-notion-x)|815⭐|
|[Ranchero-Software/NetNewsWire](https://github.com/Ranchero-Software/NetNewsWire)|4541⭐|
|[clamburger/vidya-gaem-awards](https://github.com/clamburger/vidya-gaem-awards)|4⭐|
|[MrS0m30n3/youtube-dl-gui](https://github.com/MrS0m30n3/youtube-dl-gui)|6983⭐|
|[reddit/rpan-studio](https://github.com/reddit/rpan-studio)|137⭐|
|[fedejordan/tweet-image-generator](https://github.com/fedejordan/tweet-image-generator)|1⭐|
|[greatsuspender/thegreatsuspender](https://github.com/greatsuspender/thegreatsuspender)|4852⭐|
|[mozilla-mobile/firefox-ios](https://github.com/mozilla-mobile/firefox-ios)|10281⭐|
|[domchristie/turndown](https://github.com/domchristie/turndown)|5635⭐|
|[ChewingPencils/searching\_toots](https://github.com/ChewingPencils/searching_toots)|10⭐|
|[mxpv/podsync](https://github.com/mxpv/podsync)|685⭐|
|[grav/reading-list](https://github.com/grav/reading-list)|1⭐|
|[adamtow/record-text-to-speech](https://github.com/adamtow/record-text-to-speech)|3⭐|
|[jordanmerrick/shortcuts](https://github.com/jordanmerrick/shortcuts)|88⭐|
|[jordanmerrick/shortcutsdirectory](https://github.com/jordanmerrick/shortcutsdirectory)|383⭐|
|[sticklerm3/My-Siri-iOS-shortcuts](https://github.com/sticklerm3/My-Siri-iOS-shortcuts)|3⭐|
|[embedas/go-embed](https://github.com/embedas/go-embed)|3⭐|
|[FishionYu/typora-blubook-theme](https://github.com/FishionYu/typora-blubook-theme)|246⭐|
|[posativ/isso](https://github.com/posativ/isso)|4360⭐|
|[KillYoy/DiscordNight](https://github.com/KillYoy/DiscordNight)|35⭐|
|[oragono/oragono](https://github.com/oragono/oragono)|1185⭐|
|[jointwt/twtxt](https://github.com/jointwt/twtxt)|495⭐|
|[serhii-londar/open-source-mac-os-apps](https://github.com/serhii-londar/open-source-mac-os-apps)|25856⭐|
|[flybywiresim/a32nx](https://github.com/flybywiresim/a32nx)|3323⭐|
|[presentator/presentator](https://github.com/presentator/presentator)|477⭐|
|[alombi/ios-settings-urls-website](https://github.com/alombi/ios-settings-urls-website)|3⭐|
|[futurepaul/aca](https://github.com/futurepaul/aca)|2⭐|
|[standardnotes/web](https://github.com/standardnotes/web)|2706⭐|
|[futurepaul/code-on-tape](https://github.com/futurepaul/code-on-tape)|4⭐|
|[futurepaul/calculator-2](https://github.com/futurepaul/calculator-2)|4⭐|
|[futurepaul/pauljmiller.com](https://github.com/futurepaul/pauljmiller.com)|2⭐|
|[danseethaler/dayone-to-md](https://github.com/danseethaler/dayone-to-md)|18⭐|
|[gregryork/DayOneViewer](https://github.com/gregryork/DayOneViewer)|48⭐|
|[microdotblog/theme-lanyon](https://github.com/microdotblog/theme-lanyon)|3⭐|
|[sloansparger/bear](https://github.com/sloansparger/bear)|64⭐|
|[robrohan/WebArchiveExtractor](https://github.com/robrohan/WebArchiveExtractor)|212⭐|
|[MalloyDelacroix/DownloaderForReddit](https://github.com/MalloyDelacroix/DownloaderForReddit)|217⭐|
|[ursooperduper/shortcuts-fm](https://github.com/ursooperduper/shortcuts-fm)|4⭐|
|[kepano/obsidian-minimal](https://github.com/kepano/obsidian-minimal)|219⭐|
|[blinksh/blink](https://github.com/blinksh/blink)|4345⭐|
|[thebaer/justhtml](https://github.com/thebaer/justhtml)|1⭐|
|[thebaer/jam](https://github.com/thebaer/jam)|1⭐|
|[thebaer/MFbB](https://github.com/thebaer/MFbB)|13⭐|
|[thebaer/writeas-self-destruct](https://github.com/thebaer/writeas-self-destruct)|3⭐|
|[writeas/apps-gov](https://github.com/writeas/apps-gov)|1⭐|
|[FFmpeg/FFmpeg](https://github.com/FFmpeg/FFmpeg)|24566⭐|
|[Chocobozzz/PeerTube](https://github.com/Chocobozzz/PeerTube)|9298⭐|
|[salomonelli/best-resume-ever](https://github.com/salomonelli/best-resume-ever)|14651⭐|
|[gnuradio/gnuradio](https://github.com/gnuradio/gnuradio)|2742⭐|
|[notion-enhancer/mods](https://github.com/notion-enhancer/mods)|6⭐|
|[cli/cli](https://github.com/cli/cli)|23274⭐|
|[datafruits/datafruits](https://github.com/datafruits/datafruits)|27⭐|
|[ageron/handson-ml2](https://github.com/ageron/handson-ml2)|14950⭐|
|[leereilly/games](https://github.com/leereilly/games)|17653⭐|
|[Asabeneh/30-Days-Of-Python](https://github.com/Asabeneh/30-Days-Of-Python)|6304⭐|
|[telegramdesktop/tdesktop](https://github.com/telegramdesktop/tdesktop)|15476⭐|
|[planetary-social/planetary-ios](https://github.com/planetary-social/planetary-ios)|113⭐|
|[nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters](https://github.com/nahamsec/Resources-for-Beginner-Bug-Bounty-Hunters)|6349⭐|
|[laurent22/joplin](https://github.com/laurent22/joplin)|22985⭐|
|[thecodingmachine/workadventure](https://github.com/thecodingmachine/workadventure)|1496⭐|
|[anvaka/city-roads](https://github.com/anvaka/city-roads)|3718⭐|
|[yakivmospan/github-wikito-converter](https://github.com/yakivmospan/github-wikito-converter)|209⭐|
|[gaih/introduction-to-python](https://github.com/gaih/introduction-to-python)|709⭐|
|[inancgumus/learngo](https://github.com/inancgumus/learngo)|9381⭐|
|[wikimedia/wikipedia-ios](https://github.com/wikimedia/wikipedia-ios)|2221⭐|
|[sferik/t](https://github.com/sferik/t)|5276⭐|
|[holzschu/a-shell](https://github.com/holzschu/a-shell)|850⭐|
|[ytdl-org/youtube-dl](https://github.com/ytdl-org/youtube-dl)|94367⭐|
|[public-apis/public-apis](https://github.com/public-apis/public-apis)|122513⭐|
|[ocornut/imgui](https://github.com/ocornut/imgui)|29341⭐|
|[eugeneyan/applied-ml](https://github.com/eugeneyan/applied-ml)|9797⭐|
|[PeterL1n/BackgroundMattingV2](https://github.com/PeterL1n/BackgroundMattingV2)|3509⭐|
|[strapi/strapi](https://github.com/strapi/strapi)|36298⭐|
|[h2oai/wave](https://github.com/h2oai/wave)|2576⭐|
|[iptv-org/iptv](https://github.com/iptv-org/iptv)|31697⭐|
|[XITRIX/iTorrent](https://github.com/XITRIX/iTorrent)|677⭐|
|[sindresorhus/css-in-readme-like-wat](https://github.com/sindresorhus/css-in-readme-like-wat)|4582⭐|
|[beurtschipper/Depix](https://github.com/beurtschipper/Depix)|18206⭐|
|[alacritty/alacritty](https://github.com/alacritty/alacritty)|31211⭐|
|[github/docs](https://github.com/github/docs)|4008⭐|
|[aseprite/aseprite](https://github.com/aseprite/aseprite)|12789⭐|
|[christophercalm/voyager-one-bot](https://github.com/christophercalm/voyager-one-bot)|1⭐|
|[music-markdown/music-markdown](https://github.com/music-markdown/music-markdown)|27⭐|
|[idlewan/link\_cleaner](https://github.com/idlewan/link_cleaner)|91⭐|
|[Smile4ever/Neat-URL](https://github.com/Smile4ever/Neat-URL)|468⭐|
|[PlusInsta/discord-plus](https://github.com/PlusInsta/discord-plus)|84⭐|
|[matthewwithanm/python-markdownify](https://github.com/matthewwithanm/python-markdownify)|164⭐|
|[nickrussler/email-to-pdf-converter](https://github.com/nickrussler/email-to-pdf-converter)|117⭐|
|[SchumacherFM/wordpress-to-hugo-exporter](https://github.com/SchumacherFM/wordpress-to-hugo-exporter)|539⭐|
|[bradtraversy/50projects50days](https://github.com/bradtraversy/50projects50days)|3560⭐|
|[quoteunquoteapps/CourierPrime](https://github.com/quoteunquoteapps/CourierPrime)|68⭐|
|[tats/w3m](https://github.com/tats/w3m)|298⭐|
|[timdream/wordcloud](https://github.com/timdream/wordcloud)|588⭐|
|[github/roadmap](https://github.com/github/roadmap)|4946⭐|
|[taniarascia/takenote](https://github.com/taniarascia/takenote)|4581⭐|
|[DustinBrett/x](https://github.com/DustinBrett/x)|1340⭐|
|[actions/virtual-environments](https://github.com/actions/virtual-environments)|2922⭐|
|[python-telegram-bot/python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot)|14618⭐|
|[noosfero/noosfero](https://github.com/noosfero/noosfero)|68⭐|
|[josefkenny/usercount](https://github.com/josefkenny/usercount)|45⭐|
|[rauenzi/Nox](https://github.com/rauenzi/Nox)|92⭐|
|[Lightcord/Lightcord](https://github.com/Lightcord/Lightcord)|458⭐|
|[Arashiryuu/crap](https://github.com/Arashiryuu/crap)|46⭐|
|[twitter/curation-style-guide](https://github.com/twitter/curation-style-guide)|7⭐|
|[w3c/activitypub](https://github.com/w3c/activitypub)|553⭐|
|[NicolasConstant/sengi](https://github.com/NicolasConstant/sengi)|141⭐|
|[gedankenstuecke/twitter-analyser](https://github.com/gedankenstuecke/twitter-analyser)|26⭐|
|[achendrick/jrescribe-transcripts](https://github.com/achendrick/jrescribe-transcripts)|29⭐|
|[harryheman/Modern-HTML-Starter-Template](https://github.com/harryheman/Modern-HTML-Starter-Template)|757⭐|
|[microsoft/TypeScript](https://github.com/microsoft/TypeScript)|70673⭐|
|[JaidedAI/EasyOCR](https://github.com/JaidedAI/EasyOCR)|11374⭐|
|[jwasham/coding-interview-university](https://github.com/jwasham/coding-interview-university)|167621⭐|
|[powercord-org/powercord](https://github.com/powercord-org/powercord)|651⭐|
|[cypress-io/cypress](https://github.com/cypress-io/cypress)|30385⭐|
|[libertysoft3/reddit-html-archiver](https://github.com/libertysoft3/reddit-html-archiver)|114⭐|
|[nooneswarup/export-archive-reddit-saved](https://github.com/nooneswarup/export-archive-reddit-saved)|111⭐|
|[pl77/redditPostArchiver](https://github.com/pl77/redditPostArchiver)|42⭐|
|[liangjingkanji/DrakeTyporaTheme](https://github.com/liangjingkanji/DrakeTyporaTheme)|175⭐|
|[valfur03/Monokai-Theme-for-Typora](https://github.com/valfur03/Monokai-Theme-for-Typora)|4⭐|
|[HereIsLz/Fluent-Typora](https://github.com/HereIsLz/Fluent-Typora)|55⭐|
|[SrainApp/srain](https://github.com/SrainApp/srain)|205⭐|
|[BirkbeckCTP/janeway](https://github.com/BirkbeckCTP/janeway)|116⭐|
|[akosbalasko/yarle](https://github.com/akosbalasko/yarle)|197⭐|
|[janik6n/enex2md](https://github.com/janik6n/enex2md)|7⭐|
|[exomut/evernote-dump](https://github.com/exomut/evernote-dump)|194⭐|
|[wormi4ok/evernote2md](https://github.com/wormi4ok/evernote2md)|240⭐|
|[TomasHubelbauer/modern-office-git-diff](https://github.com/TomasHubelbauer/modern-office-git-diff)|47⭐|
|[ArchiveBox/ArchiveBox](https://github.com/ArchiveBox/ArchiveBox)|9246⭐|
|[nothings/stb](https://github.com/nothings/stb)|15496⭐|
|[ianmaclarty/amulet](https://github.com/ianmaclarty/amulet)|409⭐|
|[WordPress/WordPress](https://github.com/WordPress/WordPress)|15040⭐|
|[WordPress/twentytwentyone](https://github.com/WordPress/twentytwentyone)|164⭐|
|[WordPress/gutenberg](https://github.com/WordPress/gutenberg)|6790⭐|
|[pixelfed/brand-assets](https://github.com/pixelfed/brand-assets)|11⭐|
|[noatpad/typora-theme-ursine](https://github.com/noatpad/typora-theme-ursine)|609⭐|
|[DagAgren/toot](https://github.com/DagAgren/toot)|60⭐|
|[Tyrrrz/DiscordChatExporter](https://github.com/Tyrrrz/DiscordChatExporter)|2332⭐|
|[5t3ph/stylestage](https://github.com/5t3ph/stylestage)|840⭐|
|[maxboeck/whimsical](https://github.com/maxboeck/whimsical)|156⭐|
|[pkage/pkage.github.io](https://github.com/pkage/pkage.github.io)|2⭐|
|[pixelfed/pixelfed](https://github.com/pixelfed/pixelfed)|2870⭐|
|[rileytestut/AltStore](https://github.com/rileytestut/AltStore)|4950⭐|
|[Foundry376/Mailspring](https://github.com/Foundry376/Mailspring)|10661⭐|
|[WinWorldPC/adventure](https://github.com/WinWorldPC/adventure)|168⭐|
|[Geert/idscms](https://github.com/Geert/idscms)|5⭐|
|[IBM/plex](https://github.com/IBM/plex)|5921⭐|
|[bendytree/Photoshop-Scripts](https://github.com/bendytree/Photoshop-Scripts)|114⭐|
|[bjango/Hugs](https://github.com/bjango/Hugs)|163⭐|
|[johngodley/redirection](https://github.com/johngodley/redirection)|409⭐|
|[chrdavis/SmartRename](https://github.com/chrdavis/SmartRename)|203⭐|
|[lusakasa/saka-key](https://github.com/lusakasa/saka-key)|758⭐|
|[tildetown/zine](https://github.com/tildetown/zine)|52⭐|
|[fenwick67/mastofeed](https://github.com/fenwick67/mastofeed)|49⭐|
|[joyeusenoelle/GuideToMastodon](https://github.com/joyeusenoelle/GuideToMastodon)|132⭐|
|[tomcritchlow/tomcritchlow.github.io](https://github.com/tomcritchlow/tomcritchlow.github.io)|63⭐|
|[python/cpython](https://github.com/python/cpython)|37753⭐|
|[Wyamio/Wyam](https://github.com/Wyamio/Wyam)|98⭐|
|[microlinkhq/metascraper](https://github.com/microlinkhq/metascraper)|1309⭐|
|[elblogbruno/Notion-GoogleTasks](https://github.com/elblogbruno/Notion-GoogleTasks)|4⭐|
|[aergonaut/neocitizen](https://github.com/aergonaut/neocitizen)|11⭐|
|[neocities/neocities](https://github.com/neocities/neocities)|760⭐|
|[alcor/itty-bitty](https://github.com/alcor/itty-bitty)|3158⭐|
|[fchollet/deep-learning-with-python-notebooks](https://github.com/fchollet/deep-learning-with-python-notebooks)|12503⭐|
|[facebook/create-react-app](https://github.com/facebook/create-react-app)|87699⭐|
|[sindresorhus/github-markdown-css](https://github.com/sindresorhus/github-markdown-css)|5462⭐|
|[DianaNeumann/Zalgo-Generator](https://github.com/DianaNeumann/Zalgo-Generator)|2⭐|
|[ndrake/flipit](https://github.com/ndrake/flipit)|2⭐|
|[cormullion/Zalgo.jl](https://github.com/cormullion/Zalgo.jl)|26⭐|
|[ecto/zalgo](https://github.com/ecto/zalgo)|25⭐|
|[MeaningCloud/meaningcloud-python](https://github.com/MeaningCloud/meaningcloud-python)|21⭐|
|[filecoin-project/lotus](https://github.com/filecoin-project/lotus)|1440⭐|
|[thechangelog/changelog.com](https://github.com/thechangelog/changelog.com)|2245⭐|
|[thechangelog/show-notes](https://github.com/thechangelog/show-notes)|57⭐|
|[thechangelog/transcripts](https://github.com/thechangelog/transcripts)|269⭐|
|[linkeddata/dokieli](https://github.com/linkeddata/dokieli)|592⭐|
|[paulogr/dstatuspage](https://github.com/paulogr/dstatuspage)|572⭐|
|[rs-ipfs/rust-ipfs](https://github.com/rs-ipfs/rust-ipfs)|778⭐|
|[buckket/twtxt](https://github.com/buckket/twtxt)|1533⭐|
|[ChatSecure/ChatSecure-iOS](https://github.com/ChatSecure/ChatSecure-iOS)|3005⭐|
|[embarklabs/embark](https://github.com/embarklabs/embark)|3265⭐|
|[Scanate/EthList](https://github.com/Scanate/EthList)|3422⭐|
|[ipfs/js-ipfs](https://github.com/ipfs/js-ipfs)|5353⭐|
|[solid/solid](https://github.com/solid/solid)|7879⭐|
|[diaspora/diaspora](https://github.com/diaspora/diaspora)|12715⭐|
|[zbyte64/pugdit](https://github.com/zbyte64/pugdit)|6⭐|
|[victorb/ipfscrape](https://github.com/victorb/ipfscrape)|225⭐|
|[ipfs-shipyard/discussify-browser-extension](https://github.com/ipfs-shipyard/discussify-browser-extension)|33⭐|
|[facert/dtinyurl](https://github.com/facert/dtinyurl)|14⭐|
|[travisperson/ipfs-event-drops](https://github.com/travisperson/ipfs-event-drops)|8⭐|
|[meehow/2read](https://github.com/meehow/2read)|95⭐|
|[jamescarlyle/ipfs-wiki](https://github.com/jamescarlyle/ipfs-wiki)|90⭐|
|[ipfs/awesome-ipfs](https://github.com/ipfs/awesome-ipfs)|3044⭐|
|[utkusen/urlhunter](https://github.com/utkusen/urlhunter)|955⭐|
|[typora/wiki-website](https://github.com/typora/wiki-website)|384⭐|
|[MaxiHuHe04/iTunes-Backup-Explorer](https://github.com/MaxiHuHe04/iTunes-Backup-Explorer)|7⭐|
|[iandol/scrivomatic](https://github.com/iandol/scrivomatic)|210⭐|
|[carsomyr/scrivener\_starter](https://github.com/carsomyr/scrivener_starter)|136⭐|
|[flameshot-org/flameshot](https://github.com/flameshot-org/flameshot)|12849⭐|
|[sindresorhus/pageres](https://github.com/sindresorhus/pageres)|9188⭐|
|[alenpaul2001/Web-Screenshot-Bot](https://github.com/alenpaul2001/Web-Screenshot-Bot)|31⭐|
|[daattali/beautiful-jekyll](https://github.com/daattali/beautiful-jekyll)|3335⭐|
|[bebraw/pypandoc](https://github.com/bebraw/pypandoc)|423⭐|
|[PySimpleGUI/PySimpleGUI](https://github.com/PySimpleGUI/PySimpleGUI)|6190⭐|
|[fregante/ghat](https://github.com/fregante/ghat)|181⭐|
|[pandoc/pandoc-action-example](https://github.com/pandoc/pandoc-action-example)|142⭐|
|[benbalter/word-to-markdown-server](https://github.com/benbalter/word-to-markdown-server)|41⭐|
|[fiduswriter/fiduswriter](https://github.com/fiduswriter/fiduswriter)|411⭐|
|[nwtgck/fakelish-npm](https://github.com/nwtgck/fakelish-npm)|42⭐|
|[bradmontgomery/word2html](https://github.com/bradmontgomery/word2html)|44⭐|
|[Gaelan/WordGit](https://github.com/Gaelan/WordGit)|48⭐|
|[davidar/pandiff](https://github.com/davidar/pandiff)|119⭐|
|[words/an-array-of-english-words](https://github.com/words/an-array-of-english-words)|116⭐|
|[codingo/BibWord](https://github.com/codingo/BibWord)|138⭐|
|[DiemenDesign/summernote-cleaner](https://github.com/DiemenDesign/summernote-cleaner)|149⭐|
|[SeregPie/VueWordCloud](https://github.com/SeregPie/VueWordCloud)|289⭐|
|[ruby-docx/docx](https://github.com/ruby-docx/docx)|294⭐|
|[outflanknl/EvilClippy](https://github.com/outflanknl/EvilClippy)|1282⭐|
|[transpect/docx2tex](https://github.com/transpect/docx2tex)|281⭐|
|[mattn/docx2md](https://github.com/mattn/docx2md)|502⭐|
|[benbalter/word-to-markdown](https://github.com/benbalter/word-to-markdown)|1228⭐|
|[kiranjholla/ms-office-custom-ribbon](https://github.com/kiranjholla/ms-office-custom-ribbon)|2⭐|
|[OfficeDev/office-custom-ui-editor](https://github.com/OfficeDev/office-custom-ui-editor)|76⭐|
|[fernandreu/office-ribbonx-editor](https://github.com/fernandreu/office-ribbonx-editor)|213⭐|
|[mhouston100/PSMicrosoftTeams](https://github.com/mhouston100/PSMicrosoftTeams)|87⭐|
|[42wim/matterbridge](https://github.com/42wim/matterbridge)|3872⭐|
|[GetStream/Winds](https://github.com/GetStream/Winds)|8072⭐|
|[mwittrien/BetterDiscordAddons](https://github.com/mwittrien/BetterDiscordAddons)|884⭐|
|[rauenzi/BetterDiscordApp](https://github.com/rauenzi/BetterDiscordApp)|2368⭐|
|[JsSucks/BetterDiscordApp](https://github.com/JsSucks/BetterDiscordApp)|623⭐|
|[jsvine/waybackpack](https://github.com/jsvine/waybackpack)|2284⭐|
|[hartator/wayback-machine-downloader](https://github.com/hartator/wayback-machine-downloader)|2705⭐|
|[derekbtw/bootstrap-studio-themes](https://github.com/derekbtw/bootstrap-studio-themes)|38⭐|
|[yacy/yacy\_search\_server](https://github.com/yacy/yacy_search_server)|2191⭐|
|[Awesome-Windows/Awesome](https://github.com/Awesome-Windows/Awesome)|16118⭐|
|[wagtail/wagtail](https://github.com/wagtail/wagtail)|10566⭐|
|[satwikkansal/wtfpython](https://github.com/satwikkansal/wtfpython)|26559⭐|
|[jlevy/the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line)|87548⭐|
|[mkdocs/mkdocs](https://github.com/mkdocs/mkdocs)|12076⭐|
|[facebook/docusaurus](https://github.com/facebook/docusaurus)|23334⭐|
|[github-changelog-generator/github-changelog-generator](https://github.com/github-changelog-generator/github-changelog-generator)|6440⭐|
|[coralproject/talk](https://github.com/coralproject/talk)|1633⭐|
|[get-alex/alex](https://github.com/get-alex/alex)|3946⭐|
|[guardian/guardian.github.com](https://github.com/guardian/guardian.github.com)|217⭐|
|[heinrichreimer/action-github-changelog-generator](https://github.com/heinrichreimer/action-github-changelog-generator)|46⭐|
|[dangoldin/twitter-archive-analysis](https://github.com/dangoldin/twitter-archive-analysis)|45⭐|
|[tiffany352/twitter-archive-browser](https://github.com/tiffany352/twitter-archive-browser)|46⭐|
|[atom/atom](https://github.com/atom/atom)|55000⭐|
|[movabletype/movabletype](https://github.com/movabletype/movabletype)|360⭐|
|[typora/typora-theme-gallery](https://github.com/typora/typora-theme-gallery)|560⭐|
|[notthetup/awesome-webaudio](https://github.com/notthetup/awesome-webaudio)|702⭐|
|[danburzo/toolbox](https://github.com/danburzo/toolbox)|35⭐|
|[writeas/writeas-api](https://github.com/writeas/writeas-api)|6⭐|
|[eagleusb/assets-writeas](https://github.com/eagleusb/assets-writeas)|1⭐|
|[cjeller1592/writeas2arena](https://github.com/cjeller1592/writeas2arena)|2⭐|
|[farleykr/writeas](https://github.com/farleykr/writeas)|1⭐|
|[cernezan/SetOfPrinciples-WriteAs-Theme](https://github.com/cernezan/SetOfPrinciples-WriteAs-Theme)|1⭐|
|[DinoBansigan/WriteAs.NET](https://github.com/DinoBansigan/WriteAs.NET)|3⭐|
|[Projjol-zz/py-writeas](https://github.com/Projjol-zz/py-writeas)|2⭐|
|[jerry-git/learn-python3](https://github.com/jerry-git/learn-python3)|3819⭐|
|[vinta/awesome-python](https://github.com/vinta/awesome-python)|97161⭐|
|[cdr/code-server](https://github.com/cdr/code-server)|42629⭐|
|[ZecOps/FreeTheSandbox\_LPE\_POC\_13.7](https://github.com/ZecOps/FreeTheSandbox_LPE_POC_13.7)|196⭐|
|[trekhleb/learn-python](https://github.com/trekhleb/learn-python)|7333⭐|
|[alyssaxuu/screenity](https://github.com/alyssaxuu/screenity)|5474⭐|
|[upptime/upptime](https://github.com/upptime/upptime)|7469⭐|
|[obsproject/obs-studio](https://github.com/obsproject/obs-studio)|27759⭐|
|[benbalter/word\_diff](https://github.com/benbalter/word_diff)|176⭐|
|[charmixer/auto-changelog-action](https://github.com/charmixer/auto-changelog-action)|42⭐|
|[Decathlon/wiki-page-creator-action](https://github.com/Decathlon/wiki-page-creator-action)|53⭐|
|[sdras/awesome-actions](https://github.com/sdras/awesome-actions)|13131⭐|
|[actions/starter-workflows](https://github.com/actions/starter-workflows)|4172⭐|
|[files-community/Files](https://github.com/files-community/Files)|9037⭐|
|[writeas/zip-import](https://github.com/writeas/zip-import)|2⭐|
|[writeas/htmlhouse](https://github.com/writeas/htmlhouse)|69⭐|
|[apaeffgen/PanConvert](https://github.com/apaeffgen/PanConvert)|28⭐|
|[niebert/PanDocElectron](https://github.com/niebert/PanDocElectron)|12⭐|
|[jgm/pandoc](https://github.com/jgm/pandoc)|22448⭐|
|[dawg/dawg](https://github.com/dawg/dawg)|44⭐|
|[ripienaar/free-for-dev](https://github.com/ripienaar/free-for-dev)|46764⭐|
|[MunGell/awesome-for-beginners](https://github.com/MunGell/awesome-for-beginners)|30742⭐|
|[Azure/azure-quickstart-templates](https://github.com/Azure/azure-quickstart-templates)|10309⭐|
|[microsoft/Web-Dev-For-Beginners](https://github.com/microsoft/Web-Dev-For-Beginners)|21286⭐|
|[microsoft/vscode](https://github.com/microsoft/vscode)|115510⭐|
|[libp2p/libp2p](https://github.com/libp2p/libp2p)|1547⭐|
|[ipfs/ipfs-companion](https://github.com/ipfs/ipfs-companion)|1335⭐|
|[ipfs/ipfs-desktop](https://github.com/ipfs/ipfs-desktop)|3029⭐|
|[thlorenz/doctoc](https://github.com/thlorenz/doctoc)|3383⭐|
|[writefreely/writefreely](https://github.com/writefreely/writefreely)|2122⭐|
|[cjeller1592/WriteasAPI](https://github.com/cjeller1592/WriteasAPI)|5⭐|
|[hypothesis/client](https://github.com/hypothesis/client)|425⭐|
|[panr/hugo-theme-terminal](https://github.com/panr/hugo-theme-terminal)|873⭐|
|[middleman/middleman](https://github.com/middleman/middleman)|6751⭐|
|[parimalsatyal/neu](https://github.com/parimalsatyal/neu)|30⭐|
|[dragonman225/notablog](https://github.com/dragonman225/notablog)|207⭐|
|[leoncvlt/loconotion](https://github.com/leoncvlt/loconotion)|285⭐|
|[todrobbins/writings](https://github.com/todrobbins/writings)|1⭐|
|[xplosionmind/tommi.space](https://github.com/xplosionmind/tommi.space)|7⭐|
|[dephell/dephell](https://github.com/dephell/dephell)|1700⭐|
|[lokesh/color-thief](https://github.com/lokesh/color-thief)|9608⭐|
|[asmr-hex/new-yorken-poesry-magazine](https://github.com/asmr-hex/new-yorken-poesry-magazine)|34⭐|
|[jacebrowning/template-python](https://github.com/jacebrowning/template-python)|490⭐|
|[Lyrics/lyrics](https://github.com/Lyrics/lyrics)|111⭐|
|[16soundsofsilence/typora-gitbook-theme](https://github.com/16soundsofsilence/typora-gitbook-theme)|113⭐|
|[gilbertohasnofb/typora-panda-theme](https://github.com/gilbertohasnofb/typora-panda-theme)|39⭐|
|[poole/lanyon](https://github.com/poole/lanyon)|2841⭐|
|[notion-enhancer/tweaks](https://github.com/notion-enhancer/tweaks)|36⭐|
|[gohugoio/hugo](https://github.com/gohugoio/hugo)|51700⭐|
|[FreshRSS/FreshRSS](https://github.com/FreshRSS/FreshRSS)|3189⭐|
|[npm/npm-expansions](https://github.com/npm/npm-expansions)|1608⭐|
|[makersacademy/CV](https://github.com/makersacademy/CV)|57⭐|
|[zotero/zotero](https://github.com/zotero/zotero)|3636⭐|
|[jondo/paperpile](https://github.com/jondo/paperpile)|16⭐|
|[latex3/latex3](https://github.com/latex3/latex3)|1166⭐|
|[texstudio-org/texstudio](https://github.com/texstudio-org/texstudio)|1358⭐|
|[JabRef/user-documentation](https://github.com/JabRef/user-documentation)|35⭐|
|[JabRef/jabref](https://github.com/JabRef/jabref)|2151⭐|
|[monperrus/bibtexbrowser](https://github.com/monperrus/bibtexbrowser)|61⭐|
|[john2day/wikirye](https://github.com/john2day/wikirye)|1⭐|
|[nikvdp/notion-blog-exporter](https://github.com/nikvdp/notion-blog-exporter)|6⭐|
|[python-poetry/poetry](https://github.com/python-poetry/poetry)|14945⭐|
|[Cobertos/md2notion](https://github.com/Cobertos/md2notion)|267⭐|
|[kevinjalbert/notion-toolbox](https://github.com/kevinjalbert/notion-toolbox)|462⭐|
|[splitbee/react-notion](https://github.com/splitbee/react-notion)|1737⭐|
|[jamalex/notion-py](https://github.com/jamalex/notion-py)|2797⭐|
|[dunovank/jupyter-themes](https://github.com/dunovank/jupyter-themes)|8411⭐|
|[soimort/you-get](https://github.com/soimort/you-get)|40251⭐|
|[pcottle/MSWorddit](https://github.com/pcottle/MSWorddit)|37⭐|
|[BlastarIndia/msword](https://github.com/BlastarIndia/msword)|48⭐|
|[netlify/netlify-cms](https://github.com/netlify/netlify-cms)|13898⭐|
|[fontforge/fontforge](https://github.com/fontforge/fontforge)|3754⭐|
|[docsifyjs/docsify](https://github.com/docsifyjs/docsify)|17430⭐|
|[iocave/customize-ui](https://github.com/iocave/customize-ui)|247⭐|
|[mmistakes/minimal-mistakes](https://github.com/mmistakes/minimal-mistakes)|7940⭐|
|[instructure/canvas-ios](https://github.com/instructure/canvas-ios)|266⭐|
|[jasonmorita/skateipsum](https://github.com/jasonmorita/skateipsum)|16⭐|
|[gaojiuli/tomd](https://github.com/gaojiuli/tomd)|498⭐|
|[aaronsw/html2text](https://github.com/aaronsw/html2text)|2150⭐|
|[jupyter/notebook](https://github.com/jupyter/notebook)|8226⭐|
|[manubot/try-manubot](https://github.com/manubot/try-manubot)|29⭐|
|[OpenSourceOrg/python-opensource](https://github.com/OpenSourceOrg/python-opensource)|13⭐|
|[openjournals/joss-papers-testing](https://github.com/openjournals/joss-papers-testing)|1⭐|
|[openjournals/joss](https://github.com/openjournals/joss)|808⭐|
|[hluk/CopyQ](https://github.com/hluk/CopyQ)|3476⭐|
|[tweepy/tweepy](https://github.com/tweepy/tweepy)|7712⭐|
|[manubot/catalog](https://github.com/manubot/catalog)|6⭐|
|[manubot/manubot.org](https://github.com/manubot/manubot.org)|16⭐|
|[internetarchive/openlibrary](https://github.com/internetarchive/openlibrary)|2895⭐|
|[mailchimp/content-style-guide](https://github.com/mailchimp/content-style-guide)|468⭐|
|[bradfrost/style-guide-guide](https://github.com/bradfrost/style-guide-guide)|1178⭐|
|[maban/styleguides](https://github.com/maban/styleguides)|873⭐|
|[bjankord/Style-Guide-Boilerplate](https://github.com/bjankord/Style-Guide-Boilerplate)|1877⭐|
|[agis/git-style-guide](https://github.com/agis/git-style-guide)|4764⭐|
|[nytimes/objective-c-style-guide](https://github.com/nytimes/objective-c-style-guide)|5680⭐|
|[MicrosoftDocs/microsoft-style-guide](https://github.com/MicrosoftDocs/microsoft-style-guide)|106⭐|
|[google/styleguide](https://github.com/google/styleguide)|27569⭐|
|[mikecao/umami](https://github.com/mikecao/umami)|6762⭐|
|[RobinLinus/snapdrop](https://github.com/RobinLinus/snapdrop)|8291⭐|
|[devcord/devcord-logo](https://github.com/devcord/devcord-logo)|3⭐|
|[themsaid/ibis](https://github.com/themsaid/ibis)|1326⭐|
|[bradtraversy/design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers)|27591⭐|
|[appbrewery/100-days-of-python](https://github.com/appbrewery/100-days-of-python)|1409⭐|
|[GitSquared/edex-ui](https://github.com/GitSquared/edex-ui)|30772⭐|
|[eamodio/vscode-gitlens](https://github.com/eamodio/vscode-gitlens)|5799⭐|
|[PowerShell/PowerShell](https://github.com/PowerShell/PowerShell)|25956⭐|
|[citation-style-language/styles](https://github.com/citation-style-language/styles)|2268⭐|
|[rishiosaur/paevik](https://github.com/rishiosaur/paevik)|10⭐|
|[typecho/typecho](https://github.com/typecho/typecho)|7882⭐|
|[vnotex/vnote](https://github.com/vnotex/vnote)|8071⭐|
|[pandao/editor.md](https://github.com/pandao/editor.md)|11099⭐|
|[LeCoupa/awesome-cheatsheets](https://github.com/LeCoupa/awesome-cheatsheets)|18712⭐|
|[marktext/marktext](https://github.com/marktext/marktext)|18650⭐|
|[MicrosoftDocs/microsoft-365-docs](https://github.com/MicrosoftDocs/microsoft-365-docs)|286⭐|
|[MicrosoftDocs/OfficeDocs-Support](https://github.com/MicrosoftDocs/OfficeDocs-Support)|44⭐|
|[lextm/windowsterminal-shell](https://github.com/lextm/windowsterminal-shell)|1117⭐|
|[MicrosoftDocs/azure-docs](https://github.com/MicrosoftDocs/azure-docs)|5289⭐|
|[lukesampson/scoop](https://github.com/lukesampson/scoop)|13217⭐|
|[dotnet/docs](https://github.com/dotnet/docs)|2684⭐|
|[PowerShellMafia/PowerSploit](https://github.com/PowerShellMafia/PowerSploit)|8267⭐|
|[ChrisTitusTech/win10script](https://github.com/ChrisTitusTech/win10script)|1234⭐|
|[freeCodeCamp/how-to-contribute-to-open-source](https://github.com/freeCodeCamp/how-to-contribute-to-open-source)|5043⭐|
|[forem/forem](https://github.com/forem/forem)|16652⭐|
|[discourse/discourse](https://github.com/discourse/discourse)|33242⭐|
|[elastic/logstash](https://github.com/elastic/logstash)|12135⭐|
|[rails/rails](https://github.com/rails/rails)|48325⭐|
|[github/explore](https://github.com/github/explore)|2255⭐|
|[tootsuite/mastodon](https://github.com/tootsuite/mastodon)|24138⭐|
|[Requarks/wiki](https://github.com/Requarks/wiki)|12846⭐|
|[KhushrajRathod/TeleDrive](https://github.com/KhushrajRathod/TeleDrive)|17⭐|
|[bradtraversy/vanillawebprojects](https://github.com/bradtraversy/vanillawebprojects)|10130⭐|
|[getgrav/grav](https://github.com/getgrav/grav)|12692⭐|
|[jekyll/jekyll](https://github.com/jekyll/jekyll)|42644⭐|
|[apache/spark](https://github.com/apache/spark)|29581⭐|
|[tuvtran/project-based-learning](https://github.com/tuvtran/project-based-learning)|48682⭐|
|[psf/requests](https://github.com/psf/requests)|45147⭐|
|[pallets/flask](https://github.com/pallets/flask)|54819⭐|
|[django/django](https://github.com/django/django)|57239⭐|
|[TheAlgorithms/Python](https://github.com/TheAlgorithms/Python)|105998⭐|
|[prettier/prettier](https://github.com/prettier/prettier)|39603⭐|
|[dabeaz-course/practical-python](https://github.com/dabeaz-course/practical-python)|7279⭐|
|[kamranahmedse/developer-roadmap](https://github.com/kamranahmedse/developer-roadmap)|158408⭐|
|[MicrosoftDocs/intellicode](https://github.com/MicrosoftDocs/intellicode)|452⭐|
|[citation-style-language/documentation](https://github.com/citation-style-language/documentation)|20⭐|
|[sindresorhus/refined-github](https://github.com/sindresorhus/refined-github)|14415⭐|
|[harshjv/github-repo-size](https://github.com/harshjv/github-repo-size)|879⭐|
|[kamranahmedse/githunt](https://github.com/kamranahmedse/githunt)|2026⭐|
|[thieman/github-selfies](https://github.com/thieman/github-selfies)|960⭐|
|[webgems/webgems](https://github.com/webgems/webgems)|2451⭐|
|[hugo-toha/toha](https://github.com/hugo-toha/toha)|304⭐|
|[jekyll/minima](https://github.com/jekyll/minima)|2205⭐|
|[adobe-fonts/source-code-pro](https://github.com/adobe-fonts/source-code-pro)|17261⭐|
|[microsoft/vscode-docs](https://github.com/microsoft/vscode-docs)|3698⭐|
|[artsy/artsy.github.io](https://github.com/artsy/artsy.github.io)|779⭐|
|[zhiwehu/Python-programming-exercises](https://github.com/zhiwehu/Python-programming-exercises)|15435⭐|
|[torvalds/linux](https://github.com/torvalds/linux)|111321⭐|
|[ish-app/ish](https://github.com/ish-app/ish)|9647⭐|
|[git/git](https://github.com/git/git)|37871⭐|
|[microsoft/PowerToys](https://github.com/microsoft/PowerToys)|54340⭐|
|[microsoft/calculator](https://github.com/microsoft/calculator)|21944⭐|
|[github/site-policy](https://github.com/github/site-policy)|869⭐|
|[microsoft/terminal](https://github.com/microsoft/terminal)|73773⭐|
|[GSA/data](https://github.com/GSA/data)|1687⭐|
|[IBM/ibm.github.io](https://github.com/IBM/ibm.github.io)|936⭐|
|[microsoft/microsoft.github.io](https://github.com/microsoft/microsoft.github.io)|2003⭐|
|[adobe/adobe.github.com](https://github.com/adobe/adobe.github.com)|912⭐|
|[sds/scss-lint](https://github.com/sds/scss-lint)|3499⭐|
|[mrmrs/colors](https://github.com/mrmrs/colors)|8902⭐|
|[guardian/frontend](https://github.com/guardian/frontend)|5536⭐|
|[nprapps/app-template](https://github.com/nprapps/app-template)|1445⭐|
|[propublica/guides](https://github.com/propublica/guides)|962⭐|
|[necolas/normalize.css](https://github.com/necolas/normalize.css)|43557⭐|
|[voxmedia/meme](https://github.com/voxmedia/meme)|1637⭐|
|[limetext/lime](https://github.com/limetext/lime)|15160⭐|
|[howl-editor/howl](https://github.com/howl-editor/howl)|590⭐|
|[rxi/lite](https://github.com/rxi/lite)|5666⭐|
|[emacs-mirror/emacs](https://github.com/emacs-mirror/emacs)|3018⭐|
|[VSCodium/vscodium](https://github.com/VSCodium/vscodium)|12850⭐|
|[leo-editor/leo-editor](https://github.com/leo-editor/leo-editor)|1183⭐|
|[adobe/brackets](https://github.com/adobe/brackets)|33473⭐|
|[github/training-kit](https://github.com/github/training-kit)|3136⭐|
|[alex-shpak/hugo-book](https://github.com/alex-shpak/hugo-book)|1193⭐|
|[gto76/python-cheatsheet](https://github.com/gto76/python-cheatsheet)|22351⭐|
|[miriam/free\_cite](https://github.com/miriam/free_cite)|14⭐|
|[citation-style-language/schema](https://github.com/citation-style-language/schema)|121⭐|
|[inukshuk/anystyle](https://github.com/inukshuk/anystyle)|467⭐|
|[notion-enhancer/notion-enhancer](https://github.com/notion-enhancer/notion-enhancer)|1948⭐|
|[tleb/awesome-mastodon](https://github.com/tleb/awesome-mastodon)|334⭐|
|[friendica/friendica](https://github.com/friendica/friendica)|944⭐|
|[ihabunek/toot](https://github.com/ihabunek/toot)|462⭐|
|[NanaMorse/Cuckoo.Plus](https://github.com/NanaMorse/Cuckoo.Plus)|104⭐|
|[h3poteto/whalebird-desktop](https://github.com/h3poteto/whalebird-desktop)|525⭐|
|[vmchale/command-line-tweeter](https://github.com/vmchale/command-line-tweeter)|65⭐|
|[orakaro/rainbowstream](https://github.com/orakaro/rainbowstream)|3259⭐|
|[ruffle-rs/ruffle](https://github.com/ruffle-rs/ruffle)|7874⭐|
|[charmbracelet/glow](https://github.com/charmbracelet/glow)|6607⭐|
|[michelvanheest/shortcuts-design-data](https://github.com/michelvanheest/shortcuts-design-data)|121⭐|
|[mxstbr/markdown-test-file](https://github.com/mxstbr/markdown-test-file)|31⭐|
|[taroyabuki/onepage-unicode-chars](https://github.com/taroyabuki/onepage-unicode-chars)|1⭐|
|[hakatashi/unicode-map](https://github.com/hakatashi/unicode-map)|108⭐|
|[unicode-org/last-resort-font](https://github.com/unicode-org/last-resort-font)|483⭐|
|[instructure/canvas-lms](https://github.com/instructure/canvas-lms)|3909⭐|
|[writeas/writeas-cli](https://github.com/writeas/writeas-cli)|73⭐|
|[slatedocs/slate](https://github.com/slatedocs/slate)|32487⭐|
|[minbrowser/min](https://github.com/minbrowser/min)|4024⭐|
|[cmderdev/cmder](https://github.com/cmderdev/cmder)|22501⭐|
|[ijjk/notion-blog](https://github.com/ijjk/notion-blog)|1920⭐|
|[tickmao/Typora-tickmao-theme](https://github.com/tickmao/Typora-tickmao-theme)|13⭐|
|[kinoute/typora-hivacruz-theme](https://github.com/kinoute/typora-hivacruz-theme)|25⭐|
|
non_process
|
starred repository list publishing extratone s starred repositories repository stars
| 0
|
11,752
| 14,589,673,224
|
IssuesEvent
|
2020-12-19 03:12:52
|
kwinborne/asm6809
|
https://api.github.com/repos/kwinborne/asm6809
|
opened
|
Symbolic Addressing
|
Preprocessor
|
Create an algorithm to identify labels and symbols from an input source file, and replace their symbols with their definitions.
|
1.0
|
Symbolic Addressing - Create an algorithm to identify labels and symbols from an input source file, and replace their symbols with their definitions.
|
process
|
symbolic addressing create an algorithm to identify labels and symbols from an input source file and replace their symbols with their definitions
| 1
|
218,282
| 24,351,865,829
|
IssuesEvent
|
2022-10-03 01:27:05
|
Gal-Doron/IssueBodyTooBig
|
https://api.github.com/repos/Gal-Doron/IssueBodyTooBig
|
closed
|
CVE-2019-14540 (High) detected in jackson-databind-2.6.7.3.jar - autoclosed
|
security vulnerability
|
## CVE-2019-14540 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.7.3.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.7.3/jackson-databind-2.6.7.3.jar</p>
<p>
Dependency Hierarchy:
- aws-java-sdk-1.11.856.jar (Root Library)
- aws-java-sdk-core-1.11.856.jar
- :x: **jackson-databind-2.6.7.3.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Gal-Doron/IssueBodyTooBig/commit/2a1eb107787032d8613ed4123aa7e6e7ddf3ea1f">2a1eb107787032d8613ed4123aa7e6e7ddf3ea1f</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.
<p>Publish Date: 2019-09-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14540>CVE-2019-14540</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540</a></p>
<p>Release Date: 2019-09-15</p>
<p>Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.6.7.4</p>
<p>Direct dependency fix Resolution (com.amazonaws:aws-java-sdk): 1.11.875</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
|
True
|
CVE-2019-14540 (High) detected in jackson-databind-2.6.7.3.jar - autoclosed - ## CVE-2019-14540 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.6.7.3.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.7.3/jackson-databind-2.6.7.3.jar</p>
<p>
Dependency Hierarchy:
- aws-java-sdk-1.11.856.jar (Root Library)
- aws-java-sdk-core-1.11.856.jar
- :x: **jackson-databind-2.6.7.3.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Gal-Doron/IssueBodyTooBig/commit/2a1eb107787032d8613ed4123aa7e6e7ddf3ea1f">2a1eb107787032d8613ed4123aa7e6e7ddf3ea1f</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
A Polymorphic Typing issue was discovered in FasterXML jackson-databind before 2.9.10. It is related to com.zaxxer.hikari.HikariConfig.
<p>Publish Date: 2019-09-15
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-14540>CVE-2019-14540</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-14540</a></p>
<p>Release Date: 2019-09-15</p>
<p>Fix Resolution (com.fasterxml.jackson.core:jackson-databind): 2.6.7.4</p>
<p>Direct dependency fix Resolution (com.amazonaws:aws-java-sdk): 1.11.875</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
|
non_process
|
cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy aws java sdk jar root library aws java sdk core jar x jackson databind jar vulnerable library found in head commit a href found in base branch main vulnerability details a polymorphic typing issue was discovered in fasterxml jackson databind before it is related to com zaxxer hikari hikariconfig publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind direct dependency fix resolution com amazonaws aws java sdk rescue worker helmet automatic remediation is available for this issue
| 0
|
2,009
| 2,652,180,410
|
IssuesEvent
|
2015-03-16 16:00:08
|
gregorio-project/gregorio
|
https://api.github.com/repos/gregorio-project/gregorio
|
opened
|
UserManual updates.
|
documentation
|
If you've added (or changed) user functionality to the code recently, please make sure that it is listed in the UserManual (in the doc folder). This is especially important for stuff which is new to 3.0. I realize that there is a backlog of documentation updates that are needed, but for the moment I'm just concerned about the new stuff.
|
1.0
|
UserManual updates. - If you've added (or changed) user functionality to the code recently, please make sure that it is listed in the UserManual (in the doc folder). This is especially important for stuff which is new to 3.0. I realize that there is a backlog of documentation updates that are needed, but for the moment I'm just concerned about the new stuff.
|
non_process
|
usermanual updates if you ve added or changed user functionality to the code recently please make sure that it is listed in the usermanual in the doc folder this is especially important for stuff which is new to i realize that there is a backlog of documentation updates that are needed but for the moment i m just concerned about the new stuff
| 0
|
206,190
| 23,365,845,825
|
IssuesEvent
|
2022-08-10 15:17:43
|
MidnightBSD/src
|
https://api.github.com/repos/MidnightBSD/src
|
closed
|
CVE-2022-30699 (High) detected in multiple libraries - autoclosed
|
security vulnerability
|
## CVE-2022-30699 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
NLnet Labs Unbound, up to and including version 1.16.1, is vulnerable to a novel type of the "ghost domain names" attack. The vulnerability works by targeting an Unbound instance. Unbound is queried for a rogue domain name when the cached delegation information is about to expire. The rogue nameserver delays the response so that the cached delegation information is expired. Upon receiving the delayed answer containing the delegation information, Unbound overwrites the now expired entries. This action can be repeated when the delegation information is about to expire making the rogue delegation information ever-updating. From version 1.16.2 on, Unbound stores the start time for a query and uses that to decide if the cached delegation information can be overwritten.
<p>Publish Date: 2022-08-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-30699>CVE-2022-30699</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30699">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30699</a></p>
<p>Release Date: 2022-08-01</p>
<p>Fix Resolution: release-1.16.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
True
|
CVE-2022-30699 (High) detected in multiple libraries - autoclosed - ## CVE-2022-30699 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b>, <b>unboundrelease-1.13.1rc2</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
NLnet Labs Unbound, up to and including version 1.16.1, is vulnerable to a novel type of the "ghost domain names" attack. The vulnerability works by targeting an Unbound instance. Unbound is queried for a rogue domain name when the cached delegation information is about to expire. The rogue nameserver delays the response so that the cached delegation information is expired. Upon receiving the delayed answer containing the delegation information, Unbound overwrites the now expired entries. This action can be repeated when the delegation information is about to expire making the rogue delegation information ever-updating. From version 1.16.2 on, Unbound stores the start time for a query and uses that to decide if the cached delegation information can be overwritten.
<p>Publish Date: 2022-08-01
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-30699>CVE-2022-30699</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.1</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30699">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30699</a></p>
<p>Release Date: 2022-08-01</p>
<p>Fix Resolution: release-1.16.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
|
non_process
|
cve high detected in multiple libraries autoclosed cve high severity vulnerability vulnerable libraries unboundrelease unboundrelease unboundrelease unboundrelease unboundrelease unboundrelease unboundrelease vulnerability details nlnet labs unbound up to and including version is vulnerable to a novel type of the ghost domain names attack the vulnerability works by targeting an unbound instance unbound is queried for a rogue domain name when the cached delegation information is about to expire the rogue nameserver delays the response so that the cached delegation information is expired upon receiving the delayed answer containing the delegation information unbound overwrites the now expired entries this action can be repeated when the delegation information is about to expire making the rogue delegation information ever updating from version on unbound stores the start time for a query and uses that to decide if the cached delegation information can be overwritten publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution release step up your open source security game with mend
| 0
|
56,315
| 15,020,017,302
|
IssuesEvent
|
2021-02-01 14:14:28
|
mozilla-lockwise/lockwise-ios
|
https://api.github.com/repos/mozilla-lockwise/lockwise-ios
|
reopened
|
HTTP Auth credentials not showing up in Lockbox
|
archived defect logins-related-bugs
|
I can search and use them in Firefox for iOS, but they don't appear in Lockbox for iOS.
|
1.0
|
HTTP Auth credentials not showing up in Lockbox - I can search and use them in Firefox for iOS, but they don't appear in Lockbox for iOS.
|
non_process
|
http auth credentials not showing up in lockbox i can search and use them in firefox for ios but they don t appear in lockbox for ios
| 0
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.