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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
123,816 | 10,291,647,780 | IssuesEvent | 2019-08-27 12:57:19 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | teamcity: failed test: _size_out_of_range_direct=false | C-test-failure O-robot | The following tests appear to have failed on master (testrace): _size_out_of_range_direct=false
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_size_out_of_range_direct=false).
[#1451701](https://teamcity.cockroachdb.com/viewLog.html?buildId=1451701):
... | 1.0 | teamcity: failed test: _size_out_of_range_direct=false - The following tests appear to have failed on master (testrace): _size_out_of_range_direct=false
You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+_size_out_of_range_direct=false).
[#1451701](https://t... | non_defect | teamcity failed test size out of range direct false the following tests appear to have failed on master testrace size out of range direct false you may want to check size out of range direct false fail testrace testimportdata pgdump size out of range direct false test ended in pani... | 0 |
48,816 | 13,184,749,271 | IssuesEvent | 2020-08-12 20:01:26 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | Gain-dependent saturation in PMT simulator not on? (Trac #263) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/263
, reported by icecube and owned by olivas_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2011-05-19T05:16:10",
"description": "IceTop LG DOM saturation doesn't match data in latest IceSim RC (V02-05-04-RC). Simulatio... | 1.0 | Gain-dependent saturation in PMT simulator not on? (Trac #263) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/263
, reported by icecube and owned by olivas_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2011-05-19T05:16:10",
"description": "IceTop LG DOM saturation... | defect | gain dependent saturation in pmt simulator not on trac migrated from reported by icecube and owned by olivas json status closed changetime description icetop lg dom saturation doesn t match data in latest icesim rc rc simulation seems to create... | 1 |
828,753 | 31,841,388,469 | IssuesEvent | 2023-09-14 16:33:59 | Souchy/Celebi | https://api.github.com/repos/Souchy/Celebi | opened | Task: Jolteon improve load speed | task api/ui priority: high | 1. Use aggregations
2. Don't call API for things that are not in the current page (creature tab loads only creatures)
3. Don't load things twice
4. Cache | 1.0 | Task: Jolteon improve load speed - 1. Use aggregations
2. Don't call API for things that are not in the current page (creature tab loads only creatures)
3. Don't load things twice
4. Cache | non_defect | task jolteon improve load speed use aggregations don t call api for things that are not in the current page creature tab loads only creatures don t load things twice cache | 0 |
261,872 | 19,749,388,825 | IssuesEvent | 2022-01-15 00:02:58 | schmouk/ObjectGL | https://api.github.com/repos/schmouk/ObjectGL | opened | OpenGL Programming Guide 9th- chapt.2 Shader Fundamentals | documentation | The reading of this chapter will lead to a first rough specification of the `shaders`part of the software achitecture. | 1.0 | OpenGL Programming Guide 9th- chapt.2 Shader Fundamentals - The reading of this chapter will lead to a first rough specification of the `shaders`part of the software achitecture. | non_defect | opengl programming guide chapt shader fundamentals the reading of this chapter will lead to a first rough specification of the shaders part of the software achitecture | 0 |
9,616 | 2,615,163,725 | IssuesEvent | 2015-03-01 06:43:28 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | Is it password? | auto-migrated Priority-Triage Type-Defect | ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-wps/wiki/HintsAndTips
http://code.google.com/p/reaver-wps/wiki/README... | 1.0 | Is it password? - ```
A few things to consider before submitting an issue:
0. We write documentation for a reason, if you have not read it and are
having problems with Reaver these pages are required reading before
submitting an issue:
http://code.google.com/p/reaver-wps/wiki/HintsAndTips
http://code.google.com/p/reav... | defect | is it password a few things to consider before submitting an issue we write documentation for a reason if you have not read it and are having problems with reaver these pages are required reading before submitting an issue reaver will only work if your card is in monitor mode if you do not kn... | 1 |
73,309 | 24,556,996,208 | IssuesEvent | 2022-10-12 16:40:42 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: scipy.stats.mode: inconsistent shape with `axis=None` and `keepdims=True` | defect | ### Describe your issue.
Depending on whether an array is empty or full, `scipy.stats.mode` with `axis=None` and `keepdims=True` returns inconsistent results:
```python
>>> from scipy.stats import mode
>>> import numpy as np
>>> mode(np.empty((0, 1, 2)), axis=None, keepdims=True)[0].shape
(1, 1, 1)
>>> mod... | 1.0 | BUG: scipy.stats.mode: inconsistent shape with `axis=None` and `keepdims=True` - ### Describe your issue.
Depending on whether an array is empty or full, `scipy.stats.mode` with `axis=None` and `keepdims=True` returns inconsistent results:
```python
>>> from scipy.stats import mode
>>> import numpy as np
>>> m... | defect | bug scipy stats mode inconsistent shape with axis none and keepdims true describe your issue depending on whether an array is empty or full scipy stats mode with axis none and keepdims true returns inconsistent results python from scipy stats import mode import numpy as np m... | 1 |
249,397 | 7,961,374,877 | IssuesEvent | 2018-07-13 10:31:31 | qutech/qc-toolkit | https://api.github.com/repos/qutech/qc-toolkit | closed | None default pulse registry | Priority: Optional | Set the default pulse registry to be None and add a method to conveniently set it to something else. | 1.0 | None default pulse registry - Set the default pulse registry to be None and add a method to conveniently set it to something else. | non_defect | none default pulse registry set the default pulse registry to be none and add a method to conveniently set it to something else | 0 |
41,639 | 10,550,926,763 | IssuesEvent | 2019-10-03 12:16:13 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | reopened | Records duplication when changing them concurrently via web API | auth defect | <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open and closed) to see if your report might be duplicate -->
<!-- Ple... | 1.0 | Records duplication when changing them concurrently via web API - <!-- Hi! Thanks for filing an issue. It will be read with care by human beings. Can we ask you to please fill out this template and not simply demand new features or send in complaints? Thanks! -->
<!-- Also please search the existing issues (both open ... | defect | records duplication when changing them concurrently via web api program authoritative issue type bug report short description concurrent web api requests patch servers server id zones zone id results in records duplication both updated record and soa record is duplicat... | 1 |
73,255 | 9,654,490,102 | IssuesEvent | 2019-05-19 14:30:11 | gii-is-psg2/PSG2-1819-G2-21 | https://api.github.com/repos/gii-is-psg2/PSG2-1819-G2-21 | closed | SLA & iTop | documentation | Introduction of the document and a screenshot of the SLA generated in iTop, and its association to the maintenance service as created in the iTop tool. | 1.0 | SLA & iTop - Introduction of the document and a screenshot of the SLA generated in iTop, and its association to the maintenance service as created in the iTop tool. | non_defect | sla itop introduction of the document and a screenshot of the sla generated in itop and its association to the maintenance service as created in the itop tool | 0 |
63,188 | 17,420,378,065 | IssuesEvent | 2021-08-04 00:12:13 | extnet/Ext.NET | https://api.github.com/repos/extnet/Ext.NET | opened | TabCloseMenu: plug in no longer works as of Ext.NET 5 | 5.x defect | Found: 5.3.0
Ext.NET Forums' thread: [Plugin TabCloseMenu - closing the tab does not work](https://forums.ext.net/showthread.php?63172)
The plug in's functionality has stopped working, possibly between 4.x and 5.x upgrade as, per the override provided along the issue report, now the tab close method should be run o... | 1.0 | TabCloseMenu: plug in no longer works as of Ext.NET 5 - Found: 5.3.0
Ext.NET Forums' thread: [Plugin TabCloseMenu - closing the tab does not work](https://forums.ext.net/showthread.php?63172)
The plug in's functionality has stopped working, possibly between 4.x and 5.x upgrade as, per the override provided along th... | defect | tabclosemenu plug in no longer works as of ext net found ext net forums thread the plug in s functionality has stopped working possibly between x and x upgrade as per the override provided along the issue report now the tab close method should be run over the individual tab panel s tab su... | 1 |
17,476 | 3,008,882,379 | IssuesEvent | 2015-07-28 00:07:07 | belangeo/cecilia5 | https://api.github.com/repos/belangeo/cecilia5 | closed | Donations? | auto-migrated Priority-Medium Type-Defect | ```
I think this piece of software is so incredible I'd like to make a donation
towards the project. Is that possible?
```
Original issue reported on code.google.com by `oivind.i...@gmail.com` on 9 Apr 2013 at 12:32 | 1.0 | Donations? - ```
I think this piece of software is so incredible I'd like to make a donation
towards the project. Is that possible?
```
Original issue reported on code.google.com by `oivind.i...@gmail.com` on 9 Apr 2013 at 12:32 | defect | donations i think this piece of software is so incredible i d like to make a donation towards the project is that possible original issue reported on code google com by oivind i gmail com on apr at | 1 |
161,236 | 13,820,751,948 | IssuesEvent | 2020-10-13 00:24:50 | aws/amazon-chime-sdk-js | https://api.github.com/repos/aws/amazon-chime-sdk-js | closed | "Cannot read property 'addEventListener' of undefined" error on HTTP | Bug Documentation Minor Issue Triaged | **Important:** Please attach INFO-level logs with timestamps to the report from *before* the session started up until the point at which the unexpected behavior occured. For multi-participant calls, attach a log file for each participant if possible.
**Meeting and attendee IDs:**
List the meeting and attendee IDs t... | 1.0 | "Cannot read property 'addEventListener' of undefined" error on HTTP - **Important:** Please attach INFO-level logs with timestamps to the report from *before* the session started up until the point at which the unexpected behavior occured. For multi-participant calls, attach a log file for each participant if possible... | non_defect | cannot read property addeventlistener of undefined error on http important please attach info level logs with timestamps to the report from before the session started up until the point at which the unexpected behavior occured for multi participant calls attach a log file for each participant if possible... | 0 |
36,913 | 8,194,780,543 | IssuesEvent | 2018-08-31 01:41:19 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | fourier_uniform returning strange result | defect duplicate scipy.ndimage | When running `fourier_uniform` from SciPy's `ndimage`, seem to be getting an inaccurate result with SciPy 1.0.0+. The problem is not present in SciPy pre-1.0.0 (e.g. 0.19.1).
### Reproducing code example:
From SciPy 0.19.1:
```python
In [1]: import numpy as np
In [2]: import scipy.ndimage as spimg
In [3... | 1.0 | fourier_uniform returning strange result - When running `fourier_uniform` from SciPy's `ndimage`, seem to be getting an inaccurate result with SciPy 1.0.0+. The problem is not present in SciPy pre-1.0.0 (e.g. 0.19.1).
### Reproducing code example:
From SciPy 0.19.1:
```python
In [1]: import numpy as np
In ... | defect | fourier uniform returning strange result when running fourier uniform from scipy s ndimage seem to be getting an inaccurate result with scipy the problem is not present in scipy pre e g reproducing code example from scipy python in import numpy as np in i... | 1 |
49,835 | 13,187,278,733 | IssuesEvent | 2020-08-13 02:54:35 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | wimpsim-reader - default options are invalid (Trac #2155) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2155">https://code.icecube.wisc.edu/ticket/2155</a>, reported by grenzi and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:15:23",
"description": "In [http://software.icecube.w... | 1.0 | wimpsim-reader - default options are invalid (Trac #2155) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2155">https://code.icecube.wisc.edu/ticket/2155</a>, reported by grenzi and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T1... | defect | wimpsim reader default options are invalid trac migrated from json status closed changetime description in we can read n n param endmjd tdefault nan mjd to end simulation if unspecified read everything n nbut if i try not to set it and take the... | 1 |
7,001 | 2,610,321,414 | IssuesEvent | 2015-02-26 19:43:40 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Graphics Glitch | auto-migrated Priority-Medium Type-Defect | ```
he tail-fin of Acclomators cast shadows on ships around them. I have recreated
this bug with fighters, venators, and corvettes. (meaning acclomators cast
shadows on them as well)
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 May 2011 at 12:11 | 1.0 | Graphics Glitch - ```
he tail-fin of Acclomators cast shadows on ships around them. I have recreated
this bug with fighters, venators, and corvettes. (meaning acclomators cast
shadows on them as well)
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 May 2011 at 12:11 | defect | graphics glitch he tail fin of acclomators cast shadows on ships around them i have recreated this bug with fighters venators and corvettes meaning acclomators cast shadows on them as well original issue reported on code google com by gmail com on may at | 1 |
173,842 | 13,447,464,601 | IssuesEvent | 2020-09-08 14:16:41 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | roachtest: tpccbench/nodes=3/cpu=4 failed | C-test-failure O-roachtest O-robot branch-release-19.2 release-blocker | [(roachtest).tpccbench/nodes=3/cpu=4 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2249658&tab=buildLog) on [release-19.2@5196ff6a149e140aaae8cbbb55df2fc1ca51380a](https://github.com/cockroachdb/cockroach/commits/5196ff6a149e140aaae8cbbb55df2fc1ca51380a):
```
The test failed on branch=release-19.2, clo... | 2.0 | roachtest: tpccbench/nodes=3/cpu=4 failed - [(roachtest).tpccbench/nodes=3/cpu=4 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2249658&tab=buildLog) on [release-19.2@5196ff6a149e140aaae8cbbb55df2fc1ca51380a](https://github.com/cockroachdb/cockroach/commits/5196ff6a149e140aaae8cbbb55df2fc1ca51380a):
```... | non_defect | roachtest tpccbench nodes cpu failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts tpccbench nodes cpu run cluster go context go cluster go test runner go dead node detection home... | 0 |
626,674 | 19,830,693,894 | IssuesEvent | 2022-01-20 11:39:28 | GoldenSoftwareLtd/gedemin | https://api.github.com/repos/GoldenSoftwareLtd/gedemin | closed | В документах ККЦ и ОТ добавить в выборе подразделения ограничение по типу подразделения | Type-Enhancement Priority-Low Meat | Originally reported on Google Code with ID 2216
```
В шапках документов ККЦ и ОТ добавить в лукапе выбора подразделения ограничение по типу
подразделения - производство.
```
Reported by `stasgm` on 2010-10-29 12:15:57
| 1.0 | В документах ККЦ и ОТ добавить в выборе подразделения ограничение по типу подразделения - Originally reported on Google Code with ID 2216
```
В шапках документов ККЦ и ОТ добавить в лукапе выбора подразделения ограничение по типу
подразделения - производство.
```
Reported by `stasgm` on 2010-10-29 12:15:57
| non_defect | в документах ккц и от добавить в выборе подразделения ограничение по типу подразделения originally reported on google code with id в шапках документов ккц и от добавить в лукапе выбора подразделения ограничение по типу подразделения производство reported by stasgm on | 0 |
9,415 | 3,039,849,010 | IssuesEvent | 2015-08-07 11:56:13 | ThaDafinser/ZfcDatagrid | https://api.github.com/repos/ThaDafinser/ZfcDatagrid | closed | GridCell shows NaN when using formatter=number together with Type\Number | short term Verify/test needed | My data contains decimal values from my database that I would like to show with `jqgrid` locale formatter number for locale **de**:
https://github.com/tonytomov/jqGrid/blob/master/js/i18n/grid.locale-de.js#L102
```javascript```
number : {decimalSeparator:",", thousandsSeparator: ".", decimalPlaces: 2, defaultValue:... | 1.0 | GridCell shows NaN when using formatter=number together with Type\Number - My data contains decimal values from my database that I would like to show with `jqgrid` locale formatter number for locale **de**:
https://github.com/tonytomov/jqGrid/blob/master/js/i18n/grid.locale-de.js#L102
```javascript```
number : {dec... | non_defect | gridcell shows nan when using formatter number together with type number my data contains decimal values from my database that i would like to show with jqgrid locale formatter number for locale de javascript number decimalseparator thousandsseparator decimalplaces defaultvalue ... | 0 |
90,697 | 26,171,722,079 | IssuesEvent | 2023-01-02 01:15:09 | CGNS/CGNS | https://api.github.com/repos/CGNS/CGNS | opened | [CGNS-94] configure fails to find zlib | bug Build Major To Do |
> This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-94).
- _**Created at:**_ Mon, 18 Apr 2016 14:40:51 -0500
<p>configure.ac looks for the zlib header in the zlib dir<br/>
if test -f "$zlibdir/zlib.h"; then<br/>
but it should be zlibdir/include/zlib.h<... | 1.0 | [CGNS-94] configure fails to find zlib -
> This issue has been imported from JIRA. Read the [original ticket here](https://cgnsorg.atlassian.net/browse/CGNS-94).
- _**Created at:**_ Mon, 18 Apr 2016 14:40:51 -0500
<p>configure.ac looks for the zlib header in the zlib dir<br/>
if test -f "$zlibdir/zlib.h"; then<br/>... | non_defect | configure fails to find zlib this issue has been imported from jira read the created at mon apr configure ac looks for the zlib header in the zlib dir if test f zlibdir zlib h then but it should be zlibdir include zlib h for the lib it should be zlibdir lib libz ... | 0 |
23,291 | 11,901,081,435 | IssuesEvent | 2020-03-30 11:49:42 | Altinn/altinn-studio | https://api.github.com/repos/Altinn/altinn-studio | opened | Enable pod-to-pod communication in Platform | kind/user-story ops/performance solution/platform | ## Description
Performance testing shows that communication between components in Platform (as expected) goes through both Application Gateway and API Management.
This causes problems:
- Complex call stacks that is hard to reason about
- High latency and bad performance because of unneccesary network calls and TL... | True | Enable pod-to-pod communication in Platform - ## Description
Performance testing shows that communication between components in Platform (as expected) goes through both Application Gateway and API Management.
This causes problems:
- Complex call stacks that is hard to reason about
- High latency and bad performan... | non_defect | enable pod to pod communication in platform description performance testing shows that communication between components in platform as expected goes through both application gateway and api management this causes problems complex call stacks that is hard to reason about high latency and bad performan... | 0 |
64,526 | 18,724,551,141 | IssuesEvent | 2021-11-03 15:05:29 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Riot/Chrome state can result in inability to load new messages | T-Defect P1 S-Major | ### Description
Riot in Chrome has gotten into a sate where only the messages that were received up to a certain point can be loaded. Trying to view a room with unread messages results in a loading spinner and eventual error:
> "Connectivity to the server has been lost.
> Sent messages will be stored until your... | 1.0 | Riot/Chrome state can result in inability to load new messages - ### Description
Riot in Chrome has gotten into a sate where only the messages that were received up to a certain point can be loaded. Trying to view a room with unread messages results in a loading spinner and eventual error:
> "Connectivity to th... | defect | riot chrome state can result in inability to load new messages description riot in chrome has gotten into a sate where only the messages that were received up to a certain point can be loaded trying to view a room with unread messages results in a loading spinner and eventual error connectivity to th... | 1 |
255,192 | 21,911,615,574 | IssuesEvent | 2022-05-21 06:05:19 | MohistMC/Mohist | https://api.github.com/repos/MohistMC/Mohist | closed | [1.16.5] The bug that has been developing for some time has not been fixed. | 1.16.5 Wait Needs Testing | ## Informations
**The Minecraft Version** is 1.16.5
**The Mohist Version** is 990
**Attachments : **https://cdn.discordapp.com/attachments/968819857124626462/977153501153079316/latest.log, https://cdn.discordapp.com/attachments/968819857124626462/977153556211699742/latest.log
**Reported by miku1881 with id 32088607241... | 1.0 | [1.16.5] The bug that has been developing for some time has not been fixed. - ## Informations
**The Minecraft Version** is 1.16.5
**The Mohist Version** is 990
**Attachments : **https://cdn.discordapp.com/attachments/968819857124626462/977153501153079316/latest.log, https://cdn.discordapp.com/attachments/9688198571246... | non_defect | the bug that has been developing for some time has not been fixed informations the minecraft version is the mohist version is attachments reported by with id description how to reproduce using the locate command | 0 |
112,271 | 14,234,514,838 | IssuesEvent | 2020-11-18 13:42:07 | gnosis/conditional-tokens-explorer | https://api.github.com/repos/gnosis/conditional-tokens-explorer | opened | Position id is not pre-selected when navigate to the Split position page from Positions list/Position details page | Medium priority New design bug | Related to #583, #515
See the video: position is not pre-selected when navigate to the Split position page (like it works on the current app version)
https://drive.google.com/file/d/1PPTw8Ky5f6eBSWBAM4BGf2utifJ_RozR/view
**Expected Result:** the position should be preselected when navigate to the lit position page fr... | 1.0 | Position id is not pre-selected when navigate to the Split position page from Positions list/Position details page - Related to #583, #515
See the video: position is not pre-selected when navigate to the Split position page (like it works on the current app version)
https://drive.google.com/file/d/1PPTw8Ky5f6eBSWBAM4B... | non_defect | position id is not pre selected when navigate to the split position page from positions list position details page related to see the video position is not pre selected when navigate to the split position page like it works on the current app version expected result the position should be preselect... | 0 |
41,870 | 10,685,750,498 | IssuesEvent | 2019-10-22 13:16:39 | mozilla-lockwise/lockwise-android | https://api.github.com/repos/mozilla-lockwise/lockwise-android | opened | Dismissing opening website from long tap in website field takes user to Entry List view | type: defect | ## Steps to reproduce
Open an entry detail view
Long tap on the url
Dismiss opening the website by tapping on any other part of the screen
### Expected behavior
User is taken back to the entry detail
### Actual behavior
User is taken to entry list view
### Device & build information
* Device: Pixel 3
* Build ... | 1.0 | Dismissing opening website from long tap in website field takes user to Entry List view - ## Steps to reproduce
Open an entry detail view
Long tap on the url
Dismiss opening the website by tapping on any other part of the screen
### Expected behavior
User is taken back to the entry detail
### Actual behavior
Use... | defect | dismissing opening website from long tap in website field takes user to entry list view steps to reproduce open an entry detail view long tap on the url dismiss opening the website by tapping on any other part of the screen expected behavior user is taken back to the entry detail actual behavior use... | 1 |
200,176 | 7,001,034,631 | IssuesEvent | 2017-12-18 08:39:56 | opentx/opentx | https://api.github.com/repos/opentx/opentx | closed | Inconsistent behavior for model conversions | Bug Companion Priority-Low | Scenario:
A model window is open. The model window has the same setting for radio type as the current profile (The normal case).
If the current profile is switched to a profile for another radio the models are automatically converted to the new radio type.
If the radio type in the current profiles is switched, the mo... | 1.0 | Inconsistent behavior for model conversions - Scenario:
A model window is open. The model window has the same setting for radio type as the current profile (The normal case).
If the current profile is switched to a profile for another radio the models are automatically converted to the new radio type.
If the radio ty... | non_defect | inconsistent behavior for model conversions scenario a model window is open the model window has the same setting for radio type as the current profile the normal case if the current profile is switched to a profile for another radio the models are automatically converted to the new radio type if the radio ty... | 0 |
744 | 4,153,979,996 | IssuesEvent | 2016-06-16 09:48:37 | ElderByte-/Warden | https://api.github.com/repos/ElderByte-/Warden | closed | Don't expose H2 console in embedded mode | type: architecture | In embedded mode, there is no guarantee which datasource the spring data repositories are using as they get picked up dynamically. | 1.0 | Don't expose H2 console in embedded mode - In embedded mode, there is no guarantee which datasource the spring data repositories are using as they get picked up dynamically. | non_defect | don t expose console in embedded mode in embedded mode there is no guarantee which datasource the spring data repositories are using as they get picked up dynamically | 0 |
85,662 | 15,755,125,467 | IssuesEvent | 2021-03-31 01:13:46 | tamirverthim/NodeGoat | https://api.github.com/repos/tamirverthim/NodeGoat | closed | CVE-2011-4969 (Medium) detected in jquery-1.4.4.min.js - autoclosed | security vulnerability | ## CVE-2011-4969 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="htt... | True | CVE-2011-4969 (Medium) detected in jquery-1.4.4.min.js - autoclosed - ## CVE-2011-4969 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.4.4.min.js</b></p></summary>
<p>JavaSc... | non_defect | cve medium detected in jquery min js autoclosed cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file nodegoat node modules selenium webdriver lib test data droppableit... | 0 |
369,233 | 10,894,230,826 | IssuesEvent | 2019-11-19 08:11:40 | threefoldtech/jumpscaleX_core | https://api.github.com/repos/threefoldtech/jumpscaleX_core | opened | release Jumpscale 10.1 | priority_critical type_feature |
- [ ] make sure there are no branches left which are not on stories in home
- [ ] make sure all branches for 10.1 are merged into development
- [ ] run the autotests we have on development
- [ ] use jsx threebotbuilder ... to see if it works (builds)
- [ ] stories which cannot be finished in 10.1 should be discus... | 1.0 | release Jumpscale 10.1 -
- [ ] make sure there are no branches left which are not on stories in home
- [ ] make sure all branches for 10.1 are merged into development
- [ ] run the autotests we have on development
- [ ] use jsx threebotbuilder ... to see if it works (builds)
- [ ] stories which cannot be finished... | non_defect | release jumpscale make sure there are no branches left which are not on stories in home make sure all branches for are merged into development run the autotests we have on development use jsx threebotbuilder to see if it works builds stories which cannot be finished in shou... | 0 |
158,693 | 13,745,784,746 | IssuesEvent | 2020-10-06 03:53:17 | msandfor/10-Easy-Steps | https://api.github.com/repos/msandfor/10-Easy-Steps | closed | [Hacktoberfest]: Add "JSNation" to the Conferences Section | beginner beginner-friendly documentation :memo: first-contribution good first issue hacktoberfest :children_crossing: help wanted :hand: up-for-grabs | 🆕🐥☝ Beginners Only:
This issue is reserved for people who are new to Open Source. We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you 💝
To do:
* Add [JSNation](https://jsnation.com/) to the Conferences Section
* See below for link to step-by-... | 1.0 | [Hacktoberfest]: Add "JSNation" to the Conferences Section - 🆕🐥☝ Beginners Only:
This issue is reserved for people who are new to Open Source. We know that the process of creating a pull request is the biggest barrier for new contributors. This issue is for you 💝
To do:
* Add [JSNation](https://jsnation.com/)... | non_defect | add jsnation to the conferences section 🆕🐥☝ beginners only this issue is reserved for people who are new to open source we know that the process of creating a pull request is the biggest barrier for new contributors this issue is for you 💝 to do add to the conferences section see below for... | 0 |
276,450 | 23,992,930,780 | IssuesEvent | 2022-09-14 04:03:50 | Tencent/bk-ci | https://api.github.com/repos/Tencent/bk-ci | closed | 支持插件通过 BK_CI_START_TYPE 获取 stream 触发的流水线的启动方式 | for test grayed streams/for test streams/for gray streams/grayed streams/done area/stream/backend | - 插件通过 BK_CI_START_TYPE 获取启动方式时,无论是 蓝盾触发还是 stream 触发,都应该能获取到启动方式
- 构建启动方式,MANUAL/TIME_TRIGGER/WEB_HOOK/SERVICE/PIPELINE/REMOTE中取值
注意:不改变 stream 原来的上下文(如ci.event)
修改方案:
将stream调用的启动方式收归成蓝盾的,以达到在蓝盾和stream触发时使用 BK_CI_START_TYPE 可以达到相同的参数
MANUAL --手动触发
TIME_TRIGGER --定时触发
WEB_... | 2.0 | 支持插件通过 BK_CI_START_TYPE 获取 stream 触发的流水线的启动方式 - - 插件通过 BK_CI_START_TYPE 获取启动方式时,无论是 蓝盾触发还是 stream 触发,都应该能获取到启动方式
- 构建启动方式,MANUAL/TIME_TRIGGER/WEB_HOOK/SERVICE/PIPELINE/REMOTE中取值
注意:不改变 stream 原来的上下文(如ci.event)
修改方案:
将stream调用的启动方式收归成蓝盾的,以达到在蓝盾和stream触发时使用 BK_CI_START_TYPE 可以达到相同的参数
MANUAL ... | non_defect | 支持插件通过 bk ci start type 获取 stream 触发的流水线的启动方式 插件通过 bk ci start type 获取启动方式时,无论是 蓝盾触发还是 stream 触发,都应该能获取到启动方式 构建启动方式,manual time trigger web hook service pipeline remote中取值 注意:不改变 stream 原来的上下文(如ci event) 修改方案: 将stream调用的启动方式收归成蓝盾的,以达到在蓝盾和stream触发时使用 bk ci start type 可以达到相同的参数 manual ... | 0 |
31,165 | 6,443,901,663 | IssuesEvent | 2017-08-12 02:19:59 | opendatakit/opendatakit | https://api.github.com/repos/opendatakit/opendatakit | closed | Failure to publish when user is a non-gmail.com account (i.e., Google apps domain) | 1.4 Aggregate Priority-High Type-Defect | Originally reported on Google Code with ID 776
```
If you have a google-hosted domain, e.g., @camfed.org,
and you try to publish, publishing is apparently broken.
No error is captured in the log(!).
```
Reported by `mitchellsundt` on 2013-02-28 23:02:36
| 1.0 | Failure to publish when user is a non-gmail.com account (i.e., Google apps domain) - Originally reported on Google Code with ID 776
```
If you have a google-hosted domain, e.g., @camfed.org,
and you try to publish, publishing is apparently broken.
No error is captured in the log(!).
```
Reported by `mitchellsundt` ... | defect | failure to publish when user is a non gmail com account i e google apps domain originally reported on google code with id if you have a google hosted domain e g camfed org and you try to publish publishing is apparently broken no error is captured in the log reported by mitchellsundt on... | 1 |
9,640 | 11,708,833,102 | IssuesEvent | 2020-03-08 15:30:22 | SaucyPigeon/Wild-Cultivation-Fan-Update | https://api.github.com/repos/SaucyPigeon/Wild-Cultivation-Fan-Update | closed | Seeds Please | mod compatibility | Mod SaucyPigeon.WildCultivation has multiple Verse.BuildableDefs named Seed_Agave. Skipping.
Verse.Log:Error(String, Boolean)
Verse.DefDatabase`1:AddAllInMods()
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, Object[], Cultu... | True | Seeds Please - Mod SaucyPigeon.WildCultivation has multiple Verse.BuildableDefs named Seed_Agave. Skipping.
Verse.Log:Error(String, Boolean)
Verse.DefDatabase`1:AddAllInMods()
System.Reflection.MonoMethod:InternalInvoke(Object, Object[], Exception&)
System.Reflection.MonoMethod:Invoke(Object, BindingFlags, Binder, ... | non_defect | seeds please mod saucypigeon wildcultivation has multiple verse buildabledefs named seed agave skipping verse log error string boolean verse defdatabase addallinmods system reflection monomethod internalinvoke object object exception system reflection monomethod invoke object bindingflags binder o... | 0 |
67,621 | 21,032,324,465 | IssuesEvent | 2022-03-31 02:40:55 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Changing of theme from Dark mode to Light mode does not respond | T-Defect | ### Steps to reproduce
https://user-images.githubusercontent.com/63562663/160947985-fabcfc38-b74b-4c4d-a879-24cc92a03210.mp4
### Outcome
#### What did you expect?
Change from Dark mode to Light mode
#### What happened instead?
Dark mode persisted.
### Operating system
Windows
### Browser information
Ver... | 1.0 | Changing of theme from Dark mode to Light mode does not respond - ### Steps to reproduce
https://user-images.githubusercontent.com/63562663/160947985-fabcfc38-b74b-4c4d-a879-24cc92a03210.mp4
### Outcome
#### What did you expect?
Change from Dark mode to Light mode
#### What happened instead?
Dark mode persi... | defect | changing of theme from dark mode to light mode does not respond steps to reproduce outcome what did you expect change from dark mode to light mode what happened instead dark mode persisted operating system windows browser information version official build b... | 1 |
179,341 | 6,624,126,739 | IssuesEvent | 2017-09-22 10:11:29 | numbbo/coco | https://api.github.com/repos/numbbo/coco | opened | data archive filenames | Priority-High Usability | I found these names:
```
['bbob/2015-GECCO/Sif.tgz'],
['bbob/2015-GECCO/Sifeg.tgz'],
['bbob/2015-GECCO/Srr.tgz'],
```
and similar others in our data archive at `http://coco.gforge.inria.fr/data-archive`.
_Given the implicit naming conventions we have used over many years_, these names are IMHO unacceptable and _... | 1.0 | data archive filenames - I found these names:
```
['bbob/2015-GECCO/Sif.tgz'],
['bbob/2015-GECCO/Sifeg.tgz'],
['bbob/2015-GECCO/Srr.tgz'],
```
and similar others in our data archive at `http://coco.gforge.inria.fr/data-archive`.
_Given the implicit naming conventions we have used over many years_, these names ar... | non_defect | data archive filenames i found these names and similar others in our data archive at given the implicit naming conventions we have used over many years these names are imho unacceptable and must change a name cannot just give no indication whatsoever what is in the data set given al... | 0 |
605,362 | 18,734,275,898 | IssuesEvent | 2021-11-04 04:04:02 | AY2122S1-CS2103T-W13-2/tp | https://api.github.com/repos/AY2122S1-CS2103T-W13-2/tp | closed | Issue when deleting data while logging in | type.Bug priority.High | The problem here is when the user open the app with data, the login screen will show up. But if the data is deleted at this point, the password of the user will be used to create a new data file instead of throwing some error message. | 1.0 | Issue when deleting data while logging in - The problem here is when the user open the app with data, the login screen will show up. But if the data is deleted at this point, the password of the user will be used to create a new data file instead of throwing some error message. | non_defect | issue when deleting data while logging in the problem here is when the user open the app with data the login screen will show up but if the data is deleted at this point the password of the user will be used to create a new data file instead of throwing some error message | 0 |
51,336 | 13,207,437,533 | IssuesEvent | 2020-08-14 23:05:56 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | Monitor rate of big events in PnF (Trac #245) | Incomplete Migration Migrated from Trac defect jeb + pnf | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/245">https://code.icecube.wisc.edu/projects/icecube/ticket/245</a>, reported by blaufussand owned by tschmidt</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-02-29T18:02:27",
"_ts": "14... | 1.0 | Monitor rate of big events in PnF (Trac #245) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/245">https://code.icecube.wisc.edu/projects/icecube/ticket/245</a>, reported by blaufussand owned by tschmidt</em></summary>
<p>
```json
{
"status": "closed",
"ch... | defect | monitor rate of big events in pnf trac migrated from json status closed changetime ts description recommendation of review panel n n big events issue these are events which individually require long times seconds for processing keep ... | 1 |
826,890 | 31,716,996,015 | IssuesEvent | 2023-09-10 01:04:26 | kubernetes/ingress-nginx | https://api.github.com/repos/kubernetes/ingress-nginx | closed | CVE-2022-41409 reported against controller-v1.8.1 | kind/bug triage/accepted needs-priority | We are using X-ray version 3.76.7 and it reported CVE-2022-41409 (pcre2test vulnerability) against controller-v1.8.1 tag.
I have checked and think controller-v1.8.1 only used pcre but still, xray complains about that CVE.
| 1.0 | CVE-2022-41409 reported against controller-v1.8.1 - We are using X-ray version 3.76.7 and it reported CVE-2022-41409 (pcre2test vulnerability) against controller-v1.8.1 tag.
I have checked and think controller-v1.8.1 only used pcre but still, xray complains about that CVE.
| non_defect | cve reported against controller we are using x ray version and it reported cve vulnerability against controller tag i have checked and think controller only used pcre but still xray complains about that cve | 0 |
451,643 | 13,039,692,167 | IssuesEvent | 2020-07-28 17:11:14 | cds-snc/report-a-cybercrime | https://api.github.com/repos/cds-snc/report-a-cybercrime | closed | Missing .test.js for the following forms. | bug low priority | ## Summary
Missing .test.js for the following forms: SuspectCluesForm, EvidenceInfoForm, ConfirmationForm
## Unresolved questions
> Are there any related issues you consider out of scope for this issue that could be addressed in the future?
| 1.0 | Missing .test.js for the following forms. - ## Summary
Missing .test.js for the following forms: SuspectCluesForm, EvidenceInfoForm, ConfirmationForm
## Unresolved questions
> Are there any related issues you consider out of scope for this issue that could be addressed in the future?
| non_defect | missing test js for the following forms summary missing test js for the following forms suspectcluesform evidenceinfoform confirmationform unresolved questions are there any related issues you consider out of scope for this issue that could be addressed in the future | 0 |
164,877 | 26,038,885,035 | IssuesEvent | 2022-12-22 08:37:37 | BreadGood-22/frontend | https://api.github.com/repos/BreadGood-22/frontend | closed | [design] 상품 등록 페이지 UI 구현 | design | ## ⭐ 주요 기능 <!-- 구현할 기능(목표)에 대한 간략한 설명 -->
상품 등록 페이지 UI 구현
## 📋 진행 사항
- [x] 상품 등록 페이지 레이아웃 구현
- [x] 이미지 파일 업로드 UI 구현
- [x] input창 Validation 및 input창 validation 통과시 버튼 활성화
## 📄 참고 사항
| 1.0 | [design] 상품 등록 페이지 UI 구현 - ## ⭐ 주요 기능 <!-- 구현할 기능(목표)에 대한 간략한 설명 -->
상품 등록 페이지 UI 구현
## 📋 진행 사항
- [x] 상품 등록 페이지 레이아웃 구현
- [x] 이미지 파일 업로드 UI 구현
- [x] input창 Validation 및 input창 validation 통과시 버튼 활성화
## 📄 참고 사항
| non_defect | 상품 등록 페이지 ui 구현 ⭐ 주요 기능 상품 등록 페이지 ui 구현 📋 진행 사항 상품 등록 페이지 레이아웃 구현 이미지 파일 업로드 ui 구현 input창 validation 및 input창 validation 통과시 버튼 활성화 📄 참고 사항 | 0 |
237,621 | 19,661,463,322 | IssuesEvent | 2022-01-10 17:26:32 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | [Android] "Include in Auto-contribute" toggle doesn't stay on | bug feature/rewards priority/P2 QA/Yes QA/Test-Plan-Specified regression OS/Android rewards-ui-2.0 | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV... | 1.0 | [Android] "Include in Auto-contribute" toggle doesn't stay on - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSU... | non_defect | include in auto contribute toggle doesn t stay on have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed... | 0 |
6,023 | 3,727,356,897 | IssuesEvent | 2016-03-06 07:25:19 | nunit/nunit | https://api.github.com/repos/nunit/nunit | closed | Add CF to the Appveyor CI build | is:build pri:low status:blocked | As indicated by #331 we keep breaking the compact framework build without realizing it. We need to at least compile it in our CI and if possible run the tests. Without installing a bunch of stuff in Appveyor, we'll probably only be able to run it using assembly unification under desktop .NET for now. | 1.0 | Add CF to the Appveyor CI build - As indicated by #331 we keep breaking the compact framework build without realizing it. We need to at least compile it in our CI and if possible run the tests. Without installing a bunch of stuff in Appveyor, we'll probably only be able to run it using assembly unification under deskto... | non_defect | add cf to the appveyor ci build as indicated by we keep breaking the compact framework build without realizing it we need to at least compile it in our ci and if possible run the tests without installing a bunch of stuff in appveyor we ll probably only be able to run it using assembly unification under desktop ... | 0 |
237,934 | 7,768,433,377 | IssuesEvent | 2018-06-03 17:57:54 | InfiniteFlightAirportEditing/Navigation | https://api.github.com/repos/InfiniteFlightAirportEditing/Navigation | opened | LICT | ILS Priority ILS Error | # Summary of Navigation issue: (ILS, Waypoints, etc.)
Runway moved/changed.
# Runway(s) with ILS: (If any)
31L
# References: (Official sources/charts)
http://opennav.com/pdf/LICT/LI_AD_2_LICT_5-3_en_2013-05-02.pdf
| 1.0 | LICT - # Summary of Navigation issue: (ILS, Waypoints, etc.)
Runway moved/changed.
# Runway(s) with ILS: (If any)
31L
# References: (Official sources/charts)
http://opennav.com/pdf/LICT/LI_AD_2_LICT_5-3_en_2013-05-02.pdf
| non_defect | lict summary of navigation issue ils waypoints etc runway moved changed runway s with ils if any references official sources charts | 0 |
622,764 | 19,656,310,360 | IssuesEvent | 2022-01-10 12:54:11 | epam/Indigo | https://api.github.com/repos/epam/Indigo | reopened | Add notebook for predicting assay values using Indigo fingerprints | Enhancement High priority python ML | **ToDo**
Prepare and place a notebook in api/python/notebooks/predict.ipynb
* Read input CSV file, with given column name for SMILES and column name for assay values.
* Prepare train and test datasets using shuffled data.
* Draw distribution plot for assay values.
* Calculate fingerprints for SMILES using Indigo.
... | 1.0 | Add notebook for predicting assay values using Indigo fingerprints - **ToDo**
Prepare and place a notebook in api/python/notebooks/predict.ipynb
* Read input CSV file, with given column name for SMILES and column name for assay values.
* Prepare train and test datasets using shuffled data.
* Draw distribution plot ... | non_defect | add notebook for predicting assay values using indigo fingerprints todo prepare and place a notebook in api python notebooks predict ipynb read input csv file with given column name for smiles and column name for assay values prepare train and test datasets using shuffled data draw distribution plot ... | 0 |
379,386 | 26,369,252,140 | IssuesEvent | 2023-01-11 19:10:36 | Tracktr/tracktr-client | https://api.github.com/repos/Tracktr/tracktr-client | closed | Verslag voor School | documentation | **Eisen:**
- [ ] 20-25 pagina’s
**To do:**
- [x] Uitgevoerde use cases
- [x] Geplande use cases
- [x] Database schema
- [x] Code log
- [x] Verwerkte feedback
- [x] Applicatie structuur
- [x] Beschrijving experimenten
- [ ] Designs (uitleggen)
- [ ] Opmaak (affinity/indesign) | 1.0 | Verslag voor School - **Eisen:**
- [ ] 20-25 pagina’s
**To do:**
- [x] Uitgevoerde use cases
- [x] Geplande use cases
- [x] Database schema
- [x] Code log
- [x] Verwerkte feedback
- [x] Applicatie structuur
- [x] Beschrijving experimenten
- [ ] Designs (uitleggen)
- [ ] Opmaak (affinity/indesign) | non_defect | verslag voor school eisen pagina’s to do uitgevoerde use cases geplande use cases database schema code log verwerkte feedback applicatie structuur beschrijving experimenten designs uitleggen opmaak affinity indesign | 0 |
184,928 | 6,717,519,775 | IssuesEvent | 2017-10-14 22:20:00 | dbcollection/dbcollection | https://api.github.com/repos/dbcollection/dbcollection | closed | Add docs for the datasets | docs medium priority | Must create a readme for each dataset. The readme must provide information about the dataset type, splits and overall data fields/organization. | 1.0 | Add docs for the datasets - Must create a readme for each dataset. The readme must provide information about the dataset type, splits and overall data fields/organization. | non_defect | add docs for the datasets must create a readme for each dataset the readme must provide information about the dataset type splits and overall data fields organization | 0 |
29,055 | 5,515,033,103 | IssuesEvent | 2017-03-17 16:26:54 | contao/news-bundle | https://api.github.com/repos/contao/news-bundle | closed | What is authorName and where is it coming from? | defect | I must be blind...can anybody explain me where this line takes the author name from? https://github.com/contao/news-bundle/blob/46256caff85ef2cd0b72b2235ed693a5b7876f53/src/Resources/contao/classes/News.php#L184
I cannot find the logic behind this. | 1.0 | What is authorName and where is it coming from? - I must be blind...can anybody explain me where this line takes the author name from? https://github.com/contao/news-bundle/blob/46256caff85ef2cd0b72b2235ed693a5b7876f53/src/Resources/contao/classes/News.php#L184
I cannot find the logic behind this. | defect | what is authorname and where is it coming from i must be blind can anybody explain me where this line takes the author name from i cannot find the logic behind this | 1 |
7,880 | 2,611,056,242 | IssuesEvent | 2015-02-27 00:25:53 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | closed | Suggestion: "sell all" option | auto-migrated Priority-Medium Type-Defect | ```
I just found that I have over 300 of "Animal hair" :) selling it one by one
it's a nightmare. Maybe long press on "Sell" button should trigger "Sell all"
function with confirmation dialog?
Additionally, even selling 10 of items can produce a problem, when clicking to
quick you can accidentally sell an item belo... | 1.0 | Suggestion: "sell all" option - ```
I just found that I have over 300 of "Animal hair" :) selling it one by one
it's a nightmare. Maybe long press on "Sell" button should trigger "Sell all"
function with confirmation dialog?
Additionally, even selling 10 of items can produce a problem, when clicking to
quick you ca... | defect | suggestion sell all option i just found that i have over of animal hair selling it one by one it s a nightmare maybe long press on sell button should trigger sell all function with confirmation dialog additionally even selling of items can produce a problem when clicking to quick you can a... | 1 |
67,115 | 20,909,175,673 | IssuesEvent | 2022-03-24 07:29:12 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Can't load message: Invalid `href` | T-Defect S-Minor Z-Soft-Crash X-Needs-Investigation O-Uncommon | ### Steps to reproduce
Event source;
```json5
{
"content": {
"body": "I could just make an alias like #matrix:non-matrix.org and host a phising Element at element.non-matrix.org. Any server can add aliases to a room or appear similar enough, so not sure that is a good idea.",
"format": "org.matrix.cus... | 1.0 | Can't load message: Invalid `href` - ### Steps to reproduce
Event source;
```json5
{
"content": {
"body": "I could just make an alias like #matrix:non-matrix.org and host a phising Element at element.non-matrix.org. Any server can add aliases to a room or appear similar enough, so not sure that is a good i... | defect | can t load message invalid href steps to reproduce event source content body i could just make an alias like matrix non matrix org and host a phising element at element non matrix org any server can add aliases to a room or appear similar enough so not sure that is a good idea ... | 1 |
64,383 | 18,531,492,998 | IssuesEvent | 2021-10-21 06:41:03 | gitblit/gitblit | https://api.github.com/repos/gitblit/gitblit | closed | Bad encoding in properties-files | Priority-Medium Catg-Defect Status-Verified | Originally reported on Google Code with ID 538
```
What steps will reproduce the problem?
1. Deploy gitblit on tomcat6 or 7 running on a platform supporting utf-8.
My example is dev.gitblit.com
2. Access the site with a browser specifying Norwegian as the Language
(or via curl:
$ curl -H"Accept-Language: n... | 1.0 | Bad encoding in properties-files - Originally reported on Google Code with ID 538
```
What steps will reproduce the problem?
1. Deploy gitblit on tomcat6 or 7 running on a platform supporting utf-8.
My example is dev.gitblit.com
2. Access the site with a browser specifying Norwegian as the Language
(or via cu... | defect | bad encoding in properties files originally reported on google code with id what steps will reproduce the problem deploy gitblit on or running on a platform supporting utf my example is dev gitblit com access the site with a browser specifying norwegian as the language or via curl ... | 1 |
7,417 | 7,925,247,327 | IssuesEvent | 2018-07-05 19:55:08 | OriginProtocol/origin-bridge | https://api.github.com/repos/OriginProtocol/origin-bridge | opened | Purchase Timestamp Data Types | help wanted indexing service python | Purchase timestamps are currently being returned by the API as [ISO strings](https://en.wikipedia.org/wiki/ISO_8601). They should be returned as seconds since the epoch, since they are integers on the blockchain and [Origin.js expects to return datetimes](http://docs.originprotocol.com/#purchase-get). It would probably... | 1.0 | Purchase Timestamp Data Types - Purchase timestamps are currently being returned by the API as [ISO strings](https://en.wikipedia.org/wiki/ISO_8601). They should be returned as seconds since the epoch, since they are integers on the blockchain and [Origin.js expects to return datetimes](http://docs.originprotocol.com/#... | non_defect | purchase timestamp data types purchase timestamps are currently being returned by the api as they should be returned as seconds since the epoch since they are integers on the blockchain and it would probably also be preferable for the field names to match such as created instead of created at | 0 |
67,523 | 20,975,318,476 | IssuesEvent | 2022-03-28 14:46:23 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Sliver of a room visible from spotlight search breadcrumbs | T-Defect | ### Steps to reproduce
1. Use spotlight search
2. Click a bunch of rooms
3. Open spotlight
4. Hover on the right hand side
### Outcome
#### What did you expect?
The number of rooms to fit perfectly in the dialog
#### What happened instead?
 for temporal-spatial data | 1.0 | Evaluate data stores for temporal-spatial data - Evaluate popular data stores (SQL & NoSQL) for temporal-spatial data | non_defect | evaluate data stores for temporal spatial data evaluate popular data stores sql nosql for temporal spatial data | 0 |
59,801 | 17,023,250,002 | IssuesEvent | 2021-07-03 01:03:17 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | A list of all presets should be available. | Component: potlatch (flash editor) Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 11.27pm, Friday, 16th May 2008]**
There should be a way to show all possible options in the preset type menu (the button with image left to the actual presets). This could be done, for example, by showing all the possibilities if the user clicks and holds it.
| 1.0 | A list of all presets should be available. - **[Submitted to the original trac issue database at 11.27pm, Friday, 16th May 2008]**
There should be a way to show all possible options in the preset type menu (the button with image left to the actual presets). This could be done, for example, by showing all the possibili... | defect | a list of all presets should be available there should be a way to show all possible options in the preset type menu the button with image left to the actual presets this could be done for example by showing all the possibilities if the user clicks and holds it | 1 |
7,190 | 2,610,356,659 | IssuesEvent | 2015-02-26 19:55:29 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | closed | In response to your email, cfinke: | auto-migrated Priority-Medium Type-Defect | ```
When I wrote saying ScribeFire 3.5.3.3 stopped working after FF updated to
7.0.1 you suggested I upgrade to ScribeFire 4. The only version for firefox I
can see is scribefire-4.xpi. How do I install this (mac os x 10.6.8) and retain
all the data archived in my previous version, as the new version doesn't seem
t... | 1.0 | In response to your email, cfinke: - ```
When I wrote saying ScribeFire 3.5.3.3 stopped working after FF updated to
7.0.1 you suggested I upgrade to ScribeFire 4. The only version for firefox I
can see is scribefire-4.xpi. How do I install this (mac os x 10.6.8) and retain
all the data archived in my previous versio... | defect | in response to your email cfinke when i wrote saying scribefire stopped working after ff updated to you suggested i upgrade to scribefire the only version for firefox i can see is scribefire xpi how do i install this mac os x and retain all the data archived in my previous version... | 1 |
54,412 | 13,652,439,667 | IssuesEvent | 2020-09-27 07:32:18 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | Linux Kernel 5.8.10: ERROR: modpost: "__stack_chk_guard" [.../zfs.ko] undefined! | Status: Triage Needed Type: Defect | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | Linux Kernel 5.8.10: ERROR: modpost: "__stack_chk_guard" [.../zfs.ko] undefined! - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional va... | defect | linux kernel error modpost stack chk guard undefined thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much... | 1 |
722,474 | 24,863,387,256 | IssuesEvent | 2022-10-27 09:58:53 | AY2223S1-CS2103T-T15-1/tp | https://api.github.com/repos/AY2223S1-CS2103T-T15-1/tp | closed | Edit person does not keep the leave and rating history | priority.Medium type.Bug | Leave and ratings both have some form of history. When editing a person's field, that history is lost. This behaviour is likely due to `edit` command returning a new `Person` instance, and the history is not being carried over properly. | 1.0 | Edit person does not keep the leave and rating history - Leave and ratings both have some form of history. When editing a person's field, that history is lost. This behaviour is likely due to `edit` command returning a new `Person` instance, and the history is not being carried over properly. | non_defect | edit person does not keep the leave and rating history leave and ratings both have some form of history when editing a person s field that history is lost this behaviour is likely due to edit command returning a new person instance and the history is not being carried over properly | 0 |
76,934 | 7,549,793,321 | IssuesEvent | 2018-04-18 15:06:45 | reigndesign/basfchinaplas | https://api.github.com/repos/reigndesign/basfchinaplas | closed | Add filter to questions view | 4 - Testing bug | User should be able to filter by tech talk topics
<!---
@huboard:{"order":71.0,"milestone_order":71,"custom_state":""}
-->
| 1.0 | Add filter to questions view - User should be able to filter by tech talk topics
<!---
@huboard:{"order":71.0,"milestone_order":71,"custom_state":""}
-->
| non_defect | add filter to questions view user should be able to filter by tech talk topics huboard order milestone order custom state | 0 |
29,674 | 5,810,021,271 | IssuesEvent | 2017-05-04 14:37:52 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Calendar TimeOnly incorrect hourformat | defect | When we use calendar time picker with time only option and hourformat="12" then it displays popup with incorrect AM/PM display.It always display AM in time picker popup as below.
<`p-calendar [(ngModel)]="date8" [timeOnly]="true" [hourFormat]="12"></p-calendar>`
]="date8" [timeOnly]="true" [hourFormat]="12"></p-calendar>`
![image... | defect | calendar timeonly incorrect hourformat when we use calendar time picker with time only option and hourformat then it displays popup with incorrect am pm display it always display am in time picker popup as below | 1 |
198,124 | 22,617,909,656 | IssuesEvent | 2022-06-30 01:21:54 | n-devs/libpack-scripts | https://api.github.com/repos/n-devs/libpack-scripts | opened | CVE-2022-2217 (High) detected in parse-url-5.0.1.tgz | security vulnerability | ## CVE-2022-2217 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-5.0.1.tgz</b></p></summary>
<p>An advanced url parser supporting git urls too.</p>
<p>Library home page: <a h... | True | CVE-2022-2217 (High) detected in parse-url-5.0.1.tgz - ## CVE-2022-2217 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>parse-url-5.0.1.tgz</b></p></summary>
<p>An advanced url parser ... | non_defect | cve high detected in parse url tgz cve high severity vulnerability vulnerable library parse url tgz an advanced url parser supporting git urls too library home page a href path to dependency file libpack scripts package json path to vulnerable library node modules... | 0 |
275,975 | 20,962,339,250 | IssuesEvent | 2022-03-28 00:10:56 | vlizarn/challenge-python-cash-machine | https://api.github.com/repos/vlizarn/challenge-python-cash-machine | opened | [Feature]: Fix whitespace of all examples of Code Sample. | documentation enhancement invalid update | ## Overview - Assign
| Assign | Description | Status |
| :----: | :---- | :----: |
| 1 | Fix whitespace of example 1. | |
| 2 | Fix whitespace of example 2. | |
## Overview - Pull Requests
| Pull Requests| Description |
| :----: | :---- |
| | Apply pull merge r... | 1.0 | [Feature]: Fix whitespace of all examples of Code Sample. - ## Overview - Assign
| Assign | Description | Status |
| :----: | :---- | :----: |
| 1 | Fix whitespace of example 1. | |
| 2 | Fix whitespace of example 2. | |
## Overview - Pull Requests
| Pull Requests| Description |
... | non_defect | fix whitespace of all examples of code sample overview assign assign description status fix whitespace of example fix whitespace of example overview pull requests pull requests description ... | 0 |
45,014 | 12,519,853,381 | IssuesEvent | 2020-06-03 15:01:21 | hikaya-io/dots-frontend | https://api.github.com/repos/hikaya-io/dots-frontend | closed | Remove additional modal for logout | defect | **Current behavior**
When user clicks on logout a modal window opens asking if they are sure they want to log out
**To Reproduce**
1. Click on the profile avatar on top right corner
2. Click on Logout
**Expected behavior**
When use clicks on logout, user is immediately logged out. No modal window is displayed... | 1.0 | Remove additional modal for logout - **Current behavior**
When user clicks on logout a modal window opens asking if they are sure they want to log out
**To Reproduce**
1. Click on the profile avatar on top right corner
2. Click on Logout
**Expected behavior**
When use clicks on logout, user is immediately log... | defect | remove additional modal for logout current behavior when user clicks on logout a modal window opens asking if they are sure they want to log out to reproduce click on the profile avatar on top right corner click on logout expected behavior when use clicks on logout user is immediately log... | 1 |
3,149 | 13,162,721,370 | IssuesEvent | 2020-08-10 22:16:25 | mozilla-mobile/fenix | https://api.github.com/repos/mozilla-mobile/fenix | reopened | FNX3-14268 ⁃ [UI Tests] Improve wait on session loaded | eng:automation needs:triage 🐞 bug | A number of our tests are flaky because Espresso continues during page load which causes them to break on assertions afterwards. We should use a an IdlingResource implementation that waits until the current session is not loading anymore. | 1.0 | FNX3-14268 ⁃ [UI Tests] Improve wait on session loaded - A number of our tests are flaky because Espresso continues during page load which causes them to break on assertions afterwards. We should use a an IdlingResource implementation that waits until the current session is not loading anymore. | non_defect | ⁃ improve wait on session loaded a number of our tests are flaky because espresso continues during page load which causes them to break on assertions afterwards we should use a an idlingresource implementation that waits until the current session is not loading anymore | 0 |
3,722 | 2,610,067,611 | IssuesEvent | 2015-02-26 18:19:51 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 路桥前列腺炎专科 | auto-migrated Priority-Medium Type-Defect | ```
路桥前列腺炎专科【台州五洲生殖医院】24小时健康咨询热线
:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒江
区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118、1
98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、
901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同步。权威专家,... | 1.0 | 路桥前列腺炎专科 - ```
路桥前列腺炎专科【台州五洲生殖医院】24小时健康咨询热线
:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市椒江
区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、118、1
98及椒江一金清公交车直达枫南小区,乘坐107、105、109、112、
901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,... | defect | 路桥前列腺炎专科 路桥前列腺炎专科【台州五洲生殖医院】 微信号tzwzszyy 医院地址 台州市椒江 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue... | 1 |
129,988 | 10,593,875,585 | IssuesEvent | 2019-10-09 15:38:40 | kcigeospatial/Fred_Co_Land-Management | https://api.github.com/repos/kcigeospatial/Fred_Co_Land-Management | closed | Trade License - Confirm License Details | Ready for Test Env. Retest | FOR ALL TRADE LICENSES:
At Awaiting Renewal Details, prepopulate the Confirm License Details page with the existing Trade License Details information. A check box should be added to the Confirm detail page that will show to the applicant on R4C, to confirm that they have reviewed and updated their details as necessa... | 2.0 | Trade License - Confirm License Details - FOR ALL TRADE LICENSES:
At Awaiting Renewal Details, prepopulate the Confirm License Details page with the existing Trade License Details information. A check box should be added to the Confirm detail page that will show to the applicant on R4C, to confirm that they have re... | non_defect | trade license confirm license details for all trade licenses at awaiting renewal details prepopulate the confirm license details page with the existing trade license details information a check box should be added to the confirm detail page that will show to the applicant on to confirm that they have revi... | 0 |
454,041 | 13,093,816,254 | IssuesEvent | 2020-08-03 11:08:49 | geosolutions-it/ckanext-faoclh | https://api.github.com/repos/geosolutions-it/ckanext-faoclh | opened | FAO Pending Configs | Priority: Blocker | - [ ] PDF preview issue: for example [this](https://clh-ckan.review.fao.org/dataset/communities-of-practice). The error is the following:
Content is too large to be proxied. Allowed file size: 2097152, Content-Length: 5864691.
Configure [this](https://docs.ckan.org/en/2.8/maintaining/configuration.html#ckan-resource-p... | 1.0 | FAO Pending Configs - - [ ] PDF preview issue: for example [this](https://clh-ckan.review.fao.org/dataset/communities-of-practice). The error is the following:
Content is too large to be proxied. Allowed file size: 2097152, Content-Length: 5864691.
Configure [this](https://docs.ckan.org/en/2.8/maintaining/configuratio... | non_defect | fao pending configs pdf preview issue for example the error is the following content is too large to be proxied allowed file size content length configure to mb | 0 |
3,282 | 2,610,059,842 | IssuesEvent | 2015-02-26 18:17:39 | chrsmith/jsjsj122 | https://api.github.com/repos/chrsmith/jsjsj122 | opened | 临海不孕不育检查需要多少钱 | auto-migrated Priority-Medium Type-Defect | ```
临海不孕不育检查需要多少钱【台州五洲生殖医院】24小时健
康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:
台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104�
��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105
、109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
��收费。尖端医疗设备,与世界同... | 1.0 | 临海不孕不育检查需要多少钱 - ```
临海不孕不育检查需要多少钱【台州五洲生殖医院】24小时健
康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:
台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104�
��108、118、198及椒江一金清公交车直达枫南小区,乘坐107、105
、109、112、901、 902公交车到星星广场下车,步行即可到院。
诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,��
�精,无精。包皮包茎,精索静脉曲张,淋病等。
台州五洲生殖医院是台州最大的男科医院,权威专家在线免��
�咨询,拥有专业完善的男科检查治疗设备,严格按照国家标�
... | defect | 临海不孕不育检查需要多少钱 临海不孕不育检查需要多少钱【台州五洲生殖医院】 康咨询热线 微信号tzwzszyy 医院地址 (枫南大转盘旁)乘车线路 � �� 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ori... | 1 |
56,488 | 15,109,280,783 | IssuesEvent | 2021-02-08 17:38:37 | idaholab/moose | https://api.github.com/repos/idaholab/moose | opened | Automatic Scaling Not Working with Generalized Plane Strain | T: defect | ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
With `automatic_scaling = true`, the generalized plane strain mechanics solution does not match an equivalent 3D solution.
## Steps to Reproduce
<!--Steps to reproduce the behavior (input file, or modi... | 1.0 | Automatic Scaling Not Working with Generalized Plane Strain - ## Bug Description
<!--A clear and concise description of the problem (Note: A missing feature is not a bug).-->
With `automatic_scaling = true`, the generalized plane strain mechanics solution does not match an equivalent 3D solution.
## Steps to Repro... | defect | automatic scaling not working with generalized plane strain bug description with automatic scaling true the generalized plane strain mechanics solution does not match an equivalent solution steps to reproduce i ve attached two simple only need cpu cause they are small moose input files i... | 1 |
272,638 | 29,795,060,743 | IssuesEvent | 2023-06-16 01:07:50 | billmcchesney1/pacbot | https://api.github.com/repos/billmcchesney1/pacbot | closed | CVE-2021-22047 (Medium) detected in spring-data-rest-webmvc-3.0.9.RELEASE.jar - autoclosed | Mend: dependency security vulnerability | ## CVE-2021-22047 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-data-rest-webmvc-3.0.9.RELEASE.jar</b></p></summary>
<p>Spring Data REST - WebMVC</p>
<p>Library home page: <... | True | CVE-2021-22047 (Medium) detected in spring-data-rest-webmvc-3.0.9.RELEASE.jar - autoclosed - ## CVE-2021-22047 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-data-rest-webmvc-... | non_defect | cve medium detected in spring data rest webmvc release jar autoclosed cve medium severity vulnerability vulnerable library spring data rest webmvc release jar spring data rest webmvc library home page a href path to dependency file api pacman api admin pom xml pa... | 0 |
782,048 | 27,484,877,821 | IssuesEvent | 2023-03-04 01:29:14 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Performing any operations with complex tensors on MPS causes unrecoverable crash | high priority triage review module: mps | ### 🐛 Describe the bug
Consider following trivial example:
```
python -c "import torch;torch.tensor([1+2j],device='mps')+1"
libc++abi: terminating with uncaught exception of type c10::TypeError: Trying to convert ComplexFloat to the MPS backend but it does not have support for that dtype.
Exception raised from ge... | 1.0 | Performing any operations with complex tensors on MPS causes unrecoverable crash - ### 🐛 Describe the bug
Consider following trivial example:
```
python -c "import torch;torch.tensor([1+2j],device='mps')+1"
libc++abi: terminating with uncaught exception of type c10::TypeError: Trying to convert ComplexFloat to the... | non_defect | performing any operations with complex tensors on mps causes unrecoverable crash 🐛 describe the bug consider following trivial example python c import torch torch tensor device mps libc abi terminating with uncaught exception of type typeerror trying to convert complexfloat to the mps ba... | 0 |
31,864 | 6,651,310,558 | IssuesEvent | 2017-09-28 19:34:39 | Cockatrice/Cockatrice | https://api.github.com/repos/Cockatrice/Cockatrice | closed | Forgot Password uses case-sensitive email compare | App - Servatrice Defect - Basic Easy Change | <b>OS:</b>
Windows 7 Professional SP1
<b>Cockatrice version:</b>
2.3.17
__________
Had difficulty getting Forgot Password to work. Turns out it expects email address to be case sensitive. Suggest cast both to lower case before compare. I believe email clients and servers do that anyway so that is what peo... | 1.0 | Forgot Password uses case-sensitive email compare - <b>OS:</b>
Windows 7 Professional SP1
<b>Cockatrice version:</b>
2.3.17
__________
Had difficulty getting Forgot Password to work. Turns out it expects email address to be case sensitive. Suggest cast both to lower case before compare. I believe email cl... | defect | forgot password uses case sensitive email compare os windows professional cockatrice version had difficulty getting forgot password to work turns out it expects email address to be case sensitive suggest cast both to lower case before compare i believe email clients and ser... | 1 |
26,809 | 4,790,764,028 | IssuesEvent | 2016-10-31 09:57:51 | vuonghv/libdasm | https://api.github.com/repos/vuonghv/libdasm | opened | libdasm misinterprets JLE | auto-migrated Priority-Medium Type-Defect | _From @GoogleCodeExporter on December 17, 2015 11:11_
```
This is regarding a bug in libdasm library. I've noticed that libdasm
misinterprets a specific instruction.(JLE)
Sample Opcode :
'\x39\x56\x38\x0F\x8E\x1E\x01\x00\x00\x8B\xBD\xE4\xEB\xFF\xFF'
Actual dis-assembly of above opcodes :
00433441 |. 3956 38 ... | 1.0 | libdasm misinterprets JLE - _From @GoogleCodeExporter on December 17, 2015 11:11_
```
This is regarding a bug in libdasm library. I've noticed that libdasm
misinterprets a specific instruction.(JLE)
Sample Opcode :
'\x39\x56\x38\x0F\x8E\x1E\x01\x00\x00\x8B\xBD\xE4\xEB\xFF\xFF'
Actual dis-assembly of above opcodes ... | defect | libdasm misinterprets jle from googlecodeexporter on december this is regarding a bug in libdasm library i ve noticed that libdasm misinterprets a specific instruction jle sample opcode xbd xeb xff xff actual dis assembly of above opcodes ... | 1 |
227,954 | 7,544,657,281 | IssuesEvent | 2018-04-17 19:07:28 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | USER ISSUE: World Unloaded | High Priority | **Version:** 0.7.3.1 beta
**Steps to Reproduce:**
Walk away from somewhere and walk back
**Expected behavior:**
Chunks should load back in as you get close to them
**Actual behavior:**
Unloaded chunks appear which will not load back in, therefore you fall through the world | 1.0 | USER ISSUE: World Unloaded - **Version:** 0.7.3.1 beta
**Steps to Reproduce:**
Walk away from somewhere and walk back
**Expected behavior:**
Chunks should load back in as you get close to them
**Actual behavior:**
Unloaded chunks appear which will not load back in, therefore you fall through the world | non_defect | user issue world unloaded version beta steps to reproduce walk away from somewhere and walk back expected behavior chunks should load back in as you get close to them actual behavior unloaded chunks appear which will not load back in therefore you fall through the world | 0 |
121,822 | 4,821,794,681 | IssuesEvent | 2016-11-05 14:40:16 | nextcloud/appstore | https://api.github.com/repos/nextcloud/appstore | closed | Use Nextcloud versions to generate downloads on app detail page | enhancement help wanted high priority starter issue | Instead of https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/settings/base.py#L253 the versions in the database should be used. The app detail page needs to iterate through all versions and group them by the first version (e.g. 10.0.0 and 10.0.1 compatible releases should be grouped under 10) so that ... | 1.0 | Use Nextcloud versions to generate downloads on app detail page - Instead of https://github.com/nextcloud/appstore/blob/master/nextcloudappstore/settings/base.py#L253 the versions in the database should be used. The app detail page needs to iterate through all versions and group them by the first version (e.g. 10.0.0 a... | non_defect | use nextcloud versions to generate downloads on app detail page instead of the versions in the database should be used the app detail page needs to iterate through all versions and group them by the first version e g and compatible releases should be grouped under so that even apps that depend on ... | 0 |
76,823 | 26,617,085,171 | IssuesEvent | 2023-01-24 08:16:17 | hyperledger/iroha | https://api.github.com/repos/hyperledger/iroha | closed | 404 when 1650 isi in genesis. | Bug iroha2 LTS Pre-alpha defect QA-confirmed | ### GIT commit hash
fe7ea911
### Minimum working example
1. Run iroha with the 1650 isi in genesis
[genesis.txt](https://app.zenhub.com/files/181739240/70fe9b7b-a944-4e8e-96be-459ae4777748/download)
### Expected behaviour
I have to create genesis block with some assets. I generate instruction for domain and admin ... | 1.0 | 404 when 1650 isi in genesis. - ### GIT commit hash
fe7ea911
### Minimum working example
1. Run iroha with the 1650 isi in genesis
[genesis.txt](https://app.zenhub.com/files/181739240/70fe9b7b-a944-4e8e-96be-459ae4777748/download)
### Expected behaviour
I have to create genesis block with some assets. I generate ... | defect | when isi in genesis git commit hash minimum working example run iroha with the isi in genesis expected behaviour i have to create genesis block with some assets i generate instruction for domain and admin registration then i generate instruction for asset registration setkeyvalu... | 1 |
21,775 | 3,551,638,581 | IssuesEvent | 2016-01-21 05:27:01 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | Pressing the undo button rapidly disconnects everyone from the meeting | Accepted Defect Normal Priority Stability Whiteboard | Originally reported on Google Code with ID 1522
```
This is an issue to track the bug reported here, https://groups.google.com/d/msg/bigbluebutton-dev/wVhb3-lyU2s/Q1s4rudrxUkJ.
I'm reporting a bug with 0.81 instability when using "undo" on the whiteboard.
If you draw some annotations, then remove them all by clic... | 1.0 | Pressing the undo button rapidly disconnects everyone from the meeting - Originally reported on Google Code with ID 1522
```
This is an issue to track the bug reported here, https://groups.google.com/d/msg/bigbluebutton-dev/wVhb3-lyU2s/Q1s4rudrxUkJ.
I'm reporting a bug with 0.81 instability when using "undo" on the ... | defect | pressing the undo button rapidly disconnects everyone from the meeting originally reported on google code with id this is an issue to track the bug reported here i m reporting a bug with instability when using undo on the whiteboard if you draw some annotations then remove them all by clicking ... | 1 |
39,747 | 9,645,700,990 | IssuesEvent | 2019-05-17 09:19:24 | line/armeria | https://api.github.com/repos/line/armeria | closed | NullPointerException | defect | Hi, we got a NullPointerException because of the Authority header missing, and please refer to the stack trace message below.
The method fillSchemeAndAuthorityIfMissing of class HttpServerHandler creating a new RequestHeaders instance instead of filling the existing one, and this cause the NullPointerException.
`... | 1.0 | NullPointerException - Hi, we got a NullPointerException because of the Authority header missing, and please refer to the stack trace message below.
The method fillSchemeAndAuthorityIfMissing of class HttpServerHandler creating a new RequestHeaders instance instead of filling the existing one, and this cause the Nu... | defect | nullpointerexception hi we got a nullpointerexception because of the authority header missing and please refer to the stack trace message below the method fillschemeandauthorityifmissing of class httpserverhandler creating a new requestheaders instance instead of filling the existing one and this cause the nu... | 1 |
18,885 | 4,320,166,467 | IssuesEvent | 2016-07-25 02:38:31 | MarlinFirmware/Marlin | https://api.github.com/repos/MarlinFirmware/Marlin | reopened | Unclear how to use mesh bed leveling | Support: Documentation Support: Homing & Leveling | I have been trying to get Mesh Bed Leveling working since 1.1RC6. There have been a few issues opened that appear to have been fixed. It seems that MBL has evolved since some of the initial articles appeared describing it early this year (March). I am confused how to use it with RCBugFix latest. I grabbed RCBugFix toda... | 1.0 | Unclear how to use mesh bed leveling - I have been trying to get Mesh Bed Leveling working since 1.1RC6. There have been a few issues opened that appear to have been fixed. It seems that MBL has evolved since some of the initial articles appeared describing it early this year (March). I am confused how to use it with R... | non_defect | unclear how to use mesh bed leveling i have been trying to get mesh bed leveling working since there have been a few issues opened that appear to have been fixed it seems that mbl has evolved since some of the initial articles appeared describing it early this year march i am confused how to use it with rcbu... | 0 |
35,692 | 9,645,533,883 | IssuesEvent | 2019-05-17 08:54:50 | yandex/ClickHouse | https://api.github.com/repos/yandex/ClickHouse | opened | build failed, by clang 8.0.0 | build | hi, Thank you for your work.
I compiled in stable version (19.5.3.8 stable) wrong.
first, Download the code from LLVM and copy the code from the driver directory to compiler_8.0.0 and compiler_8.0.0svn.
second, The build code.
failed message:
CMake Error at dbms/programs/clang/Compiler-8.0.0svn/CMakeLists.txt:32... | 1.0 | build failed, by clang 8.0.0 - hi, Thank you for your work.
I compiled in stable version (19.5.3.8 stable) wrong.
first, Download the code from LLVM and copy the code from the driver directory to compiler_8.0.0 and compiler_8.0.0svn.
second, The build code.
failed message:
CMake Error at dbms/programs/clang/Comp... | non_defect | build failed by clang hi thank you for your work i compiled in stable version stable wrong first download the code from llvm and copy the code from the driver directory to compiler and compiler second the build code failed message cmake error at dbms programs clang compiler... | 0 |
10,862 | 2,622,205,074 | IssuesEvent | 2015-03-04 00:29:53 | clc/emacspeak | https://api.github.com/repos/clc/emacspeak | opened | Google Apps For Your Domain Support for g-client | auto-migrated Priority-Medium Type-Defect | ```
Currently g-client hardcodes addresses for calendar and such so it won't
work with Google Apps For Your Domain setups. It would be nice if such
setups could be supported.
```
Original issue reported on code.google.com by `ismail.d...@gmail.com` on 1 Aug 2008 at 7:19 | 1.0 | Google Apps For Your Domain Support for g-client - ```
Currently g-client hardcodes addresses for calendar and such so it won't
work with Google Apps For Your Domain setups. It would be nice if such
setups could be supported.
```
Original issue reported on code.google.com by `ismail.d...@gmail.com` on 1 Aug 2008 at 7:... | defect | google apps for your domain support for g client currently g client hardcodes addresses for calendar and such so it won t work with google apps for your domain setups it would be nice if such setups could be supported original issue reported on code google com by ismail d gmail com on aug at | 1 |
633,626 | 20,260,696,348 | IssuesEvent | 2022-02-15 07:01:17 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Completions not working inside mapping constructor in new expression parameter | Type/Bug Priority/High Team/LanguageServer Points/2 Area/Completion | **Description:**
Consider the following code:
```ballerina
import ballerina/http;
service / on new http:Listener(8080) {
private MyClient myClient;
public function init() returns error? {
self.myClient = check new({<cursor>})
}
}
type Config record {|
int a;
|};
client cla... | 1.0 | Completions not working inside mapping constructor in new expression parameter - **Description:**
Consider the following code:
```ballerina
import ballerina/http;
service / on new http:Listener(8080) {
private MyClient myClient;
public function init() returns error? {
self.myClient = check ... | non_defect | completions not working inside mapping constructor in new expression parameter description consider the following code ballerina import ballerina http service on new http listener private myclient myclient public function init returns error self myclient check new... | 0 |
30,373 | 6,123,049,574 | IssuesEvent | 2017-06-23 02:39:44 | line/armeria | https://api.github.com/repos/line/armeria | opened | Flaky test: HttpServerTest.testTooLargeContent | defect | ```
com.linecorp.armeria.server.http.HttpServerTest > testTooLargeContent[0: h1c] FAILED
java.util.concurrent.ExecutionException: com.linecorp.armeria.common.ClosedSessionException
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357)
at java.util.concurrent.Completable... | 1.0 | Flaky test: HttpServerTest.testTooLargeContent - ```
com.linecorp.armeria.server.http.HttpServerTest > testTooLargeContent[0: h1c] FAILED
java.util.concurrent.ExecutionException: com.linecorp.armeria.common.ClosedSessionException
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:... | defect | flaky test httpservertest testtoolargecontent com linecorp armeria server http httpservertest testtoolargecontent failed java util concurrent executionexception com linecorp armeria common closedsessionexception at java util concurrent completablefuture reportget completablefuture java ... | 1 |
762,061 | 26,707,297,423 | IssuesEvent | 2023-01-27 19:26:25 | molgenis/molgenis-emx2 | https://api.github.com/repos/molgenis/molgenis-emx2 | opened | Variable explorer is broken | bug priority broken | **What version of EMX2 are you using (see footer)**
8.136.0
**Describe the bug**
Variable explorer is not loading variables
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ['https://emx2.test.molgenis.org'](https://data-catalogue-staging.molgeniscloud.org/DataCatalogue/catalogue/#/variable-explorer... | 1.0 | Variable explorer is broken - **What version of EMX2 are you using (see footer)**
8.136.0
**Describe the bug**
Variable explorer is not loading variables
**To Reproduce**
Steps to reproduce the behavior:
1. Go to ['https://emx2.test.molgenis.org'](https://data-catalogue-staging.molgeniscloud.org/DataCatalogue... | non_defect | variable explorer is broken what version of are you using see footer describe the bug variable explorer is not loading variables to reproduce steps to reproduce the behavior go to see that no variables are loaded expected behavior a clear and concise description of ... | 0 |
23,027 | 3,754,911,340 | IssuesEvent | 2016-03-12 08:55:12 | openwrt/luci | https://api.github.com/repos/openwrt/luci | closed | Hang when saveing changes on Mount Points | C: LuCI Applications P: major T: defect | **Reported by reporter on 3 May 2010 06:24 UTC**
Hello,
First of all some information:
Luci version: 0.9.0
OpenWRT version: 10.03
Hardware model: TPLINK WR1043ND
Bug:
When I change some records on Mount Point screen and then clik Save or Save & Apply Luci hangs. I could kill uhttpd or reboot the router but there is ... | 1.0 | Hang when saveing changes on Mount Points - **Reported by reporter on 3 May 2010 06:24 UTC**
Hello,
First of all some information:
Luci version: 0.9.0
OpenWRT version: 10.03
Hardware model: TPLINK WR1043ND
Bug:
When I change some records on Mount Point screen and then clik Save or Save & Apply Luci hangs. I could ki... | defect | hang when saveing changes on mount points reported by reporter on may utc hello first of all some information luci version openwrt version hardware model tplink bug when i change some records on mount point screen and then clik save or save apply luci hangs i could kill uhttpd or r... | 1 |
34,558 | 9,411,962,855 | IssuesEvent | 2019-04-10 01:53:46 | opencv/opencv | https://api.github.com/repos/opencv/opencv | closed | Error compiling 4.1.0 source code with mingw-w64: 'D3D11_TEXTURE2D_DESC' was not declared in this scope | category: build/install |
##### System information (version)
- OpenCV => 4.1.0
- Operating System / Platform => Windows 10 64bit
- Compiler => mingw-w64 8.1.0-posix-seh-rt_v6-rev0
##### Detailed description
When I compiled the 4.1.0 version with mingw-w64, there was an error
```
E:\opencv-4.1.0\opencv-4.1.0\modules\core\src\dire... | 1.0 | Error compiling 4.1.0 source code with mingw-w64: 'D3D11_TEXTURE2D_DESC' was not declared in this scope -
##### System information (version)
- OpenCV => 4.1.0
- Operating System / Platform => Windows 10 64bit
- Compiler => mingw-w64 8.1.0-posix-seh-rt_v6-rev0
##### Detailed description
When I compiled the 4.... | non_defect | error compiling source code with mingw desc was not declared in this scope system information version opencv operating system platform windows compiler mingw posix seh rt detailed description when i compiled the version with mingw ... | 0 |
45,672 | 5,950,472,724 | IssuesEvent | 2017-05-26 16:49:30 | dart-lang/site-webdev | https://api.github.com/repos/dart-lang/site-webdev | closed | [ng] don't wrap code | Design | This seems to be inherited from angular.io, but the code excerpt lines are wrapped. E.g.,
> 
But, on narrow displays this generally reads much better when not wrapped:
> ![s... | 1.0 | [ng] don't wrap code - This seems to be inherited from angular.io, but the code excerpt lines are wrapped. E.g.,
> 
But, on narrow displays this generally reads much better w... | non_defect | don t wrap code this seems to be inherited from angular io but the code excerpt lines are wrapped e g but on narrow displays this generally reads much better when not wrapped in fact this is what is done on dartlang org e g kwalrath do you agree | 0 |
44,315 | 12,101,445,041 | IssuesEvent | 2020-04-20 15:13:27 | codesmithtools/Templates | https://api.github.com/repos/codesmithtools/Templates | closed | Root object Transactional attribute - enhancement to allow users to control transactions in partial methods. | Framework-CSLA Type-Defect auto-migrated | ```
What steps will reproduce the problem?
1. If you generate a root object, the dataportal methods get decorated with the
<Transactional(TransactionalTypes.TransactionScope)> attribute.
2. If you want to override the root data portal methods with different
transactional requirements you can't, via the partial metho... | 1.0 | Root object Transactional attribute - enhancement to allow users to control transactions in partial methods. - ```
What steps will reproduce the problem?
1. If you generate a root object, the dataportal methods get decorated with the
<Transactional(TransactionalTypes.TransactionScope)> attribute.
2. If you want to ov... | defect | root object transactional attribute enhancement to allow users to control transactions in partial methods what steps will reproduce the problem if you generate a root object the dataportal methods get decorated with the attribute if you want to override the root data portal methods with different ... | 1 |
175 | 2,517,932,024 | IssuesEvent | 2015-01-16 18:15:14 | TamarackConsulting/Creekridge_Portal | https://api.github.com/repos/TamarackConsulting/Creekridge_Portal | closed | Doc gen taking a long time to generate docs | Major Defect | Issue
----------
Sometimes it can take over 15 seconds for a credit app or proposal letter document to generate. User doesn't know if they are waiting or if it didn't work.
Expected
---------------
Improve the performance/speed of generating the documents if possible. | 1.0 | Doc gen taking a long time to generate docs - Issue
----------
Sometimes it can take over 15 seconds for a credit app or proposal letter document to generate. User doesn't know if they are waiting or if it didn't work.
Expected
---------------
Improve the performance/speed of generating the documents if possible... | defect | doc gen taking a long time to generate docs issue sometimes it can take over seconds for a credit app or proposal letter document to generate user doesn t know if they are waiting or if it didn t work expected improve the performance speed of generating the documents if possible | 1 |
49,983 | 26,418,915,548 | IssuesEvent | 2023-01-13 18:22:36 | matrix-org/sliding-sync | https://api.github.com/repos/matrix-org/sliding-sync | closed | Initial sync is worryingly slow & big to get to clients. | performance | While chasing down https://github.com/matrix-org/matrix-rust-sdk/issues/1308 i was seeing initial sync reqs taking 36s to arrive. This was in part exasperated by the req having a 10s timeout on it, but even after fixing that, things are taking a worryingly long time - especially after ~12h of being offline.
Here's ... | True | Initial sync is worryingly slow & big to get to clients. - While chasing down https://github.com/matrix-org/matrix-rust-sdk/issues/1308 i was seeing initial sync reqs taking 36s to arrive. This was in part exasperated by the req having a 10s timeout on it, but even after fixing that, things are taking a worryingly long... | non_defect | initial sync is worryingly slow big to get to clients while chasing down i was seeing initial sync reqs taking to arrive this was in part exasperated by the req having a timeout on it but even after fixing that things are taking a worryingly long time especially after of being offline here s one... | 0 |
1,872 | 2,576,060,012 | IssuesEvent | 2015-02-12 06:05:53 | mozilla/webmaker-app | https://api.github.com/repos/mozilla/webmaker-app | closed | Complete Share view device integration | design | Design here: https://redpen.io/fn6bd4b0dbeaf8e985
We may want to consider device integration for Twitter, WhatsApp, Facebook if it exists | 1.0 | Complete Share view device integration - Design here: https://redpen.io/fn6bd4b0dbeaf8e985
We may want to consider device integration for Twitter, WhatsApp, Facebook if it exists | non_defect | complete share view device integration design here we may want to consider device integration for twitter whatsapp facebook if it exists | 0 |
16,351 | 2,889,788,042 | IssuesEvent | 2015-06-13 19:14:34 | damonkohler/android-scripting | https://api.github.com/repos/damonkohler/android-scripting | closed | Script as APK project not compiling | auto-migrated Priority-Medium Type-Defect | ```
What device(s) are you experiencing the problem on?
What firmware version are you running on the device?
What steps will reproduce the problem?
1. Follow tutorial
http://code.google.com/p/android-scripting/wiki/SharingScripts#Scripts_as_APKs
2. The project built just fine in Eclipse (with no errors) and then
ins... | 1.0 | Script as APK project not compiling - ```
What device(s) are you experiencing the problem on?
What firmware version are you running on the device?
What steps will reproduce the problem?
1. Follow tutorial
http://code.google.com/p/android-scripting/wiki/SharingScripts#Scripts_as_APKs
2. The project built just fine in... | defect | script as apk project not compiling what device s are you experiencing the problem on what firmware version are you running on the device what steps will reproduce the problem follow tutorial the project built just fine in eclipse with no errors and then installation was done with adb s emula... | 1 |
104,193 | 16,613,494,836 | IssuesEvent | 2021-06-02 14:11:34 | Thanraj/linux-4.1.15 | https://api.github.com/repos/Thanraj/linux-4.1.15 | opened | CVE-2018-10902 (High) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2018-10902 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home pag... | True | CVE-2018-10902 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2018-10902 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartw... | non_defect | cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files... | 0 |
62,748 | 17,187,803,922 | IssuesEvent | 2021-07-16 06:24:40 | Questie/Questie | https://api.github.com/repos/Questie/Questie | closed | QuestieLib.lua:256: bad argument #1 to 'unpack' (table expected, got nil) | Type - Defect | <!-- READ THIS FIRST
Hello, thanks for taking the time to report a bug!
Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download the latest version here: https://www.curseforge.com/wow/addons/questie
Ques... | 1.0 | QuestieLib.lua:256: bad argument #1 to 'unpack' (table expected, got nil) - <!-- READ THIS FIRST
Hello, thanks for taking the time to report a bug!
Before you proceed, please verify that you're running the latest version of Questie. The easiest way to do this is via the Twitch client, but you can also download th... | defect | questielib lua bad argument to unpack table expected got nil read this first hello thanks for taking the time to report a bug before you proceed please verify that you re running the latest version of questie the easiest way to do this is via the twitch client but you can also download the ... | 1 |
548 | 9,661,247,285 | IssuesEvent | 2019-05-20 17:30:21 | planningcenter/developers | https://api.github.com/repos/planningcenter/developers | closed | Household Wholesale Edit | People | **Related Applications**
People
**Is your feature request related to a problem? Please describe.**
When updating a person from a household, each person must be updated for a 'wholesale' edit. Planning Center has wholesale functionality when changing home contact information of a person.
**Describe the solution you'... | 1.0 | Household Wholesale Edit - **Related Applications**
People
**Is your feature request related to a problem? Please describe.**
When updating a person from a household, each person must be updated for a 'wholesale' edit. Planning Center has wholesale functionality when changing home contact information of a person.
*... | non_defect | household wholesale edit related applications people is your feature request related to a problem please describe when updating a person from a household each person must be updated for a wholesale edit planning center has wholesale functionality when changing home contact information of a person ... | 0 |
63,872 | 18,024,483,677 | IssuesEvent | 2021-09-17 01:22:58 | milvus-io/milvus-insight | https://api.github.com/repos/milvus-io/milvus-insight | opened | `Error: Please connect milvus first` should be removed on the initialization of the server | defect |  | 1.0 | `Error: Please connect milvus first` should be removed on the initialization of the server -  | defect | error please connect milvus first should be removed on the initialization of the server | 1 |
348,990 | 10,455,666,666 | IssuesEvent | 2019-09-19 21:58:55 | mono/monodevelop | https://api.github.com/repos/mono/monodevelop | closed | Fix the Cannot find ruleset file during build | Area: Project Model low-priority vs-sync | I need to make sure our toolset variables match those in the actual MSBuild
> VS bug [#592072](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/592072) | 1.0 | Fix the Cannot find ruleset file during build - I need to make sure our toolset variables match those in the actual MSBuild
> VS bug [#592072](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/592072) | non_defect | fix the cannot find ruleset file during build i need to make sure our toolset variables match those in the actual msbuild vs bug | 0 |
196,884 | 15,612,792,857 | IssuesEvent | 2021-03-19 15:42:26 | fga-eps-mds/MDS-2020-2-G9 | https://api.github.com/repos/fga-eps-mds/MDS-2020-2-G9 | closed | Criação de mais páginas no protótipo de alta fidelidade | Protótipo documentation enhancement | ### Descrição:
Completar o protótipo de alta fidelidade com as páginas que faltam.
### Objetivos:
- [x] Criação da página Medicações
- [x] Criação da página Agendar
- [x] Prototipar a animação de mudança de páginas
### Critérios de aceitação:
- [x] Protótipo manter uma identidade visual concisa
| 1.0 | Criação de mais páginas no protótipo de alta fidelidade - ### Descrição:
Completar o protótipo de alta fidelidade com as páginas que faltam.
### Objetivos:
- [x] Criação da página Medicações
- [x] Criação da página Agendar
- [x] Prototipar a animação de mudança de páginas
### Critérios de aceitação:
- [x... | non_defect | criação de mais páginas no protótipo de alta fidelidade descrição completar o protótipo de alta fidelidade com as páginas que faltam objetivos criação da página medicações criação da página agendar prototipar a animação de mudança de páginas critérios de aceitação protót... | 0 |
24,691 | 4,074,633,866 | IssuesEvent | 2016-05-28 15:53:10 | haskell/haskell-platform | https://api.github.com/repos/haskell/haskell-platform | closed | Install error - haskell-2013.2.0.0 | defect | getting an error as follows
[code]
Preprocessing library cgi-3001.1.7.5...
Network/CGI.hs:1:16: Warning:
-fallow-overlapping-instances is deprecated: use -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
Network/CGI/Monad.hs:1:16: Warning:
-fglasgow-exts is deprecated: U... | 1.0 | Install error - haskell-2013.2.0.0 - getting an error as follows
[code]
Preprocessing library cgi-3001.1.7.5...
Network/CGI.hs:1:16: Warning:
-fallow-overlapping-instances is deprecated: use -XOverlappingInstances or pragma {-# LANGUAGE OverlappingInstances #-} instead
Network/CGI/Monad.hs:1:16: Warning:... | defect | install error haskell getting an error as follows preprocessing library cgi network cgi hs warning fallow overlapping instances is deprecated use xoverlappinginstances or pragma language overlappinginstances instead network cgi monad hs warning fglasg... | 1 |
241,923 | 20,173,270,567 | IssuesEvent | 2022-02-10 12:23:10 | DanielMurphy22/SmokeTests | https://api.github.com/repos/DanielMurphy22/SmokeTests | closed | Windows Python Smoke Tests | Needs Close Explanation and Resolved Label Manual Tests Windows Only Stale |
Before testing:
- Check this testing issue relates to the OS you will test on.
- If unassigned, please assign yourself as for a normal Github issue.
- Please run these tests on the release package of Mantid; **not a locally built version**.
Afterwards:
- Comment below with any issues you came across.
- If no issue... | 1.0 | Windows Python Smoke Tests -
Before testing:
- Check this testing issue relates to the OS you will test on.
- If unassigned, please assign yourself as for a normal Github issue.
- Please run these tests on the release package of Mantid; **not a locally built version**.
Afterwards:
- Comment below with any issues y... | non_defect | windows python smoke tests before testing check this testing issue relates to the os you will test on if unassigned please assign yourself as for a normal github issue please run these tests on the release package of mantid not a locally built version afterwards comment below with any issues y... | 0 |
9,441 | 8,636,838,269 | IssuesEvent | 2018-11-23 09:13:58 | kyma-project/kyma | https://api.github.com/repos/kyma-project/kyma | closed | Insufficient Domain Isolation of Environments | area/service-mesh security/medium wontfix | When API Gateway exposes Services, Functions, etc. they are each available from a sub-domain of the main cluster domain (example.com). This is regardless of the environment that they are declared in.
E.g. service foo in env prod and service bar in env stage might be exposed here:
```
foo.example.com
bar.example.c... | 1.0 | Insufficient Domain Isolation of Environments - When API Gateway exposes Services, Functions, etc. they are each available from a sub-domain of the main cluster domain (example.com). This is regardless of the environment that they are declared in.
E.g. service foo in env prod and service bar in env stage might be ex... | non_defect | insufficient domain isolation of environments when api gateway exposes services functions etc they are each available from a sub domain of the main cluster domain example com this is regardless of the environment that they are declared in e g service foo in env prod and service bar in env stage might be ex... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.