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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
134,017 | 12,559,993,862 | IssuesEvent | 2020-06-07 20:41:39 | Qubinode/qubinode-installer | https://api.github.com/repos/Qubinode/qubinode-installer | closed | Minor typo | documentation | ```
$ ./qubinode-installer -m setup
Could not find [,..]/qubinode-installer/rhel-server-7.7-update-2-x86_64-kvm.qcow2,
please download the rhel-server-7.7-update-2-x86_64-kvm.qcow2 to /net/imladris/export/home/raistlin/World/Vincent/Code/GIT/qubinode-installer.
Please refer the documentation for additional inf... | 1.0 | Minor typo - ```
$ ./qubinode-installer -m setup
Could not find [,..]/qubinode-installer/rhel-server-7.7-update-2-x86_64-kvm.qcow2,
please download the rhel-server-7.7-update-2-x86_64-kvm.qcow2 to /net/imladris/export/home/raistlin/World/Vincent/Code/GIT/qubinode-installer.
Please refer the documentation for ... | non_priority | minor typo qubinode installer m setup could not find qubinode installer rhel server update kvm please download the rhel server update kvm to net imladris export home raistlin world vincent code git qubinode installer please refer the documentation for additional informa... | 0 |
98,525 | 11,089,451,467 | IssuesEvent | 2019-12-14 18:35:14 | jasonballinger/vex2020 | https://api.github.com/repos/jasonballinger/vex2020 | closed | README Repository Icons too big | bug documentation | Need to make the icons smaller for the icons. Not too small, though - icongram icons were too small. | 1.0 | README Repository Icons too big - Need to make the icons smaller for the icons. Not too small, though - icongram icons were too small. | non_priority | readme repository icons too big need to make the icons smaller for the icons not too small though icongram icons were too small | 0 |
16,102 | 2,611,648,460 | IssuesEvent | 2015-02-27 07:38:53 | cs2103jan2015-f13-2j/main | https://api.github.com/repos/cs2103jan2015-f13-2j/main | closed | design the physical file to store Task object | issue.discussion priority.low | Hi @bubblegan ,
I would like to suggest on the design of physical storage for Task objects.
I believe that there is a need to have several files, each to store one kind of Task.
example:
1) deadline_task.json
2) floating_task.json
3) normal_task.json
4) recurrence_task.json
Within each file, all respect... | 1.0 | design the physical file to store Task object - Hi @bubblegan ,
I would like to suggest on the design of physical storage for Task objects.
I believe that there is a need to have several files, each to store one kind of Task.
example:
1) deadline_task.json
2) floating_task.json
3) normal_task.json
4) recur... | priority | design the physical file to store task object hi bubblegan i would like to suggest on the design of physical storage for task objects i believe that there is a need to have several files each to store one kind of task example deadline task json floating task json normal task json recur... | 1 |
221,053 | 7,373,404,222 | IssuesEvent | 2018-03-13 17:11:02 | wpninjas/ninja-forms | https://api.github.com/repos/wpninjas/ninja-forms | closed | Images are not able to be used in HelpText | DIFFICULTY: Easy PRIORITY: Low VALUE: Friendly | Images are not able to be used in HelpText
This did work in earlier versions. (Tested and confirmed functional in 3.2.7)
In version 3.2.11, there is a 404 error for the image. However, the image shows up correctly in the builder.
| 1.0 | Images are not able to be used in HelpText - Images are not able to be used in HelpText
This did work in earlier versions. (Tested and confirmed functional in 3.2.7)
In version 3.2.11, there is a 404 error for the image. However, the image shows up correctly in the builder.
| priority | images are not able to be used in helptext images are not able to be used in helptext this did work in earlier versions tested and confirmed functional in in version there is a error for the image however the image shows up correctly in the builder | 1 |
258,683 | 22,339,926,448 | IssuesEvent | 2022-06-14 23:01:57 | cal-itp/benefits | https://api.github.com/repos/cal-itp/benefits | closed | Create mark/fixture to mock analytics | tests | _Originally mentioned in https://github.com/cal-itp/benefits/pull/452#discussion_r859311459_
> Similar to whatever the `@pytest.mark.django_db` is doing to signal that we "need the db" - can we have something like `@pytest.mark.mock_analytics`?
We'd like to mark the test instead of crowding the test body since mo... | 1.0 | Create mark/fixture to mock analytics - _Originally mentioned in https://github.com/cal-itp/benefits/pull/452#discussion_r859311459_
> Similar to whatever the `@pytest.mark.django_db` is doing to signal that we "need the db" - can we have something like `@pytest.mark.mock_analytics`?
We'd like to mark the test in... | non_priority | create mark fixture to mock analytics originally mentioned in similar to whatever the pytest mark django db is doing to signal that we need the db can we have something like pytest mark mock analytics we d like to mark the test instead of crowding the test body since mocking analytics isn t actu... | 0 |
372,364 | 11,013,199,279 | IssuesEvent | 2019-12-04 19:56:52 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Embedding backward pass taking 1300x longer than forward pass | high priority module: cuda module: nn topic: performance triaged | ## 🐛 Bug
Taking a simple model with an nn.Embedding layer (`nn.Embedding(6000, 16)`) on the GPU, the forward pass takes ~32us while the backward pass takes ~42ms (42000us), which is over 1300 times slower.
I am aware there's a sparse backward version, but it's not compatible with the optimizers I want to use. Al... | 1.0 | Embedding backward pass taking 1300x longer than forward pass - ## 🐛 Bug
Taking a simple model with an nn.Embedding layer (`nn.Embedding(6000, 16)`) on the GPU, the forward pass takes ~32us while the backward pass takes ~42ms (42000us), which is over 1300 times slower.
I am aware there's a sparse backward versio... | priority | embedding backward pass taking longer than forward pass 🐛 bug taking a simple model with an nn embedding layer nn embedding on the gpu the forward pass takes while the backward pass takes which is over times slower i am aware there s a sparse backward version but it s not compati... | 1 |
50,555 | 13,540,109,856 | IssuesEvent | 2020-09-16 14:16:46 | cniweb/cniweb-demo | https://api.github.com/repos/cniweb/cniweb-demo | opened | CVE-2018-14721 (High) detected in jackson-databind-2.8.11.1.jar | security vulnerability | ## CVE-2018-14721 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.1.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core strea... | True | CVE-2018-14721 (High) detected in jackson-databind-2.8.11.1.jar - ## CVE-2018-14721 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.1.jar</b></p></summary>
<p>G... | non_priority | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file cniweb demo pom xml path ... | 0 |
620,073 | 19,548,038,395 | IssuesEvent | 2022-01-02 08:13:38 | bounswe/2021SpringGroup9 | https://api.github.com/repos/bounswe/2021SpringGroup9 | closed | [Frontend] Implement wiki data functionalities | enhancement status: completed priority: critical frontend postory | ### Task:
On the discovery page, users can filter the posts according to tags. Users should be able to choose to use either the exact tags that they enter or with additional relevant tags from wiki data when filtering.
Also, when user clicks on the tag that they have added they should be able to see the contents fro... | 1.0 | [Frontend] Implement wiki data functionalities - ### Task:
On the discovery page, users can filter the posts according to tags. Users should be able to choose to use either the exact tags that they enter or with additional relevant tags from wiki data when filtering.
Also, when user clicks on the tag that they have ... | priority | implement wiki data functionalities task on the discovery page users can filter the posts according to tags users should be able to choose to use either the exact tags that they enter or with additional relevant tags from wiki data when filtering also when user clicks on the tag that they have added the... | 1 |
90,880 | 26,203,347,670 | IssuesEvent | 2023-01-03 19:46:03 | broadinstitute/gatk | https://api.github.com/repos/broadinstitute/gatk | closed | Maven repo for nightly builds? | bug BuildSystem | Hello,
In the past there was a Maven repo where nightly builds were published. Does this exist anyone? I am pretty sure i used this in the past, but I cant find it today. I am specifically interested in a GATK build with this commit: https://github.com/broadinstitute/gatk/commit/564be5465bdd39c649b62fc0091ee80e72323... | 1.0 | Maven repo for nightly builds? - Hello,
In the past there was a Maven repo where nightly builds were published. Does this exist anyone? I am pretty sure i used this in the past, but I cant find it today. I am specifically interested in a GATK build with this commit: https://github.com/broadinstitute/gatk/commit/564b... | non_priority | maven repo for nightly builds hello in the past there was a maven repo where nightly builds were published does this exist anyone i am pretty sure i used this in the past but i cant find it today i am specifically interested in a gatk build with this commit thanks in advance | 0 |
788,549 | 27,756,383,676 | IssuesEvent | 2023-03-16 03:04:33 | chareenav/github-issues-template | https://api.github.com/repos/chareenav/github-issues-template | opened | Button not redirecting | bug Severity 3 Priority 3 | **Describe the bug**
Some of the buttons doesn't redirect to a page, but rather stay on the same page.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://chareenav.github.io/github-issues-template/index.html
2. Click on Tours
3. Scroll down to All Tours
4. Hover over Tours and select Tours Find... | 1.0 | Button not redirecting - **Describe the bug**
Some of the buttons doesn't redirect to a page, but rather stay on the same page.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://chareenav.github.io/github-issues-template/index.html
2. Click on Tours
3. Scroll down to All Tours
4. Hover over To... | priority | button not redirecting describe the bug some of the buttons doesn t redirect to a page but rather stay on the same page to reproduce steps to reproduce the behavior go to click on tours scroll down to all tours hover over tours and select tours finder see error expected beha... | 1 |
402,950 | 11,826,730,887 | IssuesEvent | 2020-03-21 19:22:29 | Arquisoft/viade_en2a | https://api.github.com/repos/Arquisoft/viade_en2a | closed | Retrieve friend info from the pod. | :bug: bug Priority: Critical |
event.preventDefault();
const profileDoc = await fetchDocument(webId);
const profile = profileDoc.getSubject(webId);
const friends = profile.getAllRefs(foaf.knows);
console.log(friends);//array with the webIds
friends.forEach(async (friend) => {
const friendProfile =await profile... | 1.0 | Retrieve friend info from the pod. -
event.preventDefault();
const profileDoc = await fetchDocument(webId);
const profile = profileDoc.getSubject(webId);
const friends = profile.getAllRefs(foaf.knows);
console.log(friends);//array with the webIds
friends.forEach(async (friend) => {
... | priority | retrieve friend info from the pod event preventdefault const profiledoc await fetchdocument webid const profile profiledoc getsubject webid const friends profile getallrefs foaf knows console log friends array with the webids friends foreach async friend ... | 1 |
98,301 | 16,370,946,025 | IssuesEvent | 2021-05-15 05:03:09 | istio/istio | https://api.github.com/repos/istio/istio | closed | segfault in CI: TestMutualTlsOrigination in SDS codepath | area/networking/envoy area/security lifecycle/stale | Test log: https://prow.istio.io/view/gs/istio-prow/logs/integ-k8s-116_istio_postsubmit/1351710519169388544
Crashes:
* https://storage.googleapis.com/istio-prow/logs/integ-k8s-116_istio_postsubmit/1351710519169388544/artifacts/security-sds-tls-origination-f2/_suite_context/istio-state-595615428/cluster-0/istio-eastw... | True | segfault in CI: TestMutualTlsOrigination in SDS codepath - Test log: https://prow.istio.io/view/gs/istio-prow/logs/integ-k8s-116_istio_postsubmit/1351710519169388544
Crashes:
* https://storage.googleapis.com/istio-prow/logs/integ-k8s-116_istio_postsubmit/1351710519169388544/artifacts/security-sds-tls-origination-f2... | non_priority | segfault in ci testmutualtlsorigination in sds codepath test log crashes marking a release blocker until proven otherwise ie not a regression or something that can be triggered | 0 |
228,986 | 7,570,092,786 | IssuesEvent | 2018-04-23 07:52:03 | geosolutions-it/MapStore2 | https://api.github.com/repos/geosolutions-it/MapStore2 | closed | Add featured maps plugin | MEV Priority: High enhancement pending review review | ### Description
Add a plugin to show Featured maps.
here [mockup](https://demo.geo-solutions.it/mockups/mapstore2/#/featured-maps).
### Other useful information (optional):
| 1.0 | Add featured maps plugin - ### Description
Add a plugin to show Featured maps.
here [mockup](https://demo.geo-solutions.it/mockups/mapstore2/#/featured-maps).
### Other useful information (optional):
| priority | add featured maps plugin description add a plugin to show featured maps here other useful information optional | 1 |
5,353 | 2,931,197,710 | IssuesEvent | 2015-06-29 10:46:15 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | error: open /openshift.local.config/master/admin.kubeconfig: permission denied | area/documentation kind/enhancement priority/P3 | In a fedora box even after chmoding admin.kubeconfig (chmod had worked before but not now - not sure why), I hit the error in the title when I am trying to login.
cc: @liggitt @danmcp @mnagy | 1.0 | error: open /openshift.local.config/master/admin.kubeconfig: permission denied - In a fedora box even after chmoding admin.kubeconfig (chmod had worked before but not now - not sure why), I hit the error in the title when I am trying to login.
cc: @liggitt @danmcp @mnagy | non_priority | error open openshift local config master admin kubeconfig permission denied in a fedora box even after chmoding admin kubeconfig chmod had worked before but not now not sure why i hit the error in the title when i am trying to login cc liggitt danmcp mnagy | 0 |
159,081 | 24,942,580,749 | IssuesEvent | 2022-10-31 20:18:23 | dotnet/roslyn | https://api.github.com/repos/dotnet/roslyn | closed | Discuss strategy for handling failures in IDE features | Area-IDE Concept-Continuous Improvement Need Design Review | There's been discussion about this internally, and it's come up more acutely in https://github.com/dotnet/roslyn/issues/23887#issuecomment-412441521. Let's discuss this example as well as the general guidance / philosophy at our design meeting. | 1.0 | Discuss strategy for handling failures in IDE features - There's been discussion about this internally, and it's come up more acutely in https://github.com/dotnet/roslyn/issues/23887#issuecomment-412441521. Let's discuss this example as well as the general guidance / philosophy at our design meeting. | non_priority | discuss strategy for handling failures in ide features there s been discussion about this internally and it s come up more acutely in let s discuss this example as well as the general guidance philosophy at our design meeting | 0 |
106,927 | 13,398,868,179 | IssuesEvent | 2020-09-03 13:44:42 | alan-turing-institute/AutisticaCitizenScience | https://api.github.com/repos/alan-turing-institute/AutisticaCitizenScience | closed | Fujitsu Wireframe design: Short detail submission | community design fujitsu help wanted priority-low question tech-skills-req user-story | ### As a Fujitsu developer
### I would like
A wireframe design and justification that showcases the Short detail submission component
### Because...
I would like show to the wider community a Fujitsu design concept for the platform
### Acceptance criteria
Axure updated with the final UI design for the... | 1.0 | Fujitsu Wireframe design: Short detail submission - ### As a Fujitsu developer
### I would like
A wireframe design and justification that showcases the Short detail submission component
### Because...
I would like show to the wider community a Fujitsu design concept for the platform
### Acceptance criter... | non_priority | fujitsu wireframe design short detail submission as a fujitsu developer i would like a wireframe design and justification that showcases the short detail submission component because i would like show to the wider community a fujitsu design concept for the platform acceptance criter... | 0 |
359,191 | 10,661,204,332 | IssuesEvent | 2019-10-18 11:47:44 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | mobile.twitter.com - design is broken | browser-focus-geckoview engine-gecko priority-critical | <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://mobile.twitter.com/compose/tweet
**Browser / Version**: Firefox Mobile 71.0
**Operating System**: Andr... | 1.0 | mobile.twitter.com - design is broken - <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://mobile.twitter.com/compose/tweet
**Browser / Version**: Firefo... | priority | mobile twitter com design is broken url browser version firefox mobile operating system android tested another browser yes problem type design is broken description send message and tweet this buttons not available steps to reproduce i tried to send a direct mes... | 1 |
14,356 | 9,098,705,689 | IssuesEvent | 2019-02-20 01:06:01 | OctopusDeploy/Issues | https://api.github.com/repos/OctopusDeploy/Issues | closed | Variable page (and various other pages) reloading when filtering | area/usability kind/bug | # Prerequisites
- [x] I have verified the problem exists in the latest version
- [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported
- [x] I have... | True | Variable page (and various other pages) reloading when filtering - # Prerequisites
- [x] I have verified the problem exists in the latest version
- [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3A... | non_priority | variable page and various other pages reloading when filtering prerequisites i have verified the problem exists in the latest version i have searched and issues to make sure it isn t already reported i have written a descriptive issue title i have linked the original source of this r... | 0 |
744,357 | 25,940,021,477 | IssuesEvent | 2022-12-16 17:25:33 | pietervdvn/MapComplete | https://api.github.com/repos/pietervdvn/MapComplete | closed | small layout issue | enhancement low-priority | POI details ([example](https://mapcomplete.osm.be/campersite?z=17&lat=51.52267&lon=-2.1007#node/4934147421)) have a lot of blank space when the resolution is very high:

(I can only make this happen... | 1.0 | small layout issue - POI details ([example](https://mapcomplete.osm.be/campersite?z=17&lat=51.52267&lon=-2.1007#node/4934147421)) have a lot of blank space when the resolution is very high:

(I can ... | priority | small layout issue poi details have a lot of blank space when the resolution is very high i can only make this happen if i zoom out on the page as i am on a low resolution screen | 1 |
673,113 | 22,948,203,625 | IssuesEvent | 2022-07-19 03:43:52 | googleapis/release-please | https://api.github.com/repos/googleapis/release-please | opened | Support for custom manifest config plugins | type: feature request priority: p3 | **Is your feature request related to a problem? Please describe.**
We use NX to manage our Workspace. The `node-workspace` plugin isn't resulting in the correct dep tree based on our set up. We have packages that depend on others, but its not resulting in that when using the `node-workspce` plugin.
**Describe the s... | 1.0 | Support for custom manifest config plugins - **Is your feature request related to a problem? Please describe.**
We use NX to manage our Workspace. The `node-workspace` plugin isn't resulting in the correct dep tree based on our set up. We have packages that depend on others, but its not resulting in that when using t... | priority | support for custom manifest config plugins is your feature request related to a problem please describe we use nx to manage our workspace the node workspace plugin isn t resulting in the correct dep tree based on our set up we have packages that depend on others but its not resulting in that when using t... | 1 |
488,469 | 14,077,996,306 | IssuesEvent | 2020-11-04 12:55:29 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | closed | Cannot merge 3 or more positions of a deeper level | Low priority bug | The issue might be fixed after #512 is implemented
**Steps:**
1. create a condition with 3 or more outcomes
2. split positions for a condition (p.1, p.2. p.3)
3. then split any position (as an example, p.3) for the same condition (result = p.31, p.32, p.33)
4. open Merge position page
5. select p.31, p.32, p.33 posi... | 1.0 | Cannot merge 3 or more positions of a deeper level - The issue might be fixed after #512 is implemented
**Steps:**
1. create a condition with 3 or more outcomes
2. split positions for a condition (p.1, p.2. p.3)
3. then split any position (as an example, p.3) for the same condition (result = p.31, p.32, p.33)
4. op... | priority | cannot merge or more positions of a deeper level the issue might be fixed after is implemented steps create a condition with or more outcomes split positions for a condition p p p then split any position as an example p for the same condition result p p p open me... | 1 |
786,166 | 27,637,082,902 | IssuesEvent | 2023-03-10 15:12:17 | rancher/fleet | https://api.github.com/repos/rancher/fleet | closed | clientSecretName not getting passed in fleet GitRepo UI unless the value is selected in the ui | [zube]: Release Candidates kind/bug priority/low | This issue exists for reproduction results before handoff to UI folks.
Child issue: https://github.com/rancher/dashboard/issues/2503
CC:@vCra | 1.0 | clientSecretName not getting passed in fleet GitRepo UI unless the value is selected in the ui - This issue exists for reproduction results before handoff to UI folks.
Child issue: https://github.com/rancher/dashboard/issues/2503
CC:@vCra | priority | clientsecretname not getting passed in fleet gitrepo ui unless the value is selected in the ui this issue exists for reproduction results before handoff to ui folks child issue cc vcra | 1 |
349,551 | 31,811,777,552 | IssuesEvent | 2023-09-13 17:21:18 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | logictest: missing 23.1.11 backport for TestLogic_zone_config_system_tenant fix | C-test-failure O-robot T-sql-queries branch-release-23.1.11-rc | pkg/sql/logictest/tests/local/local_test.TestLogic_zone_config_system_tenant [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SqlLogicTestHighVModuleNightlyBazel/11754215?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SqlLogicTestHi... | 1.0 | logictest: missing 23.1.11 backport for TestLogic_zone_config_system_tenant fix - pkg/sql/logictest/tests/local/local_test.TestLogic_zone_config_system_tenant [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_SqlLogicTestHighVModuleNightlyBazel/11754215?buildTab=log) with [artifacts](http... | non_priority | logictest missing backport for testlogic zone config system tenant fix pkg sql logictest tests local local test testlogic zone config system tenant with on release rc purge passes sec purges sec hugeifies sec dehugifies sec in full slabs ... | 0 |
59,097 | 3,102,919,109 | IssuesEvent | 2015-08-31 05:26:00 | PeaceGeeksSociety/Aid-Watch | https://api.github.com/repos/PeaceGeeksSociety/Aid-Watch | opened | Change Twitter label on home page (if possible) | High Priority | Twitter box on home and http://dev.awptheme.peacegeeks.org/ar#block-block-2 (Also Read more label) | 1.0 | Change Twitter label on home page (if possible) - Twitter box on home and http://dev.awptheme.peacegeeks.org/ar#block-block-2 (Also Read more label) | priority | change twitter label on home page if possible twitter box on home and also read more label | 1 |
437,146 | 12,561,231,597 | IssuesEvent | 2020-06-08 00:50:51 | KhalisFoundation/sttm-desktop | https://api.github.com/repos/KhalisFoundation/sttm-desktop | closed | Chromecast Not Working | PRIORITY bug |
Please select which platform you are using:-
Desktop Version
Feedback Type
Bug Reports
What went wrong?
Today I was not able to cast on Chromecast. Projection screen was just blank.
What should have happened instead?
How can the issue be recreated by our team?
I been using Sikhi to max for 6 months and neve... | 1.0 | Chromecast Not Working -
Please select which platform you are using:-
Desktop Version
Feedback Type
Bug Reports
What went wrong?
Today I was not able to cast on Chromecast. Projection screen was just blank.
What should have happened instead?
How can the issue be recreated by our team?
I been using Sikhi to ... | priority | chromecast not working please select which platform you are using desktop version feedback type bug reports what went wrong today i was not able to cast on chromecast projection screen was just blank what should have happened instead how can the issue be recreated by our team i been using sikhi to ... | 1 |
149,584 | 19,581,698,986 | IssuesEvent | 2022-01-04 22:21:09 | timf-deleteme/ng1 | https://api.github.com/repos/timf-deleteme/ng1 | opened | CVE-2021-3820 (High) detected in i-0.3.6.tgz | security vulnerability | ## CVE-2021-3820 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>i-0.3.6.tgz</b></p></summary>
<p>custom inflections for nodejs</p>
<p>Library home page: <a href="https://registry.npmj... | True | CVE-2021-3820 (High) detected in i-0.3.6.tgz - ## CVE-2021-3820 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>i-0.3.6.tgz</b></p></summary>
<p>custom inflections for nodejs</p>
<p>Li... | non_priority | cve high detected in i tgz cve high severity vulnerability vulnerable library i tgz custom inflections for nodejs library home page a href path to dependency file package json path to vulnerable library node modules i package json dependency hierarchy fore... | 0 |
275,296 | 23,904,626,879 | IssuesEvent | 2022-09-08 22:36:06 | ossf/scorecard-action | https://api.github.com/repos/ossf/scorecard-action | opened | Failing e2e tests - scorecard-head on ossf-tests/scorecard-action | e2e automated-tests | Matrix: {
"results_format": "default",
"publish_results": true,
"upload_result": false
}
Repo: https://github.com/ossf-tests/scorecard-action/tree/main
Run: https://github.com/ossf-tests/scorecard-action/actions/runs/3018702214
Workflow name: scorecard-head
Workflow file: https://github.com/ossf-tests/scorecard-a... | 1.0 | Failing e2e tests - scorecard-head on ossf-tests/scorecard-action - Matrix: {
"results_format": "default",
"publish_results": true,
"upload_result": false
}
Repo: https://github.com/ossf-tests/scorecard-action/tree/main
Run: https://github.com/ossf-tests/scorecard-action/actions/runs/3018702214
Workflow name: sco... | non_priority | failing tests scorecard head on ossf tests scorecard action matrix results format default publish results true upload result false repo run workflow name scorecard head workflow file trigger branch protection rule branch main | 0 |
150,790 | 5,790,979,715 | IssuesEvent | 2017-05-02 03:19:07 | linz/QGIS-AIMS-Plugin | https://api.github.com/repos/linz/QGIS-AIMS-Plugin | closed | Bulk Load of Address Ranges | effort/small help wanted priority/high | @imincik Can we please use some of @SPlanzer time to push through a bulk load of addresses to AIMS?
Can you please give me a time frame on when he would be available to do this work? | 1.0 | Bulk Load of Address Ranges - @imincik Can we please use some of @SPlanzer time to push through a bulk load of addresses to AIMS?
Can you please give me a time frame on when he would be available to do this work? | priority | bulk load of address ranges imincik can we please use some of splanzer time to push through a bulk load of addresses to aims can you please give me a time frame on when he would be available to do this work | 1 |
360,147 | 10,684,759,617 | IssuesEvent | 2019-10-22 11:13:22 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | olymptrade.com - see bug description | browser-firefox engine-gecko priority-normal | <!-- @browser: Firefox 71.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://olymptrade.com/platform
**Browser / Version**: Firefox 71.0
**Operating System**: Linux
**Tested Another Browser**: Yes
**Problem type**... | 1.0 | olymptrade.com - see bug description - <!-- @browser: Firefox 71.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:71.0) Gecko/20100101 Firefox/71.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://olymptrade.com/platform
**Browser / Version**: Firefox 71.0
**Operating System**: Linux
**Tested A... | priority | olymptrade com see bug description url browser version firefox operating system linux tested another browser yes problem type something else description charts on the trading site won t load steps to reproduce this is a binary options trading site today the chart... | 1 |
96,751 | 16,164,587,193 | IssuesEvent | 2021-05-01 08:17:07 | AlexRogalskiy/github-action-coverage-reporter | https://api.github.com/repos/AlexRogalskiy/github-action-coverage-reporter | opened | CVE-2020-7656 (Medium) detected in jquery-1.8.1.min.js | security vulnerability | ## CVE-2020-7656 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="htt... | True | CVE-2020-7656 (Medium) detected in jquery-1.8.1.min.js - ## CVE-2020-7656 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.8.1.min.js</b></p></summary>
<p>JavaScript library ... | non_priority | cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file github action coverage reporter node modules redeyed examples browser index htm... | 0 |
304,233 | 9,329,133,761 | IssuesEvent | 2019-03-28 01:00:25 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | C++: : Unable to create new client stream if server restarted | kind/question lang/c++ priority/P3 | <!--
This form is for bug reports and feature requests ONLY!
For general questions and troubleshooting, please ask/look for answers here:
- grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
- StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
Issues specific to ... | 1.0 | C++: : Unable to create new client stream if server restarted - <!--
This form is for bug reports and feature requests ONLY!
For general questions and troubleshooting, please ask/look for answers here:
- grpc.io mailing list: https://groups.google.com/forum/#!forum/grpc-io
- StackOverflow, with "grpc" tag: https:... | priority | c unable to create new client stream if server restarted this form is for bug reports and feature requests only for general questions and troubleshooting please ask look for answers here grpc io mailing list stackoverflow with grpc tag issues specific to grpc java grpc go grp... | 1 |
200,672 | 22,824,086,138 | IssuesEvent | 2022-07-12 06:56:24 | pustovitDmytro/ianus | https://api.github.com/repos/pustovitDmytro/ianus | opened | CVE-2020-7610 (High) detected in bson-1.0.9.tgz | security vulnerability | ## CVE-2020-7610 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bson-1.0.9.tgz</b></p></summary>
<p>A bson parser for node.js and the browser</p>
<p>Library home page: <a href="https:... | True | CVE-2020-7610 (High) detected in bson-1.0.9.tgz - ## CVE-2020-7610 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bson-1.0.9.tgz</b></p></summary>
<p>A bson parser for node.js and the... | non_priority | cve high detected in bson tgz cve high severity vulnerability vulnerable library bson tgz a bson parser for node js and the browser library home page a href path to dependency file package json path to vulnerable library node modules mongodb core node modules bson ... | 0 |
343,734 | 10,335,526,137 | IssuesEvent | 2019-09-03 10:48:06 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | mobile.twitter.com - site is not usable | browser-firefox-mobile engine-gecko priority-critical | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://mobile.twitter.com/login/error?username_or_email=mike%40systemsplanet.com&redirect_after_login=%2F
**Browser / Version**: Firefox Mobil... | 1.0 | mobile.twitter.com - site is not usable - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://mobile.twitter.com/login/error?username_or_email=mike%40systemsplanet.com&redirect_after_login... | priority | mobile twitter com site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description cookies are not being saved on twitter and other sites steps to reproduce i ve enabled all coo... | 1 |
24,607 | 2,669,446,592 | IssuesEvent | 2015-03-23 15:32:45 | Luigi1992/quick-study | https://api.github.com/repos/Luigi1992/quick-study | opened | If you tap on go back on ViewExam, it close the application. | bug max priority | This bug has occur after the last update. | 1.0 | If you tap on go back on ViewExam, it close the application. - This bug has occur after the last update. | priority | if you tap on go back on viewexam it close the application this bug has occur after the last update | 1 |
263,690 | 8,300,638,851 | IssuesEvent | 2018-09-21 08:46:24 | haydencrain/HealthClientApp | https://api.github.com/repos/haydencrain/HealthClientApp | opened | US213 - Choose Patient | priority: L size: 5 | As a Doctor I want to ask a patient to pair with me so that I can get the patient to select me as their doctor
**Acceptance Criteria**
1. Create a "suggest pairing" view, which will display a list of all patients
2. clicking on a patient should suggest the patient to pair with the doctor | 1.0 | US213 - Choose Patient - As a Doctor I want to ask a patient to pair with me so that I can get the patient to select me as their doctor
**Acceptance Criteria**
1. Create a "suggest pairing" view, which will display a list of all patients
2. clicking on a patient should suggest the patient to pair with the doctor | priority | choose patient as a doctor i want to ask a patient to pair with me so that i can get the patient to select me as their doctor acceptance criteria create a suggest pairing view which will display a list of all patients clicking on a patient should suggest the patient to pair with the doctor | 1 |
290,734 | 8,903,252,932 | IssuesEvent | 2019-01-17 10:00:02 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | Assign value to the datepickers inputs to match rendered value | C: DateInput C: DatePicker C: DateTimePicker Enhancement Kendo1 Priority 2 S: Wrappers (ASP.NET Core) S: Wrappers (ASP.NET MVC) SEV: Medium | ### Enhancement
Ticket ID: 1383071, 1381475
### Reproduction of the problem
- Code snippets provided below
- add a form with a DateInput, DatePicker and a DateTimePicker with a reset button
- bind them to a model that comes from the view
- press Reset
### Current behavior
***MVC - DateInput***
T... | 1.0 | Assign value to the datepickers inputs to match rendered value - ### Enhancement
Ticket ID: 1383071, 1381475
### Reproduction of the problem
- Code snippets provided below
- add a form with a DateInput, DatePicker and a DateTimePicker with a reset button
- bind them to a model that comes from the view
- ... | priority | assign value to the datepickers inputs to match rendered value enhancement ticket id reproduction of the problem code snippets provided below add a form with a dateinput datepicker and a datetimepicker with a reset button bind them to a model that comes from the view press reset ... | 1 |
310,099 | 9,485,775,478 | IssuesEvent | 2019-04-22 11:38:33 | FACK1/GBMQ | https://api.github.com/repos/FACK1/GBMQ | closed | Comparison | Front end Student T2h T4h priority-4 technical | Page component to display the student result as a comparison between the first and second quiz.
- [ ] Create page component.
- [ ] Send request to the server `GET: /comparison`.
- [ ] Handle server response, it should return score, percentage, and rank for each quiz (first and second quizzes).
- [ ] Displ... | 1.0 | Comparison - Page component to display the student result as a comparison between the first and second quiz.
- [ ] Create page component.
- [ ] Send request to the server `GET: /comparison`.
- [ ] Handle server response, it should return score, percentage, and rank for each quiz (first and second quizzes).
... | priority | comparison page component to display the student result as a comparison between the first and second quiz create page component send request to the server get comparison handle server response it should return score percentage and rank for each quiz first and second quizzes ... | 1 |
140,785 | 21,194,614,202 | IssuesEvent | 2022-04-08 22:00:59 | microsoft/azuredatastudio | https://api.github.com/repos/microsoft/azuredatastudio | closed | Changing column data type script fails because of mismatch on FK column(s) | Bug Triage: Done Area - Designer | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
<!-- 🧪 Test using the latest Insiders build to see if your issue has already been fixed: https://gith... | 1.0 | Changing column data type script fails because of mismatch on FK column(s) - <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🔎 Search existing issues to avoid creating duplicates. -->
<!-- 🧪 Test using the la... | non_priority | changing column data type script fails because of mismatch on fk column s azure data studio version version insider user setup commit date vs code electron chrome node js electron os windows nt steps to reprodu... | 0 |
125,886 | 10,368,115,842 | IssuesEvent | 2019-09-07 14:24:05 | magento/graphql-ce | https://api.github.com/repos/magento/graphql-ce | closed | [Test coverage] Use of addConfigurableProductsToCart with entities that do not exist | Progress: PR created good first issue test-coverage | ### Description:
Testcases should be introduced:
```
\Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest
- testAddNonExistentConfigurableProductParentToCart
- testAddNonExistentConfigurableProductVariationToCart
``` | 1.0 | [Test coverage] Use of addConfigurableProductsToCart with entities that do not exist - ### Description:
Testcases should be introduced:
```
\Magento\GraphQl\ConfigurableProduct\AddConfigurableProductToCartTest
- testAddNonExistentConfigurableProductParentToCart
- testAddNonExistentConfigurableProductVariationToCar... | non_priority | use of addconfigurableproductstocart with entities that do not exist description testcases should be introduced magento graphql configurableproduct addconfigurableproducttocarttest testaddnonexistentconfigurableproductparenttocart testaddnonexistentconfigurableproductvariationtocart | 0 |
495,040 | 14,271,157,071 | IssuesEvent | 2020-11-21 11:04:30 | googleapis/nodejs-functions | https://api.github.com/repos/googleapis/nodejs-functions | closed | Synthesis failed for nodejs-functions | :rotating_light: api: cloudfunctions autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate nodejs-functions. :broken_heart:
Here's the output from running `synth.py`:
```
tions@1.1.0 prepare /home/kbuilder/.cache/synthtool/nodejs-functions
> npm run compile-protos && npm run compile
> @google-cloud/functions@1.1.0 compile-protos /home/kbuilder/.cache/synthtool/nodejs-... | 1.0 | Synthesis failed for nodejs-functions - Hello! Autosynth couldn't regenerate nodejs-functions. :broken_heart:
Here's the output from running `synth.py`:
```
tions@1.1.0 prepare /home/kbuilder/.cache/synthtool/nodejs-functions
> npm run compile-protos && npm run compile
> @google-cloud/functions@1.1.0 compile-protos... | priority | synthesis failed for nodejs functions hello autosynth couldn t regenerate nodejs functions broken heart here s the output from running synth py tions prepare home kbuilder cache synthtool nodejs functions npm run compile protos npm run compile google cloud functions compile protos... | 1 |
559,070 | 16,549,370,471 | IssuesEvent | 2021-05-28 06:37:06 | ita-social-projects/TeachUA | https://api.github.com/repos/ita-social-projects/TeachUA | closed | [Header] Navigation tabs ('Гуртки', 'Челендж', 'Про нас', 'Послуги українською') are not aligned left on the top navigation bar | Priority: High bug | Environment: Windows 7, Service Pack 1, Google Chrome, 90.0.4430.212 (Розробка) (64-розрядна версія.
Reproducible: always.
Build found: the last commit
Preconditions
Open [https://speak-ukrainian.org.ua/dev](https://speak-ukrainian.org.ua/dev)
Steps to reproduce
1. Look at 'Header'
Actual result
Navigati... | 1.0 | [Header] Navigation tabs ('Гуртки', 'Челендж', 'Про нас', 'Послуги українською') are not aligned left on the top navigation bar - Environment: Windows 7, Service Pack 1, Google Chrome, 90.0.4430.212 (Розробка) (64-розрядна версія.
Reproducible: always.
Build found: the last commit
Preconditions
Open [https://spe... | priority | navigation tabs гуртки челендж про нас послуги українською are not aligned left on the top navigation bar environment windows service pack google chrome розробка розрядна версія reproducible always build found the last commit preconditions open steps to reproduce ... | 1 |
11,097 | 4,888,935,856 | IssuesEvent | 2016-11-18 08:20:19 | DGtal-team/DGtal | https://api.github.com/repos/DGtal-team/DGtal | closed | Dec test: testLinearStructure fails on linux (eigen 3.2) | Build | By testing to add Eigen in travis the testLinearStructure fails (with clang):
https://travis-ci.org/kerautret/DGtal/jobs/169803599
It is strange because it works fine on my mac...
| 1.0 | Dec test: testLinearStructure fails on linux (eigen 3.2) - By testing to add Eigen in travis the testLinearStructure fails (with clang):
https://travis-ci.org/kerautret/DGtal/jobs/169803599
It is strange because it works fine on my mac...
| non_priority | dec test testlinearstructure fails on linux eigen by testing to add eigen in travis the testlinearstructure fails with clang it is strange because it works fine on my mac | 0 |
412,620 | 12,053,269,350 | IssuesEvent | 2020-04-15 09:06:20 | TheOnlineJudge/ojudge | https://api.github.com/repos/TheOnlineJudge/ojudge | opened | Country names must be sorted | bug priority: medium | Country names should be alphabetically sorted in their combos, with this exception of 'None' which should be on the top of the list. Use sort proxy model here, but keeping in mind the 'None' exception. | 1.0 | Country names must be sorted - Country names should be alphabetically sorted in their combos, with this exception of 'None' which should be on the top of the list. Use sort proxy model here, but keeping in mind the 'None' exception. | priority | country names must be sorted country names should be alphabetically sorted in their combos with this exception of none which should be on the top of the list use sort proxy model here but keeping in mind the none exception | 1 |
123,308 | 17,772,206,101 | IssuesEvent | 2021-08-30 14:51:13 | kapseliboi/plywood | https://api.github.com/repos/kapseliboi/plywood | opened | WS-2019-0331 (Medium) detected in handlebars-4.1.0.tgz | security vulnerability | ## WS-2019-0331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates ... | True | WS-2019-0331 (Medium) detected in handlebars-4.1.0.tgz - ## WS-2019-0331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides... | non_priority | ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file plywood p... | 0 |
79,364 | 3,535,060,869 | IssuesEvent | 2016-01-16 06:41:54 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | reopened | In 1000 node clusters some nodes fail to register/become running | area/performance priority/P0 team/control-plane team/node | http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-enormous-cluster/7/consoleFull
This is a blocker for a 1000-node effort.
cc @kubernetes/goog-control-plane @kubernetes/goog-node @brendandburns @davidopp @wojtek-t @fgrzadkowski | 1.0 | In 1000 node clusters some nodes fail to register/become running - http://kubekins.dls.corp.google.com/job/kubernetes-e2e-gce-enormous-cluster/7/consoleFull
This is a blocker for a 1000-node effort.
cc @kubernetes/goog-control-plane @kubernetes/goog-node @brendandburns @davidopp @wojtek-t @fgrzadkowski | priority | in node clusters some nodes fail to register become running this is a blocker for a node effort cc kubernetes goog control plane kubernetes goog node brendandburns davidopp wojtek t fgrzadkowski | 1 |
174,656 | 27,704,680,189 | IssuesEvent | 2023-03-14 10:24:24 | OpenEnergyPlatform/oeplatform | https://api.github.com/repos/OpenEnergyPlatform/oeplatform | opened | New Title and text for Tutorials tile on main page | enhancement design/layout SIROP | As we reworked the tutorial section, I suggest changing the title and text of the tile attached below.
Suggested Title: _Trainings & Tutorials_
Suggested text: _Our training and tutorial section provides whole training courses as well as dedicated tutorials covering important topics around the Open Energy Family (O... | 1.0 | New Title and text for Tutorials tile on main page - As we reworked the tutorial section, I suggest changing the title and text of the tile attached below.
Suggested Title: _Trainings & Tutorials_
Suggested text: _Our training and tutorial section provides whole training courses as well as dedicated tutorials cover... | non_priority | new title and text for tutorials tile on main page as we reworked the tutorial section i suggest changing the title and text of the tile attached below suggested title trainings tutorials suggested text our training and tutorial section provides whole training courses as well as dedicated tutorials cover... | 0 |
594,612 | 18,049,306,995 | IssuesEvent | 2021-09-19 13:10:20 | black7375/Firefox-UI-Fix | https://api.github.com/repos/black7375/Firefox-UI-Fix | closed | Weird behavior of reduce/maximise/quit buttons | Issue::Bug Env::Windows Class::Color Priority::High Difficult::Unknown Class::SideEffect | **Describe the bug**
Sometimes, reduce/maximise/quit buttons move to the left. This bug appears randomly.
When I move my mouse over the buttons, they instantly go back to the right place as shown in the gif below.
**Expected behavior**
Buttons should stay on the right
**Screenshots**
<!-- If applicable, add... | 1.0 | Weird behavior of reduce/maximise/quit buttons - **Describe the bug**
Sometimes, reduce/maximise/quit buttons move to the left. This bug appears randomly.
When I move my mouse over the buttons, they instantly go back to the right place as shown in the gif below.
**Expected behavior**
Buttons should stay on the ... | priority | weird behavior of reduce maximise quit buttons describe the bug sometimes reduce maximise quit buttons move to the left this bug appears randomly when i move my mouse over the buttons they instantly go back to the right place as shown in the gif below expected behavior buttons should stay on the ... | 1 |
338,958 | 10,239,826,921 | IssuesEvent | 2019-08-19 19:13:55 | mozilla/extension-workshop | https://api.github.com/repos/mozilla/extension-workshop | closed | Wrong link for the telegram and irc channel in connect section | enhancement priority: p3 | Telegram channel should be t.me/addonschat and it would also great to connect irc to some webclient for irc with #addons channel For example https://kiwiirc.com/client/irc.mozilla.org:6697/addons
| 1.0 | Wrong link for the telegram and irc channel in connect section - Telegram channel should be t.me/addonschat and it would also great to connect irc to some webclient for irc with #addons channel For example https://kiwiirc.com/client/irc.mozilla.org:6697/addons
| priority | wrong link for the telegram and irc channel in connect section telegram channel should be t me addonschat and it would also great to connect irc to some webclient for irc with addons channel for example | 1 |
62,630 | 6,802,224,985 | IssuesEvent | 2017-11-02 19:25:24 | thomasfl/filewatcher | https://api.github.com/repos/thomasfl/filewatcher | closed | Speed up tests | tests | * [x] Optional builds on macOS and JRuby (too long)
* [x] Maybe smart `sleep` pauses for faster local running | 1.0 | Speed up tests - * [x] Optional builds on macOS and JRuby (too long)
* [x] Maybe smart `sleep` pauses for faster local running | non_priority | speed up tests optional builds on macos and jruby too long maybe smart sleep pauses for faster local running | 0 |
256,810 | 8,129,259,949 | IssuesEvent | 2018-08-17 14:33:23 | fxi/map-x-mgl | https://api.github.com/repos/fxi/map-x-mgl | opened | Source layer info are not updated until the project is re-loaded when a view is deleted. | Priority 2 bug | When trying to delete a source layer that is used in a view:
1) Initially, the "Manage source layer" window reports a message saying that it can't be deleted because a view depends on it.
2) After the view is deleted the message is the same and the source layer can't be deleted.
3) When the project is re-loaded, ... | 1.0 | Source layer info are not updated until the project is re-loaded when a view is deleted. - When trying to delete a source layer that is used in a view:
1) Initially, the "Manage source layer" window reports a message saying that it can't be deleted because a view depends on it.
2) After the view is deleted the mess... | priority | source layer info are not updated until the project is re loaded when a view is deleted when trying to delete a source layer that is used in a view initially the manage source layer window reports a message saying that it can t be deleted because a view depends on it after the view is deleted the mess... | 1 |
327,660 | 9,978,604,106 | IssuesEvent | 2019-07-09 20:19:52 | linux-audit/audit-kernel | https://api.github.com/repos/linux-audit/audit-kernel | closed | BUG: make signal info available regardless of syscall auditing | bug priority/medium | Since signals can be delivered to the audit daemon and the daemon can send a request for its signaller's info without syscall auditing being configured or active, make that information available and accurate. audit_signal_info() will need to be split into non-syscall and syscall parts. | 1.0 | BUG: make signal info available regardless of syscall auditing - Since signals can be delivered to the audit daemon and the daemon can send a request for its signaller's info without syscall auditing being configured or active, make that information available and accurate. audit_signal_info() will need to be split int... | priority | bug make signal info available regardless of syscall auditing since signals can be delivered to the audit daemon and the daemon can send a request for its signaller s info without syscall auditing being configured or active make that information available and accurate audit signal info will need to be split int... | 1 |
233,373 | 17,861,950,184 | IssuesEvent | 2021-09-06 02:53:26 | applibgroup/HarmonyOS-Knowledgebase | https://api.github.com/repos/applibgroup/HarmonyOS-Knowledgebase | closed | Can any one help me with proxy server set up in setting Dev Eco Environment? | documentation Query | ### Describe the query
Can anyone help me with the proxy server set up in setting Dev Eco Environment?
### Create the query with harmonyos tag in stackoverflow and share the link here:
https://stackoverflow.com/questions/69065556/can-anyone-help-me-with-proxy-server-set-up-in-setting-dev-eco-environment
###... | 1.0 | Can any one help me with proxy server set up in setting Dev Eco Environment? - ### Describe the query
Can anyone help me with the proxy server set up in setting Dev Eco Environment?
### Create the query with harmonyos tag in stackoverflow and share the link here:
https://stackoverflow.com/questions/69065556/can-an... | non_priority | can any one help me with proxy server set up in setting dev eco environment describe the query can anyone help me with the proxy server set up in setting dev eco environment create the query with harmonyos tag in stackoverflow and share the link here additional information developer pl... | 0 |
211,611 | 7,202,911,787 | IssuesEvent | 2018-02-06 06:54:46 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | developer vagrant box networking problem | component/composition kind/question lifecycle/stale priority/P2 | I am using this docker file and doing `oc import docker-compose`, when the pods come up, wordpress pod is not able to talk to centos based maraidb pod, but if I exec into the mariadb pod and create connection to outside world, then try again connecting to mariadb from wordpress container it works.
This happens only on... | 1.0 | developer vagrant box networking problem - I am using this docker file and doing `oc import docker-compose`, when the pods come up, wordpress pod is not able to talk to centos based maraidb pod, but if I exec into the mariadb pod and create connection to outside world, then try again connecting to mariadb from wordpres... | priority | developer vagrant box networking problem i am using this docker file and doing oc import docker compose when the pods come up wordpress pod is not able to talk to centos based maraidb pod but if i exec into the mariadb pod and create connection to outside world then try again connecting to mariadb from wordpres... | 1 |
42,344 | 6,974,573,855 | IssuesEvent | 2017-12-12 01:32:24 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Self-discovery documentation in Build -? | area-Infrastructure documentation up-for-grabs | Add documentation to the build command when using the argument `-?` on how to interact with the repo and not only providing information about the command per se.
| 1.0 | Self-discovery documentation in Build -? - Add documentation to the build command when using the argument `-?` on how to interact with the repo and not only providing information about the command per se.
| non_priority | self discovery documentation in build add documentation to the build command when using the argument on how to interact with the repo and not only providing information about the command per se | 0 |
1,533 | 3,039,975,411 | IssuesEvent | 2015-08-07 12:53:07 | pegjs/pegjs | https://api.github.com/repos/pegjs/pegjs | closed | report-left-recursion.js performance is suboptimal | Performance | `report-left-recursion.js` currently takes around 40 seconds to check my grammar. This time can easily be halved by always using the same `appliedRules` array instead of creating new ones all the time:
rule:
function(node, appliedRules) {
- check(node.expression, appliedRules.concat(... | True | report-left-recursion.js performance is suboptimal - `report-left-recursion.js` currently takes around 40 seconds to check my grammar. This time can easily be halved by always using the same `appliedRules` array instead of creating new ones all the time:
rule:
function(node, appliedRules) {
... | non_priority | report left recursion js performance is suboptimal report left recursion js currently takes around seconds to check my grammar this time can easily be halved by always using the same appliedrules array instead of creating new ones all the time rule function node appliedrules ... | 0 |
730,041 | 25,156,729,385 | IssuesEvent | 2022-11-10 14:05:24 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | All Solana transactions showing token contract address error | bug priority/P1 QA/Yes release-notes/exclude regression feature/web3/wallet OS/Desktop front-end-change feature/web3/wallet/solana | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV... | 1.0 | All Solana transactions showing token contract address error - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE... | priority | all solana transactions showing token contract address error have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue... | 1 |
250,862 | 27,114,375,920 | IssuesEvent | 2023-02-15 17:26:27 | samq-democorp/easybuggy | https://api.github.com/repos/samq-democorp/easybuggy | opened | derby-10.8.3.0.jar: 2 vulnerabilities (highest severity is: 9.1) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>derby-10.8.3.0.jar</b></p></summary>
<p>Contains the core Apache Derby database engine, which also includes the embedded JDBC driver.</p>
<p>Path to dependency file: ... | True | derby-10.8.3.0.jar: 2 vulnerabilities (highest severity is: 9.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>derby-10.8.3.0.jar</b></p></summary>
<p>Contains the core Apache Derby database engine, which also ... | non_priority | derby jar vulnerabilities highest severity is vulnerable library derby jar contains the core apache derby database engine which also includes the embedded jdbc driver path to dependency file pom xml path to vulnerable library home wss scanner repository org apache de... | 0 |
52,619 | 7,777,222,104 | IssuesEvent | 2018-06-05 10:27:52 | nanoframework/Home | https://api.github.com/repos/nanoframework/Home | closed | create Gist with cmake-variants.json templates | Area: Infrastructure-and-Organization Status: DONE documentation | From nf-interpreter created by [josesimoes](https://github.com/josesimoes) : nanoframework/nf-interpreter#399
This is for the various reference targets.
Add links and descriptions to these in the documentation. | 1.0 | create Gist with cmake-variants.json templates - From nf-interpreter created by [josesimoes](https://github.com/josesimoes) : nanoframework/nf-interpreter#399
This is for the various reference targets.
Add links and descriptions to these in the documentation. | non_priority | create gist with cmake variants json templates from nf interpreter created by nanoframework nf interpreter this is for the various reference targets add links and descriptions to these in the documentation | 0 |
636,174 | 20,594,373,101 | IssuesEvent | 2022-03-05 08:41:29 | 123kevyd/recipeasy | https://api.github.com/repos/123kevyd/recipeasy | closed | Create ratings model | Back End Medium Priority Dev Task | Description:
Create the ratings model so that the schema is created in the database | 1.0 | Create ratings model - Description:
Create the ratings model so that the schema is created in the database | priority | create ratings model description create the ratings model so that the schema is created in the database | 1 |
351,943 | 10,525,703,618 | IssuesEvent | 2019-09-30 15:33:42 | forceworkbench/forceworkbench | https://api.github.com/repos/forceworkbench/forceworkbench | closed | Add setting for opening SFDC UI links in new tab, same tab, etc | Priority-Medium Scheduled-Backlog enhancement imported | _Original author: ryan.bra...@gmail.com (September 09, 2011 06:36:28)_
Currently, this is hardcoded to "sfdcUi" but add an option for "_blank", "_top", and "sfdcUi".
_Original issue: http://code.google.com/p/forceworkbench/issues/detail?id=533_
| 1.0 | Add setting for opening SFDC UI links in new tab, same tab, etc - _Original author: ryan.bra...@gmail.com (September 09, 2011 06:36:28)_
Currently, this is hardcoded to "sfdcUi" but add an option for "_blank", "_top", and "sfdcUi".
_Original issue: http://code.google.com/p/for... | priority | add setting for opening sfdc ui links in new tab same tab etc original author ryan bra gmail com september currently this is hardcoded to quot sfdcui quot but add an option for quot blank quot quot top quot and quot sfdcui quot original issue | 1 |
787,279 | 27,712,634,368 | IssuesEvent | 2023-03-14 15:06:31 | status-im/status-desktop | https://api.github.com/repos/status-im/status-desktop | closed | [Community Mint Collectibles] Create list of tokens / collectibles page | ui Communities priority F2: important S:1 | ### Description
[Epic](https://github.com/status-im/status-desktop/issues/8694)
Implement `list of tokens/collectibles` page design with **mocked data**. For MVP only collectibles.
[List of tokens/collectibles page design](https://www.figma.com/file/17fc13UBFvInrLgNUKJJg5/Kuba%E2%8E%9CDesktop?node-id=2934%3A4791... | 1.0 | [Community Mint Collectibles] Create list of tokens / collectibles page - ### Description
[Epic](https://github.com/status-im/status-desktop/issues/8694)
Implement `list of tokens/collectibles` page design with **mocked data**. For MVP only collectibles.
[List of tokens/collectibles page design](https://www.figm... | priority | create list of tokens collectibles page description implement list of tokens collectibles page design with mocked data for mvp only collectibles note use same qml structure than used in permissions for navigation between views for code consistency | 1 |
309,221 | 9,463,092,454 | IssuesEvent | 2019-04-17 16:54:03 | kubernetes/kubeadm | https://api.github.com/repos/kubernetes/kubeadm | closed | coredns crashes with api timeout | priority/awaiting-more-evidence | Coredns crashes with the API time out and restarts frequently
Logs of coredns:
E0322 10:27:47.898277 1 reflector.go:205] github.com/coredns/coredns/plugin/kubernetes/controller.go:355: Failed to list *v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&resourceVersion=0: dial tcp 10.96.0.1:4... | 1.0 | coredns crashes with api timeout - Coredns crashes with the API time out and restarts frequently
Logs of coredns:
E0322 10:27:47.898277 1 reflector.go:205] github.com/coredns/coredns/plugin/kubernetes/controller.go:355: Failed to list *v1.Namespace: Get https://10.96.0.1:443/api/v1/namespaces?limit=500&reso... | priority | coredns crashes with api timeout coredns crashes with the api time out and restarts frequently logs of coredns reflector go github com coredns coredns plugin kubernetes controller go failed to list namespace get dial tcp i o timeout reflector go gi... | 1 |
824,808 | 31,224,497,160 | IssuesEvent | 2023-08-19 00:27:12 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Add disconnect button to favicon/title | priority/P2 QA/No release-notes/exclude OS/Desktop browser-ai | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV... | 1.0 | Add disconnect button to favicon/title - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY... | priority | add disconnect button to favicon title have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only... | 1 |
7,955 | 7,160,837,455 | IssuesEvent | 2018-01-28 06:27:56 | servo/servo | https://api.github.com/repos/servo/servo | closed | mutation_test.sh fails due to a missing file or directory | A-infrastructure | ```
RUSTFLAGS= bash ./etc/ci/mutation_test.sh
in dir /home/servo/buildbot/slave/linux-rel-nogate/build (timeout 1200 secs)
watching logfiles {}
argv: ['RUSTFLAGS=', 'bash', './etc/ci/mutation_test.sh']
environment:
BUILD_MACHINE=<buildbot.process.properties.Property instance at 0x7f7207b10dd0>
CARGO_HOME... | 1.0 | mutation_test.sh fails due to a missing file or directory - ```
RUSTFLAGS= bash ./etc/ci/mutation_test.sh
in dir /home/servo/buildbot/slave/linux-rel-nogate/build (timeout 1200 secs)
watching logfiles {}
argv: ['RUSTFLAGS=', 'bash', './etc/ci/mutation_test.sh']
environment:
BUILD_MACHINE=<buildbot.process.p... | non_priority | mutation test sh fails due to a missing file or directory rustflags bash etc ci mutation test sh in dir home servo buildbot slave linux rel nogate build timeout secs watching logfiles argv environment build machine cargo home home servo cargo cargo incremental ccache usr... | 0 |
143,599 | 5,520,674,384 | IssuesEvent | 2017-03-19 08:12:33 | outbrain/Leonardo | https://api.github.com/repos/outbrain/Leonardo | closed | RESTify Leonardo VIA URL | enhancement low priority | encode Leonardo state (enable/disable and the selected scenario) in the URL so you can share a link with specific use case configuration.
What do you say ?
| 1.0 | RESTify Leonardo VIA URL - encode Leonardo state (enable/disable and the selected scenario) in the URL so you can share a link with specific use case configuration.
What do you say ?
| priority | restify leonardo via url encode leonardo state enable disable and the selected scenario in the url so you can share a link with specific use case configuration what do you say | 1 |
33,023 | 4,803,454,699 | IssuesEvent | 2016-11-02 10:11:01 | Sententiaregum/Sententiaregum | https://api.github.com/repos/Sententiaregum/Sententiaregum | reopened | make behat scenarios more granular | Backend Legacy Low priority Support/Maintenance Testing | ### Description
In order to do "real" BDD, we should try to step away from a technical language in behat to a specification language which describes workflows of how to receive data (the ReactJS frontend is basically just a UI for those workflows defined as API).
To achieve that, some last steps are necessary to achi... | 1.0 | make behat scenarios more granular - ### Description
In order to do "real" BDD, we should try to step away from a technical language in behat to a specification language which describes workflows of how to receive data (the ReactJS frontend is basically just a UI for those workflows defined as API).
To achieve that, ... | non_priority | make behat scenarios more granular description in order to do real bdd we should try to step away from a technical language in behat to a specification language which describes workflows of how to receive data the reactjs frontend is basically just a ui for those workflows defined as api to achieve that ... | 0 |
31,998 | 6,676,596,247 | IssuesEvent | 2017-10-05 06:46:56 | proarc/proarc | https://api.github.com/repos/proarc/proarc | closed | Povinnost vyplnění - příloha periodika | auto-migrated Priority-Low Type-Defect | ```
1. qualifier - ve specifikaci R, v ProArcu O
2. physical description - authority - ve specifikaci R, v ProArcu M
3. abstract - ve specifikaci RA, v ProArcu R
4. subject - name chybí
5. V poli identifier přidat pole pro identifikátory urnnbn, ccnb, isbn, isnm,
issn. Z prázdného formuláře není zřejmé, že vedle uuid ... | 1.0 | Povinnost vyplnění - příloha periodika - ```
1. qualifier - ve specifikaci R, v ProArcu O
2. physical description - authority - ve specifikaci R, v ProArcu M
3. abstract - ve specifikaci RA, v ProArcu R
4. subject - name chybí
5. V poli identifier přidat pole pro identifikátory urnnbn, ccnb, isbn, isnm,
issn. Z prázdn... | non_priority | povinnost vyplnění příloha periodika qualifier ve specifikaci r v proarcu o physical description authority ve specifikaci r v proarcu m abstract ve specifikaci ra v proarcu r subject name chybí v poli identifier přidat pole pro identifikátory urnnbn ccnb isbn isnm issn z prázdn... | 0 |
207,660 | 23,470,497,181 | IssuesEvent | 2022-08-16 21:15:22 | KaterinaOrg/strider-handson | https://api.github.com/repos/KaterinaOrg/strider-handson | opened | strider-python-0.2.1.tgz: 2 vulnerabilities (highest severity is: 7.8) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>strider-python-0.2.1.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /apps/strider/package.json</p>
<p>Path to vulnerable library: /apps/strider/node_module... | True | strider-python-0.2.1.tgz: 2 vulnerabilities (highest severity is: 7.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>strider-python-0.2.1.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /apps/strider/... | non_priority | strider python tgz vulnerabilities highest severity is vulnerable library strider python tgz path to dependency file apps strider package json path to vulnerable library apps strider node modules gumshoe node modules minimatch package json found in head commit a href... | 0 |
393,743 | 11,624,163,564 | IssuesEvent | 2020-02-27 10:16:21 | jens-maus/RaspberryMatic | https://api.github.com/repos/jens-maus/RaspberryMatic | closed | WebUI [Feature Request]: Inaktive/unbedienbare Programme ausgrauen/ghosten –> bessere Übersicht | :bulb: enhancement :label: WebUI :low_brightness: low priority :pray: help wanted :seedling: minor | Je mehr Programme man hat, je mehr Programme an denen man noch am „basteln“ ist, desto unübersichtlicher wird die Programmliste.
Eine kleine Verbesserung wäre es, wenn inaktive und/oder nicht bedienbare Programme in der Liste deutlich „ausgegraut“ (aber noch lesbar) dargestellt würden, so wie im nachstehenden Screen... | 1.0 | WebUI [Feature Request]: Inaktive/unbedienbare Programme ausgrauen/ghosten –> bessere Übersicht - Je mehr Programme man hat, je mehr Programme an denen man noch am „basteln“ ist, desto unübersichtlicher wird die Programmliste.
Eine kleine Verbesserung wäre es, wenn inaktive und/oder nicht bedienbare Programme in der... | priority | webui inaktive unbedienbare programme ausgrauen ghosten – bessere übersicht je mehr programme man hat je mehr programme an denen man noch am „basteln“ ist desto unübersichtlicher wird die programmliste eine kleine verbesserung wäre es wenn inaktive und oder nicht bedienbare programme in der liste deutlich ... | 1 |
310,327 | 9,488,705,601 | IssuesEvent | 2019-04-22 20:18:43 | DlfinBroom/ChatBot | https://api.github.com/repos/DlfinBroom/ChatBot | closed | Create ChatBot Database script page | Create Database Priority: High | add a script page that creates the ChatBotDB
the scripts needs to include
- creating the db itself
- deleting the db is already exists | 1.0 | Create ChatBot Database script page - add a script page that creates the ChatBotDB
the scripts needs to include
- creating the db itself
- deleting the db is already exists | priority | create chatbot database script page add a script page that creates the chatbotdb the scripts needs to include creating the db itself deleting the db is already exists | 1 |
42,168 | 10,861,091,781 | IssuesEvent | 2019-11-14 10:22:48 | MarcusWolschon/osmeditor4android | https://api.github.com/repos/MarcusWolschon/osmeditor4android | closed | Tag filters do not work | Critical Priority Defect | ## Vespucci Version
14.0.6
## Download source
f-droid
## Device (Manufacturer and Model)
Samsung Galaxy S7
## Android version
8.0.0
## Behaviour/Symptoms
Tag filters do not work. It seems objects in relation appear only if relation are displayed.
## Expected Behaviour
## How to recreate
I thin... | 1.0 | Tag filters do not work - ## Vespucci Version
14.0.6
## Download source
f-droid
## Device (Manufacturer and Model)
Samsung Galaxy S7
## Android version
8.0.0
## Behaviour/Symptoms
Tag filters do not work. It seems objects in relation appear only if relation are displayed.
## Expected Behaviour
... | non_priority | tag filters do not work vespucci version download source f droid device manufacturer and model samsung galaxy android version behaviour symptoms tag filters do not work it seems objects in relation appear only if relation are displayed expected behaviour ... | 0 |
385,911 | 11,427,757,170 | IssuesEvent | 2020-02-04 01:56:25 | lbryio/lbry-sdk | https://api.github.com/repos/lbryio/lbry-sdk | closed | Can't load / timeouts while syncing transactions with large wallets | area: wallet priority: medium type: bug | Was trying to sync a larger creator's wallet and ran into issues with sync either just stopping or timing out like below. This wallet had over 7K claims, and then was run through an update process on YouTube sync (fund command to split up utxos, all claims updated). Need to understand which part is causing the issues.
... | 1.0 | Can't load / timeouts while syncing transactions with large wallets - Was trying to sync a larger creator's wallet and ran into issues with sync either just stopping or timing out like below. This wallet had over 7K claims, and then was run through an update process on YouTube sync (fund command to split up utxos, all ... | priority | can t load timeouts while syncing transactions with large wallets was trying to sync a larger creator s wallet and ran into issues with sync either just stopping or timing out like below this wallet had over claims and then was run through an update process on youtube sync fund command to split up utxos all c... | 1 |
171,358 | 14,288,482,153 | IssuesEvent | 2020-11-23 17:45:58 | SAP/ui5-webcomponents-react | https://api.github.com/repos/SAP/ui5-webcomponents-react | opened | How can I style my Web Components? page has a Link which gives 404 | documentation | **Describe the documentation issue**
- [ ] Documentation is incorrect
**Description of the issue**
https://sap.github.io/ui5-webcomponents-react/?path=/docs/style-web-components--page
The above page has a link which does not work
A full list of all supported CSS Variables can be found **here**
link points ... | 1.0 | How can I style my Web Components? page has a Link which gives 404 - **Describe the documentation issue**
- [ ] Documentation is incorrect
**Description of the issue**
https://sap.github.io/ui5-webcomponents-react/?path=/docs/style-web-components--page
The above page has a link which does not work
A full list ... | non_priority | how can i style my web components page has a link which gives describe the documentation issue documentation is incorrect description of the issue the above page has a link which does not work a full list of all supported css variables can be found here link points to | 0 |
339,488 | 10,255,322,322 | IssuesEvent | 2019-08-21 15:12:19 | CLOSER-Cohorts/archivist | https://api.github.com/repos/CLOSER-Cohorts/archivist | closed | Export does not show Download latest for all instruments | Angular Exporter Medium priority bug | I added us4 from USoc XML importer in January. In the Actions in the export page it still shows Export (which doesn't do anything) rather that Download latest. I made a small update to the instrument on 16th Feb, to see if this would trigger the export of this, but Download latest is still not available. | 1.0 | Export does not show Download latest for all instruments - I added us4 from USoc XML importer in January. In the Actions in the export page it still shows Export (which doesn't do anything) rather that Download latest. I made a small update to the instrument on 16th Feb, to see if this would trigger the export of this,... | priority | export does not show download latest for all instruments i added from usoc xml importer in january in the actions in the export page it still shows export which doesn t do anything rather that download latest i made a small update to the instrument on feb to see if this would trigger the export of this but ... | 1 |
59,074 | 11,943,127,449 | IssuesEvent | 2020-04-02 22:27:29 | home-assistant/brands | https://api.github.com/repos/home-assistant/brands | closed | NMBS is missing brand images | has-codeowner |
## The problem
The NMBS integration has missing brand images.
We recently started this Brands repository, to create a centralized storage of all brand-related images. These images are used on our website and the Home Assistant frontend.
The following images are missing and would ideally be added:
- `src/nmbs/ico... | 1.0 | NMBS is missing brand images -
## The problem
The NMBS integration has missing brand images.
We recently started this Brands repository, to create a centralized storage of all brand-related images. These images are used on our website and the Home Assistant frontend.
The following images are missing and would ide... | non_priority | nmbs is missing brand images the problem the nmbs integration has missing brand images we recently started this brands repository to create a centralized storage of all brand related images these images are used on our website and the home assistant frontend the following images are missing and would ide... | 0 |
47,412 | 7,325,424,198 | IssuesEvent | 2018-03-03 08:43:11 | seagull-js/seagull-cli | https://api.github.com/repos/seagull-js/seagull-cli | closed | add seagull config in package.json | Needs Documentation enhancement | For future config it is necessary to provide minimal config information. We decided that the package.json shall be used to store those information. Therefore, we need to decide for the key words. | 1.0 | add seagull config in package.json - For future config it is necessary to provide minimal config information. We decided that the package.json shall be used to store those information. Therefore, we need to decide for the key words. | non_priority | add seagull config in package json for future config it is necessary to provide minimal config information we decided that the package json shall be used to store those information therefore we need to decide for the key words | 0 |
45,550 | 2,934,983,301 | IssuesEvent | 2015-06-30 12:09:58 | OmniLayer/spec | https://api.github.com/repos/OmniLayer/spec | closed | Crowdsale creation and close impact on txs within a block | bug complexity:low priority:medium | Does creating or closing a crowdsale affect a) all transactions within the same block, b) the transactions after the crowdsale transaction but within the same block or c) only those transactions in the next block and later?
Say for example:
```
1. Block 0, tx: 77: send from A to S => simple send
2. Block 2, tx:... | 1.0 | Crowdsale creation and close impact on txs within a block - Does creating or closing a crowdsale affect a) all transactions within the same block, b) the transactions after the crowdsale transaction but within the same block or c) only those transactions in the next block and later?
Say for example:
```
1. Block... | priority | crowdsale creation and close impact on txs within a block does creating or closing a crowdsale affect a all transactions within the same block b the transactions after the crowdsale transaction but within the same block or c only those transactions in the next block and later say for example block... | 1 |
146,036 | 11,724,115,955 | IssuesEvent | 2020-03-10 10:21:19 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: copy/bank/rows=10000000,nodes=9,txn=false failed | C-test-failure O-roachtest O-robot branch-master release-blocker | [(roachtest).copy/bank/rows=10000000,nodes=9,txn=false failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1777546&tab=buildLog) on [master@860c137d602b8420a24be23e097c7fbe1a0a3547](https://github.com/cockroachdb/cockroach/commits/860c137d602b8420a24be23e097c7fbe1a0a3547):
```
The test failed on branch=maste... | 2.0 | roachtest: copy/bank/rows=10000000,nodes=9,txn=false failed - [(roachtest).copy/bank/rows=10000000,nodes=9,txn=false failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=1777546&tab=buildLog) on [master@860c137d602b8420a24be23e097c7fbe1a0a3547](https://github.com/cockroachdb/cockroach/commits/860c137d602b8420a... | non_priority | roachtest copy bank rows nodes txn false failed on the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts copy bank rows nodes txn false run cluster go copy go copy go test runner go error with ... | 0 |
182,443 | 6,670,216,296 | IssuesEvent | 2017-10-03 22:25:18 | ucdavis/ipa-client-angular | https://api.github.com/repos/ucdavis/ipa-client-angular | closed | Scheduling View: Add a blank option in the standard time controls to clear out a field | enhancement high priority | The user currently has no way to "clear out" an already set standard time using the standard time controls.
Adding blanks to each of the three select tags should resolve this. Ensure they save correctly.
-------------------
Fixed on branch 'blank-time-option'
------------------
additional feature requested: ... | 1.0 | Scheduling View: Add a blank option in the standard time controls to clear out a field - The user currently has no way to "clear out" an already set standard time using the standard time controls.
Adding blanks to each of the three select tags should resolve this. Ensure they save correctly.
-------------------
... | priority | scheduling view add a blank option in the standard time controls to clear out a field the user currently has no way to clear out an already set standard time using the standard time controls adding blanks to each of the three select tags should resolve this ensure they save correctly ... | 1 |
301,376 | 9,219,567,497 | IssuesEvent | 2019-03-11 15:40:13 | unicef/sir-releases | https://api.github.com/repos/unicef/sir-releases | closed | On submit, display to whom the incident was sent | backlog frontend low priority | Perhaps when the notification pops up, they'd like it to say 'submitted to [name]" | 1.0 | On submit, display to whom the incident was sent - Perhaps when the notification pops up, they'd like it to say 'submitted to [name]" | priority | on submit display to whom the incident was sent perhaps when the notification pops up they d like it to say submitted to | 1 |
459,357 | 13,191,575,387 | IssuesEvent | 2020-08-13 12:23:03 | enso-org/enso | https://api.github.com/repos/enso-org/enso | closed | Generate Code from Flexer | Category: Syntax Change: Non-Breaking Difficulty: Core Contributor Priority: Medium Type: Enhancement | ### Summary
Now that we know the intended format for the code generated by flexer, it is time to implement that generation itself.
### Value
The flexer will be able to generate code from the DFA.
### Specification
- [ ] Implement the required abstractions for generating the intended code from the flexer.
-... | 1.0 | Generate Code from Flexer - ### Summary
Now that we know the intended format for the code generated by flexer, it is time to implement that generation itself.
### Value
The flexer will be able to generate code from the DFA.
### Specification
- [ ] Implement the required abstractions for generating the inten... | priority | generate code from flexer summary now that we know the intended format for the code generated by flexer it is time to implement that generation itself value the flexer will be able to generate code from the dfa specification implement the required abstractions for generating the intende... | 1 |
470,024 | 13,529,867,518 | IssuesEvent | 2020-09-15 18:59:12 | deshaw/versioned-hdf5 | https://api.github.com/repos/deshaw/versioned-hdf5 | closed | Support fancy indexing in InMemoryDataset | high_priority | This code
```
import h5py
import numpy as np
from versioned_hdf5 import VersionedHDF5File
with h5py.File('foo.h5', 'w') as f:
vf = VersionedHDF5File(f)
with vf.stage_version('0') as sv:
sv['bar'] = np.arange(10)
with h5py.File('foo.h5', 'r') as f:
vf = VersionedHDF5File(f)
print(... | 1.0 | Support fancy indexing in InMemoryDataset - This code
```
import h5py
import numpy as np
from versioned_hdf5 import VersionedHDF5File
with h5py.File('foo.h5', 'w') as f:
vf = VersionedHDF5File(f)
with vf.stage_version('0') as sv:
sv['bar'] = np.arange(10)
with h5py.File('foo.h5', 'r') as f... | priority | support fancy indexing in inmemorydataset this code import import numpy as np from versioned import with file foo w as f vf f with vf stage version as sv sv np arange with file foo r as f vf f print vf fails with ... | 1 |
241,126 | 7,808,971,921 | IssuesEvent | 2018-06-11 22:04:40 | GoogleChrome/lighthouse | https://api.github.com/repos/GoogleChrome/lighthouse | closed | lighthouse 3 regression in user-timings details | 3.0 bug needs-priority | ## Bug report
Lighthouse v3 does not provide `startTime` value for user timing measures. This info is the part of `extendedInfo` but it was removed.
#### Provide the steps to reproduce
1. `lighthouse https://treo.sh`
2. Check JSON report:
```json
"user-timings": {
"id": "user-timings",
"titl... | 1.0 | lighthouse 3 regression in user-timings details - ## Bug report
Lighthouse v3 does not provide `startTime` value for user timing measures. This info is the part of `extendedInfo` but it was removed.
#### Provide the steps to reproduce
1. `lighthouse https://treo.sh`
2. Check JSON report:
```json
"user-tim... | priority | lighthouse regression in user timings details bug report lighthouse does not provide starttime value for user timing measures this info is the part of extendedinfo but it was removed provide the steps to reproduce lighthouse check json report json user timings ... | 1 |
72,066 | 13,778,790,773 | IssuesEvent | 2020-10-08 12:57:51 | eclipse-theia/theia | https://api.github.com/repos/eclipse-theia/theia | closed | Hide progress notifications without title | notifications vscode | Description
Some notifications have no text. I _think_ that I've only seen the problem on progress notifications.

**OS and Theia version:**

**OS and Theia version:**
` which can give me refreshed token but it needed callback and i dont know how to give the tokens to that function, also found that `refreshAcces... | 1.0 | Refresh The access-token - - I was trying to refresh the token if it's expired , i don't really know how to do , and i couldn't find any way or snippet or example, i found that there's `getAccessToken()` which can give me refreshed token but it needed callback and i dont know how to give the tokens to that function, al... | priority | refresh the access token i was trying to refresh the token if it s expired i don t really know how to do and i couldn t find any way or snippet or example i found that there s getaccesstoken which can give me refreshed token but it needed callback and i dont know how to give the tokens to that function al... | 1 |
352,209 | 10,533,236,866 | IssuesEvent | 2019-10-01 12:39:10 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | z-m-scontent.fmnl8-1.fna.fbcdn.net - see bug description | browser-firefox-mobile engine-gecko priority-critical | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://z-m-scontent.fmnl8-1.fna.fbcdn.net/v/t1.0-1/cp0/e15/q65/c0.0.100.100a/p100x100/71090420_107036004026908_3191129386321444864_n.jpg?_n... | 1.0 | z-m-scontent.fmnl8-1.fna.fbcdn.net - see bug description - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 6.0.1; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://z-m-scontent.fmnl8-1.fna.fbcdn.net/v/t1.0-1/cp0/e15/q65/c0.0.100.100a/p10... | priority | z m scontent fna fbcdn net see bug description url browser version firefox mobile operating system android tested another browser yes problem type something else description buy in sell steps to reproduce unauthorized sales of drugs and guns by using fak... | 1 |
584,109 | 17,406,199,544 | IssuesEvent | 2021-08-03 06:20:01 | ProjectSidewalk/SidewalkWebpage | https://api.github.com/repos/ProjectSidewalk/SidewalkWebpage | closed | Add validation in Gallery expanded modal | Priority: High Validation feature-request sidewalkgallery | ##### Brief description of problem/feature
We are missing validation in the Gallery expanded modal. @kumararoosh should be working on this soon so that we can have it before our ASSETS poster!
**
_Originally opened as dart-lang/sdk#19569_
----
A typical invocation of the vm to run command line apps from ... | 1.0 | Pub run should support passing in flags to vm - <a href="https://github.com/keertip"><img src="https://avatars.githubusercontent.com/u/2192312?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [keertip](https://github.com/keertip)**
_Originally opened as dart-lang/sdk#19569_
----
A typical inv... | priority | pub run should support passing in flags to vm issue by originally opened as dart lang sdk a typical invocation of the vm to run command line apps from darteditor would look like dart enable checked mode debug enable vm service trace service pause events pause isolates on start my... | 1 |
14,763 | 8,682,673,438 | IssuesEvent | 2018-12-02 11:00:34 | getslash/backslash | https://api.github.com/repos/getslash/backslash | closed | Allow selectively opting-in to API server via header | A-performance C-enhancement S-fix-ready | Fixed in 4e3e434163411cca1f13cb240ab859fa15f06a12
Now Backslash honors the `X-API-Backend-Select: apiserver` header | True | Allow selectively opting-in to API server via header - Fixed in 4e3e434163411cca1f13cb240ab859fa15f06a12
Now Backslash honors the `X-API-Backend-Select: apiserver` header | non_priority | allow selectively opting in to api server via header fixed in now backslash honors the x api backend select apiserver header | 0 |
481,401 | 13,885,572,000 | IssuesEvent | 2020-10-18 20:35:17 | AndrejOrsula/DRL_GPC | https://api.github.com/repos/AndrejOrsula/DRL_GPC | opened | Replace Ignition bridge for Image/PointCloud data with a plugin that has direct ROS2 communication | Priority: Low ❕ Type: Enhancement 🧙♂️ | Conversion with `ros_ign_bridge` (https://github.com/AndrejOrsula/DRL_GPC/issues/11) is pretty costly
See https://github.com/ignitionrobotics/ros_ign/tree/ros2/ros_ign_point_cloud for more info. It needs to be implemented. | 1.0 | Replace Ignition bridge for Image/PointCloud data with a plugin that has direct ROS2 communication - Conversion with `ros_ign_bridge` (https://github.com/AndrejOrsula/DRL_GPC/issues/11) is pretty costly
See https://github.com/ignitionrobotics/ros_ign/tree/ros2/ros_ign_point_cloud for more info. It needs to be implemen... | priority | replace ignition bridge for image pointcloud data with a plugin that has direct communication conversion with ros ign bridge is pretty costly see for more info it needs to be implemented | 1 |
98,464 | 4,021,675,100 | IssuesEvent | 2016-05-16 23:01:00 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | TFS Error "[file]not be found in your workspace, or you do not have permission to access it" during upgrade or uninstall when solution/project is bound to TFS source control | Area:VS.Client Priority:1 Type:Bug | https://github.com/NuGet/Home/issues/1164
Reopen this bug, will look into this in 3.5. | 1.0 | TFS Error "[file]not be found in your workspace, or you do not have permission to access it" during upgrade or uninstall when solution/project is bound to TFS source control - https://github.com/NuGet/Home/issues/1164
Reopen this bug, will look into this in 3.5. | priority | tfs error not be found in your workspace or you do not have permission to access it during upgrade or uninstall when solution project is bound to tfs source control reopen this bug will look into this in | 1 |
192,485 | 22,215,960,536 | IssuesEvent | 2022-06-08 01:41:22 | madhans23/linux-4.1.15 | https://api.github.com/repos/madhans23/linux-4.1.15 | reopened | CVE-2019-15220 (Medium) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2019-15220 - 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-2019-15220 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2019-15220 - 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 |
73,930 | 15,286,456,405 | IssuesEvent | 2021-02-23 14:43:33 | wouter140/PortfolioSite | https://api.github.com/repos/wouter140/PortfolioSite | closed | CVE-2018-20822 (Medium) detected in opennms-opennms-source-22.0.1-1, node-sass-4.13.1.tgz | security vulnerability | ## CVE-2018-20822 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.13.1.tgz</b></p></summary>
<p>
<details><summary><b>node-sass-4.13.1.tgz</b></p></summary>
<p>Wrapper... | True | CVE-2018-20822 (Medium) detected in opennms-opennms-source-22.0.1-1, node-sass-4.13.1.tgz - ## CVE-2018-20822 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.13.1.tgz</b... | non_priority | cve medium detected in opennms opennms source node sass tgz cve medium severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm portfoliosite packa... | 0 |
62,585 | 17,084,071,159 | IssuesEvent | 2021-07-08 09:30:28 | Questie/Questie | https://api.github.com/repos/Questie/Questie | closed | Delete and remaking character does not reset class trainers. | Type - Defect | <!-- READ THIS FIRST
Hello, thanks for taking the time to report a bug!
Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/addons/questie
Ques... | 1.0 | Delete and remaking character does not reset class trainers. - <!-- READ THIS FIRST
Hello, thanks for taking the time to report a bug!
Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest vers... | non_priority | delete and remaking character does not reset class trainers read this first hello thanks for taking the time to report a bug before you proceed please verify that you re running the latest version of questie the easiest way to do this is via the twitch client but you can also download the latest vers... | 0 |
174,332 | 6,539,280,955 | IssuesEvent | 2017-09-01 10:25:52 | edenlabllc/ehealth.api | https://api.github.com/repos/edenlabllc/ehealth.api | opened | EP: Create Request for Medication request | epic/medication_request kind/task priority/medium project/reimbursement | Create Request for Medication request entity WS according to requirements
Requirements: [вимоги](https://docs.google.com/document/d/15qqew84E9PdDb0LS6mhCagOLqcnNa6wmxenR5kHrUPg/edit?usp=sharing)
- [x] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3380942/Create+Medication+Request+SP)
- [ ] ... | 1.0 | EP: Create Request for Medication request - Create Request for Medication request entity WS according to requirements
Requirements: [вимоги](https://docs.google.com/document/d/15qqew84E9PdDb0LS6mhCagOLqcnNa6wmxenR5kHrUPg/edit?usp=sharing)
- [x] Create WS [spec](https://edenlab.atlassian.net/wiki/spaces/EH/pages/3... | priority | ep create request for medication request create request for medication request entity ws according to requirements requirements create ws implement deploy improve test scenarios | 1 |
224,971 | 7,476,037,357 | IssuesEvent | 2018-04-04 00:40:48 | sul-dlss/preservation_robots | https://api.github.com/repos/sul-dlss/preservation_robots | closed | Set up monitoring for preservation_robots | devops practice high priority in progress ingest robot hookup | - see robot-controller for app level config
- add nagios check in puppet | 1.0 | Set up monitoring for preservation_robots - - see robot-controller for app level config
- add nagios check in puppet | priority | set up monitoring for preservation robots see robot controller for app level config add nagios check in puppet | 1 |
41,388 | 10,708,908,971 | IssuesEvent | 2019-10-24 20:46:16 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | [Bug] Sorting on date defaults to day granularity ( regression of #2531 ? ) | Priority:P2 Query Builder Type:Bug | - Your browser and the version: (Chrome 63.0)
- Your operating system: (OSX 10.13)
- Your databases: (Postgres)
- Metabase version: (0.27.2)
- Metabase hosting environment: (Ubuntu 16.04)
- Metabase internal database: (h2)
=> possible regression of #2531
**Steps to reproduce** : Ask a question with a datetim... | 1.0 | [Bug] Sorting on date defaults to day granularity ( regression of #2531 ? ) - - Your browser and the version: (Chrome 63.0)
- Your operating system: (OSX 10.13)
- Your databases: (Postgres)
- Metabase version: (0.27.2)
- Metabase hosting environment: (Ubuntu 16.04)
- Metabase internal database: (h2)
=> possible... | non_priority | sorting on date defaults to day granularity regression of your browser and the version chrome your operating system osx your databases postgres metabase version metabase hosting environment ubuntu metabase internal database possible regression of... | 0 |
68,723 | 21,797,258,497 | IssuesEvent | 2022-05-15 20:18:55 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Image metadata tooltip not triggered when already hovering when exiting lightbox | T-Defect | ### Steps to reproduce
1. use a build with https://github.com/matrix-org/matrix-react-sdk/pull/6511
2. hover on image in timeline
3. click: lightbox opens
4. click on an area outside the image in lightbox, but hovering over image in timeline
### Outcome
#### What did you expect?
new tooltip is displayed
#### ... | 1.0 | Image metadata tooltip not triggered when already hovering when exiting lightbox - ### Steps to reproduce
1. use a build with https://github.com/matrix-org/matrix-react-sdk/pull/6511
2. hover on image in timeline
3. click: lightbox opens
4. click on an area outside the image in lightbox, but hovering over image in ... | non_priority | image metadata tooltip not triggered when already hovering when exiting lightbox steps to reproduce use a build with hover on image in timeline click lightbox opens click on an area outside the image in lightbox but hovering over image in timeline outcome what did you expect new t... | 0 |
196,739 | 22,514,398,398 | IssuesEvent | 2022-06-24 01:02:49 | RG4421/SecurityShepherd | https://api.github.com/repos/RG4421/SecurityShepherd | opened | CVE-2022-22980 (High) detected in spring-data-mongodb-2.1.1.RELEASE.jar | security vulnerability | ## CVE-2022-22980 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-data-mongodb-2.1.1.RELEASE.jar</b></p></summary>
<p>MongoDB support for Spring Data</p>
<p>Library home page: <... | True | CVE-2022-22980 (High) detected in spring-data-mongodb-2.1.1.RELEASE.jar - ## CVE-2022-22980 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-data-mongodb-2.1.1.RELEASE.jar</b></p>... | non_priority | cve high detected in spring data mongodb release jar cve high severity vulnerability vulnerable library spring data mongodb release jar mongodb support for spring data library home page a href path to dependency file pom xml path to vulnerable library target owasps... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.