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
17,307
23,123,655,715
IssuesEvent
2022-07-28 01:47:38
cypress-io/cypress
https://api.github.com/repos/cypress-io/cypress
closed
Improve documentation of our semantic-release process of public npm packages
process: release type: chore stage: internal CT epic:chores jira-migration fast-follows-1 priority: medium
## **Summary** Look over existing documentation for our semantic release of public npm packages and expand upon the documentation if it is lacking. ┆Issue is synchronized with this [Jira Task](https://cypress-io.atlassian.net/browse/UNIFY-1812) by [Unito](https://www.unito.io) ┆author: Zach Williams ┆epic: Chores ┆f...
1.0
Improve documentation of our semantic-release process of public npm packages - ## **Summary** Look over existing documentation for our semantic release of public npm packages and expand upon the documentation if it is lacking. ┆Issue is synchronized with this [Jira Task](https://cypress-io.atlassian.net/browse/UNIFY...
process
improve documentation of our semantic release process of public npm packages summary look over existing documentation for our semantic release of public npm packages and expand upon the documentation if it is lacking ┆issue is synchronized with this by ┆author zach williams ┆epic chores ┆friendly...
1
188,711
14,450,801,312
IssuesEvent
2020-12-08 10:04:41
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
ipsn/go-ipfs: gxlibs/github.com/multiformats/go-multicodec/json/json_test.go; 4 LoC
fresh test tiny
Found a possible issue in [ipsn/go-ipfs](https://www.github.com/ipsn/go-ipfs) at [gxlibs/github.com/multiformats/go-multicodec/json/json_test.go](https://github.com/ipsn/go-ipfs/blob/8b9b72514244155bc38ab21eac7f4d950ea97c28/gxlibs/github.com/multiformats/go-multicodec/json/json_test.go#L43-L46) Below is the message r...
1.0
ipsn/go-ipfs: gxlibs/github.com/multiformats/go-multicodec/json/json_test.go; 4 LoC - Found a possible issue in [ipsn/go-ipfs](https://www.github.com/ipsn/go-ipfs) at [gxlibs/github.com/multiformats/go-multicodec/json/json_test.go](https://github.com/ipsn/go-ipfs/blob/8b9b72514244155bc38ab21eac7f4d950ea97c28/gxlibs/gi...
non_process
ipsn go ipfs gxlibs github com multiformats go multicodec json json test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents o...
0
128,704
17,601,558,772
IssuesEvent
2021-08-17 12:30:20
api3dao/airnode
https://api.github.com/repos/api3dao/airnode
closed
Research EIP-1559 gas price strategy
discussion long-term design research
We were able to come up with a legacy gas price strategy depending on `eth_gasPrice` (https://github.com/api3dao/airnode/issues/488). Once there are enough EIP-1559 transactions made, we can backtest strategies and come up with one that the requesters may want to use.
1.0
Research EIP-1559 gas price strategy - We were able to come up with a legacy gas price strategy depending on `eth_gasPrice` (https://github.com/api3dao/airnode/issues/488). Once there are enough EIP-1559 transactions made, we can backtest strategies and come up with one that the requesters may want to use.
non_process
research eip gas price strategy we were able to come up with a legacy gas price strategy depending on eth gasprice once there are enough eip transactions made we can backtest strategies and come up with one that the requesters may want to use
0
10,329
13,162,977,982
IssuesEvent
2020-08-10 22:58:53
googleapis/google-cloud-ruby
https://api.github.com/repos/googleapis/google-cloud-ruby
closed
Migrate google-cloud-trace to the microgenerator
type: process
Migrate google-cloud-trace to the microgenerator. This involves the following steps: * [x] Write synth file and generate `google-cloud-trace-v1` * [x] Write synth file and generate `google-cloud-trace-v2` * [x] Make sure the new libraries are configured in kokoro * [x] Release `google-cloud-trace-v1` * [x] Relea...
1.0
Migrate google-cloud-trace to the microgenerator - Migrate google-cloud-trace to the microgenerator. This involves the following steps: * [x] Write synth file and generate `google-cloud-trace-v1` * [x] Write synth file and generate `google-cloud-trace-v2` * [x] Make sure the new libraries are configured in kokoro ...
process
migrate google cloud trace to the microgenerator migrate google cloud trace to the microgenerator this involves the following steps write synth file and generate google cloud trace write synth file and generate google cloud trace make sure the new libraries are configured in kokoro rel...
1
8,072
11,251,371,899
IssuesEvent
2020-01-11 00:08:07
googleapis/java-recommender
https://api.github.com/repos/googleapis/java-recommender
opened
Promote to GA
type: process
Package name: **google-cloud-recommender** Current release: **beta** Proposed release: **GA** ## Instructions Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue. ## Required - [ ] 28 days elapsed sin...
1.0
Promote to GA - Package name: **google-cloud-recommender** Current release: **beta** Proposed release: **GA** ## Instructions Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue. ## Required - [ ] 28 ...
process
promote to ga package name google cloud recommender current release beta proposed release ga instructions check the lists below adding tests documentation as required once all the required boxes are ticked please create a release and close this issue required day...
1
2,535
5,291,499,696
IssuesEvent
2017-02-08 22:41:18
MikePopoloski/slang
https://api.github.com/repos/MikePopoloski/slang
opened
Support Macro Arguments which have keyword names
area-preprocessor easy
Like ~~~ `define FOO(type, var) type var; ~~~ type, var are keywords, but they need to be parsed as macro arguments and replaceable as macro arguments
1.0
Support Macro Arguments which have keyword names - Like ~~~ `define FOO(type, var) type var; ~~~ type, var are keywords, but they need to be parsed as macro arguments and replaceable as macro arguments
process
support macro arguments which have keyword names like define foo type var type var type var are keywords but they need to be parsed as macro arguments and replaceable as macro arguments
1
7,073
10,223,961,689
IssuesEvent
2019-08-16 11:15:17
raxod502/straight.el
https://api.github.com/repos/raxod502/straight.el
closed
Error msg: Failed to run "git"; see buffer *straight-process*
git process buffer support waiting on response
Greetings, I am performing a clean installation of my emacs configuration, it reaches a point where I throw the following error: https://bin.disroot.org/?758b159f623ba015#NYcnakti5qRZ5bOmw8mKK69LemOYzOASElE9VnDwr8o= And nothing installed after that. Thank you
1.0
Error msg: Failed to run "git"; see buffer *straight-process* - Greetings, I am performing a clean installation of my emacs configuration, it reaches a point where I throw the following error: https://bin.disroot.org/?758b159f623ba015#NYcnakti5qRZ5bOmw8mKK69LemOYzOASElE9VnDwr8o= And nothing installed after that. ...
process
error msg failed to run git see buffer straight process greetings i am performing a clean installation of my emacs configuration it reaches a point where i throw the following error and nothing installed after that thank you
1
19,516
10,442,539,868
IssuesEvent
2019-09-18 13:17:01
magento/inventory
https://api.github.com/repos/magento/inventory
closed
Avoid using Inventory Stock Index for default stock
Award: advanced Award: special achievement Epic Performance Progress: PR created
### Description Inventory Stock Index for default stock is implemented using MySql VIEW which may be performing slowly under load in specific conditions. There is not much sense in using this VIEW in the core codebase, as calls can be made directly to the legacy index tables. VIEW compatibility still has to be in plac...
True
Avoid using Inventory Stock Index for default stock - ### Description Inventory Stock Index for default stock is implemented using MySql VIEW which may be performing slowly under load in specific conditions. There is not much sense in using this VIEW in the core codebase, as calls can be made directly to the legacy in...
non_process
avoid using inventory stock index for default stock description inventory stock index for default stock is implemented using mysql view which may be performing slowly under load in specific conditions there is not much sense in using this view in the core codebase as calls can be made directly to the legacy in...
0
3,192
6,259,679,336
IssuesEvent
2017-07-14 18:38:36
PeaceGeeksSociety/salesforce
https://api.github.com/repos/PeaceGeeksSociety/salesforce
opened
Send post event emails to Eventbrite attendees
Communication Templates Community Processes
We would like to send post event emails to Eventbrite attendees based on their attendance/non-attendance. This is so that we can communicate with attendees after the event and it would also allow us to send "sorry we missed you" emails to no-shows (Eventbrite integration shows attendees who got tickets did not check...
1.0
Send post event emails to Eventbrite attendees - We would like to send post event emails to Eventbrite attendees based on their attendance/non-attendance. This is so that we can communicate with attendees after the event and it would also allow us to send "sorry we missed you" emails to no-shows (Eventbrite integrat...
process
send post event emails to eventbrite attendees we would like to send post event emails to eventbrite attendees based on their attendance non attendance this is so that we can communicate with attendees after the event and it would also allow us to send sorry we missed you emails to no shows eventbrite integrat...
1
601,311
18,397,793,628
IssuesEvent
2021-10-12 13:19:15
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www2.telenet.be - desktop site instead of mobile site
browser-firefox-mobile priority-normal engine-gecko
<!-- @browser: Firefox Mobile 93.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:93.0) Gecko/93.0 Firefox/93.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/89840 --> **URL**: https://www2.telenet.be/PHP **Browser / Version**: Fir...
1.0
www2.telenet.be - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 93.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:93.0) Gecko/93.0 Firefox/93.0 --> <!-- @reported_with: android-components-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/89840 --> **URL**:...
non_process
telenet be desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes edge problem type desktop site instead of mobile site description desktop site instead of mobile site steps to reproduce ...
0
2,072
3,039,612,670
IssuesEvent
2015-08-07 10:06:07
MDAnalysis/mdanalysis
https://api.github.com/repos/MDAnalysis/mdanalysis
closed
numberOfAtoms to n_atoms and others
API usability
guys, as @orbeckst suggested from this issue https://github.com/MDAnalysis/mdanalysis/issues/372, I am opening this issue to raise discussiong whether mdanalysis should change its behavior, like changing `numberOfAtoms ` method to `n_atoms` property? My point is quite simple: if your method is not expensive to ev...
True
numberOfAtoms to n_atoms and others - guys, as @orbeckst suggested from this issue https://github.com/MDAnalysis/mdanalysis/issues/372, I am opening this issue to raise discussiong whether mdanalysis should change its behavior, like changing `numberOfAtoms ` method to `n_atoms` property? My point is quite simple:...
non_process
numberofatoms to n atoms and others guys as orbeckst suggested from this issue i am opening this issue to raise discussiong whether mdanalysis should change its behavior like changing numberofatoms method to n atoms property my point is quite simple if your method is not expensive to evaluate chang...
0
146,258
5,614,445,323
IssuesEvent
2017-04-03 12:19:34
jmatheson/OnMe-Backend
https://api.github.com/repos/jmatheson/OnMe-Backend
closed
Request Favorite list
high priority
I misunderstood Favorite venues request. #54 explains feature. Please, implement new API for requesting favorite Venues of arbitrary User. I suggest splitting this API from `GET /api/venues/`. Let's remove `favorites: Boolean` parameter from it completely. Instead let's introduce new endpoint like `GET /api/venues/...
1.0
Request Favorite list - I misunderstood Favorite venues request. #54 explains feature. Please, implement new API for requesting favorite Venues of arbitrary User. I suggest splitting this API from `GET /api/venues/`. Let's remove `favorites: Boolean` parameter from it completely. Instead let's introduce new endpoin...
non_process
request favorite list i misunderstood favorite venues request explains feature please implement new api for requesting favorite venues of arbitrary user i suggest splitting this api from get api venues let s remove favorites boolean parameter from it completely instead let s introduce new endpoint...
0
21,994
30,486,450,344
IssuesEvent
2023-07-18 02:52:49
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Batch Processing - Clip raster by mask layer broken
Feedback stale Processing Bug
### What is the bug or the crash? The error message, I suspect, is caused by formatting in the batch processing tool for 'clip raster by mask layer' (and probably others). QGIS is telling me the mask layer is not recognized as a supported format. This is impossible as I have tried with shapefile, GeoJSON, geopackage...
1.0
Batch Processing - Clip raster by mask layer broken - ### What is the bug or the crash? The error message, I suspect, is caused by formatting in the batch processing tool for 'clip raster by mask layer' (and probably others). QGIS is telling me the mask layer is not recognized as a supported format. This is impossib...
process
batch processing clip raster by mask layer broken what is the bug or the crash the error message i suspect is caused by formatting in the batch processing tool for clip raster by mask layer and probably others qgis is telling me the mask layer is not recognized as a supported format this is impossib...
1
72,313
31,682,461,673
IssuesEvent
2023-09-08 01:51:50
hashicorp/terraform-provider-azurerm
https://api.github.com/repos/hashicorp/terraform-provider-azurerm
closed
Support for disable_local_auth attribute for Azure Maps Account
enhancement service/maps
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the orig...
1.0
Support for disable_local_auth attribute for Azure Maps Account - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-1...
non_process
support for disable local auth attribute for azure maps account is there an existing issue for this i have searched the existing issues community note please vote on this issue by adding a thumbsup to the original issue to help the community and maintainers prioritize this request plea...
0
253,232
8,053,161,522
IssuesEvent
2018-08-01 21:47:09
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Implement log rotation
Priority: 2 - Medium Status: 5 - Ready Type: Performance
We need to implement some sort of log rotation, compression, and/or archival for all logs on the medic-os Docker images. This needs to be done for all logs (api, sentinel, couchdb, etc) to ensure we don't run out of space. This needs to be done with thought to maintain ease of use, for example, the current log must ...
1.0
Implement log rotation - We need to implement some sort of log rotation, compression, and/or archival for all logs on the medic-os Docker images. This needs to be done for all logs (api, sentinel, couchdb, etc) to ensure we don't run out of space. This needs to be done with thought to maintain ease of use, for examp...
non_process
implement log rotation we need to implement some sort of log rotation compression and or archival for all logs on the medic os docker images this needs to be done for all logs api sentinel couchdb etc to ensure we don t run out of space this needs to be done with thought to maintain ease of use for examp...
0
656,421
21,729,524,900
IssuesEvent
2022-05-11 10:40:52
hermeznetwork/bridge-ui
https://api.github.com/repos/hermeznetwork/bridge-ui
closed
Refresh the txs in the Activity view
priority: high type: enhancement
We need to refresh the txs retrieved from the API in the `Activity` view each X seconds (probably each 15-20s is enough).
1.0
Refresh the txs in the Activity view - We need to refresh the txs retrieved from the API in the `Activity` view each X seconds (probably each 15-20s is enough).
non_process
refresh the txs in the activity view we need to refresh the txs retrieved from the api in the activity view each x seconds probably each is enough
0
29,996
13,193,598,985
IssuesEvent
2020-08-13 15:27:55
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Creating App Service Managed Certficate results in Misleading Error
Pri1 app-service/svc assigned-to-author doc-enhancement triaged
Attempting to create an App Service Managed Certificate produced the following error. It appears to be misleading, and upon further research this is due to an incorrect `CAA` DNS record. This is highlighted in the [Create a free certificate (Preview)](https://docs.microsoft.com/en-us/azure/app-service/configure-ssl-cer...
1.0
Creating App Service Managed Certficate results in Misleading Error - Attempting to create an App Service Managed Certificate produced the following error. It appears to be misleading, and upon further research this is due to an incorrect `CAA` DNS record. This is highlighted in the [Create a free certificate (Preview)...
non_process
creating app service managed certficate results in misleading error attempting to create an app service managed certificate produced the following error it appears to be misleading and upon further research this is due to an incorrect caa dns record this is highlighted in the section but doesn t really desc...
0
11,730
14,568,401,293
IssuesEvent
2020-12-17 11:34:36
Arch666Angel/mods
https://api.github.com/repos/Arch666Angel/mods
closed
[BUG] Aglae farm 2 requires production block 3
Angels Bio Processing Impact: Enhancement
It is intended? This tech in on blue level, and other components are 1st level. Should it be production block 2 instead?
1.0
[BUG] Aglae farm 2 requires production block 3 - It is intended? This tech in on blue level, and other components are 1st level. Should it be production block 2 instead?
process
aglae farm requires production block it is intended this tech in on blue level and other components are level should it be production block instead
1
273,480
20,794,329,565
IssuesEvent
2022-03-17 07:37:01
cm-kazup0n/aurl-rust
https://api.github.com/repos/cm-kazup0n/aurl-rust
closed
cargo install でビルドエラーが発生する
documentation wontfix
# 内容 以下のコマンドでインストールしようとするとエラーが発生する ```bash $ cargo install --git https://github.com/cm-kazup0n/aurl-rust.git ``` ```bash error: cannot find derive macro `Parser` in this scope --> src/options.rs:5:10 | 5 | #[derive(Parser, Debug)] | ^^^^^^ | note: `Parser` is imported here, but it is ...
1.0
cargo install でビルドエラーが発生する - # 内容 以下のコマンドでインストールしようとするとエラーが発生する ```bash $ cargo install --git https://github.com/cm-kazup0n/aurl-rust.git ``` ```bash error: cannot find derive macro `Parser` in this scope --> src/options.rs:5:10 | 5 | #[derive(Parser, Debug)] | ^^^^^^ | note: `Parser`...
non_process
cargo install でビルドエラーが発生する 内容 以下のコマンドでインストールしようとするとエラーが発生する bash cargo install git bash error cannot find derive macro parser in this scope src options rs note parser is imported here but it is only a trait without a derive macro...
0
11,040
13,852,618,724
IssuesEvent
2020-10-15 06:49:04
DevExpress/testcafe-hammerhead
https://api.github.com/repos/DevExpress/testcafe-hammerhead
closed
Incorrect location wrapper breaks navigating iframes without the src attribute
AREA: client FREQUENCY: level 2 SYSTEM: URL processing TYPE: bug
Page content isn't rendered on Mailchimp. https://github.com/DevExpress/testcafe/issues/3904#issuecomment-630240068
1.0
Incorrect location wrapper breaks navigating iframes without the src attribute - Page content isn't rendered on Mailchimp. https://github.com/DevExpress/testcafe/issues/3904#issuecomment-630240068
process
incorrect location wrapper breaks navigating iframes without the src attribute page content isn t rendered on mailchimp
1
2,271
5,103,484,240
IssuesEvent
2017-01-04 21:33:48
Jarvvski/CavTools
https://api.github.com/repos/Jarvvski/CavTools
closed
replace [class]-tag on classes with respective AO in cavtools
Process Flow Request
<h2>Problem</h2><br />Right now all classes are posted in Class Announcements (https://7cav.us/forums/class-announcements.20/), yet still all get the prefix [class], which is redundant at that point.<br /><hr><h2>Reason</h2><br />Instead of using redundant information the AO or scope of that class could be used to make...
1.0
replace [class]-tag on classes with respective AO in cavtools - <h2>Problem</h2><br />Right now all classes are posted in Class Announcements (https://7cav.us/forums/class-announcements.20/), yet still all get the prefix [class], which is redundant at that point.<br /><hr><h2>Reason</h2><br />Instead of using redundant...
process
replace tag on classes with respective ao in cavtools problem right now all classes are posted in class announcements yet still all get the prefix which is redundant at that point reason instead of using redundant information the ao or scope of that class could be used to make it easier to discern relev...
1
118,095
17,576,351,909
IssuesEvent
2021-08-15 17:32:41
turkdevops/brackets
https://api.github.com/repos/turkdevops/brackets
reopened
CVE-2020-7608 (Medium) detected in yargs-parser-4.2.1.tgz, yargs-parser-9.0.2.tgz
security vulnerability
## CVE-2020-7608 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>yargs-parser-9.0.2.tgz</b></p></summary> <p>the mighty option parser used by yargs</p> <p>Library home page: <a href=...
True
CVE-2020-7608 (Medium) detected in yargs-parser-4.2.1.tgz, yargs-parser-9.0.2.tgz - ## CVE-2020-7608 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>yargs-parser-9.0.2.tgz</b></p></su...
non_process
cve medium detected in yargs parser tgz yargs parser tgz cve medium severity vulnerability vulnerable library yargs parser tgz the mighty option parser used by yargs library home page a href path to dependency file brackets package json path to vulnerable libra...
0
171,128
6,479,521,640
IssuesEvent
2017-08-18 10:51:08
athombv/homey
https://api.github.com/repos/athombv/homey
closed
[1.5.0-RC2] Insights make Homey crash
bug Homey Core Insights Priority Staged for release
**What is your Homey version (Settings → System)?** 1.5.0rc2 Call Insight menu Go to Settings -> Insight **What was the result?** Keeps loading and after a few minutes the homey is unreachable ... **What did you expect as result?** i dont know. ... **Any other remarks** ... **Please attac...
1.0
[1.5.0-RC2] Insights make Homey crash - **What is your Homey version (Settings → System)?** 1.5.0rc2 Call Insight menu Go to Settings -> Insight **What was the result?** Keeps loading and after a few minutes the homey is unreachable ... **What did you expect as result?** i dont know. ... **Any ...
non_process
insights make homey crash what is your homey version settings → system call insight menu go to settings insight what was the result keeps loading and after a few minutes the homey is unreachable what did you expect as result i dont know any other remarks...
0
112,605
9,594,685,310
IssuesEvent
2019-05-09 14:29:37
molgenis/molgenis
https://api.github.com/repos/molgenis/molgenis
closed
'mvn test' on parent project fails
8.0.0-SNAPSHOT bug mod:platform-integration-tests team-platform
### How to Reproduce ```mvn clean test``` on parent project ### Expected behavior All tests pass ### Observed behavior ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.2:unpack-dependencies (unpack) on project molgenis-platform-integration-tests: Error unpacking file: ...\...
1.0
'mvn test' on parent project fails - ### How to Reproduce ```mvn clean test``` on parent project ### Expected behavior All tests pass ### Observed behavior ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.2:unpack-dependencies (unpack) on project molgenis-platform-integra...
non_process
mvn test on parent project fails how to reproduce mvn clean test on parent project expected behavior all tests pass observed behavior failed to execute goal org apache maven plugins maven dependency plugin unpack dependencies unpack on project molgenis platform integration t...
0
634,426
20,361,028,565
IssuesEvent
2022-02-20 17:35:56
sarweshmaharjan/track-life
https://api.github.com/repos/sarweshmaharjan/track-life
opened
As a user, I want to transfer certain amount from another shop list item.
Priority: Medium User Story
**Tasks** >Front-end - [ ] Create an Transfer Items page - [ ] Create a form that contains - [ ] From - [ ] Amount to Transfer - [ ] Add validation - [ ] Red color - Wrong, Green color - Correct - [ ] Display error message to indicate what the issue is. >Back-end - [ ] Field validation. - [ ] Set error...
1.0
As a user, I want to transfer certain amount from another shop list item. - **Tasks** >Front-end - [ ] Create an Transfer Items page - [ ] Create a form that contains - [ ] From - [ ] Amount to Transfer - [ ] Add validation - [ ] Red color - Wrong, Green color - Correct - [ ] Display error message to indica...
non_process
as a user i want to transfer certain amount from another shop list item tasks front end create an transfer items page create a form that contains from amount to transfer add validation red color wrong green color correct display error message to indicate what the is...
0
22,103
30,634,286,150
IssuesEvent
2023-07-24 16:32:30
h4sh5/pypi-auto-scanner
https://api.github.com/repos/h4sh5/pypi-auto-scanner
opened
roblox-pyc 1.23.100 has 5 GuardDog issues
guarddog silent-process-execution
https://pypi.org/project/roblox-pyc https://inspector.pypi.io/project/roblox-pyc ```{ "dependency": "roblox-pyc", "version": "1.23.100", "result": { "issues": 5, "errors": {}, "results": { "silent-process-execution": [ { "location": "roblox-pyc-1.23.100/robloxpyc/robloxpy.py:14...
1.0
roblox-pyc 1.23.100 has 5 GuardDog issues - https://pypi.org/project/roblox-pyc https://inspector.pypi.io/project/roblox-pyc ```{ "dependency": "roblox-pyc", "version": "1.23.100", "result": { "issues": 5, "errors": {}, "results": { "silent-process-execution": [ { "location": "...
process
roblox pyc has guarddog issues dependency roblox pyc version result issues errors results silent process execution location roblox pyc robloxpyc robloxpy py code subprocess call ...
1
12,651
15,023,461,204
IssuesEvent
2021-02-01 18:15:54
hashgraph/hedera-mirror-node
https://api.github.com/repos/hashgraph/hedera-mirror-node
closed
Update license and copyright to support rosetta
P3 enhancement process rosetta
**Problem** Licenses and Copyright currently cover all the modules except rosetta. **Solution** Update license and copyright to support go rosetta files **Alternatives** **Additional Context**
1.0
Update license and copyright to support rosetta - **Problem** Licenses and Copyright currently cover all the modules except rosetta. **Solution** Update license and copyright to support go rosetta files **Alternatives** **Additional Context**
process
update license and copyright to support rosetta problem licenses and copyright currently cover all the modules except rosetta solution update license and copyright to support go rosetta files alternatives additional context
1
20,845
27,618,471,908
IssuesEvent
2023-03-09 21:26:37
bitfocus/companion-module-requests
https://api.github.com/repos/bitfocus/companion-module-requests
opened
TBS 2603se Encoder module
NOT YET PROCESSED
**I have researched the list of existing Companion modules and requests and have determined this has not yet been requested** I have a TBS 2603se Encoder for my streaming rig, and I use Intel & M1 Mac to control devices on the rig. I would like to be able to start/stop my encoder stream from my streamdeck XL. ...
1.0
TBS 2603se Encoder module - **I have researched the list of existing Companion modules and requests and have determined this has not yet been requested** I have a TBS 2603se Encoder for my streaming rig, and I use Intel & M1 Mac to control devices on the rig. I would like to be able to start/stop my encoder strea...
process
tbs encoder module i have researched the list of existing companion modules and requests and have determined this has not yet been requested i have a tbs encoder for my streaming rig and i use intel mac to control devices on the rig i would like to be able to start stop my encoder stream from my s...
1
266,434
8,367,692,282
IssuesEvent
2018-10-04 12:59:27
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Translation keys missing in FR language
Hacktoberfest priority: low type: enhancement 💅
This is a list of missing translation keys. Feel free to submit a PR to help us. 📦 strapi-plugin-settings-manager - [/packages/strapi-plugin-settings-manager/admin/src/translations/fr.json](https://github.com/strapi/strapi/blob/master/packages/strapi-plugin-settings-manager/admin/src/translations/fr.json) ...
1.0
Translation keys missing in FR language - This is a list of missing translation keys. Feel free to submit a PR to help us. 📦 strapi-plugin-settings-manager - [/packages/strapi-plugin-settings-manager/admin/src/translations/fr.json](https://github.com/strapi/strapi/blob/master/packages/strapi-plugin-settings-man...
non_process
translation keys missing in fr language this is a list of missing translation keys feel free to submit a pr to help us 📦 strapi plugin settings manager translation key english default value form server item proxy proxy settings form server...
0
11,235
14,013,208,912
IssuesEvent
2020-10-29 10:06:32
arcus-azure/arcus.messaging
https://api.github.com/repos/arcus-azure/arcus.messaging
closed
Provide correlation information for unhandled exceptions in message handlers
area:correlation area:message-processing area:operations enhancement
**Is your feature request related to a problem? Please describe.** When a custom AzureServiceBusMessageHandler is unable to process a message it throws an error. This error is logged in application insights without correlation information (operationId, transactionId). This makes it hard to correlate the error with oth...
1.0
Provide correlation information for unhandled exceptions in message handlers - **Is your feature request related to a problem? Please describe.** When a custom AzureServiceBusMessageHandler is unable to process a message it throws an error. This error is logged in application insights without correlation information (...
process
provide correlation information for unhandled exceptions in message handlers is your feature request related to a problem please describe when a custom azureservicebusmessagehandler is unable to process a message it throws an error this error is logged in application insights without correlation information ...
1
16,908
22,218,327,670
IssuesEvent
2022-06-08 05:37:14
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
Unify incident error types
kind/feature scope/broker blocker/stakeholder team/process-automation
**Is your feature request related to a problem? Please describe.** An incident has an error type to indicate the kind of problem. If an expression fails to evaluate or the result has a wrong type then one of the following error types is used depends on the element or state transition: * `CONDITION_ERROR` - on an excl...
1.0
Unify incident error types - **Is your feature request related to a problem? Please describe.** An incident has an error type to indicate the kind of problem. If an expression fails to evaluate or the result has a wrong type then one of the following error types is used depends on the element or state transition: * `...
process
unify incident error types is your feature request related to a problem please describe an incident has an error type to indicate the kind of problem if an expression fails to evaluate or the result has a wrong type then one of the following error types is used depends on the element or state transition ...
1
7,990
11,185,190,464
IssuesEvent
2019-12-31 23:08:00
qgis/QGIS
https://api.github.com/repos/qgis/QGIS
closed
Processing parameter filename needs quoting: Sieve
Bug Processing
QGIS 3.10.1, OSGeo4W Windows install. In the Sieve processing algorithm, QGIS needs to quote (" " and likely Windows path \ to \\ ) the mask parameter in the GDAL/OGR console call. Without it, leads to a processing error if the pathname of the mask layer has spaces, etc. The input and output filenames are quoted pr...
1.0
Processing parameter filename needs quoting: Sieve - QGIS 3.10.1, OSGeo4W Windows install. In the Sieve processing algorithm, QGIS needs to quote (" " and likely Windows path \ to \\ ) the mask parameter in the GDAL/OGR console call. Without it, leads to a processing error if the pathname of the mask layer has space...
process
processing parameter filename needs quoting sieve qgis windows install in the sieve processing algorithm qgis needs to quote and likely windows path to the mask parameter in the gdal ogr console call without it leads to a processing error if the pathname of the mask layer has spaces etc ...
1
17,982
24,004,461,958
IssuesEvent
2022-09-14 13:53:30
googleapis/python-bigquery
https://api.github.com/repos/googleapis/python-bigquery
opened
Clean-up `samples/snippets/requirements.txt`
type: process
Ideally we'd have some code samples which only require the bare minimum dependencies (no pandas, no google-cloud-bigquery-storage, no protobuf, etc). The `samples/snippets` directory would be perfect for this, but: 1. There are a couple of pandas-related samples there which ideally should be moved to a `samples/pand...
1.0
Clean-up `samples/snippets/requirements.txt` - Ideally we'd have some code samples which only require the bare minimum dependencies (no pandas, no google-cloud-bigquery-storage, no protobuf, etc). The `samples/snippets` directory would be perfect for this, but: 1. There are a couple of pandas-related samples there w...
process
clean up samples snippets requirements txt ideally we d have some code samples which only require the bare minimum dependencies no pandas no google cloud bigquery storage no protobuf etc the samples snippets directory would be perfect for this but there are a couple of pandas related samples there w...
1
466,641
13,430,256,737
IssuesEvent
2020-09-07 04:15:52
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
"post" button disappears when we share long URLs in the forum discussions on mobile devices.
Has-PR bug component: forums priority: high
**Describe the bug** "post" button disappears when we share long URLs in the forum discussions on mobile devices. **To Reproduce** Steps to reproduce the behavior: 1. Go to Forum discussions (on a mobile device) 2. Click on Reply 3. Share a long URL 4. See error **Expected behavior** The post button shoul...
1.0
"post" button disappears when we share long URLs in the forum discussions on mobile devices. - **Describe the bug** "post" button disappears when we share long URLs in the forum discussions on mobile devices. **To Reproduce** Steps to reproduce the behavior: 1. Go to Forum discussions (on a mobile device) 2. C...
non_process
post button disappears when we share long urls in the forum discussions on mobile devices describe the bug post button disappears when we share long urls in the forum discussions on mobile devices to reproduce steps to reproduce the behavior go to forum discussions on a mobile device c...
0
50,518
21,157,235,122
IssuesEvent
2022-04-07 05:33:18
klubcoin/lcn-mobile
https://api.github.com/repos/klubcoin/lcn-mobile
closed
[Account Maintenance][Email Verification] Must display additional screen for current email with "Verify Button" upon tapping "Verify your email" button at Security & Privacy.
Enhancement Should Have Account Maintenance Services
### **Description:** Must display additional screen for current email with "Verify Button" upon tapping "Verify your email" button at Security & Privacy. **Build Environment:** Staging Environment **Affects Version:** 1.0.0.14 **Device Platform:** Android **Device OS:** 11 **Test Device:** OnePlus 7T Pro ###...
1.0
[Account Maintenance][Email Verification] Must display additional screen for current email with "Verify Button" upon tapping "Verify your email" button at Security & Privacy. - ### **Description:** Must display additional screen for current email with "Verify Button" upon tapping "Verify your email" button at Security...
non_process
must display additional screen for current email with verify button upon tapping verify your email button at security privacy description must display additional screen for current email with verify button upon tapping verify your email button at security privacy build environment s...
0
44,525
12,227,249,219
IssuesEvent
2020-05-03 14:31:36
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
SelectBooleanCheckbox: Disabled selectBooleanCheckbox with itemLabel defined
defect
## 1) Environment - PrimeFaces version: 7.0 - Does it work on the newest released PrimeFaces version? Version?: No - Does it work on the newest sources in GitHub? (Build by source -> https://github.com/primefaces/primefaces/wiki/Building-From-Source) - Application server + version: tomee 7.1.1 - Affected browsers:...
1.0
SelectBooleanCheckbox: Disabled selectBooleanCheckbox with itemLabel defined - ## 1) Environment - PrimeFaces version: 7.0 - Does it work on the newest released PrimeFaces version? Version?: No - Does it work on the newest sources in GitHub? (Build by source -> https://github.com/primefaces/primefaces/wiki/Building-...
non_process
selectbooleancheckbox disabled selectbooleancheckbox with itemlabel defined environment primefaces version does it work on the newest released primefaces version version no does it work on the newest sources in github build by source application server version tomee affec...
0
327,015
28,037,139,830
IssuesEvent
2023-03-28 15:46:51
envoyproxy/envoy
https://api.github.com/repos/envoyproxy/envoy
closed
tsan flake on IpVersions/Http2OverloadManagerIntegrationTest.CanResetStreamIfEnvoyLevelStreamEnded/IPv4_Http2Downstream_Http2UpstreamHttpParserOghttp2NoDeferredProcessing_with_per_stream_buffer_accounting
area/test flakes
[ RUN ] IpVersions/Http2OverloadManagerIntegrationTest.CanResetStreamIfEnvoyLevelStreamEnded/IPv4_Http2Downstream_Http2UpstreamHttpParserOghttp2NoDeferredProcessing_with_per_stream_buffer_accounting [2023-03-22 20:33:48.966][18][critical][assert] [test/integration/base_integration_test.cc:537] assert failure: 0. ...
1.0
tsan flake on IpVersions/Http2OverloadManagerIntegrationTest.CanResetStreamIfEnvoyLevelStreamEnded/IPv4_Http2Downstream_Http2UpstreamHttpParserOghttp2NoDeferredProcessing_with_per_stream_buffer_accounting - [ RUN ] IpVersions/Http2OverloadManagerIntegrationTest.CanResetStreamIfEnvoyLevelStreamEnded/IPv4_Http2Downs...
non_process
tsan flake on ipversions canresetstreamifenvoylevelstreamended with per stream buffer accounting ipversions canresetstreamifenvoylevelstreamended with per stream buffer accounting assert failure details timed out waiting for access log found caught aborted suspect faulting...
0
744
3,214,335,477
IssuesEvent
2015-10-07 00:56:19
broadinstitute/hellbender-dataflow
https://api.github.com/repos/broadinstitute/hellbender-dataflow
opened
Write common interfaces for the different kinds of transforms we identify in the dataflow read pre-processing pipeline
Dataflow DataflowPreprocessingPipeline
_From @droazen on April 27, 2015 19:22_ _Copied from original issue: broadinstitute/hellbender#463_
1.0
Write common interfaces for the different kinds of transforms we identify in the dataflow read pre-processing pipeline - _From @droazen on April 27, 2015 19:22_ _Copied from original issue: broadinstitute/hellbender#463_
process
write common interfaces for the different kinds of transforms we identify in the dataflow read pre processing pipeline from droazen on april copied from original issue broadinstitute hellbender
1
10,003
13,042,448,849
IssuesEvent
2020-07-28 22:32:10
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
vSphere post processor to work with standalone hosts
docs enhancement post-processor/vsphere
Our vCenter Server has architecture where you don't have clusters between data-centers and hosts , therefore I cannot use the vSphere post-processor since cluster is required. - Server - Datacenter - host (esx1) - host (esx2) - host (esx..N) Can the post processor be extended to work with no clu...
1.0
vSphere post processor to work with standalone hosts - Our vCenter Server has architecture where you don't have clusters between data-centers and hosts , therefore I cannot use the vSphere post-processor since cluster is required. - Server - Datacenter - host (esx1) - host (esx2) - host (esx..N) ...
process
vsphere post processor to work with standalone hosts our vcenter server has architecture where you don t have clusters between data centers and hosts therefore i cannot use the vsphere post processor since cluster is required server datacenter host host host esx n can t...
1
7,398
10,523,133,809
IssuesEvent
2019-09-30 10:15:59
didi/mpx
https://api.github.com/repos/didi/mpx
closed
绑定事件 不支持 bind: 格式
processing
bind:click="" 跨平台编译会提示 EventName :click which need be framework proxy processed must be a valid identifier!
1.0
绑定事件 不支持 bind: 格式 - bind:click="" 跨平台编译会提示 EventName :click which need be framework proxy processed must be a valid identifier!
process
绑定事件 不支持 bind 格式 bind click 跨平台编译会提示 eventname click which need be framework proxy processed must be a valid identifier
1
8,337
11,495,991,003
IssuesEvent
2020-02-12 06:44:10
kubeflow/frontend
https://api.github.com/repos/kubeflow/frontend
closed
[BugBash] Main Tracker
area/front-end area/metadata kind/process priority/p0
## About This is the parent tracker for all bug bash related changes needed to be done ### Meta /area metadata /area front-end /priority p0 /assign @avdaredevil /assign @kwasi
1.0
[BugBash] Main Tracker - ## About This is the parent tracker for all bug bash related changes needed to be done ### Meta /area metadata /area front-end /priority p0 /assign @avdaredevil /assign @kwasi
process
main tracker about this is the parent tracker for all bug bash related changes needed to be done meta area metadata area front end priority assign avdaredevil assign kwasi
1
251,295
21,468,162,198
IssuesEvent
2022-04-26 07:00:14
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
cli: TestRemoveDeadReplicas failed
C-test-failure O-robot branch-release-22.1.0
cli.TestRemoveDeadReplicas [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5005106&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5005106&tab=artifacts#/) on release-22.1.0 @ [b7681be8d92aca93546d9abd0a72a147a4b52ff2](https://github.com/cockroachdb/cockroach/commits/...
1.0
cli: TestRemoveDeadReplicas failed - cli.TestRemoveDeadReplicas [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=5005106&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=5005106&tab=artifacts#/) on release-22.1.0 @ [b7681be8d92aca93546d9abd0a72a147a4b52ff2](https://gith...
non_process
cli testremovedeadreplicas failed cli testremovedeadreplicas with on release replica has lost quorum recovering table table replica has not lost quorum skipping table replica has not lost quorum skipping table replica has not lost quo...
0
6,960
10,114,628,491
IssuesEvent
2019-07-30 19:40:17
material-components/material-components-ios
https://api.github.com/repos/material-components/material-components-ios
closed
{SPIKE} Explore the use of `-accessibilityCustomActions` within our components
Needs research type:Process
Some of our components (like Chips) can support multiple primary actions (*e.g.*, Edit or Delete). We should perform a short research spike to see how [UIAccessibilityCustomAction](https://developer.apple.com/documentation/uikit/uiaccessibilitycustomaction?language=objc) can be used to support all of our users. <!-- A...
1.0
{SPIKE} Explore the use of `-accessibilityCustomActions` within our components - Some of our components (like Chips) can support multiple primary actions (*e.g.*, Edit or Delete). We should perform a short research spike to see how [UIAccessibilityCustomAction](https://developer.apple.com/documentation/uikit/uiaccessib...
process
spike explore the use of accessibilitycustomactions within our components some of our components like chips can support multiple primary actions e g edit or delete we should perform a short research spike to see how can be used to support all of our users internal data associated int...
1
773,880
27,174,504,106
IssuesEvent
2023-02-17 23:11:09
datacarpentry/genomics-r-intro
https://api.github.com/repos/datacarpentry/genomics-r-intro
opened
All open PRs need to be merged or closed before May due to change over to Workbench infrastructure
type:template and tools high priority
Links: * https://github.com/carpentries/workbench * https://carpentries.github.io/workbench/transition-guide.html
1.0
All open PRs need to be merged or closed before May due to change over to Workbench infrastructure - Links: * https://github.com/carpentries/workbench * https://carpentries.github.io/workbench/transition-guide.html
non_process
all open prs need to be merged or closed before may due to change over to workbench infrastructure links
0
33,725
14,176,698,737
IssuesEvent
2020-11-13 00:13:56
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
App Service CORS vs. your CORS
app-service/svc cxp product-question triaged
https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-rest-api#app-service-cors-vs-your-cors This section of the document states that to use your own CORS configuration, then not to use APP Service CORS. But it does not state how to actually do that. Do I need to allow all (*) origins on Ap...
1.0
App Service CORS vs. your CORS - https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-rest-api#app-service-cors-vs-your-cors This section of the document states that to use your own CORS configuration, then not to use APP Service CORS. But it does not state how to actually do that. Do I ne...
non_process
app service cors vs your cors this section of the document states that to use your own cors configuration then not to use app service cors but it does not state how to actually do that do i need to allow all origins on app service and let my app filter the origins what about the access control head...
0
790
3,273,294,328
IssuesEvent
2015-10-26 00:14:17
beesmart-it/trend-hrm
https://api.github.com/repos/beesmart-it/trend-hrm
opened
Redefine workflow data structure
enhancement selection process
Considerations: -Use linked list for whole workflow steps/substeps -Participations must have start/end/schedule dates and comments
1.0
Redefine workflow data structure - Considerations: -Use linked list for whole workflow steps/substeps -Participations must have start/end/schedule dates and comments
process
redefine workflow data structure considerations use linked list for whole workflow steps substeps participations must have start end schedule dates and comments
1
233,617
7,700,875,082
IssuesEvent
2018-05-20 08:26:03
Monitorr/Monitorr
https://api.github.com/repos/Monitorr/Monitorr
closed
FEAT: Auto Refresh count-down timer
Priority: LOW enhancement
FEAT: Auto Refresh count-down timer Add count-down timer when auto-refresh is enabled.
1.0
FEAT: Auto Refresh count-down timer - FEAT: Auto Refresh count-down timer Add count-down timer when auto-refresh is enabled.
non_process
feat auto refresh count down timer feat auto refresh count down timer add count down timer when auto refresh is enabled
0
4,236
7,187,024,493
IssuesEvent
2018-02-02 02:28:30
Great-Hill-Corporation/quickBlocks
https://api.github.com/repos/Great-Hill-Corporation/quickBlocks
closed
Separate monitored accounts into individual binary files and merge them on the fly
monitors-all status-inprocess type-bug
These data files must be hidden from the user. Also--if the user changes the list of accounts that goes into the ~~hash~~ cache, then the ~~hash~~ cache must either be re-written entirely (if there are new accounts) or cleaned up, if there are accounts that have been removed. From https://github.com/Great-Hill-Corpo...
1.0
Separate monitored accounts into individual binary files and merge them on the fly - These data files must be hidden from the user. Also--if the user changes the list of accounts that goes into the ~~hash~~ cache, then the ~~hash~~ cache must either be re-written entirely (if there are new accounts) or cleaned up, if t...
process
separate monitored accounts into individual binary files and merge them on the fly these data files must be hidden from the user also if the user changes the list of accounts that goes into the hash cache then the hash cache must either be re written entirely if there are new accounts or cleaned up if t...
1
405,196
11,869,526,730
IssuesEvent
2020-03-26 11:06:56
AbsaOSS/enceladus
https://api.github.com/repos/AbsaOSS/enceladus
opened
Menas can return 201 with empty body
Menas Standardization bug priority: high
## Describe the bug This happens (presumably) when a run creation request is received during a period of very high load. This happens after 30 seconds. from the start of the query ## To Reproduce * Run 1000 Standardization jobs at once ## Expected behaviour * The timeout should be configurable * The backend s...
1.0
Menas can return 201 with empty body - ## Describe the bug This happens (presumably) when a run creation request is received during a period of very high load. This happens after 30 seconds. from the start of the query ## To Reproduce * Run 1000 Standardization jobs at once ## Expected behaviour * The timeout ...
non_process
menas can return with empty body describe the bug this happens presumably when a run creation request is received during a period of very high load this happens after seconds from the start of the query to reproduce run standardization jobs at once expected behaviour the timeout should...
0
9,901
12,906,556,064
IssuesEvent
2020-07-15 02:03:17
allinurl/goaccess
https://api.github.com/repos/allinurl/goaccess
closed
Pane: 8 - Time Distribution always blank with default Squid access log format
bug log-processing
There is an issue when parsing the decimal dates found within the standard Squid access logs. It was working in GoAccess v1.2 but broke in v1.3 and is still broken in v1.4. To reproduce this you can create a small log file called squid.log containing the following three lines: `1591919639.503 271 123.0.0.1 TCP_...
1.0
Pane: 8 - Time Distribution always blank with default Squid access log format - There is an issue when parsing the decimal dates found within the standard Squid access logs. It was working in GoAccess v1.2 but broke in v1.3 and is still broken in v1.4. To reproduce this you can create a small log file called squid....
process
pane time distribution always blank with default squid access log format there is an issue when parsing the decimal dates found within the standard squid access logs it was working in goaccess but broke in and is still broken in to reproduce this you can create a small log file called squid log...
1
6,942
10,110,884,725
IssuesEvent
2019-07-30 11:23:53
threefoldtech/threefold-wallet-electron
https://api.github.com/repos/threefoldtech/threefold-wallet-electron
closed
backend: support minting transactions using RivbinMarshal instead of SiabinMarshal (for goldchain)
process_wontfix type_bug
It is possible that a transaction controller has different logic for different chains. Therefore it would be useful if a controller is aware of what config it is working within. Would need to figure out the best way to ensure this.
1.0
backend: support minting transactions using RivbinMarshal instead of SiabinMarshal (for goldchain) - It is possible that a transaction controller has different logic for different chains. Therefore it would be useful if a controller is aware of what config it is working within. Would need to figure out the best way to ...
process
backend support minting transactions using rivbinmarshal instead of siabinmarshal for goldchain it is possible that a transaction controller has different logic for different chains therefore it would be useful if a controller is aware of what config it is working within would need to figure out the best way to ...
1
16,718
21,880,773,740
IssuesEvent
2022-05-19 14:10:11
SVIPdb/coordinator
https://api.github.com/repos/SVIPdb/coordinator
closed
Submitted disease labels have to come from ICD-O - alternatively from NCI or SnomedCT
process
In GitLab by @falquaddoomi on Jan 28, 2020, 18:49 null
1.0
Submitted disease labels have to come from ICD-O - alternatively from NCI or SnomedCT - In GitLab by @falquaddoomi on Jan 28, 2020, 18:49 null
process
submitted disease labels have to come from icd o alternatively from nci or snomedct in gitlab by falquaddoomi on jan null
1
26,374
20,027,577,639
IssuesEvent
2022-02-01 23:26:23
Bylothink/do-you-dare
https://api.github.com/repos/Bylothink/do-you-dare
closed
Aggiornare l'immagine Docker del backend
⚙ infrastructure 🗜 backend
Al momento, l'immagine del backend eredita da `python:3.10`. Aggiornare questa immagine affinché utilizzi un'immagine meno pesante, idealmente una `ubuntu:20.04` o -meglio ancora- una `alpine:3.15`.
1.0
Aggiornare l'immagine Docker del backend - Al momento, l'immagine del backend eredita da `python:3.10`. Aggiornare questa immagine affinché utilizzi un'immagine meno pesante, idealmente una `ubuntu:20.04` o -meglio ancora- una `alpine:3.15`.
non_process
aggiornare l immagine docker del backend al momento l immagine del backend eredita da python aggiornare questa immagine affinché utilizzi un immagine meno pesante idealmente una ubuntu o meglio ancora una alpine
0
3,957
4,119,643,046
IssuesEvent
2016-06-08 15:26:28
calixteman/clouseau
https://api.github.com/repos/calixteman/clouseau
opened
Make Bugzilla.follow_dup accept both a bug ID or a bug object as its parameter
performance
This way when we already have a bug object with the required properties (`resolution`, `dupe_of`, etc.), we can avoid an unneeded query. This optimization would be useful in the code to get the top crashes and related bugs here: https://github.com/calixteman/clouseau/blob/6a3d58887967093b6cfb06268feebc8822922a77/clo...
True
Make Bugzilla.follow_dup accept both a bug ID or a bug object as its parameter - This way when we already have a bug object with the required properties (`resolution`, `dupe_of`, etc.), we can avoid an unneeded query. This optimization would be useful in the code to get the top crashes and related bugs here: https:/...
non_process
make bugzilla follow dup accept both a bug id or a bug object as its parameter this way when we already have a bug object with the required properties resolution dupe of etc we can avoid an unneeded query this optimization would be useful in the code to get the top crashes and related bugs here
0
16,222
20,752,896,422
IssuesEvent
2022-03-15 09:27:06
hoprnet/hoprnet
https://api.github.com/repos/hoprnet/hoprnet
closed
Create devrel process
new issue processes
<!--- Please DO NOT remove the automatically added 'new issue' label --> <!--- Provide a general summary of the issue in the Title above --> - Matrix: - Internal team discussion - Github: - Tracking issues, bugs, features, PR - Forum: - Main technical discussion space - Discord: - Direct technical to...
1.0
Create devrel process - <!--- Please DO NOT remove the automatically added 'new issue' label --> <!--- Provide a general summary of the issue in the Title above --> - Matrix: - Internal team discussion - Github: - Tracking issues, bugs, features, PR - Forum: - Main technical discussion space - Discord: ...
process
create devrel process matrix internal team discussion github tracking issues bugs features pr forum main technical discussion space discord direct technical topics to the forum if possible
1
93,713
27,019,855,104
IssuesEvent
2023-02-10 23:53:29
root-project/root
https://api.github.com/repos/root-project/root
closed
CMakes writes to non-writeable dir with `builtin_llvm=OFF`
bug in:Build System
- [x] Checked for duplicates <!-- Please search in * [GitHub](https://github.com/root-project/root/issues?q=is%3Aissue) * AND [Jira](https://sft.its.cern.ch/jira/issues/?jql=project %3D ROOT) for existing reports of your issue. If you find one, you are very welcome to add to the existing report, for instance "i...
1.0
CMakes writes to non-writeable dir with `builtin_llvm=OFF` - - [x] Checked for duplicates <!-- Please search in * [GitHub](https://github.com/root-project/root/issues?q=is%3Aissue) * AND [Jira](https://sft.its.cern.ch/jira/issues/?jql=project %3D ROOT) for existing reports of your issue. If you find one, you ar...
non_process
cmakes writes to non writeable dir with builtin llvm off checked for duplicates please search in and root for existing reports of your issue if you find one you are very welcome to add to the existing report for instance issue still exists in today s master describ...
0
8,367
11,519,533,338
IssuesEvent
2020-02-14 13:01:25
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
closed
Tidying up 'multi-organism behavior' children
multi-species process obsoletion term merge
Following up on the discussion we had on the ontology call regarding #14956 Move the following terms directly under behavior: * 'aggressive behavior' *'behavioral defense response to insect' *'behavioral defense response to nematode' *'multi-organism reproductive behavior' -> move under 'reproductive behavior' ...
1.0
Tidying up 'multi-organism behavior' children - Following up on the discussion we had on the ontology call regarding #14956 Move the following terms directly under behavior: * 'aggressive behavior' *'behavioral defense response to insect' *'behavioral defense response to nematode' *'multi-organism reproductive ...
process
tidying up multi organism behavior children following up on the discussion we had on the ontology call regarding move the following terms directly under behavior aggressive behavior behavioral defense response to insect behavioral defense response to nematode multi organism reproductive beha...
1
298,578
25,837,885,573
IssuesEvent
2022-12-12 21:14:18
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
DISABLED test_vmapjvpall_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA)
triaged module: flaky-tests skipped module: functorch
Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_vmapjvpall_linalg_lu_cuda_float32&suite=TestOperatorsCUDA) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/8836194077). Over the past 3 hours, it has...
1.0
DISABLED test_vmapjvpall_linalg_lu_cuda_float32 (__main__.TestOperatorsCUDA) - Platforms: linux This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_vmapjvpall_linalg_lu_cuda_float32&suite=TestOperatorsCUDA) and the most recent trunk [workflow logs](http...
non_process
disabled test vmapjvpall linalg lu cuda main testoperatorscuda platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with failures and successes debugging instructions after cli...
0
46,579
5,823,921,718
IssuesEvent
2017-05-07 07:36:24
FACN1/VolunteerApp
https://api.github.com/repos/FACN1/VolunteerApp
closed
why are the opportunities grouped by organisations?
user-testing
I guess this depends on the types of opportunities which would be advertised, but is there a particular reason why they are grouped by organisations instead of just listed as opportunities?
1.0
why are the opportunities grouped by organisations? - I guess this depends on the types of opportunities which would be advertised, but is there a particular reason why they are grouped by organisations instead of just listed as opportunities?
non_process
why are the opportunities grouped by organisations i guess this depends on the types of opportunities which would be advertised but is there a particular reason why they are grouped by organisations instead of just listed as opportunities
0
6,635
9,745,761,979
IssuesEvent
2019-06-03 10:25:07
linnovate/root
https://api.github.com/repos/linnovate/root
closed
after filtering by all/archived and clicking on the favorite filter, the filter changes to status:active
2.0.7 Duplicate Process bug
create new items go to filter by status : all/ archived click on the favorite filter the status changes to status : active **exiting filter by favorite mode also changes the status to active** before pressing favorite filter ![image](https://user-images.githubusercontent.com/38312178/58251062-79cd9680-7d6b-11...
1.0
after filtering by all/archived and clicking on the favorite filter, the filter changes to status:active - create new items go to filter by status : all/ archived click on the favorite filter the status changes to status : active **exiting filter by favorite mode also changes the status to active** before pre...
process
after filtering by all archived and clicking on the favorite filter the filter changes to status active create new items go to filter by status all archived click on the favorite filter the status changes to status active exiting filter by favorite mode also changes the status to active before pre...
1
8,030
11,210,504,535
IssuesEvent
2020-01-06 13:24:08
prisma/photonjs
https://api.github.com/repos/prisma/photonjs
closed
Unreadable error trace message
bug/2-confirmed kind/bug process/candidate
I got a "INTERNAL_SERVER_ERROR" and the `stacktrace` is totally unreadable, it looks something like this: <img width="653" alt="Screen Shot 2019-12-26 at 5 25 19 PM" src="https://user-images.githubusercontent.com/10392539/71469621-bcc18200-2804-11ea-9431-66685f7dff79.png"> prisma/photon: 2.0.0-preview018.2 nexus: ...
1.0
Unreadable error trace message - I got a "INTERNAL_SERVER_ERROR" and the `stacktrace` is totally unreadable, it looks something like this: <img width="653" alt="Screen Shot 2019-12-26 at 5 25 19 PM" src="https://user-images.githubusercontent.com/10392539/71469621-bcc18200-2804-11ea-9431-66685f7dff79.png"> prisma/ph...
process
unreadable error trace message i got a internal server error and the stacktrace is totally unreadable it looks something like this img width alt screen shot at pm src prisma photon nexus rc nexus prisma
1
15,526
19,703,290,372
IssuesEvent
2022-01-12 18:53:53
googleapis/nodejs-service-management
https://api.github.com/repos/googleapis/nodejs-service-management
opened
Your .repo-metadata.json file has a problem 🤒
type: process repo-metadata: lint
You have a problem with your .repo-metadata.json file: Result of scan 📈: * api_shortname 'service-management' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any questions.
1.0
Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file: Result of scan 📈: * api_shortname 'service-management' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-automation** if you have any question...
process
your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 api shortname service management invalid in repo metadata json ☝️ once you correct these problems you can close this issue reach out to go github automation if you have any question...
1
12,346
3,267,012,347
IssuesEvent
2015-10-22 23:44:32
azkaban/azkaban
https://api.github.com/repos/azkaban/azkaban
closed
Run CI against both JDK 7 and 8
test
Travis has support for testing against multiple JDK versions: http://blog.travis-ci.com/support_for_multiple_jdks/ We should update our CI config to test against both JDK 7 and 8 -- the two versions we currently support.
1.0
Run CI against both JDK 7 and 8 - Travis has support for testing against multiple JDK versions: http://blog.travis-ci.com/support_for_multiple_jdks/ We should update our CI config to test against both JDK 7 and 8 -- the two versions we currently support.
non_process
run ci against both jdk and travis has support for testing against multiple jdk versions we should update our ci config to test against both jdk and the two versions we currently support
0
19,722
26,073,829,982
IssuesEvent
2022-12-24 07:06:39
pyanodon/pybugreports
https://api.github.com/repos/pyanodon/pybugreports
closed
Dependency loop detected with pressurized fluids and py post processing
mod:pypostprocessing postprocess-fail compatibility
### Mod source Factorio Mod Portal ### Which mod are you having an issue with? - [ ] pyalienlife - [ ] pyalternativeenergy - [ ] pycoalprocessing - [ ] pyfusionenergy - [ ] pyhightech - [ ] pyindustry - [ ] pypetroleumhandling - [X] pypostprocessing - [ ] pyrawores ### Operating system >=Windows 10 ### What kind ...
2.0
Dependency loop detected with pressurized fluids and py post processing - ### Mod source Factorio Mod Portal ### Which mod are you having an issue with? - [ ] pyalienlife - [ ] pyalternativeenergy - [ ] pycoalprocessing - [ ] pyfusionenergy - [ ] pyhightech - [ ] pyindustry - [ ] pypetroleumhandling - [X] pypostproc...
process
dependency loop detected with pressurized fluids and py post processing mod source factorio mod portal which mod are you having an issue with pyalienlife pyalternativeenergy pycoalprocessing pyfusionenergy pyhightech pyindustry pypetroleumhandling pypostprocessing pyraw...
1
164,948
13,963,265,529
IssuesEvent
2020-10-25 13:26:31
kalwabed/kawari.space
https://api.github.com/repos/kalwabed/kawari.space
opened
Upcoming feature
documentation enhancement
- [ ] RSS feed - [ ] Read blog depend on the tag - [ ] Dynamic social image - [ ] Fix blog layout (mobile version) ...
1.0
Upcoming feature - - [ ] RSS feed - [ ] Read blog depend on the tag - [ ] Dynamic social image - [ ] Fix blog layout (mobile version) ...
non_process
upcoming feature rss feed read blog depend on the tag dynamic social image fix blog layout mobile version
0
135,747
5,257,992,160
IssuesEvent
2017-02-02 22:03:31
canadainc/quran10
https://api.github.com/repos/canadainc/quran10
closed
Improve performance and reduce memory by doing extractions directly from the network data instead of additional extraction steps
Component-Logic Priority-High Security Type-Enhancement Type-Performance wontfix
Should also fix Issue #337 as well. Instead of doing intermediary steps which result in additional memory being allocated and work being done on the CPU, use the QNetworkReply\* (which is a QIODevice) to directly do compression and decompression.
1.0
Improve performance and reduce memory by doing extractions directly from the network data instead of additional extraction steps - Should also fix Issue #337 as well. Instead of doing intermediary steps which result in additional memory being allocated and work being done on the CPU, use the QNetworkReply\* (which is a...
non_process
improve performance and reduce memory by doing extractions directly from the network data instead of additional extraction steps should also fix issue as well instead of doing intermediary steps which result in additional memory being allocated and work being done on the cpu use the qnetworkreply which is a q...
0
193,691
15,384,773,353
IssuesEvent
2021-03-03 05:20:07
fga-eps-mds/2020.2-e-Vacina-Backend
https://api.github.com/repos/fga-eps-mds/2020.2-e-Vacina-Backend
opened
Protótipo de baixa fifelidade
Development Product Onwer documentation
## Histórico de Versões | Versão | Data | Autor | Descrição | | ------------------- | ------------------- | ------------------- | ------------------- | | 1.0 | 3/03/2020 | Ciro | Criar prototipo baixa fidelidade | ## Descrição Criar um prototipo de baixa fidelidade. ## Tarefas - [ ] Criar um prototipo de b...
1.0
Protótipo de baixa fifelidade - ## Histórico de Versões | Versão | Data | Autor | Descrição | | ------------------- | ------------------- | ------------------- | ------------------- | | 1.0 | 3/03/2020 | Ciro | Criar prototipo baixa fidelidade | ## Descrição Criar um prototipo de baixa fidelidade. ## Tarefa...
non_process
protótipo de baixa fifelidade histórico de versões versão data autor descrição ciro criar prototipo baixa fidelidade descrição criar um prototipo de baixa fidelidade tarefas ...
0
54,463
23,273,116,098
IssuesEvent
2022-08-05 02:51:14
Azure/azure-sdk-for-net
https://api.github.com/repos/Azure/azure-sdk-for-net
closed
Custom endpoint for connection establishment
Service Bus Client customer-reported feature-request
### Library name Azure.Messaging.ServiceBus ### Please describe the feature. Currently there is no way to specify an endpoint other than the FQDN of the namespace, specificying a custom endpoint is useful in scenarios where customers might not to connect through a custom domain that points to a Firewall, proxy, waf,...
1.0
Custom endpoint for connection establishment - ### Library name Azure.Messaging.ServiceBus ### Please describe the feature. Currently there is no way to specify an endpoint other than the FQDN of the namespace, specificying a custom endpoint is useful in scenarios where customers might not to connect through a cust...
non_process
custom endpoint for connection establishment library name azure messaging servicebus please describe the feature currently there is no way to specify an endpoint other than the fqdn of the namespace specificying a custom endpoint is useful in scenarios where customers might not to connect through a cust...
0
59,628
6,657,652,468
IssuesEvent
2017-09-30 08:43:10
servo/servo
https://api.github.com/repos/servo/servo
closed
Upstream our tests.
A-testing
Where possible, we should upstream our tests to the relevant standard's test suite. This allows other browsers to benefit from our work, and makes it more likely that any mistakes or spec changes affecting the tests are found.
1.0
Upstream our tests. - Where possible, we should upstream our tests to the relevant standard's test suite. This allows other browsers to benefit from our work, and makes it more likely that any mistakes or spec changes affecting the tests are found.
non_process
upstream our tests where possible we should upstream our tests to the relevant standard s test suite this allows other browsers to benefit from our work and makes it more likely that any mistakes or spec changes affecting the tests are found
0
63,558
8,686,115,230
IssuesEvent
2018-12-03 09:55:05
IgniteUI/igniteui-angular
https://api.github.com/repos/IgniteUI/igniteui-angular
closed
"return" descriptions should be exported into the SassDoc theme partial views.
documentation sassdoc status: in-review theme version: 6.2.x
### Description "return" descriptions should be exported into the SassDoc theme partial views.
1.0
"return" descriptions should be exported into the SassDoc theme partial views. - ### Description "return" descriptions should be exported into the SassDoc theme partial views.
non_process
return descriptions should be exported into the sassdoc theme partial views description return descriptions should be exported into the sassdoc theme partial views
0
14,449
9,311,030,819
IssuesEvent
2019-03-25 20:19:22
MicrosoftDocs/PowerShell-Docs
https://api.github.com/repos/MicrosoftDocs/PowerShell-Docs
closed
Where are the notes on the effect of this command on non-Windows platforms
Area-Security
That is, it does nothing on non-Windows platforms because execution policy does not apply on non-Windows platforms. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: ff70cc60-7128-d1a8-6fc1-c5a4e7d79a25 * Version Independent ID: 55d48d73-6fc4-...
True
Where are the notes on the effect of this command on non-Windows platforms - That is, it does nothing on non-Windows platforms because execution policy does not apply on non-Windows platforms. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: ...
non_process
where are the notes on the effect of this command on non windows platforms that is it does nothing on non windows platforms because execution policy does not apply on non windows platforms document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id ...
0
19,708
26,053,466,400
IssuesEvent
2022-12-22 21:28:14
MPMG-DCC-UFMG/C01
https://api.github.com/repos/MPMG-DCC-UFMG/C01
opened
Interface de passos com Vue.js - Tooltips dos passos
[0] Desenvolvimento [2] Média Prioridade [1] Aprimoramento [3] Processamento Dinâmico
## Comportamento Esperado Os passos devem exibir um tooltip ao lado do select correspondente com mais informações sobre seu funcionamento, assim como era feito na interface de passos anterior. ## Comportamento Atual Os tooltips não são exibidos. ## Sistema Branch `issue-882`.
1.0
Interface de passos com Vue.js - Tooltips dos passos - ## Comportamento Esperado Os passos devem exibir um tooltip ao lado do select correspondente com mais informações sobre seu funcionamento, assim como era feito na interface de passos anterior. ## Comportamento Atual Os tooltips não são exibidos. ## Sistema ...
process
interface de passos com vue js tooltips dos passos comportamento esperado os passos devem exibir um tooltip ao lado do select correspondente com mais informações sobre seu funcionamento assim como era feito na interface de passos anterior comportamento atual os tooltips não são exibidos sistema ...
1
52,806
13,771,900,215
IssuesEvent
2020-10-07 23:04:14
jgeraigery/please-del-this-repo
https://api.github.com/repos/jgeraigery/please-del-this-repo
opened
CVE-2015-9251 (Medium) detected in jquery-1.7.2.min.js
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.2.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="htt...
True
CVE-2015-9251 (Medium) detected in jquery-1.7.2.min.js - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.2.min.js</b></p></summary> <p>JavaScript library ...
non_process
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file please del this repo node modules js test index html path to vulnerable lib...
0
20,447
27,104,265,339
IssuesEvent
2023-02-15 10:54:29
LOVDnl/LOVD3
https://api.github.com/repos/LOVDnl/LOVD3
closed
Query error: "Out of range value for column 'position_c_start' at row 1"
bug trivial cat: submission process
From the system logs; ```Query error: "Out of range value for column 'position_c_start' at row 1"``` This must have happened when a variant with a position too large for this field was given. I'm not sure if the variant was valid. Check the field and if correct, add a check and error message when variant position fie...
1.0
Query error: "Out of range value for column 'position_c_start' at row 1" - From the system logs; ```Query error: "Out of range value for column 'position_c_start' at row 1"``` This must have happened when a variant with a position too large for this field was given. I'm not sure if the variant was valid. Check the fi...
process
query error out of range value for column position c start at row from the system logs query error out of range value for column position c start at row this must have happened when a variant with a position too large for this field was given i m not sure if the variant was valid check the fi...
1
95,629
27,565,405,911
IssuesEvent
2023-03-08 03:04:42
ScintillaOrg/lexilla
https://api.github.com/repos/ScintillaOrg/lexilla
closed
Secure overloads inconsistent for win32
building committed
Win32 defines differ between https://github.com/ScintillaOrg/lexilla/blob/master/src/Lexilla.vcxproj#L75 and https://github.com/ScintillaOrg/lexilla/blob/master/src/lexilla.mak#L38 regarding `_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES`. What about adding `_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT ` ...
1.0
Secure overloads inconsistent for win32 - Win32 defines differ between https://github.com/ScintillaOrg/lexilla/blob/master/src/Lexilla.vcxproj#L75 and https://github.com/ScintillaOrg/lexilla/blob/master/src/lexilla.mak#L38 regarding `_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES`. What about adding `_CRT_SE...
non_process
secure overloads inconsistent for defines differ between and regarding crt secure cpp overload standard names what about adding crt secure cpp overload standard names count and maybe also enabling
0
9,974
2,616,016,018
IssuesEvent
2015-03-02 00:58:22
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
Unknown crash using Mind Control?
auto-migrated Milestone-Tournament Priority-Medium Type-Defect Usability
``` There is an unknown crash (seemingly random) with (I think) Mind Control. Don't know the exact cause so it's impossible to reproduce. ``` Original issue reported on code.google.com by `AHeinerm` on 12 Feb 2011 at 7:17
1.0
Unknown crash using Mind Control? - ``` There is an unknown crash (seemingly random) with (I think) Mind Control. Don't know the exact cause so it's impossible to reproduce. ``` Original issue reported on code.google.com by `AHeinerm` on 12 Feb 2011 at 7:17
non_process
unknown crash using mind control there is an unknown crash seemingly random with i think mind control don t know the exact cause so it s impossible to reproduce original issue reported on code google com by aheinerm on feb at
0
36,379
7,920,376,174
IssuesEvent
2018-07-04 23:50:53
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
[convention][Foreign Key too long]
Defect RFC
This is a (multiple allowed): * [x] bug * [ ] enhancement * [x] feature-discussion (RFC) * CakePHP Version: 3.6.5 * Platform and Target: Debian current testing (buster), apache 2.4.33-3+b1, postgresql v10 ### What you did I design my database with cake convention for FK. I currently have several many to ma...
1.0
[convention][Foreign Key too long] - This is a (multiple allowed): * [x] bug * [ ] enhancement * [x] feature-discussion (RFC) * CakePHP Version: 3.6.5 * Platform and Target: Debian current testing (buster), apache 2.4.33-3+b1, postgresql v10 ### What you did I design my database with cake convention for FK...
non_process
this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target debian current testing buster apache postgresql what you did i design my database with cake convention for fk i currently have several many to many to...
0
227,772
7,542,528,534
IssuesEvent
2018-04-17 13:16:24
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
MutliSelect can not select mutliple values when autobind is set to 'false'
Bug C: MultiSelect Kendo2 Priority 5 SEV: High
### Bug report In Mutliselect, when autoBind is set to 'false' and value initially is set to empty array, it is not possible to select more than one item. ### Reproduction of the problem 1. Open the Dojo example - [https://dojo.telerik.com/USOyORoT/3](https://dojo.telerik.com/USOyORoT/3) 2. Try to select mor...
1.0
MutliSelect can not select mutliple values when autobind is set to 'false' - ### Bug report In Mutliselect, when autoBind is set to 'false' and value initially is set to empty array, it is not possible to select more than one item. ### Reproduction of the problem 1. Open the Dojo example - [https://dojo.telerik...
non_process
mutliselect can not select mutliple values when autobind is set to false bug report in mutliselect when autobind is set to false and value initially is set to empty array it is not possible to select more than one item reproduction of the problem open the dojo example try to sele...
0
2,844
5,808,128,078
IssuesEvent
2017-05-04 09:48:23
Hurence/logisland
https://api.github.com/repos/Hurence/logisland
closed
PutElasticsearch throws UnsupportedOperationException when duplicate document is found
bug processor
# Expected behavior and actual behavior. Must filter duplicate document and not crash **must add unit tests on this feature** ``` Job aborted due to stage failure: Task 60 in stage 486.0 failed 8 times, most recent failure: Lost task 60.7 in stage 486.0 (TID 68192, dlpe17206.prod.fdj.fr): java.lang.Unsupporte...
1.0
PutElasticsearch throws UnsupportedOperationException when duplicate document is found - # Expected behavior and actual behavior. Must filter duplicate document and not crash **must add unit tests on this feature** ``` Job aborted due to stage failure: Task 60 in stage 486.0 failed 8 times, most recent failur...
process
putelasticsearch throws unsupportedoperationexception when duplicate document is found expected behavior and actual behavior must filter duplicate document and not crash must add unit tests on this feature job aborted due to stage failure task in stage failed times most recent failure ...
1
165,423
12,842,142,586
IssuesEvent
2020-07-08 01:12:31
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: follower-reads/nodes=3 failed
C-test-failure O-roachtest O-robot branch-provisional_202007071743_v20.2.0-alpha.2 release-blocker
[(roachtest).follower-reads/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2071705&tab=buildLog) on [provisional_202007071743_v20.2.0-alpha.2@0b6e118bc1bcba4cfb4fc6c660153ec5be3989e8](https://github.com/cockroachdb/cockroach/commits/0b6e118bc1bcba4cfb4fc6c660153ec5be3989e8): ``` The test failed ...
2.0
roachtest: follower-reads/nodes=3 failed - [(roachtest).follower-reads/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2071705&tab=buildLog) on [provisional_202007071743_v20.2.0-alpha.2@0b6e118bc1bcba4cfb4fc6c660153ec5be3989e8](https://github.com/cockroachdb/cockroach/commits/0b6e118bc1bcba4cfb4fc...
non_process
roachtest follower reads nodes failed on the test failed on branch provisional alpha cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts follower reads nodes run follower reads go test runner go fewer than follower reads occ...
0
9,012
12,123,642,802
IssuesEvent
2020-04-22 13:03:09
dotenv-linter/dotenv-linter
https://api.github.com/repos/dotenv-linter/dotenv-linter
closed
Update source url for dotenv-linter-git
improvement process
<img width="780" alt="Screenshot 2020-04-22 at 10 15 56" src="https://user-images.githubusercontent.com/700998/79952519-3ac82980-8483-11ea-8127-e3ff8067cab5.png"> It needs to update the source url from https://github.com/mgrachev/dotenv-linter to https://github.com/dotenv-linter/dotenv-linter
1.0
Update source url for dotenv-linter-git - <img width="780" alt="Screenshot 2020-04-22 at 10 15 56" src="https://user-images.githubusercontent.com/700998/79952519-3ac82980-8483-11ea-8127-e3ff8067cab5.png"> It needs to update the source url from https://github.com/mgrachev/dotenv-linter to https://github.com/dotenv-li...
process
update source url for dotenv linter git img width alt screenshot at src it needs to update the source url from to
1
308,164
23,235,811,309
IssuesEvent
2022-08-03 11:41:29
icecube/graphnet
https://api.github.com/repos/icecube/graphnet
opened
Add list of current/past and possible future uses of graphnet
documentation
Should include: * Theses and ditto presentations * Analysis and technical papers * Possible future topics for the above
1.0
Add list of current/past and possible future uses of graphnet - Should include: * Theses and ditto presentations * Analysis and technical papers * Possible future topics for the above
non_process
add list of current past and possible future uses of graphnet should include theses and ditto presentations analysis and technical papers possible future topics for the above
0
5,432
8,293,365,597
IssuesEvent
2018-09-20 06:18:56
FlowzPlatform/workflow
https://api.github.com/repos/FlowzPlatform/workflow
reopened
bpmn plugins add form
inprocess
remove the previous dependency from bpmn-plugins add a form to install plugins
1.0
bpmn plugins add form - remove the previous dependency from bpmn-plugins add a form to install plugins
process
bpmn plugins add form remove the previous dependency from bpmn plugins add a form to install plugins
1
14,531
17,630,668,359
IssuesEvent
2021-08-19 07:32:20
lynnandtonic/nestflix.fun
https://api.github.com/repos/lynnandtonic/nestflix.fun
closed
Add The Block
suggested title in process
Please add as much of the following info as you can: Title: The Block Type (film/tv show): tv show Film or show in which it appears: The League Is the parent film/show streaming anywhere? Yes, Hulu About when in the parent film/show does it appear? Season 7 Episode 10 Actual footage of the film/show c...
1.0
Add The Block - Please add as much of the following info as you can: Title: The Block Type (film/tv show): tv show Film or show in which it appears: The League Is the parent film/show streaming anywhere? Yes, Hulu About when in the parent film/show does it appear? Season 7 Episode 10 Actual footage of...
process
add the block please add as much of the following info as you can title the block type film tv show tv show film or show in which it appears the league is the parent film show streaming anywhere yes hulu about when in the parent film show does it appear season episode actual footage of ...
1
16,607
21,662,167,363
IssuesEvent
2022-05-06 20:37:19
goblint/analyzer
https://api.github.com/repos/goblint/analyzer
opened
Crash with `pre.compdb.original-path`
bug preprocessing
In the chrony interactive story, `compile_commands.json` would normally be in the chrony-4.2 git submodule, making it impossible to version the compilation database in our bench repository for better reproducibility. Compilation databases are annoying in that regard: they're not meant to be moved between systems and us...
1.0
Crash with `pre.compdb.original-path` - In the chrony interactive story, `compile_commands.json` would normally be in the chrony-4.2 git submodule, making it impossible to version the compilation database in our bench repository for better reproducibility. Compilation databases are annoying in that regard: they're not ...
process
crash with pre compdb original path in the chrony interactive story compile commands json would normally be in the chrony git submodule making it impossible to version the compilation database in our bench repository for better reproducibility compilation databases are annoying in that regard they re not ...
1
13,033
15,382,671,202
IssuesEvent
2021-03-03 01:07:28
metabase/metabase
https://api.github.com/repos/metabase/metabase
opened
Support custom week number rules
Administration/Settings Misc/Timezones Querying/Processor
I think we need to support custom week number rules on top of the first `first-day-of-week` Setting we added a while back. This GH thread summarizes the issues pretty well: https://github.com/w3c/sdw/issues/886 > Weeks are numbered differently depending on the calendar in use and the local language or cultural co...
1.0
Support custom week number rules - I think we need to support custom week number rules on top of the first `first-day-of-week` Setting we added a while back. This GH thread summarizes the issues pretty well: https://github.com/w3c/sdw/issues/886 > Weeks are numbered differently depending on the calendar in use an...
process
support custom week number rules i think we need to support custom week number rules on top of the first first day of week setting we added a while back this gh thread summarizes the issues pretty well weeks are numbered differently depending on the calendar in use and the local language or cultural con...
1
15,739
19,910,477,975
IssuesEvent
2022-01-25 16:40:58
input-output-hk/high-assurance-legacy
https://api.github.com/repos/input-output-hk/high-assurance-legacy
closed
Formally prove `duploss` core lemmas
type: enhancement language: isabelle topic: process calculus
Our goal is to formally prove the `duploss` core lemmas described in #33. Informal proofs of these lemmas are given in https://github.com/input-output-hk/fm-ouroboros/issues/15#issuecomment-486381795.
1.0
Formally prove `duploss` core lemmas - Our goal is to formally prove the `duploss` core lemmas described in #33. Informal proofs of these lemmas are given in https://github.com/input-output-hk/fm-ouroboros/issues/15#issuecomment-486381795.
process
formally prove duploss core lemmas our goal is to formally prove the duploss core lemmas described in informal proofs of these lemmas are given in
1
603,054
18,523,765,992
IssuesEvent
2021-10-20 17:51:43
elementary/evince
https://api.github.com/repos/elementary/evince
closed
Move document viewer icon here
Priority: Low
<!-- * Please read and follow these tips: https://elementary.io/docs/code/reference#proposing-design-changes * Be sure to search open and closed issues for duplicates --> ## Problem <!--Describe the problem that this new feature or idea is meant to address--> We ship some app icons for the document viewer i...
1.0
Move document viewer icon here - <!-- * Please read and follow these tips: https://elementary.io/docs/code/reference#proposing-design-changes * Be sure to search open and closed issues for duplicates --> ## Problem <!--Describe the problem that this new feature or idea is meant to address--> We ship some ap...
non_process
move document viewer icon here please read and follow these tips be sure to search open and closed issues for duplicates problem we ship some app icons for the document viewer in the system icon set but these aren t used in appcenter proposal since we package our own evin...
0
10,001
13,042,400,915
IssuesEvent
2020-07-28 22:24:46
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
vsphere options should be each be passed as a separate args to ovftool
bug post-processor/vsphere
The [vsphere options](https://www.packer.io/docs/post-processors/vsphere.html#options) are currently passed to to os.exec as one arg. This results in being unable to specify more than one option. The option to arg isn't a one to one relationship, if there is a space in the vsphere options, each option should be passed...
1.0
vsphere options should be each be passed as a separate args to ovftool - The [vsphere options](https://www.packer.io/docs/post-processors/vsphere.html#options) are currently passed to to os.exec as one arg. This results in being unable to specify more than one option. The option to arg isn't a one to one relationship,...
process
vsphere options should be each be passed as a separate args to ovftool the are currently passed to to os exec as one arg this results in being unable to specify more than one option the option to arg isn t a one to one relationship if there is a space in the vsphere options each option should be passed as an...
1
42,911
11,355,776,722
IssuesEvent
2020-01-24 20:53:28
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Resource leaks related to ClusterViewListenerService.clusterListeningEndpoints
Team: Client Team: Core Type: Defect
While investigating a Jet OOME, we've realized there can be issues related to `ClusterViewListenerService.clusterListeningEndpoints`. First of all, there were cca 27000 `TcpIpConnection` instances, but just about 20 of them were alive. The size of `clusterListeningEndpoints` map was about 25000 entries. (@olukas can...
1.0
Resource leaks related to ClusterViewListenerService.clusterListeningEndpoints - While investigating a Jet OOME, we've realized there can be issues related to `ClusterViewListenerService.clusterListeningEndpoints`. First of all, there were cca 27000 `TcpIpConnection` instances, but just about 20 of them were alive. ...
non_process
resource leaks related to clusterviewlistenerservice clusterlisteningendpoints while investigating a jet oome we ve realized there can be issues related to clusterviewlistenerservice clusterlisteningendpoints first of all there were cca tcpipconnection instances but just about of them were alive the s...
0
390,393
11,543,130,030
IssuesEvent
2020-02-18 09:01:43
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.saturn.de - site is not usable
browser-firefox-mobile engine-gecko priority-important type-tracking-protection-basic
<!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/48422 --> <!-- @extra_labels: type-tracking-protection-basic --> **URL**: https://www.satu...
1.0
www.saturn.de - site is not usable - <!-- @browser: Firefox Mobile 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/48422 --> <!-- @extra_labels: type-tracking-protection...
non_process
site is not usable url browser version firefox mobile operating system android tested another browser no problem type site is not usable description always says connection not successful and forces reload steps to reproduce searched for any item view the...
0
41,586
21,784,636,612
IssuesEvent
2022-05-14 00:49:21
dotnet/msbuild
https://api.github.com/repos/dotnet/msbuild
opened
Contention of Project Evaluation in parallel builds 📈
performance needs-triage
### Issue Description Project Evaluation in parallel builds have contention causing evaluations of 20-30ms to take over 1000ms. ### Steps to Reproduce Create a solution with lots of small projects, enough to saturate your CPU. I used 4 times CPU threads worth of projects. The contents of each projects is not rel...
True
Contention of Project Evaluation in parallel builds 📈 - ### Issue Description Project Evaluation in parallel builds have contention causing evaluations of 20-30ms to take over 1000ms. ### Steps to Reproduce Create a solution with lots of small projects, enough to saturate your CPU. I used 4 times CPU threads wor...
non_process
contention of project evaluation in parallel builds 📈 issue description project evaluation in parallel builds have contention causing evaluations of to take over steps to reproduce create a solution with lots of small projects enough to saturate your cpu i used times cpu threads worth of pro...
0
27,709
2,695,305,269
IssuesEvent
2015-04-02 03:46:02
cs2103jan2015-t13-4j/main
https://api.github.com/repos/cs2103jan2015-t13-4j/main
closed
User can do a save as command
priority.medium
So... user can choose to save in an alternate file rather than the default file
1.0
User can do a save as command - So... user can choose to save in an alternate file rather than the default file
non_process
user can do a save as command so user can choose to save in an alternate file rather than the default file
0
222,137
7,428,517,839
IssuesEvent
2018-03-24 02:29:31
intel-analytics/BigDL
https://api.github.com/repos/intel-analytics/BigDL
closed
Python rnn example readme explanations of options missing
document medium priority python
https://github.com/intel-analytics/BigDL/tree/master/pyspark/bigdl/models/rnn Only have option descriptions for `foldr` and `batchSize`, need to add docs for others including `maxEpoch`, `momentum`, etc.
1.0
Python rnn example readme explanations of options missing - https://github.com/intel-analytics/BigDL/tree/master/pyspark/bigdl/models/rnn Only have option descriptions for `foldr` and `batchSize`, need to add docs for others including `maxEpoch`, `momentum`, etc.
non_process
python rnn example readme explanations of options missing only have option descriptions for foldr and batchsize need to add docs for others including maxepoch momentum etc
0
60,859
7,398,648,456
IssuesEvent
2018-03-19 07:26:09
wms3/MyTravel
https://api.github.com/repos/wms3/MyTravel
opened
Create a list of country names and pictures
design
Each country in the list should have a high-quality picture displayed next to it when selected. To start, we need a list of countries as well as a picture for each - these can be saved as individual files for now.
1.0
Create a list of country names and pictures - Each country in the list should have a high-quality picture displayed next to it when selected. To start, we need a list of countries as well as a picture for each - these can be saved as individual files for now.
non_process
create a list of country names and pictures each country in the list should have a high quality picture displayed next to it when selected to start we need a list of countries as well as a picture for each these can be saved as individual files for now
0
272,469
29,795,029,361
IssuesEvent
2023-06-16 01:05:24
billmcchesney1/flowgate
https://api.github.com/repos/billmcchesney1/flowgate
closed
CVE-2018-7489 (Critical) detected in jackson-databind-2.8.8.jar - autoclosed
Mend: dependency security vulnerability
## CVE-2018-7489 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core strea...
True
CVE-2018-7489 (Critical) detected in jackson-databind-2.8.8.jar - autoclosed - ## CVE-2018-7489 - Critical Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.8.jar</b></p></s...
non_process
cve critical detected in jackson databind jar autoclosed cve critical 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 operation...
0
1,523
2,551,493,039
IssuesEvent
2015-02-02 10:07:46
IDgis/CRS2
https://api.github.com/repos/IDgis/CRS2
closed
vastloper houtoogst kolomsgewijs muteren
gereed Houtoogsten wacht op input tester
Kolomsgewijs muteren, zowel partij als prijs aanpassen voor diverse taxatie eenheden.
1.0
vastloper houtoogst kolomsgewijs muteren - Kolomsgewijs muteren, zowel partij als prijs aanpassen voor diverse taxatie eenheden.
non_process
vastloper houtoogst kolomsgewijs muteren kolomsgewijs muteren zowel partij als prijs aanpassen voor diverse taxatie eenheden
0
419,021
12,216,649,839
IssuesEvent
2020-05-01 15:34:25
SeldonIO/seldon-core
https://api.github.com/repos/SeldonIO/seldon-core
closed
Fluentd Helm Chart update breaks logs integration
bug priority/p0 triage
The fluentd helm charts updated the syntax of their values.yaml resulting in our setup not reflecting the required changes to ensure the hostname is configured in the fluentd pods. We need to upgrade the fluentd-values.yaml and change the value `- host: ...` to `- hosts: [...]` It would be good to also make part of ...
1.0
Fluentd Helm Chart update breaks logs integration - The fluentd helm charts updated the syntax of their values.yaml resulting in our setup not reflecting the required changes to ensure the hostname is configured in the fluentd pods. We need to upgrade the fluentd-values.yaml and change the value `- host: ...` to `- hos...
non_process
fluentd helm chart update breaks logs integration the fluentd helm charts updated the syntax of their values yaml resulting in our setup not reflecting the required changes to ensure the hostname is configured in the fluentd pods we need to upgrade the fluentd values yaml and change the value host to hos...
0
16,182
20,626,360,111
IssuesEvent
2022-03-07 23:06:41
bartvanosnabrugge/summaWorkflow_public
https://api.github.com/repos/bartvanosnabrugge/summaWorkflow_public
opened
3b_parameters_MODIS_2_to_6
data specific processing
series of bash scripts. Solution likely to be similar to the gdal_python approach in data_specific_processing/merit.py - [ ] copy/ change and adjust code to work as python function - [ ] make sure to add docstring in the sphinx format (see for example util/util.py - read_summa_workflow_control_file or data_specific...
1.0
3b_parameters_MODIS_2_to_6 - series of bash scripts. Solution likely to be similar to the gdal_python approach in data_specific_processing/merit.py - [ ] copy/ change and adjust code to work as python function - [ ] make sure to add docstring in the sphinx format (see for example util/util.py - read_summa_workflow_...
process
parameters modis to series of bash scripts solution likely to be similar to the gdal python approach in data specific processing merit py copy change and adjust code to work as python function make sure to add docstring in the sphinx format see for example util util py read summa workflow contr...
1
16,935
22,286,916,886
IssuesEvent
2022-06-11 19:32:31
PyCQA/pylint
https://api.github.com/repos/PyCQA/pylint
closed
Running pylint in Kubernetes Pod with --jobs=0 fails
Regression Crash 💥 topic-multiprocessing
### Bug description I run pylint in multiple parallel stages with Jenkins at a Kubernets agent with `--jobs=0`. The newly introduced function [pylint.run._query_cpu()](https://github.com/PyCQA/pylint/blob/main/pylint/lint/run.py#L34) is called to determine the number of cpus to use and returns 0 in this case. T...
1.0
Running pylint in Kubernetes Pod with --jobs=0 fails - ### Bug description I run pylint in multiple parallel stages with Jenkins at a Kubernets agent with `--jobs=0`. The newly introduced function [pylint.run._query_cpu()](https://github.com/PyCQA/pylint/blob/main/pylint/lint/run.py#L34) is called to determine the...
process
running pylint in kubernetes pod with jobs fails bug description i run pylint in multiple parallel stages with jenkins at a kubernets agent with jobs the newly introduced function is called to determine the number of cpus to use and returns in this case this leads to a crash of pylint be...
1