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
67,885
21,220,041,883
IssuesEvent
2022-04-11 11:02:48
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
FTUE confetti is in the background
T-Defect
### Steps to reproduce 1. Create a new account 2. Notice the confetti effect appearing behind the onscreen text ### Outcome #### What did you expect? The confetti effect to render in the foreground in front of any on screen items #### What happened instead? It renders behind ![](https://user-images.githubusercontent.com/1848238/161592569-60c89eca-a0f5-4fc3-9c7a-c9093c203990.gif) ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
FTUE confetti is in the background - ### Steps to reproduce 1. Create a new account 2. Notice the confetti effect appearing behind the onscreen text ### Outcome #### What did you expect? The confetti effect to render in the foreground in front of any on screen items #### What happened instead? It renders behind ![](https://user-images.githubusercontent.com/1848238/161592569-60c89eca-a0f5-4fc3-9c7a-c9093c203990.gif) ### Your phone model _No response_ ### Operating system version _No response_ ### Application version and app store _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
ftue confetti is in the background steps to reproduce create a new account notice the confetti effect appearing behind the onscreen text outcome what did you expect the confetti effect to render in the foreground in front of any on screen items what happened instead it renders behind your phone model no response operating system version no response application version and app store no response homeserver no response will you send logs no
1
9,763
8,703,877,669
IssuesEvent
2018-12-05 17:47:37
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Live SDK Deprecated
app-service-mobile/svc
Live SDK Deprecated but the code sample under Client Flow login with Azure AD still uses it. should be updated to graph API [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 664f306a-a900-e59a-356c-a446bafe98f7 * Version Independent ID: e8ecb2a6-8056-dfd9-be49-646bcbbc7cef * Content: [How to Use Apache Cordova Plugin for Azure Mobile Apps](https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-cordova-how-to-use-client-library#auth) * Content Source: [articles/app-service-mobile/app-service-mobile-cordova-how-to-use-client-library.md](https://github.com/Microsoft/azure-docs/blob/master/articles/app-service-mobile/app-service-mobile-cordova-how-to-use-client-library.md) * Service: **app-service-mobile** * GitHub Login: @conceptdev * Microsoft Alias: **crdun**
1.0
Live SDK Deprecated - Live SDK Deprecated but the code sample under Client Flow login with Azure AD still uses it. should be updated to graph API [Enter feedback here] --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 664f306a-a900-e59a-356c-a446bafe98f7 * Version Independent ID: e8ecb2a6-8056-dfd9-be49-646bcbbc7cef * Content: [How to Use Apache Cordova Plugin for Azure Mobile Apps](https://docs.microsoft.com/en-us/azure/app-service-mobile/app-service-mobile-cordova-how-to-use-client-library#auth) * Content Source: [articles/app-service-mobile/app-service-mobile-cordova-how-to-use-client-library.md](https://github.com/Microsoft/azure-docs/blob/master/articles/app-service-mobile/app-service-mobile-cordova-how-to-use-client-library.md) * Service: **app-service-mobile** * GitHub Login: @conceptdev * Microsoft Alias: **crdun**
non_defect
live sdk deprecated live sdk deprecated but the code sample under client flow login with azure ad still uses it should be updated to graph api document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service app service mobile github login conceptdev microsoft alias crdun
0
36,261
8,069,011,310
IssuesEvent
2018-08-06 02:43:21
congr/world
https://api.github.com/repos/congr/world
closed
LeetCode : 482. License Key Formatting
-LeetCode String
https://leetcode.com/problems/license-key-formatting/description/ ![image](https://user-images.githubusercontent.com/9853714/43694264-703c1c6e-996d-11e8-94d9-e4a2d09de6da.png) Example 1: ``` Input: S = "5F3Z-2e-9-w", K = 4 Output: "5F3Z-2E9W" Explanation: The string S has been split into two parts, each part has 4 characters. Note that the two extra dashes are not needed and can be removed. ``` Example 2: ``` Input: S = "2-5g-3-J", K = 2 Output: "2-5G-3J" Explanation: The string S has been split into three parts, each part has 2 characters except the first part as it could be shorter as mentioned above. ``` Note: The length of string S will not exceed 12,000, and K is a positive integer. String S consists only of alphanumerical characters (a-z and/or A-Z and/or 0-9) and dashes(-). String S is non-empty.
1.0
LeetCode : 482. License Key Formatting - https://leetcode.com/problems/license-key-formatting/description/ ![image](https://user-images.githubusercontent.com/9853714/43694264-703c1c6e-996d-11e8-94d9-e4a2d09de6da.png) Example 1: ``` Input: S = "5F3Z-2e-9-w", K = 4 Output: "5F3Z-2E9W" Explanation: The string S has been split into two parts, each part has 4 characters. Note that the two extra dashes are not needed and can be removed. ``` Example 2: ``` Input: S = "2-5g-3-J", K = 2 Output: "2-5G-3J" Explanation: The string S has been split into three parts, each part has 2 characters except the first part as it could be shorter as mentioned above. ``` Note: The length of string S will not exceed 12,000, and K is a positive integer. String S consists only of alphanumerical characters (a-z and/or A-Z and/or 0-9) and dashes(-). String S is non-empty.
non_defect
leetcode license key formatting example input s w k output explanation the string s has been split into two parts each part has characters note that the two extra dashes are not needed and can be removed example input s j k output explanation the string s has been split into three parts each part has characters except the first part as it could be shorter as mentioned above note the length of string s will not exceed and k is a positive integer string s consists only of alphanumerical characters a z and or a z and or and dashes string s is non empty
0
4,067
2,610,086,847
IssuesEvent
2015-02-26 18:26:23
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳除去脸部痤疮疤痕
auto-migrated Priority-Medium Type-Defect
``` 深圳除去脸部痤疮疤痕【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:15
1.0
深圳除去脸部痤疮疤痕 - ``` 深圳除去脸部痤疮疤痕【深圳韩方科颜全国热线400-869-1818,24 小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:15
defect
深圳除去脸部痤疮疤痕 深圳除去脸部痤疮疤痕【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩�� �秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,� ��方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹 ”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内�� �业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上� ��痘痘。 original issue reported on code google com by szft com on may at
1
6,939
2,610,318,512
IssuesEvent
2015-02-26 19:42:50
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Gameplay Error
auto-migrated Priority-Medium Type-Defect
``` On Sullust (clone wars GC) the light factory only gives you one garrison. And when they're dead no more is comming. The usually just keep spitting out tanks till they're destroyed. Not sure though if this is the case on every planet. ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 5 May 2011 at 9:31
1.0
Gameplay Error - ``` On Sullust (clone wars GC) the light factory only gives you one garrison. And when they're dead no more is comming. The usually just keep spitting out tanks till they're destroyed. Not sure though if this is the case on every planet. ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 5 May 2011 at 9:31
defect
gameplay error on sullust clone wars gc the light factory only gives you one garrison and when they re dead no more is comming the usually just keep spitting out tanks till they re destroyed not sure though if this is the case on every planet original issue reported on code google com by gmail com on may at
1
452,929
13,061,723,703
IssuesEvent
2020-07-30 14:15:45
EBIvariation/trait-curation
https://api.github.com/repos/EBIvariation/trait-curation
opened
Add computation for "needs_import" and "needs_creation" terms
Priority: High Scope: Backend
Ontology terms with status "needs_import" or "needs_creation" need to be automatically moved to "awaiting_import" and "awaiting_creation" status respectively, when their mappings are reviewed.
1.0
Add computation for "needs_import" and "needs_creation" terms - Ontology terms with status "needs_import" or "needs_creation" need to be automatically moved to "awaiting_import" and "awaiting_creation" status respectively, when their mappings are reviewed.
non_defect
add computation for needs import and needs creation terms ontology terms with status needs import or needs creation need to be automatically moved to awaiting import and awaiting creation status respectively when their mappings are reviewed
0
61,943
17,023,815,562
IssuesEvent
2021-07-03 04:00:17
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Polygons not rendering after removing them from relation
Component: osm2pgsql Priority: major Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 7.18pm, Wednesday, 15th August 2012]** Hi, I have some problems [http://www.openstreetmap.org/?lat=49.395441&lon=22.075842&zoom=18&layers=M here]. Some time ago I had a big relation of polygons and multipolygons. I've splited it up by removing all forests from relation and then I've removed that relation too. Now some of these polygons can't show on the map. At my example you can see one polygon visible. I edited it by moving one of its nodes by few millimeters and submited tile for rendering. I use latest version of JOSM. I put it as osm2pgsql in response to [http://help.openstreetmap.org/questions/15074/polygons-not-rendering-after-removing-them-from-multipolygon this question].
1.0
Polygons not rendering after removing them from relation - **[Submitted to the original trac issue database at 7.18pm, Wednesday, 15th August 2012]** Hi, I have some problems [http://www.openstreetmap.org/?lat=49.395441&lon=22.075842&zoom=18&layers=M here]. Some time ago I had a big relation of polygons and multipolygons. I've splited it up by removing all forests from relation and then I've removed that relation too. Now some of these polygons can't show on the map. At my example you can see one polygon visible. I edited it by moving one of its nodes by few millimeters and submited tile for rendering. I use latest version of JOSM. I put it as osm2pgsql in response to [http://help.openstreetmap.org/questions/15074/polygons-not-rendering-after-removing-them-from-multipolygon this question].
defect
polygons not rendering after removing them from relation hi i have some problems some time ago i had a big relation of polygons and multipolygons i ve splited it up by removing all forests from relation and then i ve removed that relation too now some of these polygons can t show on the map at my example you can see one polygon visible i edited it by moving one of its nodes by few millimeters and submited tile for rendering i use latest version of josm i put it as in response to
1
92,293
3,869,489,757
IssuesEvent
2016-04-10 16:46:57
ccrama/Slide
https://api.github.com/repos/ccrama/Slide
closed
Use "view day", "view array", and "view module" icons for album view mode buttons
cosmetic priority: low
I remember seeing one or two people confused about "the shadowbox button being in the album view", and using the first two would arguably be a bit more consistent within albums. I also feel like the "grid" icon is more suited for representing a grid of cells, like in a spreadsheet, as opposed to a grid of things separated by spacing.
1.0
Use "view day", "view array", and "view module" icons for album view mode buttons - I remember seeing one or two people confused about "the shadowbox button being in the album view", and using the first two would arguably be a bit more consistent within albums. I also feel like the "grid" icon is more suited for representing a grid of cells, like in a spreadsheet, as opposed to a grid of things separated by spacing.
non_defect
use view day view array and view module icons for album view mode buttons i remember seeing one or two people confused about the shadowbox button being in the album view and using the first two would arguably be a bit more consistent within albums i also feel like the grid icon is more suited for representing a grid of cells like in a spreadsheet as opposed to a grid of things separated by spacing
0
38,922
9,039,604,223
IssuesEvent
2019-02-10 08:35:43
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
Can anyone fix my problem, Im new and beef will not open :/
Defect
$ cd /usr/share/beef-xss/ ethan@kali2018:/usr/share/beef-xss$ ./beef [ 1:34:13][*] Bind socket [imapeudora1] listening on [0.0.0.0:2000]. [ 1:34:13][*] Browser Exploitation Framework (BeEF) 0.4.7.0-alpha [ 1:34:13] | Twit: @beefproject [ 1:34:13] | Site: http://beefproject.com [ 1:34:13] | Blog: http://blog.beefproject.com [ 1:34:13] |_ Wiki: https://github.com/beefproject/beef/wiki [ 1:34:13][*] Project Creator: Wade Alcorn (@WadeAlcorn) Traceback (most recent call last): 26: from ./beef:98:in `<main>' 25: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:27:in `auto_upgrade!' 24: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:46:in `repository_execute' 23: from /usr/lib/ruby/vendor_ruby/dm-core/support/descendant_set.rb:63:in `each' 22: from /usr/lib/ruby/vendor_ruby/dm-core/support/subject_set.rb:211:in `each' 21: from /usr/lib/ruby/vendor_ruby/dm-core/support/ordered_set.rb:320:in `each' 20: from /usr/lib/ruby/vendor_ruby/dm-core/support/ordered_set.rb:320:in `each' 19: from /usr/lib/ruby/vendor_ruby/dm-core/support/ordered_set.rb:320:in `block in each' 18: from /usr/lib/ruby/vendor_ruby/dm-core/support/subject_set.rb:211:in `block in each' 17: from /usr/lib/ruby/vendor_ruby/dm-core/support/descendant_set.rb:64:in `block in each' 16: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:47:in `block in repository_execute' 15: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:145:in `auto_upgrade!' 14: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:73:in `upgrade_model_storage' 13: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-do-adapter.rb:57:in `upgrade_model_storage' 12: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-do-adapter.rb:90:in `create_model_storage' 11: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-sqlite-adapter.rb:18:in `storage_exists?' 10: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-sqlite-adapter.rb:43:in `table_info' 9: from /usr/lib/ruby/vendor_ruby/dm-do-adapter/adapter.rb:33:in `select' 8: from /usr/lib/ruby/vendor_ruby/dm-do-adapter/adapter.rb:276:in `with_connection' 7: from /usr/lib/ruby/vendor_ruby/dm-do-adapter/adapter.rb:251:in `open_connection' 6: from /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:68:in `new' 5: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:121:in `new' 4: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in `new' 3: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in `synchronize' 2: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:181:in `block in new' 1: from /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in `new' /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in `initialize': unable to open database file (DataObjects::ConnectionError)
1.0
Can anyone fix my problem, Im new and beef will not open :/ - $ cd /usr/share/beef-xss/ ethan@kali2018:/usr/share/beef-xss$ ./beef [ 1:34:13][*] Bind socket [imapeudora1] listening on [0.0.0.0:2000]. [ 1:34:13][*] Browser Exploitation Framework (BeEF) 0.4.7.0-alpha [ 1:34:13] | Twit: @beefproject [ 1:34:13] | Site: http://beefproject.com [ 1:34:13] | Blog: http://blog.beefproject.com [ 1:34:13] |_ Wiki: https://github.com/beefproject/beef/wiki [ 1:34:13][*] Project Creator: Wade Alcorn (@WadeAlcorn) Traceback (most recent call last): 26: from ./beef:98:in `<main>' 25: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:27:in `auto_upgrade!' 24: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:46:in `repository_execute' 23: from /usr/lib/ruby/vendor_ruby/dm-core/support/descendant_set.rb:63:in `each' 22: from /usr/lib/ruby/vendor_ruby/dm-core/support/subject_set.rb:211:in `each' 21: from /usr/lib/ruby/vendor_ruby/dm-core/support/ordered_set.rb:320:in `each' 20: from /usr/lib/ruby/vendor_ruby/dm-core/support/ordered_set.rb:320:in `each' 19: from /usr/lib/ruby/vendor_ruby/dm-core/support/ordered_set.rb:320:in `block in each' 18: from /usr/lib/ruby/vendor_ruby/dm-core/support/subject_set.rb:211:in `block in each' 17: from /usr/lib/ruby/vendor_ruby/dm-core/support/descendant_set.rb:64:in `block in each' 16: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:47:in `block in repository_execute' 15: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:145:in `auto_upgrade!' 14: from /usr/lib/ruby/vendor_ruby/dm-migrations/auto_migration.rb:73:in `upgrade_model_storage' 13: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-do-adapter.rb:57:in `upgrade_model_storage' 12: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-do-adapter.rb:90:in `create_model_storage' 11: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-sqlite-adapter.rb:18:in `storage_exists?' 10: from /usr/lib/ruby/vendor_ruby/dm-migrations/adapters/dm-sqlite-adapter.rb:43:in `table_info' 9: from /usr/lib/ruby/vendor_ruby/dm-do-adapter/adapter.rb:33:in `select' 8: from /usr/lib/ruby/vendor_ruby/dm-do-adapter/adapter.rb:276:in `with_connection' 7: from /usr/lib/ruby/vendor_ruby/dm-do-adapter/adapter.rb:251:in `open_connection' 6: from /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:68:in `new' 5: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:121:in `new' 4: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in `new' 3: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in `synchronize' 2: from /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:181:in `block in new' 1: from /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in `new' /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in `initialize': unable to open database file (DataObjects::ConnectionError)
defect
can anyone fix my problem im new and beef will not open cd usr share beef xss ethan usr share beef xss beef bind socket listening on browser exploitation framework beef alpha twit beefproject site blog wiki project creator wade alcorn wadealcorn traceback most recent call last from beef in from usr lib ruby vendor ruby dm migrations auto migration rb in auto upgrade from usr lib ruby vendor ruby dm migrations auto migration rb in repository execute from usr lib ruby vendor ruby dm core support descendant set rb in each from usr lib ruby vendor ruby dm core support subject set rb in each from usr lib ruby vendor ruby dm core support ordered set rb in each from usr lib ruby vendor ruby dm core support ordered set rb in each from usr lib ruby vendor ruby dm core support ordered set rb in block in each from usr lib ruby vendor ruby dm core support subject set rb in block in each from usr lib ruby vendor ruby dm core support descendant set rb in block in each from usr lib ruby vendor ruby dm migrations auto migration rb in block in repository execute from usr lib ruby vendor ruby dm migrations auto migration rb in auto upgrade from usr lib ruby vendor ruby dm migrations auto migration rb in upgrade model storage from usr lib ruby vendor ruby dm migrations adapters dm do adapter rb in upgrade model storage from usr lib ruby vendor ruby dm migrations adapters dm do adapter rb in create model storage from usr lib ruby vendor ruby dm migrations adapters dm sqlite adapter rb in storage exists from usr lib ruby vendor ruby dm migrations adapters dm sqlite adapter rb in table info from usr lib ruby vendor ruby dm do adapter adapter rb in select from usr lib ruby vendor ruby dm do adapter adapter rb in with connection from usr lib ruby vendor ruby dm do adapter adapter rb in open connection from usr lib ruby vendor ruby data objects connection rb in new from usr lib ruby vendor ruby data objects pooling rb in new from usr lib ruby vendor ruby data objects pooling rb in new from usr lib ruby vendor ruby data objects pooling rb in synchronize from usr lib ruby vendor ruby data objects pooling rb in block in new from usr lib ruby vendor ruby data objects connection rb in new usr lib ruby vendor ruby data objects connection rb in initialize unable to open database file dataobjects connectionerror
1
347,417
31,163,228,405
IssuesEvent
2023-08-16 17:34:21
hoppscotch/hoppscotch
https://api.github.com/repos/hoppscotch/hoppscotch
closed
[bug]: The self hosting Admin app shows only black screen
bug need testing self host
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I have tried to self host the hoppscotch on my own linux server machine. I am using the default given database. After successfully deploying the project, i can only see the black screen for the admin part(http://localhost:3100). When i check the console of my browser i see the following issue: index.bad74fd7.js:68 POST http://localhost:3170/graphql net::ERR_CONNECTION_REFUSED (anonymous) @ index.bad74fd7.js:68 uu @ index.bad74fd7.js:68 pO @ index.bad74fd7.js:68 Ts.request @ index.bad74fd7.js:68 Ts.<computed> @ index.bad74fd7.js:68 (anonymous) @ index.bad74fd7.js:67 o$ @ index.bad74fd7.js:70 Ay @ index.bad74fd7.js:79 performAuthInit @ index.bad74fd7.js:79 (anonymous) @ index.bad74fd7.js:94 (anonymous) @ index.bad74fd7.js:94 index.bad74fd7.js:67 Uncaught (in promise) Error: Network Error at tu (index.bad74fd7.js:67:8560) at w.onerror (index.bad74fd7.js:68:1947) ### Steps to reproduce 1. self host the app using docker 2. use the default database that is provided with the docker container 3. run the migration after container is running 4. Access the admin area via http://localhost:3100 ### Environment Production ### Version Self-hosted
1.0
[bug]: The self hosting Admin app shows only black screen - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior I have tried to self host the hoppscotch on my own linux server machine. I am using the default given database. After successfully deploying the project, i can only see the black screen for the admin part(http://localhost:3100). When i check the console of my browser i see the following issue: index.bad74fd7.js:68 POST http://localhost:3170/graphql net::ERR_CONNECTION_REFUSED (anonymous) @ index.bad74fd7.js:68 uu @ index.bad74fd7.js:68 pO @ index.bad74fd7.js:68 Ts.request @ index.bad74fd7.js:68 Ts.<computed> @ index.bad74fd7.js:68 (anonymous) @ index.bad74fd7.js:67 o$ @ index.bad74fd7.js:70 Ay @ index.bad74fd7.js:79 performAuthInit @ index.bad74fd7.js:79 (anonymous) @ index.bad74fd7.js:94 (anonymous) @ index.bad74fd7.js:94 index.bad74fd7.js:67 Uncaught (in promise) Error: Network Error at tu (index.bad74fd7.js:67:8560) at w.onerror (index.bad74fd7.js:68:1947) ### Steps to reproduce 1. self host the app using docker 2. use the default database that is provided with the docker container 3. run the migration after container is running 4. Access the admin area via http://localhost:3100 ### Environment Production ### Version Self-hosted
non_defect
the self hosting admin app shows only black screen is there an existing issue for this i have searched the existing issues current behavior i have tried to self host the hoppscotch on my own linux server machine i am using the default given database after successfully deploying the project i can only see the black screen for the admin part when i check the console of my browser i see the following issue index js post net err connection refused anonymous index js uu index js po index js ts request index js ts index js anonymous index js o index js ay index js performauthinit index js anonymous index js anonymous index js index js uncaught in promise error network error at tu index js at w onerror index js steps to reproduce self host the app using docker use the default database that is provided with the docker container run the migration after container is running access the admin area via environment production version self hosted
0
24,649
6,557,884,849
IssuesEvent
2017-09-06 19:08:13
CUAHSI/HydroCatalog
https://api.github.com/repos/CUAHSI/HydroCatalog
opened
USGS NWISIID Web Service - Need Speciation
CodePlex
<b>jirikadlec2[CodePlex]</b> <br />The information returned by the USGS NWISIID web service is incomplete. WaterML 1.1 specification includes a quotSpeciationquot element. In the NWISIID system there are two variables with name=quotAmmoniaquot. The variable codes from USGS are: 00608 - Ammonia, water, filtered, milligrams per liter as nitrogen 71846 - Ammonia, water, filtered, milligrams per liter as NH4 00608 should have speciation quotnitrogenquot. 71846 should have speciation quotNH4quot. However, the quotspeciationquot element in the WaterML returned by GetValues() is missing. I suspect, this loss of information is a problem either in the USGS web service or in the SDSC proxy NWISIID web service. Suggested solutions: Upgrade the NWISIID web service to WaterML 1.1 and ensure that the quotspeciationquot element is included in the WaterML.
1.0
USGS NWISIID Web Service - Need Speciation - <b>jirikadlec2[CodePlex]</b> <br />The information returned by the USGS NWISIID web service is incomplete. WaterML 1.1 specification includes a quotSpeciationquot element. In the NWISIID system there are two variables with name=quotAmmoniaquot. The variable codes from USGS are: 00608 - Ammonia, water, filtered, milligrams per liter as nitrogen 71846 - Ammonia, water, filtered, milligrams per liter as NH4 00608 should have speciation quotnitrogenquot. 71846 should have speciation quotNH4quot. However, the quotspeciationquot element in the WaterML returned by GetValues() is missing. I suspect, this loss of information is a problem either in the USGS web service or in the SDSC proxy NWISIID web service. Suggested solutions: Upgrade the NWISIID web service to WaterML 1.1 and ensure that the quotspeciationquot element is included in the WaterML.
non_defect
usgs nwisiid web service need speciation the information returned by the usgs nwisiid web service is incomplete waterml specification includes a quotspeciationquot element in the nwisiid system there are two variables with name quotammoniaquot the variable codes from usgs are ammonia water filtered milligrams per liter as nitrogen ammonia water filtered milligrams per liter as should have speciation quotnitrogenquot should have speciation however the quotspeciationquot element in the waterml returned by getvalues is missing i suspect this loss of information is a problem either in the usgs web service or in the sdsc proxy nwisiid web service suggested solutions upgrade the nwisiid web service to waterml and ensure that the quotspeciationquot element is included in the waterml
0
313,730
9,575,485,488
IssuesEvent
2019-05-07 06:34:19
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
github.com - desktop site instead of mobile site
browser-firefox-mobile engine-gecko priority-critical
<!-- @browser: Firefox Mobile 65.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://github.com/webcompat/web-bugs/issues/new **Browser / Version**: Firefox Mobile 65.0 **Operating System**: Android 8.1.0 **Tested Another Browser**: Yes **Problem type**: Desktop site instead of mobile site **Description**: 249399006 **Steps to Reproduce**: 855-766-2411 <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190411133757</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: default</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
github.com - desktop site instead of mobile site - <!-- @browser: Firefox Mobile 65.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://github.com/webcompat/web-bugs/issues/new **Browser / Version**: Firefox Mobile 65.0 **Operating System**: Android 8.1.0 **Tested Another Browser**: Yes **Problem type**: Desktop site instead of mobile site **Description**: 249399006 **Steps to Reproduce**: 855-766-2411 <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190411133757</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: default</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
github com desktop site instead of mobile site url browser version firefox mobile operating system android tested another browser yes problem type desktop site instead of mobile site description steps to reproduce browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen true mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel default from with ❤️
0
78,563
27,589,275,580
IssuesEvent
2023-03-08 22:35:45
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Login-as feature is not working
Type : Defect Triage
### Parent Issue _No response_ ### Problem Statement When you are in the BE as admin and you try to "login as" any other user, we are unable to use that because we always are showing an error ![image](https://user-images.githubusercontent.com/2641437/223866517-cd6bfde7-bcd8-4fa8-b261-19bc017d39fa.png) ### Steps to Reproduce - Login as admin - Try to log in as a limited user, this using the login-as feature ### Acceptance Criteria If you are an admin you should be able to login-as any other user without problems ### dotCMS Version Tested on release-23.03 ### Proposed Objective Application Performance ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
1.0
Login-as feature is not working - ### Parent Issue _No response_ ### Problem Statement When you are in the BE as admin and you try to "login as" any other user, we are unable to use that because we always are showing an error ![image](https://user-images.githubusercontent.com/2641437/223866517-cd6bfde7-bcd8-4fa8-b261-19bc017d39fa.png) ### Steps to Reproduce - Login as admin - Try to log in as a limited user, this using the login-as feature ### Acceptance Criteria If you are an admin you should be able to login-as any other user without problems ### dotCMS Version Tested on release-23.03 ### Proposed Objective Application Performance ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
defect
login as feature is not working parent issue no response problem statement when you are in the be as admin and you try to login as any other user we are unable to use that because we always are showing an error steps to reproduce login as admin try to log in as a limited user this using the login as feature acceptance criteria if you are an admin you should be able to login as any other user without problems dotcms version tested on release proposed objective application performance proposed priority priority average external links slack conversations support tickets figma designs etc no response assumptions initiation needs no response quality assurance notes workarounds no response sub tasks estimates no response
1
41,541
10,512,179,774
IssuesEvent
2019-09-27 17:14:18
google/caliper
https://api.github.com/repos/google/caliper
closed
Failing Tests with JDK 1.7.0_51
type=defect
``` What steps will reproduce the problem? 1. Update JDK from e.g. 1.7.0_45 to 1.7.0_51 2. Compile Caliper 9788e7e (with tests enabled) What is the expected output? What do you see instead? All tests should succeed but they do not. What version of the product are you using? On what operating system? I'm using the latest Caliper from GIT (9788e7e) on Windows 7 with the current jdk 1.7.0_51 (x64). Using the prior version (1.7.0_45) everything is fine. Please provide any additional information below. See attached output. ``` Original issue reported on code.google.com by `rene.kra...@gmail.com` on 20 Feb 2014 at 3:47 Attachments: - [caliper-output.txt](https://storage.googleapis.com/google-code-attachments/caliper/issue-287/comment-0/caliper-output.txt)
1.0
Failing Tests with JDK 1.7.0_51 - ``` What steps will reproduce the problem? 1. Update JDK from e.g. 1.7.0_45 to 1.7.0_51 2. Compile Caliper 9788e7e (with tests enabled) What is the expected output? What do you see instead? All tests should succeed but they do not. What version of the product are you using? On what operating system? I'm using the latest Caliper from GIT (9788e7e) on Windows 7 with the current jdk 1.7.0_51 (x64). Using the prior version (1.7.0_45) everything is fine. Please provide any additional information below. See attached output. ``` Original issue reported on code.google.com by `rene.kra...@gmail.com` on 20 Feb 2014 at 3:47 Attachments: - [caliper-output.txt](https://storage.googleapis.com/google-code-attachments/caliper/issue-287/comment-0/caliper-output.txt)
defect
failing tests with jdk what steps will reproduce the problem update jdk from e g to compile caliper with tests enabled what is the expected output what do you see instead all tests should succeed but they do not what version of the product are you using on what operating system i m using the latest caliper from git on windows with the current jdk using the prior version everything is fine please provide any additional information below see attached output original issue reported on code google com by rene kra gmail com on feb at attachments
1
87,927
11,012,056,450
IssuesEvent
2019-12-04 17:27:14
woocommerce/woocommerce-gutenberg-products-block
https://api.github.com/repos/woocommerce/woocommerce-gutenberg-products-block
closed
Block Directory inclusion explorations (Design & Technical)
type: design type: feature request wordpress-core
This issue is intended to track explorations (both technical and design) for how WooCommerce blocks will be discovered/used within the pending new WordPress Block Directory coming to Gutenberg. ### Related Links: #### WP.org related - [Project Overview - design](https://make.wordpress.org/design/2019/04/26/block-library-installing-blocks-from-within-gutenberg/) - [Block Type Registration RFC](https://github.com/WordPress/gutenberg/blob/master/docs/rfc/block-registration.md) - [Original Project Launch Post](https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/) - [Block Registration - Assets JSON structure](https://github.com/WordPress/gutenberg/pull/13693#issuecomment-491814028) - [Block Directory Issues (also repo)](https://github.com/WordPress/block-directory/issues) and [Block Directory Project Board](https://github.com/WordPress/block-directory/projects/1) - [Pull Implementing initial Block Directory discovery/install via Block Picker](https://github.com/WordPress/gutenberg/pull/17431) cc @jwold for reference.
1.0
Block Directory inclusion explorations (Design & Technical) - This issue is intended to track explorations (both technical and design) for how WooCommerce blocks will be discovered/used within the pending new WordPress Block Directory coming to Gutenberg. ### Related Links: #### WP.org related - [Project Overview - design](https://make.wordpress.org/design/2019/04/26/block-library-installing-blocks-from-within-gutenberg/) - [Block Type Registration RFC](https://github.com/WordPress/gutenberg/blob/master/docs/rfc/block-registration.md) - [Original Project Launch Post](https://make.wordpress.org/meta/2019/03/08/the-block-directory-and-a-new-type-of-plugin/) - [Block Registration - Assets JSON structure](https://github.com/WordPress/gutenberg/pull/13693#issuecomment-491814028) - [Block Directory Issues (also repo)](https://github.com/WordPress/block-directory/issues) and [Block Directory Project Board](https://github.com/WordPress/block-directory/projects/1) - [Pull Implementing initial Block Directory discovery/install via Block Picker](https://github.com/WordPress/gutenberg/pull/17431) cc @jwold for reference.
non_defect
block directory inclusion explorations design technical this issue is intended to track explorations both technical and design for how woocommerce blocks will be discovered used within the pending new wordpress block directory coming to gutenberg related links wp org related and cc jwold for reference
0
27,588
5,051,761,299
IssuesEvent
2016-12-20 22:58:52
kronometrix/recording
https://api.github.com/repos/kronometrix/recording
closed
webrec output raw data destination
defect-high
We need to be able to write the krd raw data file under: * /opt/kronometrix/log/current As a note here this is how logging is done. Im sorry I have not explained you this previously. * /opt/kronometrix/log , a generic place where all recorder.log files keep their log STDERR messages. Here in general we look if we want to understand whats going on with the recorders and if there are errors * /opt/kronometrix/log/current , is the generic place where raw data from the recorder is written. In our case webrec.krd file will be found In general other recorders are doing this: * https://github.com/kronometrix/recording/blob/master/bin/direc ``` # logging option if ($logging) { # kronometrix.json config file $kdata = open_config($kfile); ## logs ( $baselog, $curlog ) = get_log($kdata); $rawfile = $curlog . '/' . 'direc' . '.krd'; $dirlog = $baselog . "/direc.log"; $log = open_file($dirlog); *STDERR = $log; write_log ("info: started"); } ``` Currently we have webrec output its raw data under /opt/kronometrix/log
1.0
webrec output raw data destination - We need to be able to write the krd raw data file under: * /opt/kronometrix/log/current As a note here this is how logging is done. Im sorry I have not explained you this previously. * /opt/kronometrix/log , a generic place where all recorder.log files keep their log STDERR messages. Here in general we look if we want to understand whats going on with the recorders and if there are errors * /opt/kronometrix/log/current , is the generic place where raw data from the recorder is written. In our case webrec.krd file will be found In general other recorders are doing this: * https://github.com/kronometrix/recording/blob/master/bin/direc ``` # logging option if ($logging) { # kronometrix.json config file $kdata = open_config($kfile); ## logs ( $baselog, $curlog ) = get_log($kdata); $rawfile = $curlog . '/' . 'direc' . '.krd'; $dirlog = $baselog . "/direc.log"; $log = open_file($dirlog); *STDERR = $log; write_log ("info: started"); } ``` Currently we have webrec output its raw data under /opt/kronometrix/log
defect
webrec output raw data destination we need to be able to write the krd raw data file under opt kronometrix log current as a note here this is how logging is done im sorry i have not explained you this previously opt kronometrix log a generic place where all recorder log files keep their log stderr messages here in general we look if we want to understand whats going on with the recorders and if there are errors opt kronometrix log current is the generic place where raw data from the recorder is written in our case webrec krd file will be found in general other recorders are doing this logging option if logging kronometrix json config file kdata open config kfile logs baselog curlog get log kdata rawfile curlog direc krd dirlog baselog direc log log open file dirlog stderr log write log info started currently we have webrec output its raw data under opt kronometrix log
1
656,707
21,772,809,410
IssuesEvent
2022-05-13 10:47:17
rism-digital/rism-online-issues
https://api.github.com/repos/rism-digital/rism-online-issues
closed
Develop Twitter card representations for records
Audience: General public Priority: Moderate Status: Waiting to be addressed Type: Enhancement Component: User Interface
When a user links to a result on Twitter, we should have a nice "Twitter card" representation to embed. See: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup Tagging @jenniferward to see if she has any feedback or suggestions on this issue.
1.0
Develop Twitter card representations for records - When a user links to a result on Twitter, we should have a nice "Twitter card" representation to embed. See: https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup Tagging @jenniferward to see if she has any feedback or suggestions on this issue.
non_defect
develop twitter card representations for records when a user links to a result on twitter we should have a nice twitter card representation to embed see tagging jenniferward to see if she has any feedback or suggestions on this issue
0
319,680
9,753,192,432
IssuesEvent
2019-06-04 08:34:26
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
news.google.com - site is not usable
browser-firefox-mobile browser-qwant engine-gecko priority-critical
<!-- @browser: Firefox Mobile 65.0 --> <!-- @ua_header: QwantMobile/3.0 (Android 9; Mobile; rv:66.0) Gecko/66.0 Firefox/65.0 QwantBrowser/66.0.3 --> <!-- @reported_with: mobile-reporter --> **URL**: https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRGx1YlY4U0FtWnlHZ0pHVWlnQVAB?hl=fr&gl=FR&ceid=FR%3Afr **Browser / Version**: Firefox Mobile 65.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: script takes >4' or even blocks. page is not scrollable. **Steps to Reproduce**: From Google news homepage, jumping to international page starts the script blocking the process. Eventually when Quant proposes to stop the non answering script, then the page appears and pb stops. Of course no browsing pb with Chrome... <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190408150753</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: default</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
news.google.com - site is not usable - <!-- @browser: Firefox Mobile 65.0 --> <!-- @ua_header: QwantMobile/3.0 (Android 9; Mobile; rv:66.0) Gecko/66.0 Firefox/65.0 QwantBrowser/66.0.3 --> <!-- @reported_with: mobile-reporter --> **URL**: https://news.google.com/topics/CAAqJggKIiBDQkFTRWdvSUwyMHZNRGx1YlY4U0FtWnlHZ0pHVWlnQVAB?hl=fr&gl=FR&ceid=FR%3Afr **Browser / Version**: Firefox Mobile 65.0 **Operating System**: Android **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: script takes >4' or even blocks. page is not scrollable. **Steps to Reproduce**: From Google news homepage, jumping to international page starts the script blocking the process. Eventually when Quant proposes to stop the non answering script, then the page appears and pb stops. Of course no browsing pb with Chrome... <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190408150753</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: default</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
news google com site is not usable url browser version firefox mobile operating system android tested another browser yes problem type site is not usable description script takes or even blocks page is not scrollable steps to reproduce from google news homepage jumping to international page starts the script blocking the process eventually when quant proposes to stop the non answering script then the page appears and pb stops of course no browsing pb with chrome browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen true mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel default from with ❤️
0
175,568
13,563,830,272
IssuesEvent
2020-09-18 09:08:11
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: X-Pack Security API Integration Tests.x-pack/test/security_api_integration/tests/session_lifespan/cleanup·ts - security APIs - Session Lifespan Session Lifespan cleanup "before each" hook for "should properly clean up session expired because of lifespan"
Team:Security blocker failed-test skipped-test v7.10.0
A test failed on a tracked branch ``` { Error: [search_phase_execution_exception] all shards failed at respond (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/transport.js:349:15) at checkRespForFailure (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/transport.js:306:7) at HttpConnector.<anonymous> (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:173:7) at IncomingMessage.wrapper (/dev/shm/workspace/kibana/node_modules/lodash/lodash.js:4949:19) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) status: 503, displayName: 'ServiceUnavailable', message: '[search_phase_execution_exception] all shards failed', path: '/.kibana_security_session*/_delete_by_query', query: { q: '*', refresh: true }, body: { error: { root_cause: [], type: 'search_phase_execution_exception', reason: 'all shards failed', phase: 'query', grouped: true, failed_shards: [] }, status: 503 }, statusCode: 503, response: '{"error":{"root_cause":[],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[]},"status":503}', toString: [Function], toJSON: [Function] } ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/7660/) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Security API Integration Tests.x-pack/test/security_api_integration/tests/session_lifespan/cleanup·ts","test.name":"security APIs - Session Lifespan Session Lifespan cleanup \"before each\" hook for \"should properly clean up session expired because of lifespan\"","test.failCount":2}} -->
2.0
Failing test: X-Pack Security API Integration Tests.x-pack/test/security_api_integration/tests/session_lifespan/cleanup·ts - security APIs - Session Lifespan Session Lifespan cleanup "before each" hook for "should properly clean up session expired because of lifespan" - A test failed on a tracked branch ``` { Error: [search_phase_execution_exception] all shards failed at respond (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/transport.js:349:15) at checkRespForFailure (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/transport.js:306:7) at HttpConnector.<anonymous> (/dev/shm/workspace/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:173:7) at IncomingMessage.wrapper (/dev/shm/workspace/kibana/node_modules/lodash/lodash.js:4949:19) at endReadableNT (_stream_readable.js:1145:12) at process._tickCallback (internal/process/next_tick.js:63:19) status: 503, displayName: 'ServiceUnavailable', message: '[search_phase_execution_exception] all shards failed', path: '/.kibana_security_session*/_delete_by_query', query: { q: '*', refresh: true }, body: { error: { root_cause: [], type: 'search_phase_execution_exception', reason: 'all shards failed', phase: 'query', grouped: true, failed_shards: [] }, status: 503 }, statusCode: 503, response: '{"error":{"root_cause":[],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[]},"status":503}', toString: [Function], toJSON: [Function] } ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.x/7660/) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Security API Integration Tests.x-pack/test/security_api_integration/tests/session_lifespan/cleanup·ts","test.name":"security APIs - Session Lifespan Session Lifespan cleanup \"before each\" hook for \"should properly clean up session expired because of lifespan\"","test.failCount":2}} -->
non_defect
failing test x pack security api integration tests x pack test security api integration tests session lifespan cleanup·ts security apis session lifespan session lifespan cleanup before each hook for should properly clean up session expired because of lifespan a test failed on a tracked branch error all shards failed at respond dev shm workspace kibana node modules elasticsearch src lib transport js at checkrespforfailure dev shm workspace kibana node modules elasticsearch src lib transport js at httpconnector dev shm workspace kibana node modules elasticsearch src lib connectors http js at incomingmessage wrapper dev shm workspace kibana node modules lodash lodash js at endreadablent stream readable js at process tickcallback internal process next tick js status displayname serviceunavailable message all shards failed path kibana security session delete by query query q refresh true body error root cause type search phase execution exception reason all shards failed phase query grouped true failed shards status statuscode response error root cause type search phase execution exception reason all shards failed phase query grouped true failed shards status tostring tojson first failure
0
65,270
19,306,713,170
IssuesEvent
2021-12-13 12:20:08
scipy/scipy
https://api.github.com/repos/scipy/scipy
opened
Documentation issue with minimize finite_diff_rel_step
defect
### Describe your issue. Some methods of the minimization function are accepting the finite_diff_rel_step option. See for example https://docs.scipy.org/doc/scipy/reference/optimize.minimize-tnc.html#optimize-minimize-tnc . This option is documented as ```The absolute step size is computed as h = rel_step * sign(x0) * max(1, abs(x0)), possibly adjusted to fit into the bounds.``` This sentence is a copy/paste from the approx_derivative in _numdiff.py. Unfortunately the name "x0" is also used for an argument in minimize and has not the same meaning. By reading the documentation of optimize-minimize-tnc we can think that "x0" is a constant (the starting point of the optimization) leading to constant "h". In practice this "h" will vary with each iteration. Suggestion: simply change the documentation to ```The absolute step size is computed as h = rel_step * sign(x) * max(1, abs(x)), possibly adjusted to fit into the bounds.``` ### Reproducing Code Example ```python no code, only doc issue ``` ### Error message ```shell no error message, only doc issue ``` ### SciPy/NumPy/Python version information 1.6.2 1.20.2 sys.version_info(major=3, minor=8, micro=10, releaselevel='final', serial=0)
1.0
Documentation issue with minimize finite_diff_rel_step - ### Describe your issue. Some methods of the minimization function are accepting the finite_diff_rel_step option. See for example https://docs.scipy.org/doc/scipy/reference/optimize.minimize-tnc.html#optimize-minimize-tnc . This option is documented as ```The absolute step size is computed as h = rel_step * sign(x0) * max(1, abs(x0)), possibly adjusted to fit into the bounds.``` This sentence is a copy/paste from the approx_derivative in _numdiff.py. Unfortunately the name "x0" is also used for an argument in minimize and has not the same meaning. By reading the documentation of optimize-minimize-tnc we can think that "x0" is a constant (the starting point of the optimization) leading to constant "h". In practice this "h" will vary with each iteration. Suggestion: simply change the documentation to ```The absolute step size is computed as h = rel_step * sign(x) * max(1, abs(x)), possibly adjusted to fit into the bounds.``` ### Reproducing Code Example ```python no code, only doc issue ``` ### Error message ```shell no error message, only doc issue ``` ### SciPy/NumPy/Python version information 1.6.2 1.20.2 sys.version_info(major=3, minor=8, micro=10, releaselevel='final', serial=0)
defect
documentation issue with minimize finite diff rel step describe your issue some methods of the minimization function are accepting the finite diff rel step option see for example this option is documented as the absolute step size is computed as h rel step sign max abs possibly adjusted to fit into the bounds this sentence is a copy paste from the approx derivative in numdiff py unfortunately the name is also used for an argument in minimize and has not the same meaning by reading the documentation of optimize minimize tnc we can think that is a constant the starting point of the optimization leading to constant h in practice this h will vary with each iteration suggestion simply change the documentation to the absolute step size is computed as h rel step sign x max abs x possibly adjusted to fit into the bounds reproducing code example python no code only doc issue error message shell no error message only doc issue scipy numpy python version information sys version info major minor micro releaselevel final serial
1
53,018
13,260,071,927
IssuesEvent
2020-08-20 17:38:47
jkoan/test-navit
https://api.github.com/repos/jkoan/test-navit
closed
Charset is broken in CEGUI parts (Trac #19)
Incomplete Migration KaZeR Migrated from Trac defect/bug gui/cegui
Migrated from http://trac.navit-project.org/ticket/19 ```json { "status": "closed", "changetime": "2007-11-16T09:22:25", "_ts": "1195204945000000", "description": "", "reporter": "KaZeR", "cc": "", "resolution": "fixed", "time": "2007-11-15T14:21:10", "component": "gui/cegui", "summary": "Charset is broken in CEGUI parts", "priority": "major", "keywords": "", "version": "", "milestone": "version 0.0.3", "owner": "KaZeR", "type": "defect/bug", "severity": "" } ```
1.0
Charset is broken in CEGUI parts (Trac #19) - Migrated from http://trac.navit-project.org/ticket/19 ```json { "status": "closed", "changetime": "2007-11-16T09:22:25", "_ts": "1195204945000000", "description": "", "reporter": "KaZeR", "cc": "", "resolution": "fixed", "time": "2007-11-15T14:21:10", "component": "gui/cegui", "summary": "Charset is broken in CEGUI parts", "priority": "major", "keywords": "", "version": "", "milestone": "version 0.0.3", "owner": "KaZeR", "type": "defect/bug", "severity": "" } ```
defect
charset is broken in cegui parts trac migrated from json status closed changetime ts description reporter kazer cc resolution fixed time component gui cegui summary charset is broken in cegui parts priority major keywords version milestone version owner kazer type defect bug severity
1
66,282
16,583,221,522
IssuesEvent
2021-05-31 14:37:17
appsmithorg/appsmith
https://api.github.com/repos/appsmithorg/appsmith
closed
[Task] Widget Properties cleanup
Task UI Building Pod Widgets
## Remove deprecated widget properties - FilePicker - Uploaded File Url(s)
1.0
[Task] Widget Properties cleanup - ## Remove deprecated widget properties - FilePicker - Uploaded File Url(s)
non_defect
widget properties cleanup remove deprecated widget properties filepicker uploaded file url s
0
152,922
5,871,932,457
IssuesEvent
2017-05-15 10:00:30
external-apps/Goodgym
https://api.github.com/repos/external-apps/Goodgym
closed
Create Yoti QR Code and link to /:runid/tasksheet route
priority-2
1. Create a button on home page which links to /:runid/qr 2. Create QR code on /:runid/qr route which links to /:runid/tasksheet
1.0
Create Yoti QR Code and link to /:runid/tasksheet route - 1. Create a button on home page which links to /:runid/qr 2. Create QR code on /:runid/qr route which links to /:runid/tasksheet
non_defect
create yoti qr code and link to runid tasksheet route create a button on home page which links to runid qr create qr code on runid qr route which links to runid tasksheet
0
139,723
11,276,258,284
IssuesEvent
2020-01-14 22:43:44
theophilusx/ssh2-sftp-client
https://api.github.com/repos/theophilusx/ssh2-sftp-client
closed
ECONNRESET when using fastGet exits my script instead of throwing an error
more info test
I have a script that loops over several thousands of files on the FTP. I'm using `fastGet` to download each file. The script runs for several hours. Sometimes `ECONNRESET` is thrown when using `fastGet` in (as it seems) a random moment (2 out of 3 last runs). And it breaks my script. The problem is that the following code does not work as I'd expect it to: ```js try { await sftpClient.fastGet(filepath, targetFilepath); } catch (error) { console.log("This never executes, but I expect it to."); console.log("I'd be happy to put some code to re-establish the FTP connection here."); } ``` This is the output of the script: ``` /my-script/node_modules/ssh2-sftp-client/src/utils.js:80 throw formatError(err, name); ^ Error: : read ECONNRESET at formatError (/my-script/node_modules/ssh2-sftp-client/src/utils.js:54:18) at Client.<anonymous> (/my-script/node_modules/ssh2-sftp-client/src/utils.js:80:11) at Client.emit (events.js:210:5) at Socket.<anonymous> (/my-script/node_modules/ssh2/lib/client.js:307:10) at Socket.emit (events.js:215:7) at emitErrorNT (internal/streams/destroy.js:92:8) at emitErrorAndCloseNT (internal/streams/destroy.js:60:3) at processTicksAndRejections (internal/process/task_queues.js:80:21) { code: 'ECONNRESET' } ``` So I understand that this is what happens: `uncaughtException` event is raised. And as [described in node.js docs](https://nodejs.org/api/all.html#process_event_uncaughtexception): > The 'uncaughtException' event is emitted when an uncaught JavaScript exception bubbles all the way back to the event loop. By default, Node.js handles such exceptions by printing the stack trace to stderr and exiting with code 1, overriding any previously set process.exitCode ---- I'm not sure whether this is a bug or my expectations about `try`/`catch` block around `fastGet` call are wrong. ---- edit: I'm using latest version (`4.3.0`) ---- edit 2: As [node docs state](https://nodejs.org/api/all.html#process_warning_using_uncaughtexception_correctly): > The correct use of 'uncaughtException' is to perform synchronous cleanup of allocated resources (e.g. file descriptors, handles, etc) before shutting down the process. **It is not safe to resume normal operation after 'uncaughtException'.** > To restart a crashed application in a more reliable way, whether uncaughtException is emitted or not, an external monitor should be employed in a separate process to detect application failures and recover or restart as needed. So unfortunately it's not easy to recover...
1.0
ECONNRESET when using fastGet exits my script instead of throwing an error - I have a script that loops over several thousands of files on the FTP. I'm using `fastGet` to download each file. The script runs for several hours. Sometimes `ECONNRESET` is thrown when using `fastGet` in (as it seems) a random moment (2 out of 3 last runs). And it breaks my script. The problem is that the following code does not work as I'd expect it to: ```js try { await sftpClient.fastGet(filepath, targetFilepath); } catch (error) { console.log("This never executes, but I expect it to."); console.log("I'd be happy to put some code to re-establish the FTP connection here."); } ``` This is the output of the script: ``` /my-script/node_modules/ssh2-sftp-client/src/utils.js:80 throw formatError(err, name); ^ Error: : read ECONNRESET at formatError (/my-script/node_modules/ssh2-sftp-client/src/utils.js:54:18) at Client.<anonymous> (/my-script/node_modules/ssh2-sftp-client/src/utils.js:80:11) at Client.emit (events.js:210:5) at Socket.<anonymous> (/my-script/node_modules/ssh2/lib/client.js:307:10) at Socket.emit (events.js:215:7) at emitErrorNT (internal/streams/destroy.js:92:8) at emitErrorAndCloseNT (internal/streams/destroy.js:60:3) at processTicksAndRejections (internal/process/task_queues.js:80:21) { code: 'ECONNRESET' } ``` So I understand that this is what happens: `uncaughtException` event is raised. And as [described in node.js docs](https://nodejs.org/api/all.html#process_event_uncaughtexception): > The 'uncaughtException' event is emitted when an uncaught JavaScript exception bubbles all the way back to the event loop. By default, Node.js handles such exceptions by printing the stack trace to stderr and exiting with code 1, overriding any previously set process.exitCode ---- I'm not sure whether this is a bug or my expectations about `try`/`catch` block around `fastGet` call are wrong. ---- edit: I'm using latest version (`4.3.0`) ---- edit 2: As [node docs state](https://nodejs.org/api/all.html#process_warning_using_uncaughtexception_correctly): > The correct use of 'uncaughtException' is to perform synchronous cleanup of allocated resources (e.g. file descriptors, handles, etc) before shutting down the process. **It is not safe to resume normal operation after 'uncaughtException'.** > To restart a crashed application in a more reliable way, whether uncaughtException is emitted or not, an external monitor should be employed in a separate process to detect application failures and recover or restart as needed. So unfortunately it's not easy to recover...
non_defect
econnreset when using fastget exits my script instead of throwing an error i have a script that loops over several thousands of files on the ftp i m using fastget to download each file the script runs for several hours sometimes econnreset is thrown when using fastget in as it seems a random moment out of last runs and it breaks my script the problem is that the following code does not work as i d expect it to js try await sftpclient fastget filepath targetfilepath catch error console log this never executes but i expect it to console log i d be happy to put some code to re establish the ftp connection here this is the output of the script my script node modules sftp client src utils js throw formaterror err name error read econnreset at formaterror my script node modules sftp client src utils js at client my script node modules sftp client src utils js at client emit events js at socket my script node modules lib client js at socket emit events js at emiterrornt internal streams destroy js at emiterrorandclosent internal streams destroy js at processticksandrejections internal process task queues js code econnreset so i understand that this is what happens uncaughtexception event is raised and as the uncaughtexception event is emitted when an uncaught javascript exception bubbles all the way back to the event loop by default node js handles such exceptions by printing the stack trace to stderr and exiting with code overriding any previously set process exitcode i m not sure whether this is a bug or my expectations about try catch block around fastget call are wrong edit i m using latest version edit as the correct use of uncaughtexception is to perform synchronous cleanup of allocated resources e g file descriptors handles etc before shutting down the process it is not safe to resume normal operation after uncaughtexception to restart a crashed application in a more reliable way whether uncaughtexception is emitted or not an external monitor should be employed in a separate process to detect application failures and recover or restart as needed so unfortunately it s not easy to recover
0
68,153
21,522,324,798
IssuesEvent
2022-04-28 15:10:33
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Certain rooms scroll-jump every time they're switched to
T-Defect X-Regression S-Minor A-Timeline O-Occasional A-Timeline-Jumpy-Scroll
### Steps to reproduce Unsure, as this only happens with certain rooms at certain window sizes, but: 1. Switch to an affected room while the app window is at the right size ### Outcome #### What did you expect? The timeline should not jump on every load. #### What happened instead? A blank space appears below the timeline every time it's loaded, and disappears quickly, causing a scroll jump: https://user-images.githubusercontent.com/48614497/164943464-f0ccabb7-279c-4c6c-a9d0-4078d276c89c.mp4 ### Operating system NixOS unstable ### Browser information Firefox 99.0 ### URL for webapp develop.element.io ### Application version Element version: 691b8d5c38ee-react-0c7a4dfcacea-js-1bb82108b742 Olm version: 3.2.8 ### Homeserver Synapse 1.57.0 ### Will you send logs? No
1.0
Certain rooms scroll-jump every time they're switched to - ### Steps to reproduce Unsure, as this only happens with certain rooms at certain window sizes, but: 1. Switch to an affected room while the app window is at the right size ### Outcome #### What did you expect? The timeline should not jump on every load. #### What happened instead? A blank space appears below the timeline every time it's loaded, and disappears quickly, causing a scroll jump: https://user-images.githubusercontent.com/48614497/164943464-f0ccabb7-279c-4c6c-a9d0-4078d276c89c.mp4 ### Operating system NixOS unstable ### Browser information Firefox 99.0 ### URL for webapp develop.element.io ### Application version Element version: 691b8d5c38ee-react-0c7a4dfcacea-js-1bb82108b742 Olm version: 3.2.8 ### Homeserver Synapse 1.57.0 ### Will you send logs? No
defect
certain rooms scroll jump every time they re switched to steps to reproduce unsure as this only happens with certain rooms at certain window sizes but switch to an affected room while the app window is at the right size outcome what did you expect the timeline should not jump on every load what happened instead a blank space appears below the timeline every time it s loaded and disappears quickly causing a scroll jump operating system nixos unstable browser information firefox url for webapp develop element io application version element version react js olm version homeserver synapse will you send logs no
1
2,172
23,909,693,210
IssuesEvent
2022-09-09 06:54:08
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Edge-case race condition in WebProxy
bug area-System.Net tenet-reliability Regression
#73803 (7.0) introduced a race condition when recreating the internal `Regex` list. The issue is that we update the `IsChanged` flag before we replace the `_regexBypassList` field [here](https://github.com/dotnet/runtime/blob/4da3eae7a54a4a6abeb59df4953b6de4c65b53ea/src/libraries/System.Net.WebProxy/src/System/Net/WebProxy.cs#L128-L145). If two threads query `GetProxy` or `IsBypassed` at the same time, one may not observe changes to the bypass list and return the wrong answer. ```c# var proxy = new WebProxy("myProxy:1234"); proxy.BypassArrayList.Add("contoso"); var task1 = Task.Run(() => proxy.IsBypassed(new Uri("http://contoso"))); var task2 = Task.Run(() => proxy.IsBypassed(new Uri("http://contoso"))); if (await task1 != await task2) { Console.WriteLine("Oh no"); } ``` This is limited to cases where the user modified the bypass list via the `BypassArrayList` property, which is hopefully rare.
True
Edge-case race condition in WebProxy - #73803 (7.0) introduced a race condition when recreating the internal `Regex` list. The issue is that we update the `IsChanged` flag before we replace the `_regexBypassList` field [here](https://github.com/dotnet/runtime/blob/4da3eae7a54a4a6abeb59df4953b6de4c65b53ea/src/libraries/System.Net.WebProxy/src/System/Net/WebProxy.cs#L128-L145). If two threads query `GetProxy` or `IsBypassed` at the same time, one may not observe changes to the bypass list and return the wrong answer. ```c# var proxy = new WebProxy("myProxy:1234"); proxy.BypassArrayList.Add("contoso"); var task1 = Task.Run(() => proxy.IsBypassed(new Uri("http://contoso"))); var task2 = Task.Run(() => proxy.IsBypassed(new Uri("http://contoso"))); if (await task1 != await task2) { Console.WriteLine("Oh no"); } ``` This is limited to cases where the user modified the bypass list via the `BypassArrayList` property, which is hopefully rare.
non_defect
edge case race condition in webproxy introduced a race condition when recreating the internal regex list the issue is that we update the ischanged flag before we replace the regexbypasslist field if two threads query getproxy or isbypassed at the same time one may not observe changes to the bypass list and return the wrong answer c var proxy new webproxy myproxy proxy bypassarraylist add contoso var task run proxy isbypassed new uri var task run proxy isbypassed new uri if await await console writeline oh no this is limited to cases where the user modified the bypass list via the bypassarraylist property which is hopefully rare
0
26,801
4,789,118,442
IssuesEvent
2016-10-30 22:16:54
belangeo/pyo
https://api.github.com/repos/belangeo/pyo
closed
Pyo 0.5.1 segfaults on Ubuntu Lucid
auto-migrated Priority-Medium Type-Defect
``` Build with --use-jack. ~/src/pyo/examples$ libtool --mode=execute gdb /usr/bin/python GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/python...(no debugging symbols found)...done. (gdb) run chorus.py Starting program: /usr/bin/python chorus.py [Thread debugging using libthread_db enabled] pyo version 0.5.1 (uses single precision) [New Thread 0xb70abb70 (LWP 16321)] PortMidi warning: Something wrong with midi device! Portmidi closed Program received signal SIGSEGV, Segmentation fault. 0xb7fbaa62 in pthread_join () from /lib/tls/i686/cmov/libpthread.so.0 (gdb) bt #0 0xb7fbaa62 in pthread_join () from /lib/tls/i686/cmov/libpthread.so.0 #1 0xb786980f in Pt_Stop () from /usr/lib/libporttime.so.0 #2 0xb7a26531 in Server_pm_init (self=0x8d4de80) at src/engine/servermodule.c:1665 #3 0xb7a27f8a in Server_boot (self=0x8d4de80) at src/engine/servermodule.c:1691 #4 0x080e0f9c in PyEval_EvalFrameEx () #5 0x080e1bb0 in PyEval_EvalFrameEx () #6 0x080e2807 in PyEval_EvalCodeEx () #7 0x080e2907 in PyEval_EvalCode () #8 0x081005ad in PyRun_FileExFlags () #9 0x08100812 in PyRun_SimpleFileExFlags () #10 0x0805de5c in Py_Main () #11 0x0805d03b in main () ``` Original issue reported on code.google.com by `que...@gmail.com` on 21 Nov 2011 at 6:46
1.0
Pyo 0.5.1 segfaults on Ubuntu Lucid - ``` Build with --use-jack. ~/src/pyo/examples$ libtool --mode=execute gdb /usr/bin/python GNU gdb (GDB) 7.1-ubuntu Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i486-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/python...(no debugging symbols found)...done. (gdb) run chorus.py Starting program: /usr/bin/python chorus.py [Thread debugging using libthread_db enabled] pyo version 0.5.1 (uses single precision) [New Thread 0xb70abb70 (LWP 16321)] PortMidi warning: Something wrong with midi device! Portmidi closed Program received signal SIGSEGV, Segmentation fault. 0xb7fbaa62 in pthread_join () from /lib/tls/i686/cmov/libpthread.so.0 (gdb) bt #0 0xb7fbaa62 in pthread_join () from /lib/tls/i686/cmov/libpthread.so.0 #1 0xb786980f in Pt_Stop () from /usr/lib/libporttime.so.0 #2 0xb7a26531 in Server_pm_init (self=0x8d4de80) at src/engine/servermodule.c:1665 #3 0xb7a27f8a in Server_boot (self=0x8d4de80) at src/engine/servermodule.c:1691 #4 0x080e0f9c in PyEval_EvalFrameEx () #5 0x080e1bb0 in PyEval_EvalFrameEx () #6 0x080e2807 in PyEval_EvalCodeEx () #7 0x080e2907 in PyEval_EvalCode () #8 0x081005ad in PyRun_FileExFlags () #9 0x08100812 in PyRun_SimpleFileExFlags () #10 0x0805de5c in Py_Main () #11 0x0805d03b in main () ``` Original issue reported on code.google.com by `que...@gmail.com` on 21 Nov 2011 at 6:46
defect
pyo segfaults on ubuntu lucid build with use jack src pyo examples libtool mode execute gdb usr bin python gnu gdb gdb ubuntu copyright c free software foundation inc license gnu gpl version or later this is free software you are free to change and redistribute it there is no warranty to the extent permitted by law type show copying and show warranty for details this gdb was configured as linux gnu for bug reporting instructions please see reading symbols from usr bin python no debugging symbols found done gdb run chorus py starting program usr bin python chorus py pyo version uses single precision portmidi warning something wrong with midi device portmidi closed program received signal sigsegv segmentation fault in pthread join from lib tls cmov libpthread so gdb bt in pthread join from lib tls cmov libpthread so in pt stop from usr lib libporttime so in server pm init self at src engine servermodule c in server boot self at src engine servermodule c in pyeval evalframeex in pyeval evalframeex in pyeval evalcodeex in pyeval evalcode in pyrun fileexflags in pyrun simplefileexflags in py main in main original issue reported on code google com by que gmail com on nov at
1
27,116
11,439,666,987
IssuesEvent
2020-02-05 07:54:35
stefanfreitag/sht21
https://api.github.com/repos/stefanfreitag/sht21
closed
CVE-2020-5397 (Medium) detected in spring-webmvc-5.2.2.RELEASE.jar, spring-web-5.2.2.RELEASE.jar
security vulnerability
## CVE-2020-5397 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>spring-webmvc-5.2.2.RELEASE.jar</b>, <b>spring-web-5.2.2.RELEASE.jar</b></p></summary> <p> <details><summary><b>spring-webmvc-5.2.2.RELEASE.jar</b></p></summary> <p>Spring Web MVC</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /tmp/ws-scm/sht21/sht21-backend/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/5.2.2.RELEASE/a0e9e88a296c09850f92318872f4dee9f62c8c13/spring-webmvc-5.2.2.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/5.2.2.RELEASE/a0e9e88a296c09850f92318872f4dee9f62c8c13/spring-webmvc-5.2.2.RELEASE.jar</p> <p> Dependency Hierarchy: - springdoc-openapi-ui-1.2.17.jar (Root Library) - springdoc-openapi-webmvc-core-1.2.17.jar - :x: **spring-webmvc-5.2.2.RELEASE.jar** (Vulnerable Library) </details> <details><summary><b>spring-web-5.2.2.RELEASE.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/5.2.2.RELEASE/d9b0a8079b7d604f134e3054127a7aeba65949a5/spring-web-5.2.2.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/5.2.2.RELEASE/d9b0a8079b7d604f134e3054127a7aeba65949a5/spring-web-5.2.2.RELEASE.jar</p> <p> Dependency Hierarchy: - springdoc-openapi-ui-1.2.17.jar (Root Library) - springdoc-openapi-webmvc-core-1.2.17.jar - springdoc-openapi-common-1.2.17.jar - :x: **spring-web-5.2.2.RELEASE.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/stefanfreitag/sht21/commit/aa0a430561f2b5bd8fec1ad6e6760a088fe181d1">aa0a430561f2b5bd8fec1ad6e6760a088fe181d1</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Spring Framework, versions 5.2.x prior to 5.2.3 are vulnerable to CSRF attacks through CORS preflight requests that target Spring MVC (spring-webmvc module) or Spring WebFlux (spring-webflux module) endpoints. Only non-authenticated endpoints are vulnerable because preflight requests should not include credentials and therefore requests should fail authentication. However a notable exception to this are Chrome based browsers when using client certificates for authentication since Chrome sends TLS client certificates in CORS preflight requests in violation of spec requirements. No HTTP body can be sent or received as a result of this attack. <p>Publish Date: 2020-01-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5397>CVE-2020-5397</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>6.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://pivotal.io/security/cve-2020-5397">https://pivotal.io/security/cve-2020-5397</a></p> <p>Release Date: 2020-01-17</p> <p>Fix Resolution: 5.2.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-5397 (Medium) detected in spring-webmvc-5.2.2.RELEASE.jar, spring-web-5.2.2.RELEASE.jar - ## CVE-2020-5397 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>spring-webmvc-5.2.2.RELEASE.jar</b>, <b>spring-web-5.2.2.RELEASE.jar</b></p></summary> <p> <details><summary><b>spring-webmvc-5.2.2.RELEASE.jar</b></p></summary> <p>Spring Web MVC</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to dependency file: /tmp/ws-scm/sht21/sht21-backend/build.gradle</p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/5.2.2.RELEASE/a0e9e88a296c09850f92318872f4dee9f62c8c13/spring-webmvc-5.2.2.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/5.2.2.RELEASE/a0e9e88a296c09850f92318872f4dee9f62c8c13/spring-webmvc-5.2.2.RELEASE.jar</p> <p> Dependency Hierarchy: - springdoc-openapi-ui-1.2.17.jar (Root Library) - springdoc-openapi-webmvc-core-1.2.17.jar - :x: **spring-webmvc-5.2.2.RELEASE.jar** (Vulnerable Library) </details> <details><summary><b>spring-web-5.2.2.RELEASE.jar</b></p></summary> <p>Spring Web</p> <p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p> <p>Path to vulnerable library: /root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/5.2.2.RELEASE/d9b0a8079b7d604f134e3054127a7aeba65949a5/spring-web-5.2.2.RELEASE.jar,/root/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/5.2.2.RELEASE/d9b0a8079b7d604f134e3054127a7aeba65949a5/spring-web-5.2.2.RELEASE.jar</p> <p> Dependency Hierarchy: - springdoc-openapi-ui-1.2.17.jar (Root Library) - springdoc-openapi-webmvc-core-1.2.17.jar - springdoc-openapi-common-1.2.17.jar - :x: **spring-web-5.2.2.RELEASE.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/stefanfreitag/sht21/commit/aa0a430561f2b5bd8fec1ad6e6760a088fe181d1">aa0a430561f2b5bd8fec1ad6e6760a088fe181d1</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Spring Framework, versions 5.2.x prior to 5.2.3 are vulnerable to CSRF attacks through CORS preflight requests that target Spring MVC (spring-webmvc module) or Spring WebFlux (spring-webflux module) endpoints. Only non-authenticated endpoints are vulnerable because preflight requests should not include credentials and therefore requests should fail authentication. However a notable exception to this are Chrome based browsers when using client certificates for authentication since Chrome sends TLS client certificates in CORS preflight requests in violation of spec requirements. No HTTP body can be sent or received as a result of this attack. <p>Publish Date: 2020-01-17 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-5397>CVE-2020-5397</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>6.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://pivotal.io/security/cve-2020-5397">https://pivotal.io/security/cve-2020-5397</a></p> <p>Release Date: 2020-01-17</p> <p>Fix Resolution: 5.2.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in spring webmvc release jar spring web release jar cve medium severity vulnerability vulnerable libraries spring webmvc release jar spring web release jar spring webmvc release jar spring web mvc library home page a href path to dependency file tmp ws scm backend build gradle path to vulnerable library root gradle caches modules files org springframework spring webmvc release spring webmvc release jar root gradle caches modules files org springframework spring webmvc release spring webmvc release jar dependency hierarchy springdoc openapi ui jar root library springdoc openapi webmvc core jar x spring webmvc release jar vulnerable library spring web release jar spring web library home page a href path to vulnerable library root gradle caches modules files org springframework spring web release spring web release jar root gradle caches modules files org springframework spring web release spring web release jar dependency hierarchy springdoc openapi ui jar root library springdoc openapi webmvc core jar springdoc openapi common jar x spring web release jar vulnerable library found in head commit a href vulnerability details spring framework versions x prior to are vulnerable to csrf attacks through cors preflight requests that target spring mvc spring webmvc module or spring webflux spring webflux module endpoints only non authenticated endpoints are vulnerable because preflight requests should not include credentials and therefore requests should fail authentication however a notable exception to this are chrome based browsers when using client certificates for authentication since chrome sends tls client certificates in cors preflight requests in violation of spec requirements no http body can be sent or received as a result of this attack publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
16,346
2,889,781,406
IssuesEvent
2015-06-13 19:07:18
damonkohler/android-scripting
https://api.github.com/repos/damonkohler/android-scripting
closed
Camera taking black pictures
auto-migrated Priority-Medium Type-Defect
``` HTC Hero 2.1 with sl4a-r3 (attached logcat file) 2.1-update1 (orange) kernel:- 2.6.29-36d5cb8d htc-kernel@and18-2 #1 Simple camera app in python to take sequence of pictures to the sdcard using droid.cameraCapturePicture() command (see previous for actual code if needed) The droid.cameraInteractiveCapturePicture() works fine in the same program f the origional line is replaced. Is it possible to vary the time between activating the camera and taking the picture. The preview has not had time to come up so I'm guessing its 'seeing' black What is the expected output? Series of pictures on sdcard What do you see instead? Series of black pictures What version of the product are you using? sl4a-r3 Please provide any additional information below. Attached logcat file. ``` Original issue reported on code.google.com by `Panquisitive` on 12 Oct 2010 at 6:00 Attachments: * [log.txt](https://storage.googleapis.com/google-code-attachments/android-scripting/issue-457/comment-0/log.txt)
1.0
Camera taking black pictures - ``` HTC Hero 2.1 with sl4a-r3 (attached logcat file) 2.1-update1 (orange) kernel:- 2.6.29-36d5cb8d htc-kernel@and18-2 #1 Simple camera app in python to take sequence of pictures to the sdcard using droid.cameraCapturePicture() command (see previous for actual code if needed) The droid.cameraInteractiveCapturePicture() works fine in the same program f the origional line is replaced. Is it possible to vary the time between activating the camera and taking the picture. The preview has not had time to come up so I'm guessing its 'seeing' black What is the expected output? Series of pictures on sdcard What do you see instead? Series of black pictures What version of the product are you using? sl4a-r3 Please provide any additional information below. Attached logcat file. ``` Original issue reported on code.google.com by `Panquisitive` on 12 Oct 2010 at 6:00 Attachments: * [log.txt](https://storage.googleapis.com/google-code-attachments/android-scripting/issue-457/comment-0/log.txt)
defect
camera taking black pictures htc hero with attached logcat file orange kernel htc kernel simple camera app in python to take sequence of pictures to the sdcard using droid cameracapturepicture command see previous for actual code if needed the droid camerainteractivecapturepicture works fine in the same program f the origional line is replaced is it possible to vary the time between activating the camera and taking the picture the preview has not had time to come up so i m guessing its seeing black what is the expected output series of pictures on sdcard what do you see instead series of black pictures what version of the product are you using please provide any additional information below attached logcat file original issue reported on code google com by panquisitive on oct at attachments
1
23,558
3,851,863,774
IssuesEvent
2016-04-06 05:27:04
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
'Effect overlay' should be subtractive/multiplied
auto-migrated Priority-Medium Type-Defect
``` Hi, the current implementation of 'effect overlay' is wrong. It 'adds' the aperture masks that make the screen go brighter with stronger effect instead of going darker (subtracted/multiplied). With this implementation you cannot achieve intended black scanlines. Its interesting though. Some effects look ok with adding and don't suffer from losing too much brightness/luminance. Maybe you can add both worlds or even allow different blend modes (add/sub/multiply - see below). I think the 'multiply' blend mode is the most important one. A global 'brightness booster' option could be useful here to compensate the lost brightness caused by the scanlines (or darkened pixels). Multiply blend mode (see last sentence - its a generic method not just used by Photoshop): "However, of the four blend modes in the Darken group, one of them stands high above the others, and that’s the Multiply blend mode. The Multiply blend mode is one of the most important and widely-used blend modes in all of Photoshop, whether you’re doing traditional photo retouching work or creating some wild and crazy special effect. It’s unique among all the blend modes in that it’s the only one named after the actual math that Photoshop performs behind the scenes when you have the Multiply mode selected. Photoshop takes the colors from the layer that’s set to the Multiply blend mode and multiplies them by the colors on the layer(s) below it, then divides them by 255 to give us the result." The overscale feature is fantastic. Finally a proper integer scaling implementation without filtering. You might consider using this feature in combination with an additional bilinear fit-to-screen option. That's what some mame derivates do as well (prescaling). This results in a good tradeoff between sharp picture and fit-to-screen. The integer prescaling reduces the filter blurring alot. Btw, i've created a DAT file with Romlister with stripped 'clones', 'not working', mahjong and quiz files. ROMs are down to 10GB (2776 files) (instead of 40GB+). If you're searching for a reasonable dat just let me know. regards ``` Original issue reported on code.google.com by `Maniaxx2...@gmail.com` on 22 Dec 2014 at 12:24
1.0
'Effect overlay' should be subtractive/multiplied - ``` Hi, the current implementation of 'effect overlay' is wrong. It 'adds' the aperture masks that make the screen go brighter with stronger effect instead of going darker (subtracted/multiplied). With this implementation you cannot achieve intended black scanlines. Its interesting though. Some effects look ok with adding and don't suffer from losing too much brightness/luminance. Maybe you can add both worlds or even allow different blend modes (add/sub/multiply - see below). I think the 'multiply' blend mode is the most important one. A global 'brightness booster' option could be useful here to compensate the lost brightness caused by the scanlines (or darkened pixels). Multiply blend mode (see last sentence - its a generic method not just used by Photoshop): "However, of the four blend modes in the Darken group, one of them stands high above the others, and that’s the Multiply blend mode. The Multiply blend mode is one of the most important and widely-used blend modes in all of Photoshop, whether you’re doing traditional photo retouching work or creating some wild and crazy special effect. It’s unique among all the blend modes in that it’s the only one named after the actual math that Photoshop performs behind the scenes when you have the Multiply mode selected. Photoshop takes the colors from the layer that’s set to the Multiply blend mode and multiplies them by the colors on the layer(s) below it, then divides them by 255 to give us the result." The overscale feature is fantastic. Finally a proper integer scaling implementation without filtering. You might consider using this feature in combination with an additional bilinear fit-to-screen option. That's what some mame derivates do as well (prescaling). This results in a good tradeoff between sharp picture and fit-to-screen. The integer prescaling reduces the filter blurring alot. Btw, i've created a DAT file with Romlister with stripped 'clones', 'not working', mahjong and quiz files. ROMs are down to 10GB (2776 files) (instead of 40GB+). If you're searching for a reasonable dat just let me know. regards ``` Original issue reported on code.google.com by `Maniaxx2...@gmail.com` on 22 Dec 2014 at 12:24
defect
effect overlay should be subtractive multiplied hi the current implementation of effect overlay is wrong it adds the aperture masks that make the screen go brighter with stronger effect instead of going darker subtracted multiplied with this implementation you cannot achieve intended black scanlines its interesting though some effects look ok with adding and don t suffer from losing too much brightness luminance maybe you can add both worlds or even allow different blend modes add sub multiply see below i think the multiply blend mode is the most important one a global brightness booster option could be useful here to compensate the lost brightness caused by the scanlines or darkened pixels multiply blend mode see last sentence its a generic method not just used by photoshop however of the four blend modes in the darken group one of them stands high above the others and that’s the multiply blend mode the multiply blend mode is one of the most important and widely used blend modes in all of photoshop whether you’re doing traditional photo retouching work or creating some wild and crazy special effect it’s unique among all the blend modes in that it’s the only one named after the actual math that photoshop performs behind the scenes when you have the multiply mode selected photoshop takes the colors from the layer that’s set to the multiply blend mode and multiplies them by the colors on the layer s below it then divides them by to give us the result the overscale feature is fantastic finally a proper integer scaling implementation without filtering you might consider using this feature in combination with an additional bilinear fit to screen option that s what some mame derivates do as well prescaling this results in a good tradeoff between sharp picture and fit to screen the integer prescaling reduces the filter blurring alot btw i ve created a dat file with romlister with stripped clones not working mahjong and quiz files roms are down to files instead of if you re searching for a reasonable dat just let me know regards original issue reported on code google com by gmail com on dec at
1
607,665
18,788,284,223
IssuesEvent
2021-11-08 14:23:52
o3de/o3de
https://api.github.com/repos/o3de/o3de
opened
Certain DebugDrawRequestBus Script Canvas nodes are not functioning
kind/bug needs-triage sig/core priority/major
**Describe the bug** Some DebugDrawRequestBus Script Canvas nodes are not functioning properly while others work fine. Examples of functioning nodes: - DrawTextOnScreen - DrawTextOnEntity Examples of nonfunctioning nodes: - DrawLineEntityToEntity - DrawRayEntityToDirection - DrawSphereOnEntity - DrawAabb This issue does not occur on the Development (3b1c633) build. This issue can be related to https://github.com/o3de/o3de/issues/5404 as the functioning nodes seem to be drawing text, and the nonfunctional ones draw lines or shapes. **Steps to reproduce** Steps to reproduce the behavior: 1. Create an entity. 2. Add a child entity to the entity from step 1. 3. Move the child entity from the parent. 4. Add a Script Canvas node to the child entity. 5. Create and attach a .scriptcanvas asset as shown in the **Video and Script Canvas graph** section. 6. Enter the Game Mode. **Expected behavior** All DebugDrawRequestBus Script Canvas nodes are functional. **Actual behavior** Certain DebugDrawRequestBus Script Canvas nodes are nonfunctional. **Video and Script Canvas graph** https://user-images.githubusercontent.com/86952082/140755826-8a07f8ed-3313-4b73-b4ed-561b2d227d84.mp4 Script Canvas graph: ![ScriptCanvasGraph](https://user-images.githubusercontent.com/86952082/140756371-b1b998e8-21fd-4876-b4c3-0d6d507f099e.png) **Found in Branch** Stabilization_2110 (621194e) **Desktop** Device: PC OS: Windows Version 10 CPU AMD Ryzen 5 3600 6-Core Processor, 3600 MHz, 6 Core(s), 12 Logical Processor(s) GPU NVIDIA GeForce RTX 2060 SUPER Memory 16GB
1.0
Certain DebugDrawRequestBus Script Canvas nodes are not functioning - **Describe the bug** Some DebugDrawRequestBus Script Canvas nodes are not functioning properly while others work fine. Examples of functioning nodes: - DrawTextOnScreen - DrawTextOnEntity Examples of nonfunctioning nodes: - DrawLineEntityToEntity - DrawRayEntityToDirection - DrawSphereOnEntity - DrawAabb This issue does not occur on the Development (3b1c633) build. This issue can be related to https://github.com/o3de/o3de/issues/5404 as the functioning nodes seem to be drawing text, and the nonfunctional ones draw lines or shapes. **Steps to reproduce** Steps to reproduce the behavior: 1. Create an entity. 2. Add a child entity to the entity from step 1. 3. Move the child entity from the parent. 4. Add a Script Canvas node to the child entity. 5. Create and attach a .scriptcanvas asset as shown in the **Video and Script Canvas graph** section. 6. Enter the Game Mode. **Expected behavior** All DebugDrawRequestBus Script Canvas nodes are functional. **Actual behavior** Certain DebugDrawRequestBus Script Canvas nodes are nonfunctional. **Video and Script Canvas graph** https://user-images.githubusercontent.com/86952082/140755826-8a07f8ed-3313-4b73-b4ed-561b2d227d84.mp4 Script Canvas graph: ![ScriptCanvasGraph](https://user-images.githubusercontent.com/86952082/140756371-b1b998e8-21fd-4876-b4c3-0d6d507f099e.png) **Found in Branch** Stabilization_2110 (621194e) **Desktop** Device: PC OS: Windows Version 10 CPU AMD Ryzen 5 3600 6-Core Processor, 3600 MHz, 6 Core(s), 12 Logical Processor(s) GPU NVIDIA GeForce RTX 2060 SUPER Memory 16GB
non_defect
certain debugdrawrequestbus script canvas nodes are not functioning describe the bug some debugdrawrequestbus script canvas nodes are not functioning properly while others work fine examples of functioning nodes drawtextonscreen drawtextonentity examples of nonfunctioning nodes drawlineentitytoentity drawrayentitytodirection drawsphereonentity drawaabb this issue does not occur on the development build this issue can be related to as the functioning nodes seem to be drawing text and the nonfunctional ones draw lines or shapes steps to reproduce steps to reproduce the behavior create an entity add a child entity to the entity from step move the child entity from the parent add a script canvas node to the child entity create and attach a scriptcanvas asset as shown in the video and script canvas graph section enter the game mode expected behavior all debugdrawrequestbus script canvas nodes are functional actual behavior certain debugdrawrequestbus script canvas nodes are nonfunctional video and script canvas graph script canvas graph found in branch stabilization desktop device pc os windows version cpu amd ryzen core processor mhz core s logical processor s gpu nvidia geforce rtx super memory
0
40,815
10,168,007,476
IssuesEvent
2019-08-07 19:41:17
idaholab/moose
https://api.github.com/repos/idaholab/moose
opened
--pbs fails to detect a failed launch
C: TestHarness T: defect
## Bug Description When launching jobs using --pbs, and the test uses more resources than is available, qsub returns an error code we are not correctly handling. Furthermore, when run a second time (to check results), the failed test is not listed at all. ## Steps to Reproduce Set a min_cpu greater than the resources available on a PBS capable system and attempt to run said test with --pbs options. ## Impact Under normal circumstances, very little (a user would see a QSUB launch error). But if used in CI, we might never see failures during the second run. As was the case with Bison nightly. tagging @gardnerru, as he brought this to our attention.
1.0
--pbs fails to detect a failed launch - ## Bug Description When launching jobs using --pbs, and the test uses more resources than is available, qsub returns an error code we are not correctly handling. Furthermore, when run a second time (to check results), the failed test is not listed at all. ## Steps to Reproduce Set a min_cpu greater than the resources available on a PBS capable system and attempt to run said test with --pbs options. ## Impact Under normal circumstances, very little (a user would see a QSUB launch error). But if used in CI, we might never see failures during the second run. As was the case with Bison nightly. tagging @gardnerru, as he brought this to our attention.
defect
pbs fails to detect a failed launch bug description when launching jobs using pbs and the test uses more resources than is available qsub returns an error code we are not correctly handling furthermore when run a second time to check results the failed test is not listed at all steps to reproduce set a min cpu greater than the resources available on a pbs capable system and attempt to run said test with pbs options impact under normal circumstances very little a user would see a qsub launch error but if used in ci we might never see failures during the second run as was the case with bison nightly tagging gardnerru as he brought this to our attention
1
223,502
24,711,881,025
IssuesEvent
2022-10-20 01:56:25
nicktombeur/naturalcolors
https://api.github.com/repos/nicktombeur/naturalcolors
closed
CVE-2022-37599 (Medium) detected in loader-utils-1.2.3.tgz - autoclosed
security vulnerability
## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /front-end/package.json</p> <p>Path to vulnerable library: /front-end/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - react-scripts-2.1.3.tgz (Root Library) - webpack-2.4.1.tgz - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. <p>Publish Date: 2022-10-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37599>CVE-2022-37599</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2022-37599 (Medium) detected in loader-utils-1.2.3.tgz - autoclosed - ## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz">https://registry.npmjs.org/loader-utils/-/loader-utils-1.2.3.tgz</a></p> <p>Path to dependency file: /front-end/package.json</p> <p>Path to vulnerable library: /front-end/node_modules/loader-utils/package.json</p> <p> Dependency Hierarchy: - react-scripts-2.1.3.tgz (Root Library) - webpack-2.4.1.tgz - :x: **loader-utils-1.2.3.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A Regular expression denial of service (ReDoS) flaw was found in Function interpolateName in interpolateName.js in webpack loader-utils 2.0.0 via the resourcePath variable in interpolateName.js. <p>Publish Date: 2022-10-11 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-37599>CVE-2022-37599</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in loader utils tgz autoclosed cve medium severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file front end package json path to vulnerable library front end node modules loader utils package json dependency hierarchy react scripts tgz root library webpack tgz x loader utils tgz vulnerable library found in base branch main vulnerability details a regular expression denial of service redos flaw was found in function interpolatename in interpolatename js in webpack loader utils via the resourcepath variable in interpolatename js publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href step up your open source security game with mend
0
187,626
14,428,688,385
IssuesEvent
2020-12-06 11:00:40
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
btmorr/leifdb: internal/node/node_test.go; 9 LoC
fresh test tiny
Found a possible issue in [btmorr/leifdb](https://www.github.com/btmorr/leifdb) at [internal/node/node_test.go](https://github.com/btmorr/leifdb/blob/0915db7e76bef748c2e13f528ff42fc643239906/internal/node/node_test.go#L391-L399) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable tc used in defer or goroutine at line 394 [Click here to see the code in its original context.](https://github.com/btmorr/leifdb/blob/0915db7e76bef748c2e13f528ff42fc643239906/internal/node/node_test.go#L391-L399) <details> <summary>Click here to show the 9 line(s) of Go which triggered the analyzer.</summary> ```go for _, tc := range testCases { defer func() { if r := recover(); r != nil { t.Errorf("Recovered panic in %s: %v", tc.Name, r) } }() result := reconcileLogs(tc.Store, tc.Request) testutil.CompareLogs(t, tc.Name, result, tc.Expected) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 0915db7e76bef748c2e13f528ff42fc643239906
1.0
btmorr/leifdb: internal/node/node_test.go; 9 LoC - Found a possible issue in [btmorr/leifdb](https://www.github.com/btmorr/leifdb) at [internal/node/node_test.go](https://github.com/btmorr/leifdb/blob/0915db7e76bef748c2e13f528ff42fc643239906/internal/node/node_test.go#L391-L399) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable tc used in defer or goroutine at line 394 [Click here to see the code in its original context.](https://github.com/btmorr/leifdb/blob/0915db7e76bef748c2e13f528ff42fc643239906/internal/node/node_test.go#L391-L399) <details> <summary>Click here to show the 9 line(s) of Go which triggered the analyzer.</summary> ```go for _, tc := range testCases { defer func() { if r := recover(); r != nil { t.Errorf("Recovered panic in %s: %v", tc.Name, r) } }() result := reconcileLogs(tc.Store, tc.Request) testutil.CompareLogs(t, tc.Name, result, tc.Expected) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 0915db7e76bef748c2e13f528ff42fc643239906
non_defect
btmorr leifdb internal node node test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable tc used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for tc range testcases defer func if r recover r nil t errorf recovered panic in s v tc name r result reconcilelogs tc store tc request testutil comparelogs t tc name result tc expected leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
0
696,490
23,902,968,313
IssuesEvent
2022-09-08 20:40:00
vertica/spark-connector
https://api.github.com/repos/vertica/spark-connector
closed
[BUG] Scrutinize doesn't track which connections are spark connections
bug High Priority
## Problem Description - Issue #115 didn't set the label early enough, so dc_sessioin_starts doesn't contain the correct client label. I believe that if we set it in the connection properties that are passed into getConnection(), then dc_session_starts will show vspark-* in the client label and scrutinize will contain that data. 1. Steps to reproduce: run scrutinize report. 3. Expected behaviour: vspark in client label of dc_session_starts 4. Actual behaviour: jdbc in client label
1.0
[BUG] Scrutinize doesn't track which connections are spark connections - ## Problem Description - Issue #115 didn't set the label early enough, so dc_sessioin_starts doesn't contain the correct client label. I believe that if we set it in the connection properties that are passed into getConnection(), then dc_session_starts will show vspark-* in the client label and scrutinize will contain that data. 1. Steps to reproduce: run scrutinize report. 3. Expected behaviour: vspark in client label of dc_session_starts 4. Actual behaviour: jdbc in client label
non_defect
scrutinize doesn t track which connections are spark connections problem description issue didn t set the label early enough so dc sessioin starts doesn t contain the correct client label i believe that if we set it in the connection properties that are passed into getconnection then dc session starts will show vspark in the client label and scrutinize will contain that data steps to reproduce run scrutinize report expected behaviour vspark in client label of dc session starts actual behaviour jdbc in client label
0
152,225
19,680,330,475
IssuesEvent
2022-01-11 16:11:05
jgeraigery/dependabot-core
https://api.github.com/repos/jgeraigery/dependabot-core
opened
CVE-2021-43818 (High) detected in lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl
security vulnerability
## CVE-2021-43818 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl</b></p></summary> <p>Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/de/3c/fa420469c0d4f62ae39f19ee6505f90d00ae469f6264f4f54e61ed9d9a2c/lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/de/3c/fa420469c0d4f62ae39f19ee6505f90d00ae469f6264f4f54e61ed9d9a2c/lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: /python/spec/fixtures/projects/unresolvable/requirements.txt</p> <p>Path to vulnerable library: /dependabot-core/python/spec/fixtures/projects/unresolvable/requirements.txt</p> <p> Dependency Hierarchy: - jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl (Root Library) - :x: **lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> lxml is a library for processing XML and HTML in the Python language. Prior to version 4.6.5, the HTML Cleaner in lxml.html lets certain crafted script content pass through, as well as script content in SVG files embedded using data URIs. Users that employ the HTML cleaner in a security relevant context should upgrade to lxml 4.6.5 to receive a patch. There are no known workarounds available. <p>Publish Date: 2021-12-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43818>CVE-2021-43818</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8">https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8</a></p> <p>Release Date: 2021-12-13</p> <p>Fix Resolution: lxml - 4.6.5</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"lxml","packageVersion":"4.5.2","packageFilePaths":["/python/spec/fixtures/projects/unresolvable/requirements.txt"],"isTransitiveDependency":true,"dependencyTree":"jupyter-contrib-nbextensions:0.5.1;lxml:4.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lxml - 4.6.5","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-43818","vulnerabilityDetails":"lxml is a library for processing XML and HTML in the Python language. Prior to version 4.6.5, the HTML Cleaner in lxml.html lets certain crafted script content pass through, as well as script content in SVG files embedded using data URIs. Users that employ the HTML cleaner in a security relevant context should upgrade to lxml 4.6.5 to receive a patch. There are no known workarounds available.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43818","cvss3Severity":"high","cvss3Score":"7.1","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-43818 (High) detected in lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl - ## CVE-2021-43818 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl</b></p></summary> <p>Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.</p> <p>Library home page: <a href="https://files.pythonhosted.org/packages/de/3c/fa420469c0d4f62ae39f19ee6505f90d00ae469f6264f4f54e61ed9d9a2c/lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl">https://files.pythonhosted.org/packages/de/3c/fa420469c0d4f62ae39f19ee6505f90d00ae469f6264f4f54e61ed9d9a2c/lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl</a></p> <p>Path to dependency file: /python/spec/fixtures/projects/unresolvable/requirements.txt</p> <p>Path to vulnerable library: /dependabot-core/python/spec/fixtures/projects/unresolvable/requirements.txt</p> <p> Dependency Hierarchy: - jupyter_contrib_nbextensions-0.5.1-py2.py3-none-any.whl (Root Library) - :x: **lxml-4.5.2-cp37-cp37m-manylinux1_x86_64.whl** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> lxml is a library for processing XML and HTML in the Python language. Prior to version 4.6.5, the HTML Cleaner in lxml.html lets certain crafted script content pass through, as well as script content in SVG files embedded using data URIs. Users that employ the HTML cleaner in a security relevant context should upgrade to lxml 4.6.5 to receive a patch. There are no known workarounds available. <p>Publish Date: 2021-12-13 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43818>CVE-2021-43818</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8">https://github.com/lxml/lxml/security/advisories/GHSA-55x5-fj6c-h6m8</a></p> <p>Release Date: 2021-12-13</p> <p>Fix Resolution: lxml - 4.6.5</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Python","packageName":"lxml","packageVersion":"4.5.2","packageFilePaths":["/python/spec/fixtures/projects/unresolvable/requirements.txt"],"isTransitiveDependency":true,"dependencyTree":"jupyter-contrib-nbextensions:0.5.1;lxml:4.5.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"lxml - 4.6.5","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2021-43818","vulnerabilityDetails":"lxml is a library for processing XML and HTML in the Python language. Prior to version 4.6.5, the HTML Cleaner in lxml.html lets certain crafted script content pass through, as well as script content in SVG files embedded using data URIs. Users that employ the HTML cleaner in a security relevant context should upgrade to lxml 4.6.5 to receive a patch. There are no known workarounds available.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-43818","cvss3Severity":"high","cvss3Score":"7.1","cvss3Metrics":{"A":"Low","AC":"Low","PR":"None","S":"Changed","C":"Low","UI":"Required","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in lxml whl cve high severity vulnerability vulnerable library lxml whl powerful and pythonic xml processing library combining libxslt with the elementtree api library home page a href path to dependency file python spec fixtures projects unresolvable requirements txt path to vulnerable library dependabot core python spec fixtures projects unresolvable requirements txt dependency hierarchy jupyter contrib nbextensions none any whl root library x lxml whl vulnerable library found in base branch main vulnerability details lxml is a library for processing xml and html in the python language prior to version the html cleaner in lxml html lets certain crafted script content pass through as well as script content in svg files embedded using data uris users that employ the html cleaner in a security relevant context should upgrade to lxml to receive a patch there are no known workarounds available publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution lxml isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree jupyter contrib nbextensions lxml isminimumfixversionavailable true minimumfixversion lxml isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails lxml is a library for processing xml and html in the python language prior to version the html cleaner in lxml html lets certain crafted script content pass through as well as script content in svg files embedded using data uris users that employ the html cleaner in a security relevant context should upgrade to lxml to receive a patch there are no known workarounds available vulnerabilityurl
0
24,526
23,874,112,277
IssuesEvent
2022-09-07 17:18:06
fabric-testbed/fabric-portal
https://api.github.com/repos/fabric-testbed/fabric-portal
closed
UX Improvements for Slice Builder
usability 1.3
Laura tried the Portal Slice Builder as a new user, found usability issues and provided valuable suggestions. After discussion, we decided to make the following updates and improvements UI-wise. **Overall** - [x] Change the page header from `New Slice` to `Slice Builder`; - [x] Change `Project Tags` to `Project Permissions` in Slice Builder and Project page; - [x] Update the page layout. Ideally the slice graph canvas should take up all the right side, while step blocks are on the left to fit users' reading direction patterns. The Input Slice Information step with the Create Slice button should be moved to the end. Step1. Select Project -> Step 2: Add Nodes and Components -> Step3: Add Network Service -> Step 4: Input Slice Information; - [x] Make icons in callout messages consistent with the callout message color: -> _removed the warning icons in all callout messages, to be consistent with the other form warning messages across portal._ - [x] Add more helper text/ change jargon name based Laura's comments below. - [x] Add links to specific guide article sections for each step header. **Step by Step** _Add Nodes and Components_ - [x] Before user chooses a site, show the available resources for the whole testbed; - [x] Mapping site acronym to site name in the dropdown list to be consistent with the portal resource map -> _Discussed with Ilya: we should get the experimenters to get used to site acronyms and the longer name is more for semantic clarity. So I kept using site acronyms in the site dropdown list but add a full name above the site availability table._ ([Related Issue](https://github.com/fabric-testbed/fabric-portal/issues/204)) - [x] Change "Core" to "Cores", add units to RAM and Disk; - [x] Change `Image Type` to `Image Format`; - [x] Change `Image Ref` to `OS Image`; and added mapping to the dropdown choices (see comment below); - [x] + component: change to a way that user only need to click the + button to add another component -> _After consideration, I think it's still necessary to use the + button to add a component, and X button to delete a component. But I add a message `No component added. Please click the + button to add a component.` to remind users to be aware of clicking the + button is required to add a component. And the original warning message of choosing component type/ model or inputing component name is hidden unless the user inputs a non-unique component name within the same node(`Component name should be unique in the same node.`)_ _Slice Canvas_ - [x] Modify the sensitivity by user's mouse scroll; - [x] Add a 'Reset Layout' button to change the topology graph to its original layout and position; - [x] Replace all words `Graph` with `Topology`. _Add Network Service_ - [x] Move the "Click on the graph to select connection points." into a callout message similar to the other warning messages/ change the wording to be clearer for users to understand; **Functional Update** - [x] Allow adding a VM without components. ([Related Issue](https://github.com/fabric-testbed/fabric-portal/issues/178)) **Decided to Not Change** - Add red * mark to all required field for consistency (indicating red * as 'required' in one place and use it across the form fields): _I decided to not add this * because basically every field in the forms is required and adding red * to all of them will take up unnecessary space/ make the UI busier. The reason I add “*required” to the slice name/ ssh key fields is due to the comparison of optional field: Lease End Time (used to be preset to current time with a label “Optional. Default end time is 24 hours upon creation if not selected.”) And I’ve changed it to be set as 24 hours later than current time by default and removed the “Optional. Xxx” message._ - Divide the first warning message for node information into two, each closely below the form fields it's related to (one warning below Site/ Node Type/ Node Name, shown by default; the other hidden by default but shown when user inputs invalid core/ ram/ disk values): _To save vertical space, I changed the layout a bit: the previous three rows are compressed to two rows (1: site + node type + node name; 2: cores + ram + disk + image format + os image), and also added light grey background color to this section. This part is considered as a whole and the warning message sits closely with these fields. I think it’s reasonable to use one warning message block to 1. Save vertical space; 2. The message is targeted on prompting users input correct data for the node information, which are right above this message by two rows._ **TODO: Make the difference of disabled/ active buttons more obvious** - How to Make the difference between disabled/ active buttons more obvious (e.g. Laura recommends pale gray to green instead of light green to green): _I searched for related UI/ UX articles and it is proven that the good practice is to use opaque version of the primary color instead of graying out the disabled button. Actually portal is using Bootstrap’s default styling for disabled button, and Bootstrap is practicing the better UX rule, so I decide to keep current styling until there is a better solution (e.g. how to make the workflow not use disabled button but still prevent user’s error effectively)._ **TODO: Model Availability** - Fraida's question: I can specify the “model” type of a component but I don’t know if there is anywhere that shows that level of granularity - e.g. I can see a site has 3 GPUs but not what model they are. So I don’t know if the resources I’m requesting will be available: **_After discussion with Laura and Ilya, this issue is something we need to work on in both portal and FABLib - not allowing infeasible slice requests._**
True
UX Improvements for Slice Builder - Laura tried the Portal Slice Builder as a new user, found usability issues and provided valuable suggestions. After discussion, we decided to make the following updates and improvements UI-wise. **Overall** - [x] Change the page header from `New Slice` to `Slice Builder`; - [x] Change `Project Tags` to `Project Permissions` in Slice Builder and Project page; - [x] Update the page layout. Ideally the slice graph canvas should take up all the right side, while step blocks are on the left to fit users' reading direction patterns. The Input Slice Information step with the Create Slice button should be moved to the end. Step1. Select Project -> Step 2: Add Nodes and Components -> Step3: Add Network Service -> Step 4: Input Slice Information; - [x] Make icons in callout messages consistent with the callout message color: -> _removed the warning icons in all callout messages, to be consistent with the other form warning messages across portal._ - [x] Add more helper text/ change jargon name based Laura's comments below. - [x] Add links to specific guide article sections for each step header. **Step by Step** _Add Nodes and Components_ - [x] Before user chooses a site, show the available resources for the whole testbed; - [x] Mapping site acronym to site name in the dropdown list to be consistent with the portal resource map -> _Discussed with Ilya: we should get the experimenters to get used to site acronyms and the longer name is more for semantic clarity. So I kept using site acronyms in the site dropdown list but add a full name above the site availability table._ ([Related Issue](https://github.com/fabric-testbed/fabric-portal/issues/204)) - [x] Change "Core" to "Cores", add units to RAM and Disk; - [x] Change `Image Type` to `Image Format`; - [x] Change `Image Ref` to `OS Image`; and added mapping to the dropdown choices (see comment below); - [x] + component: change to a way that user only need to click the + button to add another component -> _After consideration, I think it's still necessary to use the + button to add a component, and X button to delete a component. But I add a message `No component added. Please click the + button to add a component.` to remind users to be aware of clicking the + button is required to add a component. And the original warning message of choosing component type/ model or inputing component name is hidden unless the user inputs a non-unique component name within the same node(`Component name should be unique in the same node.`)_ _Slice Canvas_ - [x] Modify the sensitivity by user's mouse scroll; - [x] Add a 'Reset Layout' button to change the topology graph to its original layout and position; - [x] Replace all words `Graph` with `Topology`. _Add Network Service_ - [x] Move the "Click on the graph to select connection points." into a callout message similar to the other warning messages/ change the wording to be clearer for users to understand; **Functional Update** - [x] Allow adding a VM without components. ([Related Issue](https://github.com/fabric-testbed/fabric-portal/issues/178)) **Decided to Not Change** - Add red * mark to all required field for consistency (indicating red * as 'required' in one place and use it across the form fields): _I decided to not add this * because basically every field in the forms is required and adding red * to all of them will take up unnecessary space/ make the UI busier. The reason I add “*required” to the slice name/ ssh key fields is due to the comparison of optional field: Lease End Time (used to be preset to current time with a label “Optional. Default end time is 24 hours upon creation if not selected.”) And I’ve changed it to be set as 24 hours later than current time by default and removed the “Optional. Xxx” message._ - Divide the first warning message for node information into two, each closely below the form fields it's related to (one warning below Site/ Node Type/ Node Name, shown by default; the other hidden by default but shown when user inputs invalid core/ ram/ disk values): _To save vertical space, I changed the layout a bit: the previous three rows are compressed to two rows (1: site + node type + node name; 2: cores + ram + disk + image format + os image), and also added light grey background color to this section. This part is considered as a whole and the warning message sits closely with these fields. I think it’s reasonable to use one warning message block to 1. Save vertical space; 2. The message is targeted on prompting users input correct data for the node information, which are right above this message by two rows._ **TODO: Make the difference of disabled/ active buttons more obvious** - How to Make the difference between disabled/ active buttons more obvious (e.g. Laura recommends pale gray to green instead of light green to green): _I searched for related UI/ UX articles and it is proven that the good practice is to use opaque version of the primary color instead of graying out the disabled button. Actually portal is using Bootstrap’s default styling for disabled button, and Bootstrap is practicing the better UX rule, so I decide to keep current styling until there is a better solution (e.g. how to make the workflow not use disabled button but still prevent user’s error effectively)._ **TODO: Model Availability** - Fraida's question: I can specify the “model” type of a component but I don’t know if there is anywhere that shows that level of granularity - e.g. I can see a site has 3 GPUs but not what model they are. So I don’t know if the resources I’m requesting will be available: **_After discussion with Laura and Ilya, this issue is something we need to work on in both portal and FABLib - not allowing infeasible slice requests._**
non_defect
ux improvements for slice builder laura tried the portal slice builder as a new user found usability issues and provided valuable suggestions after discussion we decided to make the following updates and improvements ui wise overall change the page header from new slice to slice builder change project tags to project permissions in slice builder and project page update the page layout ideally the slice graph canvas should take up all the right side while step blocks are on the left to fit users reading direction patterns the input slice information step with the create slice button should be moved to the end select project step add nodes and components add network service step input slice information make icons in callout messages consistent with the callout message color removed the warning icons in all callout messages to be consistent with the other form warning messages across portal add more helper text change jargon name based laura s comments below add links to specific guide article sections for each step header step by step add nodes and components before user chooses a site show the available resources for the whole testbed mapping site acronym to site name in the dropdown list to be consistent with the portal resource map discussed with ilya we should get the experimenters to get used to site acronyms and the longer name is more for semantic clarity so i kept using site acronyms in the site dropdown list but add a full name above the site availability table change core to cores add units to ram and disk change image type to image format change image ref to os image and added mapping to the dropdown choices see comment below component change to a way that user only need to click the button to add another component after consideration i think it s still necessary to use the button to add a component and x button to delete a component but i add a message no component added please click the button to add a component to remind users to be aware of clicking the button is required to add a component and the original warning message of choosing component type model or inputing component name is hidden unless the user inputs a non unique component name within the same node component name should be unique in the same node slice canvas modify the sensitivity by user s mouse scroll add a reset layout button to change the topology graph to its original layout and position replace all words graph with topology add network service move the click on the graph to select connection points into a callout message similar to the other warning messages change the wording to be clearer for users to understand functional update allow adding a vm without components decided to not change add red mark to all required field for consistency indicating red as required in one place and use it across the form fields i decided to not add this because basically every field in the forms is required and adding red to all of them will take up unnecessary space make the ui busier the reason i add “ required” to the slice name ssh key fields is due to the comparison of optional field lease end time used to be preset to current time with a label “optional default end time is hours upon creation if not selected ” and i’ve changed it to be set as hours later than current time by default and removed the “optional xxx” message divide the first warning message for node information into two each closely below the form fields it s related to one warning below site node type node name shown by default the other hidden by default but shown when user inputs invalid core ram disk values to save vertical space i changed the layout a bit the previous three rows are compressed to two rows site node type node name cores ram disk image format os image and also added light grey background color to this section this part is considered as a whole and the warning message sits closely with these fields i think it’s reasonable to use one warning message block to save vertical space the message is targeted on prompting users input correct data for the node information which are right above this message by two rows todo make the difference of disabled active buttons more obvious how to make the difference between disabled active buttons more obvious e g laura recommends pale gray to green instead of light green to green i searched for related ui ux articles and it is proven that the good practice is to use opaque version of the primary color instead of graying out the disabled button actually portal is using bootstrap’s default styling for disabled button and bootstrap is practicing the better ux rule so i decide to keep current styling until there is a better solution e g how to make the workflow not use disabled button but still prevent user’s error effectively todo model availability fraida s question i can specify the “model” type of a component but i don’t know if there is anywhere that shows that level of granularity e g i can see a site has gpus but not what model they are so i don’t know if the resources i’m requesting will be available after discussion with laura and ilya this issue is something we need to work on in both portal and fablib not allowing infeasible slice requests
0
13,253
2,742,952,698
IssuesEvent
2015-04-21 19:04:10
tipsy/java-html-generator
https://api.github.com/repos/tipsy/java-html-generator
closed
Source is not displaying as "well-formed" HTML. Just a single string output on a single line (unless broken by \n)
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. publish the example to a server and execute it 2. view the source 3. What is the expected output? What do you see instead? well-formed HTML as noted What version of the product are you using? On what operating system? 1.2-beta Please provide any additional information below. n/a ``` Original issue reported on code.google.com by `ddircks@trainingu247.com` on 27 Mar 2013 at 6:35 Attachments: * [not_well-formed_html.PNG](https://storage.googleapis.com/google-code-attachments/gagawa/issue-3/comment-0/not_well-formed_html.PNG)
1.0
Source is not displaying as "well-formed" HTML. Just a single string output on a single line (unless broken by \n) - ``` What steps will reproduce the problem? 1. publish the example to a server and execute it 2. view the source 3. What is the expected output? What do you see instead? well-formed HTML as noted What version of the product are you using? On what operating system? 1.2-beta Please provide any additional information below. n/a ``` Original issue reported on code.google.com by `ddircks@trainingu247.com` on 27 Mar 2013 at 6:35 Attachments: * [not_well-formed_html.PNG](https://storage.googleapis.com/google-code-attachments/gagawa/issue-3/comment-0/not_well-formed_html.PNG)
defect
source is not displaying as well formed html just a single string output on a single line unless broken by n what steps will reproduce the problem publish the example to a server and execute it view the source what is the expected output what do you see instead well formed html as noted what version of the product are you using on what operating system beta please provide any additional information below n a original issue reported on code google com by ddircks com on mar at attachments
1
172,209
27,244,707,841
IssuesEvent
2023-02-22 00:23:51
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Scrollable TabBar ignores taps while transition is in progress
framework f: material design f: scrolling has reproducible steps P5 found in release: 1.21
## Steps to reproduce 1. Open the gallery app 1. Enable slow animations in the hamburger menu 1. Go to the "Scrollable Tabs" demo 1. Click on the last tab. 1. While transition is in progress, tap on the first tab again ## Result The last tap is ignored. The reason for this is probably that the Scrollable introduces an IgnorePointer widget that is set to ignore while the animation is in progress.
1.0
Scrollable TabBar ignores taps while transition is in progress - ## Steps to reproduce 1. Open the gallery app 1. Enable slow animations in the hamburger menu 1. Go to the "Scrollable Tabs" demo 1. Click on the last tab. 1. While transition is in progress, tap on the first tab again ## Result The last tap is ignored. The reason for this is probably that the Scrollable introduces an IgnorePointer widget that is set to ignore while the animation is in progress.
non_defect
scrollable tabbar ignores taps while transition is in progress steps to reproduce open the gallery app enable slow animations in the hamburger menu go to the scrollable tabs demo click on the last tab while transition is in progress tap on the first tab again result the last tap is ignored the reason for this is probably that the scrollable introduces an ignorepointer widget that is set to ignore while the animation is in progress
0
282,481
24,479,960,394
IssuesEvent
2022-10-08 17:45:10
ValveSoftware/steam-runtime
https://api.github.com/repos/ValveSoftware/steam-runtime
closed
Game is unable to see workshop contents
Need Retest Pressure Vessel
# Compatibility Report - Name of the game with compatibility issues: Arma 3 - Steam AppID of the game: 107410 ## System Information - GPU: RX6700XT - Driver/LLVM version: <!-- e.g. Mesa 18.2/7.0.0 or nvidia 396.54 --> mesa 22.1.4-1 xf86-video-amdgpu 22.0.0-1 - Kernel version: <!-- e.g. 4.17 --> 5.18.16-arch1-1 - Full system information: https://gist.github.com/grappas/586f85acaef66226f267aea0d0b38ae3 - Proton version: Proton Experimental ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.)--> [steam-107410.log](https://github.com/ValveSoftware/Proton/files/9269856/steam-107410.log) ## Symptoms <!-- What's the problem? --> Launcher is unable to find mods on the disk drive. It sees only contents of a pfx's drive_c, home directory and nothing else. ## Reproduction `STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/grappas/.local/share/Steam STEAM_COMPAT_DATA_PATH=/home/grappas/.local/share/Steam/steamapps/compatdata/107410 /home/grappas/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/proton run "C:"` Before launching the game: ![obraz](https://user-images.githubusercontent.com/1036957/183107159-1eb74120-2df0-4c1a-9ef2-76cfec560720.png) After launching the game: ![obraz](https://user-images.githubusercontent.com/1036957/183110644-f44c3f44-13eb-46c2-8427-33a5c7e8e4ec.png) Hiding system files from game makes sense, but at least give it chance to find it's own mods ;) Dayz has the very same issue.
1.0
Game is unable to see workshop contents - # Compatibility Report - Name of the game with compatibility issues: Arma 3 - Steam AppID of the game: 107410 ## System Information - GPU: RX6700XT - Driver/LLVM version: <!-- e.g. Mesa 18.2/7.0.0 or nvidia 396.54 --> mesa 22.1.4-1 xf86-video-amdgpu 22.0.0-1 - Kernel version: <!-- e.g. 4.17 --> 5.18.16-arch1-1 - Full system information: https://gist.github.com/grappas/586f85acaef66226f267aea0d0b38ae3 - Proton version: Proton Experimental ## I confirm: - [x] that I haven't found an existing compatibility report for this game. - [x] that I have checked whether there are updates for my system available. <!-- Please add `PROTON_LOG=1 %command%` to the game's launch options and attach the generated $HOME/steam-$APPID.log to this issue report as a file. (Proton logs compress well if needed.)--> [steam-107410.log](https://github.com/ValveSoftware/Proton/files/9269856/steam-107410.log) ## Symptoms <!-- What's the problem? --> Launcher is unable to find mods on the disk drive. It sees only contents of a pfx's drive_c, home directory and nothing else. ## Reproduction `STEAM_COMPAT_CLIENT_INSTALL_PATH=/home/grappas/.local/share/Steam STEAM_COMPAT_DATA_PATH=/home/grappas/.local/share/Steam/steamapps/compatdata/107410 /home/grappas/.local/share/Steam/steamapps/common/Proton\ -\ Experimental/proton run "C:"` Before launching the game: ![obraz](https://user-images.githubusercontent.com/1036957/183107159-1eb74120-2df0-4c1a-9ef2-76cfec560720.png) After launching the game: ![obraz](https://user-images.githubusercontent.com/1036957/183110644-f44c3f44-13eb-46c2-8427-33a5c7e8e4ec.png) Hiding system files from game makes sense, but at least give it chance to find it's own mods ;) Dayz has the very same issue.
non_defect
game is unable to see workshop contents compatibility report name of the game with compatibility issues arma steam appid of the game system information gpu driver llvm version mesa video amdgpu kernel version full system information proton version proton experimental i confirm that i haven t found an existing compatibility report for this game that i have checked whether there are updates for my system available please add proton log command to the game s launch options and attach the generated home steam appid log to this issue report as a file proton logs compress well if needed symptoms launcher is unable to find mods on the disk drive it sees only contents of a pfx s drive c home directory and nothing else reproduction steam compat client install path home grappas local share steam steam compat data path home grappas local share steam steamapps compatdata home grappas local share steam steamapps common proton experimental proton run c before launching the game after launching the game hiding system files from game makes sense but at least give it chance to find it s own mods dayz has the very same issue
0
64,779
18,894,386,898
IssuesEvent
2021-11-15 16:18:53
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
Recursor: Wrong EDE when DNSKEY signatures have expired
rec defect
- Program: Recursor - Issue type: Bug report ### Short description When resolving servfail.nl|AAAA, the recursor returns a SERVFAIL with EDE code 9 (DNSKEY missing) instead of code 7 (signature expired). The EDE code definitions in RFC 8917: 7: > The resolver attempted to perform DNSSEC validation, but no signatures are presently valid and some (often all) are expired. 9: > A DS record existed at a parent, but no supported matching DNSKEY record could be found for the child. 9 is wrong because the DNSKEY belonging to the DS record in the parent exists. However, because all signatures in the zone are expired (including the DNSKEY ones), see [dnsviz](https://dnsviz.net/d/servfail.nl/YX_JZA/dnssec/). ### Environment - Operating system: Arch Linux - Software version: master at b1f97a4cc7d2d9197fbb7b2745a255dc65860023 - Software source: Compiled myself ### Steps to reproduce 1. `./pdns_recursor --local-port=5301 --socket-dir=. --extended-resolution-errors --dnssec=validate` 2. `dig @127.0.0.1 -p5301 servfail.nl +rec +dnssec +ad +endsopt=15` ### Expected behaviour EDE option 6 in the response. ### Actual behaviour ``` ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags: do; udp: 512 ; EDE: 9 (DNSKEY Missing) ``` ### Other information The trace shows we see the right condition: ``` Nov 01 16:05:31 Signature is expired (inception: 1586339579, inception skew: 60, expiration: 1586350379, now: 1635779131) Nov 01 16:05:31 Validation did not succeed! ``` From some discussions: * `checkSignatureWithKey` does not distinguish between the various cases * It looks like `validateDNSKeysAgainstDS` falls into the return `vState::BogusNoValidDNSKEY` case * it should take into consideration why `checkSignatureWithKey` decided a sig was invalid
1.0
Recursor: Wrong EDE when DNSKEY signatures have expired - - Program: Recursor - Issue type: Bug report ### Short description When resolving servfail.nl|AAAA, the recursor returns a SERVFAIL with EDE code 9 (DNSKEY missing) instead of code 7 (signature expired). The EDE code definitions in RFC 8917: 7: > The resolver attempted to perform DNSSEC validation, but no signatures are presently valid and some (often all) are expired. 9: > A DS record existed at a parent, but no supported matching DNSKEY record could be found for the child. 9 is wrong because the DNSKEY belonging to the DS record in the parent exists. However, because all signatures in the zone are expired (including the DNSKEY ones), see [dnsviz](https://dnsviz.net/d/servfail.nl/YX_JZA/dnssec/). ### Environment - Operating system: Arch Linux - Software version: master at b1f97a4cc7d2d9197fbb7b2745a255dc65860023 - Software source: Compiled myself ### Steps to reproduce 1. `./pdns_recursor --local-port=5301 --socket-dir=. --extended-resolution-errors --dnssec=validate` 2. `dig @127.0.0.1 -p5301 servfail.nl +rec +dnssec +ad +endsopt=15` ### Expected behaviour EDE option 6 in the response. ### Actual behaviour ``` ;; OPT PSEUDOSECTION: ; EDNS: version: 0, flags: do; udp: 512 ; EDE: 9 (DNSKEY Missing) ``` ### Other information The trace shows we see the right condition: ``` Nov 01 16:05:31 Signature is expired (inception: 1586339579, inception skew: 60, expiration: 1586350379, now: 1635779131) Nov 01 16:05:31 Validation did not succeed! ``` From some discussions: * `checkSignatureWithKey` does not distinguish between the various cases * It looks like `validateDNSKeysAgainstDS` falls into the return `vState::BogusNoValidDNSKEY` case * it should take into consideration why `checkSignatureWithKey` decided a sig was invalid
defect
recursor wrong ede when dnskey signatures have expired program recursor issue type bug report short description when resolving servfail nl aaaa the recursor returns a servfail with ede code dnskey missing instead of code signature expired the ede code definitions in rfc the resolver attempted to perform dnssec validation but no signatures are presently valid and some often all are expired a ds record existed at a parent but no supported matching dnskey record could be found for the child is wrong because the dnskey belonging to the ds record in the parent exists however because all signatures in the zone are expired including the dnskey ones see environment operating system arch linux software version master at software source compiled myself steps to reproduce pdns recursor local port socket dir extended resolution errors dnssec validate dig servfail nl rec dnssec ad endsopt expected behaviour ede option in the response actual behaviour opt pseudosection edns version flags do udp ede dnskey missing other information the trace shows we see the right condition nov signature is expired inception inception skew expiration now nov validation did not succeed from some discussions checksignaturewithkey does not distinguish between the various cases it looks like validatednskeysagainstds falls into the return vstate bogusnovaliddnskey case it should take into consideration why checksignaturewithkey decided a sig was invalid
1
237,228
19,602,754,200
IssuesEvent
2022-01-06 04:33:58
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
`random_fullrank_matrix_distinct_singular_value` may not be robust for creating large invertible matrices on CUDA
module: cuda triaged module: linear algebra module: testing
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> `random_fullrank_matrix_distinct_singular_value` from `torch.testing._internal.common_utils` is commonly used in tests for creating matrices that are invertible - `torch.linalg.inv` should not raise an error for this kind of input. Usually, small size matrices are used in the tests, but for larger matrices and `device='cuda'` `random_fullrank_matrix_distinct_singular_value` may generate a matrix that is not invertible. ## To Reproduce I couldn't reproduce the failures locally, but here are the links for failing tests on CUDA 10.2: https://github.com/pytorch/pytorch/runs/3880438252 https://github.com/pytorch/pytorch/runs/3880437217 ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> `random_fullrank_matrix_distinct_singular_value` should produce invertible matrix for any size. ## Additional context <!-- Add any other context about the problem here. --> Originally the problem appeared when enabling proper use of `device` kwarg in `test_inverse_many_batches` from `test_linalg.py`, see https://github.com/pytorch/pytorch/pull/64930#discussion_r730926860. cc @ngimel @jianyuh @nikitaved @pearu @mruberry @walterddr @IvanYashchuk @xwang233 @Lezcano
1.0
`random_fullrank_matrix_distinct_singular_value` may not be robust for creating large invertible matrices on CUDA - ## 🐛 Bug <!-- A clear and concise description of what the bug is. --> `random_fullrank_matrix_distinct_singular_value` from `torch.testing._internal.common_utils` is commonly used in tests for creating matrices that are invertible - `torch.linalg.inv` should not raise an error for this kind of input. Usually, small size matrices are used in the tests, but for larger matrices and `device='cuda'` `random_fullrank_matrix_distinct_singular_value` may generate a matrix that is not invertible. ## To Reproduce I couldn't reproduce the failures locally, but here are the links for failing tests on CUDA 10.2: https://github.com/pytorch/pytorch/runs/3880438252 https://github.com/pytorch/pytorch/runs/3880437217 ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> `random_fullrank_matrix_distinct_singular_value` should produce invertible matrix for any size. ## Additional context <!-- Add any other context about the problem here. --> Originally the problem appeared when enabling proper use of `device` kwarg in `test_inverse_many_batches` from `test_linalg.py`, see https://github.com/pytorch/pytorch/pull/64930#discussion_r730926860. cc @ngimel @jianyuh @nikitaved @pearu @mruberry @walterddr @IvanYashchuk @xwang233 @Lezcano
non_defect
random fullrank matrix distinct singular value may not be robust for creating large invertible matrices on cuda 🐛 bug random fullrank matrix distinct singular value from torch testing internal common utils is commonly used in tests for creating matrices that are invertible torch linalg inv should not raise an error for this kind of input usually small size matrices are used in the tests but for larger matrices and device cuda random fullrank matrix distinct singular value may generate a matrix that is not invertible to reproduce i couldn t reproduce the failures locally but here are the links for failing tests on cuda expected behavior random fullrank matrix distinct singular value should produce invertible matrix for any size additional context originally the problem appeared when enabling proper use of device kwarg in test inverse many batches from test linalg py see cc ngimel jianyuh nikitaved pearu mruberry walterddr ivanyashchuk lezcano
0
4,868
2,883,513,770
IssuesEvent
2015-06-11 12:40:56
MongoEngine/mongoengine
https://api.github.com/repos/MongoEngine/mongoengine
closed
reverse_delete_rule mistake in docs?
Documentation
I'm new to mongoengine, so I [don't completely understand how mongoengine's reverse_delete_rule works](http://stackoverflow.com/questions/30371777/in-what-direction-does-mongoengine-reverse-delete-rule-work), but I think there may be a mistake in the documentation. > class Employee(Document): > ... > profile_page = ReferenceField('ProfilePage', reverse_delete_rule=mongoengine.NULLIFY) > > The declaration in this > example means that when an Employee object is removed, the ProfilePage > that belongs to that employee is removed as well. If a whole batch of > employees is removed, all profile pages that are linked are removed as > well. The code uses `NULLIFY`, but the explanation indicates the use of `CASCADE`. or am I misunderstanding something?
1.0
reverse_delete_rule mistake in docs? - I'm new to mongoengine, so I [don't completely understand how mongoengine's reverse_delete_rule works](http://stackoverflow.com/questions/30371777/in-what-direction-does-mongoengine-reverse-delete-rule-work), but I think there may be a mistake in the documentation. > class Employee(Document): > ... > profile_page = ReferenceField('ProfilePage', reverse_delete_rule=mongoengine.NULLIFY) > > The declaration in this > example means that when an Employee object is removed, the ProfilePage > that belongs to that employee is removed as well. If a whole batch of > employees is removed, all profile pages that are linked are removed as > well. The code uses `NULLIFY`, but the explanation indicates the use of `CASCADE`. or am I misunderstanding something?
non_defect
reverse delete rule mistake in docs i m new to mongoengine so i but i think there may be a mistake in the documentation class employee document profile page referencefield profilepage reverse delete rule mongoengine nullify the declaration in this example means that when an employee object is removed the profilepage that belongs to that employee is removed as well if a whole batch of employees is removed all profile pages that are linked are removed as well the code uses nullify but the explanation indicates the use of cascade or am i misunderstanding something
0
45,873
13,055,812,488
IssuesEvent
2020-07-30 02:48:44
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
terst (Trac #165)
Incomplete Migration Migrated from Trac combo reconstruction defect
Migrated from https://code.icecube.wisc.edu/ticket/165 ```json { "status": "closed", "changetime": "2009-06-30T13:34:54", "description": "test test", "reporter": "cgils", "cc": "", "resolution": "fixed", "_ts": "1246368894000000", "component": "combo reconstruction", "summary": "terst", "priority": "normal", "keywords": "", "time": "2009-06-30T13:33:04", "milestone": "", "owner": "kislat", "type": "defect" } ```
1.0
terst (Trac #165) - Migrated from https://code.icecube.wisc.edu/ticket/165 ```json { "status": "closed", "changetime": "2009-06-30T13:34:54", "description": "test test", "reporter": "cgils", "cc": "", "resolution": "fixed", "_ts": "1246368894000000", "component": "combo reconstruction", "summary": "terst", "priority": "normal", "keywords": "", "time": "2009-06-30T13:33:04", "milestone": "", "owner": "kislat", "type": "defect" } ```
defect
terst trac migrated from json status closed changetime description test test reporter cgils cc resolution fixed ts component combo reconstruction summary terst priority normal keywords time milestone owner kislat type defect
1
396,381
27,116,039,091
IssuesEvent
2023-02-15 18:39:18
NixOS/nixpkgs
https://api.github.com/repos/NixOS/nixpkgs
closed
Using docker during a nix build
9.needs: documentation
Hello, ## Situation We are building a Rust application which need to contact at build time a live instance of a postgres instance (sqlx crate), so let's say a docker container. We know this is quite an unorthodox thing and we do not wish to use any offline pattern. We tried to move forward using `buildRustPackage`,but as expected, it does not work as is when it tries to connect to the database. We got either connection failure or cannot connect to docker (when we tried to start a docker container). ## Questions - Is it possible to contact the host docker daemon via docker.sock? - Is there any way to start a daemon during the `buildPhase`? We are a bit short on how to solve that part and we really want to avoid at all cost using the `cargo sqlx prepare` (offline mode) as it does not totally enforce discrepancies between sql/schema. Thanks.
1.0
Using docker during a nix build - Hello, ## Situation We are building a Rust application which need to contact at build time a live instance of a postgres instance (sqlx crate), so let's say a docker container. We know this is quite an unorthodox thing and we do not wish to use any offline pattern. We tried to move forward using `buildRustPackage`,but as expected, it does not work as is when it tries to connect to the database. We got either connection failure or cannot connect to docker (when we tried to start a docker container). ## Questions - Is it possible to contact the host docker daemon via docker.sock? - Is there any way to start a daemon during the `buildPhase`? We are a bit short on how to solve that part and we really want to avoid at all cost using the `cargo sqlx prepare` (offline mode) as it does not totally enforce discrepancies between sql/schema. Thanks.
non_defect
using docker during a nix build hello situation we are building a rust application which need to contact at build time a live instance of a postgres instance sqlx crate so let s say a docker container we know this is quite an unorthodox thing and we do not wish to use any offline pattern we tried to move forward using buildrustpackage but as expected it does not work as is when it tries to connect to the database we got either connection failure or cannot connect to docker when we tried to start a docker container questions is it possible to contact the host docker daemon via docker sock is there any way to start a daemon during the buildphase we are a bit short on how to solve that part and we really want to avoid at all cost using the cargo sqlx prepare offline mode as it does not totally enforce discrepancies between sql schema thanks
0
80,140
9,981,991,961
IssuesEvent
2019-07-10 08:50:56
Audentio/xf2addon-issues
https://api.github.com/repos/Audentio/xf2addon-issues
closed
[QAForums] {type} placeholder in phrase thqaforums_your_answer_in_thread_x_has_received_a_x not translatable
as designed
As the title states. Apparently the type is not phrased so a translation of the entire `thqaforums_your_answer_in_thread_x_has_received_a_x` phrase results in mixed languages.
1.0
[QAForums] {type} placeholder in phrase thqaforums_your_answer_in_thread_x_has_received_a_x not translatable - As the title states. Apparently the type is not phrased so a translation of the entire `thqaforums_your_answer_in_thread_x_has_received_a_x` phrase results in mixed languages.
non_defect
type placeholder in phrase thqaforums your answer in thread x has received a x not translatable as the title states apparently the type is not phrased so a translation of the entire thqaforums your answer in thread x has received a x phrase results in mixed languages
0
20,661
3,618,617,179
IssuesEvent
2016-02-08 12:34:35
ZeroK-RTS/Zero-K
https://api.github.com/repos/ZeroK-RTS/Zero-K
closed
Start commander is light transportable
bug design decision
The 1000 metal cost (before modules) seems to have made the starting commander transportable by Valk. This is probably due to their mass. I think we should hardcode their mass to be at least the threshold for heavy-only. Transports should take modules into account but currently do not because mass cannot be modified.
1.0
Start commander is light transportable - The 1000 metal cost (before modules) seems to have made the starting commander transportable by Valk. This is probably due to their mass. I think we should hardcode their mass to be at least the threshold for heavy-only. Transports should take modules into account but currently do not because mass cannot be modified.
non_defect
start commander is light transportable the metal cost before modules seems to have made the starting commander transportable by valk this is probably due to their mass i think we should hardcode their mass to be at least the threshold for heavy only transports should take modules into account but currently do not because mass cannot be modified
0
78,308
27,421,440,147
IssuesEvent
2023-03-01 16:59:20
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
PDF file cannot be shared to Element iOS
T-Defect
### Steps to reproduce 1. I open S-Kaupat or K-Ruoka 2. I open my digital receipts 3. I open a specific receipt 4. I press share 5. I see AirDrop, Telegram, Signal, WhatsApp, Gmail, Drive, Threema, DuckDuckGo (eikö se ole verkkoselain), Google Keep, Discord, Viestit, Sähköposti, More 6. I press more 7. I see the same list as 5. with Kivra and Monal added. ### Outcome #### What did you expect? I expected Element iOS to be an option for sharing. #### What happened instead? Element iOS was missing from the list and I had to negotiate switching to Threema for the purpose of transferring two PDF files. ### Your phone model iPhone SE2020 (A2296) ### Operating system version iOS 16.4 (20E5121f) ### Application version Element 1.10.3 (20230221174507) ### Homeserver matrix.org ### Will you send logs? No
1.0
PDF file cannot be shared to Element iOS - ### Steps to reproduce 1. I open S-Kaupat or K-Ruoka 2. I open my digital receipts 3. I open a specific receipt 4. I press share 5. I see AirDrop, Telegram, Signal, WhatsApp, Gmail, Drive, Threema, DuckDuckGo (eikö se ole verkkoselain), Google Keep, Discord, Viestit, Sähköposti, More 6. I press more 7. I see the same list as 5. with Kivra and Monal added. ### Outcome #### What did you expect? I expected Element iOS to be an option for sharing. #### What happened instead? Element iOS was missing from the list and I had to negotiate switching to Threema for the purpose of transferring two PDF files. ### Your phone model iPhone SE2020 (A2296) ### Operating system version iOS 16.4 (20E5121f) ### Application version Element 1.10.3 (20230221174507) ### Homeserver matrix.org ### Will you send logs? No
defect
pdf file cannot be shared to element ios steps to reproduce i open s kaupat or k ruoka i open my digital receipts i open a specific receipt i press share i see airdrop telegram signal whatsapp gmail drive threema duckduckgo eikö se ole verkkoselain google keep discord viestit sähköposti more i press more i see the same list as with kivra and monal added outcome what did you expect i expected element ios to be an option for sharing what happened instead element ios was missing from the list and i had to negotiate switching to threema for the purpose of transferring two pdf files your phone model iphone operating system version ios application version element homeserver matrix org will you send logs no
1
37,583
8,452,180,218
IssuesEvent
2018-10-20 00:41:26
BOINC/boinc
https://api.github.com/repos/BOINC/boinc
closed
BOINC Screen Saver does not respond properly when a graphics application spawns a window (like RNA World cmsearch spawns Adobe Flash 9)
C: Client - Screen Saver P: Major T: Defect Validate
**Reported by JacobKlein on 11 Aug 41249025 08:00 UTC** Rom and I have been doing some screensaver testing in Alpha testing, and I believe I have come up with some reproducible bugs that should be reported as tickets. As far as I know, these bugs exist on 6.10.58 and the latest alphas. This ticket is regarding applications where, while in screensaver, their graphics launch a window. In my case, RNA World Project has an application called "cmsearch S" whose graphics consist of spawning an Adobe Flash 9 window even while in screensaver mode. When the BOINC screensaver runs, and is set to rotate between projects, and an RNA World task gets rotated in, bad things can happen. Among those bad things are:[Moving mouse/keyboard does not release the screensaver, and the user has to hit Ctrl+Alt+Del[[BR]([BR]]-)]- Moving mouse/keyboard does not dismiss the spawned window[The BOINC screen saver shows "unspecified error" for some periods of time[[BR]([BR]]-)]- When rotating the project in, the screen can be completely black for that rotation, yet appear to work fine for the next rotation if it is a different project. I believe this should be considered one bug -- the BOINC screensaver needs to either properly handle the spawned window graphics, or somehow not allow them. I'm betting there are other projects that, while in screensaver, launch graphics in a window... but of my projects, only RNA World is causing the problem. Below is an email detailing the things I found, which I believe are attributable to this ticket's bug(s): --- From: jacob_w_klein@msn.com[romw@romwnet.org; boinc_alpha@ssl.berkeley.edu[[BR]([BR]]To:)]Date: Thu, 31 Mar 2011 !17:13:43 -0500[Re: [boinc_alpha]([BR]]Subject:) 6.12.19 - Strange screensaver results[[BR]] ``` Rom (et al): I have good news, I hope! After more testing (with your most recent build boincscr.310311.x64), I might finally be able to conclude some stuff! Note: I'm only about 70% sure that the following is accurate, but preliminary results show: - If, when the screensaver is 1-minute-cycling between projects, if the RNA project is selected at all, then I will be later forced to Ctrl+Alt+Del to get back to the login, even if the screensaver shifts out of RNA project before use mouse/keyboard. - If RNA is selected first in the rotation, I will be able to see the Adobe window, but it will be a) non-focused (could this be a problem?), and b) non-Win-7-Aero (meaning the window frame uses Aero Basic -- could this be a problem? Should be full-screen?) - If RNA is selected first in the rotation, if the screen saver needs to transition to another project, it will have problems for a short time, and I will see "unspecified error" a few times - If RNA was not selected first in the rotation, but then needs to "rotate in", sometimes for that whole minute I don't get the Adobe window, and my screen is just completely blank. I've attached some stdoutscr.txt log files, along with an .xlsx Excel file I'm using as a legend. (Hopefully you can read .xlsx - I think Microsoft may offer a free Windows Excel viewer) Note that "->" means a transition between projects during the screensaver run. The logs that are good control-tests are: 009 (which FAILED): RNA World -> Rosetta, Moved mouse, screen went black, waited 25 seconds, No response, Hit Ctrl, No effect, Hit Ctrl+Alt+Del, Responded. 010 (which DID work correctly): World Community Grid (no transitions), Moved Mouse, responded immediately. 011 (which DID work correctly): Rosetta (no transitions), Moved Mouse, responded immediately. 012 (which DID work correctly): Was showing the generic BOINC screensaver (no transitions), Moved Mouse, responded immediately. 013 (which DID work correctly): Docking (no transitions), Hit Ctrl, responded immediately. 014 (which FAILED): Docking for 1 min -> Blank screen for 1 min (Should have been RNA because I only had those 2 projects running!) -> Docking for 20 seconds, Moved Mouse, screen went black, waited 25 seconds, No response, Hit Ctrl, No effect, Hit Ctrl+Alt+Del, Responded. 015 (which FAILED): RNA World (with nonfocused non-Win7-Aero Adobe window) for 1 min -> On switch to Docking, briefly saw "unspecified error" a couple times -> Eventually switched to Docking, then after 20 seconds, I moved mouse, screen went black, waited 25 seconds, No response, Hit Ctrl, No effect, Hit Ctrl+Alt+Del, Responded. I'm becoming a believer that the funky RNA method of Graphics (and the fact that BOINC screensaver is not handling the funkyness correctly)... is the cause of the problems! I'll keep testing, but I'm at least smiling - aren't you? - Jacob ``` Migrated-From: http://boinc.berkeley.edu/trac/ticket/1080
1.0
BOINC Screen Saver does not respond properly when a graphics application spawns a window (like RNA World cmsearch spawns Adobe Flash 9) - **Reported by JacobKlein on 11 Aug 41249025 08:00 UTC** Rom and I have been doing some screensaver testing in Alpha testing, and I believe I have come up with some reproducible bugs that should be reported as tickets. As far as I know, these bugs exist on 6.10.58 and the latest alphas. This ticket is regarding applications where, while in screensaver, their graphics launch a window. In my case, RNA World Project has an application called "cmsearch S" whose graphics consist of spawning an Adobe Flash 9 window even while in screensaver mode. When the BOINC screensaver runs, and is set to rotate between projects, and an RNA World task gets rotated in, bad things can happen. Among those bad things are:[Moving mouse/keyboard does not release the screensaver, and the user has to hit Ctrl+Alt+Del[[BR]([BR]]-)]- Moving mouse/keyboard does not dismiss the spawned window[The BOINC screen saver shows "unspecified error" for some periods of time[[BR]([BR]]-)]- When rotating the project in, the screen can be completely black for that rotation, yet appear to work fine for the next rotation if it is a different project. I believe this should be considered one bug -- the BOINC screensaver needs to either properly handle the spawned window graphics, or somehow not allow them. I'm betting there are other projects that, while in screensaver, launch graphics in a window... but of my projects, only RNA World is causing the problem. Below is an email detailing the things I found, which I believe are attributable to this ticket's bug(s): --- From: jacob_w_klein@msn.com[romw@romwnet.org; boinc_alpha@ssl.berkeley.edu[[BR]([BR]]To:)]Date: Thu, 31 Mar 2011 !17:13:43 -0500[Re: [boinc_alpha]([BR]]Subject:) 6.12.19 - Strange screensaver results[[BR]] ``` Rom (et al): I have good news, I hope! After more testing (with your most recent build boincscr.310311.x64), I might finally be able to conclude some stuff! Note: I'm only about 70% sure that the following is accurate, but preliminary results show: - If, when the screensaver is 1-minute-cycling between projects, if the RNA project is selected at all, then I will be later forced to Ctrl+Alt+Del to get back to the login, even if the screensaver shifts out of RNA project before use mouse/keyboard. - If RNA is selected first in the rotation, I will be able to see the Adobe window, but it will be a) non-focused (could this be a problem?), and b) non-Win-7-Aero (meaning the window frame uses Aero Basic -- could this be a problem? Should be full-screen?) - If RNA is selected first in the rotation, if the screen saver needs to transition to another project, it will have problems for a short time, and I will see "unspecified error" a few times - If RNA was not selected first in the rotation, but then needs to "rotate in", sometimes for that whole minute I don't get the Adobe window, and my screen is just completely blank. I've attached some stdoutscr.txt log files, along with an .xlsx Excel file I'm using as a legend. (Hopefully you can read .xlsx - I think Microsoft may offer a free Windows Excel viewer) Note that "->" means a transition between projects during the screensaver run. The logs that are good control-tests are: 009 (which FAILED): RNA World -> Rosetta, Moved mouse, screen went black, waited 25 seconds, No response, Hit Ctrl, No effect, Hit Ctrl+Alt+Del, Responded. 010 (which DID work correctly): World Community Grid (no transitions), Moved Mouse, responded immediately. 011 (which DID work correctly): Rosetta (no transitions), Moved Mouse, responded immediately. 012 (which DID work correctly): Was showing the generic BOINC screensaver (no transitions), Moved Mouse, responded immediately. 013 (which DID work correctly): Docking (no transitions), Hit Ctrl, responded immediately. 014 (which FAILED): Docking for 1 min -> Blank screen for 1 min (Should have been RNA because I only had those 2 projects running!) -> Docking for 20 seconds, Moved Mouse, screen went black, waited 25 seconds, No response, Hit Ctrl, No effect, Hit Ctrl+Alt+Del, Responded. 015 (which FAILED): RNA World (with nonfocused non-Win7-Aero Adobe window) for 1 min -> On switch to Docking, briefly saw "unspecified error" a couple times -> Eventually switched to Docking, then after 20 seconds, I moved mouse, screen went black, waited 25 seconds, No response, Hit Ctrl, No effect, Hit Ctrl+Alt+Del, Responded. I'm becoming a believer that the funky RNA method of Graphics (and the fact that BOINC screensaver is not handling the funkyness correctly)... is the cause of the problems! I'll keep testing, but I'm at least smiling - aren't you? - Jacob ``` Migrated-From: http://boinc.berkeley.edu/trac/ticket/1080
defect
boinc screen saver does not respond properly when a graphics application spawns a window like rna world cmsearch spawns adobe flash reported by jacobklein on aug utc rom and i have been doing some screensaver testing in alpha testing and i believe i have come up with some reproducible bugs that should be reported as tickets as far as i know these bugs exist on and the latest alphas this ticket is regarding applications where while in screensaver their graphics launch a window in my case rna world project has an application called cmsearch s whose graphics consist of spawning an adobe flash window even while in screensaver mode when the boinc screensaver runs and is set to rotate between projects and an rna world task gets rotated in bad things can happen among those bad things are moving mouse keyboard does not dismiss the spawned window when rotating the project in the screen can be completely black for that rotation yet appear to work fine for the next rotation if it is a different project i believe this should be considered one bug the boinc screensaver needs to either properly handle the spawned window graphics or somehow not allow them i m betting there are other projects that while in screensaver launch graphics in a window but of my projects only rna world is causing the problem below is an email detailing the things i found which i believe are attributable to this ticket s bug s from jacob w klein msn com to date thu mar subject strange screensaver results rom et al i have good news i hope after more testing with your most recent build boincscr i might finally be able to conclude some stuff note i m only about sure that the following is accurate but preliminary results show if when the screensaver is minute cycling between projects if the rna project is selected at all then i will be later forced to ctrl alt del to get back to the login even if the screensaver shifts out of rna project before use mouse keyboard if rna is selected first in the rotation i will be able to see the adobe window but it will be a non focused could this be a problem and b non win aero meaning the window frame uses aero basic could this be a problem should be full screen if rna is selected first in the rotation if the screen saver needs to transition to another project it will have problems for a short time and i will see unspecified error a few times if rna was not selected first in the rotation but then needs to rotate in sometimes for that whole minute i don t get the adobe window and my screen is just completely blank i ve attached some stdoutscr txt log files along with an xlsx excel file i m using as a legend hopefully you can read xlsx i think microsoft may offer a free windows excel viewer note that means a transition between projects during the screensaver run the logs that are good control tests are which failed rna world rosetta moved mouse screen went black waited seconds no response hit ctrl no effect hit ctrl alt del responded which did work correctly world community grid no transitions moved mouse responded immediately which did work correctly rosetta no transitions moved mouse responded immediately which did work correctly was showing the generic boinc screensaver no transitions moved mouse responded immediately which did work correctly docking no transitions hit ctrl responded immediately which failed docking for min blank screen for min should have been rna because i only had those projects running docking for seconds moved mouse screen went black waited seconds no response hit ctrl no effect hit ctrl alt del responded which failed rna world with nonfocused non aero adobe window for min on switch to docking briefly saw unspecified error a couple times eventually switched to docking then after seconds i moved mouse screen went black waited seconds no response hit ctrl no effect hit ctrl alt del responded i m becoming a believer that the funky rna method of graphics and the fact that boinc screensaver is not handling the funkyness correctly is the cause of the problems i ll keep testing but i m at least smiling aren t you jacob migrated from
1
56,116
31,723,111,916
IssuesEvent
2023-09-10 16:35:48
ArcadeData/arcadedb
https://api.github.com/repos/ArcadeData/arcadedb
closed
EmbeddedDatabase#drop 30x latency regression between 23.5.1 and 23.6.1
fixed performance
### ArcadeDB Version: upgrading from 23.5.1 to 23.6.1 ### OS and JDK Version: ``` $ java -version openjdk version "17.0.7" 2023-04-18 OpenJDK Runtime Environment (Red_Hat-17.0.7.0.7-4.fc37) (build 17.0.7+7) OpenJDK 64-Bit Server VM (Red_Hat-17.0.7.0.7-4.fc37) (build 17.0.7+7, mixed mode, sharing) $ cat /etc/os-release NAME="Fedora Linux" VERSION="37 (Server Edition)" ``` ### Expected behavior Upgrading from 23.5.1 to 23.6.1 should not have regressed `Database#drop` screenshot of "slow" 23.6.1 profile showing 904 ms spent in EmbeddedDatabase#drop, w/ 872 ms coming from `PageManager#close`: ![Screenshot from 2023-09-09 19-50-55](https://github.com/ArcadeData/arcadedb/assets/39651/736aa0e1-f8ee-4868-a8ea-80140b58433f) screenshot of "fast" 23.5.1 profile showing 36 ms spent in EmbeddedDatabase#drop: ![Screenshot from 2023-09-09 19-46-59](https://github.com/ArcadeData/arcadedb/assets/39651/3973de78-3522-4386-b06d-ae14ecf97957) The only difference between these profiler snapshots is the arcadedb upgrade ### Actual behavior Between upgrading from `23.5.1` to `23.6.1` a single test I have went from executing in ~6 seconds to >24 seconds [faster 23.5.1 test logs](https://gist.github.com/erickj/cae0a52053b4c8f054b222ca3fbad3fc#file-test-log-arcade-23-5-1) show: ``` 5300 [main] [INFO] io.vos.service.graph.database.arcadedb.ArcadeUpsertNodeMutationTest - dropping db:[/tmp/arcadedb-databases/ArcadeUpsertNodeMutationTest-285f7f28-ca71-4f1b-9bf0-ca3b2161cc54] | | | | | | | duration: 30 ms | | | | | | | status: [OK] SUCCESSFUL | | | | | '-- VertexTests finished after 93 ms. | | | | '-- UpsertNodeMutationTests finished after 5337 ms. ``` [slow 23.6.1 test logs](https://gist.github.com/erickj/cae0a52053b4c8f054b222ca3fbad3fc#file-test-log-arcade-23-6-1) show: ``` 23265 [main] [INFO] io.vos.service.graph.database.arcadedb.ArcadeUpsertNodeMutationTest - dropping db:[/tmp/arcadedb-databases/ArcadeUpsertNodeMutationTest-fad9eea7-ed02-4ae0-9b1f-690f1fc203d0] | | | | | | | duration: 1031 ms | | | | | | | status: [OK] SUCCESSFUL | | | | | '-- VertexTests finished after 3094 ms. | | | | '-- UpsertNodeMutationTests finished after 24298 ms. ``` From the above "dropping db" log line, there is a slow down from ~30ms to ~1s per test, where "teardown" is effectively: ``` logger.info("dropping db:[{}]", dbName); if (db != null) { db.drop(); db = null; } ``` I have been unable to reproduce this regression on the arcadedb test suites, trying to use `com.arcadedb.DocumentTest` as a proxy for teardown behavior, but it's 100% repeatable in my test setup. Profiling the running tests with VisualVM shows the latency regression is 100% located in `com.arcadedb.engine.PageManager#close` ### Steps to reproduce I'm still working on a simply JUnit test that reproduces the issue, but I"m filing a bug here in case it's obvious where the regression might have come from in the release window.
True
EmbeddedDatabase#drop 30x latency regression between 23.5.1 and 23.6.1 - ### ArcadeDB Version: upgrading from 23.5.1 to 23.6.1 ### OS and JDK Version: ``` $ java -version openjdk version "17.0.7" 2023-04-18 OpenJDK Runtime Environment (Red_Hat-17.0.7.0.7-4.fc37) (build 17.0.7+7) OpenJDK 64-Bit Server VM (Red_Hat-17.0.7.0.7-4.fc37) (build 17.0.7+7, mixed mode, sharing) $ cat /etc/os-release NAME="Fedora Linux" VERSION="37 (Server Edition)" ``` ### Expected behavior Upgrading from 23.5.1 to 23.6.1 should not have regressed `Database#drop` screenshot of "slow" 23.6.1 profile showing 904 ms spent in EmbeddedDatabase#drop, w/ 872 ms coming from `PageManager#close`: ![Screenshot from 2023-09-09 19-50-55](https://github.com/ArcadeData/arcadedb/assets/39651/736aa0e1-f8ee-4868-a8ea-80140b58433f) screenshot of "fast" 23.5.1 profile showing 36 ms spent in EmbeddedDatabase#drop: ![Screenshot from 2023-09-09 19-46-59](https://github.com/ArcadeData/arcadedb/assets/39651/3973de78-3522-4386-b06d-ae14ecf97957) The only difference between these profiler snapshots is the arcadedb upgrade ### Actual behavior Between upgrading from `23.5.1` to `23.6.1` a single test I have went from executing in ~6 seconds to >24 seconds [faster 23.5.1 test logs](https://gist.github.com/erickj/cae0a52053b4c8f054b222ca3fbad3fc#file-test-log-arcade-23-5-1) show: ``` 5300 [main] [INFO] io.vos.service.graph.database.arcadedb.ArcadeUpsertNodeMutationTest - dropping db:[/tmp/arcadedb-databases/ArcadeUpsertNodeMutationTest-285f7f28-ca71-4f1b-9bf0-ca3b2161cc54] | | | | | | | duration: 30 ms | | | | | | | status: [OK] SUCCESSFUL | | | | | '-- VertexTests finished after 93 ms. | | | | '-- UpsertNodeMutationTests finished after 5337 ms. ``` [slow 23.6.1 test logs](https://gist.github.com/erickj/cae0a52053b4c8f054b222ca3fbad3fc#file-test-log-arcade-23-6-1) show: ``` 23265 [main] [INFO] io.vos.service.graph.database.arcadedb.ArcadeUpsertNodeMutationTest - dropping db:[/tmp/arcadedb-databases/ArcadeUpsertNodeMutationTest-fad9eea7-ed02-4ae0-9b1f-690f1fc203d0] | | | | | | | duration: 1031 ms | | | | | | | status: [OK] SUCCESSFUL | | | | | '-- VertexTests finished after 3094 ms. | | | | '-- UpsertNodeMutationTests finished after 24298 ms. ``` From the above "dropping db" log line, there is a slow down from ~30ms to ~1s per test, where "teardown" is effectively: ``` logger.info("dropping db:[{}]", dbName); if (db != null) { db.drop(); db = null; } ``` I have been unable to reproduce this regression on the arcadedb test suites, trying to use `com.arcadedb.DocumentTest` as a proxy for teardown behavior, but it's 100% repeatable in my test setup. Profiling the running tests with VisualVM shows the latency regression is 100% located in `com.arcadedb.engine.PageManager#close` ### Steps to reproduce I'm still working on a simply JUnit test that reproduces the issue, but I"m filing a bug here in case it's obvious where the regression might have come from in the release window.
non_defect
embeddeddatabase drop latency regression between and arcadedb version upgrading from to os and jdk version java version openjdk version openjdk runtime environment red hat build openjdk bit server vm red hat build mixed mode sharing cat etc os release name fedora linux version server edition expected behavior upgrading from to should not have regressed database drop screenshot of slow profile showing ms spent in embeddeddatabase drop w ms coming from pagemanager close screenshot of fast profile showing ms spent in embeddeddatabase drop the only difference between these profiler snapshots is the arcadedb upgrade actual behavior between upgrading from to a single test i have went from executing in seconds to seconds show io vos service graph database arcadedb arcadeupsertnodemutationtest dropping db duration ms status successful vertextests finished after ms upsertnodemutationtests finished after ms show io vos service graph database arcadedb arcadeupsertnodemutationtest dropping db duration ms status successful vertextests finished after ms upsertnodemutationtests finished after ms from the above dropping db log line there is a slow down from to per test where teardown is effectively logger info dropping db dbname if db null db drop db null i have been unable to reproduce this regression on the arcadedb test suites trying to use com arcadedb documenttest as a proxy for teardown behavior but it s repeatable in my test setup profiling the running tests with visualvm shows the latency regression is located in com arcadedb engine pagemanager close steps to reproduce i m still working on a simply junit test that reproduces the issue but i m filing a bug here in case it s obvious where the regression might have come from in the release window
0
179,404
13,880,077,842
IssuesEvent
2020-10-17 17:10:04
ayumi-cloud/oc2-security-module
https://api.github.com/repos/ayumi-cloud/oc2-security-module
closed
Flag and improve labelling for Fake Search Engine bots firewall module
Add to Blacklist Enhancement FINSIHED Firewall Priority: Medium Testing - Passed
### Enhancement idea - [x] Flag and improve labelling for Fake Search Engine bots firewall module. - [x] GoogleBot - [x] Bing - [x] Yandex (this has been rolled out into the new modules instead now)
1.0
Flag and improve labelling for Fake Search Engine bots firewall module - ### Enhancement idea - [x] Flag and improve labelling for Fake Search Engine bots firewall module. - [x] GoogleBot - [x] Bing - [x] Yandex (this has been rolled out into the new modules instead now)
non_defect
flag and improve labelling for fake search engine bots firewall module enhancement idea flag and improve labelling for fake search engine bots firewall module googlebot bing yandex this has been rolled out into the new modules instead now
0
467
2,541,914,876
IssuesEvent
2015-01-28 12:54:40
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
[TEST-FAILURE] ListTest.testMigrationSerializationNotFails_whenTransactionsAreUsed
Team: Core Type: Defect
``` java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:638) at java.util.ArrayList.get(ArrayList.java:414) at com.hazelcast.collection.list.ListContainer.get(ListContainer.java:63) at com.hazelcast.collection.list.ListGetOperation.run(ListGetOperation.java:44) at com.hazelcast.spi.impl.BasicOperationService$OperationHandler.handle(BasicOperationService.java:698) at com.hazelcast.spi.impl.BasicOperationService$OperationHandler.access$400(BasicOperationService.java:674) at com.hazelcast.spi.impl.BasicOperationService$BasicDispatcherImpl.dispatch(BasicOperationService.java:536) at com.hazelcast.spi.impl.BasicOperationScheduler$OperationThread.process(BasicOperationScheduler.java:439) at com.hazelcast.spi.impl.BasicOperationScheduler$OperationThread.doRun(BasicOperationScheduler.java:433) at com.hazelcast.spi.impl.BasicOperationScheduler$OperationThread.run(BasicOperationScheduler.java:408) ``` https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.maintenance-OracleJDK8/com.hazelcast$hazelcast/84/testReport/junit/com.hazelcast.collection/ListTest/testMigrationSerializationNotFails_whenTransactionsAreUsed/
1.0
[TEST-FAILURE] ListTest.testMigrationSerializationNotFails_whenTransactionsAreUsed - ``` java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at java.util.ArrayList.rangeCheck(ArrayList.java:638) at java.util.ArrayList.get(ArrayList.java:414) at com.hazelcast.collection.list.ListContainer.get(ListContainer.java:63) at com.hazelcast.collection.list.ListGetOperation.run(ListGetOperation.java:44) at com.hazelcast.spi.impl.BasicOperationService$OperationHandler.handle(BasicOperationService.java:698) at com.hazelcast.spi.impl.BasicOperationService$OperationHandler.access$400(BasicOperationService.java:674) at com.hazelcast.spi.impl.BasicOperationService$BasicDispatcherImpl.dispatch(BasicOperationService.java:536) at com.hazelcast.spi.impl.BasicOperationScheduler$OperationThread.process(BasicOperationScheduler.java:439) at com.hazelcast.spi.impl.BasicOperationScheduler$OperationThread.doRun(BasicOperationScheduler.java:433) at com.hazelcast.spi.impl.BasicOperationScheduler$OperationThread.run(BasicOperationScheduler.java:408) ``` https://hazelcast-l337.ci.cloudbees.com/job/Hazelcast-3.maintenance-OracleJDK8/com.hazelcast$hazelcast/84/testReport/junit/com.hazelcast.collection/ListTest/testMigrationSerializationNotFails_whenTransactionsAreUsed/
defect
listtest testmigrationserializationnotfails whentransactionsareused java lang indexoutofboundsexception index size at java util arraylist rangecheck arraylist java at java util arraylist get arraylist java at com hazelcast collection list listcontainer get listcontainer java at com hazelcast collection list listgetoperation run listgetoperation java at com hazelcast spi impl basicoperationservice operationhandler handle basicoperationservice java at com hazelcast spi impl basicoperationservice operationhandler access basicoperationservice java at com hazelcast spi impl basicoperationservice basicdispatcherimpl dispatch basicoperationservice java at com hazelcast spi impl basicoperationscheduler operationthread process basicoperationscheduler java at com hazelcast spi impl basicoperationscheduler operationthread dorun basicoperationscheduler java at com hazelcast spi impl basicoperationscheduler operationthread run basicoperationscheduler java
1
17,981
3,014,437,655
IssuesEvent
2015-07-29 14:49:39
junichi11/netbeans-wordpress-plugin
https://api.github.com/repos/junichi11/netbeans-wordpress-plugin
closed
Notification link that there is a new version of WP doesn't do anything.
defect
When I click on the link, that it says to me, that there is a new version available, it doesn't do anything. What I expect maybe open the browser and go to the page to download the new package or please implement a whole update process for wordpress as I can do it inside the wordpress backend, as an administrator. That would be nice. Regards Chris
1.0
Notification link that there is a new version of WP doesn't do anything. - When I click on the link, that it says to me, that there is a new version available, it doesn't do anything. What I expect maybe open the browser and go to the page to download the new package or please implement a whole update process for wordpress as I can do it inside the wordpress backend, as an administrator. That would be nice. Regards Chris
defect
notification link that there is a new version of wp doesn t do anything when i click on the link that it says to me that there is a new version available it doesn t do anything what i expect maybe open the browser and go to the page to download the new package or please implement a whole update process for wordpress as i can do it inside the wordpress backend as an administrator that would be nice regards chris
1
31,927
6,663,006,925
IssuesEvent
2017-10-02 14:59:24
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Copyright statement in PDF manual is outdated
C: Documentation P: Low R: Fixed T: Defect
It says: © 2009 - 2016 by Data Geekery™ GmbH. All rights reserved See: https://www.jooq.org/doc/latest/manual-pdf/jOOQ-manual-3.10.pdf
1.0
Copyright statement in PDF manual is outdated - It says: © 2009 - 2016 by Data Geekery™ GmbH. All rights reserved See: https://www.jooq.org/doc/latest/manual-pdf/jOOQ-manual-3.10.pdf
defect
copyright statement in pdf manual is outdated it says © by data geekery™ gmbh all rights reserved see
1
71,966
13,768,826,780
IssuesEvent
2020-10-07 17:40:13
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
opened
Remove "milestones" app
code cleanup engineering
Implementation issue for https://github.com/mozilla/foundation.mozilla.org/issues/5351, nothing uses `milestones`, let's remove it.
1.0
Remove "milestones" app - Implementation issue for https://github.com/mozilla/foundation.mozilla.org/issues/5351, nothing uses `milestones`, let's remove it.
non_defect
remove milestones app implementation issue for nothing uses milestones let s remove it
0
469
2,541,929,074
IssuesEvent
2015-01-28 13:02:05
akvo/akvo-flow
https://api.github.com/repos/akvo/akvo-flow
closed
Cascade resource should become unpublished on edit
1 - Defect 2 - Fixed
At the moment, the status of a cascade does not change when a manual edit is made
1.0
Cascade resource should become unpublished on edit - At the moment, the status of a cascade does not change when a manual edit is made
defect
cascade resource should become unpublished on edit at the moment the status of a cascade does not change when a manual edit is made
1
140,398
11,319,754,454
IssuesEvent
2020-01-21 01:06:12
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
closed
Setting DataFrame of Python objects and MultiIndex columns wth single-element NDFrame inserts list
Needs Tests good first issue
#### A small, complete example of the issue ```python In [2]: t = pd.DataFrame('a', index=range(2), columns=pd.MultiIndex.from_product([range(2), range(2)])) In [3]: t.loc[0, [(0,1)]] = t.loc[0, [(0,1)]] In [4]: t Out[4]: 0 1 0 1 0 1 0 a [a] a a 1 a a a a ``` The same happens when providing, rather than a list of indices, a mask with only one ``True`` value. The above line is an useless example, but this is a problem in in-place operations. I suspect the fix should not be very complicated, given that everything works smoothly if we have numbers rather than Python objects (the bug instead arises both if we assign a cell of a numbers-only DF to a cell of a DF of objects, _and_ if we do the opposite) #### Expected Output Just the original ``t``. #### Output of ``pd.show_versions()`` <details> INSTALLED VERSIONS ------------------ commit: 7a2bcb6605bacea858ec14cfac424898deb568b3 python: 3.5.2.final.0 python-bits: 64 OS: Linux OS-release: 4.7.0-1-amd64 machine: x86_64 processor: byteorder: little LC_ALL: None LANG: it_IT.utf8 LOCALE: it_IT.UTF-8 pandas: 0.19.0+67.g7a2bcb6.dirty nose: 1.3.7 pip: 8.1.2 setuptools: 28.0.0 Cython: 0.23.4 numpy: 1.11.2 scipy: 0.18.1 statsmodels: 0.8.0.dev0+f80669e xarray: None IPython: 5.1.0.dev sphinx: 1.4.8 patsy: 0.3.0-dev dateutil: 2.5.3 pytz: 2015.7 blosc: None bottleneck: 1.2.0dev tables: 3.2.2 numexpr: 2.6.0 matplotlib: 1.5.3 openpyxl: None xlrd: 1.0.0 xlwt: 1.1.2 xlsxwriter: 0.9.3 lxml: None bs4: 4.5.1 html5lib: 0.999 httplib2: 0.9.1 apiclient: 1.5.2 sqlalchemy: 1.0.15 pymysql: None psycopg2: None jinja2: 2.8 boto: 2.40.0 pandas_datareader: 0.2.1 </details>
1.0
Setting DataFrame of Python objects and MultiIndex columns wth single-element NDFrame inserts list - #### A small, complete example of the issue ```python In [2]: t = pd.DataFrame('a', index=range(2), columns=pd.MultiIndex.from_product([range(2), range(2)])) In [3]: t.loc[0, [(0,1)]] = t.loc[0, [(0,1)]] In [4]: t Out[4]: 0 1 0 1 0 1 0 a [a] a a 1 a a a a ``` The same happens when providing, rather than a list of indices, a mask with only one ``True`` value. The above line is an useless example, but this is a problem in in-place operations. I suspect the fix should not be very complicated, given that everything works smoothly if we have numbers rather than Python objects (the bug instead arises both if we assign a cell of a numbers-only DF to a cell of a DF of objects, _and_ if we do the opposite) #### Expected Output Just the original ``t``. #### Output of ``pd.show_versions()`` <details> INSTALLED VERSIONS ------------------ commit: 7a2bcb6605bacea858ec14cfac424898deb568b3 python: 3.5.2.final.0 python-bits: 64 OS: Linux OS-release: 4.7.0-1-amd64 machine: x86_64 processor: byteorder: little LC_ALL: None LANG: it_IT.utf8 LOCALE: it_IT.UTF-8 pandas: 0.19.0+67.g7a2bcb6.dirty nose: 1.3.7 pip: 8.1.2 setuptools: 28.0.0 Cython: 0.23.4 numpy: 1.11.2 scipy: 0.18.1 statsmodels: 0.8.0.dev0+f80669e xarray: None IPython: 5.1.0.dev sphinx: 1.4.8 patsy: 0.3.0-dev dateutil: 2.5.3 pytz: 2015.7 blosc: None bottleneck: 1.2.0dev tables: 3.2.2 numexpr: 2.6.0 matplotlib: 1.5.3 openpyxl: None xlrd: 1.0.0 xlwt: 1.1.2 xlsxwriter: 0.9.3 lxml: None bs4: 4.5.1 html5lib: 0.999 httplib2: 0.9.1 apiclient: 1.5.2 sqlalchemy: 1.0.15 pymysql: None psycopg2: None jinja2: 2.8 boto: 2.40.0 pandas_datareader: 0.2.1 </details>
non_defect
setting dataframe of python objects and multiindex columns wth single element ndframe inserts list a small complete example of the issue python in t pd dataframe a index range columns pd multiindex from product in t loc t loc in t out a a a a a a a the same happens when providing rather than a list of indices a mask with only one true value the above line is an useless example but this is a problem in in place operations i suspect the fix should not be very complicated given that everything works smoothly if we have numbers rather than python objects the bug instead arises both if we assign a cell of a numbers only df to a cell of a df of objects and if we do the opposite expected output just the original t output of pd show versions installed versions commit python final python bits os linux os release machine processor byteorder little lc all none lang it it locale it it utf pandas dirty nose pip setuptools cython numpy scipy statsmodels xarray none ipython dev sphinx patsy dev dateutil pytz blosc none bottleneck tables numexpr matplotlib openpyxl none xlrd xlwt xlsxwriter lxml none apiclient sqlalchemy pymysql none none boto pandas datareader
0
13,493
2,760,628,171
IssuesEvent
2015-04-28 13:25:16
Guake/guake
https://api.github.com/repos/Guake/guake
closed
Fedora - divide by zero errors and evident fix
Priority:High Type: Defect
I was working on another project in fedora/cinnamon with a broken guake install. Wasn't focused on it. During working on that project, I installed the following packages, that solved guake's errors (which involved dividing by zero??) ``` sudo yum install intltool texi2html texinfo libssl-dev libgmp-dev libmpfr-dev mpc gcc-multilib libgtest-dev sudo yum install python-devel mpfr-devel gcc-cpp ``` I have no idea what packages are relevant but that fixed my issue.
1.0
Fedora - divide by zero errors and evident fix - I was working on another project in fedora/cinnamon with a broken guake install. Wasn't focused on it. During working on that project, I installed the following packages, that solved guake's errors (which involved dividing by zero??) ``` sudo yum install intltool texi2html texinfo libssl-dev libgmp-dev libmpfr-dev mpc gcc-multilib libgtest-dev sudo yum install python-devel mpfr-devel gcc-cpp ``` I have no idea what packages are relevant but that fixed my issue.
defect
fedora divide by zero errors and evident fix i was working on another project in fedora cinnamon with a broken guake install wasn t focused on it during working on that project i installed the following packages that solved guake s errors which involved dividing by zero sudo yum install intltool texinfo libssl dev libgmp dev libmpfr dev mpc gcc multilib libgtest dev sudo yum install python devel mpfr devel gcc cpp i have no idea what packages are relevant but that fixed my issue
1
222,972
7,444,873,635
IssuesEvent
2018-03-28 01:03:30
immidb/idb
https://api.github.com/repos/immidb/idb
closed
Derivative Type / Relationship are switched on Derivative Dialog
0Bug FA:Client Priority3Med User:BAS
The Derivative Type and Relationship are switched on the Derivative Dialog. Previously entered Derivative Type & Relationship will not be displayed correctly. ![image](https://user-images.githubusercontent.com/16600957/37980138-003a5dba-31b0-11e8-9630-60543f1f3ebb.png) ![image](https://user-images.githubusercontent.com/16600957/37980185-2a573eba-31b0-11e8-8037-40a56f95a8ec.png)
1.0
Derivative Type / Relationship are switched on Derivative Dialog - The Derivative Type and Relationship are switched on the Derivative Dialog. Previously entered Derivative Type & Relationship will not be displayed correctly. ![image](https://user-images.githubusercontent.com/16600957/37980138-003a5dba-31b0-11e8-9630-60543f1f3ebb.png) ![image](https://user-images.githubusercontent.com/16600957/37980185-2a573eba-31b0-11e8-8037-40a56f95a8ec.png)
non_defect
derivative type relationship are switched on derivative dialog the derivative type and relationship are switched on the derivative dialog previously entered derivative type relationship will not be displayed correctly
0
13,866
2,789,408,723
IssuesEvent
2015-05-08 19:13:12
orwant/google-visualization-issues
https://api.github.com/repos/orwant/google-visualization-issues
opened
Blue selection formatting of rows in Table vanishes when mouse is moved over selected rows
Priority-Medium Type-Defect
Original [issue 22](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=22) created by orwant on 2009-08-07T17:33:15.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. Goto: http://code.google.com/apis/ajax/playground/?type=visualization#arrow_formatter 2. Select 1 or more rows, they will go blue. 3. Move mouse over selected rows, the blue will no longer be visible. <b>What component is this issue related to (PieChart, LineChart, DataTable,</b> <b>Query, etc)?</b> Table <b>Are you using the test environment (version 1.1)?</b> <b>(If you are not sure, answer NO)</b> NO <b>What operating system and browser are you using?</b> Vista, Firefox and Chrome This problem occurs in my code as well. It did not occur in previous version. Also in some of the other playground tables it does not occur. see: http://code.google.com/apis/ajax/playground/?type=visualization#simple_data_view <b>*********************************************************</b> <b>For developers viewing this issue: please click the 'star' icon to be</b> <b>notified of future changes, and to let us know how many of you are</b> <b>interested in seeing it resolved.</b> <b>*********************************************************</b>
1.0
Blue selection formatting of rows in Table vanishes when mouse is moved over selected rows - Original [issue 22](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=22) created by orwant on 2009-08-07T17:33:15.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. Goto: http://code.google.com/apis/ajax/playground/?type=visualization#arrow_formatter 2. Select 1 or more rows, they will go blue. 3. Move mouse over selected rows, the blue will no longer be visible. <b>What component is this issue related to (PieChart, LineChart, DataTable,</b> <b>Query, etc)?</b> Table <b>Are you using the test environment (version 1.1)?</b> <b>(If you are not sure, answer NO)</b> NO <b>What operating system and browser are you using?</b> Vista, Firefox and Chrome This problem occurs in my code as well. It did not occur in previous version. Also in some of the other playground tables it does not occur. see: http://code.google.com/apis/ajax/playground/?type=visualization#simple_data_view <b>*********************************************************</b> <b>For developers viewing this issue: please click the 'star' icon to be</b> <b>notified of future changes, and to let us know how many of you are</b> <b>interested in seeing it resolved.</b> <b>*********************************************************</b>
defect
blue selection formatting of rows in table vanishes when mouse is moved over selected rows 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 goto select or more rows they will go blue move mouse over selected rows the blue will no longer be visible what component is this issue related to piechart linechart datatable query etc table are you using the test environment version if you are not sure answer no no what operating system and browser are you using vista firefox and chrome this problem occurs in my code as well it did not occur in previous version also in some of the other playground tables it does not occur see for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved
1
28,236
5,221,613,627
IssuesEvent
2017-01-27 02:32:34
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
reopened
PHP 7.0.15 and PHP 7.1.0 ResultSet Caching
Defect
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.3.12. * Platform and Target: PHP 7.0.15 or PHP 7.1.0, Centos 6.8. ### What you did I've updated from php 7.0.12 to 7.0.15 and model caching stopped working. I've tried to upgrading it again to 7.1.0 but it did not help. ### What happened The serialize method is not working for ResultSet object. I've placed following code in one of my controllers which mimics what the File Engine Cache does: ``` $products = $this->Products->find()->all(); print_r(unserialize(serialize($products))); print_r($products); ``` The response is ``` Cake\ORM\ResultSet Object ( [items] => Array ( ) ) ``` Even though my original object had items in it. Also when I echo out the value returned by serialize(), all objects are properly stored there. ### What you expected to happen First, I would prefer CakePHP serialize only generic data types rather then ResultSet object. However, since it is a framework it is not a big deal. The other thing is that I'm trying to find out what breaks the serialization. It looks like something changed recently in PHP that is causing it.
1.0
PHP 7.0.15 and PHP 7.1.0 ResultSet Caching - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 3.3.12. * Platform and Target: PHP 7.0.15 or PHP 7.1.0, Centos 6.8. ### What you did I've updated from php 7.0.12 to 7.0.15 and model caching stopped working. I've tried to upgrading it again to 7.1.0 but it did not help. ### What happened The serialize method is not working for ResultSet object. I've placed following code in one of my controllers which mimics what the File Engine Cache does: ``` $products = $this->Products->find()->all(); print_r(unserialize(serialize($products))); print_r($products); ``` The response is ``` Cake\ORM\ResultSet Object ( [items] => Array ( ) ) ``` Even though my original object had items in it. Also when I echo out the value returned by serialize(), all objects are properly stored there. ### What you expected to happen First, I would prefer CakePHP serialize only generic data types rather then ResultSet object. However, since it is a framework it is not a big deal. The other thing is that I'm trying to find out what breaks the serialization. It looks like something changed recently in PHP that is causing it.
defect
php and php resultset caching this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target php or php centos what you did i ve updated from php to and model caching stopped working i ve tried to upgrading it again to but it did not help what happened the serialize method is not working for resultset object i ve placed following code in one of my controllers which mimics what the file engine cache does products this products find all print r unserialize serialize products print r products the response is cake orm resultset object array even though my original object had items in it also when i echo out the value returned by serialize all objects are properly stored there what you expected to happen first i would prefer cakephp serialize only generic data types rather then resultset object however since it is a framework it is not a big deal the other thing is that i m trying to find out what breaks the serialization it looks like something changed recently in php that is causing it
1
9,053
2,615,125,756
IssuesEvent
2015-03-01 05:53:57
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
closed
Android(sdk r18, adt 18.0.0) Eclipse -> Export Signed Application ->(Proguard enabled) ->error
auto-migrated Priority-Medium Type-Defect
``` Version of google-api-java-client (e.g. 1.5.0-beta)? 1.8.0-Beta Java environment (e.g. Java 6, Android 2.3, App Engine)? Android 4.0.3 Windows 7 x64 Eclipse 3.7.2 Problem : While creating the android app(calendar-android-sample) for release using Eclipse (Android SDK r18 and ADT 18.0.0.v201203301601-306762) it seems that for proguard.cfg is getting a dex error 1 without showing any information on console. It seems the format of project.properties is changed to include proguard-project.txt How would you expect it to be fixed? Preferably keep using proguard.cfg ``` Original issue reported on code.google.com by `morphi...@gmail.com` on 18 Apr 2012 at 10:06
1.0
Android(sdk r18, adt 18.0.0) Eclipse -> Export Signed Application ->(Proguard enabled) ->error - ``` Version of google-api-java-client (e.g. 1.5.0-beta)? 1.8.0-Beta Java environment (e.g. Java 6, Android 2.3, App Engine)? Android 4.0.3 Windows 7 x64 Eclipse 3.7.2 Problem : While creating the android app(calendar-android-sample) for release using Eclipse (Android SDK r18 and ADT 18.0.0.v201203301601-306762) it seems that for proguard.cfg is getting a dex error 1 without showing any information on console. It seems the format of project.properties is changed to include proguard-project.txt How would you expect it to be fixed? Preferably keep using proguard.cfg ``` Original issue reported on code.google.com by `morphi...@gmail.com` on 18 Apr 2012 at 10:06
defect
android sdk adt eclipse export signed application proguard enabled error version of google api java client e g beta beta java environment e g java android app engine android windows eclipse problem while creating the android app calendar android sample for release using eclipse android sdk and adt it seems that for proguard cfg is getting a dex error without showing any information on console it seems the format of project properties is changed to include proguard project txt how would you expect it to be fixed preferably keep using proguard cfg original issue reported on code google com by morphi gmail com on apr at
1
21,102
3,461,696,072
IssuesEvent
2015-12-20 09:26:25
arti01/jkursy
https://api.github.com/repos/arti01/jkursy
closed
podpis pod zdjeciem i dymek w części niezalogowanej
auto-migrated Priority-Medium Type-Defect
``` podpis jedno pole wystarczy jeśli trzeba pole: treść: autor, tytuł, tytuł cyklu jeśli jest, krótki opis zastosowanej techniki i wyświetlać podpis, jeśli pole jest wypełnione dymek - adres internetowy serwisu, autor zdjęcia ``` Original issue reported on code.google.com by `juko...@gmail.com` on 15 Feb 2011 at 10:18
1.0
podpis pod zdjeciem i dymek w części niezalogowanej - ``` podpis jedno pole wystarczy jeśli trzeba pole: treść: autor, tytuł, tytuł cyklu jeśli jest, krótki opis zastosowanej techniki i wyświetlać podpis, jeśli pole jest wypełnione dymek - adres internetowy serwisu, autor zdjęcia ``` Original issue reported on code.google.com by `juko...@gmail.com` on 15 Feb 2011 at 10:18
defect
podpis pod zdjeciem i dymek w części niezalogowanej podpis jedno pole wystarczy jeśli trzeba pole treść autor tytuł tytuł cyklu jeśli jest krótki opis zastosowanej techniki i wyświetlać podpis jeśli pole jest wypełnione dymek adres internetowy serwisu autor zdjęcia original issue reported on code google com by juko gmail com on feb at
1
58,545
7,161,146,030
IssuesEvent
2018-01-28 10:42:50
ozelevrim/EvrimNews
https://api.github.com/repos/ozelevrim/EvrimNews
opened
Design/Content Request: Mezunlarımız
content completion design related feature request priority: high redesign request
Design and Content Completion request for the page Mezunlarımız.
2.0
Design/Content Request: Mezunlarımız - Design and Content Completion request for the page Mezunlarımız.
non_defect
design content request mezunlarımız design and content completion request for the page mezunlarımız
0
48,872
13,184,762,820
IssuesEvent
2020-08-12 20:02:54
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
pan along z-axis in glshovel (Trac #356)
Incomplete Migration Migrated from Trac defect glshovel
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/356 , reported by dunkman and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2013-08-23T16:40:48", "description": "It would be very, very helpful if holding <SHIFT> and moving the mouse vertically would make glshovel pan along the z-axis.\n\nI am looking at low-energy events in DeepCore (see a [http://icecube.wisc.edu/~mdunkman/sample_i3files/Level2a_nugen_numu_IC79.006600.0000xx.000001.geo.processed.i3 sample event in its own i3 file]). Based on my selection criteria, there are only 20-30 DOMs hit near the center of the detector. In order to see which strings are hit, I need to zoom in quite a bit but when I do so, the lower region of the detector gets cropped out.\n\nI am able to pan in x,y using <SHIFT> and dragging the mouse left-to-right, but moving the mouse up and down just zooms in and out more.\n\nCurrently, I need to contort the camera angle to be highly tilted in order to see any of the events that I care about, and it is very time-consuming and challenging to get a good angle to show what is happening.\n\nThanks! -Matt", "reporter": "dunkman", "cc": "mdunkman@gmail.com", "resolution": "fixed", "_ts": "1377276048000000", "component": "glshovel", "summary": "pan along z-axis in glshovel", "priority": "normal", "keywords": "", "time": "2012-02-23T21:16:20", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
pan along z-axis in glshovel (Trac #356) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/356 , reported by dunkman and owned by olivas_</summary> <p> ```json { "status": "closed", "changetime": "2013-08-23T16:40:48", "description": "It would be very, very helpful if holding <SHIFT> and moving the mouse vertically would make glshovel pan along the z-axis.\n\nI am looking at low-energy events in DeepCore (see a [http://icecube.wisc.edu/~mdunkman/sample_i3files/Level2a_nugen_numu_IC79.006600.0000xx.000001.geo.processed.i3 sample event in its own i3 file]). Based on my selection criteria, there are only 20-30 DOMs hit near the center of the detector. In order to see which strings are hit, I need to zoom in quite a bit but when I do so, the lower region of the detector gets cropped out.\n\nI am able to pan in x,y using <SHIFT> and dragging the mouse left-to-right, but moving the mouse up and down just zooms in and out more.\n\nCurrently, I need to contort the camera angle to be highly tilted in order to see any of the events that I care about, and it is very time-consuming and challenging to get a good angle to show what is happening.\n\nThanks! -Matt", "reporter": "dunkman", "cc": "mdunkman@gmail.com", "resolution": "fixed", "_ts": "1377276048000000", "component": "glshovel", "summary": "pan along z-axis in glshovel", "priority": "normal", "keywords": "", "time": "2012-02-23T21:16:20", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
pan along z axis in glshovel trac migrated from reported by dunkman and owned by olivas json status closed changetime description it would be very very helpful if holding and moving the mouse vertically would make glshovel pan along the z axis n ni am looking at low energy events in deepcore see a based on my selection criteria there are only doms hit near the center of the detector in order to see which strings are hit i need to zoom in quite a bit but when i do so the lower region of the detector gets cropped out n ni am able to pan in x y using and dragging the mouse left to right but moving the mouse up and down just zooms in and out more n ncurrently i need to contort the camera angle to be highly tilted in order to see any of the events that i care about and it is very time consuming and challenging to get a good angle to show what is happening n nthanks matt reporter dunkman cc mdunkman gmail com resolution fixed ts component glshovel summary pan along z axis in glshovel priority normal keywords time milestone owner olivas type defect
1
10,587
2,622,175,270
IssuesEvent
2015-03-04 00:16:21
byzhang/leveldb
https://api.github.com/repos/byzhang/leveldb
closed
invoke pure virtual function error
auto-migrated Priority-Medium Type-Defect
``` with cpy-leveldb such an error occurred when exit cpy-leveldb does so when close leveldb_close(self->_db); leveldb_options_destroy(self->_options); leveldb_cache_destroy(self->_cache); leveldb_env_destroy(self->_env); leveldb_readoptions_destroy(self->_roptions); dump is blow: #0 0x00299410 in __kernel_vsyscall () #1 0x0099ddf0 in raise () from /lib/libc.so.6 #2 0x0099f701 in abort () from /lib/libc.so.6 #3 0x00449b10 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6 #4 0x00447515 in ?? () from /usr/lib/libstdc++.so.6 #5 0x00447552 in std::terminate() () from /usr/lib/libstdc++.so.6 #6 0x00447c75 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.6 #7 0x0062e91f in leveldb::InternalKeyComparator::Compare(leveldb::Slice const&, leveldb::Slice const&) const () from /usr/local/lib/python2.7/site-packages/leveldb.so #8 0x0063f779 in leveldb::(anonymous namespace)::MergingIterator::FindSmallest() () from /usr/local/lib/python2.7/site-packages/leveldb.so #9 0x0064005c in leveldb::(anonymous namespace)::MergingIterator::Next() () from /usr/local/lib/python2.7/site-packages/leveldb.so #10 0x0062898e in leveldb::DBImpl::DoCompactionWork(leveldb::DBImpl::CompactionState*) () from /usr/local/lib/python2.7/site-packages/leveldb.so #11 0x00629241 in leveldb::DBImpl::BackgroundCompaction() () from /usr/local/lib/python2.7/site-packages/leveldb.so #12 0x006297e8 in leveldb::DBImpl::BackgroundCall() () from /usr/local/lib/python2.7/site-packages/leveldb.so #13 0x00645f92 in leveldb::(anonymous namespace)::PosixEnv::BGThreadWrapper(void*) () from /usr/local/lib/python2.7/site-packages/leveldb.so #14 0x00af1832 in start_thread () from /lib/libpthread.so.0 #15 0x00a46e0e in clone () from /lib/libc.so.6 ``` Original issue reported on code.google.com by `RealTan...@gmail.com` on 13 Sep 2011 at 10:23
1.0
invoke pure virtual function error - ``` with cpy-leveldb such an error occurred when exit cpy-leveldb does so when close leveldb_close(self->_db); leveldb_options_destroy(self->_options); leveldb_cache_destroy(self->_cache); leveldb_env_destroy(self->_env); leveldb_readoptions_destroy(self->_roptions); dump is blow: #0 0x00299410 in __kernel_vsyscall () #1 0x0099ddf0 in raise () from /lib/libc.so.6 #2 0x0099f701 in abort () from /lib/libc.so.6 #3 0x00449b10 in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6 #4 0x00447515 in ?? () from /usr/lib/libstdc++.so.6 #5 0x00447552 in std::terminate() () from /usr/lib/libstdc++.so.6 #6 0x00447c75 in __cxa_pure_virtual () from /usr/lib/libstdc++.so.6 #7 0x0062e91f in leveldb::InternalKeyComparator::Compare(leveldb::Slice const&, leveldb::Slice const&) const () from /usr/local/lib/python2.7/site-packages/leveldb.so #8 0x0063f779 in leveldb::(anonymous namespace)::MergingIterator::FindSmallest() () from /usr/local/lib/python2.7/site-packages/leveldb.so #9 0x0064005c in leveldb::(anonymous namespace)::MergingIterator::Next() () from /usr/local/lib/python2.7/site-packages/leveldb.so #10 0x0062898e in leveldb::DBImpl::DoCompactionWork(leveldb::DBImpl::CompactionState*) () from /usr/local/lib/python2.7/site-packages/leveldb.so #11 0x00629241 in leveldb::DBImpl::BackgroundCompaction() () from /usr/local/lib/python2.7/site-packages/leveldb.so #12 0x006297e8 in leveldb::DBImpl::BackgroundCall() () from /usr/local/lib/python2.7/site-packages/leveldb.so #13 0x00645f92 in leveldb::(anonymous namespace)::PosixEnv::BGThreadWrapper(void*) () from /usr/local/lib/python2.7/site-packages/leveldb.so #14 0x00af1832 in start_thread () from /lib/libpthread.so.0 #15 0x00a46e0e in clone () from /lib/libc.so.6 ``` Original issue reported on code.google.com by `RealTan...@gmail.com` on 13 Sep 2011 at 10:23
defect
invoke pure virtual function error with cpy leveldb such an error occurred when exit cpy leveldb does so when close leveldb close self db leveldb options destroy self options leveldb cache destroy self cache leveldb env destroy self env leveldb readoptions destroy self roptions dump is blow in kernel vsyscall in raise from lib libc so in abort from lib libc so in gnu cxx verbose terminate handler from usr lib libstdc so in from usr lib libstdc so in std terminate from usr lib libstdc so in cxa pure virtual from usr lib libstdc so in leveldb internalkeycomparator compare leveldb slice const leveldb slice const const from usr local lib site packages leveldb so in leveldb anonymous namespace mergingiterator findsmallest from usr local lib site packages leveldb so in leveldb anonymous namespace mergingiterator next from usr local lib site packages leveldb so in leveldb dbimpl docompactionwork leveldb dbimpl compactionstate from usr local lib site packages leveldb so in leveldb dbimpl backgroundcompaction from usr local lib site packages leveldb so in leveldb dbimpl backgroundcall from usr local lib site packages leveldb so in leveldb anonymous namespace posixenv bgthreadwrapper void from usr local lib site packages leveldb so in start thread from lib libpthread so in clone from lib libc so original issue reported on code google com by realtan gmail com on sep at
1
113,785
14,485,516,219
IssuesEvent
2020-12-10 17:41:11
ethereum/solidity
https://api.github.com/repos/ethereum/solidity
closed
Expose chainid in the language
breaking change :warning: language design :rage4:
The `chainid` opcode was introduced in Istanbul and added as an opcode to inline assembly a while ago (see #7310). It would be worth considering adding language support to it. I can imagine three options: 1) `chainid()` like `gasleft()` 2) `tx.chainid` 3) `block.chainid` While I think 2) is nicer because less pollution of the global namespace, the [EIP](https://eips.ethereum.org/EIPS/eip-1344) specifically says this property is part of the "chain configuration" of the client and not the transaction. It was discussed to make per-transaction, but that was decided against. Option 3) may be the best considering the above, while the chainid property not being part of the block, it can only ever change on a block basis (in case of forking a chain). Motivation: chanid is used via [ERC-712](https://eips.ethereum.org/EIPS/eip-712) and [ERC-1612](https://github.com/ethereum/EIPs/issues/2613). More motivation: reduce the need for using assembly for such a feature, this also helps in improved the likelyhood of SMTChecker succeeding in more contracts. (One example is [Uniswap](https://github.com/Uniswap/uniswap-v2-core/blob/master/contracts/UniswapV2ERC20.sol#L27))
1.0
Expose chainid in the language - The `chainid` opcode was introduced in Istanbul and added as an opcode to inline assembly a while ago (see #7310). It would be worth considering adding language support to it. I can imagine three options: 1) `chainid()` like `gasleft()` 2) `tx.chainid` 3) `block.chainid` While I think 2) is nicer because less pollution of the global namespace, the [EIP](https://eips.ethereum.org/EIPS/eip-1344) specifically says this property is part of the "chain configuration" of the client and not the transaction. It was discussed to make per-transaction, but that was decided against. Option 3) may be the best considering the above, while the chainid property not being part of the block, it can only ever change on a block basis (in case of forking a chain). Motivation: chanid is used via [ERC-712](https://eips.ethereum.org/EIPS/eip-712) and [ERC-1612](https://github.com/ethereum/EIPs/issues/2613). More motivation: reduce the need for using assembly for such a feature, this also helps in improved the likelyhood of SMTChecker succeeding in more contracts. (One example is [Uniswap](https://github.com/Uniswap/uniswap-v2-core/blob/master/contracts/UniswapV2ERC20.sol#L27))
non_defect
expose chainid in the language the chainid opcode was introduced in istanbul and added as an opcode to inline assembly a while ago see it would be worth considering adding language support to it i can imagine three options chainid like gasleft tx chainid block chainid while i think is nicer because less pollution of the global namespace the specifically says this property is part of the chain configuration of the client and not the transaction it was discussed to make per transaction but that was decided against option may be the best considering the above while the chainid property not being part of the block it can only ever change on a block basis in case of forking a chain motivation chanid is used via and more motivation reduce the need for using assembly for such a feature this also helps in improved the likelyhood of smtchecker succeeding in more contracts one example is
0
62,339
17,023,901,275
IssuesEvent
2021-07-03 04:27:29
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Wrong house address
Component: nominatim Priority: major Resolution: invalid Type: defect
**[Submitted to the original trac issue database at 8.41pm, Tuesday, 1st April 2014]** Please change wrong house address with coordinates lat=53.920546 lon=27.448281. This building is having address as "7, " now but should be as "7, ". You can check it on openstreetmap.org. Thank you in advance.
1.0
Wrong house address - **[Submitted to the original trac issue database at 8.41pm, Tuesday, 1st April 2014]** Please change wrong house address with coordinates lat=53.920546 lon=27.448281. This building is having address as "7, " now but should be as "7, ". You can check it on openstreetmap.org. Thank you in advance.
defect
wrong house address please change wrong house address with coordinates lat lon this building is having address as now but should be as you can check it on openstreetmap org thank you in advance
1
12,555
3,281,975,189
IssuesEvent
2015-10-28 01:53:41
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Cluster autoscaling e2e tests are flaky
area/test kind/flake priority/P1 team/control-plane
``` Autoscaling [Skipped][Autoscaling Suite] should scale cluster size based on memory utilization /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling.go:87 Expected error: <*errors.errorString | 0xc2083f3d90>: { s: "timeout waiting 20m0s for cluster size to be 3", } timeout waiting 20m0s for cluster size to be 3 not to have occurred Autoscaling [Skipped][Autoscaling Suite] should scale cluster size based on cpu utilization /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling.go:65 Expected error: <*errors.errorString | 0xc2083159d0>: { s: "Only 5 pods started out of 6", } Only 5 pods started out of 6 not to have occurred ```
1.0
Cluster autoscaling e2e tests are flaky - ``` Autoscaling [Skipped][Autoscaling Suite] should scale cluster size based on memory utilization /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling.go:87 Expected error: <*errors.errorString | 0xc2083f3d90>: { s: "timeout waiting 20m0s for cluster size to be 3", } timeout waiting 20m0s for cluster size to be 3 not to have occurred Autoscaling [Skipped][Autoscaling Suite] should scale cluster size based on cpu utilization /go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/autoscaling.go:65 Expected error: <*errors.errorString | 0xc2083159d0>: { s: "Only 5 pods started out of 6", } Only 5 pods started out of 6 not to have occurred ```
non_defect
cluster autoscaling tests are flaky autoscaling should scale cluster size based on memory utilization go src io kubernetes output dockerized go src io kubernetes test autoscaling go expected error s timeout waiting for cluster size to be timeout waiting for cluster size to be not to have occurred autoscaling should scale cluster size based on cpu utilization go src io kubernetes output dockerized go src io kubernetes test autoscaling go expected error s only pods started out of only pods started out of not to have occurred
0
32,604
6,875,313,332
IssuesEvent
2017-11-19 12:31:09
bwu-dart/polymer_elements_demos
https://api.github.com/repos/bwu-dart/polymer_elements_demos
closed
iron-component-page-demo throws
status:blocked-3rd-party type:defect
> GET http://localhost:63342/polymer_elements_demos/web/json-descriptor.json 404 (Not Found) > Polymer.send > Polymer.generateRequest > Polymer._srcChanged > Polymer.Base.extend._observerEffect > (anonymous function) > Polymer.Bind._modelApi._effectEffects > Polymer.Bind._modelApi._propertySetter > Polymer.Bind._modelApi.__setProperty > Polymer.Base._addFeature._applyConfig > Polymer.Base._addFeature._afterClientsReady > Polymer.Base._addFeature._ready > Polymer.Base._addFeature._readyClients > Polymer.Base._addFeature._ready > Polymer.Base._addFeature._tryReady might be related to #11
1.0
iron-component-page-demo throws - > GET http://localhost:63342/polymer_elements_demos/web/json-descriptor.json 404 (Not Found) > Polymer.send > Polymer.generateRequest > Polymer._srcChanged > Polymer.Base.extend._observerEffect > (anonymous function) > Polymer.Bind._modelApi._effectEffects > Polymer.Bind._modelApi._propertySetter > Polymer.Bind._modelApi.__setProperty > Polymer.Base._addFeature._applyConfig > Polymer.Base._addFeature._afterClientsReady > Polymer.Base._addFeature._ready > Polymer.Base._addFeature._readyClients > Polymer.Base._addFeature._ready > Polymer.Base._addFeature._tryReady might be related to #11
defect
iron component page demo throws get not found polymer send polymer generaterequest polymer srcchanged polymer base extend observereffect anonymous function polymer bind modelapi effecteffects polymer bind modelapi propertysetter polymer bind modelapi setproperty polymer base addfeature applyconfig polymer base addfeature afterclientsready polymer base addfeature ready polymer base addfeature readyclients polymer base addfeature ready polymer base addfeature tryready might be related to
1
263,096
23,035,826,345
IssuesEvent
2022-07-22 18:36:39
redpanda-data/redpanda
https://api.github.com/repos/redpanda-data/redpanda
closed
Failure in `SingleNodeMetricsReporterTest` `test_redpanda_metrics_reporting` (node failed to stop)
kind/bug area/tests ci-failure
CDT failure, Timeout error, redpanda failed to stop in 30s https://buildkite.com/redpanda/vtools/builds/2729#0181b36f-45b4-446e-b228-389925e356fe/2532-2710
1.0
Failure in `SingleNodeMetricsReporterTest` `test_redpanda_metrics_reporting` (node failed to stop) - CDT failure, Timeout error, redpanda failed to stop in 30s https://buildkite.com/redpanda/vtools/builds/2729#0181b36f-45b4-446e-b228-389925e356fe/2532-2710
non_defect
failure in singlenodemetricsreportertest test redpanda metrics reporting node failed to stop cdt failure timeout error redpanda failed to stop in
0
4,306
2,610,091,258
IssuesEvent
2015-02-26 18:27:35
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳痘印怎样去除
auto-migrated Priority-Medium Type-Defect
``` 深圳痘印怎样去除【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:47
1.0
深圳痘印怎样去除 - ``` 深圳痘印怎样去除【深圳韩方科颜全国热线400-869-1818,24小时 QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:47
defect
深圳痘印怎样去除 深圳痘印怎样去除【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国秘�� �——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩方� ��颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹”健 康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专业�� �疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的痘� ��。 original issue reported on code google com by szft com on may at
1
32,540
6,085,646,001
IssuesEvent
2017-06-17 16:40:24
Automattic/Co-Authors-Plus
https://api.github.com/repos/Automattic/Co-Authors-Plus
closed
Consistent terminology
documentation Priority::Low
In many places the plugin is inconsistent or vague in the terminology it uses. For example, what is an "author" - a WordPress user, co-author or user with the role 'author'? For consistency we should review how the plugin talks about users and make it consistent. Perhaps with; * User - a WordPress user account * Guest author - a CAP-created co-author * Co-author - in the context of a single post, a guest author or user assigned to the post alongside others * Author - user with the role of author We should also document the definitions when we do this.
1.0
Consistent terminology - In many places the plugin is inconsistent or vague in the terminology it uses. For example, what is an "author" - a WordPress user, co-author or user with the role 'author'? For consistency we should review how the plugin talks about users and make it consistent. Perhaps with; * User - a WordPress user account * Guest author - a CAP-created co-author * Co-author - in the context of a single post, a guest author or user assigned to the post alongside others * Author - user with the role of author We should also document the definitions when we do this.
non_defect
consistent terminology in many places the plugin is inconsistent or vague in the terminology it uses for example what is an author a wordpress user co author or user with the role author for consistency we should review how the plugin talks about users and make it consistent perhaps with user a wordpress user account guest author a cap created co author co author in the context of a single post a guest author or user assigned to the post alongside others author user with the role of author we should also document the definitions when we do this
0
224,090
17,659,729,430
IssuesEvent
2021-08-21 08:34:40
FlightControl-Master/MOOSE
https://api.github.com/repos/FlightControl-Master/MOOSE
reopened
CTLD: Crates spawned on moving ships stay in place - do not move with the ship
Ready for Testing Implemented Development Branch Feature Request
When making a CTLD zone on a carrier or LHA, when crates spawn they do not move with the ship. They hold their VEC3 position until loaded. Please let me know if you would like screenshots Cheers!
1.0
CTLD: Crates spawned on moving ships stay in place - do not move with the ship - When making a CTLD zone on a carrier or LHA, when crates spawn they do not move with the ship. They hold their VEC3 position until loaded. Please let me know if you would like screenshots Cheers!
non_defect
ctld crates spawned on moving ships stay in place do not move with the ship when making a ctld zone on a carrier or lha when crates spawn they do not move with the ship they hold their position until loaded please let me know if you would like screenshots cheers
0
20,887
2,631,966,716
IssuesEvent
2015-03-07 17:01:11
Emposoft/MySurf
https://api.github.com/repos/Emposoft/MySurf
opened
Give users more control of browser
medium-priority
The new browsing engine allows me to give more options to users. There is going to be a "Advanced" section in the settings form, where users can choose if they want Java, WebGL, WebSecurity, etc. enabled or not. For critical stuff, like WebSecurity, I am going to have a separate confirmation box telling users why it is important and telling them not to disable it (just to be sure that inexperienced users don't disable it, thinking that it does not do anything except slow it down, which it does not...).
1.0
Give users more control of browser - The new browsing engine allows me to give more options to users. There is going to be a "Advanced" section in the settings form, where users can choose if they want Java, WebGL, WebSecurity, etc. enabled or not. For critical stuff, like WebSecurity, I am going to have a separate confirmation box telling users why it is important and telling them not to disable it (just to be sure that inexperienced users don't disable it, thinking that it does not do anything except slow it down, which it does not...).
non_defect
give users more control of browser the new browsing engine allows me to give more options to users there is going to be a advanced section in the settings form where users can choose if they want java webgl websecurity etc enabled or not for critical stuff like websecurity i am going to have a separate confirmation box telling users why it is important and telling them not to disable it just to be sure that inexperienced users don t disable it thinking that it does not do anything except slow it down which it does not
0
108,438
23,606,985,916
IssuesEvent
2022-08-24 09:05:47
telenornms/skogul
https://api.github.com/repos/telenornms/skogul
closed
Avro encoder and parser
parser encoder
We want to be able to encode using Avro format, and while we're at it, parse as well. Skogul should probably include a simple default schema, but needs to also provide the means to configure a separate schema obviously. I have made some simple tests in https://github.com/KristianLyng/avro-test that could serve as a starting point. A small hitch is that a skogul metric uses a *pointer* to a timestamp, which the library I tested didn't like. That will mean some extra processing: I think the avro encoder and parser (possibly) might need to make their own definition of a Metric and Container that are identical to the regular skogul definition, but instead of "Time *time.Time" it needs to use "Time time.Time", then copy everything over to a regular Skogul metric at the end. Some benchmarks might be needed to determine the performance hit of that, but I doubt it's too high. (Side note: The reason the Time is a pointer is to distinguish between zero-time and no time provided)
1.0
Avro encoder and parser - We want to be able to encode using Avro format, and while we're at it, parse as well. Skogul should probably include a simple default schema, but needs to also provide the means to configure a separate schema obviously. I have made some simple tests in https://github.com/KristianLyng/avro-test that could serve as a starting point. A small hitch is that a skogul metric uses a *pointer* to a timestamp, which the library I tested didn't like. That will mean some extra processing: I think the avro encoder and parser (possibly) might need to make their own definition of a Metric and Container that are identical to the regular skogul definition, but instead of "Time *time.Time" it needs to use "Time time.Time", then copy everything over to a regular Skogul metric at the end. Some benchmarks might be needed to determine the performance hit of that, but I doubt it's too high. (Side note: The reason the Time is a pointer is to distinguish between zero-time and no time provided)
non_defect
avro encoder and parser we want to be able to encode using avro format and while we re at it parse as well skogul should probably include a simple default schema but needs to also provide the means to configure a separate schema obviously i have made some simple tests in that could serve as a starting point a small hitch is that a skogul metric uses a pointer to a timestamp which the library i tested didn t like that will mean some extra processing i think the avro encoder and parser possibly might need to make their own definition of a metric and container that are identical to the regular skogul definition but instead of time time time it needs to use time time time then copy everything over to a regular skogul metric at the end some benchmarks might be needed to determine the performance hit of that but i doubt it s too high side note the reason the time is a pointer is to distinguish between zero time and no time provided
0
19,775
10,521,011,785
IssuesEvent
2019-09-30 04:05:29
OpenNMT/OpenNMT-tf
https://api.github.com/repos/OpenNMT/OpenNMT-tf
closed
Serving large files for NMT translation optimizing on GPU instance
performance question
#### Description: I have a client app that accepts text files for translation(English-Spanish). I use GPU hardware (p2.xlarge ec2 instance, 12GB memory) to accelerate inference. I'm also using batching_parameters_file.txt `max_batch_size { value: 16384 }` --> Files are big (sentences greater than 10,000) hence large value to avoid client request error `batch_timeout_micros { value: 10000000 }` --> for bulk requests `pad_variable_length_inputs: true` `allowed_batch_sizes: 2` `allowed_batch_sizes:8` `allowed_batch_sizes: 16` `allowed_batch_sizes: 32` `allowed_batch_sizes: 64` `allowed_batch_sizes: 128` `allowed_batch_sizes: 256` `allowed_batch_sizes: 512` `allowed_batch_sizes: 1024` `allowed_batch_sizes: 2048` `allowed_batch_sizes: 4096` `allowed_batch_sizes: 8192` `allowed_batch_sizes: 16384` `num_batch_threads { value: 2 }` --> max_cpu cores on p2 instance `max_enqueued_batches { value: 10000 } ` --> initially set to large value Also, to avoid `RESOURCE EXHAUSTED ...message exceeded 4MB error`, I change the `max_message_length` as below: `no_max_message_sizes = [("grpc.max_receive_message_length", -1), ("grpc.max_send_message_length", -1)]` `channel = grpc.insecure_channel("%s:%d" % (args.host, args.port),options = no_max_message_sizes)` #### Errors: When inputting a file greater than 128 sentences (actually has ~500 sentences), it gives OOM errors on GPU, however when I run this on CPU only version it does not give me any error (provided the time taken is very long) Why does batching with GPU not queue up the remaining sentences into successive batches and thereby avoiding OOM issues ? ![GPU_OOM_Error_inference](https://user-images.githubusercontent.com/7122670/63370742-d92e4900-c350-11e9-8fc8-98a8454b7057.PNG) This is my current client request code looks: `def send_request(stub, model_name, batch_tokens, timeout=5.0):` ` batch_tokens, lengths, max_length = pad_batch(batch_tokens)` ` batch_size = len(lengths)` ` request = predict_pb2.PredictRequest()` ` print("Model Name: ", model_name)` ` request.model_spec.name = model_name` ` request.inputs["tokens"].CopyFrom( tf.make_tensor_proto(batch_tokens, shape=(batch_size, max_length)))` ` request.inputs["length"].CopyFrom( tf.make_tensor_proto(lengths, shape=(batch_size,)))` ` return stub.Predict.future(request, timeout)` #### Suggestions - Do i need to custom batch my input (divide all incoming file data into 128 length batches and pass to send_request fn ) from the files or is there a better solution for this ? Any help appreciated.
True
Serving large files for NMT translation optimizing on GPU instance - #### Description: I have a client app that accepts text files for translation(English-Spanish). I use GPU hardware (p2.xlarge ec2 instance, 12GB memory) to accelerate inference. I'm also using batching_parameters_file.txt `max_batch_size { value: 16384 }` --> Files are big (sentences greater than 10,000) hence large value to avoid client request error `batch_timeout_micros { value: 10000000 }` --> for bulk requests `pad_variable_length_inputs: true` `allowed_batch_sizes: 2` `allowed_batch_sizes:8` `allowed_batch_sizes: 16` `allowed_batch_sizes: 32` `allowed_batch_sizes: 64` `allowed_batch_sizes: 128` `allowed_batch_sizes: 256` `allowed_batch_sizes: 512` `allowed_batch_sizes: 1024` `allowed_batch_sizes: 2048` `allowed_batch_sizes: 4096` `allowed_batch_sizes: 8192` `allowed_batch_sizes: 16384` `num_batch_threads { value: 2 }` --> max_cpu cores on p2 instance `max_enqueued_batches { value: 10000 } ` --> initially set to large value Also, to avoid `RESOURCE EXHAUSTED ...message exceeded 4MB error`, I change the `max_message_length` as below: `no_max_message_sizes = [("grpc.max_receive_message_length", -1), ("grpc.max_send_message_length", -1)]` `channel = grpc.insecure_channel("%s:%d" % (args.host, args.port),options = no_max_message_sizes)` #### Errors: When inputting a file greater than 128 sentences (actually has ~500 sentences), it gives OOM errors on GPU, however when I run this on CPU only version it does not give me any error (provided the time taken is very long) Why does batching with GPU not queue up the remaining sentences into successive batches and thereby avoiding OOM issues ? ![GPU_OOM_Error_inference](https://user-images.githubusercontent.com/7122670/63370742-d92e4900-c350-11e9-8fc8-98a8454b7057.PNG) This is my current client request code looks: `def send_request(stub, model_name, batch_tokens, timeout=5.0):` ` batch_tokens, lengths, max_length = pad_batch(batch_tokens)` ` batch_size = len(lengths)` ` request = predict_pb2.PredictRequest()` ` print("Model Name: ", model_name)` ` request.model_spec.name = model_name` ` request.inputs["tokens"].CopyFrom( tf.make_tensor_proto(batch_tokens, shape=(batch_size, max_length)))` ` request.inputs["length"].CopyFrom( tf.make_tensor_proto(lengths, shape=(batch_size,)))` ` return stub.Predict.future(request, timeout)` #### Suggestions - Do i need to custom batch my input (divide all incoming file data into 128 length batches and pass to send_request fn ) from the files or is there a better solution for this ? Any help appreciated.
non_defect
serving large files for nmt translation optimizing on gpu instance description i have a client app that accepts text files for translation english spanish i use gpu hardware xlarge instance memory to accelerate inference i m also using batching parameters file txt max batch size value files are big sentences greater than hence large value to avoid client request error batch timeout micros value for bulk requests pad variable length inputs true allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes allowed batch sizes num batch threads value max cpu cores on instance max enqueued batches value initially set to large value also to avoid resource exhausted message exceeded error i change the max message length as below no max message sizes channel grpc insecure channel s d args host args port options no max message sizes errors when inputting a file greater than sentences actually has sentences it gives oom errors on gpu however when i run this on cpu only version it does not give me any error provided the time taken is very long why does batching with gpu not queue up the remaining sentences into successive batches and thereby avoiding oom issues this is my current client request code looks def send request stub model name batch tokens timeout batch tokens lengths max length pad batch batch tokens batch size len lengths request predict predictrequest print model name model name request model spec name model name request inputs copyfrom tf make tensor proto batch tokens shape batch size max length request inputs copyfrom tf make tensor proto lengths shape batch size return stub predict future request timeout suggestions do i need to custom batch my input divide all incoming file data into length batches and pass to send request fn from the files or is there a better solution for this any help appreciated
0
174,029
27,560,362,550
IssuesEvent
2023-03-07 21:26:41
decent-dao/fractal-interface
https://api.github.com/repos/decent-dao/fractal-interface
opened
Netlify attribution
P3 design needed
A requirement of having a free open source account on Netlify is to have a permanent attribution on the app somewhere. We put in a temporary attribution to apply, but could use a design review and potentially come up with a better permanent solution. https://github.com/decent-dao/fractal-interface/pull/1053#issue-1614209458 ![Screen Shot 2023-03-07 at 4 02 48 PM](https://user-images.githubusercontent.com/384559/223556584-e778214a-5288-4dcd-90e0-eb25840a03a3.png)
1.0
Netlify attribution - A requirement of having a free open source account on Netlify is to have a permanent attribution on the app somewhere. We put in a temporary attribution to apply, but could use a design review and potentially come up with a better permanent solution. https://github.com/decent-dao/fractal-interface/pull/1053#issue-1614209458 ![Screen Shot 2023-03-07 at 4 02 48 PM](https://user-images.githubusercontent.com/384559/223556584-e778214a-5288-4dcd-90e0-eb25840a03a3.png)
non_defect
netlify attribution a requirement of having a free open source account on netlify is to have a permanent attribution on the app somewhere we put in a temporary attribution to apply but could use a design review and potentially come up with a better permanent solution
0
695
2,581,470,384
IssuesEvent
2015-02-14 02:41:24
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Text->autoLink fails on url without protocol
Defect
The code: $this->Text->autoLink($text, array( 'escape' => false)); Fail when you use links like $text = 'Text with a partial <a href="//www.cakephp.org">link</a> link'; $text = 'Text with a partial <iframe src="//www.cakephp.org"></iframe> link'; (I used version 2.7 to test)
1.0
Text->autoLink fails on url without protocol - The code: $this->Text->autoLink($text, array( 'escape' => false)); Fail when you use links like $text = 'Text with a partial <a href="//www.cakephp.org">link</a> link'; $text = 'Text with a partial <iframe src="//www.cakephp.org"></iframe> link'; (I used version 2.7 to test)
defect
text autolink fails on url without protocol the code this text autolink text array escape false fail when you use links like text text with a partial a href link text text with a partial iframe src link i used version to test
1
67,271
20,961,597,639
IssuesEvent
2022-03-27 21:46:36
abedmaatalla/imsdroid
https://api.github.com/repos/abedmaatalla/imsdroid
closed
Voice comes out speaker phone
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Make Phone Call ( using asterisk sip server ) What is the expected output? What do you see instead? Expect to hear conversation thru ear piece the voice comes out the speaker phone side What version of the product are you using? On what operating system? 1.2.355 (doubango r542 ) Please provide any additional information below. Samsung Moment ( Sprint ) ``` Original issue reported on code.google.com by `intelasy...@gmail.com` on 4 Feb 2011 at 2:47
1.0
Voice comes out speaker phone - ``` What steps will reproduce the problem? 1. Make Phone Call ( using asterisk sip server ) What is the expected output? What do you see instead? Expect to hear conversation thru ear piece the voice comes out the speaker phone side What version of the product are you using? On what operating system? 1.2.355 (doubango r542 ) Please provide any additional information below. Samsung Moment ( Sprint ) ``` Original issue reported on code.google.com by `intelasy...@gmail.com` on 4 Feb 2011 at 2:47
defect
voice comes out speaker phone what steps will reproduce the problem make phone call using asterisk sip server what is the expected output what do you see instead expect to hear conversation thru ear piece the voice comes out the speaker phone side what version of the product are you using on what operating system doubango please provide any additional information below samsung moment sprint original issue reported on code google com by intelasy gmail com on feb at
1
16,763
10,564,115,110
IssuesEvent
2019-10-04 23:33:59
microsoft/vscode-cpptools
https://api.github.com/repos/microsoft/vscode-cpptools
closed
IntelliSense is different between header file and source file
Feature: Configuration Language Service more info needed
**Type: C/C++** **Describe the bug** - OS and Version: Windows 10 Version 1903 - VS Code Version:1.38.1 - C/C++ Extension Version:0.25.1 - Other extensions you installed (and if the issue persists after disabling them): Remote-WSL - A clear and concise description of what the bug is. The macro \_WIN32 is different between header file and source file when open folder in Windows **Screenshots** ![image](https://user-images.githubusercontent.com/24366039/66222549-00c05180-e704-11e9-8709-44f042800b33.png) The Toolchain is gcc, but the macro \_WIN32 is different in *.c file, *.cpp file and *.h file `{ "configurations": [ { "name": "Demo", "includePath": [ "${workspaceFolder}/" ], "compilerPath": "/usr/bin/gcc", "intelliSenseMode": "gcc-x86" } ], "version": 4 }`
1.0
IntelliSense is different between header file and source file - **Type: C/C++** **Describe the bug** - OS and Version: Windows 10 Version 1903 - VS Code Version:1.38.1 - C/C++ Extension Version:0.25.1 - Other extensions you installed (and if the issue persists after disabling them): Remote-WSL - A clear and concise description of what the bug is. The macro \_WIN32 is different between header file and source file when open folder in Windows **Screenshots** ![image](https://user-images.githubusercontent.com/24366039/66222549-00c05180-e704-11e9-8709-44f042800b33.png) The Toolchain is gcc, but the macro \_WIN32 is different in *.c file, *.cpp file and *.h file `{ "configurations": [ { "name": "Demo", "includePath": [ "${workspaceFolder}/" ], "compilerPath": "/usr/bin/gcc", "intelliSenseMode": "gcc-x86" } ], "version": 4 }`
non_defect
intellisense is different between header file and source file type c c describe the bug os and version windows version vs code version c c extension version other extensions you installed and if the issue persists after disabling them remote wsl a clear and concise description of what the bug is the macro is different between header file and source file when open folder in windows screenshots the toolchain is gcc but the macro is different in c file cpp file and h file configurations name demo includepath workspacefolder compilerpath usr bin gcc intellisensemode gcc version
0
84,646
7,929,090,844
IssuesEvent
2018-07-06 13:59:35
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
roachtest: jepsen/sequential/strobe-skews failed on release-2.0
C-test-failure O-robot
SHA: https://github.com/cockroachdb/cockroach/commits/c9abd9980349cd9d9b878ac0fe49a755dc38a9bf Parameters: Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=757872&tab=buildLog ``` test.go:765: test timed out (-31.388694239s) test.go:493,cluster.go:810,cluster.go:683,jepsen.go:76,jepsen.go:137,jepsen.go:288: /home/agent/work/.go/bin/roachprod run teamcity-757872-jepsen:6 -- bash -e -c ' if ! test -d /mnt/data1/jepsen; then git clone -b tc-nightly --depth 1 https://github.com/cockroachdb/jepsen /mnt/data1/jepsen else cd /mnt/data1/jepsen git fetch origin git checkout origin/tc-nightly fi ': signal: killed ```
1.0
roachtest: jepsen/sequential/strobe-skews failed on release-2.0 - SHA: https://github.com/cockroachdb/cockroach/commits/c9abd9980349cd9d9b878ac0fe49a755dc38a9bf Parameters: Failed test: https://teamcity.cockroachdb.com/viewLog.html?buildId=757872&tab=buildLog ``` test.go:765: test timed out (-31.388694239s) test.go:493,cluster.go:810,cluster.go:683,jepsen.go:76,jepsen.go:137,jepsen.go:288: /home/agent/work/.go/bin/roachprod run teamcity-757872-jepsen:6 -- bash -e -c ' if ! test -d /mnt/data1/jepsen; then git clone -b tc-nightly --depth 1 https://github.com/cockroachdb/jepsen /mnt/data1/jepsen else cd /mnt/data1/jepsen git fetch origin git checkout origin/tc-nightly fi ': signal: killed ```
non_defect
roachtest jepsen sequential strobe skews failed on release sha parameters failed test test go test timed out test go cluster go cluster go jepsen go jepsen go jepsen go home agent work go bin roachprod run teamcity jepsen bash e c if test d mnt jepsen then git clone b tc nightly depth mnt jepsen else cd mnt jepsen git fetch origin git checkout origin tc nightly fi signal killed
0
61,761
17,023,773,974
IssuesEvent
2021-07-03 03:46:39
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
no results for "carsharing in bamberg", nodes exist
Component: nominatim Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 6.42am, Tuesday, 7th February 2012]** Some days ago I added carsharing nodes in Bamberg (Germany). They are in Nominatim's index (e.g. http://nominatim.openstreetmap.org/details?osmtype=N&osmid=1617986613) but are not reported, if I search for "car sharing in bamberg" or "carsharing in bamberg". They can be found if I search for "kobil in Bamberg", kobil is the name of the operator.
1.0
no results for "carsharing in bamberg", nodes exist - **[Submitted to the original trac issue database at 6.42am, Tuesday, 7th February 2012]** Some days ago I added carsharing nodes in Bamberg (Germany). They are in Nominatim's index (e.g. http://nominatim.openstreetmap.org/details?osmtype=N&osmid=1617986613) but are not reported, if I search for "car sharing in bamberg" or "carsharing in bamberg". They can be found if I search for "kobil in Bamberg", kobil is the name of the operator.
defect
no results for carsharing in bamberg nodes exist some days ago i added carsharing nodes in bamberg germany they are in nominatim s index e g but are not reported if i search for car sharing in bamberg or carsharing in bamberg they can be found if i search for kobil in bamberg kobil is the name of the operator
1
28,544
5,288,335,127
IssuesEvent
2017-02-08 14:54:13
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
opened
NonBlockingIOThreadingModel improper null check
Type: Defect
The newSocketReader/writer do a null check on the connection. This is broken because there is no happens before relation between unsetting the item in the array and reading it. Probably best to replace the threads array on shut down and then do something like this: ``` Threads threads = this.threads; if (threads == null) { throw new IllegalStateException("IO thread is closed!"); } NonBlockingIOThread outputThread = threads[index]; ``` Probably also best not to null the items in the array.
1.0
NonBlockingIOThreadingModel improper null check - The newSocketReader/writer do a null check on the connection. This is broken because there is no happens before relation between unsetting the item in the array and reading it. Probably best to replace the threads array on shut down and then do something like this: ``` Threads threads = this.threads; if (threads == null) { throw new IllegalStateException("IO thread is closed!"); } NonBlockingIOThread outputThread = threads[index]; ``` Probably also best not to null the items in the array.
defect
nonblockingiothreadingmodel improper null check the newsocketreader writer do a null check on the connection this is broken because there is no happens before relation between unsetting the item in the array and reading it probably best to replace the threads array on shut down and then do something like this threads threads this threads if threads null throw new illegalstateexception io thread is closed nonblockingiothread outputthread threads probably also best not to null the items in the array
1
42,909
5,546,122,477
IssuesEvent
2017-03-22 23:40:14
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
closed
Extension market functionality does not work in code-oss
as-designed
<!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: 1.11.0 - OS Version: Fedora Steps to Reproduce: 1.Try to install an extension through the gui 2.It does not work For now I have just been having to download them into the extensions directory manually.
1.0
Extension market functionality does not work in code-oss - <!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode --> - VSCode Version: 1.11.0 - OS Version: Fedora Steps to Reproduce: 1.Try to install an extension through the gui 2.It does not work For now I have just been having to download them into the extensions directory manually.
non_defect
extension market functionality does not work in code oss vscode version os version fedora steps to reproduce try to install an extension through the gui it does not work for now i have just been having to download them into the extensions directory manually
0
47,470
13,056,198,804
IssuesEvent
2020-07-30 03:58:00
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
trunk of icerec vs. 2008 level2 data: data wins (Trac #601)
Migrated from Trac dataio defect
jeisch@miskwa% dataio-shovel Level2_All_Run00111436_Part00000000.i3 terminate called after throwing an instance of 'boost::archive::archive_exception' what(): unsupported version Abort Migrated from https://code.icecube.wisc.edu/ticket/601 ```json { "status": "closed", "changetime": "2010-03-04T02:38:05", "description": "jeisch@miskwa% dataio-shovel Level2_All_Run00111436_Part00000000.i3 \nterminate called after throwing an instance of 'boost::archive::archive_exception'\n what(): unsupported version\nAbort", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1267670285000000", "component": "dataio", "summary": "trunk of icerec vs. 2008 level2 data: data wins", "priority": "normal", "keywords": "", "time": "2010-03-03T15:52:26", "milestone": "", "owner": "troy", "type": "defect" } ```
1.0
trunk of icerec vs. 2008 level2 data: data wins (Trac #601) - jeisch@miskwa% dataio-shovel Level2_All_Run00111436_Part00000000.i3 terminate called after throwing an instance of 'boost::archive::archive_exception' what(): unsupported version Abort Migrated from https://code.icecube.wisc.edu/ticket/601 ```json { "status": "closed", "changetime": "2010-03-04T02:38:05", "description": "jeisch@miskwa% dataio-shovel Level2_All_Run00111436_Part00000000.i3 \nterminate called after throwing an instance of 'boost::archive::archive_exception'\n what(): unsupported version\nAbort", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1267670285000000", "component": "dataio", "summary": "trunk of icerec vs. 2008 level2 data: data wins", "priority": "normal", "keywords": "", "time": "2010-03-03T15:52:26", "milestone": "", "owner": "troy", "type": "defect" } ```
defect
trunk of icerec vs data data wins trac jeisch miskwa dataio shovel all terminate called after throwing an instance of boost archive archive exception what unsupported version abort migrated from json status closed changetime description jeisch miskwa dataio shovel all nterminate called after throwing an instance of boost archive archive exception n what unsupported version nabort reporter troy cc resolution fixed ts component dataio summary trunk of icerec vs data data wins priority normal keywords time milestone owner troy type defect
1
74,880
25,381,502,136
IssuesEvent
2022-11-21 17:56:08
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: It's No need driver.quit()
R-awaiting answer C-py I-defect
### What happened? In the latest stable chromedvider and edgedvier,driver.quit() is No need,It closed on its own what happen,Is this really a bug,right? ### How can we reproduce the issue? ```shell from selenium import webdriver from selenium.webdriver.common.by import By import time driver = webdriver.Edge() driver.get('https://bing.com') element = driver.find_element(By.ID, 'sb_form_q') element.send_keys('WebDriver') element.submit() time.sleep(5) It closed on its own from selenium import webdriver driver = webdriver.Chrome() driver.get("http://selenium.dev") It closed on its own ``` ### Relevant log output ```shell There are no warnings ``` ### Operating System Windows 10 ### Selenium version Python 4.6.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 107,Edge 107 ### What are the browser driver(s) and version(s) where you see this issue? msedgedriver 107.0.1418.52;chromedriver 107.0.5304.62 ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: It's No need driver.quit() - ### What happened? In the latest stable chromedvider and edgedvier,driver.quit() is No need,It closed on its own what happen,Is this really a bug,right? ### How can we reproduce the issue? ```shell from selenium import webdriver from selenium.webdriver.common.by import By import time driver = webdriver.Edge() driver.get('https://bing.com') element = driver.find_element(By.ID, 'sb_form_q') element.send_keys('WebDriver') element.submit() time.sleep(5) It closed on its own from selenium import webdriver driver = webdriver.Chrome() driver.get("http://selenium.dev") It closed on its own ``` ### Relevant log output ```shell There are no warnings ``` ### Operating System Windows 10 ### Selenium version Python 4.6.0 ### What are the browser(s) and version(s) where you see this issue? Chrome 107,Edge 107 ### What are the browser driver(s) and version(s) where you see this issue? msedgedriver 107.0.1418.52;chromedriver 107.0.5304.62 ### Are you using Selenium Grid? _No response_
defect
it s no need driver quit what happened in the latest stable chromedvider and edgedvier,driver quit is no need,it closed on its own what happen,is this really a bug,right? how can we reproduce the issue shell from selenium import webdriver from selenium webdriver common by import by import time driver webdriver edge driver get element driver find element by id sb form q element send keys webdriver element submit time sleep it closed on its own from selenium import webdriver driver webdriver chrome driver get it closed on its own relevant log output shell there are no warnings operating system windows selenium version python what are the browser s and version s where you see this issue chrome ,edge what are the browser driver s and version s where you see this issue msedgedriver ;chromedriver are you using selenium grid no response
1
75,845
26,096,555,074
IssuesEvent
2022-12-26 21:00:59
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
HTML link text in formatted_body is rendered as black text
T-Defect
### Steps to reproduce 1. Send a message containing an URL, from a Matrix client that wraps the URL in an `<a>` tag within the `formatted_body` message JSON field. In other words, a client that sends true HTML links, like this: `"<p>Link:</p>\n<p><a href=\"http://example.com\">http://example.com</a></p>"` 2. View the message in the Element iOS client, in dark mode. If you don't want to hand-craft a message JSON for step 1, [Nheko](https://nheko-reborn.github.io/) is an easy way to generate true HTML links in `formatted_body`, as it does this by default. When viewing the message in Element iOS, notice that the link is rendered as black text. This is incorrect, because: - It doesn't match the greenish color used for the untagged URLs that come from other clients, like Element. - It imposes an inappropriate color upon a message that contains no color information. - It is hard to read black text on a dark grey background, as is the case when the client is in dark mode. ### Outcome #### What did you expect? The URL should have been displayed in the same color as those sent by other clients. #### What happened instead? The URL was displayed in black, which is both incongruous and hard to read. I don't have the phone model/OS/app versions, since I am reporting this on behalf of someone else who witnessed it on their phone. However, I suspect it will be reproducible on any recent version of Element iOS, as it seems like a simple bug caused by a hard-coded color value. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? No
1.0
HTML link text in formatted_body is rendered as black text - ### Steps to reproduce 1. Send a message containing an URL, from a Matrix client that wraps the URL in an `<a>` tag within the `formatted_body` message JSON field. In other words, a client that sends true HTML links, like this: `"<p>Link:</p>\n<p><a href=\"http://example.com\">http://example.com</a></p>"` 2. View the message in the Element iOS client, in dark mode. If you don't want to hand-craft a message JSON for step 1, [Nheko](https://nheko-reborn.github.io/) is an easy way to generate true HTML links in `formatted_body`, as it does this by default. When viewing the message in Element iOS, notice that the link is rendered as black text. This is incorrect, because: - It doesn't match the greenish color used for the untagged URLs that come from other clients, like Element. - It imposes an inappropriate color upon a message that contains no color information. - It is hard to read black text on a dark grey background, as is the case when the client is in dark mode. ### Outcome #### What did you expect? The URL should have been displayed in the same color as those sent by other clients. #### What happened instead? The URL was displayed in black, which is both incongruous and hard to read. I don't have the phone model/OS/app versions, since I am reporting this on behalf of someone else who witnessed it on their phone. However, I suspect it will be reproducible on any recent version of Element iOS, as it seems like a simple bug caused by a hard-coded color value. ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver matrix.org ### Will you send logs? No
defect
html link text in formatted body is rendered as black text steps to reproduce send a message containing an url from a matrix client that wraps the url in an tag within the formatted body message json field in other words a client that sends true html links like this link n a href view the message in the element ios client in dark mode if you don t want to hand craft a message json for step is an easy way to generate true html links in formatted body as it does this by default when viewing the message in element ios notice that the link is rendered as black text this is incorrect because it doesn t match the greenish color used for the untagged urls that come from other clients like element it imposes an inappropriate color upon a message that contains no color information it is hard to read black text on a dark grey background as is the case when the client is in dark mode outcome what did you expect the url should have been displayed in the same color as those sent by other clients what happened instead the url was displayed in black which is both incongruous and hard to read i don t have the phone model os app versions since i am reporting this on behalf of someone else who witnessed it on their phone however i suspect it will be reproducible on any recent version of element ios as it seems like a simple bug caused by a hard coded color value your phone model no response operating system version no response application version no response homeserver matrix org will you send logs no
1
78,826
27,774,581,797
IssuesEvent
2023-03-16 16:23:46
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Messages remain pinned to bottom of room even after manual deletion from database
T-Defect
### Steps to reproduce Not sure how to reproduce this. Unsure why it happened in the first place. ### Outcome I'm new to element/matrix and I am trying to find out how to properly remove these bugged messages. ![element_screenshot](https://user-images.githubusercontent.com/35819265/225680900-43b32532-0b30-4f67-923a-c033430d0a9d.png) These two messages continue to stay at the bottom of this room no matter what I seem to do. I tried deleting them in the chat in an effort to get rid of them but realized that doesn't remove them from the chat completely. I even went into the synapse homeserver db and deleted the event from to non avail. When I send new messages they appear below them and are basically now pinned to the bottom of the room. Is there any way to remove these messages manually. Can I wipe them from local storage? Is that a potential fix? Thanks in advance ### Operating system Arch Linux: 5.10.161-1-MANJARO ### Browser information Desktop App ### URL for webapp Desktop ### Application version Element version: 1.11.20 Olm version: 3.2.12 ### Homeserver Synapse v1.79.0 ### Will you send logs? No
1.0
Messages remain pinned to bottom of room even after manual deletion from database - ### Steps to reproduce Not sure how to reproduce this. Unsure why it happened in the first place. ### Outcome I'm new to element/matrix and I am trying to find out how to properly remove these bugged messages. ![element_screenshot](https://user-images.githubusercontent.com/35819265/225680900-43b32532-0b30-4f67-923a-c033430d0a9d.png) These two messages continue to stay at the bottom of this room no matter what I seem to do. I tried deleting them in the chat in an effort to get rid of them but realized that doesn't remove them from the chat completely. I even went into the synapse homeserver db and deleted the event from to non avail. When I send new messages they appear below them and are basically now pinned to the bottom of the room. Is there any way to remove these messages manually. Can I wipe them from local storage? Is that a potential fix? Thanks in advance ### Operating system Arch Linux: 5.10.161-1-MANJARO ### Browser information Desktop App ### URL for webapp Desktop ### Application version Element version: 1.11.20 Olm version: 3.2.12 ### Homeserver Synapse v1.79.0 ### Will you send logs? No
defect
messages remain pinned to bottom of room even after manual deletion from database steps to reproduce not sure how to reproduce this unsure why it happened in the first place outcome i m new to element matrix and i am trying to find out how to properly remove these bugged messages these two messages continue to stay at the bottom of this room no matter what i seem to do i tried deleting them in the chat in an effort to get rid of them but realized that doesn t remove them from the chat completely i even went into the synapse homeserver db and deleted the event from to non avail when i send new messages they appear below them and are basically now pinned to the bottom of the room is there any way to remove these messages manually can i wipe them from local storage is that a potential fix thanks in advance operating system arch linux manjaro browser information desktop app url for webapp desktop application version element version olm version homeserver synapse will you send logs no
1
42,335
10,966,795,042
IssuesEvent
2019-11-28 08:05:14
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Datatable multisort broken
defect
### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [ x] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57 ``` **Current behavior** Among other issues, the toggling of sort order in multiSortMeta does not work. **Expected behavior** Multisort works. * **React version:** 16.5.2 * **PrimeReact version:** 2.0.0-beta.9 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] all * **Language:** [all | TypeScript X.X | ES6/7 | ES5] all
1.0
Datatable multisort broken - ### There is no guarantee in receiving an immediate response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeReact PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [ x] bug report [ ] feature request [ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57 ``` **Current behavior** Among other issues, the toggling of sort order in multiSortMeta does not work. **Expected behavior** Multisort works. * **React version:** 16.5.2 * **PrimeReact version:** 2.0.0-beta.9 * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] all * **Language:** [all | TypeScript X.X | ES6/7 | ES5] all
defect
datatable multisort broken there is no guarantee in receiving an immediate response in github issue tracker if you d like to secure our response you may consider primereact pro support where support is provided within business hours i m submitting a check one with x bug report feature request support request please do not submit support request here instead see current behavior among other issues the toggling of sort order in multisortmeta does not work expected behavior multisort works react version primereact version beta browser all language all
1
100,180
12,507,828,665
IssuesEvent
2020-06-02 14:41:13
cityofaustin/techstack
https://api.github.com/repos/cityofaustin/techstack
closed
Joplin Official Document improvements
Content type: Official document Joplin Alpha Team: Design + Research
As an author, I want to be able to edit and add official documents without excessive download times. These improvments include - [ ] new OD collection page which contains title, description, topic collection, and list of official documents in this collection, including add/edit/remove. - [ ] Official document which contains meta-data for each document, ability to upload document, and ability to assign the official document collection to which it belongs. This document type will need to retain translation functionality, but will not publish directly to Janis unless part of a collection. Therefore, the preview window will not be essential, and some other action besides publish (perhaps upload) will need to be used instead, so that saving does not imply publishing. Presumably, this effort has no impact on the Janis side. Should also roll #4328 into this?
1.0
Joplin Official Document improvements - As an author, I want to be able to edit and add official documents without excessive download times. These improvments include - [ ] new OD collection page which contains title, description, topic collection, and list of official documents in this collection, including add/edit/remove. - [ ] Official document which contains meta-data for each document, ability to upload document, and ability to assign the official document collection to which it belongs. This document type will need to retain translation functionality, but will not publish directly to Janis unless part of a collection. Therefore, the preview window will not be essential, and some other action besides publish (perhaps upload) will need to be used instead, so that saving does not imply publishing. Presumably, this effort has no impact on the Janis side. Should also roll #4328 into this?
non_defect
joplin official document improvements as an author i want to be able to edit and add official documents without excessive download times these improvments include new od collection page which contains title description topic collection and list of official documents in this collection including add edit remove official document which contains meta data for each document ability to upload document and ability to assign the official document collection to which it belongs this document type will need to retain translation functionality but will not publish directly to janis unless part of a collection therefore the preview window will not be essential and some other action besides publish perhaps upload will need to be used instead so that saving does not imply publishing presumably this effort has no impact on the janis side should also roll into this
0
267,469
23,302,906,381
IssuesEvent
2022-08-07 15:41:01
MinaProtocol/mina
https://api.github.com/repos/MinaProtocol/mina
closed
CRASH - rpc_error - EOF or connection closed
testnet consider-for-closing stale triage
Happened on proposers during testnet breakdown ``` (monitor.ml.Error ((rpc_error (Connection_closed ("EOF or connection closed"))) (connection_description ("Client connected via TCP" (localhost 40073))) (rpc_tag rpc_parallel_plain_3) (rpc_version 0)) ("Raised at file \"src/error.ml\" (inlined), line 9, characters 14-30" "Called from file \"lib/prover/prover.ml\", line 277, characters 6-19" "Called from file \"src/deferred1.ml\", line 17, characters 40-45" "Called from file \"src/job_queue.ml\" (inlined), line 131, characters 2-5" "Called from file \"src/job_queue.ml\", line 170, characters 6-47" "Caught by monitor coda")) ``` Logs: https://s3-us-west-2.amazonaws.com/crashlogs.o1test.net/testnet_share_the_wealth/2019-08-08/crashlog-proposer-eof.tar.bz2
1.0
CRASH - rpc_error - EOF or connection closed - Happened on proposers during testnet breakdown ``` (monitor.ml.Error ((rpc_error (Connection_closed ("EOF or connection closed"))) (connection_description ("Client connected via TCP" (localhost 40073))) (rpc_tag rpc_parallel_plain_3) (rpc_version 0)) ("Raised at file \"src/error.ml\" (inlined), line 9, characters 14-30" "Called from file \"lib/prover/prover.ml\", line 277, characters 6-19" "Called from file \"src/deferred1.ml\", line 17, characters 40-45" "Called from file \"src/job_queue.ml\" (inlined), line 131, characters 2-5" "Called from file \"src/job_queue.ml\", line 170, characters 6-47" "Caught by monitor coda")) ``` Logs: https://s3-us-west-2.amazonaws.com/crashlogs.o1test.net/testnet_share_the_wealth/2019-08-08/crashlog-proposer-eof.tar.bz2
non_defect
crash rpc error eof or connection closed happened on proposers during testnet breakdown monitor ml error rpc error connection closed eof or connection closed connection description client connected via tcp localhost rpc tag rpc parallel plain rpc version raised at file src error ml inlined line characters called from file lib prover prover ml line characters called from file src ml line characters called from file src job queue ml inlined line characters called from file src job queue ml line characters caught by monitor coda logs
0
78,310
27,422,318,274
IssuesEvent
2023-03-01 17:33:32
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
closed
Incorrectly claims camera/microphone permissions are missing
T-Defect S-Major O-Occasional A-Lobby
### Steps to reproduce 1. Go to call, eg https://call.element.io/room/#test:call.ems.host ### Outcome #### What did you expect? Joined call #### What happened instead? ![image](https://user-images.githubusercontent.com/1389908/220925022-71dd27d0-4565-403f-a687-fed256d18ddc.png) But: ![image](https://user-images.githubusercontent.com/1389908/220925150-e1693887-4109-4c4c-846e-5e2298417fa1.png) ### Operating system Ubuntu 22.04 ### Browser information Firefox 106.0.5 ### URL for webapp call.element.io ### Will you send logs? No
1.0
Incorrectly claims camera/microphone permissions are missing - ### Steps to reproduce 1. Go to call, eg https://call.element.io/room/#test:call.ems.host ### Outcome #### What did you expect? Joined call #### What happened instead? ![image](https://user-images.githubusercontent.com/1389908/220925022-71dd27d0-4565-403f-a687-fed256d18ddc.png) But: ![image](https://user-images.githubusercontent.com/1389908/220925150-e1693887-4109-4c4c-846e-5e2298417fa1.png) ### Operating system Ubuntu 22.04 ### Browser information Firefox 106.0.5 ### URL for webapp call.element.io ### Will you send logs? No
defect
incorrectly claims camera microphone permissions are missing steps to reproduce go to call eg outcome what did you expect joined call what happened instead but operating system ubuntu browser information firefox url for webapp call element io will you send logs no
1
25,917
4,511,787,520
IssuesEvent
2016-09-03 07:42:10
kronometrix/recording
https://api.github.com/repos/kronometrix/recording
opened
basic redirect does not work when disk is full
defect-immediate enhancement
We have seen that K recorders would not properly recover and report data if the disk space usage is 100%. This is caused by the redirect operation involved in storing data to a file, on disk. Classic a K recorder is a basic CLI utility which simple prints data to screen. We start all recorders using '>>' operator used by the shell. This works fine for many operating systems, POSIX based operating systems. However on newer systems, like Debian 8, we have seen instability and long delays after disk space has been restored. It can take up to 20-30 minutes until a recorder will properly write again data to disk. Therefore we will stop using this method and implement a file based operation within recorder. The recorder will be responsible to write on a file to disk the raw data and we will not rely on redirect operator. This will be for all teir1 operating systems supported by K: Linux, FreeBSD, Windows.
1.0
basic redirect does not work when disk is full - We have seen that K recorders would not properly recover and report data if the disk space usage is 100%. This is caused by the redirect operation involved in storing data to a file, on disk. Classic a K recorder is a basic CLI utility which simple prints data to screen. We start all recorders using '>>' operator used by the shell. This works fine for many operating systems, POSIX based operating systems. However on newer systems, like Debian 8, we have seen instability and long delays after disk space has been restored. It can take up to 20-30 minutes until a recorder will properly write again data to disk. Therefore we will stop using this method and implement a file based operation within recorder. The recorder will be responsible to write on a file to disk the raw data and we will not rely on redirect operator. This will be for all teir1 operating systems supported by K: Linux, FreeBSD, Windows.
defect
basic redirect does not work when disk is full we have seen that k recorders would not properly recover and report data if the disk space usage is this is caused by the redirect operation involved in storing data to a file on disk classic a k recorder is a basic cli utility which simple prints data to screen we start all recorders using operator used by the shell this works fine for many operating systems posix based operating systems however on newer systems like debian we have seen instability and long delays after disk space has been restored it can take up to minutes until a recorder will properly write again data to disk therefore we will stop using this method and implement a file based operation within recorder the recorder will be responsible to write on a file to disk the raw data and we will not rely on redirect operator this will be for all operating systems supported by k linux freebsd windows
1
29,990
5,971,371,586
IssuesEvent
2017-05-31 02:13:42
kaneless/mybatisnet
https://api.github.com/repos/kaneless/mybatisnet
closed
mybatisnet invoke mysql procedure error
auto-migrated Priority-Low Type-Defect
``` What version of the MyBatis.NET are you using? 1.6.2.0 Please describe the problem. Unit tests are best! i invoke a mysql procedure with a OUT parameter,it show error, but when i invoke a mysql procedure not with a OUT parameter , it's ok. What is the expected output? What do you see instead? it should output a IList<T> ,but there is a error show "Parameter '?' not found in the collection" . Please provide any additional information below. my xml config as fellow <parameterMaps> <parameterMap id="PagePara"> <parameter property="p_table" /> <parameter property="p_pageindex"/> <parameter property="p_pagetotal" clumn="p_pagetotal" direction="Output"/> </parameterMap> </parameterMaps> ``` Original issue reported on code.google.com by `westfr...@gmail.com` on 3 May 2013 at 7:55
1.0
mybatisnet invoke mysql procedure error - ``` What version of the MyBatis.NET are you using? 1.6.2.0 Please describe the problem. Unit tests are best! i invoke a mysql procedure with a OUT parameter,it show error, but when i invoke a mysql procedure not with a OUT parameter , it's ok. What is the expected output? What do you see instead? it should output a IList<T> ,but there is a error show "Parameter '?' not found in the collection" . Please provide any additional information below. my xml config as fellow <parameterMaps> <parameterMap id="PagePara"> <parameter property="p_table" /> <parameter property="p_pageindex"/> <parameter property="p_pagetotal" clumn="p_pagetotal" direction="Output"/> </parameterMap> </parameterMaps> ``` Original issue reported on code.google.com by `westfr...@gmail.com` on 3 May 2013 at 7:55
defect
mybatisnet invoke mysql procedure error what version of the mybatis net are you using please describe the problem unit tests are best i invoke a mysql procedure with a out parameter it show error but when i invoke a mysql procedure not with a out parameter it s ok what is the expected output what do you see instead it should output a ilist but there is a error show parameter not found in the collection please provide any additional information below my xml config as fellow original issue reported on code google com by westfr gmail com on may at
1
31,616
6,558,851,309
IssuesEvent
2017-09-06 23:40:50
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Dry-run option and verbose no longer work together
C: TestHarness P: normal T: defect
### Description of the enhancement or error report The verbose flag no longer prints anything when used with the dry-run option. ### Rationale for the enhancement or information for reproducing the error `./run_tests --dry-run -v` ### Identified impact (i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted) Regression in TestHarness Tag @milljm
1.0
Dry-run option and verbose no longer work together - ### Description of the enhancement or error report The verbose flag no longer prints anything when used with the dry-run option. ### Rationale for the enhancement or information for reproducing the error `./run_tests --dry-run -v` ### Identified impact (i.e. Internal object changes, limited interface changes, public API change, or a list of specific applications impacted) Regression in TestHarness Tag @milljm
defect
dry run option and verbose no longer work together description of the enhancement or error report the verbose flag no longer prints anything when used with the dry run option rationale for the enhancement or information for reproducing the error run tests dry run v identified impact i e internal object changes limited interface changes public api change or a list of specific applications impacted regression in testharness tag milljm
1
77,589
27,062,954,374
IssuesEvent
2023-02-13 21:21:15
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Aborting passphrase reset (at password confirmation) can lead to multiple backup pointers
T-Defect A-E2EE-Key-Backup
### Steps to reproduce User feedback: It is possible to skip the last step of the passphrase reset. which is the confirmation via the login password. It can be skipped via backgroundclick or clicking the x or just refreshing the page. The problem with that behaviour is that in the step before (confirming the passphrase by typing it for the second time) there is already a new key backup created. If you now skip the password input it leads to weird behaviour both in the active web client as well as the other sessions that are currently active. When logging in again you will be prompted twice for the passphrase ( the old one and the new one ). This can be only fixed by resetting the passphrase again and finish the process fully with the login password. On Android I don’t see this behaviour and suspect that the process is done only after typing in the password. PSB-168 ### Outcome #### What did you expect? The whole process should be either done after the password input or the password input should be left out of the process. ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
Aborting passphrase reset (at password confirmation) can lead to multiple backup pointers - ### Steps to reproduce User feedback: It is possible to skip the last step of the passphrase reset. which is the confirmation via the login password. It can be skipped via backgroundclick or clicking the x or just refreshing the page. The problem with that behaviour is that in the step before (confirming the passphrase by typing it for the second time) there is already a new key backup created. If you now skip the password input it leads to weird behaviour both in the active web client as well as the other sessions that are currently active. When logging in again you will be prompted twice for the passphrase ( the old one and the new one ). This can be only fixed by resetting the passphrase again and finish the process fully with the login password. On Android I don’t see this behaviour and suspect that the process is done only after typing in the password. PSB-168 ### Outcome #### What did you expect? The whole process should be either done after the password input or the password input should be left out of the process. ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
aborting passphrase reset at password confirmation can lead to multiple backup pointers steps to reproduce user feedback it is possible to skip the last step of the passphrase reset which is the confirmation via the login password it can be skipped via backgroundclick or clicking the x or just refreshing the page the problem with that behaviour is that in the step before confirming the passphrase by typing it for the second time there is already a new key backup created if you now skip the password input it leads to weird behaviour both in the active web client as well as the other sessions that are currently active when logging in again you will be prompted twice for the passphrase the old one and the new one this can be only fixed by resetting the passphrase again and finish the process fully with the login password on android i don’t see this behaviour and suspect that the process is done only after typing in the password psb outcome what did you expect the whole process should be either done after the password input or the password input should be left out of the process operating system no response browser information no response url for webapp no response application version no response homeserver no response will you send logs no
1
163,637
13,924,001,468
IssuesEvent
2020-10-21 15:03:01
enarx/enarx
https://api.github.com/repos/enarx/enarx
closed
Document the ENARX_BACKEND env var that must be set
documentation
It was introduced in #924 . This is not urgent, it should just be done with other docs before release. This just seems easy to forget, potentially. This issue could be part of a larger doc meta-issue.
1.0
Document the ENARX_BACKEND env var that must be set - It was introduced in #924 . This is not urgent, it should just be done with other docs before release. This just seems easy to forget, potentially. This issue could be part of a larger doc meta-issue.
non_defect
document the enarx backend env var that must be set it was introduced in this is not urgent it should just be done with other docs before release this just seems easy to forget potentially this issue could be part of a larger doc meta issue
0
68,551
21,706,758,355
IssuesEvent
2022-05-10 10:17:48
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
Layout in threads broken when "Show hidden events in timeline" is enabled
T-Defect S-Major A-DevTools O-Uncommon A-Threads
### Steps to reproduce 1. Open `/devtools` 2. Enable `Show hidden events in timeline` 3. Start a thread 4. React to a message in the thread ### Outcome #### What did you expect? The hidden event for the reaction has same styling as in the main timeline #### What happened instead? In the threads panel, the avatar of the person who sent the reaction is full size instead of small ![Screenshot from 2022-05-10 11-13-12](https://user-images.githubusercontent.com/51663/167606282-22e3dd64-2a45-4769-90d6-d18b5bf824f6.png) Major because it covers the timestamp and Uncommon because hidden events are not normally enabled. ### Operating system _No response_ ### Browser information Chromium 100.0.4896.127 (Official Build) Arch Linux (64-bit) ### URL for webapp develop.element.io ### Application version Element version: cdf95ab8b71a-react-c1579f765a8a-js-62d77231afd4 Olm version: 3.2.8 ### Homeserver _No response_ ### Will you send logs? No
1.0
Layout in threads broken when "Show hidden events in timeline" is enabled - ### Steps to reproduce 1. Open `/devtools` 2. Enable `Show hidden events in timeline` 3. Start a thread 4. React to a message in the thread ### Outcome #### What did you expect? The hidden event for the reaction has same styling as in the main timeline #### What happened instead? In the threads panel, the avatar of the person who sent the reaction is full size instead of small ![Screenshot from 2022-05-10 11-13-12](https://user-images.githubusercontent.com/51663/167606282-22e3dd64-2a45-4769-90d6-d18b5bf824f6.png) Major because it covers the timestamp and Uncommon because hidden events are not normally enabled. ### Operating system _No response_ ### Browser information Chromium 100.0.4896.127 (Official Build) Arch Linux (64-bit) ### URL for webapp develop.element.io ### Application version Element version: cdf95ab8b71a-react-c1579f765a8a-js-62d77231afd4 Olm version: 3.2.8 ### Homeserver _No response_ ### Will you send logs? No
defect
layout in threads broken when show hidden events in timeline is enabled steps to reproduce open devtools enable show hidden events in timeline start a thread react to a message in the thread outcome what did you expect the hidden event for the reaction has same styling as in the main timeline what happened instead in the threads panel the avatar of the person who sent the reaction is full size instead of small major because it covers the timestamp and uncommon because hidden events are not normally enabled operating system no response browser information chromium official build arch linux bit url for webapp develop element io application version element version react js olm version homeserver no response will you send logs no
1
60,028
14,518,848,238
IssuesEvent
2020-12-14 01:06:43
jgeraigery/proctor
https://api.github.com/repos/jgeraigery/proctor
closed
CVE-2020-9488 (Low) detected in log4j-1.2.14.jar - autoclosed
security vulnerability
## CVE-2020-9488 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.14.jar</b></p></summary> <p>Log4j</p> <p>Library home page: <a href="http://logging.apache.org/log4j/">http://logging.apache.org/log4j/</a></p> <p>Path to dependency file: /tmp/ws-scm/proctor/proctor-builder/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/proctor/proctor-webapp/target/proctor-webapp-9999-SNAPSHOT/WEB-INF/lib/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar</p> <p> Dependency Hierarchy: - :x: **log4j-1.2.14.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jgeraigery/proctor/commit/d194b2983ab6244b61d261f69fea2853a11e56ce">d194b2983ab6244b61d261f69fea2853a11e56ce</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender. <p>Publish Date: 2020-04-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9488>CVE-2020-9488</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://issues.apache.org/jira/browse/LOG4J2-2819">https://issues.apache.org/jira/browse/LOG4J2-2819</a></p> <p>Release Date: 2020-04-27</p> <p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.13.2</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.14","isTransitiveDependency":false,"dependencyTree":"log4j:log4j:1.2.14","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.13.2"}],"vulnerabilityIdentifier":"CVE-2020-9488","vulnerabilityDetails":"Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9488","cvss3Severity":"low","cvss3Score":"3.7","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-9488 (Low) detected in log4j-1.2.14.jar - autoclosed - ## CVE-2020-9488 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>log4j-1.2.14.jar</b></p></summary> <p>Log4j</p> <p>Library home page: <a href="http://logging.apache.org/log4j/">http://logging.apache.org/log4j/</a></p> <p>Path to dependency file: /tmp/ws-scm/proctor/proctor-builder/pom.xml</p> <p>Path to vulnerable library: canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,/proctor/proctor-webapp/target/proctor-webapp-9999-SNAPSHOT/WEB-INF/lib/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar,canner/.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar</p> <p> Dependency Hierarchy: - :x: **log4j-1.2.14.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jgeraigery/proctor/commit/d194b2983ab6244b61d261f69fea2853a11e56ce">d194b2983ab6244b61d261f69fea2853a11e56ce</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender. <p>Publish Date: 2020-04-27 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9488>CVE-2020-9488</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>3.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://issues.apache.org/jira/browse/LOG4J2-2819">https://issues.apache.org/jira/browse/LOG4J2-2819</a></p> <p>Release Date: 2020-04-27</p> <p>Fix Resolution: org.apache.logging.log4j:log4j-core:2.13.2</p> </p> </details> <p></p> *** :rescue_worker_helmet: Automatic Remediation is available for this issue <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.14","isTransitiveDependency":false,"dependencyTree":"log4j:log4j:1.2.14","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.13.2"}],"vulnerabilityIdentifier":"CVE-2020-9488","vulnerabilityDetails":"Improper validation of certificate with host mismatch in Apache Log4j SMTP appender. This could allow an SMTPS connection to be intercepted by a man-in-the-middle attack which could leak any log messages sent through that appender.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-9488","cvss3Severity":"low","cvss3Score":"3.7","cvss3Metrics":{"A":"None","AC":"High","PR":"None","S":"Unchanged","C":"Low","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve low detected in jar autoclosed cve low severity vulnerability vulnerable library jar library home page a href path to dependency file tmp ws scm proctor proctor builder pom xml path to vulnerable library canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar canner repository jar proctor proctor webapp target proctor webapp snapshot web inf lib jar canner repository jar canner repository jar canner repository jar dependency hierarchy x jar vulnerable library found in head commit a href vulnerability details improper validation of certificate with host mismatch in apache smtp appender this could allow an smtps connection to be intercepted by a man in the middle attack which could leak any log messages sent through that appender publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache logging core rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails improper validation of certificate with host mismatch in apache smtp appender this could allow an smtps connection to be intercepted by a man in the middle attack which could leak any log messages sent through that appender vulnerabilityurl
0