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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
625,055 | 19,717,219,209 | IssuesEvent | 2022-01-13 12:13:59 | ethereum/ethereum-org-website | https://api.github.com/repos/ethereum/ethereum-org-website | opened | /get-eth/ CallOutBanner not displaying any content | bug :bug: help wanted high priority good first issue | **Describe the bug**
The callout banner on the /get-eth/ page is not displaying any content.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://ethereum.org/en/get-eth/'
3. Scroll down to bottom of page
4. See error
**Expected behavior**
The content should display dynamically based on... | 1.0 | /get-eth/ CallOutBanner not displaying any content - **Describe the bug**
The callout banner on the /get-eth/ page is not displaying any content.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to 'https://ethereum.org/en/get-eth/'
3. Scroll down to bottom of page
4. See error
**Expected behavior... | non_build | get eth calloutbanner not displaying any content describe the bug the callout banner on the get eth page is not displaying any content to reproduce steps to reproduce the behavior go to scroll down to bottom of page see error expected behavior the content should display... | 0 |
87,094 | 25,031,621,277 | IssuesEvent | 2022-11-04 12:53:11 | OpenCTI-Platform/opencti | https://api.github.com/repos/OpenCTI-Platform/opencti | closed | Improv dev env by injecting a data set | build P3 | ## Use case
Improv the dev environment by injecting a data set.
## Proposed Solution
Based the data set on the test data set.
Used a Yarn command to inject this data. | 1.0 | Improv dev env by injecting a data set - ## Use case
Improv the dev environment by injecting a data set.
## Proposed Solution
Based the data set on the test data set.
Used a Yarn command to inject this data. | build | improv dev env by injecting a data set use case improv the dev environment by injecting a data set proposed solution based the data set on the test data set used a yarn command to inject this data | 1 |
55,010 | 13,497,424,077 | IssuesEvent | 2020-09-12 07:39:10 | intel/compute-runtime | https://api.github.com/repos/intel/compute-runtime | closed | Build fails with latest level Zero (v1.0) installed | build issue | Building compute-runtime with the latest level Zero checkout breaks because there seems to have been radical change in the installed level zero header file names:
```
FAILED: level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o
/usr/bin/c++ @level_zero/CMakeFiles/ze_intel_gpu_l... | 1.0 | Build fails with latest level Zero (v1.0) installed - Building compute-runtime with the latest level Zero checkout breaks because there seems to have been radical change in the installed level zero header file names:
```
FAILED: level_zero/CMakeFiles/ze_intel_gpu_lib.dir/core/source/gen11/icllp/cmdqueue_icllp.cpp.o
... | build | build fails with latest level zero installed building compute runtime with the latest level zero checkout breaks because there seems to have been radical change in the installed level zero header file names failed level zero cmakefiles ze intel gpu lib dir core source icllp cmdqueue icllp cpp o usr... | 1 |
46,599 | 11,861,593,550 | IssuesEvent | 2020-03-25 16:34:47 | instaclustr/cassandra-operator | https://api.github.com/repos/instaclustr/cassandra-operator | closed | investigate why there are build failures when building with Java 11 | build circleci | Some Java libraries we are using are not compatible with Java 11 so we have to build it with Java 8 at the moment. | 1.0 | investigate why there are build failures when building with Java 11 - Some Java libraries we are using are not compatible with Java 11 so we have to build it with Java 8 at the moment. | build | investigate why there are build failures when building with java some java libraries we are using are not compatible with java so we have to build it with java at the moment | 1 |
95,001 | 27,354,793,235 | IssuesEvent | 2023-02-27 12:07:04 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Cannot install tensorflow_text in virtual environment of python 3.8 mac m1 | stat:awaiting response type:build/install stalled subtype:macOS TF 2.7 | <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**
- OS P... | 1.0 | Cannot install tensorflow_text in virtual environment of python 3.8 mac m1 - <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/installatio... | build | cannot install tensorflow text in virtual environment of python mac 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 os platform ... | 1 |
45,836 | 9,818,454,421 | IssuesEvent | 2019-06-13 19:17:31 | siisp/websystem | https://api.github.com/repos/siisp/websystem | closed | Implementar el metodo ParametricRepository.load | CodeReview MigrationDB | Este metodo tiene que cargar todas las parametricas de un archivo Json (investigar)
Buscar si se puede utilizar alguna libreria externa que parsea cualquier archivo Json | 1.0 | Implementar el metodo ParametricRepository.load - Este metodo tiene que cargar todas las parametricas de un archivo Json (investigar)
Buscar si se puede utilizar alguna libreria externa que parsea cualquier archivo Json | non_build | implementar el metodo parametricrepository load este metodo tiene que cargar todas las parametricas de un archivo json investigar buscar si se puede utilizar alguna libreria externa que parsea cualquier archivo json | 0 |
8,121 | 4,164,528,066 | IssuesEvent | 2016-06-18 21:22:50 | octokit/octokit.net | https://api.github.com/repos/octokit/octokit.net | closed | Consistent way to create and teardown test repositories | build up-for-grabs | We have a consistent way to create a test repository for the purpose of integration tests:
```
var repoName = Helper.MakeNameWithTimestamp("source-repo");
var repository = await client.Repository.Create(new NewRepository { Name = repoName, AutoInit = true });
```
And a couple of different ways to cleanup this ... | 1.0 | Consistent way to create and teardown test repositories - We have a consistent way to create a test repository for the purpose of integration tests:
```
var repoName = Helper.MakeNameWithTimestamp("source-repo");
var repository = await client.Repository.Create(new NewRepository { Name = repoName, AutoInit = true }... | build | consistent way to create and teardown test repositories we have a consistent way to create a test repository for the purpose of integration tests var reponame helper makenamewithtimestamp source repo var repository await client repository create new newrepository name reponame autoinit true ... | 1 |
74,327 | 20,118,609,925 | IssuesEvent | 2022-02-07 22:30:51 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | Compile failure on 16.13.2 & 17.4.0 on RHEL8 | build | ### Version
16.13.2 & 17.4.0
### Platform
RHEL8
### Subsystem
_No response_
### What steps will reproduce the bug?
Building nodejs on RHEL8
```
/usr/bin/ld: /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/test_crypto_engine/test/fixtures/test_crypto_engine.o: relo... | 1.0 | Compile failure on 16.13.2 & 17.4.0 on RHEL8 - ### Version
16.13.2 & 17.4.0
### Platform
RHEL8
### Subsystem
_No response_
### What steps will reproduce the bug?
Building nodejs on RHEL8
```
/usr/bin/ld: /apps/was/jenkins/workspace/Compile_GitLab/node-v17.4.0/out/Release/obj.target/test_crypto_... | build | compile failure on on version platform subsystem no response what steps will reproduce the bug building nodejs on usr bin ld apps was jenkins workspace compile gitlab node out release obj target test crypto engine test fixtures... | 1 |
61,822 | 6,758,961,171 | IssuesEvent | 2017-10-24 15:37:43 | ushahidi/platform | https://api.github.com/repos/ushahidi/platform | reopened | When you click on (x) button on a 'checkbox' filter, all of them are removed, not only the one you clicked. | 2chaguzi Bug Testing | ### Expected behaviour
Only the filter I want to remove is removed
### Actual behaviour
The filter I want to remove is removed, but in the case of checkboxes that means all of them are gone from the filters list instead of only the one selected.
### Steps to reproduce the behaviour/error
- Apply survey filter... | 1.0 | When you click on (x) button on a 'checkbox' filter, all of them are removed, not only the one you clicked. - ### Expected behaviour
Only the filter I want to remove is removed
### Actual behaviour
The filter I want to remove is removed, but in the case of checkboxes that means all of them are gone from the filters ... | non_build | when you click on x button on a checkbox filter all of them are removed not only the one you clicked expected behaviour only the filter i want to remove is removed actual behaviour the filter i want to remove is removed but in the case of checkboxes that means all of them are gone from the filters ... | 0 |
243,859 | 7,868,004,588 | IssuesEvent | 2018-06-23 16:00:05 | FLEXIcontent/flexicontent-cck | https://api.github.com/repos/FLEXIcontent/flexicontent-cck | closed | Hits property for weblink field , reset to (saved as) zero on every item form save | Priority Normal bug | Fix should be this:
1. we need to load existing values from DB
2. for a URLs thate are same as some of the form POSTed URLs we should keep the existing hits value
@iamkeng you reported this ,
i have opened an issue here,
i ll make a fix as described above | 1.0 | Hits property for weblink field , reset to (saved as) zero on every item form save - Fix should be this:
1. we need to load existing values from DB
2. for a URLs thate are same as some of the form POSTed URLs we should keep the existing hits value
@iamkeng you reported this ,
i have opened an issue here,
i ll m... | non_build | hits property for weblink field reset to saved as zero on every item form save fix should be this we need to load existing values from db for a urls thate are same as some of the form posted urls we should keep the existing hits value iamkeng you reported this i have opened an issue here i ll m... | 0 |
61,347 | 14,973,822,589 | IssuesEvent | 2021-01-28 02:01:43 | matplotlib/matplotlib | https://api.github.com/repos/matplotlib/matplotlib | closed | Matplotlib generates invalid ft2font if -fno-lto gcc CFLAGS used | Build | ### Bug report
**Bug summary**
If matplotlib is build with -fno-lto CFLAGS then the build is completed "successfully" but will fail to import
This was 1st spotted with matplotlib-3.3.0 and did not occur again with later versions until 3.3.3
TEST 1:
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=native"
... | 1.0 | Matplotlib generates invalid ft2font if -fno-lto gcc CFLAGS used - ### Bug report
**Bug summary**
If matplotlib is build with -fno-lto CFLAGS then the build is completed "successfully" but will fail to import
This was 1st spotted with matplotlib-3.3.0 and did not occur again with later versions until 3.3.3
... | build | matplotlib generates invalid if fno lto gcc cflags used bug report bug summary if matplotlib is build with fno lto cflags then the build is completed successfully but will fail to import this was spotted with matplotlib and did not occur again with later versions until test ... | 1 |
55,465 | 13,636,393,111 | IssuesEvent | 2020-09-25 05:44:04 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Can't build on arm64 (invalid bfd target) | alternative build build | **Operating system**
armbian (equivalent to ubuntu server 20.04) kernel 5.6
odroid n2 (similar to rpi4)
**Cmake version**
3.16.3
**Ninja version**
1.10.0
**Compiler name and version**
gcc & gg++: 9.3.0
**Full cmake and/or ninja output**
ruben@odroidn2:~/ClickHouse/build$ ninja
[0/2] Re-checking globb... | 2.0 | Can't build on arm64 (invalid bfd target) - **Operating system**
armbian (equivalent to ubuntu server 20.04) kernel 5.6
odroid n2 (similar to rpi4)
**Cmake version**
3.16.3
**Ninja version**
1.10.0
**Compiler name and version**
gcc & gg++: 9.3.0
**Full cmake and/or ninja output**
ruben@odroidn2:~/Clic... | build | can t build on invalid bfd target operating system armbian equivalent to ubuntu server kernel odroid similar to cmake version ninja version compiler name and version gcc gg full cmake and or ninja output ruben clickhouse build ninja... | 1 |
154,031 | 12,189,983,098 | IssuesEvent | 2020-04-29 08:31:00 | zeebe-io/zeebe | https://api.github.com/repos/zeebe-io/zeebe | closed | io.atomix.raft.RaftTest.shouldReconnect is flaky | Scope: broker Status: In Progress Type: Unstable Test | **Description**
It seems we try to compare the snapshots at the end a little too fast, and the test then sometimes fails (but the final state seems OK).
<details><summary>Example assertion failure</summary>
<pre>
Error
io.atomix.primitive.PrimitiveException$ClosedSession: session closed
Stacktrace
java.uti... | 1.0 | io.atomix.raft.RaftTest.shouldReconnect is flaky - **Description**
It seems we try to compare the snapshots at the end a little too fast, and the test then sometimes fails (but the final state seems OK).
<details><summary>Example assertion failure</summary>
<pre>
Error
io.atomix.primitive.PrimitiveException$Cl... | non_build | io atomix raft rafttest shouldreconnect is flaky description it seems we try to compare the snapshots at the end a little too fast and the test then sometimes fails but the final state seems ok example assertion failure error io atomix primitive primitiveexception closedsession session closed ... | 0 |
568,738 | 16,987,757,937 | IssuesEvent | 2021-06-30 16:12:46 | googleapis/nodejs-asset | https://api.github.com/repos/googleapis/nodejs-asset | closed | quickstart sample tests: should get assets history successfully failed | api: cloudasset flakybot: issue priority: p1 samples type: bug | This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I will stop commenting.
---
commit: 1dfb0e95c58fdfbca2807744ea22c52d3c6e7651... | 1.0 | quickstart sample tests: should get assets history successfully failed - This test failed!
To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/flakybot).
If I'm commenting on this issue too often, add the `flakybot: quiet` label and
I wil... | non_build | quickstart sample tests should get assets history successfully failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output expected to include ... | 0 |
54,562 | 13,388,660,749 | IssuesEvent | 2020-09-02 17:42:09 | pwa-builder/PWABuilder | https://api.github.com/repos/pwa-builder/PWABuilder | closed | [Usable - PWA Builder - Hub]: "Github" and "Share" buttons are not visually present. | A11yCT A11yUsable Accessibility HCL- PWABuilder HCL-E+D Severity4 bug :bug: fixed needs author feedback :memo: no-recent-activity :chart_with_downwards_trend: | **Test Environment:**
OS: Windows 10 build 19608.1006
Browser: Edge - Anaheim - Version 85.0.545.0 (Official build) dev (64-bit)
URL: https://preview.pwabuilder.com/feature/Install%20your%20PWA
Tool :Narrator
**Repro Steps:**
1. Open URL: https://preview.pwabuilder.com/feature/Install%20your%20PWA ... | 1.0 | [Usable - PWA Builder - Hub]: "Github" and "Share" buttons are not visually present. - **Test Environment:**
OS: Windows 10 build 19608.1006
Browser: Edge - Anaheim - Version 85.0.545.0 (Official build) dev (64-bit)
URL: https://preview.pwabuilder.com/feature/Install%20your%20PWA
Tool :Narrator
**Repro ... | build | github and share buttons are not visually present test environment os windows build browser edge anaheim version official build dev bit url tool narrator repro steps open url pwabuilder page will open navigate a... | 1 |
351,443 | 25,026,619,203 | IssuesEvent | 2022-11-04 08:39:20 | bounswe/bounswe2022group8 | https://api.github.com/repos/bounswe/bounswe2022group8 | closed | MIL-3: Adding Individual Contributions Report | documentation Effort: Medium Priority: High milestone | ### What's up?
As a part of [Milestone I](https://github.com/bounswe/bounswe2022group8/issues/201) we need to add individual contribution report.
### To Do
* Each member should add a subsection under the ‘Individual reports' section. These sections should be sorted alphabetically according to the surnames of team ... | 1.0 | MIL-3: Adding Individual Contributions Report - ### What's up?
As a part of [Milestone I](https://github.com/bounswe/bounswe2022group8/issues/201) we need to add individual contribution report.
### To Do
* Each member should add a subsection under the ‘Individual reports' section. These sections should be sorted a... | non_build | mil adding individual contributions report what s up as a part of we need to add individual contribution report to do each member should add a subsection under the ‘individual reports section these sections should be sorted alphabetically according to the surnames of team members while p... | 0 |
77,877 | 22,034,128,224 | IssuesEvent | 2022-05-28 09:43:23 | NVIDIA/open-gpu-kernel-modules | https://api.github.com/repos/NVIDIA/open-gpu-kernel-modules | opened | make modules_install failed | build-problem | ### NVIDIA Open GPU Kernel Modules Version
515.43.04
### Operating System and Version
openEuler release 22.03 LTS
### Kernel Release
Linux taishan200-2280-2s64p-128g--a134 5.10.0-60.18.0.50.oe2203.aarch64 #1 SMP Wed Mar 30 02:43:08 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
### Build Command
**1. Set signing key... | 1.0 | make modules_install failed - ### NVIDIA Open GPU Kernel Modules Version
515.43.04
### Operating System and Version
openEuler release 22.03 LTS
### Kernel Release
Linux taishan200-2280-2s64p-128g--a134 5.10.0-60.18.0.50.oe2203.aarch64 #1 SMP Wed Mar 30 02:43:08 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux
### Build... | build | make modules install failed nvidia open gpu kernel modules version operating system and version openeuler release lts kernel release linux smp wed mar utc gnu linux build command set signing key cd usr lib modules uname r bu... | 1 |
644,477 | 20,978,824,340 | IssuesEvent | 2022-03-28 17:44:45 | HEZR0N/developers-hand | https://api.github.com/repos/HEZR0N/developers-hand | opened | Pause Menu | Difficulty:2 Priority:Medium |
-The Menu button on the Game scene should allow the user to:
- Look at the Rules
- Look at the About
- Quit the game and return to the main menu screen
- Pausing the game should not end the game
- Find a good way to do this | 1.0 | Pause Menu -
-The Menu button on the Game scene should allow the user to:
- Look at the Rules
- Look at the About
- Quit the game and return to the main menu screen
- Pausing the game should not end the game
- Find a good way to do this | non_build | pause menu the menu button on the game scene should allow the user to look at the rules look at the about quit the game and return to the main menu screen pausing the game should not end the game find a good way to do this | 0 |
69,115 | 17,575,389,494 | IssuesEvent | 2021-08-15 14:04:30 | tenacityteam/tenacity | https://api.github.com/repos/tenacityteam/tenacity | closed | use of deprecated std::uncaught_exception | build | This warning repeatedly spams the log when building Tenacity:
```
../src/import/../AudacityException.h: In lambda function:
../src/import/../AudacityException.h:214:20: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations]
214 | if (!std::uncaught_exception()) {
| ... | 1.0 | use of deprecated std::uncaught_exception - This warning repeatedly spams the log when building Tenacity:
```
../src/import/../AudacityException.h: In lambda function:
../src/import/../AudacityException.h:214:20: warning: ‘bool std::uncaught_exception()’ is deprecated [-Wdeprecated-declarations]
214 | ... | build | use of deprecated std uncaught exception this warning repeatedly spams the log when building tenacity src import audacityexception h in lambda function src import audacityexception h warning ‘bool std uncaught exception ’ is deprecated if std uncaught exception ... | 1 |
53,545 | 13,839,126,297 | IssuesEvent | 2020-10-14 07:28:04 | fufunoyu/WebGoat-Legacy | https://api.github.com/repos/fufunoyu/WebGoat-Legacy | opened | CVE-2020-14060 (High) detected in jackson-databind-2.0.4.jar | security vulnerability | ## CVE-2020-14060 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2020-14060 (High) detected in jackson-databind-2.0.4.jar - ## CVE-2020-14060 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.0.4.jar</b></p></summary>
<p>General... | non_build | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path to dependency file webgoat legacy pom xml path to vulnerable library canner ... | 0 |
42,705 | 11,047,131,598 | IssuesEvent | 2019-12-09 18:18:06 | artichoke/playground | https://api.github.com/repos/artichoke/playground | opened | Cross platform linter | A-build A-deps E-medium | The artichoke/artichoke repository has a [cross platfrom lint.js script](https://github.com/artichoke/artichoke/blob/6657c0970b00c60ee268e84ed1bccde40c7e2ac0/scripts/lint.js) built with node.
Port that script to the playground, modify package.json, and the circleci build.
This will partially remove the bash depen... | 1.0 | Cross platform linter - The artichoke/artichoke repository has a [cross platfrom lint.js script](https://github.com/artichoke/artichoke/blob/6657c0970b00c60ee268e84ed1bccde40c7e2ac0/scripts/lint.js) built with node.
Port that script to the playground, modify package.json, and the circleci build.
This will partial... | build | cross platform linter the artichoke artichoke repository has a built with node port that script to the playground modify package json and the circleci build this will partially remove the bash dependency along with gh | 1 |
479,004 | 13,789,849,375 | IssuesEvent | 2020-10-09 09:30:31 | elan-ev/tobira | https://api.github.com/repos/elan-ev/tobira | opened | Speed up ESLint (using incremental TypeScript stuff?) | area:frontend kind:improvement needs:research priority:low | Of the three parallel tasks `floof` currently runs during development, ESLint actually turned out to be the slowest. (Thanks, @LukasKalbertodt for the measurements.)
I have an inkling that the TypeScript rules might not make use of the incremental build stuff introduced by #44. We might want to look into this. | 1.0 | Speed up ESLint (using incremental TypeScript stuff?) - Of the three parallel tasks `floof` currently runs during development, ESLint actually turned out to be the slowest. (Thanks, @LukasKalbertodt for the measurements.)
I have an inkling that the TypeScript rules might not make use of the incremental build stuff i... | non_build | speed up eslint using incremental typescript stuff of the three parallel tasks floof currently runs during development eslint actually turned out to be the slowest thanks lukaskalbertodt for the measurements i have an inkling that the typescript rules might not make use of the incremental build stuff i... | 0 |
210,346 | 23,752,998,234 | IssuesEvent | 2022-08-31 22:47:02 | kube-tarian/sigrun | https://api.github.com/repos/kube-tarian/sigrun | closed | CVE-2021-41091 (Medium) detected in github.com/docker/docker-v20.10.7 | security vulnerability no-issue-activity | ## CVE-2021-41091 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/docker-v20.10.7</b></p></summary>
<p>Moby Project - a collaborative project for the container ecos... | True | CVE-2021-41091 (Medium) detected in github.com/docker/docker-v20.10.7 - ## CVE-2021-41091 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>github.com/docker/docker-v20.10.7</b></p></su... | non_build | cve medium detected in github com docker docker cve medium severity vulnerability vulnerable library github com docker docker moby project a collaborative project for the container ecosystem to assemble container based systems dependency hierarchy github com google go... | 0 |
31,719 | 2,736,540,011 | IssuesEvent | 2015-04-19 14:55:47 | cs2103jan2015-t16-3c/Main | https://api.github.com/repos/cs2103jan2015-t16-3c/Main | closed | A user can group the to-do list according to day, week and month | priority.low | so that the user can see his schedule easier | 1.0 | A user can group the to-do list according to day, week and month - so that the user can see his schedule easier | non_build | a user can group the to do list according to day week and month so that the user can see his schedule easier | 0 |
59,579 | 14,617,174,767 | IssuesEvent | 2020-12-22 14:24:00 | tmrowco/electricitymap-contrib | https://api.github.com/repos/tmrowco/electricitymap-contrib | closed | Meta-issue: verify or overhaul Australia parsers | help wanted parser parser buildable! | Australian parser for AEMO has always been wonky and has several remaining outstanding issues, see: https://github.com/tmrowco/electricitymap-contrib/issues/1196, https://github.com/tmrowco/electricitymap-contrib/issues/799
Additionally Western Australia currently has no data, although it worked before.
Currently... | 1.0 | Meta-issue: verify or overhaul Australia parsers - Australian parser for AEMO has always been wonky and has several remaining outstanding issues, see: https://github.com/tmrowco/electricitymap-contrib/issues/1196, https://github.com/tmrowco/electricitymap-contrib/issues/799
Additionally Western Australia currently h... | build | meta issue verify or overhaul australia parsers australian parser for aemo has always been wonky and has several remaining outstanding issues see additionally western australia currently has no data although it worked before currently aemo is still wonky see for example the origin of electricity chart... | 1 |
632,046 | 20,169,257,163 | IssuesEvent | 2022-02-10 08:54:37 | ita-social-projects/horondi_client_fe | https://api.github.com/repos/ita-social-projects/horondi_client_fe | closed | [News Detail] Text has a dark color instead of bright color when user switches to a black theme on 'Альтернатива всім рюкзакам...' | bug User Story UI priority: medium severity: trivial | **Environment:** macOS Big Sur 11.4, Firefox 89.0
**Reproducible:** always
**Build found:** 44d1c1b
**Pre-conditions:**
1. Go to https://horondi-front-staging.azurewebsites.net/ as a user
2. Go to the News page
**Description**
**Steps to reproduce:**
1. Click on the 'Read more...' button in the news a... | 1.0 | [News Detail] Text has a dark color instead of bright color when user switches to a black theme on 'Альтернатива всім рюкзакам...' - **Environment:** macOS Big Sur 11.4, Firefox 89.0
**Reproducible:** always
**Build found:** 44d1c1b
**Pre-conditions:**
1. Go to https://horondi-front-staging.azurewebsites.net/ a... | non_build | text has a dark color instead of bright color when user switches to a black theme on альтернатива всім рюкзакам environment macos big sur firefox reproducible always build found pre conditions go to as a user go to the news page description steps to r... | 0 |
12,247 | 5,170,247,528 | IssuesEvent | 2017-01-18 05:04:30 | travis-ci/travis-ci | https://api.github.com/repos/travis-ci/travis-ci | closed | Caching build fails with ruby 2.2.1 and above, works fine with 2.2.0 | bug ruby travis-build | Here's the build with 2.2.0 where it works: https://travis-ci.org/projecthydra/hydra-editor/jobs/80956101
Fails with 2.2.1 https://travis-ci.org/projecthydra/hydra-editor/builds/80955996
Fails with 2.2.2 https://travis-ci.org/projecthydra/hydra-editor/builds/80955877
Fails with 2.2.3 https://travis-ci.org/projecthydra/... | 1.0 | Caching build fails with ruby 2.2.1 and above, works fine with 2.2.0 - Here's the build with 2.2.0 where it works: https://travis-ci.org/projecthydra/hydra-editor/jobs/80956101
Fails with 2.2.1 https://travis-ci.org/projecthydra/hydra-editor/builds/80955996
Fails with 2.2.2 https://travis-ci.org/projecthydra/hydra-edit... | build | caching build fails with ruby and above works fine with here s the build with where it works fails with fails with fails with works with if the cache is not on trace bundle exec rake home travis rvm rubies ruby lib ruby site ruby rubygems de... | 1 |
245,656 | 18,790,027,153 | IssuesEvent | 2021-11-08 15:54:14 | AY2122S1-CS2103T-W08-1/tp | https://api.github.com/repos/AY2122S1-CS2103T-W08-1/tp | closed | [PE-D] UG examples should include screenshots to make readibility easier | documentation | Currently very few screenshots.
<!--session: 1635494113239-9c8655db-6fab-485c-80cb-b763dbf6bf9b--><!--Version: Web v3.4.1-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: michael-lee-sk/ped#11 | 1.0 | [PE-D] UG examples should include screenshots to make readibility easier - Currently very few screenshots.
<!--session: 1635494113239-9c8655db-6fab-485c-80cb-b763dbf6bf9b--><!--Version: Web v3.4.1-->
-------------
Labels: `type.DocumentationBug` `severity.Low`
original: michael-lee-sk/ped#11 | non_build | ug examples should include screenshots to make readibility easier currently very few screenshots labels type documentationbug severity low original michael lee sk ped | 0 |
326,339 | 9,955,289,529 | IssuesEvent | 2019-07-05 10:36:33 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | closed | Dictionary available in API endpoint but not available in language-tools page | component: i18n priority: p3 | The API endpoint includes a dictionary for az-IR
https://addons.mozilla.org/api/v3/addons/language-tools/?app=firefox&type=dictionary
But this dictionary is not displayed in the language-tools page, which is supposedly fed by the same API
https://addons.mozilla.org/firefox/language-tools/
I assumed this was a "... | 1.0 | Dictionary available in API endpoint but not available in language-tools page - The API endpoint includes a dictionary for az-IR
https://addons.mozilla.org/api/v3/addons/language-tools/?app=firefox&type=dictionary
But this dictionary is not displayed in the language-tools page, which is supposedly fed by the same A... | non_build | dictionary available in api endpoint but not available in language tools page the api endpoint includes a dictionary for az ir but this dictionary is not displayed in the language tools page which is supposedly fed by the same api i assumed this was a feature with the language tools page being manuall... | 0 |
280,258 | 30,815,872,631 | IssuesEvent | 2023-08-01 13:26:55 | Trinadh465/linux-4.19.72_CVE-2020-27815 | https://api.github.com/repos/Trinadh465/linux-4.19.72_CVE-2020-27815 | opened | CVE-2023-3212 (Medium) detected in linuxlinux-4.19.289 | Mend: dependency security vulnerability | ## CVE-2023-3212 - 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.289</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.... | True | CVE-2023-3212 (Medium) detected in linuxlinux-4.19.289 - ## CVE-2023-3212 - 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.289</b></p></summary>
<p>
<p>The Linux Kerne... | 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 main vulnerable source files vu... | 0 |
29,974 | 8,452,394,529 | IssuesEvent | 2018-10-20 03:12:07 | knative/serving | https://api.github.com/repos/knative/serving | closed | Update knative CRD status with "UpdateStatus" instead of "Update" | area/API area/autoscale area/build area/monitoring area/networking area/test-and-release kind/cleanup kind/spec | <!--
Pro-tip: You can leave this block commented, and it still works!
Select the appropriate areas for your issue:
/area API
/area autoscale
/area build
/area monitoring
/area networking
/area test-and-release
Classify what kind of issue this is:
/kind cleanup
/kind spec
-->
## Expected Behavio... | 1.0 | Update knative CRD status with "UpdateStatus" instead of "Update" - <!--
Pro-tip: You can leave this block commented, and it still works!
Select the appropriate areas for your issue:
/area API
/area autoscale
/area build
/area monitoring
/area networking
/area test-and-release
Classify what kind of issue... | build | update knative crd status with updatestatus instead of update pro tip you can leave this block commented and it still works select the appropriate areas for your issue area api area autoscale area build area monitoring area networking area test and release classify what kind of issue... | 1 |
46,595 | 13,055,942,604 | IssuesEvent | 2020-07-30 03:11:19 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | [ppc] has unused function ListToTree() (Trac #1530) | Incomplete Migration Migrated from Trac cmake defect | Migrated from https://code.icecube.wisc.edu/ticket/1530
```json
{
"status": "closed",
"changetime": "2016-02-03T17:08:29",
"description": "These unused functions are causing warnings and appear in both `i3ppc.cxx` and `I3EpriFilt.cxx`\n\nThis appears to be a vestige of IceSim V1 which had I3MCLists. These... | 1.0 | [ppc] has unused function ListToTree() (Trac #1530) - Migrated from https://code.icecube.wisc.edu/ticket/1530
```json
{
"status": "closed",
"changetime": "2016-02-03T17:08:29",
"description": "These unused functions are causing warnings and appear in both `i3ppc.cxx` and `I3EpriFilt.cxx`\n\nThis appears t... | non_build | has unused function listtotree trac migrated from json status closed changetime description these unused functions are causing warnings and appear in both cxx and cxx n nthis appears to be a vestige of icesim which had these were discontinued with ... | 0 |
36,383 | 9,799,059,629 | IssuesEvent | 2019-06-11 13:42:23 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Playground won't run - cannot resolve dependency core-js/modules/es6.array... | [Type] Bug [Type] Build Tooling | **Describe the bug**
Playground won't run - cannot resolve dependency core-js/modules/es6.array...
` × K:\SkyBindProjects\gutenberg\playground\src\index.js: Cannot resolve dependency 'core-js/modules/es6.array.copy-within'
at Resolver.resolve (K:\SkyBindProjects\gutenberg\node_modules\parcel-bundler\src\Resolver.... | 1.0 | Playground won't run - cannot resolve dependency core-js/modules/es6.array... - **Describe the bug**
Playground won't run - cannot resolve dependency core-js/modules/es6.array...
` × K:\SkyBindProjects\gutenberg\playground\src\index.js: Cannot resolve dependency 'core-js/modules/es6.array.copy-within'
at Resolver... | build | playground won t run cannot resolve dependency core js modules array describe the bug playground won t run cannot resolve dependency core js modules array × k skybindprojects gutenberg playground src index js cannot resolve dependency core js modules array copy within at resolver resol... | 1 |
129,730 | 27,551,452,564 | IssuesEvent | 2023-03-07 15:11:24 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | reopened | [Bug]: On logging in as say an admin user - inside app I see a different user shown | Bug Needs Triaging Deploy Preview BE Coders Pod medium Data Platform Pod Datasource Environments | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
When I login as an admin user, and go into the application, I see a ui component next to the Preview button, which shows a user logged in, and an incorrect user at that.
### Steps To Reproduce
1. Login as an admin u... | 1.0 | [Bug]: On logging in as say an admin user - inside app I see a different user shown - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
When I login as an admin user, and go into the application, I see a ui component next to the Preview button, which shows a user logg... | non_build | on logging in as say an admin user inside app i see a different user shown is there an existing issue for this i have searched the existing issues description when i login as an admin user and go into the application i see a ui component next to the preview button which shows a user logged in ... | 0 |
59,305 | 14,562,842,630 | IssuesEvent | 2020-12-17 01:01:30 | TotalCross/totalcross | https://api.github.com/repos/TotalCross/totalcross | opened | Build inside docker container for arm64 is broken | Linux ARM bug build | The latest build **inside docker** container for arm64 with clang and c++ 17 returned:
```log
#14 322.7 In file included from /sources/src/nm/ui/android/skia.cpp:37:
#14 322.7 In file included from /sources/modules/skia/include/core/SkPathEffect.h:12:
#14 322.7 /sources/modules/skia/include/core/SkPath.h:1593:20:... | 1.0 | Build inside docker container for arm64 is broken - The latest build **inside docker** container for arm64 with clang and c++ 17 returned:
```log
#14 322.7 In file included from /sources/src/nm/ui/android/skia.cpp:37:
#14 322.7 In file included from /sources/modules/skia/include/core/SkPathEffect.h:12:
#14 322.7 ... | build | build inside docker container for is broken the latest build inside docker container for with clang and c returned log in file included from sources src nm ui android skia cpp in file included from sources modules skia include core skpatheffect h sources modules ski... | 1 |
65,574 | 16,415,973,487 | IssuesEvent | 2021-05-19 06:46:48 | mautic/mautic | https://api.github.com/repos/mautic/mautic | closed | After installation, git status shows few Assets/js deleted from the GrapesJsBuilderBundle. | builders needs-triage | [//]: # ( Invisible comment:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Before you create the issue:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Search for similar report among other reported issues.
Learn how to troubleshoot at https://www.mautic.org/docs/en/tips/troubleshooting.html
Use drag&dro... | 1.0 | After installation, git status shows few Assets/js deleted from the GrapesJsBuilderBundle. - [//]: # ( Invisible comment:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Before you create the issue:
IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
Search for similar report among other reported issues.
Learn... | build | after installation git status shows few assets js deleted from the grapesjsbuilderbundle invisible comment iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii before you create the issue iiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii search for similar report among other reported issues learn ho... | 1 |
340,096 | 30,492,934,041 | IssuesEvent | 2023-07-18 08:55:46 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: cdc/ledger failed | C-test-failure O-robot A-cdc O-roachtest branch-master release-blocker T-cdc | roachtest.cdc/ledger [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifacts#/cdc/ledger) on master @ [76... | 2.0 | roachtest: cdc/ledger failed - roachtest.cdc/ledger [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/10950435?buildTab=artifac... | non_build | roachtest cdc ledger failed roachtest cdc ledger with on master cluster go start cockroach connect timeout cockroach sql url postgres root localhost sslmode disable e create schedule if not exists test only backup for backup into gs cockroach backup testing private roachpr... | 0 |
143,826 | 11,580,436,330 | IssuesEvent | 2020-02-21 20:08:23 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Jest Tests.src/dev/notice - src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes *LICENSE* files from packages | failed-test | A test failed on a tracked branch
```
Error: expect(received).toBe(expected) // Object.is equality
Expected: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/packages/kbn-optimizer/target/.bootstrap-cache"
Received: "/var/lib/jenkins/workspace/elastic+kibana+master/kibana/src/dev/notice/__fixtures__/node_modu... | 1.0 | Failing test: Jest Tests.src/dev/notice - src/dev/build/tasks/notice_file/generate_notice generateBuildNoticeText() includes *LICENSE* files from packages - A test failed on a tracked branch
```
Error: expect(received).toBe(expected) // Object.is equality
Expected: "/var/lib/jenkins/workspace/elastic+kibana+master/ki... | non_build | failing test jest tests src dev notice src dev build tasks notice file generate notice generatebuildnoticetext includes license files from packages a test failed on a tracked branch error expect received tobe expected object is equality expected var lib jenkins workspace elastic kibana master ki... | 0 |
219,310 | 7,334,730,857 | IssuesEvent | 2018-03-06 00:07:51 | langbakk/HSS | https://api.github.com/repos/langbakk/HSS | closed | Bug: panties in bathroom stays after picking them up and revisiting bathroom | bug priority 1 | The panties shouldn't be replaced and possible to pick up unless you leave them | 1.0 | Bug: panties in bathroom stays after picking them up and revisiting bathroom - The panties shouldn't be replaced and possible to pick up unless you leave them | non_build | bug panties in bathroom stays after picking them up and revisiting bathroom the panties shouldn t be replaced and possible to pick up unless you leave them | 0 |
35,862 | 9,667,647,697 | IssuesEvent | 2019-05-21 13:40:02 | coditva/Jazz | https://api.github.com/repos/coditva/Jazz | closed | Dependencies are remade because gcc tar is re-extracted | bug build | If stopped once before building, then next time everything goes smoothly, but if not, gcc is remade every time. | 1.0 | Dependencies are remade because gcc tar is re-extracted - If stopped once before building, then next time everything goes smoothly, but if not, gcc is remade every time. | build | dependencies are remade because gcc tar is re extracted if stopped once before building then next time everything goes smoothly but if not gcc is remade every time | 1 |
17,161 | 6,376,080,265 | IssuesEvent | 2017-08-02 06:11:14 | golang/go | https://api.github.com/repos/golang/go | closed | x/build: solaris-amd64-smartosbuildlet builders flaky | Builders HelpWanted | The `solaris-amd64-smartosbuildlet` builders are flaky.
Why?
Needs investigation.
Suspicion: those containers are reused between runs, and something's spinning in the background, making things too slow.
We should delete & re-create those containers for every build. Needs Joyent API calls.
Short-term: res... | 1.0 | x/build: solaris-amd64-smartosbuildlet builders flaky - The `solaris-amd64-smartosbuildlet` builders are flaky.
Why?
Needs investigation.
Suspicion: those containers are reused between runs, and something's spinning in the background, making things too slow.
We should delete & re-create those containers for... | build | x build solaris smartosbuildlet builders flaky the solaris smartosbuildlet builders are flaky why needs investigation suspicion those containers are reused between runs and something s spinning in the background making things too slow we should delete re create those containers for every b... | 1 |
60,108 | 14,705,270,090 | IssuesEvent | 2021-01-04 17:50:29 | kubevirt/kubevirt | https://api.github.com/repos/kubevirt/kubevirt | closed | [flaky ci] [Serial]Storage Starting a VirtualMachineInstance [rfe_id:2288][crit:high][vendor:cnv-qe@redhat.com][level:component] With Cirros BlockMode PVC [test_id:1015] should be successfully started | kind/bug triage/build-watcher | <!-- This form is for bug reports and feature requests ONLY!
Also make sure that you visit our User Guide at https://kubevirt.io/user-guide/
-->
**Is this a BUG REPORT or FEATURE REQUEST?**:
> Uncomment only one, leave it on its own line:
>
/kind bug
> /kind enhancement
/triage build-watcher
**What hap... | 1.0 | [flaky ci] [Serial]Storage Starting a VirtualMachineInstance [rfe_id:2288][crit:high][vendor:cnv-qe@redhat.com][level:component] With Cirros BlockMode PVC [test_id:1015] should be successfully started - <!-- This form is for bug reports and feature requests ONLY!
Also make sure that you visit our User Guide at https:/... | build | storage starting a virtualmachineinstance with cirros blockmode pvc should be successfully started this form is for bug reports and feature requests only also make sure that you visit our user guide at is this a bug report or feature request uncomment only one leave it on its ow... | 1 |
57,743 | 14,213,264,574 | IssuesEvent | 2020-11-17 02:07:20 | GoogleCloudPlatform/nodejs-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/nodejs-docs-samples | opened | appengine/metadata/flexible: should be listening failed | buildcop: issue priority: p1 type: bug | This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop commenting.
---
commit: ad9fb39cf2f91202d80db9223da3a034d61e... | 1.0 | appengine/metadata/flexible: should be listening failed - This test failed!
To configure my behavior, see [the Build Cop Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/master/packages/buildcop).
If I'm commenting on this issue too often, add the `buildcop: quiet` label and
I will stop comm... | build | appengine metadata flexible should be listening failed this test failed to configure my behavior see if i m commenting on this issue too often add the buildcop quiet label and i will stop commenting commit buildurl status failed test output app address is not a function typeerror ... | 1 |
81,278 | 30,780,658,145 | IssuesEvent | 2023-07-31 09:46:30 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | Elements refined with RefineBlockGenerator then converted to another subdomain seem to keep their old subdomain | T: defect P: normal C: Meshing | ## Bug Description
Following #25028 I investigated and found that the IC pattern shown was as if the subdomain had not changed from its previous assignment after using a SubdomainBoundingBox on refined blocks with RefineBlockGenerator
## Steps to Reproduce
This shows it
```
xmax = 50
ymax = 50
[Mesh]
[gen... | 1.0 | Elements refined with RefineBlockGenerator then converted to another subdomain seem to keep their old subdomain - ## Bug Description
Following #25028 I investigated and found that the IC pattern shown was as if the subdomain had not changed from its previous assignment after using a SubdomainBoundingBox on refined blo... | non_build | elements refined with refineblockgenerator then converted to another subdomain seem to keep their old subdomain bug description following i investigated and found that the ic pattern shown was as if the subdomain had not changed from its previous assignment after using a subdomainboundingbox on refined blocks ... | 0 |
289,313 | 21,779,200,055 | IssuesEvent | 2022-05-13 16:48:31 | Rogibb111/Ski-Resort-Dashboard | https://api.github.com/repos/Rogibb111/Ski-Resort-Dashboard | closed | Research and Document Release Pipeline | Documentation | Would like to start versioning the project beyond just using Git commit hashes. GitHub has a tags feature that allows you to give your project a major, minor, and patch version. I should look into how to use it as well as how I plan to determine what kind of change should constitute a bump in each type of version. | 1.0 | Research and Document Release Pipeline - Would like to start versioning the project beyond just using Git commit hashes. GitHub has a tags feature that allows you to give your project a major, minor, and patch version. I should look into how to use it as well as how I plan to determine what kind of change should consti... | non_build | research and document release pipeline would like to start versioning the project beyond just using git commit hashes github has a tags feature that allows you to give your project a major minor and patch version i should look into how to use it as well as how i plan to determine what kind of change should consti... | 0 |
18,506 | 6,613,095,489 | IssuesEvent | 2017-09-20 07:55:20 | openshiftio/openshift.io | https://api.github.com/repos/openshiftio/openshift.io | closed | Group ID does not get properly generated into my project | area/app-wizard area/quickstarts kind/bug severity/P1 team/build-cd team/launch team/platform | Group ID is a prompt in the Forge Wizard, yet making a change to this field does not actually "stick" and show up in the generated codebase.
https://screencast.com/t/uNK6tv3rn
https://screencast.com/t/I0qwY7EE1Jt
Why is this the case? We are currently copying a pre-defined template and not using a Maven arche... | 1.0 | Group ID does not get properly generated into my project - Group ID is a prompt in the Forge Wizard, yet making a change to this field does not actually "stick" and show up in the generated codebase.
https://screencast.com/t/uNK6tv3rn
https://screencast.com/t/I0qwY7EE1Jt
Why is this the case? We are currently... | build | group id does not get properly generated into my project group id is a prompt in the forge wizard yet making a change to this field does not actually stick and show up in the generated codebase why is this the case we are currently copying a pre defined template and not using a maven archetype how... | 1 |
498,464 | 14,407,562,628 | IssuesEvent | 2020-12-03 22:04:07 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | opened | Add debug option to sort element tags in output | Category: Core Priority: Low Status: Defined Type: Task | would be useful for debugging and not meant to be turned on by default | 1.0 | Add debug option to sort element tags in output - would be useful for debugging and not meant to be turned on by default | non_build | add debug option to sort element tags in output would be useful for debugging and not meant to be turned on by default | 0 |
368,175 | 25,780,286,638 | IssuesEvent | 2022-12-09 15:21:23 | WordPress/WordPress-Coding-Standards | https://api.github.com/repos/WordPress/WordPress-Coding-Standards | closed | Add instructions for setting up WPCS with more CIs | Type: Documentation Status: help wanted | The Readme currently contains [instructions on how to setup WPCS to run on Travis](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#running-your-code-through-wpcs-automatically-using-ci-tools).
It would be great to also have instructions for other CIs, such as:
* CircleCI
* ScrutinizerCI
... | 1.0 | Add instructions for setting up WPCS with more CIs - The Readme currently contains [instructions on how to setup WPCS to run on Travis](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards#running-your-code-through-wpcs-automatically-using-ci-tools).
It would be great to also have instructions fo... | non_build | add instructions for setting up wpcs with more cis the readme currently contains it would be great to also have instructions for other cis such as circleci scrutinizerci once more instructions are available for cis the section should probably be moved to the wiki with the readme only containing a l... | 0 |
51,749 | 7,726,338,699 | IssuesEvent | 2018-05-24 20:52:16 | GoogleCloudPlatform/google-cloud-go | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-go | closed | bigtable: In the cbt help, don't show the full path to the .cbtrc file | api: bigtable documentation priority: p1 | The help text for the cbt tool currently [displays the full path where the user would create their `.cbtrc` file](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/1275fd64585a78b42fae1534ae424d462a4547ed/bigtable/cmd/cbt/cbt.go#L187). This is not desirable because if you use `go generate` to regenerate the `... | 1.0 | bigtable: In the cbt help, don't show the full path to the .cbtrc file - The help text for the cbt tool currently [displays the full path where the user would create their `.cbtrc` file](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/1275fd64585a78b42fae1534ae424d462a4547ed/bigtable/cmd/cbt/cbt.go#L187). T... | non_build | bigtable in the cbt help don t show the full path to the cbtrc file the help text for the cbt tool currently this is not desirable because if you use go generate to regenerate the cbtdoc go file a simple fix would be to always display the string cbtrc rather than the actual filepath | 0 |
29,795 | 7,125,402,985 | IssuesEvent | 2018-01-19 22:52:28 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | "Category List" Menu item - hits will not hide | No Code Attached Yet | ### Steps to reproduce the issue
Create a menu item of type "Articles" -> "Category List"
Under "Options" tab "Show Hits" set to "Hide"
### Expected result
Hits column hidden
### Actual result
Hits are shown
### System information (as much as possible)
Joomla 3.8.3 fresh install, php 7.0.27,
see ... | 1.0 | "Category List" Menu item - hits will not hide - ### Steps to reproduce the issue
Create a menu item of type "Articles" -> "Category List"
Under "Options" tab "Show Hits" set to "Hide"
### Expected result
Hits column hidden
### Actual result
Hits are shown
### System information (as much as possible)
... | non_build | category list menu item hits will not hide steps to reproduce the issue create a menu item of type articles category list under options tab show hits set to hide expected result hits column hidden actual result hits are shown system information as much as possible ... | 0 |
42,569 | 9,255,095,777 | IssuesEvent | 2019-03-16 06:10:48 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [3.8.13] New User Activation : None, but joomla tries to send mail | J3 Issue No Code Attached Yet | ### Steps to reproduce the issue
In Global Configuration, set the **New User Account Activation**
to **None**
Then try to register a new user.
### Expected result
The user is created with no errors or warnings
### Actual result
The user is created with the following errors/warnings
Warning :
**Message
The... | 1.0 | [3.8.13] New User Activation : None, but joomla tries to send mail - ### Steps to reproduce the issue
In Global Configuration, set the **New User Account Activation**
to **None**
Then try to register a new user.
### Expected result
The user is created with no errors or warnings
### Actual result
The user is ... | non_build | new user activation none but joomla tries to send mail steps to reproduce the issue in global configuration set the new user account activation to none then try to register a new user expected result the user is created with no errors or warnings actual result the user is created... | 0 |
13,837 | 5,468,886,921 | IssuesEvent | 2017-03-10 08:08:12 | docker/docker | https://api.github.com/repos/docker/docker | reopened | Docker Windows Container fails to run in priviledged mode | area/builder platform/arm platform/windows version/1.13 |
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
-->
**Description**
When using d... | 1.0 | Docker Windows Container fails to run in priviledged mode -
---------------------------------------------------
BUG REPORT INFORMATION
---------------------------------------------------
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this ... | build | docker windows container fails to run in priviledged mode bug report information use the commands below to provide key information from your environment you do not have to include this information if this ... | 1 |
72,130 | 19,027,222,664 | IssuesEvent | 2021-11-24 06:08:40 | google/mediapipe | https://api.github.com/repos/google/mediapipe | opened | How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output? | type:build/install | How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output? | 1.0 | How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output? - How do I convert the camera's data stream into a Bitmap stream to recognize hand_landmark_lite.tflite and then convert the Bitmap back to video output? | build | how do i convert the camera s data stream into a bitmap stream to recognize hand landmark lite tflite and then convert the bitmap back to video output how do i convert the camera s data stream into a bitmap stream to recognize hand landmark lite tflite and then convert the bitmap back to video output | 1 |
26,165 | 4,209,568,090 | IssuesEvent | 2016-06-29 06:14:29 | Azure/azure-xplat-cli | https://api.github.com/repos/Azure/azure-xplat-cli | closed | azure vm docker create: --location option will be ignored | docker P2 Ready For Test |
```sh
$ azure vm docker create -z large -e 22 -s SUBSID -l 'West US' HSNAME b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140724-en-us-30GB azureuser 'PA$$W0RD!'
info: Executing command vm docker create
info: Found docker certificates.
+ Looking up image b39f27a8b8c64d52b05eac6a62ebad85... | 1.0 | azure vm docker create: --location option will be ignored -
```sh
$ azure vm docker create -z large -e 22 -s SUBSID -l 'West US' HSNAME b39f27a8b8c64d52b05eac6a62ebad85__Ubuntu-14_04-LTS-amd64-server-20140724-en-us-30GB azureuser 'PA$$W0RD!'
info: Executing command vm docker create
info: Found docker certif... | non_build | azure vm docker create location option will be ignored sh azure vm docker create z large e s subsid l west us hsname ubuntu lts server en us azureuser pa info executing command vm docker create info found docker certificates looking up image ubuntu lts ser... | 0 |
98,624 | 30,020,236,872 | IssuesEvent | 2023-06-26 22:25:57 | jqlang/jq | https://api.github.com/repos/jqlang/jq | closed | glibc warning: _BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE | build | Compiling jq 1.6 with glibc >=2.20 (2.20 released 5 years ago!) gives a warning:
```
In file included from jq/src/builtin.c:10:
In file included from /usr/include/sys/time.h:21:
/usr/include/features.h:184:3: warning: "_BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE"
```
Relevant piece from g... | 1.0 | glibc warning: _BSD_SOURCE and _SVID_SOURCE are deprecated, use _DEFAULT_SOURCE - Compiling jq 1.6 with glibc >=2.20 (2.20 released 5 years ago!) gives a warning:
```
In file included from jq/src/builtin.c:10:
In file included from /usr/include/sys/time.h:21:
/usr/include/features.h:184:3: warning: "_BSD_SOURCE a... | build | glibc warning bsd source and svid source are deprecated use default source compiling jq with glibc released years ago gives a warning in file included from jq src builtin c in file included from usr include sys time h usr include features h warning bsd source and sv... | 1 |
66,067 | 12,707,129,463 | IssuesEvent | 2020-06-23 08:24:31 | hzi-braunschweig/SORMAS-Project | https://api.github.com/repos/hzi-braunschweig/SORMAS-Project | opened | AbstractForm: Max length validation only for datatype String | Code Quality change sormas-ui | <!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to provide.
-->
### Feature Description
### Problem Description
... | 1.0 | AbstractForm: Max length validation only for datatype String - <!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to prov... | non_build | abstractform max length validation only for datatype string if you ve never submitted an issue to the sormas repository before or this is your first time using this template please read the contributing guidelines accessible in the right sidebar for an explanation about the information we d like you to prov... | 0 |
30,243 | 8,506,703,166 | IssuesEvent | 2018-10-30 17:11:35 | SpineEventEngine/base | https://api.github.com/repos/SpineEventEngine/base | closed | Duplicate artifacts for Javadoc Prettifier | /Build bug | When published, `io.spine.tools` contain:
* `javadoc-prettifier`
* `spine-javadoc-prettifier`
There should be only `spine-javadoc-prettifier`.
| 1.0 | Duplicate artifacts for Javadoc Prettifier - When published, `io.spine.tools` contain:
* `javadoc-prettifier`
* `spine-javadoc-prettifier`
There should be only `spine-javadoc-prettifier`.
| build | duplicate artifacts for javadoc prettifier when published io spine tools contain javadoc prettifier spine javadoc prettifier there should be only spine javadoc prettifier | 1 |
83,529 | 24,075,767,321 | IssuesEvent | 2022-09-18 19:28:43 | stdgraph/graph-v2 | https://api.github.com/repos/stdgraph/graph-v2 | closed | Build instructions may need some work. | build | ```
sudo apt install build-essential gdb cmake
```
May not install the correct cmake version. Installing correct cmake version is easy!
1) Find the respective version here; https://github.com/Kitware/CMake/releases, and
2) replace the [x.xx.x] in the following commands with the version number (remove the bracke... | 1.0 | Build instructions may need some work. - ```
sudo apt install build-essential gdb cmake
```
May not install the correct cmake version. Installing correct cmake version is easy!
1) Find the respective version here; https://github.com/Kitware/CMake/releases, and
2) replace the [x.xx.x] in the following commands w... | build | build instructions may need some work sudo apt install build essential gdb cmake may not install the correct cmake version installing correct cmake version is easy find the respective version here and replace the in the following commands with the version number remove the brackets fo... | 1 |
55,066 | 13,519,354,105 | IssuesEvent | 2020-09-15 01:43:45 | mapbox/mapbox-navigation-ios | https://api.github.com/repos/mapbox/mapbox-navigation-ios | opened | Support installation via Swift Package Manager | - build blocked epic | The navigation SDK is currently available for installation via CocoaPods and Carthage, with some of the lighterweight dependencies (MapboxDirections, Turf, etc.) also available for installation via Swift Package Manager. SPM has a brighter long-term outlook than CocoaPods and Carthage, so we should try to support it as... | 1.0 | Support installation via Swift Package Manager - The navigation SDK is currently available for installation via CocoaPods and Carthage, with some of the lighterweight dependencies (MapboxDirections, Turf, etc.) also available for installation via Swift Package Manager. SPM has a brighter long-term outlook than CocoaPod... | build | support installation via swift package manager the navigation sdk is currently available for installation via cocoapods and carthage with some of the lighterweight dependencies mapboxdirections turf etc also available for installation via swift package manager spm has a brighter long term outlook than cocoapod... | 1 |
460,292 | 13,207,644,868 | IssuesEvent | 2020-08-14 23:57:54 | phetsims/balancing-act | https://api.github.com/repos/phetsims/balancing-act | closed | For research study version based on 1.2.0 branch, remove all Mystery Objects except for Mystery Object G | priority:2-high | We received a request from our research partner:
> We have done some analysis on the log data of the Mystery Object problem-solving study. It was observed that quite a few participants were distracted by the other Mystery Objects and conducted trials investigating those, despite being explicitly instructed to figure... | 1.0 | For research study version based on 1.2.0 branch, remove all Mystery Objects except for Mystery Object G - We received a request from our research partner:
> We have done some analysis on the log data of the Mystery Object problem-solving study. It was observed that quite a few participants were distracted by the ot... | non_build | for research study version based on branch remove all mystery objects except for mystery object g we received a request from our research partner we have done some analysis on the log data of the mystery object problem solving study it was observed that quite a few participants were distracted by the ot... | 0 |
41,127 | 10,650,415,881 | IssuesEvent | 2019-10-17 08:17:51 | sylabs/singularity | https://api.github.com/repos/sylabs/singularity | opened | Cross build image architecture | Bug ImageBuilding | ### Version of Singularity:
```
3.4.2+455-gfac1ca469
```
### Expected behavior
```
singularity sif list /tmp/ubuntu-s390x.sif
Container id: b7251108-9d5c-4acf-b645-adfc5c792247
Created on: 2019-10-17 10:14:14 +0200 CEST
Modified on: 2019-10-17 10:14:14 +0200 CEST
-------------------------------------... | 1.0 | Cross build image architecture - ### Version of Singularity:
```
3.4.2+455-gfac1ca469
```
### Expected behavior
```
singularity sif list /tmp/ubuntu-s390x.sif
Container id: b7251108-9d5c-4acf-b645-adfc5c792247
Created on: 2019-10-17 10:14:14 +0200 CEST
Modified on: 2019-10-17 10:14:14 +0200 CEST
----... | build | cross build image architecture version of singularity expected behavior singularity sif list tmp ubuntu sif container id created on cest modified on cest descriptor lis... | 1 |
100,123 | 8,724,297,527 | IssuesEvent | 2018-12-10 04:17:21 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | closed | app testing 10 : ApiV1NotificationsGetQueryParamPageInvalidDatatype | app testing 10 app testing 10 | Project : app testing 10
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Coo... | 2.0 | app testing 10 : ApiV1NotificationsGetQueryParamPageInvalidDatatype - Project : app testing 10
Job : UAT
Env : UAT
Region : US_WEST
Result : fail
Status Code : 404
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revali... | non_build | app testing project app testing job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint ... | 0 |
86,427 | 24,847,065,054 | IssuesEvent | 2022-10-26 16:42:19 | CRBT-Team/Purplet | https://api.github.com/repos/CRBT-Team/Purplet | opened | new adapter: "bun" | pkg:purplet interaction endpoints build | this will create a bun http server, not a gateway client (the gateway adapter already does this). it will look really really similar to the cloudflare adapter, since they both use `export default` syntax. | 1.0 | new adapter: "bun" - this will create a bun http server, not a gateway client (the gateway adapter already does this). it will look really really similar to the cloudflare adapter, since they both use `export default` syntax. | build | new adapter bun this will create a bun http server not a gateway client the gateway adapter already does this it will look really really similar to the cloudflare adapter since they both use export default syntax | 1 |
7,002 | 3,933,932,686 | IssuesEvent | 2016-04-25 20:49:29 | jens-maus/yam | https://api.github.com/repos/jens-maus/yam | closed | Warn about incompatible filetype when importing mails | #trivial @normal enhancement fixed GUI nightly build | **Originally by _mario@cattaneo.de_ on 2011-01-22 19:47:12 +0100**
___
Try to import eg. S:Startup-Sequence (I know, you have to change the filter to do so, but this is just an example ;)).
YAM will silently ignore that file, ie. do nothing. Would be nice, if there was a requester informing the user that something wen... | 1.0 | Warn about incompatible filetype when importing mails - **Originally by _mario@cattaneo.de_ on 2011-01-22 19:47:12 +0100**
___
Try to import eg. S:Startup-Sequence (I know, you have to change the filter to do so, but this is just an example ;)).
YAM will silently ignore that file, ie. do nothing. Would be nice, if the... | build | warn about incompatible filetype when importing mails originally by mario cattaneo de on try to import eg s startup sequence i know you have to change the filter to do so but this is just an example yam will silently ignore that file ie do nothing would be nice if there was a re... | 1 |
33,146 | 9,037,347,683 | IssuesEvent | 2019-02-09 09:37:08 | angular/angular | https://api.github.com/repos/angular/angular | closed | Pin Angular & dependency versions in plunkers for repros | comp: build & ci type: feature | When we refer developers to http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5?p=preview for reproducing issues, this currently refers to the latest npm release.
Instead, developers should be using a version of the plunker that is pinned to specific versions of Angular (eg 2.0.2 or 2.1.0-beta0) and all of its dependencies ... | 1.0 | Pin Angular & dependency versions in plunkers for repros - When we refer developers to http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5?p=preview for reproducing issues, this currently refers to the latest npm release.
Instead, developers should be using a version of the plunker that is pinned to specific versions of Ang... | build | pin angular dependency versions in plunkers for repros when we refer developers to for reproducing issues this currently refers to the latest npm release instead developers should be using a version of the plunker that is pinned to specific versions of angular eg or and all of its dependencies... | 1 |
252,588 | 27,245,884,373 | IssuesEvent | 2023-02-22 01:56:36 | hiagorios/charlib | https://api.github.com/repos/hiagorios/charlib | closed | WS-2023-0004 (High) detected in jszip-3.5.0.tgz - autoclosed | security vulnerability | ## WS-2023-0004 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jszip-3.5.0.tgz</b></p></summary>
<p>Create, read and edit .zip files with JavaScript http://stuartk.com/jszip</p>
<p>Li... | True | WS-2023-0004 (High) detected in jszip-3.5.0.tgz - autoclosed - ## WS-2023-0004 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jszip-3.5.0.tgz</b></p></summary>
<p>Create, read and edi... | non_build | ws high detected in jszip tgz autoclosed ws high severity vulnerability vulnerable library jszip tgz create read and edit zip files with javascript library home page a href path to dependency file package json path to vulnerable library node modules jszip pack... | 0 |
15,508 | 5,970,929,774 | IssuesEvent | 2017-05-31 00:23:45 | VOREStation/VOREStation | https://api.github.com/repos/VOREStation/VOREStation | closed | Lack of taur-suits in engineering (and possibly mining). | Pri: 3-Moderate Status: Works in latest build Type: Map | #### Brief description of the issue
Engineering doesn't have taur suits, simple as that, possibly with mining as well if I remember right.
#### What you expected to happen
To have taur suits (at least two for atmos, engineering, and mining)
#### What actually happened
Not having any except for the hardsuits in... | 1.0 | Lack of taur-suits in engineering (and possibly mining). - #### Brief description of the issue
Engineering doesn't have taur suits, simple as that, possibly with mining as well if I remember right.
#### What you expected to happen
To have taur suits (at least two for atmos, engineering, and mining)
#### What ac... | build | lack of taur suits in engineering and possibly mining brief description of the issue engineering doesn t have taur suits simple as that possibly with mining as well if i remember right what you expected to happen to have taur suits at least two for atmos engineering and mining what ac... | 1 |
26,972 | 7,883,506,072 | IssuesEvent | 2018-06-27 05:31:56 | exaile/exaile | https://api.github.com/repos/exaile/exaile | closed | Need to finish migrating to git | Build system Type: enhancement | - [x] version.py needs to pull information from git instead of bzr (probably using `git describe --tags`)
- [ ] Release build instructions need to be updated in docs
- [x] Release build scripts need to be updated to use git instead of bzr
... there are probably other pieces I've missed.
| 1.0 | Need to finish migrating to git - - [x] version.py needs to pull information from git instead of bzr (probably using `git describe --tags`)
- [ ] Release build instructions need to be updated in docs
- [x] Release build scripts need to be updated to use git instead of bzr
... there are probably other pieces I've m... | build | need to finish migrating to git version py needs to pull information from git instead of bzr probably using git describe tags release build instructions need to be updated in docs release build scripts need to be updated to use git instead of bzr there are probably other pieces i ve missed ... | 1 |
64,581 | 15,952,826,283 | IssuesEvent | 2021-04-15 11:39:49 | siodb/siodb | https://api.github.com/repos/siodb/siodb | closed | Protobuf go files generation issue | component:build priority:critical type:bug | Something is wrong with the generation of protobuf go files:
```bash
================================================================================
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/ClientProtocol.pb.o
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/Colu... | 1.0 | Protobuf go files generation issue - Something is wrong with the generation of protobuf go files:
```bash
================================================================================
CXX /siodbbuild/siodb/build/release/obj/common/lib/siodb/common/proto/ClientProtocol.pb.o
CXX /siodbbuild/siodb/build/release/o... | build | protobuf go files generation issue something is wrong with the generation of protobuf go files bash cxx siodbbuild siodb build release obj common lib siodb common proto clientprotocol pb o cxx siodbbuild siodb build release o... | 1 |
286,758 | 21,608,034,234 | IssuesEvent | 2022-05-04 07:01:20 | cyrusae/highlighter-public | https://api.github.com/repos/cyrusae/highlighter-public | opened | Wipe test database, sync with main branch, add to gitignore | documentation enhancement backend database frontend Priority: + | - [ ] Remove detritus of tooltip testing
- [ ] Wipe codes and existing encodings
- [ ] Leave a handful of sample statements and example codes though
- [ ] Add *.db and Prisma migrations to gitignore when done
- [ ] Wipe migration history
- [ ] See if that fixes #55 | 1.0 | Wipe test database, sync with main branch, add to gitignore - - [ ] Remove detritus of tooltip testing
- [ ] Wipe codes and existing encodings
- [ ] Leave a handful of sample statements and example codes though
- [ ] Add *.db and Prisma migrations to gitignore when done
- [ ] Wipe migration history
- [ ] See if t... | non_build | wipe test database sync with main branch add to gitignore remove detritus of tooltip testing wipe codes and existing encodings leave a handful of sample statements and example codes though add db and prisma migrations to gitignore when done wipe migration history see if that fixes ... | 0 |
74,317 | 20,115,487,673 | IssuesEvent | 2022-02-07 19:03:35 | EscherLabs/Graphene | https://api.github.com/repos/EscherLabs/Graphene | closed | Graphene Forms: The parse condition of the output type fields is not working as expected | bug awaiting test form builder | **Description**
Even though the parse condition of the output type fields are set to "Show" in the Form Builder and the "Show" condition is set to true in the Form Builder, the value of the output fields are not being included in the resulting data object
**Feature / Subsystem**
Graphene Forms
**To Reproduce**
... | 1.0 | Graphene Forms: The parse condition of the output type fields is not working as expected - **Description**
Even though the parse condition of the output type fields are set to "Show" in the Form Builder and the "Show" condition is set to true in the Form Builder, the value of the output fields are not being included ... | build | graphene forms the parse condition of the output type fields is not working as expected description even though the parse condition of the output type fields are set to show in the form builder and the show condition is set to true in the form builder the value of the output fields are not being included ... | 1 |
472,798 | 13,631,524,564 | IssuesEvent | 2020-09-24 18:08:59 | oppia/oppia-android | https://api.github.com/repos/oppia/oppia-android | opened | Throughly test `TexInputStartsWithRuleClassifier` | Priority: Important SLoP 2020 Status: Not started Type: Improvement good first issue | Since the `TexInputStartsWithRuleClassifier` was copied from Oppia web, it didn't have corresponding tests added to verify correctness. These should be ported over from Oppia web as well to ensure that each classifier has working functionality.
Useful reference - https://github.com/oppia/oppia-android/tree/develop/d... | 1.0 | Throughly test `TexInputStartsWithRuleClassifier` - Since the `TexInputStartsWithRuleClassifier` was copied from Oppia web, it didn't have corresponding tests added to verify correctness. These should be ported over from Oppia web as well to ensure that each classifier has working functionality.
Useful reference - h... | non_build | throughly test texinputstartswithruleclassifier since the texinputstartswithruleclassifier was copied from oppia web it didn t have corresponding tests added to verify correctness these should be ported over from oppia web as well to ensure that each classifier has working functionality useful reference | 0 |
54,964 | 23,371,774,777 | IssuesEvent | 2022-08-10 20:35:25 | cityofaustin/atd-data-tech | https://api.github.com/repos/cityofaustin/atd-data-tech | closed | [URGENT] Grant Daniil access to the ATD Development Review Web Map & Sharepoint access for the TDS group | Impact: 1-Severe Service: Geo Workgroup: TDS Product: O365 | <!-- Email -->
<!-- daniil.kontsevoy@austintexas.gov -->
> What application are you using?
ArcGIS
> Describe the problem.
Please grant Daniil access to the ATD Development Review Web Map
(https://austin.maps.arcgis.com/apps/webappviewer/index.html?id=f90baebe5f0a49ddb3f5ff52672b3bbf)
and SharePoint access for th... | 1.0 | [URGENT] Grant Daniil access to the ATD Development Review Web Map & Sharepoint access for the TDS group - <!-- Email -->
<!-- daniil.kontsevoy@austintexas.gov -->
> What application are you using?
ArcGIS
> Describe the problem.
Please grant Daniil access to the ATD Development Review Web Map
(https://austin.maps... | non_build | grant daniil access to the atd development review web map sharepoint access for the tds group what application are you using arcgis describe the problem please grant daniil access to the atd development review web map and sharepoint access for the tds group how soon do you need this urg... | 0 |
43,282 | 11,199,267,445 | IssuesEvent | 2020-01-03 18:13:39 | angular/angular-cli | https://api.github.com/repos/angular/angular-cli | closed | += 1 counter missing when build with --prod | comp: devkit/build-angular freq2: medium severity3: broken type: bug/fix | The code is ok when i run "ng serve", but when I publish it with "ng build --prod", something is wrong
It took me a long time to find where the err come from, and eventually I found it.
origin code:
PS. A function to find whether the item is in nodes and return the index.
```
function(item,nodes){
let ind... | 1.0 | += 1 counter missing when build with --prod - The code is ok when i run "ng serve", but when I publish it with "ng build --prod", something is wrong
It took me a long time to find where the err come from, and eventually I found it.
origin code:
PS. A function to find whether the item is in nodes and return the i... | build | counter missing when build with prod the code is ok when i run ng serve but when i publish it with ng build prod something is wrong it took me a long time to find where the err come from and eventually i found it origin code ps a function to find whether the item is in nodes and return the i... | 1 |
59,511 | 14,598,819,423 | IssuesEvent | 2020-12-21 02:13:43 | quicklisp/quicklisp-projects | https://api.github.com/repos/quicklisp/quicklisp-projects | closed | Please add GUTE | canbuild | https://github.com/genelkim/gute
This is my personal utility repository. It is a dependency for a few other projects that I plan to upload soon. | 1.0 | Please add GUTE - https://github.com/genelkim/gute
This is my personal utility repository. It is a dependency for a few other projects that I plan to upload soon. | build | please add gute this is my personal utility repository it is a dependency for a few other projects that i plan to upload soon | 1 |
577,625 | 17,115,419,920 | IssuesEvent | 2021-07-11 08:38:40 | googleapis/java-spanner | https://api.github.com/repos/googleapis/java-spanner | opened | spanner.spi.v1.GapicSpannerRpcTest: testMultipleOpenSpanners failed | flakybot: issue priority: p1 type: bug | Note: #1172 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 3dfdc0bdf149e6da21377ab7e433ddc5207dc1a7
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/12c04ad5-5ff3-4a82-8cc5-08e1a33cbc4e), [Sponge](http://sponge2/12c04ad5-5ff3-4a82-... | 1.0 | spanner.spi.v1.GapicSpannerRpcTest: testMultipleOpenSpanners failed - Note: #1172 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 3dfdc0bdf149e6da21377ab7e433ddc5207dc1a7
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/12c04ad5-5ff... | non_build | spanner spi gapicspannerrpctest testmultipleopenspanners failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output java lang assertionerror expected but was at org junit assert fail assert java... | 0 |
33,484 | 12,216,627,160 | IssuesEvent | 2020-05-01 15:31:44 | uniquelyparticular/sync-moltin-to-shipengine | https://api.github.com/repos/uniquelyparticular/sync-moltin-to-shipengine | opened | CVE-2020-11022 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.1.min.js | security vulnerability | ## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1.8.1.min.js</b></p></summary>
<p>
<details><summary><b>jquery-1.7.2.min.js</b>... | True | CVE-2020-11022 (Medium) detected in jquery-1.7.2.min.js, jquery-1.8.1.min.js - ## CVE-2020-11022 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-1.7.2.min.js</b>, <b>jquery-1... | non_build | cve medium detected in jquery min js jquery min js cve medium severity vulnerability vulnerable libraries jquery min js jquery min js jquery min js javascript library for dom operations library home page a href path to dependency file tmp... | 0 |
102,330 | 31,895,863,907 | IssuesEvent | 2023-09-18 01:35:10 | locationtech/geotrellis | https://api.github.com/repos/locationtech/geotrellis | opened | Drop JDK8 support | build | GeoTools is already JDK11+; JDK11 is well supported by Spark and other libs from the Hadoop ecosystems; JDK11 is on EMR as well.
I'm thinking of dropping JDK8 once GeoTools 30 is released.
Spark thread: https://issues.apache.org/jira/browse/SPARK-44112
Spark mailing list: https://lists.apache.org/thread/ptbg70k3... | 1.0 | Drop JDK8 support - GeoTools is already JDK11+; JDK11 is well supported by Spark and other libs from the Hadoop ecosystems; JDK11 is on EMR as well.
I'm thinking of dropping JDK8 once GeoTools 30 is released.
Spark thread: https://issues.apache.org/jira/browse/SPARK-44112
Spark mailing list: https://lists.apache... | build | drop support geotools is already is well supported by spark and other libs from the hadoop ecosystems is on emr as well i m thinking of dropping once geotools is released spark thread spark mailing list | 1 |
70,399 | 18,108,897,650 | IssuesEvent | 2021-09-22 23:12:57 | dotnet/efcore | https://api.github.com/repos/dotnet/efcore | closed | HasKey should override previous HasNoKey | type-bug closed-fixed customer-reported area-model-building | I have a view that returns a key column (using ROW_NUMBER() OVER in SQL as TempID), however using db-scaffold the generated code for the view contains "entity.HasNoKey();". This is causing queries to break because the linq subqueries are requiring the parent projection to contain a primary key. Manually changing the ... | 1.0 | HasKey should override previous HasNoKey - I have a view that returns a key column (using ROW_NUMBER() OVER in SQL as TempID), however using db-scaffold the generated code for the view contains "entity.HasNoKey();". This is causing queries to break because the linq subqueries are requiring the parent projection to con... | build | haskey should override previous hasnokey i have a view that returns a key column using row number over in sql as tempid however using db scaffold the generated code for the view contains entity hasnokey this is causing queries to break because the linq subqueries are requiring the parent projection to con... | 1 |
632,451 | 20,197,358,679 | IssuesEvent | 2022-02-11 11:56:02 | aws-samples/aws-last-mile-delivery-hyperlocal | https://api.github.com/repos/aws-samples/aws-last-mile-delivery-hyperlocal | closed | Switch from Elasticache Redis to Amazon MemoryDB | priority:high component:data-store research effort:low | To research:
* Switch from Elasticache Redis to Amazon MemoryDB
* Elasticache Redis Cluster -> Elasticache Replication Group
* Elasticache Autoscaling
| 1.0 | Switch from Elasticache Redis to Amazon MemoryDB - To research:
* Switch from Elasticache Redis to Amazon MemoryDB
* Elasticache Redis Cluster -> Elasticache Replication Group
* Elasticache Autoscaling
| non_build | switch from elasticache redis to amazon memorydb to research switch from elasticache redis to amazon memorydb elasticache redis cluster elasticache replication group elasticache autoscaling | 0 |
98,325 | 29,735,615,070 | IssuesEvent | 2023-06-14 00:26:12 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | opened | Clang 15 Build failed after #49752 | build | Using Clang 15 build latest code with #49752 will failed:
```
[2023-06-13T23:38:02.611Z] /ClickHouse/src/Formats/CapnProtoSerializer.cpp:754:9: error: missing 'typename' prior to dependent type name 'CapnpType::Reader'
[2023-06-13T23:38:02.611Z] CapnpType::Reader getData(const ColumnPtr & column, size_t ro... | 1.0 | Clang 15 Build failed after #49752 - Using Clang 15 build latest code with #49752 will failed:
```
[2023-06-13T23:38:02.611Z] /ClickHouse/src/Formats/CapnProtoSerializer.cpp:754:9: error: missing 'typename' prior to dependent type name 'CapnpType::Reader'
[2023-06-13T23:38:02.611Z] CapnpType::Reader getDat... | build | clang build failed after using clang build latest code with will failed clickhouse src formats capnprotoserializer cpp error missing typename prior to dependent type name capnptype reader capnptype reader getdata const columnptr column size t row num ... | 1 |
72,591 | 19,343,827,828 | IssuesEvent | 2021-12-15 08:44:39 | openego/eGon-data | https://api.github.com/repos/openego/eGon-data | closed | Add storages to eTraGo tables | :building_construction: integration | Storage data needs to be added to the input tables for eTraGo. This issue depends on #332 | 1.0 | Add storages to eTraGo tables - Storage data needs to be added to the input tables for eTraGo. This issue depends on #332 | build | add storages to etrago tables storage data needs to be added to the input tables for etrago this issue depends on | 1 |
87,467 | 25,130,529,408 | IssuesEvent | 2022-11-09 14:51:32 | scikit-learn/scikit-learn | https://api.github.com/repos/scikit-learn/scikit-learn | opened | MAINT Remove all Cython, C and C++ compilations warnings | Easy Build / CI cython C/C++ | ## Context
scikit-learn builds with Cython, C and C++ warnings (when building wheels or for when installing locally (for development)).
### Kinds of warnings
There are several kinds of warnings, each kind having its own cause, solutions and mitigations.
### 🏷 Use of the deprecated NumPy API (via Cython) (`... | 1.0 | MAINT Remove all Cython, C and C++ compilations warnings - ## Context
scikit-learn builds with Cython, C and C++ warnings (when building wheels or for when installing locally (for development)).
### Kinds of warnings
There are several kinds of warnings, each kind having its own cause, solutions and mitigations... | build | maint remove all cython c and c compilations warnings context scikit learn builds with cython c and c warnings when building wheels or for when installing locally for development kinds of warnings there are several kinds of warnings each kind having its own cause solutions and mitigations... | 1 |
4,462 | 3,377,817,068 | IssuesEvent | 2015-11-25 07:07:04 | Unidata/thredds | https://api.github.com/repos/Unidata/thredds | closed | maven snapshots | Build / Release | @cwardgar - would it be possible to upload nightly snapshot artifacts to our nexus using the aws jenkins? We have not pushed any snapshot artifacts to our nexus server since 4.5.6 (March 30th 2015), for example
https://artifacts.unidata.ucar.edu/content/repositories/unidata-snapshots/edu/ucar/tds/ | 1.0 | maven snapshots - @cwardgar - would it be possible to upload nightly snapshot artifacts to our nexus using the aws jenkins? We have not pushed any snapshot artifacts to our nexus server since 4.5.6 (March 30th 2015), for example
https://artifacts.unidata.ucar.edu/content/repositories/unidata-snapshots/edu/ucar/tds/ | build | maven snapshots cwardgar would it be possible to upload nightly snapshot artifacts to our nexus using the aws jenkins we have not pushed any snapshot artifacts to our nexus server since march for example | 1 |
35,396 | 9,594,879,006 | IssuesEvent | 2019-05-09 14:52:51 | golang/go | https://api.github.com/repos/golang/go | closed | x/build: investigate Athens 500 errors | Builders NeedsInvestigation | The new logging added to the coordinator of non-2xx response codes from our internal Athens instance says:
```
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm/armasm/@v/list
2019/04/03 19:02:19 modproxy: proxying ... | 1.0 | x/build: investigate Athens 500 errors - The new logging added to the coordinator of non-2xx response codes from our internal Athens instance says:
```
2019/04/03 19:02:19 modproxy: proxying HTTP 500 Internal Server Error response from backend for builder host-darwin-10_14, GET /golang.org/x/arch/arm/armasm/@v/list... | build | x build investigate athens errors the new logging added to the coordinator of non response codes from our internal athens instance says modproxy proxying http internal server error response from backend for builder host darwin get golang org x arch arm armasm v list mo... | 1 |
74,016 | 7,372,629,258 | IssuesEvent | 2018-03-13 15:12:24 | apache/incubator-mxnet | https://api.github.com/repos/apache/incubator-mxnet | opened | test_autograd.test_unary_func @ Python3: MKLDNN-CPU | Bug Test | http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/474/pipeline/485/
```
[INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=56561434 to reproduce.
test_autograd.test_unary_func ... /work/runtime_functions.sh: line 312: 6 Segmentation fault ... | 1.0 | test_autograd.test_unary_func @ Python3: MKLDNN-CPU - http://jenkins.mxnet-ci.amazon-ml.com/blue/organizations/jenkins/incubator-mxnet/detail/master/474/pipeline/485/
```
[INFO] Setting module np/mx/python random seeds, use MXNET_MODULE_SEED=56561434 to reproduce.
test_autograd.test_unary_func ... /work/runtime_... | non_build | test autograd test unary func mkldnn cpu setting module np mx python random seeds use mxnet module seed to reproduce test autograd test unary func work runtime functions sh line segmentation fault core dumped nosetests verbose tests python unittest build py ... | 0 |
477,719 | 13,766,952,145 | IssuesEvent | 2020-10-07 15:09:21 | geosolutions-it/austrocontrol-C125 | https://api.github.com/repos/geosolutions-it/austrocontrol-C125 | closed | Search Service - show GFI | Accepted Priority: High Project: C125 | When searching for features there shall be a possibility to directly show the GFI for this feature.
Preferably there shall be a button available for each search result that zooms to the feature and directly opens the GFI.
Clicking the whole bar shall still have the same effect as it has right now.
Please give us a pro... | 1.0 | Search Service - show GFI - When searching for features there shall be a possibility to directly show the GFI for this feature.
Preferably there shall be a button available for each search result that zooms to the feature and directly opens the GFI.
Clicking the whole bar shall still have the same effect as it has righ... | non_build | search service show gfi when searching for features there shall be a possibility to directly show the gfi for this feature preferably there shall be a button available for each search result that zooms to the feature and directly opens the gfi clicking the whole bar shall still have the same effect as it has righ... | 0 |
27,127 | 5,315,165,717 | IssuesEvent | 2017-02-13 16:41:26 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | Document error in triple-mustache section at amp-mustache page | PR: Work in Progress Related to: Documentation | ## Short description of your issue:
Simple documentation error on https://www.ampproject.org/docs/reference/components/amp-mustache
On triple-mustache section, `{{{unescaped}}}` is accidentally written as `{{unescaped}}}`.
 based on a `TODO` comment in 86dbdd04cbe98b691209f2a62... | 1.0 | Add tests for `list_password` in src/cli/commands.rs - References to parametrized tests in src/store/mod.rs
---
https://github.com/SonuBardai/lockbox/blob/86dbdd04cbe98b691209f2a62e1ec2f82f8cc0ba/src/cli/commands.rs#L91-L98
---
###### This issue was generated by [todo-issue](https://github.com/DerJuulsn/todo-issue)... | non_build | add tests for list password in src cli commands rs references to parametrized tests in src store mod rs this issue was generated by based on a todo comment in | 0 |
58,227 | 14,345,234,456 | IssuesEvent | 2020-11-28 18:03:58 | ekmett/distributive | https://api.github.com/repos/ekmett/distributive | closed | Fail to build with multiple --ghc-options options | build-system can't duplicate | Hi,
It seems that passing multiple options to stack build --ghc-options fails, whereas it's working for most other packages:
```
$ stack build "--ghc-options=-O2 -fno-prof-auto" distributive
distributive> configure
distributive> ghc: on the commandline: malformed inte... | 1.0 | Fail to build with multiple --ghc-options options - Hi,
It seems that passing multiple options to stack build --ghc-options fails, whereas it's working for most other packages:
```
$ stack build "--ghc-options=-O2 -fno-prof-auto" distributive
distributive> configure
d... | build | fail to build with multiple ghc options options hi it seems that passing multiple options to stack build ghc options fails whereas it s working for most other packages stack build ghc options fno prof auto distributive distributive configure di... | 1 |
303,302 | 26,198,856,237 | IssuesEvent | 2023-01-03 15:43:10 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: backup/mixed-version-basic failed | C-test-failure O-robot O-roachtest branch-master release-blocker T-disaster-recovery | roachtest.backup/mixed-version-basic [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7672293?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7672293?buildTab=artifacts#/backup/mixed-... | 2.0 | roachtest: backup/mixed-version-basic failed - roachtest.backup/mixed-version-basic [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/7672293?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGce... | non_build | roachtest backup mixed version basic failed roachtest backup mixed version basic with on master test artifacts and logs in artifacts backup mixed version basic run test impl go fatalf condition failed to evaluate within node is still running jobs parameters roachtest cloud gc... | 0 |
50,263 | 12,489,869,046 | IssuesEvent | 2020-05-31 20:56:09 | osquery/osquery | https://api.github.com/repos/osquery/osquery | closed | Third party libraries to be ported to build from source | build cmake libraries | This is the list of third party libraries we still need to port so that they build from source on the respective platforms:
- [x] linenoise-ng on macOS, Windows
- [x] lldpd on macOS
- [x] popt on macOS
- [x] sleuthkit on macOS
- [x] smartmontools on macOS
- [x] ssdeep-cpp on macOS
| 1.0 | Third party libraries to be ported to build from source - This is the list of third party libraries we still need to port so that they build from source on the respective platforms:
- [x] linenoise-ng on macOS, Windows
- [x] lldpd on macOS
- [x] popt on macOS
- [x] sleuthkit on macOS
- [x] smartmontools on macOS... | build | third party libraries to be ported to build from source this is the list of third party libraries we still need to port so that they build from source on the respective platforms linenoise ng on macos windows lldpd on macos popt on macos sleuthkit on macos smartmontools on macos ssde... | 1 |
310,299 | 23,330,433,417 | IssuesEvent | 2022-08-09 04:16:34 | neondatabase/neon | https://api.github.com/repos/neondatabase/neon | closed | update safekeepers internal docs | a/documentation c/storage/safekeeper | review the overview about teh safekeepers, update, change names https://github.com/zenithdb/zenith/blob/main/walkeeper/README
review and update the protocol too https://github.com/zenithdb/zenith/blob/main/walkeeper/README_PROTO.md
| 1.0 | update safekeepers internal docs - review the overview about teh safekeepers, update, change names https://github.com/zenithdb/zenith/blob/main/walkeeper/README
review and update the protocol too https://github.com/zenithdb/zenith/blob/main/walkeeper/README_PROTO.md
| non_build | update safekeepers internal docs review the overview about teh safekeepers update change names review and update the protocol too | 0 |
37,996 | 10,127,551,305 | IssuesEvent | 2019-08-01 10:29:19 | ShaikASK/Testing | https://api.github.com/repos/ShaikASK/Testing | closed | Candidate Dashboard : Reject Cox Background & Drug Test Authorization Document :Second instance address details are not getting reflected in the rejected flow | Beta Release #5 Build#7 Candidate Dashboard Candidate Module Defect Edit Dynamic Webform Document P1 | Steps To Replicate :
1.Launch the URL
2.Sign in as HR admin user
3.Create New Hire and save it
4.Initiate the above create New Hire using “Cox Communications - W2” workflow ,which is having Cox Background & Drug Test Authorization dynamic webform Document
5.Sign in as candidate
6.Sign the “Offer Letter”
7.Co... | 1.0 | Candidate Dashboard : Reject Cox Background & Drug Test Authorization Document :Second instance address details are not getting reflected in the rejected flow - Steps To Replicate :
1.Launch the URL
2.Sign in as HR admin user
3.Create New Hire and save it
4.Initiate the above create New Hire using “Cox Communic... | build | candidate dashboard reject cox background drug test authorization document second instance address details are not getting reflected in the rejected flow steps to replicate launch the url sign in as hr admin user create new hire and save it initiate the above create new hire using “cox communic... | 1 |
35,118 | 9,539,165,014 | IssuesEvent | 2019-04-30 16:15:56 | bitcoin/bitcoin | https://api.github.com/repos/bitcoin/bitcoin | reopened | OSX - Still displays as qt in spotlight | Build system Upstream macOS | Per https://github.com/bitcoin-dot-org/bitcoin.org/pull/968 still shows as bitcoin qt in spotlight.
I located https://github.com/bitcoin/bitcoin/pull/6116 which appears to have fixed it everywhere else, but it looks like this was missed.
I believe it's https://github.com/bitcoin/bitcoin/blob/master/share/qt/Info.plis... | 1.0 | OSX - Still displays as qt in spotlight - Per https://github.com/bitcoin-dot-org/bitcoin.org/pull/968 still shows as bitcoin qt in spotlight.
I located https://github.com/bitcoin/bitcoin/pull/6116 which appears to have fixed it everywhere else, but it looks like this was missed.
I believe it's https://github.com/bitc... | build | osx still displays as qt in spotlight per still shows as bitcoin qt in spotlight i located which appears to have fixed it everywhere else but it looks like this was missed i believe it s that s causing it but i m not a mac programmer and don t feel safe opening an untested pr cfbundlename bit... | 1 |
116,929 | 11,945,513,506 | IssuesEvent | 2020-04-03 06:01:04 | souwmyaa/ped | https://api.github.com/repos/souwmyaa/ped | opened | Session Add Feature (User Guide inconsistency) | severity.High type.DocumentationBug | 
This part of the User Guide gives an example for add session.

Howeve... | 1.0 | Session Add Feature (User Guide inconsistency) - 
This part of the User Guide gives an example for add session.

File "/home/user00/virtual/utils/lib/python3.6/site-packages/ring_doorbell/__init__.py", line 55, in _... | 1.0 | 401 Client Error: Unauthorized for url - Just started getting errors. They may be trying to bad us from the API, but not sure. Anyone else getting this error?
```
File "./ring.py", line 9, in <module>
myring = Ring('redacted', 'alsoRedacted')
File "/home/user00/virtual/utils/lib/python3.6/site-packages/... | non_build | client error unauthorized for url just started getting errors they may be trying to bad us from the api but not sure anyone else getting this error file ring py line in myring ring redacted alsoredacted file home virtual utils lib site packages ring doorbell init... | 0 |
22,422 | 7,174,612,866 | IssuesEvent | 2018-01-31 00:31:57 | ActCal/activistcalendar | https://api.github.com/repos/ActCal/activistcalendar | closed | Meta: Onboarding documentation for new collaborators is complete | building the org on hold | * Github Repo readme is first point of contact
* Strategic planning documentation is in a sharable state, along with its current status
* There's a roadmap
* Internal documents are sharable with new collaborators, specifically meeting history and agendas
* Github issues/Waffle is up to date so we can walk new people th... | 1.0 | Meta: Onboarding documentation for new collaborators is complete - * Github Repo readme is first point of contact
* Strategic planning documentation is in a sharable state, along with its current status
* There's a roadmap
* Internal documents are sharable with new collaborators, specifically meeting history and agenda... | build | meta onboarding documentation for new collaborators is complete github repo readme is first point of contact strategic planning documentation is in a sharable state along with its current status there s a roadmap internal documents are sharable with new collaborators specifically meeting history and agenda... | 1 |
186,287 | 14,394,659,956 | IssuesEvent | 2020-12-03 01:49:23 | github-vet/rangeclosure-findings | https://api.github.com/repos/github-vet/rangeclosure-findings | closed | SobolevWladimir/offers_iiko: vendor/github.com/ugorji/go/codec/codec_test.go; 32 LoC | fresh small test vendored |
Found a possible issue in [SobolevWladimir/offers_iiko](https://www.github.com/SobolevWladimir/offers_iiko) at [vendor/github.com/ugorji/go/codec/codec_test.go](https://github.com/SobolevWladimir/offers_iiko/blob/6f08bffc37f627457f61422f97d62d8fd1d61047/vendor/github.com/ugorji/go/codec/codec_test.go#L1847-L1878)
The... | 1.0 | SobolevWladimir/offers_iiko: vendor/github.com/ugorji/go/codec/codec_test.go; 32 LoC -
Found a possible issue in [SobolevWladimir/offers_iiko](https://www.github.com/SobolevWladimir/offers_iiko) at [vendor/github.com/ugorji/go/codec/codec_test.go](https://github.com/SobolevWladimir/offers_iiko/blob/6f08bffc37f627457f6... | non_build | sobolevwladimir offers iiko vendor github com ugorji go codec codec test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.