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
50,052
13,187,316,371
IssuesEvent
2020-08-13 03:01:37
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
cmake header-only projects. (Trac #62)
Migrated from Trac cmake defect
header-only and executable-only projects aren't supported. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/62 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "2007-11-09T22:34:28", "description": "header-only and executable-only pro...
1.0
cmake header-only projects. (Trac #62) - header-only and executable-only projects aren't supported. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/62 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "2007-11-09T22:34:28", "descripti...
non_process
cmake header only projects trac header only and executable only projects aren t supported migrated from reported by troy and owned by troy json status closed changetime description header only and executable only projects aren t supported rep...
0
9,609
12,549,885,088
IssuesEvent
2020-06-06 08:56:34
neuropsychology/NeuroKit
https://api.github.com/repos/neuropsychology/NeuroKit
closed
Heart/respiration rate - interpolated signal creates crazy values (including negative values)
ECG :heart: RSP :triumph: signal processing :chart_with_upwards_trend:
Follow-up of #236 @Mitchellb16 So I took a look at your data and it seems that indeed the cubic interpolation (used by default) extends the range. It seems like the more there is short and sudden variability, and the more it will struggle to connect the dots with curves, resulting positives and negative spikes betwe...
1.0
Heart/respiration rate - interpolated signal creates crazy values (including negative values) - Follow-up of #236 @Mitchellb16 So I took a look at your data and it seems that indeed the cubic interpolation (used by default) extends the range. It seems like the more there is short and sudden variability, and the more...
process
heart respiration rate interpolated signal creates crazy values including negative values follow up of so i took a look at your data and it seems that indeed the cubic interpolation used by default extends the range it seems like the more there is short and sudden variability and the more it will str...
1
6,496
9,561,533,919
IssuesEvent
2019-05-03 23:56:29
bisq-network/bisq
https://api.github.com/repos/bisq-network/bisq
closed
Failure to open *any* support ticket from within bisq. Dialog opened with crtl+o just closes after clicking on “OPEN SUPPORT TICKET”.
an:investigation in:trade-process
Note that even though that this issue was raised in a similar context, it _differs_ from https://github.com/bisq-network/bisq/issues/2788 in two regards: 1. It is not possible to open _any_ support ticket. 2. Evidence suggests that it _may_ not be limited to the context of stuck trades before step 1. Descripti...
1.0
Failure to open *any* support ticket from within bisq. Dialog opened with crtl+o just closes after clicking on “OPEN SUPPORT TICKET”. - Note that even though that this issue was raised in a similar context, it _differs_ from https://github.com/bisq-network/bisq/issues/2788 in two regards: 1. It is not possible to o...
process
failure to open any support ticket from within bisq dialog opened with crtl o just closes after clicking on “open support ticket” note that even though that this issue was raised in a similar context it differs from in two regards it is not possible to open any support ticket evidence suggests...
1
13,539
8,269,243,060
IssuesEvent
2018-09-15 03:11:52
Microsoft/visualfsharp
https://api.github.com/repos/Microsoft/visualfsharp
closed
Boolean operations generated IL
Area-Compiler Feature Improvement Ready Tenet-Performance
I was doing perf test today and noticed that F# didn't use intrinsic boolean operator with && and ||. C# also makes some optimizations in release, but the F# version is a bit slower that C#. The test case uses the following function: ``` let isAlphaNum (s:string) pos = let c = s.[pos] (c >= '0' && c<='9') || ...
True
Boolean operations generated IL - I was doing perf test today and noticed that F# didn't use intrinsic boolean operator with && and ||. C# also makes some optimizations in release, but the F# version is a bit slower that C#. The test case uses the following function: ``` let isAlphaNum (s:string) pos = let c = s....
non_process
boolean operations generated il i was doing perf test today and noticed that f didn t use intrinsic boolean operator with and c also makes some optimizations in release but the f version is a bit slower that c the test case uses the following function let isalphanum s string pos let c s ...
0
93,157
3,886,320,790
IssuesEvent
2016-04-14 00:12:13
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
media uploading error
Function-Media Priority-Critical Type-Form/Function
We are trying to upload metadata for audio files, and are getting a 'status' error where it's trying to match something in a comment field. See attached spreadsheet, last two columns. [Bulkload_Cicero_Pipilo_audio_2009_mp3_forArctos.xlsx](https://github.com/ArctosDB/arctos/files/216221/Bulkload_Cicero_Pipilo_audio_200...
1.0
media uploading error - We are trying to upload metadata for audio files, and are getting a 'status' error where it's trying to match something in a comment field. See attached spreadsheet, last two columns. [Bulkload_Cicero_Pipilo_audio_2009_mp3_forArctos.xlsx](https://github.com/ArctosDB/arctos/files/216221/Bulkload...
non_process
media uploading error we are trying to upload metadata for audio files and are getting a status error where it s trying to match something in a comment field see attached spreadsheet last two columns
0
352,819
10,546,287,595
IssuesEvent
2019-10-02 21:06:14
mozilla/addons-frontend
https://api.github.com/repos/mozilla/addons-frontend
closed
Creating a collection with the same slug as a previously deleted collection will generate a 404
component: collections priority: p3 state: stale type: bug type: papercut
STR: 1. Log in to AMO 2. Go to View my Collections 3. Select one of your collections to open its details page and make a note of the custom slug 4. Delete the collection 5. Create a new collection and use the same slug as in your previously deleted collection Actual result: A Page not found is displayed afte...
1.0
Creating a collection with the same slug as a previously deleted collection will generate a 404 - STR: 1. Log in to AMO 2. Go to View my Collections 3. Select one of your collections to open its details page and make a note of the custom slug 4. Delete the collection 5. Create a new collection and use the same s...
non_process
creating a collection with the same slug as a previously deleted collection will generate a str log in to amo go to view my collections select one of your collections to open its details page and make a note of the custom slug delete the collection create a new collection and use the same slu...
0
637,713
20,676,115,860
IssuesEvent
2022-03-10 09:26:44
owid/etl
https://api.github.com/repos/owid/etl
closed
Automate: use Github actions to always track `walden` master
priority: 3 - nice to have
## Problem By convention, we want people to add new data snapshots to `walden`, and to push them to `master` as long as they pass tests. The step to then update the `etl` repo is a bit annoying and potentially confusing, since people are not used to submodules. ## Proposed solution On each push to `master` ...
1.0
Automate: use Github actions to always track `walden` master - ## Problem By convention, we want people to add new data snapshots to `walden`, and to push them to `master` as long as they pass tests. The step to then update the `etl` repo is a bit annoying and potentially confusing, since people are not used to s...
non_process
automate use github actions to always track walden master problem by convention we want people to add new data snapshots to walden and to push them to master as long as they pass tests the step to then update the etl repo is a bit annoying and potentially confusing since people are not used to s...
0
2,650
5,427,998,311
IssuesEvent
2017-03-03 14:53:06
openvstorage/framework
https://api.github.com/repos/openvstorage/framework
reopened
bad sco cache (global write buffer) configuration
process_duplicate
On tenv186... ``` [09:54:40] Arne Redlich: the thing is that 2 sco cache mountpoints are configured: [09:54:41] Arne Redlich: "scocache_mount_points": [ { "path": "/mnt/ssd2/hapool_write_sco_1", "size": "46080000KiB" }, { "pa...
1.0
bad sco cache (global write buffer) configuration - On tenv186... ``` [09:54:40] Arne Redlich: the thing is that 2 sco cache mountpoints are configured: [09:54:41] Arne Redlich: "scocache_mount_points": [ { "path": "/mnt/ssd2/hapool_write_sco_1", "size": "46080000KiB" ...
process
bad sco cache global write buffer configuration on arne redlich the thing is that sco cache mountpoints are configured arne redlich scocache mount points path mnt hapool write sco size ...
1
284,212
30,913,604,581
IssuesEvent
2023-08-05 02:22:24
panasalap/linux-4.19.72_Fix
https://api.github.com/repos/panasalap/linux-4.19.72_Fix
reopened
CVE-2020-10690 (Medium) detected in multiple libraries
Mend: dependency security vulnerability
## CVE-2020-10690 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b></p></summary> <p> </p> </details> <p...
True
CVE-2020-10690 (Medium) detected in multiple libraries - ## CVE-2020-10690 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-yoctov5.4.51</b>, <b>linux-yoctov5.4.51</b>, <b>linu...
non_process
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries linux linux linux vulnerability details there is a use after free in kernel versions before due to a race condition between the release of ptp cl...
0
343,484
10,331,252,490
IssuesEvent
2019-09-02 17:12:44
diamm/diamm
https://api.github.com/repos/diamm/diamm
reopened
Consistently show the icon for 'has images' next to sources
Component: User Interface Priority: Medium Status: Waiting to be addressed Type: Bug Type: Enhancement
In places that show links to sources (e.g., in sets, or in a list of sources in which a composition appears) we should display an icon that shows which of these sources have images attached to them.
1.0
Consistently show the icon for 'has images' next to sources - In places that show links to sources (e.g., in sets, or in a list of sources in which a composition appears) we should display an icon that shows which of these sources have images attached to them.
non_process
consistently show the icon for has images next to sources in places that show links to sources e g in sets or in a list of sources in which a composition appears we should display an icon that shows which of these sources have images attached to them
0
5,569
8,407,409,961
IssuesEvent
2018-10-11 20:51:46
SynBioDex/SEPs
https://api.github.com/repos/SynBioDex/SEPs
reopened
SEP 003 -- SBOL Governance Update
Accepted Active Type: Process
# SEP 003 -- SBOL Governance Update | SEP | 003 | | --- | --- | | **Title** | SBOL Governance Update | | **Authors** | Jacob Beal (jakebeal@bbn.com) | | **Type** | Procedure | | **Status** | Draft | | **Created** | 13-Oct-2015 | | **Last modified** | 15-Oct-2015 | ## Abstract This document proposes a thorough updatin...
1.0
SEP 003 -- SBOL Governance Update - # SEP 003 -- SBOL Governance Update | SEP | 003 | | --- | --- | | **Title** | SBOL Governance Update | | **Authors** | Jacob Beal (jakebeal@bbn.com) | | **Type** | Procedure | | **Status** | Draft | | **Created** | 13-Oct-2015 | | **Last modified** | 15-Oct-2015 | ## Abstract This ...
process
sep sbol governance update sep sbol governance update sep title sbol governance update authors jacob beal jakebeal bbn com type procedure status draft created oct last modified oct abstract this document propo...
1
5,691
8,560,195,361
IssuesEvent
2018-11-09 00:02:52
hashicorp/packer
https://api.github.com/repos/hashicorp/packer
closed
Error: cURL error: SSL connect error - builder:vmware-iso, post-processor:vsphere
bug post-processor/vsphere
Packer fails on step during exporting build image into new VM on ESXi. In template there is as option **`"insecure": true`** used Also ovftool have parameters **`--noSSLVerify --noSSLVerify=true`** ``` ==> vmware-iso: Compacting all attached virtual disks... vmware-iso: Compacting virtual disk 1 ==> vmware-...
1.0
Error: cURL error: SSL connect error - builder:vmware-iso, post-processor:vsphere - Packer fails on step during exporting build image into new VM on ESXi. In template there is as option **`"insecure": true`** used Also ovftool have parameters **`--noSSLVerify --noSSLVerify=true`** ``` ==> vmware-iso: Compacting a...
process
error curl error ssl connect error builder vmware iso post processor vsphere packer fails on step during exporting build image into new vm on esxi in template there is as option insecure true used also ovftool have parameters nosslverify nosslverify true vmware iso compacting a...
1
132,148
18,526,948,616
IssuesEvent
2021-10-20 21:52:58
Azure/autorest
https://api.github.com/repos/Azure/autorest
closed
Constant ObjectSchema
Modeler design-discussion P1 - Required triage
If every property in an ObjectSchema is constant, I think it should have a ConstantSchema. See ConstantProduct in Validation: https://github.com/Azure/autorest.testserver/blob/e0d8dcad0f06f45ad6ec4416e45b326a139a63ff/swagger/validation.json#L239
1.0
Constant ObjectSchema - If every property in an ObjectSchema is constant, I think it should have a ConstantSchema. See ConstantProduct in Validation: https://github.com/Azure/autorest.testserver/blob/e0d8dcad0f06f45ad6ec4416e45b326a139a63ff/swagger/validation.json#L239
non_process
constant objectschema if every property in an objectschema is constant i think it should have a constantschema see constantproduct in validation
0
223,503
7,457,742,941
IssuesEvent
2018-03-30 06:44:38
Kunstmaan/KunstmaanBundlesCMS
https://api.github.com/repos/Kunstmaan/KunstmaanBundlesCMS
closed
Image search in media
Priority: Normal Profile: Backend Profile: Frontend Target audience: Administrators Type: Feature Type: Roadmap
add a image search in the media. The search can include searching on filename, filesize, filetype, ...
1.0
Image search in media - add a image search in the media. The search can include searching on filename, filesize, filetype, ...
non_process
image search in media add a image search in the media the search can include searching on filename filesize filetype
0
7,475
2,610,388,177
IssuesEvent
2015-02-26 20:05:35
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
Gentoo user crashing on startup. Wrong SDL version detected
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Start the hwengine from game(in that case, when start the game, engine simply doesn't starts). 2. If the engine is invoked from command line, with the string like this: "hwengine .hedgewars/ /usr/share/games/hedgewars/Data/ Downloads/Repair_Border.37.hwd" the output will...
1.0
Gentoo user crashing on startup. Wrong SDL version detected - ``` What steps will reproduce the problem? 1. Start the hwengine from game(in that case, when start the game, engine simply doesn't starts). 2. If the engine is invoked from command line, with the string like this: "hwengine .hedgewars/ /usr/share/games/h...
non_process
gentoo user crashing on startup wrong sdl version detected what steps will reproduce the problem start the hwengine from game in that case when start the game engine simply doesn t starts if the engine is invoked from command line with the string like this hwengine hedgewars usr share games h...
0
21,892
30,342,064,426
IssuesEvent
2023-07-11 13:20:18
USGS-WiM/StreamStats
https://api.github.com/repos/USGS-WiM/StreamStats
closed
Order Stream Grids table by alphabetical State / Region name
Batch Processor
Should be a quick fix. Currently they are not sorted and Delaware ended up at the bottom because I updated the FileName in the database: ![image](https://github.com/USGS-WiM/StreamStats/assets/40237491/620da7c2-cd12-495a-9f57-f1fc3d7df1a1)
1.0
Order Stream Grids table by alphabetical State / Region name - Should be a quick fix. Currently they are not sorted and Delaware ended up at the bottom because I updated the FileName in the database: ![image](https://github.com/USGS-WiM/StreamStats/assets/40237491/620da7c2-cd12-495a-9f57-f1fc3d7df1a1)
process
order stream grids table by alphabetical state region name should be a quick fix currently they are not sorted and delaware ended up at the bottom because i updated the filename in the database
1
5,132
7,918,331,296
IssuesEvent
2018-07-04 12:58:05
mono/mono
https://api.github.com/repos/mono/mono
closed
UnixServiceController implementation
area-BCL: System.ServiceProcess
[ ] macOS [X] Linux [ ] Windows **Version Used**: LAST Any chance this library will be implemented?
1.0
UnixServiceController implementation - [ ] macOS [X] Linux [ ] Windows **Version Used**: LAST Any chance this library will be implemented?
process
unixservicecontroller implementation macos linux windows version used last any chance this library will be implemented
1
13,727
16,488,003,991
IssuesEvent
2021-05-24 21:09:40
CodeForPhilly/paws-data-pipeline
https://api.github.com/repos/CodeForPhilly/paws-data-pipeline
opened
Handle even longer Execute runs, give better UX
API Async processes UX
When we did #227 , the Execute Match run time was < 60 minutes. As we've added more features, it's now taking just under three hours (on a pretty fast machine). This hits two timeouts: - 30 minute login refresh - 60 minute nginx request timer If the user were to keep the tab in the foreground and hit the refresh...
1.0
Handle even longer Execute runs, give better UX - When we did #227 , the Execute Match run time was < 60 minutes. As we've added more features, it's now taking just under three hours (on a pretty fast machine). This hits two timeouts: - 30 minute login refresh - 60 minute nginx request timer If the user were to...
process
handle even longer execute runs give better ux when we did the execute match run time was minutes as we ve added more features it s now taking just under three hours on a pretty fast machine this hits two timeouts minute login refresh minute nginx request timer if the user were to keep...
1
22,127
30,672,909,960
IssuesEvent
2023-07-26 01:03:48
googleapis/google-cloud-ruby
https://api.github.com/repos/googleapis/google-cloud-ruby
closed
Warning: a recent release failed
type: process
The following release PRs may have failed: * #22565 - The release job is 'autorelease: pending', but expected 'autorelease: published'. * #22566 - The release job is 'autorelease: pending', but expected 'autorelease: published'.
1.0
Warning: a recent release failed - The following release PRs may have failed: * #22565 - The release job is 'autorelease: pending', but expected 'autorelease: published'. * #22566 - The release job is 'autorelease: pending', but expected 'autorelease: published'.
process
warning a recent release failed the following release prs may have failed the release job is autorelease pending but expected autorelease published the release job is autorelease pending but expected autorelease published
1
4,035
6,971,711,244
IssuesEvent
2017-12-11 14:53:38
w3c/html
https://api.github.com/repos/w3c/html
closed
CFC: Merge Web Workers into HTML
process
This is a Call For Consensus (CFC) to merge the [Web Workers](https://w3c.github.io/workers/) specification into the [HTML](https://w3c.github.io/html) specification. The reason for merging the two specifications is that it would make it easier to maintain Web Workers, and therefore more likely that the Web Workers ...
1.0
CFC: Merge Web Workers into HTML - This is a Call For Consensus (CFC) to merge the [Web Workers](https://w3c.github.io/workers/) specification into the [HTML](https://w3c.github.io/html) specification. The reason for merging the two specifications is that it would make it easier to maintain Web Workers, and therefor...
process
cfc merge web workers into html this is a call for consensus cfc to merge the specification into the specification the reason for merging the two specifications is that it would make it easier to maintain web workers and therefore more likely that the web workers parts of the html specification will b...
1
6,897
10,039,752,311
IssuesEvent
2019-07-18 18:13:05
dCentralizedSystems/customer-support
https://api.github.com/repos/dCentralizedSystems/customer-support
opened
7 day timespan report takes too . long and is inconsistent
data sample client fleet management stream processing
known issue, internal issue created to track. We currently use unicast (single node query) to retrieve data, since merging across nodes takes too long. But since the load balancer randomly picks a node, if each node has gaps in its index, the results will vary. we have enabled full replication since middle of this w...
1.0
7 day timespan report takes too . long and is inconsistent - known issue, internal issue created to track. We currently use unicast (single node query) to retrieve data, since merging across nodes takes too long. But since the load balancer randomly picks a node, if each node has gaps in its index, the results will var...
process
day timespan report takes too long and is inconsistent known issue internal issue created to track we currently use unicast single node query to retrieve data since merging across nodes takes too long but since the load balancer randomly picks a node if each node has gaps in its index the results will var...
1
91,028
11,457,915,874
IssuesEvent
2020-02-07 01:24:01
draveness/blog-comments
https://api.github.com/repos/draveness/blog-comments
opened
为什么比特币可以防篡改 · Why's THE Design?
/whys-the-design-bitcoin-database Gitalk
https://draveness.me/whys-the-design-bitcoin-database 如果我们对比特币等区块链技术稍有了解,就会发现它是一个设计巧妙的分布式数据库。作为在公网运行的分布式数据库,比特币和其它区块链网络都会面对网络中的恶意节点的攻击。因为比特币需要面对复杂的网络环境以及不可靠的节点,所以它在设计和实现上也做出了应对,我们可以看看它是如何组合现有的技术防止恶意节点对交易和账户数据进行篡改的。
1.0
为什么比特币可以防篡改 · Why's THE Design? - https://draveness.me/whys-the-design-bitcoin-database 如果我们对比特币等区块链技术稍有了解,就会发现它是一个设计巧妙的分布式数据库。作为在公网运行的分布式数据库,比特币和其它区块链网络都会面对网络中的恶意节点的攻击。因为比特币需要面对复杂的网络环境以及不可靠的节点,所以它在设计和实现上也做出了应对,我们可以看看它是如何组合现有的技术防止恶意节点对交易和账户数据进行篡改的。
non_process
为什么比特币可以防篡改 · why s the design 如果我们对比特币等区块链技术稍有了解,就会发现它是一个设计巧妙的分布式数据库。作为在公网运行的分布式数据库,比特币和其它区块链网络都会面对网络中的恶意节点的攻击。因为比特币需要面对复杂的网络环境以及不可靠的节点,所以它在设计和实现上也做出了应对,我们可以看看它是如何组合现有的技术防止恶意节点对交易和账户数据进行篡改的。
0
2,946
5,924,115,160
IssuesEvent
2017-05-23 09:39:12
Hurence/logisland
https://api.github.com/repos/Hurence/logisland
opened
Add DeepLearning learning demo processor
cyber-security feature processor
The aim of this processor is to show how to deploy a DeepLearning processor in logisland using deepLearning4j. It implement a (preliminary built and trained with MNIST dataset) Neural Network model trained on the famous MNIST hand digit dataset. # Specifications like the version of the project, operating system, ...
1.0
Add DeepLearning learning demo processor - The aim of this processor is to show how to deploy a DeepLearning processor in logisland using deepLearning4j. It implement a (preliminary built and trained with MNIST dataset) Neural Network model trained on the famous MNIST hand digit dataset. # Specifications like th...
process
add deeplearning learning demo processor the aim of this processor is to show how to deploy a deeplearning processor in logisland using it implement a preliminary built and trained with mnist dataset neural network model trained on the famous mnist hand digit dataset specifications like the version of ...
1
13,375
15,835,715,597
IssuesEvent
2021-04-06 18:22:19
EKGF/ekg-mm
https://api.github.com/repos/EKGF/ekg-mm
closed
Add collaboration process as appendix
ekg-mm-process
See also issue #17. The version of the Google Docs doc (saved as PDF) that will now be added as LaTeX to the EKG/MM repo: [ekgf - collaboration process.pdf](https://github.com/EKGF/ekg-mm/files/5787152/ekgf.-.collaboration.process.pdf)
1.0
Add collaboration process as appendix - See also issue #17. The version of the Google Docs doc (saved as PDF) that will now be added as LaTeX to the EKG/MM repo: [ekgf - collaboration process.pdf](https://github.com/EKGF/ekg-mm/files/5787152/ekgf.-.collaboration.process.pdf)
process
add collaboration process as appendix see also issue the version of the google docs doc saved as pdf that will now be added as latex to the ekg mm repo
1
13,001
15,361,038,177
IssuesEvent
2021-03-01 17:38:28
googleapis/python-org-policy
https://api.github.com/repos/googleapis/python-org-policy
opened
Use bazel to generate _pb2.py files
type: process
Follow up on https://github.com/googleapis/python-org-policy/blob/d5073bc0fa69af37948137b4e7e8777c5ce83faf/synth.py#L81-L83 Use bazel rules to generate the `_pb2.py` files for orgpolicy v1.
1.0
Use bazel to generate _pb2.py files - Follow up on https://github.com/googleapis/python-org-policy/blob/d5073bc0fa69af37948137b4e7e8777c5ce83faf/synth.py#L81-L83 Use bazel rules to generate the `_pb2.py` files for orgpolicy v1.
process
use bazel to generate py files follow up on use bazel rules to generate the py files for orgpolicy
1
13,715
23,606,691,205
IssuesEvent
2022-08-24 08:52:02
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
rollbackPr breaks updates for poetry project
type:bug status:requirements priority-5-triage
### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. 32.173.1 ### Please select which platform you are using if self-hosting. gitlab.com ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Wa...
1.0
rollbackPr breaks updates for poetry project - ### How are you running Renovate? Self-hosted ### If you're self-hosting Renovate, tell us what version of Renovate you run. 32.173.1 ### Please select which platform you are using if self-hosting. gitlab.com ### If you're self-hosting Renovate, tell us what version ...
non_process
rollbackpr breaks updates for poetry project how are you running renovate self hosted if you re self hosting renovate tell us what version of renovate you run please select which platform you are using if self hosting gitlab com if you re self hosting renovate tell us what version of ...
0
15,569
19,703,505,020
IssuesEvent
2022-01-12 19:08:06
googleapis/java-workflow-executions
https://api.github.com/repos/googleapis/java-workflow-executions
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 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'workflow-executions' invalid in .repo-metadata.json ☝️ Once you correct these problems, you can close this issue. Reach out to **go/github-aut...
1.0
Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file: Result of scan 📈: * release_level must be equal to one of the allowed values in .repo-metadata.json * api_shortname 'workflow-executions' invalid in .repo-metadata.json ☝️ Once you correct these problems, you ca...
process
your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 release level must be equal to one of the allowed values in repo metadata json api shortname workflow executions invalid in repo metadata json ☝️ once you correct these problems you ca...
1
15,138
18,891,988,806
IssuesEvent
2021-11-15 14:11:38
pystatgen/sgkit
https://api.github.com/repos/pystatgen/sgkit
closed
NumFOCUS onboarding
process + tools
- [ ] Add the “Powered by NumFOCUS” badge for your website and/or GitHub - [ ] Add the Fiscal Sponsor Readme Attribution to your project’s GitHub - [ ] Add the NumFOCUS sponsored project logo (with link to numfocus.org) to your project’s website (under About) and language indicating that you are a sponsored project o...
1.0
NumFOCUS onboarding - - [ ] Add the “Powered by NumFOCUS” badge for your website and/or GitHub - [ ] Add the Fiscal Sponsor Readme Attribution to your project’s GitHub - [ ] Add the NumFOCUS sponsored project logo (with link to numfocus.org) to your project’s website (under About) and language indicating that you are...
process
numfocus onboarding add the “powered by numfocus” badge for your website and or github add the fiscal sponsor readme attribution to your project’s github add the numfocus sponsored project logo with link to numfocus org to your project’s website under about and language indicating that you are a spo...
1
18,588
24,568,189,206
IssuesEvent
2022-10-13 06:15:31
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Unable to add new maintainer to go-maintainers GitHub team
type: support / not a bug (process) untriaged team-Bazel
### Description of the bug: Members of the `bazelbuild/go-maintainers` team are unable to add new maintainers. ### What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible. 1. Go to https://github.com/orgs/bazelbuild/teams/go-maintainers/members as a member of the go-mai...
1.0
Unable to add new maintainer to go-maintainers GitHub team - ### Description of the bug: Members of the `bazelbuild/go-maintainers` team are unable to add new maintainers. ### What's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible. 1. Go to https://github.com/orgs/baze...
process
unable to add new maintainer to go maintainers github team description of the bug members of the bazelbuild go maintainers team are unable to add new maintainers what s the simplest easiest way to reproduce this bug please provide a minimal example if possible go to as a member of the go main...
1
518,958
15,037,997,298
IssuesEvent
2021-02-02 16:57:20
mredwin1/DivisionManagementSystem
https://api.github.com/repos/mredwin1/DivisionManagementSystem
closed
Assignee to be stored as employee_id as opposed to "first_name last_name"
Area: Backend Priority: Low Type: Enhancement
This will ensure if we never run into an issue when employees share the same first and last name since employee ID is unique.
1.0
Assignee to be stored as employee_id as opposed to "first_name last_name" - This will ensure if we never run into an issue when employees share the same first and last name since employee ID is unique.
non_process
assignee to be stored as employee id as opposed to first name last name this will ensure if we never run into an issue when employees share the same first and last name since employee id is unique
0
128,074
18,025,704,210
IssuesEvent
2021-09-17 04:03:15
scriptex/at-the-wall
https://api.github.com/repos/scriptex/at-the-wall
closed
CVE-2021-3795 (Medium) detected in semver-regex-2.0.0.tgz
security vulnerability
## CVE-2021-3795 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary> <p>Regular expression for matching semver versions</p> <p>Library home page:...
True
CVE-2021-3795 (Medium) detected in semver-regex-2.0.0.tgz - ## CVE-2021-3795 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>semver-regex-2.0.0.tgz</b></p></summary> <p>Regular expre...
non_process
cve medium detected in semver regex tgz cve medium severity vulnerability vulnerable library semver regex tgz regular expression for matching semver versions library home page a href path to dependency file at the wall package json path to vulnerable library at the w...
0
29,536
5,641,975,557
IssuesEvent
2017-04-06 20:01:11
ExactTarget/fuelux
https://api.github.com/repos/ExactTarget/fuelux
opened
Out of date theme documentation page
Documentation
Looks like the theme heroku app has been taken down. If it's going to stay down, either the page or the iframe should be removed. ![screen shot 2017-04-06 at 1 57 19 pm](https://cloud.githubusercontent.com/assets/1290832/24773157/43f7f2e8-1ad1-11e7-9b87-688f7b648da0.png) http://getfuelux.com/mctheme/index.html#mc...
1.0
Out of date theme documentation page - Looks like the theme heroku app has been taken down. If it's going to stay down, either the page or the iframe should be removed. ![screen shot 2017-04-06 at 1 57 19 pm](https://cloud.githubusercontent.com/assets/1290832/24773157/43f7f2e8-1ad1-11e7-9b87-688f7b648da0.png) htt...
non_process
out of date theme documentation page looks like the theme heroku app has been taken down if it s going to stay down either the page or the iframe should be removed
0
19,144
25,206,229,324
IssuesEvent
2022-11-13 18:10:51
darktable-org/darktable
https://api.github.com/repos/darktable-org/darktable
closed
Filmic defaults for dt 4.2
feature: enhancement scope: UI scope: image processing
As of lately (since dt 4.0) there has been quite a bunch of confusion caused by filmic among the userbase. I think these are mainly due to two reasons: 1. Introduction of v6 color science which always preserves the chromaticity angle, even in the "no" preservation mode. It also removed the desaturation curve which m...
1.0
Filmic defaults for dt 4.2 - As of lately (since dt 4.0) there has been quite a bunch of confusion caused by filmic among the userbase. I think these are mainly due to two reasons: 1. Introduction of v6 color science which always preserves the chromaticity angle, even in the "no" preservation mode. It also removed t...
process
filmic defaults for dt as of lately since dt there has been quite a bunch of confusion caused by filmic among the userbase i think these are mainly due to two reasons introduction of color science which always preserves the chromaticity angle even in the no preservation mode it also removed th...
1
15,168
18,925,353,209
IssuesEvent
2021-11-17 08:58:07
mozilla-mobile/focus-android
https://api.github.com/repos/mozilla-mobile/focus-android
opened
Automation: Uplift translations from main to release branches
l10n eng:automation L10N process (FADP-17)
We have an automated process for landing translations in `main`. Whenever we branch for an upcoming release the current state of translations will be on that branch and no further updates will reach the release branches. This can be problematic for translations that come in after branching, but also for fixing bugs in ...
1.0
Automation: Uplift translations from main to release branches - We have an automated process for landing translations in `main`. Whenever we branch for an upcoming release the current state of translations will be on that branch and no further updates will reach the release branches. This can be problematic for transla...
process
automation uplift translations from main to release branches we have an automated process for landing translations in main whenever we branch for an upcoming release the current state of translations will be on that branch and no further updates will reach the release branches this can be problematic for transla...
1
15,716
19,849,205,623
IssuesEvent
2022-01-21 10:21:17
ooi-data/RS03AXPS-PC03A-4A-CTDPFA303-streamed-ctdpf_optode_sample
https://api.github.com/repos/ooi-data/RS03AXPS-PC03A-4A-CTDPFA303-streamed-ctdpf_optode_sample
opened
🛑 Processing failed: ValueError
process
## Overview `ValueError` found in `processing_task` task during run ended on 2022-01-21T10:21:17.038179. ## Details Flow name: `RS03AXPS-PC03A-4A-CTDPFA303-streamed-ctdpf_optode_sample` Task name: `processing_task` Error type: `ValueError` Error message: cannot reshape array of size 1209600 into shape (2777778,) <...
1.0
🛑 Processing failed: ValueError - ## Overview `ValueError` found in `processing_task` task during run ended on 2022-01-21T10:21:17.038179. ## Details Flow name: `RS03AXPS-PC03A-4A-CTDPFA303-streamed-ctdpf_optode_sample` Task name: `processing_task` Error type: `ValueError` Error message: cannot reshape array of siz...
process
🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name streamed ctdpf optode sample task name processing task error type valueerror error message cannot reshape array of size into shape traceback ...
1
87,464
17,270,839,363
IssuesEvent
2021-07-22 19:36:29
009-Personal-Alexa-like-Speech-Service/009---Personal-Alexa-like-Speech-Service
https://api.github.com/repos/009-Personal-Alexa-like-Speech-Service/009---Personal-Alexa-like-Speech-Service
closed
Define wrong input
code
e. g. the backround noise it too loud or Hal doesnt understand the spoken command -> implement a sentences like "I didnt understand, please be clear mate"
1.0
Define wrong input - e. g. the backround noise it too loud or Hal doesnt understand the spoken command -> implement a sentences like "I didnt understand, please be clear mate"
non_process
define wrong input e g the backround noise it too loud or hal doesnt understand the spoken command implement a sentences like i didnt understand please be clear mate
0
1,443
4,009,116,837
IssuesEvent
2016-05-13 01:23:21
BlesseNtumble/GalaxySpace
https://api.github.com/repos/BlesseNtumble/GalaxySpace
closed
Crash
bug in the process of correcting
---- Minecraft Crash Report ---- // Oops. Time: 12.05.16 10:43 Description: Exception in server tick loop cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: textures at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.preinitializeMods(Loader...
1.0
Crash - ---- Minecraft Crash Report ---- // Oops. Time: 12.05.16 10:43 Description: Exception in server tick loop cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: textures at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) at cpw.mods.fml.common.Loader.preinitializeMod...
process
crash minecraft crash report oops time description exception in server tick loop cpw mods fml common loaderexception java lang nosuchfielderror textures at cpw mods fml common loadcontroller transition loadcontroller java at cpw mods fml common loader preinitializemods loade...
1
15,927
20,144,845,078
IssuesEvent
2022-02-09 05:52:44
CMPT756-A5-Org-Patel-Dhruv/MYC756PROJECT
https://api.github.com/repos/CMPT756-A5-Org-Patel-Dhruv/MYC756PROJECT
opened
Update VISA_Balance column with average values
preprocessing
Write a suitable python code in a jupyter notebook to impute the 0 VISA_Balance column values and with Avg values. ![Screen Shot 2022-02-08 at 9 52 01 PM](https://user-images.githubusercontent.com/23083816/153130153-bfaf041e-daa4-4745-b1da-dc61781766e0.png)
1.0
Update VISA_Balance column with average values - Write a suitable python code in a jupyter notebook to impute the 0 VISA_Balance column values and with Avg values. ![Screen Shot 2022-02-08 at 9 52 01 PM](https://user-images.githubusercontent.com/23083816/153130153-bfaf041e-daa4-4745-b1da-dc61781766e0.png)
process
update visa balance column with average values write a suitable python code in a jupyter notebook to impute the visa balance column values and with avg values
1
41,528
21,726,569,758
IssuesEvent
2022-05-11 08:13:34
agda/agda-stdlib
https://api.github.com/repos/agda/agda-stdlib
closed
Disastrous expansion of operations in `Data.Rational.Base`
bug performance
The operations such as addition and multiplication in `Data.Rational.Base` are defined in terms of the numerator and denominator projection operations, e.g. https://github.com/agda/agda-stdlib/blob/650e05f3a5ef06cb938c3b91a4fc8b9b8d7c5ef2/src/Data/Rational/Base.agda#L206-L207 This is beautiful and elegant, and ar...
True
Disastrous expansion of operations in `Data.Rational.Base` - The operations such as addition and multiplication in `Data.Rational.Base` are defined in terms of the numerator and denominator projection operations, e.g. https://github.com/agda/agda-stdlib/blob/650e05f3a5ef06cb938c3b91a4fc8b9b8d7c5ef2/src/Data/Rational...
non_process
disastrous expansion of operations in data rational base the operations such as addition and multiplication in data rational base are defined in terms of the numerator and denominator projection operations e g this is beautiful and elegant and arguably the right way to define them however it does mea...
0
166,209
26,323,689,724
IssuesEvent
2023-01-10 03:27:21
wso2/ballerina-plugin-vscode
https://api.github.com/repos/wso2/ballerina-plugin-vscode
closed
Place services in columns based on depth of interactions in Service Interaction view
Type/Improvement Area/ProjectDesignTool
Please see the attached image of ballerina gcp demo project in https://github.com/ballerina-guides/gcp-microservices-demo ![unnamed](https://user-images.githubusercontent.com/323846/201826799-fb772559-414d-4cf0-825b-3ba2a93829c6.jpg) 1. Can we place the service in the column corresponding to depth of the service ...
1.0
Place services in columns based on depth of interactions in Service Interaction view - Please see the attached image of ballerina gcp demo project in https://github.com/ballerina-guides/gcp-microservices-demo ![unnamed](https://user-images.githubusercontent.com/323846/201826799-fb772559-414d-4cf0-825b-3ba2a93829c6....
non_process
place services in columns based on depth of interactions in service interaction view please see the attached image of ballerina gcp demo project in can we place the service in the column corresponding to depth of the service interaction tree can we render the tree from top to down
0
163,365
12,719,685,659
IssuesEvent
2020-06-24 09:41:56
prestosql/presto
https://api.github.com/repos/prestosql/presto
opened
Automatically cancel old PR builds on pushes
enhancement test
During the migration from Travis to GitHub Actions we lost functionality to automatically cancel old PR builds on pushes to the PR's source branch. Provide equivalent functionality in GHA environment.
1.0
Automatically cancel old PR builds on pushes - During the migration from Travis to GitHub Actions we lost functionality to automatically cancel old PR builds on pushes to the PR's source branch. Provide equivalent functionality in GHA environment.
non_process
automatically cancel old pr builds on pushes during the migration from travis to github actions we lost functionality to automatically cancel old pr builds on pushes to the pr s source branch provide equivalent functionality in gha environment
0
326,892
24,106,614,738
IssuesEvent
2022-09-20 08:00:30
nnaisense/evotorch
https://api.github.com/repos/nnaisense/evotorch
closed
Simple example scripts
documentation
Simpler example scripts that demonstrate basic usage without extra dependencies (such as Sacred) will help new users get started.
1.0
Simple example scripts - Simpler example scripts that demonstrate basic usage without extra dependencies (such as Sacred) will help new users get started.
non_process
simple example scripts simpler example scripts that demonstrate basic usage without extra dependencies such as sacred will help new users get started
0
14,081
16,961,466,952
IssuesEvent
2021-06-29 04:55:18
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
Android Build failure
Bug Process: Fixed
**Describe the bug** The github repo that provides the `'com.uphyca:stetho_realm:2.3.0'` package, https://github.com/WickeDev/stetho-realm/raw/master/maven-repo, no longer exists. Therefore, the build is failing with this message: ``` "Install Android SDK Platform 29 (revision: 5)" finished. registerResGeneratingT...
1.0
Android Build failure - **Describe the bug** The github repo that provides the `'com.uphyca:stetho_realm:2.3.0'` package, https://github.com/WickeDev/stetho-realm/raw/master/maven-repo, no longer exists. Therefore, the build is failing with this message: ``` "Install Android SDK Platform 29 (revision: 5)" finished....
process
android build failure describe the bug the github repo that provides the com uphyca stetho realm package no longer exists therefore the build is failing with this message install android sdk platform revision finished registerresgeneratingtask is deprecated use registergenerate...
1
614,617
19,187,067,173
IssuesEvent
2021-12-05 11:37:19
ElPumpo/TinyNvidiaUpdateChecker
https://api.github.com/repos/ElPumpo/TinyNvidiaUpdateChecker
opened
Redo fetching latest graphics driver from NVIDIA
enhancement priority
The current code for fetching the latest drivers is not any good because it reports to NVIDIA a fixed GPU ID that doesn't match everyones GPU. This causes issues when there's different drivers available for different hardware.
1.0
Redo fetching latest graphics driver from NVIDIA - The current code for fetching the latest drivers is not any good because it reports to NVIDIA a fixed GPU ID that doesn't match everyones GPU. This causes issues when there's different drivers available for different hardware.
non_process
redo fetching latest graphics driver from nvidia the current code for fetching the latest drivers is not any good because it reports to nvidia a fixed gpu id that doesn t match everyones gpu this causes issues when there s different drivers available for different hardware
0
207,889
16,096,868,855
IssuesEvent
2021-04-27 02:00:43
SarayGal/Unac-Virtual-Tracking
https://api.github.com/repos/SarayGal/Unac-Virtual-Tracking
closed
Principales partes interesadas
ESTRATEGIA DE GESTIÓN DE LAS PARTES INTERESADAS documentation
Esto identifica el sub-conjunto de partes interesadas que han sido identificadas como partes interesadas clave y el razonamiento para determinar que son partes interesadas clave. Las partes interesadas clave son a menudo aquellas que potencialmente tienen más influencia sobre un proyecto o aquellos que pueden ser los ...
1.0
Principales partes interesadas - Esto identifica el sub-conjunto de partes interesadas que han sido identificadas como partes interesadas clave y el razonamiento para determinar que son partes interesadas clave. Las partes interesadas clave son a menudo aquellas que potencialmente tienen más influencia sobre un proyec...
non_process
principales partes interesadas esto identifica el sub conjunto de partes interesadas que han sido identificadas como partes interesadas clave y el razonamiento para determinar que son partes interesadas clave las partes interesadas clave son a menudo aquellas que potencialmente tienen más influencia sobre un proyec...
0
7,956
11,137,565,746
IssuesEvent
2019-12-20 19:42:51
openopps/openopps-platform
https://api.github.com/repos/openopps/openopps-platform
closed
DoS apply: Allow for sorting of work experience
Apply Process Requirements Ready State Dept.
Who: Applicants What: Ability to sort work experience on an open opps student application Why: in order to allow students to highlight which work experience should display first Acceptance Criteria: - Add the ability to sort work experience in Open Opps by using arrows - Work experience will be pulled over fro...
1.0
DoS apply: Allow for sorting of work experience - Who: Applicants What: Ability to sort work experience on an open opps student application Why: in order to allow students to highlight which work experience should display first Acceptance Criteria: - Add the ability to sort work experience in Open Opps by using ...
process
dos apply allow for sorting of work experience who applicants what ability to sort work experience on an open opps student application why in order to allow students to highlight which work experience should display first acceptance criteria add the ability to sort work experience in open opps by using ...
1
231,567
17,693,780,146
IssuesEvent
2021-08-24 13:15:11
ANCPLabOldenburg/ancp-bids
https://api.github.com/repos/ANCPLabOldenburg/ancp-bids
opened
Support browsing of schema graph
documentation
Pls add functionality that makes it possible for users to browse the BIDS graph defined in the schema
1.0
Support browsing of schema graph - Pls add functionality that makes it possible for users to browse the BIDS graph defined in the schema
non_process
support browsing of schema graph pls add functionality that makes it possible for users to browse the bids graph defined in the schema
0
17,671
23,494,973,650
IssuesEvent
2022-08-17 23:34:00
brucemiller/LaTeXML
https://api.github.com/repos/brucemiller/LaTeXML
closed
\tableofcontents within a section only generates TOC for that section if it's split out
bug postprocessing minor
If you run `latexmlc --splitat=section` on the following file, the desired table of contents contains only the entries for section B, rather than for the entire document. Not a huge bug, but slightly annoying. ```latex \documentclass{amsart} \begin{document} \tableofcontents \section{A} \subsection{AA} \...
1.0
\tableofcontents within a section only generates TOC for that section if it's split out - If you run `latexmlc --splitat=section` on the following file, the desired table of contents contains only the entries for section B, rather than for the entire document. Not a huge bug, but slightly annoying. ```latex \document...
process
tableofcontents within a section only generates toc for that section if it s split out if you run latexmlc splitat section on the following file the desired table of contents contains only the entries for section b rather than for the entire document not a huge bug but slightly annoying latex document...
1
130,656
18,104,367,035
IssuesEvent
2021-09-22 17:29:12
elementary/wingpanel-indicator-keyboard
https://api.github.com/repos/elementary/wingpanel-indicator-keyboard
closed
Ibus daemon should be started if necessary when ibus input methods are in use
Priority: Wishlist Needs Design
<!-- * 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--> When setting up ibus input methods with the swit...
1.0
Ibus daemon should be started if necessary when ibus input methods are in use - <!-- * 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...
non_process
ibus daemon should be started if necessary when ibus input methods are in use please read and follow these tips be sure to search open and closed issues for duplicates problem when setting up ibus input methods with the switchboard plug it is necessary to turn the ibus daemon on and ...
0
6,387
9,462,416,236
IssuesEvent
2019-04-17 15:23:34
googleapis/google-cloud-cpp
https://api.github.com/repos/googleapis/google-cloud-cpp
closed
Consider fixing warnings emitted by ShellCheck
type: process
[ShellCheck](https://github.com/koalaman/shellcheck) is a static analysis tool for shell scripts. I ran it on this codebase and here's the list of warnings emitted run through `uniq`. We can decide individually what warnings we care about and don't. [SC2007](https://github.com/koalaman/shellcheck/wiki/SC2007): Use $...
1.0
Consider fixing warnings emitted by ShellCheck - [ShellCheck](https://github.com/koalaman/shellcheck) is a static analysis tool for shell scripts. I ran it on this codebase and here's the list of warnings emitted run through `uniq`. We can decide individually what warnings we care about and don't. [SC2007](https://g...
process
consider fixing warnings emitted by shellcheck is a static analysis tool for shell scripts i ran it on this codebase and here s the list of warnings emitted run through uniq we can decide individually what warnings we care about and don t use instead of deprecated expressions don t exp...
1
15,017
18,727,921,663
IssuesEvent
2021-11-03 18:12:16
SAP/spartacus
https://api.github.com/repos/SAP/spartacus
closed
[MASTER] release process optimizations
release-activities improvement release-process m2j
Optimizations for our release process - [x] Spartacus installation (via script) on CI - [x] #12109 - [x] #14146
1.0
[MASTER] release process optimizations - Optimizations for our release process - [x] Spartacus installation (via script) on CI - [x] #12109 - [x] #14146
process
release process optimizations optimizations for our release process spartacus installation via script on ci
1
21,182
10,580,475,050
IssuesEvent
2019-10-08 06:51:31
ignatandrei/Presentations
https://api.github.com/repos/ignatandrei/Presentations
opened
WS-2019-0291 (High) detected in handlebars-4.1.0.tgz
security vulnerability
## WS-2019-0291 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates ef...
True
WS-2019-0291 (High) detected in handlebars-4.1.0.tgz - ## WS-2019-0291 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary> <p>Handlebars provides the...
non_process
ws high detected in handlebars tgz ws high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file tmp ws scm p...
0
273,227
29,820,207,185
IssuesEvent
2023-06-17 01:08:53
Nivaskumark/CVE-2020-0114-frameworks_base11
https://api.github.com/repos/Nivaskumark/CVE-2020-0114-frameworks_base11
opened
CVE-2023-20908 (Medium) detected in baseandroid-10.0.0_r14
Mend: dependency security vulnerability
## CVE-2023-20908 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r14</b></p></summary> <p> <p>Android framework classes and services</p> <p>Library home page: <a ...
True
CVE-2023-20908 (Medium) detected in baseandroid-10.0.0_r14 - ## CVE-2023-20908 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>baseandroid-10.0.0_r14</b></p></summary> <p> <p>Android...
non_process
cve medium detected in baseandroid cve medium severity vulnerability vulnerable library baseandroid android framework classes and services library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
16,375
21,093,280,073
IssuesEvent
2022-04-04 07:56:56
opensafely-core/job-server
https://api.github.com/repos/opensafely-core/job-server
closed
Set up permissions for viewing and editing application forms
application-process
As an admin user, I want more granular permission level for other admin user, so that we can control who has access to add comments or view application form submissions. ## Permissions - View and add comments - View-only ## To do - [ ] Admin can apply permissions to other admins - [ ] View and add comment...
1.0
Set up permissions for viewing and editing application forms - As an admin user, I want more granular permission level for other admin user, so that we can control who has access to add comments or view application form submissions. ## Permissions - View and add comments - View-only ## To do - [ ] Admin ca...
process
set up permissions for viewing and editing application forms as an admin user i want more granular permission level for other admin user so that we can control who has access to add comments or view application form submissions permissions view and add comments view only to do admin can ...
1
10,725
13,526,847,467
IssuesEvent
2020-09-15 14:43:22
cypress-io/cypress
https://api.github.com/repos/cypress-io/cypress
closed
Improve spec serving
internal-priority process: tests stage: needs review
We can improve how specs are served, utilizing express's built-in etag handling.
1.0
Improve spec serving - We can improve how specs are served, utilizing express's built-in etag handling.
process
improve spec serving we can improve how specs are served utilizing express s built in etag handling
1
92,120
11,610,290,728
IssuesEvent
2020-02-26 02:32:25
SHPEUCF/shpeucfapp
https://api.github.com/repos/SHPEUCF/shpeucfapp
opened
Reset Password screen looks terrible on pixel 3a
Design bug
Text does not read well on background. height of textbox is not tall enough for the text. <img width="296" alt="Screen Shot 2020-02-25 at 9 31 21 PM" src="https://user-images.githubusercontent.com/22435531/75306173-3cc09400-5816-11ea-921f-dffed6ad1194.png">
1.0
Reset Password screen looks terrible on pixel 3a - Text does not read well on background. height of textbox is not tall enough for the text. <img width="296" alt="Screen Shot 2020-02-25 at 9 31 21 PM" src="https://user-images.githubusercontent.com/22435531/75306173-3cc09400-5816-11ea-921f-dffed6ad1194.png">
non_process
reset password screen looks terrible on pixel text does not read well on background height of textbox is not tall enough for the text img width alt screen shot at pm src
0
12,985
2,732,621,639
IssuesEvent
2015-04-17 08:00:58
creativo/softmodii
https://api.github.com/repos/creativo/softmodii
opened
La ruta para descargar el SD Formatter en el documento Softmodii PDF rev10.pdf es incorrecta
Prioridad-Media Tipo-Defecto Version-Ejecutable
**¿Qué pasos reproducen el problema?** 1\. Ir a la página 6 del manual. 2\. La URL para descargar el formateador oficial para las SD es [http://www.sdcard.org/consumers/formatter_3/SDFormatterv3.0.zip](http://www.sdcard.org/consumers/formatter_3/SDFormatterv3.0.zip) 3\. Al abrir la ruta se obtiene el error Resource...
1.0
La ruta para descargar el SD Formatter en el documento Softmodii PDF rev10.pdf es incorrecta - **¿Qué pasos reproducen el problema?** 1\. Ir a la página 6 del manual. 2\. La URL para descargar el formateador oficial para las SD es [http://www.sdcard.org/consumers/formatter_3/SDFormatterv3.0.zip](http://www.sdcard.or...
non_process
la ruta para descargar el sd formatter en el documento softmodii pdf pdf es incorrecta ¿qué pasos reproducen el problema ir a la página del manual la url para descargar el formateador oficial para las sd es al abrir la ruta se obtiene el error resource not found la ruta correcta ahora e...
0
11,575
14,442,447,942
IssuesEvent
2020-12-07 18:10:08
googleapis/google-cloud-go
https://api.github.com/repos/googleapis/google-cloud-go
closed
all: investigate using release-please for releases
type: process
release-please can help automate the release process. Can/should we use it for Go? release-please can generate changelogs if the repo follows https://www.conventionalcommits.org/en/v1.0.0/. But, we only include the scope (the affected package), not the type. See https://github.com/golang/go/wiki/CommitMessage. ...
1.0
all: investigate using release-please for releases - release-please can help automate the release process. Can/should we use it for Go? release-please can generate changelogs if the repo follows https://www.conventionalcommits.org/en/v1.0.0/. But, we only include the scope (the affected package), not the type. Se...
process
all investigate using release please for releases release please can help automate the release process can should we use it for go release please can generate changelogs if the repo follows but we only include the scope the affected package not the type see cc codyoss broady bcoe
1
10,992
13,785,994,772
IssuesEvent
2020-10-09 00:27:18
cbrennanpoole/Qualitative-Self
https://api.github.com/repos/cbrennanpoole/Qualitative-Self
closed
Review Assertions | System for Award Management
Competitive Advantage Creative Strategy Git God Git Gud Google Cloud Next 2020 Growth-Hack-Attack Growth-Hacking IT Gates Machines Learning Microsoft The State Way abc.xyz good first issue help wanted institutional stigmatization process implementation
![Screen Shot from awesomescreenshot.com](https://www.awesomescreenshot.com/api/v1/destination/image/show?ImageKey=tm-3957-16936-a91d0cfe09a48fc9ea978ed8d8e72e92) ## Change Wind Will See In this World 1. Register Entity 2. Navigate Abyss 3. Establish EIN 4. Establish DUNS 5. Register at ___- dot Gov 6. Sys...
1.0
Review Assertions | System for Award Management - ![Screen Shot from awesomescreenshot.com](https://www.awesomescreenshot.com/api/v1/destination/image/show?ImageKey=tm-3957-16936-a91d0cfe09a48fc9ea978ed8d8e72e92) ## Change Wind Will See In this World 1. Register Entity 2. Navigate Abyss 3. Establish EIN 4. E...
process
review assertions system for award management change wind will see in this world register entity navigate abyss establish ein establish duns register at dot gov systems upgrade move to dot gov determine naics switch to dot dot dot dot gov redundant n...
1
52,551
22,291,189,618
IssuesEvent
2022-06-12 11:44:11
JeongSeonggil/SubMarketWithGit
https://api.github.com/repos/JeongSeonggil/SubMarketWithGit
closed
사용자 구독 생성 시 Kafka Topic
user-service item-service order-service kafka
## 📌 기능 설명 (item-Service) 사용자가 성공적으로 구독을 진행했을 경우 상품의 수량 감소 ( -1 ) (order-Service) 주문 생성 ## 📑 완료 조건 - [x] reduceItemCount - [x] 주문 생성 Service 호출
3.0
사용자 구독 생성 시 Kafka Topic - ## 📌 기능 설명 (item-Service) 사용자가 성공적으로 구독을 진행했을 경우 상품의 수량 감소 ( -1 ) (order-Service) 주문 생성 ## 📑 완료 조건 - [x] reduceItemCount - [x] 주문 생성 Service 호출
non_process
사용자 구독 생성 시 kafka topic 📌 기능 설명 item service 사용자가 성공적으로 구독을 진행했을 경우 상품의 수량 감소 order service 주문 생성 📑 완료 조건 reduceitemcount 주문 생성 service 호출
0
22,314
30,868,165,447
IssuesEvent
2023-08-03 09:28:29
inmanta/pytest-inmanta
https://api.github.com/repos/inmanta/pytest-inmanta
closed
release pytest-inmanta
process tiny
Main motivation: #401. Give it a week of use in the solutions team to make sure no issues pop up.
1.0
release pytest-inmanta - Main motivation: #401. Give it a week of use in the solutions team to make sure no issues pop up.
process
release pytest inmanta main motivation give it a week of use in the solutions team to make sure no issues pop up
1
49,805
6,260,617,429
IssuesEvent
2017-07-14 21:07:23
blockstack/designs
https://api.github.com/repos/blockstack/designs
closed
create sketch/invision craft shared logo asset library
design production v3.1.0
Create Sketch/InVision Craft shared logo asset library for design team
1.0
create sketch/invision craft shared logo asset library - Create Sketch/InVision Craft shared logo asset library for design team
non_process
create sketch invision craft shared logo asset library create sketch invision craft shared logo asset library for design team
0
13,572
16,109,274,497
IssuesEvent
2021-04-27 18:48:49
onivim/oni2
https://api.github.com/repos/onivim/oni2
closed
Add screen recordings for new PR (aka Demo)
A-process U-revery enhancement
## Domain knowledge * PRs can update or add new UI features * PRs can update or add new editor commands, etc.. (editing features) * once feature implemented it usually coming testing (manual) to check that everything works as expected ## Idea * Maybe would make screen recording during final test (aka Demo) (I...
1.0
Add screen recordings for new PR (aka Demo) - ## Domain knowledge * PRs can update or add new UI features * PRs can update or add new editor commands, etc.. (editing features) * once feature implemented it usually coming testing (manual) to check that everything works as expected ## Idea * Maybe would make scree...
process
add screen recordings for new pr aka demo domain knowledge prs can update or add new ui features prs can update or add new editor commands etc editing features once feature implemented it usually coming testing manual to check that everything works as expected idea maybe would make scree...
1
370,200
25,893,320,858
IssuesEvent
2022-12-14 19:57:36
p2-inc/phasetwo-docs
https://api.github.com/repos/p2-inc/phasetwo-docs
closed
[Docs] Creating a service account to call the API
documentation priority
add an API section to the Docs https://github.com/keycloak/keycloak-documentation/blob/main/server_admin/topics/clients/oidc/service-accounts.adoc https://www.keycloak.org/docs/latest/server_admin/index.html#_service_accounts add the proper roles to give the service account user access to the resources you want to a...
1.0
[Docs] Creating a service account to call the API - add an API section to the Docs https://github.com/keycloak/keycloak-documentation/blob/main/server_admin/topics/clients/oidc/service-accounts.adoc https://www.keycloak.org/docs/latest/server_admin/index.html#_service_accounts add the proper roles to give the servi...
non_process
creating a service account to call the api add an api section to the docs add the proper roles to give the service account user access to the resources you want to access on the client configuration page under service account roles choose the client roles for “realm management” and add the proper roles ...
0
11,369
14,194,246,004
IssuesEvent
2020-11-15 02:28:54
thegooddocsproject/templates
https://api.github.com/repos/thegooddocsproject/templates
opened
Standardise on what we call people
good first issue improve process
After discussion on the mailing list, we agreed that: - People who read templates are **readers** (even when they are reading templates in order to write documentation). - People who use software are **users** (even if they are reading documentation to help them use the software). This guidance needs to be added...
1.0
Standardise on what we call people - After discussion on the mailing list, we agreed that: - People who read templates are **readers** (even when they are reading templates in order to write documentation). - People who use software are **users** (even if they are reading documentation to help them use the software...
process
standardise on what we call people after discussion on the mailing list we agreed that people who read templates are readers even when they are reading templates in order to write documentation people who use software are users even if they are reading documentation to help them use the software...
1
7,153
10,299,640,254
IssuesEvent
2019-08-28 11:02:42
heim-rs/heim
https://api.github.com/repos/heim-rs/heim
closed
Properly handle zombie processes for macOS
A-process C-bug O-macos
All routines which are using `libproc` bindings right now are not handling zombie processes properly. `psutil` sources could be used as a knowledge source of how to do that: https://github.com/giampaolo/psutil/blob/c10df5aa04e1ced58d19501fa42f08c1b909b83d/psutil/_psosx.py#L348-L371
1.0
Properly handle zombie processes for macOS - All routines which are using `libproc` bindings right now are not handling zombie processes properly. `psutil` sources could be used as a knowledge source of how to do that: https://github.com/giampaolo/psutil/blob/c10df5aa04e1ced58d19501fa42f08c1b909b83d/psutil/_psosx.py#L3...
process
properly handle zombie processes for macos all routines which are using libproc bindings right now are not handling zombie processes properly psutil sources could be used as a knowledge source of how to do that
1
14,949
18,428,651,693
IssuesEvent
2021-10-14 03:37:20
bridgetownrb/bridgetown
https://api.github.com/repos/bridgetownrb/bridgetown
closed
feat: Switch to Rack + Roda and away from Webrick
enhancement process
As part of the push towards ~~Rails API~~ Ruby backend integration, it's become clear to me we need to remove our dependency on Webrick and retool around Rack (and Puma as the actual server). And not just Rack alone but a routing layer which can sit just above it—a good solution being [Roda](http://roda.jeremyevans.net...
1.0
feat: Switch to Rack + Roda and away from Webrick - As part of the push towards ~~Rails API~~ Ruby backend integration, it's become clear to me we need to remove our dependency on Webrick and retool around Rack (and Puma as the actual server). And not just Rack alone but a routing layer which can sit just above it—a go...
process
feat switch to rack roda and away from webrick as part of the push towards rails api ruby backend integration it s become clear to me we need to remove our dependency on webrick and retool around rack and puma as the actual server and not just rack alone but a routing layer which can sit just above it—a go...
1
11,088
13,930,014,131
IssuesEvent
2020-10-22 01:15:25
fluent/fluent-bit
https://api.github.com/repos/fluent/fluent-bit
closed
WinLog INPUT: include the StringInserts key-value pairs into the log record
work-in-process
**Is your feature request related to a problem? Please describe.** In [this pull request](https://github.com/fluent/fluent-bit/pull/2322), the `StringInserts` [were removed from the resulting log record](https://github.com/fluent/fluent-bit/pull/2322/files#diff-0890d3b5666d8c56708c223ac7bc54a3L267-L269). A formatted ...
1.0
WinLog INPUT: include the StringInserts key-value pairs into the log record - **Is your feature request related to a problem? Please describe.** In [this pull request](https://github.com/fluent/fluent-bit/pull/2322), the `StringInserts` [were removed from the resulting log record](https://github.com/fluent/fluent-bit...
process
winlog input include the stringinserts key value pairs into the log record is your feature request related to a problem please describe in the stringinserts a formatted message containing the human readable message this solution is really useful to visualize the resulting message but it w...
1
218,410
16,760,765,197
IssuesEvent
2021-06-13 18:37:30
amzn/selling-partner-api-docs
https://api.github.com/repos/amzn/selling-partner-api-docs
opened
[BUG] Order API responses are incomplete
bug documentation
The Order API responses are incomplete!: [https://github.com/amzn/selling-partner-api-docs/blob/main/references/orders-api/ordersV0.md](url) **OrderBuyerInfo** [https://github.com/amzn/selling-partner-api-docs/blob/main/references/orders-api/ordersV0.md#orderbuyerinfo](url) ![Cattura02](https://user-images.gith...
1.0
[BUG] Order API responses are incomplete - The Order API responses are incomplete!: [https://github.com/amzn/selling-partner-api-docs/blob/main/references/orders-api/ordersV0.md](url) **OrderBuyerInfo** [https://github.com/amzn/selling-partner-api-docs/blob/main/references/orders-api/ordersV0.md#orderbuyerinfo](...
non_process
order api responses are incomplete the order api responses are incomplete url orderbuyerinfo url address url orderitem url orderitembuyerinfo url what is happening thanks
0
169,088
6,394,565,997
IssuesEvent
2017-08-04 10:38:45
bedita/bedita
https://api.github.com/repos/bedita/bedita
closed
user defined fields list per module
Priority - Normal Topic - Administration Topic - UI Type - New Feature
In "admin" module (or somewhere else) a place where we define which fields to show in each module's list view. Each module should expose mandatory fields (like **title**) that must be present, and optional fields that may or may not be listed. It's an improvement to #408
1.0
user defined fields list per module - In "admin" module (or somewhere else) a place where we define which fields to show in each module's list view. Each module should expose mandatory fields (like **title**) that must be present, and optional fields that may or may not be listed. It's an improvement to #408
non_process
user defined fields list per module in admin module or somewhere else a place where we define which fields to show in each module s list view each module should expose mandatory fields like title that must be present and optional fields that may or may not be listed it s an improvement to
0
2,490
5,267,125,969
IssuesEvent
2017-02-04 19:28:09
jlm2017/jlm-video-subtitles
https://api.github.com/repos/jlm2017/jlm-video-subtitles
opened
[Subtitles] [FR] MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney
Language: French Process: Someone is working on this issue Process: [1] Writing in progress
# Video title MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney # URL https://www.youtube.com/watch?v=jO8TCOMU2i8 # Youtube subtitles language Français # Duration 36:27 # Subtitles URL https://www.youtube.com/timedtext_editor?ref=player&lang=fr&action_mde_edit_form=1&v=jO8TCOMU2i8&ui=hd&...
2.0
[Subtitles] [FR] MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney - # Video title MÉLENCHON - Discours sur l'abolition de l'esclavage à Champagney # URL https://www.youtube.com/watch?v=jO8TCOMU2i8 # Youtube subtitles language Français # Duration 36:27 # Subtitles URL https://www.youtube...
process
mélenchon discours sur l abolition de l esclavage à champagney video title mélenchon discours sur l abolition de l esclavage à champagney url youtube subtitles language français duration subtitles url
1
201,048
7,021,678,415
IssuesEvent
2017-12-22 06:26:50
johndiiorio/bughouse
https://api.github.com/repos/johndiiorio/bughouse
closed
Do not allow a user to directly access /loading
bug medium priority
Route the user away from /loading if selectedGame is null
1.0
Do not allow a user to directly access /loading - Route the user away from /loading if selectedGame is null
non_process
do not allow a user to directly access loading route the user away from loading if selectedgame is null
0
142,067
21,661,166,633
IssuesEvent
2022-05-06 19:18:49
LukasGasp/klosterguide
https://api.github.com/repos/LukasGasp/klosterguide
closed
Button NavVideos
Design Low Priority
Der Button bei den Navigationsvideos sollte über den Videos sein und beim Klicken mit einer Animation nach unten gleiten
1.0
Button NavVideos - Der Button bei den Navigationsvideos sollte über den Videos sein und beim Klicken mit einer Animation nach unten gleiten
non_process
button navvideos der button bei den navigationsvideos sollte über den videos sein und beim klicken mit einer animation nach unten gleiten
0
9,363
12,371,411,652
IssuesEvent
2020-05-18 18:31:02
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
opened
Release demo script for 1.1
kind/process priority/p1
We aim to release Kubeflow 1.1 at the end of June. With that in mind it would be good to begin defining an appropriate release demo script to help ensure everyone is on the same page and begin qualifying releases. Some useful links * http://bit.ly/demo-v1-0 - The demo script for 1.0 this is probably a good place ...
1.0
Release demo script for 1.1 - We aim to release Kubeflow 1.1 at the end of June. With that in mind it would be good to begin defining an appropriate release demo script to help ensure everyone is on the same page and begin qualifying releases. Some useful links * http://bit.ly/demo-v1-0 - The demo script for 1.0 ...
process
release demo script for we aim to release kubeflow at the end of june with that in mind it would be good to begin defining an appropriate release demo script to help ensure everyone is on the same page and begin qualifying releases some useful links the demo script for this is probably a goo...
1
11,447
13,435,335,187
IssuesEvent
2020-09-07 12:47:23
NEZNAMY/TAB
https://api.github.com/repos/NEZNAMY/TAB
closed
[Unlimited nametags] Not compatible with disguise plugins
Compatibility Problem Unlimited nametags
Disguised player has two nametags, his own + armor stands added by the plugin.
True
[Unlimited nametags] Not compatible with disguise plugins - Disguised player has two nametags, his own + armor stands added by the plugin.
non_process
not compatible with disguise plugins disguised player has two nametags his own armor stands added by the plugin
0
34,997
9,529,482,590
IssuesEvent
2019-04-29 11:26:03
siteorigin/so-widgets-bundle
https://api.github.com/repos/siteorigin/so-widgets-bundle
opened
VC: Google Maps widget doesn't function when Ultimate Addons for WPBakery Page Builder is activated
bug builder integrations priority-2
The Google Maps widget doesn't function correctly when Ultimate Addons for WPBakery Page Builder plugin is activated. The problem persists with all the modules in Ultimate Addons for WPBakery Page Builder deactivated. It isn't possible to search for a location as the map center. ```Uncaught (in promise) TypeError: ...
1.0
VC: Google Maps widget doesn't function when Ultimate Addons for WPBakery Page Builder is activated - The Google Maps widget doesn't function correctly when Ultimate Addons for WPBakery Page Builder plugin is activated. The problem persists with all the modules in Ultimate Addons for WPBakery Page Builder deactivated. ...
non_process
vc google maps widget doesn t function when ultimate addons for wpbakery page builder is activated the google maps widget doesn t function correctly when ultimate addons for wpbakery page builder plugin is activated the problem persists with all the modules in ultimate addons for wpbakery page builder deactivated ...
0
6,325
9,347,364,821
IssuesEvent
2019-03-31 00:43:03
Maximus5/ConEmu
https://api.github.com/repos/Maximus5/ConEmu
opened
Support both V1 and V2 consoles
enhancement processes
With `-new_console:V1` or `-new_console:V2` it's possible to start conhost in desired mode (Windows 10 of course).
1.0
Support both V1 and V2 consoles - With `-new_console:V1` or `-new_console:V2` it's possible to start conhost in desired mode (Windows 10 of course).
process
support both and consoles with new console or new console it s possible to start conhost in desired mode windows of course
1
13,552
16,094,704,400
IssuesEvent
2021-04-26 21:17:35
googleapis/python-dialogflow
https://api.github.com/repos/googleapis/python-dialogflow
closed
Rename package to `google-cloud-dialogflow` to follow naming convention
api: dialogflow type: process
All other Python cloud packages are named `google-cloud-*`. For consistency, dialogflow should also be renamed to `google-cloud-dialogflow`. Steps: 1. Publish a last release of `dialogflow` with a note in the README directing users to the new package. 2. Change the package name to `google-cloud-dialogflow`. 3. Pu...
1.0
Rename package to `google-cloud-dialogflow` to follow naming convention - All other Python cloud packages are named `google-cloud-*`. For consistency, dialogflow should also be renamed to `google-cloud-dialogflow`. Steps: 1. Publish a last release of `dialogflow` with a note in the README directing users to the new...
process
rename package to google cloud dialogflow to follow naming convention all other python cloud packages are named google cloud for consistency dialogflow should also be renamed to google cloud dialogflow steps publish a last release of dialogflow with a note in the readme directing users to the new...
1
13,872
16,636,686,586
IssuesEvent
2021-06-04 00:19:15
CodeForPhilly/paws-data-pipeline
https://api.github.com/repos/CodeForPhilly/paws-data-pipeline
opened
Threading.Lock not effective across processes
Async processes
In investigating #348, I looked at `determine_upload_type()` which uses a Threading.Lock to protect a critical section. I added the logging statements seen here: ``` current_app.logger.info("Acquiring lock for " + file.filename + " >>>>>>>>>>>>>>>>>>>>>>>>>>>") ...
1.0
Threading.Lock not effective across processes - In investigating #348, I looked at `determine_upload_type()` which uses a Threading.Lock to protect a critical section. I added the logging statements seen here: ``` current_app.logger.info("Acquiring lock for " + file.filename +...
process
threading lock not effective across processes in investigating i looked at determine upload type which uses a threading lock to protect a critical section i added the logging statements seen here current app logger info acquiring lock for file filename ...
1
7,498
10,584,511,975
IssuesEvent
2019-10-08 15:35:32
code4romania/expert-consultation-api
https://api.github.com/repos/code4romania/expert-consultation-api
closed
[Users] Add comments to allocated units
document processing documents java spring users
As a user of the platform, I will have document breakdown units allocated to me. I want to be able to add my comments to these units. We need to create a new entity, Comment, that would hold the information about: - the article/chapter/document for which the comment is added - the user adding the comment - the t...
1.0
[Users] Add comments to allocated units - As a user of the platform, I will have document breakdown units allocated to me. I want to be able to add my comments to these units. We need to create a new entity, Comment, that would hold the information about: - the article/chapter/document for which the comment is add...
process
add comments to allocated units as a user of the platform i will have document breakdown units allocated to me i want to be able to add my comments to these units we need to create a new entity comment that would hold the information about the article chapter document for which the comment is added ...
1
393
2,842,096,796
IssuesEvent
2015-05-28 07:01:16
ChelseaStats/issues
https://api.github.com/repos/ChelseaStats/issues
closed
ChelseaFC May 26 2015 at 11:07PM
to process tweet ★ priority-medium
<blockquote class="twitter-tweet"> <p lang="en" dir="ltr" xml:lang="en">Our Special Recognition award goes to Lord Attenborough, and his son Michael will collect it on his behalf. <a href="https://twitter.com/hashtag/CFCPOTY?src=hash">#CFCPOTY</a> <a href="http://u.thechels.uk/1IZaGY0">http://pic.twitter.com/j4g7QFNdoP...
1.0
ChelseaFC May 26 2015 at 11:07PM - <blockquote class="twitter-tweet"> <p lang="en" dir="ltr" xml:lang="en">Our Special Recognition award goes to Lord Attenborough, and his son Michael will collect it on his behalf. <a href="https://twitter.com/hashtag/CFCPOTY?src=hash">#CFCPOTY</a> <a href="http://u.thechels.uk/1IZaGY0...
process
chelseafc may at our special recognition award goes to lord attenborough and his son michael will collect it on his behalf a href a href mdash chelsea fc chelseafc may at via twitter
1
12,108
14,740,441,951
IssuesEvent
2021-01-07 09:05:42
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
CC and CCOF gateways
anc-process anp-not prioritized ant-bug
In GitLab by @kdjstudios on Nov 9, 2018, 10:06 Hello Team, While updating all the sites to use the Authorize Gateway. It occurred to me that something is not working as I would expect it to. I will explain below and hopefully we can determine if this is the true functionality that needs enhancement to work effectivel...
1.0
CC and CCOF gateways - In GitLab by @kdjstudios on Nov 9, 2018, 10:06 Hello Team, While updating all the sites to use the Authorize Gateway. It occurred to me that something is not working as I would expect it to. I will explain below and hopefully we can determine if this is the true functionality that needs enhance...
process
cc and ccof gateways in gitlab by kdjstudios on nov hello team while updating all the sites to use the authorize gateway it occurred to me that something is not working as i would expect it to i will explain below and hopefully we can determine if this is the true functionality that needs enhancement ...
1
159,447
24,993,538,869
IssuesEvent
2022-11-02 21:06:48
bcgov/cleanbc
https://api.github.com/repos/bcgov/cleanbc
closed
Ownership of design (figma) files
CleanBC Design
**When [Situation]?** we know more about licensing and privacy agreements **I want to [Motivation]** share and distribute ownership to product teams **So I can [Expected Outcome]** - document and distribute ownership - be able to share the flies easily to ministries
1.0
Ownership of design (figma) files - **When [Situation]?** we know more about licensing and privacy agreements **I want to [Motivation]** share and distribute ownership to product teams **So I can [Expected Outcome]** - document and distribute ownership - be able to share the flies easily to ministries
non_process
ownership of design figma files when we know more about licensing and privacy agreements i want to share and distribute ownership to product teams so i can document and distribute ownership be able to share the flies easily to ministries
0
4,829
5,290,960,733
IssuesEvent
2017-02-08 21:15:59
dotnet/corefx
https://api.github.com/repos/dotnet/corefx
closed
Unable to rebuildandtest a test project after build.cmd
area-Infrastructure dev-eng
From the root of my repo, I do: ``` git clean -xdf git fetch --all git checkout upstream/dev/eng build.cmd cd src\System.Linq\tests msbuild /t:rebuildandtest ``` Everything works fine until that last step. When I t...
1.0
Unable to rebuildandtest a test project after build.cmd - From the root of my repo, I do: ``` git clean -xdf git fetch --all git checkout upstream/dev/eng build.cmd cd src\System.Linq\tests msbuild /t:rebuildandtest ...
non_process
unable to rebuildandtest a test project after build cmd from the root of my repo i do git clean xdf git fetch all git checkout upstream dev eng build cmd cd src system linq tests msbuild t rebuildandtest ...
0
3,373
6,500,467,434
IssuesEvent
2017-08-23 04:37:52
gaocegege/Processing.R
https://api.github.com/repos/gaocegege/Processing.R
closed
When there are exceptions, fail to close the applets
community/processing difficulty/high priority/p2 size/no-idea status/to-be-claimed type/bug
Python mode has the same bug ref https://vimeo.com/224415544 ![image](https://user-images.githubusercontent.com/5100735/27894937-e2cda64e-6241-11e7-988a-3fd23cc3d626.png) @jdf
1.0
When there are exceptions, fail to close the applets - Python mode has the same bug ref https://vimeo.com/224415544 ![image](https://user-images.githubusercontent.com/5100735/27894937-e2cda64e-6241-11e7-988a-3fd23cc3d626.png) @jdf
process
when there are exceptions fail to close the applets python mode has the same bug ref jdf
1
33,055
12,165,858,861
IssuesEvent
2020-04-27 08:17:40
Baneeishaque/ask-med-pharma_website
https://api.github.com/repos/Baneeishaque/ask-med-pharma_website
opened
CVE-2018-11695 (High) detected in node-sass-4.12.0.tgz, node-sass-0bd48bbad6fccb0da16d3bdf76ad541f5f45ec70
security vulnerability
## CVE-2018-11695 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.12.0.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.12.0.tgz</b></p></summary> <p>Wrapper a...
True
CVE-2018-11695 (High) detected in node-sass-4.12.0.tgz, node-sass-0bd48bbad6fccb0da16d3bdf76ad541f5f45ec70 - ## CVE-2018-11695 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sas...
non_process
cve high detected in node sass tgz node sass cve high severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm ask med pharma website wp content themes t...
0
2,765
5,697,059,342
IssuesEvent
2017-04-16 18:03:31
alexrj/Slic3r
https://api.github.com/repos/alexrj/Slic3r
opened
Background processing is not triggered if config and model are loaded from CLI
Background Processing
1857bf63910a7ade053390157fbd1bb9533629a0 OS: Debian Linux Using `--gui --load config.ini file.stl` with background processing enabled does not trigger background processing.
1.0
Background processing is not triggered if config and model are loaded from CLI - 1857bf63910a7ade053390157fbd1bb9533629a0 OS: Debian Linux Using `--gui --load config.ini file.stl` with background processing enabled does not trigger background processing.
process
background processing is not triggered if config and model are loaded from cli os debian linux using gui load config ini file stl with background processing enabled does not trigger background processing
1
16,811
22,060,908,108
IssuesEvent
2022-05-30 17:40:54
bitPogo/kmock
https://api.github.com/repos/bitPogo/kmock
closed
vararg support
enhancement kmock-processor
## Description <!--- Provide a detailed introduction to the issue itself, and why you consider it to be a bug --> Currently `vararg` is currently not supported, which it should. ## Expected Behavior <!--- Tell us what should happen --> ```kotlin interface Platform { fun bar(vararg buzz: Int) } ``` shoul...
1.0
vararg support - ## Description <!--- Provide a detailed introduction to the issue itself, and why you consider it to be a bug --> Currently `vararg` is currently not supported, which it should. ## Expected Behavior <!--- Tell us what should happen --> ```kotlin interface Platform { fun bar(vararg buzz: In...
process
vararg support description currently vararg is currently not supported which it should expected behavior kotlin interface platform fun bar vararg buzz int should be kotlin internal class platformmock platform public val bar kmockcontra...
1
17,332
23,150,088,937
IssuesEvent
2022-07-29 07:25:35
X-Sharp/XSharpPublic
https://api.github.com/repos/X-Sharp/XSharpPublic
closed
XBase++ preprocessor: #translate unexpected behaviour
bug Compiler Preprocessor
I have a problem with Extended Expression Match Marker **test.ch: `#translate PN(<(pole)>) => GF(<(pole)>)` **test.prg: `PN(NAME)` ##Expected: `GF("NAME")` ##Actual: `PN(NAME)` ------------------------------------------------------------------------ I use version 2.12.2.0 Same with #XTranslate ...
1.0
XBase++ preprocessor: #translate unexpected behaviour - I have a problem with Extended Expression Match Marker **test.ch: `#translate PN(<(pole)>) => GF(<(pole)>)` **test.prg: `PN(NAME)` ##Expected: `GF("NAME")` ##Actual: `PN(NAME)` --------------------------------------------------------------------...
process
xbase preprocessor translate unexpected behaviour i have a problem with extended expression match marker test ch translate pn gf test prg pn name expected gf name actual pn name i use ve...
1
236,901
19,584,204,228
IssuesEvent
2022-01-05 03:15:58
DickinsonCollege/FarmData2
https://api.github.com/repos/DickinsonCollege/FarmData2
opened
Refactor Test for Seeding Report Page
testing refactoring
The tests in seedingReport.spec.js need to be refactored. They have fallen out of date with the current state of development and have structural issues that cause intermittent 403 errors. Some of the issues to address: * Can better use the data-cy properties for the custom table. * Structure tests as in api.spec.js...
1.0
Refactor Test for Seeding Report Page - The tests in seedingReport.spec.js need to be refactored. They have fallen out of date with the current state of development and have structural issues that cause intermittent 403 errors. Some of the issues to address: * Can better use the data-cy properties for the custom tab...
non_process
refactor test for seeding report page the tests in seedingreport spec js need to be refactored they have fallen out of date with the current state of development and have structural issues that cause intermittent errors some of the issues to address can better use the data cy properties for the custom table...
0
17,576
23,389,151,654
IssuesEvent
2022-08-11 16:06:59
GoogleCloudPlatform/vertex-ai-samples
https://api.github.com/repos/GoogleCloudPlatform/vertex-ai-samples
closed
Support VPC in notebook execution test
type: process
Some features in notebooks require them to be run in a VPC. For example: https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/community/matching_engine/matching_engine_for_indexing.ipynb See https://cloud.google.com/build/docs/private-pools/set-up-private-pool-environment#setup-private-connec...
1.0
Support VPC in notebook execution test - Some features in notebooks require them to be run in a VPC. For example: https://github.com/GoogleCloudPlatform/vertex-ai-samples/blob/main/notebooks/community/matching_engine/matching_engine_for_indexing.ipynb See https://cloud.google.com/build/docs/private-pools/set-up-priv...
process
support vpc in notebook execution test some features in notebooks require them to be run in a vpc for example see
1
4,703
7,544,037,208
IssuesEvent
2018-04-17 17:12:12
UnbFeelings/unb-feelings-docs
https://api.github.com/repos/UnbFeelings/unb-feelings-docs
opened
[Não Conformidade] Métricas de Processo
Processo Qualidade invalid
@UnbFeelings/devel @UnbFeelings/process Perante critérios definidos para as [Auditorias](https://github.com/UnbFeelings/unb-feelings-GQA/wiki/Crit%C3%A9rios-de-Avalia%C3%A7%C3%A3o-e-T%C3%A9cnicas-de-Auditoria) fora auditada a [Métricas de Processo](https://github.com/UnbFeelings/unb-feelings-GQA/wiki/Auditoria-M%...
1.0
[Não Conformidade] Métricas de Processo - @UnbFeelings/devel @UnbFeelings/process Perante critérios definidos para as [Auditorias](https://github.com/UnbFeelings/unb-feelings-GQA/wiki/Crit%C3%A9rios-de-Avalia%C3%A7%C3%A3o-e-T%C3%A9cnicas-de-Auditoria) fora auditada a [Métricas de Processo](https://github.com/UnbF...
process
métricas de processo unbfeelings devel unbfeelings process perante critérios definidos para as fora auditada a descrição nenhuma métrica de processo foi definida e nem quais técnicas serão utilizadas na coleta além disso nenhuma métrica foi coletada recomendações é recomen...
1
1,397
3,964,001,678
IssuesEvent
2016-05-02 22:34:24
pelias/pelias
https://api.github.com/repos/pelias/pelias
closed
Can't find Target store in Eureka, California
feedback POIs processed
Bug filed from within Erasermap by @nvkelso: [mapzen/eraser-map#152] * **Device name:** Samsung Galaxy S6 edge * **Android Version:** 5.1.1 * **App build number:** master-481 * **What did you expected to happen?** Search should have found the Target store in Eureka, California by typing "target eureka". * **What...
1.0
Can't find Target store in Eureka, California - Bug filed from within Erasermap by @nvkelso: [mapzen/eraser-map#152] * **Device name:** Samsung Galaxy S6 edge * **Android Version:** 5.1.1 * **App build number:** master-481 * **What did you expected to happen?** Search should have found the Target store in Eureka,...
process
can t find target store in eureka california bug filed from within erasermap by nvkelso device name samsung galaxy edge android version app build number master what did you expected to happen search should have found the target store in eureka california by typing ta...
1
20,560
27,220,671,624
IssuesEvent
2023-02-21 04:54:21
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
ERROR: While parsing option --apple_platform_type=ios: Not a valid Apple platform type: 'ios' (should be ıos, watchos, tvos, macos or catalyst)
more data needed type: support / not a bug (process)
### Description of the bug: I am following tensorflow installation locally from [here](https://www.tensorflow.org/lite/guide/build_ios). I run configure then run this code: `bazel build --config=ios_fat -c opt --cxxopt=--std=c++17 \ //tensorflow/lite/ios:TensorFlowLiteC_framework` ### What's the simplest, easies...
1.0
ERROR: While parsing option --apple_platform_type=ios: Not a valid Apple platform type: 'ios' (should be ıos, watchos, tvos, macos or catalyst) - ### Description of the bug: I am following tensorflow installation locally from [here](https://www.tensorflow.org/lite/guide/build_ios). I run configure then run this code:...
process
error while parsing option apple platform type ios not a valid apple platform type ios should be ıos watchos tvos macos or catalyst description of the bug i am following tensorflow installation locally from i run configure then run this code bazel build config ios fat c opt cxxopt std...
1
42,478
6,981,062,830
IssuesEvent
2017-12-13 05:55:16
bigdatagenomics/adam
https://api.github.com/repos/bigdatagenomics/adam
closed
Fix link anchors and other issues in readthedocs
documentation
Some link anchors and other formatting styles were broken after conversion to rst. File pull requests against this issue for these and other issues with the new documentation hosted at http://adam.readthedocs.io/en/latest/. E.g. ``` a known variation database (e.g., dbSNP). {#known-snps} See candidate genera...
1.0
Fix link anchors and other issues in readthedocs - Some link anchors and other formatting styles were broken after conversion to rst. File pull requests against this issue for these and other issues with the new documentation hosted at http://adam.readthedocs.io/en/latest/. E.g. ``` a known variation database...
non_process
fix link anchors and other issues in readthedocs some link anchors and other formatting styles were broken after conversion to rst file pull requests against this issue for these and other issues with the new documentation hosted at e g a known variation database e g dbsnp known snps see ca...
0
175,535
27,876,927,578
IssuesEvent
2023-03-21 16:35:40
OSOceanAcoustics/echopype
https://api.github.com/repos/OSOceanAcoustics/echopype
closed
Create and move functions to `commongrid` and `clean` subpackages
design
**UPDATE, 3/20/2023:** We've settled on `commongrid` instead of `unify`. Also, expanded this issue to include moving the noise functions to the new `clean` subpackage (which we initially had named `filter`). To manage functions that all could be called as "processing" or "preprocessing" type, in #817 we laid out som...
1.0
Create and move functions to `commongrid` and `clean` subpackages - **UPDATE, 3/20/2023:** We've settled on `commongrid` instead of `unify`. Also, expanded this issue to include moving the noise functions to the new `clean` subpackage (which we initially had named `filter`). To manage functions that all could be cal...
non_process
create and move functions to commongrid and clean subpackages update we ve settled on commongrid instead of unify also expanded this issue to include moving the noise functions to the new clean subpackage which we initially had named filter to manage functions that all could be called ...
0
12,044
14,738,792,511
IssuesEvent
2021-01-07 05:44:13
kdjstudios/SABillingGitlab
https://api.github.com/repos/kdjstudios/SABillingGitlab
closed
Site Validation
anc-ops anc-process anp-1.5 ant-bug ant-enhancement ant-support has attachment
In GitLab by @kdjstudios on Jul 26, 2018, 09:44 Hello Team, I know we just did the validation on the account and customer level, but after working on #955 and #960 it seems we should also be adding validation to the site too. I found out the hard way that the last billing cycle date is required on the master cycle, t...
1.0
Site Validation - In GitLab by @kdjstudios on Jul 26, 2018, 09:44 Hello Team, I know we just did the validation on the account and customer level, but after working on #955 and #960 it seems we should also be adding validation to the site too. I found out the hard way that the last billing cycle date is required on t...
process
site validation in gitlab by kdjstudios on jul hello team i know we just did the validation on the account and customer level but after working on and it seems we should also be adding validation to the site too i found out the hard way that the last billing cycle date is required on the master ...
1
1,761
4,469,049,533
IssuesEvent
2016-08-25 11:40:44
matz-e/lobster
https://api.github.com/repos/matz-e/lobster
opened
Caching datasets breaks with changing lumi mask
bug processing
When changing the lumi mask, datasets retrieved from the cache will always have the mask set from their first…
1.0
Caching datasets breaks with changing lumi mask - When changing the lumi mask, datasets retrieved from the cache will always have the mask set from their first…
process
caching datasets breaks with changing lumi mask when changing the lumi mask datasets retrieved from the cache will always have the mask set from their first…
1
68,218
13,096,847,297
IssuesEvent
2020-08-03 16:22:23
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
Custom Elements integration with Custom Fields needs work
Code Style J4 Issue No Code Attached Yet Release Blocker
As part of the custom fields integration we've had to make a reasonably nasty hack to hide errors https://github.com/joomla/joomla-cms/pull/22263/files#diff-1012a2e43c80bf48fceac68dbb3552c7R315 I want to spend some time before final release working out if there is a better way of working around custom elements/rewor...
2.0
Custom Elements integration with Custom Fields needs work - As part of the custom fields integration we've had to make a reasonably nasty hack to hide errors https://github.com/joomla/joomla-cms/pull/22263/files#diff-1012a2e43c80bf48fceac68dbb3552c7R315 I want to spend some time before final release working out if t...
non_process
custom elements integration with custom fields needs work as part of the custom fields integration we ve had to make a reasonably nasty hack to hide errors i want to spend some time before final release working out if there is a better way of working around custom elements reworking the internals of custom field...
0
132,163
18,266,162,197
IssuesEvent
2021-10-04 08:42:21
artsking/linux-3.0.35_CVE-2020-15436_withPatch
https://api.github.com/repos/artsking/linux-3.0.35_CVE-2020-15436_withPatch
closed
CVE-2017-5669 (High) detected in linux-stable-rtv3.8.6 - autoclosed
security vulnerability
## CVE-2017-5669 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page:...
True
CVE-2017-5669 (High) detected in linux-stable-rtv3.8.6 - autoclosed - ## CVE-2017-5669 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Ju...
non_process
cve high detected in linux stable autoclosed cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable...
0