Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10
values | text_combine stringlengths 96 261k | label stringclasses 2
values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
45,445 | 12,806,416,665 | IssuesEvent | 2020-07-03 09:24:27 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Add a flag to enforce emulation of row value expression predicates | C: Functionality E: All Editions P: Medium R: Wontfix T: Defect | Not all databases can handle row value expression predicates for optimal index usage.
We shouldn't generate such expressions in the SEEK clause, or at least provide a setting to override the behaviour.
Other feature emulations might need enforcement as well. Let's analyse this in a broader context.
----
See a... | 1.0 | Add a flag to enforce emulation of row value expression predicates - Not all databases can handle row value expression predicates for optimal index usage.
We shouldn't generate such expressions in the SEEK clause, or at least provide a setting to override the behaviour.
Other feature emulations might need enforce... | defect | add a flag to enforce emulation of row value expression predicates not all databases can handle row value expression predicates for optimal index usage we shouldn t generate such expressions in the seek clause or at least provide a setting to override the behaviour other feature emulations might need enforce... | 1 |
76,416 | 21,394,723,148 | IssuesEvent | 2022-04-21 10:27:36 | yatinappsmith/TestCaseRepo | https://api.github.com/repos/yatinappsmith/TestCaseRepo | opened | [TestCase] verify the functionality of document viewer by adding png image link | Automated App Viewers Pod UI Building Pod Document Viewer Widget | ### Steps
**Step1.** drag and drop file picker widget
**Expected** ensure that file picker widget placed on canvas
**Step2.** go to properties of document viewer
**Expected** ensure that document viewer properties panel opened
**Step3.** Click on document link textbox
**Expected** ensure that it is editable
**Step4... | 1.0 | [TestCase] verify the functionality of document viewer by adding png image link - ### Steps
**Step1.** drag and drop file picker widget
**Expected** ensure that file picker widget placed on canvas
**Step2.** go to properties of document viewer
**Expected** ensure that document viewer properties panel opened
**Step3.... | non_defect | verify the functionality of document viewer by adding png image link steps drag and drop file picker widget expected ensure that file picker widget placed on canvas go to properties of document viewer expected ensure that document viewer properties panel opened click on document ... | 0 |
65,549 | 19,571,037,380 | IssuesEvent | 2022-01-04 09:57:30 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Grey text in Preferences in wrong location | T-Defect X-Regression S-Major X-Release-Blocker A-User-Settings O-Frequent good first issue | ### Steps to reproduce
1. Navigate to Settings, Preferences
2. Look at the grey text right of "Show all rooms in Home" and "Display Communities instead of Spaces"
3. See the grey text is to the right of the normal text instead of under it
### Outcome
#### What did you expect?
Grey text should be underneath th... | 1.0 | Grey text in Preferences in wrong location - ### Steps to reproduce
1. Navigate to Settings, Preferences
2. Look at the grey text right of "Show all rooms in Home" and "Display Communities instead of Spaces"
3. See the grey text is to the right of the normal text instead of under it
### Outcome
#### What did you... | defect | grey text in preferences in wrong location steps to reproduce navigate to settings preferences look at the grey text right of show all rooms in home and display communities instead of spaces see the grey text is to the right of the normal text instead of under it outcome what did you... | 1 |
45,051 | 12,530,009,610 | IssuesEvent | 2020-06-04 12:22:19 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | TreeTable column body prop function does not contain column argument | defect | ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours
**I'm submitting a ...** (check one with "x")
```
[x] bug report
[ ] feature request
[ ] support... | 1.0 | TreeTable column body prop function does not contain column argument - ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours
**I'm submitting a ...** (che... | defect | treetable column body prop function does not contain column argument there is no guarantee in receiving an immediate response in github issue tracker if you d like to secure our response you may consider primereact pro support where support is provided within business hours i m submitting a che... | 1 |
48,904 | 20,360,372,462 | IssuesEvent | 2022-02-20 15:49:25 | PreMiD/Presences | https://api.github.com/repos/PreMiD/Presences | opened | Service Name | Service URL | Service Request | ### Website name
C More
### Website URL
https://www.cmore.fi/
### Website logo
https://www.katsomo.fi/multimedia/cmore/images/cmore-logo-big.png
### Prerequisites
- [X] It is a paid service
- [ ] It displays NSFW content
- [X] It is region restricted
### Description
showing what movie or series im playing i ca... | 1.0 | Service Name | Service URL - ### Website name
C More
### Website URL
https://www.cmore.fi/
### Website logo
https://www.katsomo.fi/multimedia/cmore/images/cmore-logo-big.png
### Prerequisites
- [X] It is a paid service
- [ ] It displays NSFW content
- [X] It is region restricted
### Description
showing what mo... | non_defect | service name service url website name c more website url website logo prerequisites it is a paid service it displays nsfw content it is region restricted description showing what movie or series im playing i can rent acc for making this | 0 |
321,251 | 23,848,084,442 | IssuesEvent | 2022-09-06 15:27:19 | slackhq/circuit | https://api.github.com/repos/slackhq/circuit | closed | Document/encourage use of `Nothing` for event-less UIs | documentation enhancement | For Uis with no events, we should just use `Nothing`. Should we just document this or offer a `StaticUi<UiState>` + `StaticPresenter<UiState>` function combo?
```kotlin
interface StaticUi<UiState> : Ui<UiState, Nothing>
interface StaticPresenter<UiState> : Presenter<UiState, Nothing>
```
---
**TODO**
- [x] Upd... | 1.0 | Document/encourage use of `Nothing` for event-less UIs - For Uis with no events, we should just use `Nothing`. Should we just document this or offer a `StaticUi<UiState>` + `StaticPresenter<UiState>` function combo?
```kotlin
interface StaticUi<UiState> : Ui<UiState, Nothing>
interface StaticPresenter<UiState> : P... | non_defect | document encourage use of nothing for event less uis for uis with no events we should just use nothing should we just document this or offer a staticui staticpresenter function combo kotlin interface staticui ui interface staticpresenter presenter todo update sample | 0 |
76,777 | 26,593,923,782 | IssuesEvent | 2023-01-23 10:56:04 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | @room not working | T-Defect | ### Steps to reproduce
the @room thing is not working on Mac desktop client and web, as well as on iphone ...
### Outcome
#### What did you expect?
that all in the room would be notified ;-)
#### What happened instead?
it is just written in a text but without the real function behind it
### Operating system... | 1.0 | @room not working - ### Steps to reproduce
the @room thing is not working on Mac desktop client and web, as well as on iphone ...
### Outcome
#### What did you expect?
that all in the room would be notified ;-)
#### What happened instead?
it is just written in a text but without the real function behind it
... | defect | room not working steps to reproduce the room thing is not working on mac desktop client and web as well as on iphone outcome what did you expect that all in the room would be notified what happened instead it is just written in a text but without the real function behind it ... | 1 |
193,624 | 15,382,659,006 | IssuesEvent | 2021-03-03 01:05:51 | mantidproject/mantid | https://api.github.com/repos/mantidproject/mantid | closed | Documentation for GetNegMuMuonicXRD Algorithm | Documentation Stale | Create Documentation describing what GetNegMuMuonicXRD #13145 does and how to use it.
| 1.0 | Documentation for GetNegMuMuonicXRD Algorithm - Create Documentation describing what GetNegMuMuonicXRD #13145 does and how to use it.
| non_defect | documentation for getnegmumuonicxrd algorithm create documentation describing what getnegmumuonicxrd does and how to use it | 0 |
65,084 | 19,091,127,491 | IssuesEvent | 2021-11-29 12:13:44 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | "New login. Was this you?" message does not disappear | T-Defect | ### Steps to reproduce
1. Logged in and verified on one device.
2. Log in on a new device.
3. Follow the steps to verify successfully.
4. The first device now says "New login. Was this you?"
5. Click "Check your devices", which launches the Settings dialog.
### Outcome
#### What did you expect?
I expe... | 1.0 | "New login. Was this you?" message does not disappear - ### Steps to reproduce
1. Logged in and verified on one device.
2. Log in on a new device.
3. Follow the steps to verify successfully.
4. The first device now says "New login. Was this you?"
5. Click "Check your devices", which launches the Settings dialog.... | defect | new login was this you message does not disappear steps to reproduce logged in and verified on one device log in on a new device follow the steps to verify successfully the first device now says new login was this you click check your devices which launches the settings dialog ... | 1 |
182,224 | 30,819,034,070 | IssuesEvent | 2023-08-01 15:08:31 | underdog-tech/vulnbot | https://api.github.com/repos/underdog-tech/vulnbot | closed | Normalize the data pulled from the data source(s) | enhancement help wanted Data Sources design decision needed | # 🚀 Feature Request
## Is your feature request related to a problem? Please describe.
In order to eventually support multiple data sources, we need to have some sort of normalized format that the sources can output. If we don't, this whole thing is never going to work well. I think we also need to have them all fe... | 1.0 | Normalize the data pulled from the data source(s) - # 🚀 Feature Request
## Is your feature request related to a problem? Please describe.
In order to eventually support multiple data sources, we need to have some sort of normalized format that the sources can output. If we don't, this whole thing is never going to... | non_defect | normalize the data pulled from the data source s 🚀 feature request is your feature request related to a problem please describe in order to eventually support multiple data sources we need to have some sort of normalized format that the sources can output if we don t this whole thing is never going to... | 0 |
518,154 | 15,024,849,282 | IssuesEvent | 2021-02-01 20:13:38 | Esri/data-collection-ios | https://api.github.com/repos/Esri/data-collection-ios | closed | Consider using final attribute | Effort - Small Priority - Low Status - Backlog | Marking appropriate declarations as `final` can improve runtime efficiency for debug builds. The compiler can infer `final` for `public`/`internal` classes that aren't subclassed elsewhere in the module when using Whole Module Optimization, but WMO is only turned on for release builds. Marking classes/methods/propertie... | 1.0 | Consider using final attribute - Marking appropriate declarations as `final` can improve runtime efficiency for debug builds. The compiler can infer `final` for `public`/`internal` classes that aren't subclassed elsewhere in the module when using Whole Module Optimization, but WMO is only turned on for release builds. ... | non_defect | consider using final attribute marking appropriate declarations as final can improve runtime efficiency for debug builds the compiler can infer final for public internal classes that aren t subclassed elsewhere in the module when using whole module optimization but wmo is only turned on for release builds ... | 0 |
368,876 | 10,885,750,008 | IssuesEvent | 2019-11-18 11:02:05 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | m.bild.de - site is not usable | browser-focus-geckoview engine-gecko priority-important | <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: http://m.bild.de/wa/ll/bild-de/privater-modus-unangemeldet-54578900.bildMobile.html
**Browser / Version**:... | 1.0 | m.bild.de - site is not usable - <!-- @browser: Firefox Mobile 71.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:71.0) Gecko/71.0 Firefox/71.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: http://m.bild.de/wa/ll/bild-de/privater-modus-unangemeldet-54578900.bildMo... | non_defect | m bild de site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description site can t be showen steps to reproduce browser configuration none from w... | 0 |
57,952 | 16,190,040,765 | IssuesEvent | 2021-05-04 07:03:08 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | "in reply to" header is missing a space | A-Bridge A-Replies T-Defect X-Needs-Info | ### Description
The "in reply to" header appears to almost always be missing a space.

It is also very often attributed to `undefined`, but that's its own issue, and might be specific to the room bein... | 1.0 | "in reply to" header is missing a space - ### Description
The "in reply to" header appears to almost always be missing a space.

