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
25,030
4,177,499,684
IssuesEvent
2016-06-22 00:22:05
schuel/hmmm
https://api.github.com/repos/schuel/hmmm
closed
multiple files are displayed incorrectly in course-docs
defect Layout
![multiplefiles_bug](https://cloud.githubusercontent.com/assets/4281072/13272246/00496bca-da9b-11e5-9080-42ac23a51e74.png) ![muliplefiles_bug2](https://cloud.githubusercontent.com/assets/4281072/13272321/7c45f446-da9b-11e5-8df7-81c53be997a8.png) if the same file is used in multiple events only show it once and list dates behind?
1.0
multiple files are displayed incorrectly in course-docs - ![multiplefiles_bug](https://cloud.githubusercontent.com/assets/4281072/13272246/00496bca-da9b-11e5-9080-42ac23a51e74.png) ![muliplefiles_bug2](https://cloud.githubusercontent.com/assets/4281072/13272321/7c45f446-da9b-11e5-8df7-81c53be997a8.png) if the same file is used in multiple events only show it once and list dates behind?
defect
multiple files are displayed incorrectly in course docs if the same file is used in multiple events only show it once and list dates behind
1
11,738
2,664,695,396
IssuesEvent
2015-03-20 15:59:07
holahmeds/remotedroid
https://api.github.com/repos/holahmeds/remotedroid
closed
Crash if wifi is not available
auto-migrated Priority-Medium Type-Defect
``` The program crash if WiFi connection is not available. What steps will reproduce the problem? 1. Turn off wifi 2. Run the program 3. Leave program What is the expected output? The program ends smoothly What do you see instead? The program crash and rise a unhandled exception What version of the product are you using? On what operating system? SVN r45 running on galaxy ace Android 2.3.2 Please provide any additional information below. To correct just handle a exception when closing socket in class DiscoverThread around line 44 as below: public void closeSocket() { try { this.socket.close(); this.inSocket.close(); } catch (Exception e) { } } ``` Original issue reported on code.google.com by `J.Franci...@gmail.com` on 12 Jan 2012 at 1:53
1.0
Crash if wifi is not available - ``` The program crash if WiFi connection is not available. What steps will reproduce the problem? 1. Turn off wifi 2. Run the program 3. Leave program What is the expected output? The program ends smoothly What do you see instead? The program crash and rise a unhandled exception What version of the product are you using? On what operating system? SVN r45 running on galaxy ace Android 2.3.2 Please provide any additional information below. To correct just handle a exception when closing socket in class DiscoverThread around line 44 as below: public void closeSocket() { try { this.socket.close(); this.inSocket.close(); } catch (Exception e) { } } ``` Original issue reported on code.google.com by `J.Franci...@gmail.com` on 12 Jan 2012 at 1:53
defect
crash if wifi is not available the program crash if wifi connection is not available what steps will reproduce the problem turn off wifi run the program leave program what is the expected output the program ends smoothly what do you see instead the program crash and rise a unhandled exception what version of the product are you using on what operating system svn running on galaxy ace android please provide any additional information below to correct just handle a exception when closing socket in class discoverthread around line as below public void closesocket try this socket close this insocket close catch exception e original issue reported on code google com by j franci gmail com on jan at
1
54,915
23,359,712,239
IssuesEvent
2022-08-10 10:33:51
microsoftgraph/microsoft-graph-explorer-v4
https://api.github.com/repos/microsoftgraph/microsoft-graph-explorer-v4
closed
https://graph.microsoft.com/v1.0/sites API is returning 502 Bad Gateway
API: Graph Needs: Attention 👋 Needs: Author Feedback Status: No Recent Activity Service issue
**Describe the bug** Unable to poll Microsoft Graph https://graph.microsoft.com/v1.0/sites API. It is returning 502 Bad Gateway even though other APIs work fine and there are no permissions or other issue. API appears completely broken from the MS side. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://developer.microsoft.com/en-us/graph/graph-explorer' 2. Sign-in with credentials (i used Global Admin creds) that has Sites.Read.All 3. In the Sample queries list find 'Sharepoint Sites' 4. Select 'GET my organization's default SharePoint site' 5. Run Query **Expected behavior** This API endpoint is supposed to return information about my organization default Sharepoint site but instead I get Bad Gateway - 502 - 112ms { "error": { "code": "UnknownError", "message": "", "innerError": { "date": "2022-07-12T02:48:46", "request-id": "81a213cf-8c39-4442-bd8f-7e964c690e8d", "client-request-id": "b8d5de76-1282-5090-48fe-a4ee923be096" } } } Same behavior is exhibited when polling API through Postman. **Screenshots** If applicable, add screenshots to help explain your problem. <img width="1585" alt="Screen Shot 2022-07-11 at 7 17 28 PM" src="https://user-images.githubusercontent.com/49700455/178398270-1b5d43e7-f0e4-427c-99e5-50e8511a68d7.png"> **Desktop (please complete the following information):** - OS: MacOS Mojave 10.14.6 - Browser: Chrome - Version: 102.0.5005.61 **Additional context** All issues point to a broken API on the MS side. Please repair ASAP as this is impacting our operations.
1.0
https://graph.microsoft.com/v1.0/sites API is returning 502 Bad Gateway - **Describe the bug** Unable to poll Microsoft Graph https://graph.microsoft.com/v1.0/sites API. It is returning 502 Bad Gateway even though other APIs work fine and there are no permissions or other issue. API appears completely broken from the MS side. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'https://developer.microsoft.com/en-us/graph/graph-explorer' 2. Sign-in with credentials (i used Global Admin creds) that has Sites.Read.All 3. In the Sample queries list find 'Sharepoint Sites' 4. Select 'GET my organization's default SharePoint site' 5. Run Query **Expected behavior** This API endpoint is supposed to return information about my organization default Sharepoint site but instead I get Bad Gateway - 502 - 112ms { "error": { "code": "UnknownError", "message": "", "innerError": { "date": "2022-07-12T02:48:46", "request-id": "81a213cf-8c39-4442-bd8f-7e964c690e8d", "client-request-id": "b8d5de76-1282-5090-48fe-a4ee923be096" } } } Same behavior is exhibited when polling API through Postman. **Screenshots** If applicable, add screenshots to help explain your problem. <img width="1585" alt="Screen Shot 2022-07-11 at 7 17 28 PM" src="https://user-images.githubusercontent.com/49700455/178398270-1b5d43e7-f0e4-427c-99e5-50e8511a68d7.png"> **Desktop (please complete the following information):** - OS: MacOS Mojave 10.14.6 - Browser: Chrome - Version: 102.0.5005.61 **Additional context** All issues point to a broken API on the MS side. Please repair ASAP as this is impacting our operations.
non_defect
api is returning bad gateway describe the bug unable to poll microsoft graph api it is returning bad gateway even though other apis work fine and there are no permissions or other issue api appears completely broken from the ms side to reproduce steps to reproduce the behavior go to sign in with credentials i used global admin creds that has sites read all in the sample queries list find sharepoint sites select get my organization s default sharepoint site run query expected behavior this api endpoint is supposed to return information about my organization default sharepoint site but instead i get bad gateway error code unknownerror message innererror date request id client request id same behavior is exhibited when polling api through postman screenshots if applicable add screenshots to help explain your problem img width alt screen shot at pm src desktop please complete the following information os macos mojave browser chrome version additional context all issues point to a broken api on the ms side please repair asap as this is impacting our operations
0
103,937
8,954,377,959
IssuesEvent
2019-01-25 22:36:45
eutelescope/eutelescope
https://api.github.com/repos/eutelescope/eutelescope
closed
Write unit tests for EUTelGeometryTelescopeGeoDescription
Enhancement Maintenance/Testing
We, **under all circumstances**, have to ensure, that this class provides correct functionality.
1.0
Write unit tests for EUTelGeometryTelescopeGeoDescription - We, **under all circumstances**, have to ensure, that this class provides correct functionality.
non_defect
write unit tests for eutelgeometrytelescopegeodescription we under all circumstances have to ensure that this class provides correct functionality
0
437,528
30,602,529,916
IssuesEvent
2023-07-22 15:20:05
20105070/20105070.github.io
https://api.github.com/repos/20105070/20105070.github.io
closed
City UI
documentation
<img width="960" alt="4" src="https://github.com/20105070/20105070.github.io/assets/87380731/fd4e0198-c013-4252-a8fb-ae7dbc6341e6"> <img width="960" alt="5" src="https://github.com/20105070/20105070.github.io/assets/87380731/cf2230ba-0344-483e-8a1d-e5950bb576b7"> <img width="960" alt="6" src="https://github.com/20105070/20105070.github.io/assets/87380731/290f108b-7c27-46b7-876b-58f16951ce7f">
1.0
City UI - <img width="960" alt="4" src="https://github.com/20105070/20105070.github.io/assets/87380731/fd4e0198-c013-4252-a8fb-ae7dbc6341e6"> <img width="960" alt="5" src="https://github.com/20105070/20105070.github.io/assets/87380731/cf2230ba-0344-483e-8a1d-e5950bb576b7"> <img width="960" alt="6" src="https://github.com/20105070/20105070.github.io/assets/87380731/290f108b-7c27-46b7-876b-58f16951ce7f">
non_defect
city ui img width alt src img width alt src img width alt src
0
652,064
21,520,474,083
IssuesEvent
2022-04-28 13:49:21
thoth-station/common
https://api.github.com/repos/thoth-station/common
closed
upgrade minimum version of kubernetes module to 12.0.0a1
priority/critical-urgent kind/feature sig/devsecops
**Is your feature request related to a problem? Please describe.** https://github.com/thoth-station/common/blob/master/requirements.txt#L10 declares a dependency on kubernetes, current versions are affected by https://access.redhat.com/security/cve/cve-2020-1747 This results in all our container images having a critical security issue, for example: https://quay.io/repository/thoth-station/integration-tests/manifest/sha256:7d4195a824800c12b63b011e29f2f1ffc7e623a3753373cd5c2c5c775b3ac7df?tab=vulnerabilities **Describe the solution you'd like** update kubernetes dependency to 12.0.0a1, release new patch version of thoth-common **Describe alternatives you've considered** wait until kubernetes 12.0.0 is release, release new patch version of thoth-common **Additional context** n/a /priority critical-urgent /sig devsecops /assign @fridex /assign @mayaCostantini /assign @harshad16 /assign @Gregory-Pereira
1.0
upgrade minimum version of kubernetes module to 12.0.0a1 - **Is your feature request related to a problem? Please describe.** https://github.com/thoth-station/common/blob/master/requirements.txt#L10 declares a dependency on kubernetes, current versions are affected by https://access.redhat.com/security/cve/cve-2020-1747 This results in all our container images having a critical security issue, for example: https://quay.io/repository/thoth-station/integration-tests/manifest/sha256:7d4195a824800c12b63b011e29f2f1ffc7e623a3753373cd5c2c5c775b3ac7df?tab=vulnerabilities **Describe the solution you'd like** update kubernetes dependency to 12.0.0a1, release new patch version of thoth-common **Describe alternatives you've considered** wait until kubernetes 12.0.0 is release, release new patch version of thoth-common **Additional context** n/a /priority critical-urgent /sig devsecops /assign @fridex /assign @mayaCostantini /assign @harshad16 /assign @Gregory-Pereira
non_defect
upgrade minimum version of kubernetes module to is your feature request related to a problem please describe declares a dependency on kubernetes current versions are affected by this results in all our container images having a critical security issue for example describe the solution you d like update kubernetes dependency to release new patch version of thoth common describe alternatives you ve considered wait until kubernetes is release release new patch version of thoth common additional context n a priority critical urgent sig devsecops assign fridex assign mayacostantini assign assign gregory pereira
0
711,221
24,454,037,961
IssuesEvent
2022-10-07 04:03:16
autolab/Autolab
https://api.github.com/repos/autolab/Autolab
closed
Submitting a tar file containing .deriv results in an error
Priority: Low Type: Bug
**Your environment** Let us know details such as - localhost - Mac M1 **Steps To Reproduce** Steps to reproduce the behavior: 1. Submit a tar file contain files with `.deriv` extensions 2. Open the submission in manage submissions (go to the speedgrader view) **Current behavior** ![image](https://user-images.githubusercontent.com/5773562/180631969-60e91949-c35e-4600-8fe4-ec53bc69549a.png) **Expected behavior** Should be able to load properly
1.0
Submitting a tar file containing .deriv results in an error - **Your environment** Let us know details such as - localhost - Mac M1 **Steps To Reproduce** Steps to reproduce the behavior: 1. Submit a tar file contain files with `.deriv` extensions 2. Open the submission in manage submissions (go to the speedgrader view) **Current behavior** ![image](https://user-images.githubusercontent.com/5773562/180631969-60e91949-c35e-4600-8fe4-ec53bc69549a.png) **Expected behavior** Should be able to load properly
non_defect
submitting a tar file containing deriv results in an error your environment let us know details such as localhost mac steps to reproduce steps to reproduce the behavior submit a tar file contain files with deriv extensions open the submission in manage submissions go to the speedgrader view current behavior expected behavior should be able to load properly
0
34,738
7,459,803,035
IssuesEvent
2018-03-30 16:54:39
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
KÜ detailvaates eelmine/järgmine annab vea
C: AIS P: highest R: fixed T: defect
**Reported by sven syld on 29 Dec 2015 14:33 UTC** 1) [KÜ otsing "mart"](http://mini.dev.raju.teepub/et/description_unit/list/?filter%5Bterm%5D=mart&filter%5BisDigitized%5D=) 2) Siit 1. tulemus 3) [Siit "järgmine" link](http://mini.dev.raju.teepub/et/description_unit/nav/next/?filter%5Bterm%5D=mart&resultNum=1) Tulemuseks viga: Catchable fatal error: Argument 2 passed to Dira\DescriptionUnitBundle\Controller\NavigateController::getDescUnitFilteredQuery() must be an instance of Dira\SupporterBundle\Form\Model\Ordering, null given, called in /home/dev_mini/dev/htdocs/src/Dira/DescriptionUnitBundle/Controller/DescUnitControllerHelper.php on line 140 and defined in /home/dev_mini/dev/htdocs/src/Dira/DescriptionUnitBundle/Controller/DescUnitControllerHelper.php on line 619
1.0
KÜ detailvaates eelmine/järgmine annab vea - **Reported by sven syld on 29 Dec 2015 14:33 UTC** 1) [KÜ otsing "mart"](http://mini.dev.raju.teepub/et/description_unit/list/?filter%5Bterm%5D=mart&filter%5BisDigitized%5D=) 2) Siit 1. tulemus 3) [Siit "järgmine" link](http://mini.dev.raju.teepub/et/description_unit/nav/next/?filter%5Bterm%5D=mart&resultNum=1) Tulemuseks viga: Catchable fatal error: Argument 2 passed to Dira\DescriptionUnitBundle\Controller\NavigateController::getDescUnitFilteredQuery() must be an instance of Dira\SupporterBundle\Form\Model\Ordering, null given, called in /home/dev_mini/dev/htdocs/src/Dira/DescriptionUnitBundle/Controller/DescUnitControllerHelper.php on line 140 and defined in /home/dev_mini/dev/htdocs/src/Dira/DescriptionUnitBundle/Controller/DescUnitControllerHelper.php on line 619
defect
kü detailvaates eelmine järgmine annab vea reported by sven syld on dec utc siit tulemus tulemuseks viga catchable fatal error argument passed to dira descriptionunitbundle controller navigatecontroller getdescunitfilteredquery must be an instance of dira supporterbundle form model ordering null given called in home dev mini dev htdocs src dira descriptionunitbundle controller descunitcontrollerhelper php on line and defined in home dev mini dev htdocs src dira descriptionunitbundle controller descunitcontrollerhelper php on line
1
73,769
24,794,002,819
IssuesEvent
2022-10-24 15:44:01
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Selenium::WebDriver::Error::JavascriptError (javascript error: b.toLowerCase is not a function)
C-rb I-defect
### What happened? I try the code below and `driver.find_element` throws the error below. None of the information helps me to resolve the issue. No idea what is happening here. ### How can we reproduce the issue? ```shell require 'selenium-webdriver' require 'webdrivers' @driver ||= Selenium::WebDriver.for(:chrome) @driver.get("https://www.tcgplayer.com/login") username = @driver.find_element(:css, "input[type=email]")[0] ``` ``` Traceback (most recent call last): 33: from tcgplayer_purchase_order_scraper.rb:38:in `<main>' 32: from tcgplayer_purchase_order_scraper.rb:14:in `login' 31: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/common/element.rb:116:in `attribute' 30: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/w3c/bridge.rb:476:in `element_attribute' 29: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/atoms.rb:32:in `execute_atom' 28: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/w3c/bridge.rb:305:in `execute_script' 27: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/w3c/bridge.rb:567:in `execute' 26: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/bridge.rb:167:in `execute' 25: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/common.rb:64:in `call' 24: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/default.rb:114:in `request' 23: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/common.rb:88:in `create_response' 22: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/common.rb:88:in `new' 21: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/response.rb:34:in `initialize' 20: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/response.rb:72:in `assert_ok' 19: from #19 0x7fa020b6bfa3 <unknown> 18: from #18 0x5646d03cf8b2 <unknown> 17: from #17 0x5646d03b5706 <unknown> 16: from #16 0x5646d03b5588 <unknown> 15: from #15 0x5646d036becf <unknown> 14: from #14 0x5646d03952a3 <unknown> 13: from #13 0x5646d0377aae <unknown> 12: from #12 0x5646d0394622 <unknown> 11: from #11 0x5646d039118e <unknown> 10: from #10 0x5646d0179a21 <unknown> 9: from #9 0x5646d01787e3 <unknown> 8: from #8 0x5646d01a3d63 <unknown> 7: from #7 0x5646d01bba50 <unknown> 6: from #6 0x5646d01a3f42 <unknown> 5: from #5 0x5646d01bc6c3 <unknown> 4: from #4 0x5646d01504a0 <unknown> 3: from #3 0x5646d014f877 <unknown> 2: from #2 0x5646d014f9d7 <unknown> 1: from #1 0x5646d014c83a <unknown> #0 0x5646d03432c3 <unknown>: javascript error: b.toLowerCase is not a function (Selenium::WebDriver::Error::JavascriptError) (Session info: chrome=106.0.5249.119) ``` ``` ### Relevant log output ```shell huh? ``` ### Operating System Debian ### Selenium version ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu] , selenium-webdriver gem 2.7.6.2 ### What are the browser(s) and version(s) where you see this issue? Chrome 91, updated to latest and issue persists ### What are the browser driver(s) and version(s) where you see this issue? Chromedriver, whatever version is automatically downloaded by "webdrivers" gem ### Are you using Selenium Grid? no
1.0
[🐛 Bug]: Selenium::WebDriver::Error::JavascriptError (javascript error: b.toLowerCase is not a function) - ### What happened? I try the code below and `driver.find_element` throws the error below. None of the information helps me to resolve the issue. No idea what is happening here. ### How can we reproduce the issue? ```shell require 'selenium-webdriver' require 'webdrivers' @driver ||= Selenium::WebDriver.for(:chrome) @driver.get("https://www.tcgplayer.com/login") username = @driver.find_element(:css, "input[type=email]")[0] ``` ``` Traceback (most recent call last): 33: from tcgplayer_purchase_order_scraper.rb:38:in `<main>' 32: from tcgplayer_purchase_order_scraper.rb:14:in `login' 31: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/common/element.rb:116:in `attribute' 30: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/w3c/bridge.rb:476:in `element_attribute' 29: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/atoms.rb:32:in `execute_atom' 28: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/w3c/bridge.rb:305:in `execute_script' 27: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/w3c/bridge.rb:567:in `execute' 26: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/bridge.rb:167:in `execute' 25: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/common.rb:64:in `call' 24: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/default.rb:114:in `request' 23: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/common.rb:88:in `create_response' 22: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/http/common.rb:88:in `new' 21: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/response.rb:34:in `initialize' 20: from /var/lib/gems/2.5.0/gems/selenium-webdriver-3.142.7/lib/selenium/webdriver/remote/response.rb:72:in `assert_ok' 19: from #19 0x7fa020b6bfa3 <unknown> 18: from #18 0x5646d03cf8b2 <unknown> 17: from #17 0x5646d03b5706 <unknown> 16: from #16 0x5646d03b5588 <unknown> 15: from #15 0x5646d036becf <unknown> 14: from #14 0x5646d03952a3 <unknown> 13: from #13 0x5646d0377aae <unknown> 12: from #12 0x5646d0394622 <unknown> 11: from #11 0x5646d039118e <unknown> 10: from #10 0x5646d0179a21 <unknown> 9: from #9 0x5646d01787e3 <unknown> 8: from #8 0x5646d01a3d63 <unknown> 7: from #7 0x5646d01bba50 <unknown> 6: from #6 0x5646d01a3f42 <unknown> 5: from #5 0x5646d01bc6c3 <unknown> 4: from #4 0x5646d01504a0 <unknown> 3: from #3 0x5646d014f877 <unknown> 2: from #2 0x5646d014f9d7 <unknown> 1: from #1 0x5646d014c83a <unknown> #0 0x5646d03432c3 <unknown>: javascript error: b.toLowerCase is not a function (Selenium::WebDriver::Error::JavascriptError) (Session info: chrome=106.0.5249.119) ``` ``` ### Relevant log output ```shell huh? ``` ### Operating System Debian ### Selenium version ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu] , selenium-webdriver gem 2.7.6.2 ### What are the browser(s) and version(s) where you see this issue? Chrome 91, updated to latest and issue persists ### What are the browser driver(s) and version(s) where you see this issue? Chromedriver, whatever version is automatically downloaded by "webdrivers" gem ### Are you using Selenium Grid? no
defect
selenium webdriver error javascripterror javascript error b tolowercase is not a function what happened i try the code below and driver find element throws the error below none of the information helps me to resolve the issue no idea what is happening here how can we reproduce the issue shell require selenium webdriver require webdrivers driver selenium webdriver for chrome driver get username driver find element css input traceback most recent call last from tcgplayer purchase order scraper rb in from tcgplayer purchase order scraper rb in login from var lib gems gems selenium webdriver lib selenium webdriver common element rb in attribute from var lib gems gems selenium webdriver lib selenium webdriver remote bridge rb in element attribute from var lib gems gems selenium webdriver lib selenium webdriver atoms rb in execute atom from var lib gems gems selenium webdriver lib selenium webdriver remote bridge rb in execute script from var lib gems gems selenium webdriver lib selenium webdriver remote bridge rb in execute from var lib gems gems selenium webdriver lib selenium webdriver remote bridge rb in execute from var lib gems gems selenium webdriver lib selenium webdriver remote http common rb in call from var lib gems gems selenium webdriver lib selenium webdriver remote http default rb in request from var lib gems gems selenium webdriver lib selenium webdriver remote http common rb in create response from var lib gems gems selenium webdriver lib selenium webdriver remote http common rb in new from var lib gems gems selenium webdriver lib selenium webdriver remote response rb in initialize from var lib gems gems selenium webdriver lib selenium webdriver remote response rb in assert ok from from from from from from from from from from from from from from from from from from from javascript error b tolowercase is not a function selenium webdriver error javascripterror session info chrome relevant log output shell huh operating system debian selenium version ruby revision selenium webdriver gem what are the browser s and version s where you see this issue chrome updated to latest and issue persists what are the browser driver s and version s where you see this issue chromedriver whatever version is automatically downloaded by webdrivers gem are you using selenium grid no
1
220,797
16,985,746,793
IssuesEvent
2021-06-30 14:12:54
airshipit/airshipctl
https://api.github.com/repos/airshipit/airshipctl
closed
Concrete example in airship in a pod Readme
5-Documentation enhancement priority/critical size s
**Problem description (if applicable)** Am new in airshipctl and because "**airship in a bottle**" would not play well, i was advised to try "**airship in a pod**" but i m trying to find some info on which container should i run the airshipctl **Proposed change** Maybe an example of `/root/.airship/config` would be nice as well a little more detailed guide on how to run airshipctl , from which container etc
1.0
Concrete example in airship in a pod Readme - **Problem description (if applicable)** Am new in airshipctl and because "**airship in a bottle**" would not play well, i was advised to try "**airship in a pod**" but i m trying to find some info on which container should i run the airshipctl **Proposed change** Maybe an example of `/root/.airship/config` would be nice as well a little more detailed guide on how to run airshipctl , from which container etc
non_defect
concrete example in airship in a pod readme problem description if applicable am new in airshipctl and because airship in a bottle would not play well i was advised to try airship in a pod but i m trying to find some info on which container should i run the airshipctl proposed change maybe an example of root airship config would be nice as well a little more detailed guide on how to run airshipctl from which container etc
0
77,496
27,019,967,028
IssuesEvent
2023-02-11 00:03:58
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
508-defect-3 [SCREENREADER, COGNITION]: Link text "download them online" should include target and purpose
508/Accessibility 508-defect-3 508-issue-cognition 508-issue-screenreader
# [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** Josh ## User Story or Problem Statement As a screen reader user who navigates by means of a links list, I expect links to include a clear target and purpose so I know what they will do and where they will lead me. ## Details The link text "download them online" on the "Your VA Debt" page is not specific enough to help screen reader users take action. Rewriting the content below the heading "By Mail" can help. ## Acceptance Criteria - [ ] "download them online" is rewritten to include a target and purpose ## Steps to Recreate 1. Log in to user 1 and go to `https://staging.va.gov/manage-va-debt/your-debt/` 2. Confirm the link text below the heading "By Mail" is written as "download them online" ## Proposed Solution Consider rewriting the content to accommodate a link text that contains a target and purpose: You can [download instructions on how to pay by mail online](https://staging.va.gov/manage-va-debt/your-debt/debt-letters) or in the demand letter sent to your address. ## WCAG or Vendor Guidance [Accessibility Oz - Links and accessibility](https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context.html) ## Screenshots or Trace Logs <img width="756" alt="Screen Shot 2021-08-05 at 1 22 06 PM" src="https://user-images.githubusercontent.com/14154792/128393892-ff5c3b1f-80cd-44c9-a7dd-443fdca2c7d0.png">
1.0
508-defect-3 [SCREENREADER, COGNITION]: Link text "download them online" should include target and purpose - # [508-defect-3](https://github.com/department-of-veterans-affairs/va.gov-team/blob/master/platform/accessibility/guidance/defect-severity-rubric.md#508-defect-3) <!-- Enter an issue title using the format [ERROR TYPE]: Brief description of the problem --- [SCREENREADER]: Edit buttons need aria-label for context [KEYBOARD]: Add another user link will not receive keyboard focus [AXE-CORE]: Heading levels should increase by one [COGNITION]: Error messages should be more specific [COLOR]: Blue button on blue background does not have sufficient contrast ratio --- --> <!-- It's okay to delete the instructions above, but leave the link to the 508 defect severity level for your issue. --> ## Feedback framework - **❗️ Must** for if the feedback must be applied - **⚠️ Should** if the feedback is best practice - **✔️ Consider** for suggestions/enhancements ## Definition of done 1. Review and acknowledge feedback. 1. Fix and/or document decisions made. 1. Accessibility specialist will close ticket after reviewing documented decisions / validating fix. ## Point of Contact <!-- If this issue is being opened by a VFS team member, please add a point of contact. Usually this is the same person who enters the issue ticket. --> **VFS Point of Contact:** Josh ## User Story or Problem Statement As a screen reader user who navigates by means of a links list, I expect links to include a clear target and purpose so I know what they will do and where they will lead me. ## Details The link text "download them online" on the "Your VA Debt" page is not specific enough to help screen reader users take action. Rewriting the content below the heading "By Mail" can help. ## Acceptance Criteria - [ ] "download them online" is rewritten to include a target and purpose ## Steps to Recreate 1. Log in to user 1 and go to `https://staging.va.gov/manage-va-debt/your-debt/` 2. Confirm the link text below the heading "By Mail" is written as "download them online" ## Proposed Solution Consider rewriting the content to accommodate a link text that contains a target and purpose: You can [download instructions on how to pay by mail online](https://staging.va.gov/manage-va-debt/your-debt/debt-letters) or in the demand letter sent to your address. ## WCAG or Vendor Guidance [Accessibility Oz - Links and accessibility](https://www.w3.org/WAI/WCAG21/Understanding/link-purpose-in-context.html) ## Screenshots or Trace Logs <img width="756" alt="Screen Shot 2021-08-05 at 1 22 06 PM" src="https://user-images.githubusercontent.com/14154792/128393892-ff5c3b1f-80cd-44c9-a7dd-443fdca2c7d0.png">
defect
defect link text download them online should include target and purpose enter an issue title using the format brief description of the problem edit buttons need aria label for context add another user link will not receive keyboard focus heading levels should increase by one error messages should be more specific blue button on blue background does not have sufficient contrast ratio feedback framework ❗️ must for if the feedback must be applied ⚠️ should if the feedback is best practice ✔️ consider for suggestions enhancements definition of done review and acknowledge feedback fix and or document decisions made accessibility specialist will close ticket after reviewing documented decisions validating fix point of contact vfs point of contact josh user story or problem statement as a screen reader user who navigates by means of a links list i expect links to include a clear target and purpose so i know what they will do and where they will lead me details the link text download them online on the your va debt page is not specific enough to help screen reader users take action rewriting the content below the heading by mail can help acceptance criteria download them online is rewritten to include a target and purpose steps to recreate log in to user and go to confirm the link text below the heading by mail is written as download them online proposed solution consider rewriting the content to accommodate a link text that contains a target and purpose you can or in the demand letter sent to your address wcag or vendor guidance screenshots or trace logs img width alt screen shot at pm src
1
79,074
27,963,638,451
IssuesEvent
2023-03-24 17:31:47
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Block editor: `[Object, object]` in the value when save a contentlet with no changes
Type : Defect Triage
### Parent Issue N/A ### Problem Statement N/A ### Steps to Reproduce N/A ### Acceptance Criteria N/A ### dotCMS Version N/A ### Proposed Objective Core Features ### Proposed Priority Priority 1 - Show Stopper ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
1.0
Block editor: `[Object, object]` in the value when save a contentlet with no changes - ### Parent Issue N/A ### Problem Statement N/A ### Steps to Reproduce N/A ### Acceptance Criteria N/A ### dotCMS Version N/A ### Proposed Objective Core Features ### Proposed Priority Priority 1 - Show Stopper ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
defect
block editor in the value when save a contentlet with no changes parent issue n a problem statement n a steps to reproduce n a acceptance criteria n a dotcms version n a proposed objective core features proposed priority priority show stopper external links slack conversations support tickets figma designs etc no response assumptions initiation needs no response quality assurance notes workarounds no response sub tasks estimates no response
1
342,513
10,318,398,670
IssuesEvent
2019-08-30 14:52:17
sjawhar/enchanted-brain
https://api.github.com/repos/sjawhar/enchanted-brain
opened
Sign Up Revisions
area/client kind/enhancement priority/q1 size/S
## Expected Behavior - [ ] Make agreement to scientific data use optional, record on user - [ ] Add country of residence, remove name - [ ] Move email and password to separate page - [ ] Explore a method to sign up without email and skip verification (maybe use device UUID as username?)
1.0
Sign Up Revisions - ## Expected Behavior - [ ] Make agreement to scientific data use optional, record on user - [ ] Add country of residence, remove name - [ ] Move email and password to separate page - [ ] Explore a method to sign up without email and skip verification (maybe use device UUID as username?)
non_defect
sign up revisions expected behavior make agreement to scientific data use optional record on user add country of residence remove name move email and password to separate page explore a method to sign up without email and skip verification maybe use device uuid as username
0
234,606
7,723,717,122
IssuesEvent
2018-05-24 13:16:48
magicDGS/ReadTools
https://api.github.com/repos/magicDGS/ReadTools
opened
Tool for extract concrete read names from any source
Priority: Medium Status: Accepted Type: Enhancement
The main idea is to provide a list of read names and to iterate over the file to find the matching reads. Example use cases: * Extract read names from a region of a mapped BAM file and extract all the unmapped reads contained there. * Extract read and mates from a region of a mapped BAM in two steps. * Grep a concrete set of reads generating weird results in an analysis (or debug code) Requirements are the following (mostly based on performance): * Efficient contains for the read name dictionary: this is the most important feature for the tool to be fast. Lookup for each read will be performed, and both the names and the number of reads might be large. For example the Aho-Corasick algorithm can be used, which has implementations in java that are available in maven central (e.g., https://github.com/robert-bor/aho-corasick or https://github.com/hankcs/AhoCorasickDoubleArrayTrie). * Efficient storage of read name "dictionary": the memory usage should be low even if millions of read pairs are added. This fits with the idea of using the Aho-Corasick algorithm, which is based on tries. As an example of trie library in java available in maven central is https://github.com/takawitter/trie4j. Maybe this is enough without the Aho-Corasick algorithm. * Speed up by providing a number of maximum matches: for example, if the read is found already once, remove from the dictionary for faster lookups. This should be an option for the user. * Option to invert search, such that reads not in the set are output. * As an optional feature, which might not be included in the first implementation, it will be nice to have a way to filter out reads with a `ReadFilter` - e.g., only first of pair/second of pair. * A putative problem might arise from converting the read names internally to the standard format: e.g., user provides "readName/1" instead of "readName". We should be clear that we do not handle such cases (a future improvement is to normalize provided names or switch-off the conversion for this tool).
1.0
Tool for extract concrete read names from any source - The main idea is to provide a list of read names and to iterate over the file to find the matching reads. Example use cases: * Extract read names from a region of a mapped BAM file and extract all the unmapped reads contained there. * Extract read and mates from a region of a mapped BAM in two steps. * Grep a concrete set of reads generating weird results in an analysis (or debug code) Requirements are the following (mostly based on performance): * Efficient contains for the read name dictionary: this is the most important feature for the tool to be fast. Lookup for each read will be performed, and both the names and the number of reads might be large. For example the Aho-Corasick algorithm can be used, which has implementations in java that are available in maven central (e.g., https://github.com/robert-bor/aho-corasick or https://github.com/hankcs/AhoCorasickDoubleArrayTrie). * Efficient storage of read name "dictionary": the memory usage should be low even if millions of read pairs are added. This fits with the idea of using the Aho-Corasick algorithm, which is based on tries. As an example of trie library in java available in maven central is https://github.com/takawitter/trie4j. Maybe this is enough without the Aho-Corasick algorithm. * Speed up by providing a number of maximum matches: for example, if the read is found already once, remove from the dictionary for faster lookups. This should be an option for the user. * Option to invert search, such that reads not in the set are output. * As an optional feature, which might not be included in the first implementation, it will be nice to have a way to filter out reads with a `ReadFilter` - e.g., only first of pair/second of pair. * A putative problem might arise from converting the read names internally to the standard format: e.g., user provides "readName/1" instead of "readName". We should be clear that we do not handle such cases (a future improvement is to normalize provided names or switch-off the conversion for this tool).
non_defect
tool for extract concrete read names from any source the main idea is to provide a list of read names and to iterate over the file to find the matching reads example use cases extract read names from a region of a mapped bam file and extract all the unmapped reads contained there extract read and mates from a region of a mapped bam in two steps grep a concrete set of reads generating weird results in an analysis or debug code requirements are the following mostly based on performance efficient contains for the read name dictionary this is the most important feature for the tool to be fast lookup for each read will be performed and both the names and the number of reads might be large for example the aho corasick algorithm can be used which has implementations in java that are available in maven central e g or efficient storage of read name dictionary the memory usage should be low even if millions of read pairs are added this fits with the idea of using the aho corasick algorithm which is based on tries as an example of trie library in java available in maven central is maybe this is enough without the aho corasick algorithm speed up by providing a number of maximum matches for example if the read is found already once remove from the dictionary for faster lookups this should be an option for the user option to invert search such that reads not in the set are output as an optional feature which might not be included in the first implementation it will be nice to have a way to filter out reads with a readfilter e g only first of pair second of pair a putative problem might arise from converting the read names internally to the standard format e g user provides readname instead of readname we should be clear that we do not handle such cases a future improvement is to normalize provided names or switch off the conversion for this tool
0
16,781
3,353,592,855
IssuesEvent
2015-11-18 07:19:15
MarchyKarlo/YGWTP74W5JPFM2WUCP2D45UH
https://api.github.com/repos/MarchyKarlo/YGWTP74W5JPFM2WUCP2D45UH
closed
feJaI/vfLicpAVCYmykRJCn0Z/4EXB8dWxCrmcMXcD7xNeDiR4M2XDwBdAFsXZ+mQ6+RoQrUoHXQ46u/cbHyiWVy7nxY7ApzCfVef2U+mTYB2qbB7clN6Luiy9/zUz0YWQqv4sfHbD3/vVXfpSbhEyLaQPIYXGSPOY62hpk/mOw=
design
kZ6nhnZWvufJHuM49dbBFPqa46RR/nJhY4xX/x8oAG+ccYGBRvAlVMsT23UZSS35k+ObLNbzQgBYbVb48HshcHZtvsDIftXMe8w2VKQXklWaQMiwCtbYPe00xSb+jjveFt9jbjvjRgmp9LpAfxgunNdvJLUhqEK6BCHYTMxpl/KuUDl5GcbNA4oETOtBmGkxJLyTLHJV+8Y10kxsAR0ViiS8kyxyVfvGNdJMbAEdFYokvJMsclX7xjXSTGwBHRWKJLyTLHJV+8Y10kxsAR0VinsOdNk/VT4yAuWqVHkVols/rXOGoSElK+jA6g7xSqDkxHEatLcaTCLDOjb6Cv180bmiA0VeQaMy3eP7TwRQqkpRngyFHGNdmmBF1f+tofKC128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/JZTz0chAilxgCjYA+Rs7GX5m9EwS7AHOd+QGcfAGhhzxF8vXeOtPa4kpUTY7/OaS2208hX1+3IYPwxLcSo5iY8E/AgACJ85yoYvm6D0CDdyhaJRvNWkZ+0lz2nY9xN/D+mdpcOPdO47zD4RUvrAIzw128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/IROf5rViCtNighTH4bVVom4QSYBgc/SWC1rkhUkMVM/x7Mrvh4XLHJFX47M69pmxRWmTpOZBvmUGw+RG1NFIhdpwixR5ogxn8p+KkhPTraah/3tIACzGBEplP5aGyMwLfutruMCvl75g2aE7FI8ald128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/JZTz0chAilxgCjYA+Rs7GX5m9EwS7AHOd+QGcfAGhhzxF8vXeOtPa4kpUTY7/OaS2HEffiGhTgLI7M5KymQIa/T0Bc1mv9KbRm5paW/TcEcEgLfxJSzm1aU+5DcOPU1Lx7uBvGV2iEdezy5mGufvT92Z8MeAW8xgc/4D8VPa+BuddvJLUhqEK6BCHYTMxpl/LXbyS1IahCugQh2EzMaZfyaeq5uwlIzBjTb4Rx5U8+76UH3HhqWcpxNyuxlHjnmQhNONNQRN3pk+wCXMjEK71GkgFhzYX3GkLzgLSHGPD//Sv+I4mmUwVUvyZaBuc8YmuyLE7UPT22sjoI5YSM2iZqHoyZnFz48cKS4UdyWmcmMfLA6D3Eq8308f389xr8dLukUdFTuv2HAZwhOgTZyQdx72WpxcYw98nWpOoL3QdBmjFivUPLmsZDAY0y4czQoRuKQN6ZQeWI1AAq1aV/Vhiz128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/Jj8Iu/GBBVRekNVKGknskZUrJ4SNAw5N5yqjVGw+w94ClWsGwQrHQ5giWhPqG+ufK2TF4EHQSB58Kj2XESIFhDuP+waGKR9T4CgQzlwpFxtHPtZkvU7SaIsf2kDBEgAbTXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8hE5/mtWIK02KCFMfhtVWibhBJgGBz9JYLWuSFSQxUz/Hsyu+HhcsckVfjszr2mbFJRG/gihOaDu6ZgJrpBT/9/O1jvME3ISzOLPoy6jayxdh9sApvCN+q8+vLemetO1MpFX+p6K7iHk1UZAGTdjnGnXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8ka9+3Cfm/t+qAFQfUuPqeEejJmcXPjxwpLhR3JaZyYx8sDoPcSrzfTx/fz3Gvx0u7x5wUwu1XEnaEOeXNDA94vvZanFxjD3ydak6gvdB0Gaq7j4zZ7wJwCgE4Ah0inPpuL2vsSBmHcCHl+e92uqztTXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8q5Fo1pBGHEZhHFEivUasWB4eGgDVcUv4vPq/XtQlj0qdnXTfywacXdata+s0u6s+HMcLzHfnigNCqM3WaXNBZqs++uFnjQNOkyrQMnPqABRjC9wFJcQfEfOIbp2LM/SXWmM1PywCCWoTtfqmJfzDjvXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8lJ1FhJthWrTpXvwE/SPC1xHU/aZfsd8qTtGTyZa5ywU6aM/oMXXoEEI1Ig8aHfZBr5leoOkKCQGWB+nqbvlWkMHzE4NO8IBWy6WAp5+fstvwjMexM1xJtwalldp+OqyT9dvJLUhqEK6BCHYTMxpl/LXbyS1IahCugQh2EzMaZfyRr37cJ+b+36oAVB9S4+p4R6MmZxc+PHCkuFHclpnJjFLsMg+ztB7Yo3mf9EW5dGix4/pwkNJaWeJEuA8w810++rNNBffN2KsK1h30M81aGY2zYoe1yDg2TKcnImTr75kjGJYYmPgbmgyMDuEYQf3E600X6VEnwhev9TxQucOlwAmZpr7GA1khr11bE5Js5j5
1.0
feJaI/vfLicpAVCYmykRJCn0Z/4EXB8dWxCrmcMXcD7xNeDiR4M2XDwBdAFsXZ+mQ6+RoQrUoHXQ46u/cbHyiWVy7nxY7ApzCfVef2U+mTYB2qbB7clN6Luiy9/zUz0YWQqv4sfHbD3/vVXfpSbhEyLaQPIYXGSPOY62hpk/mOw= - kZ6nhnZWvufJHuM49dbBFPqa46RR/nJhY4xX/x8oAG+ccYGBRvAlVMsT23UZSS35k+ObLNbzQgBYbVb48HshcHZtvsDIftXMe8w2VKQXklWaQMiwCtbYPe00xSb+jjveFt9jbjvjRgmp9LpAfxgunNdvJLUhqEK6BCHYTMxpl/KuUDl5GcbNA4oETOtBmGkxJLyTLHJV+8Y10kxsAR0ViiS8kyxyVfvGNdJMbAEdFYokvJMsclX7xjXSTGwBHRWKJLyTLHJV+8Y10kxsAR0VinsOdNk/VT4yAuWqVHkVols/rXOGoSElK+jA6g7xSqDkxHEatLcaTCLDOjb6Cv180bmiA0VeQaMy3eP7TwRQqkpRngyFHGNdmmBF1f+tofKC128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/JZTz0chAilxgCjYA+Rs7GX5m9EwS7AHOd+QGcfAGhhzxF8vXeOtPa4kpUTY7/OaS2208hX1+3IYPwxLcSo5iY8E/AgACJ85yoYvm6D0CDdyhaJRvNWkZ+0lz2nY9xN/D+mdpcOPdO47zD4RUvrAIzw128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/IROf5rViCtNighTH4bVVom4QSYBgc/SWC1rkhUkMVM/x7Mrvh4XLHJFX47M69pmxRWmTpOZBvmUGw+RG1NFIhdpwixR5ogxn8p+KkhPTraah/3tIACzGBEplP5aGyMwLfutruMCvl75g2aE7FI8ald128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/JZTz0chAilxgCjYA+Rs7GX5m9EwS7AHOd+QGcfAGhhzxF8vXeOtPa4kpUTY7/OaS2HEffiGhTgLI7M5KymQIa/T0Bc1mv9KbRm5paW/TcEcEgLfxJSzm1aU+5DcOPU1Lx7uBvGV2iEdezy5mGufvT92Z8MeAW8xgc/4D8VPa+BuddvJLUhqEK6BCHYTMxpl/LXbyS1IahCugQh2EzMaZfyaeq5uwlIzBjTb4Rx5U8+76UH3HhqWcpxNyuxlHjnmQhNONNQRN3pk+wCXMjEK71GkgFhzYX3GkLzgLSHGPD//Sv+I4mmUwVUvyZaBuc8YmuyLE7UPT22sjoI5YSM2iZqHoyZnFz48cKS4UdyWmcmMfLA6D3Eq8308f389xr8dLukUdFTuv2HAZwhOgTZyQdx72WpxcYw98nWpOoL3QdBmjFivUPLmsZDAY0y4czQoRuKQN6ZQeWI1AAq1aV/Vhiz128ktSGoQroEIdhMzGmX8tdvJLUhqEK6BCHYTMxpl/Jj8Iu/GBBVRekNVKGknskZUrJ4SNAw5N5yqjVGw+w94ClWsGwQrHQ5giWhPqG+ufK2TF4EHQSB58Kj2XESIFhDuP+waGKR9T4CgQzlwpFxtHPtZkvU7SaIsf2kDBEgAbTXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8hE5/mtWIK02KCFMfhtVWibhBJgGBz9JYLWuSFSQxUz/Hsyu+HhcsckVfjszr2mbFJRG/gihOaDu6ZgJrpBT/9/O1jvME3ISzOLPoy6jayxdh9sApvCN+q8+vLemetO1MpFX+p6K7iHk1UZAGTdjnGnXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8ka9+3Cfm/t+qAFQfUuPqeEejJmcXPjxwpLhR3JaZyYx8sDoPcSrzfTx/fz3Gvx0u7x5wUwu1XEnaEOeXNDA94vvZanFxjD3ydak6gvdB0Gaq7j4zZ7wJwCgE4Ah0inPpuL2vsSBmHcCHl+e92uqztTXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8q5Fo1pBGHEZhHFEivUasWB4eGgDVcUv4vPq/XtQlj0qdnXTfywacXdata+s0u6s+HMcLzHfnigNCqM3WaXNBZqs++uFnjQNOkyrQMnPqABRjC9wFJcQfEfOIbp2LM/SXWmM1PywCCWoTtfqmJfzDjvXbyS1IahCugQh2EzMaZfy128ktSGoQroEIdhMzGmX8lJ1FhJthWrTpXvwE/SPC1xHU/aZfsd8qTtGTyZa5ywU6aM/oMXXoEEI1Ig8aHfZBr5leoOkKCQGWB+nqbvlWkMHzE4NO8IBWy6WAp5+fstvwjMexM1xJtwalldp+OqyT9dvJLUhqEK6BCHYTMxpl/LXbyS1IahCugQh2EzMaZfyRr37cJ+b+36oAVB9S4+p4R6MmZxc+PHCkuFHclpnJjFLsMg+ztB7Yo3mf9EW5dGix4/pwkNJaWeJEuA8w810++rNNBffN2KsK1h30M81aGY2zYoe1yDg2TKcnImTr75kjGJYYmPgbmgyMDuEYQf3E600X6VEnwhev9TxQucOlwAmZpr7GA1khr11bE5Js5j5
non_defect
fejai mow rxogoselk d kkhptraah sv hsyu t b phckufhclpnjjflsmg
0
73,261
24,529,631,227
IssuesEvent
2022-10-11 15:26:36
matrix-org/synapse
https://api.github.com/repos/matrix-org/synapse
closed
Unexplained unique constraint violation on `event_push_summary_unique_index`
A-Performance T-Defect X-Release-Blocker
https://sentry.tools.element.io/organizations/element/issues/35076/?project=2&referrer=weekly-email First seen in `1.69.0rc2 (b=matrix-org-hotfixes,3d5242da14)`. ``` UniqueViolation: duplicate key value violates unique constraint "event_push_summary_unique_index" DETAIL: Key (user_id, room_id)=(@USERNAME:matrix.org, !ROOMID:matrix.org) already exists. File "synapse/metrics/background_process_metrics.py", line 240, in run return await func(*args, **kwargs) File "synapse/storage/databases/main/event_push_actions.py", line 1006, in _rotate_notifs caught_up = await self.db_pool.runInteraction( File "synapse/storage/database.py", line 881, in runInteraction return await delay_cancellation(_runInteraction()) File "twisted/internet/defer.py", line 1656, in _inlineCallbacks result = current_context.run( File "twisted/python/failure.py", line 514, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "synapse/storage/database.py", line 848, in _runInteraction result = await self.runWithConnection( File "synapse/storage/database.py", line 976, in runWithConnection return await make_deferred_yieldable( File "twisted/python/threadpool.py", line 244, in inContext result = inContext.theWork() # type: ignore[attr-defined] File "twisted/python/threadpool.py", line 260, in <lambda> inContext.theWork = lambda: context.call( # type: ignore[attr-defined] File "twisted/python/context.py", line 117, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "twisted/python/context.py", line 82, in callWithContext return func(*args, **kw) File "twisted/enterprise/adbapi.py", line 282, in _runWithConnection result = func(conn, *args, **kw) File "synapse/storage/database.py", line 969, in inner_func return func(db_conn, *args, **kwargs) File "synapse/storage/database.py", line 710, in new_transaction r = func(cursor, *args, **kwargs) File "synapse/storage/databases/main/event_push_actions.py", line 1117, in _handle_new_receipts_for_notifs_txn self.db_pool.simple_upsert_txn( File "synapse/storage/database.py", line 1257, in simple_upsert_txn return self.simple_upsert_txn_native_upsert( File "synapse/storage/database.py", line 1397, in simple_upsert_txn_native_upsert txn.execute(sql, list(allvalues.values())) File "synapse/storage/database.py", line 388, in execute self._do_execute(self.txn.execute, sql, *args) File "synapse/storage/database.py", line 436, in _do_execute return func(sql, *args, **kwargs) ``` @erikjohnston wonders if this is a configuration problem and that we need to remove an old unique index. Sounds like it's in the neighbourhood of work that @clokep has been doing?
1.0
Unexplained unique constraint violation on `event_push_summary_unique_index` - https://sentry.tools.element.io/organizations/element/issues/35076/?project=2&referrer=weekly-email First seen in `1.69.0rc2 (b=matrix-org-hotfixes,3d5242da14)`. ``` UniqueViolation: duplicate key value violates unique constraint "event_push_summary_unique_index" DETAIL: Key (user_id, room_id)=(@USERNAME:matrix.org, !ROOMID:matrix.org) already exists. File "synapse/metrics/background_process_metrics.py", line 240, in run return await func(*args, **kwargs) File "synapse/storage/databases/main/event_push_actions.py", line 1006, in _rotate_notifs caught_up = await self.db_pool.runInteraction( File "synapse/storage/database.py", line 881, in runInteraction return await delay_cancellation(_runInteraction()) File "twisted/internet/defer.py", line 1656, in _inlineCallbacks result = current_context.run( File "twisted/python/failure.py", line 514, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) File "synapse/storage/database.py", line 848, in _runInteraction result = await self.runWithConnection( File "synapse/storage/database.py", line 976, in runWithConnection return await make_deferred_yieldable( File "twisted/python/threadpool.py", line 244, in inContext result = inContext.theWork() # type: ignore[attr-defined] File "twisted/python/threadpool.py", line 260, in <lambda> inContext.theWork = lambda: context.call( # type: ignore[attr-defined] File "twisted/python/context.py", line 117, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "twisted/python/context.py", line 82, in callWithContext return func(*args, **kw) File "twisted/enterprise/adbapi.py", line 282, in _runWithConnection result = func(conn, *args, **kw) File "synapse/storage/database.py", line 969, in inner_func return func(db_conn, *args, **kwargs) File "synapse/storage/database.py", line 710, in new_transaction r = func(cursor, *args, **kwargs) File "synapse/storage/databases/main/event_push_actions.py", line 1117, in _handle_new_receipts_for_notifs_txn self.db_pool.simple_upsert_txn( File "synapse/storage/database.py", line 1257, in simple_upsert_txn return self.simple_upsert_txn_native_upsert( File "synapse/storage/database.py", line 1397, in simple_upsert_txn_native_upsert txn.execute(sql, list(allvalues.values())) File "synapse/storage/database.py", line 388, in execute self._do_execute(self.txn.execute, sql, *args) File "synapse/storage/database.py", line 436, in _do_execute return func(sql, *args, **kwargs) ``` @erikjohnston wonders if this is a configuration problem and that we need to remove an old unique index. Sounds like it's in the neighbourhood of work that @clokep has been doing?
defect
unexplained unique constraint violation on event push summary unique index first seen in b matrix org hotfixes uniqueviolation duplicate key value violates unique constraint event push summary unique index detail key user id room id username matrix org roomid matrix org already exists file synapse metrics background process metrics py line in run return await func args kwargs file synapse storage databases main event push actions py line in rotate notifs caught up await self db pool runinteraction file synapse storage database py line in runinteraction return await delay cancellation runinteraction file twisted internet defer py line in inlinecallbacks result current context run file twisted python failure py line in throwexceptionintogenerator return g throw self type self value self tb file synapse storage database py line in runinteraction result await self runwithconnection file synapse storage database py line in runwithconnection return await make deferred yieldable file twisted python threadpool py line in incontext result incontext thework type ignore file twisted python threadpool py line in incontext thework lambda context call type ignore file twisted python context py line in callwithcontext return self currentcontext callwithcontext ctx func args kw file twisted python context py line in callwithcontext return func args kw file twisted enterprise adbapi py line in runwithconnection result func conn args kw file synapse storage database py line in inner func return func db conn args kwargs file synapse storage database py line in new transaction r func cursor args kwargs file synapse storage databases main event push actions py line in handle new receipts for notifs txn self db pool simple upsert txn file synapse storage database py line in simple upsert txn return self simple upsert txn native upsert file synapse storage database py line in simple upsert txn native upsert txn execute sql list allvalues values file synapse storage database py line in execute self do execute self txn execute sql args file synapse storage database py line in do execute return func sql args kwargs erikjohnston wonders if this is a configuration problem and that we need to remove an old unique index sounds like it s in the neighbourhood of work that clokep has been doing
1
64,651
18,783,740,978
IssuesEvent
2021-11-08 09:56:09
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
iOS device doesn't receive notification when other iOS device send text message
T-Defect
### Steps to reproduce iOS device doesn't receive notification when other iOS device send text message, but android to android do ### What happened? What problem I got iOS device doesn't receive notification when other iOS device send text message, but android to android do Context element tag version: v1.6.6 sandbox platform notification is enabled What code modified code in element project 1. home url 2. pushgate url 3. provisionprofile 4. app grounp name Situation android to android and iphone send message to android , notifcation show successful, but android send message to iphone still not work use postman and use URLSession call _matrix/push/v1/notify api in element call _matrix/push/v1/notify api is successful, but didReceiveRemoteNotification not callback even background or fore conclusion: now I can sure pushgate way to iphone who was received is ok, because of /notify api called notification has been show . so, I think problem maybe is send message to matrix has somthing wrong? Any suggestion? ### Your phone model iPhonx,iPhone7+,iPhone6 ### Operating system version IOS15.1, iOS12.5 ### Application version 1.6.6 ### Homeserver https://im.pgtalk.com ### Will you send logs? Yes
1.0
iOS device doesn't receive notification when other iOS device send text message - ### Steps to reproduce iOS device doesn't receive notification when other iOS device send text message, but android to android do ### What happened? What problem I got iOS device doesn't receive notification when other iOS device send text message, but android to android do Context element tag version: v1.6.6 sandbox platform notification is enabled What code modified code in element project 1. home url 2. pushgate url 3. provisionprofile 4. app grounp name Situation android to android and iphone send message to android , notifcation show successful, but android send message to iphone still not work use postman and use URLSession call _matrix/push/v1/notify api in element call _matrix/push/v1/notify api is successful, but didReceiveRemoteNotification not callback even background or fore conclusion: now I can sure pushgate way to iphone who was received is ok, because of /notify api called notification has been show . so, I think problem maybe is send message to matrix has somthing wrong? Any suggestion? ### Your phone model iPhonx,iPhone7+,iPhone6 ### Operating system version IOS15.1, iOS12.5 ### Application version 1.6.6 ### Homeserver https://im.pgtalk.com ### Will you send logs? Yes
defect
ios device doesn t receive notification when other ios device send text message steps to reproduce ios device doesn t receive notification when other ios device send text message but android to android do what happened what problem i got ios device doesn t receive notification when other ios device send text message but android to android do context element tag version sandbox platform notification is enabled what code modified code in element project home url pushgate url provisionprofile app grounp name situation android to android and iphone send message to android notifcation show successful but android send message to iphone still not work use postman and use urlsession call matrix push notify api in element call matrix push notify api is successful but didreceiveremotenotification not callback even background or fore conclusion now i can sure pushgate way to iphone who was received is ok because of notify api called notification has been show so i think problem maybe is send message to matrix has somthing wrong any suggestion your phone model iphonx operating system version application version homeserver will you send logs yes
1
13,002
8,758,746,814
IssuesEvent
2018-12-15 08:09:53
BillKG/oms
https://api.github.com/repos/BillKG/oms
closed
CVE-2015-9251 Medium Severity Vulnerability detected by WhiteSource
security vulnerability
## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.11.2.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>path: /oms/js/plugins/jquery-1.11.2.min.js</p> <p> <p>Library home page: <a href=https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js>https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js</a></p> Dependency Hierarchy: - :x: **jquery-1.11.2.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: 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://www.whitesourcesoftware.com/wp-content/uploads/2018/10/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Change files</p> <p>Origin: <a href="https://github.com/jquery/jquery/commit/b078a62013782c7424a4a61a240c23c4c0b42614#diff-bee4304906ea68bebadfc11be4368419">https://github.com/jquery/jquery/commit/b078a62013782c7424a4a61a240c23c4c0b42614#diff-bee4304906ea68bebadfc11be4368419</a></p> <p>Release Date: 2015-10-12</p> <p>Fix Resolution: Replace or update the following files: script.js, ajax.js, ajax.js</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-2015-9251 Medium Severity Vulnerability detected by WhiteSource - ## CVE-2015-9251 - Medium Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.11.2.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>path: /oms/js/plugins/jquery-1.11.2.min.js</p> <p> <p>Library home page: <a href=https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js>https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js</a></p> Dependency Hierarchy: - :x: **jquery-1.11.2.min.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9251>CVE-2015-9251</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: 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://www.whitesourcesoftware.com/wp-content/uploads/2018/10/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Change files</p> <p>Origin: <a href="https://github.com/jquery/jquery/commit/b078a62013782c7424a4a61a240c23c4c0b42614#diff-bee4304906ea68bebadfc11be4368419">https://github.com/jquery/jquery/commit/b078a62013782c7424a4a61a240c23c4c0b42614#diff-bee4304906ea68bebadfc11be4368419</a></p> <p>Release Date: 2015-10-12</p> <p>Fix Resolution: Replace or update the following files: script.js, ajax.js, ajax.js</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 severity vulnerability detected by whitesource cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations path oms js plugins jquery min js library home page a href dependency hierarchy x jquery min js vulnerable library vulnerability details jquery before is vulnerable to cross site scripting xss attacks when a cross domain ajax request is performed without the datatype option causing text javascript responses to be executed publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type change files origin a href release date fix resolution replace or update the following files script js ajax js ajax js step up your open source security game with whitesource
0
754,320
26,381,370,853
IssuesEvent
2023-01-12 08:56:19
wso2/api-manager
https://api.github.com/repos/wso2/api-manager
opened
[4.2.0][Dependency Upgrade] Jackson-databind version upgrade
Type/Task Priority/Normal Component/MI
### Description This issue is created to track progress on jackson-databind version upgrade from 2.13.3 to 2.13.4.2 in MI 4.2.0. ### Affected Component MI ### Version 4.2.0 ### Related Issues _No response_ ### Suggested Labels _No response_
1.0
[4.2.0][Dependency Upgrade] Jackson-databind version upgrade - ### Description This issue is created to track progress on jackson-databind version upgrade from 2.13.3 to 2.13.4.2 in MI 4.2.0. ### Affected Component MI ### Version 4.2.0 ### Related Issues _No response_ ### Suggested Labels _No response_
non_defect
jackson databind version upgrade description this issue is created to track progress on jackson databind version upgrade from to in mi affected component mi version related issues no response suggested labels no response
0
738,896
25,574,433,871
IssuesEvent
2022-11-30 20:40:51
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
closed
automl.snippets.vision_object_detection_predict_test: test_vision_object_detection_predict failed
priority: p1 type: bug api: automl samples flakybot: issue flakybot: flaky
This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 07e8b8145670fc1f9f9ed99e348d8fe28ca2ca7e buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a303bbff-a44e-4ad5-b480-0b255fc40cdc), [Sponge](http://sponge2/a303bbff-a44e-4ad5-b480-0b255fc40cdc) status: failed <details><summary>Test output</summary><br><pre>Traceback (most recent call last): File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 72, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAUTHENTICATED details = "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project." debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.142.95:443 {grpc_message:"Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", grpc_status:16, created_time:"2022-11-30T12:12:31.684886046+00:00"}" > The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/workspace/automl/snippets/vision_object_detection_predict_test.py", line 33, in verify_model_state model = client.get_model(name=model_full_id) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/automl_v1/services/auto_ml/client.py", line 1739, in get_model response = rpc( File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 154, in __call__ return wrapped_func(*args, **kwargs) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 283, in retry_wrapped_func return retry_target( File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 190, in retry_target return target() File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 74, in error_remapped_callable raise exceptions.from_grpc_error(exc) from exc google.api_core.exceptions.Unauthenticated: 401 Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.</pre></details>
1.0
automl.snippets.vision_object_detection_predict_test: test_vision_object_detection_predict failed - This test failed! To configure my behavior, see [the Flaky Bot documentation](https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot). If I'm commenting on this issue too often, add the `flakybot: quiet` label and I will stop commenting. --- commit: 07e8b8145670fc1f9f9ed99e348d8fe28ca2ca7e buildURL: [Build Status](https://source.cloud.google.com/results/invocations/a303bbff-a44e-4ad5-b480-0b255fc40cdc), [Sponge](http://sponge2/a303bbff-a44e-4ad5-b480-0b255fc40cdc) status: failed <details><summary>Test output</summary><br><pre>Traceback (most recent call last): File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 72, in error_remapped_callable return callable_(*args, **kwargs) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAUTHENTICATED details = "Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project." debug_error_string = "UNKNOWN:Error received from peer ipv4:74.125.142.95:443 {grpc_message:"Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.", grpc_status:16, created_time:"2022-11-30T12:12:31.684886046+00:00"}" > The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/workspace/automl/snippets/vision_object_detection_predict_test.py", line 33, in verify_model_state model = client.get_model(name=model_full_id) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/cloud/automl_v1/services/auto_ml/client.py", line 1739, in get_model response = rpc( File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/gapic_v1/method.py", line 154, in __call__ return wrapped_func(*args, **kwargs) File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 283, in retry_wrapped_func return retry_target( File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/retry.py", line 190, in retry_target return target() File "/workspace/automl/snippets/.nox/py-3-8/lib/python3.8/site-packages/google/api_core/grpc_helpers.py", line 74, in error_remapped_callable raise exceptions.from_grpc_error(exc) from exc google.api_core.exceptions.Unauthenticated: 401 Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.</pre></details>
non_defect
automl snippets vision object detection predict test test vision object detection predict failed this test failed to configure my behavior see if i m commenting on this issue too often add the flakybot quiet label and i will stop commenting commit buildurl status failed test output traceback most recent call last file workspace automl snippets nox py lib site packages google api core grpc helpers py line in error remapped callable return callable args kwargs file workspace automl snippets nox py lib site packages grpc channel py line in call return end unary response blocking state call false none file workspace automl snippets nox py lib site packages grpc channel py line in end unary response blocking raise inactiverpcerror state grpc channel inactiverpcerror inactiverpcerror of rpc that terminated with status statuscode unauthenticated details request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see debug error string unknown error received from peer grpc message request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see grpc status created time the above exception was the direct cause of the following exception traceback most recent call last file workspace automl snippets vision object detection predict test py line in verify model state model client get model name model full id file workspace automl snippets nox py lib site packages google cloud automl services auto ml client py line in get model response rpc file workspace automl snippets nox py lib site packages google api core gapic method py line in call return wrapped func args kwargs file workspace automl snippets nox py lib site packages google api core retry py line in retry wrapped func return retry target file workspace automl snippets nox py lib site packages google api core retry py line in retry target return target file workspace automl snippets nox py lib site packages google api core grpc helpers py line in error remapped callable raise exceptions from grpc error exc from exc google api core exceptions unauthenticated request had invalid authentication credentials expected oauth access token login cookie or other valid authentication credential see
0
14,684
2,831,388,448
IssuesEvent
2015-05-24 15:53:22
nobodyguy/dslrdashboard
https://api.github.com/repos/nobodyguy/dslrdashboard
closed
Connection to Camera, Lv and even AE/AF is Working, but "Unfortunately, DslrDashboard has stopped." if Photo is Taken.
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Start the program, connect the camera using OpenWRT, use (or not) the Lv, no problem. 2. AF/AE works fine at this point. 3. If I take the photo, the camera shutter actually works. But the photo never transfers to the phone. Even in the camera SD card there's nothing. Then the message "Unfortunately, DslrDashboard has stopped." appears. What is the expected output? What do you see instead? In theory I'd expect the taken photo transferred into the mobile phone and ready for review. Also a copy should remain in the camera SD card. What version of the product are you using? On what operating system? Version 0.30.33 from Play Store Phone model: ZTE N880E with Android 4.0.4 Please provide any additional information below. After this "crash" I can actually go back to the DDB app but the Lv and AE/AF and the shutter won't work again even if I can re-connect the camera. A "Liveview prohibition" message box will appear instead. At this point I have to turn off the power from the camera and turn on again to re-connect. Logs (I used keyword "dslr" to extract the logs from a very detailed one) during such an event: 04-07 16:20:38.899 D/ExposureIndicatorDisplay(1735): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:20:38.919 D/ExposureIndicatorDisplay(1735): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:20:39.369 I/DslrHelper(1735): Exposure 65586 04-07 16:20:42.963 I/DslrHelper(1735): Exposure 65566 04-07 16:20:43.163 I/DslrHelper(1735): Exposure 65566 04-07 16:20:43.984 I/DslrHelper(1735): Exposure 65576 04-07 16:20:45.906 I/DslrHelper(1735): Exposure 65586 04-07 16:20:50.580 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41d8b7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=1 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:20:56.856 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41d8b7e0 paused=false} 04-07 16:20:56.916 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:20:58.898 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:20:59.819 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41d9aab8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=1 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:02.091 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41d9aab8 paused=false} 04-07 16:21:03.202 I/DslrHelper(1735): Exposure 65636 04-07 16:21:12.241 I/DslrHelper(1735): Exposure 65616 04-07 16:21:13.703 I/DslrHelper(1735): Exposure 65636 04-07 16:21:17.376 D/PtpDeviceBase(1735): File name: /mnt/sdcard/DCIM/DSLR/dslr0008.JPG 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.command.PtpPartialObjectProcessor.doFinalProcessing(P tpPartialObjectProcessor.java:123) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.command.PtpCommand.doFinalProcessing(PtpCommand.java: 573) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.command.PtpCommand.weFinished(PtpCommand.java:562) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.communicator.PtpNetworkCommunicatorNew.executeCommand (PtpNetworkCommunicatorNew.java:451) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.communicator.PtpCommunicatorBase.run(PtpCommunicatorB ase.java:95) 04-07 16:21:17.947 W/ActivityManager(307): Force finishing activity com.dslr.dashboard/.MainActivity 04-07 16:21:17.957 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} mode=0 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} 04-07 16:21:18.017 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41e7da38 paused=false} mode=1 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} 04-07 16:21:32.992 I/ActivityManager(307): Process com.dslr.dashboard (pid 1735) has died. 04-07 16:21:32.992 W/ActivityManager(307): Scheduling restart of crashed service com.dslr.dashboard/.lib.service.PtpService in 5000ms 04-07 16:21:38.006 I/ActivityManager(307): Start proc com.dslr.dashboard for service com.dslr.dashboard/.lib.service.PtpService: pid=2208 uid=10015 gids={1015, 3003} 04-07 16:21:43.362 I/ActivityManager(307): START {flg=0x1000c000 cmp=com.dslr.dashboard/.MainActivity bnds=[113,352][480,465]} from pid -1 04-07 16:21:43.822 D/MainActivity(2208): Loading dslrdashboard library 04-07 16:21:44.092 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41aae7f8 StatusBarExpanded paused=false} 04-07 16:21:44.202 I/ActivityManager(307): Displayed com.dslr.dashboard/.MainActivity: +705ms 04-07 16:21:44.213 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=0 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:44.293 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=0 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:44.293 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:44.543 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:48.056 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b12bd0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=1 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:49.227 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41b12bd0 paused=false} 04-07 16:21:49.237 D/PtpNetworkCommunicatorNew(2208): Msg: DslrDashboardServer major: 1 minor: 0 04-07 16:21:49.297 E/ProfilesHelper(2208): loadProfiles: java.io.FileNotFoundException: /data/data/com.dslr.dashboard/files/custombracketing: open failed: ENOENT (No such file or directory) 04-07 16:21:49.307 E/ProfilesHelper(2208): loadProfiles: java.io.FileNotFoundException: /data/data/com.dslr.dashboard/files/focusstacking: open failed: ENOENT (No such file or directory) 04-07 16:21:51.079 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:21:51.099 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:21:51.600 I/DslrHelper(2208): Exposure 65636 04-07 16:21:51.850 I/DslrHelper(2208): Exposure 65636 04-07 16:21:54.903 I/DslrHelper(2208): Exposure 65616 04-07 16:21:55.894 I/DslrHelper(2208): Exposure 65596 04-07 16:21:56.915 I/DslrHelper(2208): Exposure 65616 04-07 16:21:58.036 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:58.036 W/SurfaceTexture(113): [com.dslr.dashboard/com.dslr.dashboard.MainActivity] cancelBuffer: SurfaceTexture has been abandoned! 04-07 16:22:14.602 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:22:14.612 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:22:14.782 I/DslrHelper(2208): Exposure 65616 04-07 16:22:15.193 I/DslrHelper(2208): Exposure 65596 04-07 16:22:16.234 I/DslrHelper(2208): Exposure 65616 04-07 16:22:18.216 I/DslrHelper(2208): Exposure 65636 04-07 16:22:19.227 I/DslrHelper(2208): Exposure 65616 04-07 16:22:24.322 I/DslrHelper(2208): Exposure 65636 04-07 16:22:25.333 I/DslrHelper(2208): Exposure 65616 04-07 16:22:27.395 I/DslrHelper(2208): Exposure 65636 04-07 16:22:29.256 I/DslrHelper(2208): Exposure 65616 04-07 16:22:31.088 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} mode=0 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} 04-07 16:22:31.158 W/WindowManager(307): updateFocusedWindowLocked newFocus=null mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} ``` Original issue reported on code.google.com by `angu...@gmail.com` on 7 Apr 2014 at 9:24
1.0
Connection to Camera, Lv and even AE/AF is Working, but "Unfortunately, DslrDashboard has stopped." if Photo is Taken. - ``` What steps will reproduce the problem? 1. Start the program, connect the camera using OpenWRT, use (or not) the Lv, no problem. 2. AF/AE works fine at this point. 3. If I take the photo, the camera shutter actually works. But the photo never transfers to the phone. Even in the camera SD card there's nothing. Then the message "Unfortunately, DslrDashboard has stopped." appears. What is the expected output? What do you see instead? In theory I'd expect the taken photo transferred into the mobile phone and ready for review. Also a copy should remain in the camera SD card. What version of the product are you using? On what operating system? Version 0.30.33 from Play Store Phone model: ZTE N880E with Android 4.0.4 Please provide any additional information below. After this "crash" I can actually go back to the DDB app but the Lv and AE/AF and the shutter won't work again even if I can re-connect the camera. A "Liveview prohibition" message box will appear instead. At this point I have to turn off the power from the camera and turn on again to re-connect. Logs (I used keyword "dslr" to extract the logs from a very detailed one) during such an event: 04-07 16:20:38.899 D/ExposureIndicatorDisplay(1735): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:20:38.919 D/ExposureIndicatorDisplay(1735): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:20:39.369 I/DslrHelper(1735): Exposure 65586 04-07 16:20:42.963 I/DslrHelper(1735): Exposure 65566 04-07 16:20:43.163 I/DslrHelper(1735): Exposure 65566 04-07 16:20:43.984 I/DslrHelper(1735): Exposure 65576 04-07 16:20:45.906 I/DslrHelper(1735): Exposure 65586 04-07 16:20:50.580 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41d8b7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=1 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:20:56.856 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41d8b7e0 paused=false} 04-07 16:20:56.916 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:20:58.898 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:20:59.819 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41d9aab8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=1 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:02.091 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41d9aab8 paused=false} 04-07 16:21:03.202 I/DslrHelper(1735): Exposure 65636 04-07 16:21:12.241 I/DslrHelper(1735): Exposure 65616 04-07 16:21:13.703 I/DslrHelper(1735): Exposure 65636 04-07 16:21:17.376 D/PtpDeviceBase(1735): File name: /mnt/sdcard/DCIM/DSLR/dslr0008.JPG 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.command.PtpPartialObjectProcessor.doFinalProcessing(P tpPartialObjectProcessor.java:123) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.command.PtpCommand.doFinalProcessing(PtpCommand.java: 573) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.command.PtpCommand.weFinished(PtpCommand.java:562) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.communicator.PtpNetworkCommunicatorNew.executeCommand (PtpNetworkCommunicatorNew.java:451) 04-07 16:21:17.887 E/AndroidRuntime(1735): at com.dslr.dashboard.lib.ptp.communicator.PtpCommunicatorBase.run(PtpCommunicatorB ase.java:95) 04-07 16:21:17.947 W/ActivityManager(307): Force finishing activity com.dslr.dashboard/.MainActivity 04-07 16:21:17.957 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} mode=0 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} 04-07 16:21:18.017 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41e7da38 paused=false} mode=1 mCurrentFocus = Window{41b129b8 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} 04-07 16:21:32.992 I/ActivityManager(307): Process com.dslr.dashboard (pid 1735) has died. 04-07 16:21:32.992 W/ActivityManager(307): Scheduling restart of crashed service com.dslr.dashboard/.lib.service.PtpService in 5000ms 04-07 16:21:38.006 I/ActivityManager(307): Start proc com.dslr.dashboard for service com.dslr.dashboard/.lib.service.PtpService: pid=2208 uid=10015 gids={1015, 3003} 04-07 16:21:43.362 I/ActivityManager(307): START {flg=0x1000c000 cmp=com.dslr.dashboard/.MainActivity bnds=[113,352][480,465]} from pid -1 04-07 16:21:43.822 D/MainActivity(2208): Loading dslrdashboard library 04-07 16:21:44.092 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41aae7f8 StatusBarExpanded paused=false} 04-07 16:21:44.202 I/ActivityManager(307): Displayed com.dslr.dashboard/.MainActivity: +705ms 04-07 16:21:44.213 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=0 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:44.293 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=0 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:44.293 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:44.543 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:48.056 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41b12bd0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=1 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:49.227 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41b12bd0 paused=false} 04-07 16:21:49.237 D/PtpNetworkCommunicatorNew(2208): Msg: DslrDashboardServer major: 1 minor: 0 04-07 16:21:49.297 E/ProfilesHelper(2208): loadProfiles: java.io.FileNotFoundException: /data/data/com.dslr.dashboard/files/custombracketing: open failed: ENOENT (No such file or directory) 04-07 16:21:49.307 E/ProfilesHelper(2208): loadProfiles: java.io.FileNotFoundException: /data/data/com.dslr.dashboard/files/focusstacking: open failed: ENOENT (No such file or directory) 04-07 16:21:51.079 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:21:51.099 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:21:51.600 I/DslrHelper(2208): Exposure 65636 04-07 16:21:51.850 I/DslrHelper(2208): Exposure 65636 04-07 16:21:54.903 I/DslrHelper(2208): Exposure 65616 04-07 16:21:55.894 I/DslrHelper(2208): Exposure 65596 04-07 16:21:56.915 I/DslrHelper(2208): Exposure 65616 04-07 16:21:58.036 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=false} 04-07 16:21:58.036 W/SurfaceTexture(113): [com.dslr.dashboard/com.dslr.dashboard.MainActivity] cancelBuffer: SurfaceTexture has been abandoned! 04-07 16:22:14.602 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:22:14.612 D/ExposureIndicatorDisplay(2208): Created new class com.dslr.dashboard.helper.ExposureIndicatorDisplay 04-07 16:22:14.782 I/DslrHelper(2208): Exposure 65616 04-07 16:22:15.193 I/DslrHelper(2208): Exposure 65596 04-07 16:22:16.234 I/DslrHelper(2208): Exposure 65616 04-07 16:22:18.216 I/DslrHelper(2208): Exposure 65636 04-07 16:22:19.227 I/DslrHelper(2208): Exposure 65616 04-07 16:22:24.322 I/DslrHelper(2208): Exposure 65636 04-07 16:22:25.333 I/DslrHelper(2208): Exposure 65616 04-07 16:22:27.395 I/DslrHelper(2208): Exposure 65636 04-07 16:22:29.256 I/DslrHelper(2208): Exposure 65616 04-07 16:22:31.088 W/WindowManager(307): updateFocusedWindowLocked newFocus=Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} mode=0 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} 04-07 16:22:31.158 W/WindowManager(307): updateFocusedWindowLocked newFocus=null mode=3 mCurrentFocus = Window{41bfb7e0 com.dslr.dashboard/com.dslr.dashboard.MainActivity paused=true} ``` Original issue reported on code.google.com by `angu...@gmail.com` on 7 Apr 2014 at 9:24
defect
connection to camera lv and even ae af is working but unfortunately dslrdashboard has stopped if photo is taken what steps will reproduce the problem start the program connect the camera using openwrt use or not the lv no problem af ae works fine at this point if i take the photo the camera shutter actually works but the photo never transfers to the phone even in the camera sd card there s nothing then the message unfortunately dslrdashboard has stopped appears what is the expected output what do you see instead in theory i d expect the taken photo transferred into the mobile phone and ready for review also a copy should remain in the camera sd card what version of the product are you using on what operating system version from play store phone model zte with android please provide any additional information below after this crash i can actually go back to the ddb app but the lv and ae af and the shutter won t work again even if i can re connect the camera a liveview prohibition message box will appear instead at this point i have to turn off the power from the camera and turn on again to re connect logs i used keyword dslr to extract the logs from a very detailed one during such an event d exposureindicatordisplay created new class com dslr dashboard helper exposureindicatordisplay d exposureindicatordisplay created new class com dslr dashboard helper exposureindicatordisplay i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window paused false i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure d ptpdevicebase file name mnt sdcard dcim dslr jpg e androidruntime at com dslr dashboard lib ptp command ptppartialobjectprocessor dofinalprocessing p tppartialobjectprocessor java e androidruntime at com dslr dashboard lib ptp command ptpcommand dofinalprocessing ptpcommand java e androidruntime at com dslr dashboard lib ptp command ptpcommand wefinished ptpcommand java e androidruntime at com dslr dashboard lib ptp communicator ptpnetworkcommunicatornew executecommand ptpnetworkcommunicatornew java e androidruntime at com dslr dashboard lib ptp communicator ptpcommunicatorbase run ptpcommunicatorb ase java w activitymanager force finishing activity com dslr dashboard mainactivity w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused true mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused true w windowmanager updatefocusedwindowlocked newfocus window paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused true i activitymanager process com dslr dashboard pid has died w activitymanager scheduling restart of crashed service com dslr dashboard lib service ptpservice in i activitymanager start proc com dslr dashboard for service com dslr dashboard lib service ptpservice pid uid gids i activitymanager start flg cmp com dslr dashboard mainactivity bnds from pid d mainactivity loading dslrdashboard library w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window statusbarexpanded paused false i activitymanager displayed com dslr dashboard mainactivity w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window paused false d ptpnetworkcommunicatornew msg dslrdashboardserver major minor e profileshelper loadprofiles java io filenotfoundexception data data com dslr dashboard files custombracketing open failed enoent no such file or directory e profileshelper loadprofiles java io filenotfoundexception data data com dslr dashboard files focusstacking open failed enoent no such file or directory d exposureindicatordisplay created new class com dslr dashboard helper exposureindicatordisplay d exposureindicatordisplay created new class com dslr dashboard helper exposureindicatordisplay i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused false mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused false w surfacetexture cancelbuffer surfacetexture has been abandoned d exposureindicatordisplay created new class com dslr dashboard helper exposureindicatordisplay d exposureindicatordisplay created new class com dslr dashboard helper exposureindicatordisplay i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure i dslrhelper exposure w windowmanager updatefocusedwindowlocked newfocus window com dslr dashboard com dslr dashboard mainactivity paused true mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused true w windowmanager updatefocusedwindowlocked newfocus null mode mcurrentfocus window com dslr dashboard com dslr dashboard mainactivity paused true original issue reported on code google com by angu gmail com on apr at
1
57,901
16,134,922,679
IssuesEvent
2021-04-29 10:30:44
gbif/ipt
https://api.github.com/repos/gbif/ipt
closed
Resources xml transfer from 2.3.4 -> 2.3.6
Component-Deployment Type-Defect
Hi, I tried to update our IPT from 2.3.4 to 2.3.6. I provided the same data folder as before. On the admin side, manage resources said when processing .ftl file that "r.organisation" was null/undefined. As a result the UI was not functional. I didn't copy the exact stacktrace, sorry.
1.0
Resources xml transfer from 2.3.4 -> 2.3.6 - Hi, I tried to update our IPT from 2.3.4 to 2.3.6. I provided the same data folder as before. On the admin side, manage resources said when processing .ftl file that "r.organisation" was null/undefined. As a result the UI was not functional. I didn't copy the exact stacktrace, sorry.
defect
resources xml transfer from hi i tried to update our ipt from to i provided the same data folder as before on the admin side manage resources said when processing ftl file that r organisation was null undefined as a result the ui was not functional i didn t copy the exact stacktrace sorry
1
149,133
23,432,437,863
IssuesEvent
2022-08-15 05:15:31
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
opened
Stack (Group block) variation: Explore hiding the wrap to multiple lines control
[Block] Group [Feature] Design Tools
## What problem does this address? <!-- Please describe if this feature or enhancement is related to a current problem or pain point. For example, "I'm always frustrated when ..." or "It is currently difficult to ...". --> In the Stack variation of the Group block we currently display the "Allow to wrap to multiple lines" control. However, in the Stack variation, where elements are displayed in a vertical stack, this toggle doesn't appear to do anything since inner blocks are already arranged vertically. ![image](https://user-images.githubusercontent.com/14988353/184580097-2fc6cbd5-36f8-43a1-a550-2853b0642cf3.png) ## What is your proposed solution? <!-- Please outline the feature or enhancement that you want and how it addresses any problem identified above. --> Let's explore whether it would be helpful to hide the "Allow to wrap to multiple lines" toggle for the Stack variation. Possible avenues for determining when to hide the control, as it is provided by the Layout block support: * Should we hide it when the Flex layout uses a vertical orientation? Or, are there cases for other blocks where this will do something. * If it shouldn't be hidden for vertical orientations for all blocks, do we need to somehow check that the variation supports this value?
1.0
Stack (Group block) variation: Explore hiding the wrap to multiple lines control - ## What problem does this address? <!-- Please describe if this feature or enhancement is related to a current problem or pain point. For example, "I'm always frustrated when ..." or "It is currently difficult to ...". --> In the Stack variation of the Group block we currently display the "Allow to wrap to multiple lines" control. However, in the Stack variation, where elements are displayed in a vertical stack, this toggle doesn't appear to do anything since inner blocks are already arranged vertically. ![image](https://user-images.githubusercontent.com/14988353/184580097-2fc6cbd5-36f8-43a1-a550-2853b0642cf3.png) ## What is your proposed solution? <!-- Please outline the feature or enhancement that you want and how it addresses any problem identified above. --> Let's explore whether it would be helpful to hide the "Allow to wrap to multiple lines" toggle for the Stack variation. Possible avenues for determining when to hide the control, as it is provided by the Layout block support: * Should we hide it when the Flex layout uses a vertical orientation? Or, are there cases for other blocks where this will do something. * If it shouldn't be hidden for vertical orientations for all blocks, do we need to somehow check that the variation supports this value?
non_defect
stack group block variation explore hiding the wrap to multiple lines control what problem does this address please describe if this feature or enhancement is related to a current problem or pain point for example i m always frustrated when or it is currently difficult to in the stack variation of the group block we currently display the allow to wrap to multiple lines control however in the stack variation where elements are displayed in a vertical stack this toggle doesn t appear to do anything since inner blocks are already arranged vertically what is your proposed solution please outline the feature or enhancement that you want and how it addresses any problem identified above let s explore whether it would be helpful to hide the allow to wrap to multiple lines toggle for the stack variation possible avenues for determining when to hide the control as it is provided by the layout block support should we hide it when the flex layout uses a vertical orientation or are there cases for other blocks where this will do something if it shouldn t be hidden for vertical orientations for all blocks do we need to somehow check that the variation supports this value
0
296,682
25,569,125,840
IssuesEvent
2022-11-30 16:19:37
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
Failing test: Chrome X-Pack UI Functional Tests - ML stack_management_jobs.x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces·ts - machine learning - stack management jobs manage spaces add one space and remove initial space should display updated job only in assigned spaces
failed-test
A test failed on a tracked branch ``` Error: expected testSubject(mlAnomalyDetectionEmptyState) to exist at TestSubjects.existOrFail (test/functional/services/common/test_subjects.ts:71:13) at Object.assertEmptyStateVisible (x-pack/test/functional/services/ml/job_management.ts:45:7) at assertJobsDisplayedInSpace (x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces.ts:83:7) at Context.<anonymous> (x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces.ts:260:13) at Object.apply (node_modules/@kbn/test/target_node/src/functional_test_runner/lib/mocha/wrap_function.js:78:16) ``` First failure: [CI Build - 8.6](https://buildkite.com/elastic/kibana-on-merge/builds/24383#0184c920-c7fe-4eb2-9ab2-fa43fbd676a3) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests - ML stack_management_jobs.x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces·ts","test.name":"machine learning - stack management jobs manage spaces add one space and remove initial space should display updated job only in assigned spaces","test.failCount":1}} -->
1.0
Failing test: Chrome X-Pack UI Functional Tests - ML stack_management_jobs.x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces·ts - machine learning - stack management jobs manage spaces add one space and remove initial space should display updated job only in assigned spaces - A test failed on a tracked branch ``` Error: expected testSubject(mlAnomalyDetectionEmptyState) to exist at TestSubjects.existOrFail (test/functional/services/common/test_subjects.ts:71:13) at Object.assertEmptyStateVisible (x-pack/test/functional/services/ml/job_management.ts:45:7) at assertJobsDisplayedInSpace (x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces.ts:83:7) at Context.<anonymous> (x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces.ts:260:13) at Object.apply (node_modules/@kbn/test/target_node/src/functional_test_runner/lib/mocha/wrap_function.js:78:16) ``` First failure: [CI Build - 8.6](https://buildkite.com/elastic/kibana-on-merge/builds/24383#0184c920-c7fe-4eb2-9ab2-fa43fbd676a3) <!-- kibanaCiData = {"failed-test":{"test.class":"Chrome X-Pack UI Functional Tests - ML stack_management_jobs.x-pack/test/functional/apps/ml/stack_management_jobs/manage_spaces·ts","test.name":"machine learning - stack management jobs manage spaces add one space and remove initial space should display updated job only in assigned spaces","test.failCount":1}} -->
non_defect
failing test chrome x pack ui functional tests ml stack management jobs x pack test functional apps ml stack management jobs manage spaces·ts machine learning stack management jobs manage spaces add one space and remove initial space should display updated job only in assigned spaces a test failed on a tracked branch error expected testsubject mlanomalydetectionemptystate to exist at testsubjects existorfail test functional services common test subjects ts at object assertemptystatevisible x pack test functional services ml job management ts at assertjobsdisplayedinspace x pack test functional apps ml stack management jobs manage spaces ts at context x pack test functional apps ml stack management jobs manage spaces ts at object apply node modules kbn test target node src functional test runner lib mocha wrap function js first failure
0
185,449
14,354,319,284
IssuesEvent
2020-11-30 08:28:16
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
Gutenberg Plugin V 9.3.0 - WooCommerce Admin YTD Report Page Blank
Needs Testing [Type] Plugin Interoperability
**Describe the bug** Gutenberg plugin version 9.3.0 causes a WooCommerce Report Page (YTD) to be blank if its activated. Once deactivated the page shows. Example of blank page: (domain here)/wp-admin/admin.php?page=wc-admin&path=%2Fanalytics%2Fproducts&period=year&compare=previous_year **To reproduce** Steps to reproduce the behavior: 1. Make sure Gutenberg plugin 9.3.0 is active on your site 2. Visit this page on your site: (domain here)/wp-admin/admin.php?page=wc-admin&path=%2Fanalytics%2Fproducts&period=year&compare=previous_year 3. You'll see the page is blank. 4. Deactivate the gutenberg plugin and visit the page again - content will show **Expected behavior** I expected to be able to see the YTD report page **Screenshots** Screenshot with Gutenberg activated: <img width="1614" alt="Screen Shot 2020-11-28 at 1 47 46 PM" src="https://user-images.githubusercontent.com/5779512/100525758-7dbc4f00-3180-11eb-9e68-5904a938587f.png"> Screenshot with Gutenberg deactivated: <img width="1591" alt="Screen Shot 2020-11-28 at 1 47 10 PM" src="https://user-images.githubusercontent.com/5779512/100525778-988ec380-3180-11eb-9f89-9316ee8346a1.png"> **Editor version (please complete the following information):** - WordPress version: 5.5.3 - Does the website has Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"] - If the Gutenberg plugin is installed, which version is it? Gutenberg plugin 9.3.0 **Desktop (please complete the following information):** - OS: Mac Mojave 10.14.6 - Browser: Chrome 86 **Additional context** - To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress.
1.0
Gutenberg Plugin V 9.3.0 - WooCommerce Admin YTD Report Page Blank - **Describe the bug** Gutenberg plugin version 9.3.0 causes a WooCommerce Report Page (YTD) to be blank if its activated. Once deactivated the page shows. Example of blank page: (domain here)/wp-admin/admin.php?page=wc-admin&path=%2Fanalytics%2Fproducts&period=year&compare=previous_year **To reproduce** Steps to reproduce the behavior: 1. Make sure Gutenberg plugin 9.3.0 is active on your site 2. Visit this page on your site: (domain here)/wp-admin/admin.php?page=wc-admin&path=%2Fanalytics%2Fproducts&period=year&compare=previous_year 3. You'll see the page is blank. 4. Deactivate the gutenberg plugin and visit the page again - content will show **Expected behavior** I expected to be able to see the YTD report page **Screenshots** Screenshot with Gutenberg activated: <img width="1614" alt="Screen Shot 2020-11-28 at 1 47 46 PM" src="https://user-images.githubusercontent.com/5779512/100525758-7dbc4f00-3180-11eb-9e68-5904a938587f.png"> Screenshot with Gutenberg deactivated: <img width="1591" alt="Screen Shot 2020-11-28 at 1 47 10 PM" src="https://user-images.githubusercontent.com/5779512/100525778-988ec380-3180-11eb-9f89-9316ee8346a1.png"> **Editor version (please complete the following information):** - WordPress version: 5.5.3 - Does the website has Gutenberg plugin installed, or is it using the block editor that comes by default? [e.g: "gutenberg plugin", "default"] - If the Gutenberg plugin is installed, which version is it? Gutenberg plugin 9.3.0 **Desktop (please complete the following information):** - OS: Mac Mojave 10.14.6 - Browser: Chrome 86 **Additional context** - To report a security issue, please visit the WordPress HackerOne program: https://hackerone.com/wordpress.
non_defect
gutenberg plugin v woocommerce admin ytd report page blank describe the bug gutenberg plugin version causes a woocommerce report page ytd to be blank if its activated once deactivated the page shows example of blank page domain here wp admin admin php page wc admin path period year compare previous year to reproduce steps to reproduce the behavior make sure gutenberg plugin is active on your site visit this page on your site domain here wp admin admin php page wc admin path period year compare previous year you ll see the page is blank deactivate the gutenberg plugin and visit the page again content will show expected behavior i expected to be able to see the ytd report page screenshots screenshot with gutenberg activated img width alt screen shot at pm src screenshot with gutenberg deactivated img width alt screen shot at pm src editor version please complete the following information wordpress version does the website has gutenberg plugin installed or is it using the block editor that comes by default if the gutenberg plugin is installed which version is it gutenberg plugin desktop please complete the following information os mac mojave browser chrome additional context to report a security issue please visit the wordpress hackerone program
0
390,069
26,845,741,446
IssuesEvent
2023-02-03 06:45:54
alttester/AltTester-Unity-SDK
https://api.github.com/repos/alttester/AltTester-Unity-SDK
opened
Document dependency for Editor Coroutines
documentation enhancement
_<!--_ Short summary --> ## Description <!-- Describe shortly: What does this feature do? Why is it needed? --> Some users might not have the `Editor Coroutines` package installed in their project and will get compile errors. We should document the need to have the package installed to be able to use the AltTester Unity SDK. ## Mocks <!-- Ex.: add mocks related to how the UX should look like with this feature. --> ## Additional info <!-- Add any additional info that could be of help like links to docs, resources etc. -->
1.0
Document dependency for Editor Coroutines - _<!--_ Short summary --> ## Description <!-- Describe shortly: What does this feature do? Why is it needed? --> Some users might not have the `Editor Coroutines` package installed in their project and will get compile errors. We should document the need to have the package installed to be able to use the AltTester Unity SDK. ## Mocks <!-- Ex.: add mocks related to how the UX should look like with this feature. --> ## Additional info <!-- Add any additional info that could be of help like links to docs, resources etc. -->
non_defect
document dependency for editor coroutines description some users might not have the editor coroutines package installed in their project and will get compile errors we should document the need to have the package installed to be able to use the alttester unity sdk mocks additional info
0
47,505
13,056,212,454
IssuesEvent
2020-07-30 04:00:36
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
libarchive does not build with gcc 4.6.0 (Trac #650)
Migrated from Trac defect tools/ports
$I3_PORTS/bin/port install libarchive results in this error: ```text [ 47%] Building C object libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o /home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c: In function \u2018uuencode_line\u2019: /home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c:412:7: error: variable \u2018tmp_buf\u2019 set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make[2]: *** [libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o] Error 1 make[1]: *** [libarchive/CMakeFiles/archive.dir/all] Error 2 make: *** [all] Error 2 ``` The offending lines of code does not seem to be completely harmless (quoting lines 411-443 of archive_write_set_format_shar.c): ```text #!C { // char tmp_buf[3], *buf; char tmp_buf[3], *buf; size_t alloc_len; /* len <= 45 -> expanded to 60 + len byte + new line */ alloc_len = shar->work.length + 62; if (archive_string_ensure(&shar->work, alloc_len) == NULL) __archive_errx(1, "Out of memory"); buf = shar->work.s + shar->work.length; *buf++ = UUENC(len); while (len >= 3) { uuencode_group(inbuf, buf); len -= 3; inbuf += 3; buf += 4; } if (len != 0) { tmp_buf[0] = inbuf[0]; if (len == 1) tmp_buf[1] = '\0'; else tmp_buf[1] = inbuf[1]; tmp_buf[2] = '\0'; uuencode_group(inbuf, buf); buf += 4; } *buf++ = '\n'; if ((buf - shar->work.s) > (ptrdiff_t)(shar->work.length + 62)) __archive_errx(1, "Buffer overflow"); shar->work.length = buf - shar->work.s; } ``` Indeed, tmp_buf gets set in lines 430-435, but in 436, where I'd expected it to be used, "buf" is used instead. If this is correct or harmless, then maybe a compiler flag should be changed to avoid the "cc1: all warnings being treated as errors" feature. Migrated from https://code.icecube.wisc.edu/ticket/650 ```json { "status": "closed", "changetime": "2012-02-16T01:07:49", "description": "$I3_PORTS/bin/port install libarchive\n\nresults in this error:\n{{{\n[ 47%] Building C object libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o\n/home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c: In function \\u2018uuencode_line\\u2019:\n/home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c:412:7: error: variable \\u2018tmp_buf\\u2019 set but not used [-Werror=unused-but-set-variable]\ncc1: all warnings being treated as errors\n\nmake[2]: *** [libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o] Error 1\nmake[1]: *** [libarchive/CMakeFiles/archive.dir/all] Error 2\nmake: *** [all] Error 2\n}}}\n\nThe offending lines of code does not seem to be completely harmless\n(quoting lines 411-443 of archive_write_set_format_shar.c):\n\n{{{\n#!C\n{\n // char tmp_buf[3], *buf;\n char tmp_buf[3], *buf;\n size_t alloc_len;\n\n /* len <= 45 -> expanded to 60 + len byte + new line */\n alloc_len = shar->work.length + 62;\n if (archive_string_ensure(&shar->work, alloc_len) == NULL)\n __archive_errx(1, \"Out of memory\");\n\n buf = shar->work.s + shar->work.length;\n *buf++ = UUENC(len);\n while (len >= 3) {\n uuencode_group(inbuf, buf);\n len -= 3;\n inbuf += 3;\n buf += 4;\n }\n if (len != 0) {\n tmp_buf[0] = inbuf[0];\n if (len == 1)\n tmp_buf[1] = '\\0';\n else\n tmp_buf[1] = inbuf[1];\n tmp_buf[2] = '\\0';\n uuencode_group(inbuf, buf);\n buf += 4;\n }\n *buf++ = '\\n';\n if ((buf - shar->work.s) > (ptrdiff_t)(shar->work.length + 62))\n __archive_errx(1, \"Buffer overflow\");\n shar->work.length = buf - shar->work.s;\n}\n}}}\n\nIndeed, tmp_buf gets set in lines 430-435, but in 436, where I'd expected it to be used, \"buf\" is used instead.\n\nIf this is correct or harmless, then maybe a compiler flag should be changed to avoid the \"cc1: all warnings being treated as errors\" feature.\n", "reporter": "boersma", "cc": "", "resolution": "fixed", "_ts": "1329354469000000", "component": "tools/ports", "summary": "libarchive does not build with gcc 4.6.0", "priority": "minor", "keywords": "libarchive ports tools", "time": "2011-09-01T16:29:56", "milestone": "", "owner": "nega", "type": "defect" } ```
1.0
libarchive does not build with gcc 4.6.0 (Trac #650) - $I3_PORTS/bin/port install libarchive results in this error: ```text [ 47%] Building C object libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o /home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c: In function \u2018uuencode_line\u2019: /home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c:412:7: error: variable \u2018tmp_buf\u2019 set but not used [-Werror=unused-but-set-variable] cc1: all warnings being treated as errors make[2]: *** [libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o] Error 1 make[1]: *** [libarchive/CMakeFiles/archive.dir/all] Error 2 make: *** [all] Error 2 ``` The offending lines of code does not seem to be completely harmless (quoting lines 411-443 of archive_write_set_format_shar.c): ```text #!C { // char tmp_buf[3], *buf; char tmp_buf[3], *buf; size_t alloc_len; /* len <= 45 -> expanded to 60 + len byte + new line */ alloc_len = shar->work.length + 62; if (archive_string_ensure(&shar->work, alloc_len) == NULL) __archive_errx(1, "Out of memory"); buf = shar->work.s + shar->work.length; *buf++ = UUENC(len); while (len >= 3) { uuencode_group(inbuf, buf); len -= 3; inbuf += 3; buf += 4; } if (len != 0) { tmp_buf[0] = inbuf[0]; if (len == 1) tmp_buf[1] = '\0'; else tmp_buf[1] = inbuf[1]; tmp_buf[2] = '\0'; uuencode_group(inbuf, buf); buf += 4; } *buf++ = '\n'; if ((buf - shar->work.s) > (ptrdiff_t)(shar->work.length + 62)) __archive_errx(1, "Buffer overflow"); shar->work.length = buf - shar->work.s; } ``` Indeed, tmp_buf gets set in lines 430-435, but in 436, where I'd expected it to be used, "buf" is used instead. If this is correct or harmless, then maybe a compiler flag should be changed to avoid the "cc1: all warnings being treated as errors" feature. Migrated from https://code.icecube.wisc.edu/ticket/650 ```json { "status": "closed", "changetime": "2012-02-16T01:07:49", "description": "$I3_PORTS/bin/port install libarchive\n\nresults in this error:\n{{{\n[ 47%] Building C object libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o\n/home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c: In function \\u2018uuencode_line\\u2019:\n/home/boersma/Work/icetray/I3_PORTS/var/db/dports/build/file._home_boersma_Work_icetray_I3_PORTS_var_db_dports_sources_rsync.code.icecube.wisc.edu_icecube-tools-ports_archivers_libarchive/work/libarchive-2.8.4/libarchive/archive_write_set_format_shar.c:412:7: error: variable \\u2018tmp_buf\\u2019 set but not used [-Werror=unused-but-set-variable]\ncc1: all warnings being treated as errors\n\nmake[2]: *** [libarchive/CMakeFiles/archive.dir/archive_write_set_format_shar.c.o] Error 1\nmake[1]: *** [libarchive/CMakeFiles/archive.dir/all] Error 2\nmake: *** [all] Error 2\n}}}\n\nThe offending lines of code does not seem to be completely harmless\n(quoting lines 411-443 of archive_write_set_format_shar.c):\n\n{{{\n#!C\n{\n // char tmp_buf[3], *buf;\n char tmp_buf[3], *buf;\n size_t alloc_len;\n\n /* len <= 45 -> expanded to 60 + len byte + new line */\n alloc_len = shar->work.length + 62;\n if (archive_string_ensure(&shar->work, alloc_len) == NULL)\n __archive_errx(1, \"Out of memory\");\n\n buf = shar->work.s + shar->work.length;\n *buf++ = UUENC(len);\n while (len >= 3) {\n uuencode_group(inbuf, buf);\n len -= 3;\n inbuf += 3;\n buf += 4;\n }\n if (len != 0) {\n tmp_buf[0] = inbuf[0];\n if (len == 1)\n tmp_buf[1] = '\\0';\n else\n tmp_buf[1] = inbuf[1];\n tmp_buf[2] = '\\0';\n uuencode_group(inbuf, buf);\n buf += 4;\n }\n *buf++ = '\\n';\n if ((buf - shar->work.s) > (ptrdiff_t)(shar->work.length + 62))\n __archive_errx(1, \"Buffer overflow\");\n shar->work.length = buf - shar->work.s;\n}\n}}}\n\nIndeed, tmp_buf gets set in lines 430-435, but in 436, where I'd expected it to be used, \"buf\" is used instead.\n\nIf this is correct or harmless, then maybe a compiler flag should be changed to avoid the \"cc1: all warnings being treated as errors\" feature.\n", "reporter": "boersma", "cc": "", "resolution": "fixed", "_ts": "1329354469000000", "component": "tools/ports", "summary": "libarchive does not build with gcc 4.6.0", "priority": "minor", "keywords": "libarchive ports tools", "time": "2011-09-01T16:29:56", "milestone": "", "owner": "nega", "type": "defect" } ```
defect
libarchive does not build with gcc trac ports bin port install libarchive results in this error text building c object libarchive cmakefiles archive dir archive write set format shar c o home boersma work icetray ports var db dports build file home boersma work icetray ports var db dports sources rsync code icecube wisc edu icecube tools ports archivers libarchive work libarchive libarchive archive write set format shar c in function line home boersma work icetray ports var db dports build file home boersma work icetray ports var db dports sources rsync code icecube wisc edu icecube tools ports archivers libarchive work libarchive libarchive archive write set format shar c error variable buf set but not used all warnings being treated as errors make error make error make error the offending lines of code does not seem to be completely harmless quoting lines of archive write set format shar c text c char tmp buf buf char tmp buf buf size t alloc len len expanded to len byte new line alloc len shar work length if archive string ensure shar work alloc len null archive errx out of memory buf shar work s shar work length buf uuenc len while len uuencode group inbuf buf len inbuf buf if len tmp buf inbuf if len tmp buf else tmp buf inbuf tmp buf uuencode group inbuf buf buf buf n if buf shar work s ptrdiff t shar work length archive errx buffer overflow shar work length buf shar work s indeed tmp buf gets set in lines but in where i d expected it to be used buf is used instead if this is correct or harmless then maybe a compiler flag should be changed to avoid the all warnings being treated as errors feature migrated from json status closed changetime description ports bin port install libarchive n nresults in this error n n building c object libarchive cmakefiles archive dir archive write set format shar c o n home boersma work icetray ports var db dports build file home boersma work icetray ports var db dports sources rsync code icecube wisc edu icecube tools ports archivers libarchive work libarchive libarchive archive write set format shar c in function line n home boersma work icetray ports var db dports build file home boersma work icetray ports var db dports sources rsync code icecube wisc edu icecube tools ports archivers libarchive work libarchive libarchive archive write set format shar c error variable buf set but not used all warnings being treated as errors n nmake error nmake error nmake error n n nthe offending lines of code does not seem to be completely harmless n quoting lines of archive write set format shar c n n n c n n char tmp buf buf n char tmp buf buf n size t alloc len n n len expanded to len byte new line n alloc len shar work length n if archive string ensure shar work alloc len null n archive errx out of memory n n buf shar work s shar work length n buf uuenc len n while len n uuencode group inbuf buf n len n inbuf n buf n n if len n tmp buf inbuf n if len n tmp buf n else n tmp buf inbuf n tmp buf n uuencode group inbuf buf n buf n n buf n n if buf shar work s ptrdiff t shar work length n archive errx buffer overflow n shar work length buf shar work s n n n nindeed tmp buf gets set in lines but in where i d expected it to be used buf is used instead n nif this is correct or harmless then maybe a compiler flag should be changed to avoid the all warnings being treated as errors feature n reporter boersma cc resolution fixed ts component tools ports summary libarchive does not build with gcc priority minor keywords libarchive ports tools time milestone owner nega type defect
1
5,113
2,610,181,282
IssuesEvent
2015-02-26 18:57:52
chrsmith/quchuseban
https://api.github.com/repos/chrsmith/quchuseban
opened
解析怎样去除面部色斑
auto-migrated Priority-Medium Type-Defect
``` 《摘要》 我不相信生活会无故地变得富裕而有情趣,那只是浪漫的妄想。因为我一生都充满动荡和不安。失败不会主动传授你知识,我通过芸芸众生的无知、胆怯和愚笨来获取真知。有了它们,生活会变得轻松,也更成功。因此,我要和大家分享一些姗姗来迟的道理,期待能让一些人避免重蹈我的覆辙。怎样去除面部色斑, 《客户案例》   我是遗传性的黄褐斑,从小就有,年龄小的时候,脸上�� �黄褐斑是点点状的,颜色也很浅,不仔细看也是看不出来的� ��所以一直都没怎么在意过,可是工作后,由于要经常面对电 脑,受的电脑辐射比较多,再加上经常值班熬夜,休息也不�� �很好,脸上的黄褐斑就越来越多,一个个小点点都快连成片� ��,颜色也越来越深了 ,一眼就能看到了。那个时候也是觉得自己这个样子很难见�� �,觉得没人会喜欢我,感觉挺自卑的,为了去掉这些黄褐斑� ��我也试过好多方法,那些据说能祛斑美白的美容产品我都用 了,可有的就算是有效果了, 过一段时间又变回原样了,总是反反复复的,没什么效果。</ br>   直到一个偶然的机会,我在网上看见了黛芙薇尔。看产�� �介绍说是没有任何副作用。最关键的是不会出现反弹。看着� ��点心动,但是又不太相信网络。犹豫了差不多一个月的时间 ,最后还是决定试试。于是买了一个周期的黛芙薇尔先试试�� �</br>   我使用了一个月左右的时间,脸上的斑就开始淡化了,�� �芙薇尔在祛斑的同时还可以美白肌肤,也是很好的护肤品,� ��为是从身体内部清楚黑色素的,更彻底的祛斑效果。我用了 大概三个月左右,脸上的斑点基本看不见了。绝对可以让我�� �意一阵子,要知道祛斑的产品实在太多了,找到这样安全有� ��果又省心的方法,真的很不容易!真的太感谢黛芙薇尔了!又� ��新让我寻找到曾经遗失的快乐和自信!原来阳光是这么的明�� �,生活是如此的美好!幸福是这么的简单! 阅读了怎样去除面部色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样去除面部色斑,同时为您分享祛斑小方法 1、面部皮炎应及时治疗,避免引起炎症性色素沉着;面部疾� ��不可使用激素类软膏,以避免色素加深。 2、保持心情舒畅,避免疲劳忧虑。 3、注意多食含vc、va的食物,如西红柿、柑橘、柠檬、柿子、 胡萝卜、南瓜及水果蔬菜菲 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 2:31
1.0
解析怎样去除面部色斑 - ``` 《摘要》 我不相信生活会无故地变得富裕而有情趣,那只是浪漫的妄想。因为我一生都充满动荡和不安。失败不会主动传授你知识,我通过芸芸众生的无知、胆怯和愚笨来获取真知。有了它们,生活会变得轻松,也更成功。因此,我要和大家分享一些姗姗来迟的道理,期待能让一些人避免重蹈我的覆辙。怎样去除面部色斑, 《客户案例》   我是遗传性的黄褐斑,从小就有,年龄小的时候,脸上�� �黄褐斑是点点状的,颜色也很浅,不仔细看也是看不出来的� ��所以一直都没怎么在意过,可是工作后,由于要经常面对电 脑,受的电脑辐射比较多,再加上经常值班熬夜,休息也不�� �很好,脸上的黄褐斑就越来越多,一个个小点点都快连成片� ��,颜色也越来越深了 ,一眼就能看到了。那个时候也是觉得自己这个样子很难见�� �,觉得没人会喜欢我,感觉挺自卑的,为了去掉这些黄褐斑� ��我也试过好多方法,那些据说能祛斑美白的美容产品我都用 了,可有的就算是有效果了, 过一段时间又变回原样了,总是反反复复的,没什么效果。</ br>   直到一个偶然的机会,我在网上看见了黛芙薇尔。看产�� �介绍说是没有任何副作用。最关键的是不会出现反弹。看着� ��点心动,但是又不太相信网络。犹豫了差不多一个月的时间 ,最后还是决定试试。于是买了一个周期的黛芙薇尔先试试�� �</br>   我使用了一个月左右的时间,脸上的斑就开始淡化了,�� �芙薇尔在祛斑的同时还可以美白肌肤,也是很好的护肤品,� ��为是从身体内部清楚黑色素的,更彻底的祛斑效果。我用了 大概三个月左右,脸上的斑点基本看不见了。绝对可以让我�� �意一阵子,要知道祛斑的产品实在太多了,找到这样安全有� ��果又省心的方法,真的很不容易!真的太感谢黛芙薇尔了!又� ��新让我寻找到曾经遗失的快乐和自信!原来阳光是这么的明�� �,生活是如此的美好!幸福是这么的简单! 阅读了怎样去除面部色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》   1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐�� �去掉吗?   答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新�� �客都是通过老顾客介绍而来,口碑由此而来!   2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技�� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!   3,去除黄褐斑之后,会反弹吗?   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌!我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗?   4,你们的价格有点贵,能不能便宜一点?   答:如果您使用西药最少需要2000元,煎服的药最少需要3 000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗   5,我适合用黛芙薇尔精华液吗?   答:黛芙薇尔适用人群:   1、生理紊乱引起的黄褐斑人群   2、生育引起的妊娠斑人群   3、年纪增长引起的老年斑人群   4、化妆品色素沉积、辐射斑人群   5、长期日照引起的日晒斑人群   6、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样去除面部色斑,同时为您分享祛斑小方法 1、面部皮炎应及时治疗,避免引起炎症性色素沉着;面部疾� ��不可使用激素类软膏,以避免色素加深。 2、保持心情舒畅,避免疲劳忧虑。 3、注意多食含vc、va的食物,如西红柿、柑橘、柠檬、柿子、 胡萝卜、南瓜及水果蔬菜菲 ``` ----- Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 2:31
defect
解析怎样去除面部色斑 《摘要》 我不相信生活会无故地变得富裕而有情趣,那只是浪漫的妄想。因为我一生都充满动荡和不安。失败不会主动传授你知识,我通过芸芸众生的无知、胆怯和愚笨来获取真知。有了它们,生活会变得轻松,也更成功。因此,我要和大家分享一些姗姗来迟的道理,期待能让一些人避免重蹈我的覆辙。怎样去除面部色斑, 《客户案例》   我是遗传性的黄褐斑,从小就有,年龄小的时候,脸上�� �黄褐斑是点点状的,颜色也很浅,不仔细看也是看不出来的� ��所以一直都没怎么在意过,可是工作后,由于要经常面对电 脑,受的电脑辐射比较多,再加上经常值班熬夜,休息也不�� �很好,脸上的黄褐斑就越来越多,一个个小点点都快连成片� ��,颜色也越来越深了 ,一眼就能看到了。那个时候也是觉得自己这个样子很难见�� �,觉得没人会喜欢我,感觉挺自卑的,为了去掉这些黄褐斑� ��我也试过好多方法,那些据说能祛斑美白的美容产品我都用 了,可有的就算是有效果了, 过一段时间又变回原样了,总是反反复复的,没什么效果。 br   直到一个偶然的机会,我在网上看见了黛芙薇尔。看产�� �介绍说是没有任何副作用。最关键的是不会出现反弹。看着� ��点心动,但是又不太相信网络。犹豫了差不多一个月的时间 ,最后还是决定试试。于是买了一个周期的黛芙薇尔先试试�� �   我使用了一个月左右的时间,脸上的斑就开始淡化了,�� �芙薇尔在祛斑的同时还可以美白肌肤,也是很好的护肤品,� ��为是从身体内部清楚黑色素的,更彻底的祛斑效果。我用了 大概三个月左右,脸上的斑点基本看不见了。绝对可以让我�� �意一阵子,要知道祛斑的产品实在太多了,找到这样安全有� ��果又省心的方法,真的很不容易 真的太感谢黛芙薇尔了 又� ��新让我寻找到曾经遗失的快乐和自信 原来阳光是这么的明�� �,生活是如此的美好 幸福是这么的简单 阅读了怎样去除面部色斑,再看脸上容易长斑的原因: 《色斑形成原因》   内部因素   一、压力   当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。   二、荷尔蒙分泌失调   避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。   三、新陈代谢缓慢   肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。   四、错误的使用化妆品   使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。   外部因素   一、紫外线   照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。   二、不良的清洁习惯   因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。   三、遗传基因   父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》    黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗   答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来    ,服用黛芙薇尔美白,会伤身体吗 有副作用吗   答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖    ,去除黄褐斑之后,会反弹吗   答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗    ,你们的价格有点贵,能不能便宜一点   答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗    ,我适合用黛芙薇尔精华液吗   答:黛芙薇尔适用人群:    、生理紊乱引起的黄褐斑人群    、生育引起的妊娠斑人群    、年纪增长引起的老年斑人群    、化妆品色素沉积、辐射斑人群    、长期日照引起的日晒斑人群    、肌肤暗淡急需美白的人群 《祛斑小方法》 怎样去除面部色斑,同时为您分享祛斑小方法 、面部皮炎应及时治疗,避免引起炎症性色素沉着;面部疾� ��不可使用激素类软膏,以避免色素加深。 、保持心情舒畅,避免疲劳忧虑。 、注意多食含vc、va的食物,如西红柿、柑橘、柠檬、柿子、 胡萝卜、南瓜及水果蔬菜菲 original issue reported on code google com by additive gmail com on jul at
1
67,527
20,976,911,555
IssuesEvent
2022-03-28 15:59:37
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Battery drain and slow typing perf on 1.8.8 TF
T-Defect performance S-Major O-Frequent
### Steps to reproduce My battery is dying after upgrading to 1.8.8 TF, and typing perf is very laggy. Something is chewing CPU ### Outcome #### What did you expect? fast app #### What happened instead? slow app ### Your phone model iPhone 12 pro max ### Operating system version iOS 15.3.1 ### Application version 1.8.8 TF ### Homeserver matrix.org ### Will you send logs? Yes
1.0
Battery drain and slow typing perf on 1.8.8 TF - ### Steps to reproduce My battery is dying after upgrading to 1.8.8 TF, and typing perf is very laggy. Something is chewing CPU ### Outcome #### What did you expect? fast app #### What happened instead? slow app ### Your phone model iPhone 12 pro max ### Operating system version iOS 15.3.1 ### Application version 1.8.8 TF ### Homeserver matrix.org ### Will you send logs? Yes
defect
battery drain and slow typing perf on tf steps to reproduce my battery is dying after upgrading to tf and typing perf is very laggy something is chewing cpu outcome what did you expect fast app what happened instead slow app your phone model iphone pro max operating system version ios application version tf homeserver matrix org will you send logs yes
1
29,486
5,697,663,584
IssuesEvent
2017-04-17 00:01:51
i2p/i2p.i2p-bote
https://api.github.com/repos/i2p/i2p.i2p-bote
closed
3 Bote errors:ConcurrentExecutionException,TooSmallPackets (Trac #1287)
apps/plugins defect Migrated from Trac str4d
3 errors: - about unability to check for update (maybe this should only be logged if it happens repeatedly, not if eepproxy fails once or eepsite down. for the future it could even be thought about a p2p update where instrad of checking the eepsite, other bote nodes arequeried and only updates signed by a signer on a configurable list of trusted signers are accepted) - CEE - dunno how those too small packets come about, maybe it's during shutdown? Is it save to simply rm them? will they be redownloaded, or a packet once downloaded is deleted for good? I know received mails are deleted, but not sure it's on a per-packet basis or only once the mail is complete AND correctly assembled. Anyhow, bote should recover from that on its own ```text 20.05.14 23:39:41 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p 20.05.14 21:38:29 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p 20.05.14 20:38:09 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p 20.05.14 19:29:21 ERROR [onsole Jetty] i2p.bote.service.EmailChecker : Error while checking whether new mail has arrived. java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException at java.util.concurrent.FutureTask.report(Unknown Source) at java.util.concurrent.FutureTask.get(Unknown Source) at i2p.bote.service.EmailChecker.newMailReceived(EmailChecker.java:158) at i2p.bote.I2PBote.newMailReceived(I2PBote.java:555) at i2p.bote.util.GeneralHelper.isNewMailReceived(GeneralHelper.java:315) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at javax.el.BeanELResolver.getValue(BeanELResolver.java:83) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54) at org.apache.el.parser.AstValue.getValue(AstValue.java:123) at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:938) at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f8(buttonFrame_jsp.java:824) at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f4(buttonFrame_jsp.java:423) at i2p.bote.jsp.buttonFrame_jsp._jspService(buttonFrame_jsp.java:115) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:370) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException at java.util.concurrent.FutureTask.report(Unknown Source) at java.util.concurrent.FutureTask.get(Unknown Source) at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:131) at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:61) at java.util.concurrent.FutureTask.run(Unknown Source) ... 3 more Caused by: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(Unknown Source) at java.util.ArrayList$Itr.next(Unknown Source) at i2p.bote.network.kademlia.BucketManager.getAllUnlockedPeers(BucketManager.java:267) at i2p.bote.network.kademlia.ClosestNodesLookupTask.call(ClosestNodesLookupTask.java:106) at i2p.bote.network.kademlia.KademliaDHT.getClosestNodes(KademliaDHT.java:178) at i2p.bote.network.kademlia.KademliaDHT.find(KademliaDHT.java:261) at i2p.bote.network.kademlia.KademliaDHT.findAll(KademliaDHT.java:188) at i2p.bote.network.CheckEmailTask$EmailPacketTask.run(CheckEmailTask.java:201) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ... 4 more 20.05.14 18:26:24 ERROR [ExpiratnThrd] i2p.bote.folder.Folder : Can't create a FolderElement from file: C:\ProgramData\Application Data\i2p\i2pbote\dht_email_pkt\pko46K5LXBn0-91y4A2a62mhvPsgDNOlTDtU4b~CGyQ=.pkt (file size=8192) i2p.bote.packet.MalformedPacketException: Can't instantiate packet for type code <E> at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:104) at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:118) at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:90) at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:85) at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:42) at i2p.bote.folder.Folder$3.findNextElement(Folder.java:169) at i2p.bote.folder.Folder$3.next(Folder.java:150) at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:106) at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:90) at i2p.bote.folder.EmailPacketFolder.deleteExpired(EmailPacketFolder.java:143) at i2p.bote.service.ExpirationThread.run(ExpirationThread.java:53) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:101) ... 10 more Caused by: java.nio.BufferUnderflowException at java.nio.HeapByteBuffer.get(Unknown Source) at java.nio.ByteBuffer.get(Unknown Source) at i2p.bote.packet.dht.EncryptedEmailPacket.<init>(EncryptedEmailPacket.java:102) ... 14 more ``` Migrated from https://trac.i2p2.de/ticket/1287 ```json { "status": "closed", "changetime": "2016-01-25T20:00:40", "description": "3 errors:\n- about unability to check for update (maybe this should only be logged if it happens repeatedly, not if eepproxy fails once or eepsite down. for the future it could even be thought about a p2p update where instrad of checking the eepsite, other bote nodes arequeried and only updates signed by a signer on a configurable list of trusted signers are accepted)\n\n- CEE\n\n- dunno how those too small packets come about, maybe it's during shutdown? Is it save to simply rm them? will they be redownloaded, or a packet once downloaded is deleted for good? I know received mails are deleted, but not sure it's on a per-packet basis or only once the mail is complete AND correctly assembled. Anyhow, bote should recover from that on its own\n\n{{{\n 20.05.14 23:39:41 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p\n 20.05.14 21:38:29 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p\n 20.05.14 20:38:09 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p\n 20.05.14 19:29:21 ERROR [onsole Jetty] i2p.bote.service.EmailChecker : Error while checking whether new mail has arrived.\n java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException\n at java.util.concurrent.FutureTask.report(Unknown Source)\n at java.util.concurrent.FutureTask.get(Unknown Source)\n at i2p.bote.service.EmailChecker.newMailReceived(EmailChecker.java:158)\n at i2p.bote.I2PBote.newMailReceived(I2PBote.java:555)\n at i2p.bote.util.GeneralHelper.isNewMailReceived(GeneralHelper.java:315)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)\n at java.lang.reflect.Method.invoke(Unknown Source)\n at javax.el.BeanELResolver.getValue(BeanELResolver.java:83)\n at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54)\n at org.apache.el.parser.AstValue.getValue(AstValue.java:123)\n at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)\n at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:938)\n at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f8(buttonFrame_jsp.java:824)\n at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f4(buttonFrame_jsp.java:423)\n at i2p.bote.jsp.buttonFrame_jsp._jspService(buttonFrame_jsp.java:115)\n at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)\n at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)\n at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)\n at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)\n at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476)\n at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)\n at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\n at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)\n at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)\n at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)\n at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)\n at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\n at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)\n at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\n at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)\n at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)\n at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\n at org.eclipse.jetty.server.Server.handle(Server.java:370)\n at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)\n at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)\n at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)\n at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)\n at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\n at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\n at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)\n at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\n at java.lang.Thread.run(Unknown Source)\n Caused by: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException\n at java.util.concurrent.FutureTask.report(Unknown Source)\n at java.util.concurrent.FutureTask.get(Unknown Source)\n at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:131)\n at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:61)\n at java.util.concurrent.FutureTask.run(Unknown Source)\n ... 3 more\n Caused by: java.util.ConcurrentModificationException\n at java.util.ArrayList$Itr.checkForComodification(Unknown Source)\n at java.util.ArrayList$Itr.next(Unknown Source)\n at i2p.bote.network.kademlia.BucketManager.getAllUnlockedPeers(BucketManager.java:267)\n at i2p.bote.network.kademlia.ClosestNodesLookupTask.call(ClosestNodesLookupTask.java:106)\n at i2p.bote.network.kademlia.KademliaDHT.getClosestNodes(KademliaDHT.java:178)\n at i2p.bote.network.kademlia.KademliaDHT.find(KademliaDHT.java:261)\n at i2p.bote.network.kademlia.KademliaDHT.findAll(KademliaDHT.java:188)\n at i2p.bote.network.CheckEmailTask$EmailPacketTask.run(CheckEmailTask.java:201)\n at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)\n ... 4 more\n 20.05.14 18:26:24 ERROR [ExpiratnThrd] i2p.bote.folder.Folder : Can't create a FolderElement from file: C:\\ProgramData\\Application Data\\i2p\\i2pbote\\dht_email_pkt\\pko46K5LXBn0-91y4A2a62mhvPsgDNOlTDtU4b~CGyQ=.pkt (file size=8192)\n i2p.bote.packet.MalformedPacketException: Can't instantiate packet for type code <E>\n at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:104)\n at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:118)\n at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:90)\n at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:85)\n at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:42)\n at i2p.bote.folder.Folder$3.findNextElement(Folder.java:169)\n at i2p.bote.folder.Folder$3.next(Folder.java:150)\n at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:106)\n at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:90)\n at i2p.bote.folder.EmailPacketFolder.deleteExpired(EmailPacketFolder.java:143)\n at i2p.bote.service.ExpirationThread.run(ExpirationThread.java:53)\n Caused by: java.lang.reflect.InvocationTargetException\n at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source)\n at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)\n at java.lang.reflect.Constructor.newInstance(Unknown Source)\n at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:101)\n ... 10 more\n Caused by: java.nio.BufferUnderflowException\n at java.nio.HeapByteBuffer.get(Unknown Source)\n at java.nio.ByteBuffer.get(Unknown Source)\n at i2p.bote.packet.dht.EncryptedEmailPacket.<init>(EncryptedEmailPacket.java:102)\n ... 14 more\n\n}}}", "reporter": "user", "cc": "", "resolution": "fixed", "_ts": "1453752040717604", "component": "apps/plugins", "summary": "3 Bote errors:ConcurrentExecutionException,TooSmallPackets", "priority": "minor", "keywords": "I2P-Bote", "version": "0.9.12", "parents": "", "time": "2014-05-20T22:41:04", "milestone": "0.9.21", "owner": "str4d", "type": "defect" } ```
1.0
3 Bote errors:ConcurrentExecutionException,TooSmallPackets (Trac #1287) - 3 errors: - about unability to check for update (maybe this should only be logged if it happens repeatedly, not if eepproxy fails once or eepsite down. for the future it could even be thought about a p2p update where instrad of checking the eepsite, other bote nodes arequeried and only updates signed by a signer on a configurable list of trusted signers are accepted) - CEE - dunno how those too small packets come about, maybe it's during shutdown? Is it save to simply rm them? will they be redownloaded, or a packet once downloaded is deleted for good? I know received mails are deleted, but not sure it's on a per-packet basis or only once the mail is complete AND correctly assembled. Anyhow, bote should recover from that on its own ```text 20.05.14 23:39:41 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p 20.05.14 21:38:29 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p 20.05.14 20:38:09 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p 20.05.14 19:29:21 ERROR [onsole Jetty] i2p.bote.service.EmailChecker : Error while checking whether new mail has arrived. java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException at java.util.concurrent.FutureTask.report(Unknown Source) at java.util.concurrent.FutureTask.get(Unknown Source) at i2p.bote.service.EmailChecker.newMailReceived(EmailChecker.java:158) at i2p.bote.I2PBote.newMailReceived(I2PBote.java:555) at i2p.bote.util.GeneralHelper.isNewMailReceived(GeneralHelper.java:315) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at javax.el.BeanELResolver.getValue(BeanELResolver.java:83) at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54) at org.apache.el.parser.AstValue.getValue(AstValue.java:123) at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186) at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:938) at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f8(buttonFrame_jsp.java:824) at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f4(buttonFrame_jsp.java:423) at i2p.bote.jsp.buttonFrame_jsp._jspService(buttonFrame_jsp.java:115) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496) at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) at org.eclipse.jetty.server.Server.handle(Server.java:370) at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494) at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971) at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException at java.util.concurrent.FutureTask.report(Unknown Source) at java.util.concurrent.FutureTask.get(Unknown Source) at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:131) at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:61) at java.util.concurrent.FutureTask.run(Unknown Source) ... 3 more Caused by: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(Unknown Source) at java.util.ArrayList$Itr.next(Unknown Source) at i2p.bote.network.kademlia.BucketManager.getAllUnlockedPeers(BucketManager.java:267) at i2p.bote.network.kademlia.ClosestNodesLookupTask.call(ClosestNodesLookupTask.java:106) at i2p.bote.network.kademlia.KademliaDHT.getClosestNodes(KademliaDHT.java:178) at i2p.bote.network.kademlia.KademliaDHT.find(KademliaDHT.java:261) at i2p.bote.network.kademlia.KademliaDHT.findAll(KademliaDHT.java:188) at i2p.bote.network.CheckEmailTask$EmailPacketTask.run(CheckEmailTask.java:201) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ... 4 more 20.05.14 18:26:24 ERROR [ExpiratnThrd] i2p.bote.folder.Folder : Can't create a FolderElement from file: C:\ProgramData\Application Data\i2p\i2pbote\dht_email_pkt\pko46K5LXBn0-91y4A2a62mhvPsgDNOlTDtU4b~CGyQ=.pkt (file size=8192) i2p.bote.packet.MalformedPacketException: Can't instantiate packet for type code <E> at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:104) at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:118) at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:90) at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:85) at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:42) at i2p.bote.folder.Folder$3.findNextElement(Folder.java:169) at i2p.bote.folder.Folder$3.next(Folder.java:150) at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:106) at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:90) at i2p.bote.folder.EmailPacketFolder.deleteExpired(EmailPacketFolder.java:143) at i2p.bote.service.ExpirationThread.run(ExpirationThread.java:53) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:101) ... 10 more Caused by: java.nio.BufferUnderflowException at java.nio.HeapByteBuffer.get(Unknown Source) at java.nio.ByteBuffer.get(Unknown Source) at i2p.bote.packet.dht.EncryptedEmailPacket.<init>(EncryptedEmailPacket.java:102) ... 14 more ``` Migrated from https://trac.i2p2.de/ticket/1287 ```json { "status": "closed", "changetime": "2016-01-25T20:00:40", "description": "3 errors:\n- about unability to check for update (maybe this should only be logged if it happens repeatedly, not if eepproxy fails once or eepsite down. for the future it could even be thought about a p2p update where instrad of checking the eepsite, other bote nodes arequeried and only updates signed by a signer on a configurable list of trusted signers are accepted)\n\n- CEE\n\n- dunno how those too small packets come about, maybe it's during shutdown? Is it save to simply rm them? will they be redownloaded, or a packet once downloaded is deleted for good? I know received mails are deleted, but not sure it's on a per-packet basis or only once the mail is complete AND correctly assembled. Anyhow, bote should recover from that on its own\n\n{{{\n 20.05.14 23:39:41 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p\n 20.05.14 21:38:29 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p\n 20.05.14 20:38:09 ERROR [UpdateCheckr] i2p.bote.service.UpdateChecker: Can't check update URL: http://tjgidoycrw6s3guetge3kvrvynppqjmvqsosmtbmgqasa6vmsf6a.b32.i2p/i2pbote-update.xpi2p\n 20.05.14 19:29:21 ERROR [onsole Jetty] i2p.bote.service.EmailChecker : Error while checking whether new mail has arrived.\n java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException\n at java.util.concurrent.FutureTask.report(Unknown Source)\n at java.util.concurrent.FutureTask.get(Unknown Source)\n at i2p.bote.service.EmailChecker.newMailReceived(EmailChecker.java:158)\n at i2p.bote.I2PBote.newMailReceived(I2PBote.java:555)\n at i2p.bote.util.GeneralHelper.isNewMailReceived(GeneralHelper.java:315)\n at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\n at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)\n at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)\n at java.lang.reflect.Method.invoke(Unknown Source)\n at javax.el.BeanELResolver.getValue(BeanELResolver.java:83)\n at javax.el.CompositeELResolver.getValue(CompositeELResolver.java:54)\n at org.apache.el.parser.AstValue.getValue(AstValue.java:123)\n at org.apache.el.ValueExpressionImpl.getValue(ValueExpressionImpl.java:186)\n at org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(PageContextImpl.java:938)\n at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f8(buttonFrame_jsp.java:824)\n at i2p.bote.jsp.buttonFrame_jsp._jspx_meth_c_005fif_005f4(buttonFrame_jsp.java:423)\n at i2p.bote.jsp.buttonFrame_jsp._jspService(buttonFrame_jsp.java:115)\n at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)\n at javax.servlet.http.HttpServlet.service(HttpServlet.java:848)\n at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:684)\n at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1496)\n at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)\n at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1476)\n at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)\n at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)\n at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)\n at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)\n at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)\n at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)\n at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)\n at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)\n at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)\n at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255)\n at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154)\n at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)\n at org.eclipse.jetty.server.Server.handle(Server.java:370)\n at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:494)\n at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:971)\n at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1033)\n at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)\n at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)\n at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)\n at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:667)\n at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)\n at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)\n at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)\n at java.lang.Thread.run(Unknown Source)\n Caused by: java.util.concurrent.ExecutionException: java.util.ConcurrentModificationException\n at java.util.concurrent.FutureTask.report(Unknown Source)\n at java.util.concurrent.FutureTask.get(Unknown Source)\n at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:131)\n at i2p.bote.network.CheckEmailTask.call(CheckEmailTask.java:61)\n at java.util.concurrent.FutureTask.run(Unknown Source)\n ... 3 more\n Caused by: java.util.ConcurrentModificationException\n at java.util.ArrayList$Itr.checkForComodification(Unknown Source)\n at java.util.ArrayList$Itr.next(Unknown Source)\n at i2p.bote.network.kademlia.BucketManager.getAllUnlockedPeers(BucketManager.java:267)\n at i2p.bote.network.kademlia.ClosestNodesLookupTask.call(ClosestNodesLookupTask.java:106)\n at i2p.bote.network.kademlia.KademliaDHT.getClosestNodes(KademliaDHT.java:178)\n at i2p.bote.network.kademlia.KademliaDHT.find(KademliaDHT.java:261)\n at i2p.bote.network.kademlia.KademliaDHT.findAll(KademliaDHT.java:188)\n at i2p.bote.network.CheckEmailTask$EmailPacketTask.run(CheckEmailTask.java:201)\n at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)\n ... 4 more\n 20.05.14 18:26:24 ERROR [ExpiratnThrd] i2p.bote.folder.Folder : Can't create a FolderElement from file: C:\\ProgramData\\Application Data\\i2p\\i2pbote\\dht_email_pkt\\pko46K5LXBn0-91y4A2a62mhvPsgDNOlTDtU4b~CGyQ=.pkt (file size=8192)\n i2p.bote.packet.MalformedPacketException: Can't instantiate packet for type code <E>\n at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:104)\n at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:118)\n at i2p.bote.packet.I2PBotePacket.createPacket(I2PBotePacket.java:90)\n at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:85)\n at i2p.bote.folder.PacketFolder.createFolderElement(PacketFolder.java:42)\n at i2p.bote.folder.Folder$3.findNextElement(Folder.java:169)\n at i2p.bote.folder.Folder$3.next(Folder.java:150)\n at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:106)\n at i2p.bote.folder.PacketFolder$1.next(PacketFolder.java:90)\n at i2p.bote.folder.EmailPacketFolder.deleteExpired(EmailPacketFolder.java:143)\n at i2p.bote.service.ExpirationThread.run(ExpirationThread.java:53)\n Caused by: java.lang.reflect.InvocationTargetException\n at sun.reflect.GeneratedConstructorAccessor8.newInstance(Unknown Source)\n at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)\n at java.lang.reflect.Constructor.newInstance(Unknown Source)\n at i2p.bote.packet.DataPacket.createPacket(DataPacket.java:101)\n ... 10 more\n Caused by: java.nio.BufferUnderflowException\n at java.nio.HeapByteBuffer.get(Unknown Source)\n at java.nio.ByteBuffer.get(Unknown Source)\n at i2p.bote.packet.dht.EncryptedEmailPacket.<init>(EncryptedEmailPacket.java:102)\n ... 14 more\n\n}}}", "reporter": "user", "cc": "", "resolution": "fixed", "_ts": "1453752040717604", "component": "apps/plugins", "summary": "3 Bote errors:ConcurrentExecutionException,TooSmallPackets", "priority": "minor", "keywords": "I2P-Bote", "version": "0.9.12", "parents": "", "time": "2014-05-20T22:41:04", "milestone": "0.9.21", "owner": "str4d", "type": "defect" } ```
defect
bote errors concurrentexecutionexception toosmallpackets trac errors about unability to check for update maybe this should only be logged if it happens repeatedly not if eepproxy fails once or eepsite down for the future it could even be thought about a update where instrad of checking the eepsite other bote nodes arequeried and only updates signed by a signer on a configurable list of trusted signers are accepted cee dunno how those too small packets come about maybe it s during shutdown is it save to simply rm them will they be redownloaded or a packet once downloaded is deleted for good i know received mails are deleted but not sure it s on a per packet basis or only once the mail is complete and correctly assembled anyhow bote should recover from that on its own text error bote service updatechecker can t check update url error bote service updatechecker can t check update url error bote service updatechecker can t check update url error bote service emailchecker error while checking whether new mail has arrived java util concurrent executionexception java util concurrent executionexception java util concurrentmodificationexception at java util concurrent futuretask report unknown source at java util concurrent futuretask get unknown source at bote service emailchecker newmailreceived emailchecker java at bote newmailreceived java at bote util generalhelper isnewmailreceived generalhelper java at sun reflect nativemethodaccessorimpl native method at sun reflect nativemethodaccessorimpl invoke unknown source at sun reflect delegatingmethodaccessorimpl invoke unknown source at java lang reflect method invoke unknown source at javax el beanelresolver getvalue beanelresolver java at javax el compositeelresolver getvalue compositeelresolver java at org apache el parser astvalue getvalue astvalue java at org apache el valueexpressionimpl getvalue valueexpressionimpl java at org apache jasper runtime pagecontextimpl proprietaryevaluate pagecontextimpl java at bote jsp buttonframe jsp jspx meth c buttonframe jsp java at bote jsp buttonframe jsp jspx meth c buttonframe jsp java at bote jsp buttonframe jsp jspservice buttonframe jsp java at org apache jasper runtime httpjspbase service httpjspbase java at javax servlet http httpservlet service httpservlet java at org eclipse jetty servlet servletholder handle servletholder java at org eclipse jetty servlet servlethandler cachedchain dofilter servlethandler java at bote web charsetfilter dofilter charsetfilter java at org eclipse jetty servlet servlethandler cachedchain dofilter servlethandler java at org eclipse jetty servlet servlethandler dohandle servlethandler java at org eclipse jetty server handler scopedhandler handle scopedhandler java at org eclipse jetty security securityhandler handle securityhandler java at org eclipse jetty server session sessionhandler dohandle sessionhandler java at org eclipse jetty server handler contexthandler dohandle contexthandler java at org eclipse jetty servlet servlethandler doscope servlethandler java at org eclipse jetty server session sessionhandler doscope sessionhandler java at org eclipse jetty server handler contexthandler doscope contexthandler java at org eclipse jetty server handler scopedhandler handle scopedhandler java at org eclipse jetty server handler contexthandlercollection handle contexthandlercollection java at org eclipse jetty server handler handlercollection handle handlercollection java at org eclipse jetty server handler handlerwrapper handle handlerwrapper java at org eclipse jetty server server handle server java at org eclipse jetty server abstracthttpconnection handlerequest abstracthttpconnection java at org eclipse jetty server abstracthttpconnection headercomplete abstracthttpconnection java at org eclipse jetty server abstracthttpconnection requesthandler headercomplete abstracthttpconnection java at org eclipse jetty http httpparser parsenext httpparser java at org eclipse jetty http httpparser parseavailable httpparser java at org eclipse jetty server asynchttpconnection handle asynchttpconnection java at org eclipse jetty io nio selectchannelendpoint handle selectchannelendpoint java at org eclipse jetty io nio selectchannelendpoint run selectchannelendpoint java at java util concurrent threadpoolexecutor runworker unknown source at java util concurrent threadpoolexecutor worker run unknown source at java lang thread run unknown source caused by java util concurrent executionexception java util concurrentmodificationexception at java util concurrent futuretask report unknown source at java util concurrent futuretask get unknown source at bote network checkemailtask call checkemailtask java at bote network checkemailtask call checkemailtask java at java util concurrent futuretask run unknown source more caused by java util concurrentmodificationexception at java util arraylist itr checkforcomodification unknown source at java util arraylist itr next unknown source at bote network kademlia bucketmanager getallunlockedpeers bucketmanager java at bote network kademlia closestnodeslookuptask call closestnodeslookuptask java at bote network kademlia kademliadht getclosestnodes kademliadht java at bote network kademlia kademliadht find kademliadht java at bote network kademlia kademliadht findall kademliadht java at bote network checkemailtask emailpackettask run checkemailtask java at java util concurrent executors runnableadapter call unknown source more error bote folder folder can t create a folderelement from file c programdata application data dht email pkt cgyq pkt file size bote packet malformedpacketexception can t instantiate packet for type code at bote packet datapacket createpacket datapacket java at bote packet createpacket java at bote packet createpacket java at bote folder packetfolder createfolderelement packetfolder java at bote folder packetfolder createfolderelement packetfolder java at bote folder folder findnextelement folder java at bote folder folder next folder java at bote folder packetfolder next packetfolder java at bote folder packetfolder next packetfolder java at bote folder emailpacketfolder deleteexpired emailpacketfolder java at bote service expirationthread run expirationthread java caused by java lang reflect invocationtargetexception at sun reflect newinstance unknown source at sun reflect delegatingconstructoraccessorimpl newinstance unknown source at java lang reflect constructor newinstance unknown source at bote packet datapacket createpacket datapacket java more caused by java nio bufferunderflowexception at java nio heapbytebuffer get unknown source at java nio bytebuffer get unknown source at bote packet dht encryptedemailpacket encryptedemailpacket java more migrated from json status closed changetime description errors n about unability to check for update maybe this should only be logged if it happens repeatedly not if eepproxy fails once or eepsite down for the future it could even be thought about a update where instrad of checking the eepsite other bote nodes arequeried and only updates signed by a signer on a configurable list of trusted signers are accepted n n cee n n dunno how those too small packets come about maybe it s during shutdown is it save to simply rm them will they be redownloaded or a packet once downloaded is deleted for good i know received mails are deleted but not sure it s on a per packet basis or only once the mail is complete and correctly assembled anyhow bote should recover from that on its own n n n error bote service updatechecker can t check update url error bote service updatechecker can t check update url error bote service updatechecker can t check update url error bote service emailchecker error while checking whether new mail has arrived n java util concurrent executionexception java util concurrent executionexception java util concurrentmodificationexception n at java util concurrent futuretask report unknown source n at java util concurrent futuretask get unknown source n at bote service emailchecker newmailreceived emailchecker java n at bote newmailreceived java n at bote util generalhelper isnewmailreceived generalhelper java n at sun reflect nativemethodaccessorimpl native method n at sun reflect nativemethodaccessorimpl invoke unknown source n at sun reflect delegatingmethodaccessorimpl invoke unknown source n at java lang reflect method invoke unknown source n at javax el beanelresolver getvalue beanelresolver java n at javax el compositeelresolver getvalue compositeelresolver java n at org apache el parser astvalue getvalue astvalue java n at org apache el valueexpressionimpl getvalue valueexpressionimpl java n at org apache jasper runtime pagecontextimpl proprietaryevaluate pagecontextimpl java n at bote jsp buttonframe jsp jspx meth c buttonframe jsp java n at bote jsp buttonframe jsp jspx meth c buttonframe jsp java n at bote jsp buttonframe jsp jspservice buttonframe jsp java n at org apache jasper runtime httpjspbase service httpjspbase java n at javax servlet http httpservlet service httpservlet java n at org eclipse jetty servlet servletholder handle servletholder java n at org eclipse jetty servlet servlethandler cachedchain dofilter servlethandler java n at bote web charsetfilter dofilter charsetfilter java n at org eclipse jetty servlet servlethandler cachedchain dofilter servlethandler java n at org eclipse jetty servlet servlethandler dohandle servlethandler java n at org eclipse jetty server handler scopedhandler handle scopedhandler java n at org eclipse jetty security securityhandler handle securityhandler java n at org eclipse jetty server session sessionhandler dohandle sessionhandler java n at org eclipse jetty server handler contexthandler dohandle contexthandler java n at org eclipse jetty servlet servlethandler doscope servlethandler java n at org eclipse jetty server session sessionhandler doscope sessionhandler java n at org eclipse jetty server handler contexthandler doscope contexthandler java n at org eclipse jetty server handler scopedhandler handle scopedhandler java n at org eclipse jetty server handler contexthandlercollection handle contexthandlercollection java n at org eclipse jetty server handler handlercollection handle handlercollection java n at org eclipse jetty server handler handlerwrapper handle handlerwrapper java n at org eclipse jetty server server handle server java n at org eclipse jetty server abstracthttpconnection handlerequest abstracthttpconnection java n at org eclipse jetty server abstracthttpconnection headercomplete abstracthttpconnection java n at org eclipse jetty server abstracthttpconnection requesthandler headercomplete abstracthttpconnection java n at org eclipse jetty http httpparser parsenext httpparser java n at org eclipse jetty http httpparser parseavailable httpparser java n at org eclipse jetty server asynchttpconnection handle asynchttpconnection java n at org eclipse jetty io nio selectchannelendpoint handle selectchannelendpoint java n at org eclipse jetty io nio selectchannelendpoint run selectchannelendpoint java n at java util concurrent threadpoolexecutor runworker unknown source n at java util concurrent threadpoolexecutor worker run unknown source n at java lang thread run unknown source n caused by java util concurrent executionexception java util concurrentmodificationexception n at java util concurrent futuretask report unknown source n at java util concurrent futuretask get unknown source n at bote network checkemailtask call checkemailtask java n at bote network checkemailtask call checkemailtask java n at java util concurrent futuretask run unknown source n more n caused by java util concurrentmodificationexception n at java util arraylist itr checkforcomodification unknown source n at java util arraylist itr next unknown source n at bote network kademlia bucketmanager getallunlockedpeers bucketmanager java n at bote network kademlia closestnodeslookuptask call closestnodeslookuptask java n at bote network kademlia kademliadht getclosestnodes kademliadht java n at bote network kademlia kademliadht find kademliadht java n at bote network kademlia kademliadht findall kademliadht java n at bote network checkemailtask emailpackettask run checkemailtask java n at java util concurrent executors runnableadapter call unknown source n more n error bote folder folder can t create a folderelement from file c programdata application data dht email pkt cgyq pkt file size n bote packet malformedpacketexception can t instantiate packet for type code n at bote packet datapacket createpacket datapacket java n at bote packet createpacket java n at bote packet createpacket java n at bote folder packetfolder createfolderelement packetfolder java n at bote folder packetfolder createfolderelement packetfolder java n at bote folder folder findnextelement folder java n at bote folder folder next folder java n at bote folder packetfolder next packetfolder java n at bote folder packetfolder next packetfolder java n at bote folder emailpacketfolder deleteexpired emailpacketfolder java n at bote service expirationthread run expirationthread java n caused by java lang reflect invocationtargetexception n at sun reflect newinstance unknown source n at sun reflect delegatingconstructoraccessorimpl newinstance unknown source n at java lang reflect constructor newinstance unknown source n at bote packet datapacket createpacket datapacket java n more n caused by java nio bufferunderflowexception n at java nio heapbytebuffer get unknown source n at java nio bytebuffer get unknown source n at bote packet dht encryptedemailpacket encryptedemailpacket java n more n n reporter user cc resolution fixed ts component apps plugins summary bote errors concurrentexecutionexception toosmallpackets priority minor keywords bote version parents time milestone owner type defect
1
1,805
2,603,971,733
IssuesEvent
2015-02-24 19:00:25
chrsmith/nishazi6
https://api.github.com/repos/chrsmith/nishazi6
opened
沈阳男性人乳头瘤
auto-migrated Priority-Medium Type-Defect
``` 沈阳男性人乳头瘤〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:35
1.0
沈阳男性人乳头瘤 - ``` 沈阳男性人乳头瘤〓沈陽軍區政治部醫院性病〓TEL:024-3102330 8〓成立于1946年,68年專注于性傳播疾病的研究和治療。位于� ��陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 ``` ----- Original issue reported on code.google.com by `q964105...@gmail.com` on 4 Jun 2014 at 7:35
defect
沈阳男性人乳头瘤 沈阳男性人乳头瘤〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位于� �� 。是一所與新中國同建立共輝煌的歷� ��悠久、設備精良、技術權威、專家云集,是預防、保健、醫 療、科研康復為一體的綜合性醫院。是國家首批公立甲等部�� �醫院、全國首批醫療規范定點單位,是第四軍醫大學、東南� ��學等知名高等院校的教學醫院。曾被中國人民解放軍空軍后 勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二等�� �。 original issue reported on code google com by gmail com on jun at
1
11,599
13,649,096,844
IssuesEvent
2020-09-26 12:47:43
nextcloud/ocsms
https://api.github.com/repos/nextcloud/ocsms
opened
Compatible with NC20
compatiblity
Phone Sync is not compatible with Nextcloud 20. **NOTE:** There is a 1.10.1 version for Nextcloud 20 in Nextcloud Apps, which probably shouldn't be. When downloading, it redirects to a strange address. Firefox warns about the threat.
True
Compatible with NC20 - Phone Sync is not compatible with Nextcloud 20. **NOTE:** There is a 1.10.1 version for Nextcloud 20 in Nextcloud Apps, which probably shouldn't be. When downloading, it redirects to a strange address. Firefox warns about the threat.
non_defect
compatible with phone sync is not compatible with nextcloud note there is a version for nextcloud in nextcloud apps which probably shouldn t be when downloading it redirects to a strange address firefox warns about the threat
0
64,794
18,907,062,844
IssuesEvent
2021-11-16 10:11:45
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
closed
Errors while registering via RiotX
T-Defect A-Registration
1) When registering, after entering email, while waiting for confirmation, if you press BACK (stop registration process - Yes) - it still shows "please check your email"... It goes back only doing same thing second time. 2) It gets you back to the email entering window, but if you re-enter email (or use the same entered already) on it and press Next there will be an error: "developer error, call createAccount() method first" So that means i have to go back a one more step manually, which brings me back to Sign In, SIgn Up page, and re-enter username and password to continue with registration.
1.0
Errors while registering via RiotX - 1) When registering, after entering email, while waiting for confirmation, if you press BACK (stop registration process - Yes) - it still shows "please check your email"... It goes back only doing same thing second time. 2) It gets you back to the email entering window, but if you re-enter email (or use the same entered already) on it and press Next there will be an error: "developer error, call createAccount() method first" So that means i have to go back a one more step manually, which brings me back to Sign In, SIgn Up page, and re-enter username and password to continue with registration.
defect
errors while registering via riotx when registering after entering email while waiting for confirmation if you press back stop registration process yes it still shows please check your email it goes back only doing same thing second time it gets you back to the email entering window but if you re enter email or use the same entered already on it and press next there will be an error developer error call createaccount method first so that means i have to go back a one more step manually which brings me back to sign in sign up page and re enter username and password to continue with registration
1
81,838
31,764,510,600
IssuesEvent
2023-09-12 07:57:03
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
Parser produces wrong data types when parsing and binding values to the resulting query
T: Defect P: Medium E: All Editions C: Parser
From a customer bug report: Using this command: ```java var result = DSL.using(SQLDialect.ORACLE).parser().parseResultQuery(testQuery); ``` The following can be observed: ### Using COUNT(*) or COUNT(<column>) works as expected: ``` Query : SELECT COUNT(*) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "kalle").getSQL(ParamType.INLINED) Rendered: select count(*) from T_EVENT where NAME = 'kalle' Query : SELECT COUNT(NAME) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "kalle").getSQL(ParamType.INLINED) Rendered: select count(NAME) from T_EVENT where NAME = 'kalle' ``` ### Using Oracle parameter placeholders (:name, :1 etc) or JDBC palcehoders (?) is a bit odd, as the integer 1 is rendered as a string ‘1’: ``` Query : SELECT COUNT(:1) FROM T_EVENT WHERE NAME=:2 Binding : result.bind(1, 1).bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count('1') from T_EVENT where NAME = 'kalle' Query : SELECT COUNT(?) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, 1).bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count('1') from T_EVENT where NAME = 'kalle' ``` ### Using a literal 1 is really wierd, binding either string or integer results in a literal integer rendered but I have to bind on both index 1 and 2 to get it to render without putting null in as : ``` Query : SELECT COUNT(1) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "1").bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count(1) from T_EVENT where NAME = 'kalle' Query : SELECT COUNT(1) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, 1).bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count(1) from T_EVENT where NAME = ‘kalle' Query : SELECT COUNT(1) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "kalle").getSQL(ParamType.INLINED) Rendered: select count(null) from T_EVENT where NAME = null ``` The details need to be investigated. There are two areas where things can go wrong here: - The parser (some bind variable types can be inferred from function signatures or expressions, and might be inferred wrongly) - The `bind()` method, which originates from very early jOOQ, and might not be up to date with parsing use-cases
1.0
Parser produces wrong data types when parsing and binding values to the resulting query - From a customer bug report: Using this command: ```java var result = DSL.using(SQLDialect.ORACLE).parser().parseResultQuery(testQuery); ``` The following can be observed: ### Using COUNT(*) or COUNT(<column>) works as expected: ``` Query : SELECT COUNT(*) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "kalle").getSQL(ParamType.INLINED) Rendered: select count(*) from T_EVENT where NAME = 'kalle' Query : SELECT COUNT(NAME) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "kalle").getSQL(ParamType.INLINED) Rendered: select count(NAME) from T_EVENT where NAME = 'kalle' ``` ### Using Oracle parameter placeholders (:name, :1 etc) or JDBC palcehoders (?) is a bit odd, as the integer 1 is rendered as a string ‘1’: ``` Query : SELECT COUNT(:1) FROM T_EVENT WHERE NAME=:2 Binding : result.bind(1, 1).bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count('1') from T_EVENT where NAME = 'kalle' Query : SELECT COUNT(?) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, 1).bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count('1') from T_EVENT where NAME = 'kalle' ``` ### Using a literal 1 is really wierd, binding either string or integer results in a literal integer rendered but I have to bind on both index 1 and 2 to get it to render without putting null in as : ``` Query : SELECT COUNT(1) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "1").bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count(1) from T_EVENT where NAME = 'kalle' Query : SELECT COUNT(1) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, 1).bind(2, "kalle").getSQL(ParamType.INLINED) Rendered: select count(1) from T_EVENT where NAME = ‘kalle' Query : SELECT COUNT(1) FROM T_EVENT WHERE NAME=? Binding : result.bind(1, "kalle").getSQL(ParamType.INLINED) Rendered: select count(null) from T_EVENT where NAME = null ``` The details need to be investigated. There are two areas where things can go wrong here: - The parser (some bind variable types can be inferred from function signatures or expressions, and might be inferred wrongly) - The `bind()` method, which originates from very early jOOQ, and might not be up to date with parsing use-cases
defect
parser produces wrong data types when parsing and binding values to the resulting query from a customer bug report using this command java var result dsl using sqldialect oracle parser parseresultquery testquery the following can be observed using count or count works as expected query select count from t event where name binding result bind kalle getsql paramtype inlined rendered select count from t event where name kalle query select count name from t event where name binding result bind kalle getsql paramtype inlined rendered select count name from t event where name kalle using oracle parameter placeholders name etc or jdbc palcehoders is a bit odd as the integer is rendered as a string ‘ ’ query select count from t event where name binding result bind bind kalle getsql paramtype inlined rendered select count from t event where name kalle query select count from t event where name binding result bind bind kalle getsql paramtype inlined rendered select count from t event where name kalle using a literal is really wierd binding either string or integer results in a literal integer rendered but i have to bind on both index and to get it to render without putting null in as query select count from t event where name binding result bind bind kalle getsql paramtype inlined rendered select count from t event where name kalle query select count from t event where name binding result bind bind kalle getsql paramtype inlined rendered select count from t event where name ‘kalle query select count from t event where name binding result bind kalle getsql paramtype inlined rendered select count null from t event where name null the details need to be investigated there are two areas where things can go wrong here the parser some bind variable types can be inferred from function signatures or expressions and might be inferred wrongly the bind method which originates from very early jooq and might not be up to date with parsing use cases
1
22,188
18,820,447,979
IssuesEvent
2021-11-10 07:35:47
invoiceninja/admin-portal
https://api.github.com/repos/invoiceninja/admin-portal
closed
[UX] Clicking row in index view automatically opens corresponding edit view
usability
**What version of Invoice Ninja are you running? ie v4.5.25 / v5.0.30** 5.1.46 **What environment are you running?** Docker **Have you checked log files (storage/logs/) Please provide redacted output** n/a **Have you searched existing issues?** no **Have you reported this to Slack/forum before posting?** no **Describe the bug** Clicking a row in an index view automatically opens corresponding edit view **Steps To Reproduce** In any index view: - clicking any cell in that row to select that row - the corresponding detail view is shown to the right - click that row again (probably by accident or otherwise... does happen) - automatically opens the edit view for that record **Expected behavior** **UNSURE!!!** :question: **Screenshots** no **Additional context** I'd expect a second click to do nothing as in other apps. So I want to call this a bug, but I can't - maybe this is by design??? (I hope it's a bug tho' :wink:) However in my experience I've never seen this kind of UX on desktop or android - unsure of other platforms? It's really weird and I open the edit view quite often, always curse the app, then curse myself, then click cancel, promise myself never to do that again... five minutes later I do it again! :laughing: It also happens to me often due to jumping around between index views - e.g. clone/convert/pay/whatever, then either jumps to a different view or I need to go there manually, and sometimes the correct record is selected and sometimes not, and that's why I click the record again. It's a pure UX issue. **(v5) Can you replicate the issue on our demo site? https://demo.invoiceninja.com** yes
True
[UX] Clicking row in index view automatically opens corresponding edit view - **What version of Invoice Ninja are you running? ie v4.5.25 / v5.0.30** 5.1.46 **What environment are you running?** Docker **Have you checked log files (storage/logs/) Please provide redacted output** n/a **Have you searched existing issues?** no **Have you reported this to Slack/forum before posting?** no **Describe the bug** Clicking a row in an index view automatically opens corresponding edit view **Steps To Reproduce** In any index view: - clicking any cell in that row to select that row - the corresponding detail view is shown to the right - click that row again (probably by accident or otherwise... does happen) - automatically opens the edit view for that record **Expected behavior** **UNSURE!!!** :question: **Screenshots** no **Additional context** I'd expect a second click to do nothing as in other apps. So I want to call this a bug, but I can't - maybe this is by design??? (I hope it's a bug tho' :wink:) However in my experience I've never seen this kind of UX on desktop or android - unsure of other platforms? It's really weird and I open the edit view quite often, always curse the app, then curse myself, then click cancel, promise myself never to do that again... five minutes later I do it again! :laughing: It also happens to me often due to jumping around between index views - e.g. clone/convert/pay/whatever, then either jumps to a different view or I need to go there manually, and sometimes the correct record is selected and sometimes not, and that's why I click the record again. It's a pure UX issue. **(v5) Can you replicate the issue on our demo site? https://demo.invoiceninja.com** yes
non_defect
clicking row in index view automatically opens corresponding edit view what version of invoice ninja are you running ie what environment are you running docker have you checked log files storage logs please provide redacted output n a have you searched existing issues no have you reported this to slack forum before posting no describe the bug clicking a row in an index view automatically opens corresponding edit view steps to reproduce in any index view clicking any cell in that row to select that row the corresponding detail view is shown to the right click that row again probably by accident or otherwise does happen automatically opens the edit view for that record expected behavior unsure question screenshots no additional context i d expect a second click to do nothing as in other apps so i want to call this a bug but i can t maybe this is by design i hope it s a bug tho wink however in my experience i ve never seen this kind of ux on desktop or android unsure of other platforms it s really weird and i open the edit view quite often always curse the app then curse myself then click cancel promise myself never to do that again five minutes later i do it again laughing it also happens to me often due to jumping around between index views e g clone convert pay whatever then either jumps to a different view or i need to go there manually and sometimes the correct record is selected and sometimes not and that s why i click the record again it s a pure ux issue can you replicate the issue on our demo site yes
0
10,466
8,575,712,173
IssuesEvent
2018-11-12 18:04:18
geneontology/go-ontology
https://api.github.com/repos/geneontology/go-ontology
closed
Update Reactome xrefs in go.obo
Infrastructure Reactome editors-discussion mini-project
Hi, Creating a ticket here in github for the go-help email asking for updates to the namespace for Reactome xrefs in go.obo. http://jira.geneontology.org/browse/GO-1270 Looks like the namespace was changed from, for example, Reactome:REACT_22295 to Reactome:R-SCE-449748. Thanks, --Kimberly
1.0
Update Reactome xrefs in go.obo - Hi, Creating a ticket here in github for the go-help email asking for updates to the namespace for Reactome xrefs in go.obo. http://jira.geneontology.org/browse/GO-1270 Looks like the namespace was changed from, for example, Reactome:REACT_22295 to Reactome:R-SCE-449748. Thanks, --Kimberly
non_defect
update reactome xrefs in go obo hi creating a ticket here in github for the go help email asking for updates to the namespace for reactome xrefs in go obo looks like the namespace was changed from for example reactome react to reactome r sce thanks kimberly
0
274,639
23,854,575,308
IssuesEvent
2022-09-06 21:31:54
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Test failure: BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag
ci-concern bot/type/test bot/arch/x64 bot/channel/nightly bot/platform/linux bot/branch/v1.45
Greetings human! Bad news. `BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag` [failed on linux x64 nightly v1.45.23](https://ci.brave.com/job/brave-browser-build-linux-x64/4512/testReport/junit/(root)/BraveScreenFarblingBrowserTest_EnableFlag/linux_x64___test_browser___FarbleWindowPosition_EnableFlag). <details> <summary>Stack trace</summary> ``` [ RUN ] BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag [0902/133406.489184:WARNING:check_is_test.cc(26)] Allowing special test code paths [0902/133406.489390:WARNING:check_is_test.cc(26)] Allowing special test code paths [808350:808369:0902/133406.534152:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser” [808350:808369:0902/133406.534168:WARNING:property.cc(144)] version: GetAndBlock: failed. [808350:808369:0902/133406.534176:ERROR:select_file_dialog_linux_portal.cc(242)] Failed to read portal version property libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [808378:808378:0902/133406.550722:WARNING:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process. [808378:808378:0902/133406.552522:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. [808350:808350:0902/133406.588643:WARNING:external_provider_impl.cc(510)] Malformed extension dictionary for extension: odbfpeeihdkbihmopkbjmoonfanlbfcl. Key external_update_url has value "", which is not a valid URL. [808350:808350:0902/133406.591555:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable. [0902/133406.594404:WARNING:check_is_test.cc(26)] Allowing special test code paths [808350:808350:0902/133406.686551:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.738855:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.755391:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.767302:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.781284:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html ../../brave/browser/farbling/brave_screen_farbling_browsertest.cc:161: Failure Expected: (kTestWindowBounds[i].x()) <= (EvalJs(Contents(), "window.screenX")), actual: 200 vs 50 Stack trace: #0 0x55963161c525 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x3ad1524) #1 0x55963a8e191f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd9691e) #2 0x559632d7a7fa (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522f7f9) #3 0x559632d7cb22 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x5231b21) #4 0x559632d77e77 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522ce76) #5 0x559634c86b84 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713bb83) #6 0x559634c880f7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713d0f6) #7 0x559634c87c96 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713cc95) #8 0x559634c84e28 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x7139e27) #9 0x559634c853e3 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713a3e2) #10 0x55963a8e0d51 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd95d50) ../../brave/browser/farbling/brave_screen_farbling_browsertest.cc:163: Failure Expected: (kTestWindowBounds[i].y()) <= (EvalJs(Contents(), "window.screenY")), actual: 100 vs 50 Stack trace: #0 0x55963161c6db (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x3ad16da) #1 0x55963a8e191f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd9691e) #2 0x559632d7a7fa (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522f7f9) #3 0x559632d7cb22 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x5231b21) #4 0x559632d77e77 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522ce76) #5 0x559634c86b84 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713bb83) #6 0x559634c880f7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713d0f6) #7 0x559634c87c96 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713cc95) #8 0x559634c84e28 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x7139e27) #9 0x559634c853e3 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713a3e2) #10 0x55963a8e0d51 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd95d50) [808350:808350:0902/133406.792943:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.804961:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.816008:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.862283:WARNING:task_environment.cc(799)] ParallelExecutionFence is ineffective when ThreadPoolInstance is not managed by a TaskEnvironment. Test fixtures should use a TaskEnvironment member or statically invoke TaskEnvironment::CreateThreadPool() + ThreadPoolInstance::Get()->StartWithDefaultParams() when the former is not possible. [808350:808350:0902/133406.862328:WARNING:task_environment.cc(799)] ParallelExecutionFence is ineffective when ThreadPoolInstance is not managed by a TaskEnvironment. Test fixtures should use a TaskEnvironment member or statically invoke TaskEnvironment::CreateThreadPool() + ThreadPoolInstance::Get()->StartWithDefaultParams() when the former is not possible. [808350:808350:0902/133406.862554:WARNING:task_environment.cc(799)] ParallelExecutionFence is ineffective when ThreadPoolInstance is not managed by a TaskEnvironment. Test fixtures should use a TaskEnvironment member or statically invoke TaskEnvironment::CreateThreadPool() + ThreadPoolInstance::Get()->StartWithDefaultParams() when the former is not possible. [ FAILED ] BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag, where TypeParam = and GetParam() = (392 ms) [ FAILED ] BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag ``` </details> <details> <summary>Previous issues</summary> * #24689 [Find all](https://github.com/brave/brave-browser/issues?q=type%3Aissue+label%3Abot%2Ftype%2Ftest+in%3Atitle+%22Test+failure%3A+BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag%22) cc @arthuredelstein </details>
1.0
Test failure: BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag - Greetings human! Bad news. `BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag` [failed on linux x64 nightly v1.45.23](https://ci.brave.com/job/brave-browser-build-linux-x64/4512/testReport/junit/(root)/BraveScreenFarblingBrowserTest_EnableFlag/linux_x64___test_browser___FarbleWindowPosition_EnableFlag). <details> <summary>Stack trace</summary> ``` [ RUN ] BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag [0902/133406.489184:WARNING:check_is_test.cc(26)] Allowing special test code paths [0902/133406.489390:WARNING:check_is_test.cc(26)] Allowing special test code paths [808350:808369:0902/133406.534152:ERROR:object_proxy.cc(623)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/portal/desktop: org.freedesktop.DBus.Error.InvalidArgs: No such interface “org.freedesktop.portal.FileChooser” [808350:808369:0902/133406.534168:WARNING:property.cc(144)] version: GetAndBlock: failed. [808350:808369:0902/133406.534176:ERROR:select_file_dialog_linux_portal.cc(242)] Failed to read portal version property libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null) [808378:808378:0902/133406.550722:WARNING:sandbox_linux.cc(376)] InitializeSandbox() called with multiple threads in process gpu-process. [808378:808378:0902/133406.552522:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported. [808350:808350:0902/133406.588643:WARNING:external_provider_impl.cc(510)] Malformed extension dictionary for extension: odbfpeeihdkbihmopkbjmoonfanlbfcl. Key external_update_url has value "", which is not a valid URL. [808350:808350:0902/133406.591555:WARNING:bluez_dbus_manager.cc(247)] Floss manager not present, cannot set Floss enable/disable. [0902/133406.594404:WARNING:check_is_test.cc(26)] Allowing special test code paths [808350:808350:0902/133406.686551:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.738855:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.755391:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.767302:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.781284:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html ../../brave/browser/farbling/brave_screen_farbling_browsertest.cc:161: Failure Expected: (kTestWindowBounds[i].x()) <= (EvalJs(Contents(), "window.screenX")), actual: 200 vs 50 Stack trace: #0 0x55963161c525 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x3ad1524) #1 0x55963a8e191f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd9691e) #2 0x559632d7a7fa (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522f7f9) #3 0x559632d7cb22 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x5231b21) #4 0x559632d77e77 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522ce76) #5 0x559634c86b84 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713bb83) #6 0x559634c880f7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713d0f6) #7 0x559634c87c96 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713cc95) #8 0x559634c84e28 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x7139e27) #9 0x559634c853e3 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713a3e2) #10 0x55963a8e0d51 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd95d50) ../../brave/browser/farbling/brave_screen_farbling_browsertest.cc:163: Failure Expected: (kTestWindowBounds[i].y()) <= (EvalJs(Contents(), "window.screenY")), actual: 100 vs 50 Stack trace: #0 0x55963161c6db (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x3ad16da) #1 0x55963a8e191f (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd9691e) #2 0x559632d7a7fa (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522f7f9) #3 0x559632d7cb22 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x5231b21) #4 0x559632d77e77 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x522ce76) #5 0x559634c86b84 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713bb83) #6 0x559634c880f7 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713d0f6) #7 0x559634c87c96 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713cc95) #8 0x559634c84e28 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x7139e27) #9 0x559634c853e3 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0x713a3e2) #10 0x55963a8e0d51 (/home/ubuntu/workspace/brave-browser-build-linux-x64-nightly/src/out/Release/brave_browser_tests+0xcd95d50) [808350:808350:0902/133406.792943:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.804961:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.816008:INFO:ui_test_utils.cc(233)] NavigateToURL: http://a.com:45875/simple.html [808350:808350:0902/133406.862283:WARNING:task_environment.cc(799)] ParallelExecutionFence is ineffective when ThreadPoolInstance is not managed by a TaskEnvironment. Test fixtures should use a TaskEnvironment member or statically invoke TaskEnvironment::CreateThreadPool() + ThreadPoolInstance::Get()->StartWithDefaultParams() when the former is not possible. [808350:808350:0902/133406.862328:WARNING:task_environment.cc(799)] ParallelExecutionFence is ineffective when ThreadPoolInstance is not managed by a TaskEnvironment. Test fixtures should use a TaskEnvironment member or statically invoke TaskEnvironment::CreateThreadPool() + ThreadPoolInstance::Get()->StartWithDefaultParams() when the former is not possible. [808350:808350:0902/133406.862554:WARNING:task_environment.cc(799)] ParallelExecutionFence is ineffective when ThreadPoolInstance is not managed by a TaskEnvironment. Test fixtures should use a TaskEnvironment member or statically invoke TaskEnvironment::CreateThreadPool() + ThreadPoolInstance::Get()->StartWithDefaultParams() when the former is not possible. [ FAILED ] BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag, where TypeParam = and GetParam() = (392 ms) [ FAILED ] BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag ``` </details> <details> <summary>Previous issues</summary> * #24689 [Find all](https://github.com/brave/brave-browser/issues?q=type%3Aissue+label%3Abot%2Ftype%2Ftest+in%3Atitle+%22Test+failure%3A+BraveScreenFarblingBrowserTest_EnableFlag.FarbleWindowPosition_EnableFlag%22) cc @arthuredelstein </details>
non_defect
test failure bravescreenfarblingbrowsertest enableflag farblewindowposition enableflag greetings human bad news bravescreenfarblingbrowsertest enableflag farblewindowposition enableflag stack trace bravescreenfarblingbrowsertest enableflag farblewindowposition enableflag allowing special test code paths allowing special test code paths failed to call method org freedesktop dbus properties get object path org freedesktop portal desktop org freedesktop dbus error invalidargs no such interface “org freedesktop portal filechooser” version getandblock failed failed to read portal version property libva error vagetdrivernamebyindex failed with unknown libva error driver name null initializesandbox called with multiple threads in process gpu process extension not supported malformed extension dictionary for extension odbfpeeihdkbihmopkbjmoonfanlbfcl key external update url has value which is not a valid url floss manager not present cannot set floss enable disable allowing special test code paths navigatetourl navigatetourl navigatetourl navigatetourl navigatetourl brave browser farbling brave screen farbling browsertest cc failure expected ktestwindowbounds x evaljs contents window screenx actual vs stack trace home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests brave browser farbling brave screen farbling browsertest cc failure expected ktestwindowbounds y evaljs contents window screeny actual vs stack trace home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests home ubuntu workspace brave browser build linux nightly src out release brave browser tests navigatetourl navigatetourl navigatetourl parallelexecutionfence is ineffective when threadpoolinstance is not managed by a taskenvironment test fixtures should use a taskenvironment member or statically invoke taskenvironment createthreadpool threadpoolinstance get startwithdefaultparams when the former is not possible parallelexecutionfence is ineffective when threadpoolinstance is not managed by a taskenvironment test fixtures should use a taskenvironment member or statically invoke taskenvironment createthreadpool threadpoolinstance get startwithdefaultparams when the former is not possible parallelexecutionfence is ineffective when threadpoolinstance is not managed by a taskenvironment test fixtures should use a taskenvironment member or statically invoke taskenvironment createthreadpool threadpoolinstance get startwithdefaultparams when the former is not possible bravescreenfarblingbrowsertest enableflag farblewindowposition enableflag where typeparam and getparam ms bravescreenfarblingbrowsertest enableflag farblewindowposition enableflag previous issues cc arthuredelstein
0
21,935
3,587,215,179
IssuesEvent
2016-01-30 05:06:11
mash99/crypto-js
https://api.github.com/repos/mash99/crypto-js
closed
password based AES encryption ignores salt parameter
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? In trying to understand CryptoJS, I wanted to mimic the OpenSSL command line below: $ echo -n "Message" | openssl enc -aes256 -k "password" -S 4521F86027413403 This is my basic usage: CryptoJS.AES.encrypt("Message", "password", { salt: CryptoJS.enc.Hex.parse("4521F86027413403") }); What is the expected output? What do you see instead? I saw the salt parameter being ignored, and needed to update line 813 of cipher-core.js to add the salt parameter on the calle to execute(); // Derive key and other params var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, cfg.salt); The execute function does a "if (!salt) {" check, so if cfg.salt is undefined, that won't be a problem. What version of the product are you using? On what operating system? Using 3.1.2 on Mac 10.8.2 using both Firefox 19 and Chrome 25 Please provide any additional information below. Here is a working QUnit test with the related OpenSSL command lines I was testing against. test("AES 256 test data 1", function() { // $ echo -n "Message" | openssl enc -aes256 -k "password" -S 4521F86027413403 | xxd -p -cols 32 // 53616c7465645f5f4521f86027413403323e5ebe72d99cf302c99183c05cf050a // $ openssl enc -aes256 -k "password" -S 4521F86027413403 -P // salt=4521F86027413403 // key=0CD1D07EB67E19EF56EA0F3A9A8F8A7C957A2CB208327E0E536608FF83256C96 // iv =6C4C31BDAB7BAFD35B23691EC521E28D // $ echo -n "Message" | openssl enc -aes256 -K 0CD1D07EB67E19EF56EA0F3A9A8F8A7C957A2CB208327E0E536608FF83256C96 -iv 6C4C31BDAB7BAFD35B23691EC521E28D | xxd -p // 23e5ebe72d99cf302c99183c05cf050a var testVector = { plaintext : "Message", iv : "6C4C31BDAB7BAFD35B23691EC521E28D", key : "0CD1D07EB67E19EF56EA0F3A9A8F8A7C957A2CB208327E0E536608FF83256C96", ciphertext : "53616c7465645f5f4521f86027413403323e5ebe72d99cf302c99183c05cf050a"}; var enc2 = CryptoJS.AES.encrypt(testVector.plaintext, CryptoJS.enc.Hex.parse(testVector.key), { iv : CryptoJS.enc.Hex.parse(testVector.iv), mode: CryptoJS.mode.CBC}); equal(CryptoJS.enc.Hex.stringify(enc2.ciphertext), testVector.ciphertext.substring(33), "same ciphertext"); var enc = CryptoJS.AES.encrypt(testVector.plaintext, "password", { salt: CryptoJS.enc.Hex.parse("4521F86027413403") }); var iv = CryptoJS.enc.Hex.stringify(enc.iv).toUpperCase(); equal(iv, testVector.iv, "decrypt matches known iv"); var key = CryptoJS.enc.Hex.stringify(enc.key).toUpperCase(); equal(key, testVector.key, "decrypt matches known key"); var ciphertext = CryptoJS.enc.Hex.stringify(enc.ciphertext); equal(ciphertext, testVector.ciphertext.substring(33), "decrypt matches known test data"); }); ``` Original issue reported on code.google.com by `kevin.ha...@gmail.com` on 20 Mar 2013 at 4:19
1.0
password based AES encryption ignores salt parameter - ``` What steps will reproduce the problem? In trying to understand CryptoJS, I wanted to mimic the OpenSSL command line below: $ echo -n "Message" | openssl enc -aes256 -k "password" -S 4521F86027413403 This is my basic usage: CryptoJS.AES.encrypt("Message", "password", { salt: CryptoJS.enc.Hex.parse("4521F86027413403") }); What is the expected output? What do you see instead? I saw the salt parameter being ignored, and needed to update line 813 of cipher-core.js to add the salt parameter on the calle to execute(); // Derive key and other params var derivedParams = cfg.kdf.execute(password, cipher.keySize, cipher.ivSize, cfg.salt); The execute function does a "if (!salt) {" check, so if cfg.salt is undefined, that won't be a problem. What version of the product are you using? On what operating system? Using 3.1.2 on Mac 10.8.2 using both Firefox 19 and Chrome 25 Please provide any additional information below. Here is a working QUnit test with the related OpenSSL command lines I was testing against. test("AES 256 test data 1", function() { // $ echo -n "Message" | openssl enc -aes256 -k "password" -S 4521F86027413403 | xxd -p -cols 32 // 53616c7465645f5f4521f86027413403323e5ebe72d99cf302c99183c05cf050a // $ openssl enc -aes256 -k "password" -S 4521F86027413403 -P // salt=4521F86027413403 // key=0CD1D07EB67E19EF56EA0F3A9A8F8A7C957A2CB208327E0E536608FF83256C96 // iv =6C4C31BDAB7BAFD35B23691EC521E28D // $ echo -n "Message" | openssl enc -aes256 -K 0CD1D07EB67E19EF56EA0F3A9A8F8A7C957A2CB208327E0E536608FF83256C96 -iv 6C4C31BDAB7BAFD35B23691EC521E28D | xxd -p // 23e5ebe72d99cf302c99183c05cf050a var testVector = { plaintext : "Message", iv : "6C4C31BDAB7BAFD35B23691EC521E28D", key : "0CD1D07EB67E19EF56EA0F3A9A8F8A7C957A2CB208327E0E536608FF83256C96", ciphertext : "53616c7465645f5f4521f86027413403323e5ebe72d99cf302c99183c05cf050a"}; var enc2 = CryptoJS.AES.encrypt(testVector.plaintext, CryptoJS.enc.Hex.parse(testVector.key), { iv : CryptoJS.enc.Hex.parse(testVector.iv), mode: CryptoJS.mode.CBC}); equal(CryptoJS.enc.Hex.stringify(enc2.ciphertext), testVector.ciphertext.substring(33), "same ciphertext"); var enc = CryptoJS.AES.encrypt(testVector.plaintext, "password", { salt: CryptoJS.enc.Hex.parse("4521F86027413403") }); var iv = CryptoJS.enc.Hex.stringify(enc.iv).toUpperCase(); equal(iv, testVector.iv, "decrypt matches known iv"); var key = CryptoJS.enc.Hex.stringify(enc.key).toUpperCase(); equal(key, testVector.key, "decrypt matches known key"); var ciphertext = CryptoJS.enc.Hex.stringify(enc.ciphertext); equal(ciphertext, testVector.ciphertext.substring(33), "decrypt matches known test data"); }); ``` Original issue reported on code.google.com by `kevin.ha...@gmail.com` on 20 Mar 2013 at 4:19
defect
password based aes encryption ignores salt parameter what steps will reproduce the problem in trying to understand cryptojs i wanted to mimic the openssl command line below echo n message openssl enc k password s this is my basic usage cryptojs aes encrypt message password salt cryptojs enc hex parse what is the expected output what do you see instead i saw the salt parameter being ignored and needed to update line of cipher core js to add the salt parameter on the calle to execute derive key and other params var derivedparams cfg kdf execute password cipher keysize cipher ivsize cfg salt the execute function does a if salt check so if cfg salt is undefined that won t be a problem what version of the product are you using on what operating system using on mac using both firefox and chrome please provide any additional information below here is a working qunit test with the related openssl command lines i was testing against test aes test data function echo n message openssl enc k password s xxd p cols openssl enc k password s p salt key iv echo n message openssl enc k iv xxd p var testvector plaintext message iv key ciphertext var cryptojs aes encrypt testvector plaintext cryptojs enc hex parse testvector key iv cryptojs enc hex parse testvector iv mode cryptojs mode cbc equal cryptojs enc hex stringify ciphertext testvector ciphertext substring same ciphertext var enc cryptojs aes encrypt testvector plaintext password salt cryptojs enc hex parse var iv cryptojs enc hex stringify enc iv touppercase equal iv testvector iv decrypt matches known iv var key cryptojs enc hex stringify enc key touppercase equal key testvector key decrypt matches known key var ciphertext cryptojs enc hex stringify enc ciphertext equal ciphertext testvector ciphertext substring decrypt matches known test data original issue reported on code google com by kevin ha gmail com on mar at
1
80,058
15,586,262,502
IssuesEvent
2021-03-18 01:32:29
peterwkc85/Spring_petclinic
https://api.github.com/repos/peterwkc85/Spring_petclinic
opened
CVE-2019-12418 (High) detected in tomcat-embed-core-9.0.17.jar
security vulnerability
## CVE-2019-12418 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.17.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Path to dependency file: Spring_petclinic/spring-petclinic-master/spring-petclinic-master/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.17/tomcat-embed-core-9.0.17.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.4.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-2.1.4.RELEASE.jar - :x: **tomcat-embed-core-9.0.17.jar** (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> When Apache Tomcat 9.0.0.M1 to 9.0.28, 8.5.0 to 8.5.47, 7.0.0 and 7.0.97 is configured with the JMX Remote Lifecycle Listener, a local attacker without access to the Tomcat process or configuration files is able to manipulate the RMI registry to perform a man-in-the-middle attack to capture user names and passwords used to access the JMX interface. The attacker can then use these credentials to access the JMX interface and gain complete control over the Tomcat instance. <p>Publish Date: 2019-12-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12418>CVE-2019-12418</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - 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> <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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12418">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12418</a></p> <p>Release Date: 2019-12-23</p> <p>Fix Resolution: org.apache.tomcat:tomcat-catalina:7.0.98;org.apache.tomcat:tomcat-catalina:8.5.48;org.apache.tomcat:tomcat-catalina:9.0.29;org.apache.tomcat.embed:tomcat-embed-core:9.0.29</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-2019-12418 (High) detected in tomcat-embed-core-9.0.17.jar - ## CVE-2019-12418 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.17.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Path to dependency file: Spring_petclinic/spring-petclinic-master/spring-petclinic-master/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.17/tomcat-embed-core-9.0.17.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.1.4.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-2.1.4.RELEASE.jar - :x: **tomcat-embed-core-9.0.17.jar** (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> When Apache Tomcat 9.0.0.M1 to 9.0.28, 8.5.0 to 8.5.47, 7.0.0 and 7.0.97 is configured with the JMX Remote Lifecycle Listener, a local attacker without access to the Tomcat process or configuration files is able to manipulate the RMI registry to perform a man-in-the-middle attack to capture user names and passwords used to access the JMX interface. The attacker can then use these credentials to access the JMX interface and gain complete control over the Tomcat instance. <p>Publish Date: 2019-12-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-12418>CVE-2019-12418</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.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - 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> <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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12418">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-12418</a></p> <p>Release Date: 2019-12-23</p> <p>Fix Resolution: org.apache.tomcat:tomcat-catalina:7.0.98;org.apache.tomcat:tomcat-catalina:8.5.48;org.apache.tomcat:tomcat-catalina:9.0.29;org.apache.tomcat.embed:tomcat-embed-core:9.0.29</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 high detected in tomcat embed core jar cve high severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation path to dependency file spring petclinic spring petclinic master spring petclinic master pom xml path to vulnerable library root repository org apache tomcat embed tomcat embed core tomcat embed core jar dependency hierarchy spring boot starter web release jar root library spring boot starter tomcat release jar x tomcat embed core jar vulnerable library vulnerability details when apache tomcat to to and is configured with the jmx remote lifecycle listener a local attacker without access to the tomcat process or configuration files is able to manipulate the rmi registry to perform a man in the middle attack to capture user names and passwords used to access the jmx interface the attacker can then use these credentials to access the jmx interface and gain complete control over the tomcat instance publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache tomcat tomcat catalina org apache tomcat tomcat catalina org apache tomcat tomcat catalina org apache tomcat embed tomcat embed core step up your open source security game with whitesource
0
4,969
2,610,162,743
IssuesEvent
2015-02-26 18:51:37
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
SFX
auto-migrated Priority-Medium Type-Defect
``` Hailfire droid uses B1 audio ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 12:50
1.0
SFX - ``` Hailfire droid uses B1 audio ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 3 May 2011 at 12:50
defect
sfx hailfire droid uses audio original issue reported on code google com by gmail com on may at
1
71,000
23,403,284,702
IssuesEvent
2022-08-12 10:10:03
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
opened
MXRealmCryptoStore: sharedDevicesForOutboundGroupSessionInRoomWithId: method is taking 10x time longer to execute on iOS 16 beta 5
T-Defect crypto O-Frequent os:iOS16
By making investigation with Time Profiler we can see that the method `- (MXUsersDevicesMap<NSNumber *> *)sharedDevicesForOutboundGroupSessionInRoomWithId:(NSString *)roomId sessionId:(NSString *)sessionId` of `MXRealmCryptoStore` is taking longer to execute on iOS 16 and more precisely the following part: ``` MXDeviceInfo *deviceInfo = [NSKeyedUnarchiver unarchiveObjectWithData:sharedInfo.device.deviceInfoData]; if (!deviceInfo) { MXLogDebug(@"[MXRealmCryptoStore] sharedDevicesForOutboundGroupSessionInRoomWithId cannot unarchive deviceInfo"); continue; } [devices setObject:sharedInfo.messageIndex forUser:deviceInfo.userId andDevice:deviceInfo.deviceId]; ``` For example on my Xcode simulator the request takes around 15ms to perform with iOS 15 and 200ms and more on iOS 16 beta 5. In fact both lines: `MXDeviceInfo *deviceInfo = [NSKeyedUnarchiver unarchiveObjectWithData:sharedInfo.device.deviceInfoData];` and `[devices setObject:sharedInfo.messageIndex forUser:deviceInfo.userId andDevice:deviceInfo.deviceId];` are taking longer. Even by using last API of `NSKeyedUnarchiver`: `MXDeviceInfo *deviceInfo = [NSKeyedUnarchiver unarchivedObjectOfClass:MXDeviceInfo.class fromData:sharedInfo.device.deviceInfoData error:&unarchiveError]` the result is bad and even worse. We have to keep on eye on this to see if the performance of `NSKeyedUnarchiver ` will improve in a next beta of iOS 16.
1.0
MXRealmCryptoStore: sharedDevicesForOutboundGroupSessionInRoomWithId: method is taking 10x time longer to execute on iOS 16 beta 5 - By making investigation with Time Profiler we can see that the method `- (MXUsersDevicesMap<NSNumber *> *)sharedDevicesForOutboundGroupSessionInRoomWithId:(NSString *)roomId sessionId:(NSString *)sessionId` of `MXRealmCryptoStore` is taking longer to execute on iOS 16 and more precisely the following part: ``` MXDeviceInfo *deviceInfo = [NSKeyedUnarchiver unarchiveObjectWithData:sharedInfo.device.deviceInfoData]; if (!deviceInfo) { MXLogDebug(@"[MXRealmCryptoStore] sharedDevicesForOutboundGroupSessionInRoomWithId cannot unarchive deviceInfo"); continue; } [devices setObject:sharedInfo.messageIndex forUser:deviceInfo.userId andDevice:deviceInfo.deviceId]; ``` For example on my Xcode simulator the request takes around 15ms to perform with iOS 15 and 200ms and more on iOS 16 beta 5. In fact both lines: `MXDeviceInfo *deviceInfo = [NSKeyedUnarchiver unarchiveObjectWithData:sharedInfo.device.deviceInfoData];` and `[devices setObject:sharedInfo.messageIndex forUser:deviceInfo.userId andDevice:deviceInfo.deviceId];` are taking longer. Even by using last API of `NSKeyedUnarchiver`: `MXDeviceInfo *deviceInfo = [NSKeyedUnarchiver unarchivedObjectOfClass:MXDeviceInfo.class fromData:sharedInfo.device.deviceInfoData error:&unarchiveError]` the result is bad and even worse. We have to keep on eye on this to see if the performance of `NSKeyedUnarchiver ` will improve in a next beta of iOS 16.
defect
mxrealmcryptostore shareddevicesforoutboundgroupsessioninroomwithid method is taking time longer to execute on ios beta by making investigation with time profiler we can see that the method mxusersdevicesmap shareddevicesforoutboundgroupsessioninroomwithid nsstring roomid sessionid nsstring sessionid of mxrealmcryptostore is taking longer to execute on ios and more precisely the following part mxdeviceinfo deviceinfo if deviceinfo mxlogdebug shareddevicesforoutboundgroupsessioninroomwithid cannot unarchive deviceinfo continue for example on my xcode simulator the request takes around to perform with ios and and more on ios beta in fact both lines mxdeviceinfo deviceinfo and are taking longer even by using last api of nskeyedunarchiver mxdeviceinfo deviceinfo the result is bad and even worse we have to keep on eye on this to see if the performance of nskeyedunarchiver will improve in a next beta of ios
1
35,933
7,834,512,980
IssuesEvent
2018-06-16 14:59:23
scalecube/scalecube
https://api.github.com/repos/scalecube/scalecube
closed
Cluster test ClusterTest.testUpdateMetadata fails on Travis build
cluster defect
Build where it failed: https://travis-ci.org/scalecube/scalecube/builds/192176381 ``` Failed tests: ClusterTest.testUpdateMetadata:96 expected:<{key1=value3}> but was:<{key1=value1, key2=value2}> ``` Test logs: ``` I 0115-2026:59,341 i.s.t.BaseTest ***** Test started : ClusterTest.testUpdateMetadata ***** [main] I 0115-2026:59,343 i.s.t.TransportImpl Bound to: 172.17.0.8:4801 [sc-boss-449-1] I 0115-2026:59,358 i.s.t.TransportImpl Bound to: 172.17.0.8:4802 [sc-boss-451-1] I 0115-2026:59,362 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}] [sc-membership-4802] I 0115-2026:59,365 i.s.t.TransportImpl Bound to: 172.17.0.8:4803 [sc-boss-453-1] I 0115-2026:59,368 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}] [sc-membership-4803] I 0115-2026:59,371 i.s.t.TransportImpl Bound to: 172.17.0.8:4804 [sc-boss-455-1] I 0115-2026:59,375 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}] [sc-membership-4804] I 0115-2026:59,378 i.s.t.TransportImpl Bound to: 172.17.0.8:4805 [sc-boss-457-1] I 0115-2026:59,381 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4805] I 0115-2026:59,385 i.s.t.TransportImpl Bound to: 172.17.0.8:4806 [sc-boss-459-1] I 0115-2026:59,388 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4806] I 0115-2026:59,399 i.s.t.TransportImpl Bound to: 172.17.0.8:4807 [sc-boss-461-1] I 0115-2026:59,403 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4807] I 0115-2026:59,407 i.s.t.TransportImpl Bound to: 172.17.0.8:4808 [sc-boss-463-1] I 0115-2026:59,410 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4808] I 0115-2026:59,416 i.s.t.TransportImpl Bound to: 172.17.0.8:4809 [sc-boss-465-1] I 0115-2026:59,419 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4809] I 0115-2026:59,424 i.s.t.TransportImpl Bound to: 172.17.0.8:4810 [sc-boss-467-1] I 0115-2026:59,427 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 2FFD1B468E39FC464383@172.17.0.8:4810, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4810] I 0115-2026:59,432 i.s.t.TransportImpl Bound to: 172.17.0.8:4811 [sc-boss-469-1] I 0115-2026:59,435 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 9AAAA505107E62C047FC@172.17.0.8:4811, s: ALIVE, inc: 0}, {m: 2FFD1B468E39FC464383@172.17.0.8:4810, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4811] I 0115-2026:59,454 i.s.t.TransportImpl Bound to: 172.17.0.8:4812 [sc-boss-471-1] I 0115-2026:59,459 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 9AAAA505107E62C047FC@172.17.0.8:4811, s: ALIVE, inc: 0}, {m: 2FFD1B468E39FC464383@172.17.0.8:4810, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 3787E2CD1AA8E985BA2A@172.17.0.8:4812, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4812] I 0115-2026:59,747 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4806] I 0115-2026:59,747 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4805] I 0115-2026:59,747 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4808] I 0115-2026:59,765 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4812] I 0115-2026:59,765 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4811] I 0115-2027:26,741 i.s.c.ClusterImpl Cluster member 873D5876B7AEF79C44EA@172.17.0.8:4801 is shutting down... [main] I 0115-2027:26,813 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4807] I 0115-2027:27,024 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4804] I 0115-2027:27,040 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4809] I 0115-2027:27,045 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4803] I 0115-2027:27,045 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4810] I 0115-2027:27,114 i.s.c.ClusterImpl Cluster member 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3} is shutting down... [main] I 0115-2027:27,133 i.s.c.ClusterImpl Cluster member 6765B18012F1CA8F91C7@172.17.0.8:4803 is shutting down... [main] I 0115-2027:27,149 i.s.c.ClusterImpl Cluster member 99CD4814F308D258B976@172.17.0.8:4804 is shutting down... [main] I 0115-2027:27,157 i.s.c.ClusterImpl Cluster member F1255647CA0103ACAE48@172.17.0.8:4805 is shutting down... [main] I 0115-2027:27,165 i.s.c.ClusterImpl Cluster member BCD1C712C466B0547BC7@172.17.0.8:4806 is shutting down... [main] I 0115-2027:27,175 i.s.c.ClusterImpl Cluster member 73B7DCA072450D086FEF@172.17.0.8:4807 is shutting down... [main] I 0115-2027:27,184 i.s.c.ClusterImpl Cluster member 1A2A80AFB5622C789855@172.17.0.8:4808 is shutting down... [main] I 0115-2027:27,193 i.s.c.ClusterImpl Cluster member 922F7150DFB0A00B5387@172.17.0.8:4809 is shutting down... [main] I 0115-2027:27,204 i.s.c.ClusterImpl Cluster member 2FFD1B468E39FC464383@172.17.0.8:4810 is shutting down... [main] I 0115-2027:27,211 i.s.c.ClusterImpl Cluster member 9AAAA505107E62C047FC@172.17.0.8:4811 is shutting down... [main] I 0115-2027:27,217 i.s.c.ClusterImpl Cluster member 3787E2CD1AA8E985BA2A@172.17.0.8:4812 is shutting down... [main] I 0115-2027:27,225 i.s.t.BaseTest ***** Test finished : ClusterTest.testUpdateMetadata ***** [main] ```
1.0
Cluster test ClusterTest.testUpdateMetadata fails on Travis build - Build where it failed: https://travis-ci.org/scalecube/scalecube/builds/192176381 ``` Failed tests: ClusterTest.testUpdateMetadata:96 expected:<{key1=value3}> but was:<{key1=value1, key2=value2}> ``` Test logs: ``` I 0115-2026:59,341 i.s.t.BaseTest ***** Test started : ClusterTest.testUpdateMetadata ***** [main] I 0115-2026:59,343 i.s.t.TransportImpl Bound to: 172.17.0.8:4801 [sc-boss-449-1] I 0115-2026:59,358 i.s.t.TransportImpl Bound to: 172.17.0.8:4802 [sc-boss-451-1] I 0115-2026:59,362 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}] [sc-membership-4802] I 0115-2026:59,365 i.s.t.TransportImpl Bound to: 172.17.0.8:4803 [sc-boss-453-1] I 0115-2026:59,368 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}] [sc-membership-4803] I 0115-2026:59,371 i.s.t.TransportImpl Bound to: 172.17.0.8:4804 [sc-boss-455-1] I 0115-2026:59,375 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}] [sc-membership-4804] I 0115-2026:59,378 i.s.t.TransportImpl Bound to: 172.17.0.8:4805 [sc-boss-457-1] I 0115-2026:59,381 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4805] I 0115-2026:59,385 i.s.t.TransportImpl Bound to: 172.17.0.8:4806 [sc-boss-459-1] I 0115-2026:59,388 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4806] I 0115-2026:59,399 i.s.t.TransportImpl Bound to: 172.17.0.8:4807 [sc-boss-461-1] I 0115-2026:59,403 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4807] I 0115-2026:59,407 i.s.t.TransportImpl Bound to: 172.17.0.8:4808 [sc-boss-463-1] I 0115-2026:59,410 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4808] I 0115-2026:59,416 i.s.t.TransportImpl Bound to: 172.17.0.8:4809 [sc-boss-465-1] I 0115-2026:59,419 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4809] I 0115-2026:59,424 i.s.t.TransportImpl Bound to: 172.17.0.8:4810 [sc-boss-467-1] I 0115-2026:59,427 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 2FFD1B468E39FC464383@172.17.0.8:4810, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4810] I 0115-2026:59,432 i.s.t.TransportImpl Bound to: 172.17.0.8:4811 [sc-boss-469-1] I 0115-2026:59,435 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 9AAAA505107E62C047FC@172.17.0.8:4811, s: ALIVE, inc: 0}, {m: 2FFD1B468E39FC464383@172.17.0.8:4810, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4811] I 0115-2026:59,454 i.s.t.TransportImpl Bound to: 172.17.0.8:4812 [sc-boss-471-1] I 0115-2026:59,459 i.s.c.m.MembershipProtocol Joined cluster 'default': [{m: BCD1C712C466B0547BC7@172.17.0.8:4806, s: ALIVE, inc: 0}, {m: 9AAAA505107E62C047FC@172.17.0.8:4811, s: ALIVE, inc: 0}, {m: 2FFD1B468E39FC464383@172.17.0.8:4810, s: ALIVE, inc: 0}, {m: 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}, s: ALIVE, inc: 0}, {m: 3787E2CD1AA8E985BA2A@172.17.0.8:4812, s: ALIVE, inc: 0}, {m: 99CD4814F308D258B976@172.17.0.8:4804, s: ALIVE, inc: 0}, {m: 1A2A80AFB5622C789855@172.17.0.8:4808, s: ALIVE, inc: 0}, {m: 73B7DCA072450D086FEF@172.17.0.8:4807, s: ALIVE, inc: 0}, {m: 922F7150DFB0A00B5387@172.17.0.8:4809, s: ALIVE, inc: 0}, {m: 873D5876B7AEF79C44EA@172.17.0.8:4801, s: ALIVE, inc: 0}, {m: 6765B18012F1CA8F91C7@172.17.0.8:4803, s: ALIVE, inc: 0}, {m: F1255647CA0103ACAE48@172.17.0.8:4805, s: ALIVE, inc: 0}] [sc-membership-4812] I 0115-2026:59,747 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4806] I 0115-2026:59,747 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4805] I 0115-2026:59,747 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4808] I 0115-2026:59,765 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4812] I 0115-2026:59,765 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4811] I 0115-2027:26,741 i.s.c.ClusterImpl Cluster member 873D5876B7AEF79C44EA@172.17.0.8:4801 is shutting down... [main] I 0115-2027:26,813 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4807] I 0115-2027:27,024 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4804] I 0115-2027:27,040 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4809] I 0115-2027:27,045 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4803] I 0115-2027:27,045 i.s.t.BaseTest Received membership update event: MembershipEvent{type=UPDATED, newMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3}, oldMember=22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value1, key2=value2}} [sc-membership-4810] I 0115-2027:27,114 i.s.c.ClusterImpl Cluster member 22FA104EBF72F9C86DD0@172.17.0.8:4802{key1=value3} is shutting down... [main] I 0115-2027:27,133 i.s.c.ClusterImpl Cluster member 6765B18012F1CA8F91C7@172.17.0.8:4803 is shutting down... [main] I 0115-2027:27,149 i.s.c.ClusterImpl Cluster member 99CD4814F308D258B976@172.17.0.8:4804 is shutting down... [main] I 0115-2027:27,157 i.s.c.ClusterImpl Cluster member F1255647CA0103ACAE48@172.17.0.8:4805 is shutting down... [main] I 0115-2027:27,165 i.s.c.ClusterImpl Cluster member BCD1C712C466B0547BC7@172.17.0.8:4806 is shutting down... [main] I 0115-2027:27,175 i.s.c.ClusterImpl Cluster member 73B7DCA072450D086FEF@172.17.0.8:4807 is shutting down... [main] I 0115-2027:27,184 i.s.c.ClusterImpl Cluster member 1A2A80AFB5622C789855@172.17.0.8:4808 is shutting down... [main] I 0115-2027:27,193 i.s.c.ClusterImpl Cluster member 922F7150DFB0A00B5387@172.17.0.8:4809 is shutting down... [main] I 0115-2027:27,204 i.s.c.ClusterImpl Cluster member 2FFD1B468E39FC464383@172.17.0.8:4810 is shutting down... [main] I 0115-2027:27,211 i.s.c.ClusterImpl Cluster member 9AAAA505107E62C047FC@172.17.0.8:4811 is shutting down... [main] I 0115-2027:27,217 i.s.c.ClusterImpl Cluster member 3787E2CD1AA8E985BA2A@172.17.0.8:4812 is shutting down... [main] I 0115-2027:27,225 i.s.t.BaseTest ***** Test finished : ClusterTest.testUpdateMetadata ***** [main] ```
defect
cluster test clustertest testupdatemetadata fails on travis build build where it failed failed tests clustertest testupdatemetadata expected but was test logs i i s t basetest test started clustertest testupdatemetadata i i s t transportimpl bound to i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t transportimpl bound to i i s c m membershipprotocol joined cluster default i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s c clusterimpl cluster member is shutting down i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s t basetest received membership update event membershipevent type updated newmember oldmember i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s c clusterimpl cluster member is shutting down i i s t basetest test finished clustertest testupdatemetadata
1
26,515
4,745,155,570
IssuesEvent
2016-10-21 05:46:01
james0x0A/libtcod-net
https://api.github.com/repos/james0x0A/libtcod-net
closed
Advanced parser test is broken under mono
auto-migrated Milestone-Release1.0 Priority-Medium Type-Defect
``` Run auto-test under Linux. ``` Original issue reported on code.google.com by `chris.ha...@gmail.com` on 13 Jul 2008 at 12:13
1.0
Advanced parser test is broken under mono - ``` Run auto-test under Linux. ``` Original issue reported on code.google.com by `chris.ha...@gmail.com` on 13 Jul 2008 at 12:13
defect
advanced parser test is broken under mono run auto test under linux original issue reported on code google com by chris ha gmail com on jul at
1
81,033
30,676,050,189
IssuesEvent
2023-07-26 05:21:57
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[Grid Bug]: Can not delete Session with grid API
I-defect needs-triaging
### What happened? My selenium grid(4.10.0) status: <img width="500" alt="image" src="https://github.com/SeleniumHQ/selenium/assets/129264630/3829b310-2be9-4186-981b-c9ce7ef79823"> Then I try to call `cURL --request DELETE 'http://10.100.64.248:5000/se/grid/node/session/8d683eca-103e-456b-a39d-bd247c05ed66' --header 'X-REGISTRATION-SECRET;'` I got a response: ``` { "value": { "error": "unknown command", "message": "Unable to find handler for (DELETE) \u002fse\u002fgrid\u002fnode\u002fsession\u002f8d683eca-103e-456b-a39d-bd247c05ed66", "stacktrace": "" } } ``` So why can't delete session with the grid API ### How can we reproduce the issue? ```shell Relay ``` ### Relevant log output ```shell { "value": { "error": "unknown command", "message": "Unable to find handler for (DELETE) \u002fse\u002fgrid\u002fnode\u002fsession\u002f8d683eca-103e-456b-a39d-bd247c05ed66", "stacktrace": "" } } ``` ### Operating System win10 ### Selenium version 4.10.0 ### What are the browser(s) and version(s) where you see this issue? Relay -Appium2.0(windows2.9.1) ### What are the browser driver(s) and version(s) where you see this issue? Relay ### Are you using Selenium Grid? Yes
1.0
[Grid Bug]: Can not delete Session with grid API - ### What happened? My selenium grid(4.10.0) status: <img width="500" alt="image" src="https://github.com/SeleniumHQ/selenium/assets/129264630/3829b310-2be9-4186-981b-c9ce7ef79823"> Then I try to call `cURL --request DELETE 'http://10.100.64.248:5000/se/grid/node/session/8d683eca-103e-456b-a39d-bd247c05ed66' --header 'X-REGISTRATION-SECRET;'` I got a response: ``` { "value": { "error": "unknown command", "message": "Unable to find handler for (DELETE) \u002fse\u002fgrid\u002fnode\u002fsession\u002f8d683eca-103e-456b-a39d-bd247c05ed66", "stacktrace": "" } } ``` So why can't delete session with the grid API ### How can we reproduce the issue? ```shell Relay ``` ### Relevant log output ```shell { "value": { "error": "unknown command", "message": "Unable to find handler for (DELETE) \u002fse\u002fgrid\u002fnode\u002fsession\u002f8d683eca-103e-456b-a39d-bd247c05ed66", "stacktrace": "" } } ``` ### Operating System win10 ### Selenium version 4.10.0 ### What are the browser(s) and version(s) where you see this issue? Relay -Appium2.0(windows2.9.1) ### What are the browser driver(s) and version(s) where you see this issue? Relay ### Are you using Selenium Grid? Yes
defect
can not delete session with grid api what happened my selenium grid status img width alt image src then i try to call curl request delete header x registration secret i got a response value error unknown command message unable to find handler for delete stacktrace so why can t delete session with the grid api how can we reproduce the issue shell relay relevant log output shell value error unknown command message unable to find handler for delete stacktrace operating system selenium version what are the browser s and version s where you see this issue relay what are the browser driver s and version s where you see this issue relay are you using selenium grid yes
1
322,517
9,818,895,952
IssuesEvent
2019-06-13 20:28:21
telus/tds-community
https://api.github.com/repos/telus/tds-community
closed
BlockQuote
priority: medium status: in development :computer: type: new component :gift:
## Problem Statement For large bodies of text, we currently have no styling for pull-out quotes. It's important to have a TDS approved component for consistency, and so the text tag is not labelled as a H2/H1 for accessibility. ## Design intent - Create a TDS styled pull-out quote. - As a content creator, I want to be able to break up long content with meaningful quotes where necessary, so that my content is easier to read for articles/about pages/blog to the user. - Best practice from a content perspective: https://docs.google.com/document/d/1kYSBaur2wH69EkUvTSdXUnFbM5qaYsGE5SzoLw8CsF0/edit ## Designs - Screenshots: attached ![BlockQuote](https://user-images.githubusercontent.com/39060415/57403458-bf089a80-71a7-11e9-9235-8f6262331951.jpg) - Sketch file: https://invis.io/a/7S5X3D1IJGKU - InVision links: https://telus.invisionapp.com/share/2WFVPUOACPQ#/362279082_BlockQuote ## Design + Dev - Willing to design solution: Yes (Elena Verling) - Willing to develop solution: Yes (Andrew Lam)
1.0
BlockQuote - ## Problem Statement For large bodies of text, we currently have no styling for pull-out quotes. It's important to have a TDS approved component for consistency, and so the text tag is not labelled as a H2/H1 for accessibility. ## Design intent - Create a TDS styled pull-out quote. - As a content creator, I want to be able to break up long content with meaningful quotes where necessary, so that my content is easier to read for articles/about pages/blog to the user. - Best practice from a content perspective: https://docs.google.com/document/d/1kYSBaur2wH69EkUvTSdXUnFbM5qaYsGE5SzoLw8CsF0/edit ## Designs - Screenshots: attached ![BlockQuote](https://user-images.githubusercontent.com/39060415/57403458-bf089a80-71a7-11e9-9235-8f6262331951.jpg) - Sketch file: https://invis.io/a/7S5X3D1IJGKU - InVision links: https://telus.invisionapp.com/share/2WFVPUOACPQ#/362279082_BlockQuote ## Design + Dev - Willing to design solution: Yes (Elena Verling) - Willing to develop solution: Yes (Andrew Lam)
non_defect
blockquote problem statement for large bodies of text we currently have no styling for pull out quotes it s important to have a tds approved component for consistency and so the text tag is not labelled as a for accessibility design intent create a tds styled pull out quote as a content creator i want to be able to break up long content with meaningful quotes where necessary so that my content is easier to read for articles about pages blog to the user best practice from a content perspective designs screenshots attached sketch file invision links design dev willing to design solution yes elena verling willing to develop solution yes andrew lam
0
12,128
2,685,027,899
IssuesEvent
2015-03-29 16:37:14
coolstar/iphonetunnel-usbmuxconnectbyport
https://api.github.com/repos/coolstar/iphonetunnel-usbmuxconnectbyport
closed
Port to Linux
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? I have tried Make-it-so using libimobiledevice but that didn't work. What is the expected output? What do you see instead? Is it possible to port this to linux replacing iTunesMobileDevice with libimobiledevice (http://www.libimobiledevice.org/) What version of the product are you using? On what operating system? Source code Rev 30 preferably backtrack 5 r2 Please provide any additional information below. http://theiphonewiki.com/wiki/index.php?title=MobileDevice_Library http://www.libimobiledevice.org http://code.google.com/p/make-it-so/ Thanks a lot ``` Original issue reported on code.google.com by `m...@jefflouisma.com` on 8 Apr 2012 at 5:36
1.0
Port to Linux - ``` What steps will reproduce the problem? I have tried Make-it-so using libimobiledevice but that didn't work. What is the expected output? What do you see instead? Is it possible to port this to linux replacing iTunesMobileDevice with libimobiledevice (http://www.libimobiledevice.org/) What version of the product are you using? On what operating system? Source code Rev 30 preferably backtrack 5 r2 Please provide any additional information below. http://theiphonewiki.com/wiki/index.php?title=MobileDevice_Library http://www.libimobiledevice.org http://code.google.com/p/make-it-so/ Thanks a lot ``` Original issue reported on code.google.com by `m...@jefflouisma.com` on 8 Apr 2012 at 5:36
defect
port to linux what steps will reproduce the problem i have tried make it so using libimobiledevice but that didn t work what is the expected output what do you see instead is it possible to port this to linux replacing itunesmobiledevice with libimobiledevice what version of the product are you using on what operating system source code rev preferably backtrack please provide any additional information below thanks a lot original issue reported on code google com by m jefflouisma com on apr at
1
16,637
2,920,435,791
IssuesEvent
2015-06-24 18:55:32
ashanbh/chrome-rest-client
https://api.github.com/repos/ashanbh/chrome-rest-client
closed
Length of input field shortened?
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1.Enter a URL 2.Select POST 3.Click FORM tab, add a key/value with an extremely long value (xml). 4.The entry field cuts off the text of my input. If I enter the text in RAW, it all appears there, but when I send it, it's only sending the first part of it, and not the complete text. I have to send large xml strings to some of my web services as the request, and it used to accept anything I put in there, now it is cutting the value off. On what operating system? Windows 7 ``` Original issue reported on code.google.com by `dcmarqua...@gmail.com` on 9 Nov 2012 at 8:16
1.0
Length of input field shortened? - ``` What steps will reproduce the problem? 1.Enter a URL 2.Select POST 3.Click FORM tab, add a key/value with an extremely long value (xml). 4.The entry field cuts off the text of my input. If I enter the text in RAW, it all appears there, but when I send it, it's only sending the first part of it, and not the complete text. I have to send large xml strings to some of my web services as the request, and it used to accept anything I put in there, now it is cutting the value off. On what operating system? Windows 7 ``` Original issue reported on code.google.com by `dcmarqua...@gmail.com` on 9 Nov 2012 at 8:16
defect
length of input field shortened what steps will reproduce the problem enter a url select post click form tab add a key value with an extremely long value xml the entry field cuts off the text of my input if i enter the text in raw it all appears there but when i send it it s only sending the first part of it and not the complete text i have to send large xml strings to some of my web services as the request and it used to accept anything i put in there now it is cutting the value off on what operating system windows original issue reported on code google com by dcmarqua gmail com on nov at
1
191,876
6,844,524,419
IssuesEvent
2017-11-13 02:06:24
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.tnebnet.org - see bug description
browser-firefox priority-normal
<!-- @browser: Firefox 57.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 --> <!-- @reported_with: addon-reporter-firefox --> **URL**: https://www.tnebnet.org/awp/login?locale=en **Browser / Version**: Firefox 57.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**: Something else **Description**: not responsive **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2017/11/a3c73082-e9ad-40f4-a5fd-be62749fdd3a-thumb.jpg)](https://webcompat.com/uploads/2017/11/a3c73082-e9ad-40f4-a5fd-be62749fdd3a.jpg) _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.tnebnet.org - see bug description - <!-- @browser: Firefox 57.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0 --> <!-- @reported_with: addon-reporter-firefox --> **URL**: https://www.tnebnet.org/awp/login?locale=en **Browser / Version**: Firefox 57.0 **Operating System**: Windows 10 **Tested Another Browser**: No **Problem type**: Something else **Description**: not responsive **Steps to Reproduce**: [![Screenshot Description](https://webcompat.com/uploads/2017/11/a3c73082-e9ad-40f4-a5fd-be62749fdd3a-thumb.jpg)](https://webcompat.com/uploads/2017/11/a3c73082-e9ad-40f4-a5fd-be62749fdd3a.jpg) _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 not responsive steps to reproduce from with ❤️
0
97,921
20,574,446,508
IssuesEvent
2022-03-04 01:58:25
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Object Tracking Issues
Function-ContainerOrBarcode
I am struggling with several problems with Object Tracking since the move to PG. 1) Can we move "In Barcode" up next to Barcode in the search panel, and add a link to documentation suggesting when one vs the other should be used? Despite my daily use of object tracking, I cannot keep these tools sorted, and I'm sure others are having the same problem. 2) It would be exceedingly helpful to merge these two tools, as I cannot think of a situation in which I would enter a list of barcodes and NOT want to be able to expand to see what collection objects they contain. Inevitably I try to use Barcode Search then Flatten Part Container for this, fail, then try to use Show All Collection Objects, which only works for a single, not multiple, barcode, and then have to go to remember to go to "In Barcode"for my list. I tried to make an example decision tree [here](https://docs.google.com/spreadsheets/d/1Vv55v03BB0nVgoTg8FJrntPeLiisWWVu4PYSoZtjwT0/edit?usp=sharing).) 3) I need to be able to add all collection objects in a freezer box or ideally, multiple freezer boxes, to a loan. We used to be able to do this. I have scanned items into a loan box for this purpose. It seems we can only do this now if we enter a single barcode in Barcode search, e.g. cryovial, and go to Flatten. This doesn't work for a list, or for barcodes that are in multiple parent containers. Can we get this tool added to Show All Collection Objects results and also to In Barcode? 2) I need to be able to bulk modify dispositions by barcode. We can do this using the Search Barcode field and then Show All Collection Objects in this Container. But if the parts are scattered in different locations rather than in a single parent, I instead have to use their cryovial barcodes in "In Barcode", where no such tool exists. Can we get the tool added to both places?
1.0
Object Tracking Issues - I am struggling with several problems with Object Tracking since the move to PG. 1) Can we move "In Barcode" up next to Barcode in the search panel, and add a link to documentation suggesting when one vs the other should be used? Despite my daily use of object tracking, I cannot keep these tools sorted, and I'm sure others are having the same problem. 2) It would be exceedingly helpful to merge these two tools, as I cannot think of a situation in which I would enter a list of barcodes and NOT want to be able to expand to see what collection objects they contain. Inevitably I try to use Barcode Search then Flatten Part Container for this, fail, then try to use Show All Collection Objects, which only works for a single, not multiple, barcode, and then have to go to remember to go to "In Barcode"for my list. I tried to make an example decision tree [here](https://docs.google.com/spreadsheets/d/1Vv55v03BB0nVgoTg8FJrntPeLiisWWVu4PYSoZtjwT0/edit?usp=sharing).) 3) I need to be able to add all collection objects in a freezer box or ideally, multiple freezer boxes, to a loan. We used to be able to do this. I have scanned items into a loan box for this purpose. It seems we can only do this now if we enter a single barcode in Barcode search, e.g. cryovial, and go to Flatten. This doesn't work for a list, or for barcodes that are in multiple parent containers. Can we get this tool added to Show All Collection Objects results and also to In Barcode? 2) I need to be able to bulk modify dispositions by barcode. We can do this using the Search Barcode field and then Show All Collection Objects in this Container. But if the parts are scattered in different locations rather than in a single parent, I instead have to use their cryovial barcodes in "In Barcode", where no such tool exists. Can we get the tool added to both places?
non_defect
object tracking issues i am struggling with several problems with object tracking since the move to pg can we move in barcode up next to barcode in the search panel and add a link to documentation suggesting when one vs the other should be used despite my daily use of object tracking i cannot keep these tools sorted and i m sure others are having the same problem it would be exceedingly helpful to merge these two tools as i cannot think of a situation in which i would enter a list of barcodes and not want to be able to expand to see what collection objects they contain inevitably i try to use barcode search then flatten part container for this fail then try to use show all collection objects which only works for a single not multiple barcode and then have to go to remember to go to in barcode for my list i tried to make an example decision tree i need to be able to add all collection objects in a freezer box or ideally multiple freezer boxes to a loan we used to be able to do this i have scanned items into a loan box for this purpose it seems we can only do this now if we enter a single barcode in barcode search e g cryovial and go to flatten this doesn t work for a list or for barcodes that are in multiple parent containers can we get this tool added to show all collection objects results and also to in barcode i need to be able to bulk modify dispositions by barcode we can do this using the search barcode field and then show all collection objects in this container but if the parts are scattered in different locations rather than in a single parent i instead have to use their cryovial barcodes in in barcode where no such tool exists can we get the tool added to both places
0
25,285
5,147,161,533
IssuesEvent
2017-01-13 05:35:47
evancohen/smart-mirror
https://api.github.com/repos/evancohen/smart-mirror
closed
Scrobbling Service Documentation
needs: documentation needs: review
There's no current documentation for how the scrobbler service works...
1.0
Scrobbling Service Documentation - There's no current documentation for how the scrobbler service works...
non_defect
scrobbling service documentation there s no current documentation for how the scrobbler service works
0
714,706
24,571,255,188
IssuesEvent
2022-10-13 08:49:44
peering-manager/peering-manager
https://api.github.com/repos/peering-manager/peering-manager
closed
Authentication using OAuth
type: feature request priority: medium status: accepted
### Peering Manager version v1.6.2 ### Feature type New functionality ### Proposed functionality It would be great if peering-manager could support authentication using OAuth (OpenID?) alongside basic user/password authentication and LDAP. ### Use case OAuth support in peering-manager makes it easy to support SSO within peering-manager. ### Database changes Not too sure. I think the OAuth implementation should try to match any user who signs in using OAuth with existing users known to peering-manager via LDAP. ### External dependencies Perhaps something like this could be used? [https://django-oauth-toolkit.readthedocs.io/en/latest/](https://django-oauth-toolkit.readthedocs.io/en/latest/)
1.0
Authentication using OAuth - ### Peering Manager version v1.6.2 ### Feature type New functionality ### Proposed functionality It would be great if peering-manager could support authentication using OAuth (OpenID?) alongside basic user/password authentication and LDAP. ### Use case OAuth support in peering-manager makes it easy to support SSO within peering-manager. ### Database changes Not too sure. I think the OAuth implementation should try to match any user who signs in using OAuth with existing users known to peering-manager via LDAP. ### External dependencies Perhaps something like this could be used? [https://django-oauth-toolkit.readthedocs.io/en/latest/](https://django-oauth-toolkit.readthedocs.io/en/latest/)
non_defect
authentication using oauth peering manager version feature type new functionality proposed functionality it would be great if peering manager could support authentication using oauth openid alongside basic user password authentication and ldap use case oauth support in peering manager makes it easy to support sso within peering manager database changes not too sure i think the oauth implementation should try to match any user who signs in using oauth with existing users known to peering manager via ldap external dependencies perhaps something like this could be used
0
62,816
8,641,185,134
IssuesEvent
2018-11-24 15:04:55
typeorm/typeorm
https://api.github.com/repos/typeorm/typeorm
closed
Outdated default values for mysql connection options in docs
documentation
**Issue type:** [ ] question [ ] bug report [ ] feature request [x] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [x] `mysql` / `mariadb` [ ] `oracle` [ ] `postgres` [ ] `sqlite` [ ] `sqljs` [ ] `react-native` [ ] `expo` **TypeORM version:** [x] `latest` [ ] `@next` [ ] `0.x.x` (or put your version here) In [this commit](https://github.com/typeorm/typeorm/commit/0199b7f686a55dafe3f1becd3797f351f3d84ba0) default values for options `supportBigNumbers` and `bigNumberStrings` were changed. This was documented in the changelog, however the [connection options docs](https://github.com/typeorm/typeorm/blob/master/docs/connection-options.md#mysql--mariadb-connection-options) still contain the old default values.
1.0
Outdated default values for mysql connection options in docs - **Issue type:** [ ] question [ ] bug report [ ] feature request [x] documentation issue **Database system/driver:** [ ] `cordova` [ ] `mongodb` [ ] `mssql` [x] `mysql` / `mariadb` [ ] `oracle` [ ] `postgres` [ ] `sqlite` [ ] `sqljs` [ ] `react-native` [ ] `expo` **TypeORM version:** [x] `latest` [ ] `@next` [ ] `0.x.x` (or put your version here) In [this commit](https://github.com/typeorm/typeorm/commit/0199b7f686a55dafe3f1becd3797f351f3d84ba0) default values for options `supportBigNumbers` and `bigNumberStrings` were changed. This was documented in the changelog, however the [connection options docs](https://github.com/typeorm/typeorm/blob/master/docs/connection-options.md#mysql--mariadb-connection-options) still contain the old default values.
non_defect
outdated default values for mysql connection options in docs issue type question bug report feature request documentation issue database system driver cordova mongodb mssql mysql mariadb oracle postgres sqlite sqljs react native expo typeorm version latest next x x or put your version here in default values for options supportbignumbers and bignumberstrings were changed this was documented in the changelog however the still contain the old default values
0
14,421
2,811,803,614
IssuesEvent
2015-05-18 01:35:00
RenatoUtsch/nulldc
https://api.github.com/repos/RenatoUtsch/nulldc
closed
i hate you all
auto-migrated Priority-Medium Restrict-AddIssueComment-Commit Type-Defect
``` What steps will reproduce the problem? 1: Download nullDc source code 2: Try to build it using vs2012. What is the expected output? Builded project What do you see instead? Thousands of errors What version of the product are you using? last trunk ``` Original issue reported on code.google.com by `paveld500` on 15 Jul 2013 at 3:25
1.0
i hate you all - ``` What steps will reproduce the problem? 1: Download nullDc source code 2: Try to build it using vs2012. What is the expected output? Builded project What do you see instead? Thousands of errors What version of the product are you using? last trunk ``` Original issue reported on code.google.com by `paveld500` on 15 Jul 2013 at 3:25
defect
i hate you all what steps will reproduce the problem download nulldc source code try to build it using what is the expected output builded project what do you see instead thousands of errors what version of the product are you using last trunk original issue reported on code google com by on jul at
1
62,245
17,023,881,058
IssuesEvent
2021-07-03 04:20:42
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Nominatim links the hi-res Bing relation in Poland to place=town
Component: nominatim Priority: minor Resolution: fixed Type: defect
**[Submitted to the original trac issue database at 11.25pm, Sunday, 29th September 2013]** Nominatim links the hi-res Bing relation in Poland (http://nominatim.openstreetmap.org/details.php?place_id=6007093819) with some random place (Radogoszcz town). The relation and her children has no addr tags. Moreover, even though the relation is now temporarily deleted and shouldn't exist in Nominatim, but it still keeps the relation with this town as address in search results.
1.0
Nominatim links the hi-res Bing relation in Poland to place=town - **[Submitted to the original trac issue database at 11.25pm, Sunday, 29th September 2013]** Nominatim links the hi-res Bing relation in Poland (http://nominatim.openstreetmap.org/details.php?place_id=6007093819) with some random place (Radogoszcz town). The relation and her children has no addr tags. Moreover, even though the relation is now temporarily deleted and shouldn't exist in Nominatim, but it still keeps the relation with this town as address in search results.
defect
nominatim links the hi res bing relation in poland to place town nominatim links the hi res bing relation in poland with some random place radogoszcz town the relation and her children has no addr tags moreover even though the relation is now temporarily deleted and shouldn t exist in nominatim but it still keeps the relation with this town as address in search results
1
24,742
4,087,675,150
IssuesEvent
2016-06-01 10:59:33
buildo/react-components
https://api.github.com/repos/buildo/react-components
opened
[ResizeSensor] manually detach sensor on componentWillUnmount
defect
## description if possible we should manually detach any sensor on `componentWillUnmount` see specs in #447 and the discussion in #448 for more info ## specs check if `element` contains the resize element added by `ResizeSensor` to understand if there's something to detach or not ## misc {optional: other useful info}
1.0
[ResizeSensor] manually detach sensor on componentWillUnmount - ## description if possible we should manually detach any sensor on `componentWillUnmount` see specs in #447 and the discussion in #448 for more info ## specs check if `element` contains the resize element added by `ResizeSensor` to understand if there's something to detach or not ## misc {optional: other useful info}
defect
manually detach sensor on componentwillunmount description if possible we should manually detach any sensor on componentwillunmount see specs in and the discussion in for more info specs check if element contains the resize element added by resizesensor to understand if there s something to detach or not misc optional other useful info
1
32,291
6,759,006,586
IssuesEvent
2017-10-24 15:45:23
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
Uncaught (in promise): Extra/unparsed characters found in date
defect pending-review
Hi, I am getting this exception locally on my PC when I try to add a new Event on the schedule when inside Week view. The same exception is being generated on the primeng website. Any idea whats going on? Bilal ```` vendor.d1fad0b57b856be3f615.bundle.js:1 ERROR Error: Uncaught (in promise): Extra/unparsed characters found in date: T04:30:00 at u (polyfills.87872b4620f338d00d4f.bundle.js:1) at polyfills.87872b4620f338d00d4f.bundle.js:1 at t.invokeTask (polyfills.87872b4620f338d00d4f.bundle.js:1) at Object.onInvokeTask (vendor.d1fad0b57b856be3f615.bundle.js:1) at t.invokeTask (polyfills.87872b4620f338d00d4f.bundle.js:1) at r.runTask (polyfills.87872b4620f338d00d4f.bundle.js:1) at i (polyfills.87872b4620f338d00d4f.bundle.js:1) at e.invokeTask [as invoke] (polyfills.87872b4620f338d00d4f.bundle.js:1) at p (polyfills.87872b4620f338d00d4f.bundle.js:1) ````
1.0
Uncaught (in promise): Extra/unparsed characters found in date - Hi, I am getting this exception locally on my PC when I try to add a new Event on the schedule when inside Week view. The same exception is being generated on the primeng website. Any idea whats going on? Bilal ```` vendor.d1fad0b57b856be3f615.bundle.js:1 ERROR Error: Uncaught (in promise): Extra/unparsed characters found in date: T04:30:00 at u (polyfills.87872b4620f338d00d4f.bundle.js:1) at polyfills.87872b4620f338d00d4f.bundle.js:1 at t.invokeTask (polyfills.87872b4620f338d00d4f.bundle.js:1) at Object.onInvokeTask (vendor.d1fad0b57b856be3f615.bundle.js:1) at t.invokeTask (polyfills.87872b4620f338d00d4f.bundle.js:1) at r.runTask (polyfills.87872b4620f338d00d4f.bundle.js:1) at i (polyfills.87872b4620f338d00d4f.bundle.js:1) at e.invokeTask [as invoke] (polyfills.87872b4620f338d00d4f.bundle.js:1) at p (polyfills.87872b4620f338d00d4f.bundle.js:1) ````
defect
uncaught in promise extra unparsed characters found in date hi i am getting this exception locally on my pc when i try to add a new event on the schedule when inside week view the same exception is being generated on the primeng website any idea whats going on bilal vendor bundle js error error uncaught in promise extra unparsed characters found in date at u polyfills bundle js at polyfills bundle js at t invoketask polyfills bundle js at object oninvoketask vendor bundle js at t invoketask polyfills bundle js at r runtask polyfills bundle js at i polyfills bundle js at e invoketask polyfills bundle js at p polyfills bundle js
1
4,942
2,610,161,868
IssuesEvent
2015-02-26 18:51:21
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
SFX
auto-migrated Priority-Medium Type-Defect
``` Clones: Spreadout uses empire SFX ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 17 Feb 2011 at 2:15
1.0
SFX - ``` Clones: Spreadout uses empire SFX ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 17 Feb 2011 at 2:15
defect
sfx clones spreadout uses empire sfx original issue reported on code google com by gmail com on feb at
1
173,547
13,428,597,036
IssuesEvent
2020-09-06 22:30:06
medic/cht-core
https://api.github.com/repos/medic/cht-core
closed
Flaky test: token login should redirect the user to the app if already logged in
Testing Type: Technical issue
**Describe the issue** I've seen a [few builds](https://travis-ci.org/github/medic/cht-core/builds/719775504) fail with this error: ``` token login ✗ should redirect the user to the app if already logged in (3 secs) - Failed: stale element reference: element is not attached to the page document  (Session info: headless chrome=84.0.4147.135)  (Driver info: chromedriver=83.0.4103.39 (ccbf011cb2d2b19b506d844400483861342c20cd-refs/branch-heads/4103@{#416}),platform=Linux 4.15.0-1077-gcp x86_64) (Session info: headless chrome=84.0.4147.135) (Driver info: chromedriver=83.0.4103.39 (ccbf011cb2d2b19b506d844400483861342c20cd-refs/branch-heads/4103@{#416}),platform=Linux 4.15.0-1077-gcp x86_64) at Object.checkLegacyResponse (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/error.js:546:15) at parseHttpResponse (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/http.js:509:13) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/http.js:441:30 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: WebElement.isDisplayed() at thenableWebDriverProxy.schedule (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:807:17) at WebElement.schedule_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:2010:25) at WebElement.isDisplayed (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:2362:17) at actionFn (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:89:44) at Array.map (<anonymous>) at /home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:461:65 at ManagedPromise.invokeCallback_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:1376:14) at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2927:27 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5)Error at ElementArrayFinder.applyAction_ (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:459:27) at ElementArrayFinder.<computed> [as isDisplayed] (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:91:29) at ElementFinder.<computed> [as isDisplayed] (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:831:22) at /home/travis/build/medic/cht-core/tests/helper.js:235:10 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:938:14 at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2974:25 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: <anonymous> at pollCondition (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2195:19) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2191:7 at new ManagedPromise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:1077:7) at ControlFlow.promise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2505:12) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2190:22 at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2927:27 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: <anonymous wait> at scheduleWait (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2188:20) at ControlFlow.wait (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2517:12) at thenableWebDriverProxy.wait (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:934:29) at run (/home/travis/build/medic/cht-core/node_modules/protractor/built/browser.js:59:33) at ProtractorBrowser.to.<computed> [as wait] (/home/travis/build/medic/cht-core/node_modules/protractor/built/browser.js:67:16) at Object.waitElementToDisappear (/home/travis/build/medic/cht-core/tests/helper.js:233:13) at waitForLoaderToDisappear (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:66:14) at UserContext.<anonymous> (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:76:5) at /home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:112:25 at new ManagedPromise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:1077:7) at ControlFlow.promise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2505:12) at schedulerExecute (/home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:95:18) at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2974:25 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: Run it("should redirect the user to the app if already logged in") in control flow at UserContext.<anonymous> (/home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:94:19) at /home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:64:48 at ControlFlow.emit (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/events.js:62:21) at ControlFlow.shutdown_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2674:10) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2599:53 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2728:9 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From asynchronous test: Error at Suite.<anonymous> (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:72:3) at Object.<anonymous> (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:45:1) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (/home/travis/build/medic/cht-core/node_modules/coffeescript/lib/coffee-script/register.js:45:36) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Array.forEach (<anonymous>) at Function.promise (/home/travis/build/medic/cht-core/node_modules/q/q.js:682:9) at _fulfilled (/home/travis/build/medic/cht-core/node_modules/q/q.js:834:54) at /home/travis/build/medic/cht-core/node_modules/q/q.js:863:30 at Promise.promise.promiseDispatch (/home/travis/build/medic/cht-core/node_modules/q/q.js:796:13) at /home/travis/build/medic/cht-core/node_modules/q/q.js:604:44 at runSingle (/home/travis/build/medic/cht-core/node_modules/q/q.js:137:13) at flush (/home/travis/build/medic/cht-core/node_modules/q/q.js:125:13) at processTicksAndRejections (internal/process/task_queues.js:79:11) ✓ should display an error when token login is disabled (1 sec) ```
1.0
Flaky test: token login should redirect the user to the app if already logged in - **Describe the issue** I've seen a [few builds](https://travis-ci.org/github/medic/cht-core/builds/719775504) fail with this error: ``` token login ✗ should redirect the user to the app if already logged in (3 secs) - Failed: stale element reference: element is not attached to the page document  (Session info: headless chrome=84.0.4147.135)  (Driver info: chromedriver=83.0.4103.39 (ccbf011cb2d2b19b506d844400483861342c20cd-refs/branch-heads/4103@{#416}),platform=Linux 4.15.0-1077-gcp x86_64) (Session info: headless chrome=84.0.4147.135) (Driver info: chromedriver=83.0.4103.39 (ccbf011cb2d2b19b506d844400483861342c20cd-refs/branch-heads/4103@{#416}),platform=Linux 4.15.0-1077-gcp x86_64) at Object.checkLegacyResponse (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/error.js:546:15) at parseHttpResponse (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/http.js:509:13) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/http.js:441:30 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: WebElement.isDisplayed() at thenableWebDriverProxy.schedule (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:807:17) at WebElement.schedule_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:2010:25) at WebElement.isDisplayed (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:2362:17) at actionFn (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:89:44) at Array.map (<anonymous>) at /home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:461:65 at ManagedPromise.invokeCallback_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:1376:14) at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2927:27 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5)Error at ElementArrayFinder.applyAction_ (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:459:27) at ElementArrayFinder.<computed> [as isDisplayed] (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:91:29) at ElementFinder.<computed> [as isDisplayed] (/home/travis/build/medic/cht-core/node_modules/protractor/built/element.js:831:22) at /home/travis/build/medic/cht-core/tests/helper.js:235:10 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:938:14 at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2974:25 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: <anonymous> at pollCondition (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2195:19) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2191:7 at new ManagedPromise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:1077:7) at ControlFlow.promise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2505:12) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2190:22 at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2927:27 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: <anonymous wait> at scheduleWait (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2188:20) at ControlFlow.wait (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2517:12) at thenableWebDriverProxy.wait (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/webdriver.js:934:29) at run (/home/travis/build/medic/cht-core/node_modules/protractor/built/browser.js:59:33) at ProtractorBrowser.to.<computed> [as wait] (/home/travis/build/medic/cht-core/node_modules/protractor/built/browser.js:67:16) at Object.waitElementToDisappear (/home/travis/build/medic/cht-core/tests/helper.js:233:13) at waitForLoaderToDisappear (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:66:14) at UserContext.<anonymous> (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:76:5) at /home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:112:25 at new ManagedPromise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:1077:7) at ControlFlow.promise (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2505:12) at schedulerExecute (/home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:95:18) at TaskQueue.execute_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3084:14) at TaskQueue.executeNext_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:3067:27) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2974:25 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From: Task: Run it("should redirect the user to the app if already logged in") in control flow at UserContext.<anonymous> (/home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:94:19) at /home/travis/build/medic/cht-core/node_modules/jasminewd2/index.js:64:48 at ControlFlow.emit (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/events.js:62:21) at ControlFlow.shutdown_ (/home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2674:10) at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2599:53 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:2728:9 at /home/travis/build/medic/cht-core/node_modules/selenium-webdriver/lib/promise.js:668:7 at runMicrotasks (<anonymous>) at processTicksAndRejections (internal/process/task_queues.js:97:5) From asynchronous test: Error at Suite.<anonymous> (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:72:3) at Object.<anonymous> (/home/travis/build/medic/cht-core/tests/e2e/login/token-login.spec.js:45:1) at Module._compile (internal/modules/cjs/loader.js:1137:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1157:10) at Module.load (/home/travis/build/medic/cht-core/node_modules/coffeescript/lib/coffee-script/register.js:45:36) at Function.Module._load (internal/modules/cjs/loader.js:878:14) at Module.require (internal/modules/cjs/loader.js:1025:19) at require (internal/modules/cjs/helpers.js:72:18) at Array.forEach (<anonymous>) at Function.promise (/home/travis/build/medic/cht-core/node_modules/q/q.js:682:9) at _fulfilled (/home/travis/build/medic/cht-core/node_modules/q/q.js:834:54) at /home/travis/build/medic/cht-core/node_modules/q/q.js:863:30 at Promise.promise.promiseDispatch (/home/travis/build/medic/cht-core/node_modules/q/q.js:796:13) at /home/travis/build/medic/cht-core/node_modules/q/q.js:604:44 at runSingle (/home/travis/build/medic/cht-core/node_modules/q/q.js:137:13) at flush (/home/travis/build/medic/cht-core/node_modules/q/q.js:125:13) at processTicksAndRejections (internal/process/task_queues.js:79:11) ✓ should display an error when token login is disabled (1 sec) ```
non_defect
flaky test token login should redirect the user to the app if already logged in describe the issue i ve seen a fail with this error token login  — should redirect the user to the app if already logged in secs    stale element reference element is not attached to the page document  session info headless chrome   driver info chromedriver refs branch heads platform linux gcp  session info headless chrome driver info chromedriver refs branch heads platform linux gcp at object checklegacyresponse home travis build medic cht core node modules selenium webdriver lib error js at parsehttpresponse home travis build medic cht core node modules selenium webdriver lib http js at home travis build medic cht core node modules selenium webdriver lib http js at runmicrotasks at processticksandrejections internal process task queues js from task webelement isdisplayed at thenablewebdriverproxy schedule home travis build medic cht core node modules selenium webdriver lib webdriver js at webelement schedule home travis build medic cht core node modules selenium webdriver lib webdriver js at webelement isdisplayed home travis build medic cht core node modules selenium webdriver lib webdriver js at actionfn home travis build medic cht core node modules protractor built element js at array map at home travis build medic cht core node modules protractor built element js at managedpromise invokecallback home travis build medic cht core node modules selenium webdriver lib promise js at taskqueue execute home travis build medic cht core node modules selenium webdriver lib promise js at taskqueue executenext home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at runmicrotasks at processticksandrejections internal process task queues js error at elementarrayfinder applyaction home travis build medic cht core node modules protractor built element js at elementarrayfinder home travis build medic cht core node modules protractor built element js at elementfinder home travis build medic cht core node modules protractor built element js at home travis build medic cht core tests helper js at home travis build medic cht core node modules selenium webdriver lib webdriver js at taskqueue execute home travis build medic cht core node modules selenium webdriver lib promise js at taskqueue executenext home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at runmicrotasks at processticksandrejections internal process task queues js from task at pollcondition home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at new managedpromise home travis build medic cht core node modules selenium webdriver lib promise js at controlflow promise home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at taskqueue execute home travis build medic cht core node modules selenium webdriver lib promise js at taskqueue executenext home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at runmicrotasks at processticksandrejections internal process task queues js from task at schedulewait home travis build medic cht core node modules selenium webdriver lib promise js at controlflow wait home travis build medic cht core node modules selenium webdriver lib promise js at thenablewebdriverproxy wait home travis build medic cht core node modules selenium webdriver lib webdriver js at run home travis build medic cht core node modules protractor built browser js at protractorbrowser to home travis build medic cht core node modules protractor built browser js at object waitelementtodisappear home travis build medic cht core tests helper js at waitforloadertodisappear home travis build medic cht core tests login token login spec js at usercontext home travis build medic cht core tests login token login spec js at home travis build medic cht core node modules index js at new managedpromise home travis build medic cht core node modules selenium webdriver lib promise js at controlflow promise home travis build medic cht core node modules selenium webdriver lib promise js at schedulerexecute home travis build medic cht core node modules index js at taskqueue execute home travis build medic cht core node modules selenium webdriver lib promise js at taskqueue executenext home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at runmicrotasks at processticksandrejections internal process task queues js from task run it should redirect the user to the app if already logged in in control flow at usercontext home travis build medic cht core node modules index js at home travis build medic cht core node modules index js at controlflow emit home travis build medic cht core node modules selenium webdriver lib events js at controlflow shutdown home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at home travis build medic cht core node modules selenium webdriver lib promise js at runmicrotasks at processticksandrejections internal process task queues js from asynchronous test error at suite home travis build medic cht core tests login token login spec js at object home travis build medic cht core tests login token login spec js at module compile internal modules cjs loader js at object module extensions js internal modules cjs loader js at module load home travis build medic cht core node modules coffeescript lib coffee script register js at function module load internal modules cjs loader js at module require internal modules cjs loader js at require internal modules cjs helpers js at array foreach at function promise home travis build medic cht core node modules q q js at fulfilled home travis build medic cht core node modules q q js at home travis build medic cht core node modules q q js at promise promise promisedispatch home travis build medic cht core node modules q q js at home travis build medic cht core node modules q q js at runsingle home travis build medic cht core node modules q q js at flush home travis build medic cht core node modules q q js at processticksandrejections internal process task queues js  “ should display an error when token login is disabled sec
0
56,305
6,973,772,448
IssuesEvent
2017-12-11 21:43:25
FredericKtan/workaholic
https://api.github.com/repos/FredericKtan/workaholic
closed
Design | Create an illustration component
Priority : High Type : Design
# Design # Expected visual <img width="187" alt="capture d ecran 2017-12-11 a 21 47 15" src="https://user-images.githubusercontent.com/5349561/33853126-2276b8ec-debd-11e7-8f47-0eb24ef6832a.png"> - [x] : Create a branch - [ ] : Work on the component - [ ] : Commit new things - [ ] : Push changes
1.0
Design | Create an illustration component - # Design # Expected visual <img width="187" alt="capture d ecran 2017-12-11 a 21 47 15" src="https://user-images.githubusercontent.com/5349561/33853126-2276b8ec-debd-11e7-8f47-0eb24ef6832a.png"> - [x] : Create a branch - [ ] : Work on the component - [ ] : Commit new things - [ ] : Push changes
non_defect
design create an illustration component design expected visual img width alt capture d ecran a src create a branch work on the component commit new things push changes
0
337,849
30,267,283,404
IssuesEvent
2023-07-07 12:51:42
WordPress/gutenberg
https://api.github.com/repos/WordPress/gutenberg
closed
6.3-beta: navigation block CSS is not output on the front-end
[Type] Bug Needs Testing [Block] Navigation
### Description In WP 6.3-beta2 and 6.3-beta3, when navigation blocks are added to a template part, they render fine in the site editor, but not on the front end. As far as I can tell, the CSS for them is **not** currently being output on the front end. ### Step-by-step reproduction instructions 1. set any block-based theme as active (I used TT3 and a bespoke block-based theme in my testing) 2. add a Navigation block (with a Page List child) to the header template part. 3. save the template part. 4. view the site on the front end and notice that the navigation block doesn't look right ### Screenshots, screen recording, code snippet This is what the front end looks like ![wp-6 3-beta-navigation-block-front-end](https://github.com/WordPress/gutenberg/assets/3824560/bdf6b8c0-e05e-487f-9fb7-e025e927cb50) This is what the site editor looks like ![wp-6 3-beta-navigation-block-site-editor](https://github.com/WordPress/gutenberg/assets/3824560/b2b31764-ccff-429d-8822-d63e37001ea5) ### Environment info WP 6.3-beta2 and 6.3-beta3 (w/o GB plugin) TT3 and a bespoke block-based theme Windows 11, Chrome w/ a modified WAMP stack ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
1.0
6.3-beta: navigation block CSS is not output on the front-end - ### Description In WP 6.3-beta2 and 6.3-beta3, when navigation blocks are added to a template part, they render fine in the site editor, but not on the front end. As far as I can tell, the CSS for them is **not** currently being output on the front end. ### Step-by-step reproduction instructions 1. set any block-based theme as active (I used TT3 and a bespoke block-based theme in my testing) 2. add a Navigation block (with a Page List child) to the header template part. 3. save the template part. 4. view the site on the front end and notice that the navigation block doesn't look right ### Screenshots, screen recording, code snippet This is what the front end looks like ![wp-6 3-beta-navigation-block-front-end](https://github.com/WordPress/gutenberg/assets/3824560/bdf6b8c0-e05e-487f-9fb7-e025e927cb50) This is what the site editor looks like ![wp-6 3-beta-navigation-block-site-editor](https://github.com/WordPress/gutenberg/assets/3824560/b2b31764-ccff-429d-8822-d63e37001ea5) ### Environment info WP 6.3-beta2 and 6.3-beta3 (w/o GB plugin) TT3 and a bespoke block-based theme Windows 11, Chrome w/ a modified WAMP stack ### Please confirm that you have searched existing issues in the repo. Yes ### Please confirm that you have tested with all plugins deactivated except Gutenberg. Yes
non_defect
beta navigation block css is not output on the front end description in wp and when navigation blocks are added to a template part they render fine in the site editor but not on the front end as far as i can tell the css for them is not currently being output on the front end step by step reproduction instructions set any block based theme as active i used and a bespoke block based theme in my testing add a navigation block with a page list child to the header template part save the template part view the site on the front end and notice that the navigation block doesn t look right screenshots screen recording code snippet this is what the front end looks like this is what the site editor looks like environment info wp and w o gb plugin and a bespoke block based theme windows chrome w a modified wamp stack please confirm that you have searched existing issues in the repo yes please confirm that you have tested with all plugins deactivated except gutenberg yes
0
61,142
17,023,617,648
IssuesEvent
2021-07-03 02:56:58
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[roads] Render highway=living_street with default width 50% smaller than current one
Component: mapnik Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 2.30pm, Tuesday, 20th July 2010]** live_street, which means Living street or living zone, are usually one line streets with speed restrictions. They are usually much smaller than normal streets. For now Mapnik renders highway=live_street as full blown street, which not only make them too much "in the face", but they also overlap other details in living zone, like footways. Please, reduce width of default render for highway_living_street (In same width as highway=service).
1.0
[roads] Render highway=living_street with default width 50% smaller than current one - **[Submitted to the original trac issue database at 2.30pm, Tuesday, 20th July 2010]** live_street, which means Living street or living zone, are usually one line streets with speed restrictions. They are usually much smaller than normal streets. For now Mapnik renders highway=live_street as full blown street, which not only make them too much "in the face", but they also overlap other details in living zone, like footways. Please, reduce width of default render for highway_living_street (In same width as highway=service).
defect
render highway living street with default width smaller than current one live street which means living street or living zone are usually one line streets with speed restrictions they are usually much smaller than normal streets for now mapnik renders highway live street as full blown street which not only make them too much in the face but they also overlap other details in living zone like footways please reduce width of default render for highway living street in same width as highway service
1
779,659
27,361,709,519
IssuesEvent
2023-02-27 16:16:14
owid/owid-grapher
https://api.github.com/repos/owid/owid-grapher
closed
Details on demand markup appearing in preview HTML
bug priority 2 - important
## Description Syntax that shouldn't be visible to the user is displaying on social media previews: https://twitter.com/AdemBdrByzd/status/1596439939864223747 ## Expected behaviour The `[contents](hover::general::fossilemissions)` syntax shouldn't display. It should just read as `contents` ## Steps to reproduce Steps to reproduce the behavior: 1. Paste a link to [a standalone grapher page that features a detail on demand](https://ourworldindata.org/grapher/annual-co2-emissions-per-country) into twitter 2. The preview will include the DoD markup ## Screenshots <img width="581" alt="image" src="https://user-images.githubusercontent.com/11844404/207109430-bc48e02e-4d8a-40e3-9758-fa8f63aa36f2.png">
1.0
Details on demand markup appearing in preview HTML - ## Description Syntax that shouldn't be visible to the user is displaying on social media previews: https://twitter.com/AdemBdrByzd/status/1596439939864223747 ## Expected behaviour The `[contents](hover::general::fossilemissions)` syntax shouldn't display. It should just read as `contents` ## Steps to reproduce Steps to reproduce the behavior: 1. Paste a link to [a standalone grapher page that features a detail on demand](https://ourworldindata.org/grapher/annual-co2-emissions-per-country) into twitter 2. The preview will include the DoD markup ## Screenshots <img width="581" alt="image" src="https://user-images.githubusercontent.com/11844404/207109430-bc48e02e-4d8a-40e3-9758-fa8f63aa36f2.png">
non_defect
details on demand markup appearing in preview html description syntax that shouldn t be visible to the user is displaying on social media previews expected behaviour the hover general fossilemissions syntax shouldn t display it should just read as contents steps to reproduce steps to reproduce the behavior paste a link to into twitter the preview will include the dod markup screenshots img width alt image src
0
60,972
17,023,569,943
IssuesEvent
2021-07-03 02:42:30
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
Need link to override website language
Component: website Priority: minor Resolution: duplicate Type: defect
**[Submitted to the original trac issue database at 3.17pm, Sunday, 28th March 2010]** There is need for some link to override the language in which the main site is displayed. Recently I visited osm.org from public computer in france - I don't know whether the language is taken from GeoIP or Accept-language, but I coundn't change either of these (no chance to change IP and the browser settings were in french, thus unreadable) and I got stuck with website in french (and I don't understand french). I think that there should be some link "OSM in English" between the Search box and "make donation" box in case website decides to show up in some non-english language. There is some option to change website language once logged-in, but I don't think it is a good idea to login on public computer likely to be infected with keyloggers, spyware and such things...
1.0
Need link to override website language - **[Submitted to the original trac issue database at 3.17pm, Sunday, 28th March 2010]** There is need for some link to override the language in which the main site is displayed. Recently I visited osm.org from public computer in france - I don't know whether the language is taken from GeoIP or Accept-language, but I coundn't change either of these (no chance to change IP and the browser settings were in french, thus unreadable) and I got stuck with website in french (and I don't understand french). I think that there should be some link "OSM in English" between the Search box and "make donation" box in case website decides to show up in some non-english language. There is some option to change website language once logged-in, but I don't think it is a good idea to login on public computer likely to be infected with keyloggers, spyware and such things...
defect
need link to override website language there is need for some link to override the language in which the main site is displayed recently i visited osm org from public computer in france i don t know whether the language is taken from geoip or accept language but i coundn t change either of these no chance to change ip and the browser settings were in french thus unreadable and i got stuck with website in french and i don t understand french i think that there should be some link osm in english between the search box and make donation box in case website decides to show up in some non english language there is some option to change website language once logged in but i don t think it is a good idea to login on public computer likely to be infected with keyloggers spyware and such things
1
33,608
7,180,112,023
IssuesEvent
2018-01-31 22:00:48
BCDevExchange/devex
https://api.github.com/repos/BCDevExchange/devex
opened
Location dropdown in user profile
defect
It's not just people from B.C. who are users 😄 Please replace the dropdown with a free text input. It should be blank by default and NOT mandatory.
1.0
Location dropdown in user profile - It's not just people from B.C. who are users 😄 Please replace the dropdown with a free text input. It should be blank by default and NOT mandatory.
defect
location dropdown in user profile it s not just people from b c who are users 😄 please replace the dropdown with a free text input it should be blank by default and not mandatory
1
55,175
14,257,034,703
IssuesEvent
2020-11-20 02:32:37
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
pam_zfs_key failures lead to password prompts for root su
Status: Triage Needed Type: Defect
### System information Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | unstable Linux Kernel | 5.9 Architecture | amd64 ZFS Version | 2.0-release (813185d14) ### Describe the problem you're observing Trying to `su` to another user from root leads to a spurious prompt for a password on the first attempt to su to another user. This leads to ZTS failures when trying to execute commands as another user (e.g., `posix_sa` tests). ### Describe how to reproduce the problem On Debian, install and enable the pam_zfs_key.so module in the PAM system, have no imported pools. `su` to another user as root, and get a password prompt. ### Include any warning/errors/backtraces from the system logs I do not know where to begin. I get errors like ``` su: pam_zfs_key(su:session): couldn't get password from PAM stack ``` and ``` su: pam_zfs_key(su:session): dataset rpool/home/testrunner not found ``` in `/var/log/auth`. Tagging @felixdoerre, hopefully your expertise can help me narrow this down!
1.0
pam_zfs_key failures lead to password prompts for root su - ### System information Type | Version/Name --- | --- Distribution Name | Debian Distribution Version | unstable Linux Kernel | 5.9 Architecture | amd64 ZFS Version | 2.0-release (813185d14) ### Describe the problem you're observing Trying to `su` to another user from root leads to a spurious prompt for a password on the first attempt to su to another user. This leads to ZTS failures when trying to execute commands as another user (e.g., `posix_sa` tests). ### Describe how to reproduce the problem On Debian, install and enable the pam_zfs_key.so module in the PAM system, have no imported pools. `su` to another user as root, and get a password prompt. ### Include any warning/errors/backtraces from the system logs I do not know where to begin. I get errors like ``` su: pam_zfs_key(su:session): couldn't get password from PAM stack ``` and ``` su: pam_zfs_key(su:session): dataset rpool/home/testrunner not found ``` in `/var/log/auth`. Tagging @felixdoerre, hopefully your expertise can help me narrow this down!
defect
pam zfs key failures lead to password prompts for root su system information type version name distribution name debian distribution version unstable linux kernel architecture zfs version release describe the problem you re observing trying to su to another user from root leads to a spurious prompt for a password on the first attempt to su to another user this leads to zts failures when trying to execute commands as another user e g posix sa tests describe how to reproduce the problem on debian install and enable the pam zfs key so module in the pam system have no imported pools su to another user as root and get a password prompt include any warning errors backtraces from the system logs i do not know where to begin i get errors like su pam zfs key su session couldn t get password from pam stack and su pam zfs key su session dataset rpool home testrunner not found in var log auth tagging felixdoerre hopefully your expertise can help me narrow this down
1
211,586
7,202,474,573
IssuesEvent
2018-02-06 04:11:29
DivinumOfficium/divinum-officium
https://api.github.com/repos/DivinumOfficium/divinum-officium
closed
Fix reported numeration for the Psalms
Priority-Low Type-Task auto-migrated
``` A user has reported that the numeration of Psalm 108 for None should be numered as follow: 108(2-13); 108(14-21); 108(22-31) Also, Psalm 35 has no increment after verse 25. ``` Original issue reported on code.google.com by `roberto....@gmail.com` on 16 Mar 2015 at 11:48
1.0
Fix reported numeration for the Psalms - ``` A user has reported that the numeration of Psalm 108 for None should be numered as follow: 108(2-13); 108(14-21); 108(22-31) Also, Psalm 35 has no increment after verse 25. ``` Original issue reported on code.google.com by `roberto....@gmail.com` on 16 Mar 2015 at 11:48
non_defect
fix reported numeration for the psalms a user has reported that the numeration of psalm for none should be numered as follow also psalm has no increment after verse original issue reported on code google com by roberto gmail com on mar at
0
53,900
13,262,470,265
IssuesEvent
2020-08-20 21:51:50
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[DOMlauncher] Correctly handle SPE discriminator threshold. (Trac #2272)
Migrated from Trac combo simulation defect
it needs to be different in data and simulation. right now it is hard coded in dataclasses/private/dataclasses/I3DOMFunctions.cxx <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2272">https://code.icecube.wisc.edu/projects/icecube/ticket/2272</a>, reported by kjmeagherand owned by mjansson</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-11T15:30:38", "_ts": "1560267038292349", "description": "it needs to be different in data and simulation. right now it is hard coded in dataclasses/private/dataclasses/I3DOMFunctions.cxx ", "reporter": "kjmeagher", "cc": "jkelley", "resolution": "fixed", "time": "2019-04-16T15:45:05", "component": "combo simulation", "summary": "[DOMlauncher] Correctly handle SPE discriminator threshold.", "priority": "blocker", "keywords": "", "milestone": "Summer Solstice 2019", "owner": "mjansson", "type": "defect" } ``` </p> </details>
1.0
[DOMlauncher] Correctly handle SPE discriminator threshold. (Trac #2272) - it needs to be different in data and simulation. right now it is hard coded in dataclasses/private/dataclasses/I3DOMFunctions.cxx <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2272">https://code.icecube.wisc.edu/projects/icecube/ticket/2272</a>, reported by kjmeagherand owned by mjansson</em></summary> <p> ```json { "status": "closed", "changetime": "2019-06-11T15:30:38", "_ts": "1560267038292349", "description": "it needs to be different in data and simulation. right now it is hard coded in dataclasses/private/dataclasses/I3DOMFunctions.cxx ", "reporter": "kjmeagher", "cc": "jkelley", "resolution": "fixed", "time": "2019-04-16T15:45:05", "component": "combo simulation", "summary": "[DOMlauncher] Correctly handle SPE discriminator threshold.", "priority": "blocker", "keywords": "", "milestone": "Summer Solstice 2019", "owner": "mjansson", "type": "defect" } ``` </p> </details>
defect
correctly handle spe discriminator threshold trac it needs to be different in data and simulation right now it is hard coded in dataclasses private dataclasses cxx migrated from json status closed changetime ts description it needs to be different in data and simulation right now it is hard coded in dataclasses private dataclasses cxx reporter kjmeagher cc jkelley resolution fixed time component combo simulation summary correctly handle spe discriminator threshold priority blocker keywords milestone summer solstice owner mjansson type defect
1
25,559
2,683,842,372
IssuesEvent
2015-03-28 11:25:17
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
Предложения по юзабельности (v.2009.10.16)
2–5 stars bug imported Priority-Medium
_From [Thomas.C...@gmail.com](https://code.google.com/u/116891074037165498289/) on October 23, 2009 09:20:21_ Версия ОС: Win7 Предлагаю вставку (Paste) по Shift+Insert. Как я понял, в данный момент вставка только через меню. Еще хорошо бы поменять хоткеи Win+? на что-нить другое, т.к. по хорошему они не должны назначаться программами. В текущей версии кстати хоткеи не работают. При запуске PowerShell и Python пропадает скролл. Да, и еще: что-то не работает выделение мышью. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=118_
1.0
Предложения по юзабельности (v.2009.10.16) - _From [Thomas.C...@gmail.com](https://code.google.com/u/116891074037165498289/) on October 23, 2009 09:20:21_ Версия ОС: Win7 Предлагаю вставку (Paste) по Shift+Insert. Как я понял, в данный момент вставка только через меню. Еще хорошо бы поменять хоткеи Win+? на что-нить другое, т.к. по хорошему они не должны назначаться программами. В текущей версии кстати хоткеи не работают. При запуске PowerShell и Python пропадает скролл. Да, и еще: что-то не работает выделение мышью. _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=118_
non_defect
предложения по юзабельности v from on october версия ос предлагаю вставку paste по shift insert как я понял в данный момент вставка только через меню еще хорошо бы поменять хоткеи win на что нить другое т к по хорошему они не должны назначаться программами в текущей версии кстати хоткеи не работают при запуске powershell и python пропадает скролл да и еще что то не работает выделение мышью original issue
0
387,721
26,734,846,387
IssuesEvent
2023-01-30 08:40:44
corona-warn-app/cwa-website
https://api.github.com/repos/corona-warn-app/cwa-website
closed
Inconsistent use of date formats in FAQ
bug documentation mirrored-to-jira faq
<!-- Thanks for reporting an issue on the website 🙌 ❤️ Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. --> ## Where to find the issue EN FAQ ## Describe the issue Inconsistent use of date formats ## Suggested change See https://github.com/corona-warn-app/cwa-website/pull/3344#issuecomment-1401508445 --- Internal Tracking ID: [EXPOSUREAPP-14625](https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14625)
1.0
Inconsistent use of date formats in FAQ - <!-- Thanks for reporting an issue on the website 🙌 ❤️ Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. --> ## Where to find the issue EN FAQ ## Describe the issue Inconsistent use of date formats ## Suggested change See https://github.com/corona-warn-app/cwa-website/pull/3344#issuecomment-1401508445 --- Internal Tracking ID: [EXPOSUREAPP-14625](https://jira-ibs.wbs.net.sap/browse/EXPOSUREAPP-14625)
non_defect
inconsistent use of date formats in faq thanks for reporting an issue on the website 🙌 ❤️ before opening a new issue please make sure that we do not have any duplicates already open you can ensure this by searching the issue list for this repository if there is a duplicate please close your issue and add a comment to the existing issue instead where to find the issue en faq describe the issue inconsistent use of date formats suggested change see internal tracking id
0
38,768
8,959,307,196
IssuesEvent
2019-01-27 21:21:53
svalinn/DAGMC
https://api.github.com/repos/svalinn/DAGMC
opened
[Website/Documentation] Make watertight image is a little off
Type: Defect Type: Documentation & Install
The annotation of an image under the `make_watertight` section aren't in the right location. I'll try to take a look soon if I have time. https://svalinn.github.io/DAGMC/usersguide/tools.html#make-watertight
1.0
[Website/Documentation] Make watertight image is a little off - The annotation of an image under the `make_watertight` section aren't in the right location. I'll try to take a look soon if I have time. https://svalinn.github.io/DAGMC/usersguide/tools.html#make-watertight
defect
make watertight image is a little off the annotation of an image under the make watertight section aren t in the right location i ll try to take a look soon if i have time
1
534,466
15,624,092,498
IssuesEvent
2021-03-21 00:25:17
kymckay/f28cd-project
https://api.github.com/repos/kymckay/f28cd-project
opened
Search for Constituency on Map
priority/low type/enhancement
- [ ] to inject constituency names with bounds into map. Would most likely be a map feature layer
1.0
Search for Constituency on Map - - [ ] to inject constituency names with bounds into map. Would most likely be a map feature layer
non_defect
search for constituency on map to inject constituency names with bounds into map would most likely be a map feature layer
0
383,713
26,562,344,724
IssuesEvent
2023-01-20 16:53:38
w3c/rdf-canon
https://api.github.com/repos/w3c/rdf-canon
opened
Security considerations
documentation
This just a place where we can discuss any security issues that we think might arise from the spec. Looking at the [self-assessment form](https://www.w3.org/TR/security-privacy-questionnaire/) it doesn't look like we will have much to worry about but we need to consider this carefully.
1.0
Security considerations - This just a place where we can discuss any security issues that we think might arise from the spec. Looking at the [self-assessment form](https://www.w3.org/TR/security-privacy-questionnaire/) it doesn't look like we will have much to worry about but we need to consider this carefully.
non_defect
security considerations this just a place where we can discuss any security issues that we think might arise from the spec looking at the it doesn t look like we will have much to worry about but we need to consider this carefully
0
12,622
20,592,489,147
IssuesEvent
2022-03-05 02:13:51
renovatebot/renovate
https://api.github.com/repos/renovatebot/renovate
closed
Bump version isn't working for helmv3
type:bug manager:helm reproduction:needed status:requirements priority-5-triage stale
### How are you running Renovate? WhiteSource Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug When docker images get released, I want renovate to update the chart. Helm charts should have chart versions updated when things changed. Bump version is supposed to be handleable by the helmv3 manager, but its not being triggered by my repository. Looking at the logs, and the code, I think helmv3 manager isn't being triggered when there's no chart dependencies. https://github.com/renovatebot/renovate/blob/dabe3d0e292c8f0f2661106779bae887cb1ebaf3/lib/manager/helmv3/extract.ts#L43 Example logs: https://app.renovatebot.com/dashboard#github/halkeye-helm-charts/element-web/581234542T Example renovate json ``` { "extends": [ "config:base" ], "bumpVersion": "patch", "helmv3": { "enabled": true } } ``` Example PR: https://github.com/halkeye-helm-charts/element-web/pull/3/files ### Relevant debug logs <details><summary>Logs</summary> ``` DEBUG: Chart has no dependencies { "fileName": "Chart.yaml" } ``` </details> ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
1.0
Bump version isn't working for helmv3 - ### How are you running Renovate? WhiteSource Renovate hosted app on github.com ### If you're self-hosting Renovate, tell us what version of Renovate you run. _No response_ ### Please select which platform you are using if self-hosting. _No response_ ### If you're self-hosting Renovate, tell us what version of the platform you run. _No response_ ### Was this something which used to work for you, and then stopped? I never saw this working ### Describe the bug When docker images get released, I want renovate to update the chart. Helm charts should have chart versions updated when things changed. Bump version is supposed to be handleable by the helmv3 manager, but its not being triggered by my repository. Looking at the logs, and the code, I think helmv3 manager isn't being triggered when there's no chart dependencies. https://github.com/renovatebot/renovate/blob/dabe3d0e292c8f0f2661106779bae887cb1ebaf3/lib/manager/helmv3/extract.ts#L43 Example logs: https://app.renovatebot.com/dashboard#github/halkeye-helm-charts/element-web/581234542T Example renovate json ``` { "extends": [ "config:base" ], "bumpVersion": "patch", "helmv3": { "enabled": true } } ``` Example PR: https://github.com/halkeye-helm-charts/element-web/pull/3/files ### Relevant debug logs <details><summary>Logs</summary> ``` DEBUG: Chart has no dependencies { "fileName": "Chart.yaml" } ``` </details> ### Have you created a minimal reproduction repository? No reproduction, but I have linked to a public repo where it occurs
non_defect
bump version isn t working for how are you running renovate whitesource renovate hosted app on github com if you re self hosting renovate tell us what version of renovate you run no response please select which platform you are using if self hosting no response if you re self hosting renovate tell us what version of the platform you run no response was this something which used to work for you and then stopped i never saw this working describe the bug when docker images get released i want renovate to update the chart helm charts should have chart versions updated when things changed bump version is supposed to be handleable by the manager but its not being triggered by my repository looking at the logs and the code i think manager isn t being triggered when there s no chart dependencies example logs example renovate json extends config base bumpversion patch enabled true example pr relevant debug logs logs debug chart has no dependencies filename chart yaml have you created a minimal reproduction repository no reproduction but i have linked to a public repo where it occurs
0
41,945
16,990,526,839
IssuesEvent
2021-06-30 19:47:36
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Update the Standard SKU backup frequency to the correct value 5 days
Pri3 active-directory/svc assigned-to-author doc-bug domain-services/subsvc triaged
Copied from https://github.com/MicrosoftDocs/azure-docs.fr-fr/pull/737 Update the Standard SKU backup frequency to the correct value 5 days. Changed file: articles/active-directory-domain-services/administration-concepts.md --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: bf1d7ba3-d387-0849-5cb2-ceb4a399e8da * Version Independent ID: 567f3381-2b1e-4bc1-75c6-268494bea214 * Content: [Management concepts for Azure AD Domain Services](https://docs.microsoft.com/en-us/azure/active-directory-domain-services/administration-concepts) * Content Source: [articles/active-directory-domain-services/administration-concepts.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory-domain-services/administration-concepts.md) * Service: **active-directory** * Sub-service: **domain-services** * GitHub Login: @Justinha * Microsoft Alias: **justinha**
1.0
Update the Standard SKU backup frequency to the correct value 5 days - Copied from https://github.com/MicrosoftDocs/azure-docs.fr-fr/pull/737 Update the Standard SKU backup frequency to the correct value 5 days. Changed file: articles/active-directory-domain-services/administration-concepts.md --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: bf1d7ba3-d387-0849-5cb2-ceb4a399e8da * Version Independent ID: 567f3381-2b1e-4bc1-75c6-268494bea214 * Content: [Management concepts for Azure AD Domain Services](https://docs.microsoft.com/en-us/azure/active-directory-domain-services/administration-concepts) * Content Source: [articles/active-directory-domain-services/administration-concepts.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/active-directory-domain-services/administration-concepts.md) * Service: **active-directory** * Sub-service: **domain-services** * GitHub Login: @Justinha * Microsoft Alias: **justinha**
non_defect
update the standard sku backup frequency to the correct value days copied from update the standard sku backup frequency to the correct value days changed file articles active directory domain services administration concepts md 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 active directory sub service domain services github login justinha microsoft alias justinha
0
13,948
2,789,787,051
IssuesEvent
2015-05-08 21:29:20
google/google-visualization-api-issues
https://api.github.com/repos/google/google-visualization-api-issues
opened
Bug: zoom links annotated timeline not clickable firefox 3.5.5 mac os x 10.6.1
Priority-Medium Type-Defect
Original [issue 115](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=115) created by orwant on 2009-11-09T18:46:13.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. View visualization example: http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html 2. Hover over zoom links. 3. Try to click - sometimes you get a hand and can click, but it's inconsistent. <b>What component is this issue related to (PieChart, LineChart, DataTable,</b> Query, etc)? Annotated timeline <b>Are you using the test environment (version 1.1)?</b> <b>(If you are not sure, answer NO)</b> <b>What operating system and browser are you using?</b> Mac OS X 10.6.1 Firefox 3.5.5 <b>*********************************************************</b> <b>For developers viewing this issue: please click the 'star' icon to be</b> <b>notified of future changes, and to let us know how many of you are</b> <b>interested in seeing it resolved.</b> <b>*********************************************************</b>
1.0
Bug: zoom links annotated timeline not clickable firefox 3.5.5 mac os x 10.6.1 - Original [issue 115](https://code.google.com/p/google-visualization-api-issues/issues/detail?id=115) created by orwant on 2009-11-09T18:46:13.000Z: <b>What steps will reproduce the problem? Please provide a link to a</b> <b>demonstration page if at all possible, or attach code.</b> 1. View visualization example: http://code.google.com/apis/visualization/documentation/gallery/annotatedtimeline.html 2. Hover over zoom links. 3. Try to click - sometimes you get a hand and can click, but it's inconsistent. <b>What component is this issue related to (PieChart, LineChart, DataTable,</b> Query, etc)? Annotated timeline <b>Are you using the test environment (version 1.1)?</b> <b>(If you are not sure, answer NO)</b> <b>What operating system and browser are you using?</b> Mac OS X 10.6.1 Firefox 3.5.5 <b>*********************************************************</b> <b>For developers viewing this issue: please click the 'star' icon to be</b> <b>notified of future changes, and to let us know how many of you are</b> <b>interested in seeing it resolved.</b> <b>*********************************************************</b>
defect
bug zoom links annotated timeline not clickable firefox mac os x original created by orwant on what steps will reproduce the problem please provide a link to a demonstration page if at all possible or attach code view visualization example hover over zoom links try to click sometimes you get a hand and can click but it s inconsistent what component is this issue related to piechart linechart datatable query etc annotated timeline are you using the test environment version if you are not sure answer no what operating system and browser are you using mac os x firefox for developers viewing this issue please click the star icon to be notified of future changes and to let us know how many of you are interested in seeing it resolved
1
191,328
22,215,747,098
IssuesEvent
2022-06-08 01:19:30
Nivaskumark/kernel_v4.1.15
https://api.github.com/repos/Nivaskumark/kernel_v4.1.15
reopened
CVE-2017-18232 (Medium) detected in multiple libraries
security vulnerability
## CVE-2017-18232 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b></p></summary> <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 Serial Attached SCSI (SAS) implementation in the Linux kernel through 4.15.9 mishandles a mutex within libsas, which allows local users to cause a denial of service (deadlock) by triggering certain error-handling code. <p>Publish Date: 2018-03-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18232>CVE-2017-18232</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-18232">https://www.linuxkernelcves.com/cves/CVE-2017-18232</a></p> <p>Release Date: 2018-03-15</p> <p>Fix Resolution: v4.16-rc1,v4.14.192</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-2017-18232 (Medium) detected in multiple libraries - ## CVE-2017-18232 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linuxlinux-4.6</b>, <b>linuxlinux-4.6</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b></p></summary> <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 Serial Attached SCSI (SAS) implementation in the Linux kernel through 4.15.9 mishandles a mutex within libsas, which allows local users to cause a denial of service (deadlock) by triggering certain error-handling code. <p>Publish Date: 2018-03-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18232>CVE-2017-18232</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-18232">https://www.linuxkernelcves.com/cves/CVE-2017-18232</a></p> <p>Release Date: 2018-03-15</p> <p>Fix Resolution: v4.16-rc1,v4.14.192</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 multiple libraries cve medium severity vulnerability vulnerable libraries linuxlinux linuxlinux linux stable linux stable linux stable linux stable linux stable vulnerability details the serial attached scsi sas implementation in the linux kernel through mishandles a mutex within libsas which allows local users to cause a denial of service deadlock by triggering certain error handling code 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 whitesource
0
70,971
23,392,729,643
IssuesEvent
2022-08-11 19:32:31
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Message removal/redaction reason isn't shown
T-Defect S-Tolerable A-Redaction O-Occasional
### Steps to reproduce 1. Remove a message 2. Element Web requests you to give an optional reason. 3. Supply it and press ok 4. See that you removed message, but not the reason. ### Outcome #### What did you expect? I expected to see "Aminda posti viestin syystä XYZ" (Aminda removed the message due to XYZ" #### What happened instead? I see "Aminda poisti viestin" ("Aminda removed the message") with no reason supplied. I know that as a `/devtools` user I can view message source to get the message removal reason, but why ask it if it's not shown and the reason being visible there is not obvious to a non-experienced Matrix user. ### Operating system "Fedora release 36 (Thirty Six)" ### Browser information Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0 ID:20220810212956 ### URL for webapp develop.element.io ### Application version Element-versio: 39eee10c576f-react-ed4286aa933b-js-478270b225ec Olm-versio: 3.2.12 ### Homeserver pikaviestin.fi is on Synapse 1.64.0 ### Will you send logs? No
1.0
Message removal/redaction reason isn't shown - ### Steps to reproduce 1. Remove a message 2. Element Web requests you to give an optional reason. 3. Supply it and press ok 4. See that you removed message, but not the reason. ### Outcome #### What did you expect? I expected to see "Aminda posti viestin syystä XYZ" (Aminda removed the message due to XYZ" #### What happened instead? I see "Aminda poisti viestin" ("Aminda removed the message") with no reason supplied. I know that as a `/devtools` user I can view message source to get the message removal reason, but why ask it if it's not shown and the reason being visible there is not obvious to a non-experienced Matrix user. ### Operating system "Fedora release 36 (Thirty Six)" ### Browser information Mozilla/5.0 (X11; Linux x86_64; rv:105.0) Gecko/20100101 Firefox/105.0 ID:20220810212956 ### URL for webapp develop.element.io ### Application version Element-versio: 39eee10c576f-react-ed4286aa933b-js-478270b225ec Olm-versio: 3.2.12 ### Homeserver pikaviestin.fi is on Synapse 1.64.0 ### Will you send logs? No
defect
message removal redaction reason isn t shown steps to reproduce remove a message element web requests you to give an optional reason supply it and press ok see that you removed message but not the reason outcome what did you expect i expected to see aminda posti viestin syystä xyz aminda removed the message due to xyz what happened instead i see aminda poisti viestin aminda removed the message with no reason supplied i know that as a devtools user i can view message source to get the message removal reason but why ask it if it s not shown and the reason being visible there is not obvious to a non experienced matrix user operating system fedora release thirty six browser information mozilla linux rv gecko firefox id url for webapp develop element io application version element versio react js olm versio homeserver pikaviestin fi is on synapse will you send logs no
1
172,502
14,362,640,576
IssuesEvent
2020-11-30 20:09:32
SFDO-Community-Sprints/DEI-Framework
https://api.github.com/repos/SFDO-Community-Sprints/DEI-Framework
closed
Document tool and process used for first survey analysis
documentation question
Michael - any chance you could shed some light on this or point us to the right person who has this info? Before I re-invent the wheel: (1) what tool did your team use to prep and analyze the data? Excel, PowerBI? (2) where are the files with the raw data stored? I'd like to post them to github. -Charise
1.0
Document tool and process used for first survey analysis - Michael - any chance you could shed some light on this or point us to the right person who has this info? Before I re-invent the wheel: (1) what tool did your team use to prep and analyze the data? Excel, PowerBI? (2) where are the files with the raw data stored? I'd like to post them to github. -Charise
non_defect
document tool and process used for first survey analysis michael any chance you could shed some light on this or point us to the right person who has this info before i re invent the wheel what tool did your team use to prep and analyze the data excel powerbi where are the files with the raw data stored i d like to post them to github charise
0
416,767
12,151,366,053
IssuesEvent
2020-04-24 19:48:55
google/gvisor
https://api.github.com/repos/google/gvisor
opened
runsc do leaks TAP device when killed
area: networking area: usability priority: p2 type: bug
```bash $ ls /sys/class/net docker0 enp0s31f6 lo $ sudo bazel-bin/runsc/linux_amd64_pure_stripped/runsc do -ip 192.168.1.1 ls ... $ ls /sys/class/net docker0 enp0s31f6 lo $ sudo bazel-bin/runsc/linux_amd64_pure_stripped/runsc do -ip 192.168.1.1 sleep 60 ^C $ ls /sys/class/net docker0 enp0s31f6 lo vp-runsc-158182 ``` A run that completes successfully cleans up after itself, one killed with ^C doesn't.
1.0
runsc do leaks TAP device when killed - ```bash $ ls /sys/class/net docker0 enp0s31f6 lo $ sudo bazel-bin/runsc/linux_amd64_pure_stripped/runsc do -ip 192.168.1.1 ls ... $ ls /sys/class/net docker0 enp0s31f6 lo $ sudo bazel-bin/runsc/linux_amd64_pure_stripped/runsc do -ip 192.168.1.1 sleep 60 ^C $ ls /sys/class/net docker0 enp0s31f6 lo vp-runsc-158182 ``` A run that completes successfully cleans up after itself, one killed with ^C doesn't.
non_defect
runsc do leaks tap device when killed bash ls sys class net lo sudo bazel bin runsc linux pure stripped runsc do ip ls ls sys class net lo sudo bazel bin runsc linux pure stripped runsc do ip sleep c ls sys class net lo vp runsc a run that completes successfully cleans up after itself one killed with c doesn t
0
375,511
11,104,675,539
IssuesEvent
2019-12-17 08:11:46
wso2/ballerina-message-broker
https://api.github.com/repos/wso2/ballerina-message-broker
closed
Introduce database setup guide for MS SQL and Oracle
Complexity/Novice Priority/High Severity/Major Type/Docs
**Description:** Database setup instructions for MS SQL and Oracle need to be introduced in the [database-setup-guide.md](https://github.com/wso2/message-broker/blob/master/docs/user/database-setup-guide.md) **Related Issues:** #205
1.0
Introduce database setup guide for MS SQL and Oracle - **Description:** Database setup instructions for MS SQL and Oracle need to be introduced in the [database-setup-guide.md](https://github.com/wso2/message-broker/blob/master/docs/user/database-setup-guide.md) **Related Issues:** #205
non_defect
introduce database setup guide for ms sql and oracle description database setup instructions for ms sql and oracle need to be introduced in the related issues
0
23,593
3,851,864,205
IssuesEvent
2016-04-06 05:27:15
GPF/imame4all
https://api.github.com/repos/GPF/imame4all
closed
Buttons not hiding when using iCade
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? Hi! I'm using iCade with my iPad on newest MAME4iOS 1.6 with newest iOS 1.7.2. My problem is when I'm using it in a portait mode the buttons won't disappear. When i shift into portait everything is fine but when trying to play PuckMan it's quite annoying. Please provide me some help :/ ``` Original issue reported on code.google.com by `melvin...@gmail.com` on 12 Jul 2014 at 1:47
1.0
Buttons not hiding when using iCade - ``` What steps will reproduce the problem? Hi! I'm using iCade with my iPad on newest MAME4iOS 1.6 with newest iOS 1.7.2. My problem is when I'm using it in a portait mode the buttons won't disappear. When i shift into portait everything is fine but when trying to play PuckMan it's quite annoying. Please provide me some help :/ ``` Original issue reported on code.google.com by `melvin...@gmail.com` on 12 Jul 2014 at 1:47
defect
buttons not hiding when using icade what steps will reproduce the problem hi i m using icade with my ipad on newest with newest ios my problem is when i m using it in a portait mode the buttons won t disappear when i shift into portait everything is fine but when trying to play puckman it s quite annoying please provide me some help original issue reported on code google com by melvin gmail com on jul at
1
162,335
13,886,544,696
IssuesEvent
2020-10-19 01:05:11
TYPO3-Documentation/tea
https://api.github.com/repos/TYPO3-Documentation/tea
opened
Security - Additional Security Considerations
documentation
e.g. Content Security Policy, and Excludes to keep TYPO3 running
1.0
Security - Additional Security Considerations - e.g. Content Security Policy, and Excludes to keep TYPO3 running
non_defect
security additional security considerations e g content security policy and excludes to keep running
0
51,617
13,207,537,171
IssuesEvent
2020-08-14 23:29:55
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
opened
CMake libarchive detection gives false positive (Trac #709)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/709">https://code.icecube.wisc.edu/projects/icecube/ticket/709</a>, reported by cweaverand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2013-05-01T18:29:02", "_ts": "1367432942000000", "description": "On a system where libarchive exists (as a library) but has no headers (and thus is not usable), but on which liblzma is fully installed (i.e. a Mac OS 10.8 system with lzma added by the user) cmake will believe that it has found a useable copy of libarchive, but the build will later fail because archive.h doe not actually exist. This seems to happen because cmake/tools/libarchive.cmake the find_path call to search for lzma.h uses the LIBARCHIVE_INCLUDE_DIR variable. ", "reporter": "cweaver", "cc": "", "resolution": "fixed", "time": "2013-04-29T19:09:06", "component": "cmake", "summary": "CMake libarchive detection gives false positive", "priority": "normal", "keywords": "libarchive", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
1.0
CMake libarchive detection gives false positive (Trac #709) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/709">https://code.icecube.wisc.edu/projects/icecube/ticket/709</a>, reported by cweaverand owned by nega</em></summary> <p> ```json { "status": "closed", "changetime": "2013-05-01T18:29:02", "_ts": "1367432942000000", "description": "On a system where libarchive exists (as a library) but has no headers (and thus is not usable), but on which liblzma is fully installed (i.e. a Mac OS 10.8 system with lzma added by the user) cmake will believe that it has found a useable copy of libarchive, but the build will later fail because archive.h doe not actually exist. This seems to happen because cmake/tools/libarchive.cmake the find_path call to search for lzma.h uses the LIBARCHIVE_INCLUDE_DIR variable. ", "reporter": "cweaver", "cc": "", "resolution": "fixed", "time": "2013-04-29T19:09:06", "component": "cmake", "summary": "CMake libarchive detection gives false positive", "priority": "normal", "keywords": "libarchive", "milestone": "", "owner": "nega", "type": "defect" } ``` </p> </details>
defect
cmake libarchive detection gives false positive trac migrated from json status closed changetime ts description on a system where libarchive exists as a library but has no headers and thus is not usable but on which liblzma is fully installed i e a mac os system with lzma added by the user cmake will believe that it has found a useable copy of libarchive but the build will later fail because archive h doe not actually exist this seems to happen because cmake tools libarchive cmake the find path call to search for lzma h uses the libarchive include dir variable reporter cweaver cc resolution fixed time component cmake summary cmake libarchive detection gives false positive priority normal keywords libarchive milestone owner nega type defect
1
213,678
24,016,297,265
IssuesEvent
2022-09-15 01:15:53
ignatandrei/SimpleBookRental
https://api.github.com/repos/ignatandrei/SimpleBookRental
opened
WS-2019-0425 (Medium) detected in mocha-1.8.1.js
security vulnerability
## WS-2019-0425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mocha-1.8.1.js</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/mocha/1.8.1/mocha.js">https://cdnjs.cloudflare.com/ajax/libs/mocha/1.8.1/mocha.js</a></p> <p>Path to dependency file: /src/WebDashboard/book-dashboard/node_modules/component-indexof/test/index.html</p> <p>Path to vulnerable library: /src/WebDashboard/book-dashboard/node_modules/component-indexof/test/mocha.js</p> <p> Dependency Hierarchy: - :x: **mocha-1.8.1.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Mocha is vulnerable to ReDoS attack. If the stack trace in utils.js begins with a large error message, and full-trace is not enabled, utils.stackTraceFilter() will take exponential run time. <p>Publish Date: 2019-01-24 <p>URL: <a href=https://github.com/mochajs/mocha/commit/1a43d8b11a64e4e85fe2a61aed91c259bbbac559>WS-2019-0425</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>Release Date: 2019-01-24</p> <p>Fix Resolution: v6.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0425 (Medium) detected in mocha-1.8.1.js - ## WS-2019-0425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mocha-1.8.1.js</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/mocha/1.8.1/mocha.js">https://cdnjs.cloudflare.com/ajax/libs/mocha/1.8.1/mocha.js</a></p> <p>Path to dependency file: /src/WebDashboard/book-dashboard/node_modules/component-indexof/test/index.html</p> <p>Path to vulnerable library: /src/WebDashboard/book-dashboard/node_modules/component-indexof/test/mocha.js</p> <p> Dependency Hierarchy: - :x: **mocha-1.8.1.js** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Mocha is vulnerable to ReDoS attack. If the stack trace in utils.js begins with a large error message, and full-trace is not enabled, utils.stackTraceFilter() will take exponential run time. <p>Publish Date: 2019-01-24 <p>URL: <a href=https://github.com/mochajs/mocha/commit/1a43d8b11a64e4e85fe2a61aed91c259bbbac559>WS-2019-0425</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>Release Date: 2019-01-24</p> <p>Fix Resolution: v6.0.0</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
ws medium detected in mocha js ws medium severity vulnerability vulnerable library mocha js simple flexible fun test framework library home page a href path to dependency file src webdashboard book dashboard node modules component indexof test index html path to vulnerable library src webdashboard book dashboard node modules component indexof test mocha js dependency hierarchy x mocha js vulnerable library vulnerability details mocha is vulnerable to redos attack if the stack trace in utils js begins with a large error message and full trace is not enabled utils stacktracefilter will take exponential run time 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 release date fix resolution step up your open source security game with mend
0
41,046
10,272,143,039
IssuesEvent
2019-08-23 15:41:27
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
Spinner: attribute decimalPlaces not effective if the value is initially null.
defect
## 1) Environment - PrimeFaces version: 7.0, 7.1-SNAPSHOT and probably earlier ## 2) Expected behavior When setting the decimalPlaces attribute to 3, I'd expect being able to input 3 decimal places into the spinner. This should not depend on the component initial value (the value received from ValueExpression when rendered) ## 3) Actual behavior If the initial value is null, decimalPlaces="3" does not take effect and I'm unalbe to input decimal places at all. If the inital value is not null, it works as expected. ## 4) Steps to reproduce In example below, the first spinner doesn't allow decimal, the second does. ## 5) Sample XHTML ``` <h:form> <p:spinner value="#{myBean.dblVal}" decimalPlaces="3"/> <p:spinner value="#{myBean.dblVal2}" decimalPlaces="3"/> </h:form> ``` ## 6) Sample bean ``` @Named public class MyBean implements Serializable { private Double dblVal; private Double dblVal2 = 25.; // getter and setter } ``` ## 7) Looking into it In spinner.js, [this line of code](https://github.com/primefaces/primefaces/commit/d3abd728d89a967a6bbb6793e4b2900c4a020705#diff-79a7d2ebb6077041b69b516c990a58c8R15) depends on a nun null value being present: ``` if(this.input.val().indexOf('.') > 0 && this.cfg.decimalPlaces) { this.cfg.precision = this.cfg.decimalPlaces; } ``` I'm not sure why it requires an initial value to contain a dot in order to take the configured decimalPlaces attribute.
1.0
Spinner: attribute decimalPlaces not effective if the value is initially null. - ## 1) Environment - PrimeFaces version: 7.0, 7.1-SNAPSHOT and probably earlier ## 2) Expected behavior When setting the decimalPlaces attribute to 3, I'd expect being able to input 3 decimal places into the spinner. This should not depend on the component initial value (the value received from ValueExpression when rendered) ## 3) Actual behavior If the initial value is null, decimalPlaces="3" does not take effect and I'm unalbe to input decimal places at all. If the inital value is not null, it works as expected. ## 4) Steps to reproduce In example below, the first spinner doesn't allow decimal, the second does. ## 5) Sample XHTML ``` <h:form> <p:spinner value="#{myBean.dblVal}" decimalPlaces="3"/> <p:spinner value="#{myBean.dblVal2}" decimalPlaces="3"/> </h:form> ``` ## 6) Sample bean ``` @Named public class MyBean implements Serializable { private Double dblVal; private Double dblVal2 = 25.; // getter and setter } ``` ## 7) Looking into it In spinner.js, [this line of code](https://github.com/primefaces/primefaces/commit/d3abd728d89a967a6bbb6793e4b2900c4a020705#diff-79a7d2ebb6077041b69b516c990a58c8R15) depends on a nun null value being present: ``` if(this.input.val().indexOf('.') > 0 && this.cfg.decimalPlaces) { this.cfg.precision = this.cfg.decimalPlaces; } ``` I'm not sure why it requires an initial value to contain a dot in order to take the configured decimalPlaces attribute.
defect
spinner attribute decimalplaces not effective if the value is initially null environment primefaces version snapshot and probably earlier expected behavior when setting the decimalplaces attribute to i d expect being able to input decimal places into the spinner this should not depend on the component initial value the value received from valueexpression when rendered actual behavior if the initial value is null decimalplaces does not take effect and i m unalbe to input decimal places at all if the inital value is not null it works as expected steps to reproduce in example below the first spinner doesn t allow decimal the second does sample xhtml sample bean named public class mybean implements serializable private double dblval private double getter and setter looking into it in spinner js depends on a nun null value being present if this input val indexof this cfg decimalplaces this cfg precision this cfg decimalplaces i m not sure why it requires an initial value to contain a dot in order to take the configured decimalplaces attribute
1
80,653
30,464,642,053
IssuesEvent
2023-07-17 09:29:50
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Flaky Jest test - `SendWysiwygComposer-test.tsx`
T-Defect S-Minor A-Developer-Experience O-Occasional Z-Flaky-Test
### Steps to reproduce 1. Check https://github.com/matrix-org/matrix-react-sdk/actions/runs/4955472391/jobs/8864904887?pr=10877 2. Run `SendWysiwygComposer-test.tsx` locally ### Outcome #### What did you expect? The test should pass on GitHub Action. #### What happened instead? The test passed locally but not on GitHub Action. ### Operating system _No response_ ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? No
1.0
Flaky Jest test - `SendWysiwygComposer-test.tsx` - ### Steps to reproduce 1. Check https://github.com/matrix-org/matrix-react-sdk/actions/runs/4955472391/jobs/8864904887?pr=10877 2. Run `SendWysiwygComposer-test.tsx` locally ### Outcome #### What did you expect? The test should pass on GitHub Action. #### What happened instead? The test passed locally but not on GitHub Action. ### Operating system _No response_ ### Application version _No response_ ### How did you install the app? _No response_ ### Homeserver _No response_ ### Will you send logs? No
defect
flaky jest test sendwysiwygcomposer test tsx steps to reproduce check run sendwysiwygcomposer test tsx locally outcome what did you expect the test should pass on github action what happened instead the test passed locally but not on github action operating system no response application version no response how did you install the app no response homeserver no response will you send logs no
1
179,120
13,823,769,412
IssuesEvent
2020-10-13 07:31:32
Exiv2/exiv2
https://api.github.com/repos/Exiv2/exiv2
closed
Update testsuite to read and write metadata of PSD files
testing
Derived from #1260: Update the testsuite to read and write metadata of PSD files.
1.0
Update testsuite to read and write metadata of PSD files - Derived from #1260: Update the testsuite to read and write metadata of PSD files.
non_defect
update testsuite to read and write metadata of psd files derived from update the testsuite to read and write metadata of psd files
0
149,629
13,285,211,029
IssuesEvent
2020-08-24 07:44:04
processing/p5.js
https://api.github.com/repos/processing/p5.js
closed
document: no new features except those that increase access
area:documentation enhancement
At our most recent [contributors conference](https://p5js.org/community/contributors-conference-2019.html), we made a commitment to not add any new features *except* those that increase access (meaning, inclusion and/or accessibility). This was intended not to shut down contributions, but to open up more conversations about what access means, and how we can continue to prioritize it. It would be great to get a write up / explanation of this in this repo so we can understand and apply it more easily. I think @outofambit wrote some text around this already we could start with. The doc could live in the `contributor_docs` section.
1.0
document: no new features except those that increase access - At our most recent [contributors conference](https://p5js.org/community/contributors-conference-2019.html), we made a commitment to not add any new features *except* those that increase access (meaning, inclusion and/or accessibility). This was intended not to shut down contributions, but to open up more conversations about what access means, and how we can continue to prioritize it. It would be great to get a write up / explanation of this in this repo so we can understand and apply it more easily. I think @outofambit wrote some text around this already we could start with. The doc could live in the `contributor_docs` section.
non_defect
document no new features except those that increase access at our most recent we made a commitment to not add any new features except those that increase access meaning inclusion and or accessibility this was intended not to shut down contributions but to open up more conversations about what access means and how we can continue to prioritize it it would be great to get a write up explanation of this in this repo so we can understand and apply it more easily i think outofambit wrote some text around this already we could start with the doc could live in the contributor docs section
0
338,735
30,317,721,118
IssuesEvent
2023-07-10 16:45:28
microsoft/playwright
https://api.github.com/repos/microsoft/playwright
closed
[BUG] Empty test result folders created when using toHaveScreenshot
feature-test-runner v1.36
**Context:** - Playwright Version: 1.23.2 - Operating System: Linux, Mac <!-- CLI to auto-capture this info --> <!-- npx envinfo --preset playwright --markdown --> **Code Snippet** ```javascript await expect(page).toHaveScreenshot(…) ``` **Describe the bug** When using `toHaveScreenshot`, Playwright creates an empty directory for the test under `test-results`, even if the test succeeds. The cause is probably this line: https://github.com/microsoft/playwright/blob/main/packages/playwright-test/src/testInfo.ts#L240 ```typescript outputPath(...pathSegments: string[]){ fs.mkdirSync(this.outputDir, { recursive: true }); ``` `SnapshotHelper.constructor` calls `outputPath`: https://github.com/microsoft/playwright/blob/main/packages/playwright-test/src/matchers/toMatchSnapshot.ts#L129 ```typescript const inputFile = testInfo.outputPath(...inputPathSegments); ``` See also: https://en.wikipedia.org/wiki/Command%E2%80%93query_separation
1.0
[BUG] Empty test result folders created when using toHaveScreenshot - **Context:** - Playwright Version: 1.23.2 - Operating System: Linux, Mac <!-- CLI to auto-capture this info --> <!-- npx envinfo --preset playwright --markdown --> **Code Snippet** ```javascript await expect(page).toHaveScreenshot(…) ``` **Describe the bug** When using `toHaveScreenshot`, Playwright creates an empty directory for the test under `test-results`, even if the test succeeds. The cause is probably this line: https://github.com/microsoft/playwright/blob/main/packages/playwright-test/src/testInfo.ts#L240 ```typescript outputPath(...pathSegments: string[]){ fs.mkdirSync(this.outputDir, { recursive: true }); ``` `SnapshotHelper.constructor` calls `outputPath`: https://github.com/microsoft/playwright/blob/main/packages/playwright-test/src/matchers/toMatchSnapshot.ts#L129 ```typescript const inputFile = testInfo.outputPath(...inputPathSegments); ``` See also: https://en.wikipedia.org/wiki/Command%E2%80%93query_separation
non_defect
empty test result folders created when using tohavescreenshot context playwright version operating system linux mac code snippet javascript await expect page tohavescreenshot … describe the bug when using tohavescreenshot playwright creates an empty directory for the test under test results even if the test succeeds the cause is probably this line typescript outputpath pathsegments string fs mkdirsync this outputdir recursive true snapshothelper constructor calls outputpath typescript const inputfile testinfo outputpath inputpathsegments see also
0
781,739
27,447,479,820
IssuesEvent
2023-03-02 15:11:31
decline-cookies/anvil-unity-dots
https://api.github.com/repos/decline-cookies/anvil-unity-dots
opened
`AbstractDataSystem` - Prevent from existing in `PlayerLoop`
effort-high priority-medium type-feature
By their nature `AbstractDataSystem`s do not update but they currently appear in the player loop. This is misleading and can result in developers positioning their systems relative to `AbstractDataSystem`s in the player loop when they really shouldn't. Ideally we prevent these systems from ever being added to a group or player loop. If that's not feasible then a data system should remove itself from the player loop at first opportunity. We should also assert against other system's positioning themselves against this system in some way.
1.0
`AbstractDataSystem` - Prevent from existing in `PlayerLoop` - By their nature `AbstractDataSystem`s do not update but they currently appear in the player loop. This is misleading and can result in developers positioning their systems relative to `AbstractDataSystem`s in the player loop when they really shouldn't. Ideally we prevent these systems from ever being added to a group or player loop. If that's not feasible then a data system should remove itself from the player loop at first opportunity. We should also assert against other system's positioning themselves against this system in some way.
non_defect
abstractdatasystem prevent from existing in playerloop by their nature abstractdatasystem s do not update but they currently appear in the player loop this is misleading and can result in developers positioning their systems relative to abstractdatasystem s in the player loop when they really shouldn t ideally we prevent these systems from ever being added to a group or player loop if that s not feasible then a data system should remove itself from the player loop at first opportunity we should also assert against other system s positioning themselves against this system in some way
0
139,246
18,849,674,512
IssuesEvent
2021-11-11 19:06:01
RG4421/multi-juicer
https://api.github.com/repos/RG4421/multi-juicer
opened
CVE-2021-33587 (High) detected in css-what-3.4.2.tgz
security vulnerability
## CVE-2021-33587 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>css-what-3.4.2.tgz</b></p></summary> <p>a CSS selector parser</p> <p>Library home page: <a href="https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz">https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz</a></p> <p>Path to dependency file: multi-juicer/juice-balancer/ui/package.json</p> <p>Path to vulnerable library: multi-juicer/juice-balancer/ui/node_modules/css-what/package.json</p> <p> Dependency Hierarchy: - react-scripts-4.0.3.tgz (Root Library) - webpack-5.5.0.tgz - plugin-svgo-5.5.0.tgz - svgo-1.3.2.tgz - css-select-2.1.0.tgz - :x: **css-what-3.4.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/RG4421/multi-juicer/commit/8576a853ef65531c776b5ea4aac618580e1b0354">8576a853ef65531c776b5ea4aac618580e1b0354</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The css-what package 4.0.0 through 5.0.0 for Node.js does not ensure that attribute parsing has Linear Time Complexity relative to the size of the input. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33587>CVE-2021-33587</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.5</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: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33587">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33587</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: css-what - 5.0.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"css-what","packageVersion":"3.4.2","packageFilePaths":["/juice-balancer/ui/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-scripts:4.0.3;@svgr/webpack:5.5.0;@svgr/plugin-svgo:5.5.0;svgo:1.3.2;css-select:2.1.0;css-what:3.4.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"css-what - 5.0.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-33587","vulnerabilityDetails":"The css-what package 4.0.0 through 5.0.0 for Node.js does not ensure that attribute parsing has Linear Time Complexity relative to the size of the input.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33587","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-33587 (High) detected in css-what-3.4.2.tgz - ## CVE-2021-33587 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>css-what-3.4.2.tgz</b></p></summary> <p>a CSS selector parser</p> <p>Library home page: <a href="https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz">https://registry.npmjs.org/css-what/-/css-what-3.4.2.tgz</a></p> <p>Path to dependency file: multi-juicer/juice-balancer/ui/package.json</p> <p>Path to vulnerable library: multi-juicer/juice-balancer/ui/node_modules/css-what/package.json</p> <p> Dependency Hierarchy: - react-scripts-4.0.3.tgz (Root Library) - webpack-5.5.0.tgz - plugin-svgo-5.5.0.tgz - svgo-1.3.2.tgz - css-select-2.1.0.tgz - :x: **css-what-3.4.2.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/RG4421/multi-juicer/commit/8576a853ef65531c776b5ea4aac618580e1b0354">8576a853ef65531c776b5ea4aac618580e1b0354</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The css-what package 4.0.0 through 5.0.0 for Node.js does not ensure that attribute parsing has Linear Time Complexity relative to the size of the input. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33587>CVE-2021-33587</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.5</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: 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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33587">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33587</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution: css-what - 5.0.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"css-what","packageVersion":"3.4.2","packageFilePaths":["/juice-balancer/ui/package.json"],"isTransitiveDependency":true,"dependencyTree":"react-scripts:4.0.3;@svgr/webpack:5.5.0;@svgr/plugin-svgo:5.5.0;svgo:1.3.2;css-select:2.1.0;css-what:3.4.2","isMinimumFixVersionAvailable":true,"minimumFixVersion":"css-what - 5.0.1"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2021-33587","vulnerabilityDetails":"The css-what package 4.0.0 through 5.0.0 for Node.js does not ensure that attribute parsing has Linear Time Complexity relative to the size of the input.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33587","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in css what tgz cve high severity vulnerability vulnerable library css what tgz a css selector parser library home page a href path to dependency file multi juicer juice balancer ui package json path to vulnerable library multi juicer juice balancer ui node modules css what package json dependency hierarchy react scripts tgz root library webpack tgz plugin svgo tgz svgo tgz css select tgz x css what tgz vulnerable library found in head commit a href found in base branch master vulnerability details the css what package through for node js does not ensure that attribute parsing has linear time complexity relative to the size of the input 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 high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution css what isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree react scripts svgr webpack svgr plugin svgo svgo css select css what isminimumfixversionavailable true minimumfixversion css what basebranches vulnerabilityidentifier cve vulnerabilitydetails the css what package through for node js does not ensure that attribute parsing has linear time complexity relative to the size of the input vulnerabilityurl
0
53,773
13,262,265,567
IssuesEvent
2020-08-20 21:25:36
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
[steamshovel] loading matplotlib artists from saved session segfaults (Trac #2048)
Migrated from Trac combo core defect
With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug. Steps to reproduce: 1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3` 2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData. 3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2048">https://code.icecube.wisc.edu/projects/icecube/ticket/2048</a>, reported by jvansantenand owned by sander.vanheule</em></summary> <p> ```json { "status": "closed", "changetime": "2017-07-03T09:30:50", "_ts": "1499074250139553", "description": "With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug.\n\nSteps to reproduce:\n1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3`\n2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData.\n3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown. ", "reporter": "jvansanten", "cc": "", "resolution": "fixed", "time": "2017-06-30T13:23:13", "component": "combo core", "summary": "[steamshovel] loading matplotlib artists from saved session segfaults", "priority": "normal", "keywords": "", "milestone": "", "owner": "sander.vanheule", "type": "defect" } ``` </p> </details>
1.0
[steamshovel] loading matplotlib artists from saved session segfaults (Trac #2048) - With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug. Steps to reproduce: 1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3` 2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData. 3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/2048">https://code.icecube.wisc.edu/projects/icecube/ticket/2048</a>, reported by jvansantenand owned by sander.vanheule</em></summary> <p> ```json { "status": "closed", "changetime": "2017-07-03T09:30:50", "_ts": "1499074250139553", "description": "With Qt 5.9.0 on OS X Sierra, steamshovel segfaults on startup if there were any matplotlib artists in the saved session state, as rendering these attempts to call QGLWidget::bindTexture() before the GL context is fully initialized. Delaying session loading until the main window is shown (as in the attached patch) works around this behavior. I'm not sure if this is a Qt bug or OS X bug.\n\nSteps to reproduce:\n1. Start a new steamshovel session with `steamshovel --reset GCD.i3 data.i3`\n2. Add Geometry and Waveform artists. Bind the Waveform artist to !InIceRawData.\n3. Quit steamshovel and start again with `steamshovel GCD.i3 data.i3`. It will segfault before the main window is shown. ", "reporter": "jvansanten", "cc": "", "resolution": "fixed", "time": "2017-06-30T13:23:13", "component": "combo core", "summary": "[steamshovel] loading matplotlib artists from saved session segfaults", "priority": "normal", "keywords": "", "milestone": "", "owner": "sander.vanheule", "type": "defect" } ``` </p> </details>
defect
loading matplotlib artists from saved session segfaults trac with qt on os x sierra steamshovel segfaults on startup if there were any matplotlib artists in the saved session state as rendering these attempts to call qglwidget bindtexture before the gl context is fully initialized delaying session loading until the main window is shown as in the attached patch works around this behavior i m not sure if this is a qt bug or os x bug steps to reproduce start a new steamshovel session with steamshovel reset gcd data add geometry and waveform artists bind the waveform artist to inicerawdata quit steamshovel and start again with steamshovel gcd data it will segfault before the main window is shown migrated from json status closed changetime ts description with qt on os x sierra steamshovel segfaults on startup if there were any matplotlib artists in the saved session state as rendering these attempts to call qglwidget bindtexture before the gl context is fully initialized delaying session loading until the main window is shown as in the attached patch works around this behavior i m not sure if this is a qt bug or os x bug n nsteps to reproduce start a new steamshovel session with steamshovel reset gcd data add geometry and waveform artists bind the waveform artist to inicerawdata quit steamshovel and start again with steamshovel gcd data it will segfault before the main window is shown reporter jvansanten cc resolution fixed time component combo core summary loading matplotlib artists from saved session segfaults priority normal keywords milestone owner sander vanheule type defect
1
22,728
6,288,801,171
IssuesEvent
2017-07-19 17:47:59
dotnet/coreclr
https://api.github.com/repos/dotnet/coreclr
opened
[ARM32][LEGACY_BACKEND][JitStressRegs=1] Some tests exhibit unspecified failures
arch-arm32 area-CodeGen bug
- collect.cmd_2901 - doublinkstay.cmd_8470 - getgeneration.cmd_956 - GitHub_11408.cmd_4217 - leakwheel.cmd_8208 - scenario.cmd_1864 - verify01_small.cmd_3633 Note that some of these are covered by #12918.
1.0
[ARM32][LEGACY_BACKEND][JitStressRegs=1] Some tests exhibit unspecified failures - - collect.cmd_2901 - doublinkstay.cmd_8470 - getgeneration.cmd_956 - GitHub_11408.cmd_4217 - leakwheel.cmd_8208 - scenario.cmd_1864 - verify01_small.cmd_3633 Note that some of these are covered by #12918.
non_defect
some tests exhibit unspecified failures collect cmd doublinkstay cmd getgeneration cmd github cmd leakwheel cmd scenario cmd small cmd note that some of these are covered by
0
45,851
11,742,224,250
IssuesEvent
2020-03-12 00:02:07
grpc/grpc
https://api.github.com/repos/grpc/grpc
closed
Undefined reference to grpc_server_add_secure_http2_port
area/build disposition/requires reporter action kind/question lang/c++ priority/P2
### What version of gRPC and what language are you using? 1.25.0-dev, in C++ ### What operating system (Linux, Windows,...) and version? Linux ubuntu 16.04 (kernel version : 4.15.0-65-generic) ### What runtime / compiler are you using (e.g. python version or version of gcc) gcc version 5.4.0 ### What did you do? I tried to create a secure server based on the code provided by [this issue (#9593)](https://github.com/grpc/grpc/issues/9593). ### What did you expect to see? I expected my program to compile. ### What did you see instead? I got an linking error : ``` /usr/local/lib/libgrpc++.a(secure_server_credentials.o): In function `grpc_impl::SecureServerCredentials::AddPortToServer(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, grpc_server*)': (.text+0xe): undefined reference to `grpc_server_add_secure_http2_port' ``` After investigating I saw that the only references (in the install directory) to this function are in both ```libgrpc.a``` and ```libgrpc++.a``` as well as in the ```grpc_security.h``` file. Both of these libraries are linked to my source code. Here is the output of ```grep -rn "grpc_server_add_secure_http2_port"``` in the directory grcp/src : ``` objective-c/tests/CronetTests/CoreCronetEnd2EndTests.mm:99: GPR_ASSERT(grpc_server_add_secure_http2_port(f->server, ffd->localaddr.get(), server_creds)); php/ext/grpc/server.c:189: RETURN_LONG(grpc_server_add_secure_http2_port(server->wrapped, addr, ruby/ext/grpc/rb_grpc_imports.generated.h:416:typedef int(*grpc_server_add_secure_http2_port_type)(grpc_server* server, const char* addr, grpc_server_credentials* creds); ruby/ext/grpc/rb_grpc_imports.generated.h:417:extern grpc_server_add_secure_http2_port_type grpc_server_add_secure_http2_port_import; ruby/ext/grpc/rb_grpc_imports.generated.h:418:#define grpc_server_add_secure_http2_port grpc_server_add_secure_http2_port_import ruby/ext/grpc/rb_grpc_imports.generated.c:149:grpc_server_add_secure_http2_port_type grpc_server_add_secure_http2_port_import; ruby/ext/grpc/rb_grpc_imports.generated.c:422: grpc_server_add_secure_http2_port_import = (grpc_server_add_secure_http2_port_type) GetProcAddress(library, "grpc_server_add_secure_http2_port"); ruby/ext/grpc/rb_server.c:330: recvd_port = grpc_server_add_secure_http2_port( core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc:40:int grpc_server_add_secure_http2_port(grpc_server* server, const char* addr, core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc:48: "grpc_server_add_secure_http2_port(" python/grpcio/grpc/_cython/_cygrpc/grpc.pxi:534: int grpc_server_add_secure_http2_port(grpc_server *server, const char *addr, python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi:84: result = grpc_server_add_secure_http2_port( csharp/ext/grpc_csharp_ext.c:1086: return grpc_server_add_secure_http2_port(server, addr, creds); cpp/server/secure_server_credentials.cc:102: return grpc_server_add_secure_http2_port(server, addr.c_str(), creds_); ``` Does this function lack an implementation ? ### Anything else we should know about your project / environment? I added the grpc repository as a submodule of my project. I built it with the default ```make``` command and installed it with a ```check install``` in the default install directory that is /usr/local/.
1.0
Undefined reference to grpc_server_add_secure_http2_port - ### What version of gRPC and what language are you using? 1.25.0-dev, in C++ ### What operating system (Linux, Windows,...) and version? Linux ubuntu 16.04 (kernel version : 4.15.0-65-generic) ### What runtime / compiler are you using (e.g. python version or version of gcc) gcc version 5.4.0 ### What did you do? I tried to create a secure server based on the code provided by [this issue (#9593)](https://github.com/grpc/grpc/issues/9593). ### What did you expect to see? I expected my program to compile. ### What did you see instead? I got an linking error : ``` /usr/local/lib/libgrpc++.a(secure_server_credentials.o): In function `grpc_impl::SecureServerCredentials::AddPortToServer(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, grpc_server*)': (.text+0xe): undefined reference to `grpc_server_add_secure_http2_port' ``` After investigating I saw that the only references (in the install directory) to this function are in both ```libgrpc.a``` and ```libgrpc++.a``` as well as in the ```grpc_security.h``` file. Both of these libraries are linked to my source code. Here is the output of ```grep -rn "grpc_server_add_secure_http2_port"``` in the directory grcp/src : ``` objective-c/tests/CronetTests/CoreCronetEnd2EndTests.mm:99: GPR_ASSERT(grpc_server_add_secure_http2_port(f->server, ffd->localaddr.get(), server_creds)); php/ext/grpc/server.c:189: RETURN_LONG(grpc_server_add_secure_http2_port(server->wrapped, addr, ruby/ext/grpc/rb_grpc_imports.generated.h:416:typedef int(*grpc_server_add_secure_http2_port_type)(grpc_server* server, const char* addr, grpc_server_credentials* creds); ruby/ext/grpc/rb_grpc_imports.generated.h:417:extern grpc_server_add_secure_http2_port_type grpc_server_add_secure_http2_port_import; ruby/ext/grpc/rb_grpc_imports.generated.h:418:#define grpc_server_add_secure_http2_port grpc_server_add_secure_http2_port_import ruby/ext/grpc/rb_grpc_imports.generated.c:149:grpc_server_add_secure_http2_port_type grpc_server_add_secure_http2_port_import; ruby/ext/grpc/rb_grpc_imports.generated.c:422: grpc_server_add_secure_http2_port_import = (grpc_server_add_secure_http2_port_type) GetProcAddress(library, "grpc_server_add_secure_http2_port"); ruby/ext/grpc/rb_server.c:330: recvd_port = grpc_server_add_secure_http2_port( core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc:40:int grpc_server_add_secure_http2_port(grpc_server* server, const char* addr, core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc:48: "grpc_server_add_secure_http2_port(" python/grpcio/grpc/_cython/_cygrpc/grpc.pxi:534: int grpc_server_add_secure_http2_port(grpc_server *server, const char *addr, python/grpcio/grpc/_cython/_cygrpc/server.pyx.pxi:84: result = grpc_server_add_secure_http2_port( csharp/ext/grpc_csharp_ext.c:1086: return grpc_server_add_secure_http2_port(server, addr, creds); cpp/server/secure_server_credentials.cc:102: return grpc_server_add_secure_http2_port(server, addr.c_str(), creds_); ``` Does this function lack an implementation ? ### Anything else we should know about your project / environment? I added the grpc repository as a submodule of my project. I built it with the default ```make``` command and installed it with a ```check install``` in the default install directory that is /usr/local/.
non_defect
undefined reference to grpc server add secure port what version of grpc and what language are you using dev in c what operating system linux windows and version linux ubuntu kernel version generic what runtime compiler are you using e g python version or version of gcc gcc version what did you do i tried to create a secure server based on the code provided by what did you expect to see i expected my program to compile what did you see instead i got an linking error usr local lib libgrpc a secure server credentials o in function grpc impl secureservercredentials addporttoserver std basic string std allocator const grpc server text undefined reference to grpc server add secure port after investigating i saw that the only references in the install directory to this function are in both libgrpc a and libgrpc a as well as in the grpc security h file both of these libraries are linked to my source code here is the output of grep rn grpc server add secure port in the directory grcp src objective c tests cronettests mm gpr assert grpc server add secure port f server ffd localaddr get server creds php ext grpc server c return long grpc server add secure port server wrapped addr ruby ext grpc rb grpc imports generated h typedef int grpc server add secure port type grpc server server const char addr grpc server credentials creds ruby ext grpc rb grpc imports generated h extern grpc server add secure port type grpc server add secure port import ruby ext grpc rb grpc imports generated h define grpc server add secure port grpc server add secure port import ruby ext grpc rb grpc imports generated c grpc server add secure port type grpc server add secure port import ruby ext grpc rb grpc imports generated c grpc server add secure port import grpc server add secure port type getprocaddress library grpc server add secure port ruby ext grpc rb server c recvd port grpc server add secure port core ext transport server secure server secure cc int grpc server add secure port grpc server server const char addr core ext transport server secure server secure cc grpc server add secure port python grpcio grpc cython cygrpc grpc pxi int grpc server add secure port grpc server server const char addr python grpcio grpc cython cygrpc server pyx pxi result grpc server add secure port csharp ext grpc csharp ext c return grpc server add secure port server addr creds cpp server secure server credentials cc return grpc server add secure port server addr c str creds does this function lack an implementation anything else we should know about your project environment i added the grpc repository as a submodule of my project i built it with the default make command and installed it with a check install in the default install directory that is usr local
0
81,417
30,839,936,719
IssuesEvent
2023-08-02 09:57:20
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Deep links doesn't seem to work
T-Defect
### Steps to reproduce As a follow up for https://github.com/vector-im/element-meta/issues/1946, I'm raising this issue here. ### Your use case #### What would you like to do? Provide an option to open a client (desktop, mobile) with prefilled server and, ideally, only a login option (without registration). I can make all that kind of customizations on web client easily, but for desktop & mobile I need clone, reproduce build, change things, which is all quite resource intense task. #### Why would you like to do it? To provide an option to easily log in to the server for non-tech savvy users. Something of the kind seems to be at [Matrix.org server](https://matrix.to/#/#element-web:matrix.org), but it doesn't work for a customer server. #### How would you like to achieve it? I tried: - element://vector/webapp/#/room/%23discuss%3Amyserver.com - element://vector/webapp/#/user/@nickname:myserver.com None of them works. Desktop doesn't pick it up on a fresh start (only if it was already started), but when I click login/register, it's back to matrix.org server. iOS app just ignores that altogether. So, having one working way to call the client with predefined server and, ideally, option to login (not register), via something like element://vector/webapp/#/room/%23discuss%3Amyserver.com?register=0 would be ideal. ### Have you considered any alternatives? Yes. I've tried to make a custom build (offered to [provide it back to Element](https://github.com/vector-im/element-meta/discussions/1806), but with no luck). ### Additional context That feels an important thing for self-hosted servers. ### Outcome #### What did you expect? I would expect iOS client to open with specified server; ideally - with sign-in option, but I understand, it's a feature. #### What happened instead? The client keeps opening on Matrix.org server. ### Your phone model Any ### Operating system version Any ### Application version Any ### Homeserver Any ### Will you send logs? Yes
1.0
Deep links doesn't seem to work - ### Steps to reproduce As a follow up for https://github.com/vector-im/element-meta/issues/1946, I'm raising this issue here. ### Your use case #### What would you like to do? Provide an option to open a client (desktop, mobile) with prefilled server and, ideally, only a login option (without registration). I can make all that kind of customizations on web client easily, but for desktop & mobile I need clone, reproduce build, change things, which is all quite resource intense task. #### Why would you like to do it? To provide an option to easily log in to the server for non-tech savvy users. Something of the kind seems to be at [Matrix.org server](https://matrix.to/#/#element-web:matrix.org), but it doesn't work for a customer server. #### How would you like to achieve it? I tried: - element://vector/webapp/#/room/%23discuss%3Amyserver.com - element://vector/webapp/#/user/@nickname:myserver.com None of them works. Desktop doesn't pick it up on a fresh start (only if it was already started), but when I click login/register, it's back to matrix.org server. iOS app just ignores that altogether. So, having one working way to call the client with predefined server and, ideally, option to login (not register), via something like element://vector/webapp/#/room/%23discuss%3Amyserver.com?register=0 would be ideal. ### Have you considered any alternatives? Yes. I've tried to make a custom build (offered to [provide it back to Element](https://github.com/vector-im/element-meta/discussions/1806), but with no luck). ### Additional context That feels an important thing for self-hosted servers. ### Outcome #### What did you expect? I would expect iOS client to open with specified server; ideally - with sign-in option, but I understand, it's a feature. #### What happened instead? The client keeps opening on Matrix.org server. ### Your phone model Any ### Operating system version Any ### Application version Any ### Homeserver Any ### Will you send logs? Yes
defect
deep links doesn t seem to work steps to reproduce as a follow up for i m raising this issue here your use case what would you like to do provide an option to open a client desktop mobile with prefilled server and ideally only a login option without registration i can make all that kind of customizations on web client easily but for desktop mobile i need clone reproduce build change things which is all quite resource intense task why would you like to do it to provide an option to easily log in to the server for non tech savvy users something of the kind seems to be at but it doesn t work for a customer server how would you like to achieve it i tried element vector webapp room com element vector webapp user nickname myserver com none of them works desktop doesn t pick it up on a fresh start only if it was already started but when i click login register it s back to matrix org server ios app just ignores that altogether so having one working way to call the client with predefined server and ideally option to login not register via something like element vector webapp room com register would be ideal have you considered any alternatives yes i ve tried to make a custom build offered to but with no luck additional context that feels an important thing for self hosted servers outcome what did you expect i would expect ios client to open with specified server ideally with sign in option but i understand it s a feature what happened instead the client keeps opening on matrix org server your phone model any operating system version any application version any homeserver any will you send logs yes
1
117,643
15,158,223,593
IssuesEvent
2021-02-12 00:37:19
CMSgov/CMCS-DSG-DSS-Oversight
https://api.github.com/repos/CMSgov/CMCS-DSG-DSS-Oversight
opened
do individual prep work before 2/22 service design engagement sync
MES Service Design
**Brief description of the task** the SD core team plans to meet on 2/22 to discuss how we will engage with and support oversight improvement efforts as they progress. This will help us determine whether we have bandwidth to own an initiative ourselves, vs. serve solely in a support/coordination role. We'll use our decisions from the 22nd to inform a communications package for relevant project teams. **In prep for the 2/22 meeting, each of us should individually:** - [ ] document what we have in mind in terms of we think this core team should interact with project teams, and how much bandwidth you personally have to contribute to that work (this could be via some bullet points in a doc, a sketch, or whatever works best for you) - [ ] share your individual work in the SD Teams channel by EOD Thursday, 2/18 so we have a chance to review what others put together before we meet on the 22nd
1.0
do individual prep work before 2/22 service design engagement sync - **Brief description of the task** the SD core team plans to meet on 2/22 to discuss how we will engage with and support oversight improvement efforts as they progress. This will help us determine whether we have bandwidth to own an initiative ourselves, vs. serve solely in a support/coordination role. We'll use our decisions from the 22nd to inform a communications package for relevant project teams. **In prep for the 2/22 meeting, each of us should individually:** - [ ] document what we have in mind in terms of we think this core team should interact with project teams, and how much bandwidth you personally have to contribute to that work (this could be via some bullet points in a doc, a sketch, or whatever works best for you) - [ ] share your individual work in the SD Teams channel by EOD Thursday, 2/18 so we have a chance to review what others put together before we meet on the 22nd
non_defect
do individual prep work before service design engagement sync brief description of the task the sd core team plans to meet on to discuss how we will engage with and support oversight improvement efforts as they progress this will help us determine whether we have bandwidth to own an initiative ourselves vs serve solely in a support coordination role we ll use our decisions from the to inform a communications package for relevant project teams in prep for the meeting each of us should individually document what we have in mind in terms of we think this core team should interact with project teams and how much bandwidth you personally have to contribute to that work this could be via some bullet points in a doc a sketch or whatever works best for you share your individual work in the sd teams channel by eod thursday so we have a chance to review what others put together before we meet on the
0
498,103
14,400,931,399
IssuesEvent
2020-12-03 13:04:11
jamiedavenport/nauth0
https://api.github.com/repos/jamiedavenport/nauth0
opened
CI
priority/high
Continuous Integration with CircleCI or Github Actions. Checks: - Linting - Formatting - Tests - Build
1.0
CI - Continuous Integration with CircleCI or Github Actions. Checks: - Linting - Formatting - Tests - Build
non_defect
ci continuous integration with circleci or github actions checks linting formatting tests build
0
217,696
24,348,936,448
IssuesEvent
2022-10-02 17:49:02
venkateshreddypala/AngOCR
https://api.github.com/repos/venkateshreddypala/AngOCR
closed
CVE-2020-15366 (Medium) detected in ajv-6.5.3.tgz - autoclosed
security vulnerability
## CVE-2020-15366 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-6.5.3.tgz</b></p></summary> <p>Another JSON Schema Validator</p> <p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz">https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz</a></p> <p>Path to dependency file: /AngOCR/ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/ajv/package.json</p> <p> Dependency Hierarchy: - cli-7.0.3.tgz (Root Library) - core-7.0.3.tgz - :x: **ajv-6.5.3.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</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.6</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: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-07-15</p> <p>Fix Resolution (ajv): 6.12.3</p> <p>Direct dependency fix Resolution (@angular/cli): 8.3.29</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-2020-15366 (Medium) detected in ajv-6.5.3.tgz - autoclosed - ## CVE-2020-15366 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-6.5.3.tgz</b></p></summary> <p>Another JSON Schema Validator</p> <p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz">https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz</a></p> <p>Path to dependency file: /AngOCR/ui/package.json</p> <p>Path to vulnerable library: /ui/node_modules/ajv/package.json</p> <p> Dependency Hierarchy: - cli-7.0.3.tgz (Root Library) - core-7.0.3.tgz - :x: **ajv-6.5.3.tgz** (Vulnerable Library) </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</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.6</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: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-07-15</p> <p>Fix Resolution (ajv): 6.12.3</p> <p>Direct dependency fix Resolution (@angular/cli): 8.3.29</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 ajv tgz autoclosed cve medium severity vulnerability vulnerable library ajv tgz another json schema validator library home page a href path to dependency file angocr ui package json path to vulnerable library ui node modules ajv package json dependency hierarchy cli tgz root library core tgz x ajv tgz vulnerable library vulnerability details an issue was discovered in ajv validate in ajv aka another json schema validator a carefully crafted json schema could be provided that allows execution of other code by prototype pollution while untrusted schemas are recommended against the worst case of an untrusted schema should be a denial of service not execution of code 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 low availability impact low for more information on scores click a href suggested fix type upgrade version release date fix resolution ajv direct dependency fix resolution angular cli step up your open source security game with mend
0
151,709
19,664,262,521
IssuesEvent
2022-01-10 20:30:00
sureng-ws-ibm/sg-nodegoat
https://api.github.com/repos/sureng-ws-ibm/sg-nodegoat
closed
WS-2018-0069 (High) detected in is-my-json-valid-2.15.0.tgz - autoclosed
security vulnerability
## WS-2018-0069 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-my-json-valid-2.15.0.tgz</b></p></summary> <p>A JSONSchema validator that uses code generation to be extremely fast</p> <p>Library home page: <a href="https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz">https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - npm-3.10.10.tgz - request-2.75.0.tgz - har-validator-2.0.6.tgz - :x: **is-my-json-valid-2.15.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/sureng-ws-ibm/sg-nodegoat/commit/188e122d80d495bec287ef3a4b998484fb9167b4">188e122d80d495bec287ef3a4b998484fb9167b4</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Version of is-my-json-valid before 1.4.1 or 2.17.2 are vulnerable to regular expression denial of service (ReDoS) via the email validation function. <p>Publish Date: 2018-02-14 <p>URL: <a href=https://github.com/mafintosh/is-my-json-valid/commit/b3051b277f7caa08cd2edc6f74f50aeda65d2976>WS-2018-0069</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.5</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: 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://nodesecurity.io/advisories/572">https://nodesecurity.io/advisories/572</a></p> <p>Release Date: 2018-02-14</p> <p>Fix Resolution: 1.4.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"is-my-json-valid","packageVersion":"2.15.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10;request:2.75.0;har-validator:2.0.6;is-my-json-valid:2.15.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.4.1","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2018-0069","vulnerabilityDetails":"Version of is-my-json-valid before 1.4.1 or 2.17.2 are vulnerable to regular expression denial of service (ReDoS) via the email validation function.","vulnerabilityUrl":"https://github.com/mafintosh/is-my-json-valid/commit/b3051b277f7caa08cd2edc6f74f50aeda65d2976","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
WS-2018-0069 (High) detected in is-my-json-valid-2.15.0.tgz - autoclosed - ## WS-2018-0069 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>is-my-json-valid-2.15.0.tgz</b></p></summary> <p>A JSONSchema validator that uses code generation to be extremely fast</p> <p>Library home page: <a href="https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz">https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.15.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npm/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - npm-3.10.10.tgz - request-2.75.0.tgz - har-validator-2.0.6.tgz - :x: **is-my-json-valid-2.15.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/sureng-ws-ibm/sg-nodegoat/commit/188e122d80d495bec287ef3a4b998484fb9167b4">188e122d80d495bec287ef3a4b998484fb9167b4</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Version of is-my-json-valid before 1.4.1 or 2.17.2 are vulnerable to regular expression denial of service (ReDoS) via the email validation function. <p>Publish Date: 2018-02-14 <p>URL: <a href=https://github.com/mafintosh/is-my-json-valid/commit/b3051b277f7caa08cd2edc6f74f50aeda65d2976>WS-2018-0069</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.5</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: 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://nodesecurity.io/advisories/572">https://nodesecurity.io/advisories/572</a></p> <p>Release Date: 2018-02-14</p> <p>Fix Resolution: 1.4.1</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"is-my-json-valid","packageVersion":"2.15.0","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10;request:2.75.0;har-validator:2.0.6;is-my-json-valid:2.15.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.4.1","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"WS-2018-0069","vulnerabilityDetails":"Version of is-my-json-valid before 1.4.1 or 2.17.2 are vulnerable to regular expression denial of service (ReDoS) via the email validation function.","vulnerabilityUrl":"https://github.com/mafintosh/is-my-json-valid/commit/b3051b277f7caa08cd2edc6f74f50aeda65d2976","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_defect
ws high detected in is my json valid tgz autoclosed ws high severity vulnerability vulnerable library is my json valid tgz a jsonschema validator that uses code generation to be extremely fast library home page a href path to dependency file package json path to vulnerable library node modules npm node modules request node modules har validator node modules is my json valid package json dependency hierarchy grunt npm install tgz root library npm tgz request tgz har validator tgz x is my json valid tgz vulnerable library found in head commit a href found in base branch master vulnerability details version of is my json valid before or are vulnerable to regular expression denial of service redos via the email validation function 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 high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt npm install npm request har validator is my json valid isminimumfixversionavailable true minimumfixversion isbinary false basebranches vulnerabilityidentifier ws vulnerabilitydetails version of is my json valid before or are vulnerable to regular expression denial of service redos via the email validation function vulnerabilityurl
0
32,268
6,756,669,160
IssuesEvent
2017-10-24 08:03:35
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
Dropdown does not open first time after selecting an item
confirmed defect
### There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [ ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed. http://plnkr.co/edit/6q5v84DWolH6DeAdi70w?p=preview **Current behavior** <!-- Describe how the bug manifests. --> **Expected behavior** <!-- Describe what the behavior would be without the bug. --> **Minimal reproduction of the problem with instructions** <!-- If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5). --> **What is the motivation / use case for changing the behavior?** <!-- Describe the motivation or the concrete use case --> **Please tell us about your environment:** <!-- Operating system, IDE, package manager, HTTP server, ... --> * **Angular version:** 2.0.X <!-- Check whether this is still an issue in the most recent Angular version --> * **PrimeNG version:** 2.0.X <!-- Check whether this is still an issue in the most recent Angular version --> * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] <!-- All browsers where this could be reproduced --> * **Language:** [all | TypeScript X.X | ES6/7 | ES5] * **Node (for AoT issues):** `node --version` =
1.0
Dropdown does not open first time after selecting an item - ### There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider *PrimeNG PRO Support* where support is provided within 4 business hours **I'm submitting a ...** (check one with "x") ``` [ ] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Plunkr Case (Bug Reports)** Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed. http://plnkr.co/edit/6q5v84DWolH6DeAdi70w?p=preview **Current behavior** <!-- Describe how the bug manifests. --> **Expected behavior** <!-- Describe what the behavior would be without the bug. --> **Minimal reproduction of the problem with instructions** <!-- If the current behavior is a bug or you can illustrate your feature request better with an example, please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/tpl:AvJOMERrnz94ekVua0u5). --> **What is the motivation / use case for changing the behavior?** <!-- Describe the motivation or the concrete use case --> **Please tell us about your environment:** <!-- Operating system, IDE, package manager, HTTP server, ... --> * **Angular version:** 2.0.X <!-- Check whether this is still an issue in the most recent Angular version --> * **PrimeNG version:** 2.0.X <!-- Check whether this is still an issue in the most recent Angular version --> * **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ] <!-- All browsers where this could be reproduced --> * **Language:** [all | TypeScript X.X | ES6/7 | ES5] * **Node (for AoT issues):** `node --version` =
defect
dropdown does not open first time after selecting an item there is no guarantee in receiving a response in github issue tracker if you d like to secure our response you may consider primeng pro support where support is provided within business hours i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see plunkr case bug reports please fork the plunkr below and create a case demonstrating your bug report issues without a plunkr have much less possibility to be reviewed current behavior expected behavior minimal reproduction of the problem with instructions if the current behavior is a bug or you can illustrate your feature request better with an example please provide the steps to reproduce and if possible a minimal demo of the problem via or similar you can use this template as a starting point what is the motivation use case for changing the behavior please tell us about your environment angular version x primeng version x browser language node for aot issues node version
1