Unnamed: 0
int64
3
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
2
430
labels
stringlengths
4
347
body
stringlengths
5
237k
index
stringclasses
7 values
text_combine
stringlengths
96
237k
label
stringclasses
2 values
text
stringlengths
96
219k
binary_label
int64
0
1
169,682
13,157,011,057
IssuesEvent
2020-08-10 11:57:24
elastic/elasticsearch
https://api.github.com/repos/elastic/elasticsearch
reopened
CharArraysTests.testConstantTimeEquals failing
:Core/Infra/Core >test-failure
Build scan: https://gradle-enterprise.elastic.co/s/ekp45bzkrmyea/tests/kq27vhyobxyos-oocsuvv7ox7kg ``` REPRODUCE WITH: ./gradlew ':libs:elasticsearch-core:test' --tests "org.elasticsearch.common.CharArraysTests.testConstantTimeEquals" -Dtests.seed=7E2CD0A86BD17350 -Dtests.security.manager=true -Dtests.locale=ig -Dt...
1.0
CharArraysTests.testConstantTimeEquals failing - Build scan: https://gradle-enterprise.elastic.co/s/ekp45bzkrmyea/tests/kq27vhyobxyos-oocsuvv7ox7kg ``` REPRODUCE WITH: ./gradlew ':libs:elasticsearch-core:test' --tests "org.elasticsearch.common.CharArraysTests.testConstantTimeEquals" -Dtests.seed=7E2CD0A86BD17350 -D...
non_comp
chararraystests testconstanttimeequals failing build scan reproduce with gradlew libs elasticsearch core test tests org elasticsearch common chararraystests testconstanttimeequals dtests seed dtests security manager true dtests locale ig dtests timezone pacific kwajalein dcompiler java ...
0
4,426
7,105,026,445
IssuesEvent
2018-01-16 12:08:29
railt/railt
https://api.github.com/repos/railt/railt
opened
RFC Extensions without bodies
Compatibility RL/SDL
In the case when the any type is extended by directives, the body of the type can be omitted: ```graphql type Example { ... } extend type Example @addedDirective ```
True
RFC Extensions without bodies - In the case when the any type is extended by directives, the body of the type can be omitted: ```graphql type Example { ... } extend type Example @addedDirective ```
comp
rfc extensions without bodies in the case when the any type is extended by directives the body of the type can be omitted graphql type example extend type example addeddirective
1
2,619
5,346,202,309
IssuesEvent
2017-02-17 19:01:49
cnb/News_Manager-getsimplecms
https://api.github.com/repos/cnb/News_Manager-getsimplecms
closed
allow some characters in custom class selectors
compatibility enhancement
http://get-simple.info/forums/showthread.php?tid=3972&pid=59578#pid59578 (Artur) skel.io framework supports these chars in class selectors: `'!','$','%','(',')'` that are being stripped out by NM (ba081c0bff289936257774a06981c4735b79ca35, rel: #188)
True
allow some characters in custom class selectors - http://get-simple.info/forums/showthread.php?tid=3972&pid=59578#pid59578 (Artur) skel.io framework supports these chars in class selectors: `'!','$','%','(',')'` that are being stripped out by NM (ba081c0bff289936257774a06981c4735b79ca35, rel: #188)
comp
allow some characters in custom class selectors artur skel io framework supports these chars in class selectors that are being stripped out by nm rel
1
17,393
23,979,529,535
IssuesEvent
2022-09-13 14:06:55
dominique-mueller/angular-notifier
https://api.github.com/repos/dominique-mueller/angular-notifier
closed
Please update the library peer dependencies to support angular 14
type: compatibility BREAKING CHANGE
Hello, I would like to let you know about the issue connected with Angular 14. The Angular project requires the library update. Can you please have a look when you get chance. Thank you for your time and support!
True
Please update the library peer dependencies to support angular 14 - Hello, I would like to let you know about the issue connected with Angular 14. The Angular project requires the library update. Can you please have a look when you get chance. Thank you for your time and support!
comp
please update the library peer dependencies to support angular hello i would like to let you know about the issue connected with angular the angular project requires the library update can you please have a look when you get chance thank you for your time and support
1
223,545
17,605,960,317
IssuesEvent
2021-08-17 17:06:00
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
[test][backup] Add negative backup test when table partitions were changed.
kind/failing-test
We need a negative test for the case when the backed up partitions & restored partitions are not equal. In the case backup-restore should fail. The scenario: - create backup - change the table partitions via dynamic splitting - restore backup into the original table name The backup-restore should fail with a er...
1.0
[test][backup] Add negative backup test when table partitions were changed. - We need a negative test for the case when the backed up partitions & restored partitions are not equal. In the case backup-restore should fail. The scenario: - create backup - change the table partitions via dynamic splitting - restore...
non_comp
add negative backup test when table partitions were changed we need a negative test for the case when the backed up partitions restored partitions are not equal in the case backup restore should fail the scenario create backup change the table partitions via dynamic splitting restore backup into...
0
13,014
15,302,780,220
IssuesEvent
2021-02-24 15:05:59
somewherewarm/woocommerce-product-bundles-bulk-discounts
https://api.github.com/repos/somewherewarm/woocommerce-product-bundles-bulk-discounts
opened
Add compatibility with WooCommerce Subscriptions
compatibility
### Description At the moment, Bulk Discounts does not work well with Product Bundles that contain Subscription bundled items. Specifically, if you create a Bundle with optional Subscription products + Bulk Discounts, then the discounted Bundle price is not calculated in the single product page. However, it shows up...
True
Add compatibility with WooCommerce Subscriptions - ### Description At the moment, Bulk Discounts does not work well with Product Bundles that contain Subscription bundled items. Specifically, if you create a Bundle with optional Subscription products + Bulk Discounts, then the discounted Bundle price is not calculat...
comp
add compatibility with woocommerce subscriptions description at the moment bulk discounts does not work well with product bundles that contain subscription bundled items specifically if you create a bundle with optional subscription products bulk discounts then the discounted bundle price is not calculat...
1
9,405
11,459,352,714
IssuesEvent
2020-02-07 06:59:26
sebastianbergmann/phpunit
https://api.github.com/repos/sebastianbergmann/phpunit
closed
Deprecate support for "ClassName<*>" as values for @covers and @uses annotations
backward-compatibility-break feature-removal
PHPUnit 9 should raise a warning for the following annotations: * `@covers ClassName::<public>` * `@covers ClassName::<protected>` * `@covers ClassName::<private>` * `@covers ClassName::<!public>` * `@covers ClassName::<!protected>` * `@covers ClassName::<!private>` * `@uses ClassName::<public>` * `@uses ClassN...
True
Deprecate support for "ClassName<*>" as values for @covers and @uses annotations - PHPUnit 9 should raise a warning for the following annotations: * `@covers ClassName::<public>` * `@covers ClassName::<protected>` * `@covers ClassName::<private>` * `@covers ClassName::<!public>` * `@covers ClassName::<!protected>`...
comp
deprecate support for classname as values for covers and uses annotations phpunit should raise a warning for the following annotations covers classname covers classname covers classname covers classname covers classname covers classname uses classname...
1
287,590
21,661,130,841
IssuesEvent
2022-05-06 19:16:03
Bears-R-Us/arkouda-contrib
https://api.github.com/repos/Bears-R-Us/arkouda-contrib
closed
add pointer to basic examples to `arkouda-contrib/README.md`
documentation
add pointers to basic examples to the `arkouda-contrib/README.md`: https://github.com/Bears-R-Us/arkouda-contrib/tree/main/arkouda_distance https://github.com/Bears-R-Us/arkouda-contrib/tree/main/arkouda_distance_wserver
1.0
add pointer to basic examples to `arkouda-contrib/README.md` - add pointers to basic examples to the `arkouda-contrib/README.md`: https://github.com/Bears-R-Us/arkouda-contrib/tree/main/arkouda_distance https://github.com/Bears-R-Us/arkouda-contrib/tree/main/arkouda_distance_wserver
non_comp
add pointer to basic examples to arkouda contrib readme md add pointers to basic examples to the arkouda contrib readme md
0
242,598
20,254,532,458
IssuesEvent
2022-02-14 21:30:59
dotnet/roslyn-sdk
https://api.github.com/repos/dotnet/roslyn-sdk
closed
Improve support for `DiagnosticSuppressor`
question Area-MS.CA.Testing need more info
I just tried writing unit tests for a [DiagnosticSuppressor](https://github.com/dotnet/roslyn/blob/main/src/Compilers/Core/Portable/DiagnosticAnalyzer/DiagnosticSuppressor.cs) via `Microsoft.CodeAnalysis.Testing`, but I have not succeeded. Although `DiagnosticSuppressor` does derive from [DiagnosticAnalyzer](https://g...
1.0
Improve support for `DiagnosticSuppressor` - I just tried writing unit tests for a [DiagnosticSuppressor](https://github.com/dotnet/roslyn/blob/main/src/Compilers/Core/Portable/DiagnosticAnalyzer/DiagnosticSuppressor.cs) via `Microsoft.CodeAnalysis.Testing`, but I have not succeeded. Although `DiagnosticSuppressor` do...
non_comp
improve support for diagnosticsuppressor i just tried writing unit tests for a via microsoft codeanalysis testing but i have not succeeded although diagnosticsuppressor does derive from and with that already inheriting support in the available infrastructure of microsoft codeanalysis testing i was...
0
15,562
20,017,543,580
IssuesEvent
2022-02-01 13:35:12
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Storybook + Chakra UI V1 not displaying styles
question / support compatibility with other tools has workaround theming P1
**Describe the bug** With the new version of Chakra UI v1 storybook has stoped displaying styles, when doing `yarn storybook` it loads the page but does not display the styles. Old version: ![Screen Shot 2020-11-14 at 08 42 09](https://user-images.githubusercontent.com/36937039/99143490-cab70600-2655-11eb-90ff-25e...
True
Storybook + Chakra UI V1 not displaying styles - **Describe the bug** With the new version of Chakra UI v1 storybook has stoped displaying styles, when doing `yarn storybook` it loads the page but does not display the styles. Old version: ![Screen Shot 2020-11-14 at 08 42 09](https://user-images.githubusercontent....
comp
storybook chakra ui not displaying styles describe the bug with the new version of chakra ui storybook has stoped displaying styles when doing yarn storybook it loads the page but does not display the styles old version new version component
1
189,541
22,047,061,082
IssuesEvent
2022-05-30 03:48:48
nanopathi/linux-4.19.72_CVE-2021-3347
https://api.github.com/repos/nanopathi/linux-4.19.72_CVE-2021-3347
closed
CVE-2020-0404 (Medium) detected in linuxlinux-4.19.239 - autoclosed
security vulnerability
## CVE-2020-0404 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge....
True
CVE-2020-0404 (Medium) detected in linuxlinux-4.19.239 - autoclosed - ## CVE-2020-0404 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.239</b></p></summary> <p> <p>Th...
non_comp
cve medium detected in linuxlinux autoclosed cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files ...
0
6,484
8,773,547,799
IssuesEvent
2018-12-18 17:09:00
GoogleChrome/workbox
https://api.github.com/repos/GoogleChrome/workbox
closed
Background-Sync on Chrome for Android Requires Service-Worker Restart to Sync.
Browser Compatibility workbox-background-sync
**Library Affected**: workbox-sw, workbox-background-sync **Browser & Platform**: *E.g. Google Chrome 70 for Android* **Issue**: *When using background sync on chrome desktop, everything is working PERFECTLY. When I move over to a mobile device, background sync wont fire until I go into `chrome://serviceworker...
True
Background-Sync on Chrome for Android Requires Service-Worker Restart to Sync. - **Library Affected**: workbox-sw, workbox-background-sync **Browser & Platform**: *E.g. Google Chrome 70 for Android* **Issue**: *When using background sync on chrome desktop, everything is working PERFECTLY. When I move over to a...
comp
background sync on chrome for android requires service worker restart to sync library affected workbox sw workbox background sync browser platform e g google chrome for android issue when using background sync on chrome desktop everything is working perfectly when i move over to a ...
1
614,840
19,190,693,858
IssuesEvent
2021-12-05 23:14:33
kubernetes/website
https://api.github.com/repos/kubernetes/website
closed
Update ingress class setup note in the k8s.io/docs/concepts/services-networking/ingress-controllers/ page
help wanted priority/important-longterm sig/network kind/cleanup triage/accepted
Hello, Kubernetes 1.18 introduced the IngressClass resource, effectively replacing the kubernetes.io/ingress.class annotation convention. The page above only advises to set ingress class as ingress.class annotation which is outdated. Update needed in all versions 1.18+ including 1.22. Source: https://kubernetes...
1.0
Update ingress class setup note in the k8s.io/docs/concepts/services-networking/ingress-controllers/ page - Hello, Kubernetes 1.18 introduced the IngressClass resource, effectively replacing the kubernetes.io/ingress.class annotation convention. The page above only advises to set ingress class as ingress.class annot...
non_comp
update ingress class setup note in the io docs concepts services networking ingress controllers page hello kubernetes introduced the ingressclass resource effectively replacing the kubernetes io ingress class annotation convention the page above only advises to set ingress class as ingress class annotati...
0
20,595
30,602,244,772
IssuesEvent
2023-07-22 14:36:43
khanhduytran0/LiveContainer
https://api.github.com/repos/khanhduytran0/LiveContainer
opened
Delta Crashes
compatibility
### Describe the issue Delta (v 1.4) crashes after being opened in LiveContainer ### Instructions to reproduce See description ### What version of LiveContainer are you using? Build #22 ### Other Error message: -[NSUserDefaults setIsAltJITEnabled:]: unrecognized selector sent to instance 0x2801f56b0 Call stack...
True
Delta Crashes - ### Describe the issue Delta (v 1.4) crashes after being opened in LiveContainer ### Instructions to reproduce See description ### What version of LiveContainer are you using? Build #22 ### Other Error message: -[NSUserDefaults setIsAltJITEnabled:]: unrecognized selector sent to instance 0x2801f...
comp
delta crashes describe the issue delta v crashes after being opened in livecontainer instructions to reproduce see description what version of livecontainer are you using build other error message unrecognized selector sent to instance call stack corefoundation ...
1
13,680
16,371,238,865
IssuesEvent
2021-05-15 06:40:00
cseelhoff/RimThreaded
https://api.github.com/repos/cseelhoff/RimThreaded
closed
"Project RimFactory Revived" sound related errors bloat player log, planter drones throw yellow and some red errors
1.3.1 - 1.3.2 Bug Confirmed Fixed In Preview Mod Incompatibility Reproducible
**Log is spammed and bloated in sound ticks and Planter Drones** !!! The entire log is filled and bloated in errors about a sound having to run in the main thread, Planter Drones throwed some yellow errors too they stole each other reserved works and occasionally it threw some red !!! **To reproduce Sound Bug** 1....
True
"Project RimFactory Revived" sound related errors bloat player log, planter drones throw yellow and some red errors - **Log is spammed and bloated in sound ticks and Planter Drones** !!! The entire log is filled and bloated in errors about a sound having to run in the main thread, Planter Drones throwed some yellow er...
comp
project rimfactory revived sound related errors bloat player log planter drones throw yellow and some red errors log is spammed and bloated in sound ticks and planter drones the entire log is filled and bloated in errors about a sound having to run in the main thread planter drones throwed some yellow er...
1
5,078
7,681,357,794
IssuesEvent
2018-05-16 07:05:18
axelsommerfeldt/caption
https://api.github.com/repos/axelsommerfeldt/caption
closed
The caption package isn't adapted to the acronym package
incompatibility
See: https://tex.stackexchange.com/questions/428788/acronym-subcaption-problems-with-acronyms-in-captions \documentclass[11pt]{report} \usepackage[withpage, printonlyused]{acronym} \usepackage{caption} \begin{document} \ac{FYI}. \begin{figure} ...
True
The caption package isn't adapted to the acronym package - See: https://tex.stackexchange.com/questions/428788/acronym-subcaption-problems-with-acronyms-in-captions \documentclass[11pt]{report} \usepackage[withpage, printonlyused]{acronym} \usepackage{caption} \begin{document} ...
comp
the caption package isn t adapted to the acronym package see documentclass report usepackage acronym usepackage caption begin document ac fyi begin figure caption ac tla end figure begin acron...
1
639,301
20,750,975,564
IssuesEvent
2022-03-15 07:28:36
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
Selected sticky columns are missing some styling in multiple cell selection
Bug SEV: Medium C: Grid jQuery1 Appearance Priority 1 FP: Unplanned FP: Completed FP: In Development
### Bug report When the grid has a sticky column and the selectable:"multiple cell" is configured it seems some styling for the selected sticky cells is missing. When selectable:"multiple row" is used the proper styles are applied. And this way the look differentiate between themes, and is dark the sticky cells don't ...
1.0
Selected sticky columns are missing some styling in multiple cell selection - ### Bug report When the grid has a sticky column and the selectable:"multiple cell" is configured it seems some styling for the selected sticky cells is missing. When selectable:"multiple row" is used the proper styles are applied. And this ...
non_comp
selected sticky columns are missing some styling in multiple cell selection bug report when the grid has a sticky column and the selectable multiple cell is configured it seems some styling for the selected sticky cells is missing when selectable multiple row is used the proper styles are applied and this ...
0
299,697
25,919,180,026
IssuesEvent
2022-12-15 20:09:35
Azure/azure-sdk-for-js
https://api.github.com/repos/Azure/azure-sdk-for-js
closed
[Event Hubs] EventHubConsumerClient subscribe() with EventPosition specified as 'after a particular sequence number' should receive messages correctly failing in nightly runs
Client Event Hubs test-reliability
Event Hubs nightly test runs are failing with: > Error message: >done() called multiple times in test < /Users/runner/work/1/s/sdk/eventhub/event-hubs/dist-esm/test/public/receiver.spec.js EventHubConsumerClient subscribe() with EventPosition specified as 'after a particular sequence number' should receive messages...
1.0
[Event Hubs] EventHubConsumerClient subscribe() with EventPosition specified as 'after a particular sequence number' should receive messages correctly failing in nightly runs - Event Hubs nightly test runs are failing with: > Error message: >done() called multiple times in test < /Users/runner/work/1/s/sdk/eventhub...
non_comp
eventhubconsumerclient subscribe with eventposition specified as after a particular sequence number should receive messages correctly failing in nightly runs event hubs nightly test runs are failing with error message done called multiple times in test of file users runner work s sdk eventhub ev...
0
207,002
23,415,362,102
IssuesEvent
2022-08-12 23:40:17
samq-ghdemo/monorepo-dotnet
https://api.github.com/repos/samq-ghdemo/monorepo-dotnet
closed
https://source.codeaurora.org/quic/lc/infra/third_party/bootstrap/v3.3.7: 5 vulnerabilities (highest severity is: 6.1) - autoclosed
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/quic/lc/infra/third_party/bootstrap/v3.3.7</b></p></summary> <p> <p>Library home page: <a href=https://source.codeaurora.org/quic/lc/inf...
True
https://source.codeaurora.org/quic/lc/infra/third_party/bootstrap/v3.3.7: 5 vulnerabilities (highest severity is: 6.1) - autoclosed - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>https://source.codeaurora.org/qui...
non_comp
vulnerabilities highest severity is autoclosed vulnerable library library home page a href found in head commit a href vulnerable source files toplevel pipelines dotnet core dotnetcore sample wwwroot lib bootstrap js collapse js vulnerabiliti...
0
334,774
10,145,153,946
IssuesEvent
2019-08-05 02:46:05
Steemhunt/reviewhunt-web
https://api.github.com/repos/Steemhunt/reviewhunt-web
closed
Wrong reward amount on the notification messages
bug high-priority
"Your submission was confirmed. You will earn 0.5 HUNT after this campaign is all finished" `0.5 HUNT` seems not the right reward amount. ![Screenshot 2019-07-29 21 29 15](https://user-images.githubusercontent.com/15100667/62080181-09019980-b248-11e9-8e50-3d59bf430175.png)
1.0
Wrong reward amount on the notification messages - "Your submission was confirmed. You will earn 0.5 HUNT after this campaign is all finished" `0.5 HUNT` seems not the right reward amount. ![Screenshot 2019-07-29 21 29 15](https://user-images.githubusercontent.com/15100667/62080181-09019980-b248-11e9-8e50-3d59bf430...
non_comp
wrong reward amount on the notification messages your submission was confirmed you will earn hunt after this campaign is all finished hunt seems not the right reward amount
0
780
3,226,219,271
IssuesEvent
2015-10-10 03:49:42
SkyrimLL/SDPlus
https://api.github.com/repos/SkyrimLL/SDPlus
closed
Disable alerts about wearing invisible spells/weapons while enslaved
bug Compatibility Enslavement quest
At least until a better solution is available...
True
Disable alerts about wearing invisible spells/weapons while enslaved - At least until a better solution is available...
comp
disable alerts about wearing invisible spells weapons while enslaved at least until a better solution is available
1
10,890
12,877,798,151
IssuesEvent
2020-07-11 13:13:31
jiangdashao/Matrix-Issues
https://api.github.com/repos/jiangdashao/Matrix-Issues
closed
[INCOMPATIBILITY]
Incompatibility
## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, or 1.15 server - [X] The issue happens on default config.yml and checks.yml - [X] I've t...
True
[INCOMPATIBILITY] - ## Troubleshooting Information `Change - [ ] to - [X] to check the checkboxes below.` - [X] The incompatible plugin is up-to-date - [X] Matrix and ProtocolLib are up-to-date - [X] Matrix is running on a 1.8, 1.12, 1.13, 1.14, or 1.15 server - [X] The issue happens on default config.yml and che...
comp
troubleshooting information change to to check the checkboxes below the incompatible plugin is up to date matrix and protocollib are up to date matrix is running on a or server the issue happens on default config yml and checks yml i ve tested if the ...
1
69,280
7,129,711,919
IssuesEvent
2018-01-22 01:06:41
owncloud/core
https://api.github.com/repos/owncloud/core
closed
Smashbox test lib/owncloud/test_dirBecomesFile.py fails with redis
bug comp:core comp:filesystem dev:smashbox-tests sev3-medium status/STALE
### Steps to reproduce 1. Run smashbox test `./bin/smash lib/owncloud/test_dirBecomesFile.py` ### Expected behaviour Test should pass ### Actual behaviour Test fails in Step 5 `SYNC THE FILE THAT BECAME A FOLDER INTO THE OLD WORKING TREE` ``` ./bin/smash lib/owncloud/test_dirBecomesFile.py SUMMARY:smash.:runid: 1605...
1.0
Smashbox test lib/owncloud/test_dirBecomesFile.py fails with redis - ### Steps to reproduce 1. Run smashbox test `./bin/smash lib/owncloud/test_dirBecomesFile.py` ### Expected behaviour Test should pass ### Actual behaviour Test fails in Step 5 `SYNC THE FILE THAT BECAME A FOLDER INTO THE OLD WORKING TREE` ``` ./bin...
non_comp
smashbox test lib owncloud test dirbecomesfile py fails with redis steps to reproduce run smashbox test bin smash lib owncloud test dirbecomesfile py expected behaviour test should pass actual behaviour test fails in step sync the file that became a folder into the old working tree bin...
0
50,581
21,187,901,475
IssuesEvent
2022-04-08 14:27:39
adrianocortes/TrinusTech
https://api.github.com/repos/adrianocortes/TrinusTech
closed
🛑 ProdAPIBilletService is down
status prod-api-billet-service
In [`06d749b`](https://github.com/adrianocortes/TrinusTech/commit/06d749bb7e37012df51f41ec8c5f55933f845ac1 ), ProdAPIBilletService (https://prodapibilletservice.azurewebsites.net/swagger/index.html) was **down**: - HTTP code: 403 - Response time: 696 ms
1.0
🛑 ProdAPIBilletService is down - In [`06d749b`](https://github.com/adrianocortes/TrinusTech/commit/06d749bb7e37012df51f41ec8c5f55933f845ac1 ), ProdAPIBilletService (https://prodapibilletservice.azurewebsites.net/swagger/index.html) was **down**: - HTTP code: 403 - Response time: 696 ms
non_comp
🛑 prodapibilletservice is down in prodapibilletservice was down http code response time ms
0
70,273
9,393,238,018
IssuesEvent
2019-04-07 09:48:35
sharkdp/fd
https://api.github.com/repos/sharkdp/fd
closed
[Exclude pattern] strange behavior with "!()"
documentation question
Hi Just tried to negate a glob pattern to say "only catch those files" since -E is for exclusion and didn't see another option for filtering with globs. It seems to partially works and doesn't return the same results as bash does ``` $ shopt -s extglob ...
1.0
[Exclude pattern] strange behavior with "!()" - Hi Just tried to negate a glob pattern to say "only catch those files" since -E is for exclusion and didn't see another option for filtering with globs. It seems to partially works and doesn't return the same results as bash does ``` $ shopt -s extglob ...
non_comp
strange behavior with hi just tried to negate a glob pattern to say only catch those files since e is for exclusion and didn t see another option for filtering with globs it seems to partially works and doesn t return the same results as bash does shopt s extglob ...
0
682,867
23,360,405,756
IssuesEvent
2022-08-10 11:10:36
codbex/codbex-kronos
https://api.github.com/repos/codbex/codbex-kronos
closed
[HDI] Research - hdbdd table is created in user schema
priority-medium effort-medium core customer research database
From xsk created by [antoanetamh](https://github.com/antoanetamh): SAP/xsk#578 Import hdi-simple example The XSK_HDI_SIMPLE_TABLE table is created in user schema, if you are logged as ADMIN user - that will be the ADMIN schema. --> this should not happen The XSK_HDI_SIMPLE_TABLE table is created inside the HDI s...
1.0
[HDI] Research - hdbdd table is created in user schema - From xsk created by [antoanetamh](https://github.com/antoanetamh): SAP/xsk#578 Import hdi-simple example The XSK_HDI_SIMPLE_TABLE table is created in user schema, if you are logged as ADMIN user - that will be the ADMIN schema. --> this should not happen T...
non_comp
research hdbdd table is created in user schema from xsk created by sap xsk import hdi simple example the xsk hdi simple table table is created in user schema if you are logged as admin user that will be the admin schema this should not happen the xsk hdi simple table table is created inside t...
0
5,496
7,947,350,268
IssuesEvent
2018-07-11 02:14:51
ryanisaacg/quicksilver
https://api.github.com/repos/ryanisaacg/quicksilver
closed
Add a function to draw arcs in a convenient way
change-api-compatible good first issue help wanted subsystem-graphics
The function should take a starting angle, an ending angle, a radius, and a center. Additionally, drawing a circle should become a subset of drawing an arc.
True
Add a function to draw arcs in a convenient way - The function should take a starting angle, an ending angle, a radius, and a center. Additionally, drawing a circle should become a subset of drawing an arc.
comp
add a function to draw arcs in a convenient way the function should take a starting angle an ending angle a radius and a center additionally drawing a circle should become a subset of drawing an arc
1
1,491
4,018,619,864
IssuesEvent
2016-05-16 11:30:19
owncloud/tasks
https://api.github.com/repos/owncloud/tasks
closed
Switch to unified CalDAV endpoint
compatibility enhancement
Migrate to the unified CalDAV endpoint in core to get rid of the dependency to the calendar app. See https://github.com/owncloud/core/pull/20371
True
Switch to unified CalDAV endpoint - Migrate to the unified CalDAV endpoint in core to get rid of the dependency to the calendar app. See https://github.com/owncloud/core/pull/20371
comp
switch to unified caldav endpoint migrate to the unified caldav endpoint in core to get rid of the dependency to the calendar app see
1
64
2,535,850,745
IssuesEvent
2015-01-26 08:28:16
dranzd/Pike-Arms
https://api.github.com/repos/dranzd/Pike-Arms
opened
splitPageResults deprecated method get_number_of_rows still in use
bug composer-compatible
Replace the deprecated method which is not accessible anymore with new method.
True
splitPageResults deprecated method get_number_of_rows still in use - Replace the deprecated method which is not accessible anymore with new method.
comp
splitpageresults deprecated method get number of rows still in use replace the deprecated method which is not accessible anymore with new method
1
401,577
11,795,162,134
IssuesEvent
2020-03-18 08:23:27
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Remove cancelled registrations from personal ICAL feed.
bug easy and fun events priority: medium
In GitLab by @joren485 on Nov 17, 2019, 16:50 ### One-sentence description Cancelled registrations are included in the personal ICAL feed. ### Expected behaviour Cancelled registrations are not included in the personal ICAL feed.
1.0
Remove cancelled registrations from personal ICAL feed. - In GitLab by @joren485 on Nov 17, 2019, 16:50 ### One-sentence description Cancelled registrations are included in the personal ICAL feed. ### Expected behaviour Cancelled registrations are not included in the personal ICAL feed.
non_comp
remove cancelled registrations from personal ical feed in gitlab by on nov one sentence description cancelled registrations are included in the personal ical feed expected behaviour cancelled registrations are not included in the personal ical feed
0
20,916
31,567,701,270
IssuesEvent
2023-09-04 01:08:18
alphapapa/org-web-tools
https://api.github.com/repos/alphapapa/org-web-tools
closed
`org-element-at-point` cannot be used in non-Org buffer
bug help wanted compatibility
i recently updated my packages, now i receive an error when i try to use ` org-web-tools-read-url-as-org`. the backtrace i see looks like this (w url and html args substituted): ``` error("`org-element-at-point' cannot be used in non-Org buffer %S (%s)" #<buffer *temp*> fundamental-mode) org-element-at-point...
True
`org-element-at-point` cannot be used in non-Org buffer - i recently updated my packages, now i receive an error when i try to use ` org-web-tools-read-url-as-org`. the backtrace i see looks like this (w url and html args substituted): ``` error("`org-element-at-point' cannot be used in non-Org buffer %S (%s)"...
comp
org element at point cannot be used in non org buffer i recently updated my packages now i receive an error when i try to use org web tools read url as org the backtrace i see looks like this w url and html args substituted error org element at point cannot be used in non org buffer s s ...
1
44,428
5,627,418,990
IssuesEvent
2017-04-05 01:25:54
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
opened
CheckedConversionsInExpressionTrees test fails on CoreCLR
Area-Compilers Disabled Test Test
Failure looks like: ``` Microsoft.CodeAnalysis.CSharp.UnitTests.Symbols.ConversionTests.CheckedConversionsInExpressionTrees [FAIL] Roslyn.Test.Utilities.ExecutionException : Execution failed for assembly ''. Expected: (c1, c2) => (Convert(c1) + c2) (c1, c2) => (Convert(c1) + c2) ...
2.0
CheckedConversionsInExpressionTrees test fails on CoreCLR - Failure looks like: ``` Microsoft.CodeAnalysis.CSharp.UnitTests.Symbols.ConversionTests.CheckedConversionsInExpressionTrees [FAIL] Roslyn.Test.Utilities.ExecutionException : Execution failed for assembly ''. Expected: (c1, c2) =...
non_comp
checkedconversionsinexpressiontrees test fails on coreclr failure looks like microsoft codeanalysis csharp unittests symbols conversiontests checkedconversionsinexpressiontrees roslyn test utilities executionexception execution failed for assembly expected conv...
0
16,739
23,075,643,792
IssuesEvent
2022-07-25 23:07:32
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
getcmdline() result is not empty when cancelled by <Esc> keystroke during search
bug compatibility status:needs-discussion status:has-workaround events
### Neovim version (nvim -v) NVIM v0.8.0-dev-nightly-471-gbb7853a62 ### Vim (not Nvim) behaves the same? no, VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jul 26 2022 00:06:14) Included patches: 1-66 ### Operating system/version Ubuntu 20.04.4(Windows 10 & WSL) ### Terminal name/version wezterm 2022...
True
getcmdline() result is not empty when cancelled by <Esc> keystroke during search - ### Neovim version (nvim -v) NVIM v0.8.0-dev-nightly-471-gbb7853a62 ### Vim (not Nvim) behaves the same? no, VIM - Vi IMproved 9.0 (2022 Jun 28, compiled Jul 26 2022 00:06:14) Included patches: 1-66 ### Operating system/versi...
comp
getcmdline result is not empty when cancelled by keystroke during search neovim version nvim v nvim dev nightly vim not nvim behaves the same no vim vi improved jun compiled jul included patches operating system version ubuntu windows ...
1
8,214
10,292,754,264
IssuesEvent
2019-08-27 17:02:12
jesus2099/konami-command
https://api.github.com/repos/jesus2099/konami-command
opened
Did not queue with Chrome or with Tampermonkey or with Mac?
browser compatibility mb_MASS-MERGE-RECORDINGS
https://community.metabrainz.org/t/merge-duplicate-recordings-between-two-editions-of-the-same-album-with-mb-mass-merge-recordings/203168/37?u=jesus2099 Version `2019.8.26` (#455) now works well for most people (I don't know their setup) except Hibiscus (Mac, Chrome, Tampermonkey). I have only tested Vivaldi with V...
True
Did not queue with Chrome or with Tampermonkey or with Mac? - https://community.metabrainz.org/t/merge-duplicate-recordings-between-two-editions-of-the-same-album-with-mb-mass-merge-recordings/203168/37?u=jesus2099 Version `2019.8.26` (#455) now works well for most people (I don't know their setup) except Hibiscus (...
comp
did not queue with chrome or with tampermonkey or with mac version now works well for most people i don t know their setup except hibiscus mac chrome tampermonkey i have only tested vivaldi with violentmonkey vivaldi is like chrome maybe i should test with tampermonkey i don t have a m...
1
850
2,517,147,701
IssuesEvent
2015-01-16 12:12:51
ajency/Foodstree
https://api.github.com/repos/ajency/Foodstree
closed
Consistent formatting required for the labels of all fields
bug Pushed to test site UI
-The edit seller page current behaviour: Both the words for some labels are capitalised whereas some its not Expected behaviour: Label format has to be consistent. Let only the first letter be in caps.(Except when the word demands to be in caps) ![formatting](https://cloud.githubusercontent.com/assets/9797052/573...
1.0
Consistent formatting required for the labels of all fields - -The edit seller page current behaviour: Both the words for some labels are capitalised whereas some its not Expected behaviour: Label format has to be consistent. Let only the first letter be in caps.(Except when the word demands to be in caps) ![form...
non_comp
consistent formatting required for the labels of all fields the edit seller page current behaviour both the words for some labels are capitalised whereas some its not expected behaviour label format has to be consistent let only the first letter be in caps except when the word demands to be in caps
0
3,648
6,529,244,938
IssuesEvent
2017-08-30 10:46:36
presscustomizr/customizr
https://api.github.com/repos/presscustomizr/customizr
opened
Plugins compatibility: visual issue with Nextend Accordion Menus items
2-ms compatibility-issue enhancement
https://wordpress.org/support/topic/enabling-modern-style-breaks-nextend-accordion-menus/#post-9453685 This is because those items are dl dt, and by design the modern style puts a "dash" before them. We might want to scope that only in the post content, or just override the dash in widgets.
True
Plugins compatibility: visual issue with Nextend Accordion Menus items - https://wordpress.org/support/topic/enabling-modern-style-breaks-nextend-accordion-menus/#post-9453685 This is because those items are dl dt, and by design the modern style puts a "dash" before them. We might want to scope that only in the pos...
comp
plugins compatibility visual issue with nextend accordion menus items this is because those items are dl dt and by design the modern style puts a dash before them we might want to scope that only in the post content or just override the dash in widgets
1
70,815
8,582,052,883
IssuesEvent
2018-11-13 16:05:21
phetsims/resistance-in-a-wire
https://api.github.com/repos/phetsims/resistance-in-a-wire
opened
Chrome OS font makes rho look squished and more like p
design:general
The font that Chrome OS (71.0.3578.27) (Lovelace) shows rho as thinner and less curved, giving it the appearance of an odd p. Making issue per @jbphet for discussion. Chrome OS: ![x screenshot](https://user-images.githubusercontent.com/41024075/48426006-2676ed80-e723-11e8-8eab-8b5b312b5db4.png) Chrome on Win 10 to ...
1.0
Chrome OS font makes rho look squished and more like p - The font that Chrome OS (71.0.3578.27) (Lovelace) shows rho as thinner and less curved, giving it the appearance of an odd p. Making issue per @jbphet for discussion. Chrome OS: ![x screenshot](https://user-images.githubusercontent.com/41024075/48426006-2676ed...
non_comp
chrome os font makes rho look squished and more like p the font that chrome os lovelace shows rho as thinner and less curved giving it the appearance of an odd p making issue per jbphet for discussion chrome os chrome on win to compare
0
100,018
30,597,735,863
IssuesEvent
2023-07-22 01:54:52
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Libraries missing, according to console
stat:awaiting response type:build/install stale subtype: ubuntu/linux TF 2.10
Ok so I've got this issue where when I run my program I get a few different errors. I believe this likely has been brought up before but the issue that I did find, was all over the place with a ton of different edits and things which were frankly too difficult to follow, at least for me. I'm using tensorflow 2.10.0, cu...
1.0
Libraries missing, according to console - Ok so I've got this issue where when I run my program I get a few different errors. I believe this likely has been brought up before but the issue that I did find, was all over the place with a ton of different edits and things which were frankly too difficult to follow, at lea...
non_comp
libraries missing according to console ok so i ve got this issue where when i run my program i get a few different errors i believe this likely has been brought up before but the issue that i did find was all over the place with a ton of different edits and things which were frankly too difficult to follow at lea...
0
11,835
13,956,296,463
IssuesEvent
2020-10-24 00:30:03
keymanapp/keyman
https://api.github.com/repos/keymanapp/keyman
closed
[Windows] Backspace in Firefox is sometimes not working correctly
bug compatibility external windows/
Keyman Desktop 10 and Firefox appear to be doing strange things on Windows with backspace. For example, with khmer_angkor keyboard, typing `xjmEr` gives `ខ្មែរ` and five backspaces should delete it all. But in Firefox, only 3 backspaces deletes it all, and not in the expected groupings either: 1. Start with `ខ្មែរ`....
True
[Windows] Backspace in Firefox is sometimes not working correctly - Keyman Desktop 10 and Firefox appear to be doing strange things on Windows with backspace. For example, with khmer_angkor keyboard, typing `xjmEr` gives `ខ្មែរ` and five backspaces should delete it all. But in Firefox, only 3 backspaces deletes it all,...
comp
backspace in firefox is sometimes not working correctly keyman desktop and firefox appear to be doing strange things on windows with backspace for example with khmer angkor keyboard typing xjmer gives ខ្មែរ and five backspaces should delete it all but in firefox only backspaces deletes it all and not ...
1
51,141
13,621,968,453
IssuesEvent
2020-09-24 02:15:13
raindigi/svgs
https://api.github.com/repos/raindigi/svgs
opened
CVE-2020-7733 (High) detected in ua-parser-js-0.7.17.tgz
security vulnerability
## CVE-2020-7733 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.17.tgz</b></p></summary> <p>Lightweight JavaScript-based user-agent string parser</p> <p>Library home ...
True
CVE-2020-7733 (High) detected in ua-parser-js-0.7.17.tgz - ## CVE-2020-7733 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.17.tgz</b></p></summary> <p>Lightweight Jav...
non_comp
cve high detected in ua parser js tgz cve high severity vulnerability vulnerable library ua parser js tgz lightweight javascript based user agent string parser library home page a href path to dependency file svgs package json path to vulnerable library svgs node mod...
0
375,256
11,102,073,088
IssuesEvent
2019-12-16 22:54:28
chocolatey/chocolatey.org
https://api.github.com/repos/chocolatey/chocolatey.org
closed
Unable to resolve dependency
2 - Working Bug Priority_HIGH
### What You Are Seeing? When installing packages as part of a docker build process, i keep getting issues with "Unable to resolve dependency." When trying to install googlechrome i got the following: ``` googlechrome not installed. An error occurred during installation: Unable to resolve dependency 'chocolatey...
1.0
Unable to resolve dependency - ### What You Are Seeing? When installing packages as part of a docker build process, i keep getting issues with "Unable to resolve dependency." When trying to install googlechrome i got the following: ``` googlechrome not installed. An error occurred during installation: Unable to...
non_comp
unable to resolve dependency what you are seeing when installing packages as part of a docker build process i keep getting issues with unable to resolve dependency when trying to install googlechrome i got the following googlechrome not installed an error occurred during installation unable to...
0
5,499
7,953,663,720
IssuesEvent
2018-07-12 03:00:39
PrinceOfAmber/Cyclic
https://api.github.com/repos/PrinceOfAmber/Cyclic
closed
Automated User Can't Place Items into Astral Sorcery's Starlight Infuser and other suggestions
bug: cannot replicate mod compatibility
Minecraft version: 1.12.2 Mod Version: 1.14.6 Server SevTech Modpack 3.0.4 Describe problem (what you were doing / what happened): https://streamable.com/yy6or Cyclic user in "Use" item mode doesn't allow to place crafting ingredients into Astral Sorcery's Starlight Infuser. It does work with activating the Sta...
True
Automated User Can't Place Items into Astral Sorcery's Starlight Infuser and other suggestions - Minecraft version: 1.12.2 Mod Version: 1.14.6 Server SevTech Modpack 3.0.4 Describe problem (what you were doing / what happened): https://streamable.com/yy6or Cyclic user in "Use" item mode doesn't allow to place c...
comp
automated user can t place items into astral sorcery s starlight infuser and other suggestions minecraft version mod version server sevtech modpack describe problem what you were doing what happened cyclic user in use item mode doesn t allow to place crafting ingredients into astr...
1
11,597
13,648,805,102
IssuesEvent
2020-09-26 11:13:28
ls1intum/Apollon
https://api.github.com/repos/ls1intum/Apollon
opened
CommunicationLink + Messages
bug data model incompatible
### Describe the bug <!-- A clear and concise description of what the bug is. --> CommunicationLink + Messages are currently implemented in a way, that they are not kept normalized in the application state. This does not cause a problem right now, but potentially in the future. Usually the application state is no...
True
CommunicationLink + Messages - ### Describe the bug <!-- A clear and concise description of what the bug is. --> CommunicationLink + Messages are currently implemented in a way, that they are not kept normalized in the application state. This does not cause a problem right now, but potentially in the future. Usua...
comp
communicationlink messages describe the bug communicationlink messages are currently implemented in a way that they are not kept normalized in the application state this does not cause a problem right now but potentially in the future usually the application state is normalized so communicationli...
1
17,221
23,749,170,797
IssuesEvent
2022-08-31 18:51:50
kokkos/kokkos-kernels
https://api.github.com/repos/kokkos/kokkos-kernels
opened
Nightly build failures: error: static assertion failed with "Reducer with a join() operator taking volatile-qualified parameters is no longer supported"
CompatibilityUpdate
Following merge of PR kokkos/kokkos#5194 to kokkos the following compilation errors began showing up in nightly tests with kokkos-kernels ``` 11:14:05 /home/jenkins/node/workspace/KokkosKernels_OSRHEL7_Intel19_0_5_cpp17-dbg/TestAll_2022-08-31_10.51.05/intel/19.0.5/OpenMP-debug/kokkos-install/include/impl/Kokkos_Fun...
True
Nightly build failures: error: static assertion failed with "Reducer with a join() operator taking volatile-qualified parameters is no longer supported" - Following merge of PR kokkos/kokkos#5194 to kokkos the following compilation errors began showing up in nightly tests with kokkos-kernels ``` 11:14:05 /home/jenk...
comp
nightly build failures error static assertion failed with reducer with a join operator taking volatile qualified parameters is no longer supported following merge of pr kokkos kokkos to kokkos the following compilation errors began showing up in nightly tests with kokkos kernels home jenkins no...
1
3,945
6,782,366,930
IssuesEvent
2017-10-30 07:43:33
angelleye/offers-for-woocommerce
https://api.github.com/repos/angelleye/offers-for-woocommerce
opened
COmpatibility check for WC product Bundle
Compatibility Check
Ticket: https://www.angelleye.com/support/scp/tickets.php?id=1519 Product used : https://wpclever.net/downloads/woocommerce-product-bundle When Client have a WC product with Type As smart bundle which have many products included in a bundle. Then when I make offer, let say , for 20$ where the original Bundle price i...
True
COmpatibility check for WC product Bundle - Ticket: https://www.angelleye.com/support/scp/tickets.php?id=1519 Product used : https://wpclever.net/downloads/woocommerce-product-bundle When Client have a WC product with Type As smart bundle which have many products included in a bundle. Then when I make offer, let say...
comp
compatibility check for wc product bundle ticket product used when client have a wc product with type as smart bundle which have many products included in a bundle then when i make offer let say for where the original bundle price is and the admin confirm the offer then i go to my front end wc ac...
1
2,447
5,191,048,472
IssuesEvent
2017-01-21 16:22:23
konsolas/AAC-Issues
https://api.github.com/repos/konsolas/AAC-Issues
closed
FastBreak + Farm FPs
bug compatibility
People getting kicked when using unsafe enchants from Essentials and when farming carrots potatos and other farmable stuff
True
FastBreak + Farm FPs - People getting kicked when using unsafe enchants from Essentials and when farming carrots potatos and other farmable stuff
comp
fastbreak farm fps people getting kicked when using unsafe enchants from essentials and when farming carrots potatos and other farmable stuff
1
324,733
24,014,878,390
IssuesEvent
2022-09-14 22:56:42
coinos/coinos-ui-v2
https://api.github.com/repos/coinos/coinos-ui-v2
closed
coinos name/brand to change throughout site
documentation
Adam has asked to change the coinos to all lowercase so the name is pronounced as all one word. ![logo black transparent bkg](https://user-images.githubusercontent.com/111467499/188697155-74d8fc71-93d4-4cad-8279-7f661671def7.png) ![white logo transparent bkg](https://user-images.githubusercontent.com/111467499/1886...
1.0
coinos name/brand to change throughout site - Adam has asked to change the coinos to all lowercase so the name is pronounced as all one word. ![logo black transparent bkg](https://user-images.githubusercontent.com/111467499/188697155-74d8fc71-93d4-4cad-8279-7f661671def7.png) ![white logo transparent bkg](https://us...
non_comp
coinos name brand to change throughout site adam has asked to change the coinos to all lowercase so the name is pronounced as all one word
0
319,863
9,761,558,050
IssuesEvent
2019-06-05 09:03:55
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
newtrade.sharekhan.com - see bug description
browser-firefox engine-gecko priority-normal
<!-- @browser: Firefox 68.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://newtrade.sharekhan.com/eodweb2017/login.do?caller=executeLoginValidation#/equity/101 **Browser / Version**: Firefox 68.0 **Operating...
1.0
newtrade.sharekhan.com - see bug description - <!-- @browser: Firefox 68.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Firefox/68.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://newtrade.sharekhan.com/eodweb2017/login.do?caller=executeLoginValidation#/equity/101 ...
non_comp
newtrade sharekhan com see bug description url browser version firefox operating system windows tested another browser no problem type something else description no appropriate page found getting this error steps to reproduce browser configuration ...
0
51,635
6,187,978,133
IssuesEvent
2017-07-04 09:01:05
GwtMaterialDesign/gwt-material-addins
https://api.github.com/repos/GwtMaterialDesign/gwt-material-addins
closed
MaterialOverlay threw an exeption on close() when opened with open()
add unit test bug ready
When the MaterialOverlay is opened with "open()", no source and then no animator is applied. But "close()" call the reverseAnimate() on the animator who has no targetElement and throw a null/undefined Exception.
1.0
MaterialOverlay threw an exeption on close() when opened with open() - When the MaterialOverlay is opened with "open()", no source and then no animator is applied. But "close()" call the reverseAnimate() on the animator who has no targetElement and throw a null/undefined Exception.
non_comp
materialoverlay threw an exeption on close when opened with open when the materialoverlay is opened with open no source and then no animator is applied but close call the reverseanimate on the animator who has no targetelement and throw a null undefined exception
0
15,212
19,292,240,781
IssuesEvent
2021-12-12 01:12:38
VRSDevs/XO-Rivals
https://api.github.com/repos/VRSDevs/XO-Rivals
closed
[MEJ - CMP][IMED] No puedo ver lo que escribo
mejora impacto-medio compatibilidad
**Descripción** Cuando haces register o login en móvil, no puedes ver lo que estás escribiendo porque el teclado tapa lo que escribes. Esto se puede llegar a volver bastante incómodo. Te hace sentir perdido. **Impacto** - Medio **Plataforma** - Móvil **Pasos** Pasos para reproducir el error: 1. Ir al menú...
True
[MEJ - CMP][IMED] No puedo ver lo que escribo - **Descripción** Cuando haces register o login en móvil, no puedes ver lo que estás escribiendo porque el teclado tapa lo que escribes. Esto se puede llegar a volver bastante incómodo. Te hace sentir perdido. **Impacto** - Medio **Plataforma** - Móvil **Pasos**...
comp
no puedo ver lo que escribo descripción cuando haces register o login en móvil no puedes ver lo que estás escribiendo porque el teclado tapa lo que escribes esto se puede llegar a volver bastante incómodo te hace sentir perdido impacto medio plataforma móvil pasos pasos para re...
1
657,793
21,844,588,342
IssuesEvent
2022-05-18 02:31:37
kubesphere/console
https://api.github.com/repos/kubesphere/console
closed
Service topology map container monitoring shows error
kind/bug kind/need-to-verify priority/medium
**Describe the bug** 1、There is a service ss, view the container monitoring information in the service topology ![image](https://user-images.githubusercontent.com/88183150/163120123-a2944c37-430c-4010-9f5d-69fbd8aafca9.png) 2、View the container monitoring information in the service topology 3、Switch to view POD a...
1.0
Service topology map container monitoring shows error - **Describe the bug** 1、There is a service ss, view the container monitoring information in the service topology ![image](https://user-images.githubusercontent.com/88183150/163120123-a2944c37-430c-4010-9f5d-69fbd8aafca9.png) 2、View the container monitoring inf...
non_comp
service topology map container monitoring shows error describe the bug 、there is a service ss view the container monitoring information in the service topology 、view the container monitoring information in the service topology 、switch to view pod and container monitoring the monitoring information...
0
7,134
16,659,847,456
IssuesEvent
2021-06-06 06:16:29
OndrejSzekely/metron
https://api.github.com/repos/OndrejSzekely/metron
opened
Add Hydra config framework
Metron architecture
Moving from [Dynaconf](https://dynaconf.readthedocs.io/en/docs_223/) configuration framework to Facebook's [Hydra](https://hydra.cc/) config tool. This allows to have much broader configuration options, which more fit into our scenario.
1.0
Add Hydra config framework - Moving from [Dynaconf](https://dynaconf.readthedocs.io/en/docs_223/) configuration framework to Facebook's [Hydra](https://hydra.cc/) config tool. This allows to have much broader configuration options, which more fit into our scenario.
non_comp
add hydra config framework moving from configuration framework to facebook s config tool this allows to have much broader configuration options which more fit into our scenario
0
14,344
17,266,477,015
IssuesEvent
2021-07-22 14:21:01
GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
https://api.github.com/repos/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
closed
Allocation failures on macOS.
compatibility input needed
For my renderer I wanted to use vma to deal with my allocations. However, it seems that this is broken on macOS. I am on big sur running under xcode 12.5. Many of my allocations fail with "CPU memory allocation failed.", and reverting the change from: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/p...
True
Allocation failures on macOS. - For my renderer I wanted to use vma to deal with my allocations. However, it seems that this is broken on macOS. I am on big sur running under xcode 12.5. Many of my allocations fail with "CPU memory allocation failed.", and reverting the change from: https://github.com/GPUOpen-Librarie...
comp
allocation failures on macos for my renderer i wanted to use vma to deal with my allocations however it seems that this is broken on macos i am on big sur running under xcode many of my allocations fail with cpu memory allocation failed and reverting the change from specifically going back to the old...
1
8,332
10,348,120,674
IssuesEvent
2019-09-04 19:01:13
krzychu124/Cities-Skylines-Traffic-Manager-President-Edition
https://api.github.com/repos/krzychu124/Cities-Skylines-Traffic-Manager-President-Edition
closed
Various mod incompatibilities (eg. Vehicle Wealthizer, some Klyte mods, etc.)
BUG COMPATIBILITY EXTERNAL awaiting feedback stale
<!-- Want to see an example bug report before you submit one? See: https://bit.ly/tmpe-etbr --> ### Description ### Reproduction Steps Add more steps as nessecary. 1. Load game 2. Error Shown when game is unpause 3. Try method above, same result ### Mod List Please list the mods enabled when you noticed...
True
Various mod incompatibilities (eg. Vehicle Wealthizer, some Klyte mods, etc.) - <!-- Want to see an example bug report before you submit one? See: https://bit.ly/tmpe-etbr --> ### Description ### Reproduction Steps Add more steps as nessecary. 1. Load game 2. Error Shown when game is unpause 3. Try method a...
comp
various mod incompatibilities eg vehicle wealthizer some klyte mods etc description reproduction steps add more steps as nessecary load game error shown when game is unpause try method above same result mod list please list the mods enabled when you noticed the bug t...
1
82,985
23,933,931,412
IssuesEvent
2022-09-11 00:21:42
apache/camel-k
https://api.github.com/repos/apache/camel-k
closed
support for multiple type of builders
area/build-system status/stale
at the moment we have a single general builder but we could need to have specialized builder for specific runtime and features, ideally the builder could be selected using a label
1.0
support for multiple type of builders - at the moment we have a single general builder but we could need to have specialized builder for specific runtime and features, ideally the builder could be selected using a label
non_comp
support for multiple type of builders at the moment we have a single general builder but we could need to have specialized builder for specific runtime and features ideally the builder could be selected using a label
0
11,356
8,368,960,603
IssuesEvent
2018-10-04 15:59:35
AOSC-Dev/aosc-os-abbs
https://api.github.com/repos/AOSC-Dev/aosc-os-abbs
opened
brave-browser: security update to 0.24.0
security upgrade
<!-- Please remove items do not apply. --> **CVE IDs:** … **Descriptions:** https://github.com/brave/browser-laptop/releases/tag/v0.24.0dev > Upgraded to Chromium 69.0.3497.100. **Architectural progress:** <!-- Please remove any architecture to which the security vulnerabilities do not apply. --> - [ ] AMD...
True
brave-browser: security update to 0.24.0 - <!-- Please remove items do not apply. --> **CVE IDs:** … **Descriptions:** https://github.com/brave/browser-laptop/releases/tag/v0.24.0dev > Upgraded to Chromium 69.0.3497.100. **Architectural progress:** <!-- Please remove any architecture to which the security v...
non_comp
brave browser security update to cve ids … descriptions upgraded to chromium architectural progress bit optional environment armel powerpc bit be powerpc bit be powerpc risc v bit
0
175,215
13,540,303,183
IssuesEvent
2020-09-16 14:30:21
microsoft/botframework-sdk
https://api.github.com/repos/microsoft/botframework-sdk
closed
DCR: As an NLU engineer, I would like to be able to run batch tests scripts against my language models to validate the utterances and entities my bot needs to work get resolved as expected
NLU Testing
## Issue The natural language understanding models used by a bot evolve independently of the underlying code, the LUIS portal provides a batch testing UI but it is not scriptable and can't be used in continuous integration or continuous delivery. ## Proposed change We need a batch testing API that can be invoked ...
1.0
DCR: As an NLU engineer, I would like to be able to run batch tests scripts against my language models to validate the utterances and entities my bot needs to work get resolved as expected - ## Issue The natural language understanding models used by a bot evolve independently of the underlying code, the LUIS portal pr...
non_comp
dcr as an nlu engineer i would like to be able to run batch tests scripts against my language models to validate the utterances and entities my bot needs to work get resolved as expected issue the natural language understanding models used by a bot evolve independently of the underlying code the luis portal pr...
0
296,626
22,310,482,100
IssuesEvent
2022-06-13 16:31:04
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
moveresult.touching_ground value is incorrect or misleading
@ Documentation Question
##### Minetest version <!-- Paste Minetest version between quotes below If you are on a devel version, please add git commit hash You can use `minetest --version` to find it. --> ``` Minetest 5.3.0 (Linux) Using Irrlicht 1.8.4 BUILD_TYPE=Release RUN_IN_PLACE=0 USE_GETTEXT=1 USE_SOUND=1 USE_CURL=1 USE_FREE...
1.0
moveresult.touching_ground value is incorrect or misleading - ##### Minetest version <!-- Paste Minetest version between quotes below If you are on a devel version, please add git commit hash You can use `minetest --version` to find it. --> ``` Minetest 5.3.0 (Linux) Using Irrlicht 1.8.4 BUILD_TYPE=Release RU...
non_comp
moveresult touching ground value is incorrect or misleading minetest version paste minetest version between quotes below if you are on a devel version please add git commit hash you can use minetest version to find it minetest linux using irrlicht build type release ru...
0
70,976
3,349,813,016
IssuesEvent
2015-11-17 11:39:36
vigour-io/vigour-native
https://api.github.com/repos/vigour-io/vigour-native
reopened
[IOS] Can we build for mtv using vigour-native?
platf:ios priority:critical question
We need an updated build for ios. It should include all the old stuff and include linking to external url's (which should open in the browser). Also see vigour-io/mtv-play#57. /css @shawninder @avdwerff
1.0
[IOS] Can we build for mtv using vigour-native? - We need an updated build for ios. It should include all the old stuff and include linking to external url's (which should open in the browser). Also see vigour-io/mtv-play#57. /css @shawninder @avdwerff
non_comp
can we build for mtv using vigour native we need an updated build for ios it should include all the old stuff and include linking to external url s which should open in the browser also see vigour io mtv play css shawninder avdwerff
0
534,581
15,629,916,419
IssuesEvent
2021-03-22 00:45:38
ucb-rit/coldfront
https://api.github.com/repos/ucb-rit/coldfront
closed
Project join requests should be auto-approved after a delay
database enhancement high priority
Currently, by default, all project join requests require hard approval from project managers. This can be burdensome, so they should be able to configure a delay period wherein they can review the request. If no intervention to prevent the request is made within that delay period, the request automatically goes thro...
1.0
Project join requests should be auto-approved after a delay - Currently, by default, all project join requests require hard approval from project managers. This can be burdensome, so they should be able to configure a delay period wherein they can review the request. If no intervention to prevent the request is made...
non_comp
project join requests should be auto approved after a delay currently by default all project join requests require hard approval from project managers this can be burdensome so they should be able to configure a delay period wherein they can review the request if no intervention to prevent the request is made...
0
23,866
11,980,580,924
IssuesEvent
2020-04-07 09:34:57
crossplane/crossplane
https://api.github.com/repos/crossplane/crossplane
closed
Group Classification for New Resources
enhancement services
<!-- Thank you for helping to improve Crossplane! Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please find us at https://slack.crossplane.io for questions, support, and discussion. --> ### What problem are you facing? Currently, when...
1.0
Group Classification for New Resources - <!-- Thank you for helping to improve Crossplane! Please be sure to search for open issues before raising a new one. We use issues for bug reports and feature requests. Please find us at https://slack.crossplane.io for questions, support, and discussion. --> ### What p...
non_comp
group classification for new resources thank you for helping to improve crossplane please be sure to search for open issues before raising a new one we use issues for bug reports and feature requests please find us at for questions support and discussion what problem are you facing ...
0
18,006
24,871,964,221
IssuesEvent
2022-10-27 15:51:03
TheKrowi/Krowi_AchievementFilter
https://api.github.com/repos/TheKrowi/Krowi_AchievementFilter
closed
WotLK Error by KnightDemons
compatibility
I keep getting this error. Looked in both ElvUI and Leatrix Maps to see if something needs turned off/on nothing I see. 23x ...aceKrowi_AchievementFilter\Plugins\ElvUI-12.91.lua:256: attempt to call method 'SetBackdrop' (a nil value) [string "@Krowi_AchievementFilter\Plugins\ElvUI-12.91.lua"]:256: in function <...
True
WotLK Error by KnightDemons - I keep getting this error. Looked in both ElvUI and Leatrix Maps to see if something needs turned off/on nothing I see. 23x ...aceKrowi_AchievementFilter\Plugins\ElvUI-12.91.lua:256: attempt to call method 'SetBackdrop' (a nil value) [string "@Krowi_AchievementFilter\Plugins\ElvUI-...
comp
wotlk error by knightdemons i keep getting this error looked in both elvui and leatrix maps to see if something needs turned off on nothing i see acekrowi achievementfilter plugins elvui lua attempt to call method setbackdrop a nil value in function in function in functi...
1
700,298
24,055,156,820
IssuesEvent
2022-09-16 16:07:05
sciencemesh/cs3api4lab
https://api.github.com/repos/sciencemesh/cs3api4lab
opened
Crash when trying to list contents for empty home
type:bug priority:low back-end
I had an issue which prevented the server extension to load. So the response to the home path was 404, which made the extension do a GET request to `/api/contents` (note the missing trailing slash). Our contents manager crashed with a very strange error (the asyncify was failing). This is a corner case, but can you ...
1.0
Crash when trying to list contents for empty home - I had an issue which prevented the server extension to load. So the response to the home path was 404, which made the extension do a GET request to `/api/contents` (note the missing trailing slash). Our contents manager crashed with a very strange error (the asyncify ...
non_comp
crash when trying to list contents for empty home i had an issue which prevented the server extension to load so the response to the home path was which made the extension do a get request to api contents note the missing trailing slash our contents manager crashed with a very strange error the asyncify wa...
0
533
2,966,553,516
IssuesEvent
2015-07-12 00:35:01
EducationalTestingService/skll
https://api.github.com/repos/EducationalTestingService/skll
closed
Changes based on big LibLinear refactoring in scikit-learn
sklearn-compatibility
Looks like scikit-learn did a big refactoring of how it uses LibLinear underlyingly. So, we need to account for this in SKLL too. Here are a few things I have noticed looking around: 1. `sklearn.svm.base.BaseLibLinear` no longer exists. Based on my conversations with Dan, we were using this class in `Learner.model_p...
True
Changes based on big LibLinear refactoring in scikit-learn - Looks like scikit-learn did a big refactoring of how it uses LibLinear underlyingly. So, we need to account for this in SKLL too. Here are a few things I have noticed looking around: 1. `sklearn.svm.base.BaseLibLinear` no longer exists. Based on my convers...
comp
changes based on big liblinear refactoring in scikit learn looks like scikit learn did a big refactoring of how it uses liblinear underlyingly so we need to account for this in skll too here are a few things i have noticed looking around sklearn svm base baseliblinear no longer exists based on my convers...
1
6,309
8,672,081,923
IssuesEvent
2018-11-29 21:02:53
pytroll/satpy
https://api.github.com/repos/pytroll/satpy
opened
[SEP] Reader naming conventions
PCW backwards-incompatibility component:readers enhancement help wanted refactor
This SatPy Enhancement Proposal [SEP] is to finalize reader naming conventions for all readers provided by SatPy. This issue is set for v0.11 which I think will be the "break all the readers and rename them" release. I propose the following reader naming convention and rules: ## Rules 1. Readers should be name...
True
[SEP] Reader naming conventions - This SatPy Enhancement Proposal [SEP] is to finalize reader naming conventions for all readers provided by SatPy. This issue is set for v0.11 which I think will be the "break all the readers and rename them" release. I propose the following reader naming convention and rules: ## ...
comp
reader naming conventions this satpy enhancement proposal is to finalize reader naming conventions for all readers provided by satpy this issue is set for which i think will be the break all the readers and rename them release i propose the following reader naming convention and rules rules ...
1
18,732
26,097,003,921
IssuesEvent
2022-12-26 22:00:35
tidalcycles/strudel
https://api.github.com/repos/tidalcycles/strudel
closed
allow notes without octaves
enhancement compatibility
in tidal, it's possible to write "c a f e" which creates notes that default to a certain octave, maybe 3.
True
allow notes without octaves - in tidal, it's possible to write "c a f e" which creates notes that default to a certain octave, maybe 3.
comp
allow notes without octaves in tidal it s possible to write c a f e which creates notes that default to a certain octave maybe
1
2,279
5,038,772,681
IssuesEvent
2016-12-18 13:02:43
dcodeIO/protobuf.js
https://api.github.com/repos/dcodeIO/protobuf.js
closed
Group error: Error: illegal token '{', ';' expected
compatibility
protobuf.js version: protobufjs@6.2.1 Parsing error ```js 'use strict'; var protobuf = require('protobufjs'); protobuf.load('test.proto', function(err, root) { if (err) throw err; console.log(root); }); ``` Proto file: ``` message BookDetails { optional string publisher = 4; opti...
True
Group error: Error: illegal token '{', ';' expected - protobuf.js version: protobufjs@6.2.1 Parsing error ```js 'use strict'; var protobuf = require('protobufjs'); protobuf.load('test.proto', function(err, root) { if (err) throw err; console.log(root); }); ``` Proto file: ``` message BookD...
comp
group error error illegal token expected protobuf js version protobufjs parsing error js use strict var protobuf require protobufjs protobuf load test proto function err root if err throw err console log root proto file message bookd...
1
19,208
26,699,876,231
IssuesEvent
2023-01-27 13:34:14
citusdata/citus
https://api.github.com/repos/citusdata/citus
closed
CREATE FOREIGN TABLE fails if the option "table_name" is not provided.
extension compatibility
Env: tools/citus_dev/citus_dev make testCluster psql -p 9700 > > CREATE EXTENSION **postgres_fdw;** > > CREATE SERVER foreign_server > FOREIGN DATA WRAPPER postgres_fdw > OPTIONS (host 'localhost', port '9700', dbname 'regression'); > > CREATE USER MAPPING FOR CURRENT_USER > ...
True
CREATE FOREIGN TABLE fails if the option "table_name" is not provided. - Env: tools/citus_dev/citus_dev make testCluster psql -p 9700 > > CREATE EXTENSION **postgres_fdw;** > > CREATE SERVER foreign_server > FOREIGN DATA WRAPPER postgres_fdw > OPTIONS (host 'localhost', port '9700', db...
comp
create foreign table fails if the option table name is not provided env tools citus dev citus dev make testcluster psql p create extension postgres fdw create server foreign server foreign data wrapper postgres fdw options host localhost port dbname ...
1
225,935
17,931,273,745
IssuesEvent
2021-09-10 09:33:29
Vicomtech/video-content-description-VCD
https://api.github.com/repos/Vicomtech/video-content-description-VCD
opened
Complete image.test.ts test
dependencies Typescript tests
For the moment it is kept unfinished in branch feature/typescript It may need to add OpenCV dependency.
1.0
Complete image.test.ts test - For the moment it is kept unfinished in branch feature/typescript It may need to add OpenCV dependency.
non_comp
complete image test ts test for the moment it is kept unfinished in branch feature typescript it may need to add opencv dependency
0
13,900
8,402,071,163
IssuesEvent
2018-10-11 04:38:12
amnh/PCG
https://api.github.com/repos/amnh/PCG
opened
Reimplement character sequences into a character matrix.
help wanted performance/optimization refactor
Currently character sequences are stored on the nodes of the phylogenetic forest. This make column-wise analysis unwieldy. We should instead store the character sequences as rows in a "character matrix" which is separate from the graph topology. This will make column-wise operations (required for network analysis and m...
True
Reimplement character sequences into a character matrix. - Currently character sequences are stored on the nodes of the phylogenetic forest. This make column-wise analysis unwieldy. We should instead store the character sequences as rows in a "character matrix" which is separate from the graph topology. This will make ...
non_comp
reimplement character sequences into a character matrix currently character sequences are stored on the nodes of the phylogenetic forest this make column wise analysis unwieldy we should instead store the character sequences as rows in a character matrix which is separate from the graph topology this will make ...
0
12,415
14,671,535,339
IssuesEvent
2020-12-30 08:25:15
Conflux-Chain/conflux-rust
https://api.github.com/repos/Conflux-Chain/conflux-rust
closed
Test framework is flaky. RPC response may come back after node being stopped.
P2 backward compatible bug
Here is the trace: > 19:45:31 Running commission_privilege_test.py > Traceback (most recent call last): > 19:47:11 File "commission_privilege_test.py", line 715, in <module> > 19:47:11 CommissionPrivilegeTest().main() > 19:47:11 File "/var/lib/jenkins/workspace/conflux-rust-github/tests/test_framework/te...
True
Test framework is flaky. RPC response may come back after node being stopped. - Here is the trace: > 19:45:31 Running commission_privilege_test.py > Traceback (most recent call last): > 19:47:11 File "commission_privilege_test.py", line 715, in <module> > 19:47:11 CommissionPrivilegeTest().main() > 19:47:...
comp
test framework is flaky rpc response may come back after node being stopped here is the trace running commission privilege test py traceback most recent call last file commission privilege test py line in commissionprivilegetest main file var lib j...
1
54
2,532,622,288
IssuesEvent
2015-01-23 17:17:49
Vazkii/Botania
https://api.github.com/repos/Vazkii/Botania
closed
Assembly Halo Blood Magic Orb Vanishes
compatibility investigate
So I found what I presume is an unintended bug and seems more related to this side of things. When using the assembly halo with any of the blood orbs for crafting it does not return the blood orb as it should when using the quick crafting.. It should be noted that using crafting table like a regular table does not have...
True
Assembly Halo Blood Magic Orb Vanishes - So I found what I presume is an unintended bug and seems more related to this side of things. When using the assembly halo with any of the blood orbs for crafting it does not return the blood orb as it should when using the quick crafting.. It should be noted that using crafting...
comp
assembly halo blood magic orb vanishes so i found what i presume is an unintended bug and seems more related to this side of things when using the assembly halo with any of the blood orbs for crafting it does not return the blood orb as it should when using the quick crafting it should be noted that using crafting...
1
17,586
24,257,139,806
IssuesEvent
2022-09-27 18:49:33
zloirock/core-js
https://api.github.com/repos/zloirock/core-js
closed
`String.prototype.endsWith` breaks Nashorn
compatibility nashorn
The `uncurryThis` helper introduced in https://github.com/zloirock/core-js/commit/fcbc2c878535b277f840997ab8ee819efd677888 is incompatible with Nashorn. When loading the [`endsWith` polyfill](https://github.com/zloirock/core-js/blob/master/packages/core-js/modules/es.string.ends-with.js), I receive this error: `Type...
True
`String.prototype.endsWith` breaks Nashorn - The `uncurryThis` helper introduced in https://github.com/zloirock/core-js/commit/fcbc2c878535b277f840997ab8ee819efd677888 is incompatible with Nashorn. When loading the [`endsWith` polyfill](https://github.com/zloirock/core-js/blob/master/packages/core-js/modules/es.string....
comp
string prototype endswith breaks nashorn the uncurrythis helper introduced in is incompatible with nashorn when loading the i receive this error typeerror is not a function minimal repro in jruby require java java import javax script scriptenginemanager engine scriptenginemanag...
1
580,258
17,214,186,501
IssuesEvent
2021-07-19 09:21:29
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
opened
Add snapshot tests suport on MacOS
OS/Desktop QA/No dev-concern enhancement priority/P4 release-notes/exclude
Currently snapshot tests are supported for Windows and Linux. Need to add support for MacOS.
1.0
Add snapshot tests suport on MacOS - Currently snapshot tests are supported for Windows and Linux. Need to add support for MacOS.
non_comp
add snapshot tests suport on macos currently snapshot tests are supported for windows and linux need to add support for macos
0
684,046
23,404,630,262
IssuesEvent
2022-08-12 11:33:14
elementary/stylesheet
https://api.github.com/repos/elementary/stylesheet
closed
Small arrow in disabled combo box
Priority: Low Status: Confirmed Bitesize
### What Happened? Enabled combo box: ![image](https://user-images.githubusercontent.com/80143868/180780850-8905667e-4ff5-4ace-85f6-c5adbbdb27c0.png) --- Disabled combo box: ![image](https://user-images.githubusercontent.com/80143868/180780929-e19c4c4f-2112-40f9-8ea6-1672c5bf5313.png) ### Steps to Reproduce...
1.0
Small arrow in disabled combo box - ### What Happened? Enabled combo box: ![image](https://user-images.githubusercontent.com/80143868/180780850-8905667e-4ff5-4ace-85f6-c5adbbdb27c0.png) --- Disabled combo box: ![image](https://user-images.githubusercontent.com/80143868/180780929-e19c4c4f-2112-40f9-8ea6-1672c5bf5...
non_comp
small arrow in disabled combo box what happened enabled combo box disabled combo box steps to reproduce open calendar app click gear icon in headerbar edit google calendar expected behavior icons should be the same os version x odin sof...
0
34,320
29,484,761,196
IssuesEvent
2023-06-02 08:54:11
ministryofjustice/data-platform
https://api.github.com/repos/ministryofjustice/data-platform
closed
Airflow Migration: Building out Airflow Infra in MP
Data Platform Core Infrastructure
## User Story We would like to replicate the Airflow Pulumi stack built and deployed into our sandpit account in our new MP account using terraform. ## User Type(s) Ops Engineers and Airflow Engineers ## Value Beginning stages of Airflow migration out of AP into a MOJ hosting platform ### Proposal A proposal that...
1.0
Airflow Migration: Building out Airflow Infra in MP - ## User Story We would like to replicate the Airflow Pulumi stack built and deployed into our sandpit account in our new MP account using terraform. ## User Type(s) Ops Engineers and Airflow Engineers ## Value Beginning stages of Airflow migration out of AP int...
non_comp
airflow migration building out airflow infra in mp user story we would like to replicate the airflow pulumi stack built and deployed into our sandpit account in our new mp account using terraform user type s ops engineers and airflow engineers value beginning stages of airflow migration out of ap int...
0
64,800
16,043,108,171
IssuesEvent
2021-04-22 10:20:05
hashicorp/packer-plugin-lxd
https://api.github.com/repos/hashicorp/packer-plugin-lxd
opened
File provisioner with lxd builder acts if trailing slash is present
builder/lxd community-supported plugin
_This issue was originally opened by @markododa as hashicorp/packer#7530. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._ <hr> Using the lxd builder, i have a simple file provisioner decler...
1.0
File provisioner with lxd builder acts if trailing slash is present - _This issue was originally opened by @markododa as hashicorp/packer#7530. It was migrated here as a result of the [Packer plugin split](https://github.com/hashicorp/packer/issues/8610#issuecomment-770034737). The original body of the issue is below._...
non_comp
file provisioner with lxd builder acts if trailing slash is present this issue was originally opened by markododa as hashicorp packer it was migrated here as a result of the the original body of the issue is below using the lxd builder i have a simple file provisioner decleration type fil...
0
687,129
23,514,714,156
IssuesEvent
2022-08-18 20:03:45
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
closed
[flash_ctrl] Correct Use of Interrupt Signals
Priority:P2 Type:Task Component:RTL IP:flash_ctrl
Hi @tjaychen I am looking at the Flash Ctrl Interrupts again, following your RTL updates from a while back now. I have been having problems getting the interface between the host (the TestBench) and the DUT working for any number of words (using interrupts). I think this may be due to the difference in speed be...
1.0
[flash_ctrl] Correct Use of Interrupt Signals - Hi @tjaychen I am looking at the Flash Ctrl Interrupts again, following your RTL updates from a while back now. I have been having problems getting the interface between the host (the TestBench) and the DUT working for any number of words (using interrupts). I thi...
non_comp
correct use of interrupt signals hi tjaychen i am looking at the flash ctrl interrupts again following your rtl updates from a while back now i have been having problems getting the interface between the host the testbench and the dut working for any number of words using interrupts i think this may...
0
5,590
8,059,797,257
IssuesEvent
2018-08-02 23:50:39
MichaelClerx/myokit
https://api.github.com/repos/MichaelClerx/myokit
closed
Distribute sundials dll's using setup.py
compatibility infra
- If on windows, include in `package_data` http://python.6.x6.nabble.com/Including-DLLs-in-binary-distributions-td2006336.html - Include sundials license in same directory: https://computation.llnl.gov/projects/sundials/license - Update default myokit.ini to point to these files (relative path?)
True
Distribute sundials dll's using setup.py - - If on windows, include in `package_data` http://python.6.x6.nabble.com/Including-DLLs-in-binary-distributions-td2006336.html - Include sundials license in same directory: https://computation.llnl.gov/projects/sundials/license - Update default myokit.ini to point ...
comp
distribute sundials dll s using setup py if on windows include in package data include sundials license in same directory update default myokit ini to point to these files relative path
1
873
3,322,321,461
IssuesEvent
2015-11-09 13:59:50
DICE-UNC/jargon
https://api.github.com/repos/DICE-UNC/jargon
closed
Read length set to zero on execute rule with condition
iRODS Compatibility
in RuleProcessingAOImplTest, failure in ```Java @Test public void testRuleContainsConditionWithEqualsInAttrib() throws Exception { // put a collection out to do a checksum on String testFileName = "testRuleChecksum1.txt"; String absPath = scratchFileUtils .createAndReturnAbsoluteScratchPath(IRO...
True
Read length set to zero on execute rule with condition - in RuleProcessingAOImplTest, failure in ```Java @Test public void testRuleContainsConditionWithEqualsInAttrib() throws Exception { // put a collection out to do a checksum on String testFileName = "testRuleChecksum1.txt"; String absPath = scra...
comp
read length set to zero on execute rule with condition in ruleprocessingaoimpltest failure in java test public void testrulecontainsconditionwithequalsinattrib throws exception put a collection out to do a checksum on string testfilename txt string abspath scratchfileutils ...
1
684
3,103,358,437
IssuesEvent
2015-08-31 09:19:05
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Mobile menus not working in Karma theme
compatibility wait for feedback
Have installed Yoast free version on my Wordpress site in Karma theme and now my menus do not show on mobile. Can you fix it? Have had to deactivate Yoast to get them back.
True
Mobile menus not working in Karma theme - Have installed Yoast free version on my Wordpress site in Karma theme and now my menus do not show on mobile. Can you fix it? Have had to deactivate Yoast to get them back.
comp
mobile menus not working in karma theme have installed yoast free version on my wordpress site in karma theme and now my menus do not show on mobile can you fix it have had to deactivate yoast to get them back
1
175,214
27,808,839,196
IssuesEvent
2023-03-17 23:39:57
oasisprotocol/explorer
https://api.github.com/repos/oasisprotocol/explorer
closed
UX/UI Design Change Report
ux/design
<!--- *This report is only for UX/UI issues of existing features and components* --> <!--- Complete *all* sections as described, this form is processed automatically --> --- #### SUMMARY name: "title of issue" about: "short description of issue"' labels: 'ux/ui design' assignees: '@donouwens' --- #### ...
1.0
UX/UI Design Change Report - <!--- *This report is only for UX/UI issues of existing features and components* --> <!--- Complete *all* sections as described, this form is processed automatically --> --- #### SUMMARY name: "title of issue" about: "short description of issue"' labels: 'ux/ui design' assignees:...
non_comp
ux ui design change report summary name title of issue about short description of issue labels ux ui design assignees donouwens issue type ux ui design change report urgency is this issue blocking your progress high medium low i d...
0
15,996
21,101,331,309
IssuesEvent
2022-04-04 14:44:05
MetaMask/metamask-extension
https://api.github.com/repos/MetaMask/metamask-extension
closed
[Enhancement] QR code should have a chain ID specified
type-enhancement mobile-compatibility
### Describe the bug Currently on extension, the account address QR code doesn’t have a chain ID associated with it, while on mobile this QR has a chain ID attached. When a user scans the extension account QR code, they get an error on mobile saying “Missing chain ID”. Let's unify on extension and mobile, to deci...
True
[Enhancement] QR code should have a chain ID specified - ### Describe the bug Currently on extension, the account address QR code doesn’t have a chain ID associated with it, while on mobile this QR has a chain ID attached. When a user scans the extension account QR code, they get an error on mobile saying “Missing c...
comp
qr code should have a chain id specified describe the bug currently on extension the account address qr code doesn’t have a chain id associated with it while on mobile this qr has a chain id attached when a user scans the extension account qr code they get an error on mobile saying “missing chain id” ...
1
120,917
12,100,455,415
IssuesEvent
2020-04-20 13:49:47
codesquad-member-2020/sidedish-03
https://api.github.com/repos/codesquad-member-2020/sidedish-03
closed
[Team] 팀별 라벨링에 따른 이슈 템플릿 수정
Team documentation
### 팀별 라벨링에 따른 이슈 템플릿을 수정합니다. - [x] BE 이슈템플릿에 BE 라벨 달기 - [x] FE 이슈템플릿에 FE 라벨 달기 - [x] iOS 이슈템플릿에 iOS 라벨 달기 - [x] 공통 이슈 템플릿 내용 일부 수정
1.0
[Team] 팀별 라벨링에 따른 이슈 템플릿 수정 - ### 팀별 라벨링에 따른 이슈 템플릿을 수정합니다. - [x] BE 이슈템플릿에 BE 라벨 달기 - [x] FE 이슈템플릿에 FE 라벨 달기 - [x] iOS 이슈템플릿에 iOS 라벨 달기 - [x] 공통 이슈 템플릿 내용 일부 수정
non_comp
팀별 라벨링에 따른 이슈 템플릿 수정 팀별 라벨링에 따른 이슈 템플릿을 수정합니다 be 이슈템플릿에 be 라벨 달기 fe 이슈템플릿에 fe 라벨 달기 ios 이슈템플릿에 ios 라벨 달기 공통 이슈 템플릿 내용 일부 수정
0
2,901
5,723,637,767
IssuesEvent
2017-04-20 12:47:22
neovim/neovim
https://api.github.com/repos/neovim/neovim
closed
":silent loadview" does not suppress errors
compatibility
As mentioned (and maybe forgotten) in Issue #2194, nvim does not respect a request to "silently" perform a command. In particular, with a nvim at HEAD installed and a blank .nvimrc, the command ``` vim silent loadview ``` will generate the output ``` E484: Can't open file /home/$USERNAME/.nvim/view/~=+$FILENAME= ``...
True
":silent loadview" does not suppress errors - As mentioned (and maybe forgotten) in Issue #2194, nvim does not respect a request to "silently" perform a command. In particular, with a nvim at HEAD installed and a blank .nvimrc, the command ``` vim silent loadview ``` will generate the output ``` E484: Can't open fi...
comp
silent loadview does not suppress errors as mentioned and maybe forgotten in issue nvim does not respect a request to silently perform a command in particular with a nvim at head installed and a blank nvimrc the command vim silent loadview will generate the output can t open file ho...
1
15,814
20,713,510,936
IssuesEvent
2022-03-12 08:59:27
Johni0702/bobby
https://api.github.com/repos/Johni0702/bobby
closed
Chunks fail to load, patchy chunk loading when Bobby is enabled in my mod stack
bug wontfix compatibility
Chunks fail to load, patchy chunk loading when Bobby is enabled in my mod stack. I've also had bobby cache get corrupted entirely, having to delete the .bobby folder to get it to load chunks again on Wildercraft. Any chance you could check the mod out with these on? ![image](https://user-images.githubuserconte...
True
Chunks fail to load, patchy chunk loading when Bobby is enabled in my mod stack - Chunks fail to load, patchy chunk loading when Bobby is enabled in my mod stack. I've also had bobby cache get corrupted entirely, having to delete the .bobby folder to get it to load chunks again on Wildercraft. Any chance you cou...
comp
chunks fail to load patchy chunk loading when bobby is enabled in my mod stack chunks fail to load patchy chunk loading when bobby is enabled in my mod stack i ve also had bobby cache get corrupted entirely having to delete the bobby folder to get it to load chunks again on wildercraft any chance you cou...
1
5,526
7,992,734,871
IssuesEvent
2018-07-20 03:24:57
ExtraCells/ExtraCells2
https://api.github.com/repos/ExtraCells/ExtraCells2
closed
OpenBlocks Liquid XP Tank
bug compatibility investigate triaged
I am using the latest nightly version of EC for forge before the fluid rework. The problem is that the fluid terminal as well as the fluid export bus can't completely fill up a OpenBlocks tank with OpenBlocks Liquid XP. When you put the tank in for the first time, it is filled to about 96% and when you put it in for th...
True
OpenBlocks Liquid XP Tank - I am using the latest nightly version of EC for forge before the fluid rework. The problem is that the fluid terminal as well as the fluid export bus can't completely fill up a OpenBlocks tank with OpenBlocks Liquid XP. When you put the tank in for the first time, it is filled to about 96% a...
comp
openblocks liquid xp tank i am using the latest nightly version of ec for forge before the fluid rework the problem is that the fluid terminal as well as the fluid export bus can t completely fill up a openblocks tank with openblocks liquid xp when you put the tank in for the first time it is filled to about an...
1
15,221
19,301,767,237
IssuesEvent
2021-12-13 06:53:33
ReplayMod/ReplayMod
https://api.github.com/repos/ReplayMod/ReplayMod
closed
Conflict with Mouse Tweaks due to GuiScreen wrapping?
bug compatibility
Hi, I'm the developer of [Mouse Tweaks](https://github.com/YaLTeR/MouseTweaks). I recently added a Fabric version and just got a [bug report](https://github.com/YaLTeR/MouseTweaks/issues/61) that Mouse Tweaks doesn't work when Replay Mod is loaded. The way Mouse Tweaks works is it [listens to `ScreenEvents.BEFORE_IN...
True
Conflict with Mouse Tweaks due to GuiScreen wrapping? - Hi, I'm the developer of [Mouse Tweaks](https://github.com/YaLTeR/MouseTweaks). I recently added a Fabric version and just got a [bug report](https://github.com/YaLTeR/MouseTweaks/issues/61) that Mouse Tweaks doesn't work when Replay Mod is loaded. The way Mous...
comp
conflict with mouse tweaks due to guiscreen wrapping hi i m the developer of i recently added a fabric version and just got a that mouse tweaks doesn t work when replay mod is loaded the way mouse tweaks works is it and if it can handle the screen that it gets in particular the check if ...
1
25,675
12,269,930,431
IssuesEvent
2020-05-07 14:46:36
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Documentation incorrect says the client app needs to have Owner permission
Pri2 cxp product-question service-bus-messaging/svc triaged
The documentation says the App id must have Owner permission of the resource group, which is incorrect. I tried it out and confirmed that the App id only need to have Contributor permission of the Service Bus namespace in order to manage it. This makes sense because from a least privilege POV, requiring Owner permissi...
1.0
Documentation incorrect says the client app needs to have Owner permission - The documentation says the App id must have Owner permission of the resource group, which is incorrect. I tried it out and confirmed that the App id only need to have Contributor permission of the Service Bus namespace in order to manage it. ...
non_comp
documentation incorrect says the client app needs to have owner permission the documentation says the app id must have owner permission of the resource group which is incorrect i tried it out and confirmed that the app id only need to have contributor permission of the service bus namespace in order to manage it ...
0
7,422
9,668,134,212
IssuesEvent
2019-05-21 14:35:30
jenkinsci/configuration-as-code-plugin
https://api.github.com/repos/jenkinsci/configuration-as-code-plugin
opened
provide build_timestamp configuration demo
plugin-compatibility
[jenkins-jira]: https://issues.jenkins-ci.org [dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341 [contributing]: ../blob/master/docs/CONTRIBUTING.md [compatibility]: ../blob/master/docs/COMPATIBILITY.md ### Your checklist for this issue 🚨 Please review the [guidelines for contribu...
True
provide build_timestamp configuration demo - [jenkins-jira]: https://issues.jenkins-ci.org [dashboard]: https://issues.jenkins.io/secure/Dashboard.jspa?selectPageId=18341 [contributing]: ../blob/master/docs/CONTRIBUTING.md [compatibility]: ../blob/master/docs/COMPATIBILITY.md ### Your checklist for this issue ...
comp
provide build timestamp configuration demo blob master docs contributing md blob master docs compatibility md your checklist for this issue 🚨 please review the to this repository 💡 to better understand plugin compatibility issues you can here is a link to get you...
1
8,460
10,470,928,207
IssuesEvent
2019-09-23 06:13:27
storybookjs/storybook
https://api.github.com/repos/storybookjs/storybook
closed
Storybook/Theme logo looks incorrect in IE11
bug compatibility with other tools good first issue theming todo
**Describe the bug** In Internet Explorer, the theme logo is not being properly containing which is causing a weird display bug. **To Reproduce** Steps to reproduce the behavior: 1. Go to any page with IE11. 2. You'll see the issue right away. 3. Even more present on pages with custom themes. **Expected beha...
True
Storybook/Theme logo looks incorrect in IE11 - **Describe the bug** In Internet Explorer, the theme logo is not being properly containing which is causing a weird display bug. **To Reproduce** Steps to reproduce the behavior: 1. Go to any page with IE11. 2. You'll see the issue right away. 3. Even more present ...
comp
storybook theme logo looks incorrect in describe the bug in internet explorer the theme logo is not being properly containing which is causing a weird display bug to reproduce steps to reproduce the behavior go to any page with you ll see the issue right away even more present on pag...
1
15,815
20,718,350,030
IssuesEvent
2022-03-13 01:18:57
BobsMods/bobsmods
https://api.github.com/repos/BobsMods/bobsmods
closed
Hidden void recipes
enhancement mod compatibility Bob's Metals Chemicals and Intermediates Bob's Revamp
Void recipes should not be marked as hidden. Instead should be marked as `hide_from_player_crafting` . https://wiki.factorio.com/Prototype/Recipe#hide_from_player_crafting This will assist helper mods such as FNEI and Helmod.
True
Hidden void recipes - Void recipes should not be marked as hidden. Instead should be marked as `hide_from_player_crafting` . https://wiki.factorio.com/Prototype/Recipe#hide_from_player_crafting This will assist helper mods such as FNEI and Helmod.
comp
hidden void recipes void recipes should not be marked as hidden instead should be marked as hide from player crafting this will assist helper mods such as fnei and helmod
1
31,882
4,294,755,107
IssuesEvent
2016-07-19 02:16:37
geetsisbac/YE7GLKCP77LP3XTRJGXDSBHN
https://api.github.com/repos/geetsisbac/YE7GLKCP77LP3XTRJGXDSBHN
closed
fGgwfrQcxq6r5idxqYMUb8s91FOtwIfmFU5i56GzEYDHKriihOTJVHUQeeuon5JCWR6cnprG7T1AhrZhnHFuwI03KkAy8vV4dPleHTyItxAPUhwF7NIW5jmNSId5HiiBnsnoso9o7algHNYNaTIYWQFK+5Jvft8ym2qqG3MRcn8=
design
2NxPPyh9o82QPQvh+oyJQzbBvevg2seJ5AuxER4+jg+AMQxUnqFq7CVb6WCxernYiVCm9fw6IwLg1RdGyL+nHn7F1386EupQ9skLEiDb+tYyxq8YQQP+8woNXmGKs7X48GjGScAK3BjeKtGgAwyinlqW541TSLIlMYeSZLrR6rN6KVOaATDop4e0m6jY7GZdpvibdxYnVzbgfFQNmQPZcASoa32PEy/pSdb7eZIA8R/R0WqI5a/ogCyH4b+m4v26oz7T4Lj21c9+QeeTQGU7+wv5kKxD9+pL3J9nTi9HisU9WwwlVtwxb4ZSw2hf/jrS...
1.0
fGgwfrQcxq6r5idxqYMUb8s91FOtwIfmFU5i56GzEYDHKriihOTJVHUQeeuon5JCWR6cnprG7T1AhrZhnHFuwI03KkAy8vV4dPleHTyItxAPUhwF7NIW5jmNSId5HiiBnsnoso9o7algHNYNaTIYWQFK+5Jvft8ym2qqG3MRcn8= - 2NxPPyh9o82QPQvh+oyJQzbBvevg2seJ5AuxER4+jg+AMQxUnqFq7CVb6WCxernYiVCm9fw6IwLg1RdGyL+nHn7F1386EupQ9skLEiDb+tYyxq8YQQP+8woNXmGKs7X48GjGScAK3BjeKtGgA...
non_comp
jg r pp sfsepvkpcugfa a tzhzh reostrajuwt
0
451,688
32,038,219,979
IssuesEvent
2023-09-22 17:01:40
SpikeInterface/spikeinterface
https://api.github.com/repos/SpikeInterface/spikeinterface
closed
Read the docs structure shows core tutorials nested inside widget tutorials
documentation
If I clik on the module examples gallery, then core tutorials and finally append and concatenate segments the side menu makes it appears as if this embedded in the widgets tutorials. ![image](https://github.com/SpikeInterface/spikeinterface/assets/6429509/60413631-06cd-4a4d-b80d-0c7734aa8040) Not sure why this is...
1.0
Read the docs structure shows core tutorials nested inside widget tutorials - If I clik on the module examples gallery, then core tutorials and finally append and concatenate segments the side menu makes it appears as if this embedded in the widgets tutorials. ![image](https://github.com/SpikeInterface/spikeinterfa...
non_comp
read the docs structure shows core tutorials nested inside widget tutorials if i clik on the module examples gallery then core tutorials and finally append and concatenate segments the side menu makes it appears as if this embedded in the widgets tutorials not sure why this is the case or if this indica...
0
12,606
14,913,395,789
IssuesEvent
2021-01-22 14:05:13
presscustomizr/customizr
https://api.github.com/repos/presscustomizr/customizr
closed
Conflict with OptimizePress3
bug compatibility-issue fixed
https://secure.helpscout.net/conversation/1402534852/224589?folderId=610156 error is located in assets\front\js\_parts\_parts_classical\_various_former_hardcoded.part.js ```javascript if ( pluginCompatParams.optimizepress_compat && pluginCompatParams.optimizepress_compat.remove_fancybox_loading ) { ...
True
Conflict with OptimizePress3 - https://secure.helpscout.net/conversation/1402534852/224589?folderId=610156 error is located in assets\front\js\_parts\_parts_classical\_various_former_hardcoded.part.js ```javascript if ( pluginCompatParams.optimizepress_compat && pluginCompatParams.optimizepress_compat.remove_fan...
comp
conflict with error is located in assets front js parts parts classical various former hardcoded part js javascript if plugincompatparams optimizepress compat plugincompatparams optimizepress compat remove fancybox loading var opjq opjq undefined if ...
1
176,072
6,556,723,131
IssuesEvent
2017-09-06 15:00:01
strongloop/generator-loopback
https://api.github.com/repos/strongloop/generator-loopback
closed
Improve test cases to catch broken generator in time
feature needs-priority stale
Some error could not be caught in time, like https://github.com/strongloop/loopback/issues/2505(Fixed by https://github.com/strongloop/generator-loopback/pull/212) CI was green but actually the generator was broken. This means our test cases doesn't wholly mock the real scenario of the prompts.
1.0
Improve test cases to catch broken generator in time - Some error could not be caught in time, like https://github.com/strongloop/loopback/issues/2505(Fixed by https://github.com/strongloop/generator-loopback/pull/212) CI was green but actually the generator was broken. This means our test cases doesn't wholly mock th...
non_comp
improve test cases to catch broken generator in time some error could not be caught in time like by ci was green but actually the generator was broken this means our test cases doesn t wholly mock the real scenario of the prompts
0
89,060
8,188,858,025
IssuesEvent
2018-08-30 04:30:32
humera987/HumTestData
https://api.github.com/repos/humera987/HumTestData
opened
humerafxtest : ApiV1Notifications@randomDeleteOtherRbac
humerafxtest
Project : humerafxtest Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 200 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], ...
1.0
humerafxtest : ApiV1Notifications@randomDeleteOtherRbac - Project : humerafxtest Job : UAT Env : UAT Region : FXLabs/US_WEST_1 Result : fail Status Code : 200 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate]...
non_comp
humerafxtest randomdeleteotherrbac project humerafxtest job uat env uat region fxlabs us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date ...
0
9,000
11,035,708,210
IssuesEvent
2019-12-07 15:36:28
nginx-clojure/nginx-clojure
https://api.github.com/repos/nginx-clojure/nginx-clojure
closed
At compiling - variable 'rc' set but not used (ngx_http_clojure_module.c:2196:13)
compiler compatibility
At running: ``` ARG NGINX_CLOJURE_VERSION=0.5.1 RUN ARGS=$(nginx -V 2>&1 | sed -n -e 's/^.*arguments: //p') \ cd nginx-$NGINX_VERSION && \ ./configure \ --prefix=/opt/nginx \ --with-compat $ARGS \ --add-dynamic-module=../nginx-clojure-$NGINX_CLOJURE_VERSION/src/c && \ make i...
True
At compiling - variable 'rc' set but not used (ngx_http_clojure_module.c:2196:13) - At running: ``` ARG NGINX_CLOJURE_VERSION=0.5.1 RUN ARGS=$(nginx -V 2>&1 | sed -n -e 's/^.*arguments: //p') \ cd nginx-$NGINX_VERSION && \ ./configure \ --prefix=/opt/nginx \ --with-compat $ARGS \ ...
comp
at compiling variable rc set but not used ngx http clojure module c at running arg nginx clojure version run args nginx v sed n e s arguments p cd nginx nginx version configure prefix opt nginx with compat args a...
1
52,201
13,727,984,078
IssuesEvent
2020-10-04 09:24:22
monizb/FireShort
https://api.github.com/repos/monizb/FireShort
reopened
Insecure Password Storage For Protected Links - autoclosed - autoclosed
good first issue hacktoberfest security vulnerability
> @abhinavkrin that's not a problem, I'll keep the PR open so you can push all your commits and have one review and testing once you are ready. Thanks! Hey @monizb, As I was working with the admin panel. I found out that the way the password is checked is insecure. The document has read access set to "public". And h...
True
Insecure Password Storage For Protected Links - autoclosed - autoclosed - > @abhinavkrin that's not a problem, I'll keep the PR open so you can push all your commits and have one review and testing once you are ready. Thanks! Hey @monizb, As I was working with the admin panel. I found out that the way the password i...
non_comp
insecure password storage for protected links autoclosed autoclosed abhinavkrin that s not a problem i ll keep the pr open so you can push all your commits and have one review and testing once you are ready thanks hey monizb as i was working with the admin panel i found out that the way the password i...
0
15,722
20,362,602,370
IssuesEvent
2022-02-20 22:13:55
elementor/elementor
https://api.github.com/repos/elementor/elementor
closed
🐞 Bug report: Elementor Header & Footer Builder giving errors
compatibility
### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description The System Info says Elementor is incompatible with: Elementor Header & Footer Builder: Compatible ### ...
True
🐞 Bug report: Elementor Header & Footer Builder giving errors - ### Prerequisites - [X] I have searched for similar issues in both open and closed tickets and cannot find a duplicate. - [X] The issue still exists against the latest stable version of Elementor. ### Description The System Info says Elementor is incom...
comp
🐞 bug report elementor header footer builder giving errors prerequisites i have searched for similar issues in both open and closed tickets and cannot find a duplicate the issue still exists against the latest stable version of elementor description the system info says elementor is incompati...
1