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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
271,934 | 23,641,726,422 | IssuesEvent | 2022-08-25 17:43:51 | huawei-noah/SMARTS | https://api.github.com/repos/huawei-noah/SMARTS | reopened | Non-deterministic results of same simulation for two times | bug Urgent investigation testing | ## **BUG REPORT**
**High Level Description**
When running the same simulation multiple times, the results are different every time. For example, the scores of episodes in the first run are different from the second run. See the screenshot below.
First run:
 and to isolate ourselves from the truly awful interface that is Docker Hub, I would like to see if we can update the CI to push there directly, rather than relying on webhooks and tag introspection by Docker Hub. The documentation [here](https://docs.docker.com... | True | Update CI to push to Docker Hub directly - In order to support multiple arch builds easily (see #364) and to isolate ourselves from the truly awful interface that is Docker Hub, I would like to see if we can update the CI to push there directly, rather than relying on webhooks and tag introspection by Docker Hub. The d... | non_priority | update ci to push to docker hub directly in order to support multiple arch builds easily see and to isolate ourselves from the truly awful interface that is docker hub i would like to see if we can update the ci to push there directly rather than relying on webhooks and tag introspection by docker hub the doc... | 0 |
172,950 | 27,359,318,444 | IssuesEvent | 2023-02-27 14:54:13 | department-of-veterans-affairs/vets-design-system-documentation | https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation | closed | DSP P0 - Implement a strategy to mitigate the Formation problem(s) | vsp-design-system-team dst-engineering | ## Description
Following the work on #1491, this ticket is to track the work towards implementing the chosen strategy for rendering V1 and V3 components successfully on the same page.
## Tasks
- [x] Implement strategy from #1491 to make V1 and V3 components both render and work correctly simultaneously
## Accep... | 1.0 | DSP P0 - Implement a strategy to mitigate the Formation problem(s) - ## Description
Following the work on #1491, this ticket is to track the work towards implementing the chosen strategy for rendering V1 and V3 components successfully on the same page.
## Tasks
- [x] Implement strategy from #1491 to make V1 and V3... | non_priority | dsp implement a strategy to mitigate the formation problem s description following the work on this ticket is to track the work towards implementing the chosen strategy for rendering and components successfully on the same page tasks implement strategy from to make and components b... | 0 |
247,322 | 26,689,172,130 | IssuesEvent | 2023-01-27 01:58:40 | madhans23/linux-4.1.15 | https://api.github.com/repos/madhans23/linux-4.1.15 | reopened | CVE-2022-25258 (Medium) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2022-25258 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home p... | True | CVE-2022-25258 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2022-25258 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia C... | non_priority | cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f... | 0 |
177,600 | 13,732,045,733 | IssuesEvent | 2020-10-05 03:19:35 | rancher/rke2 | https://api.github.com/repos/rancher/rke2 | closed | Update default release channel to latest | [zube]: To Test area/release | https://github.com/rancher/rke2/blob/14738559266ef5fbb3fecc7a9d41c73d423720f1/install.sh#L63
We need to update the default release channel to latest post release. | 1.0 | Update default release channel to latest - https://github.com/rancher/rke2/blob/14738559266ef5fbb3fecc7a9d41c73d423720f1/install.sh#L63
We need to update the default release channel to latest post release. | non_priority | update default release channel to latest we need to update the default release channel to latest post release | 0 |
163,835 | 6,206,941,937 | IssuesEvent | 2017-07-06 19:36:51 | Polymer/polymer-cli | https://api.github.com/repos/Polymer/polymer-cli | closed | "polymer build" doesn't inject ES5 adapter when bundling | Priority: High Type: Bug | ### Description
`polymer build` doesn't inject `custom-elements-es5-adapter.js` like expected, as the doc says [here][1] :
`
When you use the Polymer CLI to compile your app, the CLI automatically compiles the correct files and injects custom-elements-es5-adapter.js, a lightweight polyfill that lets compiled ES5 w... | 1.0 | "polymer build" doesn't inject ES5 adapter when bundling - ### Description
`polymer build` doesn't inject `custom-elements-es5-adapter.js` like expected, as the doc says [here][1] :
`
When you use the Polymer CLI to compile your app, the CLI automatically compiles the correct files and injects custom-elements-es5-... | priority | polymer build doesn t inject adapter when bundling description polymer build doesn t inject custom elements adapter js like expected as the doc says when you use the polymer cli to compile your app the cli automatically compiles the correct files and injects custom elements adapter js a... | 1 |
131,605 | 10,703,042,508 | IssuesEvent | 2019-10-24 08:47:33 | spring-projects/spring-framework | https://api.github.com/repos/spring-projects/spring-framework | closed | Remove unused type parameter declarations in MockMvc | in: test type: bug | ## Overview
Several of the `ResultMatcher` methods used in `MockMvc` declare unused type parameters (e.g., `<T>`). This is obviously the result of copying an existing method that actually needs the type parameter for proper casting.
For example, the following in `RequestResultMatchers`:
```java
/**
* Assert... | 1.0 | Remove unused type parameter declarations in MockMvc - ## Overview
Several of the `ResultMatcher` methods used in `MockMvc` declare unused type parameters (e.g., `<T>`). This is obviously the result of copying an existing method that actually needs the type parameter for proper casting.
For example, the following... | non_priority | remove unused type parameter declarations in mockmvc overview several of the resultmatcher methods used in mockmvc declare unused type parameters e g this is obviously the result of copying an existing method that actually needs the type parameter for proper casting for example the following i... | 0 |
40,465 | 2,868,921,293 | IssuesEvent | 2015-06-05 21:58:31 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | closed | Sort packages on pub.dartlang.org by modification date | bug CannotReproduce Priority-Medium | <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#4967_
----
The front page of pubsite shows a list of packages. Tho... | 1.0 | Sort packages on pub.dartlang.org by modification date - <a href="https://github.com/munificent"><img src="https://avatars.githubusercontent.com/u/46275?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [munificent](https://github.com/munificent)**
_Originally opened as dart-lang/sdk#4967_
----... | priority | sort packages on pub dartlang org by modification date issue by originally opened as dart lang sdk the front page of pubsite shows a list of packages those should show most recently modified ones first | 1 |
15,529 | 9,561,522,157 | IssuesEvent | 2019-05-03 23:51:43 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | .NET core 2.1.x , 2.2.x wildcard certificate handling issue | area-System.Security | I have self hosted asp.net web api with wild card certificate ( ***.mdrinc.com**) running on port 44321.
When I try to reach server using HttpClient I get "_The remote certificate is invalid according to the validation procedure_" error . With HttpClient handler with ServerCertificateCustomValidationCallback I see ... | True | .NET core 2.1.x , 2.2.x wildcard certificate handling issue - I have self hosted asp.net web api with wild card certificate ( ***.mdrinc.com**) running on port 44321.
When I try to reach server using HttpClient I get "_The remote certificate is invalid according to the validation procedure_" error . With HttpClien... | non_priority | net core x x wildcard certificate handling issue i have self hosted asp net web api with wild card certificate mdrinc com running on port when i try to reach server using httpclient i get the remote certificate is invalid according to the validation procedure error with httpclient ha... | 0 |
20,393 | 6,037,925,558 | IssuesEvent | 2017-06-09 19:59:56 | phetsims/fractions-intro | https://api.github.com/repos/phetsims/fractions-intro | closed | FractionNode's fill | dev:code-review | The option is used as a stroke and a fill. Usually we'd name it 'color' instead? | 1.0 | FractionNode's fill - The option is used as a stroke and a fill. Usually we'd name it 'color' instead? | non_priority | fractionnode s fill the option is used as a stroke and a fill usually we d name it color instead | 0 |
26,757 | 4,018,378,741 | IssuesEvent | 2016-05-16 10:15:43 | rupl/bustashape | https://api.github.com/repos/rupl/bustashape | opened | Communicate important network events to user | Design / UX | Using the tools built in to Socket.io we can offer notifications when the connection is lost or regained, and using the events we already have inside bustashape, they can be notified when others join/leave.
* [ ] when connection is lost or timed out
* [ ] when connection is restored
* [ ] when someone joins your r... | 1.0 | Communicate important network events to user - Using the tools built in to Socket.io we can offer notifications when the connection is lost or regained, and using the events we already have inside bustashape, they can be notified when others join/leave.
* [ ] when connection is lost or timed out
* [ ] when connecti... | non_priority | communicate important network events to user using the tools built in to socket io we can offer notifications when the connection is lost or regained and using the events we already have inside bustashape they can be notified when others join leave when connection is lost or timed out when connection i... | 0 |
352,111 | 10,532,058,977 | IssuesEvent | 2019-10-01 09:52:48 | wso2-cellery/sdk | https://api.github.com/repos/wso2-cellery/sdk | closed | Cellery run command fails in docker for desktop | Priority/Highest Severity/Blocker Type/Bug | **Description:**
When starting a cell instance by executing `cellery run` command, a failure occurs.
cellery run pzfreo/hello:0.4.0
✔
Extracting Cell Image pzfreo/hello:0.4.0
✔
Reading Image pzfreo/hello:0.4.0
ballerina: insufficient arguments to call the 'main' function
⠼ Starting main instance
Failed t... | 1.0 | Cellery run command fails in docker for desktop - **Description:**
When starting a cell instance by executing `cellery run` command, a failure occurs.
cellery run pzfreo/hello:0.4.0
✔
Extracting Cell Image pzfreo/hello:0.4.0
✔
Reading Image pzfreo/hello:0.4.0
ballerina: insufficient arguments to call the 'ma... | priority | cellery run command fails in docker for desktop description when starting a cell instance by executing cellery run command a failure occurs cellery run pzfreo hello ✔ extracting cell image pzfreo hello ✔ reading image pzfreo hello ballerina insufficient arguments to call the ma... | 1 |
183,068 | 21,691,346,014 | IssuesEvent | 2022-05-09 15:37:50 | jsolly/blogthedata | https://api.github.com/repos/jsolly/blogthedata | closed | Migrate to Google Gmail API using Oauth for password reset emails | Non-Functional security | #### Context
In this issue, I temporarily fixed password reset emails. Unfortunately, this fix will stop working May 2022.
Google changed the rules on the 'less secure' method of authenticating via username and password.
The setting 'allow less secure apps' automatically turns itself off if it's not actively be... | True | Migrate to Google Gmail API using Oauth for password reset emails - #### Context
In this issue, I temporarily fixed password reset emails. Unfortunately, this fix will stop working May 2022.
Google changed the rules on the 'less secure' method of authenticating via username and password.
The setting 'allow less... | non_priority | migrate to google gmail api using oauth for password reset emails context in this issue i temporarily fixed password reset emails unfortunately this fix will stop working may google changed the rules on the less secure method of authenticating via username and password the setting allow less se... | 0 |
548,462 | 16,064,992,178 | IssuesEvent | 2021-04-23 17:38:03 | googleapis/release-please | https://api.github.com/repos/googleapis/release-please | closed | Java: incorrect version replacements for `sp` releases | lang: java priority: p1 type: bug | Example: https://github.com/googleapis/java-trace/pull/493/files
We are not replacing the version strings correctly. The versions are being detected correctly: https://github.com/googleapis/java-trace/pull/493/files#diff-eb8281dc5868dec21668321219be72bacb9baa0acf7e43ac159d5a53e9d44abc | 1.0 | Java: incorrect version replacements for `sp` releases - Example: https://github.com/googleapis/java-trace/pull/493/files
We are not replacing the version strings correctly. The versions are being detected correctly: https://github.com/googleapis/java-trace/pull/493/files#diff-eb8281dc5868dec21668321219be72bacb9baa0... | priority | java incorrect version replacements for sp releases example we are not replacing the version strings correctly the versions are being detected correctly | 1 |
766,144 | 26,873,247,698 | IssuesEvent | 2023-02-04 18:31:49 | tedxace/TEDxACE-Website | https://api.github.com/repos/tedxace/TEDxACE-Website | closed | Build another button and section for video production | medium priority | Om, Aarnav, and Prathamesh have to be added to it. Also, update their current cards only to reflect one position.
For example, under curation Aarnav should have only the "Curator" role and **not** "Curator - Video Production" | 1.0 | Build another button and section for video production - Om, Aarnav, and Prathamesh have to be added to it. Also, update their current cards only to reflect one position.
For example, under curation Aarnav should have only the "Curator" role and **not** "Curator - Video Production" | priority | build another button and section for video production om aarnav and prathamesh have to be added to it also update their current cards only to reflect one position for example under curation aarnav should have only the curator role and not curator video production | 1 |
6,826 | 3,470,647,238 | IssuesEvent | 2015-12-23 09:59:26 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Can't go to other than first page in users list view with categories filtered | No Code Attached Yet | #### Steps to reproduce the issue
* select users | users in backend to list the users of a site
* open search tools and filter users by a group
* set you number of items displayed significantly low so you have pagination
* try to navigate to any other page in the list
#### Expected result
desired result... | 1.0 | Can't go to other than first page in users list view with categories filtered - #### Steps to reproduce the issue
* select users | users in backend to list the users of a site
* open search tools and filter users by a group
* set you number of items displayed significantly low so you have pagination
* try to na... | non_priority | can t go to other than first page in users list view with categories filtered steps to reproduce the issue select users users in backend to list the users of a site open search tools and filter users by a group set you number of items displayed significantly low so you have pagination try to na... | 0 |
306,699 | 9,398,511,890 | IssuesEvent | 2019-04-08 12:29:06 | metwork-framework/mfcom | https://api.github.com/repos/metwork-framework/mfcom | closed | some circus tools useless ? | Difficulty: Easy Priority: Low Status: Accepted | _circus_schedule_stop_watcher.sh
_circus_wait_watcher_stopped.sh
| 1.0 | some circus tools useless ? - _circus_schedule_stop_watcher.sh
_circus_wait_watcher_stopped.sh
| priority | some circus tools useless circus schedule stop watcher sh circus wait watcher stopped sh | 1 |
350,901 | 31,932,524,018 | IssuesEvent | 2023-09-19 08:23:59 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | reopened | Fix elementwise.test_count_nonzero | Sub Task Ivy API Experimental Failing Test | | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5793968476"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5793968476"><img src=https://img.shields.io/badge/-success-success></a>
|tensorflow|<a href="https://githu... | 1.0 | Fix elementwise.test_count_nonzero - | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/5793968476"><img src=https://img.shields.io/badge/-success-success></a>
|numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5793968476"><img src=https://img.shields.io/badge/-success-success></a... | non_priority | fix elementwise test count nonzero jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src | 0 |
424,988 | 29,187,555,200 | IssuesEvent | 2023-05-19 16:45:07 | lovegaoshi/azusa-player-mobile | https://api.github.com/repos/lovegaoshi/azusa-player-mobile | opened | [build] iOS build | documentation | 1. react-native-video v6.x alpha fails. v5.3 seems ok
2. replace all IPHONEOS_DEPLOYMENT_TARGET = XX.X thats less than 12.4 to 12.4
3. need to figure out ios notch vs layout (LOL) | 1.0 | [build] iOS build - 1. react-native-video v6.x alpha fails. v5.3 seems ok
2. replace all IPHONEOS_DEPLOYMENT_TARGET = XX.X thats less than 12.4 to 12.4
3. need to figure out ios notch vs layout (LOL) | non_priority | ios build react native video x alpha fails seems ok replace all iphoneos deployment target xx x thats less than to need to figure out ios notch vs layout lol | 0 |
164,542 | 6,228,160,020 | IssuesEvent | 2017-07-10 22:30:48 | leonsoft-kras/transmisson-remote-gui | https://api.github.com/repos/leonsoft-kras/transmisson-remote-gui | opened | GeoIP support for IPv6 | enhancement help wanted Priority-Medium | Currently we use GeoLite Country database from MaxMind, they also have a IPv6 version here: http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz, we may consider to support for country resolving.
BTW, according to their license, we may need to declare that the database is from MaxMind when downloading t... | 1.0 | GeoIP support for IPv6 - Currently we use GeoLite Country database from MaxMind, they also have a IPv6 version here: http://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz, we may consider to support for country resolving.
BTW, according to their license, we may need to declare that the database is from M... | priority | geoip support for currently we use geolite country database from maxmind they also have a version here we may consider to support for country resolving btw according to their license we may need to declare that the database is from maxmind when downloading the database not sure if i missed anything but... | 1 |
230,705 | 7,613,018,316 | IssuesEvent | 2018-05-01 19:40:15 | fgpv-vpgf/fgpv-vpgf | https://api.github.com/repos/fgpv-vpgf/fgpv-vpgf | closed | Console error - layer record undefined | bug-type: unexpected behavior priority: low problem: bug | When launching a details pane (e.g. identify results, or clicking detail icon from the data grid), the following error appears in console
`TypeError: Cannot read property 'layerType' of undefined`
Appears that `layerRecord` is undefined in [this line of code](https://github.com/fgpv-vpgf/fgpv-vpgf/blob/v2.2.0/src... | 1.0 | Console error - layer record undefined - When launching a details pane (e.g. identify results, or clicking detail icon from the data grid), the following error appears in console
`TypeError: Cannot read property 'layerType' of undefined`
Appears that `layerRecord` is undefined in [this line of code](https://githu... | priority | console error layer record undefined when launching a details pane e g identify results or clicking detail icon from the data grid the following error appears in console typeerror cannot read property layertype of undefined appears that layerrecord is undefined in the error does not appear ... | 1 |
677,133 | 23,152,398,412 | IssuesEvent | 2022-07-29 09:35:29 | kubernetes/release | https://api.github.com/repos/kubernetes/release | closed | Dependency update - Golang 1.18.4/1.17.12 | kind/feature sig/release area/release-eng area/dependency needs-priority | ### Tracking info
Link to any previous tracking issue: https://github.com/kubernetes/release/issues/2541
Golang mailing list announcement: https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE
SIG Release Slack thread: https://kubernetes.slack.com/archives/CJH2GBF7Y/p1658907492108609
### Work items for ... | 1.0 | Dependency update - Golang 1.18.4/1.17.12 - ### Tracking info
Link to any previous tracking issue: https://github.com/kubernetes/release/issues/2541
Golang mailing list announcement: https://groups.google.com/g/golang-announce/c/nqrv9fbR0zE
SIG Release Slack thread: https://kubernetes.slack.com/archives/CJH2GB... | priority | dependency update golang tracking info link to any previous tracking issue golang mailing list announcement sig release slack thread work items for gox y z kube cross image update image promotion go runner image update ... | 1 |
579,681 | 17,196,472,436 | IssuesEvent | 2021-07-16 18:12:18 | CDCgov/prime-field-teams | https://api.github.com/repos/CDCgov/prime-field-teams | closed | FL - Flagler Generate reporting workflow diagram | Entity-Flagler Priority State-Florida | Generate a workflow diagram that shows the workflow used by Flagler Health+ to report on PCR tests. | 1.0 | FL - Flagler Generate reporting workflow diagram - Generate a workflow diagram that shows the workflow used by Flagler Health+ to report on PCR tests. | priority | fl flagler generate reporting workflow diagram generate a workflow diagram that shows the workflow used by flagler health to report on pcr tests | 1 |
520,323 | 15,084,434,700 | IssuesEvent | 2021-02-05 17:09:35 | TykTechnologies/tyk | https://api.github.com/repos/TykTechnologies/tyk | reopened | Configurable and selective debugging messages in tyk's logs | Priority: Low enhancement needs documenting wontfix | **Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behaviour?**
The logs are very cluttered especially the gateway log.
We constantly see lots of `Active Nodes` and `pub-sub` messages which are related to notifications from/to Redis.
At the moment all these messages are maki... | 1.0 | Configurable and selective debugging messages in tyk's logs - **Do you want to request a *feature* or report a *bug*?**
Feature
**What is the current behaviour?**
The logs are very cluttered especially the gateway log.
We constantly see lots of `Active Nodes` and `pub-sub` messages which are related to notificati... | priority | configurable and selective debugging messages in tyk s logs do you want to request a feature or report a bug feature what is the current behaviour the logs are very cluttered especially the gateway log we constantly see lots of active nodes and pub sub messages which are related to notificati... | 1 |
771,965 | 27,100,013,253 | IssuesEvent | 2023-02-15 07:51:36 | therealbluepandabear/PixaPencil_Classic | https://api.github.com/repos/therealbluepandabear/PixaPencil_Classic | closed | [I] Tablet mode/ui | high priority improvement difficulty: unknown | Test the app in tablet mode (with a tablet EMU) as I am not sure how the UI looks in tablet mode.
If the UI looks funky in tablet mode, create a separate layout file for tablet mode. | 1.0 | [I] Tablet mode/ui - Test the app in tablet mode (with a tablet EMU) as I am not sure how the UI looks in tablet mode.
If the UI looks funky in tablet mode, create a separate layout file for tablet mode. | priority | tablet mode ui test the app in tablet mode with a tablet emu as i am not sure how the ui looks in tablet mode if the ui looks funky in tablet mode create a separate layout file for tablet mode | 1 |
72,900 | 9,631,150,203 | IssuesEvent | 2019-05-15 13:40:24 | kyma-project/console | https://api.github.com/repos/kyma-project/console | closed | There's no guarantee that "Overview" tab comes first in docs in Catalog and Instances | area/console area/documentation area/service-catalog | <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
Even though "Overview" tab comes first in docs in catalog/instances, it is only by chance. We need to make sure it is so.
**Reasons**
... | 1.0 | There's no guarantee that "Overview" tab comes first in docs in Catalog and Instances - <!-- Thank you for your contribution. Before you submit the issue:
1. Search open and closed issues for duplicates.
2. Read the contributing guidelines.
-->
**Description**
Even though "Overview" tab comes first in docs in ... | non_priority | there s no guarantee that overview tab comes first in docs in catalog and instances thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description even though overview tab comes first in docs in ... | 0 |
76,130 | 7,518,923,286 | IssuesEvent | 2018-04-12 09:53:58 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | flaky whatwg-url-properties | CI / flaky test url-whatwg | * **Version**: 10.0-pre
* **Platform**: Unknown (I forgot to check)
* **Subsystem**: test
```
not ok 1758 parallel/test-whatwg-url-properties
---
duration_ms: 0.311
severity: crashed
stack: |-
oh no!
exit code: CRASHED (Signal: 11)
...
```
| 1.0 | flaky whatwg-url-properties - * **Version**: 10.0-pre
* **Platform**: Unknown (I forgot to check)
* **Subsystem**: test
```
not ok 1758 parallel/test-whatwg-url-properties
---
duration_ms: 0.311
severity: crashed
stack: |-
oh no!
exit code: CRASHED (Signal: 11)
...
```
| non_priority | flaky whatwg url properties version pre platform unknown i forgot to check subsystem test not ok parallel test whatwg url properties duration ms severity crashed stack oh no exit code crashed signal | 0 |
733,424 | 25,305,603,150 | IssuesEvent | 2022-11-17 13:58:30 | Hexlet/runit | https://api.github.com/repos/Hexlet/runit | opened | Fix style | good first issue help wanted frontend Priority: High | Now the wrong styles in the modal when the user is not registered. We need to do what we do elsewhere
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/77053797/202465262-b3ea3772-8d36-4d22-a11b-8932ffc4a983.png">
| 1.0 | Fix style - Now the wrong styles in the modal when the user is not registered. We need to do what we do elsewhere
<img width="1440" alt="image" src="https://user-images.githubusercontent.com/77053797/202465262-b3ea3772-8d36-4d22-a11b-8932ffc4a983.png">
| priority | fix style now the wrong styles in the modal when the user is not registered we need to do what we do elsewhere img width alt image src | 1 |
283,826 | 30,913,554,410 | IssuesEvent | 2023-08-05 02:13:35 | hshivhare67/kernel_v4.19.72 | https://api.github.com/repos/hshivhare67/kernel_v4.19.72 | reopened | CVE-2019-19053 (High) detected in linuxlinux-4.19.282 | Mend: dependency security vulnerability | ## CVE-2019-19053 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.282</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.k... | True | CVE-2019-19053 (High) detected in linuxlinux-4.19.282 - ## CVE-2019-19053 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.282</b></p></summary>
<p>
<p>The Linux Kernel<... | non_priority | cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files drivers rpmsg rp... | 0 |
216,540 | 16,662,240,219 | IssuesEvent | 2021-06-06 14:39:36 | tournesol-app/tournesol | https://api.github.com/repos/tournesol-app/tournesol | closed | Move staging into a Docker container and make the website static & read-only for security evaluation | cat:security dev:documentation help wanted prio:first_priority story | Make a copy of all the current public data available in a file.
The public database should still be downloadable.
For the extension: Cache all current top scores, number of ratings, and number of contributors, and detach them from API.
The staging should have a message: "The version of the website you are seeing i... | 1.0 | Move staging into a Docker container and make the website static & read-only for security evaluation - Make a copy of all the current public data available in a file.
The public database should still be downloadable.
For the extension: Cache all current top scores, number of ratings, and number of contributors, and d... | non_priority | move staging into a docker container and make the website static read only for security evaluation make a copy of all the current public data available in a file the public database should still be downloadable for the extension cache all current top scores number of ratings and number of contributors and d... | 0 |
743,158 | 25,889,379,033 | IssuesEvent | 2022-12-14 16:44:53 | adanvdo/YT-RED-UI | https://api.github.com/repos/adanvdo/YT-RED-UI | opened | Remember Option Collapse State | enhancement Medium Priority | Remember if a particular download option is collapsed/expanded and restore that state when the program launches | 1.0 | Remember Option Collapse State - Remember if a particular download option is collapsed/expanded and restore that state when the program launches | priority | remember option collapse state remember if a particular download option is collapsed expanded and restore that state when the program launches | 1 |
389,408 | 26,811,613,643 | IssuesEvent | 2023-02-01 23:00:20 | BornToBeRoot/NETworkManager | https://api.github.com/repos/BornToBeRoot/NETworkManager | reopened | Documentation | :book: documentation :wave: Help wanted | Progress:
- [x] Dashboard
- [x] Network Interface
- [ ] WiFi
- [ ] IP Scanner
- [ ] Port Scanner
- [ ] Ping Monitor
- [ ] Traceroute
- [ ] DNS Lookup
- [ ] Remote Desktop
- [ ] PowerShell
- [ ] PuTTY
- [x] AWS Session Manager
- [ ] TigerVNC
- [ ] Web Console
- [ ] SNMP
- ... | 1.0 | Documentation - Progress:
- [x] Dashboard
- [x] Network Interface
- [ ] WiFi
- [ ] IP Scanner
- [ ] Port Scanner
- [ ] Ping Monitor
- [ ] Traceroute
- [ ] DNS Lookup
- [ ] Remote Desktop
- [ ] PowerShell
- [ ] PuTTY
- [x] AWS Session Manager
- [ ] TigerVNC
- [ ] Web Console
... | non_priority | documentation progress dashboard network interface wifi ip scanner port scanner ping monitor traceroute dns lookup remote desktop powershell putty aws session manager tigervnc web console snmp discovery pr... | 0 |
58,061 | 3,087,119,501 | IssuesEvent | 2015-08-25 09:31:13 | pavel-pimenov/flylinkdc-r5xx | https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx | opened | Добавить информации в статистику | enhancement imported Priority-Low | _From [mike.kor...@gmail.com](https://code.google.com/u/101495626515388303633/) on October 24, 2013 23:24:46_
Надо бы добавить в статистику по команде /stats
1. Количество GDI.
2. Тип Операционной системы.
3. Количество установленной памяти.
4. Тип процессора, т.к. мегагерцев недостаточно для оценки производительн... | 1.0 | Добавить информации в статистику - _From [mike.kor...@gmail.com](https://code.google.com/u/101495626515388303633/) on October 24, 2013 23:24:46_
Надо бы добавить в статистику по команде /stats
1. Количество GDI.
2. Тип Операционной системы.
3. Количество установленной памяти.
4. Тип процессора, т.к. мегагерцев нед... | priority | добавить информации в статистику from on october надо бы добавить в статистику по команде stats количество gdi тип операционной системы количество установленной памяти тип процессора т к мегагерцев недостаточно для оценки производительности системы может быть еще что то что... | 1 |
329,854 | 28,311,558,212 | IssuesEvent | 2023-04-10 15:51:45 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | ccl/changefeedccl: TestChangefeedFailOnTableOffline failed | C-test-failure O-robot branch-release-23.1 | ccl/changefeedccl.TestChangefeedFailOnTableOffline [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/9526926?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/9526926?buildTab=artifacts#/) on ... | 1.0 | ccl/changefeedccl: TestChangefeedFailOnTableOffline failed - ccl/changefeedccl.TestChangefeedFailOnTableOffline [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_TestsAwsLinuxArm64_UnitTests/9526926?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Ci_T... | non_priority | ccl changefeedccl testchangefeedfailontableoffline failed ccl changefeedccl testchangefeedfailontableoffline with on release run testchangefeedfailontableoffline test log scope go test logs captured to artifacts tmp tmp test log scope go use show logs to present lo... | 0 |
260,192 | 22,599,602,839 | IssuesEvent | 2022-06-29 07:57:49 | instadeepai/Mava | https://api.github.com/repos/instadeepai/Mava | closed | [TEST] Jax Loggers | test | ### What do you want to test?
Jax logger components
### Outline of test structure
* Unit tests
* Test components and hooks
### Definition of done
Passing checks, cover all hooks, edge cases considered
### Mandatory checklist before making a PR
* [ ] The success criteria laid down in “Definition of done” a... | 1.0 | [TEST] Jax Loggers - ### What do you want to test?
Jax logger components
### Outline of test structure
* Unit tests
* Test components and hooks
### Definition of done
Passing checks, cover all hooks, edge cases considered
### Mandatory checklist before making a PR
* [ ] The success criteria laid down in “... | non_priority | jax loggers what do you want to test jax logger components outline of test structure unit tests test components and hooks definition of done passing checks cover all hooks edge cases considered mandatory checklist before making a pr the success criteria laid down in “definit... | 0 |
151,506 | 13,424,955,820 | IssuesEvent | 2020-09-06 08:02:34 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Add PR templates (default and servicing) | area-Infrastructure documentation | As we approach .NET 5, we are nearing branching off .NET 5 and moving to a servicing model after release. For the servicing model, we have an ad-hoc PR template that we require, but we don't have it saved anywhere. We end up pointing people to previous servicing PRs as examples.
We should add a servicing PR template... | 1.0 | Add PR templates (default and servicing) - As we approach .NET 5, we are nearing branching off .NET 5 and moving to a servicing model after release. For the servicing model, we have an ad-hoc PR template that we require, but we don't have it saved anywhere. We end up pointing people to previous servicing PRs as example... | non_priority | add pr templates default and servicing as we approach net we are nearing branching off net and moving to a servicing model after release for the servicing model we have an ad hoc pr template that we require but we don t have it saved anywhere we end up pointing people to previous servicing prs as example... | 0 |
512,443 | 14,896,978,983 | IssuesEvent | 2021-01-21 11:06:50 | microsoft/terminal | https://api.github.com/repos/microsoft/terminal | closed | Context Menu does not move or close when window is moved | Area-User Interface Issue-Bug Priority-3 Product-Terminal | <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further expl... | 1.0 | Context Menu does not move or close when window is moved - <!--
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement.
2. If I list multiple bugs/concerns in this one i... | priority | context menu does not move or close when window is moved 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 i acknowledge the following before proceeding if i delete this entire template and go my own path the core team may close my issue without further explanation or engagement if i list multiple bugs concerns in this one i... | 1 |
71,883 | 15,209,891,182 | IssuesEvent | 2021-02-17 06:21:57 | YJSoft/namuhub | https://api.github.com/repos/YJSoft/namuhub | opened | CVE-2019-10906 (High) detected in Jinja2-2.8-py2.py3-none-any.whl | security vulnerability | ## CVE-2019-10906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Jinja2-2.8-py2.py3-none-any.whl</b></p></summary>
<p>A very fast and expressive template engine.</p>
<p>Library home p... | True | CVE-2019-10906 (High) detected in Jinja2-2.8-py2.py3-none-any.whl - ## CVE-2019-10906 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Jinja2-2.8-py2.py3-none-any.whl</b></p></summary>
... | non_priority | cve high detected in none any whl cve high severity vulnerability vulnerable library none any whl a very fast and expressive template engine library home page a href path to dependency file namuhub requirements txt path to vulnerable library namuhub requirem... | 0 |
344,724 | 30,755,882,630 | IssuesEvent | 2023-07-29 03:30:55 | castlepointanime/backend | https://api.github.com/repos/castlepointanime/backend | opened | Write a script to generate a sample id_token | enhancement testing | The current way to get an id_token/access_token is weird. It would be nice to have a script to do this in the backend repo.
To get an id token, you need to open the frontend repo, and modify `src/components/Signup.tsx` to this:
```
import { CognitoUserAttribute, CognitoUser, AuthenticationDetails } from "amazon-... | 1.0 | Write a script to generate a sample id_token - The current way to get an id_token/access_token is weird. It would be nice to have a script to do this in the backend repo.
To get an id token, you need to open the frontend repo, and modify `src/components/Signup.tsx` to this:
```
import { CognitoUserAttribute, Cog... | non_priority | write a script to generate a sample id token the current way to get an id token access token is weird it would be nice to have a script to do this in the backend repo to get an id token you need to open the frontend repo and modify src components signup tsx to this import cognitouserattribute cog... | 0 |
126,508 | 26,869,174,452 | IssuesEvent | 2023-02-04 08:18:25 | Azure/logicapps | https://api.github.com/repos/Azure/logicapps | opened | VS code for Logic app standard | vscode | ### VSCode Dump
when i click to create the logic app it
### Steps to Reproduce the Bug or Issue
click on the logic app creation icon
it prompts me "Initialize project for use the VS code?" Yes
it asks me select the project language , what ever I select it is not working. | 1.0 | VS code for Logic app standard - ### VSCode Dump
when i click to create the logic app it
### Steps to Reproduce the Bug or Issue
click on the logic app creation icon
it prompts me "Initialize project for use the VS code?" Yes
it asks me select the project language , what ever I select it is not working. | non_priority | vs code for logic app standard vscode dump when i click to create the logic app it steps to reproduce the bug or issue click on the logic app creation icon it prompts me initialize project for use the vs code yes it asks me select the project language what ever i select it is not working | 0 |
361,846 | 10,720,633,742 | IssuesEvent | 2019-10-26 19:06:45 | x13pixels/remedybg-issues | https://api.github.com/repos/x13pixels/remedybg-issues | closed | Command line option to attach to process | Component: Command Line Priority: 6 (Medium) Status: Completed Type: Enhancement | To implement auto-attaching via an external program it would be helpful if there was a command line argument to attach to a pid. | 1.0 | Command line option to attach to process - To implement auto-attaching via an external program it would be helpful if there was a command line argument to attach to a pid. | priority | command line option to attach to process to implement auto attaching via an external program it would be helpful if there was a command line argument to attach to a pid | 1 |
188,590 | 6,777,984,795 | IssuesEvent | 2017-10-28 03:50:26 | minio/mint | https://api.github.com/repos/minio/mint | closed | minio-go test fails on azure gateway | priority: high | While running mint against azure gateway fails with below error
```
Running minio-go tests ... FAILED in 3 seconds
{
"alert": "",
"args": {},
"duration": 72,
"error": "A header you provided implies functionality that is not implemented",
"function": "testFunctionalV2()",
"message": "SetBucketPolic... | 1.0 | minio-go test fails on azure gateway - While running mint against azure gateway fails with below error
```
Running minio-go tests ... FAILED in 3 seconds
{
"alert": "",
"args": {},
"duration": 72,
"error": "A header you provided implies functionality that is not implemented",
"function": "testFunctio... | priority | minio go test fails on azure gateway while running mint against azure gateway fails with below error running minio go tests failed in seconds alert args duration error a header you provided implies functionality that is not implemented function me... | 1 |
166,178 | 14,021,264,182 | IssuesEvent | 2020-10-29 20:59:47 | WEC-Sim/WEC-Sim | https://api.github.com/repos/WEC-Sim/WEC-Sim | closed | Moving docs into master and automatic deployment | documentation enhancement | This issue is to demonstrate the concept of storing documentation in `master` (and any branches off master), in the `docs` folder, and using TravisCI to build and deploy the docs to the `gh-pages` branch. I have set up an example of this process in [this repository](https://github.com/H0R5E/WEC-Sim-Test). The associate... | 1.0 | Moving docs into master and automatic deployment - This issue is to demonstrate the concept of storing documentation in `master` (and any branches off master), in the `docs` folder, and using TravisCI to build and deploy the docs to the `gh-pages` branch. I have set up an example of this process in [this repository](ht... | non_priority | moving docs into master and automatic deployment this issue is to demonstrate the concept of storing documentation in master and any branches off master in the docs folder and using travisci to build and deploy the docs to the gh pages branch i have set up an example of this process in the associated d... | 0 |
335,656 | 24,475,851,512 | IssuesEvent | 2022-10-08 06:30:54 | quacksouls/bitburner | https://api.github.com/repos/quacksouls/bitburner | opened | Intelligence farm: buy programs | documentation | 1. Have a save file where we have gone through all these BitNodes: BN1.3 (Genesis), BN2.3 (Gang), BN4.3 (Singularity), BN5.3 (AI).
2. Go through BN1 and trigger the appearance of the world daemon. Don't destroy the world daemon. Make sure we have set up various ways for passive income, e.g. Hacknet, gang, hacking se... | 1.0 | Intelligence farm: buy programs - 1. Have a save file where we have gone through all these BitNodes: BN1.3 (Genesis), BN2.3 (Gang), BN4.3 (Singularity), BN5.3 (AI).
2. Go through BN1 and trigger the appearance of the world daemon. Don't destroy the world daemon. Make sure we have set up various ways for passive inco... | non_priority | intelligence farm buy programs have a save file where we have gone through all these bitnodes genesis gang singularity ai go through and trigger the appearance of the world daemon don t destroy the world daemon make sure we have set up various ways for passive income e g h... | 0 |
227,879 | 18,107,112,024 | IssuesEvent | 2021-09-22 20:27:17 | carbon-design-system/carbon-addons-iot-react | https://api.github.com/repos/carbon-design-system/carbon-addons-iot-react | closed | [all] setup visual regression testing in Docker | type: enhancement :bulb: status: needs priority :inbox_tray: type: test :test_tube: | ### What package is this for?
- [x] React
- [ ] Angular
### Summary
In order to have 0 threshold image comparison for our visual regression testing we need to make sure the images are captured in the exact same environment both locally and in our CI. The recommended solutions is to use docker for that.
**Add... | 2.0 | [all] setup visual regression testing in Docker - ### What package is this for?
- [x] React
- [ ] Angular
### Summary
In order to have 0 threshold image comparison for our visual regression testing we need to make sure the images are captured in the exact same environment both locally and in our CI. The recomme... | non_priority | setup visual regression testing in docker what package is this for react angular summary in order to have threshold image comparison for our visual regression testing we need to make sure the images are captured in the exact same environment both locally and in our ci the recommended sol... | 0 |
810,454 | 30,243,588,552 | IssuesEvent | 2023-07-06 14:58:15 | andrea-bistacchi/PyCalcolAr | https://api.github.com/repos/andrea-bistacchi/PyCalcolAr | opened | Comments | low priority | Hi all,
It would be nice to homogenise the comments in both the .py and .ipnby files. As far as I saw there are two different issues related to commenting:
1. Since the .py file was created using the save as feature in jupyter there are some comments that are not useful (for example [this line](https://github.co... | 1.0 | Comments - Hi all,
It would be nice to homogenise the comments in both the .py and .ipnby files. As far as I saw there are two different issues related to commenting:
1. Since the .py file was created using the save as feature in jupyter there are some comments that are not useful (for example [this line](https:... | priority | comments hi all it would be nice to homogenise the comments in both the py and ipnby files as far as i saw there are two different issues related to commenting since the py file was created using the save as feature in jupyter there are some comments that are not useful for example or lan... | 1 |
442,467 | 30,837,165,129 | IssuesEvent | 2023-08-02 08:12:52 | centerofci/mathesar | https://api.github.com/repos/centerofci/mathesar | opened | Add production configurations section to Docker installation document | work: documentation type: enhancement status: blocked | ## Problem
The changes made to the Docker-based installation documentation in #3121 only contain the information for running the docker image on a local machine and does **not contain** information on the configuration details needed for setting up a production-ready Mathesar server.
## Proposed solution
Add a sec... | 1.0 | Add production configurations section to Docker installation document - ## Problem
The changes made to the Docker-based installation documentation in #3121 only contain the information for running the docker image on a local machine and does **not contain** information on the configuration details needed for setting ... | non_priority | add production configurations section to docker installation document problem the changes made to the docker based installation documentation in only contain the information for running the docker image on a local machine and does not contain information on the configuration details needed for setting up ... | 0 |
169,520 | 6,403,532,543 | IssuesEvent | 2017-08-06 19:38:05 | facelessuser/backrefs | https://api.github.com/repos/facelessuser/backrefs | closed | Installation fails for some regions (AU) when trying to download UnicodeData.txt from unicode.org via http (works via ftp). | Bug Priority - Medium Severity - Minor | This was initially filed under the wrong issue queue: https://github.com/facelessuser/sublime-backrefs/issues/3
http://www.unicode.org/Public/5.2.0/ucd/UnicodeData.txt times out (tested Telstra cable and Vodafone AU tethered), but ftp://ftp.unicode.org/Public/5.2.0/ucd/UnicodeData.txt works just fine.
Perhaps fal... | 1.0 | Installation fails for some regions (AU) when trying to download UnicodeData.txt from unicode.org via http (works via ftp). - This was initially filed under the wrong issue queue: https://github.com/facelessuser/sublime-backrefs/issues/3
http://www.unicode.org/Public/5.2.0/ucd/UnicodeData.txt times out (tested Telst... | priority | installation fails for some regions au when trying to download unicodedata txt from unicode org via http works via ftp this was initially filed under the wrong issue queue times out tested telstra cable and vodafone au tethered but ftp ftp unicode org public ucd unicodedata txt works just fine... | 1 |
207,427 | 15,816,972,860 | IssuesEvent | 2021-04-05 13:56:33 | JimothyGreene/EE461L-Group2-FinalProject | https://api.github.com/repos/JimothyGreene/EE461L-Group2-FinalProject | opened | UI Test Coverage | frontend test | Our frontend currently has no unit testing, we need to write unit tests so we can ensure it is working as intended | 1.0 | UI Test Coverage - Our frontend currently has no unit testing, we need to write unit tests so we can ensure it is working as intended | non_priority | ui test coverage our frontend currently has no unit testing we need to write unit tests so we can ensure it is working as intended | 0 |
282,630 | 8,708,898,460 | IssuesEvent | 2018-12-06 12:22:03 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.messenger.com - see bug description | browser-firefox priority-important | <!-- @browser: Firefox 65.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.messenger.com/videocall/incall/?peer_id=100014722569741&call_id=1097468924&is_caller=true&audio_only=true&nonce=f2653ae7a5e9... | 1.0 | www.messenger.com - see bug description - <!-- @browser: Firefox 65.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://www.messenger.com/videocall/incall/?peer_id=100014722569741&call_id=1097468924&is_call... | priority | see bug description url browser version firefox operating system windows tested another browser no problem type something else description don t asking for the authorization steps to reproduce browser configuration mixed active content blocked ... | 1 |
365,364 | 10,781,011,892 | IssuesEvent | 2019-11-04 14:08:51 | openshift/odo | https://api.github.com/repos/openshift/odo | closed | Storage unmounting during odo push | kind/docs need-docs new workflow priority/Medium state/Ready | ```
odo create nodejs
odo push
odo storage create <name> --path <path> --size <size>
odo storage list
odo push
odo storage list
```
The storage gets unmounted during the push.
| 1.0 | Storage unmounting during odo push - ```
odo create nodejs
odo push
odo storage create <name> --path <path> --size <size>
odo storage list
odo push
odo storage list
```
The storage gets unmounted during the push.
| priority | storage unmounting during odo push odo create nodejs odo push odo storage create path size odo storage list odo push odo storage list the storage gets unmounted during the push | 1 |
219,286 | 16,825,494,849 | IssuesEvent | 2021-06-17 17:58:29 | ProgVal/Limnoria | https://api.github.com/repos/ProgVal/Limnoria | closed | docu: certfp - wrong usage of ircquote | Documentation | hi.
docu here:
https://limnoria-doc.readthedocs.io/en/latest/use/identifying_to_services.html#certfp
says we should use:
`owner ircquote NickServ cert add <fp>`
however it gives:
> INFO \<datetime\> supybot Received notice from NickServ on ******: "Invalid parameters for CERT.".
> INFO \<datetime\> supyb... | 1.0 | docu: certfp - wrong usage of ircquote - hi.
docu here:
https://limnoria-doc.readthedocs.io/en/latest/use/identifying_to_services.html#certfp
says we should use:
`owner ircquote NickServ cert add <fp>`
however it gives:
> INFO \<datetime\> supybot Received notice from NickServ on ******: "Invalid paramete... | non_priority | docu certfp wrong usage of ircquote hi docu here says we should use owner ircquote nickserv cert add however it gives info supybot received notice from nickserv on invalid parameters for cert info supybot received notice from nickserv on syntax cert add del ... | 0 |
711,071 | 24,449,563,460 | IssuesEvent | 2022-10-06 21:15:31 | MSRevive/MasterSwordRebirth | https://api.github.com/repos/MSRevive/MasterSwordRebirth | closed | msarea_monsterspawn lags the server | bug 🐛 high priority | It seems ``msarea_monsterspawn`` can lag the server when spawning mobs. This is probably what is causing this issue https://github.com/MSRevive/MasterSwordRebirth/issues/54 | 1.0 | msarea_monsterspawn lags the server - It seems ``msarea_monsterspawn`` can lag the server when spawning mobs. This is probably what is causing this issue https://github.com/MSRevive/MasterSwordRebirth/issues/54 | priority | msarea monsterspawn lags the server it seems msarea monsterspawn can lag the server when spawning mobs this is probably what is causing this issue | 1 |
499,074 | 14,439,479,920 | IssuesEvent | 2020-12-07 14:26:31 | hand-drawn-markers-polsl/marker-recognition | https://api.github.com/repos/hand-drawn-markers-polsl/marker-recognition | closed | Create pixel activation heatmap | enhancement priority: high | Depends on: #4, #6
*5.4.3 Visualizing heatmaps of class activation* of [Deep learning with Python](https://tanthiamhuat.files.wordpress.com/2018/03/deeplearningwithpython.pdf).
Most recent version of this example from [Keras website](https://keras.io/examples/vision/grad_cam/). | 1.0 | Create pixel activation heatmap - Depends on: #4, #6
*5.4.3 Visualizing heatmaps of class activation* of [Deep learning with Python](https://tanthiamhuat.files.wordpress.com/2018/03/deeplearningwithpython.pdf).
Most recent version of this example from [Keras website](https://keras.io/examples/vision/grad_cam/). | priority | create pixel activation heatmap depends on visualizing heatmaps of class activation of most recent version of this example from | 1 |
128,460 | 10,534,222,462 | IssuesEvent | 2019-10-01 14:27:30 | kcigeospatial/Fred_Co_Land-Management | https://api.github.com/repos/kcigeospatial/Fred_Co_Land-Management | closed | IPS Test - Non Res Detail Page Grid | Ready for Test Env. Retest | when attempting to add only an existing room on the grid- i am getting an error that there must be a new room listed as well.

there can be just existing rooms without a new being created | 2.0 | IPS Test - Non Res Detail Page Grid - when attempting to add only an existing room on the grid- i am getting an error that there must be a new room listed as well.

there can be just existing rooms witho... | non_priority | ips test non res detail page grid when attempting to add only an existing room on the grid i am getting an error that there must be a new room listed as well there can be just existing rooms without a new being created | 0 |
41,735 | 21,920,404,517 | IssuesEvent | 2022-05-22 13:35:09 | webaverse/app | https://api.github.com/repos/webaverse/app | closed | Performance: Wear/Unwear vehicle repeatedly. | in progress Performance | If wear/unwear ( key E/R ) vehicle repeatedly, the performance will drop dramatically.


| True | Performance: Wear/Unwear vehicle repeatedly. - If wear/unwear ( key E/R ) vehicle repeatedly, the performance will drop dramatically.

 detected in lodash-4.17.15.tgz | security vulnerability | ## WS-2020-0070 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.15.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registry.np... | True | WS-2020-0070 (High) detected in lodash-4.17.15.tgz - ## WS-2020-0070 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.15.tgz</b></p></summary>
<p>Lodash modular utilities.</... | non_priority | ws high detected in lodash tgz ws high severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file tmp ws scm reactjs basics package json path to vulnerable library tmp ws scm reactjs basics node m... | 0 |
405,262 | 27,510,257,198 | IssuesEvent | 2023-03-06 08:14:45 | Kawbat/dd2480-jabref | https://api.github.com/repos/Kawbat/dd2480-jabref | closed | Write functionality requirements | documentation | According to criteria 3.1.4, identify and describe the requirements of the functionality that is being added by solving [issue #7906](https://github.com/JabRef/jabref/issues/7906). Each requirement should have an ID, title and description. | 1.0 | Write functionality requirements - According to criteria 3.1.4, identify and describe the requirements of the functionality that is being added by solving [issue #7906](https://github.com/JabRef/jabref/issues/7906). Each requirement should have an ID, title and description. | non_priority | write functionality requirements according to criteria identify and describe the requirements of the functionality that is being added by solving each requirement should have an id title and description | 0 |
366,825 | 25,603,410,404 | IssuesEvent | 2022-12-01 22:29:27 | TigardHighGDC/Augmentation | https://api.github.com/repos/TigardHighGDC/Augmentation | opened | Issue templates | documentation low priority | Different issue templates for bugs, features, enhancements, documentation. For auto assigning labels, assingees, projects and milestones. | 1.0 | Issue templates - Different issue templates for bugs, features, enhancements, documentation. For auto assigning labels, assingees, projects and milestones. | non_priority | issue templates different issue templates for bugs features enhancements documentation for auto assigning labels assingees projects and milestones | 0 |
793,320 | 27,990,595,654 | IssuesEvent | 2023-03-27 03:06:36 | grpc/grpc | https://api.github.com/repos/grpc/grpc | opened | ChannelInterface::WaitForStateChange need Callback interface | kind/enhancement lang/c++ priority/P2 untriaged | ### Is your feature request related to a problem? Please describe.
There is no callback interface when getting the connection status.
Asynchronous interface: NotifyOnStateChange
Synchronization interface:WaitForStateChange
It is recommended to add an asynchronous callback interface:NotifyOnStateChangeCallback
#... | 1.0 | ChannelInterface::WaitForStateChange need Callback interface - ### Is your feature request related to a problem? Please describe.
There is no callback interface when getting the connection status.
Asynchronous interface: NotifyOnStateChange
Synchronization interface:WaitForStateChange
It is recommended to add an as... | priority | channelinterface waitforstatechange need callback interface is your feature request related to a problem please describe there is no callback interface when getting the connection status asynchronous interface notifyonstatechange synchronization interface waitforstatechange it is recommended to add an as... | 1 |
824,806 | 31,224,475,486 | IssuesEvent | 2023-08-19 00:24:45 | juno-fx/report | https://api.github.com/repos/juno-fx/report | opened | Mars: Sync Data to Atlas Bucket | high priority | We need to setup Mars to have a boto3 or s3sync way of getting the content in and out of the bucket | 1.0 | Mars: Sync Data to Atlas Bucket - We need to setup Mars to have a boto3 or s3sync way of getting the content in and out of the bucket | priority | mars sync data to atlas bucket we need to setup mars to have a or way of getting the content in and out of the bucket | 1 |
765,129 | 26,834,425,258 | IssuesEvent | 2023-02-02 18:19:00 | gamefreedomgit/Maelstrom | https://api.github.com/repos/gamefreedomgit/Maelstrom | closed | [Serious][Talent] Can't learn talents after level 33 | Class: Paladin Talent Priority: Medium Priority: Critical Status: Confirmed | [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
There is a strange bug where I can't learn talents after level 33. I click to learn it, it says "Are you sure you want to learn", after clicking confi... | 2.0 | [Serious][Talent] Can't learn talents after level 33 - [//]: # (REMBEMBER! Add links to things related to the bug using for example:)
[//]: # (http://wowhead.com/)
[//]: # (cata-twinhead.twinstar.cz)
**Description:**
There is a strange bug where I can't learn talents after level 33. I click to learn it, it says... | priority | can t learn talents after level rembember add links to things related to the bug using for example cata twinhead twinstar cz description there is a strange bug where i can t learn talents after level i click to learn it it says are you sure you want to learn after clic... | 1 |
149,217 | 5,714,045,721 | IssuesEvent | 2017-04-19 09:23:31 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | Case study: Prow Jobs (and why Jobs are not enough for k8s testing) | area/workload-api/job priority/awaiting-more-evidence sig/apps | prow is starting to migrate away from Jobs into ProwJobs (TPR). See https://github.com/kubernetes/test-infra/issues/2054 + https://github.com/kubernetes/test-infra/pull/2218 + https://github.com/kubernetes/test-infra/pull/2243. @kubernetes/sig-apps-misc I think it's worth investigating if this split is really necessary... | 1.0 | Case study: Prow Jobs (and why Jobs are not enough for k8s testing) - prow is starting to migrate away from Jobs into ProwJobs (TPR). See https://github.com/kubernetes/test-infra/issues/2054 + https://github.com/kubernetes/test-infra/pull/2218 + https://github.com/kubernetes/test-infra/pull/2243. @kubernetes/sig-apps-m... | priority | case study prow jobs and why jobs are not enough for testing prow is starting to migrate away from jobs into prowjobs tpr see kubernetes sig apps misc i think it s worth investigating if this split is really necessary and if native jobs can be evolved to continue being used for testing while st... | 1 |
78,121 | 15,569,920,585 | IssuesEvent | 2021-03-17 01:18:05 | jrrk/riscv-linux | https://api.github.com/repos/jrrk/riscv-linux | opened | CVE-2019-15215 (Medium) detected in aspeedaspeed-4.19-devicetree-no-fsi | security vulnerability | ## CVE-2019-15215 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aspeedaspeed-4.19-devicetree-no-fsi</b></p></summary>
<p>
<p>ASPEED ARM SoC development</p>
<p>Library home page: <a... | True | CVE-2019-15215 (Medium) detected in aspeedaspeed-4.19-devicetree-no-fsi - ## CVE-2019-15215 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aspeedaspeed-4.19-devicetree-no-fsi</b></p>... | non_priority | cve medium detected in aspeedaspeed devicetree no fsi cve medium severity vulnerability vulnerable library aspeedaspeed devicetree no fsi aspeed arm soc development library home page a href vulnerable source files riscv linux drivers media usb ... | 0 |
219,444 | 7,342,382,200 | IssuesEvent | 2018-03-07 07:36:21 | my-codeworks/fortnox-api | https://api.github.com/repos/my-codeworks/fortnox-api | closed | Email regex too strict | priority:high type:bug | We got a validation error from Bolagskraft on a valid email: kanal_75_ab-faktura@mail.unit4agresso.readsoftonline.com (https://app.bugsnag.com/your-codeworks/bolagskraft/errors/5a849e0b7482aa00182c686c for those with access).
We should look over the regex and find one that is more permissible in its matching. | 1.0 | Email regex too strict - We got a validation error from Bolagskraft on a valid email: kanal_75_ab-faktura@mail.unit4agresso.readsoftonline.com (https://app.bugsnag.com/your-codeworks/bolagskraft/errors/5a849e0b7482aa00182c686c for those with access).
We should look over the regex and find one that is more permissibl... | priority | email regex too strict we got a validation error from bolagskraft on a valid email kanal ab faktura mail readsoftonline com for those with access we should look over the regex and find one that is more permissible in its matching | 1 |
687,275 | 23,519,859,540 | IssuesEvent | 2022-08-19 03:55:26 | uchikoshi-fes/uchikoshi-fes.jp-2022 | https://api.github.com/repos/uchikoshi-fes/uchikoshi-fes.jp-2022 | closed | [改善]: Google Maps のデフォルトの縮尺を変える | priority: Middle improvement | ### 改善対象の事柄
縮尺が細かすぎて浅野がどこにあるのかのイメージが難しい
### 期待する挙動
横浜駅や川崎駅が見えてわかりやすい
~~また、都会に見える~~
### 補足情報
ifream の src の `!4f` の後の数字をいじれば変えることが可能 | 1.0 | [改善]: Google Maps のデフォルトの縮尺を変える - ### 改善対象の事柄
縮尺が細かすぎて浅野がどこにあるのかのイメージが難しい
### 期待する挙動
横浜駅や川崎駅が見えてわかりやすい
~~また、都会に見える~~
### 補足情報
ifream の src の `!4f` の後の数字をいじれば変えることが可能 | priority | google maps のデフォルトの縮尺を変える 改善対象の事柄 縮尺が細かすぎて浅野がどこにあるのかのイメージが難しい 期待する挙動 横浜駅や川崎駅が見えてわかりやすい また、都会に見える 補足情報 ifream の src の の後の数字をいじれば変えることが可能 | 1 |
98,925 | 11,100,957,054 | IssuesEvent | 2019-12-16 20:22:12 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Guide for migrating v1 Android plugins to v2 APIs | documentation p: framework p: tooling | flutter.dev/go/android-plugin-migration currently points to https://github.com/flutter/flutter/wiki/Experimental:-Create-Flutter-Plugin. Create a more user facing version of this guide on flutter.dev | 1.0 | Guide for migrating v1 Android plugins to v2 APIs - flutter.dev/go/android-plugin-migration currently points to https://github.com/flutter/flutter/wiki/Experimental:-Create-Flutter-Plugin. Create a more user facing version of this guide on flutter.dev | non_priority | guide for migrating android plugins to apis flutter dev go android plugin migration currently points to create a more user facing version of this guide on flutter dev | 0 |
73,331 | 9,660,196,211 | IssuesEvent | 2019-05-20 15:00:04 | CBICA/CaPTk | https://api.github.com/repos/CBICA/CaPTk | closed | PopulationAtlases: `--help` documentation needs improvement | documentation | PopulationAtlases: `--help` documentation needs improvement
The `--help` output is missing explanation of purpose (1 paragraph overview, basic info re. required input data types, results that are produced, etc)
Typo in example (application name repeated)
| 1.0 | PopulationAtlases: `--help` documentation needs improvement - PopulationAtlases: `--help` documentation needs improvement
The `--help` output is missing explanation of purpose (1 paragraph overview, basic info re. required input data types, results that are produced, etc)
Typo in example (application name repea... | non_priority | populationatlases help documentation needs improvement populationatlases help documentation needs improvement the help output is missing explanation of purpose paragraph overview basic info re required input data types results that are produced etc typo in example application name repea... | 0 |
577,957 | 17,139,961,538 | IssuesEvent | 2021-07-13 08:31:52 | returntocorp/semgrep | https://api.github.com/repos/returntocorp/semgrep | closed | [JS] Dictionary matching yield inconsistent results | bug lang:javascript priority:high user:external | **Describe the bug**
Matching JS dictionaries yield unexpected results, for example the pattern `{}` is equivalent to `{...}`, the pattern `{...$X}` matches anything and the pattern `{x: $X}` also matches any dictionary with that key.
Note that this is different to what happens in Python. (#1003 could be related)
... | 1.0 | [JS] Dictionary matching yield inconsistent results - **Describe the bug**
Matching JS dictionaries yield unexpected results, for example the pattern `{}` is equivalent to `{...}`, the pattern `{...$X}` matches anything and the pattern `{x: $X}` also matches any dictionary with that key.
Note that this is different... | priority | dictionary matching yield inconsistent results describe the bug matching js dictionaries yield unexpected results for example the pattern is equivalent to the pattern x matches anything and the pattern x x also matches any dictionary with that key note that this is different to... | 1 |
28,056 | 5,168,065,213 | IssuesEvent | 2017-01-17 20:32:06 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | Doc string for MooseMesh/dim is not accurate | C: MOOSE P: normal T: defect | ### Description of the enhancement or error report
It says that `This is completely ignored for ExodusII meshes!`, but actually not.
https://github.com/idaholab/moose/blob/devel/framework/src/mesh/MooseMesh.C#L191 causes the default spatial dimension of the mesh is 3 regardless of the actual dimension of the mesh. I ... | 1.0 | Doc string for MooseMesh/dim is not accurate - ### Description of the enhancement or error report
It says that `This is completely ignored for ExodusII meshes!`, but actually not.
https://github.com/idaholab/moose/blob/devel/framework/src/mesh/MooseMesh.C#L191 causes the default spatial dimension of the mesh is 3 reg... | non_priority | doc string for moosemesh dim is not accurate description of the enhancement or error report it says that this is completely ignored for exodusii meshes but actually not causes the default spatial dimension of the mesh is regardless of the actual dimension of the mesh i discovered this with our custom ... | 0 |
75,969 | 14,543,952,272 | IssuesEvent | 2020-12-15 17:31:15 | BrightCoders-Proyectos/tribo-mobile | https://api.github.com/repos/BrightCoders-Proyectos/tribo-mobile | closed | Setting Screens Text | brightcoders approved ready for review wip | # REQUIREMENTS
make a script that stores al the strings for the content data of the screens
# DESIGN
Provide references to images of the design, how it looks like now, and how it should look like.
# Acceptance Criteria
List all required acceptance criteria
- [ ] Create a script with the strings of the content... | 1.0 | Setting Screens Text - # REQUIREMENTS
make a script that stores al the strings for the content data of the screens
# DESIGN
Provide references to images of the design, how it looks like now, and how it should look like.
# Acceptance Criteria
List all required acceptance criteria
- [ ] Create a script with the... | non_priority | setting screens text requirements make a script that stores al the strings for the content data of the screens design provide references to images of the design how it looks like now and how it should look like acceptance criteria list all required acceptance criteria create a script with the s... | 0 |
68,496 | 14,925,572,630 | IssuesEvent | 2021-01-24 07:05:59 | turkdevops/WordPress | https://api.github.com/repos/turkdevops/WordPress | closed | CVE-2020-7789 (Medium) detected in node-notifier-5.4.3.tgz | security vulnerability | ## CVE-2020-7789 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-notifier-5.4.3.tgz</b></p></summary>
<p>A Node.js module for sending notifications on native Mac, Windows (post ... | True | CVE-2020-7789 (Medium) detected in node-notifier-5.4.3.tgz - ## CVE-2020-7789 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-notifier-5.4.3.tgz</b></p></summary>
<p>A Node.js m... | non_priority | cve medium detected in node notifier tgz cve medium severity vulnerability vulnerable library node notifier tgz a node js module for sending notifications on native mac windows post and pre and linux or growl as fallback library home page a href path to dependency... | 0 |
63,706 | 7,739,318,413 | IssuesEvent | 2018-05-28 15:15:57 | SoPra18-07/Singularity | https://api.github.com/repos/SoPra18-07/Singularity | closed | Create map textures | Design Map | Start creation of the different map textures. Textures should be the size of the maximum size of the map or tile-able in a way that doesn't look like it is tiled. Textures should include:
- Dirt
- Grass
- Water (rough)
- Water (calm)
- Stone
- Mountain
- Sand | 1.0 | Create map textures - Start creation of the different map textures. Textures should be the size of the maximum size of the map or tile-able in a way that doesn't look like it is tiled. Textures should include:
- Dirt
- Grass
- Water (rough)
- Water (calm)
- Stone
- Mountain
- Sand | non_priority | create map textures start creation of the different map textures textures should be the size of the maximum size of the map or tile able in a way that doesn t look like it is tiled textures should include dirt grass water rough water calm stone mountain sand | 0 |
229,610 | 18,393,548,469 | IssuesEvent | 2021-10-12 08:49:14 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Data race in `TestParquetVariousTypes` | type/bug component/test severity/major | ```
WARNING: DATA RACE
[2021-08-17T08:55:02.040Z] Read at 0x000005de9900 by goroutine 56:
[2021-08-17T08:55:02.040Z] time.Now()
[2021-08-17T08:55:02.040Z] /usr/local/go/src/time/time.go:1073 +0xf6
[2021-08-17T08:55:02.040Z] time.sendTime()
[2021-08-17T08:55:02.040Z] /usr/local/go/src/time/sleep.go... | 1.0 | Data race in `TestParquetVariousTypes` - ```
WARNING: DATA RACE
[2021-08-17T08:55:02.040Z] Read at 0x000005de9900 by goroutine 56:
[2021-08-17T08:55:02.040Z] time.Now()
[2021-08-17T08:55:02.040Z] /usr/local/go/src/time/time.go:1073 +0xf6
[2021-08-17T08:55:02.040Z] time.sendTime()
[2021-08-17T08:55:02.04... | non_priority | data race in testparquetvarioustypes warning data race read at by goroutine time now usr local go src time time go time sendtime usr local go src time sleep go previous write at by goroutine github com pingcap check... | 0 |
267,750 | 28,509,201,813 | IssuesEvent | 2023-04-19 01:44:08 | dpteam/RK3188_TABLET | https://api.github.com/repos/dpteam/RK3188_TABLET | closed | WS-2021-0517 (Medium) detected in linuxv3.0 - autoclosed | Mend: dependency security vulnerability | ## WS-2021-0517 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/veryg... | True | WS-2021-0517 (Medium) detected in linuxv3.0 - autoclosed - ## WS-2021-0517 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary>
<p>
<p>Linux kernel source tree... | non_priority | ws medium detected in autoclosed ws medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files fs proc vmcore c ... | 0 |
142,353 | 21,718,778,886 | IssuesEvent | 2022-05-10 20:52:39 | emory-libraries/blacklight-catalog | https://api.github.com/repos/emory-libraries/blacklight-catalog | closed | Review/refine hover behavior in certain items appearing in Services Page | UI Design | Doug Goans reported strange hover behavior with the following record
https://emory.primo.exlibrisgroup.com/discovery/openurl?institution=01GALI_EMORY&vid=01GALI_EMORY:services&rft.mms_id=990027482770302486&loginId=13311193710002486_o4soRG99kFkKfF2
In reviewing the record, Collin found different formatting with the ta... | 1.0 | Review/refine hover behavior in certain items appearing in Services Page - Doug Goans reported strange hover behavior with the following record
https://emory.primo.exlibrisgroup.com/discovery/openurl?institution=01GALI_EMORY&vid=01GALI_EMORY:services&rft.mms_id=990027482770302486&loginId=13311193710002486_o4soRG99kFkK... | non_priority | review refine hover behavior in certain items appearing in services page doug goans reported strange hover behavior with the following record in reviewing the record collin found different formatting with the table of this record we are not sure if this is specific to the record or bound with s or multiple hold... | 0 |
760,563 | 26,647,813,882 | IssuesEvent | 2023-01-25 11:21:02 | obs-nebula/check-traces | https://api.github.com/repos/obs-nebula/check-traces | closed | Create a branch using sdk-node and try to enable/disable using oc set env | Priority: Low Type: Experiment | ~~https://docs.openshift.com/container-platform/3.11/dev_guide/configmaps.html~~
~~We already have a configMap example: https://github.com/nodeshift-starters/nodejs-configmap~~
Related to #23 | 1.0 | Create a branch using sdk-node and try to enable/disable using oc set env - ~~https://docs.openshift.com/container-platform/3.11/dev_guide/configmaps.html~~
~~We already have a configMap example: https://github.com/nodeshift-starters/nodejs-configmap~~
Related to #23 | priority | create a branch using sdk node and try to enable disable using oc set env we already have a configmap example related to | 1 |
716,960 | 24,654,741,005 | IssuesEvent | 2022-10-17 22:02:03 | zulip/zulip | https://api.github.com/repos/zulip/zulip | closed | Add PMs to Recent Topics | in progress priority: high area: recent-topics release goal | At present, the Recent Topics does not display private messages. This means it can't be used as an all-encompassing overview of everything that's happening for a user.
We should add private messages to Recent Topics, with filter settings to show private messages or not, and to show stream messages or not. The filter... | 1.0 | Add PMs to Recent Topics - At present, the Recent Topics does not display private messages. This means it can't be used as an all-encompassing overview of everything that's happening for a user.
We should add private messages to Recent Topics, with filter settings to show private messages or not, and to show stream ... | priority | add pms to recent topics at present the recent topics does not display private messages this means it can t be used as an all encompassing overview of everything that s happening for a user we should add private messages to recent topics with filter settings to show private messages or not and to show stream ... | 1 |
786,852 | 27,696,189,912 | IssuesEvent | 2023-03-14 02:30:34 | nci-hcmi-catalog/portal | https://api.github.com/repos/nci-hcmi-catalog/portal | closed | Provide updates to terms as needed, dictionary edits facilitated by CMS manager | Priority: High | I am honestly a little unsure of exactly how the attached file makes it clear what is needed; unless @mistryrn knows, we'll have to follow up with Eva to clarify.
[SC molecular markers_ETC_20220418.xlsx](https://github.com/nci-hcmi-catalog/portal/files/9853853/SC.molecular.markers_ETC_20220418.xlsx)
| 1.0 | Provide updates to terms as needed, dictionary edits facilitated by CMS manager - I am honestly a little unsure of exactly how the attached file makes it clear what is needed; unless @mistryrn knows, we'll have to follow up with Eva to clarify.
[SC molecular markers_ETC_20220418.xlsx](https://github.com/nci-hcmi-catal... | priority | provide updates to terms as needed dictionary edits facilitated by cms manager i am honestly a little unsure of exactly how the attached file makes it clear what is needed unless mistryrn knows we ll have to follow up with eva to clarify | 1 |
335,605 | 10,163,900,048 | IssuesEvent | 2019-08-07 10:18:58 | AbsaOSS/enceladus | https://api.github.com/repos/AbsaOSS/enceladus | closed | Duplicated run objects after standardization | Standardization bug priority: high | ## Describe the bug
After standardization two run documents are created with the same start time and sequential run ids:
- the first run (run id = i) document contains the checkpoints from the _INFO file only and has a status "running"
- the second run (run id = i+1 ) document contains the proper data and checkpoin... | 1.0 | Duplicated run objects after standardization - ## Describe the bug
After standardization two run documents are created with the same start time and sequential run ids:
- the first run (run id = i) document contains the checkpoints from the _INFO file only and has a status "running"
- the second run (run id = i+1 ) ... | priority | duplicated run objects after standardization describe the bug after standardization two run documents are created with the same start time and sequential run ids the first run run id i document contains the checkpoints from the info file only and has a status running the second run run id i ... | 1 |
237,060 | 7,755,320,631 | IssuesEvent | 2018-05-31 09:47:31 | zeit/next.js | https://api.github.com/repos/zeit/next.js | closed | Remove `react-hot-loader` | Priority: High | It causes way more issues than it fixes.
It's a matter of removing it from babel options
```js
plugins: [dev && !isServer && hotLoaderItem, dev && reactJsxSourceItem].filter(Boolean)
```
becomes
```js
plugins: [dev && reactJsxSourceItem].filter(Boolean)
``` | 1.0 | Remove `react-hot-loader` - It causes way more issues than it fixes.
It's a matter of removing it from babel options
```js
plugins: [dev && !isServer && hotLoaderItem, dev && reactJsxSourceItem].filter(Boolean)
```
becomes
```js
plugins: [dev && reactJsxSourceItem].filter(Boolean)
``` | priority | remove react hot loader it causes way more issues than it fixes it s a matter of removing it from babel options js plugins filter boolean becomes js plugins filter boolean | 1 |
583,714 | 17,396,861,574 | IssuesEvent | 2021-08-02 14:26:21 | GeneralMine/S2QUAT | https://api.github.com/repos/GeneralMine/S2QUAT | opened | [Evaluation]: question of the same factor are being combined or dropped | Priority: Medium | 

Expected: That every question has its own evaluation | 1.0 | [Evaluation]: question of the same factor are being combined or dropped - 

Expected: That e... | priority | question of the same factor are being combined or dropped expected that every question has its own evaluation | 1 |
316,438 | 23,632,184,220 | IssuesEvent | 2022-08-25 10:15:21 | emdgroup-liquid/liquid | https://api.github.com/repos/emdgroup-liquid/liquid | closed | LdTooltip doesn't trigger button event | documentation in progress | **Bug description**
When I try to implement button inside the tooltip, the onClick event doesn't work.
**Steps to reproduce the behavior**
https://codesandbox.io/s/ldtooltip-48el9i?file=/src/App.js
**Expected behavior**
When I click on download 1 the console should display appropriate message.
**Actua... | 1.0 | LdTooltip doesn't trigger button event - **Bug description**
When I try to implement button inside the tooltip, the onClick event doesn't work.
**Steps to reproduce the behavior**
https://codesandbox.io/s/ldtooltip-48el9i?file=/src/App.js
**Expected behavior**
When I click on download 1 the console shoul... | non_priority | ldtooltip doesn t trigger button event bug description when i try to implement button inside the tooltip the onclick event doesn t work steps to reproduce the behavior expected behavior when i click on download the console should display appropriate message actual behavior ... | 0 |
14,143 | 8,489,205,149 | IssuesEvent | 2018-10-26 19:06:14 | spring-projects/spring-boot | https://api.github.com/repos/spring-projects/spring-boot | closed | Binder performance could be improved or maybe short circuited in some cases | theme: performance type: task | Spring Boot uses `Binder.bind()` at a very early stage in quite a lot
of places. `SpringApplication` itself, `LoggingApplicationListener`,
`ConfigFileApplicationListener` and `AnsiOutputApplicationListener`
all get used early and their combined use of `Binder` adds up to more
than 5% of the startup time in `BuncApp... | True | Binder performance could be improved or maybe short circuited in some cases - Spring Boot uses `Binder.bind()` at a very early stage in quite a lot
of places. `SpringApplication` itself, `LoggingApplicationListener`,
`ConfigFileApplicationListener` and `AnsiOutputApplicationListener`
all get used early and their com... | non_priority | binder performance could be improved or maybe short circuited in some cases spring boot uses binder bind at a very early stage in quite a lot of places springapplication itself loggingapplicationlistener configfileapplicationlistener and ansioutputapplicationlistener all get used early and their com... | 0 |
577,829 | 17,136,359,176 | IssuesEvent | 2021-07-13 03:05:02 | Automattic/woocommerce-payments | https://api.github.com/repos/Automattic/woocommerce-payments | closed | Checking out with free trial fails when card requires authentication | priority: high type: bug | Error on checkout when setup intent requires action. To reproduce:
- Put only subscription product(s) with free trial into cart
- Check out with 4000002500003155
Shortcode:
<img width="815" src="https://user-images.githubusercontent.com/1867547/123555559-7f6ce600-d754-11eb-968f-20e35f7658de.png">
Block:
<im... | 1.0 | Checking out with free trial fails when card requires authentication - Error on checkout when setup intent requires action. To reproduce:
- Put only subscription product(s) with free trial into cart
- Check out with 4000002500003155
Shortcode:
<img width="815" src="https://user-images.githubusercontent.com/1867... | priority | checking out with free trial fails when card requires authentication error on checkout when setup intent requires action to reproduce put only subscription product s with free trial into cart check out with shortcode img width src block img width src | 1 |
348,402 | 31,561,545,673 | IssuesEvent | 2023-09-03 10:14:11 | gear-foundation/vara-network | https://api.github.com/repos/gear-foundation/vara-network | opened | Cant recieved testnet faucet and not part of vara testnet | bug testnet | ### Problem
have 2 days cant join vara testnet with unclaimed testnet faucet and not part of the testnet while we wanna mint NFTs
### Steps
1.Unclaimed faucet
2.not part of the testnet
3.
### Expected Behavior
_No response_
### Your Substrate Address
12bwM5jUfLW6yKYmc9rTxnXSwpZuDhXdnFkp47TXmNpFQJ5K
### Wha... | 1.0 | Cant recieved testnet faucet and not part of vara testnet - ### Problem
have 2 days cant join vara testnet with unclaimed testnet faucet and not part of the testnet while we wanna mint NFTs
### Steps
1.Unclaimed faucet
2.not part of the testnet
3.
### Expected Behavior
_No response_
### Your Substrate Addres... | non_priority | cant recieved testnet faucet and not part of vara testnet problem have days cant join vara testnet with unclaimed testnet faucet and not part of the testnet while we wanna mint nfts steps unclaimed faucet not part of the testnet expected behavior no response your substrate addres... | 0 |
828,341 | 31,822,625,689 | IssuesEvent | 2023-09-14 04:29:28 | dotnet/roslyn-analyzers | https://api.github.com/repos/dotnet/roslyn-analyzers | closed | [AD0001] Analyzer 'Microsoft.NetCore.Analyzers.Security.ReviewCodeFor*InjectionVulnerabilities' threw an exception of type 'System.InvalidOperationException' with message 'Collection was modified; enumeration operation may not execute. | Bug Priority:0 Reliability | ### Analyzer
**Diagnostic ID**: CA30xx
### Analyzer source
**NuGet Package**: [Microsoft.CodeAnalysis.NetAnalyzers](https://www.nuget.org/packages/Microsoft.CodeAnalysis.NetAnalyzers)
**Version**: 8.0.0-preview.23420.2
### Describe the bug
RC1 analyzers release produce multiple `Collection was modifie... | 1.0 | [AD0001] Analyzer 'Microsoft.NetCore.Analyzers.Security.ReviewCodeFor*InjectionVulnerabilities' threw an exception of type 'System.InvalidOperationException' with message 'Collection was modified; enumeration operation may not execute. - ### Analyzer
**Diagnostic ID**: CA30xx
### Analyzer source
**NuGet Packag... | priority | analyzer microsoft netcore analyzers security reviewcodefor injectionvulnerabilities threw an exception of type system invalidoperationexception with message collection was modified enumeration operation may not execute analyzer diagnostic id analyzer source nuget package ... | 1 |
53,932 | 29,170,349,884 | IssuesEvent | 2023-05-19 00:48:02 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Parar | created via performance template | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you have found ... | True | Parar - <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | non_priority | parar thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a performance problem then fill out the template below please read our guide to filing a b... | 0 |
60,915 | 6,718,280,555 | IssuesEvent | 2017-10-15 10:44:49 | MajkiIT/polish-ads-filter | https://api.github.com/repos/MajkiIT/polish-ads-filter | closed | onet.pl | reguły gotowe/testowanie social filters | Trochę sociali z onetu:
! 1 usunięcie panelu social po lewej na dole
`sympatia.onet.pl##.findUs`
! 2 usunięcie scrollującego panelu social po lewej
! https://wbi.onet.pl/wielka-brytania-posel-polskiego-pochodzenia-wzywa-niemcy-do-zaplacenia-reparacji/b7ekvr3
`wbi.onet.pl###content-share-top`
! 3 usunięcie s... | 1.0 | onet.pl - Trochę sociali z onetu:
! 1 usunięcie panelu social po lewej na dole
`sympatia.onet.pl##.findUs`
! 2 usunięcie scrollującego panelu social po lewej
! https://wbi.onet.pl/wielka-brytania-posel-polskiego-pochodzenia-wzywa-niemcy-do-zaplacenia-reparacji/b7ekvr3
`wbi.onet.pl###content-share-top`
! 3 u... | non_priority | onet pl trochę sociali z onetu usunięcie panelu social po lewej na dole sympatia onet pl findus usunięcie scrollującego panelu social po lewej wbi onet pl content share top usunięcie scrollującego panelu social po prawej magia onet pl facebook button w nawiasie podana po... | 0 |
43,004 | 2,878,864,986 | IssuesEvent | 2015-06-10 05:53:48 | BrainSlugs83/NewBiospheresMod | https://api.github.com/repos/BrainSlugs83/NewBiospheresMod | reopened | Ore generation | Enhancement Priority: Medium | Hello, our group want to create private hardcore server. But we have a big problem: we can't disable ore generation in big spheres. This crash hardcore economic. Please add config option disable all ore generation or promt what to delete in mod file. | 1.0 | Ore generation - Hello, our group want to create private hardcore server. But we have a big problem: we can't disable ore generation in big spheres. This crash hardcore economic. Please add config option disable all ore generation or promt what to delete in mod file. | priority | ore generation hello our group want to create private hardcore server but we have a big problem we can t disable ore generation in big spheres this crash hardcore economic please add config option disable all ore generation or promt what to delete in mod file | 1 |
223,385 | 7,453,232,726 | IssuesEvent | 2018-03-29 11:10:41 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | support.mozilla.org - see bug description | browser-firefox-mobile priority-important | <!-- @browser: Firefox Mobile 61.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile; rv:61.0) Gecko/61.0 Firefox/61.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://support.mozilla.org/en-US/products/mobile?as=u
**Browser / Version**: Firefox Mobile 61.0
**Operating System**: Android 7.1.1
**Tes... | 1.0 | support.mozilla.org - see bug description - <!-- @browser: Firefox Mobile 61.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.1.1; Mobile; rv:61.0) Gecko/61.0 Firefox/61.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://support.mozilla.org/en-US/products/mobile?as=u
**Browser / Version**: Firefox Mobile 61... | priority | support mozilla org see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description tabbing could be made more effective steps to reproduce tabbing could be made more efficien... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.