Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3
values | title stringlengths 1 853 | labels stringlengths 4 898 | body stringlengths 2 262k | index stringclasses 13
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 250k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
33,432 | 9,126,002,980 | IssuesEvent | 2019-02-24 18:13:12 | OpenLoco/OpenLoco | https://api.github.com/repos/OpenLoco/OpenLoco | closed | Reduce dependencies on Windows | Windows (OS) build | Currently, the SDL2-mixer dependency carries with it several DLLs adding codec support. As we do not use any of these codecs, they should be disabled in vcpkg similar to how we did for macOS:
https://github.com/OpenLoco/Dependencies/blob/master/macos/sdl2_patches.patch | 1.0 | Reduce dependencies on Windows - Currently, the SDL2-mixer dependency carries with it several DLLs adding codec support. As we do not use any of these codecs, they should be disabled in vcpkg similar to how we did for macOS:
https://github.com/OpenLoco/Dependencies/blob/master/macos/sdl2_patches.patch | build | reduce dependencies on windows currently the mixer dependency carries with it several dlls adding codec support as we do not use any of these codecs they should be disabled in vcpkg similar to how we did for macos | 1 |
34,989 | 9,527,637,068 | IssuesEvent | 2019-04-29 05:16:45 | commercialhaskell/stack | https://api.github.com/repos/commercialhaskell/stack | closed | stack hangs while linking (lld) with ghc 8.4+ | component: build further investigation required | ### General summary/comments (optional)
I'm using stack 1.9.3 and have a project using lts-11.22.
I tried updating it to lts-12 (lts-12.0 and lts-12.21 ends up with the same problem) and stack just hangs when linking the StackSetupShim
### Steps to reproduce
Update from lts-11.22 to lts-12.21
Run `stack buil... | 1.0 | stack hangs while linking (lld) with ghc 8.4+ - ### General summary/comments (optional)
I'm using stack 1.9.3 and have a project using lts-11.22.
I tried updating it to lts-12 (lts-12.0 and lts-12.21 ends up with the same problem) and stack just hangs when linking the StackSetupShim
### Steps to reproduce
Upd... | build | stack hangs while linking lld with ghc general summary comments optional i m using stack and have a project using lts i tried updating it to lts lts and lts ends up with the same problem and stack just hangs when linking the stacksetupshim steps to reproduce update fr... | 1 |
41,439 | 16,747,334,466 | IssuesEvent | 2021-06-11 17:17:29 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | closed | Bug: Filters do not stack up correctly | Impact: 3-Minor Product: Moped Service: Dev Type: Bug Report | Currently, we cannot apply two or more filters on a single field. For example, if we want to search for a project description that contains the word `Lamar` and also contains the word `Koenig`, the filters will ignore the first word and use only `Koenig`.
This is likely a data structure problem caused by the way the f... | 1.0 | Bug: Filters do not stack up correctly - Currently, we cannot apply two or more filters on a single field. For example, if we want to search for a project description that contains the word `Lamar` and also contains the word `Koenig`, the filters will ignore the first word and use only `Koenig`.
This is likely a data ... | non_build | bug filters do not stack up correctly currently we cannot apply two or more filters on a single field for example if we want to search for a project description that contains the word lamar and also contains the word koenig the filters will ignore the first word and use only koenig this is likely a data ... | 0 |
101,464 | 31,161,285,853 | IssuesEvent | 2023-08-16 16:10:25 | RTXteam/RTX-KG2 | https://api.github.com/repos/RTXteam/RTX-KG2 | closed | Change type of qualifiers | verify this fix in next kg2 build | Currently edges without qualifiers have those fields set to `"None"` as a string. Per Sundar, it would be better to leave it as a None type or null value instead. This will be changed in `filter_kg_and_remap_predicates.py` | 1.0 | Change type of qualifiers - Currently edges without qualifiers have those fields set to `"None"` as a string. Per Sundar, it would be better to leave it as a None type or null value instead. This will be changed in `filter_kg_and_remap_predicates.py` | build | change type of qualifiers currently edges without qualifiers have those fields set to none as a string per sundar it would be better to leave it as a none type or null value instead this will be changed in filter kg and remap predicates py | 1 |
39,069 | 10,288,608,914 | IssuesEvent | 2019-08-27 13:22:41 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Aanconda python 3.7 could not find tf-nightly-2.0-preview | TF 2.0 stat:awaiting response type:build/install | <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
Anacon... | 1.0 | Aanconda python 3.7 could not find tf-nightly-2.0-preview - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitH... | build | aanconda python could not find tf nightly preview please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information anaconda python conda ... | 1 |
40,281 | 10,483,756,352 | IssuesEvent | 2019-09-24 14:28:31 | htm-community/htm.core | https://api.github.com/repos/htm-community/htm.core | closed | Build error due to Eigen warning on gcc 9 | bug build upstream | Hi, I'm building HTM.core on my Arch box using the python script and failed.
```
git clone https://github.com/htm-community/htm.core
cd htm.core
python setup.py install --user --force
```
With the error message
```
/home/marty/Documents/not-my-projects/htm.core/build/ThirdParty/eigen/eigen-src/Eigen/src/... | 1.0 | Build error due to Eigen warning on gcc 9 - Hi, I'm building HTM.core on my Arch box using the python script and failed.
```
git clone https://github.com/htm-community/htm.core
cd htm.core
python setup.py install --user --force
```
With the error message
```
/home/marty/Documents/not-my-projects/htm.cor... | build | build error due to eigen warning on gcc hi i m building htm core on my arch box using the python script and failed git clone cd htm core python setup py install user force with the error message home marty documents not my projects htm core build thirdparty eigen eigen src eigen... | 1 |
96,724 | 27,986,845,533 | IssuesEvent | 2023-03-26 19:43:38 | spack/spack | https://api.github.com/repos/spack/spack | opened | Installation issue: dealii | build-error | ### Steps to reproduce the issue
```console
$ spack spec -I <spec>
...
```
Input spec
--------------------------------
- dealii
Concretized
--------------------------------
- dealii@9.4.0%gcc@9.4.0+adol-c+arborx+arpack+assimp+cgal~cuda~doc+examples+ginkgo+gmsh+gsl+hdf5~int64~ipo+metis+mpi+muparser~nan... | 1.0 | Installation issue: dealii - ### Steps to reproduce the issue
```console
$ spack spec -I <spec>
...
```
Input spec
--------------------------------
- dealii
Concretized
--------------------------------
- dealii@9.4.0%gcc@9.4.0+adol-c+arborx+arpack+assimp+cgal~cuda~doc+examples+ginkgo+gmsh+gsl+hdf5~int... | build | installation issue dealii steps to reproduce the issue console spack spec i input spec dealii concretized dealii gcc adol c arborx arpack assimp cgal cuda doc examples ginkgo gmsh gsl ipo metis... | 1 |
83,333 | 24,042,673,424 | IssuesEvent | 2022-09-16 04:30:18 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Bug]-[6720]:"Navigate to" option on trigger fields has a '#' which implies number and any information added to this placeholder throws an error | Bug Needs Design Property Pane High Production UI Builders Pod FE Coders Pod | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
On property pane trigger fields, we have an option to navigate to a different page, but on selecting the option from dropdown, **Page Name or URL** field has a placeholder "#" that implies a number is expected. In... | 1.0 | [Bug]-[6720]:"Navigate to" option on trigger fields has a '#' which implies number and any information added to this placeholder throws an error - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
On property pane trigger fields, we have an option to navigate to ... | build | navigate to option on trigger fields has a which implies number and any information added to this placeholder throws an error is there an existing issue for this i have searched the existing issues current behavior on property pane trigger fields we have an option to navigate to a different... | 1 |
618,004 | 19,412,080,610 | IssuesEvent | 2021-12-20 10:42:31 | matrixorigin/matrixone | https://api.github.com/repos/matrixorigin/matrixone | closed | Instance crashed when SELECT list referring to nonaggregated column combined with GROUP BY and ORDER BY | kind/bug priority/critical needs-triage severity/critical | <!-- Please describe your issue in English. -->
#### Can be reproduced ?
Yes
#### Steps:
CREATE TABLE t1 (spID int,userID int,score smallint);
INSERT INTO t1 VALUES (1,1,1);
INSERT INTO t1 VALUES (2,2,2);
INSERT INTO t1 VALUES (2,1,4);
INSERT INTO t1 VALUES (3,3,3);
INSERT INTO t1 VALUES (1,1,5);
INSERT I... | 1.0 | Instance crashed when SELECT list referring to nonaggregated column combined with GROUP BY and ORDER BY - <!-- Please describe your issue in English. -->
#### Can be reproduced ?
Yes
#### Steps:
CREATE TABLE t1 (spID int,userID int,score smallint);
INSERT INTO t1 VALUES (1,1,1);
INSERT INTO t1 VALUES (2,2,2);... | non_build | instance crashed when select list referring to nonaggregated column combined with group by and order by can be reproduced yes steps create table spid int userid int score smallint insert into values insert into values insert into values insert into va... | 0 |
330,484 | 10,041,281,036 | IssuesEvent | 2019-07-18 22:17:28 | MolSnoo/Alter-Ego | https://api.github.com/repos/MolSnoo/Alter-Ego | opened | Make loader more secure | feature high priority | If loader detects that any data has been entered incorrectly, stop loading data and notify the moderator. | 1.0 | Make loader more secure - If loader detects that any data has been entered incorrectly, stop loading data and notify the moderator. | non_build | make loader more secure if loader detects that any data has been entered incorrectly stop loading data and notify the moderator | 0 |
319,345 | 27,366,325,799 | IssuesEvent | 2023-02-27 19:28:19 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Jest Tests.x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components - Rules list Bulk Edit bulk actions can bulk add snooze schedule | failed-test | A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the timeout value, if this is a long-running test."
at it (/var/lib/buildkite-agent/builds/kb-n2-4-spot-66c30ac5eeccd3b1/elastic/kibana-on-merge/kibana/x-pack/plugins/triggers_a... | 1.0 | Failing test: Jest Tests.x-pack/plugins/triggers_actions_ui/public/application/sections/rules_list/components - Rules list Bulk Edit bulk actions can bulk add snooze schedule - A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Use jest.setTimeout(newTimeout) to increase the ... | non_build | failing test jest tests x pack plugins triggers actions ui public application sections rules list components rules list bulk edit bulk actions can bulk add snooze schedule a test failed on a tracked branch error thrown exceeded timeout of ms for a test use jest settimeout newtimeout to increase the tim... | 0 |
73,178 | 19,588,679,663 | IssuesEvent | 2022-01-05 10:18:21 | google/mediapipe | https://api.github.com/repos/google/mediapipe | opened | Selfie Segmentation drops fps when i switch to another browser | type:build/install | **System information**
- OS Platform and Distribution (Win10)
- Programming Language : JavaScript
**Describe the problem**:
When I switch to another browser tab or open another app window in full screen, the fps will drop
I use console.log in the onFrame function of the Camera , but it won't log when I switch to... | 1.0 | Selfie Segmentation drops fps when i switch to another browser - **System information**
- OS Platform and Distribution (Win10)
- Programming Language : JavaScript
**Describe the problem**:
When I switch to another browser tab or open another app window in full screen, the fps will drop
I use console.log in the o... | build | selfie segmentation drops fps when i switch to another browser system information os platform and distribution programming language javascript describe the problem when i switch to another browser tab or open another app window in full screen the fps will drop i use console log in the onfra... | 1 |
7,303 | 3,535,263,481 | IssuesEvent | 2016-01-16 11:01:59 | OpenRIAServices/OpenRiaServices | https://api.github.com/repos/OpenRIAServices/OpenRiaServices | opened | Error on builiding OpenRiaServices.DomainServices.EntityFramework | CodePlex | **This issue was imported from [CodePlex](http://openriaservices.codeplex.com/workitem/65)**
**[priteshakhani](http://www.codeplex.com/site/users/view/priteshakhani)** wrote 2015-01-02 at 17:42
Hello,
SubmitChanges method hangs in WCF RIA 1.0 SP2 and i have decided to integrate OpenRiaService inorder to tro... | 1.0 | Error on builiding OpenRiaServices.DomainServices.EntityFramework - **This issue was imported from [CodePlex](http://openriaservices.codeplex.com/workitem/65)**
**[priteshakhani](http://www.codeplex.com/site/users/view/priteshakhani)** wrote 2015-01-02 at 17:42
Hello,
SubmitChanges method hangs in WCF RIA ... | non_build | error on builiding openriaservices domainservices entityframework this issue was imported from wrote at hello submitchanges method hangs in wcf ria and i have decided to integrate openriaservice inorder to troubleshoot further issue i have downloaded source code and building... | 0 |
261,366 | 22,741,128,983 | IssuesEvent | 2022-07-07 03:59:19 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | opened | DISABLED test_all_to_all_single_equal_split_cuda (__main__.TestDistBackendWithSpawn) | module: flaky-tests skipped module: unknown | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_all_to_all_single_equal_split_cuda&suite=TestDistBackendWithSpawn&file=distributed/test_distributed_spawn.py) and the most recent trunk [workflow logs](https://github.com/pytorch/pytor... | 1.0 | DISABLED test_all_to_all_single_equal_split_cuda (__main__.TestDistBackendWithSpawn) - Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_all_to_all_single_equal_split_cuda&suite=TestDistBackendWithSpawn&file=distributed/test_distribut... | non_build | disabled test all to all single equal split cuda main testdistbackendwithspawn platforms linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with red and green | 0 |
98,506 | 29,934,152,608 | IssuesEvent | 2023-06-22 11:36:20 | NationalSecurityAgency/ghidra | https://api.github.com/repos/NationalSecurityAgency/ghidra | closed | Building extension fails due to non existent help | Feature: Build Status: Internal | **Describe the bug**
Attempting to build a plugin where `src/main/help/help` doesn't exist will fail.
```
> Task :indexHelp FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':indexHelp' (type 'JavaExec').
- Type 'org.gradle.api.tasks.Java... | 1.0 | Building extension fails due to non existent help - **Describe the bug**
Attempting to build a plugin where `src/main/help/help` doesn't exist will fail.
```
> Task :indexHelp FAILED
FAILURE: Build failed with an exception.
* What went wrong:
A problem was found with the configuration of task ':indexHelp' (ty... | build | building extension fails due to non existent help describe the bug attempting to build a plugin where src main help help doesn t exist will fail task indexhelp failed failure build failed with an exception what went wrong a problem was found with the configuration of task indexhelp ty... | 1 |
161,210 | 25,303,905,870 | IssuesEvent | 2022-11-17 12:50:20 | coronasafe/care_fe | https://api.github.com/repos/coronasafe/care_fe | closed | Redesign Facility Home Page | redesign | Tasks / components:
- [ ] Update style for `ButtonV2` when `style="secondary"` to match figma.
- [ ] `FeatureButton`
- [ ] `Menu` (dropdown) https://headlessui.com/react/menu
- [ ] `PhoneNumber`
- [ ] `Table`
- [ ] `SummarySection` which should take in title (string / JSX Element) and options (JSXElement[]), wh... | 1.0 | Redesign Facility Home Page - Tasks / components:
- [ ] Update style for `ButtonV2` when `style="secondary"` to match figma.
- [ ] `FeatureButton`
- [ ] `Menu` (dropdown) https://headlessui.com/react/menu
- [ ] `PhoneNumber`
- [ ] `Table`
- [ ] `SummarySection` which should take in title (string / JSX Element) ... | non_build | redesign facility home page tasks components update style for when style secondary to match figma featurebutton menu dropdown phonenumber table summarysection which should take in title string jsx element and options jsxelement which will be used to co... | 0 |
35,998 | 9,694,725,554 | IssuesEvent | 2019-05-24 19:51:13 | eclipse/openj9 | https://api.github.com/repos/eclipse/openj9 | closed | "jenkins test all" includes jdk11 but should not | comp:build | "jenkins test all" is not supposed to include jdk11 right now, since it doesn't compile and pass the tests. However it does seem to include jdk11, see https://github.com/eclipse/openj9/pull/2524 or https://github.com/eclipse/openj9/pull/2044 | 1.0 | "jenkins test all" includes jdk11 but should not - "jenkins test all" is not supposed to include jdk11 right now, since it doesn't compile and pass the tests. However it does seem to include jdk11, see https://github.com/eclipse/openj9/pull/2524 or https://github.com/eclipse/openj9/pull/2044 | build | jenkins test all includes but should not jenkins test all is not supposed to include right now since it doesn t compile and pass the tests however it does seem to include see or | 1 |
5,769 | 5,989,149,071 | IssuesEvent | 2017-06-02 07:44:36 | avseredyuk/SecureReco | https://api.github.com/repos/avseredyuk/SecureReco | opened | Make deauth after configured timeout after successful authentication | core feature security ui | - UI: at SettingsActivity, provide inputs to set timeout, checkbox for enabling/disabling timout deauth, with relation to #39
- CORE: need to improve MainActivity
- CORE: possible fix the AuthenticationManager
- CORE: need to add async entity to represent timeout | True | Make deauth after configured timeout after successful authentication - - UI: at SettingsActivity, provide inputs to set timeout, checkbox for enabling/disabling timout deauth, with relation to #39
- CORE: need to improve MainActivity
- CORE: possible fix the AuthenticationManager
- CORE: need to add async entity to ... | non_build | make deauth after configured timeout after successful authentication ui at settingsactivity provide inputs to set timeout checkbox for enabling disabling timout deauth with relation to core need to improve mainactivity core possible fix the authenticationmanager core need to add async entity to r... | 0 |
139,128 | 31,240,742,571 | IssuesEvent | 2023-08-20 20:50:03 | h4sh5/pypi-auto-scanner | https://api.github.com/repos/h4sh5/pypi-auto-scanner | opened | sqlmath 2023.8.20 has 1 GuardDog issues | guarddog code-execution | https://pypi.org/project/sqlmath
https://inspector.pypi.io/project/sqlmath
```{
"dependency": "sqlmath",
"version": "2023.8.20",
"result": {
"issues": 1,
"errors": {},
"results": {
"code-execution": [
{
"location": "sqlmath-2023.8.20/setup.py:370",
"code": " subpro... | 1.0 | sqlmath 2023.8.20 has 1 GuardDog issues - https://pypi.org/project/sqlmath
https://inspector.pypi.io/project/sqlmath
```{
"dependency": "sqlmath",
"version": "2023.8.20",
"result": {
"issues": 1,
"errors": {},
"results": {
"code-execution": [
{
"location": "sqlmath-2023.8.20/se... | non_build | sqlmath has guarddog issues dependency sqlmath version result issues errors results code execution location sqlmath setup py code subprocess run sh c n set e n... | 0 |
1,617 | 6,476,178,776 | IssuesEvent | 2017-08-17 22:09:35 | postmarketOS/pmbootstrap | https://api.github.com/repos/postmarketOS/pmbootstrap | closed | Add toolchain for arm-elf | architecture pmbootstrap | I've ran into the first issue for porting pmos to the ipod 1. It doesn't use arm-eabi but arm-elf as its toolchain. My current build output:
```
>>> openiboot: Unpacking /var/cache/distfiles/openiboot.tar.gz...
scons: Reading SConscript files ...
/bin/sh: git: not found
scons: done reading SConscript files.
sco... | 1.0 | Add toolchain for arm-elf - I've ran into the first issue for porting pmos to the ipod 1. It doesn't use arm-eabi but arm-elf as its toolchain. My current build output:
```
>>> openiboot: Unpacking /var/cache/distfiles/openiboot.tar.gz...
scons: Reading SConscript files ...
/bin/sh: git: not found
scons: done re... | non_build | add toolchain for arm elf i ve ran into the first issue for porting pmos to the ipod it doesn t use arm eabi but arm elf as its toolchain my current build output openiboot unpacking var cache distfiles openiboot tar gz scons reading sconscript files bin sh git not found scons done re... | 0 |
233,222 | 7,695,569,884 | IssuesEvent | 2018-05-18 12:47:29 | yldio/joyent-portal | https://api.github.com/repos/yldio/joyent-portal | closed | Apply antialiasing to fonts to reduce weight of semi-bold | bug engineering high priority | Include the `-webkit-font-smoothing: antialiased;` class on our type-scale to reduce perceived weight of text in the product | 1.0 | Apply antialiasing to fonts to reduce weight of semi-bold - Include the `-webkit-font-smoothing: antialiased;` class on our type-scale to reduce perceived weight of text in the product | non_build | apply antialiasing to fonts to reduce weight of semi bold include the webkit font smoothing antialiased class on our type scale to reduce perceived weight of text in the product | 0 |
773,280 | 27,152,578,748 | IssuesEvent | 2023-02-17 03:28:08 | opentibiabr/canary | https://api.github.com/repos/opentibiabr/canary | closed | Monsters and Summons can walk Non-Walkable items after set UniqueID | Type: Bug Priority: Medium Area: Source | **Describe the bug**
if you set a uniqueid to an item which is not walkable but movable, the item become "walkable" for summons and monsters
[click to see the gif](https://gyazo.com/a714ed24dbb293be9e3451f49da7af02)
Steps to reproduce the behavior:
1) create an object that is not walkable but is movable ex: a... | 1.0 | Monsters and Summons can walk Non-Walkable items after set UniqueID - **Describe the bug**
if you set a uniqueid to an item which is not walkable but movable, the item become "walkable" for summons and monsters
[click to see the gif](https://gyazo.com/a714ed24dbb293be9e3451f49da7af02)
Steps to reproduce the be... | non_build | monsters and summons can walk non walkable items after set uniqueid describe the bug if you set a uniqueid to an item which is not walkable but movable the item become walkable for summons and monsters steps to reproduce the behavior create an object that is not walkable but is movable ex ar... | 0 |
84,505 | 24,330,564,629 | IssuesEvent | 2022-09-30 18:59:04 | dotnet/arcade | https://api.github.com/repos/dotnet/arcade | opened | Build failed: dotnet-arcade-validation-official/main #20220930.1 | Build Failed | Build [#20220930.1](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2008484) failed
## :x: : internal / dotnet-arcade-validation-official failed
### Summary
**Finished** - Fri, 30 Sep 2022 18:58:48 GMT
**Duration** - 26 minutes
**Requested for** - DotNet Bot
**Reason**... | 1.0 | Build failed: dotnet-arcade-validation-official/main #20220930.1 - Build [#20220930.1](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2008484) failed
## :x: : internal / dotnet-arcade-validation-official failed
### Summary
**Finished** - Fri, 30 Sep 2022 18:58:48 GMT
*... | build | build failed dotnet arcade validation official main build failed x internal dotnet arcade validation official failed summary finished fri sep gmt duration minutes requested for dotnet bot reason batchedci details build x ... | 1 |
46,581 | 11,859,707,134 | IssuesEvent | 2020-03-25 13:48:57 | bitcoin/bitcoin | https://api.github.com/repos/bitcoin/bitcoin | closed | Generate release tarball with git archive | Build system | A lot of files are missing from the release tarball (see #6753), so it would probably be easier and more consistnet to just replace it with a simple call to `git archive` than to enumerate every single file and add it to the dist target in the Makefile. | 1.0 | Generate release tarball with git archive - A lot of files are missing from the release tarball (see #6753), so it would probably be easier and more consistnet to just replace it with a simple call to `git archive` than to enumerate every single file and add it to the dist target in the Makefile. | build | generate release tarball with git archive a lot of files are missing from the release tarball see so it would probably be easier and more consistnet to just replace it with a simple call to git archive than to enumerate every single file and add it to the dist target in the makefile | 1 |
19,139 | 13,542,010,700 | IssuesEvent | 2020-09-16 16:40:50 | swagger-api/swagger-js | https://api.github.com/repos/swagger-api/swagger-js | closed | Update core-js to version 3 | cat: usability dependencies type: enhancement version: 3.x | ### Content & configuration
It's high time to update core-js to version 3. Let's do some research what effect it might have for swagger-client users, or libraries using swagger-client. I'll post my research notes here.
#### Research notes
This repo uses `@babel/preset-env` for compiling ES6 and higher JavaScr... | True | Update core-js to version 3 - ### Content & configuration
It's high time to update core-js to version 3. Let's do some research what effect it might have for swagger-client users, or libraries using swagger-client. I'll post my research notes here.
#### Research notes
This repo uses `@babel/preset-env` for co... | non_build | update core js to version content configuration it s high time to update core js to version let s do some research what effect it might have for swagger client users or libraries using swagger client i ll post my research notes here research notes this repo uses babel preset env for co... | 0 |
141,178 | 11,402,428,698 | IssuesEvent | 2020-01-31 03:10:00 | PlasmaPy/PlasmaPy | https://api.github.com/repos/PlasmaPy/PlasmaPy | opened | Create plasmapy.test [PLEP7] | Needs change log entry Priority: high Refactoring Testing Utilities | As part of the changes associated with the forthcoming PLEP 7 (PlasmaPy/PlasmaPy-PLEPs#26), we decided create a ``plasmapy.tests`` sub-pacakge.
Tasks:
- [ ] Create ``plasmapy.tests``
- [ ] Move ``plasmapy.utils.pytests_helpers`` to ``plasmapy.tests.pytest_helpers`` | 1.0 | Create plasmapy.test [PLEP7] - As part of the changes associated with the forthcoming PLEP 7 (PlasmaPy/PlasmaPy-PLEPs#26), we decided create a ``plasmapy.tests`` sub-pacakge.
Tasks:
- [ ] Create ``plasmapy.tests``
- [ ] Move ``plasmapy.utils.pytests_helpers`` to ``plasmapy.tests.pytest_helpers`` | non_build | create plasmapy test as part of the changes associated with the forthcoming plep plasmapy plasmapy pleps we decided create a plasmapy tests sub pacakge tasks create plasmapy tests move plasmapy utils pytests helpers to plasmapy tests pytest helpers | 0 |
37,566 | 12,484,914,172 | IssuesEvent | 2020-05-30 17:03:15 | debasisdwivedy/TeamFlash | https://api.github.com/repos/debasisdwivedy/TeamFlash | opened | CVE-2019-10241 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2019-10241 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jetty-server-9.2.17.v20160517.jar</b>, <b>jetty-util-9.2.17.v20160517.jar</b>, <b>jetty-servlet-9.2.17.v20160517.ja... | True | CVE-2019-10241 (Medium) detected in multiple libraries - ## CVE-2019-10241 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jetty-server-9.2.17.v20160517.jar</b>, <b>jetty-util-9.2.1... | non_build | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries jetty server jar jetty util jar jetty servlet jar jetty server jar the core jetty server artifact library home page a href path to depende... | 0 |
67,951 | 17,109,376,126 | IssuesEvent | 2021-07-10 01:47:25 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Initialize::<lambda_a7b8b31d992e5b5e4dc9d84f5f519c90>::operato r ()(const char *,PyUFuncGenericFunction,const std::array<int,3> &) const': cannot convert argument 2 from 'void (__cdecl *)(char **,npy_intp *,npy_intp *,void * )' to 'PyUFuncGenericFunction' | stalled stat:awaiting response type:build/install | ERROR:.../pycharmprojects/pythonproject/tensorflow/tensorflow/python/BUILD:437:1: C++ compilation of rule '//tensorflow/python:bfloat16_lib' failed (
Exit 2)
tensorflow/python/lib/core/bfloat16.cc(635): error C2664: 'bool tensorflow::`anonymous-namespace'::Initialize::<lambda_a7b8b31d992e5b5e4dc9d84f5f519c90>::operat... | 1.0 | Initialize::<lambda_a7b8b31d992e5b5e4dc9d84f5f519c90>::operato r ()(const char *,PyUFuncGenericFunction,const std::array<int,3> &) const': cannot convert argument 2 from 'void (__cdecl *)(char **,npy_intp *,npy_intp *,void * )' to 'PyUFuncGenericFunction' - ERROR:.../pycharmprojects/pythonproject/tensorflow/tensorflow/... | build | initialize operato r const char pyufuncgenericfunction const std array const cannot convert argument from void cdecl char npy intp npy intp void to pyufuncgenericfunction error pycharmprojects pythonproject tensorflow tensorflow python build c compilation of rule t... | 1 |
95,854 | 19,806,256,995 | IssuesEvent | 2022-01-19 07:11:29 | OctopusDeploy/Issues | https://api.github.com/repos/OctopusDeploy/Issues | closed | Sample paths in Git File Storage Location UI don't appear to be correct | kind/bug state/triage team/config-as-code | ### Team
- [X] I've assigned a team label to this issue
### Severity
_No response_
### Version
2021.3.10028
### Latest Version
_No response_
### What happened?
The sample paths for the Git File Storage Location refer to `./octopus` and `./octopus/acme` and they probably should be `.octopus/` and `.octopus/acme... | 1.0 | Sample paths in Git File Storage Location UI don't appear to be correct - ### Team
- [X] I've assigned a team label to this issue
### Severity
_No response_
### Version
2021.3.10028
### Latest Version
_No response_
### What happened?
The sample paths for the Git File Storage Location refer to `./octopus` and `... | non_build | sample paths in git file storage location ui don t appear to be correct team i ve assigned a team label to this issue severity no response version latest version no response what happened the sample paths for the git file storage location refer to octopus and octopus... | 0 |
50,552 | 6,401,085,667 | IssuesEvent | 2017-08-05 17:33:05 | CocoaMSX/CocoaMSX | https://api.github.com/repos/CocoaMSX/CocoaMSX | closed | Bracket keys not working | by design | I'm running CocoaMSX on Sierra (10.12.5) and none of the brackets are working, either the normal square brackets nor the curly brackets by holding shift. Tried with different software. | 1.0 | Bracket keys not working - I'm running CocoaMSX on Sierra (10.12.5) and none of the brackets are working, either the normal square brackets nor the curly brackets by holding shift. Tried with different software. | non_build | bracket keys not working i m running cocoamsx on sierra and none of the brackets are working either the normal square brackets nor the curly brackets by holding shift tried with different software | 0 |
7,070 | 3,934,185,678 | IssuesEvent | 2016-04-25 21:41:02 | jens-maus/yam | https://api.github.com/repos/jens-maus/yam | closed | When you click for a message on "hold" the message disappears but is lost. | #major @undecided bug invalid nightly build | **Originally by _JDuch@fulladsl.be_ on 2012-11-10 12:13:01 +0100**
___
Verified with debug version of 10/12/2012 build/
Nothing much i can add to the title. There is no crash or error message.
I did remark a new folder "hold" was added tot the yam folders, but it is empty
| 1.0 | When you click for a message on "hold" the message disappears but is lost. - **Originally by _JDuch@fulladsl.be_ on 2012-11-10 12:13:01 +0100**
___
Verified with debug version of 10/12/2012 build/
Nothing much i can add to the title. There is no crash or error message.
I did remark a new folder "hold" was added tot ... | build | when you click for a message on hold the message disappears but is lost originally by jduch fulladsl be on verified with debug version of build nothing much i can add to the title there is no crash or error message i did remark a new folder hold was added tot the yam folders ... | 1 |
55,479 | 30,767,600,473 | IssuesEvent | 2023-07-30 13:49:59 | hajimehoshi/ebiten | https://api.github.com/repos/hajimehoshi/ebiten | closed | internal/graphicscommand: do not wait for the rendering thread at `(*commandQueue).Flush` | performance | ### Operating System
- [ ] Windows
- [ ] macOS
- [ ] Linux
- [ ] FreeBSD
- [ ] OpenBSD
- [ ] Android
- [ ] iOS
- [ ] Nintendo Switch
- [ ] Xbox
- [ ] Web Browsers
### What feature would you like to be added?
https://github.com/hajimehoshi/ebiten/blob/befe990562a8466d8b4495c2d98295024c785aa6/internal/graphicscommand/... | True | internal/graphicscommand: do not wait for the rendering thread at `(*commandQueue).Flush` - ### Operating System
- [ ] Windows
- [ ] macOS
- [ ] Linux
- [ ] FreeBSD
- [ ] OpenBSD
- [ ] Android
- [ ] iOS
- [ ] Nintendo Switch
- [ ] Xbox
- [ ] Web Browsers
### What feature would you like to be added?
https://github.co... | non_build | internal graphicscommand do not wait for the rendering thread at commandqueue flush operating system windows macos linux freebsd openbsd android ios nintendo switch xbox web browsers what feature would you like to be added this doesn t have to wait for th... | 0 |
71,669 | 13,724,691,323 | IssuesEvent | 2020-10-03 15:16:58 | microsoft/azure-pipelines-tasks | https://api.github.com/repos/microsoft/azure-pipelines-tasks | closed | App Center iOS Test Run fails: Unable to find test runner app | Area: ABTT Task: Xcode question | **Question, Bug, or Feature?**
*Type*: Question
**Enter Task Name**: Xcode & App Center Test
## Environment
- Server - Azure Pipelines
- If using Azure Pipelines, provide the account name, team project name, build definition name/build number:
Account Name: ishmeet@simplifiedautomation.ca / Simplified ... | 1.0 | App Center iOS Test Run fails: Unable to find test runner app - **Question, Bug, or Feature?**
*Type*: Question
**Enter Task Name**: Xcode & App Center Test
## Environment
- Server - Azure Pipelines
- If using Azure Pipelines, provide the account name, team project name, build definition name/build number:... | non_build | app center ios test run fails unable to find test runner app question bug or feature type question enter task name xcode app center test environment server azure pipelines if using azure pipelines provide the account name team project name build definition name build number ... | 0 |
14,936 | 5,830,323,074 | IssuesEvent | 2017-05-08 16:32:26 | mudrod/mudrod | https://api.github.com/repos/mudrod/mudrod | closed | Evaluate use of org.apache.commons.lang and org.apache.commons.lang3 dependencies | build core enhancement | In mudrod-core, we DO NOT declare but actually DO use both of the following dependencies
```
[WARNING] commons-lang:commons-lang:jar:2.5:compile
[WARNING] org.apache.commons:commons-lang3:jar:3.3.2:compile
```
... the issues is however that we only use one function from each dependency, and only on one occasion... | 1.0 | Evaluate use of org.apache.commons.lang and org.apache.commons.lang3 dependencies - In mudrod-core, we DO NOT declare but actually DO use both of the following dependencies
```
[WARNING] commons-lang:commons-lang:jar:2.5:compile
[WARNING] org.apache.commons:commons-lang3:jar:3.3.2:compile
```
... the issues is ... | build | evaluate use of org apache commons lang and org apache commons dependencies in mudrod core we do not declare but actually do use both of the following dependencies commons lang commons lang jar compile org apache commons commons jar compile the issues is however that we only use... | 1 |
310,801 | 26,745,452,580 | IssuesEvent | 2023-01-30 15:41:56 | open-telemetry/opentelemetry-collector-contrib | https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib | closed | Flaky test TestSendingStdinIntegration | bug priority:p3 spec:metrics ci-cd flaky test receiver/jmx never stale | Occurred for #1348 here:
https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-collector-contrib/5514/workflows/72a3a765-14bf-447a-a710-31de95350478/jobs/42005
```
ok github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jmxmetricreceiver 0.042s coverage: 93.3% of statements
--- ... | 1.0 | Flaky test TestSendingStdinIntegration - Occurred for #1348 here:
https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-collector-contrib/5514/workflows/72a3a765-14bf-447a-a710-31de95350478/jobs/42005
```
ok github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jmxmetricreceiver 0... | non_build | flaky test testsendingstdinintegration occurred for here ok github com open telemetry opentelemetry collector contrib receiver jmxmetricreceiver coverage of statements fail testsendingstdinintegration integration test go error trace integration test go ... | 0 |
89,643 | 25,864,776,333 | IssuesEvent | 2022-12-13 19:52:41 | dotnet/arcade | https://api.github.com/repos/dotnet/arcade | closed | Build failed: dotnet-arcade-validation-official/main #20221212.5 | Build Failed | Build [#20221212.5](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2066040) partiallySucceeded
## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded
### Summary
**Finished** - Tue, 13 Dec 2022 02:02:38 GMT
**Duration** - 115 minutes
**Requested... | 1.0 | Build failed: dotnet-arcade-validation-official/main #20221212.5 - Build [#20221212.5](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2066040) partiallySucceeded
## :warning: : internal / dotnet-arcade-validation-official partiallySucceeded
### Summary
**Finished** - Tu... | build | build failed dotnet arcade validation official main build partiallysucceeded warning internal dotnet arcade validation official partiallysucceeded summary finished tue dec gmt duration minutes requested for microsoft visualstudio services tfs reason ... | 1 |
50,124 | 26,485,517,021 | IssuesEvent | 2023-01-17 17:40:53 | modin-project/modin | https://api.github.com/repos/modin-project/modin | closed | [PERF] compute `dtypes` when performing binary operations | Performance 🚀 P2 | It should be possible and beneficial to compute `dtypes` when doing binary operations without remote calls so other subsequent operations, which require `dypes` to be known, do not perform the remote calls to compute it.
Here are some examples when we can compute/pass known dtypes to the core dataframe.
1. `left_... | True | [PERF] compute `dtypes` when performing binary operations - It should be possible and beneficial to compute `dtypes` when doing binary operations without remote calls so other subsequent operations, which require `dypes` to be known, do not perform the remote calls to compute it.
Here are some examples when we can c... | non_build | compute dtypes when performing binary operations it should be possible and beneficial to compute dtypes when doing binary operations without remote calls so other subsequent operations which require dypes to be known do not perform the remote calls to compute it here are some examples when we can comput... | 0 |
37,700 | 4,834,292,545 | IssuesEvent | 2016-11-08 13:56:31 | haumea-lang/haumea | https://api.github.com/repos/haumea-lang/haumea | closed | Types | design enhancement important soon | Haumea is pretty limited with just integers right now. I plan on adding Floats, Strings, and Arrays.
| 1.0 | Types - Haumea is pretty limited with just integers right now. I plan on adding Floats, Strings, and Arrays.
| non_build | types haumea is pretty limited with just integers right now i plan on adding floats strings and arrays | 0 |
44,629 | 11,473,025,606 | IssuesEvent | 2020-02-09 20:42:44 | Cloudef/bemenu | https://api.github.com/repos/Cloudef/bemenu | closed | Search for libncursesw on Debian/Ubuntu | build | I had to pass -DCURSES_LIBRARY=/lib/x86_64-linux-gnu/libncursesw.so.5 to cmake when building bemenu on Ubuntu 16.04 (64-bit).
Otherwise, I get this error:
> bemenu-run
> /usr/lib/bemenu/bemenu-renderer-curses.so: undefined symbol: get_wch
| 1.0 | Search for libncursesw on Debian/Ubuntu - I had to pass -DCURSES_LIBRARY=/lib/x86_64-linux-gnu/libncursesw.so.5 to cmake when building bemenu on Ubuntu 16.04 (64-bit).
Otherwise, I get this error:
> bemenu-run
> /usr/lib/bemenu/bemenu-renderer-curses.so: undefined symbol: get_wch
| build | search for libncursesw on debian ubuntu i had to pass dcurses library lib linux gnu libncursesw so to cmake when building bemenu on ubuntu bit otherwise i get this error bemenu run usr lib bemenu bemenu renderer curses so undefined symbol get wch | 1 |
75,888 | 21,040,314,137 | IssuesEvent | 2022-03-31 11:43:03 | Scirra/Construct-3-bugs | https://api.github.com/repos/Scirra/Construct-3-bugs | closed | Build isn't created | wontfix Build Service | <!-- You must use this template or your issue will be closed without investigation. Please see the guidelines. -->
## Problem description
I'm trying to make an android build but construct 3 shows an error
## Attach a .c3p
https://drive.google.com/file/d/1uawCZs8-E_OoGd1GfnDc4p1sPhM2roA1/view
## Steps to repr... | 1.0 | Build isn't created - <!-- You must use this template or your issue will be closed without investigation. Please see the guidelines. -->
## Problem description
I'm trying to make an android build but construct 3 shows an error
## Attach a .c3p
https://drive.google.com/file/d/1uawCZs8-E_OoGd1GfnDc4p1sPhM2roA1/... | build | build isn t created problem description i m trying to make an android build but construct shows an error attach a steps to reproduce click on the menu project export click on android then the next button click on next without checking any checkbox ... | 1 |
37,501 | 4,817,951,748 | IssuesEvent | 2016-11-04 15:07:27 | Microsoft/msbuild | https://api.github.com/repos/Microsoft/msbuild | opened | Improve task DLL load behavior | Needs Design | This is a long-term feedback-desired issue.
See https://github.com/Microsoft/msbuild/issues/1307#issuecomment-258363526, from @ericstj:
> @tmat and I were discussing the other day that it probably makes more sense for MSBuild to hook AssemblyResolve. That way tasks don't have to worry about binding redirects. You... | 1.0 | Improve task DLL load behavior - This is a long-term feedback-desired issue.
See https://github.com/Microsoft/msbuild/issues/1307#issuecomment-258363526, from @ericstj:
> @tmat and I were discussing the other day that it probably makes more sense for MSBuild to hook AssemblyResolve. That way tasks don't have to w... | non_build | improve task dll load behavior this is a long term feedback desired issue see from ericstj tmat and i were discussing the other day that it probably makes more sense for msbuild to hook assemblyresolve that way tasks don t have to worry about binding redirects you d still hit issues with ordering wher... | 0 |
160,241 | 12,505,979,648 | IssuesEvent | 2020-06-02 11:45:38 | aliasrobotics/RVD | https://api.github.com/repos/aliasrobotics/RVD | opened | Use of possibly insecure function - consider using safer ast., /opt/ros_melodic_ws/src/ros_comm/rosparam/src/rosparam/__init__.py:113 | bandit bug static analysis testing triage | ```yaml
{
"id": 1,
"title": "Use of possibly insecure function - consider using safer ast., /opt/ros_melodic_ws/src/ros_comm/rosparam/src/rosparam/__init__.py:113",
"type": "bug",
"description": "HIGH confidence of MEDIUM severity bug. Use of possibly insecure function - consider using safer ast.literal... | 1.0 | Use of possibly insecure function - consider using safer ast., /opt/ros_melodic_ws/src/ros_comm/rosparam/src/rosparam/__init__.py:113 - ```yaml
{
"id": 1,
"title": "Use of possibly insecure function - consider using safer ast., /opt/ros_melodic_ws/src/ros_comm/rosparam/src/rosparam/__init__.py:113",
"type":... | non_build | use of possibly insecure function consider using safer ast opt ros melodic ws src ros comm rosparam src rosparam init py yaml id title use of possibly insecure function consider using safer ast opt ros melodic ws src ros comm rosparam src rosparam init py type bu... | 0 |
65,588 | 16,420,245,868 | IssuesEvent | 2021-05-19 11:42:35 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | opened | Superflous keras-nightly dependency? | type:build/install | **Describe the problem**
TF 2.5.0 added a dependency on keras-nightly for some reason with https://github.com/tensorflow/tensorflow/commit/d171d94d899cc73e18bd8b2b11b5c320ea7aac2c
However at no place there is an actual `import keras` or similar in the TF code, hence that package is completely optional at least or... | 1.0 | Superflous keras-nightly dependency? - **Describe the problem**
TF 2.5.0 added a dependency on keras-nightly for some reason with https://github.com/tensorflow/tensorflow/commit/d171d94d899cc73e18bd8b2b11b5c320ea7aac2c
However at no place there is an actual `import keras` or similar in the TF code, hence that pac... | build | superflous keras nightly dependency describe the problem tf added a dependency on keras nightly for some reason with however at no place there is an actual import keras or similar in the tf code hence that package is completely optional at least or superflous it seems what was the reasoning ... | 1 |
52,320 | 12,950,201,414 | IssuesEvent | 2020-07-19 12:17:30 | quicklisp/quicklisp-projects | https://api.github.com/repos/quicklisp/quicklisp-projects | closed | Please add linux-packaging | canbuild | Repository: https://gitlab.com/ralt/linux-packaging
Description: used to build Linux packages (.deb, .rpm, .pkg) with a small ASDF definition
License: MIT
Prior art: the README goes into detail on the difference between this and Deploy.
Cheers | 1.0 | Please add linux-packaging - Repository: https://gitlab.com/ralt/linux-packaging
Description: used to build Linux packages (.deb, .rpm, .pkg) with a small ASDF definition
License: MIT
Prior art: the README goes into detail on the difference between this and Deploy.
Cheers | build | please add linux packaging repository description used to build linux packages deb rpm pkg with a small asdf definition license mit prior art the readme goes into detail on the difference between this and deploy cheers | 1 |
94,303 | 27,167,853,439 | IssuesEvent | 2023-02-17 16:42:59 | openhwgroup/cva6 | https://api.github.com/repos/openhwgroup/cva6 | closed | Ethernet constraints | Component:Tool-and-build Status:Resolved Type:Question | I noticed that Ethernet pins do not have min and max delay constraints in [genesys-2.xdc](https://github.com/openhwgroup/cva6/blob/6000e32b4181304901adc4c8d72870ebc94473a5/fpga/constraints/genesys-2.xdc) to meet RGMII timing. Is there a specific reason for that? | 1.0 | Ethernet constraints - I noticed that Ethernet pins do not have min and max delay constraints in [genesys-2.xdc](https://github.com/openhwgroup/cva6/blob/6000e32b4181304901adc4c8d72870ebc94473a5/fpga/constraints/genesys-2.xdc) to meet RGMII timing. Is there a specific reason for that? | build | ethernet constraints i noticed that ethernet pins do not have min and max delay constraints in to meet rgmii timing is there a specific reason for that | 1 |
288,204 | 21,690,579,423 | IssuesEvent | 2022-05-09 15:02:13 | aiidateam/aiida-core | https://api.github.com/repos/aiidateam/aiida-core | opened | Docs: database backup | topic/documentation | The instructions to export the entire database currently are:
`pg_dump -h <database_hostname> -p <database_port> -d <database_name> -W > aiida_backup.psql`
which does not work if the username of the profile is not the same as the username of the terminal session. It would be helpful if the `-U <database_username>... | 1.0 | Docs: database backup - The instructions to export the entire database currently are:
`pg_dump -h <database_hostname> -p <database_port> -d <database_name> -W > aiida_backup.psql`
which does not work if the username of the profile is not the same as the username of the terminal session. It would be helpful if th... | non_build | docs database backup the instructions to export the entire database currently are pg dump h p d w aiida backup psql which does not work if the username of the profile is not the same as the username of the terminal session it would be helpful if the u flag was included in the instructions... | 0 |
442,125 | 30,818,347,229 | IssuesEvent | 2023-08-01 14:46:04 | operator-framework/operator-sdk | https://api.github.com/repos/operator-framework/operator-sdk | opened | Missing "controller-tools" Version Upgrade Instructions in the v1.25.0 Migration Guide | kind/documentation | The v.1.25.0 migration guide does not contain any instructions regarding the `controller-tools` version update to `v0.10.0`.
The version update was made here: https://github.com/operator-framework/operator-sdk/blame/v1.25.0/testdata/go/v3/memcached-operator/Makefile#L186 within this PR (https://github.com/operator-f... | 1.0 | Missing "controller-tools" Version Upgrade Instructions in the v1.25.0 Migration Guide - The v.1.25.0 migration guide does not contain any instructions regarding the `controller-tools` version update to `v0.10.0`.
The version update was made here: https://github.com/operator-framework/operator-sdk/blame/v1.25.0/test... | non_build | missing controller tools version upgrade instructions in the migration guide the v migration guide does not contain any instructions regarding the controller tools version update to the version update was made here within this pr we need to add the follwing instruction in the m... | 0 |
22,349 | 3,637,789,905 | IssuesEvent | 2016-02-12 12:46:01 | CesarCapillas/alfresco-share-online-edition-addon | https://api.github.com/repos/CesarCapillas/alfresco-share-online-edition-addon | closed | bug with firefox 25 | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. configure firefox 25
2. clic on edit online
3. firefox doesn't launch openoffice
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information below.
```
Original ... | 1.0 | bug with firefox 25 - ```
What steps will reproduce the problem?
1. configure firefox 25
2. clic on edit online
3. firefox doesn't launch openoffice
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
Please provide any additional information b... | non_build | bug with firefox what steps will reproduce the problem configure firefox clic on edit online firefox doesn t launch openoffice what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information bel... | 0 |
89,309 | 25,749,615,209 | IssuesEvent | 2022-12-08 12:18:01 | atc0005/bridge | https://api.github.com/repos/atc0005/bridge | closed | Research replacing Makefile with a well-maintained alternative | CI builds linting | ## Options under review
- Task
- https://taskfile.dev/#/installation
- https://github.com/go-task/task
- taskctl
- https://github.com/taskctl/taskctl
- https://github.com/taskctl/taskctl/blob/master/docs/example.yaml
- Tusk
- https://github.com/rliebz/tusk
- https://github.com/rliebz/tusk/blo... | 1.0 | Research replacing Makefile with a well-maintained alternative - ## Options under review
- Task
- https://taskfile.dev/#/installation
- https://github.com/go-task/task
- taskctl
- https://github.com/taskctl/taskctl
- https://github.com/taskctl/taskctl/blob/master/docs/example.yaml
- Tusk
- https... | build | research replacing makefile with a well maintained alternative options under review task taskctl tusk goals ease of extension maintenance readability for anyone else reviewing this project s build process | 1 |
69,839 | 17,869,562,023 | IssuesEvent | 2021-09-06 13:46:53 | Kotlin/kotlin-spec | https://api.github.com/repos/Kotlin/kotlin-spec | closed | HTML sections are currently broken | bug build | Links in HTML-sections build in develop use "pdf" as file extension. Probably an aftermath of the whole `compoundFilter.kt` business | 1.0 | HTML sections are currently broken - Links in HTML-sections build in develop use "pdf" as file extension. Probably an aftermath of the whole `compoundFilter.kt` business | build | html sections are currently broken links in html sections build in develop use pdf as file extension probably an aftermath of the whole compoundfilter kt business | 1 |
726,859 | 25,013,950,740 | IssuesEvent | 2022-11-03 17:12:52 | zeoflow/material-elements | https://api.github.com/repos/zeoflow/material-elements | closed | Sliding Activity Material | @priority-medium @feature | **Is your feature request related to a problem? Please describe.**
swipe to dismiss Activity gesture implementation
###### We also happily accept [pull requests](https://github.com/zeoflow/material-elements/pulls).
| 1.0 | Sliding Activity Material - **Is your feature request related to a problem? Please describe.**
swipe to dismiss Activity gesture implementation
###### We also happily accept [pull requests](https://github.com/zeoflow/material-elements/pulls).
| non_build | sliding activity material is your feature request related to a problem please describe swipe to dismiss activity gesture implementation we also happily accept | 0 |
27,644 | 12,682,155,590 | IssuesEvent | 2020-06-19 16:47:37 | google/recaptcha | https://api.github.com/repos/google/recaptcha | closed | MOST OF PUBLIC PROXIES ARE NOT COMPATIBLE WITH RECAPTCHA, WTF? | service discussion | I could use it some years ago, it worked fine. But now every fucking public proxy seems to be banned, what the hell is going on?
Also where is the old nojs recaptcha?
You think recaptcha is way to ban bots? No, lol. It's way to ban anonymity for google goolag purposes. | 1.0 | MOST OF PUBLIC PROXIES ARE NOT COMPATIBLE WITH RECAPTCHA, WTF? - I could use it some years ago, it worked fine. But now every fucking public proxy seems to be banned, what the hell is going on?
Also where is the old nojs recaptcha?
You think recaptcha is way to ban bots? No, lol. It's way to ban anonymity for googl... | non_build | most of public proxies are not compatible with recaptcha wtf i could use it some years ago it worked fine but now every fucking public proxy seems to be banned what the hell is going on also where is the old nojs recaptcha you think recaptcha is way to ban bots no lol it s way to ban anonymity for googl... | 0 |
125,312 | 10,339,724,036 | IssuesEvent | 2019-09-03 20:03:21 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Failing test: Firefox UI Functional Tests.test/functional/apps/dashboard/panel_controls·js - dashboard app using legacy data dashboard panel controls panel edit controls "before all" hook | failed-test | A test failed on a tracked branch
```
{ NoSuchSessionError: Tried to run command without establishing a connection
at Object.throwDecodedError (node_modules/selenium-webdriver/lib/error.js:550:15)
at parseHttpResponse (node_modules/selenium-webdriver/lib/http.js:560:13)
at Executor.execute (node_mo... | 1.0 | Failing test: Firefox UI Functional Tests.test/functional/apps/dashboard/panel_controls·js - dashboard app using legacy data dashboard panel controls panel edit controls "before all" hook - A test failed on a tracked branch
```
{ NoSuchSessionError: Tried to run command without establishing a connection
at... | non_build | failing test firefox ui functional tests test functional apps dashboard panel controls·js dashboard app using legacy data dashboard panel controls panel edit controls before all hook a test failed on a tracked branch nosuchsessionerror tried to run command without establishing a connection at... | 0 |
283,662 | 30,913,517,432 | IssuesEvent | 2023-08-05 02:07:16 | hshivhare67/kernel_v4.19.72 | https://api.github.com/repos/hshivhare67/kernel_v4.19.72 | reopened | CVE-2023-30772 (Medium) detected in linuxlinux-4.19.282 | Mend: dependency security vulnerability | ## CVE-2023-30772 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.282</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge... | True | CVE-2023-30772 (Medium) detected in linuxlinux-4.19.282 - ## CVE-2023-30772 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.282</b></p></summary>
<p>
<p>The Linux Ker... | non_build | cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files drivers powe... | 0 |
30,482 | 8,554,205,565 | IssuesEvent | 2018-11-08 04:59:06 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Tensorflow is pulling enum34 in Python 3.5 and 3.6, which breaks code completion in Spyder | stat:contributions welcome type:build/install | ### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu 17.04
- **TensorFlow installed from (source or binary)**: binary
- **TensorFlow version (use command below)**: 1... | 1.0 | Tensorflow is pulling enum34 in Python 3.5 and 3.6, which breaks code completion in Spyder - ### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: Linux Ubuntu 17.04
- **TensorFlow... | build | tensorflow is pulling in python and which breaks code completion in spyder system information have i written custom code as opposed to using a stock example script provided in tensorflow no os platform and distribution e g linux ubuntu linux ubuntu tensorflow installe... | 1 |
57,687 | 15,953,221,217 | IssuesEvent | 2021-04-15 12:10:48 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Timeline: Escaping All HTML | defect | **Describe the defect**
Reported on Stack Overflow: https://stackoverflow.com/questions/66694416/primefaces-timeline-blink-on-update/66723424
If you go to the this example you will notice the loading facet is not working:
https://www.primefaces.org/showcase/ui/data/timeline/editServer.xhtml?jfwid=8ab21
```xml
... | 1.0 | Timeline: Escaping All HTML - **Describe the defect**
Reported on Stack Overflow: https://stackoverflow.com/questions/66694416/primefaces-timeline-blink-on-update/66723424
If you go to the this example you will notice the loading facet is not working:
https://www.primefaces.org/showcase/ui/data/timeline/editServer... | non_build | timeline escaping all html describe the defect reported on stack overflow if you go to the this example you will notice the loading facet is not working xml this is because timeline added xss protection so its clearing out the class timeline added a wa... | 0 |
323,382 | 27,720,112,702 | IssuesEvent | 2023-03-14 19:54:42 | xbmc/xbmc | https://api.github.com/repos/xbmc/xbmc | closed | Dims during music visualization | Triage: Needed Triage: Has proposed fix Triage: Tested and not reproduced | <!--- Please fill out this template to the best of your ability. You can always edit this issue once you have created it. -->
<!--- Read the following link before you create a new problem report: https://kodi.wiki/view/HOW-TO:Submit_a_bug_report -->
## Bug report
### Describe the bug
Here is a clear and concise de... | 1.0 | Dims during music visualization - <!--- Please fill out this template to the best of your ability. You can always edit this issue once you have created it. -->
<!--- Read the following link before you create a new problem report: https://kodi.wiki/view/HOW-TO:Submit_a_bug_report -->
## Bug report
### Describe the b... | non_build | dims during music visualization bug report describe the bug here is a clear and concise description of what the problem is for at least a year or two through numerous releases during music visualization the screen will dim after the screensaver timeout doesn t matter what skin or even... | 0 |
2,769 | 3,007,596,699 | IssuesEvent | 2015-07-27 16:52:08 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | opened | Test examples in extended diagnostics | A-build A-rustdoc A-testsuite T-tools | The [extended error explanations](https://github.com/rust-lang/rust/blob/master/src/librustc/diagnostics.rs) are filled with amazing examples, but they are not validated in any way.
Having these tested would be a great extension to the test suite and ensure that they do not become misleading as they bitrot.
Since... | 1.0 | Test examples in extended diagnostics - The [extended error explanations](https://github.com/rust-lang/rust/blob/master/src/librustc/diagnostics.rs) are filled with amazing examples, but they are not validated in any way.
Having these tested would be a great extension to the test suite and ensure that they do not be... | build | test examples in extended diagnostics the are filled with amazing examples but they are not validated in any way having these tested would be a great extension to the test suite and ensure that they do not become misleading as they bitrot since many of these examples don t compile we might need to beef ... | 1 |
20,025 | 6,803,139,423 | IssuesEvent | 2017-11-02 23:06:20 | dart-lang/build | https://api.github.com/repos/dart-lang/build | opened | Assert during build in checked mode | P1 high package:build_runner Type: bug | w/ json_serializable at https://github.com/dart-lang/json_serializable/commit/1ebc3799adeb396bb03c22cfd4131954d3b423d7
```
~ json_serializable/json_serializable/ > dart --checked tool/build.dart
[INFO] BuildDefinition: Reading cached asset graph completed, took 28ms
[INFO] BuildDefinition: Building new asset grap... | 1.0 | Assert during build in checked mode - w/ json_serializable at https://github.com/dart-lang/json_serializable/commit/1ebc3799adeb396bb03c22cfd4131954d3b423d7
```
~ json_serializable/json_serializable/ > dart --checked tool/build.dart
[INFO] BuildDefinition: Reading cached asset graph completed, took 28ms
[INFO] Bu... | build | assert during build in checked mode w json serializable at json serializable json serializable dart checked tool build dart builddefinition reading cached asset graph completed took builddefinition building new asset graph completed took builddefinition recording initial build scri... | 1 |
59,951 | 14,677,431,426 | IssuesEvent | 2020-12-30 23:19:29 | osquery/osquery | https://api.github.com/repos/osquery/osquery | closed | Cloning libgrcypt fails and then osquery build fails | Linux build cmake | # Bug report
### What operating system and version are you using?
```
$ cat /etc/os-release
NAME="elementary OS"
VERSION="5.1.7 Hera"
$ git --version
git version 2.17.1
$ cmake --version
cmake version 3.14.6
```
### What version of osquery are you using?
master branch
### What steps did you take ... | 1.0 | Cloning libgrcypt fails and then osquery build fails - # Bug report
### What operating system and version are you using?
```
$ cat /etc/os-release
NAME="elementary OS"
VERSION="5.1.7 Hera"
$ git --version
git version 2.17.1
$ cmake --version
cmake version 3.14.6
```
### What version of osquery are you ... | build | cloning libgrcypt fails and then osquery build fails bug report what operating system and version are you using cat etc os release name elementary os version hera git version git version cmake version cmake version what version of osquery are you us... | 1 |
423,494 | 28,566,077,364 | IssuesEvent | 2023-04-21 02:17:59 | hellogirls-js/nikis-kitchen | https://api.github.com/repos/hellogirls-js/nikis-kitchen | opened | write readme | documentation | write readme containing game synopsis, instructions, planned features, bug report contact, and a cute graphic | 1.0 | write readme - write readme containing game synopsis, instructions, planned features, bug report contact, and a cute graphic | non_build | write readme write readme containing game synopsis instructions planned features bug report contact and a cute graphic | 0 |
4,807 | 7,431,912,845 | IssuesEvent | 2018-03-25 19:20:49 | cnb/News_Manager-getsimplecms | https://api.github.com/repos/cnb/News_Manager-getsimplecms | opened | GS 3.4 modularized html editor / ckeditor | compatibility | In GS 3.4 you can have the html editor (ckeditor) in any textarea by just adding `.html_edit`
Use this?
Note: you also have to load assets with `queue_script('gshtmleditor', GSBACK);`
Bear in mind: #176 | True | GS 3.4 modularized html editor / ckeditor - In GS 3.4 you can have the html editor (ckeditor) in any textarea by just adding `.html_edit`
Use this?
Note: you also have to load assets with `queue_script('gshtmleditor', GSBACK);`
Bear in mind: #176 | non_build | gs modularized html editor ckeditor in gs you can have the html editor ckeditor in any textarea by just adding html edit use this note you also have to load assets with queue script gshtmleditor gsback bear in mind | 0 |
90,879 | 26,203,221,025 | IssuesEvent | 2023-01-03 19:38:10 | golang/go | https://api.github.com/repos/golang/go | closed | x/build: remove macstadium integration and monitoring | Builders NeedsFix | We no longer use this hosting provider. | 1.0 | x/build: remove macstadium integration and monitoring - We no longer use this hosting provider. | build | x build remove macstadium integration and monitoring we no longer use this hosting provider | 1 |
191,139 | 14,593,334,267 | IssuesEvent | 2020-12-19 22:13:31 | github-vet/rangeloop-pointer-findings | https://api.github.com/repos/github-vet/rangeloop-pointer-findings | closed | xiaoxubeii/qcloud-controller-manager: vendor/github.com/gophercloud/gophercloud/acceptance/openstack/sharedfilesystems/v2/securityservices_test.go; 6 LoC | fresh test tiny vendored |
Found a possible issue in [xiaoxubeii/qcloud-controller-manager](https://www.github.com/xiaoxubeii/qcloud-controller-manager) at [vendor/github.com/gophercloud/gophercloud/acceptance/openstack/sharedfilesystems/v2/securityservices_test.go](https://github.com/xiaoxubeii/qcloud-controller-manager/blob/06b3c3cb74cbfe1cf5... | 1.0 | xiaoxubeii/qcloud-controller-manager: vendor/github.com/gophercloud/gophercloud/acceptance/openstack/sharedfilesystems/v2/securityservices_test.go; 6 LoC -
Found a possible issue in [xiaoxubeii/qcloud-controller-manager](https://www.github.com/xiaoxubeii/qcloud-controller-manager) at [vendor/github.com/gophercloud/gop... | non_build | xiaoxubeii qcloud controller manager vendor github com gophercloud gophercloud acceptance openstack sharedfilesystems securityservices test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue ... | 0 |
101,226 | 30,924,999,829 | IssuesEvent | 2023-08-06 11:28:28 | mdn/browser-compat-data | https://api.github.com/repos/mdn/browser-compat-data | closed | Major version up when the first logic change happens e.g. introduction of `__globals` | infra :building_construction: | From https://github.com/mdn/browser-compat-data/pull/11518#issuecomment-912097726
The mapping from IDL to BCD item breaks when such new logic emerges. | 1.0 | Major version up when the first logic change happens e.g. introduction of `__globals` - From https://github.com/mdn/browser-compat-data/pull/11518#issuecomment-912097726
The mapping from IDL to BCD item breaks when such new logic emerges. | build | major version up when the first logic change happens e g introduction of globals from the mapping from idl to bcd item breaks when such new logic emerges | 1 |
252,055 | 21,554,717,999 | IssuesEvent | 2022-04-30 07:50:43 | hoppscotch/hoppscotch | https://api.github.com/repos/hoppscotch/hoppscotch | opened | [bug]: | bug need testing | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The UI is cut off a little bit on the right side



- OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4): UBUNTU 20.04 LTS
- [MediaPipe version](https://github.com/google/mediapipe/releases): Latest
- Bazel version: 5.3.2
**Describe the problem**:
I get this... | 1.0 | ERROR: Unrecognized option: --experimental_repo_remote_exec - **System information** (Please provide as much relevant information as possible)
- OS Platform and Distribution (e.g. Linux Ubuntu 16.04, Android 11, iOS 14.4): UBUNTU 20.04 LTS
- [MediaPipe version](https://github.com/google/mediapipe/releases): Latest
-... | build | error unrecognized option experimental repo remote exec system information please provide as much relevant information as possible os platform and distribution e g linux ubuntu android ios ubuntu lts latest bazel version describe the problem i get this error ... | 1 |
70,699 | 8,571,371,364 | IssuesEvent | 2018-11-12 03:36:42 | general-language-syntax/GLS | https://api.github.com/repos/general-language-syntax/GLS | closed | Make everything that declares variables put the type after it | design change | `for each : container type value` seems like a convention break. Per `variable` and other commands, it seems like it should be `for each : container value type`. | 1.0 | Make everything that declares variables put the type after it - `for each : container type value` seems like a convention break. Per `variable` and other commands, it seems like it should be `for each : container value type`. | non_build | make everything that declares variables put the type after it for each container type value seems like a convention break per variable and other commands it seems like it should be for each container value type | 0 |
37,326 | 9,993,321,976 | IssuesEvent | 2019-07-11 15:07:45 | DoESLiverpool/somebody-should | https://api.github.com/repos/DoESLiverpool/somebody-should | closed | Document/diagram the building entrance dimensions | Accessibility Building: Accessibility | The building entrance involves a quite sharp corner which might be difficult to get through on a mobility scooter. We should draw a diagram with measurements to provide to visitors. | 1.0 | Document/diagram the building entrance dimensions - The building entrance involves a quite sharp corner which might be difficult to get through on a mobility scooter. We should draw a diagram with measurements to provide to visitors. | build | document diagram the building entrance dimensions the building entrance involves a quite sharp corner which might be difficult to get through on a mobility scooter we should draw a diagram with measurements to provide to visitors | 1 |
17,370 | 6,417,147,189 | IssuesEvent | 2017-08-08 16:07:57 | codedellemc/rexray | https://api.github.com/repos/codedellemc/rexray | closed | Simplify the build tags | build framework | # Summary
REX-Ray currently supports the following build tags:
| Tag | Description |
|-----|-------------|
| `gofig` | Enables `github.com/akutz/gofig` as the configuration provider |
| `pflag` | Enables `github.com/spf13/pflag` as the drop-in replacement for Go's `flag` package |
| `rexray_build_type_agent` | ... | 1.0 | Simplify the build tags - # Summary
REX-Ray currently supports the following build tags:
| Tag | Description |
|-----|-------------|
| `gofig` | Enables `github.com/akutz/gofig` as the configuration provider |
| `pflag` | Enables `github.com/spf13/pflag` as the drop-in replacement for Go's `flag` package |
| `r... | build | simplify the build tags summary rex ray currently supports the following build tags tag description gofig enables github com akutz gofig as the configuration provider pflag enables github com pflag as the drop in replacement for go s flag package rexra... | 1 |
77,434 | 21,794,776,155 | IssuesEvent | 2022-05-15 13:12:08 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | Perf: Open property pane post dragging or resizing of a widget. | Performance High UI Building Pod UI Builders Pod Task UI Performance Drag & Drop | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### SubTasks
When a widget's property pane is not open and the user starts to drag that particular widget then, the propertyPane of that particular widget opens up at the moment of starting to drag or resize. This blocks the main UI t... | 2.0 | Perf: Open property pane post dragging or resizing of a widget. - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### SubTasks
When a widget's property pane is not open and the user starts to drag that particular widget then, the propertyPane of that particular widget opens up at t... | build | perf open property pane post dragging or resizing of a widget is there an existing issue for this i have searched the existing issues subtasks when a widget s property pane is not open and the user starts to drag that particular widget then the propertypane of that particular widget opens up at the... | 1 |
64,347 | 7,787,311,648 | IssuesEvent | 2018-06-06 21:57:17 | seqan/seqan3 | https://api.github.com/repos/seqan/seqan3 | opened | revisit declare_view_functor_type | design decision | During PR #270, we started to discuss some implementation details that (may) should be done differently.
- [ ] Use this declaration?
```cpp
template <template <typename, typename ...> class view_type>
struct declare_view_functor_type
{
...
};
```
- [ ] Should this syntax be allowed?
```cpp
... | 1.0 | revisit declare_view_functor_type - During PR #270, we started to discuss some implementation details that (may) should be done differently.
- [ ] Use this declaration?
```cpp
template <template <typename, typename ...> class view_type>
struct declare_view_functor_type
{
...
};
```
- [ ] Should... | non_build | revisit declare view functor type during pr we started to discuss some implementation details that may should be done differently use this declaration cpp template class view type struct declare view functor type should this syntax be allowed cpp a... | 0 |
23,390 | 7,320,989,249 | IssuesEvent | 2018-03-02 09:47:19 | ShaikASK/Testing | https://api.github.com/repos/ShaikASK/Testing | closed | Manage users::Incorrect field level error message is displayed upon adding space in search strings. | Build Version #6 Defect P3 Ready To UAT- SumFive Reopen SumFive Team | Steps To Replicate :
1. Launch the url
2. Navigate to settings menu
3. Select 'users' tab
4. Click on search icon
5. Enter text as "abc fgh"
Experienced Behavior ::
Issue 01:
Observed that application is displayed with an error message **"Special chars are not allowed".**
Attaching Screenshot for refere... | 1.0 | Manage users::Incorrect field level error message is displayed upon adding space in search strings. - Steps To Replicate :
1. Launch the url
2. Navigate to settings menu
3. Select 'users' tab
4. Click on search icon
5. Enter text as "abc fgh"
Experienced Behavior ::
Issue 01:
Observed that application is ... | build | manage users incorrect field level error message is displayed upon adding space in search strings steps to replicate launch the url navigate to settings menu select users tab click on search icon enter text as abc fgh experienced behavior issue observed that application is d... | 1 |
376,733 | 11,150,706,817 | IssuesEvent | 2019-12-24 00:09:25 | OperationCode/resources_api | https://api.github.com/repos/OperationCode/resources_api | closed | Test coverage for views | Priority: Low good first issue | We recently added documentation to the `/` route. We have no tests around those views. It would be nice to verify in the unit tests that they return valid responses so we can be sure that every deploy will have the docs correctly loaded.
 could be lowered a bit, from h2 to h3.
Here's an example:
Current h2 headings for the review titles:
 could be lowered a bit, from h2 to h3.
Here's an example:
Current h2 headings for the review titles:
’:
/dev/cmangos-wotlk/src/game/Unit.cpp:85:45: erreur: ‘roundf’ is not a member of ‘std’
values[c... | 1.0 | Build fail for WotLK core - **Current behavior**:
Core does not build an error is raised for std lib:
```
/dev/cmangos-wotlk/src/game/Unit.cpp: In function ‘SpellPartialResistDistribution InitSpellPartialResistDistribution()’:
/dev/cmangos-wotlk/src/game/Unit.cpp:85:45: erreur: ‘roundf’ is not a member of ‘std’
... | build | build fail for wotlk core current behavior core does not build an error is raised for std lib dev cmangos wotlk src game unit cpp in function ‘spellpartialresistdistribution initspellpartialresistdistribution ’ dev cmangos wotlk src game unit cpp erreur ‘roundf’ is not a member of ‘std’ ... | 1 |
788,509 | 27,755,443,242 | IssuesEvent | 2023-03-16 01:50:58 | brandondombrowsky/BastCastle | https://api.github.com/repos/brandondombrowsky/BastCastle | closed | Assist with local vent setup process | priority-high | As a developer, I want to assist in the vent setup process so that I know they are working correctly.
- [ ] Deliver vents to Kyle
- [ ] Wait for Kyle to install them
- For testing or time purposes, they might just be left in the open to demo
- [ ] Assist in making sure they are set up and connected properly
- [ ] ... | 1.0 | Assist with local vent setup process - As a developer, I want to assist in the vent setup process so that I know they are working correctly.
- [ ] Deliver vents to Kyle
- [ ] Wait for Kyle to install them
- For testing or time purposes, they might just be left in the open to demo
- [ ] Assist in making sure they a... | non_build | assist with local vent setup process as a developer i want to assist in the vent setup process so that i know they are working correctly deliver vents to kyle wait for kyle to install them for testing or time purposes they might just be left in the open to demo assist in making sure they are set... | 0 |
27,120 | 7,904,873,439 | IssuesEvent | 2018-07-02 07:12:25 | openndr/ndr-build-env | https://api.github.com/repos/openndr/ndr-build-env | opened | need to support multi-testapp build | bug build | We must make testapp build path separately.
In current version, mult-testapp build can cause header including fail errors. | 1.0 | need to support multi-testapp build - We must make testapp build path separately.
In current version, mult-testapp build can cause header including fail errors. | build | need to support multi testapp build we must make testapp build path separately in current version mult testapp build can cause header including fail errors | 1 |
348,639 | 31,707,656,202 | IssuesEvent | 2023-09-09 00:00:40 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: costfuzz/rand-tables failed | C-test-failure O-robot O-roachtest O-rsg T-sql-queries branch-release-23.1.9-rc.FROZEN | roachtest.costfuzz/rand-tables [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11373174?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11373174?buildTab=artifacts#/costfuzz/rand-tab... | 2.0 | roachtest: costfuzz/rand-tables failed - roachtest.costfuzz/rand-tables [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11373174?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/11373... | non_build | roachtest costfuzz rand tables failed roachtest costfuzz rand tables with on release rc identical bytes identical elements strings join identical bytes ... | 0 |
90,471 | 26,109,821,587 | IssuesEvent | 2022-12-27 18:01:11 | xamarin/xamarin-android | https://api.github.com/repos/xamarin/xamarin-android | closed | "xabuild" should be "installed" under bin/(BuildDebug|BuildRelease) | Area: xamarin-android Build possibly-stale | Current `xabuild` is not designed well and it cannot build apps in `Debug` configuration if xamarin-android is built with `Release` configuration, and apps in `Release` configuration if xamarin-android is built with `Debug`.
It should distinguish "with which configuration xamarin-android was built" from "with which ... | 1.0 | "xabuild" should be "installed" under bin/(BuildDebug|BuildRelease) - Current `xabuild` is not designed well and it cannot build apps in `Debug` configuration if xamarin-android is built with `Release` configuration, and apps in `Release` configuration if xamarin-android is built with `Debug`.
It should distinguish ... | build | xabuild should be installed under bin builddebug buildrelease current xabuild is not designed well and it cannot build apps in debug configuration if xamarin android is built with release configuration and apps in release configuration if xamarin android is built with debug it should distinguish ... | 1 |
300,031 | 22,637,627,970 | IssuesEvent | 2022-06-30 20:45:41 | xpl0ited1/arf | https://api.github.com/repos/xpl0ited1/arf | closed | Function GetPageTitle should be at active scanners not in passive scanners | documentation enhancement | The function `GetPageTitle` performs an HTTP request to the remote server so it is not a passive scan
```
url := "http://" + hostname
res, err := client.Get(url)
``` | 1.0 | Function GetPageTitle should be at active scanners not in passive scanners - The function `GetPageTitle` performs an HTTP request to the remote server so it is not a passive scan
```
url := "http://" + hostname
res, err := client.Get(url)
``` | non_build | function getpagetitle should be at active scanners not in passive scanners the function getpagetitle performs an http request to the remote server so it is not a passive scan url hostname res err client get url | 0 |
140,489 | 32,007,301,330 | IssuesEvent | 2023-09-21 15:34:21 | sherpa/sherpa | https://api.github.com/repos/sherpa/sherpa | closed | FITS metadata can be wrong in FITS files created with the astropy backend (e.g. save_data) | type:bug priority:medium area:code | # Overview
The Crates backend removes certain "structural" FITS keywords from the header block stored with data objects. This means that it's "safe" to copy over the remaining values to FITS output files. This filtering does not happen with the astropy backend, which can result in unwanted keywords being passed throug... | 1.0 | FITS metadata can be wrong in FITS files created with the astropy backend (e.g. save_data) - # Overview
The Crates backend removes certain "structural" FITS keywords from the header block stored with data objects. This means that it's "safe" to copy over the remaining values to FITS output files. This filtering does n... | non_build | fits metadata can be wrong in fits files created with the astropy backend e g save data overview the crates backend removes certain structural fits keywords from the header block stored with data objects this means that it s safe to copy over the remaining values to fits output files this filtering does n... | 0 |
52,701 | 13,039,129,584 | IssuesEvent | 2020-07-28 16:14:21 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | reopened | Support CUDA 10.2 | stalled stat:awaiting response type:build/install type:feature | **System information**
- TensorFlow version (you are using): 2.2.0-rc4
- Are you willing to contribute it (Yes/No): no
**Describe the feature and the current behavior/state.**
tensorflow has hardcoded the dll name of CUDA and tries to detect version 10.1, but version 10.2 is the current.
```W tensorflow/stream... | 1.0 | Support CUDA 10.2 - **System information**
- TensorFlow version (you are using): 2.2.0-rc4
- Are you willing to contribute it (Yes/No): no
**Describe the feature and the current behavior/state.**
tensorflow has hardcoded the dll name of CUDA and tries to detect version 10.1, but version 10.2 is the current.
``... | build | support cuda system information tensorflow version you are using are you willing to contribute it yes no no describe the feature and the current behavior state tensorflow has hardcoded the dll name of cuda and tries to detect version but version is the current w te... | 1 |
26,172 | 4,593,660,304 | IssuesEvent | 2016-09-21 02:18:16 | afisher1/GridLAB-D | https://api.github.com/repos/afisher1/GridLAB-D | closed | #120 Leaving off the extension of a glm file causes strange errors,
| defect | The errors are spurious and unpredictable. As far as we can tell the problem only occurs when the default .glm extension is strcat'd onto the end of the filename at core/load.c(4305).
,
| 1.0 | #120 Leaving off the extension of a glm file causes strange errors,
- The errors are spurious and unpredictable. As far as we can tell the problem only occurs when the default .glm extension is strcat'd onto the end of the filename at core/load.c(4305).
,
| non_build | leaving off the extension of a glm file causes strange errors the errors are spurious and unpredictable as far as we can tell the problem only occurs when the default glm extension is strcat d onto the end of the filename at core load c | 0 |
174,170 | 6,537,366,509 | IssuesEvent | 2017-08-31 22:06:36 | TheValarProject/AwakenDreamsClient | https://api.github.com/repos/TheValarProject/AwakenDreamsClient | opened | Stackable stakes | enhancement priority-low | It is already possible to place stakes on top of each other, however it would be really nice if, when there are multiple stakes stacked vertically, climbing plants were able to grow higher than a single block. A maximum block height could be set per plant, and if the bottom block is broken, the ones above it should bre... | 1.0 | Stackable stakes - It is already possible to place stakes on top of each other, however it would be really nice if, when there are multiple stakes stacked vertically, climbing plants were able to grow higher than a single block. A maximum block height could be set per plant, and if the bottom block is broken, the ones ... | non_build | stackable stakes it is already possible to place stakes on top of each other however it would be really nice if when there are multiple stakes stacked vertically climbing plants were able to grow higher than a single block a maximum block height could be set per plant and if the bottom block is broken the ones ... | 0 |
152,145 | 19,680,146,283 | IssuesEvent | 2022-01-11 16:01:50 | billmcchesney1/pacbot | https://api.github.com/repos/billmcchesney1/pacbot | opened | CVE-2022-0155 (High) detected in follow-redirects-1.13.1.tgz | security vulnerability | ## CVE-2022-0155 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.13.1.tgz</b></p></summary>
<p>HTTP and HTTPS modules that follow redirects.</p>
<p>Library home page... | True | CVE-2022-0155 (High) detected in follow-redirects-1.13.1.tgz - ## CVE-2022-0155 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follow-redirects-1.13.1.tgz</b></p></summary>
<p>HTTP an... | non_build | cve high detected in follow redirects tgz cve high severity vulnerability vulnerable library follow redirects tgz http and https modules that follow redirects library home page a href path to dependency file webapp package json path to vulnerable library webapp no... | 0 |
13,129 | 22,050,514,889 | IssuesEvent | 2022-05-30 08:14:41 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | Update deprecated config for default shell in GitHub Codespaces | priority-4-low type:refactor status:requirements | ### Describe the proposed change(s).
We should replace the deprecated config with recommended config.
I get a warning in the editor when opening the `devcontainer.json` file with GitHub Codespaces.
```json
"settings": {
"terminal.integrated.shell.linux": "/bin/bash" <-- warning about this line
},
```... | 1.0 | Update deprecated config for default shell in GitHub Codespaces - ### Describe the proposed change(s).
We should replace the deprecated config with recommended config.
I get a warning in the editor when opening the `devcontainer.json` file with GitHub Codespaces.
```json
"settings": {
"terminal.integrate... | non_build | update deprecated config for default shell in github codespaces describe the proposed change s we should replace the deprecated config with recommended config i get a warning in the editor when opening the devcontainer json file with github codespaces json settings terminal integrate... | 0 |
10,153 | 14,666,784,322 | IssuesEvent | 2020-12-29 17:03:31 | Schmiddl99/experimenteverwaltung-i2 | https://api.github.com/repos/Schmiddl99/experimenteverwaltung-i2 | closed | Wireframe: Druckansicht Dozentenwoche (C2) DUE:28.12. | requirements | In Verbindung mit Usecase (Issue #39)
Bitte unsere Kopierlösung klar darstellen! Wir wollen MH überzeugen. Evtl. Sind zwei WFs nötig. | 1.0 | Wireframe: Druckansicht Dozentenwoche (C2) DUE:28.12. - In Verbindung mit Usecase (Issue #39)
Bitte unsere Kopierlösung klar darstellen! Wir wollen MH überzeugen. Evtl. Sind zwei WFs nötig. | non_build | wireframe druckansicht dozentenwoche due in verbindung mit usecase issue bitte unsere kopierlösung klar darstellen wir wollen mh überzeugen evtl sind zwei wfs nötig | 0 |
57,087 | 14,002,900,808 | IssuesEvent | 2020-10-28 15:17:36 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | build: Build libedit and ensure knz/go-libedit uses it | A-build-system C-enhancement | - Fix https://github.com/cockroachdb/cockroach/issues/56015
- Review, improve and eventually merge https://github.com/knz/go-libedit/pull/21
- https://github.com/otan-cockroach/go-libedit/tree/gazelle_it_2 | 1.0 | build: Build libedit and ensure knz/go-libedit uses it - - Fix https://github.com/cockroachdb/cockroach/issues/56015
- Review, improve and eventually merge https://github.com/knz/go-libedit/pull/21
- https://github.com/otan-cockroach/go-libedit/tree/gazelle_it_2 | build | build build libedit and ensure knz go libedit uses it fix review improve and eventually merge | 1 |
16,140 | 6,109,984,608 | IssuesEvent | 2017-06-21 14:12:09 | GetTerminus/terminus-ui | https://api.github.com/repos/GetTerminus/terminus-ui | opened | Make docs accessible from the web | Build | Currently our docs are being generated and saved in this repo but they are only accessible by manually opening the file in a browser.
We should expose all docs through the browser for easier access. Possibly through Github pages?
- `docs`
- `styleguide`
- inventory?? | 1.0 | Make docs accessible from the web - Currently our docs are being generated and saved in this repo but they are only accessible by manually opening the file in a browser.
We should expose all docs through the browser for easier access. Possibly through Github pages?
- `docs`
- `styleguide`
- inventory?? | build | make docs accessible from the web currently our docs are being generated and saved in this repo but they are only accessible by manually opening the file in a browser we should expose all docs through the browser for easier access possibly through github pages docs styleguide inventory | 1 |
789,956 | 27,810,949,433 | IssuesEvent | 2023-03-18 05:08:04 | ledd-23/crowdyy | https://api.github.com/repos/ledd-23/crowdyy | opened | [CRD-24] Create new service and controller for the scheduling algorithm | enhancement server high priority | **This ticket depends on CRD-23**
**What:** A new method in Locations service for querying all locations based on an action item in a schedule. A new service and corresponding controller for processing the local minima of the returned locations in the form of a function of time, modifying the action items, and retur... | 1.0 | [CRD-24] Create new service and controller for the scheduling algorithm - **This ticket depends on CRD-23**
**What:** A new method in Locations service for querying all locations based on an action item in a schedule. A new service and corresponding controller for processing the local minima of the returned location... | non_build | create new service and controller for the scheduling algorithm this ticket depends on crd what a new method in locations service for querying all locations based on an action item in a schedule a new service and corresponding controller for processing the local minima of the returned locations in the... | 0 |
10,069 | 7,887,590,739 | IssuesEvent | 2018-06-27 18:59:39 | labtool/labtool | https://api.github.com/repos/labtool/labtool | opened | Login should use Shibboleth / SAML2 | enhancement security issue | For security reasons, login should be done using SAML: [Link to University's page explaining SAML](https://wiki.helsinki.fi/pages/viewpage.action?pageId=197657106)
Why this is recommended:
+ if you have logged it to moodle, weboodi etc, you don't have to log in again
+ __if there is a security breach related to th... | True | Login should use Shibboleth / SAML2 - For security reasons, login should be done using SAML: [Link to University's page explaining SAML](https://wiki.helsinki.fi/pages/viewpage.action?pageId=197657106)
Why this is recommended:
+ if you have logged it to moodle, weboodi etc, you don't have to log in again
+ __if th... | non_build | login should use shibboleth for security reasons login should be done using saml why this is recommended if you have logged it to moodle weboodi etc you don t have to log in again if there is a security breach related to this software if does not leak passwords etc | 0 |
773,177 | 27,148,546,346 | IssuesEvent | 2023-02-16 22:15:56 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | [rancher-monitoring/v100.1.2+up19.0.3] Found duplicate series for the match group on the left hand-side of the operation | kind/bug priority/2 area/monitoring status/to-reproduce [zube]: Next Up team/area3 | After upgrading to rancher-monitoring/v100.1.2+up19.0.3 on Kubernetes 1.21 and Rancher 2.6.4 I get an error when viewing the metrics of a pod.
`Templating
Template variable service failed "found duplicate series for the match group {pod=\"identityserver-redis-master-0\"} on the left hand-side of the operation: [{__... | 1.0 | [rancher-monitoring/v100.1.2+up19.0.3] Found duplicate series for the match group on the left hand-side of the operation - After upgrading to rancher-monitoring/v100.1.2+up19.0.3 on Kubernetes 1.21 and Rancher 2.6.4 I get an error when viewing the metrics of a pod.
`Templating
Template variable service failed "foun... | non_build | found duplicate series for the match group on the left hand side of the operation after upgrading to rancher monitoring on kubernetes and rancher i get an error when viewing the metrics of a pod templating template variable service failed found duplicate series for the match group pod ... | 0 |
91,984 | 26,544,895,206 | IssuesEvent | 2023-01-19 22:51:09 | lowRISC/opentitan | https://api.github.com/repos/lowRISC/opentitan | closed | [build] Bitstream cache not initialized properly | Priority:P0 SW:Build System | ### Description
I'm not sure when this started, but as of 9e0c9019fd4fdac54248cb150bb31a203110f0d0, I'm hitting an error when my git post-checkout hook runs `./bazelisk.sh sync --configure`.
```console
$ git rev-parse origin/master
9e0c9019fd4fdac54248cb150bb31a203110f0d0
$ git checkout origin/master
HEAD is no... | 1.0 | [build] Bitstream cache not initialized properly - ### Description
I'm not sure when this started, but as of 9e0c9019fd4fdac54248cb150bb31a203110f0d0, I'm hitting an error when my git post-checkout hook runs `./bazelisk.sh sync --configure`.
```console
$ git rev-parse origin/master
9e0c9019fd4fdac54248cb150bb31a2... | build | bitstream cache not initialized properly description i m not sure when this started but as of i m hitting an error when my git post checkout hook runs bazelisk sh sync configure console git rev parse origin master git checkout origin master head is now at fix back propagation of ... | 1 |
11,959 | 5,114,680,196 | IssuesEvent | 2017-01-06 19:17:42 | csf-dev/ZPT-Sharp | https://api.github.com/repos/csf-dev/ZPT-Sharp | opened | Package MSBuild.Extension.Pack for Debian | Build/deployment improvement | Version `1.8.0` or better must be packaged, under the DFSG. | 1.0 | Package MSBuild.Extension.Pack for Debian - Version `1.8.0` or better must be packaged, under the DFSG. | build | package msbuild extension pack for debian version or better must be packaged under the dfsg | 1 |
31,729 | 8,737,736,096 | IssuesEvent | 2018-12-11 23:44:16 | Microsoft/vscode | https://api.github.com/repos/Microsoft/vscode | opened | Smoketest failure: Editor finds 'All References' to 'app' | broken-build | ```
Error: Timeout: get elements '.monaco-editor .zone-widget .zone-widget-container.peekview-widget.reference-zone-widget.results-loaded .body .ref-tree.inline .monaco-tree-row .reference' after 20 seconds.
at /Users/roblou/code/vscode/test/smoke/out/vscode/code.js:142:23
at Generator.next (<anonymous>)... | 1.0 | Smoketest failure: Editor finds 'All References' to 'app' - ```
Error: Timeout: get elements '.monaco-editor .zone-widget .zone-widget-container.peekview-widget.reference-zone-widget.results-loaded .body .ref-tree.inline .monaco-tree-row .reference' after 20 seconds.
at /Users/roblou/code/vscode/test/smoke/out/... | build | smoketest failure editor finds all references to app error timeout get elements monaco editor zone widget zone widget container peekview widget reference zone widget results loaded body ref tree inline monaco tree row reference after seconds at users roblou code vscode test smoke out v... | 1 |
346,127 | 30,868,735,546 | IssuesEvent | 2023-08-03 09:49:38 | TheUpperPart/leaguehub-backend | https://api.github.com/repos/TheUpperPart/leaguehub-backend | closed | Test: 경기(Match) 결과에 따른 테스트 코드 작성 | test refactor | ## 💎 개발할 기능
<!-- 어떤 기능을 구현할지 알려주세요. -->
- [x] MatchController에 대한 테스트코드
- [x] MatchResult에 대한 테스트코드
- [x] 테스트 코드 작성 관련 리팩터링 진행
## 📖 참고 사항
<!-- 레퍼런스, 스크린샷 등을 넣어 주세요. --> | 1.0 | Test: 경기(Match) 결과에 따른 테스트 코드 작성 - ## 💎 개발할 기능
<!-- 어떤 기능을 구현할지 알려주세요. -->
- [x] MatchController에 대한 테스트코드
- [x] MatchResult에 대한 테스트코드
- [x] 테스트 코드 작성 관련 리팩터링 진행
## 📖 참고 사항
<!-- 레퍼런스, 스크린샷 등을 넣어 주세요. --> | non_build | test 경기 match 결과에 따른 테스트 코드 작성 💎 개발할 기능 matchcontroller에 대한 테스트코드 matchresult에 대한 테스트코드 테스트 코드 작성 관련 리팩터링 진행 📖 참고 사항 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.