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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
57,300 | 15,729,891,037 | IssuesEvent | 2021-03-29 15:19:27 | danmar/testissues | https://api.github.com/repos/danmar/testissues | opened | buffer overrun: false positives when checking std::string usage (Trac #285) | Incomplete Migration Migrated from Trac Other defect hyd_danmar | Migrated from https://trac.cppcheck.net/ticket/285
```json
{
"status": "closed",
"changetime": "2009-05-06T19:56:15",
"description": "This was reported via email from Slava Semushin\n\n it produce false positives (without -a flag) in case like\n{{{\nfor (int i = 0; i <= str.size(); ++i) {\n if (i == st... | 1.0 | buffer overrun: false positives when checking std::string usage (Trac #285) - Migrated from https://trac.cppcheck.net/ticket/285
```json
{
"status": "closed",
"changetime": "2009-05-06T19:56:15",
"description": "This was reported via email from Slava Semushin\n\n it produce false positives (without -a fla... | defect | buffer overrun false positives when checking std string usage trac migrated from json status closed changetime description this was reported via email from slava semushin n n it produce false positives without a flag in case like n nfor int i i str ... | 1 |
25,181 | 4,232,536,796 | IssuesEvent | 2016-07-05 00:31:33 | arkayenro/arkinventory | https://api.github.com/repos/arkayenro/arkinventory | closed | Chauffeured Chopper in ArkInventory_Mounts Titan Panel integration | auto-migrated Priority-Medium Type-Defect | ```
Downloaded from > curse
What steps will reproduce the problem?
1. Collect 35 Heirloom Items and add Chauffeured Chopper to Mounts Collection.
2. Log in with a Character that normally cannot ride any Mount (is now able to
use the Chauffeured Chopper).
3. Cannot mount the Chauffeured Chopper using the ArkInventory... | 1.0 | Chauffeured Chopper in ArkInventory_Mounts Titan Panel integration - ```
Downloaded from > curse
What steps will reproduce the problem?
1. Collect 35 Heirloom Items and add Chauffeured Chopper to Mounts Collection.
2. Log in with a Character that normally cannot ride any Mount (is now able to
use the Chauffeured Cho... | defect | chauffeured chopper in arkinventory mounts titan panel integration downloaded from curse what steps will reproduce the problem collect heirloom items and add chauffeured chopper to mounts collection log in with a character that normally cannot ride any mount is now able to use the chauffeured chop... | 1 |
33,237 | 7,058,076,852 | IssuesEvent | 2018-01-04 18:53:15 | maloep/romcollectionbrowser | https://api.github.com/repos/maloep/romcollectionbrowser | closed | Enhancement Request: Sort systems A-Z | auto-migrated Priority-Medium Type-Defect | ```
Systems seem to be always listed by ID or otherwise. Can we have an option or
default to sort the system names?
```
Original issue reported on code.google.com by `mdegu...@gmail.com` on 7 Sep 2014 at 1:49
| 1.0 | Enhancement Request: Sort systems A-Z - ```
Systems seem to be always listed by ID or otherwise. Can we have an option or
default to sort the system names?
```
Original issue reported on code.google.com by `mdegu...@gmail.com` on 7 Sep 2014 at 1:49
| defect | enhancement request sort systems a z systems seem to be always listed by id or otherwise can we have an option or default to sort the system names original issue reported on code google com by mdegu gmail com on sep at | 1 |
166,920 | 6,314,727,010 | IssuesEvent | 2017-07-24 11:42:29 | PaddlePaddle/Paddle | https://api.github.com/repos/PaddlePaddle/Paddle | closed | Remove Projection and Operator | low priority | Paddle 中跟Layer相似的概念还有Projection和Operator,引入Function #892 的目的是把Computation相关的用统一的形式表示,Layer的计算实现上变成是对一些Function的调用,所以应该是可以去掉Projection和Operator。
```
/**
* A projection takes one Argument as input, calculate the result and add it
* to output Argument.
*/
class Projection
```
```
/**
* Operator like Projec... | 1.0 | Remove Projection and Operator - Paddle 中跟Layer相似的概念还有Projection和Operator,引入Function #892 的目的是把Computation相关的用统一的形式表示,Layer的计算实现上变成是对一些Function的调用,所以应该是可以去掉Projection和Operator。
```
/**
* A projection takes one Argument as input, calculate the result and add it
* to output Argument.
*/
class Projection
```
... | non_defect | remove projection and operator paddle 中跟layer相似的概念还有projection和operator,引入function 的目的是把computation相关的用统一的形式表示,layer的计算实现上变成是对一些function的调用,所以应该是可以去掉projection和operator。 a projection takes one argument as input calculate the result and add it to output argument class projection ... | 0 |
38,791 | 8,966,908,425 | IssuesEvent | 2019-01-29 00:55:10 | svigerske/Ipopt | https://api.github.com/repos/svigerske/Ipopt | closed | IpAdaptiveMuUpdate.cpp:700: missing break | Ipopt defect | Issue created by migration from Trac.
Original creator: dcb314
Original creation time: 2013-09-05 07:58:09
Assignee: ipopt-team
Version: 3.11
I just ran the static analyser "cppcheck" over the source
code of coin-or-iopt-3.11.0
It said
[IpAdaptiveMuUpdate.cpp:700] -> [IpAdaptiveMuUpdate.cpp:702]: (warning) Varia... | 1.0 | IpAdaptiveMuUpdate.cpp:700: missing break - Issue created by migration from Trac.
Original creator: dcb314
Original creation time: 2013-09-05 07:58:09
Assignee: ipopt-team
Version: 3.11
I just ran the static analyser "cppcheck" over the source
code of coin-or-iopt-3.11.0
It said
[IpAdaptiveMuUpdate.cpp:700] -> [... | defect | ipadaptivemuupdate cpp missing break issue created by migration from trac original creator original creation time assignee ipopt team version i just ran the static analyser cppcheck over the source code of coin or iopt it said warning variable centrality is reassig... | 1 |
18,558 | 3,071,852,534 | IssuesEvent | 2015-08-19 14:19:36 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | FileUpload fails to execute listener on every second upload | defect | Hi, I would like to see this google code issue resolved: https://code.google.com/p/primefaces/issues/detail?id=6157, it still happens to me with PrimeFaces 5.2.9 and MyFaces 2.2.7, I think it's a problem of the MyFaces implementation, but the patch suggested in the issue works fine, could someone implement it in the 5.... | 1.0 | FileUpload fails to execute listener on every second upload - Hi, I would like to see this google code issue resolved: https://code.google.com/p/primefaces/issues/detail?id=6157, it still happens to me with PrimeFaces 5.2.9 and MyFaces 2.2.7, I think it's a problem of the MyFaces implementation, but the patch suggested... | defect | fileupload fails to execute listener on every second upload hi i would like to see this google code issue resolved it still happens to me with primefaces and myfaces i think it s a problem of the myfaces implementation but the patch suggested in the issue works fine could someone implement it in th... | 1 |
20,613 | 3,388,391,305 | IssuesEvent | 2015-11-29 08:07:45 | crutchcorn/stagger | https://api.github.com/repos/crutchcorn/stagger | reopened | tag[TIT2] should return a single frame, not a 1-element list | auto-migrated Priority-Medium Type-Defect | ```
For frame types that don't _allow_duplicates, Tag's __getitem__ should
automatically extract the single frame from the list stored in _frames.
>>> tag[TIT2]
TIT2(text="Staralfur")
>>> tag._frames[TIT2]
[TIT2(text="Staralfur")]
Also, __setitem__ should throw an error if it is given a multi-element list.
```
Ori... | 1.0 | tag[TIT2] should return a single frame, not a 1-element list - ```
For frame types that don't _allow_duplicates, Tag's __getitem__ should
automatically extract the single frame from the list stored in _frames.
>>> tag[TIT2]
TIT2(text="Staralfur")
>>> tag._frames[TIT2]
[TIT2(text="Staralfur")]
Also, __setitem__ shou... | defect | tag should return a single frame not a element list for frame types that don t allow duplicates tag s getitem should automatically extract the single frame from the list stored in frames tag text staralfur tag frames also setitem should throw an error if it is given a multi ... | 1 |
29,152 | 5,558,187,573 | IssuesEvent | 2017-03-24 14:10:31 | richgel999/miniz | https://api.github.com/repos/richgel999/miniz | reopened | Compiler warnings on strict aliasing | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. gcc -Wall -Werror -O2 miniz.c
2.
3.
What is the expected output? What do you see instead?
Expected output: Compiler errors due to no main().
Actual output:
Compiler errors due to type punning.
miniz.c: In function ‘tdefl_find_match’:
miniz.c:2270:3: error: dereferencing ty... | 1.0 | Compiler warnings on strict aliasing - ```
What steps will reproduce the problem?
1. gcc -Wall -Werror -O2 miniz.c
2.
3.
What is the expected output? What do you see instead?
Expected output: Compiler errors due to no main().
Actual output:
Compiler errors due to type punning.
miniz.c: In function ‘tdefl_find_match’:
... | defect | compiler warnings on strict aliasing what steps will reproduce the problem gcc wall werror miniz c what is the expected output what do you see instead expected output compiler errors due to no main actual output compiler errors due to type punning miniz c in function ‘tdefl find match’ m... | 1 |
260,903 | 8,216,642,395 | IssuesEvent | 2018-09-05 09:48:32 | MLB-LED-Scoreboard/mlb-led-scoreboard | https://api.github.com/repos/MLB-LED-Scoreboard/mlb-led-scoreboard | closed | Update 32x32 standings images in the README | enhancement low priority | Some small changes have been made since those were taken.
I'll wait till the season starts before doing it. | 1.0 | Update 32x32 standings images in the README - Some small changes have been made since those were taken.
I'll wait till the season starts before doing it. | non_defect | update standings images in the readme some small changes have been made since those were taken i ll wait till the season starts before doing it | 0 |
157,604 | 24,697,436,356 | IssuesEvent | 2022-10-19 13:08:28 | NEARWEEK/CORE | https://api.github.com/repos/NEARWEEK/CORE | opened | Re-design for fund3r page | design | As of now the submission.nearweek page still have the NEAR Foundation style. With help from our designer Frederik, we want to do a makeover for submission.nearweek
- [ ] Update logo
- [ ] Update favicon
- [ ] Re-design page in style with the NEARWEEK identity
## 🤼♂️ Reviewer
@Kisgus
## 🔗 Work doc(s... | 1.0 | Re-design for fund3r page - As of now the submission.nearweek page still have the NEAR Foundation style. With help from our designer Frederik, we want to do a makeover for submission.nearweek
- [ ] Update logo
- [ ] Update favicon
- [ ] Re-design page in style with the NEARWEEK identity
## 🤼♂️ Reviewer
@K... | non_defect | re design for page as of now the submission nearweek page still have the near foundation style with help from our designer frederik we want to do a makeover for submission nearweek update logo update favicon re design page in style with the nearweek identity 🤼♂️ reviewer kisgus ... | 0 |
66,049 | 19,909,123,608 | IssuesEvent | 2022-01-25 15:33:29 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | "Ctrl K" and "Ctrl + Shift + D" should be translatable | T-Defect | ### Steps to reproduce
Non-English languages use words other than "Ctrl" for that key, so shortcuts like "Ctrl K" and "Ctrl + Shift + D" should be translatable.
I was going to submit a PR but I wasn't sure whether we should use concatenation like in BasicMessageComposer line 69, or provide these as separate transla... | 1.0 | "Ctrl K" and "Ctrl + Shift + D" should be translatable - ### Steps to reproduce
Non-English languages use words other than "Ctrl" for that key, so shortcuts like "Ctrl K" and "Ctrl + Shift + D" should be translatable.
I was going to submit a PR but I wasn't sure whether we should use concatenation like in BasicMess... | defect | ctrl k and ctrl shift d should be translatable steps to reproduce non english languages use words other than ctrl for that key so shortcuts like ctrl k and ctrl shift d should be translatable i was going to submit a pr but i wasn t sure whether we should use concatenation like in basicmess... | 1 |
181,112 | 30,625,032,844 | IssuesEvent | 2023-07-24 10:51:39 | readthedocs/readthedocs.org | https://api.github.com/repos/readthedocs/readthedocs.org | closed | Automatically version PDF/ePUB output | Improvement Needed: design decision | In our sphinx theme HTML output, we show the version of the docs as the verbose slug name that RTD uses -- ie, `latest`, and `stable`. On the PDF output, and I assume on the epub output as well, we don't override the conf.py `release` setting. This can result in an HTML output with a different version than the PDF outp... | 1.0 | Automatically version PDF/ePUB output - In our sphinx theme HTML output, we show the version of the docs as the verbose slug name that RTD uses -- ie, `latest`, and `stable`. On the PDF output, and I assume on the epub output as well, we don't override the conf.py `release` setting. This can result in an HTML output wi... | non_defect | automatically version pdf epub output in our sphinx theme html output we show the version of the docs as the verbose slug name that rtd uses ie latest and stable on the pdf output and i assume on the epub output as well we don t override the conf py release setting this can result in an html output wi... | 0 |
4,304 | 2,610,091,209 | IssuesEvent | 2015-02-26 18:27:34 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳痘印怎么消 | auto-migrated Priority-Medium Type-Defect | ```
深圳痘印怎么消【深圳韩方科颜全国热线400-869-1818,24小时QQ4
008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方��
�—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科�
��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康
祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治��
�粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘�
��
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:47 | 1.0 | 深圳痘印怎么消 - ```
深圳痘印怎么消【深圳韩方科颜全国热线400-869-1818,24小时QQ4
008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方��
�—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科�
��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康
祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治��
�粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘�
��
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:47 | defect | 深圳痘印怎么消 深圳痘印怎么消【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘方�� �—韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方科� ��专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健康 祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业治�� �粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘痘� �� original issue reported on code google com by szft com on may at | 1 |
27,482 | 5,031,333,879 | IssuesEvent | 2016-12-16 06:22:38 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | opened | Calling Console.WriteLine() should write blank line in Bridge.Console | defect | ### Expected
```js
<-- nothing
```
### Actual
```js
null
```
### Steps To Reproduce
http://deck.net/cb55b734f78d4b69ea99049e3af1a707
```cs
public class Program
{
public static void Main()
{
Console.WriteLine();
}
}
```
| 1.0 | Calling Console.WriteLine() should write blank line in Bridge.Console - ### Expected
```js
<-- nothing
```
### Actual
```js
null
```
### Steps To Reproduce
http://deck.net/cb55b734f78d4b69ea99049e3af1a707
```cs
public class Program
{
public static void Main()
{
Console.WriteLi... | defect | calling console writeline should write blank line in bridge console expected js nothing actual js null steps to reproduce cs public class program public static void main console writeline | 1 |
64,411 | 18,669,743,464 | IssuesEvent | 2021-10-30 13:31:30 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Scrolling beyond room list is jerky again | T-Defect | ### Steps to reproduce
It seems #17460 #17565 #18440 has resurfaced.
### Outcome
#### What did you expect?
Scroll to the bottom
#### What happened instead?
https://user-images.githubusercontent.com/2803622/139534634-c12e9e03-5612-41f9-8cde-e7c95ffe18b9.mp4
### Operating system
arch / sway / ozone
### A... | 1.0 | Scrolling beyond room list is jerky again - ### Steps to reproduce
It seems #17460 #17565 #18440 has resurfaced.
### Outcome
#### What did you expect?
Scroll to the bottom
#### What happened instead?
https://user-images.githubusercontent.com/2803622/139534634-c12e9e03-5612-41f9-8cde-e7c95ffe18b9.mp4
### ... | defect | scrolling beyond room list is jerky again steps to reproduce it seems has resurfaced outcome what did you expect scroll to the bottom what happened instead operating system arch sway ozone application version element nightly version olm version ... | 1 |
78,019 | 27,278,569,628 | IssuesEvent | 2023-02-23 08:15:35 | colour-science/colour | https://api.github.com/repos/colour-science/colour | closed | [BUG] Bump numpy dependency to 1.21 minimum. | Defect | ### Description
Hello, just update the venv of one of my project and got an exception related to numpy dependency.
My project is using poetry for venv management :
- `colour` using the develop branch for github, updated few minutes ago
- `numpy=1.20.*`
> venv is resolved to `colour=0.4.2 682c406` and `numpy=1.... | 1.0 | [BUG] Bump numpy dependency to 1.21 minimum. - ### Description
Hello, just update the venv of one of my project and got an exception related to numpy dependency.
My project is using poetry for venv management :
- `colour` using the develop branch for github, updated few minutes ago
- `numpy=1.20.*`
> venv is r... | defect | bump numpy dependency to minimum description hello just update the venv of one of my project and got an exception related to numpy dependency my project is using poetry for venv management colour using the develop branch for github updated few minutes ago numpy venv is resolve... | 1 |
57,513 | 15,822,968,785 | IssuesEvent | 2021-04-05 23:31:43 | bigbluebutton/bigbluebutton | https://api.github.com/repos/bigbluebutton/bigbluebutton | closed | externalUserId not present in all redis messages | module: core priority: normal type: defect | Originally reported on Google Code with ID 1362
```
[This issue is a result of the thread: https://groups.google.com/forum/?fromgroups=#!topic/bigbluebutton-dev/q_Ffc4eba0A]
The application that includes bbb can easily log bbb events by leveraging redis PubSub
(adding a new subscriber).
Having the externalUserId in ... | 1.0 | externalUserId not present in all redis messages - Originally reported on Google Code with ID 1362
```
[This issue is a result of the thread: https://groups.google.com/forum/?fromgroups=#!topic/bigbluebutton-dev/q_Ffc4eba0A]
The application that includes bbb can easily log bbb events by leveraging redis PubSub
(addin... | defect | externaluserid not present in all redis messages originally reported on google code with id the application that includes bbb can easily log bbb events by leveraging redis pubsub adding a new subscriber having the externaluserid in all the messages will be very useful to avoid having to figure out the m... | 1 |
65,793 | 19,695,390,807 | IssuesEvent | 2022-01-12 11:34:09 | martinrotter/rssguard | https://api.github.com/repos/martinrotter/rssguard | closed | [BUG]: Parse HTML in Title (to support RTL titles) | Type-Defect Component-Plugins-Feedly | ### Brief description of the feature request
Hi,
Some feed will use an html `div` tag to align the title and set it direction for readability.
e.g a Hebrew feed which use the div tag and direction attribute
 - ### Brief description of the feature request
Hi,
Some feed will use an html `div` tag to align the title and set it direction for readability.
e.g a Hebrew feed which use the div tag and direction attribute
 | Migrated from Trac combo core defect | I describe the Python side of this issue, but the same holds for C++.
get_most_energetic_primary filters the tree for I3Particles with is_primary is true and picks the most energetic. It returns none if there are no particles with the property is_primary is true.
On the other hand, I3MCTree.primaries yields all parti... | 1.0 | [dataclasses] I3MCTreePhysicsLibrary.get_most_energetic_primary fails if particles in tree-head are not marked properly as "Primary" (Trac #958) - I describe the Python side of this issue, but the same holds for C++.
get_most_energetic_primary filters the tree for I3Particles with is_primary is true and picks the most... | defect | get most energetic primary fails if particles in tree head are not marked properly as primary trac i describe the python side of this issue but the same holds for c get most energetic primary filters the tree for with is primary is true and picks the most energetic it returns none if there are no p... | 1 |
17,239 | 2,985,338,878 | IssuesEvent | 2015-07-18 23:11:58 | JakobKallin/RPG-Ambience | https://api.github.com/repos/JakobKallin/RPG-Ambience | closed | Some content partially hidden | Browser-specific Defect | Some content is partially hidden due to a seemingly Chrome-specific flexbox bug, likely one of those described in [flexbugs](https://github.com/philipwalton/flexbugs) (["Minimum content sizing of flex items not honored"](https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)). This... | 1.0 | Some content partially hidden - Some content is partially hidden due to a seemingly Chrome-specific flexbox bug, likely one of those described in [flexbugs](https://github.com/philipwalton/flexbugs) (["Minimum content sizing of flex items not honored"](https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-o... | defect | some content partially hidden some content is partially hidden due to a seemingly chrome specific flexbox bug likely one of those described in this issue appeared earlier this year and must have been caused by a chrome update because the css was not altered in that time | 1 |
61,648 | 17,023,747,938 | IssuesEvent | 2021-07-03 03:37:53 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | New users are given a proprietary map by default | Component: potlatch2 Priority: major Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 12.02pm, Thursday, 22nd September 2011]**
The default Potlatch 2 background is being rendered as the Ordnance Survey 1:50000 map in parts of Britain. New users are likely to assume that the background is something they can legally trace from.
There are more detail... | 1.0 | New users are given a proprietary map by default - **[Submitted to the original trac issue database at 12.02pm, Thursday, 22nd September 2011]**
The default Potlatch 2 background is being rendered as the Ordnance Survey 1:50000 map in parts of Britain. New users are likely to assume that the background is something th... | defect | new users are given a proprietary map by default the default potlatch background is being rendered as the ordnance survey map in parts of britain new users are likely to assume that the background is something they can legally trace from there are more details at the last link should be sorry f... | 1 |
66,032 | 19,905,044,891 | IssuesEvent | 2022-01-25 11:54:44 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | `maven-deploy.sh` should not continue executing if one of the `mvn` command invocations fail | T: Defect | ### Expected behavior
`maven-deploy.sh` should not continue executing if one of the `mvn` command invocations fail
### Actual behavior
Errors are silently ignored and the script happily carries on, even though the `mvn deploy:deploy-file` command has failed.
### Steps to reproduce the problem
```shell
$ ./m... | 1.0 | `maven-deploy.sh` should not continue executing if one of the `mvn` command invocations fail - ### Expected behavior
`maven-deploy.sh` should not continue executing if one of the `mvn` command invocations fail
### Actual behavior
Errors are silently ignored and the script happily carries on, even though the `mvn d... | defect | maven deploy sh should not continue executing if one of the mvn command invocations fail expected behavior maven deploy sh should not continue executing if one of the mvn command invocations fail actual behavior errors are silently ignored and the script happily carries on even though the mvn d... | 1 |
50,355 | 13,187,457,119 | IssuesEvent | 2020-08-13 03:28:33 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | glshovel quits on Help-> About -> Close (Trac #576) | Migrated from Trac defect glshovel | When running the GLshovel, Help-> about brings up a nice
dialog box about the program. But the "Close" button for this dialog
will quit the GLShovel rather than just close the dialog box.
Reported on EL5 at Pole, and confirmed as well on Ubu 8.10 at UMD.
Reported version number also seems quite random.
<details>
... | 1.0 | glshovel quits on Help-> About -> Close (Trac #576) - When running the GLshovel, Help-> about brings up a nice
dialog box about the program. But the "Close" button for this dialog
will quit the GLShovel rather than just close the dialog box.
Reported on EL5 at Pole, and confirmed as well on Ubu 8.10 at UMD.
Reporte... | defect | glshovel quits on help about close trac when running the glshovel help about brings up a nice dialog box about the program but the close button for this dialog will quit the glshovel rather than just close the dialog box reported on at pole and confirmed as well on ubu at umd reported ver... | 1 |
679,159 | 23,222,580,614 | IssuesEvent | 2022-08-02 19:46:28 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | Item script bug. | component:database status:confirmed priority:low mode:renewal type:bug | <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: Latest
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
How to get your GitHub Hash:
1. c... | 1.0 | Item script bug. - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. -->
* **rAthena Hash**: Latest
<!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue.
How to get your... | non_defect | item script bug rathena hash latest please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date server mode renewal ... | 0 |
779,236 | 27,345,764,154 | IssuesEvent | 2023-02-27 04:44:42 | AY2223S2-CS2103T-W15-1/tp | https://api.github.com/repos/AY2223S2-CS2103T-W15-1/tp | closed | Update README.md page to match project | type.Chore priority.High | Add a UI mockup of intended final product.
Update all contents to match own project.
Update link of GitHub Actions build status badge to reflect build status of own repo.
Acknowledge original source of the code. | 1.0 | Update README.md page to match project - Add a UI mockup of intended final product.
Update all contents to match own project.
Update link of GitHub Actions build status badge to reflect build status of own repo.
Acknowledge original source of the code. | non_defect | update readme md page to match project add a ui mockup of intended final product update all contents to match own project update link of github actions build status badge to reflect build status of own repo acknowledge original source of the code | 0 |
18,490 | 3,067,858,810 | IssuesEvent | 2015-08-18 13:05:33 | gbif/ipt | https://api.github.com/repos/gbif/ipt | closed | Identifiers Changed for Unregistered Datasets in IPT 2.2 | bug Milestone-Release2.3 Priority-High Type-Defect wontfix | iDigBio ran into this when consuming the RSS feeds from a recently updated IPT.
Old Format:
http://ipt.flmnh.ufl.edu:8080/ipt/resource.do?id=herbarium
New Format:
http://ipt.flmnh.ufl.edu:8080/ipt/resource?id=herbarium
That cat is kind of out of the bag here, I'm not sure if there is much point in patching t... | 1.0 | Identifiers Changed for Unregistered Datasets in IPT 2.2 - iDigBio ran into this when consuming the RSS feeds from a recently updated IPT.
Old Format:
http://ipt.flmnh.ufl.edu:8080/ipt/resource.do?id=herbarium
New Format:
http://ipt.flmnh.ufl.edu:8080/ipt/resource?id=herbarium
That cat is kind of out of the ... | defect | identifiers changed for unregistered datasets in ipt idigbio ran into this when consuming the rss feeds from a recently updated ipt old format new format that cat is kind of out of the bag here i m not sure if there is much point in patching this at this point i just want to make you guys awar... | 1 |
650,917 | 21,442,941,131 | IssuesEvent | 2022-04-25 00:45:01 | GC-spigot/AdvancedEnchantments | https://api.github.com/repos/GC-spigot/AdvancedEnchantments | closed | Heads issue | Priority: Critical Resolution: Accepted | ### Describe the bug
Placing a Minecraft head against a block (wall) turns the head to face north and sets it to steve. After disabling AdvancedEnchantments, it seems to fix the issue. Console reveals no issues when heads are placed.
(Server is up to date with AE 8.9.16)
### How to reproduce
Placing heads against... | 1.0 | Heads issue - ### Describe the bug
Placing a Minecraft head against a block (wall) turns the head to face north and sets it to steve. After disabling AdvancedEnchantments, it seems to fix the issue. Console reveals no issues when heads are placed.
(Server is up to date with AE 8.9.16)
### How to reproduce
Placing... | non_defect | heads issue describe the bug placing a minecraft head against a block wall turns the head to face north and sets it to steve after disabling advancedenchantments it seems to fix the issue console reveals no issues when heads are placed server is up to date with ae how to reproduce placing ... | 0 |
60,845 | 17,023,537,731 | IssuesEvent | 2021-07-03 02:32:06 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Railway and highway bridges | Component: mapnik Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 11.52pm, Monday, 11th January 2010]**
http://www.openstreetmap.org/edit?lat=39.875278&lon=-75.259287&zoom=18
Here, the layer=1 motorway bridge is shown to be passing over a railway bridge that is designated layer=2. | 1.0 | Railway and highway bridges - **[Submitted to the original trac issue database at 11.52pm, Monday, 11th January 2010]**
http://www.openstreetmap.org/edit?lat=39.875278&lon=-75.259287&zoom=18
Here, the layer=1 motorway bridge is shown to be passing over a railway bridge that is designated layer=2. | defect | railway and highway bridges here the layer motorway bridge is shown to be passing over a railway bridge that is designated layer | 1 |
287,701 | 31,856,301,404 | IssuesEvent | 2023-09-15 07:42:52 | Trinadh465/linux-4.1.15_CVE-2023-26607 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2023-26607 | opened | CVE-2022-32296 (Low) detected in linuxlinux-4.6 | Mend: dependency security vulnerability | ## CVE-2022-32296 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Library home page: <a href=https://mirrors.edge.kernel.... | True | CVE-2022-32296 (Low) detected in linuxlinux-4.6 - ## CVE-2022-32296 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.6</b></p></summary>
<p>
<p>The Linux Kernel</p>
<p>Libra... | non_defect | cve low detected in linuxlinux cve low severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch main vulnerable source files net inet hashtables c ... | 0 |
80,423 | 30,282,800,865 | IssuesEvent | 2023-07-08 09:30:14 | scoutplan/scoutplan | https://api.github.com/repos/scoutplan/scoutplan | closed | [Scoutplan Production/production] NoMethodError: undefined method `youth' for nil:NilClass | defect | ## Backtrace
line 43 of [PROJECT_ROOT]/app/views/events/partials/show/_payment.slim: _app_views_events_partials_show__payment_slim__178278537601882565_145080
line 14 of [PROJECT_ROOT]/app/views/events/show.html.slim: block in _app_views_events_show_html_slim___1465711909595258218_141940
line 4 of [PROJECT_... | 1.0 | [Scoutplan Production/production] NoMethodError: undefined method `youth' for nil:NilClass - ## Backtrace
line 43 of [PROJECT_ROOT]/app/views/events/partials/show/_payment.slim: _app_views_events_partials_show__payment_slim__178278537601882565_145080
line 14 of [PROJECT_ROOT]/app/views/events/show.html.slim: b... | defect | nomethoderror undefined method youth for nil nilclass backtrace line of app views events partials show payment slim app views events partials show payment slim line of app views events show html slim block in app views events show html slim line of app views events sh... | 1 |
36,682 | 8,058,583,157 | IssuesEvent | 2018-08-02 18:57:10 | extnet/Ext.NET | https://api.github.com/repos/extnet/Ext.NET | closed | Grid with BufferedRenderer throws JS error on record insertion | 2.x 3.x 4.x defect fixed-in-latest-extjs sencha | http://forums.ext.net/showthread.php?26533
http://www.sencha.com/forum/showthread.php?272367
**Update:** Issue still open after 6.0.1 release.
| 1.0 | Grid with BufferedRenderer throws JS error on record insertion - http://forums.ext.net/showthread.php?26533
http://www.sencha.com/forum/showthread.php?272367
**Update:** Issue still open after 6.0.1 release.
| defect | grid with bufferedrenderer throws js error on record insertion update issue still open after release | 1 |
270,564 | 23,519,024,375 | IssuesEvent | 2022-08-19 02:25:09 | woowa-techcamp-2022/android-banchan-04 | https://api.github.com/repos/woowa-techcamp-2022/android-banchan-04 | closed | 데이터베이스 insert와 update 분리 문제 | fix test day11 | ## CheckList
- [ ] Primary Key가 `autoGenerate = true` 인 경우 insert 시 자동으로 새 entity id를 생성하므로 insert와 update를 명시하여 Transaction으로conflict를 예방하여 update를 구현 | 1.0 | 데이터베이스 insert와 update 분리 문제 - ## CheckList
- [ ] Primary Key가 `autoGenerate = true` 인 경우 insert 시 자동으로 새 entity id를 생성하므로 insert와 update를 명시하여 Transaction으로conflict를 예방하여 update를 구현 | non_defect | 데이터베이스 insert와 update 분리 문제 checklist primary key가 autogenerate true 인 경우 insert 시 자동으로 새 entity id를 생성하므로 insert와 update를 명시하여 transaction으로conflict를 예방하여 update를 구현 | 0 |
191,336 | 6,828,197,293 | IssuesEvent | 2017-11-08 19:35:02 | r-lib/styler | https://api.github.com/repos/r-lib/styler | closed | Add style_dir() to RStudio add-in | Complexity: Low Priority: Low Status: Postponed Type: Enhancement | Currently the add-in provides 3 options to style active region, active file, or the whole package. It would be awesome to add another option to style all files in the working directory. There's already a `style_dir()` function that can be bound to the option. | 1.0 | Add style_dir() to RStudio add-in - Currently the add-in provides 3 options to style active region, active file, or the whole package. It would be awesome to add another option to style all files in the working directory. There's already a `style_dir()` function that can be bound to the option. | non_defect | add style dir to rstudio add in currently the add in provides options to style active region active file or the whole package it would be awesome to add another option to style all files in the working directory there s already a style dir function that can be bound to the option | 0 |
55,481 | 14,514,322,144 | IssuesEvent | 2020-12-13 07:51:13 | ascott18/TellMeWhen | https://api.github.com/repos/ascott18/TellMeWhen | closed | [Bug] Opacity Showing at 100% When Set to 'Hidden' for All-Unit Buff/Debuffs | S: resolved T: defect | **What version of TellMeWhen are you using? **
<!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. -->
Version 9.0.2
**What steps will reproduce the problem?**
1. Select All-Unit Buffs/Debuffs
2. Input a debuff like Entangling Roots in the 'What to Track' section
3. Set t... | 1.0 | [Bug] Opacity Showing at 100% When Set to 'Hidden' for All-Unit Buff/Debuffs - **What version of TellMeWhen are you using? **
<!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. -->
Version 9.0.2
**What steps will reproduce the problem?**
1. Select All-Unit Buffs/Debuffs
2... | defect | opacity showing at when set to hidden for all unit buff debuffs what version of tellmewhen are you using version what steps will reproduce the problem select all unit buffs debuffs input a debuff like entangling roots in the what to track section set the opacity color to... | 1 |
21,340 | 3,489,285,720 | IssuesEvent | 2016-01-03 19:11:31 | zaproxy/zaproxy | https://api.github.com/repos/zaproxy/zaproxy | closed | HTTPS Info classcast exception | Priority-Medium Type-Defect | ```
I get thess exception when running the httpsInfo add-on.
We various trees that dont contain SiteNodes so the class should check that first ;)
java.lang.ClassCastException: org.zaproxy.zap.extension.script.ScriptNode cannot be
cast to org.parosproxy.paros.model.SiteNode
at org.zaproxy.zap.extension.httpsInfo.M... | 1.0 | HTTPS Info classcast exception - ```
I get thess exception when running the httpsInfo add-on.
We various trees that dont contain SiteNodes so the class should check that first ;)
java.lang.ClassCastException: org.zaproxy.zap.extension.script.ScriptNode cannot be
cast to org.parosproxy.paros.model.SiteNode
at org.... | defect | https info classcast exception i get thess exception when running the httpsinfo add on we various trees that dont contain sitenodes so the class should check that first java lang classcastexception org zaproxy zap extension script scriptnode cannot be cast to org parosproxy paros model sitenode at org ... | 1 |
30,498 | 6,143,275,472 | IssuesEvent | 2017-06-27 04:48:02 | fieldenms/tg | https://api.github.com/repos/fieldenms/tg | closed | Revalidation of dependent properties should take into account requiredness | Complexity: low Defect Developer productivity Modelling P1 | ### Description
The requiredness of properties is the first validation step for all required by the definition properties -- this is a contract.
This contract is followed when changing properties directly, but is violated upon revalidation of dependent properties. This violation needs to be rectified.
### Expect... | 1.0 | Revalidation of dependent properties should take into account requiredness - ### Description
The requiredness of properties is the first validation step for all required by the definition properties -- this is a contract.
This contract is followed when changing properties directly, but is violated upon revalidation... | defect | revalidation of dependent properties should take into account requiredness description the requiredness of properties is the first validation step for all required by the definition properties this is a contract this contract is followed when changing properties directly but is violated upon revalidation... | 1 |
275,674 | 30,281,827,274 | IssuesEvent | 2023-07-08 06:38:21 | KOSASIH/Microfarma | https://api.github.com/repos/KOSASIH/Microfarma | opened | spring-cloud-starter-stream-kafka-4.0.3.jar: 4 vulnerabilities (highest severity is: 7.5) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-cloud-starter-stream-kafka-4.0.3.jar</b></p></summary>
<p></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /home/wss-scanner/.m2/re... | True | spring-cloud-starter-stream-kafka-4.0.3.jar: 4 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-cloud-starter-stream-kafka-4.0.3.jar</b></p></summary>
<p></p>
<p>P... | non_defect | spring cloud starter stream kafka jar vulnerabilities highest severity is vulnerable library spring cloud starter stream kafka jar path to dependency file pom xml path to vulnerable library home wss scanner repository org apache kafka kafka clients kafka clients ... | 0 |
27,461 | 5,026,626,285 | IssuesEvent | 2016-12-15 13:14:59 | ONSdigital/eq-survey-runner | https://api.github.com/repos/ONSdigital/eq-survey-runner | opened | Show further guidance on household composition is in wrong place | design-defect | ### Expected behaviour
Show further guidance shown below Add Person button
### Actual behaviour
Show further guidance shown below each person's last name.
### Steps to reproduce the behaviour
- navigate to HH composition screen.
### Technical information
#### Browser
Chrome
#### Operating System
mac... | 1.0 | Show further guidance on household composition is in wrong place - ### Expected behaviour
Show further guidance shown below Add Person button
### Actual behaviour
Show further guidance shown below each person's last name.
### Steps to reproduce the behaviour
- navigate to HH composition screen.
### Technica... | defect | show further guidance on household composition is in wrong place expected behaviour show further guidance shown below add person button actual behaviour show further guidance shown below each person s last name steps to reproduce the behaviour navigate to hh composition screen technica... | 1 |
139,497 | 11,271,645,460 | IssuesEvent | 2020-01-14 13:28:34 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | QueryCacheNoEventLossTest.no_event_lost_during_migrations__with_many_parallel_nodes | Source: Internal Team: Core Type: Test-Failure | - Fails on `Hazelcast-3.x-nightly`
- Fails on [this build](http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-3.x-nightly/348/testReport/com.hazelcast.map.impl.querycache/QueryCacheNoEventLossTest/no_event_lost_during_migrations__with_many_parallel_nodes/)
- Error
```
expected:<0> but was:<1>
```
-... | 1.0 | QueryCacheNoEventLossTest.no_event_lost_during_migrations__with_many_parallel_nodes - - Fails on `Hazelcast-3.x-nightly`
- Fails on [this build](http://jenkins.hazelcast.com/view/Official%20Builds/job/Hazelcast-3.x-nightly/348/testReport/com.hazelcast.map.impl.querycache/QueryCacheNoEventLossTest/no_event_lost_during_... | non_defect | querycachenoeventlosstest no event lost during migrations with many parallel nodes fails on hazelcast x nightly fails on error expected but was stack trace java lang assertionerror expected but was at org junit assert fail assert java at org junit assert failnotequ... | 0 |
28,256 | 5,226,538,457 | IssuesEvent | 2017-01-27 21:42:42 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Wrong height for SelectOneMenu with SelectItemGroups | defect | **Problem**
The height of the SelectOneMenu is wrong if it contains less than 10 SelectItemGroups. It only counts the root elements and not the childs.
**Possible fix:**
Add something like the following method to [SelectOneMenuRenderer](https://github.com/primefaces/primefaces/blob/master/src/main/java/org/primefaces/... | 1.0 | Wrong height for SelectOneMenu with SelectItemGroups - **Problem**
The height of the SelectOneMenu is wrong if it contains less than 10 SelectItemGroups. It only counts the root elements and not the childs.
**Possible fix:**
Add something like the following method to [SelectOneMenuRenderer](https://github.com/primefac... | defect | wrong height for selectonemenu with selectitemgroups problem the height of the selectonemenu is wrong if it contains less than selectitemgroups it only counts the root elements and not the childs possible fix add something like the following method to java private int getsize list items ... | 1 |
2,346 | 2,607,896,771 | IssuesEvent | 2015-02-26 00:11:44 | chrsmithdemos/zen-coding | https://api.github.com/repos/chrsmithdemos/zen-coding | closed | Aptana. Zen-codding doesn't work after restarting studio. | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Install zen-codding (copy files into "Scripts" folder in project directory);
2. Refresh project - all is ok now, zen-codding is available;
3. Restart Aptana studio - zen-codding doesn't work;
4. To fix this issue you need to reinstall zen-codding, but after
restarting studi... | 1.0 | Aptana. Zen-codding doesn't work after restarting studio. - ```
What steps will reproduce the problem?
1. Install zen-codding (copy files into "Scripts" folder in project directory);
2. Refresh project - all is ok now, zen-codding is available;
3. Restart Aptana studio - zen-codding doesn't work;
4. To fix this issue y... | defect | aptana zen codding doesn t work after restarting studio what steps will reproduce the problem install zen codding copy files into scripts folder in project directory refresh project all is ok now zen codding is available restart aptana studio zen codding doesn t work to fix this issue y... | 1 |
40,822 | 10,169,709,775 | IssuesEvent | 2019-08-08 01:50:56 | nhattn/abot | https://api.github.com/repos/nhattn/abot | closed | Remove all marked with [Obsolete] attribute | Milestone-Release2.0 Priority-Medium Type-Defect auto-migrated | ```
For next major version get rid of these!!!
```
Original issue reported on code.google.com by `sjdir...@gmail.com` on 22 Oct 2013 at 4:40
| 1.0 | Remove all marked with [Obsolete] attribute - ```
For next major version get rid of these!!!
```
Original issue reported on code.google.com by `sjdir...@gmail.com` on 22 Oct 2013 at 4:40
| defect | remove all marked with attribute for next major version get rid of these original issue reported on code google com by sjdir gmail com on oct at | 1 |
57,289 | 15,729,483,390 | IssuesEvent | 2021-03-29 14:54:17 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | opened | Vet Center Outstations are failing to push to lighthouse. | Defect Product Support Team Vet Center | **Describe the defect**
When a vetcenter outstation status is editied, the status change is queued to go to lighthouse. This part is working. On queue processing, the outstation items in the queue are returning 500 errors from the API.
 that traces the log function back to the work by Craw... | 1.0 | Incorrect log function in the pupil diameter function - https://github.com/colour-science/colour/blob/491b6ef1c754792af37241c5c10d2863342d4a95/colour/contrast/barten1999.py#L131
The `np.log` function should be replaced by `np.log10`
See Beau's work at [JOV](https://jov.arvojournals.org/article.aspx?articleid=227942... | defect | incorrect log function in the pupil diameter function the np log function should be replaced by np see beau s work at that traces the log function back to the work by crawford with np the barten flat curve in the example should evaluate instead to with np the barten flat an... | 1 |
70,601 | 23,260,780,559 | IssuesEvent | 2022-08-04 13:20:52 | owncloud/ocis | https://api.github.com/repos/owncloud/ocis | closed | Provider is nil if oidc unresolvable | Type:Bug Category:Defect | https://github.com/owncloud/ocis/blob/e0c94f6c21d9dee340d5eff3ee3d95c0229c72d0/ocis-pkg/middleware/openidconnect.go#L76
needs graceful exit if provider still nil.
Reproducible by using docker and ufw firewall. Reasons not exactly clear.
Docker container is not able to resolve own domain due to firewall mess-up.
... | 1.0 | Provider is nil if oidc unresolvable - https://github.com/owncloud/ocis/blob/e0c94f6c21d9dee340d5eff3ee3d95c0229c72d0/ocis-pkg/middleware/openidconnect.go#L76
needs graceful exit if provider still nil.
Reproducible by using docker and ufw firewall. Reasons not exactly clear.
Docker container is not able to resol... | defect | provider is nil if oidc unresolvable needs graceful exit if provider still nil reproducible by using docker and ufw firewall reasons not exactly clear docker container is not able to resolve own domain due to firewall mess up | 1 |
799,406 | 28,306,405,198 | IssuesEvent | 2023-04-10 11:28:11 | telerik/kendo-ui-core | https://api.github.com/repos/telerik/kendo-ui-core | closed | Grid Toolbar attributes aren't applied | Bug C: Grid jQuery Priority 5 Next LIB FP: Planned | ### Bug report
Html Attributes aren't applied to the items of the Grid's Toolbar.
The behavior is a regression occurring in version 2023.1.314
### Reproduction of the problem
1. Run this [Dojo](https://dojo.telerik.com/IcepUjob/5)
2. Inspect the Toolbar button
### Expected/desired behavior
Configuring... | 1.0 | Grid Toolbar attributes aren't applied - ### Bug report
Html Attributes aren't applied to the items of the Grid's Toolbar.
The behavior is a regression occurring in version 2023.1.314
### Reproduction of the problem
1. Run this [Dojo](https://dojo.telerik.com/IcepUjob/5)
2. Inspect the Toolbar button
#... | non_defect | grid toolbar attributes aren t applied bug report html attributes aren t applied to the items of the grid s toolbar the behavior is a regression occurring in version reproduction of the problem run this inspect the toolbar button expected desired behavior configuring the... | 0 |
57,764 | 16,046,327,720 | IssuesEvent | 2021-04-22 14:01:49 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | New lightbox navigation buttons shown over room buttons | A-Media P1 S-Major T-Defect X-Regression X-Release-Blocker | ### Description
New lightbox navigation buttons are shown over room buttons, they're mixed without background dimmed.

https://github.com/vector-im/element-web/issues/17014#issuecomment-824553695
... | 1.0 | New lightbox navigation buttons shown over room buttons - ### Description
New lightbox navigation buttons are shown over room buttons, they're mixed without background dimmed.

https://github.com/ve... | defect | new lightbox navigation buttons shown over room buttons description new lightbox navigation buttons are shown over room buttons they re mixed without background dimmed steps to reproduce just click the image version information platform element web rc br... | 1 |
9,922 | 6,518,236,942 | IssuesEvent | 2017-08-28 07:02:33 | cortoproject/corto | https://api.github.com/repos/cortoproject/corto | closed | Rename event mask constants | Corto:ObjectManagement Corto:Usability | The `eventMask` has constants that allow applications to specify which events to observe. For example:
```c
corto_observe(CORTO_ON_DEFINE|CORTO_ON_SCOPE).callback(cb);
```
Historically the `eventMask` was only used for the `corto_observe` function, and the `ON` prefix made sense to indicate it was an event. The `ev... | True | Rename event mask constants - The `eventMask` has constants that allow applications to specify which events to observe. For example:
```c
corto_observe(CORTO_ON_DEFINE|CORTO_ON_SCOPE).callback(cb);
```
Historically the `eventMask` was only used for the `corto_observe` function, and the `ON` prefix made sense to ind... | non_defect | rename event mask constants the eventmask has constants that allow applications to specify which events to observe for example c corto observe corto on define corto on scope callback cb historically the eventmask was only used for the corto observe function and the on prefix made sense to ind... | 0 |
17,832 | 3,013,269,287 | IssuesEvent | 2015-07-29 07:47:51 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | 3.x TranslateBehavior::groupTranslations fails for empty hasOne properties. | Defect i18n ORM | Following example:
```php
public $fixtures = [
'core.translates',
'core.attachments',
'core.comments',
];
public function testTranslations()
{
$locator = new TableLocator;
$attachments = $locator->get('Attachments');
$comments = $loc... | 1.0 | 3.x TranslateBehavior::groupTranslations fails for empty hasOne properties. - Following example:
```php
public $fixtures = [
'core.translates',
'core.attachments',
'core.comments',
];
public function testTranslations()
{
$locator = new TableLocator;
... | defect | x translatebehavior grouptranslations fails for empty hasone properties following example php public fixtures core translates core attachments core comments public function testtranslations locator new tablelocator ... | 1 |
48,946 | 13,185,167,781 | IssuesEvent | 2020-08-12 20:51:24 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | dataio shouldn't depend on dataclasses (Trac #508) | Incomplete Migration Migrated from Trac dataio defect | <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/508
, reported by troy and owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-10-31T20:15:37",
"description": "see I3FileImpl, mentions I3Geometry etc, can use new muxer logic\nthat doesn't know abo... | 1.0 | dataio shouldn't depend on dataclasses (Trac #508) - <details>
<summary><em>Migrated from https://code.icecube.wisc.edu/ticket/508
, reported by troy and owned by troy</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-10-31T20:15:37",
"description": "see I3FileImpl, mentions I3Geometr... | defect | dataio shouldn t depend on dataclasses trac migrated from reported by troy and owned by troy json status closed changetime description see mentions etc can use new muxer logic nthat doesn t know about these frames n nblaufuss wisely suggests creati... | 1 |
70,368 | 9,412,961,179 | IssuesEvent | 2019-04-10 06:24:26 | benwiley4000/cassette | https://api.github.com/repos/benwiley4000/cassette | closed | Have some level of API docs completeness | documentation | Maybe not all the examples will be perfect yet but we need to document all the exposed API including prop descriptions, for the beta release. | 1.0 | Have some level of API docs completeness - Maybe not all the examples will be perfect yet but we need to document all the exposed API including prop descriptions, for the beta release. | non_defect | have some level of api docs completeness maybe not all the examples will be perfect yet but we need to document all the exposed api including prop descriptions for the beta release | 0 |
70,538 | 23,224,973,422 | IssuesEvent | 2022-08-02 22:30:37 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Mandating colouration and typography defined by the system to improve accessibility causes disablement of all iconography. | T-Defect Z-Platform-Specific S-Major A11y O-Uncommon | ### Steps to reproduce:
Configure "``" to be "``", and "``" to be "``" via "`firefox --new-tab about:config`".
### Outcome
No iconography is presented.
#### What did you expect?
Iconography should be presented.
#### What happened instead?
.follower-reads/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2168273&tab=buildLog) on [release-19.1@ad8e561d46993a1f4faab1728986ed7f1adff368](https://github.com/cockroachdb/cockroach/commits/ad8e561d46993a1f4faab1728986ed7f1adff368):
```
The test failed on branch=release-19.1, clou... | 2.0 | roachtest: follower-reads/nodes=3 failed - [(roachtest).follower-reads/nodes=3 failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2168273&tab=buildLog) on [release-19.1@ad8e561d46993a1f4faab1728986ed7f1adff368](https://github.com/cockroachdb/cockroach/commits/ad8e561d46993a1f4faab1728986ed7f1adff368):
```
T... | non_defect | roachtest follower reads nodes failed on the test failed on branch release cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts follower reads nodes run follower reads go test runner go error verifying node values pq as of system t... | 0 |
16,519 | 2,910,078,484 | IssuesEvent | 2015-06-21 11:43:43 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | Enter key submits the form on picklist filter event | 5.1.20 5.2.7 defect | The enter key submits the form when picklist source filter or target filter event is triggered.This can be replicated on showcase example as well.The picklist example submits the form and the dialog will prompt.It has to be handled similar to datatable filter etc. | 1.0 | Enter key submits the form on picklist filter event - The enter key submits the form when picklist source filter or target filter event is triggered.This can be replicated on showcase example as well.The picklist example submits the form and the dialog will prompt.It has to be handled similar to datatable filter etc. | defect | enter key submits the form on picklist filter event the enter key submits the form when picklist source filter or target filter event is triggered this can be replicated on showcase example as well the picklist example submits the form and the dialog will prompt it has to be handled similar to datatable filter etc | 1 |
820,808 | 30,790,025,939 | IssuesEvent | 2023-07-31 15:33:01 | sibvisions/flutter_jvx | https://api.github.com/repos/sibvisions/flutter_jvx | closed | Chat Interface (PoC) | enhancement Priority | > Regarding chat UI test using [flutter_chat_ui](https://pub.dev/packages/flutter_chat_ui):
Currently not possible as there is a version conflict with the recently added html_editor_enhanced.
Making matter worse, the editor seems to be lacking a proper maintainer, so there is no ETA of when or if a fix will be provid... | 1.0 | Chat Interface (PoC) - > Regarding chat UI test using [flutter_chat_ui](https://pub.dev/packages/flutter_chat_ui):
Currently not possible as there is a version conflict with the recently added html_editor_enhanced.
Making matter worse, the editor seems to be lacking a proper maintainer, so there is no ETA of when or ... | non_defect | chat interface poc regarding chat ui test using currently not possible as there is a version conflict with the recently added html editor enhanced making matter worse the editor seems to be lacking a proper maintainer so there is no eta of when or if a fix will be provided originally posted by bung... | 0 |
79,344 | 28,116,531,558 | IssuesEvent | 2023-03-31 11:11:25 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Unread room status not going away | T-Defect | ### Steps to reproduce
1. Room has unread notification on desktop device
2. Opening room, restarting app does not make the notification go away
3. Sending a message to the room clears the notification due to https://github.com/matrix-org/matrix-js-sdk/pull/3139
4. The unread notification does not appear in other de... | 1.0 | Unread room status not going away - ### Steps to reproduce
1. Room has unread notification on desktop device
2. Opening room, restarting app does not make the notification go away
3. Sending a message to the room clears the notification due to https://github.com/matrix-org/matrix-js-sdk/pull/3139
4. The unread noti... | defect | unread room status not going away steps to reproduce room has unread notification on desktop device opening room restarting app does not make the notification go away sending a message to the room clears the notification due to the unread notification does not appear in other devices just one ... | 1 |
57,209 | 15,726,563,254 | IssuesEvent | 2021-03-29 11:29:28 | danmar/testissues | https://api.github.com/repos/danmar/testissues | opened | False positive, (style) Redundant code - begins with numeric constant (Trac #88) | False positive Incomplete Migration Migrated from Trac aggro80 defect | Migrated from https://trac.cppcheck.net/ticket/88
```json
{
"status": "closed",
"changetime": "2009-02-08T09:52:14",
"description": "{{{\n(style) Redundant code: Found a statement that begins with numeric constant\n}}}\n\n\n{{{\nstruct P\n{\n double a;\n double b;\n};\n\nvoid f()\n{\n ... | 1.0 | False positive, (style) Redundant code - begins with numeric constant (Trac #88) - Migrated from https://trac.cppcheck.net/ticket/88
```json
{
"status": "closed",
"changetime": "2009-02-08T09:52:14",
"description": "{{{\n(style) Redundant code: Found a statement that begins with numeric constant\n}}}\n\n\... | defect | false positive style redundant code begins with numeric constant trac migrated from json status closed changetime description n style redundant code found a statement that begins with numeric constant n n n n nstruct p n n double a n ... | 1 |
216,733 | 24,294,570,967 | IssuesEvent | 2022-09-29 09:02:33 | billmcchesney1/hadoop | https://api.github.com/repos/billmcchesney1/hadoop | closed | CVE-2022-40154 (High) detected in woodstox-core-5.0.3.jar - autoclosed | security vulnerability | ## CVE-2022-40154 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>woodstox-core-5.0.3.jar</b></p></summary>
<p>Woodstox is a high-performance XML processor that
implements Stax... | True | CVE-2022-40154 (High) detected in woodstox-core-5.0.3.jar - autoclosed - ## CVE-2022-40154 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>woodstox-core-5.0.3.jar</b></p></summary>
<p>... | non_defect | cve high detected in woodstox core jar autoclosed cve high severity vulnerability vulnerable library woodstox core jar woodstox is a high performance xml processor that implements stax jsr and apis library home page a href path to vulnerable library ... | 0 |
9,060 | 3,834,080,298 | IssuesEvent | 2016-04-01 08:11:28 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Joomla 3.5 Admin Problem | No Code Attached Yet | Just upgraded to 3.5, now I can only see active position items under the "Select Position" drop down menu, all other positions are gone. See attached screen shot. HELP! | 1.0 | Joomla 3.5 Admin Problem - Just upgraded to 3.5, now I can only see active position items under the "Select Position" drop down menu, all other positions are gone. See attached screen shot. HELP! | non_defect | joomla admin problem just upgraded to now i can only see active position items under the select position drop down menu all other positions are gone see attached screen shot help | 0 |
115,599 | 14,850,842,012 | IssuesEvent | 2021-01-18 05:36:46 | glific/glific-frontend | https://api.github.com/repos/glific/glific-frontend | closed | Display webhook logs | design | **Describe the task**
For organizations, we are keeping a log of all the webhook calls. We need to show the historical data for easy debugging and tracing for the org staff.
**Expected behavior**
1. Create a page that shows the list of paginated webhook logs. A table with columns:
a. Timestamp
b. Webho... | 1.0 | Display webhook logs - **Describe the task**
For organizations, we are keeping a log of all the webhook calls. We need to show the historical data for easy debugging and tracing for the org staff.
**Expected behavior**
1. Create a page that shows the list of paginated webhook logs. A table with columns:
a. ... | non_defect | display webhook logs describe the task for organizations we are keeping a log of all the webhook calls we need to show the historical data for easy debugging and tracing for the org staff expected behavior create a page that shows the list of paginated webhook logs a table with columns a ... | 0 |
85,146 | 3,687,111,941 | IssuesEvent | 2016-02-25 06:11:22 | movabletype/smartphone-app | https://api.github.com/repos/movabletype/smartphone-app | closed | Auto-renamed asset file name run over the screen | Priority: LOW question | Steps:
1. Upload a image to the app.
2. Upload same image to same path.
3. The app rename file name automatically and... look at attached image.
Renamed file name is always "40 digit + .jpg" , and the screen size cannot display last 3 letters.
@oguraayumi What do you think? Can you display all 44 digit in the sc... | 1.0 | Auto-renamed asset file name run over the screen - Steps:
1. Upload a image to the app.
2. Upload same image to same path.
3. The app rename file name automatically and... look at attached image.
Renamed file name is always "40 digit + .jpg" , and the screen size cannot display last 3 letters.
@oguraayumi What d... | non_defect | auto renamed asset file name run over the screen steps upload a image to the app upload same image to same path the app rename file name automatically and look at attached image renamed file name is always digit jpg and the screen size cannot display last letters oguraayumi what do... | 0 |
31,000 | 6,393,924,545 | IssuesEvent | 2017-08-04 08:55:05 | lagom/lagom | https://api.github.com/repos/lagom/lagom | closed | Deprecate CassandraConfig and associated code | topic:development-environment type:defect | This appears to be code that was once used by the development environment, but isn't anymore.
Unfortunately, it was exposed as a public API (probably accidentally).
* https://www.lagomframework.com/documentation/1.3.x/java/api/com/lightbend/lagom/javadsl/persistence/cassandra/CassandraConfig.html
* https://www.l... | 1.0 | Deprecate CassandraConfig and associated code - This appears to be code that was once used by the development environment, but isn't anymore.
Unfortunately, it was exposed as a public API (probably accidentally).
* https://www.lagomframework.com/documentation/1.3.x/java/api/com/lightbend/lagom/javadsl/persistence... | defect | deprecate cassandraconfig and associated code this appears to be code that was once used by the development environment but isn t anymore unfortunately it was exposed as a public api probably accidentally however it seems unlikely that anyone is actually using it | 1 |
15,611 | 2,862,510,504 | IssuesEvent | 2015-06-04 05:27:23 | pmaupin/pdfrw | https://api.github.com/repos/pmaupin/pdfrw | closed | Spurious brackets in URIs. | auto-migrated Priority-Medium question Type-Defect | ```
1. Get a PDF with a URI in an annotation.
2. Run this code on it:
#!/usr/bin/env python
import sys
import os
from pdfrw import PdfReader, PdfWriter
def convert(inpfn, outfn):
pdf = PdfReader(inpfn)
for K in pdf.Root.Pages.Kids:
if K.Annots is not None:
for An in K.Annots:
if An.A is not... | 1.0 | Spurious brackets in URIs. - ```
1. Get a PDF with a URI in an annotation.
2. Run this code on it:
#!/usr/bin/env python
import sys
import os
from pdfrw import PdfReader, PdfWriter
def convert(inpfn, outfn):
pdf = PdfReader(inpfn)
for K in pdf.Root.Pages.Kids:
if K.Annots is not None:
for An in K.A... | defect | spurious brackets in uris get a pdf with a uri in an annotation run this code on it usr bin env python import sys import os from pdfrw import pdfreader pdfwriter def convert inpfn outfn pdf pdfreader inpfn for k in pdf root pages kids if k annots is not none for an in k a... | 1 |
487,043 | 14,018,365,166 | IssuesEvent | 2020-10-29 16:44:39 | AY2021S1-CS2103-F09-2/tp | https://api.github.com/repos/AY2021S1-CS2103-F09-2/tp | closed | View Available Functions | priority.Medium type.Story | As a potential user exploring the application, I can view the functions available for use so that I can get on board to the application faster. | 1.0 | View Available Functions - As a potential user exploring the application, I can view the functions available for use so that I can get on board to the application faster. | non_defect | view available functions as a potential user exploring the application i can view the functions available for use so that i can get on board to the application faster | 0 |
155,606 | 5,957,609,013 | IssuesEvent | 2017-05-29 03:23:01 | FDPA/fdpa | https://api.github.com/repos/FDPA/fdpa | closed | Craft: Build Volunteer Form | Priority ready for work | Form fields [are here](https://docs.google.com/document/d/1DIpYrAl_P-te3iS-lqUIalKxFQI4G2aDkRP35DCGr0U/edit#heading=h.xzytf345cr20), we may be able to duplicate the Join Form page in some way with this. | 1.0 | Craft: Build Volunteer Form - Form fields [are here](https://docs.google.com/document/d/1DIpYrAl_P-te3iS-lqUIalKxFQI4G2aDkRP35DCGr0U/edit#heading=h.xzytf345cr20), we may be able to duplicate the Join Form page in some way with this. | non_defect | craft build volunteer form form fields we may be able to duplicate the join form page in some way with this | 0 |
143,039 | 19,142,615,703 | IssuesEvent | 2021-12-02 01:45:33 | heltondoria/DemoApplication | https://api.github.com/repos/heltondoria/DemoApplication | opened | CVE-2021-22096 (Medium) detected in spring-web-4.3.13.RELEASE.jar | security vulnerability | ## CVE-2021-22096 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-4.3.13.RELEASE.jar</b></p></summary>
<p>Spring Web</p>
<p>Library home page: <a href="https://github.com/... | True | CVE-2021-22096 (Medium) detected in spring-web-4.3.13.RELEASE.jar - ## CVE-2021-22096 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-4.3.13.RELEASE.jar</b></p></summary>
... | non_defect | cve medium detected in spring web release jar cve medium severity vulnerability vulnerable library spring web release jar spring web library home page a href path to dependency file demoapplication build gradle path to vulnerable library root gradle caches modules... | 0 |
23,668 | 4,964,382,549 | IssuesEvent | 2016-12-03 18:57:58 | facebook/osquery | https://api.github.com/repos/facebook/osquery | closed | Events are disabled | documentation FIM question | I am running osquery on Ubuntu 16.04 LTS. I tried running commands like-
select * from file_events;
but got the below error:
W1202 19:24:59.876035 4565 virtual_table.cpp:492] Table file_events is event-based but events are disabled
W1202 19:24:59.876058 4565 virtual_table.cpp:499] Please see the table docum... | 1.0 | Events are disabled - I am running osquery on Ubuntu 16.04 LTS. I tried running commands like-
select * from file_events;
but got the below error:
W1202 19:24:59.876035 4565 virtual_table.cpp:492] Table file_events is event-based but events are disabled
W1202 19:24:59.876058 4565 virtual_table.cpp:499] Plea... | non_defect | events are disabled i am running osquery on ubuntu lts i tried running commands like select from file events but got the below error virtual table cpp table file events is event based but events are disabled virtual table cpp please see the table documentation ... | 0 |
75,719 | 26,012,111,679 | IssuesEvent | 2022-12-21 03:28:34 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | closed | zpool hang when open autotrim and continue working about 3 days under high load | Type: Defect Status: Stale Status: Triage Needed | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | zpool hang when open autotrim and continue working about 3 days under high load - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional val... | defect | zpool hang when open autotrim and continue working about days under high load thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill... | 1 |
68,347 | 9,168,011,522 | IssuesEvent | 2019-03-02 18:34:17 | BHoM/XML_Toolkit | https://api.github.com/repos/BHoM/XML_Toolkit | opened | XML_Toolkit: ExportType Evolvement | discussion documentation | @FraserGreenroyd
We need to adjust our `ExportType ` Currently we have Undefined, gbXMLTAS, gbXMLIES.
This could be a bit misleading.
Let's keep this as live thread and we bring all steps and fixes that are implemented and at the end we will move this into Documentation before we close this.
Please add anything... | 1.0 | XML_Toolkit: ExportType Evolvement - @FraserGreenroyd
We need to adjust our `ExportType ` Currently we have Undefined, gbXMLTAS, gbXMLIES.
This could be a bit misleading.
Let's keep this as live thread and we bring all steps and fixes that are implemented and at the end we will move this into Documentation before... | non_defect | xml toolkit exporttype evolvement frasergreenroyd we need to adjust our exporttype currently we have undefined gbxmltas gbxmlies this could be a bit misleading let s keep this as live thread and we bring all steps and fixes that are implemented and at the end we will move this into documentation before... | 0 |
24,119 | 3,917,070,280 | IssuesEvent | 2016-04-21 06:23:36 | irnawansuprapti/openbiz-cubi | https://api.github.com/repos/irnawansuprapti/openbiz-cubi | closed | Care Your Skin To Look Younger | auto-migrated Priority-Medium spam Type-Defect | ```
Our feature, impertinence, chins and smell region is titled the T-zone.These
areas somebody writer oil glands then any else parts of our embody and
essential to be doped with diametric statement to foreclose overproduction of
oil.For stark mortal of acne problems, a set of products that plow divergent
areas of ... | 1.0 | Care Your Skin To Look Younger - ```
Our feature, impertinence, chins and smell region is titled the T-zone.These
areas somebody writer oil glands then any else parts of our embody and
essential to be doped with diametric statement to foreclose overproduction of
oil.For stark mortal of acne problems, a set of produc... | defect | care your skin to look younger our feature impertinence chins and smell region is titled the t zone these areas somebody writer oil glands then any else parts of our embody and essential to be doped with diametric statement to foreclose overproduction of oil for stark mortal of acne problems a set of produc... | 1 |
47,727 | 13,066,148,736 | IssuesEvent | 2020-07-30 21:05:33 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | genie - add a check to fail on all genies < v 2.8.6 (Trac #1062) | Migrated from Trac cmake defect |
Migrated from https://code.icecube.wisc.edu/ticket/1062
```json
{
"status": "closed",
"changetime": "2015-07-21T20:39:57",
"description": "",
"reporter": "nega",
"cc": "melanie.day",
"resolution": "fixed",
"_ts": "1437511197741352",
"component": "cmake",
"summary": "genie -... | 1.0 | genie - add a check to fail on all genies < v 2.8.6 (Trac #1062) -
Migrated from https://code.icecube.wisc.edu/ticket/1062
```json
{
"status": "closed",
"changetime": "2015-07-21T20:39:57",
"description": "",
"reporter": "nega",
"cc": "melanie.day",
"resolution": "fixed",
"_ts": "143... | defect | genie add a check to fail on all genies v trac migrated from json status closed changetime description reporter nega cc melanie day resolution fixed ts component cmake summary genie ... | 1 |
12,031 | 7,764,051,774 | IssuesEvent | 2018-06-01 18:48:39 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | iOS Simulator rasterizer only hits 8fps | severe: performance ⌺ platform-ios | It's OK if this is expected. Mostly seeking to confirm. @chinmaygarde
<img width="366" alt="screen shot 2017-04-03 at 7 39 46 pm" src="https://cloud.githubusercontent.com/assets/11857803/24639574/73844c9c-18a5-11e7-9024-52fcc86a1a21.png">
Unclear if this log message is intended:
```
[WARNING:../../flutter/sh... | True | iOS Simulator rasterizer only hits 8fps - It's OK if this is expected. Mostly seeking to confirm. @chinmaygarde
<img width="366" alt="screen shot 2017-04-03 at 7 39 46 pm" src="https://cloud.githubusercontent.com/assets/11857803/24639574/73844c9c-18a5-11e7-9024-52fcc86a1a21.png">
Unclear if this log message is... | non_defect | ios simulator rasterizer only hits it s ok if this is expected mostly seeking to confirm chinmaygarde img width alt screen shot at pm src unclear if this log message is intended warning could not setup an opengl context on the resource loader | 0 |
65,904 | 19,771,375,059 | IssuesEvent | 2022-01-17 10:22:52 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | Record.into() does not consider table names to match fields | T: Defect | ### Expected behavior
Selecting from multiple tables with left outer joins and then mapping them into multiple POJOs corresponding to the joined tables should correctly set the respective fields.
### Actual behavior
Record.into() method does not consider table names to match fields. Which leads to wrong values be... | 1.0 | Record.into() does not consider table names to match fields - ### Expected behavior
Selecting from multiple tables with left outer joins and then mapping them into multiple POJOs corresponding to the joined tables should correctly set the respective fields.
### Actual behavior
Record.into() method does not consid... | defect | record into does not consider table names to match fields expected behavior selecting from multiple tables with left outer joins and then mapping them into multiple pojos corresponding to the joined tables should correctly set the respective fields actual behavior record into method does not consid... | 1 |
33,856 | 7,274,429,607 | IssuesEvent | 2018-02-21 09:58:58 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | EventJournal loses data if 2 nodes terminate | Estimation: M Source: Internal Team: Core Type: Defect | Here is a reproducer for the issue
https://gist.github.com/gurbuzali/897f5cd15d3347e29fb5af6c4ed2e453
- I start a 4 node cluster and a client
- start a thread to produce some data for event journal
- terminate one instance
- wait for some time
- terminate second instance
- check total count of events in the jo... | 1.0 | EventJournal loses data if 2 nodes terminate - Here is a reproducer for the issue
https://gist.github.com/gurbuzali/897f5cd15d3347e29fb5af6c4ed2e453
- I start a 4 node cluster and a client
- start a thread to produce some data for event journal
- terminate one instance
- wait for some time
- terminate second in... | defect | eventjournal loses data if nodes terminate here is a reproducer for the issue i start a node cluster and a client start a thread to produce some data for event journal terminate one instance wait for some time terminate second instance check total count of events in the journal | 1 |
288,794 | 8,851,626,267 | IssuesEvent | 2019-01-08 16:11:47 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | developer.mozilla.org - desktop site instead of mobile site | browser-firefox priority-important | <!-- @browser: Firefox 65.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0 -->
<!-- @reported_with: -->
**URL**: https://developer.mozilla.org/en-US/docs/Web/Apps/Progressive/Add_to_home_screen
**Browser / Version**: Firefox 65.0
**Operating System**: Linux
**Tested Another... | 1.0 | developer.mozilla.org - desktop site instead of mobile site - <!-- @browser: Firefox 65.0 -->
<!-- @ua_header: Mozilla/5.0 (X11; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0 -->
<!-- @reported_with: -->
**URL**: https://developer.mozilla.org/en-US/docs/Web/Apps/Progressive/Add_to_home_screen
**Browser / Versio... | non_defect | developer mozilla org desktop site instead of mobile site url browser version firefox operating system linux tested another browser yes problem type desktop site instead of mobile site description home screen default embed user personal settings steps to reproduce ... | 0 |
384,336 | 26,582,677,420 | IssuesEvent | 2023-01-22 16:54:42 | vlang/v | https://api.github.com/repos/vlang/v | closed | specify files to convert | Unit: Documentation | ### Describe the issue
Both below works (in examples/call_v_from_c):
```
$ v -shared -o v_test_math.c v_test_math.v
$ v -shared -o v_test_both.c .
```
But not below
```
$ v -shared -o v_test_math.c v_test_math.v v_test_print.v
Too many targets. Specify just one target: <target.v|target_directory>.
```
... | 1.0 | specify files to convert - ### Describe the issue
Both below works (in examples/call_v_from_c):
```
$ v -shared -o v_test_math.c v_test_math.v
$ v -shared -o v_test_both.c .
```
But not below
```
$ v -shared -o v_test_math.c v_test_math.v v_test_print.v
Too many targets. Specify just one target: <target.v|... | non_defect | specify files to convert describe the issue both below works in examples call v from c v shared o v test math c v test math v v shared o v test both c but not below v shared o v test math c v test math v v test print v too many targets specify just one target ... | 0 |
381,121 | 11,273,857,986 | IssuesEvent | 2020-01-14 17:20:21 | myceworld/myce | https://api.github.com/repos/myceworld/myce | closed | [third party] update coingecko | Priority: Low Type: Bug | **Describe the solution**
https://www.coingecko.com/en/coins/myce shows no `circulating supply` and affects several sites taking the info from there | 1.0 | [third party] update coingecko - **Describe the solution**
https://www.coingecko.com/en/coins/myce shows no `circulating supply` and affects several sites taking the info from there | non_defect | update coingecko describe the solution shows no circulating supply and affects several sites taking the info from there | 0 |
40,311 | 6,818,977,246 | IssuesEvent | 2017-11-07 08:32:08 | DanielBeato/GESPRO_PracticaGestionTareas_1718 | https://api.github.com/repos/DanielBeato/GESPRO_PracticaGestionTareas_1718 | closed | Documentar introducción | documentation | **Introducción**
- Situación actual abejas / importancia de estas
- Cómo un apicultor inspecciona el colmenar
- Intentos de automatizar este proceso
- Nuestra solución
**Estructura de la memoria** | 1.0 | Documentar introducción - **Introducción**
- Situación actual abejas / importancia de estas
- Cómo un apicultor inspecciona el colmenar
- Intentos de automatizar este proceso
- Nuestra solución
**Estructura de la memoria** | non_defect | documentar introducción introducción situación actual abejas importancia de estas cómo un apicultor inspecciona el colmenar intentos de automatizar este proceso nuestra solución estructura de la memoria | 0 |
447,013 | 31,592,092,560 | IssuesEvent | 2023-09-05 00:03:35 | shuding/nextra | https://api.github.com/repos/shuding/nextra | closed | Broken link for useConfig in docs theme documentation | documentation | There is a link to explain the usage of `useConfig` in [this section of docs theme documentation](https://nextra.site/docs/docs-theme/theme-configuration#dynamic-tags-based-on-page).
It is pointing to [`https://nextra.site/docs/docs-theme/api/use-config`](https://nextra.site/docs/docs-theme/api/use-config)
I tried ... | 1.0 | Broken link for useConfig in docs theme documentation - There is a link to explain the usage of `useConfig` in [this section of docs theme documentation](https://nextra.site/docs/docs-theme/theme-configuration#dynamic-tags-based-on-page).
It is pointing to [`https://nextra.site/docs/docs-theme/api/use-config`](https:/... | non_defect | broken link for useconfig in docs theme documentation there is a link to explain the usage of useconfig in it is pointing to i tried to search for it in case the page has been moved but didn t find it | 0 |
166,173 | 26,292,035,682 | IssuesEvent | 2023-01-08 14:33:42 | SINZAK/sinzak-ios | https://api.github.com/repos/SINZAK/sinzak-ios | closed | [Design] 탭바 디자인 | Design | ### Feature 설명
탭바 디자인
- [ ] 애셋 업데이트
- [ ] 탭바
### Preceded issue(Optional)
_No response_
### Related View(Optional)
- e.g. SignupView
### 우선 순위
P1🔥
### 예상 마감일 + 소요시간
~ 12/2(2h)
### 실제 마감일 + 소요시간
_No response_ | 1.0 | [Design] 탭바 디자인 - ### Feature 설명
탭바 디자인
- [ ] 애셋 업데이트
- [ ] 탭바
### Preceded issue(Optional)
_No response_
### Related View(Optional)
- e.g. SignupView
### 우선 순위
P1🔥
### 예상 마감일 + 소요시간
~ 12/2(2h)
### 실제 마감일 + 소요시간
_No response_ | non_defect | 탭바 디자인 feature 설명 탭바 디자인 애셋 업데이트 탭바 preceded issue optional no response related view optional e g signupview 우선 순위 🔥 예상 마감일 소요시간 실제 마감일 소요시간 no response | 0 |
112,240 | 9,558,445,049 | IssuesEvent | 2019-05-03 14:14:57 | ansible-community/ara | https://api.github.com/repos/ansible-community/ara | opened | Missing unit tests for offline and http clients | help wanted tests | Although the clients are exercised through integration tests, there are no unit tests right now. Even a minimal amount of coverage would be nice. | 1.0 | Missing unit tests for offline and http clients - Although the clients are exercised through integration tests, there are no unit tests right now. Even a minimal amount of coverage would be nice. | non_defect | missing unit tests for offline and http clients although the clients are exercised through integration tests there are no unit tests right now even a minimal amount of coverage would be nice | 0 |
6,634 | 3,869,987,091 | IssuesEvent | 2016-04-10 22:31:47 | Urigo/angular-meteor | https://api.github.com/repos/Urigo/angular-meteor | closed | Release Angular1Meteor through Npm | component: build:npm | - [ ] expose Angular1Meteor through Npm as default.
- [ ] use it in an Atmosphere package to be compatible with Meteor versions before 1.3.
- [ ] expose old legacy code to Npm as well as older version 1.2 | 1.0 | Release Angular1Meteor through Npm - - [ ] expose Angular1Meteor through Npm as default.
- [ ] use it in an Atmosphere package to be compatible with Meteor versions before 1.3.
- [ ] expose old legacy code to Npm as well as older version 1.2 | non_defect | release through npm expose through npm as default use it in an atmosphere package to be compatible with meteor versions before expose old legacy code to npm as well as older version | 0 |
33,812 | 7,255,223,829 | IssuesEvent | 2018-02-16 14:11:28 | mlpack/mlpack | https://api.github.com/repos/mlpack/mlpack | closed | Greedy KNN doesn't always return enough results | D: moderate P: minor T: defect | @nvasil pointed this one out. If you try to use k-nearest-neighbor search with the greedy algorithm, it may not return results. Here is a simple way to reproduce the issue:
```
$ bin/mlpack_knn -r test_data_3_1000.csv -k 3 -a greedy -n n.csv -d d.csv -l 1
```
That will calculate the nearest neighbors of every... | 1.0 | Greedy KNN doesn't always return enough results - @nvasil pointed this one out. If you try to use k-nearest-neighbor search with the greedy algorithm, it may not return results. Here is a simple way to reproduce the issue:
```
$ bin/mlpack_knn -r test_data_3_1000.csv -k 3 -a greedy -n n.csv -d d.csv -l 1
```
... | defect | greedy knn doesn t always return enough results nvasil pointed this one out if you try to use k nearest neighbor search with the greedy algorithm it may not return results here is a simple way to reproduce the issue bin mlpack knn r test data csv k a greedy n n csv d d csv l tha... | 1 |
19,407 | 3,201,927,214 | IssuesEvent | 2015-10-02 10:48:29 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | BIND backend fails to ignore bind logging configuration | auth defect | * using pdns-3.4.6-1.fc22.x86_64 as provided by standard Fedora 22
* using BIND backend
When trying to start with bind configuration file from bind version 9.9.3, I get the following error:
Sep 27 17:41:01 test2 pdns[8645]: Error parsing bind configuration: Error in bind configuration '/var/named/named.conf'... | 1.0 | BIND backend fails to ignore bind logging configuration - * using pdns-3.4.6-1.fc22.x86_64 as provided by standard Fedora 22
* using BIND backend
When trying to start with bind configuration file from bind version 9.9.3, I get the following error:
Sep 27 17:41:01 test2 pdns[8645]: Error parsing bind configur... | defect | bind backend fails to ignore bind logging configuration using pdns as provided by standard fedora using bind backend when trying to start with bind configuration file from bind version i get the following error sep pdns error parsing bind configuration error in bind... | 1 |
45,584 | 13,130,326,406 | IssuesEvent | 2020-08-06 15:12:09 | whatwg/html | https://api.github.com/repos/whatwg/html | closed | System Font Lists / Dialog | addition/proposal needs implementer interest security/privacy topic: canvas | Due to the possibilities provided with WebGL v2 and WebAssembly, there are more and more companies pushing into the multimedia space with their Web apps, especially as this gives a unified distribution platform for both the Web and the Desktop.
We are for example providing a full featured painting and image editing ... | True | System Font Lists / Dialog - Due to the possibilities provided with WebGL v2 and WebAssembly, there are more and more companies pushing into the multimedia space with their Web apps, especially as this gives a unified distribution platform for both the Web and the Desktop.
We are for example providing a full feature... | non_defect | system font lists dialog due to the possibilities provided with webgl and webassembly there are more and more companies pushing into the multimedia space with their web apps especially as this gives a unified distribution platform for both the web and the desktop we are for example providing a full featured... | 0 |
58,316 | 16,483,991,333 | IssuesEvent | 2021-05-24 15:21:03 | snowplow/snowplow-objc-tracker | https://api.github.com/repos/snowplow/snowplow-objc-tracker | closed | Fix duplicate NS_SWIFT_NAME macro | priority:high status:completed type:defect | **Describe the bug**
Both the protocol SPNetworkController and the class SPNetworkControllerImpl have the same NS_SWIFT_NAME of NetworkController causing Xcode to report sift references to NetworkController as ambiguous.
**To Reproduce**
With a swift environment adding the below will generate the error:
`var netw... | 1.0 | Fix duplicate NS_SWIFT_NAME macro - **Describe the bug**
Both the protocol SPNetworkController and the class SPNetworkControllerImpl have the same NS_SWIFT_NAME of NetworkController causing Xcode to report sift references to NetworkController as ambiguous.
**To Reproduce**
With a swift environment adding the below... | defect | fix duplicate ns swift name macro describe the bug both the protocol spnetworkcontroller and the class spnetworkcontrollerimpl have the same ns swift name of networkcontroller causing xcode to report sift references to networkcontroller as ambiguous to reproduce with a swift environment adding the below... | 1 |
617,656 | 19,402,098,572 | IssuesEvent | 2021-12-19 11:18:05 | alexcoder04/rfap-go-server | https://api.github.com/repos/alexcoder04/rfap-go-server | opened | Server console | enhancement priority:low | Some kind of way to control the server: restart it, reload the configuration, shut down, ...
Original issue on the main repo:
> What should we use for the console?
> Stdin is not an option, because we don't have a window with the server running open all the time; moreover the server would print messages while you ar... | 1.0 | Server console - Some kind of way to control the server: restart it, reload the configuration, shut down, ...
Original issue on the main repo:
> What should we use for the console?
> Stdin is not an option, because we don't have a window with the server running open all the time; moreover the server would print mess... | non_defect | server console some kind of way to control the server restart it reload the configuration shut down original issue on the main repo what should we use for the console stdin is not an option because we don t have a window with the server running open all the time moreover the server would print mess... | 0 |
66,095 | 19,982,007,074 | IssuesEvent | 2022-01-30 02:57:17 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | Removing a disk file from a mirror does not produce an error | Type: Defect | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list arch... | 1.0 | Removing a disk file from a mirror does not produce an error - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information c... | defect | removing a disk file from a mirror does not produce an error thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the ... | 1 |
28,952 | 5,444,152,733 | IssuesEvent | 2017-03-07 01:37:21 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | EntityTrait::setHidden() with $merge set to TRUE returns wrong results. | Defect ORM | This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: v3.4.2.
* Platform and Target: PHP 7.0.15-0ubuntu0.16.10.4
When the `_hidden` property is not empty and we call `$entity->setHidden(['some_field'], true)`, the ["merge"](https://api.cakephp.org/3.4/so... | 1.0 | EntityTrait::setHidden() with $merge set to TRUE returns wrong results. - This is a (multiple allowed):
* [x] bug
* [ ] enhancement
* [ ] feature-discussion (RFC)
* CakePHP Version: v3.4.2.
* Platform and Target: PHP 7.0.15-0ubuntu0.16.10.4
When the `_hidden` property is not empty and we call `$entity->setH... | defect | entitytrait sethidden with merge set to true returns wrong results this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target php when the hidden property is not empty and we call entity sethidden true ... | 1 |
27,778 | 5,100,695,388 | IssuesEvent | 2017-01-04 13:13:04 | ribasco/async-gamequery-lib | https://api.github.com/repos/ribasco/async-gamequery-lib | closed | Missing implementation for Steam ReportCheatData | defect | `ReportCheatData` does not have any implementation.
- Create interface `SteamCheatReportingService`
- Add method `reportCheatData` into `SteamCheatReportingService`
- Add implementation for `ReportCheatData `class
| 1.0 | Missing implementation for Steam ReportCheatData - `ReportCheatData` does not have any implementation.
- Create interface `SteamCheatReportingService`
- Add method `reportCheatData` into `SteamCheatReportingService`
- Add implementation for `ReportCheatData `class
| defect | missing implementation for steam reportcheatdata reportcheatdata does not have any implementation create interface steamcheatreportingservice add method reportcheatdata into steamcheatreportingservice add implementation for reportcheatdata class | 1 |
53,946 | 13,262,544,241 | IssuesEvent | 2020-08-20 22:01:20 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | [cmake] make tarball gives directories different names (Trac #2373) | Migrated from Trac cmake defect | For some reason the normal build directories put simprod-scripts in a directory called `simprod-scripts` with a dash, but make tarball creates a directory called `simprod_scripts` with an underscore. This messes up a lot of my scripts. All other directory names remain unaffected.
<details>
<summary><em>Migrated from ... | 1.0 | [cmake] make tarball gives directories different names (Trac #2373) - For some reason the normal build directories put simprod-scripts in a directory called `simprod-scripts` with a dash, but make tarball creates a directory called `simprod_scripts` with an underscore. This messes up a lot of my scripts. All other dire... | defect | make tarball gives directories different names trac for some reason the normal build directories put simprod scripts in a directory called simprod scripts with a dash but make tarball creates a directory called simprod scripts with an underscore this messes up a lot of my scripts all other directory nam... | 1 |
103,246 | 4,165,807,893 | IssuesEvent | 2016-06-19 18:56:55 | kaytotes/ImprovedBlizzardUI | https://api.github.com/repos/kaytotes/ImprovedBlizzardUI | closed | Battleground kill feed font issues | bug core high priority pvp | The Battleground kill feed font seems to be setting incorrectly. Is way smaller than it should be compared to what is currently on WoD live build. Needs to be looked at and adjusted.

| 1.0 | Battleground kill feed font issues - The Battleground kill feed font seems to be setting incorrectly. Is way smaller than it should be compared to what is currently on WoD live build. Needs to be looked at and adjusted.
 is mapped as a relation of closed ways (several pieces of land) it is not reported as a result of the search.
e.g. looking for "camping oostwold" is returning 3 campings.
Camping Pool (http://www.o... | 1.0 | Nominatim doesn't report POIs mapped as a relation - **[Submitted to the original trac issue database at 12.18pm, Sunday, 16th September 2012]**
When a POI (e.g. camping) is mapped as a relation of closed ways (several pieces of land) it is not reported as a result of the search.
e.g. looking for "camping oostwold"... | defect | nominatim doesn t report pois mapped as a relation when a poi e g camping is mapped as a relation of closed ways several pieces of land it is not reported as a result of the search e g looking for camping oostwold is returning campings camping pool is missing or is there something missing ... | 1 |
57,408 | 15,768,599,561 | IssuesEvent | 2021-03-31 17:24:27 | idaholab/moose | https://api.github.com/repos/idaholab/moose | closed | Incompatibility between periodic boundary conditions and a Lagrange multiplier constraint implemented as a scalarkerel/scalarvariable in tensor_mechanics | C: MOOSE C: libMesh P: normal T: defect | ## Bug Description
I am trying to impose Hill-Mandel type constraints on a periodic RVE with the ability to impose arbitrary macroscale stress or strain conditions on the cell. I would like to impose periodic BCs using the existing MOOSE system and then impose the cell average constraint using Lagrange multipliers.
... | 1.0 | Incompatibility between periodic boundary conditions and a Lagrange multiplier constraint implemented as a scalarkerel/scalarvariable in tensor_mechanics - ## Bug Description
I am trying to impose Hill-Mandel type constraints on a periodic RVE with the ability to impose arbitrary macroscale stress or strain conditions... | defect | incompatibility between periodic boundary conditions and a lagrange multiplier constraint implemented as a scalarkerel scalarvariable in tensor mechanics bug description i am trying to impose hill mandel type constraints on a periodic rve with the ability to impose arbitrary macroscale stress or strain conditions... | 1 |
76,565 | 7,539,945,121 | IssuesEvent | 2018-04-17 03:27:48 | omegaup/omegaup | https://api.github.com/repos/omegaup/omegaup | closed | Refactor de identidad: fase 4 | 5 P1 omegaUp For Contests | Esto es parte del feature #1300
https://docs.google.com/document/d/1COTwqOYNvuYER5jkeKZWJXxSdVn_2X-CjoDolmEiQ1Y/edit#
Cambiar Clarifications para referenciar a la identidad en vez de al usuario.
| 1.0 | Refactor de identidad: fase 4 - Esto es parte del feature #1300
https://docs.google.com/document/d/1COTwqOYNvuYER5jkeKZWJXxSdVn_2X-CjoDolmEiQ1Y/edit#
Cambiar Clarifications para referenciar a la identidad en vez de al usuario.
| non_defect | refactor de identidad fase esto es parte del feature cambiar clarifications para referenciar a la identidad en vez de al usuario | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.