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
56,344
15,025,866,026
IssuesEvent
2021-02-01 21:44:36
unascribed/Fabrication
https://api.github.com/repos/unascribed/Fabrication
closed
Billboard drops causes a crash with a compass
k: Defect n: Fabric
Just give yourself a compass or drop one and it will crash when billboard drops is enabled. https://gist.github.com/Snowiez/5394f948a3ade0120e5c7729178bc263
1.0
Billboard drops causes a crash with a compass - Just give yourself a compass or drop one and it will crash when billboard drops is enabled. https://gist.github.com/Snowiez/5394f948a3ade0120e5c7729178bc263
defect
billboard drops causes a crash with a compass just give yourself a compass or drop one and it will crash when billboard drops is enabled
1
391,347
26,887,608,690
IssuesEvent
2023-02-06 05:34:37
Seakimhour/pro-translate
https://api.github.com/repos/Seakimhour/pro-translate
closed
Data Storage Method
documentation
各 Web サイトには独自の「ローカル ストレージ」があり、相互にデータを取得できないので、ローカル ストレージは使用できません。 Chrome には、ユーザー データの変更を保存、取得、追跡するための chrome.storage API が用意されています。 このプロジェクトでは、[WebExtension Polyfill](https://github.com/mozilla/webextension-polyfill) を使用します。 これにより、拡張機能がより多くのブラウザーをサポートできるようになります。 #### ユーザー設定データ ```js settings: { targetLang...
1.0
Data Storage Method - 各 Web サイトには独自の「ローカル ストレージ」があり、相互にデータを取得できないので、ローカル ストレージは使用できません。 Chrome には、ユーザー データの変更を保存、取得、追跡するための chrome.storage API が用意されています。 このプロジェクトでは、[WebExtension Polyfill](https://github.com/mozilla/webextension-polyfill) を使用します。 これにより、拡張機能がより多くのブラウザーをサポートできるようになります。 #### ユーザー設定データ ```js set...
non_defect
data storage method 各 web サイトには独自の「ローカル ストレージ」があり、相互にデータを取得できないので、ローカル ストレージは使用できません。 chrome には、ユーザー データの変更を保存、取得、追跡するための chrome storage api が用意されています。 このプロジェクトでは、 を使用します。 これにより、拡張機能がより多くのブラウザーをサポートできるようになります。 ユーザー設定データ js settings targetlanguage code en country english sec...
0
30,227
6,046,547,780
IssuesEvent
2017-06-12 12:25:51
autovpn4openwrt/autovpn-for-openwrt
https://api.github.com/repos/autovpn4openwrt/autovpn-for-openwrt
closed
我也发现一个问题,连接数大,流量大时,dnsmasq响应缓慢
auto-migrated Priority-Medium Type-Defect
``` Intel D525的双核1.8Ghz,启用了双核Openwrt处理,当连接数达到10000左� ��时,dnsmasq响应就比较慢,需要几秒中的时间回应dns请求。�� �想请问,我在dnsmasq官网看了这是一款小型dns服务器,是否有 其他性能更好的dns方案可以替换dnsmasq? ``` Original issue reported on code.google.com by `jiekec...@gmail.com` on 20 Nov 2014 at 3:14
1.0
我也发现一个问题,连接数大,流量大时,dnsmasq响应缓慢 - ``` Intel D525的双核1.8Ghz,启用了双核Openwrt处理,当连接数达到10000左� ��时,dnsmasq响应就比较慢,需要几秒中的时间回应dns请求。�� �想请问,我在dnsmasq官网看了这是一款小型dns服务器,是否有 其他性能更好的dns方案可以替换dnsmasq? ``` Original issue reported on code.google.com by `jiekec...@gmail.com` on 20 Nov 2014 at 3:14
defect
我也发现一个问题,连接数大,流量大时,dnsmasq响应缓慢 intel ,启用了双核openwrt处理, � ��时,dnsmasq响应就比较慢,需要几秒中的时间回应dns请求。�� �想请问,我在dnsmasq官网看了这是一款小型dns服务器,是否有 其他性能更好的dns方案可以替换dnsmasq? original issue reported on code google com by jiekec gmail com on nov at
1
57,291
15,729,588,745
IssuesEvent
2021-03-29 15:00:46
danmar/testissues
https://api.github.com/repos/danmar/testissues
opened
Incorrect variable id, when delete is used. (Trac #269)
Incomplete Migration Migrated from Trac Other aggro80 defect
Migrated from https://trac.cppcheck.net/ticket/269 ```json { "status": "closed", "changetime": "2009-04-29T19:46:55", "description": "{{{\nvoid f()\n{\n int *a;\n delete a;\n}\n}}}\n\nVariable id should be 1, not 2. \n{{{\n##file 0\n1: void f ( )\n2: {\n3: int * a@1 ;\n4: delete a@2 ;\n5: }\n}}}\n", ...
1.0
Incorrect variable id, when delete is used. (Trac #269) - Migrated from https://trac.cppcheck.net/ticket/269 ```json { "status": "closed", "changetime": "2009-04-29T19:46:55", "description": "{{{\nvoid f()\n{\n int *a;\n delete a;\n}\n}}}\n\nVariable id should be 1, not 2. \n{{{\n##file 0\n1: void f ( )...
defect
incorrect variable id when delete is used trac migrated from json status closed changetime description nvoid f n n int a n delete a n n n nvariable id should be not n n file void f int a delete a n n...
1
243,461
20,388,708,895
IssuesEvent
2022-02-22 09:48:01
ZcashFoundation/zebra
https://api.github.com/repos/ZcashFoundation/zebra
closed
Coverage changes are inaccurate, because the job doesn't run on `main`
C-bug A-devops P-Medium :zap: C-testing
## Motivation > By the way, why does this PR change test coverage when it only edits comments? The bot says there will be 854 new hits. ## Suggested Solution Our `main` branch coverage seems to be out of date, maybe we need to start running our coverage job on `main` again. _Originally posted by @teor2345 i...
1.0
Coverage changes are inaccurate, because the job doesn't run on `main` - ## Motivation > By the way, why does this PR change test coverage when it only edits comments? The bot says there will be 854 new hits. ## Suggested Solution Our `main` branch coverage seems to be out of date, maybe we need to start runni...
non_defect
coverage changes are inaccurate because the job doesn t run on main motivation by the way why does this pr change test coverage when it only edits comments the bot says there will be new hits suggested solution our main branch coverage seems to be out of date maybe we need to start running...
0
24,242
5,040,053,789
IssuesEvent
2016-12-19 02:33:00
coreos/bugs
https://api.github.com/repos/coreos/bugs
closed
document or change journald rate limit defaults
area/usability component/systemd kind/documentation team/os
### Desired Feature ### Lots of people complain about journald locking up on them. As a solution perhaps we set an even lower limit on number of logs per second per service in journald.conf. Docs: https://www.freedesktop.org/software/systemd/man/journald.conf.html#RateLimitIntervalSec= I believe this is what o...
1.0
document or change journald rate limit defaults - ### Desired Feature ### Lots of people complain about journald locking up on them. As a solution perhaps we set an even lower limit on number of logs per second per service in journald.conf. Docs: https://www.freedesktop.org/software/systemd/man/journald.conf.html...
non_defect
document or change journald rate limit defaults desired feature lots of people complain about journald locking up on them as a solution perhaps we set an even lower limit on number of logs per second per service in journald conf docs i believe this is what other distros do
0
343,837
30,695,175,852
IssuesEvent
2023-07-26 18:00:41
microsoft/AzureStorageExplorer
https://api.github.com/repos/microsoft/AzureStorageExplorer
closed
'View Options' panel doesn't disappear after switching to 'Snapshots/Versions' view
🧪 testing :gear: blobs :beetle: regression
**Storage Explorer Version**: 1.31.0-dev **Build Number**: 20230726.3 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.4.1 (Apple M1 Pro) **Architecture**: x64/x64/arm64 **How Found**: From running test cases **Regression From**: Previous release (1.30.2) ## Steps to Reproduce #...
1.0
'View Options' panel doesn't disappear after switching to 'Snapshots/Versions' view - **Storage Explorer Version**: 1.31.0-dev **Build Number**: 20230726.3 **Branch**: main **Platform/OS**: Windows 10/Linux Ubuntu 20.04/MacOS Ventura 13.4.1 (Apple M1 Pro) **Architecture**: x64/x64/arm64 **How Found**: From running...
non_defect
view options panel doesn t disappear after switching to snapshots versions view storage explorer version dev build number branch main platform os windows linux ubuntu macos ventura apple pro architecture how found from running test cases regres...
0
10,547
2,622,171,862
IssuesEvent
2015-03-04 00:14:51
byzhang/rapidjson
https://api.github.com/repos/byzhang/rapidjson
closed
Memory access error due to 'memcmp'
auto-migrated Priority-Medium Type-Defect
``` I tried to use rapidjson on the large json, and valgrind/memcheck finds errors, see below. The offending line is this: if (name[member->name.data_.s.length] == '\0' && memcmp(member->name.data_.s.str, name, member->name.data_.s.length * sizeof(Ch)) == 0) This happens during map value lookup. 'memcmp' can't be ...
1.0
Memory access error due to 'memcmp' - ``` I tried to use rapidjson on the large json, and valgrind/memcheck finds errors, see below. The offending line is this: if (name[member->name.data_.s.length] == '\0' && memcmp(member->name.data_.s.str, name, member->name.data_.s.length * sizeof(Ch)) == 0) This happens durin...
defect
memory access error due to memcmp i tried to use rapidjson on the large json and valgrind memcheck finds errors see below the offending line is this if name memcmp member name data s str name member name data s length sizeof ch this happens during map value lookup memcmp ...
1
536,861
15,715,930,945
IssuesEvent
2021-03-28 04:16:52
AY2021S2-CS2103-T16-3/tp
https://api.github.com/repos/AY2021S2-CS2103-T16-3/tp
opened
Ui display
priority.Low
currently if a lot of bookings are added the size of the residence row keeps increasing. might be better to make it fixed size with a scroll pane?
1.0
Ui display - currently if a lot of bookings are added the size of the residence row keeps increasing. might be better to make it fixed size with a scroll pane?
non_defect
ui display currently if a lot of bookings are added the size of the residence row keeps increasing might be better to make it fixed size with a scroll pane
0
368,103
25,776,666,639
IssuesEvent
2022-12-09 12:35:37
bounswe/bounswe2022group9
https://api.github.com/repos/bounswe/bounswe2022group9
opened
[Documentation] Create Executive part for backend
Documentation Backend
For the milestone 2, executive part should be created for the backend.
1.0
[Documentation] Create Executive part for backend - For the milestone 2, executive part should be created for the backend.
non_defect
create executive part for backend for the milestone executive part should be created for the backend
0
18,392
3,054,473,318
IssuesEvent
2015-08-13 02:58:57
eczarny/spectacle
https://api.github.com/repos/eczarny/spectacle
closed
Cancel "edit hot key" process
defect ★★
I can't abort the "edit hot key" process, once entered. It doesn't help to close the preferences panel. -- Cheers and congratulations on creating the best program for this purpose :)
1.0
Cancel "edit hot key" process - I can't abort the "edit hot key" process, once entered. It doesn't help to close the preferences panel. -- Cheers and congratulations on creating the best program for this purpose :)
defect
cancel edit hot key process i can t abort the edit hot key process once entered it doesn t help to close the preferences panel cheers and congratulations on creating the best program for this purpose
1
47,169
5,867,701,568
IssuesEvent
2017-05-14 04:08:00
nix-rust/nix
https://api.github.com/repos/nix-rust/nix
opened
Continuous testing for FreeBSD
A-testing O-freebsd
I'm working on a buildbot cluster that could support continuous testing on FreeBSD for several projects. I've got a prototype running, and you can see a PR in action at https://github.com/asomers/mio-aio/pull/2 . The hardest question is how to secure it. Since anybody can open a PR, that means that anybody can run a...
1.0
Continuous testing for FreeBSD - I'm working on a buildbot cluster that could support continuous testing on FreeBSD for several projects. I've got a prototype running, and you can see a PR in action at https://github.com/asomers/mio-aio/pull/2 . The hardest question is how to secure it. Since anybody can open a PR, ...
non_defect
continuous testing for freebsd i m working on a buildbot cluster that could support continuous testing on freebsd for several projects i ve got a prototype running and you can see a pr in action at the hardest question is how to secure it since anybody can open a pr that means that anybody can run arbitrar...
0
44,241
12,066,854,656
IssuesEvent
2020-04-16 12:29:34
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
DataTable rowsPerPageTemplate-ShowAll+ filtering throws NumberFormatException
defect
## 1) Environment - PrimeFaces version: Primesfaces 8.0 - Application server + version: Wildfly 16 - Affected browsers: all ## 2) Expected behavior When I select "ShowAll" in DataTable's rows per page drop-down list, all the rows should be filtered. ## 3) Actual behavior When the "ShowAll" option is se...
1.0
DataTable rowsPerPageTemplate-ShowAll+ filtering throws NumberFormatException - ## 1) Environment - PrimeFaces version: Primesfaces 8.0 - Application server + version: Wildfly 16 - Affected browsers: all ## 2) Expected behavior When I select "ShowAll" in DataTable's rows per page drop-down list, all the rows...
defect
datatable rowsperpagetemplate showall filtering throws numberformatexception environment primefaces version primesfaces application server version wildfly affected browsers all expected behavior when i select showall in datatable s rows per page drop down list all the rows ...
1
4,632
2,610,135,411
IssuesEvent
2015-02-26 18:42:41
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
The Rope shot into a crate remains in the air after collecting
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Shooting a rope into a crate 2. Collecting it What is the expected output? What do you see instead? The rope tears/disappears, and the hog falls What version of the product are you using? On what operating system? 0.9.13, Win7 Please provide any additional information be...
1.0
The Rope shot into a crate remains in the air after collecting - ``` What steps will reproduce the problem? 1. Shooting a rope into a crate 2. Collecting it What is the expected output? What do you see instead? The rope tears/disappears, and the hog falls What version of the product are you using? On what operating s...
defect
the rope shot into a crate remains in the air after collecting what steps will reproduce the problem shooting a rope into a crate collecting it what is the expected output what do you see instead the rope tears disappears and the hog falls what version of the product are you using on what operating s...
1
63,693
12,368,303,475
IssuesEvent
2020-05-18 13:38:35
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
closed
Make code insights user-resizable and reorderable
code insights stretch-goal webapp
The user should have freedom to reorder and resize code insights to create a dashboard. This should be persistable to user, org or global settings. This also allows us to give fixed default width and height to views, which makes the UI stable (in combination with #10375). First idea is to use CSS grid with native ...
1.0
Make code insights user-resizable and reorderable - The user should have freedom to reorder and resize code insights to create a dashboard. This should be persistable to user, org or global settings. This also allows us to give fixed default width and height to views, which makes the UI stable (in combination with #1...
non_defect
make code insights user resizable and reorderable the user should have freedom to reorder and resize code insights to create a dashboard this should be persistable to user org or global settings this also allows us to give fixed default width and height to views which makes the ui stable in combination with ...
0
49,872
13,466,604,668
IssuesEvent
2020-09-09 23:21:23
wrbejar/JavaVulnerableLab
https://api.github.com/repos/wrbejar/JavaVulnerableLab
opened
CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar
security vulnerability
## CVE-2018-1000632 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary> <p>dom4j: the flexible XML framework for Java</p> <p>Library home page: <a href="h...
True
CVE-2018-1000632 (High) detected in dom4j-1.6.1.jar - ## CVE-2018-1000632 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dom4j-1.6.1.jar</b></p></summary> <p>dom4j: the flexible XML f...
non_defect
cve high detected in jar cve high severity vulnerability vulnerable library jar the flexible xml framework for java library home page a href path to vulnerable library depth javavulnerablelab target javavulnerablelab meta inf maven org cysecurity javavulnerabl...
0
2,234
3,736,653,006
IssuesEvent
2016-03-08 16:36:56
pgharts/trusty-clipped-extension
https://api.github.com/repos/pgharts/trusty-clipped-extension
opened
Brakeman: Possible SQL injection
security
Possible SQL injection where(["asset_content_type IN (#{mimes.map{'?'}.join(',')})", *mimes]) Found in app/models/asset.rb by brakeman
True
Brakeman: Possible SQL injection - Possible SQL injection where(["asset_content_type IN (#{mimes.map{'?'}.join(',')})", *mimes]) Found in app/models/asset.rb by brakeman
non_defect
brakeman possible sql injection possible sql injection where found in app models asset rb by brakeman
0
138,583
5,344,628,530
IssuesEvent
2017-02-17 15:01:22
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Feature Request: torch 'module' object has no attribute '__version__'
enhancement high priority
could you please add `__version__` to the `torch` module! all the cool modules have it! ;)
1.0
Feature Request: torch 'module' object has no attribute '__version__' - could you please add `__version__` to the `torch` module! all the cool modules have it! ;)
non_defect
feature request torch module object has no attribute version could you please add version to the torch module all the cool modules have it
0
249,305
26,910,069,546
IssuesEvent
2023-02-06 22:39:35
OpenLiberty/open-liberty
https://api.github.com/repos/OpenLiberty/open-liberty
opened
403 status code with securityContext.authenticate(request, response, AuthenticationParameters.withParams().newAuthentication(true));
bug team:Security SSO jakartaEE10
securityContext.authenticate(request, response, AuthenticationParameters.withParams().newAuthentication(true)); Is trying to reuse the context instead of forcing a new login - I'm also getting a status code of 403. [Uploading securityContext.auth.zip…]()
True
403 status code with securityContext.authenticate(request, response, AuthenticationParameters.withParams().newAuthentication(true)); - securityContext.authenticate(request, response, AuthenticationParameters.withParams().newAuthentication(true)); Is trying to reuse the context instead of forcing a new login - I'm als...
non_defect
status code with securitycontext authenticate request response authenticationparameters withparams newauthentication true securitycontext authenticate request response authenticationparameters withparams newauthentication true is trying to reuse the context instead of forcing a new login i m also ...
0
67,268
20,961,597,600
IssuesEvent
2022-03-27 21:46:36
abedmaatalla/imsdroid
https://api.github.com/repos/abedmaatalla/imsdroid
closed
it isn't possible to start the sip stack without registering to a sip server
Priority-Medium Type-Defect auto-migrated
``` There is no way to receive/do a p2p call without registering to a sip server (the stack isn't initialized before this action?) ``` Original issue reported on code.google.com by `sylar1...@gmail.com` on 11 Jan 2011 at 8:52
1.0
it isn't possible to start the sip stack without registering to a sip server - ``` There is no way to receive/do a p2p call without registering to a sip server (the stack isn't initialized before this action?) ``` Original issue reported on code.google.com by `sylar1...@gmail.com` on 11 Jan 2011 at 8:52
defect
it isn t possible to start the sip stack without registering to a sip server there is no way to receive do a call without registering to a sip server the stack isn t initialized before this action original issue reported on code google com by gmail com on jan at
1
18,012
3,016,271,497
IssuesEvent
2015-07-30 00:54:31
googlei18n/noto-fonts
https://api.github.com/repos/googlei18n/noto-fonts
closed
Sans and Serif: Modifier arrowheads are oversized and vertically misplaced
Script-LatinGreekCyrillic Status-Unreproducible Type-Defect
Moved from googlei18n/noto-alpha#156. Filed by @roozbehp The modifier arrowheads (U+02C2..02C5), used in phonetics to note place of articulation, are oversized and vertically too low in NotoSans and NotoSerif. They are almost indistinguishable from greater-than and less-than sign. They should be at a superscript...
1.0
Sans and Serif: Modifier arrowheads are oversized and vertically misplaced - Moved from googlei18n/noto-alpha#156. Filed by @roozbehp The modifier arrowheads (U+02C2..02C5), used in phonetics to note place of articulation, are oversized and vertically too low in NotoSans and NotoSerif. They are almost indistinguish...
defect
sans and serif modifier arrowheads are oversized and vertically misplaced moved from noto alpha filed by roozbehp the modifier arrowheads u used in phonetics to note place of articulation are oversized and vertically too low in notosans and notoserif they are almost indistinguishable from greater...
1
269,149
28,960,015,420
IssuesEvent
2023-05-10 01:08:24
dpteam/RK3188_TABLET
https://api.github.com/repos/dpteam/RK3188_TABLET
reopened
CVE-2019-19768 (High) detected in linuxv3.0
Mend: dependency security vulnerability
## CVE-2019-19768 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/veryg...
True
CVE-2019-19768 (High) detected in linuxv3.0 - ## CVE-2019-19768 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv3.0</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Libra...
non_defect
cve high detected in cve high severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files kernel trace blktrace c ...
0
47,789
13,066,230,044
IssuesEvent
2020-07-30 21:15:39
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
Improved line fit resources directory cleanup (Trac #1181)
Migrated from Trac combo reconstruction defect
There are no links to improved linefit documentation in the meta-project documentation. there is a decent index.rst, but it is in resources/ not resources/docs/ it needs the name the maintainer and have links to the CHANGELOG and the doxygen documentation. In addition the example script example.py needs to be updated,...
1.0
Improved line fit resources directory cleanup (Trac #1181) - There are no links to improved linefit documentation in the meta-project documentation. there is a decent index.rst, but it is in resources/ not resources/docs/ it needs the name the maintainer and have links to the CHANGELOG and the doxygen documentation. I...
defect
improved line fit resources directory cleanup trac there are no links to improved linefit documentation in the meta project documentation there is a decent index rst but it is in resources not resources docs it needs the name the maintainer and have links to the changelog and the doxygen documentation in a...
1
126,819
12,300,114,095
IssuesEvent
2020-05-11 13:30:39
vigge93/PA1450-Development-task
https://api.github.com/repos/vigge93/PA1450-Development-task
closed
Create frontend specification
Frontend documentation
A frontend specification is needed to allow for multiple people working on the frontend at different times to still understand the structure of the program
1.0
Create frontend specification - A frontend specification is needed to allow for multiple people working on the frontend at different times to still understand the structure of the program
non_defect
create frontend specification a frontend specification is needed to allow for multiple people working on the frontend at different times to still understand the structure of the program
0
20,402
3,352,902,842
IssuesEvent
2015-11-18 01:21:08
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
execution.mapUri doesn't on Windows for dart:* uris
analyzer-server area-analyzer Priority-Medium Type-Defect
From Alex: Breakpoints in SDK files do not work for me because execution_mapUri(1, "C:\dart\dart-1.14-fake\lib\core\print.dart", null) returns file:///C:/dart/dart-1.14-fake/lib/core/print.dart instead of dart:core/print.dart. Server bug? Source:https://github.com/JetBrains/intellij-plugins/pull/298#issuecomment-155...
1.0
execution.mapUri doesn't on Windows for dart:* uris - From Alex: Breakpoints in SDK files do not work for me because execution_mapUri(1, "C:\dart\dart-1.14-fake\lib\core\print.dart", null) returns file:///C:/dart/dart-1.14-fake/lib/core/print.dart instead of dart:core/print.dart. Server bug? Source:https://github.c...
defect
execution mapuri doesn t on windows for dart uris from alex breakpoints in sdk files do not work for me because execution mapuri c dart dart fake lib core print dart null returns file c dart dart fake lib core print dart instead of dart core print dart server bug source
1
58,385
16,519,059,154
IssuesEvent
2021-05-26 12:49:00
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
Minimize with trust-constr method leads to TypeError if option verbose is set to 2 or 3
defect scipy.optimize
When I changed the minimize method to "trust-constr" I got the TypeError. TypeError does not appear if verbose is set to 0 or 1. #### Reproducing code example: ```python cons = ({'type':'ineq','fun': lambda params: params[31]},\ {'type':'ineq','fun': lambda params: params[-1]}) opts = {'maxiter': 100...
1.0
Minimize with trust-constr method leads to TypeError if option verbose is set to 2 or 3 - When I changed the minimize method to "trust-constr" I got the TypeError. TypeError does not appear if verbose is set to 0 or 1. #### Reproducing code example: ```python cons = ({'type':'ineq','fun': lambda params: params[31...
defect
minimize with trust constr method leads to typeerror if option verbose is set to or when i changed the minimize method to trust constr i got the typeerror typeerror does not appear if verbose is set to or reproducing code example python cons type ineq fun lambda params params ...
1
74,882
25,382,075,834
IssuesEvent
2022-11-21 18:24:42
networkx/networkx
https://api.github.com/repos/networkx/networkx
closed
Potential bug in connected_double_edge_swap
Defect
The following test case failed during a `pytest-randomly` workflow: https://github.com/networkx/networkx/blob/895963729231fe02153afe92ecc946a400247f1d/networkx/algorithms/tests/test_swap.py#L37-L39 I was able to reproduce locally on `main` by running interactively. When running without a `seed`, I occasionally ge...
1.0
Potential bug in connected_double_edge_swap - The following test case failed during a `pytest-randomly` workflow: https://github.com/networkx/networkx/blob/895963729231fe02153afe92ecc946a400247f1d/networkx/algorithms/tests/test_swap.py#L37-L39 I was able to reproduce locally on `main` by running interactively. Wh...
defect
potential bug in connected double edge swap the following test case failed during a pytest randomly workflow i was able to reproduce locally on main by running interactively when running without a seed i occasionally get instead of this is also reproducible when seeded python g ...
1
288,382
24,902,009,152
IssuesEvent
2022-10-28 22:11:13
Moonshine-IDE/Moonshine-IDE
https://api.github.com/repos/Moonshine-IDE/Moonshine-IDE
closed
TypeError in application menus
bug test ready haxe
``` : Error #1009 : TypeError: Error #1009 : at actionScripts.plugin.recentlyOpened::RecentlyOpenedPlugin/openRecentItem() : at actionScripts.plugin.recentlyOpened::RecentlyOpenedPlugin/onOpenRecentProject() : at flash.events::EventDispatcher/dispatchEvent() : at components.views.splashscreen::Spl...
1.0
TypeError in application menus - ``` : Error #1009 : TypeError: Error #1009 : at actionScripts.plugin.recentlyOpened::RecentlyOpenedPlugin/openRecentItem() : at actionScripts.plugin.recentlyOpened::RecentlyOpenedPlugin/onOpenRecentProject() : at flash.events::EventDispatcher/dispatchEvent() : at c...
non_defect
typeerror in application menus error typeerror error at actionscripts plugin recentlyopened recentlyopenedplugin openrecentitem at actionscripts plugin recentlyopened recentlyopenedplugin onopenrecentproject at flash events eventdispatcher dispatchevent at compone...
0
50,302
13,187,432,642
IssuesEvent
2020-08-13 03:23:47
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
steamshovel.qrc and symlinks (Trac #489)
Migrated from Trac combo core defect
From Martin Wolf: I just encountered an unusual compilation error when compiling streamshovel in offline-software trunk when using a symlink for the steamshovel directory in the meta-project's source direcory: make[2]: *** No rule to make target `/home/mwolf/software/meta-projects/offline-software/trunk/src/steamshov...
1.0
steamshovel.qrc and symlinks (Trac #489) - From Martin Wolf: I just encountered an unusual compilation error when compiling streamshovel in offline-software trunk when using a symlink for the steamshovel directory in the meta-project's source direcory: make[2]: *** No rule to make target `/home/mwolf/software/meta-pr...
defect
steamshovel qrc and symlinks trac from martin wolf i just encountered an unusual compilation error when compiling streamshovel in offline software trunk when using a symlink for the steamshovel directory in the meta project s source direcory make no rule to make target home mwolf software meta projec...
1
117,928
25,216,717,437
IssuesEvent
2022-11-14 09:42:30
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
[Factions] Cultist Robes overlaps Diving Suit Helmet
Bug Code Design
### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? Whilst wearing the Cultist Robes and a Combat Diving Suit, the hood overlaps with the helmet. This is represented below. ![image](https://user-image...
1.0
[Factions] Cultist Robes overlaps Diving Suit Helmet - ### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [ ] My issue happened while using mods. ### What happened? Whilst wearing the Cultist Robes and a Combat Diving Suit, the hood overlaps with the helmet. Th...
non_defect
cultist robes overlaps diving suit helmet disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened whilst wearing the cultist robes and a combat diving suit the hood overlaps with the helmet this is represe...
0
606,814
18,768,803,239
IssuesEvent
2021-11-06 12:43:33
logseq/logseq
https://api.github.com/repos/logseq/logseq
closed
[0.4.5] all links of the pages which have ':' in title are broken after update
bug priority-A
**Describe the bug** Page link which have ':' in the title, are not properly linked, and redirected to run "Open Apps with.." in Windows. **To Reproduce** Steps to reproduce the behavior: 1. Create a page, and change title to insert colon 2. link the page from anothe page. 3. click the link **Expected behavi...
1.0
[0.4.5] all links of the pages which have ':' in title are broken after update - **Describe the bug** Page link which have ':' in the title, are not properly linked, and redirected to run "Open Apps with.." in Windows. **To Reproduce** Steps to reproduce the behavior: 1. Create a page, and change title to insert ...
non_defect
all links of the pages which have in title are broken after update describe the bug page link which have in the title are not properly linked and redirected to run open apps with in windows to reproduce steps to reproduce the behavior create a page and change title to insert colon ...
0
57,975
16,237,997,033
IssuesEvent
2021-05-07 05:00:08
navilg/easyawscli
https://api.github.com/repos/navilg/easyawscli
opened
SSL validation failed for https://sts.amazonaws.com/ [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certif icate in certificate chain (_ssl.c:1123) : SSLError Login Failed
Defect
This issue is intermittent
1.0
SSL validation failed for https://sts.amazonaws.com/ [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certif icate in certificate chain (_ssl.c:1123) : SSLError Login Failed - This issue is intermittent
defect
ssl validation failed for certificate verify failed self signed certif icate in certificate chain ssl c sslerror login failed this issue is intermittent
1
49,361
13,186,638,392
IssuesEvent
2020-08-13 00:49:58
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
CoincSuite go through the FIXME's (Trac #1233)
Incomplete Migration Migrated from Trac combo reconstruction defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1233">https://code.icecube.wisc.edu/ticket/1233</a>, reported by jtatar and owned by </em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", "description": "There are several FIXME's. Pleas...
1.0
CoincSuite go through the FIXME's (Trac #1233) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1233">https://code.icecube.wisc.edu/ticket/1233</a>, reported by jtatar and owned by </em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", ...
defect
coincsuite go through the fixme s trac migrated from json status closed changetime description there are several fixme s please make the intended changes so the fixme s would go away n nprivate test coincsuitehelperstest cxx nprivate coincsuite lib parti...
1
41,168
10,321,569,436
IssuesEvent
2019-08-31 03:21:13
ascott18/TellMeWhen
https://api.github.com/repos/ascott18/TellMeWhen
opened
[Bug] Classic LUA error
defect
**What version of TellMeWhen are you using? ** <!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. --> 8.6.8 Classic **What steps will reproduce the problem?** 1. Create icon with check cast bar for interrupt able <!-- Add more steps if needed --> **Additional Info** ...
1.0
[Bug] Classic LUA error - **What version of TellMeWhen are you using? ** <!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. --> 8.6.8 Classic **What steps will reproduce the problem?** 1. Create icon with check cast bar for interrupt able <!-- Add more steps if needed -...
defect
classic lua error what version of tellmewhen are you using classic what steps will reproduce the problem create icon with check cast bar for interrupt able additional info interface addons tellmewhen components core icon lua attempt to register unknown event unit s...
1
46,544
13,055,930,503
IssuesEvent
2020-07-30 03:09:12
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[steamshovel] bubbles-artist does not refresh on missing key (Trac #1402)
Incomplete Migration Migrated from Trac combo core defect
Migrated from https://code.icecube.wisc.edu/ticket/1402 ```json { "status": "closed", "changetime": "2016-03-18T21:14:08", "description": "When cycling through frames and a key is visualized with an artist (hit-bubbles), which is not present in a following frame, the visual information of the previous fra...
1.0
[steamshovel] bubbles-artist does not refresh on missing key (Trac #1402) - Migrated from https://code.icecube.wisc.edu/ticket/1402 ```json { "status": "closed", "changetime": "2016-03-18T21:14:08", "description": "When cycling through frames and a key is visualized with an artist (hit-bubbles), which is ...
defect
bubbles artist does not refresh on missing key trac migrated from json status closed changetime description when cycling through frames and a key is visualized with an artist hit bubbles which is not present in a following frame the visual information of the p...
1
23,255
10,863,563,830
IssuesEvent
2019-11-14 15:20:28
status-im/nim-beacon-chain
https://api.github.com/repos/status-im/nim-beacon-chain
opened
[Security] Harden against seemingly valid BLS signature
security
The following snippet will be parsed as a valid BLS signature but will be initialized as the infinity point: ```Nim import blscurve let sigbytes = @[byte 217, 149, 255, 97, 73, 133, 236, 43, 248, 34, 30, 10, 15, 45, 82, 72, 243, 179, 53, 17, 27, 17, 248, 180, 7, 92, 200, 153, 11, 3, 111, 137, 124, 171, 29, 218, ...
True
[Security] Harden against seemingly valid BLS signature - The following snippet will be parsed as a valid BLS signature but will be initialized as the infinity point: ```Nim import blscurve let sigbytes = @[byte 217, 149, 255, 97, 73, 133, 236, 43, 248, 34, 30, 10, 15, 45, 82, 72, 243, 179, 53, 17, 27, 17, 248, ...
non_defect
harden against seemingly valid bls signature the following snippet will be parsed as a valid bls signature but will be initialized as the infinity point nim import blscurve let sigbytes var sig signature let success init sig sigbytes echo success echo sig see also
0
20,366
3,348,769,648
IssuesEvent
2015-11-17 04:41:01
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Code highlight stops working in DartEditor
area-analyzer NeedsInfo Priority-Medium resolution-assumed-stale Type-Defect
*This issue was originally filed by regardingSc...&#064;gmail.com* _____ **What steps will reproduce the problem?** 1. Code for ~ 30 minutes in several project 2. Change files or comment and then uncomment code blocks / rows **3.** **What is the expected output? What do you see instead?** DartEditor should be able to ...
1.0
Code highlight stops working in DartEditor - *This issue was originally filed by regardingSc...&#064;gmail.com* _____ **What steps will reproduce the problem?** 1. Code for ~ 30 minutes in several project 2. Change files or comment and then uncomment code blocks / rows **3.** **What is the expected output? What do you...
defect
code highlight stops working in darteditor this issue was originally filed by regardingsc gmail com what steps will reproduce the problem code for minutes in several project change files or comment and then uncomment code blocks rows what is the expected output what do you se...
1
37,107
8,244,387,515
IssuesEvent
2018-09-11 06:01:54
CenturyLinkCloud/mdw
https://api.github.com/repos/CenturyLinkCloud/mdw
closed
Task instance failing when rule based prioritization strategy is speciified
defect
getting below error because the package name of RulesBasedRoutingStrategy is different .11:56:10.738 p29329940.10002 a13.10020] Activity started - Aprilia Fallout Task [(s)20180905.11:56:10.937 ~1467] com.centurylink.mdw.workflow.task.strategy.RulesBasedRoutingStrategy com.centurylink.mdw.activity.ActivityExceptio...
1.0
Task instance failing when rule based prioritization strategy is speciified - getting below error because the package name of RulesBasedRoutingStrategy is different .11:56:10.738 p29329940.10002 a13.10020] Activity started - Aprilia Fallout Task [(s)20180905.11:56:10.937 ~1467] com.centurylink.mdw.workflow.task.str...
defect
task instance failing when rule based prioritization strategy is speciified getting below error because the package name of rulesbasedroutingstrategy is different activity started aprilia fallout task com centurylink mdw workflow task strategy rulesbasedroutingstrategy com centurylink mdw a...
1
10,419
2,622,151,466
IssuesEvent
2015-03-04 00:06:20
byzhang/lh-vim
https://api.github.com/repos/byzhang/lh-vim
closed
lhBrackets requires lh-dev
auto-migrated lhBrackets Priority-Medium Type-Defect
``` after/ftplugin/c/c_brackets.vim from lhBrackets/lh-map-tools uses lh#dev#option#get and thus generates some errors when opening/creating c files while brackets-addon-info.txt is missing the dependency on lh-dev ``` Original issue reported on code.google.com by `tiziano....@gmail.com` on 28 Jun 2012 at 7:22
1.0
lhBrackets requires lh-dev - ``` after/ftplugin/c/c_brackets.vim from lhBrackets/lh-map-tools uses lh#dev#option#get and thus generates some errors when opening/creating c files while brackets-addon-info.txt is missing the dependency on lh-dev ``` Original issue reported on code.google.com by `tiziano....@gmail.com`...
defect
lhbrackets requires lh dev after ftplugin c c brackets vim from lhbrackets lh map tools uses lh dev option get and thus generates some errors when opening creating c files while brackets addon info txt is missing the dependency on lh dev original issue reported on code google com by tiziano gmail com ...
1
157,277
19,957,081,196
IssuesEvent
2022-01-28 01:22:21
panasalap/linux-4.1.15
https://api.github.com/repos/panasalap/linux-4.1.15
opened
CVE-2017-8797 (High) detected in linux-yocto-4.1v4.1.17
security vulnerability
## CVE-2017-8797 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no description]</p> <p>Library home page: <a href=https://git.yoctopro...
True
CVE-2017-8797 (High) detected in linux-yocto-4.1v4.1.17 - ## CVE-2017-8797 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yocto-4.1v4.1.17</b></p></summary> <p> <p>[no descripti...
non_defect
cve high detected in linux yocto cve high severity vulnerability vulnerable library linux yocto library home page a href found in base branch master vulnerable source files vulnerability details the server in t...
0
61,278
17,023,655,394
IssuesEvent
2021-07-03 03:07:58
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Navigating away from PL2 gives confusing message
Component: website Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 6.45pm, Tuesday, 30th November 2010]** When navigating away from Potlatch 2 with unsaved changes, the website produces the following confusing message: To save in Potlatch, you should deselect the current way or point, if editing in live mode, or click save if you...
1.0
Navigating away from PL2 gives confusing message - **[Submitted to the original trac issue database at 6.45pm, Tuesday, 30th November 2010]** When navigating away from Potlatch 2 with unsaved changes, the website produces the following confusing message: To save in Potlatch, you should deselect the current way or p...
defect
navigating away from gives confusing message when navigating away from potlatch with unsaved changes the website produces the following confusing message to save in potlatch you should deselect the current way or point if editing in live mode or click save if you have a save button potlatch d...
1
70,125
22,956,985,779
IssuesEvent
2022-07-19 12:28:51
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
hazelcast map cas remove return false,but the map contain the removed obj
Type: Defect Team: Core Source: Community Module: IMap
We used hazelcast version 3.12.7, create map with object memory format. There are two nodes in our cluster. Initialize the data when there are two nodes, and then close one node to remove the map's data. removal failed, but in fact, there is this object in the map. Get can also return the equal same object. ```java ...
1.0
hazelcast map cas remove return false,but the map contain the removed obj - We used hazelcast version 3.12.7, create map with object memory format. There are two nodes in our cluster. Initialize the data when there are two nodes, and then close one node to remove the map's data. removal failed, but in fact, there is th...
defect
hazelcast map cas remove return false but the map contain the removed obj we used hazelcast version create map with object memory format there are two nodes in our cluster initialize the data when there are two nodes and then close one node to remove the map s data removal failed but in fact there is thi...
1
12,677
4,513,659,075
IssuesEvent
2016-09-04 12:15:55
owncloud/gallery
https://api.github.com/repos/owncloud/gallery
closed
GDrive-like grid view
coder wanted enhancement sponsor needed
For me would be great having the possibility to have a grid view similar to the Google Drive one with nice cropped image that share the same size. I think it's an elegant and efficient way to look at the image thumbnails. *Gallery+* <img width="341" alt="screen shot 2016-01-07 at 12 28 50" src="https://cloud.githu...
1.0
GDrive-like grid view - For me would be great having the possibility to have a grid view similar to the Google Drive one with nice cropped image that share the same size. I think it's an elegant and efficient way to look at the image thumbnails. *Gallery+* <img width="341" alt="screen shot 2016-01-07 at 12 28 50"...
non_defect
gdrive like grid view for me would be great having the possibility to have a grid view similar to the google drive one with nice cropped image that share the same size i think it s an elegant and efficient way to look at the image thumbnails gallery img width alt screen shot at src ...
0
207,216
23,434,916,465
IssuesEvent
2022-08-15 08:44:31
Gal-Doron/Baragon-36
https://api.github.com/repos/Gal-Doron/Baragon-36
opened
jetty-server-9.4.18.v20190429.jar: 5 vulnerabilities (highest severity is: 7.5)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.18.v20190429.jar</b></p></summary> <p>The core jetty server artifact.</p> <p>Library home page: <a href="http://www.eclipse.org/jetty">http://www.ecl...
True
jetty-server-9.4.18.v20190429.jar: 5 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.18.v20190429.jar</b></p></summary> <p>The core jetty server artifac...
non_defect
jetty server jar vulnerabilities highest severity is vulnerable library jetty server jar the core jetty server artifact library home page a href path to dependency file baragondata pom xml path to vulnerable library home wss scanner repository org eclipse jetty ...
0
18,916
3,098,700,070
IssuesEvent
2015-08-28 12:54:33
simulationcraft/simc
https://api.github.com/repos/simulationcraft/simc
closed
Can sim others, but not main character
Status-New Type-Defect
Originally reported on Google Code with ID 2604 ``` IF RUNNING FROM THE GUI, PLEASE ATTACH (or Cut-N-Paste contents) OF simc_gui.simc FILE. THIS WILL ENABLE TO US TO REPRODUCE THE PROBLEM. What steps will reproduce the problem? 1. Importing character from armory 2. Running simulation 3. "Simulationcraft is has sto...
1.0
Can sim others, but not main character - Originally reported on Google Code with ID 2604 ``` IF RUNNING FROM THE GUI, PLEASE ATTACH (or Cut-N-Paste contents) OF simc_gui.simc FILE. THIS WILL ENABLE TO US TO REPRODUCE THE PROBLEM. What steps will reproduce the problem? 1. Importing character from armory 2. Running s...
defect
can sim others but not main character originally reported on google code with id if running from the gui please attach or cut n paste contents of simc gui simc file this will enable to us to reproduce the problem what steps will reproduce the problem importing character from armory running simu...
1
44,274
12,101,433,255
IssuesEvent
2020-04-20 15:12:28
codesmithtools/Templates
https://api.github.com/repos/codesmithtools/Templates
closed
Add identification to be a default route parameter
Framework-PLINQOEF Type-Defect auto-migrated stale
``` routes.MapHttpRoute( name: "DefaultApi", routeTemplate: "api/{controller}/{identification}", defaults: new { identification = RouteParameter.Optional } ); ``` Original issue reported on code.google.com by `bniemyjski` on 6 May 2014 at 6:55
1.0
Add identification to be a default route parameter - ``` routes.MapHttpRoute( name: "DefaultApi", routeTemplate: "api/{controller}/{identification}", defaults: new { identification = RouteParameter.Optional } ); ``` Original issue reported on code.google.com by `bniemyjski` on 6 May 2014 at 6:55
defect
add identification to be a default route parameter routes maphttproute name defaultapi routetemplate api controller identification defaults new identification routeparameter optional original issue reported on code google com by bniemyjski on may at
1
46,505
13,055,923,236
IssuesEvent
2020-07-30 03:07:56
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
[simulation] release notes not up to date (Trac #1325)
Incomplete Migration Migrated from Trac combo simulation defect
Migrated from https://code.icecube.wisc.edu/ticket/1325 ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "The simulation meta-project trunk release notes only goes up to V04-01-07. I've seen release notes for versions past that, so we're out of sync. Fix that.", "rep...
1.0
[simulation] release notes not up to date (Trac #1325) - Migrated from https://code.icecube.wisc.edu/ticket/1325 ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "The simulation meta-project trunk release notes only goes up to V04-01-07. I've seen release notes for versio...
defect
release notes not up to date trac migrated from json status closed changetime description the simulation meta project trunk release notes only goes up to i ve seen release notes for versions past that so we re out of sync fix that reporter da...
1
703,669
24,169,947,455
IssuesEvent
2022-09-22 18:15:06
cloudflare/cloudflared
https://api.github.com/repos/cloudflare/cloudflared
closed
🐛High CPU utilization with latest version 2022.9.0 on ARM64 - Raspberry Pi 4B
Type: Bug Priority: Normal
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Cloudflare Zero Trust 2. Latest ARM64 Container 3. High CPU utilization than previous version If it's an issue with Cloudflare Tunnel: 4. Tunnel ID : 58d7dfc2-9105-4414-90f3-7979f05...
1.0
🐛High CPU utilization with latest version 2022.9.0 on ARM64 - Raspberry Pi 4B - **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Cloudflare Zero Trust 2. Latest ARM64 Container 3. High CPU utilization than previous version If it'...
non_defect
🐛high cpu utilization with latest version on raspberry pi describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior cloudflare zero trust latest container high cpu utilization than previous version if it s an issue w...
0
34,022
7,327,200,007
IssuesEvent
2018-03-04 06:53:07
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
hyp0f1 and struveh/struvel test failures
defect scipy.special
With the 0.18.0rc2 32-bit Linux wheel from PyPI: ``` ====================================================================== FAIL: test_mpmath.TestSystematic.test_hyp0f1_complex ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/rgommers/.local/lib/py...
1.0
hyp0f1 and struveh/struvel test failures - With the 0.18.0rc2 32-bit Linux wheel from PyPI: ``` ====================================================================== FAIL: test_mpmath.TestSystematic.test_hyp0f1_complex ---------------------------------------------------------------------- Traceback (most recent call ...
defect
and struveh struvel test failures with the bit linux wheel from pypi fail test mpmath testsystematic test complex traceback most recent call last file ...
1
166,391
6,303,927,209
IssuesEvent
2017-07-21 14:48:38
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[search] Log levels in Search are too high
enhancement Priority: Low
Please go through the logs in Search and tone down to more realistic/meaningful levels. For example: [ERROR] 2017-04-07 18:43:48,392 [ajp-nio-8009-exec-7] [search.SearchServiceImpl] | Creating search index for site:123 Many logs with regard to insertion/deletion of elements are at INFO when perhaps they should be...
1.0
[search] Log levels in Search are too high - Please go through the logs in Search and tone down to more realistic/meaningful levels. For example: [ERROR] 2017-04-07 18:43:48,392 [ajp-nio-8009-exec-7] [search.SearchServiceImpl] | Creating search index for site:123 Many logs with regard to insertion/deletion of ele...
non_defect
log levels in search are too high please go through the logs in search and tone down to more realistic meaningful levels for example creating search index for site many logs with regard to insertion deletion of elements are at info when perhaps they should be debug ping me to dis...
0
497,767
14,384,084,276
IssuesEvent
2020-12-02 09:59:37
wso2/carbon-apimgt
https://api.github.com/repos/wso2/carbon-apimgt
opened
Error Maven install
Docs/Has Impact Priority/Normal Type/Docs
### Description: command: mvn clean install but Its not working, its display me bellow error: [ERROR] Failed to execute goal on project org.wso2.carbon.apimgt.impl: Could not resolve dependencies for project org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.impl:bundle:6.8.112-SNAPSHOT: Failed to collect dependencies ...
1.0
Error Maven install - ### Description: command: mvn clean install but Its not working, its display me bellow error: [ERROR] Failed to execute goal on project org.wso2.carbon.apimgt.impl: Could not resolve dependencies for project org.wso2.carbon.apimgt:org.wso2.carbon.apimgt.impl:bundle:6.8.112-SNAPSHOT: Failed to...
non_defect
error maven install description command mvn clean install but its not working its display me bellow error failed to execute goal on project org carbon apimgt impl could not resolve dependencies for project org carbon apimgt org carbon apimgt impl bundle snapshot failed to collect dependen...
0
42,827
22,956,033,986
IssuesEvent
2022-07-19 11:39:43
umbraco/Umbraco-CMS
https://api.github.com/repos/umbraco/Umbraco-CMS
closed
Save space / memory by storing True/False values in a bit null column in the cmsPropertyData table
community/up-for-grabs category/performance type/feature status/stale
A brief description of your feature request goes here. Feature request: Save space / memory by storing True/False values in a bit nullcolumn in the cmsPropertyData table. Currently true/false values are stored in an int column which wastes ~30bits per record. I've saved ~40mb of memory by converting the int's to bo...
True
Save space / memory by storing True/False values in a bit null column in the cmsPropertyData table - A brief description of your feature request goes here. Feature request: Save space / memory by storing True/False values in a bit nullcolumn in the cmsPropertyData table. Currently true/false values are stored in an...
non_defect
save space memory by storing true false values in a bit null column in the cmspropertydata table a brief description of your feature request goes here feature request save space memory by storing true false values in a bit nullcolumn in the cmspropertydata table currently true false values are stored in an...
0
12,628
2,712,177,008
IssuesEvent
2015-04-09 12:08:57
xgenvn/android-vnc-server
https://api.github.com/repos/xgenvn/android-vnc-server
closed
Compile error with android 2.3.4
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. cd android-vnc-server 2. mm target Executable: androidvncserver (out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LIN KED/androidvncserver) prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/../../ ../../arm-eabi/bin/ld: o...
1.0
Compile error with android 2.3.4 - ``` What steps will reproduce the problem? 1. cd android-vnc-server 2. mm target Executable: androidvncserver (out/target/product/ti814xevm/obj/EXECUTABLES/androidvncserver_intermediates/LIN KED/androidvncserver) prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4...
defect
compile error with android what steps will reproduce the problem cd android vnc server mm target executable androidvncserver out target product obj executables androidvncserver intermediates lin ked androidvncserver prebuilt linux toolchain arm eabi bin lib gcc arm eabi ...
1
321,558
9,805,367,449
IssuesEvent
2019-06-12 08:50:10
gilde-der-nacht/website
https://api.github.com/repos/gilde-der-nacht/website
closed
feedback rollenspieltage.ch v1.0
bug top priority
- [x] after sending form, you are redirectet to https://gildedernacht.ch/contact/ but correct would be http://rollenspieltage.ch/contact/ - [x] footer on mobile doesn’t work: Facebook logo is overflowing, social logos hover effect renders underline - [x] manual line-break in headline doesn’t look good on mobile: remo...
1.0
feedback rollenspieltage.ch v1.0 - - [x] after sending form, you are redirectet to https://gildedernacht.ch/contact/ but correct would be http://rollenspieltage.ch/contact/ - [x] footer on mobile doesn’t work: Facebook logo is overflowing, social logos hover effect renders underline - [x] manual line-break in headlin...
non_defect
feedback rollenspieltage ch after sending form you are redirectet to but correct would be footer on mobile doesn’t work facebook logo is overflowing social logos hover effect renders underline manual line break in headline doesn’t look good on mobile remove manual line break table open...
0
73,675
14,113,433,379
IssuesEvent
2020-11-07 11:14:05
pygame/pygame
https://api.github.com/repos/pygame/pygame
closed
Should music.get_busy() detect pause or get_paused() be added?
C code Difficulty: Easy docs enhancement mixer.music
There is no way currently to detect if mixer.music is actually playing. get_busy() returns true when music is paused. Will using SDL_MixPausedMusic() to detect paused music in mixer.music.get_busy() adversely effect legacy code? I don't think it will. Should get_paused() be added? I think the above is better. ...
1.0
Should music.get_busy() detect pause or get_paused() be added? - There is no way currently to detect if mixer.music is actually playing. get_busy() returns true when music is paused. Will using SDL_MixPausedMusic() to detect paused music in mixer.music.get_busy() adversely effect legacy code? I don't think it will. ...
non_defect
should music get busy detect pause or get paused be added there is no way currently to detect if mixer music is actually playing get busy returns true when music is paused will using sdl mixpausedmusic to detect paused music in mixer music get busy adversely effect legacy code i don t think it will ...
0
56,081
14,924,121,779
IssuesEvent
2021-01-23 22:08:51
colour-science/colour
https://api.github.com/repos/colour-science/colour
closed
DaVinci Wide Gamut - Primaries from White Paper
API Defect Minor
Hi, The DaVinci Wide Gamut Primaries are wrong in your implementation. Here the correct one from the Official White Paper. red | 0.8000 | 0.3130 green | 0.1618 | 0.9877 blue | 0.0790 | -0.1155 white | 0.3127 | 0.3290 Hope it's help. Thanks, Fred Savoir https://documents.blackmagicdesign.com/Informatio...
1.0
DaVinci Wide Gamut - Primaries from White Paper - Hi, The DaVinci Wide Gamut Primaries are wrong in your implementation. Here the correct one from the Official White Paper. red | 0.8000 | 0.3130 green | 0.1618 | 0.9877 blue | 0.0790 | -0.1155 white | 0.3127 | 0.3290 Hope it's help. Thanks, Fred Savoir ...
defect
davinci wide gamut primaries from white paper hi the davinci wide gamut primaries are wrong in your implementation here the correct one from the official white paper red green blue white hope it s help thanks fred savoir
1
724,217
24,921,059,150
IssuesEvent
2022-10-30 23:53:46
blocklet/create-blocklet
https://api.github.com/repos/blocklet/create-blocklet
closed
更好的create blocklet 默认 xmark
priority/important-soon
- 一个已经看起来很漂亮并立刻可用的layout - 内容本身是说明性的,引导用户如何修改和配置 - 内容本身带有文档的连接和简单的定制化指引,帮助用户立刻定制和修改
1.0
更好的create blocklet 默认 xmark - - 一个已经看起来很漂亮并立刻可用的layout - 内容本身是说明性的,引导用户如何修改和配置 - 内容本身带有文档的连接和简单的定制化指引,帮助用户立刻定制和修改
non_defect
更好的create blocklet 默认 xmark 一个已经看起来很漂亮并立刻可用的layout 内容本身是说明性的,引导用户如何修改和配置 内容本身带有文档的连接和简单的定制化指引,帮助用户立刻定制和修改
0
716,642
24,643,206,879
IssuesEvent
2022-10-17 13:11:32
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.aliexpress.com - see bug description
status-needsinfo browser-firefox priority-important engine-gecko
<!-- @browser: Firefox 105.0.3 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 --> <!-- @reported_with: unknown --> **URL**: https://www.aliexpress.com **Browser / Version**: Firefox 105.0.3 **Operating System**: Windows 11 **Tested ...
1.0
www.aliexpress.com - see bug description - <!-- @browser: Firefox 105.0.3 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 --> <!-- @reported_with: unknown --> **URL**: https://www.aliexpress.com **Browser / Version**: Firefox 105.0.3...
non_defect
see bug description url browser version firefox operating system windows tested another browser yes chrome problem type something else description drop down menu does not appear when clicking steps to reproduce i tried to click on the drop down menu that all...
0
10,984
2,622,856,593
IssuesEvent
2015-03-04 08:08:05
max99x/dict-lookup-chrome-ext
https://api.github.com/repos/max99x/dict-lookup-chrome-ext
closed
Incorrect frame size due to box-sizing override on some sites
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.Just use it as usually What is the expected output? What do you see instead? - The frame should have rounded corners below, but it doesnt. What version of the product are you using? On what operating system? - Latest Chrome on Windows Please provide any additional informa...
1.0
Incorrect frame size due to box-sizing override on some sites - ``` What steps will reproduce the problem? 1.Just use it as usually What is the expected output? What do you see instead? - The frame should have rounded corners below, but it doesnt. What version of the product are you using? On what operating system? -...
defect
incorrect frame size due to box sizing override on some sites what steps will reproduce the problem just use it as usually what is the expected output what do you see instead the frame should have rounded corners below but it doesnt what version of the product are you using on what operating system ...
1
29,760
5,873,105,735
IssuesEvent
2017-05-15 13:18:46
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Resizing issue with Dialog Positioning
defect invalid
- Using PF 4.0.10 - At the bottom of a very long page add a button that open a dialog. - Click button. Dialog will open. - Resize dialog, dialog will disappear. In fact, the dialog does not disappear, it change the coordinates with strange "top" value (like -2224 for example). I can even reproduce it in Showcase by ...
1.0
Resizing issue with Dialog Positioning - - Using PF 4.0.10 - At the bottom of a very long page add a button that open a dialog. - Click button. Dialog will open. - Resize dialog, dialog will disappear. In fact, the dialog does not disappear, it change the coordinates with strange "top" value (like -2224 for example). ...
defect
resizing issue with dialog positioning using pf at the bottom of a very long page add a button that open a dialog click button dialog will open resize dialog dialog will disappear in fact the dialog does not disappear it change the coordinates with strange top value like for example i ...
1
72,993
24,396,535,349
IssuesEvent
2022-10-04 19:49:25
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
sender_claimed_keys not always included in E2E room key export even though required
T-Defect S-Tolerable A-E2EE A-E2EE-Key-Backup Z-Spec-Compliance O-Uncommon
The spec says it is required https://spec.matrix.org/unstable/client-server-api/#key-export-format and it breaks tools like https://github.com/russelldavies/matrix-archive which expect it to exist https://matrix.to/#/!JiiOHXrIUCtcOJsZCa:matrix.org/$2fsSk0WCGPOUzMOMBJZgyUuA_ZgiQoZHf9o1MbnAudQ?via=matrix.org&via=pri...
1.0
sender_claimed_keys not always included in E2E room key export even though required - The spec says it is required https://spec.matrix.org/unstable/client-server-api/#key-export-format and it breaks tools like https://github.com/russelldavies/matrix-archive which expect it to exist https://matrix.to/#/!JiiOHXrIUCt...
defect
sender claimed keys not always included in room key export even though required the spec says it is required and it breaks tools like which expect it to exist img width src
1
26,672
27,064,622,198
IssuesEvent
2023-02-13 22:53:10
tailscale/tailscale
https://api.github.com/repos/tailscale/tailscale
closed
TS_AUTHKEY doesnt work in a sidecar with containerboot on tailscale/tailscale:latest
OS-kubernetes L1 Very few P2 Aggravating T5 Usability bug
### What is the issue? building a k8s pod with tailscale as a sidecar failed to auth. all the docs and the scripts refer to TS_AUTHKEY. including the docs in tailscale/docs/k8 if you rename TS_AUTHKEY to TS_AUTH_KEY it does work. ### Steps to reproduce you can add command: ["/bin/sh", "-c", "env"] to your k8...
True
TS_AUTHKEY doesnt work in a sidecar with containerboot on tailscale/tailscale:latest - ### What is the issue? building a k8s pod with tailscale as a sidecar failed to auth. all the docs and the scripts refer to TS_AUTHKEY. including the docs in tailscale/docs/k8 if you rename TS_AUTHKEY to TS_AUTH_KEY it does w...
non_defect
ts authkey doesnt work in a sidecar with containerboot on tailscale tailscale latest what is the issue building a pod with tailscale as a sidecar failed to auth all the docs and the scripts refer to ts authkey including the docs in tailscale docs if you rename ts authkey to ts auth key it does work...
0
51,170
13,201,990,439
IssuesEvent
2020-08-14 11:19:30
STEllAR-GROUP/hpx
https://api.github.com/repos/STEllAR-GROUP/hpx
closed
Undefined reference to main build error when HPX_WITH_DYNAMIC_HPX_MAIN=OFF
category: init type: defect
## Expected Behavior I had been using HPX 1.3.0 for my [Blazemark](https://bitbucket.org/blaze-lib/blaze/wiki/Blazemark)(benchmark suite for Blaze) experiments but when I updated HPX I wasn't able to build a benchmark in Blazemark anymore. I had always built HPX with `-DHPX_WITH_DYNAMIC_HPX_MAIN=OFF` for these runs...
1.0
Undefined reference to main build error when HPX_WITH_DYNAMIC_HPX_MAIN=OFF - ## Expected Behavior I had been using HPX 1.3.0 for my [Blazemark](https://bitbucket.org/blaze-lib/blaze/wiki/Blazemark)(benchmark suite for Blaze) experiments but when I updated HPX I wasn't able to build a benchmark in Blazemark anymore. ...
defect
undefined reference to main build error when hpx with dynamic hpx main off expected behavior i had been using hpx for my suite for blaze experiments but when i updated hpx i wasn t able to build a benchmark in blazemark anymore i had always built hpx with dhpx with dynamic hpx main off for these...
1
57,262
15,728,350,083
IssuesEvent
2021-03-29 13:43:43
danmar/testissues
https://api.github.com/repos/danmar/testissues
opened
(style) the scope of variable < > can be limited (Trac #203)
False positive Incomplete Migration Migrated from Trac defect hyd_danmar
Migrated from https://trac.cppcheck.net/ticket/203 ```json { "status": "closed", "changetime": "2009-03-24T19:31:22", "description": "checking the code\n\n{{{\nunsigned short foo()\n{\n test_client CClient;\n\n try\n {\n if (CClient.Open())\n {\n return 0;\n }\n ...
1.0
(style) the scope of variable < > can be limited (Trac #203) - Migrated from https://trac.cppcheck.net/ticket/203 ```json { "status": "closed", "changetime": "2009-03-24T19:31:22", "description": "checking the code\n\n{{{\nunsigned short foo()\n{\n test_client CClient;\n\n try\n {\n if (CC...
defect
style the scope of variable can be limited trac migrated from json status closed changetime description checking the code n n nunsigned short foo n n test client cclient n n try n n if cclient open n n return n...
1
70,453
23,173,329,109
IssuesEvent
2022-07-31 03:14:07
colour-science/colour
https://api.github.com/repos/colour-science/colour
closed
[BUG]: sd_to_XYZ with k=683 is 100x larger than expected
Defect
### Description The constant 683 is often used to convert from a SPD in measurements of radiometric watts to a candela referenced value. In the equation for computing tristimulus values, if the dλ is 1nm, then the provided example code should result in a value close to Y = 683. However, sd_to_XYZ currently returns 68...
1.0
[BUG]: sd_to_XYZ with k=683 is 100x larger than expected - ### Description The constant 683 is often used to convert from a SPD in measurements of radiometric watts to a candela referenced value. In the equation for computing tristimulus values, if the dλ is 1nm, then the provided example code should result in a valu...
defect
sd to xyz with k is larger than expected description the constant is often used to convert from a spd in measurements of radiometric watts to a candela referenced value in the equation for computing tristimulus values if the dλ is then the provided example code should result in a value close to y ...
1
315,815
23,598,947,924
IssuesEvent
2022-08-23 22:32:23
MIT-CAVE/cave_app
https://api.github.com/repos/MIT-CAVE/cave_app
closed
General Documentation Updates
documentation
This should focus on the new `format` functions as well as the App Bar
1.0
General Documentation Updates - This should focus on the new `format` functions as well as the App Bar
non_defect
general documentation updates this should focus on the new format functions as well as the app bar
0
29,886
5,947,946,670
IssuesEvent
2017-05-26 09:50:28
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Resizable columns can break Scrollable DataTable
defect
In cases where scrollWidth is bigger than total column width, table is misaligned like; ```xml <p-dataTable [value]="cars" scrollable="true" scrollHeight="200px" resizableColumns="true"> <p-header>Vertical</p-header> <p-column field="vin" header="Vin" [style]="{width: '25%'}"></p-column> ...
1.0
Resizable columns can break Scrollable DataTable - In cases where scrollWidth is bigger than total column width, table is misaligned like; ```xml <p-dataTable [value]="cars" scrollable="true" scrollHeight="200px" resizableColumns="true"> <p-header>Vertical</p-header> <p-column field="vin" head...
defect
resizable columns can break scrollable datatable in cases where scrollwidth is bigger than total column width table is misaligned like xml vertical
1
643,433
20,957,367,364
IssuesEvent
2022-03-27 09:27:59
cl8n/project-loved-web
https://api.github.com/repos/cl8n/project-loved-web
opened
Nginx doesn't shut down immediately in development build
priority:1
again :upside_down_face: probably indicative of some other more important problem for live
1.0
Nginx doesn't shut down immediately in development build - again :upside_down_face: probably indicative of some other more important problem for live
non_defect
nginx doesn t shut down immediately in development build again upside down face probably indicative of some other more important problem for live
0
37,283
8,328,732,021
IssuesEvent
2018-09-27 02:27:42
netTiers/netTiers
https://api.github.com/repos/netTiers/netTiers
closed
Generating Sub instead of Function
Priority-Medium Type-Defect auto-migrated
``` I have added a stored procedure which executes a select and Returns a dataset. After using NetTiers CodeSmith Generator, a project is created. I searched the project for my new stored procedure. I find the new stored procedure is coded as a subroutine. It should be a function. Given some input the stored p...
1.0
Generating Sub instead of Function - ``` I have added a stored procedure which executes a select and Returns a dataset. After using NetTiers CodeSmith Generator, a project is created. I searched the project for my new stored procedure. I find the new stored procedure is coded as a subroutine. It should be a func...
defect
generating sub instead of function i have added a stored procedure which executes a select and returns a dataset after using nettiers codesmith generator a project is created i searched the project for my new stored procedure i find the new stored procedure is coded as a subroutine it should be a func...
1
456,180
13,146,378,839
IssuesEvent
2020-08-08 09:29:42
wso2/product-apim
https://api.github.com/repos/wso2/product-apim
closed
Tokens cannot be generated with shared scopes
Migration Priority/Normal Type/Bug
### Description: In 2.0 to 3.2 migrated setup tokens cannot be generated from shared scopes. ### Steps to reproduce: 1. Migrate to 3.2 from 2.0 2. Create and Attach a shared scope to an API 3. Subscribe to the API and generate an access token for the shared scope 4. The generated token contains only default sco...
1.0
Tokens cannot be generated with shared scopes - ### Description: In 2.0 to 3.2 migrated setup tokens cannot be generated from shared scopes. ### Steps to reproduce: 1. Migrate to 3.2 from 2.0 2. Create and Attach a shared scope to an API 3. Subscribe to the API and generate an access token for the shared scope ...
non_defect
tokens cannot be generated with shared scopes description in to migrated setup tokens cannot be generated from shared scopes steps to reproduce migrate to from create and attach a shared scope to an api subscribe to the api and generate an access token for the shared scope ...
0
70,945
23,384,712,038
IssuesEvent
2022-08-11 12:50:47
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
opened
Meta Information table in CMS should be marked as presentation
Needs refining ⭐️ Sitewide CMS 508/Accessibility 508-defect-2
## Description On the View screens in the CMS, the meta information is displayed in a table. It seems that the intention of this is for layout purposes in which case the table should be marked with `role="presentation"` to indicate to screen readers that the semantic markup of the table should be ignored. ## Screen...
1.0
Meta Information table in CMS should be marked as presentation - ## Description On the View screens in the CMS, the meta information is displayed in a table. It seems that the intention of this is for layout purposes in which case the table should be marked with `role="presentation"` to indicate to screen readers that...
defect
meta information table in cms should be marked as presentation description on the view screens in the cms the meta information is displayed in a table it seems that the intention of this is for layout purposes in which case the table should be marked with role presentation to indicate to screen readers that...
1
79,656
28,496,030,654
IssuesEvent
2023-04-18 14:17:43
vector-im/element-desktop
https://api.github.com/repos/vector-im/element-desktop
opened
Cannot run Element as root
T-Defect
### Steps to reproduce Launch as root Element with `--no-sandbox` because of electron: >Running as root without `--no-sandbox` is not supported. ### Outcome #### What did you expect? To be able to run Element as root. #### What happened instead? Element doesn't start, I can see a lot of errors with: `FA...
1.0
Cannot run Element as root - ### Steps to reproduce Launch as root Element with `--no-sandbox` because of electron: >Running as root without `--no-sandbox` is not supported. ### Outcome #### What did you expect? To be able to run Element as root. #### What happened instead? Element doesn't start, I can s...
defect
cannot run element as root steps to reproduce launch as root element with no sandbox because of electron running as root without no sandbox is not supported outcome what did you expect to be able to run element as root what happened instead element doesn t start i can s...
1
12,987
2,732,684,681
IssuesEvent
2015-04-17 08:32:25
troessner/reek
https://api.github.com/repos/troessner/reek
closed
Feature Envy reported even when it is reporting Utility Function
defect
For example: class Level1Generator def classes(row, col, value) (row == 1 || col == 1) ? %w[ header ] : [ ] end end Gets both smells. Surely it's not informative to report Feature Envy in this case?
1.0
Feature Envy reported even when it is reporting Utility Function - For example: class Level1Generator def classes(row, col, value) (row == 1 || col == 1) ? %w[ header ] : [ ] end end Gets both smells. Surely it's not informative to report Feature Envy in this case?
defect
feature envy reported even when it is reporting utility function for example class def classes row col value row col w end end gets both smells surely it s not informative to report feature envy in this case
1
169,330
26,781,775,859
IssuesEvent
2023-01-31 21:52:26
google/docsy
https://api.github.com/repos/google/docsy
opened
Drop / inline prepend() SCSS function
design/style cleanup/refactoring e0-minutes breaking change
Consider dropping `prepend()`, in favor of using `join()` directly: https://github.com/google/docsy/blob/c8530e3c891109a416c4ee1746608c33ae636d5e/assets/scss/support/_functions.scss#L3-L5 In doing so we can eliminate https://github.com/google/docsy/blob/main/assets/scss/support/_functions.scss. AFAICT, there is o...
1.0
Drop / inline prepend() SCSS function - Consider dropping `prepend()`, in favor of using `join()` directly: https://github.com/google/docsy/blob/c8530e3c891109a416c4ee1746608c33ae636d5e/assets/scss/support/_functions.scss#L3-L5 In doing so we can eliminate https://github.com/google/docsy/blob/main/assets/scss/suppor...
non_defect
drop inline prepend scss function consider dropping prepend in favor of using join directly in doing so we can eliminate afaict there is only one instance of the call to prepend in docsy scss the other function that was in this file color diff was removed by
0
26,178
4,593,663,528
IssuesEvent
2016-09-21 02:19:30
afisher1/GridLAB-D
https://api.github.com/repos/afisher1/GridLAB-D
closed
#126 Error in convert or complex object,
defect
During revision 145, a bug was introduced. Voltage is output in polar coordinates to the xml file, however, after this revision, its output in rectangular coordinates while still thinking it's in polar. An example output should be +2481+119d. Now it outputs -1224+2158d (this is 2481+119d in polar). ,
1.0
#126 Error in convert or complex object, - During revision 145, a bug was introduced. Voltage is output in polar coordinates to the xml file, however, after this revision, its output in rectangular coordinates while still thinking it's in polar. An example output should be +2481+119d. Now it outputs -1224+2158d (this ...
defect
error in convert or complex object during revision a bug was introduced voltage is output in polar coordinates to the xml file however after this revision its output in rectangular coordinates while still thinking it s in polar an example output should be now it outputs this is in polar ...
1
793,883
28,014,478,265
IssuesEvent
2023-03-27 21:17:53
ledd-23/crowdyy
https://api.github.com/repos/ledd-23/crowdyy
closed
[CRD-18] Research a scheduling algorithm
high priority spike
**What:** A scheduling algorithm mockup with the user's schedule and historical crowd density data as inputs and a new and improved schedule as output. **Why:** Literally the point of the project. **AC:** An viable algorithm and future plannings in the form of new issues.
1.0
[CRD-18] Research a scheduling algorithm - **What:** A scheduling algorithm mockup with the user's schedule and historical crowd density data as inputs and a new and improved schedule as output. **Why:** Literally the point of the project. **AC:** An viable algorithm and future plannings in the form of new issues...
non_defect
research a scheduling algorithm what a scheduling algorithm mockup with the user s schedule and historical crowd density data as inputs and a new and improved schedule as output why literally the point of the project ac an viable algorithm and future plannings in the form of new issues
0
3,895
2,931,629,648
IssuesEvent
2015-06-29 13:39:47
studio107/Mindy_Orm
https://api.github.com/repos/studio107/Mindy_Orm
closed
Ошибка imageField при force => true
Bug Code review
При использовании кода `$model->toArray()` с включенным force => true происходит перебор всех полей и вывод всех значений поля `ImageField`, баг заключается в первую очередь в том, что при `force` `ImageField` берет не оригинальное изображение, а текущее и изменяет его. Решение не работает при изменении размера в больш...
1.0
Ошибка imageField при force => true - При использовании кода `$model->toArray()` с включенным force => true происходит перебор всех полей и вывод всех значений поля `ImageField`, баг заключается в первую очередь в том, что при `force` `ImageField` берет не оригинальное изображение, а текущее и изменяет его. Решение не ...
non_defect
ошибка imagefield при force true при использовании кода model toarray с включенным force true происходит перебор всех полей и вывод всех значений поля imagefield баг заключается в первую очередь в том что при force imagefield берет не оригинальное изображение а текущее и изменяет его решение не ...
0
220,869
24,586,703,813
IssuesEvent
2022-10-13 20:25:48
billmcchesney1/concord
https://api.github.com/repos/billmcchesney1/concord
opened
CVE-2022-37601 (Medium) detected in loader-utils-1.4.0.tgz, loader-utils-1.2.3.tgz
security vulnerability
## CVE-2022-37601 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.4.0.tgz</b>, <b>loader-utils-1.2.3.tgz</b></p></summary> <p> <details><summary><b>loader-utils-1.4....
True
CVE-2022-37601 (Medium) detected in loader-utils-1.4.0.tgz, loader-utils-1.2.3.tgz - ## CVE-2022-37601 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>loader-utils-1.4.0.tgz</b>, <b...
non_defect
cve medium detected in loader utils tgz loader utils tgz cve medium severity vulnerability vulnerable libraries loader utils tgz loader utils tgz loader utils tgz utils for webpack loaders library home page a href path to dependency file ...
0
25,415
18,717,893,983
IssuesEvent
2021-11-03 08:20:24
airyhq/airy
https://api.github.com/repos/airyhq/airy
closed
The CLI status subcommand doesn't work
infrastructure bug cli
## Describe the bug On the latest version (currently 0.32.0) `airy status` generates an error ``` ❌ could not read status: request was unsuccessful. Status code: 403 ``` ## To Reproduce Steps to reproduce the behavior: 1. Get into a workspace 2. Run `airy status` ## Expected behavior The status...
1.0
The CLI status subcommand doesn't work - ## Describe the bug On the latest version (currently 0.32.0) `airy status` generates an error ``` ❌ could not read status: request was unsuccessful. Status code: 403 ``` ## To Reproduce Steps to reproduce the behavior: 1. Get into a workspace 2. Run `airy stat...
non_defect
the cli status subcommand doesn t work describe the bug on the latest version currently airy status generates an error ❌ could not read status request was unsuccessful status code to reproduce steps to reproduce the behavior get into a workspace run airy status ...
0
94,441
8,490,592,789
IssuesEvent
2018-10-27 02:43:50
mono/mono
https://api.github.com/repos/mono/mono
opened
VBCSCompiler cannot create named pipe
epic: Roslyn Tests
If you attempt to use VBCSCompiler from the latest rev of roslyn using latest mono, it hangs attempting to create its shared named pipe over and over: ```RoslynCommandLineLogFile=~/vbcs-log.txt ~/.mono/bin/mono --debug roslyn/Binaries/Debug/Exes/VBCSCompiler/net46/VBCSCompiler.exe -pipename:1024``` ``` --- PID=10197...
1.0
VBCSCompiler cannot create named pipe - If you attempt to use VBCSCompiler from the latest rev of roslyn using latest mono, it hangs attempting to create its shared named pipe over and over: ```RoslynCommandLineLogFile=~/vbcs-log.txt ~/.mono/bin/mono --debug roslyn/Binaries/Debug/Exes/VBCSCompiler/net46/VBCSCompiler.e...
non_defect
vbcscompiler cannot create named pipe if you attempt to use vbcscompiler from the latest rev of roslyn using latest mono it hangs attempting to create its shared named pipe over and over roslyncommandlinelogfile vbcs log txt mono bin mono debug roslyn binaries debug exes vbcscompiler vbcscompiler exe ...
0
47,335
13,056,126,576
IssuesEvent
2020-07-30 03:44:18
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
Time Scroll Bar (Trac #365)
Migrated from Trac defect glshovel
From Boersma's wishlist : The horizontal time slide bar is heavily handicapped, especially for neutrino data sets (for which t=0 sometimes corresponds to the neutrino generation at the North Pole). The easiest fix would be to allow numbers larger than 6 digits for the start time of the time window, this would enable m...
1.0
Time Scroll Bar (Trac #365) - From Boersma's wishlist : The horizontal time slide bar is heavily handicapped, especially for neutrino data sets (for which t=0 sometimes corresponds to the neutrino generation at the North Pole). The easiest fix would be to allow numbers larger than 6 digits for the start time of the ti...
defect
time scroll bar trac from boersma s wishlist the horizontal time slide bar is heavily handicapped especially for neutrino data sets for which t sometimes corresponds to the neutrino generation at the north pole the easiest fix would be to allow numbers larger than digits for the start time of the time...
1
371,746
25,961,881,436
IssuesEvent
2022-12-19 00:40:54
NewPath-Consulting/ez-wildapricot-webdesigner
https://api.github.com/repos/NewPath-Consulting/ez-wildapricot-webdesigner
closed
add documentation on whitelisting any URLs that are referenced by EZ
documentation
There is a new feature in WA that requires whitelisting domains that are used to load external JS scripts. EZ will load external scripts from the code and as a result we need to add those URLs to the whitelist list and describe how to do that for installation purposes.
1.0
add documentation on whitelisting any URLs that are referenced by EZ - There is a new feature in WA that requires whitelisting domains that are used to load external JS scripts. EZ will load external scripts from the code and as a result we need to add those URLs to the whitelist list and describe how to do that for in...
non_defect
add documentation on whitelisting any urls that are referenced by ez there is a new feature in wa that requires whitelisting domains that are used to load external js scripts ez will load external scripts from the code and as a result we need to add those urls to the whitelist list and describe how to do that for in...
0
14,006
2,789,844,281
IssuesEvent
2015-05-08 21:52:01
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
closed
AnnotatedTimeLine doesn't display annotations when loaded from file system.
Priority-Medium Type-Defect
Original [issue 275](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=275) created by orwant on 2010-05-07T13:12:26.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. Look at: http://code.google.com/a...
1.0
AnnotatedTimeLine doesn't display annotations when loaded from file system. - Original [issue 275](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=275) created by orwant on 2010-05-07T13:12:26.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration pag...
defect
annotatedtimeline doesn t display annotations when loaded from file system original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code look at download the attached file notice that the ann...
1
13,568
2,769,950,657
IssuesEvent
2015-05-01 09:00:29
cultibox/cultibox
https://api.github.com/repos/cultibox/cultibox
closed
[cultipi] perte de controle : plug x programme is empty
Component-cultipi Priority-Critical Type-Defect
A 1h la lampe n°3 ne s'est pas allumé. Sur le logiciel, le syno indique en effet que rien ne tourne. La culti semblait fonctionner normalement. L'heure indiqué par le petit logo "lecture" vert en haut à droite du syno m'indiquait l'heure correct. Je m'en suis rendu compte après 1 h du matin, J'ai simpolement fini...
1.0
[cultipi] perte de controle : plug x programme is empty - A 1h la lampe n°3 ne s'est pas allumé. Sur le logiciel, le syno indique en effet que rien ne tourne. La culti semblait fonctionner normalement. L'heure indiqué par le petit logo "lecture" vert en haut à droite du syno m'indiquait l'heure correct. Je m'en s...
defect
perte de controle plug x programme is empty a la lampe n° ne s est pas allumé sur le logiciel le syno indique en effet que rien ne tourne la culti semblait fonctionner normalement l heure indiqué par le petit logo lecture vert en haut à droite du syno m indiquait l heure correct je m en suis rendu...
1
92,971
26,828,424,815
IssuesEvent
2023-02-02 14:27:57
WordPress/developer-blog-content
https://api.github.com/repos/WordPress/developer-blog-content
opened
Tutorial on block deprecation
flow: approved Tutorial Building Blocks
### Discussed in https://github.com/WordPress/developer-blog-content/discussions/67 <div type='discussions-op-text'> <sup>Originally posted by **mburridge** January 26, 2023</sup> If you make a change to the way that a block is rendered you will see the "invalid content" error message after the change. ![this...
1.0
Tutorial on block deprecation - ### Discussed in https://github.com/WordPress/developer-blog-content/discussions/67 <div type='discussions-op-text'> <sup>Originally posted by **mburridge** January 26, 2023</sup> If you make a change to the way that a block is rendered you will see the "invalid content" error mes...
non_defect
tutorial on block deprecation discussed in originally posted by mburridge january if you make a change to the way that a block is rendered you will see the invalid content error message after the change this commonly occurs during development and developers working with bloc...
0
31,293
5,923,738,332
IssuesEvent
2017-05-23 08:44:04
piceaTech/ember-rapid-forms
https://api.github.com/repos/piceaTech/ember-rapid-forms
opened
Build docs automatically
Documentation enhancement
When a new release is made we should publish the current docs with an automatic tool. Examples are: - http://usejsdoc.org/ - https://yui.github.io/yuidoc/
1.0
Build docs automatically - When a new release is made we should publish the current docs with an automatic tool. Examples are: - http://usejsdoc.org/ - https://yui.github.io/yuidoc/
non_defect
build docs automatically when a new release is made we should publish the current docs with an automatic tool examples are
0
695,555
23,863,365,540
IssuesEvent
2022-09-07 08:58:30
threefoldfoundation/www_threefold_io
https://api.github.com/repos/threefoldfoundation/www_threefold_io
closed
threefold.io publish website using zola
priority_critical
- make zola on development branch - publish to /html - get github to use gitpages to show the website - put link from home to gitpages
1.0
threefold.io publish website using zola - - make zola on development branch - publish to /html - get github to use gitpages to show the website - put link from home to gitpages
non_defect
threefold io publish website using zola make zola on development branch publish to html get github to use gitpages to show the website put link from home to gitpages
0
21,193
3,471,090,336
IssuesEvent
2015-12-23 13:13:41
lpechacek/cpuset
https://api.github.com/repos/lpechacek/cpuset
closed
Does not work on Centos7
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? Running as root: 1. untar cset source 2. python setup.py bdist_rpm (fix all problems) 3. python setup.py install 4. Verify cset installed w/o problems run "cset" at command line (no args) correctly get usage statement. 5. Try to list current shields via: cset set -l What i...
1.0
Does not work on Centos7 - ``` What steps will reproduce the problem? Running as root: 1. untar cset source 2. python setup.py bdist_rpm (fix all problems) 3. python setup.py install 4. Verify cset installed w/o problems run "cset" at command line (no args) correctly get usage statement. 5. Try to list current shield...
defect
does not work on what steps will reproduce the problem running as root untar cset source python setup py bdist rpm fix all problems python setup py install verify cset installed w o problems run cset at command line no args correctly get usage statement try to list current shields via ...
1
206,667
16,049,281,322
IssuesEvent
2021-04-22 17:01:38
Interacao-Humano-Computador/2020.2-DefensoriaSP
https://api.github.com/repos/Interacao-Humano-Computador/2020.2-DefensoriaSP
opened
Documento de Relato da Avaliação dos Storyboards
documentation
## Descrição Criação do Documento onde será detalhada a avaliação realizada em relação à técnica de storyboard. ## Tarefas <!-- Descreva as tarefas da issue --> - [ ] Criar documento de Planejamento de Relato da Avaliação do Storyboard - [ ] Detalhar respostas e resultados obtidos - [ ] Revisar documento
1.0
Documento de Relato da Avaliação dos Storyboards - ## Descrição Criação do Documento onde será detalhada a avaliação realizada em relação à técnica de storyboard. ## Tarefas <!-- Descreva as tarefas da issue --> - [ ] Criar documento de Planejamento de Relato da Avaliação do Storyboard - [ ] Detalhar respostas ...
non_defect
documento de relato da avaliação dos storyboards descrição criação do documento onde será detalhada a avaliação realizada em relação à técnica de storyboard tarefas criar documento de planejamento de relato da avaliação do storyboard detalhar respostas e resultados obtidos revisar docume...
0
44,884
12,420,512,257
IssuesEvent
2020-05-23 12:24:46
unixfreaxjp/nanorc
https://api.github.com/repos/unixfreaxjp/nanorc
closed
better PHP config
Priority-Medium Type-Defect auto-migrated
``` I found the php.nanorc's out there lacking, so here's mine. Still working on it but it's fairly good for daily use, at least for me. Thanks. BEGIN-------------------- syntax "php" "\.php[2345s~]?$" ## HTML (assume everything is HTML until proven otherwise) color white,blue "^.+$" ## PHP color white,black start...
1.0
better PHP config - ``` I found the php.nanorc's out there lacking, so here's mine. Still working on it but it's fairly good for daily use, at least for me. Thanks. BEGIN-------------------- syntax "php" "\.php[2345s~]?$" ## HTML (assume everything is HTML until proven otherwise) color white,blue "^.+$" ## PHP col...
defect
better php config i found the php nanorc s out there lacking so here s mine still working on it but it s fairly good for daily use at least for me thanks begin syntax php php html assume everything is html until proven otherwise color white blue php color whit...
1
40,862
10,195,669,121
IssuesEvent
2019-08-12 18:43:20
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
incomplete doc build instructions
Documentation defect
On https://scipy.github.io/devdocs/dev/contributor/rendering_documentation.html, a critical step is missing. The description assumes you've done something like `python setup.py develop` already. I.e. before `make html` or `make html-scipyorg`, make sure that `>>> import scipy` works and picks up the scipy build you are...
1.0
incomplete doc build instructions - On https://scipy.github.io/devdocs/dev/contributor/rendering_documentation.html, a critical step is missing. The description assumes you've done something like `python setup.py develop` already. I.e. before `make html` or `make html-scipyorg`, make sure that `>>> import scipy` works ...
defect
incomplete doc build instructions on a critical step is missing the description assumes you ve done something like python setup py develop already i e before make html or make html scipyorg make sure that import scipy works and picks up the scipy build you are working on this is confusing so clear...
1
22,043
3,590,837,020
IssuesEvent
2016-02-01 08:49:01
excilys/androidannotations
https://api.github.com/repos/excilys/androidannotations
closed
@Background: BackgroundExecutor delay is calculated wrongly. Task is never called.
Defect
There seems to be a bug in `BackgroundExecutor` class. The `remainingDelay` of the next task (same serial) is set wrongly. **To reproduce:** ```java @EActivity public class MainActivity extends AppCompatActivity { private static final String TAG = "APP"; @Override protected void onCreate(Bund...
1.0
@Background: BackgroundExecutor delay is calculated wrongly. Task is never called. - There seems to be a bug in `BackgroundExecutor` class. The `remainingDelay` of the next task (same serial) is set wrongly. **To reproduce:** ```java @EActivity public class MainActivity extends AppCompatActivity { privat...
defect
background backgroundexecutor delay is calculated wrongly task is never called there seems to be a bug in backgroundexecutor class the remainingdelay of the next task same serial is set wrongly to reproduce java eactivity public class mainactivity extends appcompatactivity privat...
1
16,339
20,997,134,722
IssuesEvent
2022-03-29 14:21:20
sjmog/smartflix
https://api.github.com/repos/sjmog/smartflix
opened
Render shows to the homepage
Rails/File processing Rails/Haml
You have just set up a Rails application with a test-driven dummy view! ���� In this challenge, you will update the application so the root route renders the shows from the [provided CSV file](../training-data/netflix_titles.zip). Here's how it should look by the end of this ticket: ![Basic Smartflix homepage with s...
1.0
Render shows to the homepage - You have just set up a Rails application with a test-driven dummy view! ���� In this challenge, you will update the application so the root route renders the shows from the [provided CSV file](../training-data/netflix_titles.zip). Here's how it should look by the end of this ticket: ![...
non_defect
render shows to the homepage you have just set up a rails application with a test driven dummy view ���� in this challenge you will update the application so the root route renders the shows from the training data netflix titles zip here s how it should look by the end of this ticket images smartfl...
0
130,975
18,214,371,654
IssuesEvent
2021-09-30 01:03:34
RG4421/java-slack-sdk
https://api.github.com/repos/RG4421/java-slack-sdk
opened
CVE-2021-37137 (High) detected in multiple libraries
security vulnerability
## CVE-2021-37137 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-codec-4.1.45.Final.jar</b>, <b>netty-codec-4.1.48.Final.jar</b>, <b>netty-codec-4.1.34.Final.jar</b></p></summa...
True
CVE-2021-37137 (High) detected in multiple libraries - ## CVE-2021-37137 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>netty-codec-4.1.45.Final.jar</b>, <b>netty-codec-4.1.48.Final....
non_defect
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries netty codec final jar netty codec final jar netty codec final jar netty codec final jar netty is an asynchronous event driven network application framework for...
0
74,887
25,386,873,707
IssuesEvent
2022-11-21 22:47:06
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Invalid array access in MysqlSchemaDialect::listTablesSql()
defect
### Description The error I snatched from the logs is this: ``` Argument 1 passed to Cake\Database\Driver\Mysql::quoteIdentifier() must be of the type string, null given, called in /var/www/html/squeeze/vendor/cakephp/database/Schema/MysqlSchemaDialect.php on line 45 ``` The code where this occurs is: ``` ...
1.0
Invalid array access in MysqlSchemaDialect::listTablesSql() - ### Description The error I snatched from the logs is this: ``` Argument 1 passed to Cake\Database\Driver\Mysql::quoteIdentifier() must be of the type string, null given, called in /var/www/html/squeeze/vendor/cakephp/database/Schema/MysqlSchemaDialect.p...
defect
invalid array access in mysqlschemadialect listtablessql description the error i snatched from the logs is this argument passed to cake database driver mysql quoteidentifier must be of the type string null given called in var www html squeeze vendor cakephp database schema mysqlschemadialect p...
1
76,581
21,513,222,418
IssuesEvent
2022-04-28 07:29:15
PaddlePaddle/Paddle
https://api.github.com/repos/PaddlePaddle/Paddle
opened
aarch64源码编译paddle报错
status/new-issue type/build
### 问题描述 Issue Description 在 https://hub.docker.com/r/paddlepaddle/paddle/tags?page=1&name=aarch docker镜像包中编译paddle,服务器架构为aarch64,编译部分log如下: ** [ 95%] Built target final_dygraph_node [ 95%] Built target final_dygraph_function [ 95%] Built target parallel_ssa_graph_executor [ 95%] Built target eager_reducer [ 9...
1.0
aarch64源码编译paddle报错 - ### 问题描述 Issue Description 在 https://hub.docker.com/r/paddlepaddle/paddle/tags?page=1&name=aarch docker镜像包中编译paddle,服务器架构为aarch64,编译部分log如下: ** [ 95%] Built target final_dygraph_node [ 95%] Built target final_dygraph_function [ 95%] Built target parallel_ssa_graph_executor [ 95%] Built tar...
non_defect
问题描述 issue description 在 docker镜像包中编译paddle, ,编译部分log如下: built target final dygraph node built target final dygraph function built target parallel ssa graph executor built target eager reducer built target async ssa graph executor built target parallel executor built target executo...
0
81,056
10,091,926,987
IssuesEvent
2019-07-26 15:21:35
elementary/appcenter
https://api.github.com/repos/elementary/appcenter
closed
Update size is no longer helpful with Flatpak
Needs Design
Showing the (potential maximum) size of to-be-installed packages still can make sense, but showing the size for updates is almost always wrong, and wrong by an order of magnitude or more due to the way Flatpak does diff-based updates. I think we should either remove download size information for updates, or better ...
1.0
Update size is no longer helpful with Flatpak - Showing the (potential maximum) size of to-be-installed packages still can make sense, but showing the size for updates is almost always wrong, and wrong by an order of magnitude or more due to the way Flatpak does diff-based updates. I think we should either remove d...
non_defect
update size is no longer helpful with flatpak showing the potential maximum size of to be installed packages still can make sense but showing the size for updates is almost always wrong and wrong by an order of magnitude or more due to the way flatpak does diff based updates i think we should either remove d...
0
324
2,525,529,840
IssuesEvent
2015-01-21 02:02:21
IcecaveStudios/duct
https://api.github.com/repos/IcecaveStudios/duct
closed
Object in nested array discards nested array.
defect semver:patch
# INPUT ```json { "images": [ { "url": "http:\/\/cdn3.independent.ie\/incoming\/article30858802.ece\/d6893\/ALTERNATES\/w50square\/MOL.PNG", "width": 50, "height": 50 } ] } ``` # EXPECTED ``` stdClass Object ( [images] => Array ( stdClass Object ...
1.0
Object in nested array discards nested array. - # INPUT ```json { "images": [ { "url": "http:\/\/cdn3.independent.ie\/incoming\/article30858802.ece\/d6893\/ALTERNATES\/w50square\/MOL.PNG", "width": 50, "height": 50 } ] } ``` # EXPECTED ``` stdClass Object ( [images] ...
defect
object in nested array discards nested array input json images url http independent ie incoming ece alternates mol png width height expected stdclass object array stdclass obje...
1
227,982
17,405,956,299
IssuesEvent
2021-08-03 05:54:44
microsoft/pxt-arcade
https://api.github.com/repos/microsoft/pxt-arcade
closed
No response when clicking task # 2 and task # 4 in Chinese
cs-intro documentation localization
**Describe the bug** No response when clicking **task # 2** and **task # 4** in **Chinese**. **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/courses/csintro1/intro/makecode-orientation 2.Change language to **Chinese** 3.Mouse slide to the bottom 4.Click **task # 2** and **task # 4...
1.0
No response when clicking task # 2 and task # 4 in Chinese - **Describe the bug** No response when clicking **task # 2** and **task # 4** in **Chinese**. **Steps to reproduce the behavior** 1.Navigate to https://arcade.makecode.com/courses/csintro1/intro/makecode-orientation 2.Change language to **Chinese** 3.M...
non_defect
no response when clicking task and task in chinese describe the bug no response when clicking task and task in chinese steps to reproduce the behavior navigate to change language to chinese mouse slide to the bottom click task and task e...
0
14,598
2,829,610,100
IssuesEvent
2015-05-23 02:06:28
awesomebing1/fuzzdb
https://api.github.com/repos/awesomebing1/fuzzdb
closed
http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pc
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf- football-2014-online-tv-pc http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf- football-2014-online-tv-pc What is the expected output? What do you see inst...
1.0
http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf-football-2014-online-tv-pc - ``` What steps will reproduce the problem? 1. 2. 3. http://www.nureyev-medical.org/forum/virginia-tech-vs-duke-live-streaming-ncaaf- football-2014-online-tv-pc http://www.nureyev-medical.org/forum/virginia-tec...
defect
what steps will reproduce the problem football online tv pc football online tv pc what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue reported on...
1