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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29,540 | 5,716,010,496 | IssuesEvent | 2017-04-19 14:19:32 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Field.contains() is rendered incorrectly with JOIN | C: DB: PostgreSQL C: Functionality P: Medium T: Defect | Tables:
```sql
create table dish (
id uuid not null constraint dish_pkey primary key,
place_id text,
name text not null,
photo text not null,
price jsonb
);
create table tag (
entity_id uuid not null constraint tag_pkey primary key,
type text not null,
tags text[] default '{}'::text[] not null
)... | 1.0 | Field.contains() is rendered incorrectly with JOIN - Tables:
```sql
create table dish (
id uuid not null constraint dish_pkey primary key,
place_id text,
name text not null,
photo text not null,
price jsonb
);
create table tag (
entity_id uuid not null constraint tag_pkey primary key,
type text not... | defect | field contains is rendered incorrectly with join tables sql create table dish id uuid not null constraint dish pkey primary key place id text name text not null photo text not null price jsonb create table tag entity id uuid not null constraint tag pkey primary key type text not... | 1 |
483,213 | 13,920,696,397 | IssuesEvent | 2020-10-21 10:49:23 | InfiniteFlightAirportEditing/Airports | https://api.github.com/repos/InfiniteFlightAirportEditing/Airports | closed | EGOV-RAF Valley-WALES-UK | Being Redone Low Priority | # Airport Name
RAF Valley
# Country?
UK
# Improvements that need to be made?
scratch
# Are you working on this airport?
yes
# Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low)
low
| 1.0 | EGOV-RAF Valley-WALES-UK - # Airport Name
RAF Valley
# Country?
UK
# Improvements that need to be made?
scratch
# Are you working on this airport?
yes
# Airport Priority? (IF Event, 10000ft+ Runway, World/US Capital, Low)
low
| non_defect | egov raf valley wales uk airport name raf valley country uk improvements that need to be made scratch are you working on this airport yes airport priority if event runway world us capital low low | 0 |
56,409 | 15,079,552,066 | IssuesEvent | 2021-02-05 10:19:08 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | map config / eviction size="0" with HazelcastLocalCacheRegionFactory | Type: Defect | I am using https://github.com/hazelcast/hazelcast-hibernate and set config like that:
''' <map name="de.k2interactive.qeep.users.db.PluginDataDto">
<eviction size="0" />
</map>''''
to temporary switch off cache
I am not shure if this is working correctly:
- i cannot look into the map because i... | 1.0 | map config / eviction size="0" with HazelcastLocalCacheRegionFactory - I am using https://github.com/hazelcast/hazelcast-hibernate and set config like that:
''' <map name="de.k2interactive.qeep.users.db.PluginDataDto">
<eviction size="0" />
</map>''''
to temporary switch off cache
I am not shur... | defect | map config eviction size with hazelcastlocalcacheregionfactory i am using and set config like that to temporary switch off cache i am not shure if this is working correctly i cannot look into the map because i am using hazelcastlocalcacheregionfactory which do not ... | 1 |
38,919 | 8,558,612,195 | IssuesEvent | 2018-11-08 18:46:59 | dahall/AeroWizard | https://api.github.com/repos/dahall/AeroWizard | closed | 1.3.0.0 and the changeset 73810 | CodePlex Discussion | Is it possible that the binary release 1.3.0.0 doesn't contain the fix from the changeset 73810?
I do observe the issues described there when using the 1.3.0.0 release downloaded from the "downloads" section, but not when loading the latest sources.
cheers, tomek
Originally posted: 2013-11-12T11:48:1... | 1.0 | 1.3.0.0 and the changeset 73810 - Is it possible that the binary release 1.3.0.0 doesn't contain the fix from the changeset 73810?
I do observe the issues described there when using the 1.3.0.0 release downloaded from the "downloads" section, but not when loading the latest sources.
cheers, tomek
Ori... | non_defect | and the changeset is it possible that the binary release doesn t contain the fix from the changeset i do observe the issues described there when using the release downloaded from the downloads section but not when loading the latest sources cheers tomek originally ... | 0 |
13,650 | 2,774,695,952 | IssuesEvent | 2015-05-04 11:15:48 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | New client creates exception in UTFEncoderDecoder | Team: Client Type: Defect | This stack trace is found when I run one of the new tests for the "unbounded return values" feature with the new client:
```
12:42:57,772 DEBUG [UTFEncoderDecoder] main - Old String constructor doesn't seem available
java.lang.NoSuchMethodException: java.lang.String.<init>(int, int, [C)
at java.lang.Class.getConst... | 1.0 | New client creates exception in UTFEncoderDecoder - This stack trace is found when I run one of the new tests for the "unbounded return values" feature with the new client:
```
12:42:57,772 DEBUG [UTFEncoderDecoder] main - Old String constructor doesn't seem available
java.lang.NoSuchMethodException: java.lang.Strin... | defect | new client creates exception in utfencoderdecoder this stack trace is found when i run one of the new tests for the unbounded return values feature with the new client debug main old string constructor doesn t seem available java lang nosuchmethodexception java lang string int int c at ... | 1 |
72,990 | 24,395,044,877 | IssuesEvent | 2022-10-04 18:28:17 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | opened | Misleading behavior when specifying remote data source in CREATE INDEX | Type: Defect to-jira | <!--
Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently.
-->
**Describe the bug**
Given an external data source with a table like the following, for example: `CREATE TABLE people (id INT PRIMARY KEY, name VARCHAR(100))` and a co... | 1.0 | Misleading behavior when specifying remote data source in CREATE INDEX - <!--
Thanks for reporting your issue. Please share with us the following information, to help us resolve your issue quickly and efficiently.
-->
**Describe the bug**
Given an external data source with a table like the following, for exampl... | defect | misleading behavior when specifying remote data source in create index thanks for reporting your issue please share with us the following information to help us resolve your issue quickly and efficiently describe the bug given an external data source with a table like the following for exampl... | 1 |
25,469 | 4,330,356,306 | IssuesEvent | 2016-07-26 19:44:51 | mhoopmann/mstoolkit | https://api.github.com/repos/mhoopmann/mstoolkit | closed | Error in compiling in VS 2010 | auto-migrated OpSys-Windows Priority-Medium Type-Defect | ```
There are some link errors when compiling it in VS 2010. I can't fix it by
myself. Attach please find my whole solution.
ps. Could you provide a VS2010 solution file?
Thanks.
```
Original issue reported on code.google.com by `fcyucn` on 2 Sep 2014 at 2:42
Attachments:
* [mstoolkit.zip](https://storage.google... | 1.0 | Error in compiling in VS 2010 - ```
There are some link errors when compiling it in VS 2010. I can't fix it by
myself. Attach please find my whole solution.
ps. Could you provide a VS2010 solution file?
Thanks.
```
Original issue reported on code.google.com by `fcyucn` on 2 Sep 2014 at 2:42
Attachments:
* [mstoo... | defect | error in compiling in vs there are some link errors when compiling it in vs i can t fix it by myself attach please find my whole solution ps could you provide a solution file thanks original issue reported on code google com by fcyucn on sep at attachments | 1 |
6,694 | 2,610,271,274 | IssuesEvent | 2015-02-26 19:26:49 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | closed | Post content cant disappear | auto-migrated Priority-Medium Type-Defect | ```
What's the problem?
When I click on a new post, post content cannot automatically disappear.
It just display previous content.
What browser are you using?
chromeplus 1.5.0.0 based on Chromium 7.0.517.41
What version of ScribeFire are you running?
1.4.3.0
```
-----
Original issue reported on code.google.com... | 1.0 | Post content cant disappear - ```
What's the problem?
When I click on a new post, post content cannot automatically disappear.
It just display previous content.
What browser are you using?
chromeplus 1.5.0.0 based on Chromium 7.0.517.41
What version of ScribeFire are you running?
1.4.3.0
```
-----
Original iss... | defect | post content cant disappear what s the problem when i click on a new post post content cannot automatically disappear it just display previous content what browser are you using chromeplus based on chromium what version of scribefire are you running original issue ... | 1 |
66,061 | 19,911,547,270 | IssuesEvent | 2022-01-25 17:39:35 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Dictionary doesn't suggest auto-correction when capitalisation differs | T-Defect | ### Steps to reproduce
1. Add "Poecilia" to the dictionary
2. Type "poecilia" into the composer and right click to see suggested autocorrections
### Outcome
#### What did you expect?
Poecilia is the first suggestion
#### What happened instead?
Get a bunch of unrelated suggestions
### Operating system
Arch ... | 1.0 | Dictionary doesn't suggest auto-correction when capitalisation differs - ### Steps to reproduce
1. Add "Poecilia" to the dictionary
2. Type "poecilia" into the composer and right click to see suggested autocorrections
### Outcome
#### What did you expect?
Poecilia is the first suggestion
#### What happened in... | defect | dictionary doesn t suggest auto correction when capitalisation differs steps to reproduce add poecilia to the dictionary type poecilia into the composer and right click to see suggested autocorrections outcome what did you expect poecilia is the first suggestion what happened in... | 1 |
16,818 | 2,948,314,281 | IssuesEvent | 2015-07-06 01:21:51 | Winetricks/winetricks | https://api.github.com/repos/Winetricks/winetricks | closed | dotnet20 / fontfix verb gives poor hints on slackware | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.winetricks dotnet20
What is the expected output? What do you see instead?
I have already installed mono. It is on /usr/bin/mono.
The output goes:
Executing w_do_call dotnet30
Executing load_dotnet30
Executing w_do_call dotnet20
Executing load_dotnet20
Executing w_do_call re... | 1.0 | dotnet20 / fontfix verb gives poor hints on slackware - ```
What steps will reproduce the problem?
1.winetricks dotnet20
What is the expected output? What do you see instead?
I have already installed mono. It is on /usr/bin/mono.
The output goes:
Executing w_do_call dotnet30
Executing load_dotnet30
Executing w_do_call... | defect | fontfix verb gives poor hints on slackware what steps will reproduce the problem winetricks what is the expected output what do you see instead i have already installed mono it is on usr bin mono the output goes executing w do call executing load executing w do call executing load executin... | 1 |
70,787 | 15,108,507,227 | IssuesEvent | 2021-02-08 16:42:51 | Whizkevina/reanest | https://api.github.com/repos/Whizkevina/reanest | opened | CVE-2018-11694 (High) detected in node-sassv4.13.1 | security vulnerability | ## CVE-2018-11694 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.13.1</b></p></summary>
<p>
<p>:rainbow: Node.js bindings to libsass</p>
<p>Library home page: <a href=http... | True | CVE-2018-11694 (High) detected in node-sassv4.13.1 - ## CVE-2018-11694 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-sassv4.13.1</b></p></summary>
<p>
<p>:rainbow: Node.js bindi... | non_defect | cve high detected in node cve high severity vulnerability vulnerable library node rainbow node js bindings to libsass library home page a href found in head commit a href found in base branch main vulnerable source files reanest no... | 0 |
206,465 | 16,042,801,481 | IssuesEvent | 2021-04-22 09:58:12 | FirebaseExtended/flutterfire | https://api.github.com/repos/FirebaseExtended/flutterfire | closed | only on few devices - flutter: Unauthenticated#0 HttpsCallable.call | Stale plugin: functions type: bug type: documentation | Android is all working fine. however, not sure what's causing this issue on few IOS devices (FYI - some IOS devices working fine). Any help would be appreciated.
## Quick note
Firebase functions using Node 8 engine
## onCall script from app
ces2020/stores/login/loginStore.dart
await callable.call(<String, dyna... | 1.0 | only on few devices - flutter: Unauthenticated#0 HttpsCallable.call - Android is all working fine. however, not sure what's causing this issue on few IOS devices (FYI - some IOS devices working fine). Any help would be appreciated.
## Quick note
Firebase functions using Node 8 engine
## onCall script from app
c... | non_defect | only on few devices flutter unauthenticated httpscallable call android is all working fine however not sure what s causing this issue on few ios devices fyi some ios devices working fine any help would be appreciated quick note firebase functions using node engine oncall script from app ... | 0 |
21,000 | 3,441,884,086 | IssuesEvent | 2015-12-14 20:17:23 | wdg/blacktree-secrets | https://api.github.com/repos/wdg/blacktree-secrets | closed | Widget prob | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Enable widgets on desktop
2. Drag clock widget to desktop
3. Cant remove widget and gets stuck on top of any open window
What is the expected output? What do you see instead?
I cant remove the widget
What version of the product are you using? On what operating system?
Ne... | 1.0 | Widget prob - ```
What steps will reproduce the problem?
1. Enable widgets on desktop
2. Drag clock widget to desktop
3. Cant remove widget and gets stuck on top of any open window
What is the expected output? What do you see instead?
I cant remove the widget
What version of the product are you using? On what operat... | defect | widget prob what steps will reproduce the problem enable widgets on desktop drag clock widget to desktop cant remove widget and gets stuck on top of any open window what is the expected output what do you see instead i cant remove the widget what version of the product are you using on what operat... | 1 |
8,597 | 2,611,532,209 | IssuesEvent | 2015-02-27 06:03:33 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | hwengine.exe Windows 7 x64 100% CPU | auto-migrated Priority-Medium Type-Defect | ```
On my system (Specs: Win7 x64, Core i3, Geforce 650, OS and drivers up2date),
hwengine.exe uses 100% of one core. On previous releases, it was max. 5-6% of
all cores. Which further information can I provide?
```
Original issue reported on code.google.com by `another....@googlemail.com` on 2 Jun 2013 at 8:57 | 1.0 | hwengine.exe Windows 7 x64 100% CPU - ```
On my system (Specs: Win7 x64, Core i3, Geforce 650, OS and drivers up2date),
hwengine.exe uses 100% of one core. On previous releases, it was max. 5-6% of
all cores. Which further information can I provide?
```
Original issue reported on code.google.com by `another....@go... | defect | hwengine exe windows cpu on my system specs core geforce os and drivers hwengine exe uses of one core on previous releases it was max of all cores which further information can i provide original issue reported on code google com by another googlemail com on j... | 1 |
55,119 | 14,228,298,540 | IssuesEvent | 2020-11-18 03:25:32 | snowplow/snowplow-android-tracker | https://api.github.com/repos/snowplow/snowplow-android-tracker | opened | ScreenView ID preconditions breaking change | type:defect | **Describe the bug**
The SDK seems to have changed its behaviour without documenting it as a breaking change. Or the documentation is out of date.
Since release [1.3.5](https://github.com/snowplow/snowplow-android-tracker/releases/tag/1.3.5) the ScreenView id *has* to be a UUID which was not the case, and in the [d... | 1.0 | ScreenView ID preconditions breaking change - **Describe the bug**
The SDK seems to have changed its behaviour without documenting it as a breaking change. Or the documentation is out of date.
Since release [1.3.5](https://github.com/snowplow/snowplow-android-tracker/releases/tag/1.3.5) the ScreenView id *has* to b... | defect | screenview id preconditions breaking change describe the bug the sdk seems to have changed its behaviour without documenting it as a breaking change or the documentation is out of date since release the screenview id has to be a uuid which was not the case and in the it just uses some string ... | 1 |
66,801 | 20,677,803,990 | IssuesEvent | 2022-03-10 10:56:35 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: scipy.sparse.csr_matrix((data, indices, indptr), [shape=(M, N)]) returns different matrices when instantiated by the same attributes | defect | ### Describe your issue.
There are two ways to instantiate a csr_matrix :
1) Defining the variables out of the csr_matrix() function and instantiating it by passing parameters.
2) Defining the variables just in the csr_matrix() function.
With the same parameters, the matrices obtained in these two different ways... | 1.0 | BUG: scipy.sparse.csr_matrix((data, indices, indptr), [shape=(M, N)]) returns different matrices when instantiated by the same attributes - ### Describe your issue.
There are two ways to instantiate a csr_matrix :
1) Defining the variables out of the csr_matrix() function and instantiating it by passing parameters.
... | defect | bug scipy sparse csr matrix data indices indptr returns different matrices when instantiated by the same attributes describe your issue there are two ways to instantiate a csr matrix defining the variables out of the csr matrix function and instantiating it by passing parameters defining ... | 1 |
65,391 | 19,476,522,987 | IssuesEvent | 2021-12-24 13:35:12 | SeleniumHQ/selenium | https://api.github.com/repos/SeleniumHQ/selenium | opened | [🐛 Bug]: Error - org.openqa.selenium.UnsupportedCommandException: getElementDomAttribute Build info: version: '4.1.1' | I-defect needs-triaging | ### What happened?
Getting error only while executing in Sauce. Local Machine its working as expected.
All the select class xpath are failing after updating selenium 4.1.1
Updated Remote webdriver as ChromeOptions options=new New ChromeOptions();
browser pick ki up correctly in sauce, but dropdown values not ... | 1.0 | [🐛 Bug]: Error - org.openqa.selenium.UnsupportedCommandException: getElementDomAttribute Build info: version: '4.1.1' - ### What happened?
Getting error only while executing in Sauce. Local Machine its working as expected.
All the select class xpath are failing after updating selenium 4.1.1
Updated Remote webdr... | defect | error org openqa selenium unsupportedcommandexception getelementdomattribute build info version what happened getting error only while executing in sauce local machine its working as expected all the select class xpath are failing after updating selenium updated remote webdriver as... | 1 |
3,095 | 2,607,983,671 | IssuesEvent | 2015-02-26 00:50:42 | chrsmithdemos/zen-coding | https://api.github.com/repos/chrsmithdemos/zen-coding | closed | CRLF in Notepad++ when editing a windows format file. | auto-migrated Priority-Medium Type-Defect | ```
Using Notepad++ in Windows, when I do "Expend Abbreviation", it always use UNIX
format newline (LF, \n). Even editing a Windows format file, it still use \n,
never use \r\n.
```
-----
Original issue reported on code.google.com by `whitetre...@gmail.com` on 4 Jun 2011 at 6:36 | 1.0 | CRLF in Notepad++ when editing a windows format file. - ```
Using Notepad++ in Windows, when I do "Expend Abbreviation", it always use UNIX
format newline (LF, \n). Even editing a Windows format file, it still use \n,
never use \r\n.
```
-----
Original issue reported on code.google.com by `whitetre...@gmail.com` on ... | defect | crlf in notepad when editing a windows format file using notepad in windows when i do expend abbreviation it always use unix format newline lf n even editing a windows format file it still use n never use r n original issue reported on code google com by whitetre gmail com on ... | 1 |
340,185 | 10,268,412,647 | IssuesEvent | 2019-08-23 06:11:48 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | play.google.com - see bug description | browser-fenix engine-gecko priority-critical | <!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://play.google.com/store/apps/details?id=com.imgur.mobile
**Browser / Version**: Firefox Mobile 69.0
**Operating Sy... | 1.0 | play.google.com - see bug description - <!-- @browser: Firefox Mobile 69.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 9; Mobile; rv:69.0) Gecko/69.0 Firefox/69.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-fenix -->
**URL**: https://play.google.com/store/apps/details?id=com.imgur.mobile
**Browser / Versi... | non_defect | play google com see bug description url browser version firefox mobile operating system android tested another browser unknown problem type something else description needs to open with native app or else might as well not visit steps to reproduce google play li... | 0 |
67,604 | 21,013,408,140 | IssuesEvent | 2022-03-30 08:49:40 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Linking to a thread reply from a different room fails to load timeline position | T-Defect A-Threads Z-Labs | ### Steps to reproduce
1. Johannes sent a link to a thread reply to me in our DM. The thread in question is in a private encrypted room that I am in, have already loaded timeline for.
2. Following the link causes
<img width="799" alt="Screenshot 2022-03-30 at 10 45 23" src="https://user-images.githubusercontent.co... | 1.0 | Linking to a thread reply from a different room fails to load timeline position - ### Steps to reproduce
1. Johannes sent a link to a thread reply to me in our DM. The thread in question is in a private encrypted room that I am in, have already loaded timeline for.
2. Following the link causes
<img width="799" alt... | defect | linking to a thread reply from a different room fails to load timeline position steps to reproduce johannes sent a link to a thread reply to me in our dm the thread in question is in a private encrypted room that i am in have already loaded timeline for following the link causes img width alt ... | 1 |
154,519 | 24,309,089,074 | IssuesEvent | 2022-09-29 20:17:52 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | [Figma 🐛] Feature card large | bug design design kit | The max breakpoint is mislabeled within the breakpoints dropdown as 1312px

| 2.0 | [Figma 🐛] Feature card large - The max breakpoint is mislabeled within the breakpoints dropdown as 1312px

| non_defect | feature card large the max breakpoint is mislabeled within the breakpoints dropdown as | 0 |
70,423 | 23,160,851,608 | IssuesEvent | 2022-07-29 17:34:01 | primefaces-extensions/primefaces-extensions | https://api.github.com/repos/primefaces-extensions/primefaces-extensions | closed | Layout: JS issue resizing in Firefox | defect | ### Describe the bug
See: https://github.com/primefaces/primefaces/issues/7953
### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces Extensions version
12.0.0-RC2
### JSF implementation
Mojarra
### JSF version
2.3
### Browser(s)
_No response_ | 1.0 | Layout: JS issue resizing in Firefox - ### Describe the bug
See: https://github.com/primefaces/primefaces/issues/7953
### Reproducer
_No response_
### Expected behavior
_No response_
### PrimeFaces Extensions version
12.0.0-RC2
### JSF implementation
Mojarra
### JSF version
2.3
### Browser(s)
_No response_ | defect | layout js issue resizing in firefox describe the bug see reproducer no response expected behavior no response primefaces extensions version jsf implementation mojarra jsf version browser s no response | 1 |
134,737 | 30,123,080,752 | IssuesEvent | 2023-06-30 16:50:25 | h4sh5/pypi-auto-scanner | https://api.github.com/repos/h4sh5/pypi-auto-scanner | opened | clickzetta-connector 0.8.24 has 1 GuardDog issues | guarddog code-execution | https://pypi.org/project/clickzetta-connector
https://inspector.pypi.io/project/clickzetta-connector
```{
"dependency": "clickzetta-connector",
"version": "0.8.24",
"result": {
"issues": 1,
"errors": {},
"results": {
"code-execution": [
{
"location": "clickzetta-connector-0.8.2... | 1.0 | clickzetta-connector 0.8.24 has 1 GuardDog issues - https://pypi.org/project/clickzetta-connector
https://inspector.pypi.io/project/clickzetta-connector
```{
"dependency": "clickzetta-connector",
"version": "0.8.24",
"result": {
"issues": 1,
"errors": {},
"results": {
"code-execution": [
... | non_defect | clickzetta connector has guarddog issues dependency clickzetta connector version result issues errors results code execution location clickzetta connector setup py code subpro... | 0 |
55,994 | 14,887,351,632 | IssuesEvent | 2021-01-20 18:12:47 | scholarslab/Neatline | https://api.github.com/repos/scholarslab/Neatline | closed | Omeka+Neatline broken with PHP 7.2 update | defect needs-review | via the Omeka forum:
https://forum.omeka.org/t/omeka-classic-running-neatline-and-neatlight/9350
User ddimento there had a working Omeka+Neatline install (Omeka classic, Neatline, Neatlight theme, Waypoints), but when their hosting provider upgraded PHP to version 7.2, their exhibits no longer work. | 1.0 | Omeka+Neatline broken with PHP 7.2 update - via the Omeka forum:
https://forum.omeka.org/t/omeka-classic-running-neatline-and-neatlight/9350
User ddimento there had a working Omeka+Neatline install (Omeka classic, Neatline, Neatlight theme, Waypoints), but when their hosting provider upgraded PHP to version 7.2, ... | defect | omeka neatline broken with php update via the omeka forum user ddimento there had a working omeka neatline install omeka classic neatline neatlight theme waypoints but when their hosting provider upgraded php to version their exhibits no longer work | 1 |
75,189 | 25,576,152,598 | IssuesEvent | 2022-11-30 22:19:48 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Avatar: Error rendering label with only numbers | :lady_beetle: defect | ### Describe the bug
I have an issue where the value passed to the attribute label is only numbers or anything different as letters, the current version throws an exception with the message
`java.lang.StringIndexOutOfBoundsException: String index out of range: 0
at java.base/java.lang.StringLatin1.charAt(S... | 1.0 | Avatar: Error rendering label with only numbers - ### Describe the bug
I have an issue where the value passed to the attribute label is only numbers or anything different as letters, the current version throws an exception with the message
`java.lang.StringIndexOutOfBoundsException: String index out of range... | defect | avatar error rendering label with only numbers describe the bug i have an issue where the value passed to the attribute label is only numbers or anything different as letters the current version throws an exception with the message java lang stringindexoutofboundsexception string index out of range... | 1 |
554,607 | 16,434,489,089 | IssuesEvent | 2021-05-20 07:41:39 | scality/core-ui | https://api.github.com/repos/scality/core-ui | closed | LateralNavbarLayout with Burger icon & closing on click | UI discrepancy enhancement priority:medium | **Component**:
LateralNavbarLayout - Hoverable Sidebar
**Why this is needed**:
1. Burger icon is becoming the standard icon for menu
2. When clicking on this icon, as there is no feedback, and the action is only done only when the mouse is out of the container. This is confusing the user.
**What should be done... | 1.0 | LateralNavbarLayout with Burger icon & closing on click - **Component**:
LateralNavbarLayout - Hoverable Sidebar
**Why this is needed**:
1. Burger icon is becoming the standard icon for menu
2. When clicking on this icon, as there is no feedback, and the action is only done only when the mouse is out of the conta... | non_defect | lateralnavbarlayout with burger icon closing on click component lateralnavbarlayout hoverable sidebar why this is needed burger icon is becoming the standard icon for menu when clicking on this icon as there is no feedback and the action is only done only when the mouse is out of the conta... | 0 |
78,208 | 27,369,898,919 | IssuesEvent | 2023-02-27 22:24:29 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | BUG: CDF and PMF of binomial function not same with extreme values | defect scipy.stats | ### Describe your issue.
I wanted to calculate the chance that I inhale at least one molecule of Ceasars words (see [here](https://www.theguardian.com/books/2017/jul/16/caesars-last-breath-sam-kean-review-decoding-the-secrets-of-the-air-around-us)). I thought to calculate the chance of inhaling zero molecules with t... | 1.0 | BUG: CDF and PMF of binomial function not same with extreme values - ### Describe your issue.
I wanted to calculate the chance that I inhale at least one molecule of Ceasars words (see [here](https://www.theguardian.com/books/2017/jul/16/caesars-last-breath-sam-kean-review-decoding-the-secrets-of-the-air-around-us))... | defect | bug cdf and pmf of binomial function not same with extreme values describe your issue i wanted to calculate the chance that i inhale at least one molecule of ceasars words see i thought to calculate the chance of inhaling zero molecules with the binomial function reproducing code example ... | 1 |
17,649 | 3,012,792,288 | IssuesEvent | 2015-07-29 02:39:04 | yawlfoundation/yawl | https://api.github.com/repos/yawlfoundation/yawl | closed | YAWL editor - missing custom form information | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Enter the url of a custom form for a task in the editor
2. Save the yawl file
3. Open the yawl file again and check the url
What is the expected output? What do you see instead?
The expected result is the the url of the custom form that i have entered
and saved is maintai... | 1.0 | YAWL editor - missing custom form information - ```
What steps will reproduce the problem?
1. Enter the url of a custom form for a task in the editor
2. Save the yawl file
3. Open the yawl file again and check the url
What is the expected output? What do you see instead?
The expected result is the the url of the custo... | defect | yawl editor missing custom form information what steps will reproduce the problem enter the url of a custom form for a task in the editor save the yawl file open the yawl file again and check the url what is the expected output what do you see instead the expected result is the the url of the custo... | 1 |
72,487 | 24,139,242,602 | IssuesEvent | 2022-09-21 13:43:57 | SAP/fundamental-ngx | https://api.github.com/repos/SAP/fundamental-ngx | closed | Defect Hunting: multi-input issue | bug core Defect Hunting quick fix | #### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
- [ ] Multi-input needs to disable browser autocomplete by default (see https://github.com/SAP/fundamental-ngx/issues/5889)
<img width="356" alt="Screen Shot 2021-08-26 at 4 50 57 PM" src="https://user-images.githubuserc... | 1.0 | Defect Hunting: multi-input issue - #### Is this a bug, enhancement, or feature request?
bug
#### Briefly describe your proposal.
- [ ] Multi-input needs to disable browser autocomplete by default (see https://github.com/SAP/fundamental-ngx/issues/5889)
<img width="356" alt="Screen Shot 2021-08-26 at 4 50 57 PM" ... | defect | defect hunting multi input issue is this a bug enhancement or feature request bug briefly describe your proposal multi input needs to disable browser autocomplete by default see img width alt screen shot at pm src core multiinput open the popover using the bu... | 1 |
11,057 | 2,622,956,381 | IssuesEvent | 2015-03-04 09:03:42 | folded/carve | https://api.github.com/repos/folded/carve | opened | Another boolean operation error case | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. load source, load sub
2. Subtract sub from source: source = source - sub will get an error object
(the part of sub are still in the result)
3.
What is the expected output? What do you see instead?
the sub should be subtracted from source
What version of the product are ... | 1.0 | Another boolean operation error case - ```
What steps will reproduce the problem?
1. load source, load sub
2. Subtract sub from source: source = source - sub will get an error object
(the part of sub are still in the result)
3.
What is the expected output? What do you see instead?
the sub should be subtracted from s... | defect | another boolean operation error case what steps will reproduce the problem load source load sub subtract sub from source source source sub will get an error object the part of sub are still in the result what is the expected output what do you see instead the sub should be subtracted from s... | 1 |
63,862 | 15,726,954,008 | IssuesEvent | 2021-03-29 12:02:43 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Create a Java 17 distribution | C: Build E: All Editions P: Medium T: Enhancement | Oracle is getting ready to distribute the next LTS after Java 11. While we've integration tested jOOQ with most releases between 11 and 17, we will also support 17 explicitly for a long time. The Java 17 distribution will include a few features, such as record code generation and others that might be listed here.
| 1.0 | Create a Java 17 distribution - Oracle is getting ready to distribute the next LTS after Java 11. While we've integration tested jOOQ with most releases between 11 and 17, we will also support 17 explicitly for a long time. The Java 17 distribution will include a few features, such as record code generation and others ... | non_defect | create a java distribution oracle is getting ready to distribute the next lts after java while we ve integration tested jooq with most releases between and we will also support explicitly for a long time the java distribution will include a few features such as record code generation and others that m... | 0 |
612,335 | 19,010,087,021 | IssuesEvent | 2021-11-23 08:15:32 | wso2/micro-integrator | https://api.github.com/repos/wso2/micro-integrator | closed | Datasources are missing in the dashboard | Type/Improvement Severity/Major Priority/Normal 4.1.0 | **Description:**
Currently dashboard doesn't have datasources listed.
The suggested approach for implementing this feature includes the following subtasks.
- [x] https://github.com/wso2/product-mi-tooling/issues/234
- [x] https://github.com/wso2/product-mi-tooling/issues/233
- [x] https://github.com/wso2/docs-... | 1.0 | Datasources are missing in the dashboard - **Description:**
Currently dashboard doesn't have datasources listed.
The suggested approach for implementing this feature includes the following subtasks.
- [x] https://github.com/wso2/product-mi-tooling/issues/234
- [x] https://github.com/wso2/product-mi-tooling/issu... | non_defect | datasources are missing in the dashboard description currently dashboard doesn t have datasources listed the suggested approach for implementing this feature includes the following subtasks | 0 |
199,708 | 15,779,825,554 | IssuesEvent | 2021-04-01 09:11:15 | bbc/digital-paper-edit-firebase | https://api.github.com/repos/bbc/digital-paper-edit-firebase | closed | Code walkthrough | documentation | ## Context
Code walkthrough for everyone who will be developing on this project.
## Covered Subjects
digital paper edit storybook
- [x] deployment
- [x] demo page
digital paper edit firebase
- [x] config files
- [x] directories
- [x] context - authorisation, firebase, analytics
- [x] firebase api - Collecti... | 1.0 | Code walkthrough - ## Context
Code walkthrough for everyone who will be developing on this project.
## Covered Subjects
digital paper edit storybook
- [x] deployment
- [x] demo page
digital paper edit firebase
- [x] config files
- [x] directories
- [x] context - authorisation, firebase, analytics
- [x] fire... | non_defect | code walkthrough context code walkthrough for everyone who will be developing on this project covered subjects digital paper edit storybook deployment demo page digital paper edit firebase config files directories context authorisation firebase analytics firebase api c... | 0 |
21,860 | 3,573,522,105 | IssuesEvent | 2016-01-27 07:02:03 | hunnee/jsontoken | https://api.github.com/repos/hunnee/jsontoken | closed | Header field 'typ' is never set if createheader called. | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Instantiate similar to: JsonToken jsonToken = new JsonToken(signer);
2. Fill the object out;
3. Call jsonToken.serializeAndSign();
What is the expected output? What do you see instead?
Should get something like: {"alg":"RS256","typ":"JWT"}
But instead get: {"alg":"RS25... | 1.0 | Header field 'typ' is never set if createheader called. - ```
What steps will reproduce the problem?
1. Instantiate similar to: JsonToken jsonToken = new JsonToken(signer);
2. Fill the object out;
3. Call jsonToken.serializeAndSign();
What is the expected output? What do you see instead?
Should get something like: ... | defect | header field typ is never set if createheader called what steps will reproduce the problem instantiate similar to jsontoken jsontoken new jsontoken signer fill the object out call jsontoken serializeandsign what is the expected output what do you see instead should get something like ... | 1 |
43,803 | 11,850,644,953 | IssuesEvent | 2020-03-24 16:55:54 | mestrade/go-hello | https://api.github.com/repos/mestrade/go-hello | opened | CVE-2019-20098 - Jira-5.0.4(java) | security/defectDojo | *CVE-2019-20098 - Jira-5.0.4(java)*
*Severity:* High
*Cve:* CVE-2019-20098
*Product/Engagement:* test / AdHoc Import - Tue, 24 Mar 2020 15:57:40
*Systems*:
*Description*:
Image hash: sha256:8a3e381ece363cb5f0187e5f24988a8febd98e76cd5bc0562d443845066d6e58
Package: jira-5.0.4
Package path: /usr/share/jenkins/jen... | 1.0 | CVE-2019-20098 - Jira-5.0.4(java) - *CVE-2019-20098 - Jira-5.0.4(java)*
*Severity:* High
*Cve:* CVE-2019-20098
*Product/Engagement:* test / AdHoc Import - Tue, 24 Mar 2020 15:57:40
*Systems*:
*Description*:
Image hash: sha256:8a3e381ece363cb5f0187e5f24988a8febd98e76cd5bc0562d443845066d6e58
Package: jira-5.0.4
... | defect | cve jira java cve jira java severity high cve cve product engagement test adhoc import tue mar systems description image hash package jira package path usr share jenkins jenkins war web inf plugins jira hpi web inf lib jira rest java... | 1 |
698 | 2,581,771,570 | IssuesEvent | 2015-02-14 12:37:01 | playframework/playframework | https://api.github.com/repos/playframework/playframework | closed | 2.3.7: FormUtils.fromJson, JsBoolean and Forms.boolean mismatch | defect needs-verification | My team has been having issues off and on and I believe I've tracked it down to the source.
We've been using `Form.bindFromRequest` to handle incoming data for an endpoint, and exploiting that it handles JSON among its various input formats to give the endpoint flexability. However, when we used boolean Form member... | 1.0 | 2.3.7: FormUtils.fromJson, JsBoolean and Forms.boolean mismatch - My team has been having issues off and on and I believe I've tracked it down to the source.
We've been using `Form.bindFromRequest` to handle incoming data for an endpoint, and exploiting that it handles JSON among its various input formats to give th... | defect | formutils fromjson jsboolean and forms boolean mismatch my team has been having issues off and on and i believe i ve tracked it down to the source we ve been using form bindfromrequest to handle incoming data for an endpoint and exploiting that it handles json among its various input formats to give th... | 1 |
54,590 | 13,778,413,119 | IssuesEvent | 2020-10-08 12:26:46 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | If virtual scroll property is enabled, Tree nodes are rendering with no hierarchy even if nested/children nodes are available | defect | Current behavior
If virtual scroll property is enabled, Tree nodes are rendering with no hierarchy even if nested/children nodes are available. rendering is happening as flat.
Expected behavior
The tree should render with a hierarchy even if virtual scroll property enabled.
Angular version: 10.1.0
PrimeNG vers... | 1.0 | If virtual scroll property is enabled, Tree nodes are rendering with no hierarchy even if nested/children nodes are available - Current behavior
If virtual scroll property is enabled, Tree nodes are rendering with no hierarchy even if nested/children nodes are available. rendering is happening as flat.
Expected be... | defect | if virtual scroll property is enabled tree nodes are rendering with no hierarchy even if nested children nodes are available current behavior if virtual scroll property is enabled tree nodes are rendering with no hierarchy even if nested children nodes are available rendering is happening as flat expected be... | 1 |
323,042 | 9,842,312,218 | IssuesEvent | 2019-06-18 09:00:46 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | apps.facebook.com - see bug description | browser-firefox engine-gecko priority-critical | <!-- @browser: Firefox 67.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0 -->
<!-- @reported_with: web -->
**URL**: https://apps.facebook.com/onthefarm
**Browser / Version**: Firefox 67.0
**Operating System**: Windows 10
**Tested Another Browser**: Yes
**Problem ... | 1.0 | apps.facebook.com - see bug description - <!-- @browser: Firefox 67.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:67.0) Gecko/20100101 Firefox/67.0 -->
<!-- @reported_with: web -->
**URL**: https://apps.facebook.com/onthefarm
**Browser / Version**: Firefox 67.0
**Operating System**: Windows 10
*... | non_defect | apps facebook com see bug description url browser version firefox operating system windows tested another browser yes problem type something else description page is locked with a gray lock and orange tryingle steps to reproduce i have tried everything that i ca... | 0 |
50,861 | 13,187,912,462 | IssuesEvent | 2020-08-13 05:00:43 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | cmake - `make deploy-docs` goes to the wrong destination (Trac #1548) | Migrated from Trac cmake defect | goes to "METAPROJECT_release"
should just go to "METAPROJECT"
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1548">https://code.icecube.wisc.edu/ticket/1548</a>, reported by nega and owned by nega</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2016-04-21T... | 1.0 | cmake - `make deploy-docs` goes to the wrong destination (Trac #1548) - goes to "METAPROJECT_release"
should just go to "METAPROJECT"
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1548">https://code.icecube.wisc.edu/ticket/1548</a>, reported by nega and owned by nega</em></summary... | defect | cmake make deploy docs goes to the wrong destination trac goes to metaproject release should just go to metaproject migrated from json status closed changetime description goes to metaproject release nshould just go to metaproject r... | 1 |
176,488 | 28,101,877,299 | IssuesEvent | 2023-03-30 20:11:55 | sboxgame/issues | https://api.github.com/repos/sboxgame/issues | closed | EditorModel attribute doesn't accept vmdl_c | api design | ### What it is?
The [EditorModel] attribute only accepts ".vmdl" file paths, it's unintuitive since right-click -> Copy file path returns the ".vmdl_c" path and other attributes such as [Model] do accept it.
### What should it be?
It should accept both .vmdl and .vmdl_c file paths or/and right-click -> Copy file pat... | 1.0 | EditorModel attribute doesn't accept vmdl_c - ### What it is?
The [EditorModel] attribute only accepts ".vmdl" file paths, it's unintuitive since right-click -> Copy file path returns the ".vmdl_c" path and other attributes such as [Model] do accept it.
### What should it be?
It should accept both .vmdl and .vmdl_c ... | non_defect | editormodel attribute doesn t accept vmdl c what it is the attribute only accepts vmdl file paths it s unintuitive since right click copy file path returns the vmdl c path and other attributes such as do accept it what should it be it should accept both vmdl and vmdl c file paths or and ... | 0 |
75,890 | 15,495,676,358 | IssuesEvent | 2021-03-11 01:17:23 | mwilliams7197/Luckysheet | https://api.github.com/repos/mwilliams7197/Luckysheet | opened | CVE-2020-28498 (Medium) detected in elliptic-6.5.3.tgz | security vulnerability | ## CVE-2020-28498 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.3.tgz</b></p></summary>
<p>EC cryptography</p>
<p>Library home page: <a href="https://registry.npmjs.or... | True | CVE-2020-28498 (Medium) detected in elliptic-6.5.3.tgz - ## CVE-2020-28498 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.3.tgz</b></p></summary>
<p>EC cryptography</p>... | non_defect | cve medium detected in elliptic tgz cve medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file luckysheet package json path to vulnerable library luckysheet node modules elliptic package json ... | 0 |
48,453 | 13,068,541,095 | IssuesEvent | 2020-07-31 03:54:30 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [tableio/rootwriter] Root file "master tree" comes out empty (Trac #2419) | Migrated from Trac combo core defect | "rootwriter" master tree is empty (although individual branches seem to be filled).
The master tree also cannot be used to access the branches through SetBranchAddress.
How to reproduce it: run the script "book_data.py" in rootwriter/resources/examples, like this:
./book_data.py myoutput.root ${I3_TESTDATA}/sim/Level2... | 1.0 | [tableio/rootwriter] Root file "master tree" comes out empty (Trac #2419) - "rootwriter" master tree is empty (although individual branches seem to be filled).
The master tree also cannot be used to access the branches through SetBranchAddress.
How to reproduce it: run the script "book_data.py" in rootwriter/resources... | defect | root file master tree comes out empty trac rootwriter master tree is empty although individual branches seem to be filled the master tree also cannot be used to access the branches through setbranchaddress how to reproduce it run the script book data py in rootwriter resources examples like this ... | 1 |
65,095 | 19,095,266,236 | IssuesEvent | 2021-11-29 16:04:03 | vector-im/element-android | https://api.github.com/repos/vector-im/element-android | closed | The voice recording of has when the screen turns off and what was recording is erased | T-Defect A-Voice-Messages S-Major O-Occasional | ### Steps to reproduce
1. Where do you start? What can you see? When you stepped on the record button and slid it so that it stays recorded without having your finger on the screen, and starts recording a long message if the screen turns off the recording clears 2. What do you click? I click on voice mic
### Intende... | 1.0 | The voice recording of has when the screen turns off and what was recording is erased - ### Steps to reproduce
1. Where do you start? What can you see? When you stepped on the record button and slid it so that it stays recorded without having your finger on the screen, and starts recording a long message if the screen... | defect | the voice recording of has when the screen turns off and what was recording is erased steps to reproduce where do you start what can you see when you stepped on the record button and slid it so that it stays recorded without having your finger on the screen and starts recording a long message if the screen... | 1 |
20,484 | 6,041,223,613 | IssuesEvent | 2017-06-10 22:02:33 | jtreml/fsxget | https://api.github.com/repos/jtreml/fsxget | opened | Version system for the settings file incl. auto update for older version settings file | CodePlex Feature Low | **Originally by CodePlex user [juergentreml](https://www.codeplex.com/site/users/view/juergentreml)**
---
After a new version of FSXGET has been installed, on first start it should check whether the settings file is from an older version and if so, upgrade it to the new version, preserving as many settings as pos... | 1.0 | Version system for the settings file incl. auto update for older version settings file - **Originally by CodePlex user [juergentreml](https://www.codeplex.com/site/users/view/juergentreml)**
---
After a new version of FSXGET has been installed, on first start it should check whether the settings file is from an o... | non_defect | version system for the settings file incl auto update for older version settings file originally by codeplex user after a new version of fsxget has been installed on first start it should check whether the settings file is from an older version and if so upgrade it to the new version preserving as... | 0 |
61,625 | 17,023,742,684 | IssuesEvent | 2021-07-03 03:36:07 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Rails code does not run under ruby 1.9 | Component: website Priority: minor Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 5.39am, Friday, 26th August 2011]**
The following error occurs when doing rake db:migrate:
```
C:/Ruby192/rails/app/models/spam_observer.rb:6: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n'
when record.is_a?(User): user = record
... | 1.0 | Rails code does not run under ruby 1.9 - **[Submitted to the original trac issue database at 5.39am, Friday, 26th August 2011]**
The following error occurs when doing rake db:migrate:
```
C:/Ruby192/rails/app/models/spam_observer.rb:6: syntax error, unexpected ':', expecting keyword_then or ',' or ';' or '\n'
... | defect | rails code does not run under ruby the following error occurs when doing rake db migrate c rails app models spam observer rb syntax error unexpected expecting keyword then or or or n when record is a user user record c rails app m... | 1 |
45,194 | 12,643,305,948 | IssuesEvent | 2020-06-16 09:35:11 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Missing implementations in DetachedMeta | C: Functionality E: All Editions P: High R: Fixed T: Defect | jOOQ 3.12 introduced a new internal `DetachedMeta` implementation for `org.jooq.Meta` (via #8986), which creates in-memory copies of source `org.jooq.Meta` values. The copies are created eagerly, and the source is then "detached", meaning that changes to the source will not reflect in the copy anymore. This is particul... | 1.0 | Missing implementations in DetachedMeta - jOOQ 3.12 introduced a new internal `DetachedMeta` implementation for `org.jooq.Meta` (via #8986), which creates in-memory copies of source `org.jooq.Meta` values. The copies are created eagerly, and the source is then "detached", meaning that changes to the source will not ref... | defect | missing implementations in detachedmeta jooq introduced a new internal detachedmeta implementation for org jooq meta via which creates in memory copies of source org jooq meta values the copies are created eagerly and the source is then detached meaning that changes to the source will not reflect... | 1 |
36,936 | 8,198,668,311 | IssuesEvent | 2018-08-31 17:14:19 | google/googletest | https://api.github.com/repos/google/googletest | closed | Provide tar archives | Priority-Medium Type-Defect auto-migrated | ```
Please provide tar archives besides the zip one for stable releases. This way
the download of gtest can be automated if required using cmake and "cmake -E
tar". Zip is not supported here in a portable way.
```
Original issue reported on code.google.com by `johannes...@googlemail.com` on 5 Jun 2012 at 4:15
| 1.0 | Provide tar archives - ```
Please provide tar archives besides the zip one for stable releases. This way
the download of gtest can be automated if required using cmake and "cmake -E
tar". Zip is not supported here in a portable way.
```
Original issue reported on code.google.com by `johannes...@googlemail.com` on 5 ... | defect | provide tar archives please provide tar archives besides the zip one for stable releases this way the download of gtest can be automated if required using cmake and cmake e tar zip is not supported here in a portable way original issue reported on code google com by johannes googlemail com on ... | 1 |
9,478 | 2,615,153,070 | IssuesEvent | 2015-03-01 06:30:43 | chrsmith/reaver-wps | https://api.github.com/repos/chrsmith/reaver-wps | opened | how to remove reaver | auto-migrated Priority-Triage Type-Defect | ```
im using reaver 1.4
how do i remove this as i want to go back to reaver 1.3 im using backtrack rc1
```
Original issue reported on code.google.com by `mafiawar...@live.co.uk` on 31 Jan 2012 at 4:53 | 1.0 | how to remove reaver - ```
im using reaver 1.4
how do i remove this as i want to go back to reaver 1.3 im using backtrack rc1
```
Original issue reported on code.google.com by `mafiawar...@live.co.uk` on 31 Jan 2012 at 4:53 | defect | how to remove reaver im using reaver how do i remove this as i want to go back to reaver im using backtrack original issue reported on code google com by mafiawar live co uk on jan at | 1 |
40,839 | 10,173,344,520 | IssuesEvent | 2019-08-08 12:55:19 | OpenMS/OpenMS | https://api.github.com/repos/OpenMS/OpenMS | closed | X!Tandem reporting of non-tryptic peptides not reported/considered | critical defect | Running X!Tandem (Vengeane 2015.12.15.2) in KNIME using `Trypsin` as enzyme yields peptides such as
`AKIDELINND`, which is clearly not tryptic on either C or N Terminus.
The N-Terminus I can understand somewhat, but why is 'D' (aspartate) considered a valid cutting site?
The protein is here:
```
>sp|Q12051|GGPPS_Y... | 1.0 | X!Tandem reporting of non-tryptic peptides not reported/considered - Running X!Tandem (Vengeane 2015.12.15.2) in KNIME using `Trypsin` as enzyme yields peptides such as
`AKIDELINND`, which is clearly not tryptic on either C or N Terminus.
The N-Terminus I can understand somewhat, but why is 'D' (aspartate) considered... | defect | x tandem reporting of non tryptic peptides not reported considered running x tandem vengeane in knime using trypsin as enzyme yields peptides such as akidelinnd which is clearly not tryptic on either c or n terminus the n terminus i can understand somewhat but why is d aspartate considered a va... | 1 |
239,537 | 7,799,787,678 | IssuesEvent | 2018-06-09 00:32:46 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0005420:
admit smtp picker grids addresses are not taken on OK btn | Admin Bug Mantis high priority | **Reported by cweiss on 23 Jan 2012 13:06**
be need to blur the pickers before saving so that new addresses get into the grid/store
| 1.0 | 0005420:
admit smtp picker grids addresses are not taken on OK btn - **Reported by cweiss on 23 Jan 2012 13:06**
be need to blur the pickers before saving so that new addresses get into the grid/store
| non_defect | admit smtp picker grids addresses are not taken on ok btn reported by cweiss on jan be need to blur the pickers before saving so that new addresses get into the grid store | 0 |
408 | 2,535,843,027 | IssuesEvent | 2015-01-26 08:22:34 | localwiki/localwiki | https://api.github.com/repos/localwiki/localwiki | closed | No change diff should look right | bureaucracy defect | For a page, if you save w/o changing (and it's not clear we should even allow this in the first place, but that's a different question), the diff is empty and it looks like the whole page is empty. | 1.0 | No change diff should look right - For a page, if you save w/o changing (and it's not clear we should even allow this in the first place, but that's a different question), the diff is empty and it looks like the whole page is empty. | defect | no change diff should look right for a page if you save w o changing and it s not clear we should even allow this in the first place but that s a different question the diff is empty and it looks like the whole page is empty | 1 |
37,908 | 8,575,645,927 | IssuesEvent | 2018-11-12 17:52:20 | energicryptocurrency/energiminer | https://api.github.com/repos/energicryptocurrency/energiminer | closed | OpenCL Memory Allocation Issues when running more than 6 cards | Defect | A user has reported experiencing memory allocation failures from OpenCL when running more than 6 cards. This is reported for both AMD and nvidia setups. | 1.0 | OpenCL Memory Allocation Issues when running more than 6 cards - A user has reported experiencing memory allocation failures from OpenCL when running more than 6 cards. This is reported for both AMD and nvidia setups. | defect | opencl memory allocation issues when running more than cards a user has reported experiencing memory allocation failures from opencl when running more than cards this is reported for both amd and nvidia setups | 1 |
43,255 | 9,413,392,135 | IssuesEvent | 2019-04-10 07:41:13 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4.0] Language Overrides - search box | J4 Issue No Code Attached Yet | ### Steps to reproduce the issue
1. Go to `administrator/index.php?option=com_languages&view=overrides`
You'll notice the search box has grey buttons as is on the left hand side, whereas on other pages, it's on the right hand side with blue buttons
### Actual result
 | Incomplete Migration Migrated from Trac combo core defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2221">https://code.icecube.wisc.edu/ticket/2221</a>, reported by kjmeagher and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-07-01T13:45:37",
"description": "I keep getting crashes from st... | 1.0 | better error reporting from boost::python (Trac #2221) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2221">https://code.icecube.wisc.edu/ticket/2221</a>, reported by kjmeagher and owned by </em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-07-01T13:45... | defect | better error reporting from boost python trac migrated from json status closed changetime description i keep getting crashes from steamshovel wit the error message n n libc abi dylib terminating with uncaught exception of type boost python error ... | 1 |
487,731 | 14,058,831,818 | IssuesEvent | 2020-11-03 01:17:12 | magento/magento2 | https://api.github.com/repos/magento/magento2 | closed | There are no sensitive configurations to fill | Issue: Confirmed Issue: Format is valid Issue: Ready for Work Priority: P3 Progress: ready for dev Reproduced on 2.4.x Severity: S3 | ### Preconditions (*)
1. Magento 2.4-develop
### Steps to reproduce (*)
Unable to use `config:sensitive:set` at all. Works fine with `config:set`. E.g.:
```
$ bin/magento config:sensitive:set contact/email/recipient_email 'sensitive@email.com'
There are no sensitive configurations to fill
$ bin/magento confi... | 1.0 | There are no sensitive configurations to fill - ### Preconditions (*)
1. Magento 2.4-develop
### Steps to reproduce (*)
Unable to use `config:sensitive:set` at all. Works fine with `config:set`. E.g.:
```
$ bin/magento config:sensitive:set contact/email/recipient_email 'sensitive@email.com'
There are no sensi... | non_defect | there are no sensitive configurations to fill preconditions magento develop steps to reproduce unable to use config sensitive set at all works fine with config set e g bin magento config sensitive set contact email recipient email sensitive email com there are no sensi... | 0 |
519,554 | 15,053,432,350 | IssuesEvent | 2021-02-03 16:18:12 | MikeVedsted/JoinMe | https://api.github.com/repos/MikeVedsted/JoinMe | opened | [FEAT] Add clear option to event search | Priority: Medium :zap: Status: Received :inbox_tray: Type: Enhancement :rocket: | **💡 I would really like to solve or include**
Clearly and concisely describe the problem you are trying to solve.
Would be nice to be able to clear the search on homepage
**👶 How would a user describe this?**
Describe how users are affected by statements users might make or a user story.
I changed m... | 1.0 | [FEAT] Add clear option to event search - **💡 I would really like to solve or include**
Clearly and concisely describe the problem you are trying to solve.
Would be nice to be able to clear the search on homepage
**👶 How would a user describe this?**
Describe how users are affected by statements users ... | non_defect | add clear option to event search 💡 i would really like to solve or include clearly and concisely describe the problem you are trying to solve would be nice to be able to clear the search on homepage 👶 how would a user describe this describe how users are affected by statements users might... | 0 |
67,164 | 20,923,501,234 | IssuesEvent | 2022-03-24 19:51:54 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Buttons gap on NewRoom intro on a room in Space | T-Defect | ### Steps to reproduce
1. Create a room inside a space
2. Make the browser window small
### Outcome
#### What did you expect?
Gap around buttons should be retained
https://user-images.githubusercontent.com/3362943/159948339-7daa66a9-1e9c-4823-b859-1e636e8d9a27.mp4
#### What happened instead?
Only marg... | 1.0 | Buttons gap on NewRoom intro on a room in Space - ### Steps to reproduce
1. Create a room inside a space
2. Make the browser window small
### Outcome
#### What did you expect?
Gap around buttons should be retained
https://user-images.githubusercontent.com/3362943/159948339-7daa66a9-1e9c-4823-b859-1e636e8d9a... | defect | buttons gap on newroom intro on a room in space steps to reproduce create a room inside a space make the browser window small outcome what did you expect gap around buttons should be retained what happened instead only margin left is set operating system ... | 1 |
70,827 | 7,201,356,283 | IssuesEvent | 2018-02-05 22:17:17 | dart-lang/grpc-dart | https://api.github.com/repos/dart-lang/grpc-dart | closed | Implement cloud-to-prod-auth interop tests | testing | As described in https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md.
We're missing these tests:
* compute_engine_creds
* jwt_token_creds
* oauth2_auth_token
* per_rpc_creds
(other language's interop clients also have a service_account_creds test, but I don't know if that one is required)... | 1.0 | Implement cloud-to-prod-auth interop tests - As described in https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md.
We're missing these tests:
* compute_engine_creds
* jwt_token_creds
* oauth2_auth_token
* per_rpc_creds
(other language's interop clients also have a service_account_creds te... | non_defect | implement cloud to prod auth interop tests as described in we re missing these tests compute engine creds jwt token creds auth token per rpc creds other language s interop clients also have a service account creds test but i don t know if that one is required package googleapis auth has s... | 0 |
12,713 | 8,053,276,535 | IssuesEvent | 2018-08-01 22:15:10 | FIDATA/infrastructure | https://api.github.com/repos/FIDATA/infrastructure | opened | Find a way to run Kitchen Login in the same terminal | Chore Dev Usability | Somehow build-scan is able to ask a question to the user.
We should find this way. | True | Find a way to run Kitchen Login in the same terminal - Somehow build-scan is able to ask a question to the user.
We should find this way. | non_defect | find a way to run kitchen login in the same terminal somehow build scan is able to ask a question to the user we should find this way | 0 |
11,591 | 2,659,886,769 | IssuesEvent | 2015-03-19 00:14:29 | esnet/maddash | https://api.github.com/repos/esnet/maddash | opened | Maddash webui has slow script that can crash browser when trying to load | Priority-Medium Type-Defect | _From @arlake228 on March 14, 2015 12:53_
Original [issue 1084](https://code.google.com/p/perfsonar-ps/issues/detail?id=1084) created by arlake228 on 2015-03-09T08:53:38.000Z:
<b>What steps will reproduce the problem?</b>
1. Open Maddash dashboard - in our case OWAMP
2. Browser goes to not responding state before ... | 1.0 | Maddash webui has slow script that can crash browser when trying to load - _From @arlake228 on March 14, 2015 12:53_
Original [issue 1084](https://code.google.com/p/perfsonar-ps/issues/detail?id=1084) created by arlake228 on 2015-03-09T08:53:38.000Z:
<b>What steps will reproduce the problem?</b>
1. Open Maddash das... | defect | maddash webui has slow script that can crash browser when trying to load from on march original created by on what steps will reproduce the problem open maddash dashboard in our case owamp browser goes to not responding state before providing the message in step ... | 1 |
5,714 | 2,610,213,954 | IssuesEvent | 2015-02-26 19:08:18 | chrsmith/somefinders | https://api.github.com/repos/chrsmith/somefinders | opened | форма 14002 новая .rar | auto-migrated Priority-Medium Type-Defect | ```
'''Геннадий Тихонов'''
Привет всем не подскажите где можно найти
.форма 14002 новая .rar. где то видел уже
'''Арам Гришин'''
Качай тут http://bit.ly/1703r0k
'''Болеслав Давыдов'''
Спасибо вроде то но просит телефон вводить
'''Анатолий Аксёнов'''
Не это не влияет на баланс
'''Велимир Фомичёв'''
Не это не влияет... | 1.0 | форма 14002 новая .rar - ```
'''Геннадий Тихонов'''
Привет всем не подскажите где можно найти
.форма 14002 новая .rar. где то видел уже
'''Арам Гришин'''
Качай тут http://bit.ly/1703r0k
'''Болеслав Давыдов'''
Спасибо вроде то но просит телефон вводить
'''Анатолий Аксёнов'''
Не это не влияет на баланс
'''Велимир Фо... | defect | форма новая rar геннадий тихонов привет всем не подскажите где можно найти форма новая rar где то видел уже арам гришин качай тут болеслав давыдов спасибо вроде то но просит телефон вводить анатолий аксёнов не это не влияет на баланс велимир фомичёв не это не влияет на... | 1 |
21,025 | 3,442,789,158 | IssuesEvent | 2015-12-15 00:22:06 | prettydiff/prettydiff | https://api.github.com/repos/prettydiff/prettydiff | closed | Unexpected space between name and arg list in ES6 class methods | Defect QA | ES6 classes are beautifying with an unexpected space before the `()`. Other function types are not.
```javascript
class Foo {
doStuff () {}
get propName () {
return this._propName;
}
}
function doStuff() {} // fine
var doStuff = function() {} // fine; controlled by a flag
var obj = {
shor... | 1.0 | Unexpected space between name and arg list in ES6 class methods - ES6 classes are beautifying with an unexpected space before the `()`. Other function types are not.
```javascript
class Foo {
doStuff () {}
get propName () {
return this._propName;
}
}
function doStuff() {} // fine
var doStuff = ... | defect | unexpected space between name and arg list in class methods classes are beautifying with an unexpected space before the other function types are not javascript class foo dostuff get propname return this propname function dostuff fine var dostuff func... | 1 |
38,102 | 8,409,830,275 | IssuesEvent | 2018-10-12 08:42:00 | masteroy/algorithm | https://api.github.com/repos/masteroy/algorithm | closed | [LeetCode] 54. Spiral Matrix | LeetCode Medium | Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.
**Example 1:**
```
Input:
[
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
]
Output: [1,2,3,6,9,8,7,4,5]
```
**Example 2:**
```
Input:
[
[1, 2, 3, 4],
[5, 6, 7, 8],
[9,10,11,12]
]
Output: [1... | 1.0 | [LeetCode] 54. Spiral Matrix - Given a matrix of m x n elements (m rows, n columns), return all elements of the matrix in spiral order.
**Example 1:**
```
Input:
[
[ 1, 2, 3 ],
[ 4, 5, 6 ],
[ 7, 8, 9 ]
]
Output: [1,2,3,6,9,8,7,4,5]
```
**Example 2:**
```
Input:
[
[1, 2, 3, 4],
[5, 6, 7, 8],... | non_defect | spiral matrix given a matrix of m x n elements m rows n columns return all elements of the matrix in spiral order example input output example input output | 0 |
2,973 | 2,607,968,155 | IssuesEvent | 2015-02-26 00:43:18 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | opened | LevelDB get stuck in leveldb::DBImpl::MakeRoomForWrite() | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
When running Ceph storage cluster, its cluster monitor often get stuck in
leveldb::DBImpl::MakeRoomForWrite(). The LevelDB library was compiled from
source, head is commit 514c943a8e (Make DB::Open fail if sst files are
missing).
The call stack is:
------
(gdb) bt
#0 0x0... | 1.0 | LevelDB get stuck in leveldb::DBImpl::MakeRoomForWrite() - ```
What steps will reproduce the problem?
When running Ceph storage cluster, its cluster monitor often get stuck in
leveldb::DBImpl::MakeRoomForWrite(). The LevelDB library was compiled from
source, head is commit 514c943a8e (Make DB::Open fail if sst files ... | defect | leveldb get stuck in leveldb dbimpl makeroomforwrite what steps will reproduce the problem when running ceph storage cluster its cluster monitor often get stuck in leveldb dbimpl makeroomforwrite the leveldb library was compiled from source head is commit make db open fail if sst files are miss... | 1 |
128,085 | 5,048,366,187 | IssuesEvent | 2016-12-20 12:40:36 | TASVideos/BizHawk | https://api.github.com/repos/TASVideos/BizHawk | closed | GBA Link Play | auto-migrated Core-GBAHawk OpSys-Any Priority-None Type-Enhancement | ```
This is a Feature Request
I would like GBAHawk to have link play. This is necessary for E-Reader support
(from what I can tell). Pokémon and newer Megaman Battle Network games use
Link Play to trade things for 100% completion.
```
Original issue reported on code.google.com by `hegyak` on 23 Nov 2014 at 3:13
| 1.0 | GBA Link Play - ```
This is a Feature Request
I would like GBAHawk to have link play. This is necessary for E-Reader support
(from what I can tell). Pokémon and newer Megaman Battle Network games use
Link Play to trade things for 100% completion.
```
Original issue reported on code.google.com by `hegyak` on 23 Nov... | non_defect | gba link play this is a feature request i would like gbahawk to have link play this is necessary for e reader support from what i can tell pokémon and newer megaman battle network games use link play to trade things for completion original issue reported on code google com by hegyak on nov ... | 0 |
58,199 | 16,433,736,181 | IssuesEvent | 2021-05-20 06:53:53 | Questie/Questie | https://api.github.com/repos/Questie/Questie | closed | Ror Hide Brutes - faction display error | Type - Defect | version 6.3.10
Map showing
https://tbc.wowhead.com/npc=1939/rot-hide-brute
They drop (among others)
https://tbc.wowhead.com/item=3317/a-talking-head
this item starts the quest
https://tbc.wowhead.com/quest=460/resting-in-pieces
This quest is Horde only. The NPCs are showing on alliance characters | 1.0 | Ror Hide Brutes - faction display error - version 6.3.10
Map showing
https://tbc.wowhead.com/npc=1939/rot-hide-brute
They drop (among others)
https://tbc.wowhead.com/item=3317/a-talking-head
this item starts the quest
https://tbc.wowhead.com/quest=460/resting-in-pieces
This quest is Horde only. The NPCs are s... | defect | ror hide brutes faction display error version map showing they drop among others this item starts the quest this quest is horde only the npcs are showing on alliance characters | 1 |
40,767 | 10,151,855,958 | IssuesEvent | 2019-08-05 21:30:14 | NREL/EnergyPlus | https://api.github.com/repos/NREL/EnergyPlus | closed | Unit ventilator control problems | Defect EnergyPlus | Issue overview
--------------
ZoneHVAC:UnitVentilator controls do not work as advertised.
1. When there is no coil, VariablePercent is supposed to increase the OA to max when there is a cooling load and the outdoor air is colder than the zone. But the if logic is backwards for this case.
2. Where there is a coo... | 1.0 | Unit ventilator control problems - Issue overview
--------------
ZoneHVAC:UnitVentilator controls do not work as advertised.
1. When there is no coil, VariablePercent is supposed to increase the OA to max when there is a cooling load and the outdoor air is colder than the zone. But the if logic is backwards for th... | defect | unit ventilator control problems issue overview zonehvac unitventilator controls do not work as advertised when there is no coil variablepercent is supposed to increase the oa to max when there is a cooling load and the outdoor air is colder than the zone but the if logic is backwards for th... | 1 |
8,404 | 2,611,496,174 | IssuesEvent | 2015-02-27 05:35:39 | chrsmith/hedgewars | https://api.github.com/repos/chrsmith/hedgewars | closed | Engine sound initialisation | auto-migrated Priority-High Type-Defect | ```
Something is wrong with how engine handles audio commands from frontend.
Also could cleanup gui a little bit in settings.
```
Original issue reported on code.google.com by `vittorio...@gmail.com` on 23 Oct 2012 at 4:52 | 1.0 | Engine sound initialisation - ```
Something is wrong with how engine handles audio commands from frontend.
Also could cleanup gui a little bit in settings.
```
Original issue reported on code.google.com by `vittorio...@gmail.com` on 23 Oct 2012 at 4:52 | defect | engine sound initialisation something is wrong with how engine handles audio commands from frontend also could cleanup gui a little bit in settings original issue reported on code google com by vittorio gmail com on oct at | 1 |
196,730 | 22,514,207,349 | IssuesEvent | 2022-06-24 00:41:45 | Baneeishaque/Android-Common-Utils17 | https://api.github.com/repos/Baneeishaque/Android-Common-Utils17 | closed | WS-2021-0419 (High) detected in gson-2.8.6.jar - autoclosed | security vulnerability | ## WS-2021-0419 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gson-2.8.6.jar</b></p></summary>
<p>Gson JSON library</p>
<p>Library home page: <a href="https://github.com/google/gson"... | True | WS-2021-0419 (High) detected in gson-2.8.6.jar - autoclosed - ## WS-2021-0419 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>gson-2.8.6.jar</b></p></summary>
<p>Gson JSON library</p>
... | non_defect | ws high detected in gson jar autoclosed ws high severity vulnerability vulnerable library gson jar gson json library library home page a href path to dependency file build gradle path to vulnerable library home wss scanner gradle caches modules files com... | 0 |
35,744 | 7,800,415,155 | IssuesEvent | 2018-06-09 09:08:34 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Rename rrp2_on_rrainm2 to rrp2_on_rrm2 (Trac #534) | Migrated from Trac clubb_src defect raut@uwm.edu |
'''Introduction'''
CLUBB contains a variable Nrp2_on_Nrm2, where "r" stands for "rain". However, CLUBB contains related variables that include the string rrp2_on_rrainm2, where "rr" means "mixing ratio of rain" and so does "rrain". This seems inconsistent and confusing.
'''Technical spec'''
Therefore, let's ren... | 1.0 | Rename rrp2_on_rrainm2 to rrp2_on_rrm2 (Trac #534) -
'''Introduction'''
CLUBB contains a variable Nrp2_on_Nrm2, where "r" stands for "rain". However, CLUBB contains related variables that include the string rrp2_on_rrainm2, where "rr" means "mixing ratio of rain" and so does "rrain". This seems inconsistent and con... | defect | rename on to on trac introduction clubb contains a variable on where r stands for rain however clubb contains related variables that include the string on where rr means mixing ratio of rain and so does rrain this seems inconsistent and confusing technical spec ... | 1 |
613,004 | 19,061,946,267 | IssuesEvent | 2021-11-26 09:00:58 | DimensionDev/Maskbook | https://api.github.com/repos/DimensionDev/Maskbook | closed | [Crash] occurred when open new swap's confirmation page | Priority: P0 (Emergency) | <!--Thanks for the crash report!
Please write down what you're doing when the crash happened, that will help us to fix it easier!-->
I was going to confirmation page to confirm the swap, then Mask reports an error.
> Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=... | 1.0 | [Crash] occurred when open new swap's confirmation page - <!--Thanks for the crash report!
Please write down what you're doing when the crash happened, that will help us to fix it easier!-->
I was going to confirmation page to confirm the swap, then Mask reports an error.
> Minified React error #31; visit https:... | non_defect | occurred when open new swap s confirmation page thanks for the crash report please write down what you re doing when the crash happened that will help us to fix it easier i was going to confirmation page to confirm the swap then mask reports an error minified react error visit object ... | 0 |
11,585 | 9,302,659,090 | IssuesEvent | 2019-03-24 11:39:54 | openhab/openhab2-addons | https://api.github.com/repos/openhab/openhab2-addons | opened | [Infrastructure] Karaf features file per addon | enhancement infrastructure | I propose to
* either add a karaf feature.xml file per addon directory
* or generate the karaf feature.xml file per addon directory
and merge those in the maven install phase within the reactor into own file.
### Advantages and goals
* The binding skeleton contains that file (or it is auto-generated) and canno... | 1.0 | [Infrastructure] Karaf features file per addon - I propose to
* either add a karaf feature.xml file per addon directory
* or generate the karaf feature.xml file per addon directory
and merge those in the maven install phase within the reactor into own file.
### Advantages and goals
* The binding skeleton conta... | non_defect | karaf features file per addon i propose to either add a karaf feature xml file per addon directory or generate the karaf feature xml file per addon directory and merge those in the maven install phase within the reactor into own file advantages and goals the binding skeleton contains that file ... | 0 |
263,751 | 23,080,167,950 | IssuesEvent | 2022-07-26 06:18:49 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | [Block] Comment Template -> Columns -> change parent and inner blocks text colors | [Type] Bug Needs Testing [Block] Comment Template | ### Description
1. Comment Template -> Columns. Change the text color to white.
2. Click Comment Date/Comment Author. Change the text color to green.
Which should decide the color of the Comment Date/Comment Author?
Parent or the inner block itself?
### Step-by-step reproduction instructions
See ab... | 1.0 | [Block] Comment Template -> Columns -> change parent and inner blocks text colors - ### Description
1. Comment Template -> Columns. Change the text color to white.
2. Click Comment Date/Comment Author. Change the text color to green.
Which should decide the color of the Comment Date/Comment Author?
Parent or ... | non_defect | comment template columns change parent and inner blocks text colors description comment template columns change the text color to white click comment date comment author change the text color to green which should decide the color of the comment date comment author parent or the in... | 0 |
52,507 | 13,224,793,850 | IssuesEvent | 2020-08-17 19:51:41 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | [clsim] Device detection failure raises confusing error (Trac #2358) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2358">https://code.icecube.wisc.edu/projects/icecube/ticket/2358</a>, reported by jvansantenand owned by jvansanten</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-09-20T03:21:45",
"_ts... | 1.0 | [clsim] Device detection failure raises confusing error (Trac #2358) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2358">https://code.icecube.wisc.edu/projects/icecube/ticket/2358</a>, reported by jvansantenand owned by jvansanten</em></summary>
<p>
```json
{
... | defect | device detection failure raises confusing error trac migrated from json status closed changetime ts description when you request gpus on a machine that has none clsim server does not fail until it gets here n n nfile net cvmfs users j... | 1 |
40,358 | 9,967,027,617 | IssuesEvent | 2019-07-08 12:43:18 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | Table pSelectableRowCblClick provides no styling like pSelectableRow | defect | **I'm submitting a ...** (check one with "x")
```
[ ] bug report => Search github for a similar issue or PR before submitting
[X] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request h... | 1.0 | Table pSelectableRowCblClick provides no styling like pSelectableRow - **I'm submitting a ...** (check one with "x")
```
[ ] bug report => Search github for a similar issue or PR before submitting
[X] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki... | defect | table pselectablerowcblclick provides no styling like pselectablerow i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit s... | 1 |
250,761 | 21,334,676,216 | IssuesEvent | 2022-04-18 13:13:27 | elastic/kibana | https://api.github.com/repos/elastic/kibana | reopened | Failing test: Jest Tests.src/plugins/charts/public/services/active_cursor - useActiveCursor should trigger cursor pointer update (chart type: datatable - time based, event type: time) | Team:VisEditors failed-test impact:needs-assessment | A test failed on a tracked branch
```
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 2
Received number of calls: 1
at Object.<anonymous> (/var/lib/buildkite-agent/builds/kb-n2-4-spot-841a108bde9b7f1e/elastic/kibana-on-merge/kibana/src/plugins/charts/public/services/active_curso... | 1.0 | Failing test: Jest Tests.src/plugins/charts/public/services/active_cursor - useActiveCursor should trigger cursor pointer update (chart type: datatable - time based, event type: time) - A test failed on a tracked branch
```
Error: expect(jest.fn()).toHaveBeenCalledTimes(expected)
Expected number of calls: 2
Received ... | non_defect | failing test jest tests src plugins charts public services active cursor useactivecursor should trigger cursor pointer update chart type datatable time based event type time a test failed on a tracked branch error expect jest fn tohavebeencalledtimes expected expected number of calls received ... | 0 |
39,706 | 9,633,010,609 | IssuesEvent | 2019-05-15 17:34:50 | CenturyLinkCloud/mdw | https://api.github.com/repos/CenturyLinkCloud/mdw | closed | Support for in-flight dynamic java activity java code | defect | Currently, only whichever java code gets attempted to be executed first is what gets compiled and run for all versions of a process having that dynamic java activity. Each process version should execute the corresponding dynamic java activity code. | 1.0 | Support for in-flight dynamic java activity java code - Currently, only whichever java code gets attempted to be executed first is what gets compiled and run for all versions of a process having that dynamic java activity. Each process version should execute the corresponding dynamic java activity code. | defect | support for in flight dynamic java activity java code currently only whichever java code gets attempted to be executed first is what gets compiled and run for all versions of a process having that dynamic java activity each process version should execute the corresponding dynamic java activity code | 1 |
5,704 | 30,081,740,273 | IssuesEvent | 2023-06-29 04:30:16 | Apple-Dev-Projects/RoamX | https://api.github.com/repos/Apple-Dev-Projects/RoamX | closed | Configure CI/CD build action | maintain | Setup gated check-ins and create hosted build action for repository | True | Configure CI/CD build action - Setup gated check-ins and create hosted build action for repository | non_defect | configure ci cd build action setup gated check ins and create hosted build action for repository | 0 |
554,447 | 16,420,817,577 | IssuesEvent | 2021-05-19 12:21:55 | PorkStudios/FarPlaneTwo | https://api.github.com/repos/PorkStudios/FarPlaneTwo | opened | Terrain flickering with Intel graphics driver on Windows | Compatibility Priority: High i fucking hate windows | When using the official driver for Intel GPUs on Windows, the terrain will rapidly flicker (alternating between rendered and not rendered every frame).
The issue does not occur when switching to Linux, but using an otherwise identical configuration. | 1.0 | Terrain flickering with Intel graphics driver on Windows - When using the official driver for Intel GPUs on Windows, the terrain will rapidly flicker (alternating between rendered and not rendered every frame).
The issue does not occur when switching to Linux, but using an otherwise identical configuration. | non_defect | terrain flickering with intel graphics driver on windows when using the official driver for intel gpus on windows the terrain will rapidly flicker alternating between rendered and not rendered every frame the issue does not occur when switching to linux but using an otherwise identical configuration | 0 |
64,046 | 18,153,427,208 | IssuesEvent | 2021-09-26 17:07:29 | MDAnalysis/mdanalysis | https://api.github.com/repos/MDAnalysis/mdanalysis | closed | Issue reading custom GROMACS TOP/ITP files in MDAnalysis 2.0.0 | defect Format-Gromacs Component-Topology | ## Expected behaviour ##
I'm using MDAnalysis for processing coarse grained simulations run in GROMACS. I need to assign the correct topology to systems to enable further processing. The easiest way to do this in MDAnalysis was to read in this information from the top/itp files to apply to the pdb/trr files from gro... | 1.0 | Issue reading custom GROMACS TOP/ITP files in MDAnalysis 2.0.0 - ## Expected behaviour ##
I'm using MDAnalysis for processing coarse grained simulations run in GROMACS. I need to assign the correct topology to systems to enable further processing. The easiest way to do this in MDAnalysis was to read in this informat... | defect | issue reading custom gromacs top itp files in mdanalysis expected behaviour i m using mdanalysis for processing coarse grained simulations run in gromacs i need to assign the correct topology to systems to enable further processing the easiest way to do this in mdanalysis was to read in this informat... | 1 |
415 | 2,712,270,059 | IssuesEvent | 2015-04-09 12:49:35 | nextgis/ngm_clink_monitoring | https://api.github.com/repos/nextgis/ngm_clink_monitoring | opened | Оформления для различных типов объектов на карте | Requirement Standard Priority | В данный момент у нас все объекты из всех слоев красятся одинаково.
Минимально необходимо:
- сделать различные оформления для слоев (описание оформления подготовлю)
Максимально:
- сделать оформление в зависимости от атрибутов объектов (статусов и типов) | 1.0 | Оформления для различных типов объектов на карте - В данный момент у нас все объекты из всех слоев красятся одинаково.
Минимально необходимо:
- сделать различные оформления для слоев (описание оформления подготовлю)
Максимально:
- сделать оформление в зависимости от атрибутов объектов (статусов и типов) | non_defect | оформления для различных типов объектов на карте в данный момент у нас все объекты из всех слоев красятся одинаково минимально необходимо сделать различные оформления для слоев описание оформления подготовлю максимально сделать оформление в зависимости от атрибутов объектов статусов и типов | 0 |
341,242 | 10,292,034,298 | IssuesEvent | 2019-08-27 13:43:20 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | Alert column_id carrying a link | low-priority bug | Alerts JSON data was carrying a link inside `column_id`
https://github.com/ntop/ntopng/blob/81f93ad882f67ec1af020973c6a905a095630ded/scripts/lua/get_alerts_table_data.lua#L141
The part which contains the link as been commented out as it was source of other issues. It is bad to piggyback links or other informatio... | 1.0 | Alert column_id carrying a link - Alerts JSON data was carrying a link inside `column_id`
https://github.com/ntop/ntopng/blob/81f93ad882f67ec1af020973c6a905a095630ded/scripts/lua/get_alerts_table_data.lua#L141
The part which contains the link as been commented out as it was source of other issues. It is bad to p... | non_defect | alert column id carrying a link alerts json data was carrying a link inside column id the part which contains the link as been commented out as it was source of other issues it is bad to piggyback links or other information inside a column which should only contain an id it is requested to move this in a... | 0 |
71,923 | 23,855,413,535 | IssuesEvent | 2022-09-06 22:40:54 | fieldenms/tg | https://api.github.com/repos/fieldenms/tg | closed | Bar Chart tooltip adds `0` for property that is null | Defect UI / UX Pull request UI cosmetics | ### Description
Insertion point may have bar chart configured with Java API methods. Such bar chart has hard coded function for tooltip that gathers the information about bar height (it's value) and column name (group) and generates tooltip. However if one of the gethered bar properties is `null` the implementation ... | 1.0 | Bar Chart tooltip adds `0` for property that is null - ### Description
Insertion point may have bar chart configured with Java API methods. Such bar chart has hard coded function for tooltip that gathers the information about bar height (it's value) and column name (group) and generates tooltip. However if one of th... | defect | bar chart tooltip adds for property that is null description insertion point may have bar chart configured with java api methods such bar chart has hard coded function for tooltip that gathers the information about bar height it s value and column name group and generates tooltip however if one of th... | 1 |
105,697 | 9,100,208,608 | IssuesEvent | 2019-02-20 07:49:34 | humera987/FXLabs-Test-Automation | https://api.github.com/repos/humera987/FXLabs-Test-Automation | opened | Test : ApiV1AbacIdGetBatchtypesuiteUserbDisallowAbact2 | test | Project : Test
Job : Default
Env : Default
Category : ABAC_Level2
Tags : [FX Top 10 - API Vulnerability, Data_Access_Control]
Severity : Major
Region : US_WEST
Result : fail
Status Code : 401
Headers : {WWW-Authenticate=[Basic realm="Realm", Basic realm="Realm"], X-Content-Type-Options=[nos... | 1.0 | Test : ApiV1AbacIdGetBatchtypesuiteUserbDisallowAbact2 - Project : Test
Job : Default
Env : Default
Category : ABAC_Level2
Tags : [FX Top 10 - API Vulnerability, Data_Access_Control]
Severity : Major
Region : US_WEST
Result : fail
Status Code : 401
Headers : {WWW-Authenticate=[Basic realm="... | non_defect | test project test job default env default category abac tags severity major region us west result fail status code headers www authenticate x content type options x xss protection cache control pragma expires x frame options content leng... | 0 |
815,013 | 30,533,500,559 | IssuesEvent | 2023-07-19 15:40:23 | awslabs/aws-dataall | https://api.github.com/repos/awslabs/aws-dataall | closed | Limit KMS keys policies | type: enhancement status: in-review priority: high | **Is your idea related to a problem? Please describe.**
As an additional layer of security besides restrictive IAM policies, I would like more specific KMS policies that restrict access to the KMS keys to the minimum.
**Describe the solution you'd like**
Define a KMS policy in CDK that restricts access to the diff... | 1.0 | Limit KMS keys policies - **Is your idea related to a problem? Please describe.**
As an additional layer of security besides restrictive IAM policies, I would like more specific KMS policies that restrict access to the KMS keys to the minimum.
**Describe the solution you'd like**
Define a KMS policy in CDK that re... | non_defect | limit kms keys policies is your idea related to a problem please describe as an additional layer of security besides restrictive iam policies i would like more specific kms policies that restrict access to the kms keys to the minimum describe the solution you d like define a kms policy in cdk that re... | 0 |
165,817 | 14,011,896,658 | IssuesEvent | 2020-10-29 08:12:35 | rust-lang/rust-clippy | https://api.github.com/repos/rust-lang/rust-clippy | closed | Running `cargo dev ra-setup` multiple times duplicates information about dependencies | L-bug L-documentation L-infra | We should check if it was already added and do nothing in case the path to the rust repo is the same, or update with the new path otherwise.
Alternatively, we could at least add a warning about this behavior in the documentation. | 1.0 | Running `cargo dev ra-setup` multiple times duplicates information about dependencies - We should check if it was already added and do nothing in case the path to the rust repo is the same, or update with the new path otherwise.
Alternatively, we could at least add a warning about this behavior in the documentation. | non_defect | running cargo dev ra setup multiple times duplicates information about dependencies we should check if it was already added and do nothing in case the path to the rust repo is the same or update with the new path otherwise alternatively we could at least add a warning about this behavior in the documentation | 0 |
47,737 | 13,066,172,124 | IssuesEvent | 2020-07-30 21:08:24 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | [trigger-sim] needs some rst docs (Trac #1094) | Migrated from Trac combo simulation defect | Considering this project has lots of python code, where are the docs?
Migrated from https://code.icecube.wisc.edu/ticket/1094
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"description": "Considering this project has lots of python code, where are the docs?",
"reporter": "david.... | 1.0 | [trigger-sim] needs some rst docs (Trac #1094) - Considering this project has lots of python code, where are the docs?
Migrated from https://code.icecube.wisc.edu/ticket/1094
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:35",
"description": "Considering this project has lots of python cod... | defect | needs some rst docs trac considering this project has lots of python code where are the docs migrated from json status closed changetime description considering this project has lots of python code where are the docs reporter david schultz ... | 1 |
37,538 | 8,419,293,583 | IssuesEvent | 2018-10-15 06:09:18 | riksanyal/et | https://api.github.com/repos/riksanyal/et | closed | GetComponents should not create links if repository cannot be checked out (Trac #76) | GetComponents Migrated from Trac defect eric9 | GetComponents should not create soft links into a (git) repository if the repository could not be checked out. It is confusing to have broken soft links there.
Migrated from https://trac.einsteintoolkit.org/ticket/76
```json
{
"status": "closed",
"changetime": "2010-12-04T18:23:43",
"description": "GetCo... | 1.0 | GetComponents should not create links if repository cannot be checked out (Trac #76) - GetComponents should not create soft links into a (git) repository if the repository could not be checked out. It is confusing to have broken soft links there.
Migrated from https://trac.einsteintoolkit.org/ticket/76
```json
{
"... | defect | getcomponents should not create links if repository cannot be checked out trac getcomponents should not create soft links into a git repository if the repository could not be checked out it is confusing to have broken soft links there migrated from json status closed changetime ... | 1 |
60,327 | 17,023,397,602 | IssuesEvent | 2021-07-03 01:49:09 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Better selection maintaining 'false' unselects using shift | Component: merkaartor Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 12.28am, Wednesday, 6th May 2009]**
I got very depressed by the easiness of selections to be gone in Merkaartor, the basic problem hits you when making a selection and clicking just outside of an object. But the problem also seems to appear if Merkaartors near object... | 1.0 | Better selection maintaining 'false' unselects using shift - **[Submitted to the original trac issue database at 12.28am, Wednesday, 6th May 2009]**
I got very depressed by the easiness of selections to be gone in Merkaartor, the basic problem hits you when making a selection and clicking just outside of an object. Bu... | defect | better selection maintaining false unselects using shift i got very depressed by the easiness of selections to be gone in merkaartor the basic problem hits you when making a selection and clicking just outside of an object but the problem also seems to appear if merkaartors near object detection is slower ... | 1 |
18,126 | 25,041,415,113 | IssuesEvent | 2022-11-04 21:14:57 | proofit404/dependencies | https://api.github.com/repos/proofit404/dependencies | closed | Deny to include Injector as Injector attribute. | feature backward incompatible | Checks could be similar to descriptors and enumerations.
That would make class dependent on injector rule unnecessary because no injectors could be ever present inside injector in the first place. | True | Deny to include Injector as Injector attribute. - Checks could be similar to descriptors and enumerations.
That would make class dependent on injector rule unnecessary because no injectors could be ever present inside injector in the first place. | non_defect | deny to include injector as injector attribute checks could be similar to descriptors and enumerations that would make class dependent on injector rule unnecessary because no injectors could be ever present inside injector in the first place | 0 |
181,370 | 6,659,101,979 | IssuesEvent | 2017-10-01 06:06:57 | takama/k8sapp | https://api.github.com/repos/takama/k8sapp | closed | Embedded router "Content-type" is not correct when used "Accept-Encoding: gzip" | bug high priority | We should check the header for "Accept-Encoding" and setup "Content-type" correctly before encoding process. | 1.0 | Embedded router "Content-type" is not correct when used "Accept-Encoding: gzip" - We should check the header for "Accept-Encoding" and setup "Content-type" correctly before encoding process. | non_defect | embedded router content type is not correct when used accept encoding gzip we should check the header for accept encoding and setup content type correctly before encoding process | 0 |
81,630 | 31,158,634,336 | IssuesEvent | 2023-08-16 14:36:06 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | closed | Improve DSLContext.batchStore() performance | T: Defect C: Functionality P: Medium E: All Editions | This is a known issue (although, cannot seem to find the issue...)
`DSLContext.batchStore()` et al need to run through all records to collect the individual statements that would be generated on individual `Record.store()` calls, in order to preserve semantics.
This can turn out to be quite slow on the client sid... | 1.0 | Improve DSLContext.batchStore() performance - This is a known issue (although, cannot seem to find the issue...)
`DSLContext.batchStore()` et al need to run through all records to collect the individual statements that would be generated on individual `Record.store()` calls, in order to preserve semantics.
This c... | defect | improve dslcontext batchstore performance this is a known issue although cannot seem to find the issue dslcontext batchstore et al need to run through all records to collect the individual statements that would be generated on individual record store calls in order to preserve semantics this c... | 1 |
462,400 | 13,246,449,267 | IssuesEvent | 2020-08-19 15:43:20 | DCS-LCSR/SignStream3 | https://api.github.com/repos/DCS-LCSR/SignStream3 | opened | Gloss/Video skipping | bug priority MED | The first sign in the first utterance of the video gets 'skipped' over when playing from the beginning. It is possible, however, to play the sign by itself normally. Could be either the gloss itself is skipping, or this is a xuggler/video issue.
Collection: PF20_V01_ANNOTATED.ss3
Reported by Carol via email 2020... | 1.0 | Gloss/Video skipping - The first sign in the first utterance of the video gets 'skipped' over when playing from the beginning. It is possible, however, to play the sign by itself normally. Could be either the gloss itself is skipping, or this is a xuggler/video issue.
Collection: PF20_V01_ANNOTATED.ss3
Reported ... | non_defect | gloss video skipping the first sign in the first utterance of the video gets skipped over when playing from the beginning it is possible however to play the sign by itself normally could be either the gloss itself is skipping or this is a xuggler video issue collection annotated reported by caro... | 0 |
608,928 | 18,851,468,572 | IssuesEvent | 2021-11-11 21:30:28 | craftercms/craftercms | https://api.github.com/repos/craftercms/craftercms | closed | [studio-ui] Add ability to set site image in site edit dialog | enhancement new feature priority: low | ### Feature Request
#### Is your feature request related to a problem? Please describe.
After installing a blueprint and evolving a site an admin or power user will want to update their screenshot for the site.
#### Describe the solution you'd like
It should be very easy to set your screenshot for your site thr... | 1.0 | [studio-ui] Add ability to set site image in site edit dialog - ### Feature Request
#### Is your feature request related to a problem? Please describe.
After installing a blueprint and evolving a site an admin or power user will want to update their screenshot for the site.
#### Describe the solution you'd like
... | non_defect | add ability to set site image in site edit dialog feature request is your feature request related to a problem please describe after installing a blueprint and evolving a site an admin or power user will want to update their screenshot for the site describe the solution you d like it should... | 0 |
894 | 2,594,283,331 | IssuesEvent | 2015-02-20 01:27:43 | BALL-Project/ball | https://api.github.com/repos/BALL-Project/ball | closed | Backbone-Model for incomplete pdb-structures | C: VIEW P: major R: fixed T: defect | **Reported by Marcel on 23 May 39523472 23:06 UTC**
If backbone C or O atoms are missing for a residue, creation of a backbone-model is currently aborted for the *entire* structure! | 1.0 | Backbone-Model for incomplete pdb-structures - **Reported by Marcel on 23 May 39523472 23:06 UTC**
If backbone C or O atoms are missing for a residue, creation of a backbone-model is currently aborted for the *entire* structure! | defect | backbone model for incomplete pdb structures reported by marcel on may utc if backbone c or o atoms are missing for a residue creation of a backbone model is currently aborted for the entire structure | 1 |
426,948 | 12,390,748,223 | IssuesEvent | 2020-05-20 11:15:02 | CMU-CREATE-Lab/data-visualization-tools | https://api.github.com/repos/CMU-CREATE-Lab/data-visualization-tools | opened | Improved legends for scrolling stories | bug high-priority | Legends for scrolling stories are often cropped in portrait mode. Use new thumbnail server functionality to render legends in HTML instead of baking in to bitmaps. | 1.0 | Improved legends for scrolling stories - Legends for scrolling stories are often cropped in portrait mode. Use new thumbnail server functionality to render legends in HTML instead of baking in to bitmaps. | non_defect | improved legends for scrolling stories legends for scrolling stories are often cropped in portrait mode use new thumbnail server functionality to render legends in html instead of baking in to bitmaps | 0 |
26,532 | 4,750,353,823 | IssuesEvent | 2016-10-22 09:24:56 | beefproject/beef | https://api.github.com/repos/beefproject/beef | closed | GET GPSLOCATION | Defect Module | I have try this module which is in host menu many times,but always failed.
Firefox Windows,and it can successfully run java applet.
Do anyone know why it cound't work?
thanks! | 1.0 | GET GPSLOCATION - I have try this module which is in host menu many times,but always failed.
Firefox Windows,and it can successfully run java applet.
Do anyone know why it cound't work?
thanks! | defect | get gpslocation i have try this module which is in host menu many times but always failed firefox windows and it can successfully run java applet do anyone know why it cound t work thanks | 1 |
2,841 | 2,607,962,325 | IssuesEvent | 2015-02-26 00:40:46 | chrsmithdemos/leveldb | https://api.github.com/repos/chrsmithdemos/leveldb | closed | Snappy compression for OS X / iOS | auto-migrated Priority-Medium Type-Defect | ```
The attached patch mirrors the implementation of Snappy_Compress and
Snappy_Uncompress from port/port_posix.h to port/port_osx.h, making compression
available in OS X and iOS builds.
```
-----
Original issue reported on code.google.com by `ashoema...@gmail.com` on 22 Jun 2011 at 9:11
Attachments:
* [snappy_osx.... | 1.0 | Snappy compression for OS X / iOS - ```
The attached patch mirrors the implementation of Snappy_Compress and
Snappy_Uncompress from port/port_posix.h to port/port_osx.h, making compression
available in OS X and iOS builds.
```
-----
Original issue reported on code.google.com by `ashoema...@gmail.com` on 22 Jun 2011 ... | defect | snappy compression for os x ios the attached patch mirrors the implementation of snappy compress and snappy uncompress from port port posix h to port port osx h making compression available in os x and ios builds original issue reported on code google com by ashoema gmail com on jun at ... | 1 |
72,451 | 24,123,234,901 | IssuesEvent | 2022-09-20 20:47:35 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | opened | IOS VOIP notifications getting significantly delayed if app is closed/in background | T-Defect | ### Steps to reproduce
1. Make sure sygnal is set up properly for VOIP, log is also showing correctly configured
2. Make a VOIP call to your iOS device
### Outcome
#### What did you expect?
VOIP notifications should get triggered and the phone should ring immediately
#### What happened instead?
Phone is usua... | 1.0 | IOS VOIP notifications getting significantly delayed if app is closed/in background - ### Steps to reproduce
1. Make sure sygnal is set up properly for VOIP, log is also showing correctly configured
2. Make a VOIP call to your iOS device
### Outcome
#### What did you expect?
VOIP notifications should get trigger... | defect | ios voip notifications getting significantly delayed if app is closed in background steps to reproduce make sure sygnal is set up properly for voip log is also showing correctly configured make a voip call to your ios device outcome what did you expect voip notifications should get trigger... | 1 |
280,228 | 30,808,236,815 | IssuesEvent | 2023-08-01 08:40:25 | cloudogu/plantuml | https://api.github.com/repos/cloudogu/plantuml | closed | run plantuml as non-privileged user | security | The current version of plantuml dogu <= v2023.6-1 runs as a privileged user and switches later with `sudo` to an unpriviledged user.
The whole container should run as unprivileged for different execution and security reasons. | True | run plantuml as non-privileged user - The current version of plantuml dogu <= v2023.6-1 runs as a privileged user and switches later with `sudo` to an unpriviledged user.
The whole container should run as unprivileged for different execution and security reasons. | non_defect | run plantuml as non privileged user the current version of plantuml dogu runs as a privileged user and switches later with sudo to an unpriviledged user the whole container should run as unprivileged for different execution and security reasons | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.