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
36,355
7,909,636,359
IssuesEvent
2018-07-03 00:49:50
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
PDOException in Cakephp 3.5.12 and SQL Server 2014
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.5.12 * Platform and Target: a container of docker with Debian, Apache2 and PHP 7... and another with SQL Server 2014 ### What you did I want to create or update a data in my database sql server 20...
1.0
PDOException in Cakephp 3.5.12 and SQL Server 2014 - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.5.12 * Platform and Target: a container of docker with Debian, Apache2 and PHP 7... and another with SQL Server 2014 ### What you did I want to...
defect
pdoexception in cakephp and sql server this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target a container of docker with debian and php and another with sql server what you did i want to create or update a ...
1
48,225
13,067,546,984
IssuesEvent
2020-07-31 00:48:35
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
[dataio] add docs and unit tests for zstd (Trac #2011)
Migrated from Trac combo core defect
tests should include reading and writing. Docs should explain the different compression levels and include plots justifying this algorithm Migrated from https://code.icecube.wisc.edu/ticket/2011 ```json { "status": "closed", "changetime": "2019-02-13T14:15:23", "description": "tests should include read...
1.0
[dataio] add docs and unit tests for zstd (Trac #2011) - tests should include reading and writing. Docs should explain the different compression levels and include plots justifying this algorithm Migrated from https://code.icecube.wisc.edu/ticket/2011 ```json { "status": "closed", "changetime": "2019-02-13T...
defect
add docs and unit tests for zstd trac tests should include reading and writing docs should explain the different compression levels and include plots justifying this algorithm migrated from json status closed changetime description tests should include reading...
1
25,394
18,675,909,297
IssuesEvent
2021-10-31 15:00:48
tskit-dev/tskit
https://api.github.com/repos/tskit-dev/tskit
opened
Bump up C-python test coverage
Infrastructure and tools
#1868 merged a change in which we only run ``test_tables.py`` and ``test_lowlevel.py`` when calculating the low-level module test coverage. This resulted in a small drop in coverage. We should go through the report and bump up coverage in the ``test_lowlevel.py`` as needed.
1.0
Bump up C-python test coverage - #1868 merged a change in which we only run ``test_tables.py`` and ``test_lowlevel.py`` when calculating the low-level module test coverage. This resulted in a small drop in coverage. We should go through the report and bump up coverage in the ``test_lowlevel.py`` as needed.
non_defect
bump up c python test coverage merged a change in which we only run test tables py and test lowlevel py when calculating the low level module test coverage this resulted in a small drop in coverage we should go through the report and bump up coverage in the test lowlevel py as needed
0
709,452
24,378,178,967
IssuesEvent
2022-10-04 04:30:34
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Mass woes
Priority: 3-Not Required Issue: Feature Request Difficulty: 2-Medium
The issue atm is everything has similar sizes so there's 0 communication on how much a particular thing weighs. Ideally we'd make a few changes to communicate it better: 1. Engine should use density from box2d rather than mass. 2. Content could have some component saying "this wall is made of steel" (reusing mater...
1.0
Mass woes - The issue atm is everything has similar sizes so there's 0 communication on how much a particular thing weighs. Ideally we'd make a few changes to communicate it better: 1. Engine should use density from box2d rather than mass. 2. Content could have some component saying "this wall is made of steel" (r...
non_defect
mass woes the issue atm is everything has similar sizes so there s communication on how much a particular thing weighs ideally we d make a few changes to communicate it better engine should use density from rather than mass content could have some component saying this wall is made of steel reusi...
0
61,489
17,023,706,291
IssuesEvent
2021-07-03 03:24:29
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
When an input set is included in a feature the ordering seems random.
Component: potlatch2 Priority: minor Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 10.07am, Wednesday, 27th April 2011]** Define a feature like this: ``` <feature> <input type="a"> <input type="b"> <input type="c"> <inputSet ref="blabla"> </feature> ``` Then some of the features from the inputSet "blabla" ends up above the inputs a, b, c d...
1.0
When an input set is included in a feature the ordering seems random. - **[Submitted to the original trac issue database at 10.07am, Wednesday, 27th April 2011]** Define a feature like this: ``` <feature> <input type="a"> <input type="b"> <input type="c"> <inputSet ref="blabla"> </feature> ``` Then some of th...
defect
when an input set is included in a feature the ordering seems random define a feature like this then some of the features from the inputset blabla ends up above the inputs a b c defined above expected behavior is that the inputs from the inputset appear below the others
1
39,352
9,414,034,930
IssuesEvent
2019-04-10 09:13:43
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Support H2 v1.4.198 array syntax
C: DB: H2 C: Functionality E: All Editions P: Medium T: Defect T: Incompatible change
### Expected behavior and actual behavior: Selecting from an array as a table should work in H2 versions 1.4.198 and 1.4.199, but fails due to the syntax changing from `(1,2)` to `array[1,2]`. This causes H2 to throw an exception like the following: ``` org.jooq.exception.DataAccessException: SQL [select "v"."c1" fr...
1.0
Support H2 v1.4.198 array syntax - ### Expected behavior and actual behavior: Selecting from an array as a table should work in H2 versions 1.4.198 and 1.4.199, but fails due to the syntax changing from `(1,2)` to `array[1,2]`. This causes H2 to throw an exception like the following: ``` org.jooq.exception.DataAcces...
defect
support array syntax expected behavior and actual behavior selecting from an array as a table should work in versions and but fails due to the syntax changing from to array this causes to throw an exception like the following org jooq exception dataaccessexception sq...
1
74,376
25,097,132,034
IssuesEvent
2022-11-08 10:58:29
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Root event missing meta data in thread
T-Defect X-Regression S-Minor O-Occasional A-Threads Z-Labs
### Steps to reproduce 1. Look at a thread root inside that thread Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/9356 & https://github.com/matrix-org/matrix-js-sdk/pull/2735 ### Outcome #### What did you expect? To have the metadata set to see the display name instead #### What happened ...
1.0
Root event missing meta data in thread - ### Steps to reproduce 1. Look at a thread root inside that thread Regressed by https://github.com/matrix-org/matrix-react-sdk/pull/9356 & https://github.com/matrix-org/matrix-js-sdk/pull/2735 ### Outcome #### What did you expect? To have the metadata set to see the dis...
defect
root event missing meta data in thread steps to reproduce look at a thread root inside that thread regressed by outcome what did you expect to have the metadata set to see the display name instead what happened instead see the mxid instead operating system no respon...
1
16,957
2,964,593,012
IssuesEvent
2015-07-10 17:33:35
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
dart2dart fails on a mixin test
Area-Dart2Dart NotPlanned Priority-Unassigned Triaged Type-Defect
*This issue was originally filed by [ngeoffray@google.com](https://github.com/search?q=ngeoffray%40google.com&type=Users)* _____ See language/mixin_with_two_implicit_constructors_test.dart
1.0
dart2dart fails on a mixin test - *This issue was originally filed by [ngeoffray@google.com](https://github.com/search?q=ngeoffray%40google.com&type=Users)* _____ See language/mixin_with_two_implicit_constructors_test.dart
defect
fails on a mixin test this issue was originally filed by see language mixin with two implicit constructors test dart
1
98,144
20,619,069,921
IssuesEvent
2022-03-07 15:46:55
leo-editor/leo-editor
https://api.github.com/repos/leo-editor/leo-editor
closed
Freewin Added Comment Re Pylint No Longer Applicable?
Code
A comment has been inserted into plugins/freewin.py just after the docstring: `# This file hangs pylint.` It doesn't hang on my machine, Qt5. In fact, pylint scores it at 9.97. Can I remove this comment sometime, or is there something I don't know about here?
1.0
Freewin Added Comment Re Pylint No Longer Applicable? - A comment has been inserted into plugins/freewin.py just after the docstring: `# This file hangs pylint.` It doesn't hang on my machine, Qt5. In fact, pylint scores it at 9.97. Can I remove this comment sometime, or is there something I don't know about he...
non_defect
freewin added comment re pylint no longer applicable a comment has been inserted into plugins freewin py just after the docstring this file hangs pylint it doesn t hang on my machine in fact pylint scores it at can i remove this comment sometime or is there something i don t know about here
0
712,977
24,513,542,027
IssuesEvent
2022-10-11 01:20:25
GoogleContainerTools/skaffold
https://api.github.com/repos/GoogleContainerTools/skaffold
closed
customTemplate tagger doesn't have any alias to inputDigest tagger
kind/bug priority/p2 area/tag tagger/inputDigest
### Expected behavior The following `tagPolicy` is supported ```yaml tagPolicy: customTemplate: template: test-{{.INPUT_DIGEST}} ``` ### Actual behavior `inputDigest` is supported only if it's explicitly added to components. While other taggers have aliases (`SHA`, `GIT`, `DATE`): ```yaml tagPol...
1.0
customTemplate tagger doesn't have any alias to inputDigest tagger - ### Expected behavior The following `tagPolicy` is supported ```yaml tagPolicy: customTemplate: template: test-{{.INPUT_DIGEST}} ``` ### Actual behavior `inputDigest` is supported only if it's explicitly added to components. While ...
non_defect
customtemplate tagger doesn t have any alias to inputdigest tagger expected behavior the following tagpolicy is supported yaml tagpolicy customtemplate template test input digest actual behavior inputdigest is supported only if it s explicitly added to components while ...
0
452,899
32,072,987,837
IssuesEvent
2023-09-25 09:12:34
Avaiga/taipy-core
https://api.github.com/repos/Avaiga/taipy-core
closed
make _track_edit public
Core Core: Data node 📄 Documentation 🟨 Priority: Medium ✨New feature 📝Release Notes
- [x] remove underscore in the name of the method - [ ] improve ref manual documentation - [ ] add release notes - [ ] add new entry in the user manual
1.0
make _track_edit public - - [x] remove underscore in the name of the method - [ ] improve ref manual documentation - [ ] add release notes - [ ] add new entry in the user manual
non_defect
make track edit public remove underscore in the name of the method improve ref manual documentation add release notes add new entry in the user manual
0
130,713
18,170,261,809
IssuesEvent
2021-09-27 19:07:16
snowdensb/job-dsl-plugin
https://api.github.com/repos/snowdensb/job-dsl-plugin
opened
CVE-2018-1000152 (Medium) detected in vsphere-cloud-1.1.11.jar
security vulnerability
## CVE-2018-1000152 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vsphere-cloud-1.1.11.jar</b></p></summary> <p>Integrates Jenkins with a vSphere server</p> <p>Path to dependency f...
True
CVE-2018-1000152 (Medium) detected in vsphere-cloud-1.1.11.jar - ## CVE-2018-1000152 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vsphere-cloud-1.1.11.jar</b></p></summary> <p>Int...
non_defect
cve medium detected in vsphere cloud jar cve medium severity vulnerability vulnerable library vsphere cloud jar integrates jenkins with a vsphere server path to dependency file job dsl plugin job dsl plugin build gradle path to vulnerable library caches modules files ...
0
27,423
5,008,965,857
IssuesEvent
2016-12-12 21:01:27
project8/katydid
https://api.github.com/repos/project8/katydid
opened
MAT reader cannot read new concatenated files
Defect High Priority
Reported by Luis: > I've downloaded the concat files for a single run, id 222, from the catalog to my laptop and I'm trying to process them through Katydid v.2.6.3. However, I'm running into an error when Katydid tries to open the egg file (see attached). It details that "Data type is not single-precision floating-p...
1.0
MAT reader cannot read new concatenated files - Reported by Luis: > I've downloaded the concat files for a single run, id 222, from the catalog to my laptop and I'm trying to process them through Katydid v.2.6.3. However, I'm running into an error when Katydid tries to open the egg file (see attached). It details th...
defect
mat reader cannot read new concatenated files reported by luis i ve downloaded the concat files for a single run id from the catalog to my laptop and i m trying to process them through katydid v however i m running into an error when katydid tries to open the egg file see attached it details that...
1
3,658
2,610,066,513
IssuesEvent
2015-02-26 18:19:33
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
临海检查前列腺炎哪里效果比较好
auto-migrated Priority-Medium Type-Defect
``` 临海检查前列腺炎哪里效果比较好【台州五洲生殖医院】24小 时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院� ��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘� ��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107 、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备...
1.0
临海检查前列腺炎哪里效果比较好 - ``` 临海检查前列腺炎哪里效果比较好【台州五洲生殖医院】24小 时健康咨询热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院� ��址:台州市椒江区枫南路229号(枫南大转盘旁)乘车线路:乘� ��104、108、118、198及椒江一金清公交车直达枫南小区,乘坐107 、105、109、112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格...
defect
临海检查前列腺炎哪里效果比较好 临海检查前列腺炎哪里效果比较好【台州五洲生殖医院】 时健康咨询热线 微信号tzwzszyy 医院� ��址 (枫南大转盘旁)乘车线路 乘� �� 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ...
1
26,829
4,796,349,383
IssuesEvent
2016-11-01 07:18:13
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
scheduler in TcpIpConnectionManager not finished after instance.shutdown() called
Team: Core Type: Defect
scheduler in TcpIpConnectionManager not finished after instance.shutdown() called private final ScheduledExecutorService scheduler = new ScheduledThreadPoolExecutor(4); which causes problem in our spring boot environment - those threads run indefinitely and our aplication is not finished how to reproduce with sample ...
1.0
scheduler in TcpIpConnectionManager not finished after instance.shutdown() called - scheduler in TcpIpConnectionManager not finished after instance.shutdown() called private final ScheduledExecutorService scheduler = new ScheduledThreadPoolExecutor(4); which causes problem in our spring boot environment - those thread...
defect
scheduler in tcpipconnectionmanager not finished after instance shutdown called scheduler in tcpipconnectionmanager not finished after instance shutdown called private final scheduledexecutorservice scheduler new scheduledthreadpoolexecutor which causes problem in our spring boot environment those thread...
1
52,913
6,664,455,313
IssuesEvent
2017-10-02 20:12:41
SAP/techne
https://api.github.com/repos/SAP/techne
closed
Design Cards starter pages
design
We now have all the components need to build the Cards starter page — https://techne.yaas.io/starterpages/start.html Please include responsive behaviors
1.0
Design Cards starter pages - We now have all the components need to build the Cards starter page — https://techne.yaas.io/starterpages/start.html Please include responsive behaviors
non_defect
design cards starter pages we now have all the components need to build the cards starter page —  please include responsive behaviors
0
49,037
13,185,203,094
IssuesEvent
2020-08-12 20:55:47
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
Inspect docs not getting built (Trac #638)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/638 , reported by kislat and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "description": "Inspect docs not getting built", "reporter": "kislat", "cc": "", "reso...
1.0
Inspect docs not getting built (Trac #638) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/638 , reported by kislat and owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:57", "description": "Inspect docs not getting built", "r...
defect
inspect docs not getting built trac migrated from reported by kislat and owned by nega json status closed changetime description inspect docs not getting built reporter kislat cc resolution fixed ts ...
1
65,491
19,539,581,299
IssuesEvent
2021-12-31 16:57:05
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
Cannot sign in to Management Center v5.0.4 after upgrade from 4.x, but only on some machines
Type: Defect
Hi, We have 8 servers all configured the same. None of the servers are in a cluster, they are individual machines that don't talk to any other server. We have upgraded all servers w/ Hazelcast 5.0.2 and Management Center 5.0.4. After the upgrade, half of the servers can access the Management Center just fin...
1.0
Cannot sign in to Management Center v5.0.4 after upgrade from 4.x, but only on some machines - Hi, We have 8 servers all configured the same. None of the servers are in a cluster, they are individual machines that don't talk to any other server. We have upgraded all servers w/ Hazelcast 5.0.2 and Management Ce...
defect
cannot sign in to management center after upgrade from x but only on some machines hi we have servers all configured the same none of the servers are in a cluster they are individual machines that don t talk to any other server we have upgraded all servers w hazelcast and management cen...
1
238,224
7,776,593,736
IssuesEvent
2018-06-05 08:34:42
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - site is not usable
browser-firefox priority-critical
<!-- @browser: Firefox 61.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 61.0 **Operating System**: Windows 10 **Tested Another Browser**: Unknown **Pr...
1.0
www.youtube.com - site is not usable - <!-- @browser: Firefox 61.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:61.0) Gecko/20100101 Firefox/61.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.youtube.com/ **Browser / Version**: Firefox 61.0 **Operating System**: Windows 10 **...
non_defect
site is not usable url browser version firefox operating system windows tested another browser unknown problem type site is not usable description the page isn´t funcionating steps to reproduce browser configuration buildid gfx webrender blob im...
0
26,301
4,676,654,816
IssuesEvent
2016-10-07 12:43:39
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
reopened
Excess newline in formatted SELECT without FROM clause
C: Functionality P: Low T: Defect
There's an excess newline generated in the formatted rendering of: ```java create().with("t", f -> "field_" + f.getName()).as(select(val(1, Integer.class).as("a"), val("a").as("b"))) .select() .from(table(name("t"))) .fetch(); ``` Which produces: ```sql with "t"("field_a", "field...
1.0
Excess newline in formatted SELECT without FROM clause - There's an excess newline generated in the formatted rendering of: ```java create().with("t", f -> "field_" + f.getName()).as(select(val(1, Integer.class).as("a"), val("a").as("b"))) .select() .from(table(name("t"))) .fetch(); ``` ...
defect
excess newline in formatted select without from clause there s an excess newline generated in the formatted rendering of java create with t f field f getname as select val integer class as a val a as b select from table name t fetch ...
1
4,645
2,610,136,701
IssuesEvent
2015-02-26 18:43:07
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
The cake can not stand upside down when armed
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Use a cake 2. Aim for some kind of a ceiling, so that the cake walks upside down 3. Arm the cake What is the expected output? What do you see instead? That when you arm the cake while walking upside down, it doesnt turn over and explodes as if it were in a normal surface....
1.0
The cake can not stand upside down when armed - ``` What steps will reproduce the problem? 1. Use a cake 2. Aim for some kind of a ceiling, so that the cake walks upside down 3. Arm the cake What is the expected output? What do you see instead? That when you arm the cake while walking upside down, it doesnt turn over ...
defect
the cake can not stand upside down when armed what steps will reproduce the problem use a cake aim for some kind of a ceiling so that the cake walks upside down arm the cake what is the expected output what do you see instead that when you arm the cake while walking upside down it doesnt turn over ...
1
69,697
22,616,844,358
IssuesEvent
2022-06-29 23:29:30
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
opened
4.4 | Query trait with memory leaks
defect
### Description After performing a migration from v3.9 to v4.4, we start getting some "memory exhausted" errors. In v3.9, the following source code produce no memory usage changes after the first iteration: ```php for ($i = 0; $i < 10; $i++) { $order = TableRegistry::getTableLocator()->get('Model') ...
1.0
4.4 | Query trait with memory leaks - ### Description After performing a migration from v3.9 to v4.4, we start getting some "memory exhausted" errors. In v3.9, the following source code produce no memory usage changes after the first iteration: ```php for ($i = 0; $i < 10; $i++) { $order = TableRegistry::g...
defect
query trait with memory leaks description after performing a migration from to we start getting some memory exhausted errors in the following source code produce no memory usage changes after the first iteration php for i i i order tableregistry getta...
1
440,686
30,756,379,560
IssuesEvent
2023-07-29 05:13:29
Gourieff/sd-webui-roop-nsfw
https://api.github.com/repos/Gourieff/sd-webui-roop-nsfw
closed
installation on google colab?
documentation
Hello! Has anyone successfully installed Roop on a google colab implementation of Automatic1111? I have found this guide https://github.com/Gourieff/sd-webui-roop-nsfw however it is specifically for installing to Windows- not a colab environment does anyone know the correct way to make Roop install correctly with...
1.0
installation on google colab? - Hello! Has anyone successfully installed Roop on a google colab implementation of Automatic1111? I have found this guide https://github.com/Gourieff/sd-webui-roop-nsfw however it is specifically for installing to Windows- not a colab environment does anyone know the correct way to ...
non_defect
installation on google colab hello has anyone successfully installed roop on a google colab implementation of i have found this guide however it is specifically for installing to windows not a colab environment does anyone know the correct way to make roop install correctly with on colab i am sp...
0
238,235
19,704,971,808
IssuesEvent
2022-01-12 20:49:15
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Bubbles: Thread panel & messages
T-Enhancement A-Message-Bubbles Z-BubblesTesting
### Your use case During testing in today's session we encountered a bug with certain message types in the Thread panel and main timeline when the threads panel is open. - [ ] File sharing in both timelines is off - [ ] Emojis in the thread timeline panel has spacing on the left ![Screenshot 2022-01-12 at 13 2...
1.0
Bubbles: Thread panel & messages - ### Your use case During testing in today's session we encountered a bug with certain message types in the Thread panel and main timeline when the threads panel is open. - [ ] File sharing in both timelines is off - [ ] Emojis in the thread timeline panel has spacing on the left...
non_defect
bubbles thread panel messages your use case during testing in today s session we encountered a bug with certain message types in the thread panel and main timeline when the threads panel is open file sharing in both timelines is off emojis in the thread timeline panel has spacing on the left ...
0
7,535
2,610,404,472
IssuesEvent
2015-02-26 20:11:27
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
opened
CIS Tech Level 5
auto-migrated Priority-Medium Type-Defect
``` On all GCs the Confederacy can tech up to lvl 5. I think this was wrong because everyone said that the CIS gets everything at lvl 4. However, at lvl 5 they get Cad Bane and Bosk. Another thing: there is a description error. In the description for tech lvl 5, the new things the CIS gets are LAATs, victory destro...
1.0
CIS Tech Level 5 - ``` On all GCs the Confederacy can tech up to lvl 5. I think this was wrong because everyone said that the CIS gets everything at lvl 4. However, at lvl 5 they get Cad Bane and Bosk. Another thing: there is a description error. In the description for tech lvl 5, the new things the CIS gets are LA...
defect
cis tech level on all gcs the confederacy can tech up to lvl i think this was wrong because everyone said that the cis gets everything at lvl however at lvl they get cad bane and bosk another thing there is a description error in the description for tech lvl the new things the cis gets are la...
1
201,537
15,212,101,319
IssuesEvent
2021-02-17 09:58:23
QubesOS/updates-status
https://api.github.com/repos/QubesOS/updates-status
closed
linux-kernel-5-4 v5.4.91-1 (r4.0)
r4.0-dom0-cur-test
Update of linux-kernel-5-4 to v5.4.91-1 for Qubes r4.0, see comments below for details. Built from: https://github.com/QubesOS/qubes-linux-kernel/commit/71a388b6a168aa94e7188c3461ccb3d2d6a8b243 [Changes since previous version](https://github.com/QubesOS/qubes-linux-kernel/compare/v5.4.88-1...v5.4.91-1): QubesOS/qubes...
1.0
linux-kernel-5-4 v5.4.91-1 (r4.0) - Update of linux-kernel-5-4 to v5.4.91-1 for Qubes r4.0, see comments below for details. Built from: https://github.com/QubesOS/qubes-linux-kernel/commit/71a388b6a168aa94e7188c3461ccb3d2d6a8b243 [Changes since previous version](https://github.com/QubesOS/qubes-linux-kernel/compare/v...
non_defect
linux kernel update of linux kernel to for qubes see comments below for details built from qubesos qubes linux kernel merge remote tracking branch origin pr into stable qubesos qubes linux kernel include dist in the package version qubesos qubes linux kernel ...
0
76,727
26,567,429,566
IssuesEvent
2023-01-20 21:50:12
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
closed
[TSX] 'Go to definition' also opens the type
defect typescript language
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Probably not a bug but a current feature 😅 , but opening a component's definition opens two files - implementation of the component - typing of the component Highlight component reference -> Go to defini...
1.0
[TSX] 'Go to definition' also opens the type - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Probably not a bug but a current feature 😅 , but opening a component's definition opens two files - implementation of the component - typing of the component ...
defect
go to definition also opens the type check for existing issues completed describe the bug provide steps to reproduce it probably not a bug but a current feature 😅 but opening a component s definition opens two files implementation of the component typing of the component high...
1
16,237
2,878,875,587
IssuesEvent
2015-06-10 06:00:51
msg4real/pygooglevoice
https://api.github.com/repos/msg4real/pygooglevoice
closed
2 step verification breaks it
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. sign up for 2 step verification on your google account 2. try to login 3. What is the expected output? What do you see instead? i expect it to login, now it raises a googlevoice.util.LoginError What version of the product are you using? On what operating system? .5 on ...
1.0
2 step verification breaks it - ``` What steps will reproduce the problem? 1. sign up for 2 step verification on your google account 2. try to login 3. What is the expected output? What do you see instead? i expect it to login, now it raises a googlevoice.util.LoginError What version of the product are you using? O...
defect
step verification breaks it what steps will reproduce the problem sign up for step verification on your google account try to login what is the expected output what do you see instead i expect it to login now it raises a googlevoice util loginerror what version of the product are you using o...
1
38,244
8,707,307,147
IssuesEvent
2018-12-06 07:15:40
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
opened
Read only Document : Incorrect UI is being displayed for Acknowledge popup window
Candidate Module Dashboard Defect P3
Steps To replicate : 1.Launch the URL 2.Sign in as candidate credentials 3.Click on Get Started 4.Sign the Offer Letter 5.Navigate to common Details web form 6.Fill all the required web forms 7.Navigate to "Dashboard" screen 8.Click on Acknowledge button (Against Read only document) 9.Displays popup windo...
1.0
Read only Document : Incorrect UI is being displayed for Acknowledge popup window - Steps To replicate : 1.Launch the URL 2.Sign in as candidate credentials 3.Click on Get Started 4.Sign the Offer Letter 5.Navigate to common Details web form 6.Fill all the required web forms 7.Navigate to "Dashboard" screen ...
defect
read only document incorrect ui is being displayed for acknowledge popup window steps to replicate launch the url sign in as candidate credentials click on get started sign the offer letter navigate to common details web form fill all the required web forms navigate to dashboard screen ...
1
29,958
24,427,103,149
IssuesEvent
2022-10-06 04:25:57
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
More flexibility for Predicted / Observed models
newfeature interface/infrastructure
Currently predicted / observed models always use SimulationName as one of the fields to match on when comparing predicted and observed data. There are use cases (e.g. when comparing 2 water balance models - via an experiment - same observed data applies to both simulations) where this field needs to be removed from the...
1.0
More flexibility for Predicted / Observed models - Currently predicted / observed models always use SimulationName as one of the fields to match on when comparing predicted and observed data. There are use cases (e.g. when comparing 2 water balance models - via an experiment - same observed data applies to both simulat...
non_defect
more flexibility for predicted observed models currently predicted observed models always use simulationname as one of the fields to match on when comparing predicted and observed data there are use cases e g when comparing water balance models via an experiment same observed data applies to both simulat...
0
50,262
13,187,407,372
IssuesEvent
2020-08-13 03:19:06
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
Find out why PFClients are segfaulting (Trac #406)
Migrated from Trac defect jeb + pnf
And stop the segfaulting. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/406 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2012-10-31T17:31:58", "description": "And stop the segfaulting.", "reporter": "blaufuss", ...
1.0
Find out why PFClients are segfaulting (Trac #406) - And stop the segfaulting. <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/406 , reported by blaufuss and owned by blaufuss_</summary> <p> ```json { "status": "closed", "changetime": "2012-10-31T17:31:58", "description": "And st...
defect
find out why pfclients are segfaulting trac and stop the segfaulting migrated from reported by blaufuss and owned by blaufuss json status closed changetime description and stop the segfaulting reporter blaufuss cc resolu...
1
66,272
3,251,815,205
IssuesEvent
2015-10-19 12:02:36
YetiForceCompany/YetiForceCRM
https://api.github.com/repos/YetiForceCompany/YetiForceCRM
closed
reports returns SQL error if including fields from related module
Label::Core Priority::#3 High Type::Bug
![image](https://cloud.githubusercontent.com/assets/15126825/10564126/6e5e6e7e-75da-11e5-95f4-bd57f118d6bc.png) create a demo in test system https://test.yetiforce.com/index.php?module=Reports&view=Detail&record=35 ![image](https://cloud.githubusercontent.com/assets/15126825/10564132/9e658ed6-75da-11e5-8263-df641fcb...
1.0
reports returns SQL error if including fields from related module - ![image](https://cloud.githubusercontent.com/assets/15126825/10564126/6e5e6e7e-75da-11e5-95f4-bd57f118d6bc.png) create a demo in test system https://test.yetiforce.com/index.php?module=Reports&view=Detail&record=35 ![image](https://cloud.githubuserc...
non_defect
reports returns sql error if including fields from related module create a demo in test system btw,total、sub total in invoice can not get correct in report list with value
0
436,258
12,550,301,500
IssuesEvent
2020-06-06 10:36:05
GilesStrong/lumin
https://api.github.com/repos/GilesStrong/lumin
opened
Expand/change Ensemble to include AbsEndcap
good first issue improvement low priority
## Current state `AbsEndcap` acts as a wrapper to apply fixed functions to the outputs of models that were trained on proxy objectives, e.g. to compute the invariant mass from a model that outputs the 3-momenta of two particles (see Multi_Target_Regression example). `AbsEndcap` currently does this via a `.forward...
1.0
Expand/change Ensemble to include AbsEndcap - ## Current state `AbsEndcap` acts as a wrapper to apply fixed functions to the outputs of models that were trained on proxy objectives, e.g. to compute the invariant mass from a model that outputs the 3-momenta of two particles (see Multi_Target_Regression example). `...
non_defect
expand change ensemble to include absendcap current state absendcap acts as a wrapper to apply fixed functions to the outputs of models that were trained on proxy objectives e g to compute the invariant mass from a model that outputs the momenta of two particles see multi target regression example ...
0
65,859
19,721,996,753
IssuesEvent
2022-01-13 16:11:34
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Overall user experience] Design component or pattern in use isn't considered a best practice. (01.01.4)
vsa-public-websites design ia 508-defect-3 collab-cycle-feedback Staging CCIssue01.01 CC-Dashboard
### General Information #### VFS team name Public Websites #### VFS product name Outreach & Events Enhancements #### Point of Contact/Reviewers Sarah Koomson (@Saraharaba8) - Accessibility --- ### Platform Issue Design component or pattern in use isn't considered a best practice. ### Issue Details Disabling zoomi...
1.0
[Overall user experience] Design component or pattern in use isn't considered a best practice. (01.01.4) - ### General Information #### VFS team name Public Websites #### VFS product name Outreach & Events Enhancements #### Point of Contact/Reviewers Sarah Koomson (@Saraharaba8) - Accessibility --- ### Platform Is...
defect
design component or pattern in use isn t considered a best practice general information vfs team name public websites vfs product name outreach events enhancements point of contact reviewers sarah koomson accessibility platform issue design component or pattern in u...
1
46,150
13,055,859,350
IssuesEvent
2020-07-30 02:56:56
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
libarchive does not build with gcc 4.6.0 (Trac #650)
Incomplete Migration Migrated from Trac defect tools/ports
Migrated from https://code.icecube.wisc.edu/ticket/650 ```json { "status": "closed", "changetime": "2012-02-16T01:07:49", "description": "$I3_PORTS/bin/port install libarchive\n\nresults in this error:\n{{{\n[ 47%] Building C object libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o\n/hom...
1.0
libarchive does not build with gcc 4.6.0 (Trac #650) - Migrated from https://code.icecube.wisc.edu/ticket/650 ```json { "status": "closed", "changetime": "2012-02-16T01:07:49", "description": "$I3_PORTS/bin/port install libarchive\n\nresults in this error:\n{{{\n[ 47%] Building C object libarchive/CMakeFi...
defect
libarchive does not build with gcc trac migrated from json status closed changetime description ports bin port install libarchive n nresults in this error n n building c object libarchive cmakefiles archive dir archive write set format shar c o n home ...
1
263,562
8,292,562,551
IssuesEvent
2018-09-20 01:35:06
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
Improve wireframe mode performance
@ Client / Audiovisuals Low priority Not a bug Performance Request / Suggestion
If you go into wireframe mode, there will be a somewhat noticable FPS drop. How to reproduce this: * Make sure Minetest loads a large area of the world * Go into far view mode and try to get your FPS at 30 or so * Turn on wireframe mode with F5 and `debug` priv For me, the FPS drops to 20 after doing the third...
1.0
Improve wireframe mode performance - If you go into wireframe mode, there will be a somewhat noticable FPS drop. How to reproduce this: * Make sure Minetest loads a large area of the world * Go into far view mode and try to get your FPS at 30 or so * Turn on wireframe mode with F5 and `debug` priv For me, the ...
non_defect
improve wireframe mode performance if you go into wireframe mode there will be a somewhat noticable fps drop how to reproduce this make sure minetest loads a large area of the world go into far view mode and try to get your fps at or so turn on wireframe mode with and debug priv for me the fp...
0
75,894
26,129,140,254
IssuesEvent
2022-12-29 00:27:28
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
element-web client DDoSing my localhost matrix homeserver
T-Defect
### Steps to reproduce ## docker-compose deployment looks like this way ```yaml version: '3.7' services: # src https://matrix.org/docs/guides/understanding-synapse-hosting#setting-up-a-database matrix-db: container_name: matrix-db # src https://hub.docker.com/r/matrixdotorg/synapse/tags ima...
1.0
element-web client DDoSing my localhost matrix homeserver - ### Steps to reproduce ## docker-compose deployment looks like this way ```yaml version: '3.7' services: # src https://matrix.org/docs/guides/understanding-synapse-hosting#setting-up-a-database matrix-db: container_name: matrix-db # src...
defect
element web client ddosing my localhost matrix homeserver steps to reproduce docker compose deployment looks like this way yaml version services src matrix db container name matrix db src image docker io postgres alpine restart unless stopped envi...
1
177,779
21,509,182,604
IssuesEvent
2022-04-28 01:13:27
rgordon95/vue-demo-app
https://api.github.com/repos/rgordon95/vue-demo-app
opened
CVE-2022-29078 (High) detected in ejs-2.6.1.tgz
security vulnerability
## CVE-2022-29078 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-2.6.1.tgz</b></p></summary> <p>Embedded JavaScript templates</p> <p>Library home page: <a href="https://registry.n...
True
CVE-2022-29078 (High) detected in ejs-2.6.1.tgz - ## CVE-2022-29078 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-2.6.1.tgz</b></p></summary> <p>Embedded JavaScript templates</p>...
non_defect
cve high detected in ejs tgz cve high severity vulnerability vulnerable library ejs tgz embedded javascript templates library home page a href path to dependency file vue demo app package json path to vulnerable library node modules ejs package json dependency ...
0
9,256
2,615,141,741
IssuesEvent
2015-03-01 06:16:32
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
reaver hangs up after being terribly slow on AP (65 seconds/attempt)
auto-migrated Priority-Low Type-Defect
``` What steps will reproduce the problem? 1. Run reaver for some time (i.e. 1-2h) 2. Reaver get's timeouts and from time to time it hangs without any output. ### [+] 8.20% complete @ 2012-01-05 16:56:47 (68 seconds/attempt) [+] Trying pin 00355674 [+] Trying pin 48275675 [+] Trying pin 14125676 [!] WARNING: Detected ...
1.0
reaver hangs up after being terribly slow on AP (65 seconds/attempt) - ``` What steps will reproduce the problem? 1. Run reaver for some time (i.e. 1-2h) 2. Reaver get's timeouts and from time to time it hangs without any output. ### [+] 8.20% complete @ 2012-01-05 16:56:47 (68 seconds/attempt) [+] Trying pin 00355674...
defect
reaver hangs up after being terribly slow on ap seconds attempt what steps will reproduce the problem run reaver for some time i e reaver get s timeouts and from time to time it hangs without any output complete seconds attempt trying pin trying pin tryin...
1
41,414
10,443,198,031
IssuesEvent
2019-09-18 14:27:20
mozilla-lockwise/lockwise-android
https://api.github.com/repos/mozilla-lockwise/lockwise-android
closed
Cannot login with account age under 14 in FxA webview
feature-fxa 🦊 priority: P3 type: defect
1. Install and launch lockwise. 2. Add an email in order to register it. 3. On the `AGE` field put `-1`. 4. Tap on create account. ### Expected behavior The user is informed that the age must be above 14 years old(I think this is the limit) with a lock screen but also with a option to logout or login with anothe...
1.0
Cannot login with account age under 14 in FxA webview - 1. Install and launch lockwise. 2. Add an email in order to register it. 3. On the `AGE` field put `-1`. 4. Tap on create account. ### Expected behavior The user is informed that the age must be above 14 years old(I think this is the limit) with a lock scre...
defect
cannot login with account age under in fxa webview install and launch lockwise add an email in order to register it on the age field put tap on create account expected behavior the user is informed that the age must be above years old i think this is the limit with a lock screen...
1
90,301
26,040,689,388
IssuesEvent
2022-12-22 10:08:48
RHEcosystemAppEng/SaaSi
https://api.github.com/repos/RHEcosystemAppEng/SaaSi
opened
Permissions are needed to export
documentation replica-installer install-builder
Document which permissions are needed for the user that runs the install-builder or the replica-installer applications
1.0
Permissions are needed to export - Document which permissions are needed for the user that runs the install-builder or the replica-installer applications
non_defect
permissions are needed to export document which permissions are needed for the user that runs the install builder or the replica installer applications
0
286,610
8,790,652,875
IssuesEvent
2018-12-21 09:49:04
wso2/carbon-analytics
https://api.github.com/repos/wso2/carbon-analytics
closed
Include capability to add gadgets level permissions in analytics and das
Priority/Normal Severity/Major Type/Bug
**Description:** Currently it's only supported to have dashboard level permissions, but it'll be better to include gadgets level permissions as well in analytics and das. **Suggested Labels:** **Suggested Assignees:** **Affected Product Version:** APIM 2.1.0 **OS, DB, other environment details and versions...
1.0
Include capability to add gadgets level permissions in analytics and das - **Description:** Currently it's only supported to have dashboard level permissions, but it'll be better to include gadgets level permissions as well in analytics and das. **Suggested Labels:** **Suggested Assignees:** **Affected Produc...
non_defect
include capability to add gadgets level permissions in analytics and das description currently it s only supported to have dashboard level permissions but it ll be better to include gadgets level permissions as well in analytics and das suggested labels suggested assignees affected produc...
0
135,308
30,282,344,674
IssuesEvent
2023-07-08 08:11:52
EddieHubCommunity/LinkFree
https://api.github.com/repos/EddieHubCommunity/LinkFree
closed
[FEATURE] Adding A Share Section on the profile page
⭐ goal: addition 💻 aspect: code 🏁 status: ready for dev 🔢 points: 5
### Description Here's the current linkfree profile view ![Screenshot by Dropbox Capture](https://github.com/EddieHubCommunity/LinkFree/assets/43378923/35d39b2d-54f6-457f-83a8-d45e8a43fe50) ![Screenshot by Dropbox Capture](https://github.com/EddieHubCommunity/LinkFree/assets/43378923/0cc034a0-de52-466d-b952-f09f1d...
1.0
[FEATURE] Adding A Share Section on the profile page - ### Description Here's the current linkfree profile view ![Screenshot by Dropbox Capture](https://github.com/EddieHubCommunity/LinkFree/assets/43378923/35d39b2d-54f6-457f-83a8-d45e8a43fe50) ![Screenshot by Dropbox Capture](https://github.com/EddieHubCommunity/...
non_defect
adding a share section on the profile page description here s the current linkfree profile view here s bio link share section similar share section needs to be added to linkfree start with the copy link setting then perhaps you could add the twitter option of sharing...
0
375,518
11,104,676,900
IssuesEvent
2019-12-17 08:11:58
wso2/ballerina-message-broker
https://api.github.com/repos/wso2/ballerina-message-broker
closed
Implement an optimized EventExectuorGroup for inbound
Module/broker-amqp Priority/Low Severity/Minor Type/Improvement
**Description:** We are using DefaultEventExecutorGroup for blocking tasks which schedule threads for each channel in a round robin manner. It will be better if we can pick and idle thread for scheduling rather in a round robin manner. **Affected Product Version:** 1.0.19
1.0
Implement an optimized EventExectuorGroup for inbound - **Description:** We are using DefaultEventExecutorGroup for blocking tasks which schedule threads for each channel in a round robin manner. It will be better if we can pick and idle thread for scheduling rather in a round robin manner. **Affected Product Ver...
non_defect
implement an optimized eventexectuorgroup for inbound description we are using defaulteventexecutorgroup for blocking tasks which schedule threads for each channel in a round robin manner it will be better if we can pick and idle thread for scheduling rather in a round robin manner affected product ver...
0
149,657
13,285,923,300
IssuesEvent
2020-08-24 08:55:33
RedHatInsights/insights-results-aggregator-utils
https://api.github.com/repos/RedHatInsights/insights-results-aggregator-utils
opened
Provide description for utility `anim_aggregator_consumer.go`
documentation
Provide description for utility `anim_aggregator_consumer.go`
1.0
Provide description for utility `anim_aggregator_consumer.go` - Provide description for utility `anim_aggregator_consumer.go`
non_defect
provide description for utility anim aggregator consumer go provide description for utility anim aggregator consumer go
0
26,989
4,845,443,049
IssuesEvent
2016-11-10 08:15:02
GarageGames/Torque3D
https://api.github.com/repos/GarageGames/Torque3D
closed
Cleanup: remove component system
Defect
There's a half-done component system hanging out in [source/component](https://github.com/GarageGames/Torque3D/tree/development/Engine/source/component) which is currently unused. It should be removed from the repo, especially in light of Jeff's new component work.
1.0
Cleanup: remove component system - There's a half-done component system hanging out in [source/component](https://github.com/GarageGames/Torque3D/tree/development/Engine/source/component) which is currently unused. It should be removed from the repo, especially in light of Jeff's new component work.
defect
cleanup remove component system there s a half done component system hanging out in which is currently unused it should be removed from the repo especially in light of jeff s new component work
1
34,338
7,447,169,396
IssuesEvent
2018-03-28 11:36:18
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Lisada andmebaasiserverile kõvakettaruumi
P: highest R: fixed T: defect
**Reported by sven syld on 29 Aug 2012 10:23 UTC** Palun lisada kõvakettaruumi diradb.teepubile, sai täis. Võimalik, et mõni rebuild nõudab ajutiselt ruumi.
1.0
Lisada andmebaasiserverile kõvakettaruumi - **Reported by sven syld on 29 Aug 2012 10:23 UTC** Palun lisada kõvakettaruumi diradb.teepubile, sai täis. Võimalik, et mõni rebuild nõudab ajutiselt ruumi.
defect
lisada andmebaasiserverile kõvakettaruumi reported by sven syld on aug utc palun lisada kõvakettaruumi diradb teepubile sai täis võimalik et mõni rebuild nõudab ajutiselt ruumi
1
53,914
13,262,509,321
IssuesEvent
2020-08-20 21:56:56
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[frame_object_diff] Test Scripts Error (Trac #2327)
Migrated from Trac combo core defect
When running tests script test_segment.py for frame_object_diff I receive this error. ERROR: test_std (__main__.SegmentTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_segments.py", line 54, in tearDown shutil.rmtree(self.tmpdir) File ...
1.0
[frame_object_diff] Test Scripts Error (Trac #2327) - When running tests script test_segment.py for frame_object_diff I receive this error. ERROR: test_std (__main__.SegmentTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_segments.py", line ...
defect
test scripts error trac when running tests script test segment py for frame object diff i receive this error error test std main segmenttests traceback most recent call last file test segments py line in teardown sh...
1
66,290
20,116,118,028
IssuesEvent
2022-02-07 19:42:46
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Unread dots don't go away
T-Defect X-Regression S-Major O-Occasional
### Steps to reproduce This behavior started at a seemingly random time, but is now happening to me consistently: 1. Receive a message 2. View the message to mark it as read ### Outcome #### What did you expect? The room should not have any notification indicators on it since I have read all the messages. ...
1.0
Unread dots don't go away - ### Steps to reproduce This behavior started at a seemingly random time, but is now happening to me consistently: 1. Receive a message 2. View the message to mark it as read ### Outcome #### What did you expect? The room should not have any notification indicators on it since I hav...
defect
unread dots don t go away steps to reproduce this behavior started at a seemingly random time but is now happening to me consistently receive a message view the message to mark it as read outcome what did you expect the room should not have any notification indicators on it since i hav...
1
37,845
8,371,343,370
IssuesEvent
2018-10-05 00:04:47
phan/phan
https://api.github.com/repos/phan/phan
closed
compact() false positive with PhanUnusedVariable
dead code detection duplicate enhancement
Some thing like this : ```php public function test() { $var = 'Some Text'; compact('var'); } ``` returns ``` PhanUnusedVariable Unused definition of variable $var ``` It shouldn't no?
1.0
compact() false positive with PhanUnusedVariable - Some thing like this : ```php public function test() { $var = 'Some Text'; compact('var'); } ``` returns ``` PhanUnusedVariable Unused definition of variable $var ``` It shouldn't no?
non_defect
compact false positive with phanunusedvariable some thing like this php public function test var some text compact var returns phanunusedvariable unused definition of variable var it shouldn t no
0
39,873
9,703,290,093
IssuesEvent
2019-05-27 10:59:00
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
Latency issues when doing lookups (versions > 4.1.x)
auth defect
- Program: Authoritative - Issue type: Bug report ### Short description When upgrading versions of `pdns`, the newer versions have a ~10x latency increase for large DNS record type lookups after caching values in PowerDNS. Most time seems to be spent in pdns/distributor and pdns/tcpConnect according to perf. I...
1.0
Latency issues when doing lookups (versions > 4.1.x) - - Program: Authoritative - Issue type: Bug report ### Short description When upgrading versions of `pdns`, the newer versions have a ~10x latency increase for large DNS record type lookups after caching values in PowerDNS. Most time seems to be spent in pd...
defect
latency issues when doing lookups versions x program authoritative issue type bug report short description when upgrading versions of pdns the newer versions have a latency increase for large dns record type lookups after caching values in powerdns most time seems to be spent in pdns...
1
1,212
13,920,915,459
IssuesEvent
2020-10-21 11:08:53
zeebe-io/zeebe-chaos
https://api.github.com/repos/zeebe-io/zeebe-chaos
closed
Hypothesis: No leader change due to high load
Contribution: Availability Contribution: Reliability Hypothesis Impact: Low Likelihood: High
### Hypothesis We believe that higher load should not cause any issues, e.g. no leader change. We had the issue before that on higher load we missed heartbeats which causes leader changes
True
Hypothesis: No leader change due to high load - ### Hypothesis We believe that higher load should not cause any issues, e.g. no leader change. We had the issue before that on higher load we missed heartbeats which causes leader changes
non_defect
hypothesis no leader change due to high load hypothesis we believe that higher load should not cause any issues e g no leader change we had the issue before that on higher load we missed heartbeats which causes leader changes
0
150,709
13,351,275,387
IssuesEvent
2020-08-30 12:46:05
multitheftauto/mtasa-blue
https://api.github.com/repos/multitheftauto/mtasa-blue
opened
Release 1.5.8
documentation
This is a checklist of things to do, [copied from the wiki](https://github.com/multitheftauto/mtasa-blue/wiki/Release-Checklist). # Pre-Release ## Code - [ ] Ensure GitHub milestone is emptied, moving over to backlog accordingly - As of this comment (30th August) we only have one bug to fix left. - [ ] R...
1.0
Release 1.5.8 - This is a checklist of things to do, [copied from the wiki](https://github.com/multitheftauto/mtasa-blue/wiki/Release-Checklist). # Pre-Release ## Code - [ ] Ensure GitHub milestone is emptied, moving over to backlog accordingly - As of this comment (30th August) we only have one bug to fi...
non_defect
release this is a checklist of things to do pre release code ensure github milestone is emptied moving over to backlog accordingly as of this comment august we only have one bug to fix left revert volatile features changes i don t think we need to revert anything ...
0
43,029
11,440,003,529
IssuesEvent
2020-02-05 08:45:24
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
AssertionError: nodeId out of range: -1 invokeWithArguments(MethodHandle.java:627)
Team: Core Type: Defect
http://jenkins.hazelcast.com/view/freeze/job/freeze-all/13/console Hazelcast Enterprise 4.1-SNAPSHOT (20200205 - 37bffaf, 1e23c41) ``` 02:21:26.259 /disk1/jenkins/workspace/freeze-all/4.0/2020_02_04-11_09_34/stable/destroy/create-use-destroy Failed 02:21:26.265 fail HzClient4HZ _create-use-destroy_createUseDest...
1.0
AssertionError: nodeId out of range: -1 invokeWithArguments(MethodHandle.java:627) - http://jenkins.hazelcast.com/view/freeze/job/freeze-all/13/console Hazelcast Enterprise 4.1-SNAPSHOT (20200205 - 37bffaf, 1e23c41) ``` 02:21:26.259 /disk1/jenkins/workspace/freeze-all/4.0/2020_02_04-11_09_34/stable/destroy/creat...
defect
assertionerror nodeid out of range invokewitharguments methodhandle java hazelcast enterprise snapshot jenkins workspace freeze all stable destroy create use destroy failed fail create use destroy createusedestroy reliableid hzcmd id flake cre...
1
78,855
27,787,522,466
IssuesEvent
2023-03-17 05:29:56
zed-industries/community
https://api.github.com/repos/zed-industries/community
closed
Code comletitions don't show when I press `^ + Space`.
defect
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it It works from the command palette but doesn't by shortcut. I think because macOS uses this shortcut for changing language. ### Environment Zed: v0.77.3 (stable) OS: macOS 13.2.0 Memory: 16 GiB Architecture: x86_64...
1.0
Code comletitions don't show when I press `^ + Space`. - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it It works from the command palette but doesn't by shortcut. I think because macOS uses this shortcut for changing language. ### Environment Zed: v0.77.3 (stable...
defect
code comletitions don t show when i press space check for existing issues completed describe the bug provide steps to reproduce it it works from the command palette but doesn t by shortcut i think because macos uses this shortcut for changing language environment zed stable o...
1
82,681
23,851,813,471
IssuesEvent
2022-09-06 18:41:31
bitcoin-s/bitcoin-s
https://api.github.com/repos/bitcoin-s/bitcoin-s
closed
slick 3.4.0-M1 dependency upgrade breaks jlink build
bug build dependencies db-commons
This is fixed in java 18, but unfortunately the tool we use to select java versions on CI isn't updated for java 18 (#4275). https://stackoverflow.com/a/70011064/967713 For some weird reason I can't build reproduce this bug locally, it does show up on CI, see #4342 https://github.com/bitcoin-s/bitcoin-s/commit...
1.0
slick 3.4.0-M1 dependency upgrade breaks jlink build - This is fixed in java 18, but unfortunately the tool we use to select java versions on CI isn't updated for java 18 (#4275). https://stackoverflow.com/a/70011064/967713 For some weird reason I can't build reproduce this bug locally, it does show up on CI, see...
non_defect
slick dependency upgrade breaks jlink build this is fixed in java but unfortunately the tool we use to select java versions on ci isn t updated for java for some weird reason i can t build reproduce this bug locally it does show up on ci see
0
39,471
16,018,407,681
IssuesEvent
2021-04-20 19:05:04
Azure/azure-sdk-for-python
https://api.github.com/repos/Azure/azure-sdk-for-python
closed
[Service Bus] Sample needed for Dead Letter Queues
Client Docs Messaging Service Bus
The doc [Overview of dead letter queues](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dead-letter-queues) links to a sample that uses the older .NET package WindowsAzure.ServiceBus Ideally, there should be links to samples that use packages from all languages. This issue is to add a corre...
1.0
[Service Bus] Sample needed for Dead Letter Queues - The doc [Overview of dead letter queues](https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-dead-letter-queues) links to a sample that uses the older .NET package WindowsAzure.ServiceBus Ideally, there should be links to samples that use pack...
non_defect
sample needed for dead letter queues the doc links to a sample that uses the older net package windowsazure servicebus ideally there should be links to samples that use packages from all languages this issue is to add a corresponding sample that uses the azure servicebus package so that it can be linked...
0
81,138
30,724,982,318
IssuesEvent
2023-07-27 18:52:39
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
There is no UI to ignore users you don't share a room with
T-Defect
### Steps to reproduce 1. Receive an abusive invite 2. Try to block it without responding ### Outcome #### What did you expect? There is an obvious option to "ignore" the user sending the invite #### What happened instead? have to use another client or the `/ignore` command, which is both horrible for someone ...
1.0
There is no UI to ignore users you don't share a room with - ### Steps to reproduce 1. Receive an abusive invite 2. Try to block it without responding ### Outcome #### What did you expect? There is an obvious option to "ignore" the user sending the invite #### What happened instead? have to use another client ...
defect
there is no ui to ignore users you don t share a room with steps to reproduce receive an abusive invite try to block it without responding outcome what did you expect there is an obvious option to ignore the user sending the invite what happened instead have to use another client ...
1
29,284
5,634,740,223
IssuesEvent
2017-04-05 22:08:15
gridlab-d/gridlab-d
https://api.github.com/repos/gridlab-d/gridlab-d
closed
#952 Eastern longitude are not parsing correctly,
defect
It seems that the E is being picked up as part of the degrees. A visual inspection of the loader and conversion code reveals a number of other errors that need to be fixed. The attached file illustrates the nature of the problem.,
1.0
#952 Eastern longitude are not parsing correctly, - It seems that the E is being picked up as part of the degrees. A visual inspection of the loader and conversion code reveals a number of other errors that need to be fixed. The attached file illustrates the nature of the problem.,
defect
eastern longitude are not parsing correctly it seems that the e is being picked up as part of the degrees a visual inspection of the loader and conversion code reveals a number of other errors that need to be fixed the attached file illustrates the nature of the problem
1
286,320
24,742,205,137
IssuesEvent
2022-10-21 06:37:00
project-chip/connectedhomeip
https://api.github.com/repos/project-chip/connectedhomeip
closed
Pin code Pairing with iOS ChipTool fails with timeout Error CHIP:0x00000032
stale smoke test
Pin code Pairing with iOS ChipTool fails with timeout Error CHIP:0x00000032 1. Pair M5 board with QR code using iOS chiptool - verify successful 2. Reset M5 board 3. Pair M5 board with pin code using iOS Chiptool - fails with Error CHIP:0x00000032 note: I do see LED go blue & yellow but the M5 board is not con...
1.0
Pin code Pairing with iOS ChipTool fails with timeout Error CHIP:0x00000032 - Pin code Pairing with iOS ChipTool fails with timeout Error CHIP:0x00000032 1. Pair M5 board with QR code using iOS chiptool - verify successful 2. Reset M5 board 3. Pair M5 board with pin code using iOS Chiptool - fails with Error CHIP...
non_defect
pin code pairing with ios chiptool fails with timeout error chip pin code pairing with ios chiptool fails with timeout error chip pair board with qr code using ios chiptool verify successful reset board pair board with pin code using ios chiptool fails with error chip note i do see ...
0
25,153
4,230,404,597
IssuesEvent
2016-07-04 11:55:31
vaadin/archetype-application-example-test
https://api.github.com/repos/vaadin/archetype-application-example-test
closed
Add ValoTheme.UI_WITH_MENU to archetype UI's
Defect Imported from Trac
**Originally by _jouni@vaadin.com_ on 2015-01-29 10:28:55 +0200** ___ Because of #14679 all UI's which include the valo-menu component need to have the special style name applied in order for the responsive menu to work. https://dev.vaadin.com/ticket/16528
1.0
Add ValoTheme.UI_WITH_MENU to archetype UI's - **Originally by _jouni@vaadin.com_ on 2015-01-29 10:28:55 +0200** ___ Because of #14679 all UI's which include the valo-menu component need to have the special style name applied in order for the responsive menu to work. https://dev.vaadin.com/ticket/16528
defect
add valotheme ui with menu to archetype ui s originally by jouni vaadin com on because of all ui s which include the valo menu component need to have the special style name applied in order for the responsive menu to work
1
112,540
9,583,145,008
IssuesEvent
2019-05-08 03:59:29
angusmoore/arphit
https://api.github.com/repos/angusmoore/arphit
closed
R 3.6 has changed results from sample
tests
From the help file for sample: > See also: > RNGkind(sample.kind = ..) about random number generation, notably the change of sample() results with R version 3.6.0. This breaks at least one test - autolabel-missing-stacked-bar. Convert the test to not use sample.
1.0
R 3.6 has changed results from sample - From the help file for sample: > See also: > RNGkind(sample.kind = ..) about random number generation, notably the change of sample() results with R version 3.6.0. This breaks at least one test - autolabel-missing-stacked-bar. Convert the test to not use sample.
non_defect
r has changed results from sample from the help file for sample see also rngkind sample kind about random number generation notably the change of sample results with r version this breaks at least one test autolabel missing stacked bar convert the test to not use sample
0
102,800
11,307,444,519
IssuesEvent
2020-01-18 20:56:34
erlang-ls/erlang_ls
https://api.github.com/repos/erlang-ls/erlang_ls
opened
Provide standalone .emacs config file
documentation editors emacs
Based on: ``` ;; -*- lisp -*- ;; Use packages (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.milkbox.net/packages/") t) (package-initialize) (package-refresh-contents) ;; Install a package only if it's not already installed (defun package-require (pkg &optional req...
1.0
Provide standalone .emacs config file - Based on: ``` ;; -*- lisp -*- ;; Use packages (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.milkbox.net/packages/") t) (package-initialize) (package-refresh-contents) ;; Install a package only if it's not already installed (...
non_defect
provide standalone emacs config file based on lisp use packages require package add to list package archives melpa t package initialize package refresh contents install a package only if it s not already installed defun package require pkg optional...
0
60,554
17,023,455,293
IssuesEvent
2021-07-03 02:07:14
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Vietnamese (vi) locale out-of-date
Component: website Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 5.29am, Friday, 7th August 2009]** The Vietnamese locale at osm.org was last updated in r16379. Since then, many strings have been added, and [http://wiki.openstreetmap.org/wiki/Vi.yml vi.yml] has been updated promptly on the wiki, but none of these changes have been...
1.0
Vietnamese (vi) locale out-of-date - **[Submitted to the original trac issue database at 5.29am, Friday, 7th August 2009]** The Vietnamese locale at osm.org was last updated in r16379. Since then, many strings have been added, and [http://wiki.openstreetmap.org/wiki/Vi.yml vi.yml] has been updated promptly on the wiki...
defect
vietnamese vi locale out of date the vietnamese locale at osm org was last updated in since then many strings have been added and has been updated promptly on the wiki but none of these changes have been checked in for your convenience i ve attached a copy of vi yml current up to it would be g...
1
211,080
16,168,129,964
IssuesEvent
2021-05-01 22:58:34
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: sqlsmith/setup=tpcc/setting=default failed
C-test-failure O-roachtest O-robot branch-master release-blocker
roachtest.sqlsmith/setup=tpcc/setting=default [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2944550&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2944550&tab=artifacts#/sqlsmith/setup=tpcc/setting=default) on master @ [684e753c15f3fc58df79b6ea70e7b6715eae4835](htt...
2.0
roachtest: sqlsmith/setup=tpcc/setting=default failed - roachtest.sqlsmith/setup=tpcc/setting=default [failed](https://teamcity.cockroachdb.com/viewLog.html?buildId=2944550&tab=buildLog) with [artifacts](https://teamcity.cockroachdb.com/viewLog.html?buildId=2944550&tab=artifacts#/sqlsmith/setup=tpcc/setting=default) on...
non_defect
roachtest sqlsmith setup tpcc setting default failed roachtest sqlsmith setup tpcc setting default with on master the test failed on branch master cloud gce test artifacts and logs in home agent work go src github com cockroachdb cockroach artifacts sqlsmith setup tpcc setting default run ...
0
214,182
7,267,660,210
IssuesEvent
2018-02-20 06:34:37
STEP-tw/battleship-phoenix
https://api.github.com/repos/STEP-tw/battleship-phoenix
closed
Ocean grid goes inactive after game starts.
High Priority small
As a _player_ I want to _to have an inactive ocean grid_ So that I can't _fire my own ships or change position during opponents turn_ **Additional Details** Assumptions :- 1. Game has started. **Acceptance Criteria** - [ ] Criteria 1 - Given _game has started_ - When _I click a posit...
1.0
Ocean grid goes inactive after game starts. - As a _player_ I want to _to have an inactive ocean grid_ So that I can't _fire my own ships or change position during opponents turn_ **Additional Details** Assumptions :- 1. Game has started. **Acceptance Criteria** - [ ] Criteria 1 - Given...
non_defect
ocean grid goes inactive after game starts as a player i want to to have an inactive ocean grid so that i can t fire my own ships or change position during opponents turn additional details assumptions game has started acceptance criteria criteria given ...
0
43,623
11,779,970,402
IssuesEvent
2020-03-16 19:04:12
cakephp/bake
https://api.github.com/repos/cakephp/bake
closed
Test case for Controllers: initialize wrong
Defect
Every baked test case for a controller contains this one `testInitialize` test for initialize() Probably, because it is also public, as per https://book.cakephp.org/4/en/controllers.html#the-app-controller ```php /** * Test initialize method * * @return void */ public function tes...
1.0
Test case for Controllers: initialize wrong - Every baked test case for a controller contains this one `testInitialize` test for initialize() Probably, because it is also public, as per https://book.cakephp.org/4/en/controllers.html#the-app-controller ```php /** * Test initialize method * * ...
defect
test case for controllers initialize wrong every baked test case for a controller contains this one testinitialize test for initialize probably because it is also public as per php test initialize method return void public function testinitialize voi...
1
4,254
2,610,090,279
IssuesEvent
2015-02-26 18:27:19
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痘痘怎么样祛除比较好
auto-migrated Priority-Medium Type-Defect
``` 深圳痘痘怎么样祛除比较好【深圳韩方科颜全国热线400-869-181 8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构�� �韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳� ��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不 反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创�� �内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客� ��上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:40
1.0
深圳痘痘怎么样祛除比较好 - ``` 深圳痘痘怎么样祛除比较好【深圳韩方科颜全国热线400-869-181 8,24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构�� �韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳� ��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不 反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创�� �内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客� ��上的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:40
defect
深圳痘痘怎么样祛除比较好 深圳痘痘怎么样祛除比较好【 , 】深圳韩方科颜专业祛痘连锁机构,机构�� �韩国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳� ��,韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不 反弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创�� �内专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客� ��上的痘痘。 original issue reported on code google com by szft com on may at
1
461,216
13,226,542,944
IssuesEvent
2020-08-18 00:13:51
PMEAL/OpenPNM
https://api.github.com/repos/PMEAL/OpenPNM
opened
Add name to settings, change name attr to property method
enhancement high priority
It would be super handy if the name of the object was stored in its settings, as well as any other attributes for that matter, so that we can more easily store all of an objects meta-data. This is relevant to the new file format.
1.0
Add name to settings, change name attr to property method - It would be super handy if the name of the object was stored in its settings, as well as any other attributes for that matter, so that we can more easily store all of an objects meta-data. This is relevant to the new file format.
non_defect
add name to settings change name attr to property method it would be super handy if the name of the object was stored in its settings as well as any other attributes for that matter so that we can more easily store all of an objects meta data this is relevant to the new file format
0
59,348
8,358,910,337
IssuesEvent
2018-10-03 05:58:47
openebs/test-tools
https://api.github.com/repos/openebs/test-tools
closed
Add the issue & pull request template to test-tools repo
Hacktoberfest documentation good first issue issue-taken
The issue template in openebs/test-tools should be consistent with the template used in other openebs repos (mainly, [litmus](https://github.com/openebs/litmus/)).
1.0
Add the issue & pull request template to test-tools repo - The issue template in openebs/test-tools should be consistent with the template used in other openebs repos (mainly, [litmus](https://github.com/openebs/litmus/)).
non_defect
add the issue pull request template to test tools repo the issue template in openebs test tools should be consistent with the template used in other openebs repos mainly
0
16,844
2,948,326,726
IssuesEvent
2015-07-06 01:35:08
Winetricks/winetricks
https://api.github.com/repos/Winetricks/winetricks
closed
patch: MS11-025 security advisory
auto-migrated Priority-Medium Type-Defect
``` http://www.microsoft.com/technet/security/bulletin/MS11-025.mspx MSVC 2010 installation is broken with this patch. ``` Original issue reported on code.google.com by `vl...@safetymail.info` on 20 Apr 2011 at 2:56 Attachments: * [msvc.diff](https://storage.googleapis.com/google-code-attachments/winetricks/issue-41...
1.0
patch: MS11-025 security advisory - ``` http://www.microsoft.com/technet/security/bulletin/MS11-025.mspx MSVC 2010 installation is broken with this patch. ``` Original issue reported on code.google.com by `vl...@safetymail.info` on 20 Apr 2011 at 2:56 Attachments: * [msvc.diff](https://storage.googleapis.com/google-...
defect
patch security advisory msvc installation is broken with this patch original issue reported on code google com by vl safetymail info on apr at attachments
1
29,866
5,924,149,562
IssuesEvent
2017-05-23 09:44:09
extnet/Ext.NET
https://api.github.com/repos/extnet/Ext.NET
opened
Check whether Ext.Net.ServerProxy.Timeout should be removed
4.x defect
Found: 4.2.0 Ext.NET forum thread: [Timeout problem with page proxy](https://forums.ext.net/showthread.php?61922) The `Ext.Net.ServerProxy.Timeout` config option has no effect in Ext.NET -- at least down to the `Ext.Net.PageProxy` component. According to another (back from 2010, v1) Ext.NET forum thread, another...
1.0
Check whether Ext.Net.ServerProxy.Timeout should be removed - Found: 4.2.0 Ext.NET forum thread: [Timeout problem with page proxy](https://forums.ext.net/showthread.php?61922) The `Ext.Net.ServerProxy.Timeout` config option has no effect in Ext.NET -- at least down to the `Ext.Net.PageProxy` component. According...
defect
check whether ext net serverproxy timeout should be removed found ext net forum thread the ext net serverproxy timeout config option has no effect in ext net at least down to the ext net pageproxy component according to another back from ext net forum thread another user tried to us...
1
429,321
30,035,964,951
IssuesEvent
2023-06-27 12:47:23
vaadin/hilla
https://api.github.com/repos/vaadin/hilla
closed
Update min Node version
documentation hilla
The docs say that the minimum Node version is 16.14. However, the logs show that 18.0 is the required minimum, which is auto-installed. See https://github.com/vaadin/flow/blob/main/flow-server/src/main/java/com/vaadin/flow/server/frontend/FrontendTools.java.
1.0
Update min Node version - The docs say that the minimum Node version is 16.14. However, the logs show that 18.0 is the required minimum, which is auto-installed. See https://github.com/vaadin/flow/blob/main/flow-server/src/main/java/com/vaadin/flow/server/frontend/FrontendTools.java.
non_defect
update min node version the docs say that the minimum node version is however the logs show that is the required minimum which is auto installed see
0
225,237
17,258,901,861
IssuesEvent
2021-07-22 02:57:55
ChiYoPU/Portfolio-Creation
https://api.github.com/repos/ChiYoPU/Portfolio-Creation
closed
作成するPortfolioのイメージを固める
Epic documentation
## 目的 - 自分の技術を紹介できる - 自分の成果物を紹介できる のように、外に向けて自分の事を紹介できるようなものを作るために必要なものを明確にしたい ## ゴール 具体的なPortfolio作成に向けて、やるべきことが明確になる ## 準備が必要な所・注意点 どういうPortfolioなのか、内容を考える デザインを考える どういう技術でPortfolioを作るのか、検討する
1.0
作成するPortfolioのイメージを固める - ## 目的 - 自分の技術を紹介できる - 自分の成果物を紹介できる のように、外に向けて自分の事を紹介できるようなものを作るために必要なものを明確にしたい ## ゴール 具体的なPortfolio作成に向けて、やるべきことが明確になる ## 準備が必要な所・注意点 どういうPortfolioなのか、内容を考える デザインを考える どういう技術でPortfolioを作るのか、検討する
non_defect
作成するportfolioのイメージを固める 目的 自分の技術を紹介できる 自分の成果物を紹介できる のように、外に向けて自分の事を紹介できるようなものを作るために必要なものを明確にしたい ゴール 具体的なportfolio作成に向けて、やるべきことが明確になる 準備が必要な所・注意点 どういうportfolioなのか、内容を考える デザインを考える どういう技術でportfolioを作るのか、検討する
0
58,677
16,681,339,841
IssuesEvent
2021-06-08 00:27:28
Questie/Questie
https://api.github.com/repos/Questie/Questie
opened
"The Bladespire Threat" tracking issue
Type - Defect
## Bug description When questing in Blade's Edge Mountains, the quest "The Bladespire Threat" tracks the wrong mobs in the tooltip. When one mouses over a raptor, the tooltip displays information for ogre kills. When one mouses over an ogre, the tooltip displays information for raptor kills. ## Screenshots ![ima...
1.0
"The Bladespire Threat" tracking issue - ## Bug description When questing in Blade's Edge Mountains, the quest "The Bladespire Threat" tracks the wrong mobs in the tooltip. When one mouses over a raptor, the tooltip displays information for ogre kills. When one mouses over an ogre, the tooltip displays information for...
defect
the bladespire threat tracking issue bug description when questing in blade s edge mountains the quest the bladespire threat tracks the wrong mobs in the tooltip when one mouses over a raptor the tooltip displays information for ogre kills when one mouses over an ogre the tooltip displays information for...
1
181,703
14,886,008,491
IssuesEvent
2021-01-20 16:23:58
GoogleCloudPlatform/fda-mystudies
https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies
opened
Create GitHub action that generates /documentation/API/openapi.json on merge
Documentation Feature request P2
We should auto-generate `openapi.json` in the `/documentation/API` directory on successful merges to the `master` and `develop` and `*release-candidate*` branches. OpenAPI [specification](https://swagger.io/specification/) for reference.
1.0
Create GitHub action that generates /documentation/API/openapi.json on merge - We should auto-generate `openapi.json` in the `/documentation/API` directory on successful merges to the `master` and `develop` and `*release-candidate*` branches. OpenAPI [specification](https://swagger.io/specification/) for reference.
non_defect
create github action that generates documentation api openapi json on merge we should auto generate openapi json in the documentation api directory on successful merges to the master and develop and release candidate branches openapi for reference
0
59,704
17,023,211,169
IssuesEvent
2021-07-03 00:52:40
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[PATCH] user not told that that their account is inactive
Component: website Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 1.38pm, Sunday, 24th February 2008]** If a user signs up, and tries to login without activating their account, then they are not given a good error message. The following patch fixes that.
1.0
[PATCH] user not told that that their account is inactive - **[Submitted to the original trac issue database at 1.38pm, Sunday, 24th February 2008]** If a user signs up, and tries to login without activating their account, then they are not given a good error message. The following patch fixes that.
defect
user not told that that their account is inactive if a user signs up and tries to login without activating their account then they are not given a good error message the following patch fixes that
1
65,952
19,828,752,133
IssuesEvent
2022-01-20 09:46:03
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Map reloads every time a message is sent in thread
T-Defect S-Minor O-Occasional A-Threads Z-Labs A-Location-Sharing
### Steps to reproduce 1. Share your location into a room 2. Create a thread from it 3. Every time you send a new message into the thread, the map reloads ### Outcome #### What did you expect? Nothing. #### What happened instead? The map reloads every single time a message is sent ### Operating system L...
1.0
Map reloads every time a message is sent in thread - ### Steps to reproduce 1. Share your location into a room 2. Create a thread from it 3. Every time you send a new message into the thread, the map reloads ### Outcome #### What did you expect? Nothing. #### What happened instead? The map reloads every s...
defect
map reloads every time a message is sent in thread steps to reproduce share your location into a room create a thread from it every time you send a new message into the thread the map reloads outcome what did you expect nothing what happened instead the map reloads every s...
1
16,259
2,886,333,081
IssuesEvent
2015-06-12 07:27:51
Delcampe/delcampe-api-client
https://api.github.com/repos/Delcampe/delcampe-api-client
closed
API Failure with Buy it Now Auctions
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.But Article for Sale as Buy it Now only 2. 3. Hello. How is it possible that some of my auctions has bids on it , but i list only fixprice buy it now see screenshot. Ist Buy it Now - but with bid on it ??? My Programmer cant close the sold items (example item is sold ...
1.0
API Failure with Buy it Now Auctions - ``` What steps will reproduce the problem? 1.But Article for Sale as Buy it Now only 2. 3. Hello. How is it possible that some of my auctions has bids on it , but i list only fixprice buy it now see screenshot. Ist Buy it Now - but with bid on it ??? My Programmer cant clos...
defect
api failure with buy it now auctions what steps will reproduce the problem but article for sale as buy it now only hello how is it possible that some of my auctions has bids on it but i list only fixprice buy it now see screenshot ist buy it now but with bid on it my programmer cant clos...
1
30,597
6,190,249,868
IssuesEvent
2017-07-04 14:54:38
contao/core-bundle
https://api.github.com/repos/contao/core-bundle
closed
No back button in file picker popup
defect unconfirmed
When a file is uploaded in the file picker menu, there is no back button to go back to the tree view. ![bildschirmfoto 2017-06-28 um 14 37 00](https://user-images.githubusercontent.com/1073273/27637227-4e1b3242-5c0f-11e7-962f-fcad85a25b9e.png)
1.0
No back button in file picker popup - When a file is uploaded in the file picker menu, there is no back button to go back to the tree view. ![bildschirmfoto 2017-06-28 um 14 37 00](https://user-images.githubusercontent.com/1073273/27637227-4e1b3242-5c0f-11e7-962f-fcad85a25b9e.png)
defect
no back button in file picker popup when a file is uploaded in the file picker menu there is no back button to go back to the tree view
1
52,559
13,224,835,953
IssuesEvent
2020-08-17 19:56:54
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
[clsim] 100 char unix socket limitation (Trac #2422)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2422">https://code.icecube.wisc.edu/projects/icecube/ticket/2422</a>, reported by msilvaand owned by jvansanten</em></summary> <p> ```json { "status": "closed", "changetime": "2020-06-24T12:32:17", "_ts": "...
1.0
[clsim] 100 char unix socket limitation (Trac #2422) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2422">https://code.icecube.wisc.edu/projects/icecube/ticket/2422</a>, reported by msilvaand owned by jvansanten</em></summary> <p> ```json { "status": "closed"...
defect
char unix socket limitation trac migrated from json status closed changetime ts description clsim server uses a zmq unix socket to communicate unix sockets are limited to roughly characters of absolute path length by the kernel some sit...
1
251,942
27,218,205,523
IssuesEvent
2023-02-21 01:15:03
rsoreq/WebGoat
https://api.github.com/repos/rsoreq/WebGoat
closed
CVE-2022-38751 (Medium) detected in snakeyaml-1.28.jar - autoclosed
security vulnerability
## CVE-2022-38751 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.28.jar</b></p></summary> <p>YAML 1.1 parser and emitter for Java</p> <p>Library home page: <a href="http...
True
CVE-2022-38751 (Medium) detected in snakeyaml-1.28.jar - autoclosed - ## CVE-2022-38751 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>snakeyaml-1.28.jar</b></p></summary> <p>YAML 1...
non_defect
cve medium detected in snakeyaml jar autoclosed cve medium severity vulnerability vulnerable library snakeyaml jar yaml parser and emitter for java library home page a href path to dependency file webgoat server pom xml path to vulnerable library home wss scanner...
0
709,316
24,373,423,019
IssuesEvent
2022-10-03 21:32:04
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
reopened
[Meta][MPS] Test regressions in MacOS Ventura Beta8
high priority triage review triaged module: mps
### 🐛 Describe the bug <details> <summary>test_output_match_dot_cpu_[int16|int64]</summary> ``` ====================================================================== FAIL: test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) ---------------------------------------------------------------------- Tr...
1.0
[Meta][MPS] Test regressions in MacOS Ventura Beta8 - ### 🐛 Describe the bug <details> <summary>test_output_match_dot_cpu_[int16|int64]</summary> ``` ====================================================================== FAIL: test_output_match_dot_cpu_int16 (__main__.TestConsistencyCPU) --------------------...
non_defect
test regressions in macos ventura 🐛 describe the bug test output match dot cpu fail test output match dot cpu main testconsistencycpu tr...
0
54,042
13,349,003,235
IssuesEvent
2020-08-29 21:45:01
jadrake75/stamp-imageparsing
https://api.github.com/repos/jadrake75/stamp-imageparsing
closed
Using the mouse wheel event is causing a warning in latest chrominum
Defect
It is only when holding down the CTRL and then mouse wheel for zoom on the image aurelia-binding.js:5287 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.com/features/6662647093133312 Here is a possible solution to try: htt...
1.0
Using the mouse wheel event is causing a warning in latest chrominum - It is only when holding down the CTRL and then mouse wheel for zoom on the image aurelia-binding.js:5287 [Intervention] Unable to preventDefault inside passive event listener due to target being treated as passive. See https://www.chromestatus.co...
defect
using the mouse wheel event is causing a warning in latest chrominum it is only when holding down the ctrl and then mouse wheel for zoom on the image aurelia binding js unable to preventdefault inside passive event listener due to target being treated as passive see here is a possible solution to try ...
1
160,491
13,791,005,193
IssuesEvent
2020-10-09 11:24:12
sillsdev/react-localize-crowdin
https://api.github.com/repos/sillsdev/react-localize-crowdin
opened
Provide instructions/example for using the package in README.md
documentation
Now that this [package has been published](https://www.npmjs.com/package/@sillsdev/react-localize-crowdin), it would be good to improve the README to show a brief overview on how the package should be used.
1.0
Provide instructions/example for using the package in README.md - Now that this [package has been published](https://www.npmjs.com/package/@sillsdev/react-localize-crowdin), it would be good to improve the README to show a brief overview on how the package should be used.
non_defect
provide instructions example for using the package in readme md now that this it would be good to improve the readme to show a brief overview on how the package should be used
0
28,983
5,468,639,948
IssuesEvent
2017-03-10 07:04:44
line/armeria
https://api.github.com/repos/line/armeria
closed
Cannot specify SessionIdManager when building JettyService
defect
Since Jetty 9.4, creating a `DefaultSessionIdManager` requires `Server` as its constructor parameter. This contradicts the `JettyServiceBuilder.sessionIdManager()` which requires a user to specify a `SessionIdManager` instance when Jetty `Server` instance is not available yet. We need to replace it with the followin...
1.0
Cannot specify SessionIdManager when building JettyService - Since Jetty 9.4, creating a `DefaultSessionIdManager` requires `Server` as its constructor parameter. This contradicts the `JettyServiceBuilder.sessionIdManager()` which requires a user to specify a `SessionIdManager` instance when Jetty `Server` instance is ...
defect
cannot specify sessionidmanager when building jettyservice since jetty creating a defaultsessionidmanager requires server as its constructor parameter this contradicts the jettyservicebuilder sessionidmanager which requires a user to specify a sessionidmanager instance when jetty server instance is ...
1
46,090
13,150,009,244
IssuesEvent
2020-08-09 08:57:44
shaundmorris/ddf
https://api.github.com/repos/shaundmorris/ddf
closed
CVE-2016-1000344 High Severity Vulnerability detected by WhiteSource
security vulnerability wontfix
## CVE-2016-1000344 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.54.jar</b></p></summary> <p>The Bouncy Castle Crypto package is a Java implementation of c...
True
CVE-2016-1000344 High Severity Vulnerability detected by WhiteSource - ## CVE-2016-1000344 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bcprov-jdk15on-1.54.jar</b></p></summ...
non_defect
cve high severity vulnerability detected by whitesource cve high severity vulnerability vulnerable library bcprov jar the bouncy castle crypto package is a java implementation of cryptographic algorithms this jar contains jce provider and lightweight api for the bouncy castle cryptogra...
0
76,743
26,574,674,744
IssuesEvent
2023-01-21 16:58:24
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Not getting notifications for the messages of Room.
T-Defect
### Steps to reproduce Not getting notifications for the messages in the room, causing many problems in the Open source world Please remove this bug. ### Outcome #### What did you expect? #### What happened instead? ### Your phone model POCO X3 PRO ### Operating system version Android 12 ### Application...
1.0
Not getting notifications for the messages of Room. - ### Steps to reproduce Not getting notifications for the messages in the room, causing many problems in the Open source world Please remove this bug. ### Outcome #### What did you expect? #### What happened instead? ### Your phone model POCO X3 PRO ###...
defect
not getting notifications for the messages of room steps to reproduce not getting notifications for the messages in the room causing many problems in the open source world please remove this bug outcome what did you expect what happened instead your phone model poco pro ...
1
81,619
31,152,286,223
IssuesEvent
2023-08-16 10:46:54
matrix-org/mjolnir
https://api.github.com/repos/matrix-org/mjolnir
opened
Wildcard kick - don't try and kick users who are not in a room
T-Defect S-Minor
There are now thousands of these in the moderation room ![Screenshot 2023-08-16 at 11 39 52 AM](https://github.com/matrix-org/mjolnir/assets/19155609/0d7e400c-c51b-476f-9f4c-ee38c459af57)
1.0
Wildcard kick - don't try and kick users who are not in a room - There are now thousands of these in the moderation room ![Screenshot 2023-08-16 at 11 39 52 AM](https://github.com/matrix-org/mjolnir/assets/19155609/0d7e400c-c51b-476f-9f4c-ee38c459af57)
defect
wildcard kick don t try and kick users who are not in a room there are now thousands of these in the moderation room
1
71,682
23,760,397,028
IssuesEvent
2022-09-01 08:23:18
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
BUG: indexing error in scipy.spatial.Voronoi in 3D
defect scipy.spatial
### Describe your issue. Voronoi() creates a Voronoi map from a point set of N points. point_region contains the contained point for each Voronoi region. But in this list there is a single extra increment, e.g. [0, 1, 2, 4, 5, 6] (when sorted) instead of [0, 1, 2, 3, 4, 5] (when sorted). Python 3.9 Numpy 1.22....
1.0
BUG: indexing error in scipy.spatial.Voronoi in 3D - ### Describe your issue. Voronoi() creates a Voronoi map from a point set of N points. point_region contains the contained point for each Voronoi region. But in this list there is a single extra increment, e.g. [0, 1, 2, 4, 5, 6] (when sorted) instead of [0, 1, ...
defect
bug indexing error in scipy spatial voronoi in describe your issue voronoi creates a voronoi map from a point set of n points point region contains the contained point for each voronoi region but in this list there is a single extra increment e g when sorted instead of when sorted pytho...
1
59,517
14,409,847,477
IssuesEvent
2020-12-04 03:17:40
contactify/contactify
https://api.github.com/repos/contactify/contactify
closed
CVE-2019-6284 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz
security vulnerability
## CVE-2019-6284 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennms-source-26.0.0-1</b>, <b>node-sass-4.14.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4....
True
CVE-2019-6284 (Medium) detected in opennmsopennms-source-26.0.0-1, node-sass-4.14.1.tgz - ## CVE-2019-6284 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>opennmsopennms-source-26.0...
non_defect
cve medium detected in opennmsopennms source node sass tgz cve medium severity vulnerability vulnerable libraries opennmsopennms source node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file ...
0
28,906
4,445,920,472
IssuesEvent
2016-08-20 10:22:20
Homebrew/ruby-macho
https://api.github.com/repos/Homebrew/ruby-macho
closed
Expanding Makefile/build system to create inconsistent fat binaries
question test-suite
I'm currently looking at the [Makefile](https://github.com/Homebrew/ruby-macho/blob/master/test/src/Makefile) to see what our best approach is to creating inconsistent fat binaries (i.e., the kind that will trigger the new behavior in #55). In order to `lipo` together two inconsistent binaries of different architect...
1.0
Expanding Makefile/build system to create inconsistent fat binaries - I'm currently looking at the [Makefile](https://github.com/Homebrew/ruby-macho/blob/master/test/src/Makefile) to see what our best approach is to creating inconsistent fat binaries (i.e., the kind that will trigger the new behavior in #55). In ord...
non_defect
expanding makefile build system to create inconsistent fat binaries i m currently looking at the to see what our best approach is to creating inconsistent fat binaries i e the kind that will trigger the new behavior in in order to lipo together two inconsistent binaries of different architectures we...
0
65,993
19,848,725,522
IssuesEvent
2022-01-21 09:51:45
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Don't switch to that room when getting "Failed to load timeline position"
T-Defect P2 S-Minor A-Timeline
### Description When there is a timeout on `/context`, riot gives a modal error: > Failed to load timeline position > Tried to load a specific point in this room's timeline, but was unable to find it. then switches context to the room. It should not switch to the room, as in most cases if you're seeing this d...
1.0
Don't switch to that room when getting "Failed to load timeline position" - ### Description When there is a timeout on `/context`, riot gives a modal error: > Failed to load timeline position > Tried to load a specific point in this room's timeline, but was unable to find it. then switches context to the room...
defect
don t switch to that room when getting failed to load timeline position description when there is a timeout on context riot gives a modal error failed to load timeline position tried to load a specific point in this room s timeline but was unable to find it then switches context to the room...
1
7,108
2,610,327,443
IssuesEvent
2015-02-26 19:45:30
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Typo
auto-migrated Priority-Low Type-Defect
``` "enemey" needs to be changed to enemy on Fixer's description ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 Jun 2011 at 12:21
1.0
Typo - ``` "enemey" needs to be changed to enemy on Fixer's description ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 9 Jun 2011 at 12:21
defect
typo enemey needs to be changed to enemy on fixer s description original issue reported on code google com by gmail com on jun at
1
20,088
3,295,315,210
IssuesEvent
2015-10-31 20:48:32
chief-atx/bcmon
https://api.github.com/repos/chief-atx/bcmon
closed
Asus TF201: Bcmon Works only on stock ROM
auto-migrated Priority-Medium Type-Defect
``` Hi! First of all thanks for an amazing app. I use it on Asus Prime TF201, but unfortunately it's works only with stock 4.1.1 ROM. How can I make it work on other ROMs? Is it kernel or just some setting in wpa_supplicant.conf? Is it possible to port it somehow. Thank you in advance! ``` Original issue reported ...
1.0
Asus TF201: Bcmon Works only on stock ROM - ``` Hi! First of all thanks for an amazing app. I use it on Asus Prime TF201, but unfortunately it's works only with stock 4.1.1 ROM. How can I make it work on other ROMs? Is it kernel or just some setting in wpa_supplicant.conf? Is it possible to port it somehow. Thank yo...
defect
asus bcmon works only on stock rom hi first of all thanks for an amazing app i use it on asus prime but unfortunately it s works only with stock rom how can i make it work on other roms is it kernel or just some setting in wpa supplicant conf is it possible to port it somehow thank you in adv...
1
279,656
8,671,595,983
IssuesEvent
2018-11-29 19:36:26
BoiseState/CS471-F18-Team6
https://api.github.com/repos/BoiseState/CS471-F18-Team6
closed
Add Travis .yml file
pair-programming priority-high
Add a .travis.yml file to the repository to allow for automatic builds. Links to #25
1.0
Add Travis .yml file - Add a .travis.yml file to the repository to allow for automatic builds. Links to #25
non_defect
add travis yml file add a travis yml file to the repository to allow for automatic builds links to
0
471,494
13,578,550,796
IssuesEvent
2020-09-20 08:22:19
DevAdventCalendar/DevAdventCalendar
https://api.github.com/repos/DevAdventCalendar/DevAdventCalendar
closed
Fix swagger documentation
bug good first issue medium priority
**To Reproduce** Steps to reproduce the behavior: 1. Go to endpoint /swagger ex. https://devadventcalendar.pl/swagger **Current behavior** Documentation does not work, the name of the definition is QuickApp ![image](https://user-images.githubusercontent.com/22730914/84008268-e1a05080-a971-11ea-8743-7aff835440e8....
1.0
Fix swagger documentation - **To Reproduce** Steps to reproduce the behavior: 1. Go to endpoint /swagger ex. https://devadventcalendar.pl/swagger **Current behavior** Documentation does not work, the name of the definition is QuickApp ![image](https://user-images.githubusercontent.com/22730914/84008268-e1a05080-...
non_defect
fix swagger documentation to reproduce steps to reproduce the behavior go to endpoint swagger ex current behavior documentation does not work the name of the definition is quickapp expected behavior swagger documentation is working the name of the definition is devadventcalenda...
0
28,732
5,347,871,604
IssuesEvent
2017-02-18 00:25:21
gridlab-d/gridlab-d
https://api.github.com/repos/gridlab-d/gridlab-d
opened
--pstatus and --plist do not always report active realtime/server jobs
defect
For some unknown reason the --pstatus and --plist command arguments do not consistently report the existence of realtime/server jobs.
1.0
--pstatus and --plist do not always report active realtime/server jobs - For some unknown reason the --pstatus and --plist command arguments do not consistently report the existence of realtime/server jobs.
defect
pstatus and plist do not always report active realtime server jobs for some unknown reason the pstatus and plist command arguments do not consistently report the existence of realtime server jobs
1
81,835
31,762,636,673
IssuesEvent
2023-09-12 06:41:26
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: 4 tests failing on trunk branch for JavaScript
I-defect needs-triaging
### What happened? 4 tests are failing on trunk branch [last launched jobs](https://github.com/SeleniumHQ/selenium/actions/workflows/ci-javascript.yml) on CI is 3 months old: ![image](https://github.com/SeleniumHQ/selenium/assets/1105127/b4a13f92-16e3-489f-9ffd-343a285c153d) ### How can we reproduce the issue? ...
1.0
[🐛 Bug]: 4 tests failing on trunk branch for JavaScript - ### What happened? 4 tests are failing on trunk branch [last launched jobs](https://github.com/SeleniumHQ/selenium/actions/workflows/ci-javascript.yml) on CI is 3 months old: ![image](https://github.com/SeleniumHQ/selenium/assets/1105127/b4a13f92-16e3-489f...
defect
tests failing on trunk branch for javascript what happened tests are failing on trunk branch on ci is months old how can we reproduce the issue shell launch test suite for javascript i reproduced locally and on my own fork note that one other tests is failing on ...
1
39,497
20,022,447,320
IssuesEvent
2022-02-01 17:37:32
alteryx/evalml
https://api.github.com/repos/alteryx/evalml
closed
Optimize_threshold not working as expected
bug performance
Repro (in test file): ```python def test_find_confusion_matrix_pipeline_threshold_tester( logistic_regression_binary_pipeline_class, X_y_binary ): bcp = logistic_regression_binary_pipeline_class({}) X, y = X_y_binary y = pd.Series(y) bcp.fit(X, y) preds = bcp.predict_proba(X).iloc[:, 1]...
True
Optimize_threshold not working as expected - Repro (in test file): ```python def test_find_confusion_matrix_pipeline_threshold_tester( logistic_regression_binary_pipeline_class, X_y_binary ): bcp = logistic_regression_binary_pipeline_class({}) X, y = X_y_binary y = pd.Series(y) bcp.fit(X, y)...
non_defect
optimize threshold not working as expected repro in test file python def test find confusion matrix pipeline threshold tester logistic regression binary pipeline class x y binary bcp logistic regression binary pipeline class x y x y binary y pd series y bcp fit x y ...
0