It is also very often attributed to `undefined`, but that's its own iss... | defect | in reply to header is missing a space description the in reply to header appears to almost always be missing a space it is also very often attributed to undefined but that s its own issue and might be specific to the room being bridged with a slack channel describe here the problem that... | 1 |
109,966 | 11,672,925,188 | IssuesEvent | 2020-03-04 07:54:36 | ais-dotnet/Ais.Net | https://api.github.com/repos/ais-dotnet/Ais.Net | opened | Typos in NmeaAisStaticDataReportParserPartB docs | documentation | Many of the XML documentation comments for the `NmeaAisStaticDataReportParserPartB` have the text "Not present is this is". That should be "Not present if this is". | 1.0 | Typos in NmeaAisStaticDataReportParserPartB docs - Many of the XML documentation comments for the `NmeaAisStaticDataReportParserPartB` have the text "Not present is this is". That should be "Not present if this is". | non_defect | typos in nmeaaisstaticdatareportparserpartb docs many of the xml documentation comments for the nmeaaisstaticdatareportparserpartb have the text not present is this is that should be not present if this is | 0 |
219,232 | 24,465,751,752 | IssuesEvent | 2022-10-07 14:52:35 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Vulnerability roundup 103: podofo-0.9.7: 4 advisories [7.8] | 1.severity: security 2.status: wait-for-upstream | [search](https://search.nix.gsc.io/?q=podofo&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=podofo+in%3Apath&type=Code)
* [ ] [CVE-2021-30472](https://nvd.nist.gov/vuln/detail/CVE-2021-30472) CVSSv3=7.8 (nixos-21.05, nixos-unstable)
* [ ] [CVE-2021-30469](https://nvd.nis... | True | Vulnerability roundup 103: podofo-0.9.7: 4 advisories [7.8] - [search](https://search.nix.gsc.io/?q=podofo&i=fosho&repos=NixOS-nixpkgs), [files](https://github.com/NixOS/nixpkgs/search?utf8=%E2%9C%93&q=podofo+in%3Apath&type=Code)
* [ ] [CVE-2021-30472](https://nvd.nist.gov/vuln/detail/CVE-2021-30472) CVSSv3=7.8 (nixos... | non_defect | vulnerability roundup podofo advisories nixos nixos unstable nixos nixos unstable nixos nixos unstable nixos nixos unstable scanned versions nixos nixos unstable | 0 |
53,262 | 13,261,311,188 | IssuesEvent | 2020-08-20 19:39:49 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | clsim - hobo clsim build chokes doc build (Trac #1077) | Migrated from Trac combo simulation defect | clsim's dependency list should probably AND'd, not OR'd.
```text
-- + clsim
-- +-- python [symlinks]
-- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations.
-- +-- numpy support (for tabulator)
-- +-- safeprimes_base32.gz already downloaded
-- +-- gmp su... | 1.0 | clsim - hobo clsim build chokes doc build (Trac #1077) - clsim's dependency list should probably AND'd, not OR'd.
```text
-- + clsim
-- +-- python [symlinks]
-- +-- Geant4 or OpenCL is not installed on your system. clsim will fail if it is not used with parameterizations.
-- +-- numpy support (for tabulator)
-- +... | defect | clsim hobo clsim build chokes doc build trac clsim s dependency list should probably and d not or d text clsim python or opencl is not installed on your system clsim will fail if it is not used with parameterizations numpy support for tabulator safeprimes g... | 1 |
9,820 | 2,615,175,447 | IssuesEvent | 2015-03-01 06:58:46 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | sending identity response .warning resive timeout occure. sending | auto-migrated Priority-Triage Type-Defect | ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-wps/wiki/HintsAndTips
http://code.google.com/p/reaver-wps/wiki/README... | 1.0 | sending identity response .warning resive timeout occure. sending - ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-... | defect | sending identity response warning resive timeout occure sending a few things to consider before submitting an issue we write documentation for a reason if you have not read it and are having problems with reaver these pages are required reading before submitting an issue reaver will only work... | 1 |
81,980 | 31,839,174,617 | IssuesEvent | 2023-09-14 15:12:50 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | closed | AllSummaryAndMonthly option in Output:Table:SummaryReports prompts many warnings and incomplete reports | Defect | Issue overview
--------------
Adding the predefined monthly reports by including:
```
Output:Table:SummaryReports,
AllSummaryAndMonthly; !- Report 1 Name
```
Generates about 200 new warning messages. An example is shown below
```
** Warning ** In Output:Table:Monthly 'SpaceGainsMont... | 1.0 | AllSummaryAndMonthly option in Output:Table:SummaryReports prompts many warnings and incomplete reports - Issue overview
--------------
Adding the predefined monthly reports by including:
```
Output:Table:SummaryReports,
AllSummaryAndMonthly; !- Report 1 Name
```
Generates about 200 new wa... | defect | allsummaryandmonthly option in output table summaryreports prompts many warnings and incomplete reports issue overview adding the predefined monthly reports by including output table summaryreports allsummaryandmonthly report name generates about new warn... | 1 |
646,427 | 21,047,341,961 | IssuesEvent | 2022-03-31 17:16:21 | bluek8s/kubedirector | https://api.github.com/repos/bluek8s/kubedirector | opened | investigate whitelisting pods/exec for kdcluster pods | Priority: High Type: Enhancement Status: In Progress Project: Cluster Reconcile | kdcluster pod containers are allowed to run as root because most of them are acting as "virtual Linux hosts" and need to e.g. run init as the entrypoint command to start up the usual Linux process tree.
If environment running the kdclusters uses RBACs to block general users from doing "kubectl exec" then this isn't ... | 1.0 | investigate whitelisting pods/exec for kdcluster pods - kdcluster pod containers are allowed to run as root because most of them are acting as "virtual Linux hosts" and need to e.g. run init as the entrypoint command to start up the usual Linux process tree.
If environment running the kdclusters uses RBACs to block ... | non_defect | investigate whitelisting pods exec for kdcluster pods kdcluster pod containers are allowed to run as root because most of them are acting as virtual linux hosts and need to e g run init as the entrypoint command to start up the usual linux process tree if environment running the kdclusters uses rbacs to block ... | 0 |
341,767 | 24,712,493,532 | IssuesEvent | 2022-10-20 02:46:55 | joce1ynn/just-tech-news-ORM-MVC | https://api.github.com/repos/joce1ynn/just-tech-news-ORM-MVC | opened | What I've Learned | documentation | 1. - Implement the Sequelize ORM in a Node.js application.
2. - Define models that use datatype validations.
3. - Implement CRUD methods using Sequelize.
4. - Implement Sequelize associations to join one or more tables.
5. - Configure Heroku for deployment of an application using Sequelize & MySQL.
6. - Use the bc... | 1.0 | What I've Learned - 1. - Implement the Sequelize ORM in a Node.js application.
2. - Define models that use datatype validations.
3. - Implement CRUD methods using Sequelize.
4. - Implement Sequelize associations to join one or more tables.
5. - Configure Heroku for deployment of an application using Sequelize & MyS... | non_defect | what i ve learned implement the sequelize orm in a node js application define models that use datatype validations implement crud methods using sequelize implement sequelize associations to join one or more tables configure heroku for deployment of an application using sequelize mys... | 0 |
661,742 | 22,067,162,868 | IssuesEvent | 2022-05-31 05:27:08 | SlimeDog/BiomeRemap | https://api.github.com/repos/SlimeDog/BiomeRemap | opened | Add 1.19 biomes | type: feature request status: pending priority: medium | **Is your feature request related to a problem? Please describe.**
Two new biomes added in MC 1.19: deep_dark and mangrove_swamp.
**Describe the solution you'd like**
Add new biomes to biome maps.
| 1.0 | Add 1.19 biomes - **Is your feature request related to a problem? Please describe.**
Two new biomes added in MC 1.19: deep_dark and mangrove_swamp.
**Describe the solution you'd like**
Add new biomes to biome maps.
| non_defect | add biomes is your feature request related to a problem please describe two new biomes added in mc deep dark and mangrove swamp describe the solution you d like add new biomes to biome maps | 0 |
73,537 | 24,674,551,706 | IssuesEvent | 2022-10-18 15:57:33 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | Inconsistent Ring Radius in the Peripheral Deformed Region of PatternedHexMeshGenerator | T: defect P: normal | ## Bug Description
`PatternedHexMeshGenerator` deforms the peripheral unit meshes when the assembly boundary cuts off these unit meshes. The deformation should not affect the ring regions. However, currently the outmost ring radius may be affected and thus the volume preservation is compromised.
## Steps to Reprodu... | 1.0 | Inconsistent Ring Radius in the Peripheral Deformed Region of PatternedHexMeshGenerator - ## Bug Description
`PatternedHexMeshGenerator` deforms the peripheral unit meshes when the assembly boundary cuts off these unit meshes. The deformation should not affect the ring regions. However, currently the outmost ring radi... | defect | inconsistent ring radius in the peripheral deformed region of patternedhexmeshgenerator bug description patternedhexmeshgenerator deforms the peripheral unit meshes when the assembly boundary cuts off these unit meshes the deformation should not affect the ring regions however currently the outmost ring radi... | 1 |
478 | 2,886,844,739 | IssuesEvent | 2015-06-12 11:17:02 | opencb/opencga | https://api.github.com/repos/opencb/opencga | closed | REST web services are not using error codes | bug web services | When a web services fails the error message is printed but error code is 200 which means success. A basic proper error handling is needed | 1.0 | REST web services are not using error codes - When a web services fails the error message is printed but error code is 200 which means success. A basic proper error handling is needed | non_defect | rest web services are not using error codes when a web services fails the error message is printed but error code is which means success a basic proper error handling is needed | 0 |
67,492 | 20,969,243,718 | IssuesEvent | 2022-03-28 09:47:02 | oleg-shilo/cs-script | https://api.github.com/repos/oleg-shilo/cs-script | closed | cs_prescript does not work | defect done | Hello Oleg,
I unzipped manually cs-script.win.4.4.0.0 version. And for test purpose (pre/post scripts execution) created example main2.cs:
`//css_pre pre2($this);
using System;
public class Main2
{
public static void Main(string[] args)
{
Console.WriteLine("Main2 script");
}
}`
And pre2.cs:
`using... | 1.0 | cs_prescript does not work - Hello Oleg,
I unzipped manually cs-script.win.4.4.0.0 version. And for test purpose (pre/post scripts execution) created example main2.cs:
`//css_pre pre2($this);
using System;
public class Main2
{
public static void Main(string[] args)
{
Console.WriteLine("Main2 script");
... | defect | cs prescript does not work hello oleg i unzipped manually cs script win version and for test purpose pre post scripts execution created example cs css pre this using system public class public static void main string args console writeline script and c... | 1 |
89,301 | 25,742,549,280 | IssuesEvent | 2022-12-08 07:27:15 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | Coreboot Toolchain fails to Build (gnat broken?) | 0.kind: build failure | ### Steps To Reproduce
Steps to reproduce the behavior:
1. `nix-build -A pkgs.coreboot-toolchain.i386`
This will result in `pkgs.gnat6` to fail to build.
### Build log
```
...
make[3]: Entering directory '/build/build/libdecnumber'
source='../../gcc-6.5.0/libdecnumber/decNumber.c' object='decNumber.o' l... | 1.0 | Coreboot Toolchain fails to Build (gnat broken?) - ### Steps To Reproduce
Steps to reproduce the behavior:
1. `nix-build -A pkgs.coreboot-toolchain.i386`
This will result in `pkgs.gnat6` to fail to build.
### Build log
```
...
make[3]: Entering directory '/build/build/libdecnumber'
source='../../gcc-6.5... | non_defect | coreboot toolchain fails to build gnat broken steps to reproduce steps to reproduce the behavior nix build a pkgs coreboot toolchain this will result in pkgs to fail to build build log make entering directory build build libdecnumber source gcc libdec... | 0 |
73,017 | 24,411,130,219 | IssuesEvent | 2022-10-05 12:28:59 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-2 [AXE-CORE]: Heading levels SHOULD increase by one - within Learn more about the fiduciary program list item | ⭐️ Public Websites 508/Accessibility vsa 508-defect-2 508-issue-headings stale | # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠️Should** if the feedback is best practice
- **✔️ Consider** for sugg... | 1.0 | 508-defect-2 [AXE-CORE]: Heading levels SHOULD increase by one - within Learn more about the fiduciary program list item - # [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
**Feedback framework**
- **❗... | defect | defect heading levels should increase by one within learn more about the fiduciary program list item feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description th... | 1 |
11,023 | 13,058,023,764 | IssuesEvent | 2020-07-30 08:22:17 | Conflux-Chain/conflux-rust | https://api.github.com/repos/Conflux-Chain/conflux-rust | closed | Deleting the headers of requests that timeout many times may cause panic. | P1 backward compatible bug | Assume we first sync all headers and process them in consensus successfully. Then in the SyncBlocks phase, some GetBlocks requests timeout, so we think these blocks are useless and will remove these block headers and bodies. However, deleting block headers that have entered consensus before will break assumptions and c... | True | Deleting the headers of requests that timeout many times may cause panic. - Assume we first sync all headers and process them in consensus successfully. Then in the SyncBlocks phase, some GetBlocks requests timeout, so we think these blocks are useless and will remove these block headers and bodies. However, deleting b... | non_defect | deleting the headers of requests that timeout many times may cause panic assume we first sync all headers and process them in consensus successfully then in the syncblocks phase some getblocks requests timeout so we think these blocks are useless and will remove these block headers and bodies however deleting b... | 0 |
21,736 | 3,549,117,002 | IssuesEvent | 2016-01-20 16:50:25 | dart-lang/sdk | https://api.github.com/repos/dart-lang/sdk | closed | incremental analysis doesn't warn about uninitialized final field | analyzer-stability area-analyzer Priority-Medium Type-Defect | To reproduce in Atom, paste this into a file:
```
class Problem {
final String severity;
final Map location;
final String message;
Problem(Map json)
: severity = json["severity"],
location = json["location"],
message = json["message"];
}
```
Delete line 8 which initialize... | 1.0 | incremental analysis doesn't warn about uninitialized final field - To reproduce in Atom, paste this into a file:
```
class Problem {
final String severity;
final Map location;
final String message;
Problem(Map json)
: severity = json["severity"],
location = json["location"],
... | defect | incremental analysis doesn t warn about uninitialized final field to reproduce in atom paste this into a file class problem final string severity final map location final string message problem map json severity json location json message json ... | 1 |
516,988 | 14,992,397,667 | IssuesEvent | 2021-01-29 09:48:43 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | dash.cloudflare.com - site is not usable | browser-focus-geckoview engine-gecko ml-needsdiagnosis-false priority-important | <!-- @browser: Firefox Mobile 84.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:84.0) Gecko/84.0 Firefox/84.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/66395 -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://dash.cloudflare.com/9f... | 1.0 | dash.cloudflare.com - site is not usable - <!-- @browser: Firefox Mobile 84.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:84.0) Gecko/84.0 Firefox/84.0 -->
<!-- @reported_with: unknown -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/66395 -->
<!-- @extra_labels: browser-focus-geckoview -... | non_defect | dash cloudflare com site is not usable url browser version firefox mobile operating system android tested another browser yes opera problem type site is not usable description browser unsupported steps to reproduce browser configuration none ... | 0 |
7,951 | 2,611,068,382 | IssuesEvent | 2015-02-27 00:31:59 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | closed | attack status mesage | auto-migrated Type-Defect | ```
Before posting, please read the following guidelines for posts in the issue
tracker:
http://code.google.com/p/andors-trail/wiki/Forums_vs_issuetracker
What steps will reproduce the problem?
1.engaged in a fight with a strong iztheil
2.the 1st attack in a turn lands
3.the second attack in a turn misses
What is t... | 1.0 | attack status mesage - ```
Before posting, please read the following guidelines for posts in the issue
tracker:
http://code.google.com/p/andors-trail/wiki/Forums_vs_issuetracker
What steps will reproduce the problem?
1.engaged in a fight with a strong iztheil
2.the 1st attack in a turn lands
3.the second attack in a ... | defect | attack status mesage before posting please read the following guidelines for posts in the issue tracker what steps will reproduce the problem engaged in a fight with a strong iztheil the attack in a turn lands the second attack in a turn misses what is the expected output what do you see instead... | 1 |
38,227 | 8,704,271,253 | IssuesEvent | 2018-12-05 18:56:20 | IBM/CAST | https://api.github.com/repos/IBM/CAST | closed | CSM job launch breaks at scale | Comp: CSM Comp: CSM.api PhaseFound: Customer Sev: 2 Status: Open Type: Defect | **Describe the bug**
CSM job launch appears to work at 1024 nodes, while failing at 2048 nodes. SSH job launch works.
**To Reproduce**
[bertsch2@sierra4362 ~]$ time bsub -q pbatch -G guests -nnodes 2048 -core_isolation 2 -Is lrun -T1 hostname
Job <188153> is submitted to queue <pbatch>.
<<Waiting for dispatch .... | 1.0 | CSM job launch breaks at scale - **Describe the bug**
CSM job launch appears to work at 1024 nodes, while failing at 2048 nodes. SSH job launch works.
**To Reproduce**
[bertsch2@sierra4362 ~]$ time bsub -q pbatch -G guests -nnodes 2048 -core_isolation 2 -Is lrun -T1 hostname
Job <188153> is submitted to queue <p... | defect | csm job launch breaks at scale describe the bug csm job launch appears to work at nodes while failing at nodes ssh job launch works to reproduce time bsub q pbatch g guests nnodes core isolation is lrun hostname job is submitted to queue error negotiating connection ... | 1 |
54,508 | 13,752,273,713 | IssuesEvent | 2020-10-06 14:19:50 | jdk-lab/kapsec | https://api.github.com/repos/jdk-lab/kapsec | closed | Cross-Site Scripting | defectdojo security / High |
*Title*: [Cross-Site Scripting|http://localhost:8080/finding/1011]
*Kapsec link:* http://localhost:8080/finding/1011
*Severity:* High
*CWE:* Unknown
*CVE:* Unknown
*Product/Engagement/Test:* [Github Automation|http://localhost:8080/product/2] / [October Test|http://localhost:8080/engagement/3] / [IBM AppS... | 1.0 | Cross-Site Scripting -
*Title*: [Cross-Site Scripting|http://localhost:8080/finding/1011]
*Kapsec link:* http://localhost:8080/finding/1011
*Severity:* High
*CWE:* Unknown
*CVE:* Unknown
*Product/Engagement/Test:* [Github Automation|http://localhost:8080/product/2] / [October Test|http://localhost:8080/en... | defect | cross site scripting title kapsec link severity high cwe unknown cve unknown product engagement test branch tag none buildid none commit hash none systems endpoints description appscan has detected that the application does not correctly neutraliz... | 1 |
64,314 | 18,424,810,868 | IssuesEvent | 2021-10-13 20:29:27 | rropen/SFM | https://api.github.com/repos/rropen/SFM | closed | Defect: Update Lead Time Endpoint | defect | **Topic**
If a specific project does not have pull requests associated with it, a server error is thrown. Instead, please return a lead_time of -1 and a performance message of "No pull requests to main"
**Service**
Backend
**Steps**
- [ ] Update endpoint | 1.0 | Defect: Update Lead Time Endpoint - **Topic**
If a specific project does not have pull requests associated with it, a server error is thrown. Instead, please return a lead_time of -1 and a performance message of "No pull requests to main"
**Service**
Backend
**Steps**
- [ ] Update endpoint | defect | defect update lead time endpoint topic if a specific project does not have pull requests associated with it a server error is thrown instead please return a lead time of and a performance message of no pull requests to main service backend steps update endpoint | 1 |
224,829 | 24,793,402,457 | IssuesEvent | 2022-10-24 15:18:46 | sast-automation-dev/WebGoat-Legacy-44 | https://api.github.com/repos/sast-automation-dev/WebGoat-Legacy-44 | opened | spring-webmvc-3.2.4.RELEASE.jar: 12 vulnerabilities (highest severity is: 8.8) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-webmvc-3.2.4.RELEASE.jar</b></p></summary>
<p>Spring Web MVC</p>
<p>Library home page: <a href="https://github.com/SpringSource/spring-framework">https://githu... | True | spring-webmvc-3.2.4.RELEASE.jar: 12 vulnerabilities (highest severity is: 8.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-webmvc-3.2.4.RELEASE.jar</b></p></summary>
<p>Spring Web MVC</p>
<p>Library ho... | non_defect | spring webmvc release jar vulnerabilities highest severity is vulnerable library spring webmvc release jar spring web mvc library home page a href path to dependency file pom xml path to vulnerable library ory org springframework spring webmvc release spring webmv... | 0 |
53,624 | 7,846,688,421 | IssuesEvent | 2018-06-19 16:08:42 | kubernetes/kubeadm | https://api.github.com/repos/kubernetes/kubeadm | closed | 1.11 Copy edits to Setup: "Using kubeadm to Create a Cluster" | active kind/documentation priority/critical-urgent | Instead of dozens of issues we will collect updates and do bulk PRs to content areas.
https://docs.google.com/document/d/11irKjRDqHCP38WtMt3j2ZjDB0VtgNHGdf5RIlVOLhuc/edit#heading=h.z7o9rstbcxog
| 1.0 | 1.11 Copy edits to Setup: "Using kubeadm to Create a Cluster" - Instead of dozens of issues we will collect updates and do bulk PRs to content areas.
https://docs.google.com/document/d/11irKjRDqHCP38WtMt3j2ZjDB0VtgNHGdf5RIlVOLhuc/edit#heading=h.z7o9rstbcxog
| non_defect | copy edits to setup using kubeadm to create a cluster instead of dozens of issues we will collect updates and do bulk prs to content areas | 0 |
150,900 | 23,730,459,267 | IssuesEvent | 2022-08-31 00:56:25 | hashicorp/terraform | https://api.github.com/repos/hashicorp/terraform | closed | Boolean Coversion when passing variables and locals not working. | question working as designed | ### Terraform Version
```shell
terraform --version
Terraform v1.2.8
on linux_amd64
```
### Terraform Configuration Files
```locals {
access = var.account_name == "account1" ? "read" : false
enable = local.access != "false"
}
variable "account_name" {
default = "account2"
}
output "access" {
v... | 1.0 | Boolean Coversion when passing variables and locals not working. - ### Terraform Version
```shell
terraform --version
Terraform v1.2.8
on linux_amd64
```
### Terraform Configuration Files
```locals {
access = var.account_name == "account1" ? "read" : false
enable = local.access != "false"
}
variable "a... | non_defect | boolean coversion when passing variables and locals not working terraform version shell terraform version terraform on linux terraform configuration files locals access var account name read false enable local access false variable account name ... | 0 |
26,631 | 5,278,259,953 | IssuesEvent | 2017-02-07 07:25:23 | MicrosoftArchive/iot-journey | https://api.github.com/repos/MicrosoftArchive/iot-journey | closed | Additional concerns for Journal Entry n°1 - Event Processing | documentation help wanted | > DISCLAIMER - These comments are based on the DRAFT version and I apologize if the feedback is false because of the DRAFT status
I've read the current draft of journal entry 1 and have some additional **concerns** I have that you might consider :
### Service Bus Topic & Worker Roles
- **Security / Device Management... | 1.0 | Additional concerns for Journal Entry n°1 - Event Processing - > DISCLAIMER - These comments are based on the DRAFT version and I apologize if the feedback is false because of the DRAFT status
I've read the current draft of journal entry 1 and have some additional **concerns** I have that you might consider :
### Se... | non_defect | additional concerns for journal entry n° event processing disclaimer these comments are based on the draft version and i apologize if the feedback is false because of the draft status i ve read the current draft of journal entry and have some additional concerns i have that you might consider se... | 0 |
38,856 | 8,973,972,758 | IssuesEvent | 2019-01-29 22:36:04 | CenturyLinkCloud/mdw | https://api.github.com/repos/CenturyLinkCloud/mdw | closed | Linkage errors due to eager classloading for @RegisteredService and other annotations | defect | In `CompiledJavaCache.loadDynamicJavaRegisteredServices()` we preemptively compile and load annotated classes in order to register services declared through these annotations. For performance, we consolidate all the annotated source assets into one compilation step. And for the parent ClassLoader we pass the containe... | 1.0 | Linkage errors due to eager classloading for @RegisteredService and other annotations - In `CompiledJavaCache.loadDynamicJavaRegisteredServices()` we preemptively compile and load annotated classes in order to register services declared through these annotations. For performance, we consolidate all the annotated sourc... | defect | linkage errors due to eager classloading for registeredservice and other annotations in compiledjavacache loaddynamicjavaregisteredservices we preemptively compile and load annotated classes in order to register services declared through these annotations for performance we consolidate all the annotated sourc... | 1 |
430,596 | 12,463,614,296 | IssuesEvent | 2020-05-28 10:56:25 | hochschule-darmstadt/openartbrowser | https://api.github.com/repos/hochschule-darmstadt/openartbrowser | closed | Videos of movements on artists component | feature good first issue medium priority small effort | **Reason**
Videos about movements are displayed on artwork components (if the artwork has this movement) but not on the artist component (if the artist belongs to this movement).
Example: https://openartbrowser.org/en/artist/Q5592
**Solution**
Add video about movement on artist component if video is available and... | 1.0 | Videos of movements on artists component - **Reason**
Videos about movements are displayed on artwork components (if the artwork has this movement) but not on the artist component (if the artist belongs to this movement).
Example: https://openartbrowser.org/en/artist/Q5592
**Solution**
Add video about movement on... | non_defect | videos of movements on artists component reason videos about movements are displayed on artwork components if the artwork has this movement but not on the artist component if the artist belongs to this movement example solution add video about movement on artist component if video is available a... | 0 |
345,343 | 30,802,980,558 | IssuesEvent | 2023-08-01 04:04:28 | Mrs4s/go-cqhttp | https://api.github.com/repos/Mrs4s/go-cqhttp | closed | Bot运行一段时间后TTS发送失败 | bug need more info need testing | <!--
在您发布此Issue前, 请您花一点时间查看下面几条指引🔽
1: ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://github.com/Mrs4s/go-cqhttp/issues/633)
2: 🌎| 请准确填写环境信息.
3: ❔ | (如果可以) 打开DEBUG模式并提供复现方法
4: ⚠ | 如果涉及内存泄漏/CPU占用异常请打开DEBUG模式并下载pprof性能分析.
注: 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》
(链接: https://github.com/ryanhanwu/How-To-Ask-Questions-The-Smart... | 1.0 | Bot运行一段时间后TTS发送失败 - <!--
在您发布此Issue前, 请您花一点时间查看下面几条指引🔽
1: ❗ | 确定没有相同问题的ISSUE已被提出. (教程: https://github.com/Mrs4s/go-cqhttp/issues/633)
2: 🌎| 请准确填写环境信息.
3: ❔ | (如果可以) 打开DEBUG模式并提供复现方法
4: ⚠ | 如果涉及内存泄漏/CPU占用异常请打开DEBUG模式并下载pprof性能分析.
注: 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》
(链接: https://github.com/ryanhanwu/How-To-Ask... | non_defect | bot运行一段时间后tts发送失败 在您发布此issue前 请您花一点时间查看下面几条指引🔽 ❗ 确定没有相同问题的issue已被提出 教程 🌎 请准确填写环境信息 ❔ 如果可以 打开debug模式并提供复现方法 ⚠ 如果涉及内存泄漏 cpu占用异常请打开debug模式并下载pprof性能分析 注 如果您不知道如何有效、精准地表述,我们建议您先阅读《提问的智慧》 链接 我已经阅读 提问前需知 go cqhttp issues 环境信息 请根据实际使用环境修改以下信息... | 0 |
49,989 | 13,187,303,885 | IssuesEvent | 2020-08-13 02:59:20 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | [PROPOSAL] secondaries from tau decay outside the active volume are not recorded (Trac #2412) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2412">https://code.icecube.wisc.edu/ticket/2412</a>, reported by jvansanten and owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2020-02-20T14:09:34",
"description": "Muons from tau deca... | 1.0 | [PROPOSAL] secondaries from tau decay outside the active volume are not recorded (Trac #2412) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2412">https://code.icecube.wisc.edu/ticket/2412</a>, reported by jvansanten and owned by jvansanten</em></summary>
<p>
```json
{
"statu... | defect | secondaries from tau decay outside the active volume are not recorded trac migrated from json status closed changetime description muons from tau decay aren t recorded in the mctree the culprit is which overrides the only loss inside detector setting ... | 1 |
14,943 | 2,831,519,208 | IssuesEvent | 2015-05-24 18:11:17 | Stefan-/io-2012-slides | https://api.github.com/repos/Stefan-/io-2012-slides | closed | toggleOverview mouse click issue | auto-migrated Priority-Medium Type-Defect | ```
Issue on Chrome:
under toggleOverview(key O) mode sometimes select slide is not available with
mouse click. It's happen on the demo page too.
```
Original issue reported on code.google.com by `wes...@social-gear.jp` on 12 Nov 2013 at 5:55 | 1.0 | toggleOverview mouse click issue - ```
Issue on Chrome:
under toggleOverview(key O) mode sometimes select slide is not available with
mouse click. It's happen on the demo page too.
```
Original issue reported on code.google.com by `wes...@social-gear.jp` on 12 Nov 2013 at 5:55 | defect | toggleoverview mouse click issue issue on chrome under toggleoverview key o mode sometimes select slide is not available with mouse click it s happen on the demo page too original issue reported on code google com by wes social gear jp on nov at | 1 |
341,912 | 24,719,504,016 | IssuesEvent | 2022-10-20 09:34:53 | plepe/ogd-wikimedia-osm-checker | https://api.github.com/repos/plepe/ogd-wikimedia-osm-checker | closed | Add some documentation about how to add more datasets | documentation | We have a few datasets in Berlin, that I would love to compare with a tool like this. If possible, please extend the documentation about how to add other datasets. Maybe that could be the topic of the next screencast? :-).
Thanks for the tool! | 1.0 | Add some documentation about how to add more datasets - We have a few datasets in Berlin, that I would love to compare with a tool like this. If possible, please extend the documentation about how to add other datasets. Maybe that could be the topic of the next screencast? :-).
Thanks for the tool! | non_defect | add some documentation about how to add more datasets we have a few datasets in berlin that i would love to compare with a tool like this if possible please extend the documentation about how to add other datasets maybe that could be the topic of the next screencast thanks for the tool | 0 |
62,326 | 17,023,898,492 | IssuesEvent | 2021-07-03 04:26:28 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | addr:interpolation - Nominatim calculates intermediate address but then opens up endpoint address | Component: website Priority: minor Resolution: wontfix Type: defect | **[Submitted to the original trac issue database at 6.13pm, Friday, 21st February 2014]**
Operating system - OSX 10.9.1 and Ubuntu 13.10
Browser - Firefox (both OS), Safari (OSX)
http://www.openstreetmap.org/
----
Problem description
In a previous release of www.openstreetmap.org, I could search on an... | 1.0 | addr:interpolation - Nominatim calculates intermediate address but then opens up endpoint address - **[Submitted to the original trac issue database at 6.13pm, Friday, 21st February 2014]**
Operating system - OSX 10.9.1 and Ubuntu 13.10
Browser - Firefox (both OS), Safari (OSX)
http://www.openstreetmap.org/
-... | defect | addr interpolation nominatim calculates intermediate address but then opens up endpoint address operating system osx and ubuntu browser firefox both os safari osx problem description in a previous release of i could search on an intermediate address from a set of ... | 1 |
70,262 | 3,321,741,929 | IssuesEvent | 2015-11-09 10:41:02 | centreon/centreon | https://api.github.com/repos/centreon/centreon | closed | Reflected cross-site scripting (XSS) | Kind/Bug Priority/P0 Security | ---
Author Name: **Louis Ferret** (Louis Ferret)
Original Redmine Issue: 6454, https://forge.centreon.com/issues/6454
Original Date: 2015-06-30
---
Here is a page that allows local XSS :
Method: GET
URL: /centreon/main.php?p=3
Parameters:
* Period
* StartDate
* EndDate
Payload: "><script>alert(1)</scri... | 1.0 | Reflected cross-site scripting (XSS) - ---
Author Name: **Louis Ferret** (Louis Ferret)
Original Redmine Issue: 6454, https://forge.centreon.com/issues/6454
Original Date: 2015-06-30
---
Here is a page that allows local XSS :
Method: GET
URL: /centreon/main.php?p=3
Parameters:
* Period
* StartDate
* End... | non_defect | reflected cross site scripting xss author name louis ferret louis ferret original redmine issue original date here is a page that allows local xss method get url centreon main php p parameters period startdate enddate payload alert comment post au... | 0 |
56,044 | 14,911,951,113 | IssuesEvent | 2021-01-22 11:53:25 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | DataView: DataViewRenderer.encodeListLayout skips code if pageSize is greater than the number of elements | defect | **Describe the defect**
The method **encodeListLayout** will end abruptly if the pageSize is greater than the number of elements in the dataView.
Thus, writer.endElement("ul") and dataview.setRowIndex(-1) will not be called.
This leaves the rowIndex at an invalid position that is not within the range of elements i... | 1.0 | DataView: DataViewRenderer.encodeListLayout skips code if pageSize is greater than the number of elements - **Describe the defect**
The method **encodeListLayout** will end abruptly if the pageSize is greater than the number of elements in the dataView.
Thus, writer.endElement("ul") and dataview.setRowIndex(-1) wil... | defect | dataview dataviewrenderer encodelistlayout skips code if pagesize is greater than the number of elements describe the defect the method encodelistlayout will end abruptly if the pagesize is greater than the number of elements in the dataview thus writer endelement ul and dataview setrowindex wil... | 1 |
40,915 | 10,225,351,901 | IssuesEvent | 2019-08-16 14:57:35 | pymc-devs/pymc3 | https://api.github.com/repos/pymc-devs/pymc3 | closed | Bug with SQLite as backend when vars specified in backend | Text_Backend defects | Related to #3146 . This error continues to occur when `vars` is specified. This works
```python
with model:
backend = pm3.backends.SQLite('/path/to/database.sqlite')
# step method
step = pm3.NUTS([x, y, z])
trace = pm3.sample(5000, step, trace=backend)
```
but this doesn't
```python
with mod... | 1.0 | Bug with SQLite as backend when vars specified in backend - Related to #3146 . This error continues to occur when `vars` is specified. This works
```python
with model:
backend = pm3.backends.SQLite('/path/to/database.sqlite')
# step method
step = pm3.NUTS([x, y, z])
trace = pm3.sample(5000, step... | defect | bug with sqlite as backend when vars specified in backend related to this error continues to occur when vars is specified this works python with model backend backends sqlite path to database sqlite step method step nuts trace sample step trace backend ... | 1 |
10,583 | 2,622,175,062 | IssuesEvent | 2015-03-04 00:16:15 | byzhang/leveldb | https://api.github.com/repos/byzhang/leveldb | closed | static_cast char to unsigned on BIG_ENDIAN platforms may cause errors | auto-migrated Priority-Medium Type-Defect | ```
util/coding_test may fail on some BIG_ENDIAN platforms
uname -ms
HP-UX ia64
gcc version 4.3.3 (GCC)
micro test:
====cast.cpp ====
#include <stdio.h>
int main(int ac, char *av[]) {
char c = -1;
printf("cast1=%u cast2=%u",
static_cast<unsigned int>(c), //!!! wrong conversion
static_cast<unsig... | 1.0 | static_cast char to unsigned on BIG_ENDIAN platforms may cause errors - ```
util/coding_test may fail on some BIG_ENDIAN platforms
uname -ms
HP-UX ia64
gcc version 4.3.3 (GCC)
micro test:
====cast.cpp ====
#include <stdio.h>
int main(int ac, char *av[]) {
char c = -1;
printf("cast1=%u cast2=%u",
static_... | defect | static cast char to unsigned on big endian platforms may cause errors util coding test may fail on some big endian platforms uname ms hp ux gcc version gcc micro test cast cpp include int main int ac char av char c printf u u static cast c wron... | 1 |
98,020 | 4,016,075,343 | IssuesEvent | 2016-05-15 10:56:19 | worldpopulation/population.io | https://api.github.com/repos/worldpopulation/population.io | closed | Introduce ID (Bahasa Indonesia) translation | priority mid todo | Here is the file from the translator ... please double check the language code.
[ID.json.txt](https://github.com/worldpopulation/population.io/files/19205/ID.json.txt)
| 1.0 | Introduce ID (Bahasa Indonesia) translation - Here is the file from the translator ... please double check the language code.
[ID.json.txt](https://github.com/worldpopulation/population.io/files/19205/ID.json.txt)
| non_defect | introduce id bahasa indonesia translation here is the file from the translator please double check the language code | 0 |
38,737 | 8,952,814,090 | IssuesEvent | 2019-01-25 17:34:26 | svigerske/ipopt-donotuse | https://api.github.com/repos/svigerske/ipopt-donotuse | reopened | AMPL loops tests fail with Ipopt (??? Lagrange multipliers instead of "dual/marginal_value") | AMPL loops sign dual values Ipopt defect | Issue created by migration from Trac.
Original creator: VladimirVV
Original creation time: 2012-05-08 16:39:03
Assignee: ipopt-team
Version: 3.10
CC: gabehack@gmail.com
Ipopt returns (back to AMPL) dual variables with opposite sign as other AMPL-compatible solvers do.
Take for example simplest problem:
|x| -> ... | 1.0 | AMPL loops tests fail with Ipopt (??? Lagrange multipliers instead of "dual/marginal_value") - Issue created by migration from Trac.
Original creator: VladimirVV
Original creation time: 2012-05-08 16:39:03
Assignee: ipopt-team
Version: 3.10
CC: gabehack@gmail.com
Ipopt returns (back to AMPL) dual variables with ... | defect | ampl loops tests fail with ipopt lagrange multipliers instead of dual marginal value issue created by migration from trac original creator vladimirvv original creation time assignee ipopt team version cc gabehack gmail com ipopt returns back to ampl dual variables with opposite ... | 1 |
67,119 | 20,910,463,528 | IssuesEvent | 2022-03-24 08:50:03 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Action buttons hidden on Space rooms list on small window | T-Defect S-Minor A-Spaces A11y O-Occasional | ### Steps to reproduce
1. Create a space
2. Add some rooms / spaces to the list
3. Make width of the window as small as possible
### Outcome
#### What did you expect?
The action buttons should be displayed on a small screen as they are critical and always should be available.
https://user-images.githubuser... | 1.0 | Action buttons hidden on Space rooms list on small window - ### Steps to reproduce
1. Create a space
2. Add some rooms / spaces to the list
3. Make width of the window as small as possible
### Outcome
#### What did you expect?
The action buttons should be displayed on a small screen as they are critical and a... | defect | action buttons hidden on space rooms list on small window steps to reproduce create a space add some rooms spaces to the list make width of the window as small as possible outcome what did you expect the action buttons should be displayed on a small screen as they are critical and a... | 1 |
62,953 | 17,268,424,387 | IssuesEvent | 2021-07-22 16:23:45 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | 508-defect-4 [COGNITION]: Text on image should not blur on zoom | 508-defect-4 508-issue-cognition 508/Accessibility direct deposit staging-review | # [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for context
... | 1.0 | 508-defect-4 [COGNITION]: Text on image should not blur on zoom - # [508-defect-4](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-4)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the probl... | defect | defect text on image should not blur on zoom enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should b... | 1 |
18,737 | 13,087,483,238 | IssuesEvent | 2020-08-02 12:31:22 | Reccy/MIDIPiano | https://api.github.com/repos/Reccy/MIDIPiano | closed | Add code coverage reporting | infrastructure | Implement a readme badge and tracking for code coverage.
Example: https://codecov.io/ | 1.0 | Add code coverage reporting - Implement a readme badge and tracking for code coverage.
Example: https://codecov.io/ | non_defect | add code coverage reporting implement a readme badge and tracking for code coverage example | 0 |
125,388 | 12,259,427,949 | IssuesEvent | 2020-05-06 16:35:15 | netlify/build | https://api.github.com/repos/netlify/build | opened | Document `netlify build` CLI | documentation type: feature | We should document the `netlify build` CLI commands and its available flags in the `README.md`. | 1.0 | Document `netlify build` CLI - We should document the `netlify build` CLI commands and its available flags in the `README.md`. | non_defect | document netlify build cli we should document the netlify build cli commands and its available flags in the readme md | 0 |
31,008 | 4,677,069,180 | IssuesEvent | 2016-10-07 14:03:51 | appium/appium | https://api.github.com/repos/appium/appium | closed | Make sure that 'appium' endpoints work in xcuitest-driver | iOS NeedsTriage XCUITest | At least all that are reasonable. This is an umbrella for probably a number of problems that will come up. | 1.0 | Make sure that 'appium' endpoints work in xcuitest-driver - At least all that are reasonable. This is an umbrella for probably a number of problems that will come up. | non_defect | make sure that appium endpoints work in xcuitest driver at least all that are reasonable this is an umbrella for probably a number of problems that will come up | 0 |
46,827 | 2,965,009,153 | IssuesEvent | 2015-07-10 20:00:59 | andrewda/CSGOScoreBot | https://api.github.com/repos/andrewda/CSGOScoreBot | closed | Change how the bot keeps the score. | enhancement medium priority | Instead of taking the score directly from the HLTV Scorebot every round, the bot should instead keep an object containing the scores of both the CT and the T team and add a point to the team that wins the round. This should resolve #2 when finished. | 1.0 | Change how the bot keeps the score. - Instead of taking the score directly from the HLTV Scorebot every round, the bot should instead keep an object containing the scores of both the CT and the T team and add a point to the team that wins the round. This should resolve #2 when finished. | non_defect | change how the bot keeps the score instead of taking the score directly from the hltv scorebot every round the bot should instead keep an object containing the scores of both the ct and the t team and add a point to the team that wins the round this should resolve when finished | 0 |
42,672 | 17,244,004,667 | IssuesEvent | 2021-07-21 05:34:21 | goharbor/harbor | https://api.github.com/repos/goharbor/harbor | closed | Job 'REPLICATION:75fdcd91512e558012d96d3b' exit with error: open /var/log/jobs/75fdcd91512e558012d96d3b.log: permission denied | area/job-services pending-for-more-info staled | Expected behavior and actual behavior:
Mirror replication is configured between the three Harbor services
proxy.log
```
{"log":"10.219.12.54 - \"GET /service/token?account=admin&scope=repository%3Adc%2Fdc%3Apush%2Cpull&service=harbor-registry HTTP/1.1\" 200 972 \"-\" \"docker/18.09.6 go/go1.10.8 git-commit/481bc7... | 1.0 | Job 'REPLICATION:75fdcd91512e558012d96d3b' exit with error: open /var/log/jobs/75fdcd91512e558012d96d3b.log: permission denied - Expected behavior and actual behavior:
Mirror replication is configured between the three Harbor services
proxy.log
```
{"log":"10.219.12.54 - \"GET /service/token?account=admin&scope=... | non_defect | job replication exit with error open var log jobs log permission denied expected behavior and actual behavior mirror replication is configured between the three harbor services proxy log log get service token account admin scope repository service harbor registry http ... | 0 |
32,171 | 6,731,257,840 | IssuesEvent | 2017-10-18 06:43:56 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Wrong Date Format with "M/d/yy" pattern | defect | Reported By PRO User;
> The problem starts with the day's part. This part still provide only one digit.
for example
If I want to write today's date - 10/18/17 - This mask will allow me to write - 10/1/17 - as you can see - only one digit for day.
I checked on java -
System.out.println("" + new SimpleDateFormat("M... | 1.0 | Wrong Date Format with "M/d/yy" pattern - Reported By PRO User;
> The problem starts with the day's part. This part still provide only one digit.
for example
If I want to write today's date - 10/18/17 - This mask will allow me to write - 10/1/17 - as you can see - only one digit for day.
I checked on java -
Syste... | defect | wrong date format with m d yy pattern reported by pro user the problem starts with the day s part this part still provide only one digit for example if i want to write today s date this mask will allow me to write as you can see only one digit for day i checked on java system out... | 1 |
462,902 | 13,256,006,041 | IssuesEvent | 2020-08-20 11:58:20 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.transfermarkt.de - The country flag overlaps the site's logo | browser-fenix engine-gecko priority-normal severity-minor type-css-moz-document | <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.transfermarkt.de/
**Browser / Version**: Firefox Mobile 68.0
**Operating System**: Android
**Tested Another ... | 1.0 | www.transfermarkt.de - The country flag overlaps the site's logo - <!-- @browser: Firefox Mobile 68.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:68.0) Gecko/68.0 Firefox/68.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://www.transfermarkt.de/
**Browser / Version**: ... | non_defect | the country flag overlaps the site s logo url browser version firefox mobile operating system android tested another browser yes problem type design is broken description language selection at the top is broken logos interfering with each other steps to reprodu... | 0 |
55,472 | 7,988,997,855 | IssuesEvent | 2018-07-19 12:59:49 | SwifterSwift/SwifterSwift | https://api.github.com/repos/SwifterSwift/SwifterSwift | closed | Update CONTRIBUTING.md for unit test guidelines | documentation good first issue help wanted | We should separate any guidelines for writing unit tests into its own section called "Adding Tests".
I'd like to mention the following 3 things, in addition to anything that exists already:
1. We use one subclass of `XCTestCase` for every extended SwifterSwift type.
2. The subclass should be marked as `final`.
3.... | 1.0 | Update CONTRIBUTING.md for unit test guidelines - We should separate any guidelines for writing unit tests into its own section called "Adding Tests".
I'd like to mention the following 3 things, in addition to anything that exists already:
1. We use one subclass of `XCTestCase` for every extended SwifterSwift type.... | non_defect | update contributing md for unit test guidelines we should separate any guidelines for writing unit tests into its own section called adding tests i d like to mention the following things in addition to anything that exists already we use one subclass of xctestcase for every extended swifterswift type ... | 0 |
831,286 | 32,044,348,537 | IssuesEvent | 2023-09-22 22:54:50 | arguflow/arguflow | https://api.github.com/repos/arguflow/arguflow | closed | feature: feeling lucky button | enhancement good first issue medium priority 💎 Bounty search | ### Description
Allow the developer to pass in a csv of strings to a .env such that a user can hover over the "I'm feeling lucky" button and press it to make a random default search query.
### Target(s)
`search`
### Requirement to close
- [ ] list of get lucky strings separated by commas are set in .env... | 1.0 | feature: feeling lucky button - ### Description
Allow the developer to pass in a csv of strings to a .env such that a user can hover over the "I'm feeling lucky" button and press it to make a random default search query.
### Target(s)
`search`
### Requirement to close
- [ ] list of get lucky strings se... | non_defect | feature feeling lucky button description allow the developer to pass in a csv of strings to a env such that a user can hover over the i m feeling lucky button and press it to make a random default search query target s search requirement to close list of get lucky strings sepa... | 0 |
49,191 | 13,185,285,593 | IssuesEvent | 2020-08-12 21:05:26 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | gmp - not found in I3_PORTS when SYSTEM_PACKAGES=ON (Trac #933) | Incomplete Migration Migrated from Trac cmake defect | <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/933
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-04-16T23:44:33",
"description": "",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"_ts": "142... | 1.0 | gmp - not found in I3_PORTS when SYSTEM_PACKAGES=ON (Trac #933) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/933
, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-04-16T23:44:33",
"description": "",
"reporter": "... | defect | gmp not found in ports when system packages on trac migrated from reported by nega and owned by nega json status closed changetime description reporter nega cc resolution fixed ts component ... | 1 |
54,001 | 6,359,544,678 | IssuesEvent | 2017-07-31 07:36:48 | Codeinwp/wp-product-review | https://api.github.com/repos/Codeinwp/wp-product-review | closed | test round | testing | @contactashish13 i would need you help for testing the refactor for this plugin.
The new code is in the refactor-v2 branch and the actual production ready is in the production.
I would name the old version `OLD` and the new one `NEW`
1) Use OLD and create a review. Make sure you fill in all the fields and ins... | 1.0 | test round - @contactashish13 i would need you help for testing the refactor for this plugin.
The new code is in the refactor-v2 branch and the actual production ready is in the production.
I would name the old version `OLD` and the new one `NEW`
1) Use OLD and create a review. Make sure you fill in all the ... | non_defect | test round i would need you help for testing the refactor for this plugin the new code is in the refactor branch and the actual production ready is in the production i would name the old version old and the new one new use old and create a review make sure you fill in all the fields and inst... | 0 |
54,427 | 13,669,776,693 | IssuesEvent | 2020-09-29 02:52:47 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [SCREENREADER] Facility Locator has duplicate IDs | 508-defect-1 508-issue-semantic-markup 508/Accessibility facility locator frontend vsa-facilities | ## [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SCREENREADER]: Edit buttons need aria-label for contex... | 1.0 | [SCREENREADER] Facility Locator has duplicate IDs - ## [508-defect-2](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-2)
<!--
Enter an issue title using the format [ERROR TYPE]: Brief description of the problem
---
[SC... | defect | facility locator has duplicate ids enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specif... | 1 |
30,141 | 6,033,271,725 | IssuesEvent | 2017-06-09 07:47:58 | moosetechnology/Moose | https://api.github.com/repos/moosetechnology/Moose | closed | Moose should test if it runs on a vm with the freetype plugin | Priority-Medium Type-Defect | Originally reported on Google Code with ID 875
```
There are several vms that don't have a working freetype plugin. This severely reduces
the number of fonts available (1 or 2 families with a very limited set of font sizes).
This is an issue for 4.6 as well as 4.7
A testcase is added in Moose-Tests-FreeType-StephanE... | 1.0 | Moose should test if it runs on a vm with the freetype plugin - Originally reported on Google Code with ID 875
```
There are several vms that don't have a working freetype plugin. This severely reduces
the number of fonts available (1 or 2 families with a very limited set of font sizes).
This is an issue for 4.6 as w... | defect | moose should test if it runs on a vm with the freetype plugin originally reported on google code with id there are several vms that don t have a working freetype plugin this severely reduces the number of fonts available or families with a very limited set of font sizes this is an issue for as wel... | 1 |
4,897 | 7,516,877,260 | IssuesEvent | 2018-04-12 00:16:23 | json5/json5 | https://api.github.com/repos/json5/json5 | closed | undefined support | incompatible-with-spec :-1: | whats about undefined? null is fine, but null have a problems in typescript. | True | undefined support - whats about undefined? null is fine, but null have a problems in typescript. | non_defect | undefined support whats about undefined null is fine but null have a problems in typescript | 0 |
67,614 | 3,275,505,714 | IssuesEvent | 2015-10-26 15:49:30 | DigitalCampus/oppia-mobile-android | https://api.github.com/repos/DigitalCampus/oppia-mobile-android | closed | Store users points and badges against their record in the db - rather than as preference | enhancement High priority | Will be required for shared device functionality | 1.0 | Store users points and badges against their record in the db - rather than as preference - Will be required for shared device functionality | non_defect | store users points and badges against their record in the db rather than as preference will be required for shared device functionality | 0 |
19,746 | 3,251,704,049 | IssuesEvent | 2015-10-19 11:21:56 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | [TEST-FAILURE] BasicClusterStateTest.changeClusterState_toPassive_isAllowed_whileReplicationInProgress | Team: Core Type: Defect | ```
com.hazelcast.core.HazelcastException: java.util.concurrent.TimeoutException: Call Invocation{ serviceName='hz:core:clusterService', op=com.hazelcast.cluster.impl.operations.LockClusterStateOperation{serviceName='hz:core:clusterService', partitionId=-1, replicaIndex=0, callId=0, invocationTime=1444961451906 (Fri O... | 1.0 | [TEST-FAILURE] BasicClusterStateTest.changeClusterState_toPassive_isAllowed_whileReplicationInProgress - ```
com.hazelcast.core.HazelcastException: java.util.concurrent.TimeoutException: Call Invocation{ serviceName='hz:core:clusterService', op=com.hazelcast.cluster.impl.operations.LockClusterStateOperation{serviceNam... | defect | basicclusterstatetest changeclusterstate topassive isallowed whilereplicationinprogress com hazelcast core hazelcastexception java util concurrent timeoutexception call invocation servicename hz core clusterservice op com hazelcast cluster impl operations lockclusterstateoperation servicename hz core cl... | 1 |
42,487 | 11,083,774,713 | IssuesEvent | 2019-12-13 15:09:51 | objectos/comuns | https://api.github.com/repos/objectos/comuns | closed | Cpf/Cpnj tests fail in Travis CI due to localization. | c:br-cadastro t:defect | It appears numbers are being formatted with commas instead of points. | 1.0 | Cpf/Cpnj tests fail in Travis CI due to localization. - It appears numbers are being formatted with commas instead of points. | defect | cpf cpnj tests fail in travis ci due to localization it appears numbers are being formatted with commas instead of points | 1 |
273,886 | 29,831,111,523 | IssuesEvent | 2023-06-18 09:33:43 | RG4421/ampere-centos-kernel | https://api.github.com/repos/RG4421/ampere-centos-kernel | closed | CVE-2020-8647 (Medium) detected in linuxv5.2, linux-yocto-devv5.3 - autoclosed | Mend: dependency security vulnerability | ## CVE-2020-8647 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxv5.2</b>, <b>linux-yocto-devv5.3</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><img src='ht... | True | CVE-2020-8647 (Medium) detected in linuxv5.2, linux-yocto-devv5.3 - autoclosed - ## CVE-2020-8647 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxv5.2</b>, <b>linux-yocto-devv5... | non_defect | cve medium detected in linux yocto autoclosed cve medium severity vulnerability vulnerable libraries linux yocto vulnerability details there is a use after free vulnerability in the linux kernel through in the vc do resize function in drivers... | 0 |
73,020 | 24,411,161,719 | IssuesEvent | 2022-10-05 12:30:28 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | [SCREENREADER]: Feedback button SHOULD be contained within a landmark | product support triage 508/Accessibility sitewide 508-defect-2 Facilities 508-issue-semantic-markup 508-issue-focus-mgmt stale | # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3)
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠️Should** if the feedback is best practice
- **✔️ Consider** for sugge... | 1.0 | [SCREENREADER]: Feedback button SHOULD be contained within a landmark - # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3)
**Feedback framework**
- **❗️ Must** for if the feedback must be applied
- **⚠... | defect | feedback button should be contained within a landmark feedback framework ❗️ must for if the feedback must be applied ⚠️should if the feedback is best practice ✔️ consider for suggestions enhancements description the foresee feedback button should be contained with... | 1 |
66,069 | 19,912,977,435 | IssuesEvent | 2022-01-25 19:10:03 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | opened | ConsoleIo can cause system error "Too many open files" | defect | ### Description
The `ConsoleIo` class has the potential to create too many open files by opening new file handles for `stdin`, `stderr`, and `stdout`. That's my theory anyway, maybe I'm wrong. This is not something that is likely to happen under normal usage of the `Command/Console` system as far as I can tell, so it... | 1.0 | ConsoleIo can cause system error "Too many open files" - ### Description
The `ConsoleIo` class has the potential to create too many open files by opening new file handles for `stdin`, `stderr`, and `stdout`. That's my theory anyway, maybe I'm wrong. This is not something that is likely to happen under normal usage of... | defect | consoleio can cause system error too many open files description the consoleio class has the potential to create too many open files by opening new file handles for stdin stderr and stdout that s my theory anyway maybe i m wrong this is not something that is likely to happen under normal usage of... | 1 |
135,243 | 10,967,125,654 | IssuesEvent | 2019-11-28 08:54:21 | khartec/waltz | https://api.github.com/repos/khartec/waltz | closed | Bookmarks: Support for restricted/authenticated bookmarks | fixed (test & close) noteworthy | - Adding column in the database, perhaps ```is_restricted```
- Indicator on the gui to make it clear that a bookmark may be restricted and requiring authentication (padlock)
- Also enhance the edit screen to allow the new field to be toggled
- Include a tooltip to make it clear what the 'padlock' means
| 1.0 | Bookmarks: Support for restricted/authenticated bookmarks - - Adding column in the database, perhaps ```is_restricted```
- Indicator on the gui to make it clear that a bookmark may be restricted and requiring authentication (padlock)
- Also enhance the edit screen to allow the new field to be toggled
- Include a too... | non_defect | bookmarks support for restricted authenticated bookmarks adding column in the database perhaps is restricted indicator on the gui to make it clear that a bookmark may be restricted and requiring authentication padlock also enhance the edit screen to allow the new field to be toggled include a too... | 0 |
81,589 | 31,071,351,100 | IssuesEvent | 2023-08-12 01:22:24 | microsoft/TypeScript | https://api.github.com/repos/microsoft/TypeScript | closed | method type references don't infer `this` type | Not a Defect | ### 🔎 Search Terms
method
this
type
any
infer
missing
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about the `this` keyword
### ⏯ Playground Link
https://www.typescriptlang.org/play?#code/C4TwDgpgBAQg9nANhAhgOwCpwMrAE4CWaA5gGICu... | 1.0 | method type references don't infer `this` type - ### 🔎 Search Terms
method
this
type
any
infer
missing
### 🕗 Version & Regression Information
- This is the behavior in every version I tried, and I reviewed the FAQ for entries about the `this` keyword
### ⏯ Playground Link
https://www.typescriptlang.org/pl... | defect | method type references don t infer this type 🔎 search terms method this type any infer missing 🕗 version regression information this is the behavior in every version i tried and i reviewed the faq for entries about the this keyword ⏯ playground link 💻 code ts type boole... | 1 |
68,015 | 21,412,950,949 | IssuesEvent | 2022-04-22 08:09:05 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | SQLException when calling oracle.jdbc.driver.ArrayDataResultSet.getMetaData() | T: Defect C: Functionality C: DB: Oracle P: High E: Professional Edition E: Enterprise Edition | The following exception appears in a customer log after an upgrade from jOOQ 3.14.11 to 3.16.5:
```
Exception while accessing ResultSetMetaData java.sql.SQLException: Nicht unterstützte Funktion: getMetaData at oracle.jdbc.driver.ArrayDataResultSet.getMetaData(ArrayDataResultSet.java:1098) at com.zaxxer.hikari.pool... | 1.0 | SQLException when calling oracle.jdbc.driver.ArrayDataResultSet.getMetaData() - The following exception appears in a customer log after an upgrade from jOOQ 3.14.11 to 3.16.5:
```
Exception while accessing ResultSetMetaData java.sql.SQLException: Nicht unterstützte Funktion: getMetaData at oracle.jdbc.driver.ArrayD... | defect | sqlexception when calling oracle jdbc driver arraydataresultset getmetadata the following exception appears in a customer log after an upgrade from jooq to exception while accessing resultsetmetadata java sql sqlexception nicht unterstützte funktion getmetadata at oracle jdbc driver arraydata... | 1 |
37,671 | 8,474,790,109 | IssuesEvent | 2018-10-24 17:06:11 | brainvisa/testbidon | https://api.github.com/repos/brainvisa/testbidon | closed | Handling GIS Format with Brainvisa standard trunk/bug_fix release (27 Jan 2015) | Category: soma-io Component: Resolution Priority: Normal Status: Closed Tracker: Defect | ---
Author Name: **Leroy, François** (Leroy, François)
Original Redmine Issue: 11906, https://bioproj.extra.cea.fr/redmine/issues/11906
Original Date: 2015-02-09
Original Assignee: Riviere, Denis
---
When viewing a bias corrected MRI with GIS format (.ima) using either viewer "Anatomist Show Bias Correction" or vie... | 1.0 | Handling GIS Format with Brainvisa standard trunk/bug_fix release (27 Jan 2015) - ---
Author Name: **Leroy, François** (Leroy, François)
Original Redmine Issue: 11906, https://bioproj.extra.cea.fr/redmine/issues/11906
Original Date: 2015-02-09
Original Assignee: Riviere, Denis
---
When viewing a bias corrected MRI ... | defect | handling gis format with brainvisa standard trunk bug fix release jan author name leroy françois leroy françois original redmine issue original date original assignee riviere denis when viewing a bias corrected mri with gis format ima using either viewer anatomist show bi... | 1 |
324,546 | 27,811,319,635 | IssuesEvent | 2023-03-18 06:13:11 | omegaup/omegaup | https://api.github.com/repos/omegaup/omegaup | closed | [BUG] La edición de un concurso restablece la opción "Mostrar a todos [...] por defecto" | P1 omegaUp for Contests bug Good first issue | Hola amigos de omegaUp.
En la continuación de #5588, modificar algo del concurso (ej. descripción, fecha, etcétera) desactiva la opción "Mostrar a todos los concursantes en el scoreboard por defecto". Esto se puede reproducir activando la opción, guardando, modificando algo del concurso, recargando la página y viend... | 1.0 | [BUG] La edición de un concurso restablece la opción "Mostrar a todos [...] por defecto" - Hola amigos de omegaUp.
En la continuación de #5588, modificar algo del concurso (ej. descripción, fecha, etcétera) desactiva la opción "Mostrar a todos los concursantes en el scoreboard por defecto". Esto se puede reproducir ... | non_defect | la edición de un concurso restablece la opción mostrar a todos por defecto hola amigos de omegaup en la continuación de modificar algo del concurso ej descripción fecha etcétera desactiva la opción mostrar a todos los concursantes en el scoreboard por defecto esto se puede reproducir activando l... | 0 |
286,723 | 24,775,925,517 | IssuesEvent | 2022-10-23 18:29:26 | starlite-api/starlite | https://api.github.com/repos/starlite-api/starlite | closed | Testing: random rate limiting test failures | help wanted good first issue tests-issue | ```
@pytest.mark.parametrize("unit", ["minute", "second", "hour", "day"])
async def test_rate_limiting(unit: DurationUnit) -> None:
@get("/")
def handler() -> None:
return None
config = RateLimitConfig(rate_limit=(unit, 1))
cache_key = "RateLimitMiddlewar... | 1.0 | Testing: random rate limiting test failures - ```
@pytest.mark.parametrize("unit", ["minute", "second", "hour", "day"])
async def test_rate_limiting(unit: DurationUnit) -> None:
@get("/")
def handler() -> None:
return None
config = RateLimitConfig(rate_limit=(unit... | non_defect | testing random rate limiting test failures pytest mark parametrize unit async def test rate limiting unit durationunit none get def handler none return none config ratelimitconfig rate limit unit cache key rateli... | 0 |
33,287 | 27,362,860,797 | IssuesEvent | 2023-02-27 16:59:24 | dotnet/docker-tools | https://api.github.com/repos/dotnet/docker-tools | closed | Upgrade projects to .NET 7 | enhancement up-for-grabs area-infrastructure | There are various projects in this repo that are targeting .NET 6 and should be upgraded to .NET 7. | 1.0 | Upgrade projects to .NET 7 - There are various projects in this repo that are targeting .NET 6 and should be upgraded to .NET 7. | non_defect | upgrade projects to net there are various projects in this repo that are targeting net and should be upgraded to net | 0 |
254,310 | 8,072,628,352 | IssuesEvent | 2018-08-06 16:32:46 | SiLeBAT/FSK-Lab | https://api.github.com/repos/SiLeBAT/FSK-Lab | closed | Compilation errors in CombinedFskPortObject | bug high priority | Compilation errors in master branch. Please fix asap.

| 1.0 | Compilation errors in CombinedFskPortObject - Compilation errors in master branch. Please fix asap.

| non_defect | compilation errors in combinedfskportobject compilation errors in master branch please fix asap | 0 |
71,734 | 3,367,617,945 | IssuesEvent | 2015-11-22 10:19:05 | music-encoding/music-encoding | https://api.github.com/repos/music-encoding/music-encoding | closed | data.HEADSTYLE needs an overhaul | Component: Core Schema Priority: Medium Status: Needs Discussion Type: Enhancement | _From [andrew.hankinson](https://code.google.com/u/andrew.hankinson/) on September 09, 2014 17:30:21_
The data types in data.HEADSTYLE are incomplete, and largely a port from MUP.
Also, we should add "none" as a possible notehead type. This differs from a hidden note, since it will should still show the stem and r... | 1.0 | data.HEADSTYLE needs an overhaul - _From [andrew.hankinson](https://code.google.com/u/andrew.hankinson/) on September 09, 2014 17:30:21_
The data types in data.HEADSTYLE are incomplete, and largely a port from MUP.
Also, we should add "none" as a possible notehead type. This differs from a hidden note, since it wi... | non_defect | data headstyle needs an overhaul from on september the data types in data headstyle are incomplete and largely a port from mup also we should add none as a possible notehead type this differs from a hidden note since it will should still show the stem and reserve the appropriate amount of... | 0 |
80,786 | 30,530,031,164 | IssuesEvent | 2023-07-19 13:46:15 | vector-im/element-x-ios | https://api.github.com/repos/vector-im/element-x-ios | closed | History from before accepting an invite is not shown | X-Needs-Rust A-Timeline T-Defect A-E2EE S-Critical O-Frequent Z-Schedule | ### Steps to reproduce
1. Get invited to an e2ee room with scrollback
2. Accept invite on EI; read scrollback
3. Go to EX
4. Have to restart the app to get the new room visible in the roomlist
5. View new room
6. Observe scrollback from before you join the room is not visible
### Outcome
#### What did you expec... | 1.0 | History from before accepting an invite is not shown - ### Steps to reproduce
1. Get invited to an e2ee room with scrollback
2. Accept invite on EI; read scrollback
3. Go to EX
4. Have to restart the app to get the new room visible in the roomlist
5. View new room
6. Observe scrollback from before you join the ro... | defect | history from before accepting an invite is not shown steps to reproduce get invited to an room with scrollback accept invite on ei read scrollback go to ex have to restart the app to get the new room visible in the roomlist view new room observe scrollback from before you join the room ... | 1 |
829,998 | 31,933,591,957 | IssuesEvent | 2023-09-19 09:02:08 | GoogleCloudPlatform/java-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/java-docs-samples | opened | NotificationConfigSnippetTests: testListNotificationConfig failed | type: bug priority: p1 flakybot: issue | Note: #8618 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: e9ed3f69c25af2c63ca69e906d7e67e5ab5cee24
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/df8f2276-867d-4d62-9757-da8127342f56), [Sponge](http://sponge2/df8f2276-867d-4d62-... | 1.0 | NotificationConfigSnippetTests: testListNotificationConfig failed - Note: #8618 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: e9ed3f69c25af2c63ca69e906d7e67e5ab5cee24
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/df8f2276-867d-... | non_defect | notificationconfigsnippettests testlistnotificationconfig failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output com google api gax rpc internalexception io grpc statusruntimeexception internal i... | 0 |
17,583 | 3,012,747,522 | IssuesEvent | 2015-07-29 02:09:30 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | [CLOSED] Null-pointer exception in user management screen | auto-migrated Priority-Medium Type-Defect | <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday Jul 27, 2015 at 03:21 GMT_
_Originally opened as https://github.com/a... | 1.0 | [CLOSED] Null-pointer exception in user management screen - <a href="https://github.com/GoogleCodeExporter"><img src="https://avatars.githubusercontent.com/u/9614759?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [GoogleCodeExporter](https://github.com/GoogleCodeExporter)**
_Monday Jul 27, 2... | defect | null pointer exception in user management screen issue by monday jul at gmt originally opened as what steps will reproduce the problem add a new user select roles from available list and add to owns list remove one of the roles from owns list before saving what is the... | 1 |
388,932 | 26,789,005,558 | IssuesEvent | 2023-02-01 06:42:22 | invictus-integration/docs-ifa | https://api.github.com/repos/invictus-integration/docs-ifa | opened | Deeper explanation on why using Azure ACR | documentation enhancement | **Is your feature related to a problem? Please describe.**
Currently, after the Helm deploy, we provide a suggestion to do 'something' with Azure ACR, but the purpose or reason for this is not explained.
**What solution do you propose?**
We should make sure that after the Helm deploy, we provide more info on why t... | 1.0 | Deeper explanation on why using Azure ACR - **Is your feature related to a problem? Please describe.**
Currently, after the Helm deploy, we provide a suggestion to do 'something' with Azure ACR, but the purpose or reason for this is not explained.
**What solution do you propose?**
We should make sure that after th... | non_defect | deeper explanation on why using azure acr is your feature related to a problem please describe currently after the helm deploy we provide a suggestion to do something with azure acr but the purpose or reason for this is not explained what solution do you propose we should make sure that after th... | 0 |
21,797 | 3,560,785,956 | IssuesEvent | 2016-01-23 09:40:11 | mr-sun/carnamock | https://api.github.com/repos/mr-sun/carnamock | closed | Trying to build with C++Builder XE: Need Help | auto-migrated Priority-Medium Type-Defect | ```
Dear Author of carnamock,
I'm creating this issue because I don't know how to contact you.
I'm looking for a mocking framework for C++Builder XE.
That's why I try to build carnamock.
Your project carnamock has some external dependencies:
Where can I get CTIP\cppunit-light from?
Where can I get third_part\hamcres... | 1.0 | Trying to build with C++Builder XE: Need Help - ```
Dear Author of carnamock,
I'm creating this issue because I don't know how to contact you.
I'm looking for a mocking framework for C++Builder XE.
That's why I try to build carnamock.
Your project carnamock has some external dependencies:
Where can I get CTIP\cppuni... | defect | trying to build with c builder xe need help dear author of carnamock i m creating this issue because i don t know how to contact you i m looking for a mocking framework for c builder xe that s why i try to build carnamock your project carnamock has some external dependencies where can i get ctip cppuni... | 1 |
211,978 | 7,225,669,419 | IssuesEvent | 2018-02-10 00:10:37 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | USER ISSUE: Campfire Cooking Efficency | Medium Priority | **Version:** 0.7.0.5 beta
**Steps to Reproduce:**
1. Have level 5
2. Notice that Campfire Beans don't get the bonus
**Expected behavior:**
**Actual behavior:**
| 1.0 | USER ISSUE: Campfire Cooking Efficency - **Version:** 0.7.0.5 beta
**Steps to Reproduce:**
1. Have level 5
2. Notice that Campfire Beans don't get the bonus
**Expected behavior:**
**Actual behavior:**
| non_defect | user issue campfire cooking efficency version beta steps to reproduce have level notice that campfire beans don t get the bonus expected behavior actual behavior | 0 |
33,406 | 7,111,170,020 | IssuesEvent | 2018-01-17 13:23:40 | energicryptocurrency/energi | https://api.github.com/repos/energicryptocurrency/energi | closed | getblocktemplate does not work properly | Defect Required for Main Net Required for Test Net | getblocktemplate returns error in any case
error code: -9
error message:
Energi Core is not connected! | 1.0 | getblocktemplate does not work properly - getblocktemplate returns error in any case
error code: -9
error message:
Energi Core is not connected! | defect | getblocktemplate does not work properly getblocktemplate returns error in any case error code error message energi core is not connected | 1 |
209,546 | 23,730,607,781 | IssuesEvent | 2022-08-31 01:07:44 | ThomasRuemmler/openspaceplanner | https://api.github.com/repos/ThomasRuemmler/openspaceplanner | closed | CVE-2021-35065 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.0.tgz - autoclosed | security vulnerability | ## CVE-2021-35065 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</b>, <b>glob-parent-5.1.0.tgz</b></p></summary>
<p>
<details><summary><b>glob-parent-3.1.0.tgz... | True | CVE-2021-35065 (High) detected in glob-parent-3.1.0.tgz, glob-parent-5.1.0.tgz - autoclosed - ## CVE-2021-35065 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>glob-parent-3.1.0.tgz</... | non_defect | cve high detected in glob parent tgz glob parent tgz autoclosed cve high severity vulnerability vulnerable libraries glob parent tgz glob parent tgz glob parent tgz strips glob magic from a string to provide the parent directory path library ho... | 0 |
257,024 | 8,131,975,002 | IssuesEvent | 2018-08-18 05:07:39 | brave/browser-laptop | https://api.github.com/repos/brave/browser-laptop | closed | Eth-Wallet nodes infrastructure needs a defined QA process | feature/ETH-Wallet priority/P3 reverted | Specifically, we need a process to test that browser-run nodes can connect and sync with the nodes hosted by brave infra. The current way is to let the browser geth node to sync, then issue an RPC and check the peers:
```
curl -X POST -H "content-type: application/json" --data '{"jsonrpc":"2.0","method":"admin_peer... | 1.0 | Eth-Wallet nodes infrastructure needs a defined QA process - Specifically, we need a process to test that browser-run nodes can connect and sync with the nodes hosted by brave infra. The current way is to let the browser geth node to sync, then issue an RPC and check the peers:
```
curl -X POST -H "content-type: ap... | non_defect | eth wallet nodes infrastructure needs a defined qa process specifically we need a process to test that browser run nodes can connect and sync with the nodes hosted by brave infra the current way is to let the browser geth node to sync then issue an rpc and check the peers curl x post h content type ap... | 0 |
157,652 | 19,976,518,264 | IssuesEvent | 2022-01-29 06:43:35 | avallete/yt-playlists-delete-enhancer | https://api.github.com/repos/avallete/yt-playlists-delete-enhancer | opened | CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz | security vulnerability | ## CVE-2021-3918 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary>
<p>JSON Schema validation and specifications</p>
<p>Library home page: <a href=... | True | CVE-2021-3918 (High) detected in json-schema-0.2.3.tgz - ## CVE-2021-3918 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json-schema-0.2.3.tgz</b></p></summary>
<p>JSON Schema validat... | non_defect | cve high detected in json schema tgz cve high severity vulnerability vulnerable library json schema tgz json schema validation and specifications library home page a href path to dependency file package json path to vulnerable library node modules npm node modules ... | 0 |
253,077 | 19,090,387,355 | IssuesEvent | 2021-11-29 11:24:33 | girlscript/winter-of-contributing | https://api.github.com/repos/girlscript/winter-of-contributing | reopened | Data Science With Python: Scale-Invariant Feature Transform | documentation GWOC21 DSWP | ### Description
Welcome to the 'DSWP' Team, good to see you here.
With this issue, readers will get introduced to the core information about 'Scale-Invariant Feature Transform' along with sample code completely in an effective way.
To get assigned to this issue, add your serial numbers mentioned in the spreadshe... | 1.0 | Data Science With Python: Scale-Invariant Feature Transform - ### Description
Welcome to the 'DSWP' Team, good to see you here.
With this issue, readers will get introduced to the core information about 'Scale-Invariant Feature Transform' along with sample code completely in an effective way.
To get assigned to ... | non_defect | data science with python scale invariant feature transform description welcome to the dswp team good to see you here with this issue readers will get introduced to the core information about scale invariant feature transform along with sample code completely in an effective way to get assigned to ... | 0 |
71,505 | 23,663,418,793 | IssuesEvent | 2022-08-26 17:59:56 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | opened | Dropdown: Panel doesn't get open second time in dialog | defect | ### Describe the bug
If you closed the dialog by keeping the dropdown panel open, then the next time when you try to open the dropdown panel, the panel doesn't get open on a single click
The issue is dropdown panel is not set as false if the dialog is closed by keeping the dropdown open.
### Environment
Stackblit... | 1.0 | Dropdown: Panel doesn't get open second time in dialog - ### Describe the bug
If you closed the dialog by keeping the dropdown panel open, then the next time when you try to open the dropdown panel, the panel doesn't get open on a single click
The issue is dropdown panel is not set as false if the dialog is closed ... | defect | dropdown panel doesn t get open second time in dialog describe the bug if you closed the dialog by keeping the dropdown panel open then the next time when you try to open the dropdown panel the panel doesn t get open on a single click the issue is dropdown panel is not set as false if the dialog is closed ... | 1 |
91,821 | 11,575,991,724 | IssuesEvent | 2020-02-21 10:55:20 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | Flutter Hero widget is not working | d: stackoverflow f: material design framework | Hero Widget is not accepting any arguments????
Source code
```dart
import 'package:flutter/material.dart';
void main(){
runApp(Hero());
}
class Hero extends StatefulWidget {
_HeroState createState() => _HeroState();
}
class _HeroState extends State<Hero> {
@override
Widget build(BuildConte... | 1.0 | Flutter Hero widget is not working - Hero Widget is not accepting any arguments????
Source code
```dart
import 'package:flutter/material.dart';
void main(){
runApp(Hero());
}
class Hero extends StatefulWidget {
_HeroState createState() => _HeroState();
}
class _HeroState extends State<Hero> {
... | non_defect | flutter hero widget is not working hero widget is not accepting any arguments source code dart import package flutter material dart void main runapp hero class hero extends statefulwidget herostate createstate herostate class herostate extends state ov... | 0 |
68,183 | 21,553,896,435 | IssuesEvent | 2022-04-30 04:31:33 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: refguide check fails with `numpydoc==1.3` | defect CI | ## Problem
numpydoc released [v1.3](https://github.com/numpy/numpydoc/releases/tag/v1.3.0) a few hrs ago.
With this release, as seen in numpy/numpydoc#381 they unpinned the upper version of Jinja2 and now a new RuntimeError is raised asking the numpydoc users to be responsible for pinning Jinja2 in case of unmainta... | 1.0 | BUG: refguide check fails with `numpydoc==1.3` - ## Problem
numpydoc released [v1.3](https://github.com/numpy/numpydoc/releases/tag/v1.3.0) a few hrs ago.
With this release, as seen in numpy/numpydoc#381 they unpinned the upper version of Jinja2 and now a new RuntimeError is raised asking the numpydoc users to be r... | defect | bug refguide check fails with numpydoc problem numpydoc released a few hrs ago with this release as seen in numpy numpydoc they unpinned the upper version of and now a new runtimeerror is raised asking the numpydoc users to be responsible for pinning in case of unmaintained sphinx versions ... | 1 |
770,926 | 27,061,422,071 | IssuesEvent | 2023-02-13 20:06:12 | GoogleCloudPlatform/opentelemetry-operations-python | https://api.github.com/repos/GoogleCloudPlatform/opentelemetry-operations-python | closed | Update READMEs for old packages | priority: p3 | Delete https://pypi.org/project/opentelemetry-exporter-cloud-trace/ and https://pypi.org/project/opentelemetry-exporter-cloud-monitoring/ from PyPI in a while after we know it is unused. Charts of usage here:
- https://pepy.tech/project/opentelemetry-exporter-cloud-trace
- https://pepy.tech/project/opentelemetry-ex... | 1.0 | Update READMEs for old packages - Delete https://pypi.org/project/opentelemetry-exporter-cloud-trace/ and https://pypi.org/project/opentelemetry-exporter-cloud-monitoring/ from PyPI in a while after we know it is unused. Charts of usage here:
- https://pepy.tech/project/opentelemetry-exporter-cloud-trace
- https://... | non_defect | update readmes for old packages delete and from pypi in a while after we know it is unused charts of usage here | 0 |
14,216 | 2,793,819,845 | IssuesEvent | 2015-05-11 13:37:16 | elecoest/allevents-3-2 | https://api.github.com/repos/elecoest/allevents-3-2 | closed | BackEnd - Lieux - Tri sur certaines colonnes ne fonctionne pas | auto-migrated Priority-Low Type-Defect | ```
V3.2.13
Le tri sur les colonnes "modifié le" et "ID" ne fonctionne pas
```
Original issue reported on code.google.com by `jjacquesh` on 13 Mar 2015 at 12:01 | 1.0 | BackEnd - Lieux - Tri sur certaines colonnes ne fonctionne pas - ```
V3.2.13
Le tri sur les colonnes "modifié le" et "ID" ne fonctionne pas
```
Original issue reported on code.google.com by `jjacquesh` on 13 Mar 2015 at 12:01 | defect | backend lieux tri sur certaines colonnes ne fonctionne pas le tri sur les colonnes modifié le et id ne fonctionne pas original issue reported on code google com by jjacquesh on mar at | 1 |
66,539 | 20,263,601,444 | IssuesEvent | 2022-02-15 09:57:18 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Hard crash when using Element desktop on Wayland | T-Defect X-Needs-Info Z-Platform-Specific X-Regression S-Critical A-Electron Z-Upstream O-Uncommon Z-Crash | ### Steps to reproduce
1. I had just left it running, and then it suddenly crashed on it's own. No user interaction.
### Outcome
Self explanatory
### Operating system
Arch Linux / Wayland w/ Sway
### Application version
Element Nightly version: 2022011001 Olm version: 3.2.8
### How did you install the app?
Arc... | 1.0 | Hard crash when using Element desktop on Wayland - ### Steps to reproduce
1. I had just left it running, and then it suddenly crashed on it's own. No user interaction.
### Outcome
Self explanatory
### Operating system
Arch Linux / Wayland w/ Sway
### Application version
Element Nightly version: 2022011001 Olm ve... | defect | hard crash when using element desktop on wayland steps to reproduce i had just left it running and then it suddenly crashed on it s own no user interaction outcome self explanatory operating system arch linux wayland w sway application version element nightly version olm version ... | 1 |
295,420 | 25,474,669,368 | IssuesEvent | 2022-11-25 13:22:02 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Tests fail with 'Instances haven't been shut down' [HZ-1693] | Type: Test-Failure Source: Internal Team: SQL to-jira | _master_ (commit 886628968ce05e1cd9073f9147b0f7e0c080a48f)
Failed on Sonar (Oracle JDK 11): http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-sonar/989/testReport/
It happens more times, for example also here - http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-sonar/9... | 1.0 | Tests fail with 'Instances haven't been shut down' [HZ-1693] - _master_ (commit 886628968ce05e1cd9073f9147b0f7e0c080a48f)
Failed on Sonar (Oracle JDK 11): http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-master-sonar/989/testReport/
It happens more times, for example also here - http://jenkins.ha... | non_defect | tests fail with instances haven t been shut down master commit failed on sonar oracle jdk it happens more times for example also here stacktrace for com hazelcast jet sql sqlbasicclienttest com hazelcast jet sql sqlbasicclienttest as an example java lang illegalstateexception... | 0 |
3,037 | 2,607,970,128 | IssuesEvent | 2015-02-26 00:44:12 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | opened | Allow clients to set maximum number of memory mapped files | auto-migrated Priority-Medium Type-Defect | ```
Currently LevelDB sets a maximum of 1000 mmap()ed files on 64-bit systems and
none on 32-bit systems via the MmapLimiter class. It would be beneficial for
clients to be able to control this limit. For example, a client concerned about
reliability might set this limit to zero on all systems to avoid SIGBUS when
... | 1.0 | Allow clients to set maximum number of memory mapped files - ```
Currently LevelDB sets a maximum of 1000 mmap()ed files on 64-bit systems and
none on 32-bit systems via the MmapLimiter class. It would be beneficial for
clients to be able to control this limit. For example, a client concerned about
reliability might... | defect | allow clients to set maximum number of memory mapped files currently leveldb sets a maximum of mmap ed files on bit systems and none on bit systems via the mmaplimiter class it would be beneficial for clients to be able to control this limit for example a client concerned about reliability might set ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.