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
42,632
11,188,221,260
IssuesEvent
2020-01-02 03:30:46
hazendaz/htmlcompressor
https://api.github.com/repos/hazendaz/htmlcompressor
closed
Update for JSP 2.2
Priority-Medium Type-Defect auto-migrated
``` The attached patch will update the compressor library for JSP 2.2, Guava, and Closure Compiler libraries. ``` Original issue reported on code.google.com by `johnye...@gmail.com` on 5 Jul 2014 at 1:08 Attachments: - [HtmlCompressorPatch.patch](https://storage.googleapis.com/google-code-attachments/htmlcompressor/issue-97/comment-0/HtmlCompressorPatch.patch)
1.0
Update for JSP 2.2 - ``` The attached patch will update the compressor library for JSP 2.2, Guava, and Closure Compiler libraries. ``` Original issue reported on code.google.com by `johnye...@gmail.com` on 5 Jul 2014 at 1:08 Attachments: - [HtmlCompressorPatch.patch](https://storage.googleapis.com/google-code-attachments/htmlcompressor/issue-97/comment-0/HtmlCompressorPatch.patch)
defect
update for jsp the attached patch will update the compressor library for jsp guava and closure compiler libraries original issue reported on code google com by johnye gmail com on jul at attachments
1
35,069
7,546,261,165
IssuesEvent
2018-04-18 01:55:14
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Generated create schema ddls using ddl() function error
C: Functionality P: Medium T: Defect
### Expected behavior and actual behavior: I'm using the method in this [article](https://www.jooq.org/doc/3.9/manual/sql-building/ddl-statements/generating-ddl/) to generate ddls for unit test environment initialized, it seems to have two issues. 1. generated ddl doesn't contain auto_increment statment。 2. foreign key reference error: if the table has a foreign key, it will reference all primary keys of another table no matter if another table has multiple primary keys. ### Versions: - jOOQ: 3.9.5 - Java: 1.8 - Database (include vendor): mysql 5.7 - JDBC Driver (include name if inofficial driver): 5.1.31
1.0
Generated create schema ddls using ddl() function error - ### Expected behavior and actual behavior: I'm using the method in this [article](https://www.jooq.org/doc/3.9/manual/sql-building/ddl-statements/generating-ddl/) to generate ddls for unit test environment initialized, it seems to have two issues. 1. generated ddl doesn't contain auto_increment statment。 2. foreign key reference error: if the table has a foreign key, it will reference all primary keys of another table no matter if another table has multiple primary keys. ### Versions: - jOOQ: 3.9.5 - Java: 1.8 - Database (include vendor): mysql 5.7 - JDBC Driver (include name if inofficial driver): 5.1.31
defect
generated create schema ddls using ddl function error expected behavior and actual behavior i m using the method in this to generate ddls for unit test environment initialized it seems to have two issues generated ddl doesn t contain auto increment statment。 foreign key reference error if the table has a foreign key it will reference all primary keys of another table no matter if another table has multiple primary keys versions jooq java database include vendor mysql jdbc driver include name if inofficial driver
1
37,957
8,599,509,036
IssuesEvent
2018-11-16 02:28:59
CenturyLinkCloud/mdw
https://api.github.com/repos/CenturyLinkCloud/mdw
closed
MDWHub cannot properly select activity and task instances within an Embedded sub process
defect
When looking at runtime view of a process instance with an embedded sub process (i.e. exception handler, cancellation handler, etc) using using Hub, a user cannot properly select a task instance or an activity instance to action.
1.0
MDWHub cannot properly select activity and task instances within an Embedded sub process - When looking at runtime view of a process instance with an embedded sub process (i.e. exception handler, cancellation handler, etc) using using Hub, a user cannot properly select a task instance or an activity instance to action.
defect
mdwhub cannot properly select activity and task instances within an embedded sub process when looking at runtime view of a process instance with an embedded sub process i e exception handler cancellation handler etc using using hub a user cannot properly select a task instance or an activity instance to action
1
39,057
9,188,057,637
IssuesEvent
2019-03-06 05:54:55
ShaikASK/Testing
https://api.github.com/repos/ShaikASK/Testing
opened
Folders : "Document" text overlaps with document thumbnail
Defect Folders HR Admin Module HR User Module
Steps To Replicate : 1.Launch the URL 2.Sign in as HR admin user 3.Go to Folders 4.Click on + icon displayed beside folder 5.Navigate to "Add Folder" screen 6.Check the display of Document right side preview Experienced Behavior : Observed that "Document" text overlaps with document thumbnail (Refer Screen Shot) Expected Behavior : Ensure that "Document" text should not overlap with document thumbnail ![3](https://user-images.githubusercontent.com/31955617/53859061-75ae9a00-4002-11e9-82c2-da0757fb5e00.png)
1.0
Folders : "Document" text overlaps with document thumbnail - Steps To Replicate : 1.Launch the URL 2.Sign in as HR admin user 3.Go to Folders 4.Click on + icon displayed beside folder 5.Navigate to "Add Folder" screen 6.Check the display of Document right side preview Experienced Behavior : Observed that "Document" text overlaps with document thumbnail (Refer Screen Shot) Expected Behavior : Ensure that "Document" text should not overlap with document thumbnail ![3](https://user-images.githubusercontent.com/31955617/53859061-75ae9a00-4002-11e9-82c2-da0757fb5e00.png)
defect
folders document text overlaps with document thumbnail steps to replicate launch the url sign in as hr admin user go to folders click on icon displayed beside folder navigate to add folder screen check the display of document right side preview experienced behavior observed that document text overlaps with document thumbnail refer screen shot expected behavior ensure that document text should not overlap with document thumbnail
1
111,602
9,536,453,614
IssuesEvent
2019-04-30 09:46:20
xing/hops
https://api.github.com/repos/xing/hops
closed
Write tests for the prefetch-on-server feature
enhancement test
## This is my intent (choose one) - [ ] I want to report a bug - [ ] I want to request a feature or change - [x] I want to provide or change a feature ## The problem We were able to introduce a bug in #703 without noticing. ## Proposed solution Cover that feature in a (unit?) test.
1.0
Write tests for the prefetch-on-server feature - ## This is my intent (choose one) - [ ] I want to report a bug - [ ] I want to request a feature or change - [x] I want to provide or change a feature ## The problem We were able to introduce a bug in #703 without noticing. ## Proposed solution Cover that feature in a (unit?) test.
non_defect
write tests for the prefetch on server feature this is my intent choose one i want to report a bug i want to request a feature or change i want to provide or change a feature the problem we were able to introduce a bug in without noticing proposed solution cover that feature in a unit test
0
100,511
8,745,248,370
IssuesEvent
2018-12-13 01:47:24
easydigitaldownloads/easy-digital-downloads
https://api.github.com/repos/easydigitaldownloads/easy-digital-downloads
closed
3.0 - Reports: Discount report has incorrect and missing data.
Bug Discounts Has PR Needs Testing Reports
## Bug Report ### Expected behavior The discount report should give total savings and average savings. And the most popular discount should be accurate. ### Actual behavior As per this screenshot. The Average and Total savings don't show up, even though I have used discounts, and the most popular discount is inaccurate. ![3-0-discount-report-issues](https://user-images.githubusercontent.com/1390124/49901153-ad4fe080-fe1d-11e8-8078-8bb8d6bf2d99.png) ### Information (if a specific version is affected): PHP Version: All EDD Version (or branch): `release/3.0` WordPress Version: All
1.0
3.0 - Reports: Discount report has incorrect and missing data. - ## Bug Report ### Expected behavior The discount report should give total savings and average savings. And the most popular discount should be accurate. ### Actual behavior As per this screenshot. The Average and Total savings don't show up, even though I have used discounts, and the most popular discount is inaccurate. ![3-0-discount-report-issues](https://user-images.githubusercontent.com/1390124/49901153-ad4fe080-fe1d-11e8-8078-8bb8d6bf2d99.png) ### Information (if a specific version is affected): PHP Version: All EDD Version (or branch): `release/3.0` WordPress Version: All
non_defect
reports discount report has incorrect and missing data bug report expected behavior the discount report should give total savings and average savings and the most popular discount should be accurate actual behavior as per this screenshot the average and total savings don t show up even though i have used discounts and the most popular discount is inaccurate information if a specific version is affected php version all edd version or branch release wordpress version all
0
8,024
26,125,205,743
IssuesEvent
2022-12-28 17:30:37
bcgov/api-services-portal
https://api.github.com/repos/bcgov/api-services-portal
closed
Cypress Test -Keycloak Migration
automation
- [ ] Update existing test as per changes to identify user (email id instead of user name) - [ ] Create scenario for user migration 1. Assign Access to existing user Spec 1.1 authenticates Janis (api owner) 1.2 Navigate to Namespace Access Page 1.3 Grant namespace access to Old User 2. Authernticate with old user to initiate migration 2.1 authenticates with old user 3. Verify that permission of old user is migrated to new user 3.1 authenticates with new user 3.2 Get the permission of the user 3.3 Verify that new user scopes are same as permissions given to old users 4. Verify that old user is no longer able to sign in 4.1 authenticates with old user 4.2 Verify that user account is disabled
1.0
Cypress Test -Keycloak Migration - - [ ] Update existing test as per changes to identify user (email id instead of user name) - [ ] Create scenario for user migration 1. Assign Access to existing user Spec 1.1 authenticates Janis (api owner) 1.2 Navigate to Namespace Access Page 1.3 Grant namespace access to Old User 2. Authernticate with old user to initiate migration 2.1 authenticates with old user 3. Verify that permission of old user is migrated to new user 3.1 authenticates with new user 3.2 Get the permission of the user 3.3 Verify that new user scopes are same as permissions given to old users 4. Verify that old user is no longer able to sign in 4.1 authenticates with old user 4.2 Verify that user account is disabled
non_defect
cypress test keycloak migration update existing test as per changes to identify user email id instead of user name create scenario for user migration assign access to existing user spec authenticates janis api owner navigate to namespace access page grant namespace access to old user authernticate with old user to initiate migration authenticates with old user verify that permission of old user is migrated to new user authenticates with new user get the permission of the user verify that new user scopes are same as permissions given to old users verify that old user is no longer able to sign in authenticates with old user verify that user account is disabled
0
219,764
24,531,040,440
IssuesEvent
2022-10-11 16:27:02
bcgov/bc-wallet-mobile
https://api.github.com/repos/bcgov/bc-wallet-mobile
closed
Add lockout screen to PIN entry process, with countdown timer
feature component:security
[countdown timer](https://xd.adobe.com/view/af2fe4ac-c770-4f75-8666-c45602ba2443-fa7c/screen/a3b94962-3493-45c7-8737-1c4bf9a84b12) ### Lockout Logic 5 incorrect => 1 minute lockout 10 incorrect => 10 minute lockout 15 incorrect => 1 hour lockout 20, 25, 30, etc incorrect => 1 day lockout ### Acceptance Criteria Given the Holder is prompted to enter their PIN to access their wallet When the Holder input an incorrect PIN to access their wallet Then a [notification](https://images.zenhubusercontent.com/619bd30a068b26108b1bc2fe/58b10b21-2457-4bf7-a7cb-9aeeed4c1651) will appear information of an incorrect PIN and to try again. Scenario: Holder has input multiple incorrect PINs Given the Holder is prompted to enter their PIN to access their wallet When the Holder inputs the second to last incorrect PIN (4th attempt) Then a [notification](https://xd.adobe.com/view/af2fe4ac-c770-4f75-8666-c45602ba2443-fa7c/screen/53ce06f9-3db3-4823-ae16-eb3d2301bcdb) will appear informing of of an incorrect PIN and that another incorrect PIN will result in a lockout Given the Holder is prompted to enter their PIN to access their wallet When the Holder inputs 5+ incorrect PINs that locks the wallet Then the wallet will go into lock down And [a screen](https://xd.adobe.com/view/af2fe4ac-c770-4f75-8666-c45602ba2443-fa7c/screen/a3b94962-3493-45c7-8737-1c4bf9a84b12) will appear to indicate of a lockdown for X amount of time (see logic above) And the wallet will not be accessible for that X amount of time
True
Add lockout screen to PIN entry process, with countdown timer - [countdown timer](https://xd.adobe.com/view/af2fe4ac-c770-4f75-8666-c45602ba2443-fa7c/screen/a3b94962-3493-45c7-8737-1c4bf9a84b12) ### Lockout Logic 5 incorrect => 1 minute lockout 10 incorrect => 10 minute lockout 15 incorrect => 1 hour lockout 20, 25, 30, etc incorrect => 1 day lockout ### Acceptance Criteria Given the Holder is prompted to enter their PIN to access their wallet When the Holder input an incorrect PIN to access their wallet Then a [notification](https://images.zenhubusercontent.com/619bd30a068b26108b1bc2fe/58b10b21-2457-4bf7-a7cb-9aeeed4c1651) will appear information of an incorrect PIN and to try again. Scenario: Holder has input multiple incorrect PINs Given the Holder is prompted to enter their PIN to access their wallet When the Holder inputs the second to last incorrect PIN (4th attempt) Then a [notification](https://xd.adobe.com/view/af2fe4ac-c770-4f75-8666-c45602ba2443-fa7c/screen/53ce06f9-3db3-4823-ae16-eb3d2301bcdb) will appear informing of of an incorrect PIN and that another incorrect PIN will result in a lockout Given the Holder is prompted to enter their PIN to access their wallet When the Holder inputs 5+ incorrect PINs that locks the wallet Then the wallet will go into lock down And [a screen](https://xd.adobe.com/view/af2fe4ac-c770-4f75-8666-c45602ba2443-fa7c/screen/a3b94962-3493-45c7-8737-1c4bf9a84b12) will appear to indicate of a lockdown for X amount of time (see logic above) And the wallet will not be accessible for that X amount of time
non_defect
add lockout screen to pin entry process with countdown timer lockout logic incorrect minute lockout incorrect minute lockout incorrect hour lockout etc incorrect day lockout acceptance criteria given the holder is prompted to enter their pin to access their wallet when the holder input an incorrect pin to access their wallet then a will appear information of an incorrect pin and to try again scenario holder has input multiple incorrect pins given the holder is prompted to enter their pin to access their wallet when the holder inputs the second to last incorrect pin attempt then a will appear informing of of an incorrect pin and that another incorrect pin will result in a lockout given the holder is prompted to enter their pin to access their wallet when the holder inputs incorrect pins that locks the wallet then the wallet will go into lock down and will appear to indicate of a lockdown for x amount of time see logic above and the wallet will not be accessible for that x amount of time
0
554,007
16,387,176,628
IssuesEvent
2021-05-17 12:03:16
primefaces/primevue
https://api.github.com/repos/primefaces/primevue
closed
Checkbox causes Chrome viewport to jump
bug priority - medium
[X ] bug report I am experiencing an issue where a Checkbox component that is scrolled into view and clicked causes the whole viewport to jump/mis-align with no way of getting it back without refreshing. I have distilled this down to a minimal demo at the link below. Reproduction: [https://codesandbox.io/s/quirky-mclean-j81fs](https://codesandbox.io/s/quirky-mclean-j81fs) Windows 10 x64 Vue: 3.0.6 PrimeVue: 3.4.0 Browser: Chrome/ Edge (not Firefox)
1.0
Checkbox causes Chrome viewport to jump - [X ] bug report I am experiencing an issue where a Checkbox component that is scrolled into view and clicked causes the whole viewport to jump/mis-align with no way of getting it back without refreshing. I have distilled this down to a minimal demo at the link below. Reproduction: [https://codesandbox.io/s/quirky-mclean-j81fs](https://codesandbox.io/s/quirky-mclean-j81fs) Windows 10 x64 Vue: 3.0.6 PrimeVue: 3.4.0 Browser: Chrome/ Edge (not Firefox)
non_defect
checkbox causes chrome viewport to jump bug report i am experiencing an issue where a checkbox component that is scrolled into view and clicked causes the whole viewport to jump mis align with no way of getting it back without refreshing i have distilled this down to a minimal demo at the link below reproduction windows vue primevue browser chrome edge not firefox
0
74,084
24,936,143,569
IssuesEvent
2022-10-31 15:16:45
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
Newline deletes text before
T-Defect A-Composer S-Critical O-Occasional
### Steps to reproduce 1. Be on newest develop version 2. Enter chat, write something, try to make a newline ### Outcome #### What did you expect? Newline to appear below the last written line #### What happened instead? The whole text before vanishes, instead leaving a weird looking newline ### Your phone model Oneplus 6 ### Operating system version Android 12 ### Application version and app store 1.5.4-dev 212713750 ### Homeserver Synapse ### Will you send logs? Yes ### Are you willing to provide a PR? No
1.0
Newline deletes text before - ### Steps to reproduce 1. Be on newest develop version 2. Enter chat, write something, try to make a newline ### Outcome #### What did you expect? Newline to appear below the last written line #### What happened instead? The whole text before vanishes, instead leaving a weird looking newline ### Your phone model Oneplus 6 ### Operating system version Android 12 ### Application version and app store 1.5.4-dev 212713750 ### Homeserver Synapse ### Will you send logs? Yes ### Are you willing to provide a PR? No
defect
newline deletes text before steps to reproduce be on newest develop version enter chat write something try to make a newline outcome what did you expect newline to appear below the last written line what happened instead the whole text before vanishes instead leaving a weird looking newline your phone model oneplus operating system version android application version and app store dev homeserver synapse will you send logs yes are you willing to provide a pr no
1
41,782
10,606,044,662
IssuesEvent
2019-10-10 22:00:03
carbon-design-system/ibm-security
https://api.github.com/repos/carbon-design-system/ibm-security
opened
StatusIndicator - "incomplete" icon is very small
Defect
**Expected behavior -** The "incomplete" icon in the `StatusIndicator` should be the same size as the other icons. (20px) **Actual behavior -** The icon is VERY tiny right now and does not match the other status icons: https://ibm-security.carbondesignsystem.com/?path=/story/patterns-statusindicator--default ![Screen Shot 2019-10-10 at 4 57 23 PM](https://user-images.githubusercontent.com/9057921/66609624-2c698e80-eb7f-11e9-8408-3d0d117abb84.png) I saw this in Chrome and Firefox ### Steps for reproducing See the storybook demo here: https://ibm-security.carbondesignsystem.com/?path=/story/patterns-statusindicator--default ### Affected browsers Latest Chrome & Firefox
1.0
StatusIndicator - "incomplete" icon is very small - **Expected behavior -** The "incomplete" icon in the `StatusIndicator` should be the same size as the other icons. (20px) **Actual behavior -** The icon is VERY tiny right now and does not match the other status icons: https://ibm-security.carbondesignsystem.com/?path=/story/patterns-statusindicator--default ![Screen Shot 2019-10-10 at 4 57 23 PM](https://user-images.githubusercontent.com/9057921/66609624-2c698e80-eb7f-11e9-8408-3d0d117abb84.png) I saw this in Chrome and Firefox ### Steps for reproducing See the storybook demo here: https://ibm-security.carbondesignsystem.com/?path=/story/patterns-statusindicator--default ### Affected browsers Latest Chrome & Firefox
defect
statusindicator incomplete icon is very small expected behavior the incomplete icon in the statusindicator should be the same size as the other icons actual behavior the icon is very tiny right now and does not match the other status icons i saw this in chrome and firefox steps for reproducing see the storybook demo here affected browsers latest chrome firefox
1
1,145
2,598,002,891
IssuesEvent
2015-02-22 01:39:21
chrsmith/bwapi
https://api.github.com/repos/chrsmith/bwapi
opened
auto-join Local PC game, second instance crashes on some config
auto-migrated Component-Logic Milestone-Release Priority-Critical Type-Defect Usability
``` What steps will reproduce the problem? 1.in bwapi.ini: set game = BWAPI 2. set map = maps\AI\tournament 1\dragoons.scm (from AIIDE 2010 tournament 1) 3. set game_type = USE_MAP_SETTINGS 4. set both ai's to skynet (uses revision 3769) 5. set auto_manu = LAN 6. launch the games (one after another with a small delay) What is the expected output? What do you see instead? Expected to automatically start a match using the provided map Instead, both instances create a separate game called BWAPI. What version of the product are you using? On what operating system? BWAPI 3.7.3 under Windows 7 SP1 Please provide any additional information below. When leaving 'game' blank - it doesn't seem to affect the algorithm When leaving 'map' blank - the game reaches the "select a game" menu, and after selecting a map (in the first instance) the second instance automatically attempts to join it, but without success (the second client freezes) ``` ----- Original issue reported on code.google.com by `Leonid.T...@gmail.com` on 2 Jun 2012 at 10:40 * Merged into: #443
1.0
auto-join Local PC game, second instance crashes on some config - ``` What steps will reproduce the problem? 1.in bwapi.ini: set game = BWAPI 2. set map = maps\AI\tournament 1\dragoons.scm (from AIIDE 2010 tournament 1) 3. set game_type = USE_MAP_SETTINGS 4. set both ai's to skynet (uses revision 3769) 5. set auto_manu = LAN 6. launch the games (one after another with a small delay) What is the expected output? What do you see instead? Expected to automatically start a match using the provided map Instead, both instances create a separate game called BWAPI. What version of the product are you using? On what operating system? BWAPI 3.7.3 under Windows 7 SP1 Please provide any additional information below. When leaving 'game' blank - it doesn't seem to affect the algorithm When leaving 'map' blank - the game reaches the "select a game" menu, and after selecting a map (in the first instance) the second instance automatically attempts to join it, but without success (the second client freezes) ``` ----- Original issue reported on code.google.com by `Leonid.T...@gmail.com` on 2 Jun 2012 at 10:40 * Merged into: #443
defect
auto join local pc game second instance crashes on some config what steps will reproduce the problem in bwapi ini set game bwapi set map maps ai tournament dragoons scm from aiide tournament set game type use map settings set both ai s to skynet uses revision set auto manu lan launch the games one after another with a small delay what is the expected output what do you see instead expected to automatically start a match using the provided map instead both instances create a separate game called bwapi what version of the product are you using on what operating system bwapi under windows please provide any additional information below when leaving game blank it doesn t seem to affect the algorithm when leaving map blank the game reaches the select a game menu and after selecting a map in the first instance the second instance automatically attempts to join it but without success the second client freezes original issue reported on code google com by leonid t gmail com on jun at merged into
1
26,015
4,544,519,399
IssuesEvent
2016-09-10 18:49:07
Red5/red5-server
https://api.github.com/repos/Red5/red5-server
closed
Serverside Playlist do not dispatch CuePoints
auto-migrated Component-Streaming Priority-Medium Type-Defect
_From @GoogleCodeExporter on March 15, 2015 16:51_ ``` Description When embedding cue points using Adobe Media Encoder or Adobe Soundbooth, cue points are not dispatched. To be able to use it as internet radio station (audio only), the user need to get the current cue-point (from a datafile?, or read the last dispatched cue?) on connect as well, other case we would need to embedd the cuepoints (which contain artist and song name) on a more frequent interval(each 5 second ?, lotta data...) than just on song change. What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information. ``` Original issue reported on code.google.com by `daccatt...@gmail.com` on 28 Jan 2011 at 6:19 _Copied from original issue: mondain/red5#18_
1.0
Serverside Playlist do not dispatch CuePoints - _From @GoogleCodeExporter on March 15, 2015 16:51_ ``` Description When embedding cue points using Adobe Media Encoder or Adobe Soundbooth, cue points are not dispatched. To be able to use it as internet radio station (audio only), the user need to get the current cue-point (from a datafile?, or read the last dispatched cue?) on connect as well, other case we would need to embedd the cuepoints (which contain artist and song name) on a more frequent interval(each 5 second ?, lotta data...) than just on song change. What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? Please use labels and text to provide additional information. ``` Original issue reported on code.google.com by `daccatt...@gmail.com` on 28 Jan 2011 at 6:19 _Copied from original issue: mondain/red5#18_
defect
serverside playlist do not dispatch cuepoints from googlecodeexporter on march description when embedding cue points using adobe media encoder or adobe soundbooth cue points are not dispatched to be able to use it as internet radio station audio only the user need to get the current cue point from a datafile or read the last dispatched cue on connect as well other case we would need to embedd the cuepoints which contain artist and song name on a more frequent interval each second lotta data than just on song change what steps will reproduce the problem what is the expected output what do you see instead please use labels and text to provide additional information original issue reported on code google com by daccatt gmail com on jan at copied from original issue mondain
1
172,274
13,298,461,561
IssuesEvent
2020-08-25 08:18:05
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
closed
Add test case for CommandExecutorTask
good first issue test
There is do not need to use multiple threads, just assert run method is OK.
1.0
Add test case for CommandExecutorTask - There is do not need to use multiple threads, just assert run method is OK.
non_defect
add test case for commandexecutortask there is do not need to use multiple threads just assert run method is ok
0
78,382
3,509,657,469
IssuesEvent
2016-01-09 00:07:58
Naoghuman/Dream-Better-Worlds
https://api.github.com/repos/Naoghuman/Dream-Better-Worlds
opened
[Documents] Extend the document CodingRulesForActions.md with new example
development documents development enhancement issue priority low
Extend the document CodingRulesForActions.md with new example * Add example for register an dynamic action (and used of it).
1.0
[Documents] Extend the document CodingRulesForActions.md with new example - Extend the document CodingRulesForActions.md with new example * Add example for register an dynamic action (and used of it).
non_defect
extend the document codingrulesforactions md with new example extend the document codingrulesforactions md with new example add example for register an dynamic action and used of it
0
8,651
2,611,534,476
IssuesEvent
2015-02-27 06:04:56
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
Stats page should not only show kills, but also in some way indicate how many of those were clankills(incl. teamkills, suicides)
auto-migrated Priority-Medium Type-Defect
``` E.g.: In this demo I only drown my own hedgehog (on purpose, I teleport over water). That particular hedgehog then has 1 kill in stats. http://hedgewars.org/files/drillbug.46.hwd ``` Original issue reported on code.google.com by `sheepyluva` on 6 Dec 2013 at 9:29
1.0
Stats page should not only show kills, but also in some way indicate how many of those were clankills(incl. teamkills, suicides) - ``` E.g.: In this demo I only drown my own hedgehog (on purpose, I teleport over water). That particular hedgehog then has 1 kill in stats. http://hedgewars.org/files/drillbug.46.hwd ``` Original issue reported on code.google.com by `sheepyluva` on 6 Dec 2013 at 9:29
defect
stats page should not only show kills but also in some way indicate how many of those were clankills incl teamkills suicides e g in this demo i only drown my own hedgehog on purpose i teleport over water that particular hedgehog then has kill in stats original issue reported on code google com by sheepyluva on dec at
1
20,338
3,343,630,235
IssuesEvent
2015-11-15 17:19:46
quickapps/cms
https://api.github.com/repos/quickapps/cms
closed
possible variable typo in `bootstrap_site.php`
Defect
Hi! Was just poking thru source and noticed an `if(..)` checking for `$clasLoader` instead of `$classLoader` (*clas* instead of _clas**s**_) - I wasn't sure if this was a snafu so I wanted to create an issue just in case - the issue can be seen [here](https://github.com/quickapps/cms/blob/2.0/plugins/CMS/config/bootstrap_site.php#L29)
1.0
possible variable typo in `bootstrap_site.php` - Hi! Was just poking thru source and noticed an `if(..)` checking for `$clasLoader` instead of `$classLoader` (*clas* instead of _clas**s**_) - I wasn't sure if this was a snafu so I wanted to create an issue just in case - the issue can be seen [here](https://github.com/quickapps/cms/blob/2.0/plugins/CMS/config/bootstrap_site.php#L29)
defect
possible variable typo in bootstrap site php hi was just poking thru source and noticed an if checking for clasloader instead of classloader clas instead of clas s i wasn t sure if this was a snafu so i wanted to create an issue just in case the issue can be seen
1
121,254
17,651,422,676
IssuesEvent
2021-08-20 13:42:51
turkdevops/vue-cli
https://api.github.com/repos/turkdevops/vue-cli
opened
CVE-2020-7693 (Medium) detected in sockjs-0.3.19.tgz
security vulnerability
## CVE-2020-7693 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary> <p>SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication</p> <p>Library home page: <a href="https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz">https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz</a></p> <p>Path to dependency file: vue-cli/package.json</p> <p>Path to vulnerable library: vue-cli/node_modules/sockjs</p> <p> Dependency Hierarchy: - cli-service-4.0.0-alpha.0.tgz (Root Library) - webpack-dev-server-3.3.1.tgz - :x: **sockjs-0.3.19.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/vue-cli/commit/b9888ec61e269386b4fab790d7d16670ad49b548">b9888ec61e269386b4fab790d7d16670ad49b548</a></p> <p>Found in base branch: <b>fix-babel-core-js</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> Incorrect handling of Upgrade header with the value websocket leads in crashing of containers hosting sockjs apps. This affects the package sockjs before 0.3.20. <p>Publish Date: 2020-07-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7693>CVE-2020-7693</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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/sockjs/sockjs-node/pull/265">https://github.com/sockjs/sockjs-node/pull/265</a></p> <p>Release Date: 2020-07-09</p> <p>Fix Resolution: sockjs - 0.3.20</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-7693 (Medium) detected in sockjs-0.3.19.tgz - ## CVE-2020-7693 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>sockjs-0.3.19.tgz</b></p></summary> <p>SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication</p> <p>Library home page: <a href="https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz">https://registry.npmjs.org/sockjs/-/sockjs-0.3.19.tgz</a></p> <p>Path to dependency file: vue-cli/package.json</p> <p>Path to vulnerable library: vue-cli/node_modules/sockjs</p> <p> Dependency Hierarchy: - cli-service-4.0.0-alpha.0.tgz (Root Library) - webpack-dev-server-3.3.1.tgz - :x: **sockjs-0.3.19.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/vue-cli/commit/b9888ec61e269386b4fab790d7d16670ad49b548">b9888ec61e269386b4fab790d7d16670ad49b548</a></p> <p>Found in base branch: <b>fix-babel-core-js</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> Incorrect handling of Upgrade header with the value websocket leads in crashing of containers hosting sockjs apps. This affects the package sockjs before 0.3.20. <p>Publish Date: 2020-07-09 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7693>CVE-2020-7693</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.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - 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/sockjs/sockjs-node/pull/265">https://github.com/sockjs/sockjs-node/pull/265</a></p> <p>Release Date: 2020-07-09</p> <p>Fix Resolution: sockjs - 0.3.20</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 sockjs tgz cve medium severity vulnerability vulnerable library sockjs tgz sockjs node is a server counterpart of sockjs client a javascript library that provides a websocket like object in the browser sockjs gives you a coherent cross browser javascript api which creates a low latency full duplex cross domain communication library home page a href path to dependency file vue cli package json path to vulnerable library vue cli node modules sockjs dependency hierarchy cli service alpha tgz root library webpack dev server tgz x sockjs tgz vulnerable library found in head commit a href found in base branch fix babel core js vulnerability details incorrect handling of upgrade header with the value websocket leads in crashing of containers hosting sockjs apps this affects the package sockjs before publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution sockjs step up your open source security game with whitesource
0
32,361
7,531,095,240
IssuesEvent
2018-04-15 00:32:42
ChurchCRM/CRM
https://api.github.com/repos/ChurchCRM/CRM
closed
keep recieving this multiply error
API Code Smell
Error making API Call to: /church//api/dashboard/page?currentpagename=/PersonEditor.php Error text: Not Found Error making API Call to: /church//api/dashboard/page?currentpagename=/PersonEditor.php Error text: Not Found Error making API Call to: /church//api/dashboard/page?currentpagename=/PersonEditor.php Error text: Not Found
1.0
keep recieving this multiply error - Error making API Call to: /church//api/dashboard/page?currentpagename=/PersonEditor.php Error text: Not Found Error making API Call to: /church//api/dashboard/page?currentpagename=/PersonEditor.php Error text: Not Found Error making API Call to: /church//api/dashboard/page?currentpagename=/PersonEditor.php Error text: Not Found
non_defect
keep recieving this multiply error error making api call to church api dashboard page currentpagename personeditor php error text not found error making api call to church api dashboard page currentpagename personeditor php error text not found error making api call to church api dashboard page currentpagename personeditor php error text not found
0
813,559
30,462,390,181
IssuesEvent
2023-07-17 07:58:27
pika-org/pika
https://api.github.com/repos/pika-org/pika
opened
Starting and stopping the runtime repeatedly seems to leak resources/memory on some systems
effort: 2 effort: 3 effort: 4 effort: 5 priority: high type: bug
On some systems (but not all) a test program like ``` #include <pika/init.hpp> int main() { while (true) { pika::start(nullptr, 0, nullptr); pika::finalize(); pika::stop(); } } ``` will eventually run out of memory (typically failing while trying to allocate thread stacks). Changing the `pika.thread_queue.init_threads_count` configuration option changes the behaviour. The option controls how many thread stacks are pre-initialized at startup. With a high value the failure happens quickly and with a low value the failure is significantly delayed. This would indicate a leak of thread stacks. However, from the looks of it stacks are correctly released at shutdown. Additionally, on some systems memory does not seem to leak. This could indicate a difference in behaviour of `mmap`/`munmap`. When `PIKA_WITH_THREAD_STACK_MMAP=OFF` there seem to be no leaks supporting the `mmap`/`munmap` theory. What exactly could be causing this is not clear.
1.0
Starting and stopping the runtime repeatedly seems to leak resources/memory on some systems - On some systems (but not all) a test program like ``` #include <pika/init.hpp> int main() { while (true) { pika::start(nullptr, 0, nullptr); pika::finalize(); pika::stop(); } } ``` will eventually run out of memory (typically failing while trying to allocate thread stacks). Changing the `pika.thread_queue.init_threads_count` configuration option changes the behaviour. The option controls how many thread stacks are pre-initialized at startup. With a high value the failure happens quickly and with a low value the failure is significantly delayed. This would indicate a leak of thread stacks. However, from the looks of it stacks are correctly released at shutdown. Additionally, on some systems memory does not seem to leak. This could indicate a difference in behaviour of `mmap`/`munmap`. When `PIKA_WITH_THREAD_STACK_MMAP=OFF` there seem to be no leaks supporting the `mmap`/`munmap` theory. What exactly could be causing this is not clear.
non_defect
starting and stopping the runtime repeatedly seems to leak resources memory on some systems on some systems but not all a test program like include int main while true pika start nullptr nullptr pika finalize pika stop will eventually run out of memory typically failing while trying to allocate thread stacks changing the pika thread queue init threads count configuration option changes the behaviour the option controls how many thread stacks are pre initialized at startup with a high value the failure happens quickly and with a low value the failure is significantly delayed this would indicate a leak of thread stacks however from the looks of it stacks are correctly released at shutdown additionally on some systems memory does not seem to leak this could indicate a difference in behaviour of mmap munmap when pika with thread stack mmap off there seem to be no leaks supporting the mmap munmap theory what exactly could be causing this is not clear
0
51,415
13,207,468,630
IssuesEvent
2020-08-14 23:13:15
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
g4-tankresponse build error in IceSim 3.1 (Trac #379)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/379">https://code.icecube.wisc.edu/projects/icecube/ticket/379</a>, reported by juancarlosand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2012-03-17T22:59:52", "_ts": "1332025192000000", "description": "[ 93%] Building CXX object g4-tankresponse/CMakeFiles/g4-tankresponse.dir/private/g4-tankresponse/g4classes/G4Interface.cxx.o\n/data/home/juancarlos/icecube/icetray/simulation/V03-01-00/src/g4-\n tankresponse/private/g4-tankresponse/g4classes/G4Interface.cxx: In member\n function \u2018void G4Interface::Initialize()\u2019:\n/data/home/juancarlos/icecube/icetray/simulation/V03-01-00/src/g4-tankresponse/private/g4-tankresponse/g4classes/G4Interface.cxx:228:\n error: conversion from \u2018I3Logging::Log4CPlusLogger\u2019 to non-scalar type\n \u2018log4cplus::Logger\u2019 requested\n/data/tools/i3/ports/include/CLHEP/Units/PhysicalConstants.h: At global scope:\n/data/tools/i3/ports/include/CLHEP/Units/PhysicalConstants.h:80: warning: \u2018\n CLHEP::electron_charge\u2019 defined but not used\n/data/tools/i3/ports/include/CLHEP/Random/Randomize.h:67: warning: \u2018CLHEP\n ::HepRandomGenActive\u2019 defined but not used\nmake[2]: *** [g4-tankresponse/CMakeFiles/g4-tankresponse.dir/private/g4-tankresponse/g4classes/G4Interface.cxx.o] Error 1\nmake[1]: *** [g4-tankresponse/CMakeFiles/g4-tankresponse.dir/all] Error 2\nmake: *** [all] Error 2", "reporter": "juancarlos", "cc": "", "resolution": "fixed", "time": "2012-03-12T21:17:08", "component": "combo simulation", "summary": "g4-tankresponse build error in IceSim 3.1", "priority": "critical", "keywords": "geant4", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
1.0
g4-tankresponse build error in IceSim 3.1 (Trac #379) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/379">https://code.icecube.wisc.edu/projects/icecube/ticket/379</a>, reported by juancarlosand owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2012-03-17T22:59:52", "_ts": "1332025192000000", "description": "[ 93%] Building CXX object g4-tankresponse/CMakeFiles/g4-tankresponse.dir/private/g4-tankresponse/g4classes/G4Interface.cxx.o\n/data/home/juancarlos/icecube/icetray/simulation/V03-01-00/src/g4-\n tankresponse/private/g4-tankresponse/g4classes/G4Interface.cxx: In member\n function \u2018void G4Interface::Initialize()\u2019:\n/data/home/juancarlos/icecube/icetray/simulation/V03-01-00/src/g4-tankresponse/private/g4-tankresponse/g4classes/G4Interface.cxx:228:\n error: conversion from \u2018I3Logging::Log4CPlusLogger\u2019 to non-scalar type\n \u2018log4cplus::Logger\u2019 requested\n/data/tools/i3/ports/include/CLHEP/Units/PhysicalConstants.h: At global scope:\n/data/tools/i3/ports/include/CLHEP/Units/PhysicalConstants.h:80: warning: \u2018\n CLHEP::electron_charge\u2019 defined but not used\n/data/tools/i3/ports/include/CLHEP/Random/Randomize.h:67: warning: \u2018CLHEP\n ::HepRandomGenActive\u2019 defined but not used\nmake[2]: *** [g4-tankresponse/CMakeFiles/g4-tankresponse.dir/private/g4-tankresponse/g4classes/G4Interface.cxx.o] Error 1\nmake[1]: *** [g4-tankresponse/CMakeFiles/g4-tankresponse.dir/all] Error 2\nmake: *** [all] Error 2", "reporter": "juancarlos", "cc": "", "resolution": "fixed", "time": "2012-03-12T21:17:08", "component": "combo simulation", "summary": "g4-tankresponse build error in IceSim 3.1", "priority": "critical", "keywords": "geant4", "milestone": "", "owner": "olivas", "type": "defect" } ``` </p> </details>
defect
tankresponse build error in icesim trac migrated from json status closed changetime ts description building cxx object tankresponse cmakefiles tankresponse dir private tankresponse cxx o n data home juancarlos icecube icetray simulation src n tankresponse private tankresponse cxx in member n function initialize n data home juancarlos icecube icetray simulation src tankresponse private tankresponse cxx n error conversion from to non scalar type n logger requested n data tools ports include clhep units physicalconstants h at global scope n data tools ports include clhep units physicalconstants h warning n clhep electron charge defined but not used n data tools ports include clhep random randomize h warning n heprandomgenactive defined but not used nmake error nmake error nmake error reporter juancarlos cc resolution fixed time component combo simulation summary tankresponse build error in icesim priority critical keywords milestone owner olivas type defect
1
58,482
24,467,109,055
IssuesEvent
2022-10-07 15:58:00
BCDevOps/developer-experience
https://api.github.com/repos/BCDevOps/developer-experience
closed
Adjust network configuration on the 3 virtual SILVER infra nodes
site/kamloops team/DXC ops and shared services
**Describe the issue** Fix a minor network/service issue on the virtual infra nodes to prevent a network service timing out due to bond interfaces being configured but not working. Drain the node Login to the node and remove the content of /etc/sysconfig/network-scripts Reboot the node and confirm everything is working as expected. **How does this benefit the users of our platform?** To potentially increase stability and stop what appears to be a cosmetic error when the nodes are rebooted. This is CHG0041600 **Definition of done** - [x] mcs-silver-infra-04.dmz completed - [x] mcs-silver-infra-05.dmz completed - [x] mcs-silver-infra-06.dmz completed
1.0
Adjust network configuration on the 3 virtual SILVER infra nodes - **Describe the issue** Fix a minor network/service issue on the virtual infra nodes to prevent a network service timing out due to bond interfaces being configured but not working. Drain the node Login to the node and remove the content of /etc/sysconfig/network-scripts Reboot the node and confirm everything is working as expected. **How does this benefit the users of our platform?** To potentially increase stability and stop what appears to be a cosmetic error when the nodes are rebooted. This is CHG0041600 **Definition of done** - [x] mcs-silver-infra-04.dmz completed - [x] mcs-silver-infra-05.dmz completed - [x] mcs-silver-infra-06.dmz completed
non_defect
adjust network configuration on the virtual silver infra nodes describe the issue fix a minor network service issue on the virtual infra nodes to prevent a network service timing out due to bond interfaces being configured but not working drain the node login to the node and remove the content of etc sysconfig network scripts reboot the node and confirm everything is working as expected how does this benefit the users of our platform to potentially increase stability and stop what appears to be a cosmetic error when the nodes are rebooted this is definition of done mcs silver infra dmz completed mcs silver infra dmz completed mcs silver infra dmz completed
0
388,499
26,768,991,834
IssuesEvent
2023-01-31 12:49:05
morganbierey/Dissertation_Project
https://api.github.com/repos/morganbierey/Dissertation_Project
opened
Create python book and research to find exercises
documentation enhancement models User Interface (UI)
book on how to code in python. Include all sources etc. figure out how to implement this on to website
1.0
Create python book and research to find exercises - book on how to code in python. Include all sources etc. figure out how to implement this on to website
non_defect
create python book and research to find exercises book on how to code in python include all sources etc figure out how to implement this on to website
0
81,297
30,785,667,117
IssuesEvent
2023-07-31 13:05:47
DependencyTrack/dependency-track
https://api.github.com/repos/DependencyTrack/dependency-track
opened
Snake-Yaml CVE-2022-1471 is reported, even with version 2.0
defect in triage
### Current Behavior ![grafik](https://github.com/DependencyTrack/dependency-track/assets/32566006/e28fd3c2-f774-4e98-a811-d319572adf81) ### Steps to Reproduce 1. Link application with snake-yaml 2. Generate sbom with 'gradlew cyclonedxBom' 3. Upload sbom to dependency track ### Expected Behavior SnakeYaml 2.0 has no CVE entry ### Dependency-Track Version 4.8.2 ### Dependency-Track Distribution Executable WAR ### Database Server PostgreSQL ### Database Server Version 14 ### Browser Google Chrome ### Checklist - [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues) - [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this defect was already reported
1.0
Snake-Yaml CVE-2022-1471 is reported, even with version 2.0 - ### Current Behavior ![grafik](https://github.com/DependencyTrack/dependency-track/assets/32566006/e28fd3c2-f774-4e98-a811-d319572adf81) ### Steps to Reproduce 1. Link application with snake-yaml 2. Generate sbom with 'gradlew cyclonedxBom' 3. Upload sbom to dependency track ### Expected Behavior SnakeYaml 2.0 has no CVE entry ### Dependency-Track Version 4.8.2 ### Dependency-Track Distribution Executable WAR ### Database Server PostgreSQL ### Database Server Version 14 ### Browser Google Chrome ### Checklist - [X] I have read and understand the [contributing guidelines](https://github.com/DependencyTrack/dependency-track/blob/master/CONTRIBUTING.md#filing-issues) - [X] I have checked the [existing issues](https://github.com/DependencyTrack/dependency-track/issues) for whether this defect was already reported
defect
snake yaml cve is reported even with version current behavior steps to reproduce link application with snake yaml generate sbom with gradlew cyclonedxbom upload sbom to dependency track expected behavior snakeyaml has no cve entry dependency track version dependency track distribution executable war database server postgresql database server version browser google chrome checklist i have read and understand the i have checked the for whether this defect was already reported
1
47,660
19,689,458,194
IssuesEvent
2022-01-12 04:14:47
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Index patterns - allow title definition separate from pattern.
loe:hours Feature:Data Views Team:AppServicesSv impact:low
Currently the index pattern title is the same as the pattern. We should allow a separate title to be set so we can separate 'what it is' vs 'how it happens'.
1.0
Index patterns - allow title definition separate from pattern. - Currently the index pattern title is the same as the pattern. We should allow a separate title to be set so we can separate 'what it is' vs 'how it happens'.
non_defect
index patterns allow title definition separate from pattern currently the index pattern title is the same as the pattern we should allow a separate title to be set so we can separate what it is vs how it happens
0
458,571
13,177,540,634
IssuesEvent
2020-08-12 07:34:03
jabardigitalservice/pikobar-pelaporan-frontend
https://api.github.com/repos/jabardigitalservice/pikobar-pelaporan-frontend
closed
[Laporan Kasus] Perubahan badge pada list kasus
priority low
## Desain ![List Kasus](https://user-images.githubusercontent.com/42407562/89602916-10637600-d892-11ea-9c71-f45e74273f73.png) ## AC - [x] Layout disamakan dengan desain - [x] Dibuat Responsive - [ ] Jumlah angka perstatus bisa berubah sesuai data yg difilter & pencarian ## Responsiveness - [x] Mobile - [x] Tablet - [x] Desktop ## Browser - [x] Mozilla Firefox
1.0
[Laporan Kasus] Perubahan badge pada list kasus - ## Desain ![List Kasus](https://user-images.githubusercontent.com/42407562/89602916-10637600-d892-11ea-9c71-f45e74273f73.png) ## AC - [x] Layout disamakan dengan desain - [x] Dibuat Responsive - [ ] Jumlah angka perstatus bisa berubah sesuai data yg difilter & pencarian ## Responsiveness - [x] Mobile - [x] Tablet - [x] Desktop ## Browser - [x] Mozilla Firefox
non_defect
perubahan badge pada list kasus desain ac layout disamakan dengan desain dibuat responsive jumlah angka perstatus bisa berubah sesuai data yg difilter pencarian responsiveness mobile tablet desktop browser mozilla firefox
0
305,806
23,131,921,147
IssuesEvent
2022-07-28 11:10:32
StructuralAnalysisFormat/StructuralAnalysisFormat-Doc
https://api.github.com/repos/StructuralAnalysisFormat/StructuralAnalysisFormat-Doc
opened
update the units page
documentation 2.2.0
we have added new objects - point support deformation and 2D results to latest, without updating the units page in the annexes -> fix thath
1.0
update the units page - we have added new objects - point support deformation and 2D results to latest, without updating the units page in the annexes -> fix thath
non_defect
update the units page we have added new objects point support deformation and results to latest without updating the units page in the annexes fix thath
0
1,534
16,773,505,407
IssuesEvent
2021-06-14 17:41:16
emmamei/cdkey
https://api.github.com/repos/emmamei/cdkey
opened
What is difference between windNormal and windAmount?
bug reliabilityfix
There is a variable windAmount and windNormal; what's the difference? Probably windNormal is the *normal* winding and windAmount adjust based on whatever - but windAmount probably does *not* need to be anything but a local variable.
True
What is difference between windNormal and windAmount? - There is a variable windAmount and windNormal; what's the difference? Probably windNormal is the *normal* winding and windAmount adjust based on whatever - but windAmount probably does *not* need to be anything but a local variable.
non_defect
what is difference between windnormal and windamount there is a variable windamount and windnormal what s the difference probably windnormal is the normal winding and windamount adjust based on whatever but windamount probably does not need to be anything but a local variable
0
95,895
16,112,881,994
IssuesEvent
2021-04-28 01:03:08
szb512/vue-storefront
https://api.github.com/repos/szb512/vue-storefront
opened
CVE-2020-7751 (High) detected in pathval-1.1.0.tgz
security vulnerability
## CVE-2020-7751 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pathval-1.1.0.tgz</b></p></summary> <p>Object value retrieval given a string path</p> <p>Library home page: <a href="https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz">https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz</a></p> <p>Path to dependency file: /vue-storefront/package.json</p> <p>Path to vulnerable library: vue-storefront/node_modules/pathval/package.json</p> <p> Dependency Hierarchy: - chai-4.2.0.tgz (Root Library) - :x: **pathval-1.1.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects all versions of package pathval. <p>Publish Date: 2020-10-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7751>CVE-2020-7751</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.2</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - 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 WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-7751 (High) detected in pathval-1.1.0.tgz - ## CVE-2020-7751 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pathval-1.1.0.tgz</b></p></summary> <p>Object value retrieval given a string path</p> <p>Library home page: <a href="https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz">https://registry.npmjs.org/pathval/-/pathval-1.1.0.tgz</a></p> <p>Path to dependency file: /vue-storefront/package.json</p> <p>Path to vulnerable library: vue-storefront/node_modules/pathval/package.json</p> <p> Dependency Hierarchy: - chai-4.2.0.tgz (Root Library) - :x: **pathval-1.1.0.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> This affects all versions of package pathval. <p>Publish Date: 2020-10-26 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-7751>CVE-2020-7751</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.2</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - 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 WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in pathval tgz cve high severity vulnerability vulnerable library pathval tgz object value retrieval given a string path library home page a href path to dependency file vue storefront package json path to vulnerable library vue storefront node modules pathval package json dependency hierarchy chai tgz root library x pathval tgz vulnerable library vulnerability details this affects all versions of package pathval publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href step up your open source security game with whitesource
0
401,097
27,316,178,647
IssuesEvent
2023-02-24 15:52:17
KwanLab/Autometa
https://api.github.com/repos/KwanLab/Autometa
opened
Documentation needs edit
documentation good first issue
`Let us dissect the above command:` doesn't match the commands above it in: https://github.com/KwanLab/Autometa/blob/main/docs/source/step-by-step-tutorial.rst#7-binning
1.0
Documentation needs edit - `Let us dissect the above command:` doesn't match the commands above it in: https://github.com/KwanLab/Autometa/blob/main/docs/source/step-by-step-tutorial.rst#7-binning
non_defect
documentation needs edit let us dissect the above command doesn t match the commands above it in
0
53,356
13,261,461,171
IssuesEvent
2020-08-20 19:56:34
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
STTools - low test coverage (Trac #1227)
Migrated from Trac combo reconstruction defect
Certain parts of STTools have low test coverage. Please increase the code coverage as much as possible. For details see: http://software.icecube.wisc.edu/coverage/00_LATEST/ <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1227">https://code.icecube.wisc.edu/projects/icecube/ticket/1227</a>, reported by jtatarand owned by mwolf</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", "_ts": "1550067295757382", "description": "Certain parts of STTools have low test coverage. Please increase the code coverage as much as possible. \n\nFor details see:\n\nhttp://software.icecube.wisc.edu/coverage/00_LATEST/", "reporter": "jtatar", "cc": "", "resolution": "wontfix", "time": "2015-08-19T21:02:38", "component": "combo reconstruction", "summary": "STTools - low test coverage", "priority": "normal", "keywords": "", "milestone": "", "owner": "mwolf", "type": "defect" } ``` </p> </details>
1.0
STTools - low test coverage (Trac #1227) - Certain parts of STTools have low test coverage. Please increase the code coverage as much as possible. For details see: http://software.icecube.wisc.edu/coverage/00_LATEST/ <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1227">https://code.icecube.wisc.edu/projects/icecube/ticket/1227</a>, reported by jtatarand owned by mwolf</em></summary> <p> ```json { "status": "closed", "changetime": "2019-02-13T14:14:55", "_ts": "1550067295757382", "description": "Certain parts of STTools have low test coverage. Please increase the code coverage as much as possible. \n\nFor details see:\n\nhttp://software.icecube.wisc.edu/coverage/00_LATEST/", "reporter": "jtatar", "cc": "", "resolution": "wontfix", "time": "2015-08-19T21:02:38", "component": "combo reconstruction", "summary": "STTools - low test coverage", "priority": "normal", "keywords": "", "milestone": "", "owner": "mwolf", "type": "defect" } ``` </p> </details>
defect
sttools low test coverage trac certain parts of sttools have low test coverage please increase the code coverage as much as possible for details see migrated from json status closed changetime ts description certain parts of sttools have low test coverage please increase the code coverage as much as possible n nfor details see n n reporter jtatar cc resolution wontfix time component combo reconstruction summary sttools low test coverage priority normal keywords milestone owner mwolf type defect
1
54,858
13,979,949,951
IssuesEvent
2020-10-27 01:30:09
NREL/EnergyPlus
https://api.github.com/repos/NREL/EnergyPlus
opened
Suggest a few tweaks on Github Actions
Defect
Now that we are using Github Actions, there are many possibilities. There are also already a few things I'd like to fix up. - Need to tweak the add-path stuff to properly set the path to the miktex binaries - Something still goes wrong sometimes while trying to install miktex. It's nothing we are doing, just a communication error. I think we may need to investigate an alternative miktex install approach. - We should try to collapse the two Windows builds into a matrix, maybe even moving all the package builds to a matrix if it is reasonable. - Maybe other things, but that alone would help. @jmarrec care to take a crack at some of this?
1.0
Suggest a few tweaks on Github Actions - Now that we are using Github Actions, there are many possibilities. There are also already a few things I'd like to fix up. - Need to tweak the add-path stuff to properly set the path to the miktex binaries - Something still goes wrong sometimes while trying to install miktex. It's nothing we are doing, just a communication error. I think we may need to investigate an alternative miktex install approach. - We should try to collapse the two Windows builds into a matrix, maybe even moving all the package builds to a matrix if it is reasonable. - Maybe other things, but that alone would help. @jmarrec care to take a crack at some of this?
defect
suggest a few tweaks on github actions now that we are using github actions there are many possibilities there are also already a few things i d like to fix up need to tweak the add path stuff to properly set the path to the miktex binaries something still goes wrong sometimes while trying to install miktex it s nothing we are doing just a communication error i think we may need to investigate an alternative miktex install approach we should try to collapse the two windows builds into a matrix maybe even moving all the package builds to a matrix if it is reasonable maybe other things but that alone would help jmarrec care to take a crack at some of this
1
9,765
2,615,174,358
IssuesEvent
2015-03-01 06:57:19
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
Reaver 1.4 - Failed to Associate ISSUE...
auto-migrated Priority-Triage Type-Defect
``` I am having a problem of the following nature; I posses the actual WPS PIN of a AP and i'm trying to retrieve it's WPA2 PSK via Reaver 1.4 (Live USB BT 5R3, Wireless Adapter Intel(R) WiFi Link 5300 AGN - performs well) Signal strength is not the greatest, but is constant and it didn't evanescent, not for one moment After airmon-ng start wlan0 i've tried: wash -i mon0 to confirm that APs WPS is NOT locked Next input is: reaver -i mon0 -b A0:B1:C2:D3:E4:F5 -p 98529742 -vv and it keeps going: [+] Waiting for beacon from A0:B1:C2:D3:E4:F5 [+] Switching mon0 to channel 1 [+] Switching mon0 to channel 2 [+] Switching mon0 to channel 6 [+] Switching mon0 to channel 7 [!] WARNING: Failed to associate with A0:B1:C2:D3:E4:F5 (ESSID: alooo) [+] Switching mon0 to channel 1 [+] Switching mon0 to channel 2 [+] Switching mon0 to channel 6 [+] Switching mon0 to channel 7 [+] Switching mon0 to channel 6 [+] Switching mon0 to channel 1 [+] Switching mon0 to channel 5 [+] Switching mon0 to channel 1 [!] WARNING: Failed to associate with A0:B1:C2:D3:E4:F5 (ESSID: alooo) [!] WARNING: Failed to associate with A0:B1:C2:D3:E4:F5 (ESSID: alooo) No error messages, just keeps repeating from the above mentioned for quite long than halts at some point, i repeat the procedure several times... Tried adding different arguments: -T 2:00, -N, -c 1....with no avail I did read various posts on folks having the "Failed to associate" in which i didn't find the solution. Anyone got any suggestion/ideas what am i missing here Any help very appreciated/thanks in advance. ``` Original issue reported on code.google.com by `jeronom...@gmail.com` on 15 Dec 2013 at 3:16
1.0
Reaver 1.4 - Failed to Associate ISSUE... - ``` I am having a problem of the following nature; I posses the actual WPS PIN of a AP and i'm trying to retrieve it's WPA2 PSK via Reaver 1.4 (Live USB BT 5R3, Wireless Adapter Intel(R) WiFi Link 5300 AGN - performs well) Signal strength is not the greatest, but is constant and it didn't evanescent, not for one moment After airmon-ng start wlan0 i've tried: wash -i mon0 to confirm that APs WPS is NOT locked Next input is: reaver -i mon0 -b A0:B1:C2:D3:E4:F5 -p 98529742 -vv and it keeps going: [+] Waiting for beacon from A0:B1:C2:D3:E4:F5 [+] Switching mon0 to channel 1 [+] Switching mon0 to channel 2 [+] Switching mon0 to channel 6 [+] Switching mon0 to channel 7 [!] WARNING: Failed to associate with A0:B1:C2:D3:E4:F5 (ESSID: alooo) [+] Switching mon0 to channel 1 [+] Switching mon0 to channel 2 [+] Switching mon0 to channel 6 [+] Switching mon0 to channel 7 [+] Switching mon0 to channel 6 [+] Switching mon0 to channel 1 [+] Switching mon0 to channel 5 [+] Switching mon0 to channel 1 [!] WARNING: Failed to associate with A0:B1:C2:D3:E4:F5 (ESSID: alooo) [!] WARNING: Failed to associate with A0:B1:C2:D3:E4:F5 (ESSID: alooo) No error messages, just keeps repeating from the above mentioned for quite long than halts at some point, i repeat the procedure several times... Tried adding different arguments: -T 2:00, -N, -c 1....with no avail I did read various posts on folks having the "Failed to associate" in which i didn't find the solution. Anyone got any suggestion/ideas what am i missing here Any help very appreciated/thanks in advance. ``` Original issue reported on code.google.com by `jeronom...@gmail.com` on 15 Dec 2013 at 3:16
defect
reaver failed to associate issue i am having a problem of the following nature i posses the actual wps pin of a ap and i m trying to retrieve it s psk via reaver live usb bt wireless adapter intel r wifi link agn performs well signal strength is not the greatest but is constant and it didn t evanescent not for one moment after airmon ng start i ve tried wash i to confirm that aps wps is not locked next input is reaver i b p vv and it keeps going waiting for beacon from switching to channel switching to channel switching to channel switching to channel warning failed to associate with essid alooo switching to channel switching to channel switching to channel switching to channel switching to channel switching to channel switching to channel switching to channel warning failed to associate with essid alooo warning failed to associate with essid alooo no error messages just keeps repeating from the above mentioned for quite long than halts at some point i repeat the procedure several times tried adding different arguments t n c with no avail i did read various posts on folks having the failed to associate in which i didn t find the solution anyone got any suggestion ideas what am i missing here any help very appreciated thanks in advance original issue reported on code google com by jeronom gmail com on dec at
1
165,176
26,112,865,068
IssuesEvent
2022-12-27 23:22:49
microsoft/PowerToys
https://api.github.com/repos/microsoft/PowerToys
closed
remap f key to sleep
Issue-Bug Needs-Triage Needs-Team-Response Resolution-By Design
### Microsoft PowerToys version 0.63.0 ### Running as admin - [X] Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce remapped f15 to sleep ### ✔️ Expected Behavior f15 puts system to sleep ### ❌ Actual Behavior nothing happens ### Other Software _No response_
1.0
remap f key to sleep - ### Microsoft PowerToys version 0.63.0 ### Running as admin - [X] Yes ### Area(s) with issue? Keyboard Manager ### Steps to reproduce remapped f15 to sleep ### ✔️ Expected Behavior f15 puts system to sleep ### ❌ Actual Behavior nothing happens ### Other Software _No response_
non_defect
remap f key to sleep microsoft powertoys version running as admin yes area s with issue keyboard manager steps to reproduce remapped to sleep ✔️ expected behavior puts system to sleep ❌ actual behavior nothing happens other software no response
0
37,869
8,556,700,624
IssuesEvent
2018-11-08 13:56:21
rst2pdf/rst2pdf
https://api.github.com/repos/rst2pdf/rst2pdf
closed
KeyError: "Style 'bullet-list-item' already defined in stylesheet"
Priority-Medium Type-Defect auto-migrated
``` What steps will reproduce the problem? 1. Define a custom style sheet 2. Enter a style for bullet_list_item styles: [... other definitions omitted, all working well ...] bullet_list_item: parent: bodytext spaceAfter: 5 spaceBefore: 5 3. Run rst2pdf with that stylesheet and you will get the error. What is the expected output? What do you see instead? I expect that whatever I define overwrites previous definitions of the style. This works with any other style (I think). Please answer the following questions, they are *very* important: * Version of rst2pdf? 0.93.dev * Version of reportlab? 2.7 * Are you using wordaxe, and if true, what version? Don't think so * Are you using rst2pdf with Sphinx, and if true, what version? No Please provide any additional information below. ``` Original issue reported on code.google.com by `zilli.da...@gmail.com` on 23 Oct 2013 at 6:58
1.0
KeyError: "Style 'bullet-list-item' already defined in stylesheet" - ``` What steps will reproduce the problem? 1. Define a custom style sheet 2. Enter a style for bullet_list_item styles: [... other definitions omitted, all working well ...] bullet_list_item: parent: bodytext spaceAfter: 5 spaceBefore: 5 3. Run rst2pdf with that stylesheet and you will get the error. What is the expected output? What do you see instead? I expect that whatever I define overwrites previous definitions of the style. This works with any other style (I think). Please answer the following questions, they are *very* important: * Version of rst2pdf? 0.93.dev * Version of reportlab? 2.7 * Are you using wordaxe, and if true, what version? Don't think so * Are you using rst2pdf with Sphinx, and if true, what version? No Please provide any additional information below. ``` Original issue reported on code.google.com by `zilli.da...@gmail.com` on 23 Oct 2013 at 6:58
defect
keyerror style bullet list item already defined in stylesheet what steps will reproduce the problem define a custom style sheet enter a style for bullet list item styles bullet list item parent bodytext spaceafter spacebefore run with that stylesheet and you will get the error what is the expected output what do you see instead i expect that whatever i define overwrites previous definitions of the style this works with any other style i think please answer the following questions they are very important version of dev version of reportlab are you using wordaxe and if true what version don t think so are you using with sphinx and if true what version no please provide any additional information below original issue reported on code google com by zilli da gmail com on oct at
1
67,607
27,963,994,385
IssuesEvent
2023-03-24 17:49:58
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
should add command for connect and download kubeconfig
container-service/svc triaged assigned-to-author doc-enhancement Pri2
[Enter feedback here] please mention that you need to run >> az aks get-credentials --resource-group myResourceGroup --name myAKSCluster to be able to connect to AKS cluster --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 0b68f2c4-bb6c-11a2-6c61-8af4057a2438 * Version Independent ID: e3498bed-1447-6841-8353-9f1b5d3dc8df * Content: [Create a private Azure Kubernetes Service cluster - Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/private-clusters#options-for-connecting-to-the-private-cluster) * Content Source: [articles/aks/private-clusters.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/private-clusters.md) * Service: **container-service** * GitHub Login: @mlearned * Microsoft Alias: **mlearned**
1.0
should add command for connect and download kubeconfig - [Enter feedback here] please mention that you need to run >> az aks get-credentials --resource-group myResourceGroup --name myAKSCluster to be able to connect to AKS cluster --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 0b68f2c4-bb6c-11a2-6c61-8af4057a2438 * Version Independent ID: e3498bed-1447-6841-8353-9f1b5d3dc8df * Content: [Create a private Azure Kubernetes Service cluster - Azure Kubernetes Service](https://docs.microsoft.com/en-us/azure/aks/private-clusters#options-for-connecting-to-the-private-cluster) * Content Source: [articles/aks/private-clusters.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/aks/private-clusters.md) * Service: **container-service** * GitHub Login: @mlearned * Microsoft Alias: **mlearned**
non_defect
should add command for connect and download kubeconfig please mention that you need to run az aks get credentials resource group myresourcegroup name myakscluster to be able to connect to aks cluster 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 container service github login mlearned microsoft alias mlearned
0
8,700
7,571,913,311
IssuesEvent
2018-04-23 13:39:10
OpenLiberty/open-liberty
https://api.github.com/repos/OpenLiberty/open-liberty
closed
[spring boot feature] change FATs to use transportSecurity-1.0
in:SpringBoot team:OSGi Infrastructure
Our fats use the ssl-1.0 feature for testing ssl. We should instead test with transportSecurity-1.0. This feature includes ssl-1.0 but adds some additional functionality. We need to make sure this feature works with spring boot ssl.
1.0
[spring boot feature] change FATs to use transportSecurity-1.0 - Our fats use the ssl-1.0 feature for testing ssl. We should instead test with transportSecurity-1.0. This feature includes ssl-1.0 but adds some additional functionality. We need to make sure this feature works with spring boot ssl.
non_defect
change fats to use transportsecurity our fats use the ssl feature for testing ssl we should instead test with transportsecurity this feature includes ssl but adds some additional functionality we need to make sure this feature works with spring boot ssl
0
22,226
3,619,202,107
IssuesEvent
2016-02-08 15:11:12
igatoolsProject/igatools
https://api.github.com/repos/igatoolsProject/igatools
closed
Improve interface to the dual function of element iterators
auto-migrated Priority-Medium Type-Defect
``` In igatools the element iterators have the extra task of being caches for the computation. We need to: 1. change init by init_cache 2. provide interfaces for uniform quad and direccion uniform quad 3. provide functions for computations using the cache or not as get_value() //uses cache get_value(vector<Point>) //no cache get_value(quad) //no cache ``` Original issue reported on code.google.com by `spaule...@gmail.com` on 17 Jul 2014 at 10:39
1.0
Improve interface to the dual function of element iterators - ``` In igatools the element iterators have the extra task of being caches for the computation. We need to: 1. change init by init_cache 2. provide interfaces for uniform quad and direccion uniform quad 3. provide functions for computations using the cache or not as get_value() //uses cache get_value(vector<Point>) //no cache get_value(quad) //no cache ``` Original issue reported on code.google.com by `spaule...@gmail.com` on 17 Jul 2014 at 10:39
defect
improve interface to the dual function of element iterators in igatools the element iterators have the extra task of being caches for the computation we need to change init by init cache provide interfaces for uniform quad and direccion uniform quad provide functions for computations using the cache or not as get value uses cache get value vector no cache get value quad no cache original issue reported on code google com by spaule gmail com on jul at
1
64,856
6,924,997,766
IssuesEvent
2017-11-30 14:41:04
learn-co-curriculum/ruby-collaborating-objects-lab
https://api.github.com/repos/learn-co-curriculum/ruby-collaborating-objects-lab
closed
Missing Tests
Test
Tests for the following methods are not included in the spec. However, the methods are used in tests for other methods. add_songs self.all self.find self.create There may be more, those are the ones I've come across so far.
1.0
Missing Tests - Tests for the following methods are not included in the spec. However, the methods are used in tests for other methods. add_songs self.all self.find self.create There may be more, those are the ones I've come across so far.
non_defect
missing tests tests for the following methods are not included in the spec however the methods are used in tests for other methods add songs self all self find self create there may be more those are the ones i ve come across so far
0
81,711
10,254,361,191
IssuesEvent
2019-08-21 13:24:50
deil87/smbo-java
https://api.github.com/repos/deil87/smbo-java
opened
Create demo page where it is shown how on Sqrt function algo is exploring and exploiting by going from both directions.
documentation
![image.png](https://images.zenhubusercontent.com/5a6e13f54b5806bc2bc49756/65491fd4-d06f-4819-a7b9-77144d5da4b3)
1.0
Create demo page where it is shown how on Sqrt function algo is exploring and exploiting by going from both directions. - ![image.png](https://images.zenhubusercontent.com/5a6e13f54b5806bc2bc49756/65491fd4-d06f-4819-a7b9-77144d5da4b3)
non_defect
create demo page where it is shown how on sqrt function algo is exploring and exploiting by going from both directions
0
32,168
6,730,382,668
IssuesEvent
2017-10-18 00:32:42
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
closed
List<> of List<> collection initializer fails to populate the list if another project has an internal generic class named List under some circumstances
defect in progress
If you create an internal generic class named List in one project and namespace, then include a using statement for that namespace in a file in another project, and that file also references System.Collections.Generic and attempts to instantiate a System.Collections.Generic.List<> of a System.Collections.Generic.List<> using a collection initializer, then the collection initializer's corresponding JS will be generated incorrectly and fail to populate the collection. This also only happens so long as a method instantiating that internal generic class is invoked by code outside its project, even if that code is itself not used. This was originally a rather mysterious bug in collection initialisers not working in a large project but working every time I tried to replicate outside of the project which got narrowed down by iteratively removing code. It looks like some kind of fault in type resolution getting confused by C# internal classes. ### Steps To Reproduce Unfortunately can't be replicated on deck.net due to requiring multiple projects. You have to create two Bridge.Net projects in the same solution- a main project and a library project that the main project references, both referencing the Bridge assembly. Each should contain one file. Main should contain App.cs as follows: ```csharp using System; using System.Collections.Generic; using LibraryProject; namespace Main { public class Program { public static void Main() { var inputTable = new System.Collections.Generic.List<System.Collections.Generic.List<string>> { new List<string>() }; Console.WriteLine(inputTable.Count); } } public class UnusedClass { public void UnusedMethod() { ListMaker.Make(); } } } ``` LibraryProject should contain List.cs as follows: ```csharp namespace LibraryProject { internal class List<T> {} public static class ListMaker { public static void Make() { new List<string>(); } } } ``` Interestingly, it fails to replicate if you do any of the following: - Remove UnusedClass - Move UnusedClass into LibraryProject; testing while cutting down the replication to this tells me that it's allowed to be in a third project of its own, but if I move it into LibraryProject itself the bug goes away. - Change ```csharp var inputTable = new System.Collections.Generic.List<System.Collections.Generic.List<string>> { new List<string>() }; ``` to ```csharp var inputTable = new System.Collections.Generic.List<System.Collections.Generic.List<string>> { new System.Collections.Generic.List<string>() }; ``` - Move "using System.Collections.Generic" inside the "namespace Main" block. Still broken if you move "using LibraryProject" inside the namespace block as well, though. - Move the List class inside the ListMaker class. ### Expected Result ```js 1 ``` ### Actual Result ```js 0 ```
1.0
List<> of List<> collection initializer fails to populate the list if another project has an internal generic class named List under some circumstances - If you create an internal generic class named List in one project and namespace, then include a using statement for that namespace in a file in another project, and that file also references System.Collections.Generic and attempts to instantiate a System.Collections.Generic.List<> of a System.Collections.Generic.List<> using a collection initializer, then the collection initializer's corresponding JS will be generated incorrectly and fail to populate the collection. This also only happens so long as a method instantiating that internal generic class is invoked by code outside its project, even if that code is itself not used. This was originally a rather mysterious bug in collection initialisers not working in a large project but working every time I tried to replicate outside of the project which got narrowed down by iteratively removing code. It looks like some kind of fault in type resolution getting confused by C# internal classes. ### Steps To Reproduce Unfortunately can't be replicated on deck.net due to requiring multiple projects. You have to create two Bridge.Net projects in the same solution- a main project and a library project that the main project references, both referencing the Bridge assembly. Each should contain one file. Main should contain App.cs as follows: ```csharp using System; using System.Collections.Generic; using LibraryProject; namespace Main { public class Program { public static void Main() { var inputTable = new System.Collections.Generic.List<System.Collections.Generic.List<string>> { new List<string>() }; Console.WriteLine(inputTable.Count); } } public class UnusedClass { public void UnusedMethod() { ListMaker.Make(); } } } ``` LibraryProject should contain List.cs as follows: ```csharp namespace LibraryProject { internal class List<T> {} public static class ListMaker { public static void Make() { new List<string>(); } } } ``` Interestingly, it fails to replicate if you do any of the following: - Remove UnusedClass - Move UnusedClass into LibraryProject; testing while cutting down the replication to this tells me that it's allowed to be in a third project of its own, but if I move it into LibraryProject itself the bug goes away. - Change ```csharp var inputTable = new System.Collections.Generic.List<System.Collections.Generic.List<string>> { new List<string>() }; ``` to ```csharp var inputTable = new System.Collections.Generic.List<System.Collections.Generic.List<string>> { new System.Collections.Generic.List<string>() }; ``` - Move "using System.Collections.Generic" inside the "namespace Main" block. Still broken if you move "using LibraryProject" inside the namespace block as well, though. - Move the List class inside the ListMaker class. ### Expected Result ```js 1 ``` ### Actual Result ```js 0 ```
defect
list of list collection initializer fails to populate the list if another project has an internal generic class named list under some circumstances if you create an internal generic class named list in one project and namespace then include a using statement for that namespace in a file in another project and that file also references system collections generic and attempts to instantiate a system collections generic list of a system collections generic list using a collection initializer then the collection initializer s corresponding js will be generated incorrectly and fail to populate the collection this also only happens so long as a method instantiating that internal generic class is invoked by code outside its project even if that code is itself not used this was originally a rather mysterious bug in collection initialisers not working in a large project but working every time i tried to replicate outside of the project which got narrowed down by iteratively removing code it looks like some kind of fault in type resolution getting confused by c internal classes steps to reproduce unfortunately can t be replicated on deck net due to requiring multiple projects you have to create two bridge net projects in the same solution a main project and a library project that the main project references both referencing the bridge assembly each should contain one file main should contain app cs as follows csharp using system using system collections generic using libraryproject namespace main public class program public static void main var inputtable new system collections generic list new list console writeline inputtable count public class unusedclass public void unusedmethod listmaker make libraryproject should contain list cs as follows csharp namespace libraryproject internal class list public static class listmaker public static void make new list interestingly it fails to replicate if you do any of the following remove unusedclass move unusedclass into libraryproject testing while cutting down the replication to this tells me that it s allowed to be in a third project of its own but if i move it into libraryproject itself the bug goes away change csharp var inputtable new system collections generic list new list to csharp var inputtable new system collections generic list new system collections generic list move using system collections generic inside the namespace main block still broken if you move using libraryproject inside the namespace block as well though move the list class inside the listmaker class expected result js actual result js
1
329,009
10,011,027,943
IssuesEvent
2019-07-15 09:32:18
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.lucidchart.com - see bug description
browser-firefox engine-gecko priority-normal
<!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.lucidchart.com/documents **Browser / Version**: Firefox 69.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**: Something else **Description**: can't logon to the site, nothing is showing **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2019/7/4af875cc-3586-4126-96ea-44a478851a48-thumb.jpeg)](https://webcompat.com/uploads/2019/7/4af875cc-3586-4126-96ea-44a478851a48.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190712011116</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Error: "uncaught exception: Error: [Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br :: dcuTs :: line 1422" data: no]\n Build path dcuBjc -> dcupv -> dcuYu\n for injector at [compiled code]"]\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23968\nd@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:6850\nv@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7093\n', u'[console.error(Unhandled Promise rejection:, Error loading database, ; Zone:, <root>, ; Task:, Promise.then, ; Value:, Error: Error loading database, dcuar/</g.onerror@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br:1249:775\n$@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:31193\np</e.prototype.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:22821\nl</r.prototype.runTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:18001\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23935\nd@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:6850\nv@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7093\n) https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:27988]', u'[JavaScript Warning: "Request to access cookie or storage on https://app-ab23.marketo.com/js/forms2/js/forms2.min.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://app-ab23.marketo.com/js/forms2/js/forms2.min.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[console.error(Unhandled Promise rejection:, [Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br :: dcua.has :: line 1423" data: no], ; Zone:, <root>, ; Task:, Promise.then, ; Value:, [Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br :: dcua.has :: line 1423" data: no], undefined) https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:27988]', u'[JavaScript Error: "uncaught exception: [object Object]" {file: "https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6" line: 1056}]\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23968\nd@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:6850\nv@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7093\nn</t.prototype.Rf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1056:56\nn</t.prototype.Jg@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1055:248\nn</t.prototype.If@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1053:219\nn</t.prototype.Sc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1051:253\nn</t.prototype.write@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1050:379\nt@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:44\nq@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1057:106\nl.postscribe</<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:366\nb/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:358\nKd@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1066:1176\nb@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:169\nc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1182:124\n$b@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1035:777\ne@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:145\nza/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1020:114\noe/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:229\nme/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:480\nte@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:518\nve@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1074:235\nlf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1080:223\nmf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1079:908\nnf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1082:358\npf/a.push@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1084:316\npf/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1083:434\np</e.prototype.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:22821\nl</r.prototype.runTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:18001\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23935\nt/this.invoke@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23826\nn@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7785\n', u'[JavaScript Error: "NS_ERROR_FILE_NOT_FOUND: " {file: "https://www.lucidchart.com/documents line 1056 > scriptElement" line: 2}]\n@https://www.lucidchart.com/documents line 1056 > scriptElement:2:39\nn</t.prototype.Rf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1056:56\nn</t.prototype.Jg@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1055:248\nn</t.prototype.If@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1053:219\nn</t.prototype.Sc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1051:253\nn</t.prototype.write@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1050:379\nt@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:44\nq@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1057:106\nl.postscribe</<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:366\nb/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:358\nKd@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1066:1176\nb@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:169\nc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1182:124\n$b@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1035:777\ne@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:145\nza/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1020:114\noe/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:229\nme/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:480\nte@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:518\nve@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1074:235\nlf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1080:223\nmf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1079:908\nnf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1082:358\npf/a.push@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1084:316\npf/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1083:434\np</e.prototype.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:22821\nl</r.prototype.runTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:18001\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23935\nt/this.invoke@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23826\nn@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7785\n', u'[console.log(RMCMPW ex:[Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://intljs.rmtag.com/117928.ct.js :: l :: line 1" data: no]) https://intljs.rmtag.com/117928.ct.js:1:13693]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/en_US/fbevents.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://static.ads-twitter.com/uwt.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://snap.licdn.com/li.lms-analytics/insight.min.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1 was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/signals/config/601959763304294?v=2.8.51&r=stable was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://analytics.twitter.com/i/adsct?p_id=Twitter&p_user_id=0&txn_id=nvg80&events=%5B%5B%22pageview%22%2Cnull%5D%5D&tw_sale_amount=0&tw_order_quantity=0&tw_iframe_status=0&tpx_cb=twttr.conversion.loadPixels&tw_document_href=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/signals/plugins/inferredEvents.js?v=2.8.51 was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1 was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1&cookiesTest=true was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.google.com/jsapi was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207838701&sw=1366&sh=768&v=2.8.51&r=stable&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/signals/config/282989452491348?v=2.8.51&r=stable was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://analytics.twitter.com/i/adsct?p_id=Twitter&p_user_id=0&txn_id=nvg80&events=%5B%5B%22pageview%22%2Cnull%5D%5D&tw_sale_amount=0&tw_order_quantity=0&tw_iframe_status=0&tpx_cb=twttr.conversion.loadPixels&tw_document_href=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207838701&sw=1366&sh=768&v=2.8.51&r=stable&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1&cookiesTest=true was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207839085&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207839085&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840220&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840220&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840598&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840598&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "onmozfullscreenchange is deprecated." {file: "https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br" line: 11}]', u'[JavaScript Warning: "onmozfullscreenerror is deprecated." {file: "https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br" line: 11}]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.lucidchart.com - see bug description - <!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.lucidchart.com/documents **Browser / Version**: Firefox 69.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**: Something else **Description**: can't logon to the site, nothing is showing **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2019/7/4af875cc-3586-4126-96ea-44a478851a48-thumb.jpeg)](https://webcompat.com/uploads/2019/7/4af875cc-3586-4126-96ea-44a478851a48.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190712011116</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: false</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: beta</li> </ul> <p>Console Messages:</p> <pre> [u'[JavaScript Error: "uncaught exception: Error: [Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br :: dcuTs :: line 1422" data: no]\n Build path dcuBjc -> dcupv -> dcuYu\n for injector at [compiled code]"]\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23968\nd@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:6850\nv@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7093\n', u'[console.error(Unhandled Promise rejection:, Error loading database, ; Zone:, <root>, ; Task:, Promise.then, ; Value:, Error: Error loading database, dcuar/</g.onerror@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br:1249:775\n$@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:31193\np</e.prototype.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:22821\nl</r.prototype.runTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:18001\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23935\nd@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:6850\nv@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7093\n) https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:27988]', u'[JavaScript Warning: "Request to access cookie or storage on https://app-ab23.marketo.com/js/forms2/js/forms2.min.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://app-ab23.marketo.com/js/forms2/js/forms2.min.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[console.error(Unhandled Promise rejection:, [Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br :: dcua.has :: line 1423" data: no], ; Zone:, <root>, ; Task:, Promise.then, ; Value:, [Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/closure/bin/documents/documents.js.br :: dcua.has :: line 1423" data: no], undefined) https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:27988]', u'[JavaScript Error: "uncaught exception: [object Object]" {file: "https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6" line: 1056}]\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23968\nd@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:6850\nv@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7093\nn</t.prototype.Rf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1056:56\nn</t.prototype.Jg@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1055:248\nn</t.prototype.If@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1053:219\nn</t.prototype.Sc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1051:253\nn</t.prototype.write@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1050:379\nt@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:44\nq@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1057:106\nl.postscribe</<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:366\nb/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:358\nKd@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1066:1176\nb@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:169\nc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1182:124\n$b@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1035:777\ne@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:145\nza/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1020:114\noe/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:229\nme/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:480\nte@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:518\nve@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1074:235\nlf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1080:223\nmf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1079:908\nnf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1082:358\npf/a.push@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1084:316\npf/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1083:434\np</e.prototype.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:22821\nl</r.prototype.runTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:18001\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23935\nt/this.invoke@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23826\nn@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7785\n', u'[JavaScript Error: "NS_ERROR_FILE_NOT_FOUND: " {file: "https://www.lucidchart.com/documents line 1056 > scriptElement" line: 2}]\n@https://www.lucidchart.com/documents line 1056 > scriptElement:2:39\nn</t.prototype.Rf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1056:56\nn</t.prototype.Jg@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1055:248\nn</t.prototype.If@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1053:219\nn</t.prototype.Sc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1051:253\nn</t.prototype.write@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1050:379\nt@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:44\nq@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1057:106\nl.postscribe</<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1058:366\nb/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:358\nKd@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1066:1176\nb@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1181:169\nc@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1182:124\n$b@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1035:777\ne@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:145\nza/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1020:114\noe/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:229\nme/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1071:480\nte@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1072:518\nve@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1074:235\nlf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1080:223\nmf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1079:908\nnf@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1082:358\npf/a.push@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1084:316\npf/<@https://www.googletagmanager.com/gtm.js?id=GTM-NN6WN6:1083:434\np</e.prototype.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:22821\nl</r.prototype.runTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:18001\nh</t.invokeTask@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23935\nt/this.invoke@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:23826\nn@https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br:11:7785\n', u'[console.log(RMCMPW ex:[Exception... "File error: Not found" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: https://intljs.rmtag.com/117928.ct.js :: l :: line 1" data: no]) https://intljs.rmtag.com/117928.ct.js:1:13693]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/en_US/fbevents.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://static.ads-twitter.com/uwt.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://snap.licdn.com/li.lms-analytics/insight.min.js was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1 was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/signals/config/601959763304294?v=2.8.51&r=stable was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://analytics.twitter.com/i/adsct?p_id=Twitter&p_user_id=0&txn_id=nvg80&events=%5B%5B%22pageview%22%2Cnull%5D%5D&tw_sale_amount=0&tw_order_quantity=0&tw_iframe_status=0&tpx_cb=twttr.conversion.loadPixels&tw_document_href=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/signals/plugins/inferredEvents.js?v=2.8.51 was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1 was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1&cookiesTest=true was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.google.com/jsapi was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207838701&sw=1366&sh=768&v=2.8.51&r=stable&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://connect.facebook.net/signals/config/282989452491348?v=2.8.51&r=stable was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://analytics.twitter.com/i/adsct?p_id=Twitter&p_user_id=0&txn_id=nvg80&events=%5B%5B%22pageview%22%2Cnull%5D%5D&tw_sale_amount=0&tw_order_quantity=0&tw_iframe_status=0&tpx_cb=twttr.conversion.loadPixels&tw_document_href=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207838701&sw=1366&sh=768&v=2.8.51&r=stable&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://px.ads.linkedin.com/collect/?time=1563207838099&pid=33692&url=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&fmt=js&s=1&cookiesTest=true was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207839085&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=PageView&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207839085&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=0&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840220&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=601959763304294&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840220&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840598&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "Request to access cookie or storage on https://www.facebook.com/tr/?id=282989452491348&ev=Microdata&dl=https%3A%2F%2Fwww.lucidchart.com%2Fdocuments&rl=&if=false&ts=1563207840598&cd[DataLayer]=%5B%5D&cd[Meta]=%7B%22title%22%3A%22Documents%22%7D&cd[OpenGraph]=%7B%7D&cd[Schema.org]=%5B%5D&cd[JSON-LD]=%5B%5D&sw=1366&sh=768&v=2.8.51&r=stable&a=tmgoogletagmanager&ec=1&o=30&fbp=fb.1.1562773715601.1851610302&it=1563207838165&coo=false&es=automatic&rqm=GET was blocked because it came from a tracker and content blocking is enabled." {file: "https://www.lucidchart.com/documents" line: 0}]', u'[JavaScript Warning: "onmozfullscreenchange is deprecated." {file: "https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br" line: 11}]', u'[JavaScript Warning: "onmozfullscreenerror is deprecated." {file: "https://assets-cdn.lucidchart.com/assets/20190714-195818-17dd4189/js/deps/documents-chart.min.js.br" line: 11}]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
see bug description url browser version firefox operating system windows tested another browser no problem type something else description can t logon to the site nothing is showing 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 false mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel beta console messages n build path dcubjc dcupv dcuyu n for injector at nh task promise then value undefined u file line nh scriptelement nn t prototype rf u u u u u u u u u u u u u u u u u u u cd cd cd cd sw sh v r stable ec o fbp fb it coo false es automatic rqm get was blocked because it came from a tracker and content blocking is enabled file line u cd cd cd cd sw sh v r stable ec o fbp fb it coo false es automatic rqm get was blocked because it came from a tracker and content blocking is enabled file line u cd cd cd cd sw sh v r stable a tmgoogletagmanager ec o fbp fb it coo false es automatic rqm get was blocked because it came from a tracker and content blocking is enabled file line u cd cd cd cd sw sh v r stable a tmgoogletagmanager ec o fbp fb it coo false es automatic rqm get was blocked because it came from a tracker and content blocking is enabled file line u u from with ❤️
0
27,357
4,971,651,509
IssuesEvent
2016-12-05 19:19:00
kronometrix/recording
https://api.github.com/repos/kronometrix/recording
closed
webrec memory consumption
defect-high
We have a problem. For 25 requests we are consuming 300MB of RAM. Take a look: ``` Tasks: 245 total, 2 running, 243 sleeping, 0 stopped, 0 zombie %Cpu(s): 15.9 us, 4.5 sy, 0.0 ni, 79.5 id, 0.1 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 24679984 total, 209288 free, 17511112 used, 6959584 buff/cache KiB Swap: 14647292 total, 14530580 free, 116712 used. 6431176 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3361 krmx 20 0 70960 16740 4104 S 1.0 0.1 0:14.58 sender 3142 krmx 20 0 40916 10124 4608 S 0.0 0.0 0:00.39 sysrec 3158 krmx 20 0 40112 9332 4544 S 0.0 0.0 0:00.13 cpurec 3174 krmx 20 0 51692 12848 4744 S 0.0 0.1 0:00.51 diskrec 3190 krmx 20 0 40296 9536 4740 S 0.0 0.0 0:00.23 nicrec 3206 krmx 20 0 59488 14464 4772 S 0.0 0.1 0:00.51 hdwrec 3222 krmx 20 0 386560 321612 8044 S 0.0 1.3 0:13.34 webrec 5008 krmx 20 0 41944 3832 3080 R 0.0 0.0 0:00.04 top 32140 krmx 20 0 22864 5676 3504 S 0.0 0.0 0:00.52 bash ``` I have discovered as well that we are parsing at every loop, webrec.json. This is not efficient. And I think it does consume memory. We need to read one time at webrec boot the webrec.json and build in memory sort of hash with all requests we want to process. Then we can have a SIGHUP signal handler for example to reload the webrec.json if we really want but we should not parse webrec.json everytime. Old webrec was using such simple mechanism to read once, at start the webrec.json and populate a has with all needed data.
1.0
webrec memory consumption - We have a problem. For 25 requests we are consuming 300MB of RAM. Take a look: ``` Tasks: 245 total, 2 running, 243 sleeping, 0 stopped, 0 zombie %Cpu(s): 15.9 us, 4.5 sy, 0.0 ni, 79.5 id, 0.1 wa, 0.0 hi, 0.0 si, 0.0 st KiB Mem : 24679984 total, 209288 free, 17511112 used, 6959584 buff/cache KiB Swap: 14647292 total, 14530580 free, 116712 used. 6431176 avail Mem PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND 3361 krmx 20 0 70960 16740 4104 S 1.0 0.1 0:14.58 sender 3142 krmx 20 0 40916 10124 4608 S 0.0 0.0 0:00.39 sysrec 3158 krmx 20 0 40112 9332 4544 S 0.0 0.0 0:00.13 cpurec 3174 krmx 20 0 51692 12848 4744 S 0.0 0.1 0:00.51 diskrec 3190 krmx 20 0 40296 9536 4740 S 0.0 0.0 0:00.23 nicrec 3206 krmx 20 0 59488 14464 4772 S 0.0 0.1 0:00.51 hdwrec 3222 krmx 20 0 386560 321612 8044 S 0.0 1.3 0:13.34 webrec 5008 krmx 20 0 41944 3832 3080 R 0.0 0.0 0:00.04 top 32140 krmx 20 0 22864 5676 3504 S 0.0 0.0 0:00.52 bash ``` I have discovered as well that we are parsing at every loop, webrec.json. This is not efficient. And I think it does consume memory. We need to read one time at webrec boot the webrec.json and build in memory sort of hash with all requests we want to process. Then we can have a SIGHUP signal handler for example to reload the webrec.json if we really want but we should not parse webrec.json everytime. Old webrec was using such simple mechanism to read once, at start the webrec.json and populate a has with all needed data.
defect
webrec memory consumption we have a problem for requests we are consuming of ram take a look tasks total running sleeping stopped zombie cpu s us sy ni id wa hi si st kib mem total free used buff cache kib swap total free used avail mem pid user pr ni virt res shr s cpu mem time command krmx s sender krmx s sysrec krmx s cpurec krmx s diskrec krmx s nicrec krmx s hdwrec krmx s webrec krmx r top krmx s bash i have discovered as well that we are parsing at every loop webrec json this is not efficient and i think it does consume memory we need to read one time at webrec boot the webrec json and build in memory sort of hash with all requests we want to process then we can have a sighup signal handler for example to reload the webrec json if we really want but we should not parse webrec json everytime old webrec was using such simple mechanism to read once at start the webrec json and populate a has with all needed data
1
79,108
10,112,042,812
IssuesEvent
2019-07-30 13:58:44
spirit-code/spirit
https://api.github.com/repos/spirit-code/spirit
opened
Provide a Tutorial
documentation idea
It might be nice to provide a "step-by-step" tutorial (maybe as a separate repository, something like https://github.com/spirit-code/spirit-tutorial). The overlap with our existing documentation should be kept minimal and the tutorial should be understood as a guide on where to start and what to look at in the documentation. Overall this tutorial might be more digestible than being confronted with the whole documentation at once, and after completing the tutorial the user would then be familiar with the documentation and could use it to help himself. This tutorial could include: - A **very short** introduction to ASD. Maybe some references and our Hamiltonian. - References to the parts of the documentation on how to compile etc. - An explanation of the "Spirit workflow": Automate tasks with python scripts. Do post-processing and quick testing in the GUI. How to use the various outputs generated by Spirit. Ideally in the form of simple step-by-step guides. - Easy and short example scripts for every method implemented in Spirit. Ideally these scripts would be close to a "real-world" application and would produce some tangible output (Might not be feasible). For example: Calculating the curie temperature of some material using the monte-carlo method. Or getting the energy-path for a skyrmion collapse using GNEB. - Maybe some expample input files and how to model more complex materials (via e.g the pairs syntax) - How to set up different geometries, like disks etc. <!-- This is an issue template. For bug reports, please ALWAYS attach the Log file the code produced when the issue occurred (ideally with maximum log levels) and list the following: - Bug description - Steps to reproduce - Code version and, if possible, git revision hash - System information, such as operating system, compiler version, GPU (if using the CUDA backend) For feature suggestions etc. nothing special is needed. -->
1.0
Provide a Tutorial - It might be nice to provide a "step-by-step" tutorial (maybe as a separate repository, something like https://github.com/spirit-code/spirit-tutorial). The overlap with our existing documentation should be kept minimal and the tutorial should be understood as a guide on where to start and what to look at in the documentation. Overall this tutorial might be more digestible than being confronted with the whole documentation at once, and after completing the tutorial the user would then be familiar with the documentation and could use it to help himself. This tutorial could include: - A **very short** introduction to ASD. Maybe some references and our Hamiltonian. - References to the parts of the documentation on how to compile etc. - An explanation of the "Spirit workflow": Automate tasks with python scripts. Do post-processing and quick testing in the GUI. How to use the various outputs generated by Spirit. Ideally in the form of simple step-by-step guides. - Easy and short example scripts for every method implemented in Spirit. Ideally these scripts would be close to a "real-world" application and would produce some tangible output (Might not be feasible). For example: Calculating the curie temperature of some material using the monte-carlo method. Or getting the energy-path for a skyrmion collapse using GNEB. - Maybe some expample input files and how to model more complex materials (via e.g the pairs syntax) - How to set up different geometries, like disks etc. <!-- This is an issue template. For bug reports, please ALWAYS attach the Log file the code produced when the issue occurred (ideally with maximum log levels) and list the following: - Bug description - Steps to reproduce - Code version and, if possible, git revision hash - System information, such as operating system, compiler version, GPU (if using the CUDA backend) For feature suggestions etc. nothing special is needed. -->
non_defect
provide a tutorial it might be nice to provide a step by step tutorial maybe as a separate repository something like the overlap with our existing documentation should be kept minimal and the tutorial should be understood as a guide on where to start and what to look at in the documentation overall this tutorial might be more digestible than being confronted with the whole documentation at once and after completing the tutorial the user would then be familiar with the documentation and could use it to help himself this tutorial could include a very short introduction to asd maybe some references and our hamiltonian references to the parts of the documentation on how to compile etc an explanation of the spirit workflow automate tasks with python scripts do post processing and quick testing in the gui how to use the various outputs generated by spirit ideally in the form of simple step by step guides easy and short example scripts for every method implemented in spirit ideally these scripts would be close to a real world application and would produce some tangible output might not be feasible for example calculating the curie temperature of some material using the monte carlo method or getting the energy path for a skyrmion collapse using gneb maybe some expample input files and how to model more complex materials via e g the pairs syntax how to set up different geometries like disks etc this is an issue template for bug reports please always attach the log file the code produced when the issue occurred ideally with maximum log levels and list the following bug description steps to reproduce code version and if possible git revision hash system information such as operating system compiler version gpu if using the cuda backend for feature suggestions etc nothing special is needed
0
65,670
19,654,035,855
IssuesEvent
2022-01-10 10:33:46
OpenMS/OpenMS
https://api.github.com/repos/OpenMS/OpenMS
closed
idXML view: some peptide IDs not shown [551]
wontfix defect TOPPView minor Hacktoberfest
Submitted by hendrikweisser on 2013-06-25 15:38:11 When an idXML file is opened in TOPPView, some peptide sequences may not be shown inside the viewable area. The viewable area (RT and m/z ranges) is computed from the RT and m/z positions of the peptide IDs. The sequence labels are put below and to the right of these positions, though. Consequently, the labels for IDs with minimal m/z or maximal RT may not be visible on the screen.
1.0
idXML view: some peptide IDs not shown [551] - Submitted by hendrikweisser on 2013-06-25 15:38:11 When an idXML file is opened in TOPPView, some peptide sequences may not be shown inside the viewable area. The viewable area (RT and m/z ranges) is computed from the RT and m/z positions of the peptide IDs. The sequence labels are put below and to the right of these positions, though. Consequently, the labels for IDs with minimal m/z or maximal RT may not be visible on the screen.
defect
idxml view some peptide ids not shown submitted by hendrikweisser on when an idxml file is opened in toppview some peptide sequences may not be shown inside the viewable area the viewable area rt and m z ranges is computed from the rt and m z positions of the peptide ids the sequence labels are put below and to the right of these positions though consequently the labels for ids with minimal m z or maximal rt may not be visible on the screen
1
315,446
27,074,308,631
IssuesEvent
2023-02-14 09:30:28
nrwl/nx
https://api.github.com/repos/nrwl/nx
reopened
@nrwl/js:node can't work with @nrwl/vite:build
type: feature blocked: retry with latest scope: bundlers
<!-- Please do your best to fill out all of the sections below! --> <!-- Use this issue type for concrete suggestions, otherwise, open a discussion type issue instead. --> - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I have a build target build by vite build executor. "build": { "executor": "@nrwl/vite:build", "outputs": ["{options.outputPath}"], "defaultConfiguration": "production", "options": { "outputPath": "dist/apps/my-app" }, "configurations": { "development": { "mode": "development" }, "production": { "mode": "production" } } }, I want to use js:node executer to run from the build target "vite-serve": { "executor": "@nrwl/js:node", "defaultConfiguration": "development", "configurations": { "development": { "buildTarget": "my-app:build:development" }, "production": { "buildTarget": "my-app:build:production", "inspect": false } } }, but I am not able to run it. <!-- What is the behavior that you would like to see introduced? --> > nx run my-app:vite-serve:development > NX Property 'watch' does not match the schema. 'true' should be a 'object'. ———————————————————————————————————————————————————————————————————— > NX Ran target vite-serve for project my-app (627ms) ## Motivation <!-- Why do you believe this behavior would be beneficial? --> ## Suggested Implementation <!-- How do you imagine this might work? --> ### **Most executors are having 'watch' option with boolean type. while vite:build executor requires 'watch' schema to be an object.** ## Alternate Implementations <!-- How else do you imagine this might work? -->
1.0
@nrwl/js:node can't work with @nrwl/vite:build - <!-- Please do your best to fill out all of the sections below! --> <!-- Use this issue type for concrete suggestions, otherwise, open a discussion type issue instead. --> - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md)) ## Description I have a build target build by vite build executor. "build": { "executor": "@nrwl/vite:build", "outputs": ["{options.outputPath}"], "defaultConfiguration": "production", "options": { "outputPath": "dist/apps/my-app" }, "configurations": { "development": { "mode": "development" }, "production": { "mode": "production" } } }, I want to use js:node executer to run from the build target "vite-serve": { "executor": "@nrwl/js:node", "defaultConfiguration": "development", "configurations": { "development": { "buildTarget": "my-app:build:development" }, "production": { "buildTarget": "my-app:build:production", "inspect": false } } }, but I am not able to run it. <!-- What is the behavior that you would like to see introduced? --> > nx run my-app:vite-serve:development > NX Property 'watch' does not match the schema. 'true' should be a 'object'. ———————————————————————————————————————————————————————————————————— > NX Ran target vite-serve for project my-app (627ms) ## Motivation <!-- Why do you believe this behavior would be beneficial? --> ## Suggested Implementation <!-- How do you imagine this might work? --> ### **Most executors are having 'watch' option with boolean type. while vite:build executor requires 'watch' schema to be an object.** ## Alternate Implementations <!-- How else do you imagine this might work? -->
non_defect
nrwl js node can t work with nrwl vite build i d be willing to implement this feature description i have a build target build by vite build executor build executor nrwl vite build outputs defaultconfiguration production options outputpath dist apps my app configurations development mode development production mode production i want to use js node executer to run from the build target vite serve executor nrwl js node defaultconfiguration development configurations development buildtarget my app build development production buildtarget my app build production inspect false but i am not able to run it nx run my app vite serve development nx property watch does not match the schema true should be a object ———————————————————————————————————————————————————————————————————— nx ran target vite serve for project my app motivation suggested implementation most executors are having watch option with boolean type while vite build executor requires watch schema to be an object alternate implementations
0
68,036
21,420,075,017
IssuesEvent
2022-04-22 14:47:47
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Content organization] Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.1)
content design 508/Accessibility ia 508-defect-2 collab-cycle-feedback afs-education Staging CCIssue02.04 CC-Dashboard my-education-benefits
### General Information #### VFS team name DGIB - My Education Benefits #### VFS product name My Education Benefits #### VFS feature name My Education Benefits App #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website. --- ### Platform Issue Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. ### Issue Details On the Introduction Page (`/apply-for-benefits-form-22-1990/introduction`), the H2 heading level is skipped. After the H1, each major section of the page should be an H2, with subsections as H3s, then H4s, etc. Heading levels should not be skipped. Heading levels are announced to screen reader users and those levels are often used for navigation and wayfinding, so skipping an expected heading level can be disorienting. ### Link, screenshot or steps to recreate Current heading structure: H1: Apply for VA education benefits H3: This application is only for the Post-9/11 GI Bill H3: Follow these steps to get started H4: Check your eligibility H4: Gather your information H4: Start your application H3: Save time--and save your work in progress--by signing in before starting your application H2: Begin your application for education benefits [when authenticated] H3: Your application is in progress and was last saved on... [when logged in + application in progress] ### VA.gov Experience Standard [Category Number 02, Issue Number 04](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References WCAG SC 1.3.1_A WCAG SC 2.4.6_AA --- ### Platform Recommendation Recommended heading structure: H1: Apply for VA education benefits H2: This application is only for the Post-9/11 GI Bill H2: Follow these steps to get started H3: Check your eligibility H3: Gather your information H3: Start your application H2: Save time--and save your work in progress--by signing in before starting your application H2: Begin your application for education benefits [when authenticated] H2: Your application is in progress and was last saved on... [when authenticated + application in progress] ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
1.0
[Content organization] Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.1) - ### General Information #### VFS team name DGIB - My Education Benefits #### VFS product name My Education Benefits #### VFS feature name My Education Benefits App #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website. --- ### Platform Issue Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. ### Issue Details On the Introduction Page (`/apply-for-benefits-form-22-1990/introduction`), the H2 heading level is skipped. After the H1, each major section of the page should be an H2, with subsections as H3s, then H4s, etc. Heading levels should not be skipped. Heading levels are announced to screen reader users and those levels are often used for navigation and wayfinding, so skipping an expected heading level can be disorienting. ### Link, screenshot or steps to recreate Current heading structure: H1: Apply for VA education benefits H3: This application is only for the Post-9/11 GI Bill H3: Follow these steps to get started H4: Check your eligibility H4: Gather your information H4: Start your application H3: Save time--and save your work in progress--by signing in before starting your application H2: Begin your application for education benefits [when authenticated] H3: Your application is in progress and was last saved on... [when logged in + application in progress] ### VA.gov Experience Standard [Category Number 02, Issue Number 04](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References WCAG SC 1.3.1_A WCAG SC 2.4.6_AA --- ### Platform Recommendation Recommended heading structure: H1: Apply for VA education benefits H2: This application is only for the Post-9/11 GI Bill H2: Follow these steps to get started H3: Check your eligibility H3: Gather your information H3: Start your application H2: Save time--and save your work in progress--by signing in before starting your application H2: Begin your application for education benefits [when authenticated] H2: Your application is in progress and was last saved on... [when authenticated + application in progress] ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
defect
your page doesn t follow heading hierarchy headings aren t properly nested and headings and or labels aren t relevant to the page general information vfs team name dgib my education benefits vfs product name my education benefits vfs feature name my education benefits app point of contact reviewers brian deconinck briandeconinck accessibility for more information on how to interpret this ticket please refer to the guidance on platform website platform issue your page doesn t follow heading hierarchy headings aren t properly nested and headings and or labels aren t relevant to the page issue details on the introduction page apply for benefits form introduction the heading level is skipped after the each major section of the page should be an with subsections as then etc heading levels should not be skipped heading levels are announced to screen reader users and those levels are often used for navigation and wayfinding so skipping an expected heading level can be disorienting link screenshot or steps to recreate current heading structure apply for va education benefits this application is only for the post gi bill follow these steps to get started check your eligibility gather your information start your application save time and save your work in progress by signing in before starting your application begin your application for education benefits your application is in progress and was last saved on va gov experience standard other references wcag sc a wcag sc aa platform recommendation recommended heading structure apply for va education benefits this application is only for the post gi bill follow these steps to get started check your eligibility gather your information start your application save time and save your work in progress by signing in before starting your application begin your application for education benefits your application is in progress and was last saved on vfs team tasks to complete comment on the ticket if there are questions or concerns close the ticket when the issue has been resolved or validated by your product owner if a team has additional questions or needs platform help validating the issue please comment in the ticket
1
69,112
22,162,162,579
IssuesEvent
2022-06-04 17:03:49
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
rv_discrete.interval returning wrong values for alpha = 1
defect scipy.stats
<!-- Thank you for taking the time to file a bug report. Please fill in the fields below, deleting the sections that don't apply to your issue. You can view the final output by clicking the preview button above. Note: This is a comment, and won't appear in the output. --> Scipy's rv_discrete.interval method, it appears that the lower bound is decreased by 1 when the alpha is set to exactly 1 (as far as I can tell, this is the most reliable way to get a generic rv's support's minimum) #### Reproducing code example: <!-- If you place your code between the triple backticks below, it will be rendered as a code block. --> ``` from scipy.stats import bernoulli # also tested with randint and binom rv = bernoulli(0.5) print(rv.interval(1)) # expected (0,1), got (-1,1) ``` #### Scipy/Numpy/Python version information: <!-- You can simply run the following and paste the result in a code block ``` import sys, scipy, numpy; print(scipy.__version__, numpy.__version__, sys.version_info) ``` --> 1.3.1 1.17.3 sys.version_info(major=3, minor=8, micro=0, releaselevel='final', serial=0)
1.0
rv_discrete.interval returning wrong values for alpha = 1 - <!-- Thank you for taking the time to file a bug report. Please fill in the fields below, deleting the sections that don't apply to your issue. You can view the final output by clicking the preview button above. Note: This is a comment, and won't appear in the output. --> Scipy's rv_discrete.interval method, it appears that the lower bound is decreased by 1 when the alpha is set to exactly 1 (as far as I can tell, this is the most reliable way to get a generic rv's support's minimum) #### Reproducing code example: <!-- If you place your code between the triple backticks below, it will be rendered as a code block. --> ``` from scipy.stats import bernoulli # also tested with randint and binom rv = bernoulli(0.5) print(rv.interval(1)) # expected (0,1), got (-1,1) ``` #### Scipy/Numpy/Python version information: <!-- You can simply run the following and paste the result in a code block ``` import sys, scipy, numpy; print(scipy.__version__, numpy.__version__, sys.version_info) ``` --> 1.3.1 1.17.3 sys.version_info(major=3, minor=8, micro=0, releaselevel='final', serial=0)
defect
rv discrete interval returning wrong values for alpha thank you for taking the time to file a bug report please fill in the fields below deleting the sections that don t apply to your issue you can view the final output by clicking the preview button above note this is a comment and won t appear in the output scipy s rv discrete interval method it appears that the lower bound is decreased by when the alpha is set to exactly as far as i can tell this is the most reliable way to get a generic rv s support s minimum reproducing code example if you place your code between the triple backticks below it will be rendered as a code block from scipy stats import bernoulli also tested with randint and binom rv bernoulli print rv interval expected got scipy numpy python version information you can simply run the following and paste the result in a code block import sys scipy numpy print scipy version numpy version sys version info sys version info major minor micro releaselevel final serial
1
12,288
4,417,594,440
IssuesEvent
2016-08-15 06:37:35
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
opened
Alphabetical ordering article title with extended character set
No Code Attached Yet
A user asked how they could sort a category list correctly, when using Danish character set that has æ+ø+å as the last 3 letters extending the English a-z alphabet. They had article with title starting with 'Ø' to show before 'P', as were it an 'O'. In Danish 'Ø' is the second last letter of the alphabet. I am uncertain whether this is to be handled in the localise.php of the individual language packs, or if it is an i18n issue in j 3.6.2. Could reproduce the issue using any of the Nordic languages, and could see this also was an issue when sorting search results alphabetically. #### Steps to reproduce the issue 1. Set Danish (or norwegian or swedish) as default language. 2. Create a series of articles in their own category with starting letters having a-z and also some having æ, ø and å. 3. Create a menu item of the type 'Category list' with setting 'Title sort alphabetically' for articles. #### Expected result Articles were expected to be listed in the alpha order of the chosen language #### Actual result For the tested languages, special letters æ and å listed after a, and ø listed after n, as are they considered to be a and o. Also the search results show same pattern when selecting alphabetical ordering of results. #### System information (as much as possible) Joomla 3.6.2, non-English language packs with extra letters beyond a-z #### Additional comments
1.0
Alphabetical ordering article title with extended character set - A user asked how they could sort a category list correctly, when using Danish character set that has æ+ø+å as the last 3 letters extending the English a-z alphabet. They had article with title starting with 'Ø' to show before 'P', as were it an 'O'. In Danish 'Ø' is the second last letter of the alphabet. I am uncertain whether this is to be handled in the localise.php of the individual language packs, or if it is an i18n issue in j 3.6.2. Could reproduce the issue using any of the Nordic languages, and could see this also was an issue when sorting search results alphabetically. #### Steps to reproduce the issue 1. Set Danish (or norwegian or swedish) as default language. 2. Create a series of articles in their own category with starting letters having a-z and also some having æ, ø and å. 3. Create a menu item of the type 'Category list' with setting 'Title sort alphabetically' for articles. #### Expected result Articles were expected to be listed in the alpha order of the chosen language #### Actual result For the tested languages, special letters æ and å listed after a, and ø listed after n, as are they considered to be a and o. Also the search results show same pattern when selecting alphabetical ordering of results. #### System information (as much as possible) Joomla 3.6.2, non-English language packs with extra letters beyond a-z #### Additional comments
non_defect
alphabetical ordering article title with extended character set a user asked how they could sort a category list correctly when using danish character set that has æ ø å as the last letters extending the english a z alphabet they had article with title starting with ø to show before p as were it an o in danish ø is the second last letter of the alphabet i am uncertain whether this is to be handled in the localise php of the individual language packs or if it is an issue in j could reproduce the issue using any of the nordic languages and could see this also was an issue when sorting search results alphabetically steps to reproduce the issue set danish or norwegian or swedish as default language create a series of articles in their own category with starting letters having a z and also some having æ ø and å create a menu item of the type category list with setting title sort alphabetically for articles expected result articles were expected to be listed in the alpha order of the chosen language actual result for the tested languages special letters æ and å listed after a and ø listed after n as are they considered to be a and o also the search results show same pattern when selecting alphabetical ordering of results system information as much as possible joomla non english language packs with extra letters beyond a z additional comments
0
68,850
7,112,311,510
IssuesEvent
2018-01-17 16:39:16
restrictcontentpro/restrict-content
https://api.github.com/repos/restrictcontentpro/restrict-content
closed
Restricted content is visible via the REST API
bug has PR needs testing
We hook in the content filters on `loop_start`, which doesn't run on REST requests. Reported here: https://wordpress.org/support/topic/restricted-posts-not-hidden-from-rest-api/ I gave him a quick workaround, but we'll probably want to do something a little different to only run on REST requests instead of on `init`.
1.0
Restricted content is visible via the REST API - We hook in the content filters on `loop_start`, which doesn't run on REST requests. Reported here: https://wordpress.org/support/topic/restricted-posts-not-hidden-from-rest-api/ I gave him a quick workaround, but we'll probably want to do something a little different to only run on REST requests instead of on `init`.
non_defect
restricted content is visible via the rest api we hook in the content filters on loop start which doesn t run on rest requests reported here i gave him a quick workaround but we ll probably want to do something a little different to only run on rest requests instead of on init
0
51,705
13,211,287,047
IssuesEvent
2020-08-15 22:03:31
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
steamshovel - crash on ubuntu 14.04 (Trac #892)
Incomplete Migration Migrated from Trac combo core defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/892">https://code.icecube.wisc.edu/projects/icecube/ticket/892</a>, reported by david.schultzand owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2015-03-05T05:14:55", "_ts": "1425532495903787", "description": "crash on Ubuntu 14.04 using\n/cvmfs/icecube.opensciencegrid.org/standard/Ubuntu_14_x86_64/metaprojects/offline-software/V14-07-00/\n\nSteps to produce:\n1. start steamshovel\n2. click on P frame\n3. crash\n\nBacktrace:\n{{{\n(gdb) bt\n#0 subtype_dealloc (self=0x7fffdb460e10) at Objects/typeobject.c:955\n#1 0x00007ffff5772fc2 in boost::python::converter::shared_ptr_deleter::operator()(void const*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/i3ports/lib/boost-1.38.0/libboost_python-mt.so\n#2 0x000000000045ceae in boost::detail::sp_counted_base::release() ()\n#3 0x00007ffff197bc93 in Scenario::findUsableArtistsByKeys(std::vector<std::string, std::allocator<std::string> > const&, bool) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/metaprojects/offline-software/trunk/lib/libshovelart.so\n#4 0x0000000000488786 in ScenarioFrameModel::inputsChanged(boost::shared_ptr<I3Frame>) ()\n#5 0x0000000000489ab9 in ScenarioFrameModel::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()\n#6 0x00007ffff1d5868a in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#7 0x00007ffff1975245 in Scenario::inputsChanged(boost::shared_ptr<I3Frame>)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/metaprojects/offline-software/trunk/lib/libshovelart.so\n#8 0x00007ffff1977d94 in Scenario::setFrame(boost::shared_ptr<I3Frame>) ()\n---Type <return> to continue, or q <return> to quit---\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/metaprojects/offline-software/trunk/lib/libshovelart.so\n#9 0x000000000046a1ab in I3GLWidget::selectNewFrame(boost::shared_ptr<I3Frame>, int) ()\n#10 0x000000000046faee in I3GLWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()\n#11 0x00007ffff1d5868a in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#12 0x0000000000475cd6 in FileService::frameSelected(boost::shared_ptr<I3Frame>, int) ()\n#13 0x0000000000475e5c in FileService::selectFrameByIdx(unsigned int) ()\n#14 0x00007ffff281ff6f in QGraphicsItem::sceneEvent(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#15 0x00007ffff2846faf in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#16 0x00007ffff28526d6 in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#17 0x00007ffff2852b69 in QGraphicsScene::mousePressEvent(QGraphicsSceneMouseEve---Type <return> to continue, or q <return> to quit---\nnt*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#18 0x00007ffff285b9b0 in QGraphicsScene::event(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#19 0x00007ffff22a8f7c in QApplicationPrivate::notify_helper(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#20 0x00007ffff22af540 in QApplication::notify(QObject*, QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#21 0x000000000047923b in SteamshovelApp::notify(QObject*, QEvent*) ()\n#22 0x00007ffff1d44a0d in QCoreApplication::notifyInternal(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#23 0x00007ffff287230f in QGraphicsView::mousePressEvent(QMouseEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#24 0x00007ffff22f82a8 in QWidget::event(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.---Type <return> to continue, or q <return> to quit---\nso.4\n#25 0x00007ffff2671f7e in QFrame::event(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#26 0x00007ffff2873069 in QGraphicsView::viewportEvent(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#27 0x00007ffff1d44b76 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#28 0x00007ffff22a8f5c in QApplicationPrivate::notify_helper(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#29 0x00007ffff22af67d in QApplication::notify(QObject*, QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#30 0x000000000047923b in SteamshovelApp::notify(QObject*, QEvent*) ()\n#31 0x00007ffff1d44a0d in QCoreApplication::notifyInternal(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n---Type <return> to continue, or q <return> to quit---\n#32 0x00007ffff22aee33 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#33 0x00007ffff231ff9b in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#34 0x00007ffff231ea41 in QApplication::x11ProcessEvent(_XEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#35 0x00007ffff2345040 in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#36 0x00007ffff1d436df in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#37 0x00007ffff1d439d5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#38 0x00007ffff1d48a89 in QCoreApplication::exec() ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore---Type <return> to continue, or q <return> to quit---\n.so.4\n#39 0x000000000045890e in main ()\n(gdb) \n}}}", "reporter": "david.schultz", "cc": "blaufuss", "resolution": "fixed", "time": "2015-03-03T21:21:22", "component": "combo core", "summary": "steamshovel - crash on ubuntu 14.04", "priority": "major", "keywords": "steamshovel", "milestone": "", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
1.0
steamshovel - crash on ubuntu 14.04 (Trac #892) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/892">https://code.icecube.wisc.edu/projects/icecube/ticket/892</a>, reported by david.schultzand owned by david.schultz</em></summary> <p> ```json { "status": "closed", "changetime": "2015-03-05T05:14:55", "_ts": "1425532495903787", "description": "crash on Ubuntu 14.04 using\n/cvmfs/icecube.opensciencegrid.org/standard/Ubuntu_14_x86_64/metaprojects/offline-software/V14-07-00/\n\nSteps to produce:\n1. start steamshovel\n2. click on P frame\n3. crash\n\nBacktrace:\n{{{\n(gdb) bt\n#0 subtype_dealloc (self=0x7fffdb460e10) at Objects/typeobject.c:955\n#1 0x00007ffff5772fc2 in boost::python::converter::shared_ptr_deleter::operator()(void const*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/i3ports/lib/boost-1.38.0/libboost_python-mt.so\n#2 0x000000000045ceae in boost::detail::sp_counted_base::release() ()\n#3 0x00007ffff197bc93 in Scenario::findUsableArtistsByKeys(std::vector<std::string, std::allocator<std::string> > const&, bool) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/metaprojects/offline-software/trunk/lib/libshovelart.so\n#4 0x0000000000488786 in ScenarioFrameModel::inputsChanged(boost::shared_ptr<I3Frame>) ()\n#5 0x0000000000489ab9 in ScenarioFrameModel::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()\n#6 0x00007ffff1d5868a in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#7 0x00007ffff1975245 in Scenario::inputsChanged(boost::shared_ptr<I3Frame>)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/metaprojects/offline-software/trunk/lib/libshovelart.so\n#8 0x00007ffff1977d94 in Scenario::setFrame(boost::shared_ptr<I3Frame>) ()\n---Type <return> to continue, or q <return> to quit---\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/metaprojects/offline-software/trunk/lib/libshovelart.so\n#9 0x000000000046a1ab in I3GLWidget::selectNewFrame(boost::shared_ptr<I3Frame>, int) ()\n#10 0x000000000046faee in I3GLWidget::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) ()\n#11 0x00007ffff1d5868a in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#12 0x0000000000475cd6 in FileService::frameSelected(boost::shared_ptr<I3Frame>, int) ()\n#13 0x0000000000475e5c in FileService::selectFrameByIdx(unsigned int) ()\n#14 0x00007ffff281ff6f in QGraphicsItem::sceneEvent(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#15 0x00007ffff2846faf in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#16 0x00007ffff28526d6 in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#17 0x00007ffff2852b69 in QGraphicsScene::mousePressEvent(QGraphicsSceneMouseEve---Type <return> to continue, or q <return> to quit---\nnt*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#18 0x00007ffff285b9b0 in QGraphicsScene::event(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#19 0x00007ffff22a8f7c in QApplicationPrivate::notify_helper(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#20 0x00007ffff22af540 in QApplication::notify(QObject*, QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#21 0x000000000047923b in SteamshovelApp::notify(QObject*, QEvent*) ()\n#22 0x00007ffff1d44a0d in QCoreApplication::notifyInternal(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#23 0x00007ffff287230f in QGraphicsView::mousePressEvent(QMouseEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#24 0x00007ffff22f82a8 in QWidget::event(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.---Type <return> to continue, or q <return> to quit---\nso.4\n#25 0x00007ffff2671f7e in QFrame::event(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#26 0x00007ffff2873069 in QGraphicsView::viewportEvent(QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#27 0x00007ffff1d44b76 in QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#28 0x00007ffff22a8f5c in QApplicationPrivate::notify_helper(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#29 0x00007ffff22af67d in QApplication::notify(QObject*, QEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#30 0x000000000047923b in SteamshovelApp::notify(QObject*, QEvent*) ()\n#31 0x00007ffff1d44a0d in QCoreApplication::notifyInternal(QObject*, QEvent*)\n ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n---Type <return> to continue, or q <return> to quit---\n#32 0x00007ffff22aee33 in QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#33 0x00007ffff231ff9b in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#34 0x00007ffff231ea41 in QApplication::x11ProcessEvent(_XEvent*) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#35 0x00007ffff2345040 in ?? ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtGui.so.4\n#36 0x00007ffff1d436df in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#37 0x00007ffff1d439d5 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore.so.4\n#38 0x00007ffff1d48a89 in QCoreApplication::exec() ()\n from /cvmfs/icecube.opensciencegrid.org/py2-v1/Ubuntu_14_x86_64/lib/libQtCore---Type <return> to continue, or q <return> to quit---\n.so.4\n#39 0x000000000045890e in main ()\n(gdb) \n}}}", "reporter": "david.schultz", "cc": "blaufuss", "resolution": "fixed", "time": "2015-03-03T21:21:22", "component": "combo core", "summary": "steamshovel - crash on ubuntu 14.04", "priority": "major", "keywords": "steamshovel", "milestone": "", "owner": "david.schultz", "type": "defect" } ``` </p> </details>
defect
steamshovel crash on ubuntu trac migrated from json status closed changetime ts description crash on ubuntu using n cvmfs icecube opensciencegrid org standard ubuntu metaprojects offline software n nsteps to produce start steamshovel click on p frame crash n nbacktrace n n gdb bt n subtype dealloc self at objects typeobject c n in boost python converter shared ptr deleter operator void const n from cvmfs icecube opensciencegrid org ubuntu lib boost libboost python mt so n in boost detail sp counted base release n in scenario findusableartistsbykeys std vector const bool n from cvmfs icecube opensciencegrid org ubuntu metaprojects offline software trunk lib libshovelart so n in scenarioframemodel inputschanged boost shared ptr n in scenarioframemodel qt static metacall qobject qmetaobject call int void n in qmetaobject activate qobject qmetaobject const int void n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore so n in scenario inputschanged boost shared ptr n n from cvmfs icecube opensciencegrid org ubuntu metaprojects offline software trunk lib libshovelart so n in scenario setframe boost shared ptr n type to continue or q to quit n from cvmfs icecube opensciencegrid org ubuntu metaprojects offline software trunk lib libshovelart so n in selectnewframe boost shared ptr int n in qt static metacall qobject qmetaobject call int void n in qmetaobject activate qobject qmetaobject const int void n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore so n in fileservice frameselected boost shared ptr int n in fileservice selectframebyidx unsigned int n in qgraphicsitem sceneevent qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qgraphicsscene mousepressevent qgraphicsscenemouseeve type to continue or q to quit nnt n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qgraphicsscene event qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qapplicationprivate notify helper qobject qevent n n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qapplication notify qobject qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in steamshovelapp notify qobject qevent n in qcoreapplication notifyinternal qobject qevent n n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore so n in qgraphicsview mousepressevent qmouseevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qwidget event qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui type to continue or q to quit nso n in qframe event qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qgraphicsview viewportevent qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qcoreapplicationprivate sendthroughobjecteventfilters qobject qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore so n in qapplicationprivate notify helper qobject qevent n n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qapplication notify qobject qevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in steamshovelapp notify qobject qevent n in qcoreapplication notifyinternal qobject qevent n n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore so n type to continue or q to quit n in qapplicationprivate sendmouseevent qwidget qmouseevent qwidget qwidget qwidget qpointer bool n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qapplication xevent n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in n from cvmfs icecube opensciencegrid org ubuntu lib libqtgui so n in qeventloop processevents qflags n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore so n in qeventloop exec qflags n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore so n in qcoreapplication exec n from cvmfs icecube opensciencegrid org ubuntu lib libqtcore type to continue or q to quit n so n in main n gdb n reporter david schultz cc blaufuss resolution fixed time component combo core summary steamshovel crash on ubuntu priority major keywords steamshovel milestone owner david schultz type defect
1
314,123
26,976,896,071
IssuesEvent
2023-02-09 10:12:35
scylladb/scylladb
https://api.github.com/repos/scylladb/scylladb
closed
Add Thrift functional tests in scylla.git
enhancement test thrift-api P4
The Thirft API is antiquated, and was removed from Cassandra 4.0 (see https://issues.apache.org/jira/browse/CASSANDRA-11115), but is still supported in Scylla and not even deprecated (it was proposed to deprecate it is issue #3811, but this never materialized). Because Scylla developers rarely use Thrift themselves, we are at a real risk of Thrift bit-rotting while developers are improving things for CQL but potentially breaking support for Thrift. The main thing protecting us today from Thrift bit-rot is the **dtest** tests in `thrift_tests.py` which we inherited from Cassandra. These tests are good, but slow (each small functionality test starts a new cluster, although luckily a one-node cluster), and also outside the Scylla tree, so developers aren't likely to run them. So it would have been nice to move or copy some of the tests from `scylla-dtest/thrift_tests.py` to a functional-test framework in scylla.git just like we have for the CQL, DynamoDB and Redis APIs. I.e., have a run script which runs one Scylla node with the Thrift protocol enabled, and then runs various tests against it. We could also run the same tests against Cassandra 3 to check our compatibility. One thing I don't know is where to get the Cassandra Thrift driver for Python. Dtest uses some "thrift_bindings" library included as a subdirectory - but I don't know where this came from, or whether this is what real Scylla + Thrift users are using. Ideally, we should try to use the same driver that real users use.
1.0
Add Thrift functional tests in scylla.git - The Thirft API is antiquated, and was removed from Cassandra 4.0 (see https://issues.apache.org/jira/browse/CASSANDRA-11115), but is still supported in Scylla and not even deprecated (it was proposed to deprecate it is issue #3811, but this never materialized). Because Scylla developers rarely use Thrift themselves, we are at a real risk of Thrift bit-rotting while developers are improving things for CQL but potentially breaking support for Thrift. The main thing protecting us today from Thrift bit-rot is the **dtest** tests in `thrift_tests.py` which we inherited from Cassandra. These tests are good, but slow (each small functionality test starts a new cluster, although luckily a one-node cluster), and also outside the Scylla tree, so developers aren't likely to run them. So it would have been nice to move or copy some of the tests from `scylla-dtest/thrift_tests.py` to a functional-test framework in scylla.git just like we have for the CQL, DynamoDB and Redis APIs. I.e., have a run script which runs one Scylla node with the Thrift protocol enabled, and then runs various tests against it. We could also run the same tests against Cassandra 3 to check our compatibility. One thing I don't know is where to get the Cassandra Thrift driver for Python. Dtest uses some "thrift_bindings" library included as a subdirectory - but I don't know where this came from, or whether this is what real Scylla + Thrift users are using. Ideally, we should try to use the same driver that real users use.
non_defect
add thrift functional tests in scylla git the thirft api is antiquated and was removed from cassandra see but is still supported in scylla and not even deprecated it was proposed to deprecate it is issue but this never materialized because scylla developers rarely use thrift themselves we are at a real risk of thrift bit rotting while developers are improving things for cql but potentially breaking support for thrift the main thing protecting us today from thrift bit rot is the dtest tests in thrift tests py which we inherited from cassandra these tests are good but slow each small functionality test starts a new cluster although luckily a one node cluster and also outside the scylla tree so developers aren t likely to run them so it would have been nice to move or copy some of the tests from scylla dtest thrift tests py to a functional test framework in scylla git just like we have for the cql dynamodb and redis apis i e have a run script which runs one scylla node with the thrift protocol enabled and then runs various tests against it we could also run the same tests against cassandra to check our compatibility one thing i don t know is where to get the cassandra thrift driver for python dtest uses some thrift bindings library included as a subdirectory but i don t know where this came from or whether this is what real scylla thrift users are using ideally we should try to use the same driver that real users use
0
43,794
11,848,542,373
IssuesEvent
2020-03-24 13:56:56
SasView/sasview
https://api.github.com/repos/SasView/sasview
closed
SasView 5 (Ubuntu) - Need to change colors in Data operation combobox
defect minor
After selecting 2 data sets for the 1st time, the colour of the selecting box is set to white. But the foreground colour of the selected data set is also set to white (only in Ubuntu, no problems on Windows), so the name of the selected dataset becomes invisible. E.g.: ![DataOperation](https://user-images.githubusercontent.com/10974838/77081288-b05f5680-69fa-11ea-8fc5-579cc7eef475.jpg) A possible solution is to define a 'non-completely white' colour in DataOperationUtilityPanel.py, e.g. BG_LIGHT = "background-color: rgb(230, 230, 230);" and use this one in the final else of def onCheckChosenData(self). This works in Ubuntu and I guess it should not change appearance too much in Windows/Mac, but I prefer to let Piotr check/decide.
1.0
SasView 5 (Ubuntu) - Need to change colors in Data operation combobox - After selecting 2 data sets for the 1st time, the colour of the selecting box is set to white. But the foreground colour of the selected data set is also set to white (only in Ubuntu, no problems on Windows), so the name of the selected dataset becomes invisible. E.g.: ![DataOperation](https://user-images.githubusercontent.com/10974838/77081288-b05f5680-69fa-11ea-8fc5-579cc7eef475.jpg) A possible solution is to define a 'non-completely white' colour in DataOperationUtilityPanel.py, e.g. BG_LIGHT = "background-color: rgb(230, 230, 230);" and use this one in the final else of def onCheckChosenData(self). This works in Ubuntu and I guess it should not change appearance too much in Windows/Mac, but I prefer to let Piotr check/decide.
defect
sasview ubuntu need to change colors in data operation combobox after selecting data sets for the time the colour of the selecting box is set to white but the foreground colour of the selected data set is also set to white only in ubuntu no problems on windows so the name of the selected dataset becomes invisible e g a possible solution is to define a non completely white colour in dataoperationutilitypanel py e g bg light background color rgb and use this one in the final else of def oncheckchosendata self this works in ubuntu and i guess it should not change appearance too much in windows mac but i prefer to let piotr check decide
1
29,697
5,825,232,774
IssuesEvent
2017-05-07 19:45:13
danielsteinmann/sasse
https://api.github.com/repos/danielsteinmann/sasse
closed
Startliste export/import: Mutationen im Rechnunbsbüro nicht überschreiben
auto-migrated Priority-Medium Type-Defect
``` Werden im Rechnungsbüro Mutationen gemacht, dürfen diese nicht überschrieben werden. Mit einem Zeitstempfel (Mutationsdatum) arbeiten: Nur solche Records ändern, die einen älteren Zeitstempfel haben. Bedingt, dass die Zeit auf den Compis gut übereinstimmt. ``` Original issue reported on code.google.com by `steinman...@gmail.com` on 9 Aug 2011 at 11:40
1.0
Startliste export/import: Mutationen im Rechnunbsbüro nicht überschreiben - ``` Werden im Rechnungsbüro Mutationen gemacht, dürfen diese nicht überschrieben werden. Mit einem Zeitstempfel (Mutationsdatum) arbeiten: Nur solche Records ändern, die einen älteren Zeitstempfel haben. Bedingt, dass die Zeit auf den Compis gut übereinstimmt. ``` Original issue reported on code.google.com by `steinman...@gmail.com` on 9 Aug 2011 at 11:40
defect
startliste export import mutationen im rechnunbsbüro nicht überschreiben werden im rechnungsbüro mutationen gemacht dürfen diese nicht überschrieben werden mit einem zeitstempfel mutationsdatum arbeiten nur solche records ändern die einen älteren zeitstempfel haben bedingt dass die zeit auf den compis gut übereinstimmt original issue reported on code google com by steinman gmail com on aug at
1
181,312
30,666,511,603
IssuesEvent
2023-07-25 18:42:50
sumup-oss/circuit-ui
https://api.github.com/repos/sumup-oss/circuit-ui
closed
Add a helper Text underneath a radio button label
🎨 design ⚛️ component
## Component to amend RadioButton / RadioButtonGroup ## Visual example: ![Screenshot 2023-07-21 at 09 35 58](https://github.com/sumup-oss/circuit-ui/assets/112706079/4d398431-258e-46aa-bfca-ed23a5d2c2c6) ## Context I needed this feature in my team's project (Pos Pro backoffice) and so far I had managed to do this by adding this on top of circuit-ui's RadioButton component. Recently, this component was deprecated and so it doesn't make sense anymore to maintain such component and that it's better to have that property directly into circuit.
1.0
Add a helper Text underneath a radio button label - ## Component to amend RadioButton / RadioButtonGroup ## Visual example: ![Screenshot 2023-07-21 at 09 35 58](https://github.com/sumup-oss/circuit-ui/assets/112706079/4d398431-258e-46aa-bfca-ed23a5d2c2c6) ## Context I needed this feature in my team's project (Pos Pro backoffice) and so far I had managed to do this by adding this on top of circuit-ui's RadioButton component. Recently, this component was deprecated and so it doesn't make sense anymore to maintain such component and that it's better to have that property directly into circuit.
non_defect
add a helper text underneath a radio button label component to amend radiobutton radiobuttongroup visual example context i needed this feature in my team s project pos pro backoffice and so far i had managed to do this by adding this on top of circuit ui s radiobutton component recently this component was deprecated and so it doesn t make sense anymore to maintain such component and that it s better to have that property directly into circuit
0
54,739
7,921,645,033
IssuesEvent
2018-07-05 08:15:46
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Documentation: Stale link in the java_binary.jvm_flags attribute.
P2 type: bug type: documentation
On the java rule's documentation page, [`java_binary.jvm_flags`](https://docs.bazel.build/versions/master/be/java.html#java_binary.jvm_flags) redirects you to a stale or nonexistent link for $(location) documentation. Here is the exerpt. > A list of flags to embed in the wrapper script generated for running this binary. Subject to [$(location)](https://docs.bazel.build/versions/master/be/java.html#location) and ["Make variable"](https://docs.bazel.build/versions/master/be/make-variables.html) substitution, and [Bourne shell tokenization](https://docs.bazel.build/versions/master/be/common-definitions.html#sh-tokenization). The $(location) directs you to https://docs.bazel.build/versions/master/be/java.html#location. However, there is currently no "location" section on the [java rules](https://docs.bazel.build/versions/master/be/java.html#location) page.
1.0
Documentation: Stale link in the java_binary.jvm_flags attribute. - On the java rule's documentation page, [`java_binary.jvm_flags`](https://docs.bazel.build/versions/master/be/java.html#java_binary.jvm_flags) redirects you to a stale or nonexistent link for $(location) documentation. Here is the exerpt. > A list of flags to embed in the wrapper script generated for running this binary. Subject to [$(location)](https://docs.bazel.build/versions/master/be/java.html#location) and ["Make variable"](https://docs.bazel.build/versions/master/be/make-variables.html) substitution, and [Bourne shell tokenization](https://docs.bazel.build/versions/master/be/common-definitions.html#sh-tokenization). The $(location) directs you to https://docs.bazel.build/versions/master/be/java.html#location. However, there is currently no "location" section on the [java rules](https://docs.bazel.build/versions/master/be/java.html#location) page.
non_defect
documentation stale link in the java binary jvm flags attribute on the java rule s documentation page redirects you to a stale or nonexistent link for location documentation here is the exerpt a list of flags to embed in the wrapper script generated for running this binary subject to and substitution and the location directs you to however there is currently no location section on the page
0
6,304
2,610,240,143
IssuesEvent
2015-02-26 19:16:35
chrsmith/jsjsj122
https://api.github.com/repos/chrsmith/jsjsj122
opened
台州割包茎手术多少钱
auto-migrated Priority-Medium Type-Defect
``` 台州割包茎手术多少钱【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 11:57
1.0
台州割包茎手术多少钱 - ``` 台州割包茎手术多少钱【台州五洲生殖医院】24小时健康咨询 热线:0576-88066933-(扣扣800080609)-(微信号tzwzszyy)医院地址:台州市 椒江区枫南路229号(枫南大转盘旁)乘车线路:乘坐104、108、1 18、198及椒江一金清公交车直达枫南小区,乘坐107、105、109、 112、901、 902公交车到星星广场下车,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 ``` ----- Original issue reported on code.google.com by `poweragr...@gmail.com` on 30 May 2014 at 11:57
defect
台州割包茎手术多少钱 台州割包茎手术多少钱【台州五洲生殖医院】 热线 微信号tzwzszyy 医院地址 台州市 (枫南大转盘旁)乘车线路 、 、 、 , 、 、 、 、 、 ,步行即可到院。 诊疗项目:阳痿,早泄,前列腺炎,前列腺增生,龟头炎,�� �精,无精。包皮包茎,精索静脉曲张,淋病等。 台州五洲生殖医院是台州最大的男科医院,权威专家在线免�� �咨询,拥有专业完善的男科检查治疗设备,严格按照国家标� ��收费。尖端医疗设备,与世界同步。权威专家,成就专业典 范。人性化服务,一切以患者为中心。 看男科就选台州五洲生殖医院,专业男科为男人。 original issue reported on code google com by poweragr gmail com on may at
1
165,557
6,278,131,268
IssuesEvent
2017-07-18 13:48:30
Nebo15/ehealth.api
https://api.github.com/repos/Nebo15/ehealth.api
closed
Change search pending declaration requests method
epic/declaration kind/task priority/high status/backlog
Method: Create declaration request Step: [Search pending declaration requests](https://edenlab.atlassian.net/wiki/display/EH/IL.Create+declaration+request#IL.Createdeclarationrequest-Searchpendingdeclarationrequests) AS IS: ``` WHERE IL_DB.declaration_requests.data.declaration_request.person.tax_id = :($.declaration_request.person.tax_id)   AND IL_DB.declaration_requests.data.declaration_request.employee_id = :($.declaration_request.employee_id)   AND IL_DB.declaration_requests.data.declaration_request.legal_entity_id = :($.declaration_request.legal_entity_id)   AND IL_DB.declaration_requests.status IN ('NEW', 'APPROVED') ``` TO BE: Check `$.declaration_request.person.tax_id` - [x] If exist: ``` WHERE IL_DB.declaration_requests.data.declaration_request.person.tax_id = :($.declaration_request.person.tax_id)   AND IL_DB.declaration_requests.data.declaration_request.legal_entity_id = :($.declaration_request.legal_entity_id)   AND IL_DB.declaration_requests.status IN ('NEW', 'APPROVED') ``` - [x] Else: move to next step
1.0
Change search pending declaration requests method - Method: Create declaration request Step: [Search pending declaration requests](https://edenlab.atlassian.net/wiki/display/EH/IL.Create+declaration+request#IL.Createdeclarationrequest-Searchpendingdeclarationrequests) AS IS: ``` WHERE IL_DB.declaration_requests.data.declaration_request.person.tax_id = :($.declaration_request.person.tax_id)   AND IL_DB.declaration_requests.data.declaration_request.employee_id = :($.declaration_request.employee_id)   AND IL_DB.declaration_requests.data.declaration_request.legal_entity_id = :($.declaration_request.legal_entity_id)   AND IL_DB.declaration_requests.status IN ('NEW', 'APPROVED') ``` TO BE: Check `$.declaration_request.person.tax_id` - [x] If exist: ``` WHERE IL_DB.declaration_requests.data.declaration_request.person.tax_id = :($.declaration_request.person.tax_id)   AND IL_DB.declaration_requests.data.declaration_request.legal_entity_id = :($.declaration_request.legal_entity_id)   AND IL_DB.declaration_requests.status IN ('NEW', 'APPROVED') ``` - [x] Else: move to next step
non_defect
change search pending declaration requests method method create declaration request step as is where il db declaration requests data declaration request person tax id declaration request person tax id    and il db declaration requests data declaration request employee id declaration request employee id    and il db declaration requests data declaration request legal entity id declaration request legal entity id    and il db declaration requests status in  new   approved to be check declaration request person tax id if exist where il db declaration requests data declaration request person tax id declaration request person tax id    and il db declaration requests data declaration request legal entity id declaration request legal entity id    and il db declaration requests status in  new   approved else move to next step
0
368,148
25,778,898,493
IssuesEvent
2022-12-09 14:19:36
ridgizzle/MainentanceMonitor_Gruppe_A
https://api.github.com/repos/ridgizzle/MainentanceMonitor_Gruppe_A
closed
Projektstruktur anlegen
documentation
Projektstruktur anlegen welches sich die Projektmitarbeiter pullen können.
1.0
Projektstruktur anlegen - Projektstruktur anlegen welches sich die Projektmitarbeiter pullen können.
non_defect
projektstruktur anlegen projektstruktur anlegen welches sich die projektmitarbeiter pullen können
0
32,473
6,801,503,893
IssuesEvent
2017-11-02 17:00:54
kusanagi/katana-sdk-php7
https://api.github.com/repos/kusanagi/katana-sdk-php7
closed
Capture error when file comes to a service without a token
1.2 defect:functionality status:confirmed status:resolved
Error appear when a file comes to the service with an http path but without a token. ``` [31-Oct-2017 12:44:49 UTC] PHP Fatal error: Uncaught Katana\Sdk\Exception\InvalidValueException: Missing token for File: body in .../vendor/kusanagi/katana-sdk-php7/src/Api/File.php:96 ```
1.0
Capture error when file comes to a service without a token - Error appear when a file comes to the service with an http path but without a token. ``` [31-Oct-2017 12:44:49 UTC] PHP Fatal error: Uncaught Katana\Sdk\Exception\InvalidValueException: Missing token for File: body in .../vendor/kusanagi/katana-sdk-php7/src/Api/File.php:96 ```
defect
capture error when file comes to a service without a token error appear when a file comes to the service with an http path but without a token php fatal error uncaught katana sdk exception invalidvalueexception missing token for file body in vendor kusanagi katana sdk src api file php
1
467,144
13,441,987,793
IssuesEvent
2020-09-08 05:47:16
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9 staging] Sea level rises too quickly
Category: Balance Priority: High Status: Fixed
With changes to pollution, it is too easy for the sea level to rise. We have seen it happen a few times in play-testing sooner than it should. Little time passed between when the first temperature increase happened and when the sea level rose. The sea level rising should be a risk if pollution is too bad, but it should not happen with these pollution levels. The threshold for when sea level rise happens needs to be adjusted and the general pollution generation needs to be investigated. This is a really important thing to fix as the sea level rising too much is a world ending event.
1.0
[0.9 staging] Sea level rises too quickly - With changes to pollution, it is too easy for the sea level to rise. We have seen it happen a few times in play-testing sooner than it should. Little time passed between when the first temperature increase happened and when the sea level rose. The sea level rising should be a risk if pollution is too bad, but it should not happen with these pollution levels. The threshold for when sea level rise happens needs to be adjusted and the general pollution generation needs to be investigated. This is a really important thing to fix as the sea level rising too much is a world ending event.
non_defect
sea level rises too quickly with changes to pollution it is too easy for the sea level to rise we have seen it happen a few times in play testing sooner than it should little time passed between when the first temperature increase happened and when the sea level rose the sea level rising should be a risk if pollution is too bad but it should not happen with these pollution levels the threshold for when sea level rise happens needs to be adjusted and the general pollution generation needs to be investigated this is a really important thing to fix as the sea level rising too much is a world ending event
0
272,699
8,516,292,301
IssuesEvent
2018-11-01 01:52:28
C3DSU/e-DefPR
https://api.github.com/repos/C3DSU/e-DefPR
closed
Criar rota para listar todas as roles sem limite de paginação
Category: Backend Priority: High Stage: Review Type: Improvement
Exemplo de rota -> /role/ deve retornar todas as roles do banco
1.0
Criar rota para listar todas as roles sem limite de paginação - Exemplo de rota -> /role/ deve retornar todas as roles do banco
non_defect
criar rota para listar todas as roles sem limite de paginação exemplo de rota role deve retornar todas as roles do banco
0
45,666
11,714,513,270
IssuesEvent
2020-03-09 12:30:31
bonitasoft-labs/bpmn-visu-js
https://api.github.com/repos/bonitasoft-labs/bpmn-visu-js
closed
[infra] 'npm run lint-check' missing plugin error on MacOS
bug infra:build
**Describe the bug** `lint-check` npm scripts fails because of missing pluing on MacOS Catalina (v10.15) **To Reproduce** See https://github.com/bonitasoft-labs/bpmn-visu-js/runs/479745740 from #19 Run `npm run lint-check` **Additional context** Error logs ``` Oops! Something went wrong! :( ESLint: 6.8.0. ESLint couldn't find the plugin "eslint-plugin-node". (The package "eslint-plugin-node" was not found when loaded as a Node module from the directory "/Users/runner/runners/2.165.2/work/bpmn-visu-js/bpmn-visu-js".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: npm install eslint-plugin-node@latest --save-dev The plugin "eslint-plugin-node" was referenced from the config file in "node_modules/prettier-linter-helpers/.eslintrc.js". If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team. ```
1.0
[infra] 'npm run lint-check' missing plugin error on MacOS - **Describe the bug** `lint-check` npm scripts fails because of missing pluing on MacOS Catalina (v10.15) **To Reproduce** See https://github.com/bonitasoft-labs/bpmn-visu-js/runs/479745740 from #19 Run `npm run lint-check` **Additional context** Error logs ``` Oops! Something went wrong! :( ESLint: 6.8.0. ESLint couldn't find the plugin "eslint-plugin-node". (The package "eslint-plugin-node" was not found when loaded as a Node module from the directory "/Users/runner/runners/2.165.2/work/bpmn-visu-js/bpmn-visu-js".) It's likely that the plugin isn't installed correctly. Try reinstalling by running the following: npm install eslint-plugin-node@latest --save-dev The plugin "eslint-plugin-node" was referenced from the config file in "node_modules/prettier-linter-helpers/.eslintrc.js". If you still can't figure out the problem, please stop by https://gitter.im/eslint/eslint to chat with the team. ```
non_defect
npm run lint check missing plugin error on macos describe the bug lint check npm scripts fails because of missing pluing on macos catalina to reproduce see from run npm run lint check additional context error logs oops something went wrong eslint eslint couldn t find the plugin eslint plugin node the package eslint plugin node was not found when loaded as a node module from the directory users runner runners work bpmn visu js bpmn visu js it s likely that the plugin isn t installed correctly try reinstalling by running the following npm install eslint plugin node latest save dev the plugin eslint plugin node was referenced from the config file in node modules prettier linter helpers eslintrc js if you still can t figure out the problem please stop by to chat with the team
0
341,176
30,571,228,549
IssuesEvent
2023-07-20 22:29:38
hoppscotch/hoppscotch
https://api.github.com/repos/hoppscotch/hoppscotch
opened
[bug]: table `public.User` does not exist in the current database
bug need testing
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I try logging using GitHub (after editing `.env` file properly), I see in the docker console this error: ``` hoppscotch-hoppscotch-db-1 | 2023-07-20 22:26:20.333 UTC [38] STATEMENT: INSERT INTO "public"."User" ("uid","displayName","email","photoURL","isAdmin","createdOn") VALUES ($1,$2,$3,$4,$5,$6) RETURNING "public"."User"."uid" hoppscotch-backend | [Nest] 19 - 07/20/2023, 10:26:20 PM ERROR [ExceptionsHandler] hoppscotch-backend | Invalid `this.prisma.user.create()` invocation in hoppscotch-backend | /usr/src/app/dist/user/user.service.js:104:52 hoppscotch-backend | hoppscotch-backend | 101 async createUserSSO(accessTokenSSO, refreshTokenSSO, profile) { hoppscotch-backend | 102 const userDisplayName = !profile.displayName ? null : profile.displayName; hoppscotch-backend | 103 const userPhotoURL = !profile.photos ? null : profile.photos[0].value; hoppscotch-backend | → 104 const createdUser = await this.prisma.user.create( hoppscotch-backend | The table `public.User` does not exist in the current database. hoppscotch-backend | Error: hoppscotch-backend | Invalid `this.prisma.user.create()` invocation in hoppscotch-backend | /usr/src/app/dist/user/user.service.js:104:52 hoppscotch-backend | hoppscotch-backend | 101 async createUserSSO(accessTokenSSO, refreshTokenSSO, profile) { hoppscotch-backend | 102 const userDisplayName = !profile.displayName ? null : profile.displayName; hoppscotch-backend | 103 const userPhotoURL = !profile.photos ? null : profile.photos[0].value; hoppscotch-backend | → 104 const createdUser = await this.prisma.user.create( hoppscotch-backend | The table `public.User` does not exist in the current database. hoppscotch-backend | at RequestHandler.handleRequestError (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:35024:13) hoppscotch-backend | at RequestHandler.handleAndLogRequestError (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:34996:12) hoppscotch-backend | at RequestHandler.request (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:34991:12) hoppscotch-backend | at async PrismaService._request (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:36082:16) hoppscotch-backend | at async UserService.createUserSSO (/usr/src/app/dist/user/user.service.js:104:29) hoppscotch-backend | at async GithubStrategy.validate (/usr/src/app/dist/auth/strategies/github.strategy.js:35:33) ``` ### Steps to reproduce 1. Go to Hoppscotch self-hosted instance (`192.168.1.23:3000` for instance) 2. Click on login, select GitHub 3. Proceed by connecting my GitHub account 4. Error in the console appears ### Environment Production ### Version Self-hosted
1.0
[bug]: table `public.User` does not exist in the current database - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current behavior When I try logging using GitHub (after editing `.env` file properly), I see in the docker console this error: ``` hoppscotch-hoppscotch-db-1 | 2023-07-20 22:26:20.333 UTC [38] STATEMENT: INSERT INTO "public"."User" ("uid","displayName","email","photoURL","isAdmin","createdOn") VALUES ($1,$2,$3,$4,$5,$6) RETURNING "public"."User"."uid" hoppscotch-backend | [Nest] 19 - 07/20/2023, 10:26:20 PM ERROR [ExceptionsHandler] hoppscotch-backend | Invalid `this.prisma.user.create()` invocation in hoppscotch-backend | /usr/src/app/dist/user/user.service.js:104:52 hoppscotch-backend | hoppscotch-backend | 101 async createUserSSO(accessTokenSSO, refreshTokenSSO, profile) { hoppscotch-backend | 102 const userDisplayName = !profile.displayName ? null : profile.displayName; hoppscotch-backend | 103 const userPhotoURL = !profile.photos ? null : profile.photos[0].value; hoppscotch-backend | → 104 const createdUser = await this.prisma.user.create( hoppscotch-backend | The table `public.User` does not exist in the current database. hoppscotch-backend | Error: hoppscotch-backend | Invalid `this.prisma.user.create()` invocation in hoppscotch-backend | /usr/src/app/dist/user/user.service.js:104:52 hoppscotch-backend | hoppscotch-backend | 101 async createUserSSO(accessTokenSSO, refreshTokenSSO, profile) { hoppscotch-backend | 102 const userDisplayName = !profile.displayName ? null : profile.displayName; hoppscotch-backend | 103 const userPhotoURL = !profile.photos ? null : profile.photos[0].value; hoppscotch-backend | → 104 const createdUser = await this.prisma.user.create( hoppscotch-backend | The table `public.User` does not exist in the current database. hoppscotch-backend | at RequestHandler.handleRequestError (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:35024:13) hoppscotch-backend | at RequestHandler.handleAndLogRequestError (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:34996:12) hoppscotch-backend | at RequestHandler.request (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:34991:12) hoppscotch-backend | at async PrismaService._request (/usr/src/app/node_modules/.pnpm/@prisma+client@4.8.1_prisma@4.8.1/node_modules/@prisma/client/runtime/index.js:36082:16) hoppscotch-backend | at async UserService.createUserSSO (/usr/src/app/dist/user/user.service.js:104:29) hoppscotch-backend | at async GithubStrategy.validate (/usr/src/app/dist/auth/strategies/github.strategy.js:35:33) ``` ### Steps to reproduce 1. Go to Hoppscotch self-hosted instance (`192.168.1.23:3000` for instance) 2. Click on login, select GitHub 3. Proceed by connecting my GitHub account 4. Error in the console appears ### Environment Production ### Version Self-hosted
non_defect
table public user does not exist in the current database is there an existing issue for this i have searched the existing issues current behavior when i try logging using github after editing env file properly i see in the docker console this error hoppscotch hoppscotch db utc statement insert into public user uid displayname email photourl isadmin createdon values returning public user uid hoppscotch backend pm error hoppscotch backend invalid this prisma user create invocation in hoppscotch backend usr src app dist user user service js hoppscotch backend hoppscotch backend async createusersso accesstokensso refreshtokensso profile hoppscotch backend const userdisplayname profile displayname null profile displayname hoppscotch backend const userphotourl profile photos null profile photos value hoppscotch backend → const createduser await this prisma user create hoppscotch backend the table public user does not exist in the current database hoppscotch backend error hoppscotch backend invalid this prisma user create invocation in hoppscotch backend usr src app dist user user service js hoppscotch backend hoppscotch backend async createusersso accesstokensso refreshtokensso profile hoppscotch backend const userdisplayname profile displayname null profile displayname hoppscotch backend const userphotourl profile photos null profile photos value hoppscotch backend → const createduser await this prisma user create hoppscotch backend the table public user does not exist in the current database hoppscotch backend at requesthandler handlerequesterror usr src app node modules pnpm prisma client prisma node modules prisma client runtime index js hoppscotch backend at requesthandler handleandlogrequesterror usr src app node modules pnpm prisma client prisma node modules prisma client runtime index js hoppscotch backend at requesthandler request usr src app node modules pnpm prisma client prisma node modules prisma client runtime index js hoppscotch backend at async prismaservice request usr src app node modules pnpm prisma client prisma node modules prisma client runtime index js hoppscotch backend at async userservice createusersso usr src app dist user user service js hoppscotch backend at async githubstrategy validate usr src app dist auth strategies github strategy js steps to reproduce go to hoppscotch self hosted instance for instance click on login select github proceed by connecting my github account error in the console appears environment production version self hosted
0
31,287
6,490,697,995
IssuesEvent
2017-08-21 08:05:26
contao/core-bundle
https://api.github.com/repos/contao/core-bundle
closed
The front end preview does not work properly
defect
As of version 4.4.3 the Contao front end preview always redirects to the start page (index page) no matter what article or page is being viewed. To reproduce in the Contao online demo: - Edit an article (e.g. "_Media elements_") - Open the front end preview - The preview shows the start page instead of the "_Media elements_" page
1.0
The front end preview does not work properly - As of version 4.4.3 the Contao front end preview always redirects to the start page (index page) no matter what article or page is being viewed. To reproduce in the Contao online demo: - Edit an article (e.g. "_Media elements_") - Open the front end preview - The preview shows the start page instead of the "_Media elements_" page
defect
the front end preview does not work properly as of version the contao front end preview always redirects to the start page index page no matter what article or page is being viewed to reproduce in the contao online demo edit an article e g media elements open the front end preview the preview shows the start page instead of the media elements page
1
76,110
26,246,237,715
IssuesEvent
2023-01-05 15:28:10
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
The last voice message sent appears in the input box each time we return to the room.
T-Defect A-Voice-Messages
### Steps to reproduce In a room, send a voice message. Leave and return to the room. ### Outcome #### What did you expect? An empty text input box #### What happened instead? The previous voice message in displayed in the input box ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
The last voice message sent appears in the input box each time we return to the room. - ### Steps to reproduce In a room, send a voice message. Leave and return to the room. ### Outcome #### What did you expect? An empty text input box #### What happened instead? The previous voice message in displayed in the input box ### Your phone model _No response_ ### Operating system version _No response_ ### Application version _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
the last voice message sent appears in the input box each time we return to the room steps to reproduce in a room send a voice message leave and return to the room outcome what did you expect an empty text input box what happened instead the previous voice message in displayed in the input box your phone model no response operating system version no response application version no response homeserver no response will you send logs no
1
62,656
17,109,555,930
IssuesEvent
2021-07-10 02:39:18
avereon/carta
https://api.github.com/repos/avereon/carta
closed
Delete not working...again
bug / defect
Select some geometry, press the Delete key, the geometry is not deleted.
1.0
Delete not working...again - Select some geometry, press the Delete key, the geometry is not deleted.
defect
delete not working again select some geometry press the delete key the geometry is not deleted
1
30,292
6,086,242,522
IssuesEvent
2017-06-17 22:33:05
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
mailto.php allow "save" message without destination user
Component_Emails Priority_Medium Type_Defect
There is improper input param handling and for example if user_id param is not set message is saved in DB but destination user id = 0! (without any user notice!) Such messages are never sent and stays in DB forever and server tries to send it at every user emails sending session... what generates log messages: _sendmail: fatal: www-data(33): No recipient addresses found in message header_
1.0
mailto.php allow "save" message without destination user - There is improper input param handling and for example if user_id param is not set message is saved in DB but destination user id = 0! (without any user notice!) Such messages are never sent and stays in DB forever and server tries to send it at every user emails sending session... what generates log messages: _sendmail: fatal: www-data(33): No recipient addresses found in message header_
defect
mailto php allow save message without destination user there is improper input param handling and for example if user id param is not set message is saved in db but destination user id without any user notice such messages are never sent and stays in db forever and server tries to send it at every user emails sending session what generates log messages sendmail fatal www data no recipient addresses found in message header
1
5,890
2,610,217,391
IssuesEvent
2015-02-26 19:09:13
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
гдз по биологии 9 класс теремов
auto-migrated Priority-Medium Type-Defect
``` '''Гораций Петухов''' День добрый никак не могу найти .гдз по биологии 9 класс теремов. где то видел уже '''Аскольд Гусев''' Вот хороший сайт где можно скачать http://bit.ly/1gnNmED '''Георгий Уваров''' Спасибо вроде то но просит телефон вводить '''Бенедикт Павлов''' Неа все ок у меня ничего не списало '''Алан Смирнов''' Не это не влияет на баланс Информация о файле: гдз по биологии 9 класс теремов Загружен: В этом месяце Скачан раз: 1203 Рейтинг: 577 Средняя скорость скачивания: 1048 Похожих файлов: 17 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 11:24
1.0
гдз по биологии 9 класс теремов - ``` '''Гораций Петухов''' День добрый никак не могу найти .гдз по биологии 9 класс теремов. где то видел уже '''Аскольд Гусев''' Вот хороший сайт где можно скачать http://bit.ly/1gnNmED '''Георгий Уваров''' Спасибо вроде то но просит телефон вводить '''Бенедикт Павлов''' Неа все ок у меня ничего не списало '''Алан Смирнов''' Не это не влияет на баланс Информация о файле: гдз по биологии 9 класс теремов Загружен: В этом месяце Скачан раз: 1203 Рейтинг: 577 Средняя скорость скачивания: 1048 Похожих файлов: 17 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 16 Dec 2013 at 11:24
defect
гдз по биологии класс теремов гораций петухов день добрый никак не могу найти гдз по биологии класс теремов где то видел уже аскольд гусев вот хороший сайт где можно скачать георгий уваров спасибо вроде то но просит телефон вводить бенедикт павлов неа все ок у меня ничего не списало алан смирнов не это не влияет на баланс информация о файле гдз по биологии класс теремов загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
47,096
5,848,185,542
IssuesEvent
2017-05-10 20:18:03
omeka-s-modules/Omeka2Importer
https://api.github.com/repos/omeka-s-modules/Omeka2Importer
opened
Test integration with Mapping
testing
This tests whether geolocation data gets pulled in when the Mapping module is installed. It will just silently happen -- no configuration or explicit mapping to do. Using an Omeka Classic site that has items with geolocation data, do an import. The locations should be pulled in along with the item data. Additional questions: what happens on a re-import? what happens when S Items have multiple locations, and you do a re-import? Use Omeka2Importer branch `module-integration`, and Mapping branch `omeka-importer-integration`.
1.0
Test integration with Mapping - This tests whether geolocation data gets pulled in when the Mapping module is installed. It will just silently happen -- no configuration or explicit mapping to do. Using an Omeka Classic site that has items with geolocation data, do an import. The locations should be pulled in along with the item data. Additional questions: what happens on a re-import? what happens when S Items have multiple locations, and you do a re-import? Use Omeka2Importer branch `module-integration`, and Mapping branch `omeka-importer-integration`.
non_defect
test integration with mapping this tests whether geolocation data gets pulled in when the mapping module is installed it will just silently happen no configuration or explicit mapping to do using an omeka classic site that has items with geolocation data do an import the locations should be pulled in along with the item data additional questions what happens on a re import what happens when s items have multiple locations and you do a re import use branch module integration and mapping branch omeka importer integration
0
70,732
23,294,505,449
IssuesEvent
2022-08-06 10:48:31
scoutplan/scoutplan
https://api.github.com/repos/scoutplan/scoutplan
closed
[Scoutplan Production/production] Psych::DisallowedClass: Tried to load unspecified class: DateTime
defect
## Backtrace line 11 of [PROJECT_ROOT]/app/views/messages/_form.slim: block in _app_views_messages__form_slim___509091017938449447_2294240 line 1 of [PROJECT_ROOT]/app/views/messages/_form.slim: _app_views_messages__form_slim___509091017938449447_2294240 line 7 of [PROJECT_ROOT]/app/views/messages/edit.html.slim: block in _app_views_messages_edit_html_slim__3997516246269644459_2294220 [View full backtrace and more info at honeybadger.io](https://app.honeybadger.io/projects/97676/faults/86920676)
1.0
[Scoutplan Production/production] Psych::DisallowedClass: Tried to load unspecified class: DateTime - ## Backtrace line 11 of [PROJECT_ROOT]/app/views/messages/_form.slim: block in _app_views_messages__form_slim___509091017938449447_2294240 line 1 of [PROJECT_ROOT]/app/views/messages/_form.slim: _app_views_messages__form_slim___509091017938449447_2294240 line 7 of [PROJECT_ROOT]/app/views/messages/edit.html.slim: block in _app_views_messages_edit_html_slim__3997516246269644459_2294220 [View full backtrace and more info at honeybadger.io](https://app.honeybadger.io/projects/97676/faults/86920676)
defect
psych disallowedclass tried to load unspecified class datetime backtrace line of app views messages form slim block in app views messages form slim line of app views messages form slim app views messages form slim line of app views messages edit html slim block in app views messages edit html slim
1
16,846
2,615,125,051
IssuesEvent
2015-03-01 05:53:05
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
Blogger sample
auto-migrated Priority-Medium Type-Sample
``` Which Google API and version (e.g. Google Calendar Data API version 2)? Blogger API any latest stable version What format (e.g. JSON, Atom)? Atom What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?OAuth 2 Java environment (e.g. Java 6, Android 2.3, App Engine)?Java 6 External references, such as API reference guide? Please provide any additional information below. Please provide a sample to post a new blog and comment other than the owner of the blog. ``` Original issue reported on code.google.com by `test20te...@gmail.com` on 17 Mar 2012 at 4:45
1.0
Blogger sample - ``` Which Google API and version (e.g. Google Calendar Data API version 2)? Blogger API any latest stable version What format (e.g. JSON, Atom)? Atom What Authentation (e.g. OAuth, OAuth 2, ClientLogin)?OAuth 2 Java environment (e.g. Java 6, Android 2.3, App Engine)?Java 6 External references, such as API reference guide? Please provide any additional information below. Please provide a sample to post a new blog and comment other than the owner of the blog. ``` Original issue reported on code.google.com by `test20te...@gmail.com` on 17 Mar 2012 at 4:45
non_defect
blogger sample which google api and version e g google calendar data api version blogger api any latest stable version what format e g json atom atom what authentation e g oauth oauth clientlogin oauth java environment e g java android app engine java external references such as api reference guide please provide any additional information below please provide a sample to post a new blog and comment other than the owner of the blog original issue reported on code google com by gmail com on mar at
0
177,103
14,615,942,312
IssuesEvent
2020-12-22 12:25:43
thegeeklab/hugo-geekdoc
https://api.github.com/repos/thegeeklab/hugo-geekdoc
closed
data/menu/main.yaml
documentation question
Your exampleSite uses menu-filetree's partial. Is there an example of using "menu-bundle" with a `data/menu/main.yaml` somewhere ? I have tried to use same syntax than `data/menu/more.yaml` returns a `[en] REF_NOT_FOUND: Ref "/docs/Exercice2.1.md" from page "k9s.md": page not found` Thank you !
1.0
data/menu/main.yaml - Your exampleSite uses menu-filetree's partial. Is there an example of using "menu-bundle" with a `data/menu/main.yaml` somewhere ? I have tried to use same syntax than `data/menu/more.yaml` returns a `[en] REF_NOT_FOUND: Ref "/docs/Exercice2.1.md" from page "k9s.md": page not found` Thank you !
non_defect
data menu main yaml your examplesite uses menu filetree s partial is there an example of using menu bundle with a data menu main yaml somewhere i have tried to use same syntax than data menu more yaml returns a ref not found ref docs md from page md page not found thank you
0
378,196
26,286,881,407
IssuesEvent
2023-01-07 23:28:39
MueThoS76/Rheinturm
https://api.github.com/repos/MueThoS76/Rheinturm
closed
ledstrip.ino
documentation
https://github.com/MueThoS76/Rheinturm/blob/master/ledstrip.ino#L3 Hier würde ich definitiv mit Variablen arbeiten: ```cpp for (int i = LED_SEKUNDEN_EINER_MIN; i <= LED_SEKUNDEN_EINER_MAX; i++) { if (i - LED_SEKUNDEN_EINER_MIN < sekunden.einer) { ``` Das klappt dann bei allen anderen LEDs auch so. ------------------------------ https://github.com/MueThoS76/Rheinturm/blob/master/ledstrip.ino#L5 Hier solltest du zentral die Farben speichern: ```cpp // Im Hauptprogramm, ACHTUNG: ich weiß nicht ob `int` hier richtig ist. int LED_ON = PIXELS_CLOCK.Color(100,80,0); int LED_OFF = PIXELS_CLOCK.Color(0,0,0); // In ledstrip.ino if (i - LED_SEKUNDEN_EINER_MIN < sekunden.einer) { PIXELS_CLOCK.setPixelColor(i, LED_ON); } else { PIXELS_CLOCK.setPixelColor(i, LED_OFF); } ```
1.0
ledstrip.ino - https://github.com/MueThoS76/Rheinturm/blob/master/ledstrip.ino#L3 Hier würde ich definitiv mit Variablen arbeiten: ```cpp for (int i = LED_SEKUNDEN_EINER_MIN; i <= LED_SEKUNDEN_EINER_MAX; i++) { if (i - LED_SEKUNDEN_EINER_MIN < sekunden.einer) { ``` Das klappt dann bei allen anderen LEDs auch so. ------------------------------ https://github.com/MueThoS76/Rheinturm/blob/master/ledstrip.ino#L5 Hier solltest du zentral die Farben speichern: ```cpp // Im Hauptprogramm, ACHTUNG: ich weiß nicht ob `int` hier richtig ist. int LED_ON = PIXELS_CLOCK.Color(100,80,0); int LED_OFF = PIXELS_CLOCK.Color(0,0,0); // In ledstrip.ino if (i - LED_SEKUNDEN_EINER_MIN < sekunden.einer) { PIXELS_CLOCK.setPixelColor(i, LED_ON); } else { PIXELS_CLOCK.setPixelColor(i, LED_OFF); } ```
non_defect
ledstrip ino hier würde ich definitiv mit variablen arbeiten cpp for int i led sekunden einer min i led sekunden einer max i if i led sekunden einer min sekunden einer das klappt dann bei allen anderen leds auch so hier solltest du zentral die farben speichern cpp im hauptprogramm achtung ich weiß nicht ob int hier richtig ist int led on pixels clock color int led off pixels clock color in ledstrip ino if i led sekunden einer min sekunden einer pixels clock setpixelcolor i led on else pixels clock setpixelcolor i led off
0
211,882
7,208,905,881
IssuesEvent
2018-02-07 06:06:51
ballerina-lang/ballerina
https://api.github.com/repos/ballerina-lang/ballerina
opened
Duplicated BTypes in Language server suggestions
Priority/High Severity/Major Type/Bug component/language-server
**Description:** Duplicated BTypes are being suggested in block statement level **Steps to reproduce:** ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/1329674/35901102-1e216dbc-0bfb-11e8-8421-5c0bdf1a18f1.gif)
1.0
Duplicated BTypes in Language server suggestions - **Description:** Duplicated BTypes are being suggested in block statement level **Steps to reproduce:** ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/1329674/35901102-1e216dbc-0bfb-11e8-8421-5c0bdf1a18f1.gif)
non_defect
duplicated btypes in language server suggestions description duplicated btypes are being suggested in block statement level steps to reproduce
0
285,784
31,155,582,884
IssuesEvent
2023-08-16 12:56:41
nidhi7598/linux-4.1.15_CVE-2018-5873
https://api.github.com/repos/nidhi7598/linux-4.1.15_CVE-2018-5873
opened
CVE-2017-9059 (Medium) detected in linuxlinux-4.1.52
Mend: dependency security vulnerability
## CVE-2017-9059 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.52</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></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> The NFSv4 implementation in the Linux kernel through 4.11.1 allows local users to cause a denial of service (resource consumption) by leveraging improper channel callback shutdown when unmounting an NFSv4 filesystem, aka a "module reference and kernel daemon" leak. <p>Publish Date: 2017-05-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-9059>CVE-2017-9059</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: Low - User Interaction: None - 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> <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://www.linuxkernelcves.com/cves/CVE-2017-9059">https://www.linuxkernelcves.com/cves/CVE-2017-9059</a></p> <p>Release Date: 2017-05-18</p> <p>Fix Resolution: v4.12-rc1,v4.9.52</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-9059 (Medium) detected in linuxlinux-4.1.52 - ## CVE-2017-9059 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.52</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux>https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/?wsslib=linux</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> </p> </details> <p></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> The NFSv4 implementation in the Linux kernel through 4.11.1 allows local users to cause a denial of service (resource consumption) by leveraging improper channel callback shutdown when unmounting an NFSv4 filesystem, aka a "module reference and kernel daemon" leak. <p>Publish Date: 2017-05-18 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2017-9059>CVE-2017-9059</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: Low - User Interaction: None - 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> <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://www.linuxkernelcves.com/cves/CVE-2017-9059">https://www.linuxkernelcves.com/cves/CVE-2017-9059</a></p> <p>Release Date: 2017-05-18</p> <p>Fix Resolution: v4.12-rc1,v4.9.52</p> </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 linuxlinux cve medium severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in base branch master vulnerable source files vulnerability details the implementation in the linux kernel through allows local users to cause a denial of service resource consumption by leveraging improper channel callback shutdown when unmounting an filesystem aka a module reference and kernel daemon leak publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend
0
42,627
11,184,738,631
IssuesEvent
2019-12-31 19:55:16
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[KEYBOARD]: Community Care Service Type does not warn users when field is reset because search did not match a term
508-defect-1 508/Accessibility design facility locator frontend vsa-facilities
## Issue The Community Care service type typeahead requires users to select a type like "primary care" or "cardiology" from the dropdown menu. If users enter a search term like "test" and tab away from the field, it is reset to the empty default. We do not throw an error or warning to users, and this was noted as an SC 3.3.1 violation. Animated GIF attached below. This may require some design input, because we're asking for an error message in conjunction with a longer label (see related issue). CC'ing @emilywaggoner for awareness. ## Related Issue https://app.zenhub.com/workspaces/vsp-5cedc9cce6e3335dc5a49fc4/issues/department-of-veterans-affairs/va.gov-team/488 ## Audit Finding * Note 6, Defect 1 of 1 ## Acceptance criteria [ ] Service Type field shows a clearly marked error message when the field resets to default or user has entered data incorrectly. [ ] Error is read aloud when the Service Type field is reset to default or an assistive device user has entered data incorrectly. [ ] Run automated scans periodically during development [ ] Run the axe-core plugin while developing new components. Many automated errors can be avoided or fixed during the development cycle. [ ] Internal peer review [ ] After peer review, share with the FL team for Product/Design sign off and/or FE Review Team [ ] Documentation and points of contact for any new backend dependencies [ ] Links to important dashboards for investigating relevant issues ## Definition of done [ ] Events are logged appropriately [ ] Documentation has been updated, if applicable [ ] A link has been provided to the originating GitHub issue (or connected to it via ZenHub) [ ] No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs ## Environment * MacOS Mojave * Chrome latest * https://staging.va.gov/find-locations/ ## WCAG or Vendor Guidance (optional) * [Error Identification: Understanding SC 3.3.1](https://www.w3.org/TR/UNDERSTANDING-WCAG20/minimize-error-identified.html) ## Screenshots or Trace Logs ![no-warning-on-empty.gif](https://images.zenhubusercontent.com/5ac217b74b5806bc2bcd3fc8/537bfc81-0f5b-4b42-930e-c7626a88e837)
1.0
[KEYBOARD]: Community Care Service Type does not warn users when field is reset because search did not match a term - ## Issue The Community Care service type typeahead requires users to select a type like "primary care" or "cardiology" from the dropdown menu. If users enter a search term like "test" and tab away from the field, it is reset to the empty default. We do not throw an error or warning to users, and this was noted as an SC 3.3.1 violation. Animated GIF attached below. This may require some design input, because we're asking for an error message in conjunction with a longer label (see related issue). CC'ing @emilywaggoner for awareness. ## Related Issue https://app.zenhub.com/workspaces/vsp-5cedc9cce6e3335dc5a49fc4/issues/department-of-veterans-affairs/va.gov-team/488 ## Audit Finding * Note 6, Defect 1 of 1 ## Acceptance criteria [ ] Service Type field shows a clearly marked error message when the field resets to default or user has entered data incorrectly. [ ] Error is read aloud when the Service Type field is reset to default or an assistive device user has entered data incorrectly. [ ] Run automated scans periodically during development [ ] Run the axe-core plugin while developing new components. Many automated errors can be avoided or fixed during the development cycle. [ ] Internal peer review [ ] After peer review, share with the FL team for Product/Design sign off and/or FE Review Team [ ] Documentation and points of contact for any new backend dependencies [ ] Links to important dashboards for investigating relevant issues ## Definition of done [ ] Events are logged appropriately [ ] Documentation has been updated, if applicable [ ] A link has been provided to the originating GitHub issue (or connected to it via ZenHub) [ ] No sensitive information (i.e. PII/credentials/internal URLs/etc.) is captured in logging, hardcoded, or specs ## Environment * MacOS Mojave * Chrome latest * https://staging.va.gov/find-locations/ ## WCAG or Vendor Guidance (optional) * [Error Identification: Understanding SC 3.3.1](https://www.w3.org/TR/UNDERSTANDING-WCAG20/minimize-error-identified.html) ## Screenshots or Trace Logs ![no-warning-on-empty.gif](https://images.zenhubusercontent.com/5ac217b74b5806bc2bcd3fc8/537bfc81-0f5b-4b42-930e-c7626a88e837)
defect
community care service type does not warn users when field is reset because search did not match a term issue the community care service type typeahead requires users to select a type like primary care or cardiology from the dropdown menu if users enter a search term like test and tab away from the field it is reset to the empty default we do not throw an error or warning to users and this was noted as an sc violation animated gif attached below this may require some design input because we re asking for an error message in conjunction with a longer label see related issue cc ing emilywaggoner for awareness related issue audit finding note defect of acceptance criteria service type field shows a clearly marked error message when the field resets to default or user has entered data incorrectly error is read aloud when the service type field is reset to default or an assistive device user has entered data incorrectly run automated scans periodically during development run the axe core plugin while developing new components many automated errors can be avoided or fixed during the development cycle internal peer review after peer review share with the fl team for product design sign off and or fe review team documentation and points of contact for any new backend dependencies links to important dashboards for investigating relevant issues definition of done events are logged appropriately documentation has been updated if applicable a link has been provided to the originating github issue or connected to it via zenhub no sensitive information i e pii credentials internal urls etc is captured in logging hardcoded or specs environment macos mojave chrome latest wcag or vendor guidance optional screenshots or trace logs
1
112,833
17,104,050,727
IssuesEvent
2021-07-09 15:05:28
brogers588/Java_Demo
https://api.github.com/repos/brogers588/Java_Demo
opened
CVE-2020-9488 (Low) detected in log4j-1.2.13.jar
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.13.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: Java_Demo/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/log4j/log4j/1.2.13/log4j-1.2.13.jar</p> <p> Dependency Hierarchy: - slf4j-log4j12-1.5.0.jar (Root Library) - :x: **log4j-1.2.13.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/brogers588/Java_Demo/commit/057e2c009e307c82b86a18912147951b456bf408">057e2c009e307c82b86a18912147951b456bf408</a></p> <p>Found in base branch: <b>master</b></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> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.13","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.slf4j:slf4j-log4j12:1.5.0;log4j:log4j:1.2.13","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.13.2"}],"baseBranches":["master"],"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.13.jar - ## 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.13.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: Java_Demo/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/log4j/log4j/1.2.13/log4j-1.2.13.jar</p> <p> Dependency Hierarchy: - slf4j-log4j12-1.5.0.jar (Root Library) - :x: **log4j-1.2.13.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/brogers588/Java_Demo/commit/057e2c009e307c82b86a18912147951b456bf408">057e2c009e307c82b86a18912147951b456bf408</a></p> <p>Found in base branch: <b>master</b></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> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"log4j","packageName":"log4j","packageVersion":"1.2.13","packageFilePaths":["/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"org.slf4j:slf4j-log4j12:1.5.0;log4j:log4j:1.2.13","isMinimumFixVersionAvailable":true,"minimumFixVersion":"org.apache.logging.log4j:log4j-core:2.13.2"}],"baseBranches":["master"],"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 cve low severity vulnerability vulnerable library jar library home page a href path to dependency file java demo pom xml path to vulnerable library home wss scanner repository jar dependency hierarchy jar root library x jar vulnerable library found in head commit a href found in base branch master 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 isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree org isminimumfixversionavailable true minimumfixversion org apache logging core basebranches 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
167,525
14,113,937,386
IssuesEvent
2020-11-07 13:44:51
MaximeChallon/InventaireParisHistorique
https://api.github.com/repos/MaximeChallon/InventaireParisHistorique
closed
Documentation > FAQ > Export
documentation
Il manque dans la seconde partie la doc de l'export (le titre est déjà créé)
1.0
Documentation > FAQ > Export - Il manque dans la seconde partie la doc de l'export (le titre est déjà créé)
non_defect
documentation faq export il manque dans la seconde partie la doc de l export le titre est déjà créé
0
30,152
2,722,937,217
IssuesEvent
2015-04-14 08:59:00
BlackCodec/tint2
https://api.github.com/repos/BlackCodec/tint2
closed
Google Code is shutting down
auto-migrated Priority-High Type-Task
``` As you may be aware, Google Coe will be shutting down in January 2016 http://google-opensource.blogspot.fr/2015/03/farewell-to-google-code.html I was wondering if there's a plan in place to move the project to another code hosting service? Moving to Github would be easy thanks to the "Export to Github" button provided in the toolbar. You may want to join forces with semi-active forks on Github. For example https://github.com/chazmcgarvey/tint2 has some commits that aren't in this repo yet. ``` Original issue reported on code.google.com by `nodiscc` on 13 Mar 2015 at 8:50
1.0
Google Code is shutting down - ``` As you may be aware, Google Coe will be shutting down in January 2016 http://google-opensource.blogspot.fr/2015/03/farewell-to-google-code.html I was wondering if there's a plan in place to move the project to another code hosting service? Moving to Github would be easy thanks to the "Export to Github" button provided in the toolbar. You may want to join forces with semi-active forks on Github. For example https://github.com/chazmcgarvey/tint2 has some commits that aren't in this repo yet. ``` Original issue reported on code.google.com by `nodiscc` on 13 Mar 2015 at 8:50
non_defect
google code is shutting down as you may be aware google coe will be shutting down in january i was wondering if there s a plan in place to move the project to another code hosting service moving to github would be easy thanks to the export to github button provided in the toolbar you may want to join forces with semi active forks on github for example has some commits that aren t in this repo yet original issue reported on code google com by nodiscc on mar at
0
79,361
28,127,199,890
IssuesEvent
2023-03-31 18:51:09
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: After making docker up and executing the parallel execution for the first and second time the testcase get failed due to this execption " java.net.ConnectException: Connection refused "
I-defect I-issue-template
### What happened? so i am running the testcase in parallel mode with testng.xml file so i am using docker for parallel execution on selenium grid. so when i run the testcase for the first and second time on docker it get failed due to some like . 1 - ``` org.openqa.selenium.UnsupportedCommandException: Unable to find handler for (GET) /session/1ddcd6877e81a5d8d14b64cf62521d43/screenshot Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.5' Driver info: `org.openqa.selenium.remote.RemoteWebDriver`` ``` 2- ``` `org.openqa.selenium.WebDriverException: java.net.ConnectException: Connection refused Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '14.0.2' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [6f207eaa238eaa3991a85fdc8536d469, screenshot {}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 110.0.5481.177, chrome: {chromedriverVersion: 110.0.5481.77 (65ed616c6e8e..., userDataDir: /tmp/.com.google.Chrome.zy2D3p}, goog:chromeOptions: {debuggerAddress: localhost:39787}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.20.0.3:4444/sessio..., se:cdpVersion: 110.0.5481.177, se:vnc: ws://172.20.0.3:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.20.0.3:7900/, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: 6f207eaa238eaa3991a85fdc8536d469 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:598) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602) at org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:318)` ``` and with the help of this i am launching the driver and executing on selenium grid - docker ``` options.addArguments("--disable-gpu"); options.addArguments("--disable-dev-shm-usage"); URL url= new URL("http://localhost:4444/wd/hub"); driver = new RemoteWebDriver(url,options); driver.manage().window().maximize(); ``` ### How can we reproduce the issue? ```shell make a project of cucumber with testng 2 feature file and 2 runner file needed and need to execute with testng.xml and setup the docker with 2 chrome container. and run the project as testng suite. ``` ### Relevant log output ```shell 1- org.openqa.selenium.UnsupportedCommandException: Unable to find handler for (GET) /session/4d114cdbc511ab2b48b464c5a51712e9/screenshot Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.5' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [4d114cdbc511ab2b48b464c5a51712e9, screenshot {}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 110.0.5481.177, chrome: {chromedriverVersion: 110.0.5481.77 (65ed616c6e8e..., userDataDir: /tmp/.com.google.Chrome.NRQySz}, goog:chromeOptions: {debuggerAddress: localhost:36467}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.20.0.4:4444/sessio..., se:cdpVersion: 110.0.5481.177, se:vnc: ws://172.20.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.20.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:598) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602) at org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:318) 2- org.openqa.selenium.WebDriverException: java.net.ConnectException: Connection refused Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '14.0.2' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [6f207eaa238eaa3991a85fdc8536d469, screenshot {}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 110.0.5481.177, chrome: {chromedriverVersion: 110.0.5481.77 (65ed616c6e8e..., userDataDir: /tmp/.com.google.Chrome.zy2D3p}, goog:chromeOptions: {debuggerAddress: localhost:39787}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.20.0.3:4444/sessio..., se:cdpVersion: 110.0.5481.177, se:vnc: ws://172.20.0.3:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.20.0.3:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: 6f207eaa238eaa3991a85fdc8536d469 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:598) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602) at org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:318) ``` ### Operating System Windows 10 ### Selenium version java version "14.0.2 and 4.8.0 ### What are the browser(s) and version(s) where you see this issue? chrome - Version 111.0.5563.65 ### What are the browser driver(s) and version(s) where you see this issue? using selenium driver manager - RemoteWebDriver ### Are you using Selenium Grid? 4.8.1 (revision 8ebccac989)
1.0
[🐛 Bug]: After making docker up and executing the parallel execution for the first and second time the testcase get failed due to this execption " java.net.ConnectException: Connection refused " - ### What happened? so i am running the testcase in parallel mode with testng.xml file so i am using docker for parallel execution on selenium grid. so when i run the testcase for the first and second time on docker it get failed due to some like . 1 - ``` org.openqa.selenium.UnsupportedCommandException: Unable to find handler for (GET) /session/1ddcd6877e81a5d8d14b64cf62521d43/screenshot Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.5' Driver info: `org.openqa.selenium.remote.RemoteWebDriver`` ``` 2- ``` `org.openqa.selenium.WebDriverException: java.net.ConnectException: Connection refused Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '14.0.2' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [6f207eaa238eaa3991a85fdc8536d469, screenshot {}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 110.0.5481.177, chrome: {chromedriverVersion: 110.0.5481.77 (65ed616c6e8e..., userDataDir: /tmp/.com.google.Chrome.zy2D3p}, goog:chromeOptions: {debuggerAddress: localhost:39787}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.20.0.3:4444/sessio..., se:cdpVersion: 110.0.5481.177, se:vnc: ws://172.20.0.3:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.20.0.3:7900/, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: 6f207eaa238eaa3991a85fdc8536d469 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:598) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602) at org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:318)` ``` and with the help of this i am launching the driver and executing on selenium grid - docker ``` options.addArguments("--disable-gpu"); options.addArguments("--disable-dev-shm-usage"); URL url= new URL("http://localhost:4444/wd/hub"); driver = new RemoteWebDriver(url,options); driver.manage().window().maximize(); ``` ### How can we reproduce the issue? ```shell make a project of cucumber with testng 2 feature file and 2 runner file needed and need to execute with testng.xml and setup the docker with 2 chrome container. and run the project as testng suite. ``` ### Relevant log output ```shell 1- org.openqa.selenium.UnsupportedCommandException: Unable to find handler for (GET) /session/4d114cdbc511ab2b48b464c5a51712e9/screenshot Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '17.0.5' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [4d114cdbc511ab2b48b464c5a51712e9, screenshot {}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 110.0.5481.177, chrome: {chromedriverVersion: 110.0.5481.77 (65ed616c6e8e..., userDataDir: /tmp/.com.google.Chrome.NRQySz}, goog:chromeOptions: {debuggerAddress: localhost:36467}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.20.0.4:4444/sessio..., se:cdpVersion: 110.0.5481.177, se:vnc: ws://172.20.0.4:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.20.0.4:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:598) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602) at org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:318) 2- org.openqa.selenium.WebDriverException: java.net.ConnectException: Connection refused Build info: version: '4.8.0', revision: '267030adea' System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '14.0.2' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [6f207eaa238eaa3991a85fdc8536d469, screenshot {}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 110.0.5481.177, chrome: {chromedriverVersion: 110.0.5481.77 (65ed616c6e8e..., userDataDir: /tmp/.com.google.Chrome.zy2D3p}, goog:chromeOptions: {debuggerAddress: localhost:39787}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: LINUX, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.20.0.3:4444/sessio..., se:cdpVersion: 110.0.5481.177, se:vnc: ws://172.20.0.3:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.20.0.3:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:virtualAuthenticators: true} Session ID: 6f207eaa238eaa3991a85fdc8536d469 at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:200) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:133) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:53) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:184) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:543) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:598) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:602) at org.openqa.selenium.remote.RemoteWebDriver.getScreenshotAs(RemoteWebDriver.java:318) ``` ### Operating System Windows 10 ### Selenium version java version "14.0.2 and 4.8.0 ### What are the browser(s) and version(s) where you see this issue? chrome - Version 111.0.5563.65 ### What are the browser driver(s) and version(s) where you see this issue? using selenium driver manager - RemoteWebDriver ### Are you using Selenium Grid? 4.8.1 (revision 8ebccac989)
defect
after making docker up and executing the parallel execution for the first and second time the testcase get failed due to this execption java net connectexception connection refused what happened so i am running the testcase in parallel mode with testng xml file so i am using docker for parallel execution on selenium grid so when i run the testcase for the first and second time on docker it get failed due to some like org openqa selenium unsupportedcommandexception unable to find handler for get session screenshot build info version revision system info os name windows os arch os version java version driver info org openqa selenium remote remotewebdriver org openqa selenium webdriverexception java net connectexception connection refused build info version revision system info os name windows os arch os version java version driver info org openqa selenium remote remotewebdriver command capabilities acceptinsecurecerts false browsername chrome browserversion chrome chromedriverversion userdatadir tmp com google chrome goog chromeoptions debuggeraddress localhost networkconnectionenabled false pageloadstrategy normal platformname linux proxy proxy se bidienabled false se cdp ws sessio se cdpversion se vnc ws sessio se vncenabled true se vnclocaladdress ws setwindowrect true strictfileinteractability false timeouts implicit pageload script unhandledpromptbehavior dismiss and notify webauthn extension credblob true webauthn extension largeblob true webauthn virtualauthenticators true session id at java base jdk internal reflect nativeconstructoraccessorimpl native method at java base jdk internal reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at java base jdk internal reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java base java lang reflect constructor newinstancewithcaller constructor java at java base java lang reflect constructor newinstance constructor java at org openqa selenium remote codec createexception java at org openqa selenium remote codec decode java at org openqa selenium remote codec decode java at org openqa selenium remote httpcommandexecutor execute httpcommandexecutor java at org openqa selenium remote tracedcommandexecutor execute tracedcommandexecutor java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver getscreenshotas remotewebdriver java and with the help of this i am launching the driver and executing on selenium grid docker options addarguments disable gpu options addarguments disable dev shm usage url url new url driver new remotewebdriver url options driver manage window maximize how can we reproduce the issue shell make a project of cucumber with testng feature file and runner file needed and need to execute with testng xml and setup the docker with chrome container and run the project as testng suite relevant log output shell org openqa selenium unsupportedcommandexception unable to find handler for get session screenshot build info version revision system info os name windows os arch os version java version driver info org openqa selenium remote remotewebdriver command capabilities acceptinsecurecerts false browsername chrome browserversion chrome chromedriverversion userdatadir tmp com google chrome nrqysz goog chromeoptions debuggeraddress localhost networkconnectionenabled false pageloadstrategy normal platformname linux proxy proxy se bidienabled false se cdp ws sessio se cdpversion se vnc ws sessio se vncenabled true se vnclocaladdress ws setwindowrect true strictfileinteractability false timeouts implicit pageload script unhandledpromptbehavior dismiss and notify webauthn extension credblob true webauthn extension largeblob true webauthn virtualauthenticators true at java base jdk internal reflect nativeconstructoraccessorimpl native method at java base jdk internal reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at java base jdk internal reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java base java lang reflect constructor newinstancewithcaller constructor java at java base java lang reflect constructor newinstance constructor java at org openqa selenium remote codec createexception java at org openqa selenium remote codec decode java at org openqa selenium remote codec decode java at org openqa selenium remote httpcommandexecutor execute httpcommandexecutor java at org openqa selenium remote tracedcommandexecutor execute tracedcommandexecutor java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver getscreenshotas remotewebdriver java org openqa selenium webdriverexception java net connectexception connection refused build info version revision system info os name windows os arch os version java version driver info org openqa selenium remote remotewebdriver command capabilities acceptinsecurecerts false browsername chrome browserversion chrome chromedriverversion userdatadir tmp com google chrome goog chromeoptions debuggeraddress localhost networkconnectionenabled false pageloadstrategy normal platformname linux proxy proxy se bidienabled false se cdp ws sessio se cdpversion se vnc ws sessio se vncenabled true se vnclocaladdress ws setwindowrect true strictfileinteractability false timeouts implicit pageload script unhandledpromptbehavior dismiss and notify webauthn extension credblob true webauthn extension largeblob true webauthn virtualauthenticators true session id at java base jdk internal reflect nativeconstructoraccessorimpl native method at java base jdk internal reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java at java base jdk internal reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java at java base java lang reflect constructor newinstancewithcaller constructor java at java base java lang reflect constructor newinstance constructor java at org openqa selenium remote codec createexception java at org openqa selenium remote codec decode java at org openqa selenium remote codec decode java at org openqa selenium remote httpcommandexecutor execute httpcommandexecutor java at org openqa selenium remote tracedcommandexecutor execute tracedcommandexecutor java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver execute remotewebdriver java at org openqa selenium remote remotewebdriver getscreenshotas remotewebdriver java operating system windows selenium version java version and what are the browser s and version s where you see this issue chrome version what are the browser driver s and version s where you see this issue using selenium driver manager remotewebdriver are you using selenium grid revision
1
105,244
13,171,807,622
IssuesEvent
2020-08-11 17:18:49
mrkirkmorgan/song-builder
https://api.github.com/repos/mrkirkmorgan/song-builder
opened
Virtual Guitar Playback Sound
design rollout
This ticket covers obtaining the various sounds that will be used for virtual guitar playback. Both acoustic and electric guitar sounds will need to be obtained.
1.0
Virtual Guitar Playback Sound - This ticket covers obtaining the various sounds that will be used for virtual guitar playback. Both acoustic and electric guitar sounds will need to be obtained.
non_defect
virtual guitar playback sound this ticket covers obtaining the various sounds that will be used for virtual guitar playback both acoustic and electric guitar sounds will need to be obtained
0
97,203
8,651,573,305
IssuesEvent
2018-11-27 03:50:31
humera987/FXLabs-Test-Automation
https://api.github.com/repos/humera987/FXLabs-Test-Automation
closed
projecttest16 : ApiV1TestSuitesIdTestSuiteSearchGetQueryParamPagesizeEmptyValue
projecttest16
Project : projecttest16 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ZjU3YmNmYzQtOWI5MS00MjkxLTk1OTgtMjI5MGNiOTkzNWI4; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 16 Nov 2018 05:40:24 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/c1r95ZVf/test-suite/search?pageSize= Request : Response : { "timestamp" : "2018-11-16T05:40:25.587+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/test-suites/c1r95ZVf/test-suite/search" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] --- FX Bot ---
1.0
projecttest16 : ApiV1TestSuitesIdTestSuiteSearchGetQueryParamPagesizeEmptyValue - Project : projecttest16 Job : UAT Env : UAT Region : US_WEST Result : fail Status Code : 404 Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], Set-Cookie=[SESSION=ZjU3YmNmYzQtOWI5MS00MjkxLTk1OTgtMjI5MGNiOTkzNWI4; Path=/; HttpOnly], Content-Type=[application/json;charset=UTF-8], Transfer-Encoding=[chunked], Date=[Fri, 16 Nov 2018 05:40:24 GMT]} Endpoint : http://13.56.210.25/api/v1/api/v1/test-suites/c1r95ZVf/test-suite/search?pageSize= Request : Response : { "timestamp" : "2018-11-16T05:40:25.587+0000", "status" : 404, "error" : "Not Found", "message" : "No message available", "path" : "/api/v1/api/v1/test-suites/c1r95ZVf/test-suite/search" } Logs : Assertion [@StatusCode != 401] resolved-to [404 != 401] result [Passed]Assertion [@StatusCode != 500] resolved-to [404 != 500] result [Passed]Assertion [@StatusCode != 404] resolved-to [404 != 404] result [Failed]Assertion [@StatusCode != 200] resolved-to [404 != 200] result [Passed] --- FX Bot ---
non_defect
project job uat env uat region us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options set cookie content type transfer encoding date endpoint request response timestamp status error not found message no message available path api api test suites test suite search logs assertion resolved to result assertion resolved to result assertion resolved to result assertion resolved to result fx bot
0
64,422
18,670,744,448
IssuesEvent
2021-10-30 17:01:59
theseion/Fuel
https://api.github.com/repos/theseion/Fuel
closed
Fix trait composition, rebinds and install on System
Priority-Medium auto-migrated Type-Defect stale
``` - Do not send #fuelInitializeTraitComposition - add #rebindMethodDictionary to Traits also - add #fuelInstallOnSystem - Make FuelPackageLoader to use #fuelInstallOnSystem ``` Original issue reported on code.google.com by `marianopeck` on 2 Mar 2012 at 10:34
1.0
Fix trait composition, rebinds and install on System - ``` - Do not send #fuelInitializeTraitComposition - add #rebindMethodDictionary to Traits also - add #fuelInstallOnSystem - Make FuelPackageLoader to use #fuelInstallOnSystem ``` Original issue reported on code.google.com by `marianopeck` on 2 Mar 2012 at 10:34
defect
fix trait composition rebinds and install on system do not send fuelinitializetraitcomposition add rebindmethoddictionary to traits also add fuelinstallonsystem make fuelpackageloader to use fuelinstallonsystem original issue reported on code google com by marianopeck on mar at
1
113,349
14,426,937,908
IssuesEvent
2020-12-06 00:53:56
tektoncd/catalog
https://api.github.com/repos/tektoncd/catalog
closed
Design: Sharing Tasks and Pipelines without Copy Pasta
help wanted kind/design lifecycle/rotten maybe-next-milestone
# Expected Behavior We should have a recommended path for how we expect people to make use of the Tasks and Pipelines that we make available in this repo, as well as how they can share Tasks and Pipelines within a company. We want to be able to uphold these attributes: * Config as code - i.e. checking in Pipelines and Tasks with the code they are used for (but what about a company with many repos that wants to share these? what about our official catalog?) * Updates to the definitions in this repo should be consumable for users (but how do we deal with changes and compatibility issues? should we have versions?) # Actual Behavior At the moment the best way to use the Tasks and Pipelines in this repo would be to copy them (jokingly called "copy pasta") which would effectively fork them, meaning that copies can diverge over time. ![image](https://user-images.githubusercontent.com/432502/59473471-6c9a4980-8df7-11e9-967a-b60962cd3d61.png) # Additional Info One idea that might be worth exploring is using image registries (#29) to store Tasks and Pipelines as versioned artifacts. See https://stevelasker.blog/2019/01/25/cloud-native-artifact-stores-evolve-from-container-registries/.
1.0
Design: Sharing Tasks and Pipelines without Copy Pasta - # Expected Behavior We should have a recommended path for how we expect people to make use of the Tasks and Pipelines that we make available in this repo, as well as how they can share Tasks and Pipelines within a company. We want to be able to uphold these attributes: * Config as code - i.e. checking in Pipelines and Tasks with the code they are used for (but what about a company with many repos that wants to share these? what about our official catalog?) * Updates to the definitions in this repo should be consumable for users (but how do we deal with changes and compatibility issues? should we have versions?) # Actual Behavior At the moment the best way to use the Tasks and Pipelines in this repo would be to copy them (jokingly called "copy pasta") which would effectively fork them, meaning that copies can diverge over time. ![image](https://user-images.githubusercontent.com/432502/59473471-6c9a4980-8df7-11e9-967a-b60962cd3d61.png) # Additional Info One idea that might be worth exploring is using image registries (#29) to store Tasks and Pipelines as versioned artifacts. See https://stevelasker.blog/2019/01/25/cloud-native-artifact-stores-evolve-from-container-registries/.
non_defect
design sharing tasks and pipelines without copy pasta expected behavior we should have a recommended path for how we expect people to make use of the tasks and pipelines that we make available in this repo as well as how they can share tasks and pipelines within a company we want to be able to uphold these attributes config as code i e checking in pipelines and tasks with the code they are used for but what about a company with many repos that wants to share these what about our official catalog updates to the definitions in this repo should be consumable for users but how do we deal with changes and compatibility issues should we have versions actual behavior at the moment the best way to use the tasks and pipelines in this repo would be to copy them jokingly called copy pasta which would effectively fork them meaning that copies can diverge over time additional info one idea that might be worth exploring is using image registries to store tasks and pipelines as versioned artifacts see
0
36,435
7,934,811,072
IssuesEvent
2018-07-08 23:53:31
CompEvol/beast2
https://api.github.com/repos/CompEvol/beast2
reopened
Changing parameter linking in a re-loaded xml file with Beauti 2
BEAUti defect
In Beauti 2, if a previously saved xml file is loaded back in (File: Load), and if the xml file has the treemodel linked across the partitions, Beauti will not unlink the partitions when the "Unlink trees" button is clicked in the Partitions panel. Instead, the name of the linked treemodel changes to that of the last partition (in my case), but all partitions keep the same treemodel name, and there remains only one tree model in the priors panel. Going back-and-forth between linking and unlinked treemodels seems to work fine if the xml is a newly created one that has not yet been saved. To illustrate the problem, one can open a partitioned nexus file (e.g., the Primates.nex in the provided Examples folder), link the trees across the two partitions, immediately save the file, load it back in to a new Beauti window, and then try to unlink the treemodels. The same thing happens if it is the clock model that is linked. I haven't tested the site model linking/unlinking.
1.0
Changing parameter linking in a re-loaded xml file with Beauti 2 - In Beauti 2, if a previously saved xml file is loaded back in (File: Load), and if the xml file has the treemodel linked across the partitions, Beauti will not unlink the partitions when the "Unlink trees" button is clicked in the Partitions panel. Instead, the name of the linked treemodel changes to that of the last partition (in my case), but all partitions keep the same treemodel name, and there remains only one tree model in the priors panel. Going back-and-forth between linking and unlinked treemodels seems to work fine if the xml is a newly created one that has not yet been saved. To illustrate the problem, one can open a partitioned nexus file (e.g., the Primates.nex in the provided Examples folder), link the trees across the two partitions, immediately save the file, load it back in to a new Beauti window, and then try to unlink the treemodels. The same thing happens if it is the clock model that is linked. I haven't tested the site model linking/unlinking.
defect
changing parameter linking in a re loaded xml file with beauti in beauti if a previously saved xml file is loaded back in file load and if the xml file has the treemodel linked across the partitions beauti will not unlink the partitions when the unlink trees button is clicked in the partitions panel instead the name of the linked treemodel changes to that of the last partition in my case but all partitions keep the same treemodel name and there remains only one tree model in the priors panel going back and forth between linking and unlinked treemodels seems to work fine if the xml is a newly created one that has not yet been saved to illustrate the problem one can open a partitioned nexus file e g the primates nex in the provided examples folder link the trees across the two partitions immediately save the file load it back in to a new beauti window and then try to unlink the treemodels the same thing happens if it is the clock model that is linked i haven t tested the site model linking unlinking
1
56,730
15,343,557,137
IssuesEvent
2021-02-27 20:49:37
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
opened
DataTable: cellEditInit event not triggered for the first row
defect
**Describe the defect** The cellEditInit event is not triggered for the first row in a datatable. **Reproducer** https://github.com/felixoi/primefaces-test/tree/report-3 **Environment:** - PF Version: 10.0.0-RC1 - JSF + version: Mojarra 2.2.8 & MyFaces 2.3.6 - Affected browsers: _e.g. Chrome, iOS, ALL_ **To Reproduce** Steps to reproduce the behavior: 1. Click on the first row to edit (no console output) 2. Click on all other rows (console output) **Expected behavior** The cellEditInit should be triggered for the first row also.
1.0
DataTable: cellEditInit event not triggered for the first row - **Describe the defect** The cellEditInit event is not triggered for the first row in a datatable. **Reproducer** https://github.com/felixoi/primefaces-test/tree/report-3 **Environment:** - PF Version: 10.0.0-RC1 - JSF + version: Mojarra 2.2.8 & MyFaces 2.3.6 - Affected browsers: _e.g. Chrome, iOS, ALL_ **To Reproduce** Steps to reproduce the behavior: 1. Click on the first row to edit (no console output) 2. Click on all other rows (console output) **Expected behavior** The cellEditInit should be triggered for the first row also.
defect
datatable celleditinit event not triggered for the first row describe the defect the celleditinit event is not triggered for the first row in a datatable reproducer environment pf version jsf version mojarra myfaces affected browsers e g chrome ios all to reproduce steps to reproduce the behavior click on the first row to edit no console output click on all other rows console output expected behavior the celleditinit should be triggered for the first row also
1
12,266
4,414,439,002
IssuesEvent
2016-08-13 12:37:24
teotidev/guide
https://api.github.com/repos/teotidev/guide
opened
Action Icons
code work design
Project - [ ] project-new-icon - [ ] project-save-icon - [ ] project-save-as-icon - [ ] project-load-icon Template - [ ] template-save-as-icon - [ ] template-new-empty-icon - [ ] template-new-from-caustic-icon - [ ] template-load-icon - [ ] template-reload-icon Settings - [ ] settings-general-performance-icon - [ ] settings-general-ui-icon - [ ] settings-user-metadata-export-icon - [ ] settings-dialog-warning-icon - [ ] settings-paths-general - [ ] settings-paths-library-locations
1.0
Action Icons - Project - [ ] project-new-icon - [ ] project-save-icon - [ ] project-save-as-icon - [ ] project-load-icon Template - [ ] template-save-as-icon - [ ] template-new-empty-icon - [ ] template-new-from-caustic-icon - [ ] template-load-icon - [ ] template-reload-icon Settings - [ ] settings-general-performance-icon - [ ] settings-general-ui-icon - [ ] settings-user-metadata-export-icon - [ ] settings-dialog-warning-icon - [ ] settings-paths-general - [ ] settings-paths-library-locations
non_defect
action icons project project new icon project save icon project save as icon project load icon template template save as icon template new empty icon template new from caustic icon template load icon template reload icon settings settings general performance icon settings general ui icon settings user metadata export icon settings dialog warning icon settings paths general settings paths library locations
0
62,964
17,272,415,969
IssuesEvent
2021-07-22 21:55:59
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Error decrypting image received from android
S-Major T-Defect X-Regression
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> #### Description ![image](https://user-images.githubusercontent.com/2803622/126613130-fba2b4e8-555a-48b7-8a2c-718e03ae8265.png) When receiving an image from android (1.1.13) on element desktop nightly 20210721 and -22. Same message is fine for other people in the room using stable. #### Steps to reproduce - Send a photo from android e.g. Schildi beta 1.1.13.sc38-test5 (F-Droid) - receive on desktop nightly >= 20210721 <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> Logs being sent: no <!-- Include screenshots if possible: you can drag and drop images below. --> <details> <summary>Decrypted event source</summary> ```json { "content": { "body": "IMG_20210201_211136.jpg", "file": { "hashes": { "sha256": "Xu72teqTXuav+j462nYzy1jPTmcDLViiCE6GdU+m2pc" }, "iv": "oYoiJksHUAUAAAAAAAAAAA", "key": { "alg": "A256CTR", "ext": true, "k": "6q3NddGMxASP--s4s9POkHaKTkXqj5ovyk6idsGEcAE", "key_ops": [ "encrypt", "decrypt" ], "kty": "oct" }, "url": "mxc://my.domain/ERxKSxWcARkapBjkuObRVuQs", "v": "v2" }, "info": { "h": 780, "mimetype": "image/jpeg", "size": 75912, "w": 1040 }, "msgtype": "m.image" }, "room_id": "!NzFoRJAGZrYidxyNux:my.domain", "type": "m.room.message" } ``` </details> <details> <summary>Original event source</summary> ```json { "type": "m.room.encrypted", "sender": "@me:my.domain", "content": { "session_id": "C34MvBnRUMZHEVHS+A+vYOMWwWREPRUn1OURPa+SHdY", "ciphertext": "AwgBEoAE+quvRnkAl0VYlCmm64o85ox074A3xArR0QGTEB7QycJTpQIciyVYZj61IPqpHSPvUj3iVzKZmNDla+uCT6dMMsRFBnIqWgXWClrOg3tcpjN4nrFwq9CQpnx7VoJSltgyoOOrGH2U25eo9D5XnTZylq9daBtzcKeKFQVrZpl70y/5QFKIC44vvXTrOUSvw86aTs3cC5pCcDwKzZfTBgTzco9FOzNxHtsg6xfBdHG0PAYgc+Tux235PKeHDWi7EePM/uiWum+YAO6s6paB8Whi4wnOq7CNPZYuhMI130qbbHAO4HknjyiM5CaGBGwJoEV+ku1KOGhddJaBZ8pwUDjrVhAXMgyuSVRZbIcd7ydkCQx6IwEXku2uJx4a154uXyKn3w8TEGY3ob09Ja7pMZipYI79uyxns2dAeAK0y1A/L6IJwhLYvxWxsuVuro6AX3U7gV+01v9Hk1H6Aos1+SA9UC44YUqS9hg/23xMnjGTYb48JrQ8gvTHauWaxwJlhNMSzoNJnYRn56uYkqWqaiFUDrBBD4SHzqcNuhB8SzRToGd0taSkjJHaUllax79tRbUjqK31zbq52SKsQhZvXdyrz4QOlTjN/MuqldRWGpolCVUtu0tixqavIpTyzxxHfF6ulnm+Z1k0uXiBBO8Z2DIsaHQvPxmLwuIZ5dU+mCkAV76earMEfr8cIjdmqPbSIh5MuWq4HdYo1A4Ifobt0K/eGE/20ZigLasu0gK/Ti80ZtCUHMk1yqZkgxqAf4084zZvSM/+4772jgw", "device_id": "XPTWETOEUZ", "algorithm": "m.megolm.v1.aes-sha2", "sender_key": "BfPmIa/M6hFdcbnaJ6oWFmuL5oCrPasUO3Zl/ZUoCwE" }, "origin_server_ts": 1626944307987, "unsigned": { "age": 514 }, "event_id": "$tS6FhIejoZptw-IaQJKAKOSomVO61GjXNI0Woa39WKY", "room_id": "!NzFoRJAGZrYidxyNux:my.domain" } ``` </details> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: desktop For the desktop app: - **OS**: Arch - **Version**: aur/element-desktop-nightly-bin 2021072201-1
1.0
Error decrypting image received from android - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> #### Description ![image](https://user-images.githubusercontent.com/2803622/126613130-fba2b4e8-555a-48b7-8a2c-718e03ae8265.png) When receiving an image from android (1.1.13) on element desktop nightly 20210721 and -22. Same message is fine for other people in the room using stable. #### Steps to reproduce - Send a photo from android e.g. Schildi beta 1.1.13.sc38-test5 (F-Droid) - receive on desktop nightly >= 20210721 <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> Logs being sent: no <!-- Include screenshots if possible: you can drag and drop images below. --> <details> <summary>Decrypted event source</summary> ```json { "content": { "body": "IMG_20210201_211136.jpg", "file": { "hashes": { "sha256": "Xu72teqTXuav+j462nYzy1jPTmcDLViiCE6GdU+m2pc" }, "iv": "oYoiJksHUAUAAAAAAAAAAA", "key": { "alg": "A256CTR", "ext": true, "k": "6q3NddGMxASP--s4s9POkHaKTkXqj5ovyk6idsGEcAE", "key_ops": [ "encrypt", "decrypt" ], "kty": "oct" }, "url": "mxc://my.domain/ERxKSxWcARkapBjkuObRVuQs", "v": "v2" }, "info": { "h": 780, "mimetype": "image/jpeg", "size": 75912, "w": 1040 }, "msgtype": "m.image" }, "room_id": "!NzFoRJAGZrYidxyNux:my.domain", "type": "m.room.message" } ``` </details> <details> <summary>Original event source</summary> ```json { "type": "m.room.encrypted", "sender": "@me:my.domain", "content": { "session_id": "C34MvBnRUMZHEVHS+A+vYOMWwWREPRUn1OURPa+SHdY", "ciphertext": "AwgBEoAE+quvRnkAl0VYlCmm64o85ox074A3xArR0QGTEB7QycJTpQIciyVYZj61IPqpHSPvUj3iVzKZmNDla+uCT6dMMsRFBnIqWgXWClrOg3tcpjN4nrFwq9CQpnx7VoJSltgyoOOrGH2U25eo9D5XnTZylq9daBtzcKeKFQVrZpl70y/5QFKIC44vvXTrOUSvw86aTs3cC5pCcDwKzZfTBgTzco9FOzNxHtsg6xfBdHG0PAYgc+Tux235PKeHDWi7EePM/uiWum+YAO6s6paB8Whi4wnOq7CNPZYuhMI130qbbHAO4HknjyiM5CaGBGwJoEV+ku1KOGhddJaBZ8pwUDjrVhAXMgyuSVRZbIcd7ydkCQx6IwEXku2uJx4a154uXyKn3w8TEGY3ob09Ja7pMZipYI79uyxns2dAeAK0y1A/L6IJwhLYvxWxsuVuro6AX3U7gV+01v9Hk1H6Aos1+SA9UC44YUqS9hg/23xMnjGTYb48JrQ8gvTHauWaxwJlhNMSzoNJnYRn56uYkqWqaiFUDrBBD4SHzqcNuhB8SzRToGd0taSkjJHaUllax79tRbUjqK31zbq52SKsQhZvXdyrz4QOlTjN/MuqldRWGpolCVUtu0tixqavIpTyzxxHfF6ulnm+Z1k0uXiBBO8Z2DIsaHQvPxmLwuIZ5dU+mCkAV76earMEfr8cIjdmqPbSIh5MuWq4HdYo1A4Ifobt0K/eGE/20ZigLasu0gK/Ti80ZtCUHMk1yqZkgxqAf4084zZvSM/+4772jgw", "device_id": "XPTWETOEUZ", "algorithm": "m.megolm.v1.aes-sha2", "sender_key": "BfPmIa/M6hFdcbnaJ6oWFmuL5oCrPasUO3Zl/ZUoCwE" }, "origin_server_ts": 1626944307987, "unsigned": { "age": 514 }, "event_id": "$tS6FhIejoZptw-IaQJKAKOSomVO61GjXNI0Woa39WKY", "room_id": "!NzFoRJAGZrYidxyNux:my.domain" } ``` </details> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: desktop For the desktop app: - **OS**: Arch - **Version**: aur/element-desktop-nightly-bin 2021072201-1
defect
error decrypting image received from android this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description when receiving an image from android on element desktop nightly and same message is fine for other people in the room using stable steps to reproduce send a photo from android e g schildi beta f droid receive on desktop nightly please send us logs for your bug report they re very important for bugs which are hard to reproduce to do this create this issue then go to your account settings and click submit debug logs from the help about tab logs being sent no decrypted event source json content body img jpg file hashes iv oyoijkshuauaaaaaaaaaaa key alg ext true k key ops encrypt decrypt kty oct url mxc my domain erxksxwcarkapbjkuobrvuqs v info h mimetype image jpeg size w msgtype m image room id nzforjagzryidxynux my domain type m room message original event source json type m room encrypted sender me my domain content session id a shdy ciphertext awgbeoae uiwum ege device id xptwetoeuz algorithm m megolm aes sender key bfpmia zuocwe origin server ts unsigned age event id room id nzforjagzryidxynux my domain version information platform desktop for the desktop app os arch version aur element desktop nightly bin
1
2,977
2,607,968,261
IssuesEvent
2015-02-26 00:43:21
chrsmithdemos/leveldb
https://api.github.com/repos/chrsmithdemos/leveldb
opened
Error if directory we're trying to create the database in doesn't exist
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. open a database 2. bazinga! (we should ditch the standard questions here..) /*What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.*/ When a database is being opened in a folder which itself does not exist, LevelDB errors with a dubious error message: OpenError: IO error: ./db/root.db/LOCK: No such file or directory at [..]/levelup.js:113:25 As this came up quite some times, we discussed the process here; either the path will recursively be created or instead an error being thrown indicating the specific issue. We've been talking about this issue on GitHub regarding LevelDOWN / UP [the NodeJS bindings for LDB] (https://github.com/rvagg/node-levelup/issues/135) and came to the conclusion this would have to be implemented in LevelDB itself. Of course, I'd welcome a discussion here — thanks! ``` ----- Original issue reported on code.google.com by `kkooporation@gmail.com` on 11 May 2013 at 9:57
1.0
Error if directory we're trying to create the database in doesn't exist - ``` What steps will reproduce the problem? 1. open a database 2. bazinga! (we should ditch the standard questions here..) /*What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below.*/ When a database is being opened in a folder which itself does not exist, LevelDB errors with a dubious error message: OpenError: IO error: ./db/root.db/LOCK: No such file or directory at [..]/levelup.js:113:25 As this came up quite some times, we discussed the process here; either the path will recursively be created or instead an error being thrown indicating the specific issue. We've been talking about this issue on GitHub regarding LevelDOWN / UP [the NodeJS bindings for LDB] (https://github.com/rvagg/node-levelup/issues/135) and came to the conclusion this would have to be implemented in LevelDB itself. Of course, I'd welcome a discussion here — thanks! ``` ----- Original issue reported on code.google.com by `kkooporation@gmail.com` on 11 May 2013 at 9:57
defect
error if directory we re trying to create the database in doesn t exist what steps will reproduce the problem open a database bazinga we should ditch the standard questions here what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below when a database is being opened in a folder which itself does not exist leveldb errors with a dubious error message openerror io error db root db lock no such file or directory at levelup js as this came up quite some times we discussed the process here either the path will recursively be created or instead an error being thrown indicating the specific issue we ve been talking about this issue on github regarding leveldown up the nodejs bindings for ldb and came to the conclusion this would have to be implemented in leveldb itself of course i d welcome a discussion here — thanks original issue reported on code google com by kkooporation gmail com on may at
1
40,702
10,131,314,096
IssuesEvent
2019-08-01 19:12:35
techo/voluntariado-eventual
https://api.github.com/repos/techo/voluntariado-eventual
closed
Error al borrar un grupo.
Defecto
**Describí el error** Si borro usuarios de un subgrupo, siguen inscriptos en la actividad, pero no figuran inscriptos al grupo raiz **Para reproducirlo** Pasos para reproducir el comportamiento: 1. Desde el menú de Admin entrar 'Mis Actividades' 2. Seleccionar una actividad que contenga al menos un grupo con voluntarios, además del grupo raíz. 3. Ir a la pestaña 'Grupos' 4. Seleccionar un grupo con voluntarios. 5. Clickear e 'Borrar' 6. En el modal clickear en 'Confirmar' 7. Presionar 'F5' para actualizar. 8. Volver a la pestaña 'Grupos' para verificar que los voluntarios no están asignados a ningún grupo (ni siquiera al grupo raíz) **Comportamiento esperando** 8. Volver a la pestaña 'grupos' y verificar que el grupo que borré no está, y que los voluntarios que estaban en ese grupo, forman parte del grupo raíz **Capturas de pantalla** Si aplica, agregá capturas de pantalla para explicar el problema **Si estás en una computadora (por favor completá la siguiente información):** - Navegador [por ejemplo: chrome, explorar, safari] **Contexto adicional** Toda otra cosa que ayude a explicar lo que pasó.
1.0
Error al borrar un grupo. - **Describí el error** Si borro usuarios de un subgrupo, siguen inscriptos en la actividad, pero no figuran inscriptos al grupo raiz **Para reproducirlo** Pasos para reproducir el comportamiento: 1. Desde el menú de Admin entrar 'Mis Actividades' 2. Seleccionar una actividad que contenga al menos un grupo con voluntarios, además del grupo raíz. 3. Ir a la pestaña 'Grupos' 4. Seleccionar un grupo con voluntarios. 5. Clickear e 'Borrar' 6. En el modal clickear en 'Confirmar' 7. Presionar 'F5' para actualizar. 8. Volver a la pestaña 'Grupos' para verificar que los voluntarios no están asignados a ningún grupo (ni siquiera al grupo raíz) **Comportamiento esperando** 8. Volver a la pestaña 'grupos' y verificar que el grupo que borré no está, y que los voluntarios que estaban en ese grupo, forman parte del grupo raíz **Capturas de pantalla** Si aplica, agregá capturas de pantalla para explicar el problema **Si estás en una computadora (por favor completá la siguiente información):** - Navegador [por ejemplo: chrome, explorar, safari] **Contexto adicional** Toda otra cosa que ayude a explicar lo que pasó.
defect
error al borrar un grupo describí el error si borro usuarios de un subgrupo siguen inscriptos en la actividad pero no figuran inscriptos al grupo raiz para reproducirlo pasos para reproducir el comportamiento desde el menú de admin entrar mis actividades seleccionar una actividad que contenga al menos un grupo con voluntarios además del grupo raíz ir a la pestaña grupos seleccionar un grupo con voluntarios clickear e borrar en el modal clickear en confirmar presionar para actualizar volver a la pestaña grupos para verificar que los voluntarios no están asignados a ningún grupo ni siquiera al grupo raíz comportamiento esperando volver a la pestaña grupos y verificar que el grupo que borré no está y que los voluntarios que estaban en ese grupo forman parte del grupo raíz capturas de pantalla si aplica agregá capturas de pantalla para explicar el problema si estás en una computadora por favor completá la siguiente información navegador contexto adicional toda otra cosa que ayude a explicar lo que pasó
1
179,503
13,884,430,656
IssuesEvent
2020-10-18 16:07:37
bwipp/postscriptbarcode
https://api.github.com/repos/bwipp/postscriptbarcode
closed
Simplify interaction between parse and parsefnc options
api high-priority please-test
Trying to generate a reader-init bar code for an old scanner, it causes an abort in BWIPP/ghostscript (and an infinite loop in bwip-js ;-). encoder: `code128` text: `^FNC3^027BV0^FNC3` opts: `parse parsefnc` Ghostscript reports `Error: /typecheck in --cvi--`. That `cvi` is in the one in the `parse` branch. It's probably enough to check the next character after the caret and verify it is a digit before doing the replacement. That should be sufficient to differentiate between `parse` and `parsefnc` entities. Reporting this for `code128` but this bug likely hides in a handful of other encoders. Thanks!
1.0
Simplify interaction between parse and parsefnc options - Trying to generate a reader-init bar code for an old scanner, it causes an abort in BWIPP/ghostscript (and an infinite loop in bwip-js ;-). encoder: `code128` text: `^FNC3^027BV0^FNC3` opts: `parse parsefnc` Ghostscript reports `Error: /typecheck in --cvi--`. That `cvi` is in the one in the `parse` branch. It's probably enough to check the next character after the caret and verify it is a digit before doing the replacement. That should be sufficient to differentiate between `parse` and `parsefnc` entities. Reporting this for `code128` but this bug likely hides in a handful of other encoders. Thanks!
non_defect
simplify interaction between parse and parsefnc options trying to generate a reader init bar code for an old scanner it causes an abort in bwipp ghostscript and an infinite loop in bwip js encoder text opts parse parsefnc ghostscript reports error typecheck in cvi that cvi is in the one in the parse branch it s probably enough to check the next character after the caret and verify it is a digit before doing the replacement that should be sufficient to differentiate between parse and parsefnc entities reporting this for but this bug likely hides in a handful of other encoders thanks
0
203,630
7,068,032,837
IssuesEvent
2018-01-08 05:25:40
HackerExperience/Helix
https://api.github.com/repos/HackerExperience/Helix
opened
Migrating existing users to the new Storyline branch
Kind:Chore Priority:High
PR #360 added a new Storyline behaviour, which automatically creates a new servers upon sign up. Existing users did not go through that step. Therefore, they should be migrated to this new Storyline system. Ideally, I should come up with a way to make these one-off migration scripts easily: 1) Implementable (so it's not a pain to migrate this data) 2) Testable (so we are sure that everyone migrated successfully) 3) Reversible (so after the script has executed, it would be removed from the code) Slightly related to #297, as a bad migration could cause data loss, downtime, inconsistencies and some other nasty stuff.
1.0
Migrating existing users to the new Storyline branch - PR #360 added a new Storyline behaviour, which automatically creates a new servers upon sign up. Existing users did not go through that step. Therefore, they should be migrated to this new Storyline system. Ideally, I should come up with a way to make these one-off migration scripts easily: 1) Implementable (so it's not a pain to migrate this data) 2) Testable (so we are sure that everyone migrated successfully) 3) Reversible (so after the script has executed, it would be removed from the code) Slightly related to #297, as a bad migration could cause data loss, downtime, inconsistencies and some other nasty stuff.
non_defect
migrating existing users to the new storyline branch pr added a new storyline behaviour which automatically creates a new servers upon sign up existing users did not go through that step therefore they should be migrated to this new storyline system ideally i should come up with a way to make these one off migration scripts easily implementable so it s not a pain to migrate this data testable so we are sure that everyone migrated successfully reversible so after the script has executed it would be removed from the code slightly related to as a bad migration could cause data loss downtime inconsistencies and some other nasty stuff
0
31,573
6,551,387,010
IssuesEvent
2017-09-05 14:36:17
kusanagi/katana-sdk-php7
https://api.github.com/repos/kusanagi/katana-sdk-php7
opened
Interrupted system call error
1.1 defect:communication status:pending-feedback
I encountered this error during testing locally with `$ katana service action` via CLI: ``` Callback error: Language error (shutdown) (1) Uncaught ZMQSocketException: Failed to get the option ZMQ::SOCKOPT_EVENTS value: Interrupted system call in /vendor/react/zmq/src/React/ZMQ/SocketWrapper.php:35 Stack trace: #0 /vendor/react/zmq/src/React/ZMQ/SocketWrapper.php(35): ZMQSocket->getsockopt(15) #1 [internal function]: React\ZMQ\SocketWrapper->handleEvent(Resource id #44, Object(React\EventLoop\StreamSelectLoop)) #2 /vendor/react/event-loop/src/StreamSelectLoop.php(236): call_user_func(Array, Resource id #44, Object(React\EventLoop\StreamSelectLoop)) #3 /vendor/react/event-loop/src/StreamSelectLoop.php(205): React\EventLoop\StreamSelectLoop->waitForStreamActivity(98379) #4 /vendor/kusanagi/katana-sdk-php7/src/Executor/ZeroMqLoopExecutor.php(146): React\EventLoop\StreamSelectLoop->ru... ``` This happened randomly during various calls, with no change to the configuration or source code. This was using version **1.1.12** of the framework, with system info below: ``` Linux work 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ```
1.0
Interrupted system call error - I encountered this error during testing locally with `$ katana service action` via CLI: ``` Callback error: Language error (shutdown) (1) Uncaught ZMQSocketException: Failed to get the option ZMQ::SOCKOPT_EVENTS value: Interrupted system call in /vendor/react/zmq/src/React/ZMQ/SocketWrapper.php:35 Stack trace: #0 /vendor/react/zmq/src/React/ZMQ/SocketWrapper.php(35): ZMQSocket->getsockopt(15) #1 [internal function]: React\ZMQ\SocketWrapper->handleEvent(Resource id #44, Object(React\EventLoop\StreamSelectLoop)) #2 /vendor/react/event-loop/src/StreamSelectLoop.php(236): call_user_func(Array, Resource id #44, Object(React\EventLoop\StreamSelectLoop)) #3 /vendor/react/event-loop/src/StreamSelectLoop.php(205): React\EventLoop\StreamSelectLoop->waitForStreamActivity(98379) #4 /vendor/kusanagi/katana-sdk-php7/src/Executor/ZeroMqLoopExecutor.php(146): React\EventLoop\StreamSelectLoop->ru... ``` This happened randomly during various calls, with no change to the configuration or source code. This was using version **1.1.12** of the framework, with system info below: ``` Linux work 4.2.0-42-generic #49~14.04.1-Ubuntu SMP Wed Jun 29 20:22:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ```
defect
interrupted system call error i encountered this error during testing locally with katana service action via cli callback error language error shutdown uncaught zmqsocketexception failed to get the option zmq sockopt events value interrupted system call in vendor react zmq src react zmq socketwrapper php stack trace vendor react zmq src react zmq socketwrapper php zmqsocket getsockopt react zmq socketwrapper handleevent resource id object react eventloop streamselectloop vendor react event loop src streamselectloop php call user func array resource id object react eventloop streamselectloop vendor react event loop src streamselectloop php react eventloop streamselectloop waitforstreamactivity vendor kusanagi katana sdk src executor zeromqloopexecutor php react eventloop streamselectloop ru this happened randomly during various calls with no change to the configuration or source code this was using version of the framework with system info below linux work generic ubuntu smp wed jun utc gnu linux
1
12,075
9,559,912,156
IssuesEvent
2019-05-03 18:03:50
Microsoft/azure-pipelines-image-generation
https://api.github.com/repos/Microsoft/azure-pipelines-image-generation
closed
Databases: Add SQLite (latest) (Linux, Windows)
area:Deployment/DBs/services image:Ubuntu image:Windows issue:Enhancement stale
Databases: Add SQLite (latest) (Linux, macOS, Windows)
1.0
Databases: Add SQLite (latest) (Linux, Windows) - Databases: Add SQLite (latest) (Linux, macOS, Windows)
non_defect
databases add sqlite latest linux windows databases add sqlite latest linux macos windows
0
71,386
23,605,162,832
IssuesEvent
2022-08-24 07:37:41
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Editor: Not displaying content correctly in dialog
defect
### Describe the bug Opening a dialog with an editor that is prepopulated with content does not display the content correctly (the same content is displayed fine when the editor is not in a dialog). ### Environment This is reproducible in every environment I've tested and has been an issue at least since PrimeNG 10. ### Reproducer https://stackblitz.com/edit/primeng-editor-in-dialog-bug ### Angular version 14.0.7 ### PrimeNG version 14.0.0 ### Build / Runtime Angular CLI App ### Language ALL ### Node version (for AoT issues node --version) 14.15.4 ### Browser(s) _No response_ ### Steps to reproduce the behavior In the provided stackblitz: 1. Notice the initially displayed editor, how the ordered list is shown properly 2. Click on the "Open Editor In Dialog" button 3. Notice the editor in the dialog, which has the same content, does not show the ordered list, but instead combines all the list elements together and displays them in a single <p> tag upon inspecting the HTML ### Expected behavior The content of an editor in a dialog should be displayed the same as the content of an editor _not_ in a dialog.
1.0
Editor: Not displaying content correctly in dialog - ### Describe the bug Opening a dialog with an editor that is prepopulated with content does not display the content correctly (the same content is displayed fine when the editor is not in a dialog). ### Environment This is reproducible in every environment I've tested and has been an issue at least since PrimeNG 10. ### Reproducer https://stackblitz.com/edit/primeng-editor-in-dialog-bug ### Angular version 14.0.7 ### PrimeNG version 14.0.0 ### Build / Runtime Angular CLI App ### Language ALL ### Node version (for AoT issues node --version) 14.15.4 ### Browser(s) _No response_ ### Steps to reproduce the behavior In the provided stackblitz: 1. Notice the initially displayed editor, how the ordered list is shown properly 2. Click on the "Open Editor In Dialog" button 3. Notice the editor in the dialog, which has the same content, does not show the ordered list, but instead combines all the list elements together and displays them in a single <p> tag upon inspecting the HTML ### Expected behavior The content of an editor in a dialog should be displayed the same as the content of an editor _not_ in a dialog.
defect
editor not displaying content correctly in dialog describe the bug opening a dialog with an editor that is prepopulated with content does not display the content correctly the same content is displayed fine when the editor is not in a dialog environment this is reproducible in every environment i ve tested and has been an issue at least since primeng reproducer angular version primeng version build runtime angular cli app language all node version for aot issues node version browser s no response steps to reproduce the behavior in the provided stackblitz notice the initially displayed editor how the ordered list is shown properly click on the open editor in dialog button notice the editor in the dialog which has the same content does not show the ordered list but instead combines all the list elements together and displays them in a single tag upon inspecting the html expected behavior the content of an editor in a dialog should be displayed the same as the content of an editor not in a dialog
1
76,808
21,573,568,764
IssuesEvent
2022-05-02 11:16:43
rust-lang/rust
https://api.github.com/repos/rust-lang/rust
opened
Building rustc on FreeBSD 13 fails
E-help-wanted O-freebsd A-rustbuild
On a fresh (x86-64) FreeBSD installation, running `./x.py build library/std` results in a segfault: ``` # ./x.py build library/std Updating only changed submodules Submodules updated in 0.01 seconds extracting /root/rust/build/cache/2022-04-05/rust-std-beta-x86_64-unknown-freebsd.tar.xz extracting /root/rust/build/cache/2022-04-05/rustc-beta-x86_64-unknown-freebsd.tar.xz extracting /root/rust/build/cache/2022-04-05/cargo-beta-x86_64-unknown-freebsd.tar.xz extracting /root/rust/build/cache/2022-04-05/rustfmt-nightly-x86_64-unknown-freebsd.tar.xz Building rustbuild [...] Finished dev [unoptimized] target(s) in 16.78s Building stage0 std artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) [...] Compiling test v0.0.0 (/root/rust/library/test) Finished release [optimized] target(s) in 24.57s Copying stage0 std from stage0 (x86_64-unknown-freebsd -> x86_64-unknown-freebsd / x86_64-unknown-freebsd) extracting /root/rust/build/cache/llvm-1388b38c52d1ca9fbc80bf42fa007504fb0b1b41-false/rust-dev-nightly-x86_64-unknown-freebsd.tar.xz to /root/rust/build/x86_64-unknown-freebsd/ci-llvm Building stage0 compiler artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) [...] Compiling rustc-main v0.0.0 (/root/rust/compiler/rustc) Finished release [optimized] target(s) in 1m 41s Copying stage0 rustc from stage0 (x86_64-unknown-freebsd -> x86_64-unknown-freebsd / x86_64-unknown-freebsd) Assembling stage1 compiler (x86_64-unknown-freebsd) Building stage1 std artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) error: failed to run `rustc` to learn about target-specific information Caused by: process didn't exit successfully: `/root/rust/build/bootstrap/debug/rustc - --crate-name ___ --print=file-names -Csymbol-mangling-version=legacy -Zunstable-options -Zunstable-options '--check-cfg=names()' '--check-cfg=values()' '--check-cfg=values(bootstrap)' '--check-cfg=values(stdarch_intel_sde)' '--check-cfg=values(no_fp_fmt_parse)' '--check-cfg=values(no_global_oom_handling)' '--check-cfg=values(freebsd12)' '--check-cfg=values(backtrace_in_libstd)' '--check-cfg=values(target_env,"libnx")' '--check-cfg=values(target_os,"watchos")' '--check-cfg=values(target_arch,"asmjs","spirv","nvptx","nvptx64","le32","xtensa")' '--check-cfg=values(dont_compile_me)' -Zmacro-backtrace -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Csplit-debuginfo=off -Cprefer-dynamic -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/nightly/")' --target x86_64-unknown-freebsd --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit status: 254) --- stderr rustc exited with signal: 11 (core dumped) Build completed unsuccessfully in 0:02:46
1.0
Building rustc on FreeBSD 13 fails - On a fresh (x86-64) FreeBSD installation, running `./x.py build library/std` results in a segfault: ``` # ./x.py build library/std Updating only changed submodules Submodules updated in 0.01 seconds extracting /root/rust/build/cache/2022-04-05/rust-std-beta-x86_64-unknown-freebsd.tar.xz extracting /root/rust/build/cache/2022-04-05/rustc-beta-x86_64-unknown-freebsd.tar.xz extracting /root/rust/build/cache/2022-04-05/cargo-beta-x86_64-unknown-freebsd.tar.xz extracting /root/rust/build/cache/2022-04-05/rustfmt-nightly-x86_64-unknown-freebsd.tar.xz Building rustbuild [...] Finished dev [unoptimized] target(s) in 16.78s Building stage0 std artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) [...] Compiling test v0.0.0 (/root/rust/library/test) Finished release [optimized] target(s) in 24.57s Copying stage0 std from stage0 (x86_64-unknown-freebsd -> x86_64-unknown-freebsd / x86_64-unknown-freebsd) extracting /root/rust/build/cache/llvm-1388b38c52d1ca9fbc80bf42fa007504fb0b1b41-false/rust-dev-nightly-x86_64-unknown-freebsd.tar.xz to /root/rust/build/x86_64-unknown-freebsd/ci-llvm Building stage0 compiler artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) [...] Compiling rustc-main v0.0.0 (/root/rust/compiler/rustc) Finished release [optimized] target(s) in 1m 41s Copying stage0 rustc from stage0 (x86_64-unknown-freebsd -> x86_64-unknown-freebsd / x86_64-unknown-freebsd) Assembling stage1 compiler (x86_64-unknown-freebsd) Building stage1 std artifacts (x86_64-unknown-freebsd -> x86_64-unknown-freebsd) error: failed to run `rustc` to learn about target-specific information Caused by: process didn't exit successfully: `/root/rust/build/bootstrap/debug/rustc - --crate-name ___ --print=file-names -Csymbol-mangling-version=legacy -Zunstable-options -Zunstable-options '--check-cfg=names()' '--check-cfg=values()' '--check-cfg=values(bootstrap)' '--check-cfg=values(stdarch_intel_sde)' '--check-cfg=values(no_fp_fmt_parse)' '--check-cfg=values(no_global_oom_handling)' '--check-cfg=values(freebsd12)' '--check-cfg=values(backtrace_in_libstd)' '--check-cfg=values(target_env,"libnx")' '--check-cfg=values(target_os,"watchos")' '--check-cfg=values(target_arch,"asmjs","spirv","nvptx","nvptx64","le32","xtensa")' '--check-cfg=values(dont_compile_me)' -Zmacro-backtrace -Clink-args=-Wl,-z,origin '-Clink-args=-Wl,-rpath,$ORIGIN/../lib' -Csplit-debuginfo=off -Cprefer-dynamic -Cembed-bitcode=yes '-Zcrate-attr=doc(html_root_url="https://doc.rust-lang.org/nightly/")' --target x86_64-unknown-freebsd --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=cfg` (exit status: 254) --- stderr rustc exited with signal: 11 (core dumped) Build completed unsuccessfully in 0:02:46
non_defect
building rustc on freebsd fails on a fresh freebsd installation running x py build library std results in a segfault x py build library std updating only changed submodules submodules updated in seconds extracting root rust build cache rust std beta unknown freebsd tar xz extracting root rust build cache rustc beta unknown freebsd tar xz extracting root rust build cache cargo beta unknown freebsd tar xz extracting root rust build cache rustfmt nightly unknown freebsd tar xz building rustbuild finished dev target s in building std artifacts unknown freebsd unknown freebsd compiling test root rust library test finished release target s in copying std from unknown freebsd unknown freebsd unknown freebsd extracting root rust build cache llvm false rust dev nightly unknown freebsd tar xz to root rust build unknown freebsd ci llvm building compiler artifacts unknown freebsd unknown freebsd compiling rustc main root rust compiler rustc finished release target s in copying rustc from unknown freebsd unknown freebsd unknown freebsd assembling compiler unknown freebsd building std artifacts unknown freebsd unknown freebsd error failed to run rustc to learn about target specific information caused by process didn t exit successfully root rust build bootstrap debug rustc crate name print file names csymbol mangling version legacy zunstable options zunstable options check cfg names check cfg values check cfg values bootstrap check cfg values stdarch intel sde check cfg values no fp fmt parse check cfg values no global oom handling check cfg values check cfg values backtrace in libstd check cfg values target env libnx check cfg values target os watchos check cfg values target arch asmjs spirv nvptx xtensa check cfg values dont compile me zmacro backtrace clink args wl z origin clink args wl rpath origin lib csplit debuginfo off cprefer dynamic cembed bitcode yes zcrate attr doc html root url target unknown freebsd crate type bin crate type rlib crate type dylib crate type cdylib crate type staticlib crate type proc macro print sysroot print cfg exit status stderr rustc exited with signal core dumped build completed unsuccessfully in
0
58,366
16,506,215,161
IssuesEvent
2021-05-25 19:40:30
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Soft crash trying to view space room directory
A-Spaces S-Major T-Defect X-Regression
When trying to view the space room directory of Matrix Community, things crash. This looks to be something matrix-org/matrix-react-sdk#6089 did. (see rageshake)
1.0
Soft crash trying to view space room directory - When trying to view the space room directory of Matrix Community, things crash. This looks to be something matrix-org/matrix-react-sdk#6089 did. (see rageshake)
defect
soft crash trying to view space room directory when trying to view the space room directory of matrix community things crash this looks to be something matrix org matrix react sdk did see rageshake
1
48,748
13,184,728,947
IssuesEvent
2020-08-12 19:59:15
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
I3File.pop_frame() broken (Trac #131)
Incomplete Migration Migrated from Trac dataio defect
<details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/131 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:56", "description": "the no-arguments version (which should pop the next frame of any type) always returns None", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1416713876900096", "component": "dataio", "summary": "I3File.pop_frame() broken", "priority": "normal", "keywords": "", "time": "2008-09-09T02:18:02", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
1.0
I3File.pop_frame() broken (Trac #131) - <details> <summary>_Migrated from https://code.icecube.wisc.edu/ticket/131 , reported by troy and owned by troy_</summary> <p> ```json { "status": "closed", "changetime": "2014-11-23T03:37:56", "description": "the no-arguments version (which should pop the next frame of any type) always returns None", "reporter": "troy", "cc": "", "resolution": "fixed", "_ts": "1416713876900096", "component": "dataio", "summary": "I3File.pop_frame() broken", "priority": "normal", "keywords": "", "time": "2008-09-09T02:18:02", "milestone": "", "owner": "troy", "type": "defect" } ``` </p> </details>
defect
pop frame broken trac migrated from reported by troy and owned by troy json status closed changetime description the no arguments version which should pop the next frame of any type always returns none reporter troy cc resolution fixed ts component dataio summary pop frame broken priority normal keywords time milestone owner troy type defect
1
63,734
8,691,163,375
IssuesEvent
2018-12-04 00:07:08
CuBoulder/express
https://api.github.com/repos/CuBoulder/express
closed
As a SO/SE I would like to be able to embed an outlook calendar on a web express site
Epic Still Open at 3.0 evaluate-1:Director Approval evaluate-1:More Information evaluate-2:Accessibility evaluate-2:Automated Testing evaluate-2:Documentation Needs evaluate-2:Performance Impact evaluate-2:Security Concerns evaluate-2:Support Concerns evaluate-2:Usability
Being able to schedule rooms or appointment times is university functionality that is part of outlook. The photography department is trying to find a way to allow university clients to self register for appoint times to get their head shots taken. We can publish an Outlook calendar as an internet calendar It would be great if they could embed the schedule on a webpage because not all employees use outlook personally Related to Issue: #2558 Resources? #2558 ![image](https://user-images.githubusercontent.com/16137919/42048719-5469c4c0-7ac1-11e8-8d90-1e0b7734807c.png)
1.0
As a SO/SE I would like to be able to embed an outlook calendar on a web express site - Being able to schedule rooms or appointment times is university functionality that is part of outlook. The photography department is trying to find a way to allow university clients to self register for appoint times to get their head shots taken. We can publish an Outlook calendar as an internet calendar It would be great if they could embed the schedule on a webpage because not all employees use outlook personally Related to Issue: #2558 Resources? #2558 ![image](https://user-images.githubusercontent.com/16137919/42048719-5469c4c0-7ac1-11e8-8d90-1e0b7734807c.png)
non_defect
as a so se i would like to be able to embed an outlook calendar on a web express site being able to schedule rooms or appointment times is university functionality that is part of outlook the photography department is trying to find a way to allow university clients to self register for appoint times to get their head shots taken we can publish an outlook calendar as an internet calendar it would be great if they could embed the schedule on a webpage because not all employees use outlook personally related to issue resources
0