Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
491,632
14,167,805,643
IssuesEvent
2020-11-12 10:48:13
gnosis/conditional-tokens-explorer
https://api.github.com/repos/gnosis/conditional-tokens-explorer
closed
Merge positions: position selection section is not updated when reselect positions to merge
Low priority bug
The issue will not be relevant, as far as I understand, after #511 implementation.. However, I will report it **Steps**: 1. Create a condition with > 10 outcomes, create positions for the condition 2. Go to the Merge positions page 3. Select 2 positions to merge, then fill in all the required fields on the form 4. O...
1.0
Merge positions: position selection section is not updated when reselect positions to merge - The issue will not be relevant, as far as I understand, after #511 implementation.. However, I will report it **Steps**: 1. Create a condition with > 10 outcomes, create positions for the condition 2. Go to the Merge posit...
priority
merge positions position selection section is not updated when reselect positions to merge the issue will not be relevant as far as i understand after implementation however i will report it steps create a condition with outcomes create positions for the condition go to the merge position...
1
2,083
2,523,325,353
IssuesEvent
2015-01-20 09:33:25
mattjhayes/nmeta
https://api.github.com/repos/mattjhayes/nmeta
opened
Traffic Classification Policy Groups Names
enhancement Non-Functional Severity: Low Priority Usability
Allow arbitrary group names to be used in traffic classification policy as an abstraction for values. This would improve the readability of policy as values can be shorter, and easier to interpret, through use of meaningful names. Another benefit is that there is only one place to update when changing a set of group va...
1.0
Traffic Classification Policy Groups Names - Allow arbitrary group names to be used in traffic classification policy as an abstraction for values. This would improve the readability of policy as values can be shorter, and easier to interpret, through use of meaningful names. Another benefit is that there is only one pl...
priority
traffic classification policy groups names allow arbitrary group names to be used in traffic classification policy as an abstraction for values this would improve the readability of policy as values can be shorter and easier to interpret through use of meaningful names another benefit is that there is only one pl...
1
530,514
15,433,962,847
IssuesEvent
2021-03-07 00:31:20
kubernetes/website
https://api.github.com/repos/kubernetes/website
closed
Interactive Tutorial - Creating a Cluster
lifecycle/rotten priority/awaiting-more-evidence
Getting Connection error using Interactive tutorial kubectl cluster-info dump The connection to the server localhost:8080 was refused - did you specify the right host or port?
1.0
Interactive Tutorial - Creating a Cluster - Getting Connection error using Interactive tutorial kubectl cluster-info dump The connection to the server localhost:8080 was refused - did you specify the right host or port?
priority
interactive tutorial creating a cluster getting connection error using interactive tutorial kubectl cluster info dump the connection to the server localhost was refused did you specify the right host or port
1
688,731
23,594,668,090
IssuesEvent
2022-08-23 18:07:05
worldmaking/mischmasch
https://api.github.com/repos/worldmaking/mischmasch
opened
op movement
enhancement Priority: High
- [ ] 'grab' a panel by hovering and pressing + holding the controller select button - [ ] panel position moves with end of raycast -- when this is achieved, check that cable moves with it (see issue #117) - [ ] panel z can be moved by controller thumbstick 'y' - [ ] panel rotation can be changed by controller thumb...
1.0
op movement - - [ ] 'grab' a panel by hovering and pressing + holding the controller select button - [ ] panel position moves with end of raycast -- when this is achieved, check that cable moves with it (see issue #117) - [ ] panel z can be moved by controller thumbstick 'y' - [ ] panel rotation can be changed by co...
priority
op movement grab a panel by hovering and pressing holding the controller select button panel position moves with end of raycast when this is achieved check that cable moves with it see issue panel z can be moved by controller thumbstick y panel rotation can be changed by controller t...
1
11,421
9,187,415,754
IssuesEvent
2019-03-06 02:47:31
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
module gunicorn hardcodes path to temp directory
affects_2.3 bug module support:community web_infrastructure
<!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and devel branch are affected too. --> ##### ISSUE TYPE <!--- Pick one below and delete the rest --> - Bug Report ##### COMPONENT NAME <!--- Name of the module, plugin, task or feature Do not ...
1.0
module gunicorn hardcodes path to temp directory - <!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and devel branch are affected too. --> ##### ISSUE TYPE <!--- Pick one below and delete the rest --> - Bug Report ##### COMPONENT NAME <!--- N...
non_priority
module gunicorn hardcodes path to temp directory verify first that your issue request is not already reported on github also test if the latest release and devel branch are affected too issue type bug report component name name of the module plugin task or feature ...
0
27,932
2,697,775,240
IssuesEvent
2015-04-02 22:05:32
Thurstonm/to-do
https://api.github.com/repos/Thurstonm/to-do
closed
fMRI QC
high priority
addpath(genpath('/nfs/pkg64/contrib/ArtRepair/')); cd /nfs/ep/EP_Processing/AX/preprocessed/00_MONTH/[subjectID]/func_an_SPM8/ art_movie ra* files Split the movies: 1) 1:280, 2) 281:560, 3) 560:840, 4) 841:1120 Close-up Raw Image Data Slider Remember to ignore orientation
1.0
fMRI QC - addpath(genpath('/nfs/pkg64/contrib/ArtRepair/')); cd /nfs/ep/EP_Processing/AX/preprocessed/00_MONTH/[subjectID]/func_an_SPM8/ art_movie ra* files Split the movies: 1) 1:280, 2) 281:560, 3) 560:840, 4) 841:1120 Close-up Raw Image Data Slider Remember to ignore orientation
priority
fmri qc addpath genpath nfs contrib artrepair cd nfs ep ep processing ax preprocessed month func an art movie ra files split the movies close up raw image data slider remember to ignore orientation
1
56,676
6,995,708,766
IssuesEvent
2017-12-15 20:29:23
Microsoft/TypeScript
https://api.github.com/repos/Microsoft/TypeScript
closed
Design Meeting Notes, 12/8/2017
Design Notes
# `in` operators as a type guard ```ts interface Foo { abc: number; } interface Bar { def: string; } declare let x: Foo | Bar; if ("abc" in x) { x // Foo } else { x // Bar } ``` * Since types are open, in the true branch/then branch of the `if`, it"s not appropriate to say ...
1.0
Design Meeting Notes, 12/8/2017 - # `in` operators as a type guard ```ts interface Foo { abc: number; } interface Bar { def: string; } declare let x: Foo | Bar; if ("abc" in x) { x // Foo } else { x // Bar } ``` * Since types are open, in the true branch/then branch of the ...
non_priority
design meeting notes in operators as a type guard ts interface foo abc number interface bar def string declare let x foo bar if abc in x x foo else x bar since types are open in the true branch then branch of the if ...
0
666,906
22,391,327,007
IssuesEvent
2022-06-17 08:00:29
o3de/o3de
https://api.github.com/repos/o3de/o3de
closed
Script Canvas: Type tooltip of a Container Variable has a typo
kind/bug needs-triage sig/ui-ux priority/minor
**Describe the bug** Type tooltip of a Container Variable has a typo and is inconsistent with the Container Type tooltip. The Type tooltip says "Specifies the type of Container to Create" where the Container Type tooltip says "Specifies the type of Container to create". The word "create" is written using the lowercase...
1.0
Script Canvas: Type tooltip of a Container Variable has a typo - **Describe the bug** Type tooltip of a Container Variable has a typo and is inconsistent with the Container Type tooltip. The Type tooltip says "Specifies the type of Container to Create" where the Container Type tooltip says "Specifies the type of Conta...
priority
script canvas type tooltip of a container variable has a typo describe the bug type tooltip of a container variable has a typo and is inconsistent with the container type tooltip the type tooltip says specifies the type of container to create where the container type tooltip says specifies the type of conta...
1
488,343
14,076,194,304
IssuesEvent
2020-11-04 10:07:52
dhis2/d2
https://api.github.com/repos/dhis2/d2
closed
Use loglevel
core enhancement priority:low wontfix
As we seem to use loglevel for `d2-ui` we might as well use it for `d2` to take advantage of it's convenient level support.
1.0
Use loglevel - As we seem to use loglevel for `d2-ui` we might as well use it for `d2` to take advantage of it's convenient level support.
priority
use loglevel as we seem to use loglevel for ui we might as well use it for to take advantage of it s convenient level support
1
251,410
8,014,979,192
IssuesEvent
2018-07-25 08:34:16
wso2/product-ei
https://api.github.com/repos/wso2/product-ei
opened
Endpoints lost while switching from Design view to Source view while the config is being loaded
EI Tooling Priority/Normal Type/Bug
**Description:** Opening Proxy services, Sequences from EI tooling and clicking on Source View while the Design View is being loaded all the endpoints will be deleted automatically. Once the Source View is loaded (partially), assume we do some changes and save, it would save the config without the endpoints as they we...
1.0
Endpoints lost while switching from Design view to Source view while the config is being loaded - **Description:** Opening Proxy services, Sequences from EI tooling and clicking on Source View while the Design View is being loaded all the endpoints will be deleted automatically. Once the Source View is loaded (partial...
priority
endpoints lost while switching from design view to source view while the config is being loaded description opening proxy services sequences from ei tooling and clicking on source view while the design view is being loaded all the endpoints will be deleted automatically once the source view is loaded partial...
1
68,686
14,946,116,104
IssuesEvent
2021-01-26 06:01:37
mihorsky/Ghost
https://api.github.com/repos/mihorsky/Ghost
opened
CVE-2020-11022 (Medium) detected in jquery-2.1.0.min.js, jquery-1.9.1.js
security vulnerability
## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.0.min.js</b>, <b>jquery-1.9.1.js</b></p></summary> <p> <details><summary><b>jquery-2.1.0.min.js</b></p>...
True
CVE-2020-11022 (Medium) detected in jquery-2.1.0.min.js, jquery-1.9.1.js - ## CVE-2020-11022 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.0.min.js</b>, <b>jquery-1.9.1...
non_priority
cve medium detected in jquery min js jquery js cve medium severity vulnerability vulnerable libraries jquery min js jquery js jquery min js javascript library for dom operations library home page a href path to dependency file ghost node m...
0
3,349
6,486,693,586
IssuesEvent
2017-08-19 22:18:33
Great-Hill-Corporation/quickBlocks
https://api.github.com/repos/Great-Hill-Corporation/quickBlocks
closed
One-Hit Wonder detection
monitors-all status-inprocess type-enhancement
Akamai's web server used Bloom filters to remove one-hit wonders for their caching mechanism. They found that 75% of the entries in the cache were one-hit wonders. Suggestion: a multi-level pre-filter that only allows three or four hit wonders to enter the bloom filter cache. First, find how many addresses use 1,2,3,4 ...
1.0
One-Hit Wonder detection - Akamai's web server used Bloom filters to remove one-hit wonders for their caching mechanism. They found that 75% of the entries in the cache were one-hit wonders. Suggestion: a multi-level pre-filter that only allows three or four hit wonders to enter the bloom filter cache. First, find how ...
non_priority
one hit wonder detection akamai s web server used bloom filters to remove one hit wonders for their caching mechanism they found that of the entries in the cache were one hit wonders suggestion a multi level pre filter that only allows three or four hit wonders to enter the bloom filter cache first find how m...
0
332,123
10,084,554,529
IssuesEvent
2019-07-25 15:55:05
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
mkdoc: Figure out why some of PiecewisePolynomial's docstrings are not getting generated
configuration: python priority: medium team: kitware
Encountered in this PR: https://github.com/RobotLocomotion/drake/pull/11783 @m-chaturvedi Would you have time to look at this starting next week and possibly have a workaround / solution by next Wednesday (07/24)? \cc @jamiesnape @mpetersen94
1.0
mkdoc: Figure out why some of PiecewisePolynomial's docstrings are not getting generated - Encountered in this PR: https://github.com/RobotLocomotion/drake/pull/11783 @m-chaturvedi Would you have time to look at this starting next week and possibly have a workaround / solution by next Wednesday (07/24)? \cc @jam...
priority
mkdoc figure out why some of piecewisepolynomial s docstrings are not getting generated encountered in this pr m chaturvedi would you have time to look at this starting next week and possibly have a workaround solution by next wednesday cc jamiesnape
1
20,493
6,041,669,983
IssuesEvent
2017-06-11 03:54:13
StoDevX/AAO-React-Native
https://api.github.com/repos/StoDevX/AAO-React-Native
closed
Thoughts about Releases and Branches and Processes in a Codepush World
tool/codepush
With Codepush, we'll need to figure out a new scheme for doing release version numbers. I found this on Twitter: ![image 2017-05-08 15 16 45](https://cloud.githubusercontent.com/assets/464441/25823328/5fb3eca0-3401-11e7-9eeb-9767f2c4dfc5.jpg) > We are doing minor version bumps for native changes and patch [bum...
1.0
Thoughts about Releases and Branches and Processes in a Codepush World - With Codepush, we'll need to figure out a new scheme for doing release version numbers. I found this on Twitter: ![image 2017-05-08 15 16 45](https://cloud.githubusercontent.com/assets/464441/25823328/5fb3eca0-3401-11e7-9eeb-9767f2c4dfc5.jpg...
non_priority
thoughts about releases and branches and processes in a codepush world with codepush we ll need to figure out a new scheme for doing release version numbers i found this on twitter we are doing minor version bumps for native changes and patch for js i like that here are some things that...
0
427,695
29,832,801,121
IssuesEvent
2023-06-18 13:27:32
thenameless314159/SourceGeneratorUtils
https://api.github.com/repos/thenameless314159/SourceGeneratorUtils
opened
Make a default AbstractGenerationSpec implementation with relative SourceFileEmitter<T>
documentation enhancement
This will give an example on how to implement the provided abstractions and give a starting point for most general purpose source generators.
1.0
Make a default AbstractGenerationSpec implementation with relative SourceFileEmitter<T> - This will give an example on how to implement the provided abstractions and give a starting point for most general purpose source generators.
non_priority
make a default abstractgenerationspec implementation with relative sourcefileemitter this will give an example on how to implement the provided abstractions and give a starting point for most general purpose source generators
0
831,128
32,038,900,844
IssuesEvent
2023-09-22 17:33:30
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
Replication delay script is not working for both YSQL and YCQL. (./determine_replication_lag.sh: line 419: tablet_count[${current_tserver}]: unbound variable)
kind/bug area/docdb priority/medium
Jira Link: [DB-2565](https://yugabyte.atlassian.net/browse/DB-2565) `[root@yb-db-europe-01 bin]# ./determine_replication_lag.sh -m 10.128.0.44:7100,10.128.0.43:7100,10.128.0.42:7100 --all_tables Replication Latency Report for: All tables ./determine_replication_lag.sh: line 419: tablet_count[${current_tserver}]: ...
1.0
Replication delay script is not working for both YSQL and YCQL. (./determine_replication_lag.sh: line 419: tablet_count[${current_tserver}]: unbound variable) - Jira Link: [DB-2565](https://yugabyte.atlassian.net/browse/DB-2565) `[root@yb-db-europe-01 bin]# ./determine_replication_lag.sh -m 10.128.0.44:7100,10.128.0....
priority
replication delay script is not working for both ysql and ycql determine replication lag sh line tablet count unbound variable jira link determine replication lag sh m all tables replication latency report for all tables determine replication lag sh lin...
1
99,935
21,077,164,514
IssuesEvent
2022-04-02 10:11:24
spotlessmind1975/ugbasic
https://api.github.com/repos/spotlessmind1975/ugbasic
opened
Peephole optimizer 6809: cast from pointer to integer of different size
6809 code review
The compilation of the current source presents the following warning for targets with Motorola 6809 processor and active optimization: src/targets/d32/_optimizer.c: In function ‘tmp_buf’: src/targets/d32/_optimizer.c:224:30: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] ...
1.0
Peephole optimizer 6809: cast from pointer to integer of different size - The compilation of the current source presents the following warning for targets with Motorola 6809 processor and active optimization: src/targets/d32/_optimizer.c: In function ‘tmp_buf’: src/targets/d32/_optimizer.c:224:30: warning: ...
non_priority
peephole optimizer cast from pointer to integer of different size the compilation of the current source presents the following warning for targets with motorola processor and active optimization src targets optimizer c in function ‘tmp buf’ src targets optimizer c warning cast from poi...
0
26,739
2,685,324,671
IssuesEvent
2015-03-29 22:30:40
IssueMigrationTest/Test5
https://api.github.com/repos/IssueMigrationTest/Test5
closed
option to only generate C++ stubs
auto-migrated Priority-Low Type-Enhancement
**Issue by edgi...@gmail.com** _8 Jul 2010 at 4:11 GMT_ _Originally opened on Google Code_ ---- ``` For those who want to custom-implement the C++ routines corresponding to python code, and just want to keep the same general structure / interfaces that are in the python module, it would be great if shedskin could p...
1.0
option to only generate C++ stubs - **Issue by edgi...@gmail.com** _8 Jul 2010 at 4:11 GMT_ _Originally opened on Google Code_ ---- ``` For those who want to custom-implement the C++ routines corresponding to python code, and just want to keep the same general structure / interfaces that are in the python module, i...
priority
option to only generate c stubs issue by edgi gmail com jul at gmt originally opened on google code for those who want to custom implement the c routines corresponding to python code and just want to keep the same general structure interfaces that are in the python module it wo...
1
13,579
8,286,503,246
IssuesEvent
2018-09-19 05:14:51
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
closed
html5ever in the rustc-perf repository is memory-intensive
A-NLL NLL-deferred NLL-performant T-compiler
I see OOMs locally with a 16 GB memory computer. Source code: https://github.com/rust-lang-nursery/rustc-perf/tree/master/collector/benchmarks/html5ever
True
html5ever in the rustc-perf repository is memory-intensive - I see OOMs locally with a 16 GB memory computer. Source code: https://github.com/rust-lang-nursery/rustc-perf/tree/master/collector/benchmarks/html5ever
non_priority
in the rustc perf repository is memory intensive i see ooms locally with a gb memory computer source code
0
13,530
23,276,172,225
IssuesEvent
2022-08-05 07:25:43
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
opened
Add option to ignore extra fields in config
type:feature status:requirements priority-5-triage
### What would you like Renovate to be able to do? To parse `renovate.json` with extra fields successfully. Currently we're getting error: > Error type: The renovate configuration file contains some invalid settings > Message: Invalid configuration option: myCustomOption We run some of our extra scripts doin...
1.0
Add option to ignore extra fields in config - ### What would you like Renovate to be able to do? To parse `renovate.json` with extra fields successfully. Currently we're getting error: > Error type: The renovate configuration file contains some invalid settings > Message: Invalid configuration option: myCustomO...
non_priority
add option to ignore extra fields in config what would you like renovate to be able to do to parse renovate json with extra fields successfully currently we re getting error error type the renovate configuration file contains some invalid settings message invalid configuration option mycustomo...
0
325,722
9,935,393,956
IssuesEvent
2019-07-02 16:26:23
netdata/netdata
https://api.github.com/repos/netdata/netdata
closed
[RFE] send notifications repeatedly until the alert is resolved
area/health feature request priority/high size:5
Hello, nagios has this feature, that if there is an alert, notification email is send repeatedly every hour or so (configurable) until the alert is resolved. I would like to see this feature in netdata as well, as sometimes long lasting alerts can be lost during short lasting alerts (if there are occasional spikes e...
1.0
[RFE] send notifications repeatedly until the alert is resolved - Hello, nagios has this feature, that if there is an alert, notification email is send repeatedly every hour or so (configurable) until the alert is resolved. I would like to see this feature in netdata as well, as sometimes long lasting alerts can be ...
priority
send notifications repeatedly until the alert is resolved hello nagios has this feature that if there is an alert notification email is send repeatedly every hour or so configurable until the alert is resolved i would like to see this feature in netdata as well as sometimes long lasting alerts can be lost...
1
301,775
26,098,817,759
IssuesEvent
2022-12-27 02:37:43
xKabbe/denigma
https://api.github.com/repos/xKabbe/denigma
closed
:dna: [FEATURE] - Implement a GitHub Actions Pipeline :dna:
enhancement frontend github actions test
# Description The project is missing some kind of pipeline in which automated tests, and probably more, can run after each commit/before merge. Create a basic pipeline, in GitHub called `GitHub Actions`, that runs `Unit Tests` and (probably) more. # Additional Context (Screenshots, Logs, ...) ## Detail 1 ![202...
1.0
:dna: [FEATURE] - Implement a GitHub Actions Pipeline :dna: - # Description The project is missing some kind of pipeline in which automated tests, and probably more, can run after each commit/before merge. Create a basic pipeline, in GitHub called `GitHub Actions`, that runs `Unit Tests` and (probably) more. # A...
non_priority
dna implement a github actions pipeline dna description the project is missing some kind of pipeline in which automated tests and probably more can run after each commit before merge create a basic pipeline in github called github actions that runs unit tests and probably more additiona...
0
231,507
18,771,844,148
IssuesEvent
2021-11-07 00:35:52
WordPress/Requests
https://api.github.com/repos/WordPress/Requests
opened
CI: improve the test running
Type: testing/chores/QA
For all sorts of reasons it would be good to have some more variation in the test environments on which the tests are run in CI. Some suggestions/ideas: * Run some test runs via PHPUnit installed via Composer, others with a PHPUnit PHAR so both autoloading mechanisms are tested. * Run tests both against Ubuntu as ...
1.0
CI: improve the test running - For all sorts of reasons it would be good to have some more variation in the test environments on which the tests are run in CI. Some suggestions/ideas: * Run some test runs via PHPUnit installed via Composer, others with a PHPUnit PHAR so both autoloading mechanisms are tested. * Ru...
non_priority
ci improve the test running for all sorts of reasons it would be good to have some more variation in the test environments on which the tests are run in ci some suggestions ideas run some test runs via phpunit installed via composer others with a phpunit phar so both autoloading mechanisms are tested ru...
0
402,675
11,812,866,055
IssuesEvent
2020-03-19 21:03:21
Qiskit/qiskit-ibmq-provider
https://api.github.com/repos/Qiskit/qiskit-ibmq-provider
closed
Remove shots from job submit
priority: low type: feature request
<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. --> ### What is the expected behavior? `shots` currently is present both inside and outside the qobj. The one outside is not used but required by ...
1.0
Remove shots from job submit - <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues to confirm this idea does not exist. --> ### What is the expected behavior? `shots` currently is present both inside and outside the qobj. The one outsi...
priority
remove shots from job submit what is the expected behavior shots currently is present both inside and outside the qobj the one outside is not used but required by the api the api recently update the code to no longer require it and thus it should be removed from the provider code
1
369,470
25,850,315,613
IssuesEvent
2022-12-13 09:56:53
maxfischer2781/asyncstdlib
https://api.github.com/repos/maxfischer2781/asyncstdlib
closed
clearing cache before it exists raises AttributeError
documentation
Where `self.site_map` is a `@cached_property`, I use the following to work around the issue: ```python def reset_cache(self) -> None: if "site_map" in self.__dict__: del self.__dict__["site_map"] ``` Perhaps some checks could be added in the library so this isn't necessary in my code? FYI Calling `...
1.0
clearing cache before it exists raises AttributeError - Where `self.site_map` is a `@cached_property`, I use the following to work around the issue: ```python def reset_cache(self) -> None: if "site_map" in self.__dict__: del self.__dict__["site_map"] ``` Perhaps some checks could be added in the libr...
non_priority
clearing cache before it exists raises attributeerror where self site map is a cached property i use the following to work around the issue python def reset cache self none if site map in self dict del self dict perhaps some checks could be added in the library so this...
0
233,150
7,694,512,512
IssuesEvent
2018-05-18 09:00:39
Yalantis/Segmentio
https://api.github.com/repos/Yalantis/Segmentio
closed
linker command failed with exit code 1 (use -v to see invocation)
priority: low status: need feedback
Undefined symbols for architecture x86_64: "__TIFV9Segmentio13SegmentioItemcFT5titleGSqSS_5imageGSqCSo7UIImage_13selectedImageGSqS1___S0_A1_", referenced from: __TFC9icomarket27DetailICOMainViewController11viewDidLoadfT_T_ in DetailICOMainViewController.o "__TFV9Segmentio13SegmentioItemCfT5titleGSqSS_5imag...
1.0
linker command failed with exit code 1 (use -v to see invocation) - Undefined symbols for architecture x86_64: "__TIFV9Segmentio13SegmentioItemcFT5titleGSqSS_5imageGSqCSo7UIImage_13selectedImageGSqS1___S0_A1_", referenced from: __TFC9icomarket27DetailICOMainViewController11viewDidLoadfT_T_ in DetailICOMainVie...
priority
linker command failed with exit code use v to see invocation undefined symbols for architecture referenced from t in detailicomainviewcontroller o referenced from t in detailicomainviewcontroller o ld symbol s not found for architecture ...
1
10,697
3,418,759,604
IssuesEvent
2015-12-08 04:45:18
cugos/dropchop
https://api.github.com/repos/cugos/dropchop
closed
Need documentation for adding data via Feature Service
documentation
We need documentation in README.md for how a user can add data via ArcGIS Server Feature Service to Dropchop.
1.0
Need documentation for adding data via Feature Service - We need documentation in README.md for how a user can add data via ArcGIS Server Feature Service to Dropchop.
non_priority
need documentation for adding data via feature service we need documentation in readme md for how a user can add data via arcgis server feature service to dropchop
0
438,379
12,627,061,384
IssuesEvent
2020-06-14 19:35:01
StargateMC/IssueTracker
https://api.github.com/repos/StargateMC/IssueTracker
closed
Migrate to a new Discord Mod
1.12.2 Coding High Priority feature
Proposed mod: https://www.curseforge.com/minecraft/mc-mods/dcintegration - [ ] Tested it works reliably - [ ] Updater needs to be able to rewrite the configuration file - [ ] Linking with Minecraft works - [ ] Tweak it so it updates nicknames on a schedule This needs to happen ASAP as the current version of DC...
1.0
Migrate to a new Discord Mod - Proposed mod: https://www.curseforge.com/minecraft/mc-mods/dcintegration - [ ] Tested it works reliably - [ ] Updater needs to be able to rewrite the configuration file - [ ] Linking with Minecraft works - [ ] Tweak it so it updates nicknames on a schedule This needs to happen AS...
priority
migrate to a new discord mod proposed mod tested it works reliably updater needs to be able to rewrite the configuration file linking with minecraft works tweak it so it updates nicknames on a schedule this needs to happen asap as the current version of dcintegration is old and stops the s...
1
220,373
24,564,965,907
IssuesEvent
2022-10-13 01:29:56
ARUMAIS/playwright
https://api.github.com/repos/ARUMAIS/playwright
opened
CVE-2022-37599 (Medium) detected in loader-utils-1.4.0.tgz, loader-utils-2.0.0.tgz
security vulnerability
## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.4.0.tgz</b>, <b>loader-utils-2.0.0.tgz</b></p></summary> <p> <details><summary><b>loader-utils-1.4....
True
CVE-2022-37599 (Medium) detected in loader-utils-1.4.0.tgz, loader-utils-2.0.0.tgz - ## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.4.0.tgz</b>, <b...
non_priority
cve medium detected in loader utils tgz loader utils tgz cve medium severity vulnerability vulnerable libraries loader utils tgz loader utils tgz loader utils tgz utils for webpack loaders library home page a href path to dependency file ...
0
273,350
8,529,812,910
IssuesEvent
2018-11-03 16:10:42
GRIS-UdeM/ServerGRIS
https://api.github.com/repos/GRIS-UdeM/ServerGRIS
closed
Recording: ajouter la possibilité d'enregistrer un fichier interfolié
High priority enhancement
Dans la perspective d'ajouter une fonction de lecture dans le ServerGRIS, il sera important d'ajouter la possibilité de faire des enregistrements en format interfolié, afin de simplifier les étapes d'enregistrement/lecture (pour le moment, l'enregistreur ne génère que des fichiers mono). Par exemple, un compositeur enr...
1.0
Recording: ajouter la possibilité d'enregistrer un fichier interfolié - Dans la perspective d'ajouter une fonction de lecture dans le ServerGRIS, il sera important d'ajouter la possibilité de faire des enregistrements en format interfolié, afin de simplifier les étapes d'enregistrement/lecture (pour le moment, l'enregi...
priority
recording ajouter la possibilité d enregistrer un fichier interfolié dans la perspective d ajouter une fonction de lecture dans le servergris il sera important d ajouter la possibilité de faire des enregistrements en format interfolié afin de simplifier les étapes d enregistrement lecture pour le moment l enregi...
1
13,903
3,368,217,515
IssuesEvent
2015-11-22 20:19:10
openshift/origin
https://api.github.com/repos/openshift/origin
closed
test-cmd flake: Waiting for command to finish: 'oc get is ruby-20-centos7 | grep latest'...
component/imageregistry kind/test-flake
@csrwng @bparees ``` [INFO] Waiting for command to finish: 'oc get is ruby-20-centos7 | grep latest'... [ ERR] Gave up waiting for: 'oc get is ruby-20-centos7 | grep latest' !!! Error in test/cmd/builds.sh:281 'return 1' exited with status 1 Call stack: 1: test/cmd/builds.sh:281 main(...) Exiting with stat...
1.0
test-cmd flake: Waiting for command to finish: 'oc get is ruby-20-centos7 | grep latest'... - @csrwng @bparees ``` [INFO] Waiting for command to finish: 'oc get is ruby-20-centos7 | grep latest'... [ ERR] Gave up waiting for: 'oc get is ruby-20-centos7 | grep latest' !!! Error in test/cmd/builds.sh:281 'return...
non_priority
test cmd flake waiting for command to finish oc get is ruby grep latest csrwng bparees waiting for command to finish oc get is ruby grep latest gave up waiting for oc get is ruby grep latest error in test cmd builds sh return exited with status call st...
0
1,314
3,586,804,859
IssuesEvent
2016-01-30 00:07:49
SAPDocuments/Tutorials
https://api.github.com/repos/SAPDocuments/Tutorials
closed
Tutorial Page tutorials/hana-xsodata-service/hana-xsodata-service.md Issue
Tags tutorials/hana-xsodata-service/hana-xsodata-service.md
Page issue found: [tutorials/hana-xsodata-service/hana-xsodata-service.md](https://github.com/SAPDocuments/Tutorials/blob/master/tutorials/hana-xsodata-service/hana-xsodata-service.md) contains invalid tags. [tutorial:interest/hanaxs]
2.0
Tutorial Page tutorials/hana-xsodata-service/hana-xsodata-service.md Issue - Page issue found: [tutorials/hana-xsodata-service/hana-xsodata-service.md](https://github.com/SAPDocuments/Tutorials/blob/master/tutorials/hana-xsodata-service/hana-xsodata-service.md) contains invalid tags. [tutorial:interest/hanaxs]
non_priority
tutorial page tutorials hana xsodata service hana xsodata service md issue page issue found contains invalid tags
0
125,345
17,836,129,891
IssuesEvent
2021-09-03 01:30:48
kapseliboi/vly2
https://api.github.com/repos/kapseliboi/vly2
opened
CVE-2021-37713 (High) detected in tar-4.4.13.tgz
security vulnerability
## CVE-2021-37713 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.13.tgz</b></p></summary> <p>tar for node</p> <p>Library home page: <a href="https://registry.npmjs.org/tar/-/t...
True
CVE-2021-37713 (High) detected in tar-4.4.13.tgz - ## CVE-2021-37713 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tar-4.4.13.tgz</b></p></summary> <p>tar for node</p> <p>Library hom...
non_priority
cve high detected in tar tgz cve high severity vulnerability vulnerable library tar tgz tar for node library home page a href dependency hierarchy webpack tgz root library watchpack tgz chokidar tgz fsevents tgz ...
0
371,284
10,964,307,748
IssuesEvent
2019-11-27 22:10:20
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Expand contributon_info table
QA/Yes feature/rewards priority/P2
Right now this is how table looks like: ![image](https://user-images.githubusercontent.com/9574457/68940829-7d832880-07a4-11ea-9eba-6268bbcfa7b0.png) We will need to expand it so that we can handle retry logic and logging an actual contribution data, so that we don't need ledger_state logging anymore. Because VG ...
1.0
Expand contributon_info table - Right now this is how table looks like: ![image](https://user-images.githubusercontent.com/9574457/68940829-7d832880-07a4-11ea-9eba-6268bbcfa7b0.png) We will need to expand it so that we can handle retry logic and logging an actual contribution data, so that we don't need ledger_st...
priority
expand contributon info table right now this is how table looks like we will need to expand it so that we can handle retry logic and logging an actual contribution data so that we don t need ledger state logging anymore because vg simplified things a lot tables should be quite clean for now vg don t n...
1
356,614
10,595,356,634
IssuesEvent
2019-10-09 18:48:11
jenkins-x/jx
https://api.github.com/repos/jenkins-x/jx
closed
Move the jx-requirements.yaml contents from the jx-requirements-config ConfigMap to the Dev Environment's TeamSettings
actual/S area/boot area/fox estimate/XS kind/enhancement priority/critical ready for review
### Summary Right now, we are saving the current state of the `jx-requirements.yaml` file into the `jx-requirements-config` `ConfigMap` when executing the `veify-preinstall` step. https://github.com/jenkins-x/jx/blob/0a7aa85d79a5c66e032ad3a0abc00928ee2dbfeb/pkg/cmd/step/verify/step_verify_preinstall.go#L242-L245 ...
1.0
Move the jx-requirements.yaml contents from the jx-requirements-config ConfigMap to the Dev Environment's TeamSettings - ### Summary Right now, we are saving the current state of the `jx-requirements.yaml` file into the `jx-requirements-config` `ConfigMap` when executing the `veify-preinstall` step. https://github...
priority
move the jx requirements yaml contents from the jx requirements config configmap to the dev environment s teamsettings summary right now we are saving the current state of the jx requirements yaml file into the jx requirements config configmap when executing the veify preinstall step and ...
1
29,117
23,731,810,450
IssuesEvent
2022-08-31 02:53:35
pixiebrix/pixiebrix-extension
https://api.github.com/repos/pixiebrix/pixiebrix-extension
reopened
PLACEHOLDER: Move icon packs to the server
infrastructure performance low priority
## Context - Icons take a good chunk of the extension size, build time, build complexity - These packs are generally only loaded to make them available to the user ## Suggestion - Move the icons out of the extension bundle so that they can be loaded remotely as needed ## Requirements - We probably still...
1.0
PLACEHOLDER: Move icon packs to the server - ## Context - Icons take a good chunk of the extension size, build time, build complexity - These packs are generally only loaded to make them available to the user ## Suggestion - Move the icons out of the extension bundle so that they can be loaded remotely as nee...
non_priority
placeholder move icon packs to the server context icons take a good chunk of the extension size build time build complexity these packs are generally only loaded to make them available to the user suggestion move the icons out of the extension bundle so that they can be loaded remotely as nee...
0
70,710
15,099,075,884
IssuesEvent
2021-02-08 01:21:27
TechnoConserve/personal_website
https://api.github.com/repos/TechnoConserve/personal_website
closed
CVE-2018-14040 (Medium) detected in bootstrap-3.3.7.min.js
security vulnerability
## CVE-2018-14040 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.7.min.js</b></p></summary> <p>The most popular front-end framework for developing responsive, mobile f...
True
CVE-2018-14040 (Medium) detected in bootstrap-3.3.7.min.js - ## CVE-2018-14040 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.7.min.js</b></p></summary> <p>The most po...
non_priority
cve medium detected in bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to dependency file personal webs...
0
202,823
7,055,476,406
IssuesEvent
2018-01-04 08:29:53
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
opened
Relationship and method of operation between access control, visiblity on store and subscription permissions
2.2.0 Priority/Highest Type/Docs
In [1] it mentions the relationship between visibility on store and subscriptions but does not factor in the values that can be there for access control (all / restricted by roles). Please include this information to the document. [1] https://docs.wso2.com/display/AM2xx/Managing+Public%2C+Partner+vs+Private+APIs+Sam...
1.0
Relationship and method of operation between access control, visiblity on store and subscription permissions - In [1] it mentions the relationship between visibility on store and subscriptions but does not factor in the values that can be there for access control (all / restricted by roles). Please include this informa...
priority
relationship and method of operation between access control visiblity on store and subscription permissions in it mentions the relationship between visibility on store and subscriptions but does not factor in the values that can be there for access control all restricted by roles please include this informati...
1
4,875
2,610,159,311
IssuesEvent
2015-02-26 18:50:33
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Gameplay Error
auto-migrated Priority-Medium Type-Defect
``` Siege Mortar builable in GC ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 4:17
1.0
Gameplay Error - ``` Siege Mortar builable in GC ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 4:17
non_priority
gameplay error siege mortar builable in gc original issue reported on code google com by gmail com on jan at
0
11,601
7,613,763,278
IssuesEvent
2018-05-01 22:38:47
monicahq/monica
https://api.github.com/repos/monicahq/monica
closed
Modify a few pages so the app is fast even with a huge number of contacts
feature request performances
We have a few users with thousands of contacts (one with 8000+, a few above 5000+, and more around 1000-3000). While Monica wasn't designed for having that many contacts, we can be better at managing this. For instance, when adding a new relationship, a good iteration would be to load either only a X number of conta...
True
Modify a few pages so the app is fast even with a huge number of contacts - We have a few users with thousands of contacts (one with 8000+, a few above 5000+, and more around 1000-3000). While Monica wasn't designed for having that many contacts, we can be better at managing this. For instance, when adding a new rel...
non_priority
modify a few pages so the app is fast even with a huge number of contacts we have a few users with thousands of contacts one with a few above and more around while monica wasn t designed for having that many contacts we can be better at managing this for instance when adding a new relationship a...
0
180,028
6,642,393,455
IssuesEvent
2017-09-27 07:13:11
numpy/numpy
https://api.github.com/repos/numpy/numpy
closed
issubdtype(<whatever>, bool) malfunctions (Trac #1739)
00 - Bug component: numpy.core priority: low
_Original ticket http://projects.scipy.org/numpy/ticket/1739 on 2011-02-10 by @pv, assigned to unknown._ Interestingly, ``` >>> np.issubdtype(int, np.bool_) False >>> np.issubdtype(str, bool) True ``` The issubdtype routine apparently does not work correctly for this case (and never has). What it does is ``` if...
1.0
issubdtype(<whatever>, bool) malfunctions (Trac #1739) - _Original ticket http://projects.scipy.org/numpy/ticket/1739 on 2011-02-10 by @pv, assigned to unknown._ Interestingly, ``` >>> np.issubdtype(int, np.bool_) False >>> np.issubdtype(str, bool) True ``` The issubdtype routine apparently does not work correctly f...
priority
issubdtype bool malfunctions trac original ticket on by pv assigned to unknown interestingly np issubdtype int np bool false np issubdtype str bool true the issubdtype routine apparently does not work correctly for this case and never has what it does is if i...
1
264,026
19,985,808,421
IssuesEvent
2022-01-30 16:43:19
njdaniel/todo
https://api.github.com/repos/njdaniel/todo
opened
Readme Getting started Documentation
documentation
**Is your feature request related to a problem? Please describe.** Starting point for documentation to allow for new persons to get project up and running quickly. **Describe the solution you'd like** "Getting Started" section using makefile commands that use scripts and terminal cmds to help get the project up a...
1.0
Readme Getting started Documentation - **Is your feature request related to a problem? Please describe.** Starting point for documentation to allow for new persons to get project up and running quickly. **Describe the solution you'd like** "Getting Started" section using makefile commands that use scripts and ter...
non_priority
readme getting started documentation is your feature request related to a problem please describe starting point for documentation to allow for new persons to get project up and running quickly describe the solution you d like getting started section using makefile commands that use scripts and ter...
0
521,157
15,103,810,074
IssuesEvent
2021-02-08 10:47:39
ntop/ntopng
https://api.github.com/repos/ntop/ntopng
closed
[Regression] Reset configuration no longer works
bug priority ticket waiting for review
Seems that using - user scripts - recipients and endpoints ![image](https://user-images.githubusercontent.com/3397663/106767854-998a1880-663b-11eb-8fc1-da9b4d179af5.png) has no effect. Nothing happens and no reset is performed.
1.0
[Regression] Reset configuration no longer works - Seems that using - user scripts - recipients and endpoints ![image](https://user-images.githubusercontent.com/3397663/106767854-998a1880-663b-11eb-8fc1-da9b4d179af5.png) has no effect. Nothing happens and no reset is performed.
priority
reset configuration no longer works seems that using user scripts recipients and endpoints has no effect nothing happens and no reset is performed
1
782,771
27,506,549,472
IssuesEvent
2023-03-06 04:19:36
AY2223S2-CS2103T-T17-2/tp
https://api.github.com/repos/AY2223S2-CS2103T-T17-2/tp
closed
Update README page
priority.High
* Add a UI mockup of your intended final product. Note that the image of the UI should be docs/images/Ui.png so that it can be downloaded by our scripts. Limit the file to contain one screenshot/mockup only and ensure the new image is roughly the same height x width proportions as the original one. Reason: when we co...
1.0
Update README page - * Add a UI mockup of your intended final product. Note that the image of the UI should be docs/images/Ui.png so that it can be downloaded by our scripts. Limit the file to contain one screenshot/mockup only and ensure the new image is roughly the same height x width proportions as the original on...
priority
update readme page add a ui mockup of your intended final product note that the image of the ui should be docs images ui png so that it can be downloaded by our scripts limit the file to contain one screenshot mockup only and ensure the new image is roughly the same height x width proportions as the original on...
1
171,355
6,487,092,937
IssuesEvent
2017-08-20 03:14:44
sankichi92/LiveLog
https://api.github.com/repos/sankichi92/LiveLog
closed
ActionMailer のテストで body の内容をチェックできない
help wanted low priority
``` /Users/miyoshi/.rbenv/shims/bundle exec ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/miyoshi/.rbenv/versions/2.4.1/bin/rspec /Users/miyoshi/Projects/LiveLog/spec/mailers/user_mailer_spec.rb --require teamcity/spec/runner/formatter/teamcity/formatter --format Spec::Runner::Formatter::Teamc...
1.0
ActionMailer のテストで body の内容をチェックできない - ``` /Users/miyoshi/.rbenv/shims/bundle exec ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/miyoshi/.rbenv/versions/2.4.1/bin/rspec /Users/miyoshi/Projects/LiveLog/spec/mailers/user_mailer_spec.rb --require teamcity/spec/runner/formatter/teamcity/formatter ...
priority
actionmailer のテストで body の内容をチェックできない users miyoshi rbenv shims bundle exec ruby e stdout sync true stderr sync true load argv shift users miyoshi rbenv versions bin rspec users miyoshi projects livelog spec mailers user mailer spec rb require teamcity spec runner formatter teamcity formatter ...
1
219,227
17,080,816,564
IssuesEvent
2021-07-08 04:44:43
ballerina-platform/ballerina-lang
https://api.github.com/repos/ballerina-platform/ballerina-lang
closed
[Debugger] Enable `ExpressionEvaluationNegativeTest`
Area/Debugger Area/IntegrationTest SwanLakeDump Team/DevTools
**Description:** We need to enable `ExpressionEvaluationNegativeTest` after fixing https://github.com/ballerina-platform/ballerina-lang/issues/31607
1.0
[Debugger] Enable `ExpressionEvaluationNegativeTest` - **Description:** We need to enable `ExpressionEvaluationNegativeTest` after fixing https://github.com/ballerina-platform/ballerina-lang/issues/31607
non_priority
enable expressionevaluationnegativetest description we need to enable expressionevaluationnegativetest after fixing
0
8,590
2,999,371,527
IssuesEvent
2015-07-23 18:41:56
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
closed
Jenkins gce-flaky is running all tests if GCE_FLAKY_TESTS is empty list
area/test priority/P1 team/testing
cc @gmarek @davidopp @thockin See gce-flaky runs - e.g. 2270 or 2271
2.0
Jenkins gce-flaky is running all tests if GCE_FLAKY_TESTS is empty list - cc @gmarek @davidopp @thockin See gce-flaky runs - e.g. 2270 or 2271
non_priority
jenkins gce flaky is running all tests if gce flaky tests is empty list cc gmarek davidopp thockin see gce flaky runs e g or
0
468,416
13,482,274,233
IssuesEvent
2020-09-11 01:07:53
MicrosoftDocs/typography-issues
https://api.github.com/repos/MicrosoftDocs/typography-issues
closed
[Recommendations] Remove recommendations for `cmap` table
OpenType spec Priority 3
Please remove the recommendations for the `cmap` table from the Recommendations page. Platforms have converged enough that requirements for new fonts can be clearly specified in the specification for the `cmap` table, as discussed in #269. The web and most font vendors depend on fonts to work across platforms. There...
1.0
[Recommendations] Remove recommendations for `cmap` table - Please remove the recommendations for the `cmap` table from the Recommendations page. Platforms have converged enough that requirements for new fonts can be clearly specified in the specification for the `cmap` table, as discussed in #269. The web and most fon...
priority
remove recommendations for cmap table please remove the recommendations for the cmap table from the recommendations page platforms have converged enough that requirements for new fonts can be clearly specified in the specification for the cmap table as discussed in the web and most font vendors depend o...
1
386,810
11,450,935,890
IssuesEvent
2020-02-06 10:34:03
teamforus/forus
https://api.github.com/repos/teamforus/forus
closed
Financial dashboard sponsor: Statistics of individual shopkeepers make no sense
Difficulty: Easy Priority: Should have Scope: Small Status: Refinement Needed Topic: MIT project-31
On the sponsor dashboard, finance, when looking at the statistics of individual shopkeepers there are a lot of numbers that make no sense. Please check each and make sure they work or are removed to prevent confusion. ![image](https://user-images.githubusercontent.com/10818702/71881997-d41d3b00-3133-11ea-80d9-ac084d...
1.0
Financial dashboard sponsor: Statistics of individual shopkeepers make no sense - On the sponsor dashboard, finance, when looking at the statistics of individual shopkeepers there are a lot of numbers that make no sense. Please check each and make sure they work or are removed to prevent confusion. ![image](https://...
priority
financial dashboard sponsor statistics of individual shopkeepers make no sense on the sponsor dashboard finance when looking at the statistics of individual shopkeepers there are a lot of numbers that make no sense please check each and make sure they work or are removed to prevent confusion task ...
1
21,457
11,223,636,444
IssuesEvent
2020-01-07 23:18:53
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
closed
[consultation] Browsertime failing on fenix with 'browser failed to start' error
P2 eng:performance
### What The perf infra folks are running into challenges starting Fenix in the browsertime harness: https://bugzilla.mozilla.org/show_bug.cgi?id=1592063 Help them fix it! ### Impact This work is critical for getting cold/warm applink tests running, which is one of our P1 release criteria. ### Acceptance criter...
True
[consultation] Browsertime failing on fenix with 'browser failed to start' error - ### What The perf infra folks are running into challenges starting Fenix in the browsertime harness: https://bugzilla.mozilla.org/show_bug.cgi?id=1592063 Help them fix it! ### Impact This work is critical for getting cold/warm appli...
non_priority
browsertime failing on fenix with browser failed to start error what the perf infra folks are running into challenges starting fenix in the browsertime harness help them fix it impact this work is critical for getting cold warm applink tests running which is one of our release criteria ...
0
736,603
25,479,859,781
IssuesEvent
2022-11-25 18:57:12
PIVX-Labs/MyPIVXWallet
https://api.github.com/repos/PIVX-Labs/MyPIVXWallet
opened
Masternode Rewards list, estimator & calculator
enhancement High Priority (>1200 PIV)
## Abstract This feature request aims to improve the experience of Masternodes on MPW with a huge increase in monitoring and tools for the user to keep up with information about their node(s). The exact UI design is undetermined, but I'd initially like to propose three additions (could be three extra 'boxes' in t...
1.0
Masternode Rewards list, estimator & calculator - ## Abstract This feature request aims to improve the experience of Masternodes on MPW with a huge increase in monitoring and tools for the user to keep up with information about their node(s). The exact UI design is undetermined, but I'd initially like to propose ...
priority
masternode rewards list estimator calculator abstract this feature request aims to improve the experience of masternodes on mpw with a huge increase in monitoring and tools for the user to keep up with information about their node s the exact ui design is undetermined but i d initially like to propose ...
1
21,206
11,148,954,517
IssuesEvent
2019-12-23 17:02:24
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
closed
infer_dtype() function slower in latest version
Performance
#### Code Sample ```python from datetime import datetime import numpy as np import pandas as pd from pandas.api.types import infer_dtype print(pd.__version__) RUN_COUNT = 5 df = pd.DataFrame(np.ones((100000, 1000))) avg_times = [] for _ in range(RUN_COUNT): start = datetime.now() f...
True
infer_dtype() function slower in latest version - #### Code Sample ```python from datetime import datetime import numpy as np import pandas as pd from pandas.api.types import infer_dtype print(pd.__version__) RUN_COUNT = 5 df = pd.DataFrame(np.ones((100000, 1000))) avg_times = [] for _ in range(...
non_priority
infer dtype function slower in latest version code sample python from datetime import datetime import numpy as np import pandas as pd from pandas api types import infer dtype print pd version run count df pd dataframe np ones avg times for in range run count...
0
809,996
30,220,784,596
IssuesEvent
2023-07-05 19:12:40
nacht-falter/aikido-course-website-django
https://api.github.com/repos/nacht-falter/aikido-course-website-django
opened
USER STORY: Use WYSIWYG editor for text fields in Django backend
EPIC: Course Management THEME: Staff functions PRIORITY: Could-Have SIZE: S
As a **staff member* I can **use a WYSIWIG editor in the Django backend** so that **I have more control over layout and styling.** ### Acceptance Criteria - [ ] There is a WYSIWIG editor installed that staff members can use for editing text fields. ### Tasks - [ ] Install and setup summernote. - [ ] Adjust adm...
1.0
USER STORY: Use WYSIWYG editor for text fields in Django backend - As a **staff member* I can **use a WYSIWIG editor in the Django backend** so that **I have more control over layout and styling.** ### Acceptance Criteria - [ ] There is a WYSIWIG editor installed that staff members can use for editing text fields. ...
priority
user story use wysiwyg editor for text fields in django backend as a staff member i can use a wysiwig editor in the django backend so that i have more control over layout and styling acceptance criteria there is a wysiwig editor installed that staff members can use for editing text fields ...
1
796,948
28,133,058,326
IssuesEvent
2023-04-01 03:54:29
AY2223S2-CS2113-T13-4/tp
https://api.github.com/repos/AY2223S2-CS2113-T13-4/tp
closed
[PE-D][Tester D] Module does not exist
type.Bug priority.Medium severity.Low
![image.png](https://raw.githubusercontent.com/tanyizhe/ped/main/files/594625e3-6973-461c-a526-dca2bf14fb2d.png) Not sure if intended, when I added random modules it worked but did not work for bn2301. <!--session: 1680252440817-95e82d5e-5298-4f2c-b931-8987efeed420--> <!--Version: Web v3.4.7--> ------------- Labels...
1.0
[PE-D][Tester D] Module does not exist - ![image.png](https://raw.githubusercontent.com/tanyizhe/ped/main/files/594625e3-6973-461c-a526-dca2bf14fb2d.png) Not sure if intended, when I added random modules it worked but did not work for bn2301. <!--session: 1680252440817-95e82d5e-5298-4f2c-b931-8987efeed420--> <!--Ver...
priority
module does not exist not sure if intended when i added random modules it worked but did not work for labels severity medium type featureflaw original tanyizhe ped
1
275,030
8,570,670,730
IssuesEvent
2018-11-11 22:15:05
ForgeEssentials/ForgeEssentials
https://api.github.com/repos/ForgeEssentials/ForgeEssentials
closed
ability to bypass permission checking on a PlayerEntity in scripting
low-priority request
I'm trying to do a simple /claim command, so it claim a 3x3 chunk around the players without giving them worldedit.selection.expand command because I want them to claim chunk, only. Here's my attempt: http://pastebin.com/rxscGB9q It always says "the console cannot run that command".
1.0
ability to bypass permission checking on a PlayerEntity in scripting - I'm trying to do a simple /claim command, so it claim a 3x3 chunk around the players without giving them worldedit.selection.expand command because I want them to claim chunk, only. Here's my attempt: http://pastebin.com/rxscGB9q It always says "t...
priority
ability to bypass permission checking on a playerentity in scripting i m trying to do a simple claim command so it claim a chunk around the players without giving them worldedit selection expand command because i want them to claim chunk only here s my attempt it always says the console cannot run that co...
1
149,572
19,581,694,775
IssuesEvent
2022-01-04 22:20:45
timf-deleteme/ng1
https://api.github.com/repos/timf-deleteme/ng1
opened
CVE-2019-19919 (High) detected in handlebars-4.0.5.tgz
security vulnerability
## CVE-2019-19919 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates ...
True
CVE-2019-19919 (High) detected in handlebars-4.0.5.tgz - ## CVE-2019-19919 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides...
non_priority
cve high detected in handlebars tgz cve 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 package js...
0
334,990
10,147,740,124
IssuesEvent
2019-08-05 11:24:03
prisma/prisma2
https://api.github.com/repos/prisma/prisma2
closed
Test Photon inside Netlify Functions
kind/feature priority/mid scope/m status/upcoming team/engineering
Placeholder. Reminder to test against Netlify functions. - [ ] Photon
1.0
Test Photon inside Netlify Functions - Placeholder. Reminder to test against Netlify functions. - [ ] Photon
priority
test photon inside netlify functions placeholder reminder to test against netlify functions photon
1
257,576
8,139,226,490
IssuesEvent
2018-08-20 17:00:27
Templarian/MaterialDesign
https://api.github.com/repos/Templarian/MaterialDesign
closed
Create SarinManS a Contributor Account
High Priority :grey_exclamation:
Create @SarinManS a contributor account. - [x] Add Account - [x] Twitter ? - [x] Profile picture (will just use GitHub if a variant isn't provided). - [ ] Add various icons and assign
1.0
Create SarinManS a Contributor Account - Create @SarinManS a contributor account. - [x] Add Account - [x] Twitter ? - [x] Profile picture (will just use GitHub if a variant isn't provided). - [ ] Add various icons and assign
priority
create sarinmans a contributor account create sarinmans a contributor account add account twitter profile picture will just use github if a variant isn t provided add various icons and assign
1
160,201
6,084,611,374
IssuesEvent
2017-06-17 05:45:36
k0shk0sh/FastHub
https://api.github.com/repos/k0shk0sh/FastHub
closed
Feature Request: Asciidoc Rendering
Priority: Low Status: Completed Type: Feature Request
<!-- - Please provide as much as detail and example as you can. - Add screenshots if appropriate. - Make sure that you are always on the latest version. - Search issue before submitting new one. Public Slack channel: https://rebrand.ly/fasthub --> --- - FastHub Version: 2.1.0 - Android ...
1.0
Feature Request: Asciidoc Rendering - <!-- - Please provide as much as detail and example as you can. - Add screenshots if appropriate. - Make sure that you are always on the latest version. - Search issue before submitting new one. Public Slack channel: https://rebrand.ly/fasthub --> --- ...
priority
feature request asciidoc rendering please provide as much as detail and example as you can add screenshots if appropriate make sure that you are always on the latest version search issue before submitting new one public slack channel fasthub version ...
1
274,948
30,188,310,959
IssuesEvent
2023-07-04 13:36:30
gabriel-milan/denoising-autoencoder
https://api.github.com/repos/gabriel-milan/denoising-autoencoder
opened
CVE-2022-21725 (Medium) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl
Mend: dependency security vulnerability
## CVE-2022-21725 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl</b></p></summary> <p>TensorFlow is an open source machine learn...
True
CVE-2022-21725 (Medium) detected in tensorflow-2.5.0-cp37-cp37m-manylinux2010_x86_64.whl - ## CVE-2022-21725 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.5.0-cp37-cp37...
non_priority
cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file training requirements tx...
0
725,659
24,970,464,313
IssuesEvent
2022-11-02 00:18:35
asobase0504/Team3
https://api.github.com/repos/asobase0504/Team3
closed
複数人のプレイヤーを実装
program HighPriority
### 必要Issues ### 概要 複数のプレイヤーが動くように実装 ### 詳細 複数のプレイヤーが動くように実装。 複数人時のキーボード配置などもここで実装。 複数人対応の弊害が多くなる前に実装したい。
1.0
複数人のプレイヤーを実装 - ### 必要Issues ### 概要 複数のプレイヤーが動くように実装 ### 詳細 複数のプレイヤーが動くように実装。 複数人時のキーボード配置などもここで実装。 複数人対応の弊害が多くなる前に実装したい。
priority
複数人のプレイヤーを実装 必要issues 概要 複数のプレイヤーが動くように実装 詳細 複数のプレイヤーが動くように実装。 複数人時のキーボード配置などもここで実装。 複数人対応の弊害が多くなる前に実装したい。
1
92,527
8,366,765,248
IssuesEvent
2018-10-04 10:05:03
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
closed
safiya_testing : api_v1_test-suites_project-id_id_get_path_param_sql_injection_MySQL_pageSize
safiya_testing safiya_testing
Project : safiya_testing Job : UAT Env : UAT Region : US_WEST_2 Result : fail Status Code : 500 Headers : {} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/project-id/{id}?pageSize= Request : Response : Not enough variable values available to expand 'id' Logs : Assertion [@...
2.0
safiya_testing : api_v1_test-suites_project-id_id_get_path_param_sql_injection_MySQL_pageSize - Project : safiya_testing Job : UAT Env : UAT Region : US_WEST_2 Result : fail Status Code : 500 Headers : {} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/project-id/{id}?pageSize= Request ...
non_priority
safiya testing api test suites project id id get path param sql injection mysql pagesize project safiya testing job uat env uat region us west result fail status code headers endpoint request response not enough variable values available to expand id ...
0
190,862
6,823,230,598
IssuesEvent
2017-11-07 22:58:09
sul-dlss/preservation_catalog
https://api.github.com/repos/sul-dlss/preservation_catalog
reopened
(MV) verify no nested Moabs - when creating a new druid (blocked by #280)
blocked blocking! help wanted high priority
That it does not contain any ‘nested’ Moabs (a complete Moab object dir placed inside the dir of another Moab, a result of bad initial file copy/move).
1.0
(MV) verify no nested Moabs - when creating a new druid (blocked by #280) - That it does not contain any ‘nested’ Moabs (a complete Moab object dir placed inside the dir of another Moab, a result of bad initial file copy/move).
priority
mv verify no nested moabs when creating a new druid blocked by that it does not contain any ‘nested’ moabs a complete moab object dir placed inside the dir of another moab a result of bad initial file copy move
1
62,635
6,802,273,983
IssuesEvent
2017-11-02 19:36:20
drud/ddev
https://api.github.com/repos/drud/ddev
closed
Test port 80 rather than just try to use it: Graceful sharing and management
actionable needs tests
## What happened (or feature request): People will have processes on their machine that use port 80. We need to handle that situation by - Testing the port - Optionally figuring out the process that is using the port - Gracefully explaining the situation to the user (and not trying to bind to the port) - Optio...
1.0
Test port 80 rather than just try to use it: Graceful sharing and management - ## What happened (or feature request): People will have processes on their machine that use port 80. We need to handle that situation by - Testing the port - Optionally figuring out the process that is using the port - Gracefully exp...
non_priority
test port rather than just try to use it graceful sharing and management what happened or feature request people will have processes on their machine that use port we need to handle that situation by testing the port optionally figuring out the process that is using the port gracefully expla...
0
339,496
30,451,535,984
IssuesEvent
2023-07-16 11:08:39
scylladb/scylladb
https://api.github.com/repos/scylladb/scylladb
closed
test_enable_disable_optimized_query_for_twcs fails with missing results with optimization disabled
bug dtest
This dtest fails consistently with scylla in debug mode, as seen in e.g. https://jenkins.scylladb.com/view/master/job/scylla-master/job/dtest-daily-debug/77/testReport/compaction_additional_test/TestTimeWindowDataSegregation/Run_Dtest_Parallel_Cloud_Machines___FullDtest___full_split005___test_enable_disable_optimized_...
1.0
test_enable_disable_optimized_query_for_twcs fails with missing results with optimization disabled - This dtest fails consistently with scylla in debug mode, as seen in e.g. https://jenkins.scylladb.com/view/master/job/scylla-master/job/dtest-daily-debug/77/testReport/compaction_additional_test/TestTimeWindowDataSegre...
non_priority
test enable disable optimized query for twcs fails with missing results with optimization disabled this dtest fails consistently with scylla in debug mode as seen in e g self assert tw query results tw query result tw query result compaction additional test py ...
0
205,716
7,105,304,492
IssuesEvent
2018-01-16 13:12:42
FRCteam4909/The-Green-Alliance
https://api.github.com/repos/FRCteam4909/The-Green-Alliance
closed
CSV Upload
Priority: Critical Status: Completed Type: Enhancement
Teams 449 and 2791 would like to contribute data to TGA, but currently use Excel. I would like to integrate a CSV uploader to allow this. Just parse and import each doc to the CouchDB database. I'm sure some other teams would like something like this to work with their existing workflows.
1.0
CSV Upload - Teams 449 and 2791 would like to contribute data to TGA, but currently use Excel. I would like to integrate a CSV uploader to allow this. Just parse and import each doc to the CouchDB database. I'm sure some other teams would like something like this to work with their existing workflows.
priority
csv upload teams and would like to contribute data to tga but currently use excel i would like to integrate a csv uploader to allow this just parse and import each doc to the couchdb database i m sure some other teams would like something like this to work with their existing workflows
1
101,250
30,928,935,219
IssuesEvent
2023-08-06 21:01:15
sandboxie-plus/Sandboxie
https://api.github.com/repos/sandboxie-plus/Sandboxie
closed
Display Steam games shortcuts in Run Menu (Plus UI)
Feature request added in next build
### Is your feature request related to a problem or use case? It is possible to successfully install and launch [Steam](https://store.steampowered.com/) in Sandboxie. It is also possible to download, install and play Steam games via Sandboxie without issues (in most cases). However, **Run Menu** does not display sho...
1.0
Display Steam games shortcuts in Run Menu (Plus UI) - ### Is your feature request related to a problem or use case? It is possible to successfully install and launch [Steam](https://store.steampowered.com/) in Sandboxie. It is also possible to download, install and play Steam games via Sandboxie without issues (in m...
non_priority
display steam games shortcuts in run menu plus ui is your feature request related to a problem or use case it is possible to successfully install and launch in sandboxie it is also possible to download install and play steam games via sandboxie without issues in most cases however run menu doe...
0
308,074
9,429,853,937
IssuesEvent
2019-04-12 07:29:14
CS2103-AY1819S2-W14-2/main
https://api.github.com/repos/CS2103-AY1819S2-W14-2/main
closed
[QOL] Tagging of Pictures in Album
priority.Medium type.Enhancement
## Feature Request Users can create tags for current images in the Album. ## Steps to Use the Feature 1. Users can create tags for the images 2. Tags can filter images to be displayed.
1.0
[QOL] Tagging of Pictures in Album - ## Feature Request Users can create tags for current images in the Album. ## Steps to Use the Feature 1. Users can create tags for the images 2. Tags can filter images to be displayed.
priority
tagging of pictures in album feature request users can create tags for current images in the album steps to use the feature users can create tags for the images tags can filter images to be displayed
1
9,521
6,916,098,103
IssuesEvent
2017-11-29 00:38:38
eclipse/eclipse.jdt.ls
https://api.github.com/repos/eclipse/eclipse.jdt.ls
closed
improve startup performance for gradle projects in workspace
enhancement gradle in progress performance
It seems to still take quite some time to get the jdt.ls to respond to workspace symbol requests if you open a workspace with some gradle projects inside. I use this for testing: https://github.com/spring-io/sagan Woud be great to get startup performance improvements for Gradle projects (in the same way than it ...
True
improve startup performance for gradle projects in workspace - It seems to still take quite some time to get the jdt.ls to respond to workspace symbol requests if you open a workspace with some gradle projects inside. I use this for testing: https://github.com/spring-io/sagan Woud be great to get startup perform...
non_priority
improve startup performance for gradle projects in workspace it seems to still take quite some time to get the jdt ls to respond to workspace symbol requests if you open a workspace with some gradle projects inside i use this for testing woud be great to get startup performance improvements for gradle proj...
0
169,374
26,790,431,828
IssuesEvent
2023-02-01 08:02:52
Altinn/altinn-studio
https://api.github.com/repos/Altinn/altinn-studio
closed
Preselected values for dropdown has title "Sett forhåndsvalgt radioknapp"
kind/bug area/ui-editor solution/studio/designer team/studio
### Description of the bug When editing the dropdown menu the field where you can choose a predefined selected value has the title: _"Sett forhåndsvalgt radioknapp"_ which it should not. Today this is a separate component but it may be an idea to adapt it more in terms of where it is used? Dropdown and checkboxe...
1.0
Preselected values for dropdown has title "Sett forhåndsvalgt radioknapp" - ### Description of the bug When editing the dropdown menu the field where you can choose a predefined selected value has the title: _"Sett forhåndsvalgt radioknapp"_ which it should not. Today this is a separate component but it may be a...
non_priority
preselected values for dropdown has title sett forhåndsvalgt radioknapp description of the bug when editing the dropdown menu the field where you can choose a predefined selected value has the title sett forhåndsvalgt radioknapp which it should not today this is a separate component but it may be a...
0
808,512
30,085,647,602
IssuesEvent
2023-06-29 08:26:18
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - video or audio doesn't play
status-needsinfo browser-firefox priority-critical engine-gecko
<!-- @browser: Firefox 115.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/watch?v=nPaZTFoCFKI **Browser / Version**: Firefox 115.0 **Operating System**: Windows 10 **Tested Another B...
1.0
www.youtube.com - video or audio doesn't play - <!-- @browser: Firefox 115.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/watch?v=nPaZTFoCFKI **Browser / Version**: Firefox 115.0 **O...
priority
video or audio doesn t play url browser version firefox operating system windows tested another browser yes chrome problem type video or audio doesn t play description la vidéo ou l audio ne joue pas steps to reproduce idem a deezer pas de video pas de son ...
1
271,533
23,612,106,284
IssuesEvent
2022-08-24 13:13:50
WPChill/strong-testimonials
https://api.github.com/repos/WPChill/strong-testimonials
closed
Star rating nor working on all but the 1st form
bug need testing
The rating input doesn't work on all but the 1st form if there are multiple forms on the same page. https://user-images.githubusercontent.com/19348508/179742064-1dcc71a4-757c-449e-8dbe-9da1db33601a.mp4
1.0
Star rating nor working on all but the 1st form - The rating input doesn't work on all but the 1st form if there are multiple forms on the same page. https://user-images.githubusercontent.com/19348508/179742064-1dcc71a4-757c-449e-8dbe-9da1db33601a.mp4
non_priority
star rating nor working on all but the form the rating input doesn t work on all but the form if there are multiple forms on the same page
0
186,712
14,405,420,920
IssuesEvent
2020-12-03 18:40:48
freqtrade/freqtrade
https://api.github.com/repos/freqtrade/freqtrade
closed
backtesting and sell signal / stoploss priority
Backtest Question Triage Needed
When there is a sell signal, and a stoploss trigger on the same candle, stoploss takes over sell signal. Is this intended? - It makes sense for timeframes <15m - not so much for timeframes >30m There are edge cases where if you use order book, sell is obviously not guaranteed, so it is conservative to prioritize sto...
1.0
backtesting and sell signal / stoploss priority - When there is a sell signal, and a stoploss trigger on the same candle, stoploss takes over sell signal. Is this intended? - It makes sense for timeframes <15m - not so much for timeframes >30m There are edge cases where if you use order book, sell is obviously not g...
non_priority
backtesting and sell signal stoploss priority when there is a sell signal and a stoploss trigger on the same candle stoploss takes over sell signal is this intended it makes sense for timeframes not so much for timeframes there are edge cases where if you use order book sell is obviously not guara...
0
550,241
16,107,863,297
IssuesEvent
2021-04-27 17:02:41
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Prospective Collections Link text
Display/Interface Priority-High
On the link to the new Prospective Collections Form, change the language from: You must log in to use this form. You may log in or create an account in the header, or here. to Thank you for your interest in Arctos! Please create a preliminary account by clicking HERE to access our online form for prospective...
1.0
Prospective Collections Link text - On the link to the new Prospective Collections Form, change the language from: You must log in to use this form. You may log in or create an account in the header, or here. to Thank you for your interest in Arctos! Please create a preliminary account by clicking HERE to ac...
priority
prospective collections link text on the link to the new prospective collections form change the language from you must log in to use this form you may log in or create an account in the header or here to thank you for your interest in arctos please create a preliminary account by clicking here to ac...
1
263,116
8,273,666,456
IssuesEvent
2018-09-17 07:03:58
phusion/passenger
https://api.github.com/repos/phusion/passenger
closed
Log non-HTML versions of spawn errors
Bounty/Medium Enhancement Priority/Low
Currently, spawn errors are always in HTML. We should add a way to log them in plain text too.
1.0
Log non-HTML versions of spawn errors - Currently, spawn errors are always in HTML. We should add a way to log them in plain text too.
priority
log non html versions of spawn errors currently spawn errors are always in html we should add a way to log them in plain text too
1
313,027
9,556,162,029
IssuesEvent
2019-05-03 07:24:47
tadoku/api
https://api.github.com/repos/tadoku/api
closed
Endpoint to receive overall rankings
complexity: medium help wanted priority: medium todo
## What - [ ] Accessible for unauthenticated users - [ ] Route: `GET /rankings` - [ ] Should return an ordered list of the users with the rankings for the given contest - [ ] No need to filter per language yet
1.0
Endpoint to receive overall rankings - ## What - [ ] Accessible for unauthenticated users - [ ] Route: `GET /rankings` - [ ] Should return an ordered list of the users with the rankings for the given contest - [ ] No need to filter per language yet
priority
endpoint to receive overall rankings what accessible for unauthenticated users route get rankings should return an ordered list of the users with the rankings for the given contest no need to filter per language yet
1
172,828
27,335,770,555
IssuesEvent
2023-02-26 07:08:04
momocus/sakazuki
https://api.github.com/repos/momocus/sakazuki
closed
空き瓶を含めて表示するときに空き瓶がどれかわかるようにする
design
空き瓶状態を含めて表示しているときに、これが隠されてたという雰囲気はあるとわかりやすそう。 空き瓶込み表示をユーザがオンにしたら、それにユーザ動作によって何が表示されるようになったかわかるデザインがあると良さそう。 #492 より分岐
1.0
空き瓶を含めて表示するときに空き瓶がどれかわかるようにする - 空き瓶状態を含めて表示しているときに、これが隠されてたという雰囲気はあるとわかりやすそう。 空き瓶込み表示をユーザがオンにしたら、それにユーザ動作によって何が表示されるようになったかわかるデザインがあると良さそう。 #492 より分岐
non_priority
空き瓶を含めて表示するときに空き瓶がどれかわかるようにする 空き瓶状態を含めて表示しているときに、これが隠されてたという雰囲気はあるとわかりやすそう。 空き瓶込み表示をユーザがオンにしたら、それにユーザ動作によって何が表示されるようになったかわかるデザインがあると良さそう。 より分岐
0
11,809
7,470,298,231
IssuesEvent
2018-04-03 04:03:17
hfagerlund/elections-carousel-component
https://api.github.com/repos/hfagerlund/elections-carousel-component
closed
Automatic data updates
Category: usability Type: new feature
Update the component(s) with changes to elections results as they come in without requiring manual editing, and at a frequency that preserves (page/app) performance.
True
Automatic data updates - Update the component(s) with changes to elections results as they come in without requiring manual editing, and at a frequency that preserves (page/app) performance.
non_priority
automatic data updates update the component s with changes to elections results as they come in without requiring manual editing and at a frequency that preserves page app performance
0
111,632
14,115,809,561
IssuesEvent
2020-11-07 22:59:10
jaypeasee/overlook-hotel
https://api.github.com/repos/jaypeasee/overlook-hotel
opened
Change date DOM Displays
design/accessibility
### Make Dates display with: Month (string of 3 characters), day (number), and year (number). For example if today's date currently shows `2020/11/7`, I want it to display as `Nov. 7, 2020`
1.0
Change date DOM Displays - ### Make Dates display with: Month (string of 3 characters), day (number), and year (number). For example if today's date currently shows `2020/11/7`, I want it to display as `Nov. 7, 2020`
non_priority
change date dom displays make dates display with month string of characters day number and year number for example if today s date currently shows i want it to display as nov
0
161,898
6,138,031,575
IssuesEvent
2017-06-26 13:47:02
metasfresh/metasfresh-webui-frontend
https://api.github.com/repos/metasfresh/metasfresh-webui-frontend
closed
Select all does not count the items anymore
priority:high status:metasfresh-turn type:bug
### Type of issue Bug ### Current behavior When in grid view, press "Select all items". After selecting all the counter shows "No Items selected". ### Expected behavior The Counter shall be set properly. ![image](https://user-images.githubusercontent.com/13365687/27391291-dce7a0da-56a3-11e7-8cd9-37432473a456.pn...
1.0
Select all does not count the items anymore - ### Type of issue Bug ### Current behavior When in grid view, press "Select all items". After selecting all the counter shows "No Items selected". ### Expected behavior The Counter shall be set properly. ![image](https://user-images.githubusercontent.com/13365687/27...
priority
select all does not count the items anymore type of issue bug current behavior when in grid view press select all items after selecting all the counter shows no items selected expected behavior the counter shall be set properly
1
558,672
16,540,249,408
IssuesEvent
2021-05-27 15:56:22
monarch-initiative/mondo
https://api.github.com/repos/monarch-initiative/mondo
closed
MONDO:0009641
high priority
Hi, I see that: MONDO:0009641 is obsolete (replaced by: MONDO:0100294) - skipping annotation for SPAC1556.02c / mitochondrial_complex_ii_deficiency but I find no tracker issue and Monarch is not yet updated, so I can't check that the replacement makes sense, i.e it isn't a duplicate etc. Is it possible to cr...
1.0
MONDO:0009641 - Hi, I see that: MONDO:0009641 is obsolete (replaced by: MONDO:0100294) - skipping annotation for SPAC1556.02c / mitochondrial_complex_ii_deficiency but I find no tracker issue and Monarch is not yet updated, so I can't check that the replacement makes sense, i.e it isn't a duplicate etc. Is i...
priority
mondo hi i see that mondo is obsolete replaced by mondo skipping annotation for mitochondrial complex ii deficiency but i find no tracker issue and monarch is not yet updated so i can t check that the replacement makes sense i e it isn t a duplicate etc is it possible to create ticket...
1
345,911
30,852,492,970
IssuesEvent
2023-08-02 17:50:39
ipfs/gateway-conformance
https://api.github.com/repos/ipfs/gateway-conformance
opened
TestTrustlessCarPathing missing test for 404 scenarios
test:coverage
We are missing a test for `/ipfs/cid/file` where `/cid` is valid but does not have `/file`. In such case CAR response can be HTTP 200 and MUST include the last valid logical parent entity (`/cid`) to allow trustless client to verify the requested path does not include `/file` without trusting the gateway.
1.0
TestTrustlessCarPathing missing test for 404 scenarios - We are missing a test for `/ipfs/cid/file` where `/cid` is valid but does not have `/file`. In such case CAR response can be HTTP 200 and MUST include the last valid logical parent entity (`/cid`) to allow trustless client to verify the requested path does not i...
non_priority
testtrustlesscarpathing missing test for scenarios we are missing a test for ipfs cid file where cid is valid but does not have file in such case car response can be http and must include the last valid logical parent entity cid to allow trustless client to verify the requested path does not inclu...
0
280,337
24,296,144,034
IssuesEvent
2022-09-29 10:12:12
optuna/optuna
https://api.github.com/repos/optuna/optuna
opened
Move `_solve_hssp` from `TPESampler` to `optuna/_hypervolume/`
test contribution-welcome good first issue
### Motivation `TPESampler` includes the solver of the hypervolume subset selection problem. Moving it to `optuna/_hypervolume/` is preferred because it is the general algorithm for multi-objective optimization. https://github.com/optuna/optuna/blob/e8abeec7d58b64b207bd7606056311d20de0241f/optuna/samplers/_tpe/samp...
1.0
Move `_solve_hssp` from `TPESampler` to `optuna/_hypervolume/` - ### Motivation `TPESampler` includes the solver of the hypervolume subset selection problem. Moving it to `optuna/_hypervolume/` is preferred because it is the general algorithm for multi-objective optimization. https://github.com/optuna/optuna/blob/e...
non_priority
move solve hssp from tpesampler to optuna hypervolume motivation tpesampler includes the solver of the hypervolume subset selection problem moving it to optuna hypervolume is preferred because it is the general algorithm for multi objective optimization description move solve hssp...
0
160,152
12,505,064,413
IssuesEvent
2020-06-02 10:03:19
zeebe-io/zeebe
https://api.github.com/repos/zeebe-io/zeebe
closed
SwimProtocolTest(java).testSwimProtocol flaky
Status: Needs Review Status: Needs Triage Type: Unstable Test
**Summary** - How often does the test fail? - at least once so far - Does it block your work? - no - Do we suspect that it is a real failure? - unknown **Failures** <details><summary>Example assertion failure</summary> <pre> Error Message expected:<MEMBER_REMOVED> but was:<REACHABILITY_CHANGED> Stack...
1.0
SwimProtocolTest(java).testSwimProtocol flaky - **Summary** - How often does the test fail? - at least once so far - Does it block your work? - no - Do we suspect that it is a real failure? - unknown **Failures** <details><summary>Example assertion failure</summary> <pre> Error Message expected:<MEMBER_...
non_priority
swimprotocoltest java testswimprotocol flaky summary how often does the test fail at least once so far does it block your work no do we suspect that it is a real failure unknown failures example assertion failure error message expected but was stacktrace java lan...
0
88,593
25,466,635,680
IssuesEvent
2022-11-25 05:31:41
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
closed
[VAPT] [SB] Alignment issue in the 'Select the study version to be exported / copied popup message
Bug P1 Study builder Process: Fixed Process: Tested QA Process: Tested dev
**AR:** Alignment issue in the 'Select the study version to be exported / copied popup message in the study builder **ER:** 'Select the study version to be exported / copied popup messages should be center aligned in the study builder ![copied](https://user-images.githubusercontent.com/86007179/191963203-98430c43...
1.0
[VAPT] [SB] Alignment issue in the 'Select the study version to be exported / copied popup message - **AR:** Alignment issue in the 'Select the study version to be exported / copied popup message in the study builder **ER:** 'Select the study version to be exported / copied popup messages should be center aligned in...
non_priority
alignment issue in the select the study version to be exported copied popup message ar alignment issue in the select the study version to be exported copied popup message in the study builder er select the study version to be exported copied popup messages should be center aligned in the stu...
0
364,628
10,771,525,673
IssuesEvent
2019-11-02 08:26:31
AY1920S1-CS2103T-F11-4/main
https://api.github.com/repos/AY1920S1-CS2103T-F11-4/main
closed
findq is not able to find words at the end of sentences
priority.Medium severity.Medium type.Bug
As seen from the screenshots below, even though question 2 contains the word *Java*, the command `findq java` is unable to return that question (so is `findq Java`). Only `findq Java?` works and I think this applied to all keywords at the end of sentences. ![Screenshot 2019-11-01 at 4.32.03 PM.png](https://raw.githu...
1.0
findq is not able to find words at the end of sentences - As seen from the screenshots below, even though question 2 contains the word *Java*, the command `findq java` is unable to return that question (so is `findq Java`). Only `findq Java?` works and I think this applied to all keywords at the end of sentences. ![...
priority
findq is not able to find words at the end of sentences as seen from the screenshots below even though question contains the word java the command findq java is unable to return that question so is findq java only findq java works and i think this applied to all keywords at the end of sentences ...
1
291,172
21,916,692,393
IssuesEvent
2022-05-21 23:43:04
xlab-develop/xlab
https://api.github.com/repos/xlab-develop/xlab
opened
Coding style hasn't taken into account any styleguide
documentation to-do
So far, the coding style has not taken any shape in particular. It is recommendable that the code follows some guideline so that it is easier to read.
1.0
Coding style hasn't taken into account any styleguide - So far, the coding style has not taken any shape in particular. It is recommendable that the code follows some guideline so that it is easier to read.
non_priority
coding style hasn t taken into account any styleguide so far the coding style has not taken any shape in particular it is recommendable that the code follows some guideline so that it is easier to read
0
313,647
9,567,012,091
IssuesEvent
2019-05-06 01:03:12
facebook/create-react-app
https://api.github.com/repos/facebook/create-react-app
closed
Proxy config upgraded to 2.x as per instructions and using http-proxy-middleware doesn't work
priority: low (needs more information) stale
### Is this a bug report? Yes, probably; either that or a documentation issue ### Did you try recovering your dependencies? Yes ### Which terms did you search for in User Guide? "Proxy", "Configuring the Proxy Manually" ### Environment Before upgrade to react-scripts 2.1.3: ``` System: O...
1.0
Proxy config upgraded to 2.x as per instructions and using http-proxy-middleware doesn't work - ### Is this a bug report? Yes, probably; either that or a documentation issue ### Did you try recovering your dependencies? Yes ### Which terms did you search for in User Guide? "Proxy", "Configuring the Proxy...
priority
proxy config upgraded to x as per instructions and using http proxy middleware doesn t work is this a bug report yes probably either that or a documentation issue did you try recovering your dependencies yes which terms did you search for in user guide proxy configuring the proxy...
1
777,455
27,280,741,898
IssuesEvent
2023-02-23 09:53:04
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
In Studio "Reset module" & "Export customizations" have the same id and name
Type:Bug Status:Fix Proposed Priority:Important Area: Studio Area: Clean Up
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product ...
1.0
In Studio "Reset module" & "Export customizations" have the same id and name - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please rep...
priority
in studio reset module export customizations have the same id and name please be aware that as of the january we no longer support x new issues referring to x will only be valid if applicable to x and above if your issue is still applicable in x please create the issue f...
1
147,077
5,633,466,976
IssuesEvent
2017-04-05 18:57:14
fedora-infra/bodhi
https://api.github.com/repos/fedora-infra/bodhi
closed
Split the Package model into two
Gibson High priority Migration Refactor
We need to split the Package model into two models, a superclass (probably still called Package) and a new RPM-specific subclass, perhaps simply called RPM. All of Package's relationships should be analyzed to determine which ones should be adjusted to reference RPM vs. continuing to reference Package. Also, a database...
1.0
Split the Package model into two - We need to split the Package model into two models, a superclass (probably still called Package) and a new RPM-specific subclass, perhaps simply called RPM. All of Package's relationships should be analyzed to determine which ones should be adjusted to reference RPM vs. continuing to ...
priority
split the package model into two we need to split the package model into two models a superclass probably still called package and a new rpm specific subclass perhaps simply called rpm all of package s relationships should be analyzed to determine which ones should be adjusted to reference rpm vs continuing to ...
1
171,303
6,486,074,067
IssuesEvent
2017-08-19 16:22:01
SacredDuckwhale/TotalAP
https://api.github.com/repos/SacredDuckwhale/TotalAP
opened
ActionButton cooldown animation toggles when entering combat - but only sometimes?
module:gui priority:normal status:needs-confirmation type:bug
For some reason the ActionButton cooldown animation toggles when entering combat, usually the first time after entering combat. Afterwards it just... stops? But then, sometimes it won't. Very odd, to say the least, but I haven't investigated further. The glitch must be in the ActionButton.Update() function, as the c...
1.0
ActionButton cooldown animation toggles when entering combat - but only sometimes? - For some reason the ActionButton cooldown animation toggles when entering combat, usually the first time after entering combat. Afterwards it just... stops? But then, sometimes it won't. Very odd, to say the least, but I haven't invest...
priority
actionbutton cooldown animation toggles when entering combat but only sometimes for some reason the actionbutton cooldown animation toggles when entering combat usually the first time after entering combat afterwards it just stops but then sometimes it won t very odd to say the least but i haven t invest...
1
109,165
4,381,506,645
IssuesEvent
2016-08-06 08:38:38
rm-code/On-The-Roadside
https://api.github.com/repos/rm-code/On-The-Roadside
closed
Characters can be moved after death
Priority: High Status: Accepted Type: Bug
When a character kills himself (or generally is killed while being active) it is possible to move him to a different tile and basically resurrect him. This wasn't an issue before because with guns only other characters could be killed, but not the one currently set as active by the game. This is a bit tricky sinc...
1.0
Characters can be moved after death - When a character kills himself (or generally is killed while being active) it is possible to move him to a different tile and basically resurrect him. This wasn't an issue before because with guns only other characters could be killed, but not the one currently set as active by ...
priority
characters can be moved after death when a character kills himself or generally is killed while being active it is possible to move him to a different tile and basically resurrect him this wasn t an issue before because with guns only other characters could be killed but not the one currently set as active by ...
1
62,229
6,782,750,600
IssuesEvent
2017-10-30 09:26:07
Kademi/kademi-dev
https://api.github.com/repos/Kademi/kademi-dev
reopened
Lead company saving in lead profile causing an error
bug High priority Ready to Test QA
![image](https://user-images.githubusercontent.com/1945230/31598879-b8874ca2-b258-11e7-8f9a-3a55eadf77ed.png) 1. Open lead 2. Go to the company block 3. If company does not exist - feel free to create one, if it is already, just push save details. 4. Error appears, no changes made. http://vlad17-lead.kademi-ci.co/...
1.0
Lead company saving in lead profile causing an error - ![image](https://user-images.githubusercontent.com/1945230/31598879-b8874ca2-b258-11e7-8f9a-3a55eadf77ed.png) 1. Open lead 2. Go to the company block 3. If company does not exist - feel free to create one, if it is already, just push save details. 4. Error appe...
non_priority
lead company saving in lead profile causing an error open lead go to the company block if company does not exist feel free to create one if it is already just push save details error appears no changes made
0
52,270
6,225,950,299
IssuesEvent
2017-07-10 17:20:56
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
closed
Test failure: Interop_ArrayMarshalling._BoolArray_MarshalBoolArrayTest_MarshalBoolArrayTest_/_BoolArray_MarshalBoolArrayTest_MarshalBoolArrayTest_cmd
arch-arm32 test-run-uwp-coreclr
Opened on behalf of @Jiayili1 The test `Interop_ArrayMarshalling._BoolArray_MarshalBoolArrayTest_MarshalBoolArrayTest_/_BoolArray_MarshalBoolArrayTest_MarshalBoolArrayTest_cmd` has failed. Return code: 1 Raw output file: C:\dotnetbuild\work\424f1bc6-7df7-4bc4-b3fd-842a890e5e8f\Work\ee8ad374-55...
1.0
Test failure: Interop_ArrayMarshalling._BoolArray_MarshalBoolArrayTest_MarshalBoolArrayTest_/_BoolArray_MarshalBoolArrayTest_MarshalBoolArrayTest_cmd - Opened on behalf of @Jiayili1 The test `Interop_ArrayMarshalling._BoolArray_MarshalBoolArrayTest_MarshalBoolArrayTest_/_BoolArray_MarshalBoolArrayTest_MarshalBoolArray...
non_priority
test failure interop arraymarshalling boolarray marshalboolarraytest marshalboolarraytest boolarray marshalboolarraytest marshalboolarraytest cmd opened on behalf of the test interop arraymarshalling boolarray marshalboolarraytest marshalboolarraytest boolarray marshalboolarraytest marshalboolarraytest cm...
0
145,669
5,579,562,105
IssuesEvent
2017-03-28 14:51:31
MusicConnectionMachine/RelationshipsG3
https://api.github.com/repos/MusicConnectionMachine/RelationshipsG3
closed
Subtract relations from Wikipedia
Low Priority
We had a discussion with @vviro and @gyachdav that the most interesting relations to discover with our tool would be the ones that are not already well-known and easily available on Wikipedia. For this, it would be nice if you could extract the relationships from Wikipedia and offer an API which only provides us ( @...
1.0
Subtract relations from Wikipedia - We had a discussion with @vviro and @gyachdav that the most interesting relations to discover with our tool would be the ones that are not already well-known and easily available on Wikipedia. For this, it would be nice if you could extract the relationships from Wikipedia and off...
priority
subtract relations from wikipedia we had a discussion with vviro and gyachdav that the most interesting relations to discover with our tool would be the ones that are not already well known and easily available on wikipedia for this it would be nice if you could extract the relationships from wikipedia and off...
1
693,504
23,778,487,169
IssuesEvent
2022-09-02 00:14:40
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
`Ballerina in action` is not synced with the sample files
Priority/Highest Type/Bug Reason/Regression WebsiteRewrite Area/CommonPages
## Description The `Ballerina in action` section should be sync with the ballerina files in the `ballerina-guides` bio-sample repos. ## Steps to reproduce Compare the following source with the [samples](https://ballerina.io) in the website : - [RESTful API](https://github.com/ballerina-guides/bio-sample-rest...
1.0
`Ballerina in action` is not synced with the sample files - ## Description The `Ballerina in action` section should be sync with the ballerina files in the `ballerina-guides` bio-sample repos. ## Steps to reproduce Compare the following source with the [samples](https://ballerina.io) in the website : - [REST...
priority
ballerina in action is not synced with the sample files description the ballerina in action section should be sync with the ballerina files in the ballerina guides bio sample repos steps to reproduce compare the following source with the in the website affected ...
1
44,272
13,051,048,269
IssuesEvent
2020-07-29 16:26:03
jgeraigery/proctor
https://api.github.com/repos/jgeraigery/proctor
closed
CVE-2020-1945 (Medium) detected in ant-1.8.2.jar
security vulnerability
## CVE-2020-1945 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.8.2.jar</b></p></summary> <p>master POM</p> <p>Path to dependency file: /tmp/ws-scm/proctor/proctor-ant-plugin/...
True
CVE-2020-1945 (Medium) detected in ant-1.8.2.jar - ## CVE-2020-1945 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ant-1.8.2.jar</b></p></summary> <p>master POM</p> <p>Path to depen...
non_priority
cve medium detected in ant jar cve medium severity vulnerability vulnerable library ant jar master pom path to dependency file tmp ws scm proctor proctor ant plugin pom xml path to vulnerable library canner repository org apache ant ant ant jar home wss sc...
0
290,336
21,875,771,732
IssuesEvent
2022-05-19 09:59:25
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Docs] #12225 [Bug]-[300]:Default value is displayed on widget even when it is not available in drop-down options
Documentation User Education Pod
> TODO - [ ] Evaluate if this task is needed. If not add the "Skip Docs" label on the parent ticket - [ ] Fill these fields - [ ] Prepare first draft - [ ] Add label: "Ready for Docs Team" Field | Details -----|----- **POD** | App Viewers Pod **Parent Ticket** | #12225 Engineer | Release Date | Live Date |...
1.0
[Docs] #12225 [Bug]-[300]:Default value is displayed on widget even when it is not available in drop-down options - > TODO - [ ] Evaluate if this task is needed. If not add the "Skip Docs" label on the parent ticket - [ ] Fill these fields - [ ] Prepare first draft - [ ] Add label: "Ready for Docs Team" Field |...
non_priority
default value is displayed on widget even when it is not available in drop down options todo evaluate if this task is needed if not add the skip docs label on the parent ticket fill these fields prepare first draft add label ready for docs team field details ...
0
442,164
12,740,883,433
IssuesEvent
2020-06-26 04:12:28
wso2/devstudio-tooling-ei
https://api.github.com/repos/wso2/devstudio-tooling-ei
closed
Refactor connector properties view code
Connector Priority/Highest
**Description:** Refactor code merged with https://github.com/wso2/devstudio-tooling-esb/pull/1150 **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a committer to suggest possible labels--> **...
1.0
Refactor connector properties view code - **Description:** Refactor code merged with https://github.com/wso2/devstudio-tooling-esb/pull/1150 **Suggested Labels:** <!-- Optional comma separated list of suggested labels. Non committers can’t assign labels to issues, so this will help issue creators who are not a com...
priority
refactor connector properties view code description refactor code merged with suggested labels suggested assignees affected product version os db other environment details and versions steps to reproduce related issues
1
695,372
23,854,252,166
IssuesEvent
2022-09-06 21:09:34
GoogleCloudPlatform/fourkeys
https://api.github.com/repos/GoogleCloudPlatform/fourkeys
closed
Refactor data generator script
type: feature request priority: p3
There are several conditionals based on VCS--`if <github>: ... else if <gitlab>: ...` This is already inelegant and will quickly become unmaintainable as we add VCSes.
1.0
Refactor data generator script - There are several conditionals based on VCS--`if <github>: ... else if <gitlab>: ...` This is already inelegant and will quickly become unmaintainable as we add VCSes.
priority
refactor data generator script there are several conditionals based on vcs if else if this is already inelegant and will quickly become unmaintainable as we add vcses
1