Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10
values | text_combine stringlengths 96 261k | label stringclasses 2
values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
48,253 | 13,067,578,449 | IssuesEvent | 2020-07-31 00:54:48 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [clsim] AutoSetGeant4Environment.py assumes that I3_PORTS is set (Trac #2081) | Migrated from Trac combo simulation defect | This script assumes that `$I3_PORTS` is a meaningful path, which is not true in the py2-v3 environment. Mostly it seems to need to find `geant4.sh`, but it looks as though this should be trivial since this should always be in `$PATH`. I am less sure about how the entries in `hardCodedForGeant4_9_3and4` should be handle... | 1.0 | [clsim] AutoSetGeant4Environment.py assumes that I3_PORTS is set (Trac #2081) - This script assumes that `$I3_PORTS` is a meaningful path, which is not true in the py2-v3 environment. Mostly it seems to need to find `geant4.sh`, but it looks as though this should be trivial since this should always be in `$PATH`. I am ... | defect | py assumes that ports is set trac this script assumes that ports is a meaningful path which is not true in the environment mostly it seems to need to find sh but it looks as though this should be trivial since this should always be in path i am less sure about how the entries in ... | 1 |
68,131 | 21,512,557,458 | IssuesEvent | 2022-04-28 06:47:38 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | closed | The room does not display correctly | T-Defect A-Room-List S-Major O-Occasional | I have 30 rooms and the number shown is also 30, but only 10 are shown. Sliding to the right will not show more rooms. But click other pages to return to the main page again. The list can slide and display all rooms correctly | 1.0 | The room does not display correctly - I have 30 rooms and the number shown is also 30, but only 10 are shown. Sliding to the right will not show more rooms. But click other pages to return to the main page again. The list can slide and display all rooms correctly | defect | the room does not display correctly i have rooms and the number shown is also but only are shown sliding to the right will not show more rooms but click other pages to return to the main page again the list can slide and display all rooms correctly | 1 |
514,336 | 14,937,420,948 | IssuesEvent | 2021-01-25 14:37:10 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | opened | Using a DropDown editor inside an incell editor template Grid with autoSync DataSource of a PopUp editor of the main Grid causes the next cell edit to automatically close the cell | Bug C: Grid Kendo1 Priority 1 SEV: Low | ### Bug report
Using a DropDown editor inside an incell editor template Grid with autoSync DataSource of a PopUp editor of the main Grid causes the next cell edit to automatically close the cell.
### Reproduction of the problem
1. Open https://dojo.telerik.com/IqUmOSev
1. Click `Add new record`.
1. In the Po... | 1.0 | Using a DropDown editor inside an incell editor template Grid with autoSync DataSource of a PopUp editor of the main Grid causes the next cell edit to automatically close the cell - ### Bug report
Using a DropDown editor inside an incell editor template Grid with autoSync DataSource of a PopUp editor of the main Gri... | non_defect | using a dropdown editor inside an incell editor template grid with autosync datasource of a popup editor of the main grid causes the next cell edit to automatically close the cell bug report using a dropdown editor inside an incell editor template grid with autosync datasource of a popup editor of the main gri... | 0 |
7,879 | 2,611,056,180 | IssuesEvent | 2015-02-27 00:25:51 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | closed | "About/help" button does not show version number | auto-migrated Milestone-0.6.8 Priority-Medium Type-Defect | ```
Click the About/help button from the main menu.
What is the expected output?
Common custom dictates that any "About..." feature should contain a version
number somewhere.
What do you see instead?
No version number. No help either, for that matter, but that's another issue.
What version of the product are you u... | 1.0 | "About/help" button does not show version number - ```
Click the About/help button from the main menu.
What is the expected output?
Common custom dictates that any "About..." feature should contain a version
number somewhere.
What do you see instead?
No version number. No help either, for that matter, but that's an... | defect | about help button does not show version number click the about help button from the main menu what is the expected output common custom dictates that any about feature should contain a version number somewhere what do you see instead no version number no help either for that matter but that s an... | 1 |
671,899 | 22,780,292,671 | IssuesEvent | 2022-07-08 18:53:48 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Support Solana account creation / import | priority/P2 QA/Yes release-notes/exclude feature/wallet OS/Android feature/wallet/solana | - [x] Show coin type selection UI
- [x] Implement account creation of selected coin type
- [x] Show all accounts (eth+solana) | 1.0 | Support Solana account creation / import - - [x] Show coin type selection UI
- [x] Implement account creation of selected coin type
- [x] Show all accounts (eth+solana) | non_defect | support solana account creation import show coin type selection ui implement account creation of selected coin type show all accounts eth solana | 0 |
75,563 | 25,917,980,706 | IssuesEvent | 2022-12-15 19:05:18 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | closed | [🐛 Bug]: webdriver-manager not working when executed the tests from Jenkins | I-defect needs-triaging | ### What happened?
Below is my test, when executed locally (Ubuntu22.04) this works fine but when I try to execute the same from Jenkins throwing below issue.
### How can we reproduce the issue?
```shell
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.k... | 1.0 | [🐛 Bug]: webdriver-manager not working when executed the tests from Jenkins - ### What happened?
Below is my test, when executed locally (Ubuntu22.04) this works fine but when I try to execute the same from Jenkins throwing below issue.
### How can we reproduce the issue?
```shell
from selenium import webdriver... | defect | webdriver manager not working when executed the tests from jenkins what happened below is my test when executed locally this works fine but when i try to execute the same from jenkins throwing below issue how can we reproduce the issue shell from selenium import webdriver from selenium... | 1 |
49,156 | 13,185,268,093 | IssuesEvent | 2020-08-12 21:03:19 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | mavericks segfault, cmake/tools for minuit2 & root (Trac #868) | Incomplete Migration Migrated from Trac cmake defect | <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/868
, reported by boersma and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-01-11T23:12:33",
"description": "The mavericks buildbot is failing with a segfault in the Minuit2 unit tests in lilli... | 1.0 | mavericks segfault, cmake/tools for minuit2 & root (Trac #868) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/868
, reported by boersma and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-01-11T23:12:33",
"description": "The mavericks build... | defect | mavericks segfault cmake tools for root trac migrated from reported by boersma and owned by nega json status closed changetime description the mavericks buildbot is failing with a segfault in the unit tests in lilliput i tried to reproduce this o... | 1 |
25,884 | 4,487,849,171 | IssuesEvent | 2016-08-30 03:35:49 | harlam357/hfm-net | https://api.github.com/repos/harlam357/hfm-net | closed | v7 client pause (core shutdown) looks like a failed WU to HFM due to the core return value. | auto-migrated Component-Logic Milestone-Release0.9.1 OpSys-Windows Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Pause a v7 client slot
What is the expected output? What do you see instead?
- Pausing a client should not be noted as a WU failure. However, the cores do
not generally exit cleanly like they did in v6 and return values that are
associated with WU failures in v6.
- I... | 1.0 | v7 client pause (core shutdown) looks like a failed WU to HFM due to the core return value. - ```
What steps will reproduce the problem?
1. Pause a v7 client slot
What is the expected output? What do you see instead?
- Pausing a client should not be noted as a WU failure. However, the cores do
not generally exit c... | defect | client pause core shutdown looks like a failed wu to hfm due to the core return value what steps will reproduce the problem pause a client slot what is the expected output what do you see instead pausing a client should not be noted as a wu failure however the cores do not generally exit cle... | 1 |
34,374 | 29,579,392,094 | IssuesEvent | 2023-06-07 03:39:18 | hackforla/food-oasis | https://api.github.com/repos/hackforla/food-oasis | closed | Bug: Container Build Failing | Release Note: Bug Role: Back-end Feature: Infrastructure | ### Overview
It appears that the docker container node:buster-slim is using a node version newer than LTS. When npm install attempts to install bcrypt, it fails, and attempts to build the bcrypt module from scratch, which also fails because the image does not have python installed to perform the build. Modify the doc... | 1.0 | Bug: Container Build Failing - ### Overview
It appears that the docker container node:buster-slim is using a node version newer than LTS. When npm install attempts to install bcrypt, it fails, and attempts to build the bcrypt module from scratch, which also fails because the image does not have python installed to per... | non_defect | bug container build failing overview it appears that the docker container node buster slim is using a node version newer than lts when npm install attempts to install bcrypt it fails and attempts to build the bcrypt module from scratch which also fails because the image does not have python installed to per... | 0 |
336,265 | 10,174,217,285 | IssuesEvent | 2019-08-08 14:39:25 | Code-Poets/sheetstorm | https://api.github.com/repos/Code-Poets/sheetstorm | opened | Block entering reports before the start of application life | bug priority low | Employee can't navigate before May 2019 in reports view but he can still add report before this date.
Should be done:
------------
- Block adding reports like navigation is blocked | 1.0 | Block entering reports before the start of application life - Employee can't navigate before May 2019 in reports view but he can still add report before this date.
Should be done:
------------
- Block adding reports like navigation is blocked | non_defect | block entering reports before the start of application life employee can t navigate before may in reports view but he can still add report before this date should be done block adding reports like navigation is blocked | 0 |
12,751 | 2,715,518,835 | IssuesEvent | 2015-04-10 13:41:40 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | Cache.close() doesn't call close() method of registered Closeable CacheEntryListener | Team: Core Type: Defect | Cache.close() doesn't call close() method of registered Closeable CacheEntryListener. It seems there's no TCK test to verify but this is a spec violation. `Cache.close()` javadoc explicitly says:
```
must close and release all resources being coordinated on behalf of the Cache by the
{@link CacheManager}. This in... | 1.0 | Cache.close() doesn't call close() method of registered Closeable CacheEntryListener - Cache.close() doesn't call close() method of registered Closeable CacheEntryListener. It seems there's no TCK test to verify but this is a spec violation. `Cache.close()` javadoc explicitly says:
```
must close and release all re... | defect | cache close doesn t call close method of registered closeable cacheentrylistener cache close doesn t call close method of registered closeable cacheentrylistener it seems there s no tck test to verify but this is a spec violation cache close javadoc explicitly says must close and release all re... | 1 |
543,673 | 15,884,438,202 | IssuesEvent | 2021-04-09 18:53:58 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | STM32G4 with USB-C PD: Some pins cannot be used as input by default | area: Pinmux bug has-pr platform: STM32 priority: low | **Describe the bug**
The USB Type-C and Power Delivery Dead Battery feature requires 5k pull-downs on `UCPD1_CC1` and `UCPD1_CC2` pins (`PB4` and `PB6` on STM32G474 series MCUs).
These pull-downs are enabled by default and need to be actively disabled in order to use those pins as inputs.
**To Reproduce**
C... | 1.0 | STM32G4 with USB-C PD: Some pins cannot be used as input by default - **Describe the bug**
The USB Type-C and Power Delivery Dead Battery feature requires 5k pull-downs on `UCPD1_CC1` and `UCPD1_CC2` pins (`PB4` and `PB6` on STM32G474 series MCUs).
These pull-downs are enabled by default and need to be actively d... | non_defect | with usb c pd some pins cannot be used as input by default describe the bug the usb type c and power delivery dead battery feature requires pull downs on and pins and on series mcus these pull downs are enabled by default and need to be actively disabled in order to use those p... | 0 |
385,348 | 11,419,117,479 | IssuesEvent | 2020-02-03 07:03:52 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1378] Crafting Table: crash when picking up with active orders | Priority: High Status: Fixed | Place a craft table and start some order
Pickup table with a hammer
Server crash
```
--BEGIN DUMP--
Dump Time
01/31/2020 17:45:40
Exception
Exception: SynchronizationLockException
Message:Object synchronization method was called from an unsynchronized block of code.
Source:System.Private.CoreLib
Syst... | 1.0 | [0.9.0 staging-1378] Crafting Table: crash when picking up with active orders - Place a craft table and start some order
Pickup table with a hammer
Server crash
```
--BEGIN DUMP--
Dump Time
01/31/2020 17:45:40
Exception
Exception: SynchronizationLockException
Message:Object synchronization method was cal... | non_defect | crafting table crash when picking up with active orders place a craft table and start some order pickup table with a hammer server crash begin dump dump time exception exception synchronizationlockexception message object synchronization method was called from an unsynchronized ... | 0 |
46,233 | 13,055,873,418 | IssuesEvent | 2020-07-30 02:59:25 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | dataclasses - doxygen errors, no uniquely matching class members (Trac #804) | Incomplete Migration Migrated from Trac combo core defect | Migrated from https://code.icecube.wisc.edu/ticket/804
```json
{
"status": "closed",
"changetime": "2015-04-17T00:14:20",
"description": "{{{\nError: Fatal error at line 1 column 1: unexpected end of file\nError: Fatal error at line 1 column 1: error while parsing prolog\n/data/i3home/nega/i3/offline-soft... | 1.0 | dataclasses - doxygen errors, no uniquely matching class members (Trac #804) - Migrated from https://code.icecube.wisc.edu/ticket/804
```json
{
"status": "closed",
"changetime": "2015-04-17T00:14:20",
"description": "{{{\nError: Fatal error at line 1 column 1: unexpected end of file\nError: Fatal error at... | defect | dataclasses doxygen errors no uniquely matching class members trac migrated from json status closed changetime description nerror fatal error at line column unexpected end of file nerror fatal error at line column error while parsing prolog n data... | 1 |
49,064 | 6,007,503,763 | IssuesEvent | 2017-06-06 03:40:54 | doughsay/room.js | https://api.github.com/repos/doughsay/room.js | closed | Add more unit test coverage | test-coverage | Let's say, initial goal for test coverage is to increase it from ~64% right now to ~85%. | 1.0 | Add more unit test coverage - Let's say, initial goal for test coverage is to increase it from ~64% right now to ~85%. | non_defect | add more unit test coverage let s say initial goal for test coverage is to increase it from right now to | 0 |
74,227 | 8,998,392,992 | IssuesEvent | 2019-02-02 21:20:41 | YACS-RCOS/yacs | https://api.github.com/repos/YACS-RCOS/yacs | opened | Redesign schools view | class:design priority:low service:web size:large status:readyfordev | **Is your feature request related to a problem? Please describe.**
The Schools view (the Yacs homepage) works fine, but with the updates we have made to the other views it is looking a little dated.
**Describe the solution you'd like**
Open to any ideas! The new design should be consistent with the other recent de... | 1.0 | Redesign schools view - **Is your feature request related to a problem? Please describe.**
The Schools view (the Yacs homepage) works fine, but with the updates we have made to the other views it is looking a little dated.
**Describe the solution you'd like**
Open to any ideas! The new design should be consistent ... | non_defect | redesign schools view is your feature request related to a problem please describe the schools view the yacs homepage works fine but with the updates we have made to the other views it is looking a little dated describe the solution you d like open to any ideas the new design should be consistent ... | 0 |
24,214 | 17,014,179,061 | IssuesEvent | 2021-07-02 09:36:18 | kaitai-io/kaitai_struct | https://api.github.com/repos/kaitai-io/kaitai_struct | closed | Add link to xref.html in the format gallery | infrastructure | While digging in the generating code for the [format gallery](https://formats.kaitai.io/), I noticed that every time it generates page https://formats.kaitai.io/xref.html, which is quite a neat summary of all formats included with their licenses and cross-references. It's a pity that there isn't any link leading to it,... | 1.0 | Add link to xref.html in the format gallery - While digging in the generating code for the [format gallery](https://formats.kaitai.io/), I noticed that every time it generates page https://formats.kaitai.io/xref.html, which is quite a neat summary of all formats included with their licenses and cross-references. It's ... | non_defect | add link to xref html in the format gallery while digging in the generating code for the i noticed that every time it generates page which is quite a neat summary of all formats included with their licenses and cross references it s a pity that there isn t any link leading to it so nobody can actually get th... | 0 |
76,724 | 3,491,517,953 | IssuesEvent | 2016-01-04 16:03:01 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | opened | file downloader role at "file" level: when give role to "multiple" files, success display's only ONE file name | Component: Permissions Priority: Medium Type: Bug | When role is give to multiple files, either use generic success message or display all files user was given access to. Otherwise, it appears only one of multiple files selected was successfully assigned. | 1.0 | file downloader role at "file" level: when give role to "multiple" files, success display's only ONE file name - When role is give to multiple files, either use generic success message or display all files user was given access to. Otherwise, it appears only one of multiple files selected was successfully assigned. | non_defect | file downloader role at file level when give role to multiple files success display s only one file name when role is give to multiple files either use generic success message or display all files user was given access to otherwise it appears only one of multiple files selected was successfully assigned | 0 |
275,242 | 20,914,068,271 | IssuesEvent | 2022-03-24 11:53:36 | COS-301/graduates | https://api.github.com/repos/COS-301/graduates | closed | (docs): Database design + ER Diagram | priority:medium type:documentation role:data-engineer | Create ER diagram of backend DB schema.
Possibly automate this using prisma.
Due: 19/03/22 | 1.0 | (docs): Database design + ER Diagram - Create ER diagram of backend DB schema.
Possibly automate this using prisma.
Due: 19/03/22 | non_defect | docs database design er diagram create er diagram of backend db schema possibly automate this using prisma due | 0 |
304,290 | 26,266,564,978 | IssuesEvent | 2023-01-06 13:07:26 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix loss_functions.test_torch_binary_cross_entropy | PyTorch Frontend Sub Task Failing Test | | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/3635207136/jobs/6134110912" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="null" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-re... | 1.0 | Fix loss_functions.test_torch_binary_cross_entropy - | | |
|---|---|
|jax|<a href="https://github.com/unifyai/ivy/actions/runs/3635207136/jobs/6134110912" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
|torch|<a href="null" rel="noopener noreferrer" target="_bla... | non_defect | fix loss functions test torch binary cross entropy jax img src torch img src tensorflow img src | 0 |
811,645 | 30,294,964,358 | IssuesEvent | 2023-07-09 18:42:21 | econ-ark/OverARK | https://api.github.com/repos/econ-ark/OverARK | closed | Research best practices for unit testing data-heavy software. | priority: high | To Do:
- [ ] meet with PKM
- [ ] meet with someone from QuantEcon
- [ ] meet with someone from SciPy, Arrow, Pandas or Dask (other data-heavy projects) depending on who we can connect to
Thoughts so far:
- A number of projects, including Mesa, make extensive use of Mocks. It seems very likely that we'll wan... | 1.0 | Research best practices for unit testing data-heavy software. - To Do:
- [ ] meet with PKM
- [ ] meet with someone from QuantEcon
- [ ] meet with someone from SciPy, Arrow, Pandas or Dask (other data-heavy projects) depending on who we can connect to
Thoughts so far:
- A number of projects, including Mesa, m... | non_defect | research best practices for unit testing data heavy software to do meet with pkm meet with someone from quantecon meet with someone from scipy arrow pandas or dask other data heavy projects depending on who we can connect to thoughts so far a number of projects including mesa make ex... | 0 |
52,180 | 13,211,403,266 | IssuesEvent | 2020-08-15 22:53:52 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [mue] Memory Leak (Trac #1801) | Incomplete Migration Migrated from Trac combo reconstruction defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1801">https://code.icecube.wisc.edu/projects/icecube/ticket/1801</a>, reported by kjmeagherand owned by dima</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-08-01T18:41:59",
"_ts": "147... | 1.0 | [mue] Memory Leak (Trac #1801) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1801">https://code.icecube.wisc.edu/projects/icecube/ticket/1801</a>, reported by kjmeagherand owned by dima</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016... | defect | memory leak trac migrated from json status closed changetime ts description found by static analyser reporter kjmeagher cc resolution fixed time component combo reconstruction ... | 1 |
320,026 | 9,763,716,948 | IssuesEvent | 2019-06-05 14:22:32 | privacytoolsIO/privacytools.io | https://api.github.com/repos/privacytoolsIO/privacytools.io | opened | 🌐 Website Issue | That One Privacty Site Compromised? | high priority 🌐 website issue | ## Description
It seems that the "Simple VPN Comparison" has been compromised. There are a ton of VPN services now with green across the board, that I've never heard of. Such as "Fastestvpn" and "MinecraftVPN". F-secure and Norton are also green across the board.
<!--
## Screenshots
 detected in bootstrap-3.3.4.min.js | security vulnerability | ## CVE-2016-10735 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.4.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile f... | True | CVE-2016-10735 (Medium) detected in bootstrap-3.3.4.min.js - ## CVE-2016-10735 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.3.4.min.js</b></p></summary>
<p>The most po... | non_defect | cve medium detected in bootstrap min js cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library js d... | 0 |
177,054 | 6,573,662,637 | IssuesEvent | 2017-09-11 09:38:45 | python/mypy | https://api.github.com/repos/python/mypy | closed | Typed dicts with missing keys | priority-0-high topic-typed-dict | We don't have a complete story for typed dicts when some keys may be missing. Support for `get` (#2612) is necessary, but it may not be sufficient. For example, consider code like this:
```
A = TypedDict('A', {'x': int, 'y': str})
a: A = {'x': 1}
```
Should it be possible to make this type check without a cast... | 1.0 | Typed dicts with missing keys - We don't have a complete story for typed dicts when some keys may be missing. Support for `get` (#2612) is necessary, but it may not be sufficient. For example, consider code like this:
```
A = TypedDict('A', {'x': int, 'y': str})
a: A = {'x': 1}
```
Should it be possible to mak... | non_defect | typed dicts with missing keys we don t have a complete story for typed dicts when some keys may be missing support for get is necessary but it may not be sufficient for example consider code like this a typeddict a x int y str a a x should it be possible to make t... | 0 |
461,187 | 13,224,837,217 | IssuesEvent | 2020-08-17 19:57:04 | processing/p5.js-web-editor | https://api.github.com/repos/processing/p5.js-web-editor | closed | Console doesn't scroll to bottom to reveal new messages | good first issue help wanted priority:high type:bug | <!--
Hi there! If you are here to report a bug, or to discuss a feature (new or existing), you can use the below template to get started quickly. Fill out all those parts which you're comfortable with, and delete the remaining ones.
-->
#### Nature of issue?
<!-- Select any one issue and delete the other two --... | 1.0 | Console doesn't scroll to bottom to reveal new messages - <!--
Hi there! If you are here to report a bug, or to discuss a feature (new or existing), you can use the below template to get started quickly. Fill out all those parts which you're comfortable with, and delete the remaining ones.
-->
#### Nature of issue... | non_defect | console doesn t scroll to bottom to reveal new messages hi there if you are here to report a bug or to discuss a feature new or existing you can use the below template to get started quickly fill out all those parts which you re comfortable with and delete the remaining ones nature of issue... | 0 |
491,284 | 14,148,326,552 | IssuesEvent | 2020-11-10 22:20:30 | bcgov/entity | https://api.github.com/repos/bcgov/entity | closed | Name Request - Continuations - clients can come from anywhere in the world, not just Canada | ENTITY Name Request Priority2 bug | When clients choose move to BC, they are asked for home jurisdiction information. The app currently only shows Canadian provinces + FED.
Since you can continue into BC from anywhere in the world, this full list jurisdictions should be presented:
- Canadian provinces + Federal
- Alphabetical list of countries
Pr... | 1.0 | Name Request - Continuations - clients can come from anywhere in the world, not just Canada - When clients choose move to BC, they are asked for home jurisdiction information. The app currently only shows Canadian provinces + FED.
Since you can continue into BC from anywhere in the world, this full list jurisdictions ... | non_defect | name request continuations clients can come from anywhere in the world not just canada when clients choose move to bc they are asked for home jurisdiction information the app currently only shows canadian provinces fed since you can continue into bc from anywhere in the world this full list jurisdictions ... | 0 |
23,984 | 3,883,235,895 | IssuesEvent | 2016-04-13 13:13:41 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | closed | Nomina Configuración - Datos repetidos | defect | Ahora mismo muestra repetidos los datos de dias por año y número de días promedio por mes. | 1.0 | Nomina Configuración - Datos repetidos - Ahora mismo muestra repetidos los datos de dias por año y número de días promedio por mes. | defect | nomina configuración datos repetidos ahora mismo muestra repetidos los datos de dias por año y número de días promedio por mes | 1 |
64,874 | 7,846,980,785 | IssuesEvent | 2018-06-19 16:59:56 | participedia/frontend | https://api.github.com/repos/participedia/frontend | opened | Spacing overhaul (Design Guidelines) | P2 design enhancement | Jesi to provide detailed specifications for spacing in forms, static pages, reader view pages.
Ref: https://github.com/participedia/usersnaps/issues/184 | 1.0 | Spacing overhaul (Design Guidelines) - Jesi to provide detailed specifications for spacing in forms, static pages, reader view pages.
Ref: https://github.com/participedia/usersnaps/issues/184 | non_defect | spacing overhaul design guidelines jesi to provide detailed specifications for spacing in forms static pages reader view pages ref | 0 |
53,454 | 13,261,644,841 | IssuesEvent | 2020-08-20 20:16:36 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | [PROPOSAL] should not build tables in I3_SRC (Trac #1430) | Migrated from Trac combo simulation defect | One of the targets for PROPOSAL to build tables to is `$I3_BUILD/PROPOSAL/resources/tables`. This is a symlink into `$I3_SRC` almost all the time. Two problems with this:
1. Philosophically, if I specify a separate build directory that means I don't want you touching the source.
2. The source could potentially be r... | 1.0 | [PROPOSAL] should not build tables in I3_SRC (Trac #1430) - One of the targets for PROPOSAL to build tables to is `$I3_BUILD/PROPOSAL/resources/tables`. This is a symlink into `$I3_SRC` almost all the time. Two problems with this:
1. Philosophically, if I specify a separate build directory that means I don't want yo... | defect | should not build tables in src trac one of the targets for proposal to build tables to is build proposal resources tables this is a symlink into src almost all the time two problems with this philosophically if i specify a separate build directory that means i don t want you touching the ... | 1 |
56,060 | 14,916,976,821 | IssuesEvent | 2021-01-22 19:05:07 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Primefaces X unable to run with Jakarta EE 9 compatiable server glassfish 6 | defect needs investigation | I tried to use primefaces x with jarkarta ee 9 compatiable server glassfish n got the ava.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener.
With Jakarta EE 9, the namespaces is changed from javax to jakarta.
So primefaces is not compatible with Jakarta Server Faces 3.0 but as per the primefaces x doc... | 1.0 | Primefaces X unable to run with Jakarta EE 9 compatiable server glassfish 6 - I tried to use primefaces x with jarkarta ee 9 compatiable server glassfish n got the ava.lang.NoClassDefFoundError: javax/servlet/ServletRequestListener.
With Jakarta EE 9, the namespaces is changed from javax to jakarta.
So primefaces i... | defect | primefaces x unable to run with jakarta ee compatiable server glassfish i tried to use primefaces x with jarkarta ee compatiable server glassfish n got the ava lang noclassdeffounderror javax servlet servletrequestlistener with jakarta ee the namespaces is changed from javax to jakarta so primefaces i... | 1 |
74,320 | 25,069,090,299 | IssuesEvent | 2022-11-07 10:40:03 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Avoid 😎 when pasting link | T-Defect S-Minor A-Composer O-Occasional | ### Steps to reproduce
1. Paste a link that ends in 8
3. Continue writing some more words after the link
### Outcome
#### What did you expect?
Continue writing the message normally
#### What happened instead?
😎 replaced some words
https://user-images.githubusercontent.com/973709/200251651-0cffee78-9120... | 1.0 | Avoid 😎 when pasting link - ### Steps to reproduce
1. Paste a link that ends in 8
3. Continue writing some more words after the link
### Outcome
#### What did you expect?
Continue writing the message normally
#### What happened instead?
😎 replaced some words
https://user-images.githubusercontent.com/9... | defect | avoid 😎 when pasting link steps to reproduce paste a link that ends in continue writing some more words after the link outcome what did you expect continue writing the message normally what happened instead 😎 replaced some words operating system linux ... | 1 |
1,152 | 2,598,004,748 | IssuesEvent | 2015-02-22 01:41:49 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | opened | Crash when ultralisk spawns | auto-migrated Component-Logic Priority-Critical Type-Defect Usability | ```
BWAPI4 (r4244) appears to be always crashing if a frame is rendered when an
ultralisk spawns (i.e. when an ultralisk egg becomes an ultralisk). It only
seems to happen for ultralisks - other zerg unit types are fine. I can
reproduce it using TestAIModule.dll (and also with TestAIModuled.dll) with the
unittype... | 1.0 | Crash when ultralisk spawns - ```
BWAPI4 (r4244) appears to be always crashing if a frame is rendered when an
ultralisk spawns (i.e. when an ultralisk egg becomes an ultralisk). It only
seems to happen for ultralisks - other zerg unit types are fine. I can
reproduce it using TestAIModule.dll (and also with TestAIM... | defect | crash when ultralisk spawns appears to be always crashing if a frame is rendered when an ultralisk spawns i e when an ultralisk egg becomes an ultralisk it only seems to happen for ultralisks other zerg unit types are fine i can reproduce it using testaimodule dll and also with testaimoduled dl... | 1 |
61,372 | 17,023,678,532 | IssuesEvent | 2021-07-03 03:15:30 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Key Error | Component: ogr2osm Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 5.29am, Saturday, 5th February 2011]**
When processing a shapefile I get an error on line 603
Traceback (most recent call last):
File "ogr2osm.py", line 603, in <module>
for nodeID in segmentNodes[segmentID]:
KeyError: -42641
| 1.0 | Key Error - **[Submitted to the original trac issue database at 5.29am, Saturday, 5th February 2011]**
When processing a shapefile I get an error on line 603
Traceback (most recent call last):
File "ogr2osm.py", line 603, in <module>
for nodeID in segmentNodes[segmentID]:
KeyError: -42641
| defect | key error when processing a shapefile i get an error on line traceback most recent call last file py line in for nodeid in segmentnodes keyerror | 1 |
26,156 | 4,593,645,918 | IssuesEvent | 2016-09-21 02:13:07 | afisher1/GridLAB-D | https://api.github.com/repos/afisher1/GridLAB-D | closed | #95 gridlabd.conf does not load from .../etc,
| defect | This was noticed when the gridlabd-${USER}.conf wasn't getting loaded. No hint given as to why.
,
| 1.0 | #95 gridlabd.conf does not load from .../etc,
- This was noticed when the gridlabd-${USER}.conf wasn't getting loaded. No hint given as to why.
,
| defect | gridlabd conf does not load from etc this was noticed when the gridlabd user conf wasn t getting loaded no hint given as to why | 1 |
655,434 | 21,690,479,253 | IssuesEvent | 2022-05-09 14:57:43 | HabitRPG/habitica-ios | https://api.github.com/repos/HabitRPG/habitica-ios | closed | Authentication settings shows wrong UI in certain cases | Type: Bug Priority: medium | -will show password when there is none
-will ask for password when their is none | 1.0 | Authentication settings shows wrong UI in certain cases - -will show password when there is none
-will ask for password when their is none | non_defect | authentication settings shows wrong ui in certain cases will show password when there is none will ask for password when their is none | 0 |
64,161 | 18,256,653,955 | IssuesEvent | 2021-10-03 06:12:25 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | opened | Unable to join any room of a sub space | T-Defect | ### Steps to reproduce
1. Open the Spaces menu
2. Explore rooms of space A
3. Open a space B (that you already joined) that is part of space A
4. Click any room part of space B
5. Click "Join"
### What happened?
### What did you expect?
I am joined into the room and am prompted to open it.
### What happened?... | 1.0 | Unable to join any room of a sub space - ### Steps to reproduce
1. Open the Spaces menu
2. Explore rooms of space A
3. Open a space B (that you already joined) that is part of space A
4. Click any room part of space B
5. Click "Join"
### What happened?
### What did you expect?
I am joined into the room and am... | defect | unable to join any room of a sub space steps to reproduce open the spaces menu explore rooms of space a open a space b that you already joined that is part of space a click any room part of space b click join what happened what did you expect i am joined into the room and am... | 1 |
16,527 | 4,057,125,772 | IssuesEvent | 2016-05-24 21:00:08 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | opened | Error building doc file for man5 and man7 sections | type:documentation | The following error are displayed when building man5 and man7 doc sections.
The .pod files for these man pages are generated from db schema by perl-xCAT/db2man.
/u/gurevich/xcat211/xcat-core/docs/source/guides/admin-guides/references/man5/nics.5.rst:49: WARNING: Block quote ends without a blank line; unexpected uni... | 1.0 | Error building doc file for man5 and man7 sections - The following error are displayed when building man5 and man7 doc sections.
The .pod files for these man pages are generated from db schema by perl-xCAT/db2man.
/u/gurevich/xcat211/xcat-core/docs/source/guides/admin-guides/references/man5/nics.5.rst:49: WARNING: ... | non_defect | error building doc file for and sections the following error are displayed when building and doc sections the pod files for these man pages are generated from db schema by perl xcat u gurevich xcat core docs source guides admin guides references nics rst warning block quote ends without a ... | 0 |
43,944 | 11,883,461,637 | IssuesEvent | 2020-03-27 15:59:35 | snowplow/snowplow-android-tracker | https://api.github.com/repos/snowplow/snowplow-android-tracker | closed | ScreenView do not include previous screen state | priority:high status:completed type:defect | We are enabling screen context in our tracker so that we receive automatic screen view events. Until `1.3.5` release we were receiving previous screen parameters along with current screen parameters. After `1.3.5`, we realized that screen view events started not including previous screen related properties such as `pre... | 1.0 | ScreenView do not include previous screen state - We are enabling screen context in our tracker so that we receive automatic screen view events. Until `1.3.5` release we were receiving previous screen parameters along with current screen parameters. After `1.3.5`, we realized that screen view events started not includi... | defect | screenview do not include previous screen state we are enabling screen context in our tracker so that we receive automatic screen view events until release we were receiving previous screen parameters along with current screen parameters after we realized that screen view events started not includi... | 1 |
103,505 | 4,174,389,920 | IssuesEvent | 2016-06-21 13:56:23 | bazingatechnologies/FSharp.Data.GraphQL | https://api.github.com/repos/bazingatechnologies/FSharp.Data.GraphQL | opened | Add support for complex input objects | high-priority | Right now we still have a rich set of tests that are failing because of lack of support for complex input arguments. This is a thing that needs to be solved in order to use any advanced mutations - like those required by Relay.js.
Links:
- [GraphQL specification of input objects](https://facebook.github.io/graphq... | 1.0 | Add support for complex input objects - Right now we still have a rich set of tests that are failing because of lack of support for complex input arguments. This is a thing that needs to be solved in order to use any advanced mutations - like those required by Relay.js.
Links:
- [GraphQL specification of input ob... | non_defect | add support for complex input objects right now we still have a rich set of tests that are failing because of lack of support for complex input arguments this is a thing that needs to be solved in order to use any advanced mutations like those required by relay js links | 0 |
16,932 | 23,303,145,178 | IssuesEvent | 2022-08-07 16:21:08 | TheComputerizer/Music-Triggers | https://api.github.com/repos/TheComputerizer/Music-Triggers | opened | [1.18.2 forge] Crash caused by Incompatibility with Oculus | Incompatibility | 
Game crashed on night time music trigger of specific music for modded biome.
First night time trigger for vanilla biome and daytime trigger for same modded biome works though

Game crashed on night time music trigger of specific music for modded biome.
First night time trigger for vanilla biome and daytime trigger for sa... | non_defect | crash caused by incompatibility with oculus game crashed on night time music trigger of specific music for modded biome first night time trigger for vanilla biome and daytime trigger for same modded biome works though when i saw crash report generated by not enough crash mod suspected mod was ... | 0 |
57,516 | 15,826,588,889 | IssuesEvent | 2021-04-06 07:37:48 | hazelcast/hazelcast-python-client | https://api.github.com/repos/hazelcast/hazelcast-python-client | closed | [TRACKING ISSUE] Prevent client ending up with two addresses to same node when node is behind a private network | Source: Internal Type: Defect | The tracking issue for the Java side PR.
**Prevent client ending up with two addresses to same node when node is behind a private network**
See https://github.com/hazelcast/hazelcast/pull/17844 for details.
---
Background :
getOrConnect method tries to open a connection to an
address only once. It should never ... | 1.0 | [TRACKING ISSUE] Prevent client ending up with two addresses to same node when node is behind a private network - The tracking issue for the Java side PR.
**Prevent client ending up with two addresses to same node when node is behind a private network**
See https://github.com/hazelcast/hazelcast/pull/17844 for detail... | defect | prevent client ending up with two addresses to same node when node is behind a private network the tracking issue for the java side pr prevent client ending up with two addresses to same node when node is behind a private network see for details background getorconnect method tries to open a co... | 1 |
80,745 | 30,512,954,809 | IssuesEvent | 2023-07-18 22:48:35 | microsoft/TypeScript | https://api.github.com/repos/microsoft/TypeScript | closed | A Type Error occurs with using a generic that extends a branded intrinsic type | Not a Defect | # Bug Report
<!--
Please fill in each section completely. Thank you!
-->
### 🔎 Search Terms
<!--
What search terms did you use when trying to find an existing bug report?
List them here so people in the future can find this one more easily.
-->
- generics
- branded
- intrinsic type
### 🕗 Ver... | 1.0 | A Type Error occurs with using a generic that extends a branded intrinsic type - # Bug Report
<!--
Please fill in each section completely. Thank you!
-->
### 🔎 Search Terms
<!--
What search terms did you use when trying to find an existing bug report?
List them here so people in the future can find ... | defect | a type error occurs with using a generic that extends a branded intrinsic type bug report please fill in each section completely thank you 🔎 search terms what search terms did you use when trying to find an existing bug report list them here so people in the future can find ... | 1 |
220,142 | 16,889,385,648 | IssuesEvent | 2021-06-23 07:19:41 | exastro-suite/it-automation-docs | https://api.github.com/repos/exastro-suite/it-automation-docs | closed | 【Learn】資料修正_IT Automation オールインワン型HA同期構成インストールマニュアル | documentation | ITA1.7.0へのバージョンアップによる「ita_resource.conf」の修正。
【修正箇所】
kyリソースのグループ化対応の内容から、以下ky-serviceを削除・追加する。
・削除したky-service
ky_hostgroup_make_var.service
ky_hostgroup_regist_var_legacy_role.service
ky_hostgroup_regist_var_legacy.service
・追加したky-service
ky_create_er-workflow | 1.0 | 【Learn】資料修正_IT Automation オールインワン型HA同期構成インストールマニュアル - ITA1.7.0へのバージョンアップによる「ita_resource.conf」の修正。
【修正箇所】
kyリソースのグループ化対応の内容から、以下ky-serviceを削除・追加する。
・削除したky-service
ky_hostgroup_make_var.service
ky_hostgroup_regist_var_legacy_role.service
ky_hostgroup_regist_var_legacy.service
・追加したky-service
ky_create_er-... | non_defect | 【learn】資料修正 it automation オールインワン型ha同期構成インストールマニュアル 「ita resource conf」の修正。 【修正箇所】 kyリソースのグループ化対応の内容から、以下ky serviceを削除・追加する。 ・削除したky service ky hostgroup make var service ky hostgroup regist var legacy role service ky hostgroup regist var legacy service ・追加したky service ky create er workflow | 0 |
5,681 | 8,337,272,793 | IssuesEvent | 2018-09-28 10:31:09 | isawnyu/isaw.web | https://api.github.com/repos/isawnyu/isaw.web | closed | provide "alt" text for "Publication Object" thumbnail images: 2 | WCAG A high priority requirement review | In addition to the "lead image" on "Publication Objects" there are 0-n thumbnail images created on the basis of content items that have been placed inside the folderish "Publication Object" itself. Each of these thumbnails needs an ```alt``` attribute with appropriate content. In the absence of a better solution, which... | 1.0 | provide "alt" text for "Publication Object" thumbnail images: 2 - In addition to the "lead image" on "Publication Objects" there are 0-n thumbnail images created on the basis of content items that have been placed inside the folderish "Publication Object" itself. Each of these thumbnails needs an ```alt``` attribute wi... | non_defect | provide alt text for publication object thumbnail images in addition to the lead image on publication objects there are n thumbnail images created on the basis of content items that have been placed inside the folderish publication object itself each of these thumbnails needs an alt attribute wi... | 0 |
25,920 | 4,513,543,230 | IssuesEvent | 2016-09-04 10:34:58 | eu-emi/canl-java | https://api.github.com/repos/eu-emi/canl-java | closed | caNL produces incompatible draft-RFC proxies | Severity: Defect | draft-RFC (=GT3) proxies produces by the globus toolkit or C(++)-based VOMS have a different proxyCertInfo than the RFC proxies in case of non-infinite proxy pathlength constraint. In openssl.conf notation, a GT3 proxy cert info is of the form
> field1 = SEQUENCE:_proxy policy_
> field2 = EXPLICIT:1C,INTEGER:_proxy p... | 1.0 | caNL produces incompatible draft-RFC proxies - draft-RFC (=GT3) proxies produces by the globus toolkit or C(++)-based VOMS have a different proxyCertInfo than the RFC proxies in case of non-infinite proxy pathlength constraint. In openssl.conf notation, a GT3 proxy cert info is of the form
> field1 = SEQUENCE:_proxy p... | defect | canl produces incompatible draft rfc proxies draft rfc proxies produces by the globus toolkit or c based voms have a different proxycertinfo than the rfc proxies in case of non infinite proxy pathlength constraint in openssl conf notation a proxy cert info is of the form sequence proxy policy ... | 1 |
316,431 | 23,631,786,056 | IssuesEvent | 2022-08-25 09:56:03 | maxkratz/emoflon-vm | https://api.github.com/repos/maxkratz/emoflon-vm | opened | Find possibility to host the created VM image(s) | documentation enhancement | ... without splitting them into archive parts. | 1.0 | Find possibility to host the created VM image(s) - ... without splitting them into archive parts. | non_defect | find possibility to host the created vm image s without splitting them into archive parts | 0 |
30,602 | 6,192,407,407 | IssuesEvent | 2017-07-05 01:34:58 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Default Installation Missing Files | Defect | * [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.4.2
* Platform and Target: Ubuntu Server 16.04 running in a VirtualBox VM for testing. LEMP Stack (Nginx, MySQL, PHP 7.0.8)
### What you did
I'm new to CakePHP, so running through the book on installation, I installed my LEMP stac... | 1.0 | Default Installation Missing Files - * [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: 3.4.2
* Platform and Target: Ubuntu Server 16.04 running in a VirtualBox VM for testing. LEMP Stack (Nginx, MySQL, PHP 7.0.8)
### What you did
I'm new to CakePHP, so running through the book on i... | defect | default installation missing files bug enhancement feature discussion rfc cakephp version platform and target ubuntu server running in a virtualbox vm for testing lemp stack nginx mysql php what you did i m new to cakephp so running through the book on installat... | 1 |
308,988 | 9,459,851,107 | IssuesEvent | 2019-04-17 09:29:51 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.tripadvisor.com - see bug description | browser-firefox-mobile priority-important | <!-- @browser: Firefox Mobile 65.0 -->
<!-- @ua_header: QwantMobile/3.0 (Android 7.1.2; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0 QwantBrowser/65.0.1 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.tripadvisor.com
**Browser / Version**: Firefox Mobile 65.0
**Operating System**: Android 7.1.2
**Tested... | 1.0 | www.tripadvisor.com - see bug description - <!-- @browser: Firefox Mobile 65.0 -->
<!-- @ua_header: QwantMobile/3.0 (Android 7.1.2; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0 QwantBrowser/65.0.1 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://www.tripadvisor.com
**Browser / Version**: Firefox Mobile 65.0
... | non_defect | see bug description url browser version firefox mobile operating system android tested another browser no problem type something else description not loading at all blank page can t access any of the websites if this domain steps to reproduce b... | 0 |
76,020 | 26,203,897,007 | IssuesEvent | 2023-01-03 20:20:02 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Chat export implies I can verify people from the export, which is untrue | T-Defect | ### Steps to reproduce
1. Create an encrypted room
2. Export the room timeline
### Outcome
#### What did you expect?
At most, an "encryption enabled here" message
#### What happened instead?

... | 1.0 | Chat export implies I can verify people from the export, which is untrue - ### Steps to reproduce
1. Create an encrypted room
2. Export the room timeline
### Outcome
#### What did you expect?
At most, an "encryption enabled here" message
#### What happened instead?
 → with every browser the same issue.
As the email for... | 1.0 | "Send E-Mail" -Button in user profiles not working - I tried to send an E-Mail to several Openki users using the email form in the profile of the users.
When I click on the "Send E-Mail"-Button nothing happens.
I tried this with Firefox ESR 45.8.0, Chromium 57.0.2987.98 and Qupzilla 1.8.9 on Linux Debian 8 (Jessie) →... | defect | send e mail button in user profiles not working i tried to send an e mail to several openki users using the email form in the profile of the users when i click on the send e mail button nothing happens i tried this with firefox esr chromium and qupzilla on linux debian jessie → with ... | 1 |
274,041 | 8,556,322,734 | IssuesEvent | 2018-11-08 12:49:38 | quipucords/quipucords | https://api.github.com/repos/quipucords/quipucords | closed | ActiveDirectory login fails when connecting to vCenter | bug component - backend externally reported priority - high | ## Bug Description:
When Active Directory is used to connect into vCenter and the service account that is used to login into the vCenter client is "Domain\SVC_satadmin". I am finding that the credential fails when running a scan with QPC.
When creating a credential with QPC using the domain user login "Domain\SVC... | 1.0 | ActiveDirectory login fails when connecting to vCenter - ## Bug Description:
When Active Directory is used to connect into vCenter and the service account that is used to login into the vCenter client is "Domain\SVC_satadmin". I am finding that the credential fails when running a scan with QPC.
When creating a cr... | non_defect | activedirectory login fails when connecting to vcenter bug description when active directory is used to connect into vcenter and the service account that is used to login into the vcenter client is domain svc satadmin i am finding that the credential fails when running a scan with qpc when creating a cr... | 0 |
46,653 | 13,055,955,524 | IssuesEvent | 2020-07-30 03:13:39 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | icetray-inspect fails to display C++ modules (Trac #1670) | Incomplete Migration Migrated from Trac combo core defect | Migrated from https://code.icecube.wisc.edu/ticket/1670
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:45",
"description": "Running icetray-inspect from the current trunk appears to only display pure python modules (and tray segments):\n\n{{{\n$ icetray-inspect dataio\n**** IceTray Inspect ... | 1.0 | icetray-inspect fails to display C++ modules (Trac #1670) - Migrated from https://code.icecube.wisc.edu/ticket/1670
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:45",
"description": "Running icetray-inspect from the current trunk appears to only display pure python modules (and tray segmen... | defect | icetray inspect fails to display c modules trac migrated from json status closed changetime description running icetray inspect from the current trunk appears to only display pure python modules and tray segments n n n icetray inspect dataio n icetray i... | 1 |
35,771 | 7,800,903,690 | IssuesEvent | 2018-06-09 14:55:19 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Create "difference" plots in Plotgen (Trac #599) | Migrated from Trac clubb_src defect raut@uwm.edu | '''Introduction'''
It is often useful to see how a certain change to the CLUBB code affects the output. To this end, we currently have three options:
1. Use the `run_bindiff_all.bash` script to test for bit-for-bit identicality. While this is very helpful, there are often times that one knows that a change will not p... | 1.0 | Create "difference" plots in Plotgen (Trac #599) - '''Introduction'''
It is often useful to see how a certain change to the CLUBB code affects the output. To this end, we currently have three options:
1. Use the `run_bindiff_all.bash` script to test for bit-for-bit identicality. While this is very helpful, there are ... | defect | create difference plots in plotgen trac introduction it is often useful to see how a certain change to the clubb code affects the output to this end we currently have three options use the run bindiff all bash script to test for bit for bit identicality while this is very helpful there are of... | 1 |
4,441 | 2,610,094,163 | IssuesEvent | 2015-02-26 18:28:25 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳红光治疗痤疮 | auto-migrated Priority-Medium Type-Defect | ```
深圳红光治疗痤疮【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:13 | 1.0 | 深圳红光治疗痤疮 - ```
深圳红光治疗痤疮【深圳韩方科颜全国热线400-869-1818,24小时
QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘��
�——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方�
��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健
康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业��
�疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘�
��。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 8:13 | defect | 深圳红光治疗痤疮 深圳红光治疗痤疮【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at | 1 |
253,773 | 27,318,990,915 | IssuesEvent | 2023-02-24 18:01:39 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | East Asia is not in the list of IPs to allow for inbound connections. | Pri1 azure-devops/svc azure-devops-security/subsvc | I believe that when an asian user creates an organization, the east asia or southeast asia region is chosen.
However, the list of IPs to allow for inbound connections is only Singapore in southeast asia, and Hong Kong in east asia is not on the list.
Previously, whenever user created an organization in Asia, southe... | True | East Asia is not in the list of IPs to allow for inbound connections. - I believe that when an asian user creates an organization, the east asia or southeast asia region is chosen.
However, the list of IPs to allow for inbound connections is only Singapore in southeast asia, and Hong Kong in east asia is not on the li... | non_defect | east asia is not in the list of ips to allow for inbound connections i believe that when an asian user creates an organization the east asia or southeast asia region is chosen however the list of ips to allow for inbound connections is only singapore in southeast asia and hong kong in east asia is not on the li... | 0 |
8,282 | 2,611,486,085 | IssuesEvent | 2015-02-27 05:27:23 | chrsmith/switchlist | https://api.github.com/repos/chrsmith/switchlist | opened | Web interface can't view layouts with blank layout name | auto-migrated Priority-Medium Type-Defect | ```
Layouts shown as "Untitled", but clicking on links lead to dead "no such
layout" page.
```
Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 22 Dec 2011 at 6:15 | 1.0 | Web interface can't view layouts with blank layout name - ```
Layouts shown as "Untitled", but clicking on links lead to dead "no such
layout" page.
```
Original issue reported on code.google.com by `rwbowdi...@gmail.com` on 22 Dec 2011 at 6:15 | defect | web interface can t view layouts with blank layout name layouts shown as untitled but clicking on links lead to dead no such layout page original issue reported on code google com by rwbowdi gmail com on dec at | 1 |
554,770 | 16,438,045,349 | IssuesEvent | 2021-05-20 11:31:41 | Lol3rrr/tunneload | https://api.github.com/repos/Lol3rrr/tunneload | closed | File Events | Category: Configurator Low-Priority enhancement | ## Problem
Since the switch to mainly using Events, the File-Configurator basically never updates its config as it does not actually support Events.
## Solution
Add File-Events for the File-Configurator | 1.0 | File Events - ## Problem
Since the switch to mainly using Events, the File-Configurator basically never updates its config as it does not actually support Events.
## Solution
Add File-Events for the File-Configurator | non_defect | file events problem since the switch to mainly using events the file configurator basically never updates its config as it does not actually support events solution add file events for the file configurator | 0 |
163,510 | 12,733,284,737 | IssuesEvent | 2020-06-25 12:01:32 | DiSSCo/ELViS | https://api.github.com/repos/DiSSCo/ELViS | closed | Possibility for requesters and VA Coordinators to filter own/other requests | enhancement resolved to test | #### Description
Since requesters and VA Coordinators now have the possibility to see all requests from others (either other requesters or requests related to other institutions) in the main menu option "Requests", it is necessary to offer them a filter via which they can choose to either see their own requests and re... | 1.0 | Possibility for requesters and VA Coordinators to filter own/other requests - #### Description
Since requesters and VA Coordinators now have the possibility to see all requests from others (either other requesters or requests related to other institutions) in the main menu option "Requests", it is necessary to offer t... | non_defect | possibility for requesters and va coordinators to filter own other requests description since requesters and va coordinators now have the possibility to see all requests from others either other requesters or requests related to other institutions in the main menu option requests it is necessary to offer t... | 0 |
22,731 | 3,689,861,688 | IssuesEvent | 2016-02-25 17:53:05 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | Gathering more than once segfaults | category: APEX category: LCOs type: defect | On gcc 4.8.4, boost 1.54, with commit 027aef5108 built in RelWithDebInfo (and apex, if thats important), the following snippet shows a minimal example reproducing the segfault when gathering multiple times: https://gist.github.com/ltroska/080e7a41572c454a1a65 . I ran it with ./main -0 -l2 & ./main -1 --hpx:run-hpx-main... | 1.0 | Gathering more than once segfaults - On gcc 4.8.4, boost 1.54, with commit 027aef5108 built in RelWithDebInfo (and apex, if thats important), the following snippet shows a minimal example reproducing the segfault when gathering multiple times: https://gist.github.com/ltroska/080e7a41572c454a1a65 . I ran it with ./main ... | defect | gathering more than once segfaults on gcc boost with commit built in relwithdebinfo and apex if thats important the following snippet shows a minimal example reproducing the segfault when gathering multiple times i ran it with main main hpx run hpx main it does work when usin... | 1 |
51,876 | 10,731,892,035 | IssuesEvent | 2019-10-28 20:34:33 | dictyBase/Dicty-Stock-Center | https://api.github.com/repos/dictyBase/Dicty-Stock-Center | closed | Fix "method_lines" issue in src/components/Stocks/DetailsPageItems/ShoppingButtons.js | code climate | Function `ShoppingButtons` has 51 lines of code (exceeds 25 allowed). Consider refactoring.
https://codeclimate.com/github/dictyBase/Dicty-Stock-Center/src/components/Stocks/DetailsPageItems/ShoppingButtons.js#issue_5dae47545324ef0001000191 | 1.0 | Fix "method_lines" issue in src/components/Stocks/DetailsPageItems/ShoppingButtons.js - Function `ShoppingButtons` has 51 lines of code (exceeds 25 allowed). Consider refactoring.
https://codeclimate.com/github/dictyBase/Dicty-Stock-Center/src/components/Stocks/DetailsPageItems/ShoppingButtons.js#issue_5dae47545324ef0... | non_defect | fix method lines issue in src components stocks detailspageitems shoppingbuttons js function shoppingbuttons has lines of code exceeds allowed consider refactoring | 0 |
299,695 | 25,918,754,486 | IssuesEvent | 2022-12-15 19:47:35 | daisy/pipeline-ui | https://api.github.com/repos/daisy/pipeline-ui | closed | Need to scroll to see textboxes | question tester-feedback priority:mid | "After installing Pipeline, the textboxes in "Required Information","Options" in the dialog are hidden, so we need to scroll to see it."
cc @rachanasinghg | 1.0 | Need to scroll to see textboxes - "After installing Pipeline, the textboxes in "Required Information","Options" in the dialog are hidden, so we need to scroll to see it."
cc @rachanasinghg | non_defect | need to scroll to see textboxes after installing pipeline the textboxes in required information options in the dialog are hidden so we need to scroll to see it cc rachanasinghg | 0 |
81,169 | 3,587,589,944 | IssuesEvent | 2016-01-30 12:14:38 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Impossible to use before moving back to Europe | bug Priority-Low waitingforfeedback | Originally reported on Google Code with ID 1775
```
What steps will reproduce the problem?
1.Install Anki while living in a foreign country
2.Come back to Europe
3.Set the time to an Europe timezone
What is the expected output? What do you see instead?
I get the timezone message and can't use Anki, even though my ... | 1.0 | Impossible to use before moving back to Europe - Originally reported on Google Code with ID 1775
```
What steps will reproduce the problem?
1.Install Anki while living in a foreign country
2.Come back to Europe
3.Set the time to an Europe timezone
What is the expected output? What do you see instead?
I get the tim... | non_defect | impossible to use before moving back to europe originally reported on google code with id what steps will reproduce the problem install anki while living in a foreign country come back to europe set the time to an europe timezone what is the expected output what do you see instead i get the timezo... | 0 |
19,502 | 6,731,237,699 | IssuesEvent | 2017-10-18 06:37:02 | gradle/gradle | https://api.github.com/repos/gradle/gradle | closed | Deprecate --no-rebuild | a:chore from:member in:incremental-build | This option was introduced very early in Gradle's life when up-to-date checking was still rather expensive. This is no longer the case. Removing this option removes a bit of complexity and avoids confusion on the user side as to when they might want to use it. | 1.0 | Deprecate --no-rebuild - This option was introduced very early in Gradle's life when up-to-date checking was still rather expensive. This is no longer the case. Removing this option removes a bit of complexity and avoids confusion on the user side as to when they might want to use it. | non_defect | deprecate no rebuild this option was introduced very early in gradle s life when up to date checking was still rather expensive this is no longer the case removing this option removes a bit of complexity and avoids confusion on the user side as to when they might want to use it | 0 |
27,010 | 4,857,641,548 | IssuesEvent | 2016-11-12 18:25:46 | zotonic/zotonic | https://api.github.com/repos/zotonic/zotonic | closed | Site migration from 0.13 to master | defect pending reply | I have these problems:
- comet calls gets 406 error.
- Old sites don't work, following your guide it should be enough to activate the mod_acl_user_groups.
Once I've done that the admin panel returns an empty response, no errors on log.
| 1.0 | Site migration from 0.13 to master - I have these problems:
- comet calls gets 406 error.
- Old sites don't work, following your guide it should be enough to activate the mod_acl_user_groups.
Once I've done that the admin panel returns an empty response, no errors on log.
| defect | site migration from to master i have these problems comet calls gets error old sites don t work following your guide it should be enough to activate the mod acl user groups once i ve done that the admin panel returns an empty response no errors on log | 1 |
48,654 | 13,184,711,507 | IssuesEvent | 2020-08-12 19:57:18 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | cmake docs! (Trac #11) | Incomplete Migration Migrated from Trac cmake defect | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/11
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": "for rollout\n\n",
"reporter": "troy",
"cc": "",
"resolution": "fixed",
"_ts... | 1.0 | cmake docs! (Trac #11) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/11
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T03:51:18",
"description": "for rollout\n\n",
"reporter": "troy",
"cc": "",
"resolu... | defect | cmake docs trac migrated from reported by troy and owned by troy json status closed changetime description for rollout n n reporter troy cc resolution fixed ts component cmake summary ... | 1 |
51,184 | 13,207,389,430 | IssuesEvent | 2020-08-14 22:55:14 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | trac self-registration (Trac #8) | Incomplete Migration Migrated from Trac defect infrastructure | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/8">https://code.icecube.wisc.edu/projects/icecube/ticket/8</a>, reported by troyand owned by cgils</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-06-06T01:59:12",
"_ts": "1181095152000... | 1.0 | trac self-registration (Trac #8) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/8">https://code.icecube.wisc.edu/projects/icecube/ticket/8</a>, reported by troyand owned by cgils</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-06-06T0... | defect | trac self registration trac migrated from json status closed changetime ts description need self registration working behind usual logon reporter troy cc resolution fixed time component ... | 1 |
2,923 | 2,607,966,309 | IssuesEvent | 2015-02-26 00:42:30 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | opened | Error with android port | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. compile for armV6
2. In application.mk set "APP_ABI := armeabi-v7a armeabi"
3. launch build-ndk
What is the expected output? What do you see instead?
In file included from ./port/port.h:18,
from ./db/filename.h:14,
from jni/.././db/builde... | 1.0 | Error with android port - ```
What steps will reproduce the problem?
1. compile for armV6
2. In application.mk set "APP_ABI := armeabi-v7a armeabi"
3. launch build-ndk
What is the expected output? What do you see instead?
In file included from ./port/port.h:18,
from ./db/filename.h:14,
... | defect | error with android port what steps will reproduce the problem compile for in application mk set app abi armeabi armeabi launch build ndk what is the expected output what do you see instead in file included from port port h from db filename h from ... | 1 |
74,595 | 25,199,961,357 | IssuesEvent | 2022-11-13 01:21:49 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | opened | Duplicate filename in selenium-java-4.6.0.zip [🐛 Bug]: | I-defect needs-triaging | ### What happened?
I downloaded the selenium Java version from https://www.selenium.dev/downloads/. The linux unzip tool complains about duplicated file name. I tried 7zip on Windows, same problem. I remember I had this problem in selenium 4.3.0 as well. I'm surprised that this hasn't been fixed for a year.
### How c... | 1.0 | Duplicate filename in selenium-java-4.6.0.zip [🐛 Bug]: - ### What happened?
I downloaded the selenium Java version from https://www.selenium.dev/downloads/. The linux unzip tool complains about duplicated file name. I tried 7zip on Windows, same problem. I remember I had this problem in selenium 4.3.0 as well. I'm s... | defect | duplicate filename in selenium java zip what happened i downloaded the selenium java version from the linux unzip tool complains about duplicated file name i tried on windows same problem i remember i had this problem in selenium as well i m surprised that this hasn t been fixed for a ye... | 1 |
164,993 | 20,573,974,570 | IssuesEvent | 2022-03-04 01:06:59 | scrapedia/scrapy-pipelines | https://api.github.com/repos/scrapedia/scrapy-pipelines | opened | CVE-2022-0577 (High) detected in Scrapy-1.8.0-py2.py3-none-any.whl | security vulnerability | ## CVE-2022-0577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Scrapy-1.8.0-py2.py3-none-any.whl</b></p></summary>
<p>A high-level Web Crawling and Web Scraping framework</p>
<p>Libr... | True | CVE-2022-0577 (High) detected in Scrapy-1.8.0-py2.py3-none-any.whl - ## CVE-2022-0577 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>Scrapy-1.8.0-py2.py3-none-any.whl</b></p></summary>... | non_defect | cve high detected in scrapy none any whl cve high severity vulnerability vulnerable library scrapy none any whl a high level web crawling and web scraping framework library home page a href path to dependency file tmp ws scm scrapy pipelines path to vulnerabl... | 0 |
26,859 | 5,291,540,382 | IssuesEvent | 2017-02-08 22:48:10 | boto/boto3 | https://api.github.com/repos/boto/boto3 | closed | deep links into AWS documentation no longer resolve? | api-documentation | For example, on page:
http://boto3.readthedocs.io/en/latest/reference/services/apigateway.html
link
https://docs.aws.amazon.com/goto/WebAPI/apigateway-2015-07-09/CreateApiKey
ends up at
https://aws.amazon.com/documentation/ | 1.0 | deep links into AWS documentation no longer resolve? - For example, on page:
http://boto3.readthedocs.io/en/latest/reference/services/apigateway.html
link
https://docs.aws.amazon.com/goto/WebAPI/apigateway-2015-07-09/CreateApiKey
ends up at
https://aws.amazon.com/documentation/ | non_defect | deep links into aws documentation no longer resolve for example on page link ends up at | 0 |
31,626 | 6,559,956,948 | IssuesEvent | 2017-09-07 07:21:19 | westlan-uk/lan-party-site | https://api.github.com/repos/westlan-uk/lan-party-site | closed | Can signup twice | auto-migrated Priority-Medium Type-Defect | ```
Can signup twice
```
Original issue reported on code.google.com by `xconspir...@gmail.com` on 5 Mar 2014 at 10:43
| 1.0 | Can signup twice - ```
Can signup twice
```
Original issue reported on code.google.com by `xconspir...@gmail.com` on 5 Mar 2014 at 10:43
| defect | can signup twice can signup twice original issue reported on code google com by xconspir gmail com on mar at | 1 |
65,652 | 19,633,772,708 | IssuesEvent | 2022-01-08 00:27:59 | matrix-org/synapse | https://api.github.com/repos/matrix-org/synapse | closed | Hierarchy pagination is limited to 50 items per space | T-Defect A-Spaces | `_matrix/client/unstable/org.matrix.msc2946/rooms/{roomId}/hierarchy` returns a next_batch string for spaces with more than 50 children as expected.
Pparsing the pagination token then only returns 11 rooms in my case, even though there should be much more. The Space in question has 135 space children.
Different space... | 1.0 | Hierarchy pagination is limited to 50 items per space - `_matrix/client/unstable/org.matrix.msc2946/rooms/{roomId}/hierarchy` returns a next_batch string for spaces with more than 50 children as expected.
Pparsing the pagination token then only returns 11 rooms in my case, even though there should be much more. The Sp... | defect | hierarchy pagination is limited to items per space matrix client unstable org matrix rooms roomid hierarchy returns a next batch string for spaces with more than children as expected pparsing the pagination token then only returns rooms in my case even though there should be much more the space in qu... | 1 |
338,651 | 24,593,886,047 | IssuesEvent | 2022-10-14 06:27:16 | jeoffreyduke/clann | https://api.github.com/repos/jeoffreyduke/clann | closed | Fix the broken link in readme page | documentation good first issue assigned hacktoberfest Eddiehub:good-first-issue | **Issue:** The contribution page link is broken in the readme file
**Status:** shall I fix this one?

| 1.0 | Fix the broken link in readme page - **Issue:** The contribution page link is broken in the readme file
**Status:** shall I fix this one?

| non_defect | fix the broken link in readme page issue the contribution page link is broken in the readme file status shall i fix this one | 0 |
742,174 | 25,841,637,704 | IssuesEvent | 2022-12-13 01:08:30 | coral-xyz/backpack | https://api.github.com/repos/coral-xyz/backpack | closed | validate signature to prove ownership of public key when it is added to a backpack account | priority 1 | This should be validated https://github.com/coral-xyz/backpack/blob/527b5fc2cc8b5d96eaf5fc374b9500ed8bb66578/backend/native/backpack-api/src/routes/v1/users.ts#L229 | 1.0 | validate signature to prove ownership of public key when it is added to a backpack account - This should be validated https://github.com/coral-xyz/backpack/blob/527b5fc2cc8b5d96eaf5fc374b9500ed8bb66578/backend/native/backpack-api/src/routes/v1/users.ts#L229 | non_defect | validate signature to prove ownership of public key when it is added to a backpack account this should be validated | 0 |
144,463 | 5,540,599,198 | IssuesEvent | 2017-03-22 10:32:29 | OpenSRP/opensrp-client | https://api.github.com/repos/OpenSRP/opensrp-client | closed | FormSubmission Sync huge size issue | bug High Priority in progress PAKISTAN | If form submissions are not synced for a long time app stops syncing and device runs out of memory when loading unsynced form submissions. This should be addressed by limiting number of rows loaded for sending to server. | 1.0 | FormSubmission Sync huge size issue - If form submissions are not synced for a long time app stops syncing and device runs out of memory when loading unsynced form submissions. This should be addressed by limiting number of rows loaded for sending to server. | non_defect | formsubmission sync huge size issue if form submissions are not synced for a long time app stops syncing and device runs out of memory when loading unsynced form submissions this should be addressed by limiting number of rows loaded for sending to server | 0 |
292,448 | 8,958,123,477 | IssuesEvent | 2019-01-27 11:38:46 | StratusNetwork/issues | https://api.github.com/repos/StratusNetwork/issues | closed | Iris DTC is bad for pub | Priority: Medium Scope: Map Type: Enhancement | spawn killing is really easy because the players don't know that if you attack someone, they can spawn kill you. Generally, the map with its kit chests is not great. | 1.0 | Iris DTC is bad for pub - spawn killing is really easy because the players don't know that if you attack someone, they can spawn kill you. Generally, the map with its kit chests is not great. | non_defect | iris dtc is bad for pub spawn killing is really easy because the players don t know that if you attack someone they can spawn kill you generally the map with its kit chests is not great | 0 |
236,274 | 19,527,838,007 | IssuesEvent | 2021-12-30 11:14:27 | bounswe/2021SpringGroup8 | https://api.github.com/repos/bounswe/2021SpringGroup8 | opened | Unit Test for backend server | backend server testing | I will try to write couple of unit tests for us to test backend server easily. | 1.0 | Unit Test for backend server - I will try to write couple of unit tests for us to test backend server easily. | non_defect | unit test for backend server i will try to write couple of unit tests for us to test backend server easily | 0 |
19,532 | 11,251,392,691 | IssuesEvent | 2020-01-11 00:14:07 | microsoftgraph/microsoft-graph-docs | https://api.github.com/repos/microsoftgraph/microsoft-graph-docs | closed | List channel message replies = Forbidden 403 | serviceissue | Hi,
I have been using
`GET /teams/{id}/channels/{id}/messages/{id}/replies`
Worked without any problems in June. Now it suddenly returns with a Forbidden 403 error.
Is this a permanent change or is it a temporary bug? | 1.0 | List channel message replies = Forbidden 403 - Hi,
I have been using
`GET /teams/{id}/channels/{id}/messages/{id}/replies`
Worked without any problems in June. Now it suddenly returns with a Forbidden 403 error.
Is this a permanent change or is it a temporary bug? | non_defect | list channel message replies forbidden hi i have been using get teams id channels id messages id replies worked without any problems in june now it suddenly returns with a forbidden error is this a permanent change or is it a temporary bug | 0 |
54,073 | 13,383,699,658 | IssuesEvent | 2020-09-02 10:45:52 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Frozen Columns and Rows should be exportable to CSV as well | LTS-PORTABLE defect | I'm submitting a ... (check one with "x")
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, ins... | 1.0 | Frozen Columns and Rows should be exportable to CSV as well - I'm submitting a ... (check one with "x")
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] sup... | defect | frozen columns and rows should be exportable to csv as well i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request he... | 1 |
15,206 | 2,850,317,924 | IssuesEvent | 2015-05-31 13:34:16 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | Leak found in FacadeManagerFactory | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
AndroidProxy constructor creates a FacadeManagerFactory and an instance of
JsonRpcServer(passing in the factory).
FacadeManagerFactory has a .create() method, which creates a new FacadeManger
adding the newly created object to a list (see
mFacadeManagers.add(facadeManager... | 1.0 | Leak found in FacadeManagerFactory - ```
What steps will reproduce the problem?
AndroidProxy constructor creates a FacadeManagerFactory and an instance of
JsonRpcServer(passing in the factory).
FacadeManagerFactory has a .create() method, which creates a new FacadeManger
adding the newly created object to a list (s... | defect | leak found in facademanagerfactory what steps will reproduce the problem androidproxy constructor creates a facademanagerfactory and an instance of jsonrpcserver passing in the factory facademanagerfactory has a create method which creates a new facademanger adding the newly created object to a list s... | 1 |
477,710 | 13,766,821,055 | IssuesEvent | 2020-10-07 15:00:17 | cBioPortal/cbioportal | https://api.github.com/repos/cBioPortal/cbioportal | closed | Fix alignment of select-all buttons in charts menu | bug priority | See the following screenshot failure:
https://83250-66571349-gh.circle-artifacts.com/0/imageCompare.html
We should also find all instances of this component in code and manually check to make sure they are ok (might not be caught by e2e) | 1.0 | Fix alignment of select-all buttons in charts menu - See the following screenshot failure:
https://83250-66571349-gh.circle-artifacts.com/0/imageCompare.html
We should also find all instances of this component in code and manually check to make sure they are ok (might not be caught by e2e) | non_defect | fix alignment of select all buttons in charts menu see the following screenshot failure we should also find all instances of this component in code and manually check to make sure they are ok might not be caught by | 0 |
621,087 | 19,577,377,694 | IssuesEvent | 2022-01-04 16:48:26 | aws/aws-node-termination-handler | https://api.github.com/repos/aws/aws-node-termination-handler | reopened | Unable to set an custom nodeAffinity via values.yaml | Type: Bug Priority: Low Status: Work in Progress stale | **Problem:**
Unable to add custom `.Values.affinity` because of duplicate `nodeAffinity` definition
This is because you have [already defined a default affinity in your helm deployment.yaml template](https://github.com/aws/aws-node-termination-handler/blob/main/config/helm/aws-node-termination-handler/templates/dep... | 1.0 | Unable to set an custom nodeAffinity via values.yaml - **Problem:**
Unable to add custom `.Values.affinity` because of duplicate `nodeAffinity` definition
This is because you have [already defined a default affinity in your helm deployment.yaml template](https://github.com/aws/aws-node-termination-handler/blob/main... | non_defect | unable to set an custom nodeaffinity via values yaml problem unable to add custom values affinity because of duplicate nodeaffinity definition this is because you have bug in action my values yaml emitkubernetesevents true checkasgtagbeforedraining true enableprometheusserver tru... | 0 |
231,990 | 18,838,638,337 | IssuesEvent | 2021-11-11 06:21:10 | bwp91/homebridge-govee | https://api.github.com/repos/bwp91/homebridge-govee | closed | H613D Support | new feature testing | <!-- PLEASE READ BEFORE REQUESTING A NEW DEVICE
→ The plugin currently supports ALL Govee models that the API permits.
→ Unless there is an update to the API, no new models can be supported.
-->
* **Please explain your feature request in a one or two sentences.**
[Bedroom] is not currently supported, do cr... | 1.0 | H613D Support - <!-- PLEASE READ BEFORE REQUESTING A NEW DEVICE
→ The plugin currently supports ALL Govee models that the API permits.
→ Unless there is an update to the API, no new models can be supported.
-->
* **Please explain your feature request in a one or two sentences.**
[Bedroom] is not currently ... | non_defect | support please read before requesting a new device → the plugin currently supports all govee models that the api permits → unless there is an update to the api no new models can be supported please explain your feature request in a one or two sentences is not currently supported d... | 0 |
7,727 | 2,610,434,688 | IssuesEvent | 2015-02-26 20:22:24 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | opened | Well, this is embarrassing... | auto-migrated Priority-Medium Type-Defect | ```
Well, this is embarrassing...
Blogger says that you entered the wrong username or password.
```
-----
Original issue reported on code.google.com by `rin...@gmail.com` on 27 Jan 2015 at 2:39 | 1.0 | Well, this is embarrassing... - ```
Well, this is embarrassing...
Blogger says that you entered the wrong username or password.
```
-----
Original issue reported on code.google.com by `rin...@gmail.com` on 27 Jan 2015 at 2:39 | defect | well this is embarrassing well this is embarrassing blogger says that you entered the wrong username or password original issue reported on code google com by rin gmail com on jan at | 1 |
264,069 | 28,105,368,310 | IssuesEvent | 2023-03-30 23:50:03 | kyverno/kyverno | https://api.github.com/repos/kyverno/kyverno | opened | Sign Helm chart | enhancement helm security | ### Problem Statement
Helm charts are not signed.
### Solution Description
Sign all official Helm charts.
### Alternatives
_No response_
### Additional Context
_No response_
### Slack discussion
_No response_
### Research
- [X] I have read and followed the documentation AND the [troubleshooting guide](https:... | True | Sign Helm chart - ### Problem Statement
Helm charts are not signed.
### Solution Description
Sign all official Helm charts.
### Alternatives
_No response_
### Additional Context
_No response_
### Slack discussion
_No response_
### Research
- [X] I have read and followed the documentation AND the [troubleshoo... | non_defect | sign helm chart problem statement helm charts are not signed solution description sign all official helm charts alternatives no response additional context no response slack discussion no response research i have read and followed the documentation and the i have... | 0 |
28,212 | 5,221,375,907 | IssuesEvent | 2017-01-27 01:14:53 | elTiempoVuela/https-finder | https://api.github.com/repos/elTiempoVuela/https-finder | closed | Use HTTPS even in case of a certification failure. | auto-migrated Priority-Medium Type-Defect | ```
Often websites would work with https but they have an invalid/expired whatever
certificate.
But why not use an encrypted connection in this case too? The connection would
be still encrypted, so it would still protect from others listening.
```
Original issue reported on code.google.com by `dqe...@gmail.com` on 1... | 1.0 | Use HTTPS even in case of a certification failure. - ```
Often websites would work with https but they have an invalid/expired whatever
certificate.
But why not use an encrypted connection in this case too? The connection would
be still encrypted, so it would still protect from others listening.
```
Original issue r... | defect | use https even in case of a certification failure often websites would work with https but they have an invalid expired whatever certificate but why not use an encrypted connection in this case too the connection would be still encrypted so it would still protect from others listening original issue r... | 1 |
25,180 | 24,850,119,695 | IssuesEvent | 2022-10-26 19:16:35 | tailscale/tailscale | https://api.github.com/repos/tailscale/tailscale | closed | Arch Linux - IP forwarding is disabled, subnet routing/exit nodes will not work | L3 Some users P2 Aggravating T5 Usability bug | ### What is the issue?
The command `tailscale up --advertise-routes=10.0.0.0/24` yields the following warning message:
```
Warning: IP forwarding is disabled, subnet routing/exit nodes will not work.
See https://tailscale.com/kb/1104/enable-ip-forwarding/
```
My `/etc/sysctl.conf` config file contains the fol... | True | Arch Linux - IP forwarding is disabled, subnet routing/exit nodes will not work - ### What is the issue?
The command `tailscale up --advertise-routes=10.0.0.0/24` yields the following warning message:
```
Warning: IP forwarding is disabled, subnet routing/exit nodes will not work.
See https://tailscale.com/kb/110... | non_defect | arch linux ip forwarding is disabled subnet routing exit nodes will not work what is the issue the command tailscale up advertise routes yields the following warning message warning ip forwarding is disabled subnet routing exit nodes will not work see my etc sysctl conf... | 0 |
21,578 | 10,660,772,635 | IssuesEvent | 2019-10-18 10:41:05 | stefanfreitag/presentation_showntell_chef | https://api.github.com/repos/stefanfreitag/presentation_showntell_chef | closed | CVE-2018-3721 (Medium) detected in lodash-2.4.2.tgz | security vulnerability | ## CVE-2018-3721 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-2.4.2.tgz</b></p></summary>
<p>A utility library delivering consistency, customization, performance, & extras.... | True | CVE-2018-3721 (Medium) detected in lodash-2.4.2.tgz - ## CVE-2018-3721 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-2.4.2.tgz</b></p></summary>
<p>A utility library deliver... | non_defect | cve medium detected in lodash tgz cve medium severity vulnerability vulnerable library lodash tgz a utility library delivering consistency customization performance extras library home page a href path to dependency file tmp ws scm presentation showntell chef plu... | 0 |
61,141 | 17,023,617,492 | IssuesEvent | 2021-07-03 02:56:55 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | street mislabeled | Component: nominatim Priority: major Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 6.22am, Tuesday, 20th July 2010]**
The street "Lindenstrae" does not actually exist in Burg Stargard, Germany. What OpenStreetMap refers to as "Lindenstrae" should be renamed "Lindenweg". | 1.0 | street mislabeled - **[Submitted to the original trac issue database at 6.22am, Tuesday, 20th July 2010]**
The street "Lindenstrae" does not actually exist in Burg Stargard, Germany. What OpenStreetMap refers to as "Lindenstrae" should be renamed "Lindenweg". | defect | street mislabeled the street lindenstrae does not actually exist in burg stargard germany what openstreetmap refers to as lindenstrae should be renamed lindenweg | 1 |
181,463 | 30,690,019,244 | IssuesEvent | 2023-07-26 14:37:56 | WTTJ/welcome-ui | https://api.github.com/repos/WTTJ/welcome-ui | opened | Card with hover more visible | design existing-component | ### For which component?
Others
### Description
Have the hover card state with more visibility and affordance
### Due Date
unknown | 1.0 | Card with hover more visible - ### For which component?
Others
### Description
Have the hover card state with more visibility and affordance
### Due Date
unknown | non_defect | card with hover more visible for which component others description have the hover card state with more visibility and affordance due date unknown | 0 |
59,477 | 17,023,138,321 | IssuesEvent | 2021-07-03 00:32:44 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Railway station not rendered | Component: mapnik Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 5.23pm, Saturday, 2nd December 2006]**
subject says it all
see example at http://labs.metacarta.com/osm/?lat=6800000&lon=12000&zoom=10&layers=B
(station is in the centre at the south end of Station Road)
suggest red-filled circle with black border | 1.0 | Railway station not rendered - **[Submitted to the original trac issue database at 5.23pm, Saturday, 2nd December 2006]**
subject says it all
see example at http://labs.metacarta.com/osm/?lat=6800000&lon=12000&zoom=10&layers=B
(station is in the centre at the south end of Station Road)
suggest red-filled circle... | defect | railway station not rendered subject says it all see example at station is in the centre at the south end of station road suggest red filled circle with black border | 1 |
457,609 | 13,159,025,047 | IssuesEvent | 2020-08-10 15:12:02 | python/mypy | https://api.github.com/repos/python/mypy | closed | Add support for enabling/disabling individual error codes | feature good-first-issue needs discussion priority-1-normal | From https://github.com/python/mypy/issues/7511#issuecomment-640665509
This would also entail giving a specific error code to most error messages | 1.0 | Add support for enabling/disabling individual error codes - From https://github.com/python/mypy/issues/7511#issuecomment-640665509
This would also entail giving a specific error code to most error messages | non_defect | add support for enabling disabling individual error codes from this would also entail giving a specific error code to most error messages | 0 |
3,020 | 2,607,969,729 | IssuesEvent | 2015-02-26 00:44:02 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | opened | LevelDB occassionally crash when Snappy enabled | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
Sorry, I will try to find a way to reproduce the problem later. But see the
core dump below, does anyone have any ideas?
What is the expected output? What do you see instead?
What version of the product are you using? On what operating system?
leveldb-1.14.0, snappy-1.1.0... | 1.0 | LevelDB occassionally crash when Snappy enabled - ```
What steps will reproduce the problem?
Sorry, I will try to find a way to reproduce the problem later. But see the
core dump below, does anyone have any ideas?
What is the expected output? What do you see instead?
What version of the product are you using? On wh... | defect | leveldb occassionally crash when snappy enabled what steps will reproduce the problem sorry i will try to find a way to reproduce the problem later but see the core dump below does anyone have any ideas what is the expected output what do you see instead what version of the product are you using on wh... | 1 |
23,348 | 3,797,283,380 | IssuesEvent | 2016-03-23 06:50:01 | testing-cabal/mock | https://api.github.com/repos/testing-cabal/mock | closed | Can't create_autospec with name argument | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
Run the following code:
import mock
def a():
print "blah"
q = mock.create_autospec(a, name="a")
What is the expected output? What do you see instead?
I expected the creation of an autospec'd mock with the name "a". Instead, the
following exception is raised:
Traceback (... | 1.0 | Can't create_autospec with name argument - ```
What steps will reproduce the problem?
Run the following code:
import mock
def a():
print "blah"
q = mock.create_autospec(a, name="a")
What is the expected output? What do you see instead?
I expected the creation of an autospec'd mock with the name "a". Instead, the
... | defect | can t create autospec with name argument what steps will reproduce the problem run the following code import mock def a print blah q mock create autospec a name a what is the expected output what do you see instead i expected the creation of an autospec d mock with the name a instead the ... | 1 |
12,939 | 2,730,596,913 | IssuesEvent | 2015-04-16 15:39:38 | docpad/docpad | https://api.github.com/repos/docpad/docpad | closed | README.md: bitcoin donate badge is broken | type defect | bitcoin donate badge links to a page that says, "This item is no longer available."
- Operating System: Linux (Fedora 20)
- Browser: Chrome 41
**Screenshot of badge that is broken**

**Screenshot of ... | 1.0 | README.md: bitcoin donate badge is broken - bitcoin donate badge links to a page that says, "This item is no longer available."
- Operating System: Linux (Fedora 20)
- Browser: Chrome 41
**Screenshot of badge that is broken**

Steps to reproduce:
* Open guake
* Press "Rename tab" key (Ctrl+Shift+F2 in my setup)
* Type new tab name and press Enter
* Guake is opened, but focus is in other window
| 1.0 | Guake loses focus after renaming tab - Guake version: 0.4.4
OS: Ubuntu 13.04
WM: xfwm4(XFCE)
Steps to reproduce:
* Open guake
* Press "Rename tab" key (Ctrl+Shift+F2 in my setup)
* Type new tab name and press Enter
* Guake is opened, but focus is in other window
| defect | guake loses focus after renaming tab guake version os ubuntu wm xfce steps to reproduce open guake press rename tab key ctrl shift in my setup type new tab name and press enter guake is opened but focus is in other window | 1 |
548,974 | 16,082,765,462 | IssuesEvent | 2021-04-26 07:36:21 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | www.tiktok.com - video or audio doesn't play | browser-fenix engine-gecko priority-important type-webrender-enabled | <!-- @browser: Firefox Mobile 88.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:88.0) Gecko/88.0 Firefox/88.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/68613 -->
<!-- @extra_labels: browser-fenix, type-webrender-enabled -->
**URL... | 1.0 | www.tiktok.com - video or audio doesn't play - <!-- @browser: Firefox Mobile 88.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:88.0) Gecko/88.0 Firefox/88.0 -->
<!-- @reported_with: android-components-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/68613 -->
<!-- @extra_labels: b... | non_defect | video or audio doesn t play url browser version firefox mobile operating system android tested another browser yes other problem type video or audio doesn t play description media controls are broken or missing steps to reproduce tiktok ever privacy invasi... | 0 |
366,150 | 25,571,056,435 | IssuesEvent | 2022-11-30 17:42:50 | zeek/zeek | https://api.github.com/repos/zeek/zeek | closed | "ts+duration" for TCP flow is missing more than just ACK | Type: Enhancement Area: Protocol Analysis Area: Documentation | I've been recently doing some comparisons between how Zeek perceives flows (via `conn` records) vs. Wireshark. I first mentioned the issue described here on [Slack](https://zeekorg.slack.com/archives/CTGDG83B8/p1583347154008200).
Early in my studies, I came across the fine print in the [docs](https://docs.zeek.org/e... | 1.0 | "ts+duration" for TCP flow is missing more than just ACK - I've been recently doing some comparisons between how Zeek perceives flows (via `conn` records) vs. Wireshark. I first mentioned the issue described here on [Slack](https://zeekorg.slack.com/archives/CTGDG83B8/p1583347154008200).
Early in my studies, I came ... | non_defect | ts duration for tcp flow is missing more than just ack i ve been recently doing some comparisons between how zeek perceives flows via conn records vs wireshark i first mentioned the issue described here on early in my studies i came across the fine print in the about zeek s duration for ... | 0 |
480,250 | 13,838,535,165 | IssuesEvent | 2020-10-14 06:26:38 | AY2021S1-CS2103T-W13-3/tp | https://api.github.com/repos/AY2021S1-CS2103T-W13-3/tp | opened | Unit Tests for Homerce | priority.Medium type.Task | To improve code coverage and reduce the chances of future regressions, let's add more unit test classes into Homerce. (Link unit test PRs to this issue) | 1.0 | Unit Tests for Homerce - To improve code coverage and reduce the chances of future regressions, let's add more unit test classes into Homerce. (Link unit test PRs to this issue) | non_defect | unit tests for homerce to improve code coverage and reduce the chances of future regressions let s add more unit test classes into homerce link unit test prs to this issue | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.