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
75,557
25,915,113,326
IssuesEvent
2022-12-15 16:44:35
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
Getting org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session for SauceLab using selenium 3.4.0[🐛 Bug]:
I-defect needs-triaging
### What happened? Getting org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session for SauceLab using selenium 3.4.0 only in case of "APAC Southeast" datacenter. And same is working using a selenium 4.7.0 jar. and other data centers are working fine with 3.4.0 ### How can we reproduce the issue? ```shell public static void main(String[] args) throws MalformedURLException { String sauceUrl = "https://{username}:{accesskey}@ondemand.apac-southeast-1.saucelabs.com/wd/hub"; DesiredCapabilities cap = new DesiredCapabilities(); cap.setCapability("browserName", "chrome"); cap.setCapability("platformName", "windows 10"); cap.setCapability("browserVersion", "latest"); RemoteWebDriver driver = new RemoteWebDriver(new URL(sauceUrl), cap); driver.get("https://x.github.io/sample-todo-app/"); System.out.println("working"); } ``` ### Relevant log output ```shell error: org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session desired capabilities = Capabilities [{securityToken=null, acceptSslCerts=true, marionette=true, build=X Test Run 2022-12-15 17:10:56 IST, acceptInsecureCerts=true, name=test.testcase, browserName=firefox, version=106.0, platform=WIN10, firefox_profile=org.openqa.selenium.firefox.FirefoxProfile@1595c99e}], required capabilities = Capabilities [{}] ``` ### Operating System windows 10 ### Selenium version 3.4.0 ### What are the browser(s) and version(s) where you see this issue? All ### What are the browser driver(s) and version(s) where you see this issue? All ### Are you using Selenium Grid? _No response_
1.0
Getting org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session for SauceLab using selenium 3.4.0[🐛 Bug]: - ### What happened? Getting org.openqa.selenium.SessionNotCreatedException: Unable to create a new remote session for SauceLab using selenium 3.4.0 only in case of "APAC Southeast" datacenter. And same is working using a selenium 4.7.0 jar. and other data centers are working fine with 3.4.0 ### How can we reproduce the issue? ```shell public static void main(String[] args) throws MalformedURLException { String sauceUrl = "https://{username}:{accesskey}@ondemand.apac-southeast-1.saucelabs.com/wd/hub"; DesiredCapabilities cap = new DesiredCapabilities(); cap.setCapability("browserName", "chrome"); cap.setCapability("platformName", "windows 10"); cap.setCapability("browserVersion", "latest"); RemoteWebDriver driver = new RemoteWebDriver(new URL(sauceUrl), cap); driver.get("https://x.github.io/sample-todo-app/"); System.out.println("working"); } ``` ### Relevant log output ```shell error: org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session desired capabilities = Capabilities [{securityToken=null, acceptSslCerts=true, marionette=true, build=X Test Run 2022-12-15 17:10:56 IST, acceptInsecureCerts=true, name=test.testcase, browserName=firefox, version=106.0, platform=WIN10, firefox_profile=org.openqa.selenium.firefox.FirefoxProfile@1595c99e}], required capabilities = Capabilities [{}] ``` ### Operating System windows 10 ### Selenium version 3.4.0 ### What are the browser(s) and version(s) where you see this issue? All ### What are the browser driver(s) and version(s) where you see this issue? All ### Are you using Selenium Grid? _No response_
defect
getting org openqa selenium sessionnotcreatedexception unable to create new remote session for saucelab using selenium what happened getting org openqa selenium sessionnotcreatedexception unable to create a new remote session for saucelab using selenium only in case of apac southeast datacenter and same is working using a selenium jar and other data centers are working fine with how can we reproduce the issue shell public static void main string args throws malformedurlexception string sauceurl desiredcapabilities cap new desiredcapabilities cap setcapability browsername chrome cap setcapability platformname windows cap setcapability browserversion latest remotewebdriver driver new remotewebdriver new url sauceurl cap driver get system out println working relevant log output shell error org openqa selenium sessionnotcreatedexception unable to create new remote session desired capabilities capabilities required capabilities capabilities operating system windows selenium version what are the browser s and version s where you see this issue all what are the browser driver s and version s where you see this issue all are you using selenium grid no response
1
71,099
23,444,950,319
IssuesEvent
2022-08-15 18:36:58
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Dev error page no longer show any arguments
defect
### Description Steps to reproduce: 1) clone and install `cakephp/app` 2) enable debugging 3) generate any error page (404 error page is fine for checking this) 4) select any function from stack trace and then click `Toggle Arguments` button to reveal arguments 5) you will get `No arguments` for every function Modifying line below to `'args' => true,` seems to fix problem https://github.com/cakephp/cakephp/blob/4.x/src/Error/Renderer/WebExceptionRenderer.php#L263 ### CakePHP Version 4.4.4 ### PHP Version 7.4.3
1.0
Dev error page no longer show any arguments - ### Description Steps to reproduce: 1) clone and install `cakephp/app` 2) enable debugging 3) generate any error page (404 error page is fine for checking this) 4) select any function from stack trace and then click `Toggle Arguments` button to reveal arguments 5) you will get `No arguments` for every function Modifying line below to `'args' => true,` seems to fix problem https://github.com/cakephp/cakephp/blob/4.x/src/Error/Renderer/WebExceptionRenderer.php#L263 ### CakePHP Version 4.4.4 ### PHP Version 7.4.3
defect
dev error page no longer show any arguments description steps to reproduce clone and install cakephp app enable debugging generate any error page error page is fine for checking this select any function from stack trace and then click toggle arguments button to reveal arguments you will get no arguments for every function modifying line below to args true seems to fix problem cakephp version php version
1
74,795
25,332,497,714
IssuesEvent
2022-11-18 14:19:59
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
Syntax error when from current_timestamp when precision is specified for Postgres
T: Defect
### Expected behavior I am using `currentLocalDateTime(6)` when used on Postgress (with Postgress dialect) I expect it to ignore the procision and use `current_timestamp` literal. It genrates the function most likely due to the fact that Postgres is missing in `CurrentTimestamp.NO_SUPPORT_PRECISION` ### Actual behavior Fails with Syntax error ``` STATEMENT: insert into "shedlock" ("locked_by", "name", "lock_until", "locked_at") values ($1, $2, (current_timestamp($3) + cast($4 as interval day to second)), current_timestamp($5)) on conflict do nothing[\n]" ERROR: syntax error at or near "$3" at character 108 ``` ### Steps to reproduce the problem Use `currentLocalDateTime(6)` in insert on Postgres. ### jOOQ Version 3.17.5 Open source ### Database product and version Postgres 13 ### Java Version _No response_ ### OS Version _No response_ ### JDBC driver name and version (include name if unofficial driver) _No response_
1.0
Syntax error when from current_timestamp when precision is specified for Postgres - ### Expected behavior I am using `currentLocalDateTime(6)` when used on Postgress (with Postgress dialect) I expect it to ignore the procision and use `current_timestamp` literal. It genrates the function most likely due to the fact that Postgres is missing in `CurrentTimestamp.NO_SUPPORT_PRECISION` ### Actual behavior Fails with Syntax error ``` STATEMENT: insert into "shedlock" ("locked_by", "name", "lock_until", "locked_at") values ($1, $2, (current_timestamp($3) + cast($4 as interval day to second)), current_timestamp($5)) on conflict do nothing[\n]" ERROR: syntax error at or near "$3" at character 108 ``` ### Steps to reproduce the problem Use `currentLocalDateTime(6)` in insert on Postgres. ### jOOQ Version 3.17.5 Open source ### Database product and version Postgres 13 ### Java Version _No response_ ### OS Version _No response_ ### JDBC driver name and version (include name if unofficial driver) _No response_
defect
syntax error when from current timestamp when precision is specified for postgres expected behavior i am using currentlocaldatetime when used on postgress with postgress dialect i expect it to ignore the procision and use current timestamp literal it genrates the function most likely due to the fact that postgres is missing in currenttimestamp no support precision actual behavior fails with syntax error statement insert into shedlock locked by name lock until locked at values current timestamp cast as interval day to second current timestamp on conflict do nothing error syntax error at or near at character steps to reproduce the problem use currentlocaldatetime in insert on postgres jooq version open source database product and version postgres java version no response os version no response jdbc driver name and version include name if unofficial driver no response
1
69,069
22,104,688,999
IssuesEvent
2022-06-01 16:05:22
idaholab/TEAL
https://api.github.com/repos/idaholab/TEAL
opened
[DEFECT] Test PyomoTest errors out with new RAVEN devel
defect
-------- Defect Description -------- **Describe the defect** ##### What did you expect to see happen? PyomoTest.py would run successfully when pyomo 6.4 or above is available. ##### What did you see instead? Could not find 'raven/ravenframework'. ##### Do you have a suggested fix for the development team? Amend 'PythonTest.py' to find raven/ravenframework. **Describe how to Reproduce** Steps to reproduce the behavior: 1. Run TEAL tests or PyomoTest.py individually with pyomo installed. 2. Error "No module named 'ravenframework'" appears **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: [e.g. iOS] - Version: [e.g. 22] - Dependencies Installation: [CONDA or PIP] ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
1.0
[DEFECT] Test PyomoTest errors out with new RAVEN devel - -------- Defect Description -------- **Describe the defect** ##### What did you expect to see happen? PyomoTest.py would run successfully when pyomo 6.4 or above is available. ##### What did you see instead? Could not find 'raven/ravenframework'. ##### Do you have a suggested fix for the development team? Amend 'PythonTest.py' to find raven/ravenframework. **Describe how to Reproduce** Steps to reproduce the behavior: 1. Run TEAL tests or PyomoTest.py individually with pyomo installed. 2. Error "No module named 'ravenframework'" appears **Screenshots and Input Files** Please attach the input file(s) that generate this error. The simpler the input, the faster we can find the issue. **Platform (please complete the following information):** - OS: [e.g. iOS] - Version: [e.g. 22] - Dependencies Installation: [CONDA or PIP] ---------------- For Change Control Board: Issue Review ---------------- This review should occur before any development is performed as a response to this issue. - [ ] 1. Is it tagged with a type: defect or task? - [ ] 2. Is it tagged with a priority: critical, normal or minor? - [ ] 3. If it will impact requirements or requirements tests, is it tagged with requirements? - [ ] 4. If it is a defect, can it cause wrong results for users? If so an email needs to be sent to the users. - [ ] 5. Is a rationale provided? (Such as explaining why the improvement is needed or why current code is wrong.) ------- For Change Control Board: Issue Closure ------- This review should occur when the issue is imminently going to be closed. - [ ] 1. If the issue is a defect, is the defect fixed? - [ ] 2. If the issue is a defect, is the defect tested for in the regression test system? (If not explain why not.) - [ ] 3. If the issue can impact users, has an email to the users group been written (the email should specify if the defect impacts stable or master)? - [ ] 4. If the issue is a defect, does it impact the latest release branch? If yes, is there any issue tagged with release (create if needed)? - [ ] 5. If the issue is being closed without a pull request, has an explanation of why it is being closed been provided?
defect
test pyomotest errors out with new raven devel defect description describe the defect what did you expect to see happen pyomotest py would run successfully when pyomo or above is available what did you see instead could not find raven ravenframework do you have a suggested fix for the development team amend pythontest py to find raven ravenframework describe how to reproduce steps to reproduce the behavior run teal tests or pyomotest py individually with pyomo installed error no module named ravenframework appears screenshots and input files please attach the input file s that generate this error the simpler the input the faster we can find the issue platform please complete the following information os version dependencies installation for change control board issue review this review should occur before any development is performed as a response to this issue is it tagged with a type defect or task is it tagged with a priority critical normal or minor if it will impact requirements or requirements tests is it tagged with requirements if it is a defect can it cause wrong results for users if so an email needs to be sent to the users is a rationale provided such as explaining why the improvement is needed or why current code is wrong for change control board issue closure this review should occur when the issue is imminently going to be closed if the issue is a defect is the defect fixed if the issue is a defect is the defect tested for in the regression test system if not explain why not if the issue can impact users has an email to the users group been written the email should specify if the defect impacts stable or master if the issue is a defect does it impact the latest release branch if yes is there any issue tagged with release create if needed if the issue is being closed without a pull request has an explanation of why it is being closed been provided
1
207,193
16,067,856,724
IssuesEvent
2021-04-23 22:46:01
openshift/operator-custom-metrics
https://api.github.com/repos/openshift/operator-custom-metrics
opened
Better Documentation or Error Message For Missing Prometheus Monitoring
documentation kind/documentation
There is an implicit dependency on the prometheus monitoring package "github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1" for ServiceMonitor types. There should be better documentation or better error checking and/or message for this dependency.
2.0
Better Documentation or Error Message For Missing Prometheus Monitoring - There is an implicit dependency on the prometheus monitoring package "github.com/coreos/prometheus-operator/pkg/apis/monitoring/v1" for ServiceMonitor types. There should be better documentation or better error checking and/or message for this dependency.
non_defect
better documentation or error message for missing prometheus monitoring there is an implicit dependency on the prometheus monitoring package github com coreos prometheus operator pkg apis monitoring for servicemonitor types there should be better documentation or better error checking and or message for this dependency
0
14,930
11,251,680,353
IssuesEvent
2020-01-11 01:56:44
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
closed
Make CoreCLR and Libraries live asset OverridePath/ArtifactPath normalization more consistent
area-Infrastructure untriaged
These lines take override paths and normalize them before using as artifact dirs: https://github.com/dotnet/runtime/blob/a773bc3b315f6284f568f20f221b396f7390033c/eng/liveBuilds.targets#L12-L16 We should consider also doing this for `LibrariesAllConfigurationsOverridePath`. It is necessary for `LibrariesOverridePath` and `CoreCLRArtifactsPath`, but `LibrariesAllConfigurationsOverridePath` is not necessary. However, having them all follow the same pattern makes the code more predictable/readable.
1.0
Make CoreCLR and Libraries live asset OverridePath/ArtifactPath normalization more consistent - These lines take override paths and normalize them before using as artifact dirs: https://github.com/dotnet/runtime/blob/a773bc3b315f6284f568f20f221b396f7390033c/eng/liveBuilds.targets#L12-L16 We should consider also doing this for `LibrariesAllConfigurationsOverridePath`. It is necessary for `LibrariesOverridePath` and `CoreCLRArtifactsPath`, but `LibrariesAllConfigurationsOverridePath` is not necessary. However, having them all follow the same pattern makes the code more predictable/readable.
non_defect
make coreclr and libraries live asset overridepath artifactpath normalization more consistent these lines take override paths and normalize them before using as artifact dirs we should consider also doing this for librariesallconfigurationsoverridepath it is necessary for librariesoverridepath and coreclrartifactspath but librariesallconfigurationsoverridepath is not necessary however having them all follow the same pattern makes the code more predictable readable
0
85,238
3,688,242,884
IssuesEvent
2016-02-25 11:58:50
CoderDojo/community-platform
https://api.github.com/repos/CoderDojo/community-platform
closed
Salesforce emails not sending
bug dojo admin high priority
It seems that in the last couple of days we have stopped getting verification emails again from Salesforce. Need to investigate.
1.0
Salesforce emails not sending - It seems that in the last couple of days we have stopped getting verification emails again from Salesforce. Need to investigate.
non_defect
salesforce emails not sending it seems that in the last couple of days we have stopped getting verification emails again from salesforce need to investigate
0
24,542
4,015,741,220
IssuesEvent
2016-05-15 04:31:57
bibisarminbet/google-opt-out-plugin
https://api.github.com/repos/bibisarminbet/google-opt-out-plugin
closed
Need Safari version
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Click link that says "add browser plug-in" 2. Receive message: "Safari not supported" What is the expected output? What do you see instead? Browser extension available. Apology page. What version of the product are you using? On what operating system? Most recent, iPad Please provide any additional information below. ``` Original issue reported on code.google.com by `shaman.s...@gmail.com` on 27 Nov 2014 at 7:56
1.0
Need Safari version - ``` What steps will reproduce the problem? 1. Click link that says "add browser plug-in" 2. Receive message: "Safari not supported" What is the expected output? What do you see instead? Browser extension available. Apology page. What version of the product are you using? On what operating system? Most recent, iPad Please provide any additional information below. ``` Original issue reported on code.google.com by `shaman.s...@gmail.com` on 27 Nov 2014 at 7:56
defect
need safari version what steps will reproduce the problem click link that says add browser plug in receive message safari not supported what is the expected output what do you see instead browser extension available apology page what version of the product are you using on what operating system most recent ipad please provide any additional information below original issue reported on code google com by shaman s gmail com on nov at
1
30,311
6,100,688,691
IssuesEvent
2017-06-20 13:10:32
buildo/metarpheus-io-ts
https://api.github.com/repos/buildo/metarpheus-io-ts
closed
some commonly used generics are not correctly handled
defect
## description namely `TreeSet` and `Set` ## how to reproduce - {optional: describe steps to reproduce defect} ## specs {optional: describe a possible fix for this defect, if not obvious} ## misc {optional: other useful info}
1.0
some commonly used generics are not correctly handled - ## description namely `TreeSet` and `Set` ## how to reproduce - {optional: describe steps to reproduce defect} ## specs {optional: describe a possible fix for this defect, if not obvious} ## misc {optional: other useful info}
defect
some commonly used generics are not correctly handled description namely treeset and set how to reproduce optional describe steps to reproduce defect specs optional describe a possible fix for this defect if not obvious misc optional other useful info
1
68,682
21,786,215,915
IssuesEvent
2022-05-14 06:56:55
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
LGBT Flag Emojis do not display on Linux.
T-Defect P2 S-Minor A-Emoji
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> ![2021-04-07_12-57](https://user-images.githubusercontent.com/47131867/113926298-84686c00-97db-11eb-9325-af988818dfc4.png) <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> ### Description LGBT Flag Emojis do not display correctly on the linux client. I have heard other users tell me they have the same issue ### Steps to reproduce - Paste the transgender flag emoji `🏳️‍⚧️` - See it not display correctly (on linux), displays fine on windows and the f-droid build. Describe how what happens differs from what you expected. I would expect the emoji to be displayed correctly, as it is on element on windows and f-droid, but it does not. <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> Logs being sent: no, not relevant <!-- Include screenshots if possible: you can drag and drop images below. --> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web (in-browser) or desktop? For the desktop app: - **OS**: Arch Linux - **Version**: 1.7.24-1
1.0
LGBT Flag Emojis do not display on Linux. - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> ![2021-04-07_12-57](https://user-images.githubusercontent.com/47131867/113926298-84686c00-97db-11eb-9325-af988818dfc4.png) <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> ### Description LGBT Flag Emojis do not display correctly on the linux client. I have heard other users tell me they have the same issue ### Steps to reproduce - Paste the transgender flag emoji `🏳️‍⚧️` - See it not display correctly (on linux), displays fine on windows and the f-droid build. Describe how what happens differs from what you expected. I would expect the emoji to be displayed correctly, as it is on element on windows and f-droid, but it does not. <!-- Please send us logs for your bug report. They're very important for bugs which are hard to reproduce. To do this, create this issue then go to your account settings and click 'Submit Debug Logs' from the Help & About tab --> Logs being sent: no, not relevant <!-- Include screenshots if possible: you can drag and drop images below. --> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web (in-browser) or desktop? For the desktop app: - **OS**: Arch Linux - **Version**: 1.7.24-1
defect
lgbt flag emojis do not display on linux this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description lgbt flag emojis do not display correctly on the linux client i have heard other users tell me they have the same issue steps to reproduce paste the transgender flag emoji 🏳️‍⚧️ see it not display correctly on linux displays fine on windows and the f droid build describe how what happens differs from what you expected i would expect the emoji to be displayed correctly as it is on element on windows and f droid but it does not please send us logs for your bug report they re very important for bugs which are hard to reproduce to do this create this issue then go to your account settings and click submit debug logs from the help about tab logs being sent no not relevant version information platform web in browser or desktop for the desktop app os arch linux version
1
139,343
5,367,795,042
IssuesEvent
2017-02-22 06:09:33
openvstorage/framework
https://api.github.com/repos/openvstorage/framework
closed
Multiple proxies share fragment cache directory
priority_critical SRP state_verification type_bug
_From @khenderick on December 23, 2016 8:47_ We seem to have missed the issue that at this moment, all proxies share the same fragment cache directory and the size. This means that proxies will mess up each others cache and the size can grow beyond expected values. _Copied from original issue: openvstorage/framework-alba-plugin#324_
1.0
Multiple proxies share fragment cache directory - _From @khenderick on December 23, 2016 8:47_ We seem to have missed the issue that at this moment, all proxies share the same fragment cache directory and the size. This means that proxies will mess up each others cache and the size can grow beyond expected values. _Copied from original issue: openvstorage/framework-alba-plugin#324_
non_defect
multiple proxies share fragment cache directory from khenderick on december we seem to have missed the issue that at this moment all proxies share the same fragment cache directory and the size this means that proxies will mess up each others cache and the size can grow beyond expected values copied from original issue openvstorage framework alba plugin
0
72,765
24,279,952,373
IssuesEvent
2022-09-28 16:30:42
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Joined rooms are missing from my room list (related to location live sharing)
T-Defect S-Critical S-Major A-Room-List O-Uncommon
### Steps to reproduce Unknown but likely related to 1000s of [beacon events](https://github.com/matrix-org/matrix-spec-proposals/pull/3489) in **some** of those rooms. Element Web 1.10.12 is also missing a few rooms but shows 2 rooms that are not visible in the current version on develop.element.io. I think this is a bug and a regression. ### Outcome #### What did you expect? All rooms to be shown in the room list. ![Screenshot_2022-09-08_23-24-26](https://user-images.githubusercontent.com/10872136/189228646-e046e9d8-3459-4efa-b47f-1dd956af2a36.png) Screenshot in Element Web 1.10.12 #### What happened instead? Some rooms are missing from the sidebar. When clicking on a space they are in, they have a "Join" button. Clicking the "Join" button will cause it to spin forever. A list of room IDs will be posted on the rageshake issue. ![Screenshot_2022-09-08_23-24-42](https://user-images.githubusercontent.com/10872136/189228673-ecad73f1-be6a-4496-b48d-11af8a748cee.png) Screenshot on develop.element.io ### Operating system Manjaro Linux ### Browser information Mozilla Firefox 104.0b9 ### URL for webapp develop.element.io ### Application version a302dba006f5-react-488babaf6575-js-3ae974e23e41 ### Homeserver Synapse from May 2022 ### Will you send logs? Yes
1.0
Joined rooms are missing from my room list (related to location live sharing) - ### Steps to reproduce Unknown but likely related to 1000s of [beacon events](https://github.com/matrix-org/matrix-spec-proposals/pull/3489) in **some** of those rooms. Element Web 1.10.12 is also missing a few rooms but shows 2 rooms that are not visible in the current version on develop.element.io. I think this is a bug and a regression. ### Outcome #### What did you expect? All rooms to be shown in the room list. ![Screenshot_2022-09-08_23-24-26](https://user-images.githubusercontent.com/10872136/189228646-e046e9d8-3459-4efa-b47f-1dd956af2a36.png) Screenshot in Element Web 1.10.12 #### What happened instead? Some rooms are missing from the sidebar. When clicking on a space they are in, they have a "Join" button. Clicking the "Join" button will cause it to spin forever. A list of room IDs will be posted on the rageshake issue. ![Screenshot_2022-09-08_23-24-42](https://user-images.githubusercontent.com/10872136/189228673-ecad73f1-be6a-4496-b48d-11af8a748cee.png) Screenshot on develop.element.io ### Operating system Manjaro Linux ### Browser information Mozilla Firefox 104.0b9 ### URL for webapp develop.element.io ### Application version a302dba006f5-react-488babaf6575-js-3ae974e23e41 ### Homeserver Synapse from May 2022 ### Will you send logs? Yes
defect
joined rooms are missing from my room list related to location live sharing steps to reproduce unknown but likely related to of in some of those rooms element web is also missing a few rooms but shows rooms that are not visible in the current version on develop element io i think this is a bug and a regression outcome what did you expect all rooms to be shown in the room list screenshot in element web what happened instead some rooms are missing from the sidebar when clicking on a space they are in they have a join button clicking the join button will cause it to spin forever a list of room ids will be posted on the rageshake issue screenshot on develop element io operating system manjaro linux browser information mozilla firefox url for webapp develop element io application version react js homeserver synapse from may will you send logs yes
1
65,772
27,232,469,582
IssuesEvent
2023-02-21 14:12:39
hashicorp/terraform-provider-azurerm
https://api.github.com/repos/hashicorp/terraform-provider-azurerm
closed
azurerm_container_group fails to pull public image from dockerhub
service/container-group upstream/microsoft
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform Version 1.3.7 ### AzureRM Provider Version 3.41.0 ### Affected Resource(s)/Data Source(s) azurerm_container_group ### Terraform Configuration Files ```hcl variable "region" { default = "West Europe" } variable "subscription_id" { } provider "azurerm" { subscription_id = var.subscription_id skip_provider_registration = true features { } } # Shared state terraform { required_version = "1.3.7" required_providers { azurerm = { source = "hashicorp/azurerm" version = "=3.41.0" } } } resource "azurerm_resource_group" "example" { name = "example" location = var.region } resource "azurerm_container_group" "n8n" { name = "example-n8n-aci" location = azurerm_resource_group.example.location resource_group_name = azurerm_resource_group.example.name ip_address_type = "Public" dns_name_label = "example-n8n-aci" os_type = "Linux" exposed_port { port = 5678 protocol = "TCP" } container { name = "n8n" image = "n8nio/n8n" cpu = "1.5" memory = "2" ports { port = 5678 protocol = "TCP" } } } ``` ### Debug Output/Panic Output ```shell https://gist.github.com/pregress/c14405a78c8da5015c83976e25e2666f ``` ### Expected Behaviour The container instance should be created when using a public image that contains a / eg: [n8nio/n8n](https://hub.docker.com/r/n8nio/n8n) When using a different image (without /) in the image name this does work eg: [caddy](https://hub.docker.com/_/caddy) This configuration worked in the past, so I'm thinking its a change at azure side that broke it. With Terraform version 1.3.6 and AzureRm version 3.33.0. I also tried with this setup but the same error surfaces. ### Actual Behaviour The container instance is not created because: > Container Group Name: "example-aci"): performing ContainerGroupsCreateOrUpdate: containerinstance.ContainerInstanceClient#ContainerGroupsCreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="InaccessibleImage" Message="The image 'n8nio/n8n' in container group 'example-aci' is not accessible. Please check the image and registry credential. ### Steps to Reproduce terraform apply ### Important Factoids _No response_ ### References _No response_
1.0
azurerm_container_group fails to pull public image from dockerhub - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note <!--- Please keep this note for the community ---> * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform Version 1.3.7 ### AzureRM Provider Version 3.41.0 ### Affected Resource(s)/Data Source(s) azurerm_container_group ### Terraform Configuration Files ```hcl variable "region" { default = "West Europe" } variable "subscription_id" { } provider "azurerm" { subscription_id = var.subscription_id skip_provider_registration = true features { } } # Shared state terraform { required_version = "1.3.7" required_providers { azurerm = { source = "hashicorp/azurerm" version = "=3.41.0" } } } resource "azurerm_resource_group" "example" { name = "example" location = var.region } resource "azurerm_container_group" "n8n" { name = "example-n8n-aci" location = azurerm_resource_group.example.location resource_group_name = azurerm_resource_group.example.name ip_address_type = "Public" dns_name_label = "example-n8n-aci" os_type = "Linux" exposed_port { port = 5678 protocol = "TCP" } container { name = "n8n" image = "n8nio/n8n" cpu = "1.5" memory = "2" ports { port = 5678 protocol = "TCP" } } } ``` ### Debug Output/Panic Output ```shell https://gist.github.com/pregress/c14405a78c8da5015c83976e25e2666f ``` ### Expected Behaviour The container instance should be created when using a public image that contains a / eg: [n8nio/n8n](https://hub.docker.com/r/n8nio/n8n) When using a different image (without /) in the image name this does work eg: [caddy](https://hub.docker.com/_/caddy) This configuration worked in the past, so I'm thinking its a change at azure side that broke it. With Terraform version 1.3.6 and AzureRm version 3.33.0. I also tried with this setup but the same error surfaces. ### Actual Behaviour The container instance is not created because: > Container Group Name: "example-aci"): performing ContainerGroupsCreateOrUpdate: containerinstance.ContainerInstanceClient#ContainerGroupsCreateOrUpdate: Failure sending request: StatusCode=0 -- Original Error: Code="InaccessibleImage" Message="The image 'n8nio/n8n' in container group 'example-aci' is not accessible. Please check the image and registry credential. ### Steps to Reproduce terraform apply ### Important Factoids _No response_ ### References _No response_
non_defect
azurerm container group fails to pull public image from dockerhub is there an existing issue for this i have searched the existing issues community note please vote on this issue by adding a thumbsup to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform version azurerm provider version affected resource s data source s azurerm container group terraform configuration files hcl variable region default west europe variable subscription id provider azurerm subscription id var subscription id skip provider registration true features shared state terraform required version required providers azurerm source hashicorp azurerm version resource azurerm resource group example name example location var region resource azurerm container group name example aci location azurerm resource group example location resource group name azurerm resource group example name ip address type public dns name label example aci os type linux exposed port port protocol tcp container name image cpu memory ports port protocol tcp debug output panic output shell expected behaviour the container instance should be created when using a public image that contains a eg when using a different image without in the image name this does work eg this configuration worked in the past so i m thinking its a change at azure side that broke it with terraform version and azurerm version i also tried with this setup but the same error surfaces actual behaviour the container instance is not created because container group name example aci performing containergroupscreateorupdate containerinstance containerinstanceclient containergroupscreateorupdate failure sending request statuscode original error code inaccessibleimage message the image in container group example aci is not accessible please check the image and registry credential steps to reproduce terraform apply important factoids no response references no response
0
226,693
7,522,324,296
IssuesEvent
2018-04-12 20:02:56
CS2103JAN2018-F12-B4/main
https://api.github.com/repos/CS2103JAN2018-F12-B4/main
closed
Locate command
priority.high type.bug
Wrong command result for non-existing person/location or existing person without address. ![image](https://user-images.githubusercontent.com/28851958/38411106-e667d5dc-39b8-11e8-8ce8-5007fb37f627.png) ![image](https://user-images.githubusercontent.com/28851958/38411195-1dd23a12-39b9-11e8-9490-62f183b7ee65.png) <sub>[original: nus-cs2103-AY1718S2/pe-round1#399]</sub> Issue created by: @hoangduong1607
1.0
Locate command - Wrong command result for non-existing person/location or existing person without address. ![image](https://user-images.githubusercontent.com/28851958/38411106-e667d5dc-39b8-11e8-8ce8-5007fb37f627.png) ![image](https://user-images.githubusercontent.com/28851958/38411195-1dd23a12-39b9-11e8-9490-62f183b7ee65.png) <sub>[original: nus-cs2103-AY1718S2/pe-round1#399]</sub> Issue created by: @hoangduong1607
non_defect
locate command wrong command result for non existing person location or existing person without address issue created by
0
27,237
2,691,275,225
IssuesEvent
2015-03-31 20:38:23
mbenkmann/limux-gosa-test
https://api.github.com/repos/mbenkmann/limux-gosa-test
closed
Fix O(n²) complexity on <answerN> queries
imported Milestone-4 Priority-Want Type-Feature
_From [matthias...@gmail.com](https://code.google.com/u/110029356478037175549/) on March 21, 2013 19:46:38_ Since b89bc9a68e68 the constructions used when transforming Query() results to \<answerN> lists where each answer is individually numbered have O(n²) time complexity. This needs to be fixed because gosa_query_fai_release in particular can result in 1000s of answers. Two solutions should be looked at (probably in combination): 1) a QueryAnswers() function that already returns the query results with elements named and numbered according to the \<answerN> scheme. 2) an xml.Iterator interface and true iterations including an iteration over all child elements. _Original issue: http://code.google.com/p/go-susi/issues/detail?id=95_
1.0
Fix O(n²) complexity on <answerN> queries - _From [matthias...@gmail.com](https://code.google.com/u/110029356478037175549/) on March 21, 2013 19:46:38_ Since b89bc9a68e68 the constructions used when transforming Query() results to \<answerN> lists where each answer is individually numbered have O(n²) time complexity. This needs to be fixed because gosa_query_fai_release in particular can result in 1000s of answers. Two solutions should be looked at (probably in combination): 1) a QueryAnswers() function that already returns the query results with elements named and numbered according to the \<answerN> scheme. 2) an xml.Iterator interface and true iterations including an iteration over all child elements. _Original issue: http://code.google.com/p/go-susi/issues/detail?id=95_
non_defect
fix o n² complexity on queries from on march since the constructions used when transforming query results to lists where each answer is individually numbered have o n² time complexity this needs to be fixed because gosa query fai release in particular can result in of answers two solutions should be looked at probably in combination a queryanswers function that already returns the query results with elements named and numbered according to the scheme an xml iterator interface and true iterations including an iteration over all child elements original issue
0
729,444
25,126,906,486
IssuesEvent
2022-11-09 12:27:25
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.facebook.com - see bug description
browser-firefox priority-critical engine-gecko os-win11 trend-button
<!-- @browser: Firefox 106.0.5 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/113693 --> **URL**: https://www.facebook.com/ **Browser / Version**: Firefox 106.0.5 **Operating System**: Windows 11 **Tested Another Browser**: No **Problem type**: Something else **Description**: when trying to close a photo nothing happens. if I continue clicking until something happens I'm taken to a non relatable page. also, when going back to a previous page the page is broken, even though it was okay when I left it. **Steps to Reproduce**: I have already explained the facebook issue. There is also an issue with ebay, in that when viewing an items gallery the left and right buttons only work for the first view, after that a mouse click to left or right is the only way to move through the gallery. this has been tried on edge and works without problems. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.facebook.com - see bug description - <!-- @browser: Firefox 106.0.5 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0 --> <!-- @reported_with: unknown --> <!-- @public_url: https://github.com/webcompat/web-bugs/issues/113693 --> **URL**: https://www.facebook.com/ **Browser / Version**: Firefox 106.0.5 **Operating System**: Windows 11 **Tested Another Browser**: No **Problem type**: Something else **Description**: when trying to close a photo nothing happens. if I continue clicking until something happens I'm taken to a non relatable page. also, when going back to a previous page the page is broken, even though it was okay when I left it. **Steps to Reproduce**: I have already explained the facebook issue. There is also an issue with ebay, in that when viewing an items gallery the left and right buttons only work for the first view, after that a mouse click to left or right is the only way to move through the gallery. this has been tried on edge and works without problems. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
see bug description url browser version firefox operating system windows tested another browser no problem type something else description when trying to close a photo nothing happens if i continue clicking until something happens i m taken to a non relatable page also when going back to a previous page the page is broken even though it was okay when i left it steps to reproduce i have already explained the facebook issue there is also an issue with ebay in that when viewing an items gallery the left and right buttons only work for the first view after that a mouse click to left or right is the only way to move through the gallery this has been tried on edge and works without problems browser configuration none from with ❤️
0
27,091
4,875,175,451
IssuesEvent
2016-11-16 08:40:44
TNGSB/eWallet
https://api.github.com/repos/TNGSB/eWallet
closed
eWallet_MobileApp(Profile Update) #107
Defect - Medium (Sev-3)
[Defect_Mobile App #107.xlsx](https://github.com/TNGSB/eWallet/files/593569/Defect_Mobile.App.107.xlsx) Test Description : To verify the fields input for "Phone" update - alphanumeric characters Defect Description : System allowed alphanumeric characters input for Android and IOS Tested in Build : 31 Android and 34 IOS Refer attachment for POT
1.0
eWallet_MobileApp(Profile Update) #107 - [Defect_Mobile App #107.xlsx](https://github.com/TNGSB/eWallet/files/593569/Defect_Mobile.App.107.xlsx) Test Description : To verify the fields input for "Phone" update - alphanumeric characters Defect Description : System allowed alphanumeric characters input for Android and IOS Tested in Build : 31 Android and 34 IOS Refer attachment for POT
defect
ewallet mobileapp profile update test description to verify the fields input for phone update alphanumeric characters defect description system allowed alphanumeric characters input for android and ios tested in build android and ios refer attachment for pot
1
41,443
10,469,658,119
IssuesEvent
2019-09-22 22:25:40
zfsonlinux/zfs
https://api.github.com/repos/zfsonlinux/zfs
closed
disabled resilver_defer feature leads to looping resilvers
Type: Defect
### System information smartos 20190718T005708Z ### Describe the problem you're observing When a disk is replaced with another on a pool with the resilver_defer feature present, but no enabled the resilver activity restarts during each spa_sync. ### Describe how to reproduce the problem 1. Create a pool of two-way mirrors on a system that does not have the resilver_defer feature. 2. Update the system to one that supports resilver_defer, but do _not_ enable the resilver_defer feature or otherwise upgrade the pool. 3. Replace one side of the pool's mirror with another device. 4. Watch resilver restart during each spa_sync (observed via DTrace on illumos). The problem is described further here: https://smartos.org/bugview/OS-7982 A patch is available for SmartOS: https://github.com/joyent/illumos-joyent/commit/b67d8733333b09a4f54e1f305953f4186981cdb4 After soaking in SmartOS for a short time the change will be upstreamed (including more code review) to illumos-gate as well. This problem is also briefly described recently in #840, notably in @chrisrd's [comment](https://github.com/zfsonlinux/zfs/issues/840#issuecomment-495440821). This merits a separate ticket since the original issue reported in #840 is separate from this. If there's already a ticket open about this then we can close this ticket. As noted in #840 upgrading the pool is a workaround for this issue for those willing to do so.
1.0
disabled resilver_defer feature leads to looping resilvers - ### System information smartos 20190718T005708Z ### Describe the problem you're observing When a disk is replaced with another on a pool with the resilver_defer feature present, but no enabled the resilver activity restarts during each spa_sync. ### Describe how to reproduce the problem 1. Create a pool of two-way mirrors on a system that does not have the resilver_defer feature. 2. Update the system to one that supports resilver_defer, but do _not_ enable the resilver_defer feature or otherwise upgrade the pool. 3. Replace one side of the pool's mirror with another device. 4. Watch resilver restart during each spa_sync (observed via DTrace on illumos). The problem is described further here: https://smartos.org/bugview/OS-7982 A patch is available for SmartOS: https://github.com/joyent/illumos-joyent/commit/b67d8733333b09a4f54e1f305953f4186981cdb4 After soaking in SmartOS for a short time the change will be upstreamed (including more code review) to illumos-gate as well. This problem is also briefly described recently in #840, notably in @chrisrd's [comment](https://github.com/zfsonlinux/zfs/issues/840#issuecomment-495440821). This merits a separate ticket since the original issue reported in #840 is separate from this. If there's already a ticket open about this then we can close this ticket. As noted in #840 upgrading the pool is a workaround for this issue for those willing to do so.
defect
disabled resilver defer feature leads to looping resilvers system information smartos describe the problem you re observing when a disk is replaced with another on a pool with the resilver defer feature present but no enabled the resilver activity restarts during each spa sync describe how to reproduce the problem create a pool of two way mirrors on a system that does not have the resilver defer feature update the system to one that supports resilver defer but do not enable the resilver defer feature or otherwise upgrade the pool replace one side of the pool s mirror with another device watch resilver restart during each spa sync observed via dtrace on illumos the problem is described further here a patch is available for smartos after soaking in smartos for a short time the change will be upstreamed including more code review to illumos gate as well this problem is also briefly described recently in notably in chrisrd s this merits a separate ticket since the original issue reported in is separate from this if there s already a ticket open about this then we can close this ticket as noted in upgrading the pool is a workaround for this issue for those willing to do so
1
33,475
14,118,949,475
IssuesEvent
2020-11-08 15:42:57
ramboxapp/community-edition
https://api.github.com/repos/ramboxapp/community-edition
reopened
MS Teams: can't login into external apps
investigate service-bug
### Steps to reproduce 1. install an app like Lucidchart 2. try to sign in ### Expected behavior Login should be recognized by Teams in Rambox. ### Actual behavior The sign in button opens a link in my browser. I can login but Teams in Rambox doesn't recognize the login and i can not use the app. Maybe this has something to do with session cookies. The sign in link should open up in Rambox, not in my Browser. ### ENVIRONMENT > Rambox: I can't find the version, but I use the snap package on kubuntu so i think i use the newest version > OS: Kubuntu 20.04 > Arch: x64
1.0
MS Teams: can't login into external apps - ### Steps to reproduce 1. install an app like Lucidchart 2. try to sign in ### Expected behavior Login should be recognized by Teams in Rambox. ### Actual behavior The sign in button opens a link in my browser. I can login but Teams in Rambox doesn't recognize the login and i can not use the app. Maybe this has something to do with session cookies. The sign in link should open up in Rambox, not in my Browser. ### ENVIRONMENT > Rambox: I can't find the version, but I use the snap package on kubuntu so i think i use the newest version > OS: Kubuntu 20.04 > Arch: x64
non_defect
ms teams can t login into external apps steps to reproduce install an app like lucidchart try to sign in expected behavior login should be recognized by teams in rambox actual behavior the sign in button opens a link in my browser i can login but teams in rambox doesn t recognize the login and i can not use the app maybe this has something to do with session cookies the sign in link should open up in rambox not in my browser environment rambox i can t find the version but i use the snap package on kubuntu so i think i use the newest version os kubuntu arch
0
7,134
2,610,328,647
IssuesEvent
2015-02-26 19:45:54
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Gameplay Error
auto-migrated Priority-Medium Type-Defect
``` Luminara wont attack.. Missing Muzzle A bone..needs to be re-rigged ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 12 Jun 2011 at 7:00
1.0
Gameplay Error - ``` Luminara wont attack.. Missing Muzzle A bone..needs to be re-rigged ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 12 Jun 2011 at 7:00
defect
gameplay error luminara wont attack missing muzzle a bone needs to be re rigged original issue reported on code google com by gmail com on jun at
1
195,905
15,560,148,523
IssuesEvent
2021-03-16 12:23:48
beatrizamonestares/irene-bea
https://api.github.com/repos/beatrizamonestares/irene-bea
reopened
Pasar anexos a latex
documentation
**Anexos** - [x] Plan del proyecto software - [x] Especificación de Requisitos - [x] Especificación de diseño - [x] Manual del programador - [x] Manual de usuario # Expresión regular para corregir las referencias: - Buscar: `(\{\[\})([\w:\\]+)(\{\]\}\\\_)` - Reemplazar por:` \\citep{\2}` Ej: `{[}art:campbell2005{]}\_` -> `\citep{art:campbell2005}` # Expresión regular para corregir las imágenes: - Buscar: `(\\includegraphics{..\/..\/img\/)(\w*)(.\w*\})` - Reemplazar por: `\\imagen{\2}{descripción...}` Ej: `\includegraphics{../../img/s2.png}` -> `\imagen{s2}{descripción...}}`
1.0
Pasar anexos a latex - **Anexos** - [x] Plan del proyecto software - [x] Especificación de Requisitos - [x] Especificación de diseño - [x] Manual del programador - [x] Manual de usuario # Expresión regular para corregir las referencias: - Buscar: `(\{\[\})([\w:\\]+)(\{\]\}\\\_)` - Reemplazar por:` \\citep{\2}` Ej: `{[}art:campbell2005{]}\_` -> `\citep{art:campbell2005}` # Expresión regular para corregir las imágenes: - Buscar: `(\\includegraphics{..\/..\/img\/)(\w*)(.\w*\})` - Reemplazar por: `\\imagen{\2}{descripción...}` Ej: `\includegraphics{../../img/s2.png}` -> `\imagen{s2}{descripción...}}`
non_defect
pasar anexos a latex anexos plan del proyecto software especificación de requisitos especificación de diseño manual del programador manual de usuario expresión regular para corregir las referencias buscar reemplazar por citep ej citep art expresión regular para corregir las imágenes buscar includegraphics img w w reemplazar por imagen descripción ej includegraphics img png imagen descripción
0
36,087
7,858,843,293
IssuesEvent
2018-06-21 14:56:59
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
CREATE TABLE with enum types generates CHECK constraint rather than enum type reference in PostgreSQL
C: DB: PostgreSQL C: Functionality P: Medium T: Defect
org.jooq.impl.Tools.toSQLDDLTypeDeclaration(Context<?>, DataType<?>) has been changed so that for Postgres a unappropriate default no creates a replacement for postgres enum types by mapping to varchar instead of using the original enum type. ```java // [#5299] MySQL enum types if (EnumType.class.isAssignableFrom(type.getType())) { […] switch (ctx.family()) { case MARIADB: case MYSQL: { […] default: { ====> NEW and producing unwanted results for Postgres type = emulateEnumType(enumType, enums); break; } } } ``` ### Versions: - jOOQ: 3.11.0 - Java: 9
1.0
CREATE TABLE with enum types generates CHECK constraint rather than enum type reference in PostgreSQL - org.jooq.impl.Tools.toSQLDDLTypeDeclaration(Context<?>, DataType<?>) has been changed so that for Postgres a unappropriate default no creates a replacement for postgres enum types by mapping to varchar instead of using the original enum type. ```java // [#5299] MySQL enum types if (EnumType.class.isAssignableFrom(type.getType())) { […] switch (ctx.family()) { case MARIADB: case MYSQL: { […] default: { ====> NEW and producing unwanted results for Postgres type = emulateEnumType(enumType, enums); break; } } } ``` ### Versions: - jOOQ: 3.11.0 - Java: 9
defect
create table with enum types generates check constraint rather than enum type reference in postgresql org jooq impl tools tosqlddltypedeclaration context datatype has been changed so that for postgres a unappropriate default no creates a replacement for postgres enum types by mapping to varchar instead of using the original enum type java mysql enum types if enumtype class isassignablefrom type gettype switch ctx family case mariadb case mysql default new and producing unwanted results for postgres type emulateenumtype enumtype enums break versions jooq java
1
302,762
26,161,066,321
IssuesEvent
2022-12-31 14:40:13
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
roachtest: unoptimized-query-oracle/disable-rules=all failed
C-test-failure O-robot O-roachtest branch-release-22.2
roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8147282?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8147282?buildTab=artifacts#/unoptimized-query-oracle/disable-rules=all) on release-22.2 @ [07a53a36601e9ca5fcffcff55f69b43c6dfbf1c1](https://github.com/cockroachdb/cockroach/commits/07a53a36601e9ca5fcffcff55f69b43c6dfbf1c1): ``` test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=all/run_1 (test_impl.go:286).Fatal: pq: Use of partitions requires an enterprise license. Your evaluation license expired on December 30, 2022. If you're interested in getting a new license, please contact subscriptions@cockroachlabs.com and we can help you out. ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> <details><summary>Same failure on other branches</summary> <p> - #93315 roachtest: unoptimized-query-oracle/disable-rules=all/seed-multi-region failed [C-test-failure O-roachtest O-robot T-sql-queries branch-master] </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*unoptimized-query-oracle/disable-rules=all.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
2.0
roachtest: unoptimized-query-oracle/disable-rules=all failed - roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8147282?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/8147282?buildTab=artifacts#/unoptimized-query-oracle/disable-rules=all) on release-22.2 @ [07a53a36601e9ca5fcffcff55f69b43c6dfbf1c1](https://github.com/cockroachdb/cockroach/commits/07a53a36601e9ca5fcffcff55f69b43c6dfbf1c1): ``` test artifacts and logs in: /artifacts/unoptimized-query-oracle/disable-rules=all/run_1 (test_impl.go:286).Fatal: pq: Use of partitions requires an enterprise license. Your evaluation license expired on December 30, 2022. If you're interested in getting a new license, please contact subscriptions@cockroachlabs.com and we can help you out. ``` <p>Parameters: <code>ROACHTEST_cloud=gce</code> , <code>ROACHTEST_cpu=4</code> , <code>ROACHTEST_encrypted=false</code> , <code>ROACHTEST_fs=ext4</code> , <code>ROACHTEST_localSSD=true</code> , <code>ROACHTEST_ssd=0</code> </p> <details><summary>Help</summary> <p> See: [roachtest README](https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md) See: [How To Investigate \(internal\)](https://cockroachlabs.atlassian.net/l/c/SSSBr8c7) </p> </details> <details><summary>Same failure on other branches</summary> <p> - #93315 roachtest: unoptimized-query-oracle/disable-rules=all/seed-multi-region failed [C-test-failure O-roachtest O-robot T-sql-queries branch-master] </p> </details> /cc @cockroachdb/sql-queries <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*unoptimized-query-oracle/disable-rules=all.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
non_defect
roachtest unoptimized query oracle disable rules all failed roachtest unoptimized query oracle disable rules all with on release test artifacts and logs in artifacts unoptimized query oracle disable rules all run test impl go fatal pq use of partitions requires an enterprise license your evaluation license expired on december if you re interested in getting a new license please contact subscriptions cockroachlabs com and we can help you out parameters roachtest cloud gce roachtest cpu roachtest encrypted false roachtest fs roachtest localssd true roachtest ssd help see see same failure on other branches roachtest unoptimized query oracle disable rules all seed multi region failed cc cockroachdb sql queries
0
23,890
3,865,266,231
IssuesEvent
2016-04-08 16:44:50
buildo/github-workflow-pal
https://api.github.com/repos/buildo/github-workflow-pal
opened
Subissues should inherit all the labels from the macro
defect
## description - it currently gets only the first one
1.0
Subissues should inherit all the labels from the macro - ## description - it currently gets only the first one
defect
subissues should inherit all the labels from the macro description it currently gets only the first one
1
28,154
5,200,912,217
IssuesEvent
2017-01-24 01:52:45
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
PaginatorHelper sort() method generates links without keeping the GET parameter: limit
Defect pagination
This is a (multiple allowed): - [x] bug - [ ] enhancement - [ ] feature-discussion (RFC) - CakePHP Version: 3.2.3 - Platform and Target: Ubuntu 14.04, Apache Mysql 5.6.31 Php 5.5.9 My url is: `/users?advanced_search=1&username=Greg&limit=100` I use the paginator helper to generate sort urls like so: `$headers[] = $this->Paginator->sort('username', 'Name');` The resulting Url to click on for sorting at my table header is: `users?advanced_search=1&usrname=Greg&sort=usrname&direction=asc` The limit parameter is gone, resulting to a default 25 users that I set if no limit is found instead of 100. Diving into the framework, the magic happens at PaginatorHelper::generateUrl method: ``` $paging = $this->params($model); $paging += ['page' => null, 'sort' => null, 'direction' => null, 'limit' => null]; $url = [ 'page' => $paging['page'], 'limit' => $paging['limit'], 'sort' => $paging['sort'], 'direction' => $paging['direction'], ]; ``` `$paging['limit']` is always null, this is the result of `debug($paging)`: ``` [ 'finder' => 'all', 'page' => (int) 1, 'current' => (int) 2, 'count' => (int) 2, 'perPage' => (int) 100, 'prevPage' => false, 'nextPage' => false, 'pageCount' => (int) 1, 'sort' => null, 'direction' => false, 'limit' => null, 'sortDefault' => false, 'directionDefault' => false ] ``` From what I understand, limit will always be overwritten to null no matter what limit I set or pass, unless I do something hacky in the framework like: ``` $url = [ 'page' => $paging['page'], 'limit' => $this->request['query'] ? $this->request['query'] : $paging['limit'], 'sort' => $paging['sort'], 'direction' => $paging['direction'], ]; ``` Does limit live on as the "perPage" parameter? this is what the function generateUrl returns at the end: `/2.0/users?advanced_search=1&amp;usrname=Greg&amp;sort=usrgroup&amp;direction=asc`
1.0
PaginatorHelper sort() method generates links without keeping the GET parameter: limit - This is a (multiple allowed): - [x] bug - [ ] enhancement - [ ] feature-discussion (RFC) - CakePHP Version: 3.2.3 - Platform and Target: Ubuntu 14.04, Apache Mysql 5.6.31 Php 5.5.9 My url is: `/users?advanced_search=1&username=Greg&limit=100` I use the paginator helper to generate sort urls like so: `$headers[] = $this->Paginator->sort('username', 'Name');` The resulting Url to click on for sorting at my table header is: `users?advanced_search=1&usrname=Greg&sort=usrname&direction=asc` The limit parameter is gone, resulting to a default 25 users that I set if no limit is found instead of 100. Diving into the framework, the magic happens at PaginatorHelper::generateUrl method: ``` $paging = $this->params($model); $paging += ['page' => null, 'sort' => null, 'direction' => null, 'limit' => null]; $url = [ 'page' => $paging['page'], 'limit' => $paging['limit'], 'sort' => $paging['sort'], 'direction' => $paging['direction'], ]; ``` `$paging['limit']` is always null, this is the result of `debug($paging)`: ``` [ 'finder' => 'all', 'page' => (int) 1, 'current' => (int) 2, 'count' => (int) 2, 'perPage' => (int) 100, 'prevPage' => false, 'nextPage' => false, 'pageCount' => (int) 1, 'sort' => null, 'direction' => false, 'limit' => null, 'sortDefault' => false, 'directionDefault' => false ] ``` From what I understand, limit will always be overwritten to null no matter what limit I set or pass, unless I do something hacky in the framework like: ``` $url = [ 'page' => $paging['page'], 'limit' => $this->request['query'] ? $this->request['query'] : $paging['limit'], 'sort' => $paging['sort'], 'direction' => $paging['direction'], ]; ``` Does limit live on as the "perPage" parameter? this is what the function generateUrl returns at the end: `/2.0/users?advanced_search=1&amp;usrname=Greg&amp;sort=usrgroup&amp;direction=asc`
defect
paginatorhelper sort method generates links without keeping the get parameter limit this is a multiple allowed bug enhancement feature discussion rfc cakephp version platform and target ubuntu apache mysql php my url is users advanced search username greg limit i use the paginator helper to generate sort urls like so headers this paginator sort username name the resulting url to click on for sorting at my table header is users advanced search usrname greg sort usrname direction asc the limit parameter is gone resulting to a default users that i set if no limit is found instead of diving into the framework the magic happens at paginatorhelper generateurl method paging this params model paging url page paging limit paging sort paging direction paging paging is always null this is the result of debug paging finder all page int current int count int perpage int prevpage false nextpage false pagecount int sort null direction false limit null sortdefault false directiondefault false from what i understand limit will always be overwritten to null no matter what limit i set or pass unless i do something hacky in the framework like url page paging limit this request this request paging sort paging direction paging does limit live on as the perpage parameter this is what the function generateurl returns at the end users advanced search amp usrname greg amp sort usrgroup amp direction asc
1
32,180
6,732,302,314
IssuesEvent
2017-10-18 10:56:19
PowerDNS/pdns
https://api.github.com/repos/PowerDNS/pdns
closed
omitting default-zsk-algorithm in pdns.conf will result in a warning
auth defect
- Program: Authoritative - Issue type: Bug report ### Short description When the setting `default-zsk-algorithm` is not specified in the pdns.conf it will cause a warning at startup: `Warning: default-zsk-algorithm set to unknown algorithm: ` ### Environment - Operating system: Arch Linux x64 - Software version: pdns auth 4.1.0-rc1 from git with PR 5777 applied - Software source: compiled myself, based on the following commit: https://github.com/rgacogne/pdns/commit/e3200e070e7cc4e243676776c41eb806c4edb7a5 ### Steps to reproduce 1. remove any `default-zsk-algorithm` lines from your pdns.conf 2. increase the loglevel sufficiently (with 99 the warning is printed for sure) 3. start pdns ### Expected behaviour I think pdns should rather print "using default `default-zsk-algorithm` value of: $algo" instead of producing a warning. ### Actual behaviour pdns prints said warning with no information about the actually used `default-zsk-algorithm`.
1.0
omitting default-zsk-algorithm in pdns.conf will result in a warning - - Program: Authoritative - Issue type: Bug report ### Short description When the setting `default-zsk-algorithm` is not specified in the pdns.conf it will cause a warning at startup: `Warning: default-zsk-algorithm set to unknown algorithm: ` ### Environment - Operating system: Arch Linux x64 - Software version: pdns auth 4.1.0-rc1 from git with PR 5777 applied - Software source: compiled myself, based on the following commit: https://github.com/rgacogne/pdns/commit/e3200e070e7cc4e243676776c41eb806c4edb7a5 ### Steps to reproduce 1. remove any `default-zsk-algorithm` lines from your pdns.conf 2. increase the loglevel sufficiently (with 99 the warning is printed for sure) 3. start pdns ### Expected behaviour I think pdns should rather print "using default `default-zsk-algorithm` value of: $algo" instead of producing a warning. ### Actual behaviour pdns prints said warning with no information about the actually used `default-zsk-algorithm`.
defect
omitting default zsk algorithm in pdns conf will result in a warning program authoritative issue type bug report short description when the setting default zsk algorithm is not specified in the pdns conf it will cause a warning at startup warning default zsk algorithm set to unknown algorithm environment operating system arch linux software version pdns auth from git with pr applied software source compiled myself based on the following commit steps to reproduce remove any default zsk algorithm lines from your pdns conf increase the loglevel sufficiently with the warning is printed for sure start pdns expected behaviour i think pdns should rather print using default default zsk algorithm value of algo instead of producing a warning actual behaviour pdns prints said warning with no information about the actually used default zsk algorithm
1
32,951
4,443,521,377
IssuesEvent
2016-08-19 17:01:18
dotnet/roslyn
https://api.github.com/repos/dotnet/roslyn
closed
Should explicit interface implementations also report errors for tuple names mismatch?
Area-Language Design Language-C# New Language Feature - Tuples
Question for LDM: Should explicit interface implementations also report errors for tuple names mismatch? ```C# public interface I0 { void M1((int, int b) x); void M2((int a, int b) x); (int, int b) MR1(); (int a, int b) MR2(); } public class C : I0 { void I0.M1((int notMissing, int b) z) { } void I0.M2((int notA, int notB) z) { } (int notMissing, int b) I0.MR1() { return (1, 2); } (int notA, int notB) I0.MR2() { return (1, 2); } } ``` from `ExplicitInterfaceImplementationWithDifferentTupleNames` Per discussion with @VSadov, explicit implementations are not public and so do not have the same concern which justified the error in the first place. You can only call the method through the interface's signature, not the implementation's signature, so the tuple names in the implementation should not matter. FYI @gafter @MadsTorgersen
1.0
Should explicit interface implementations also report errors for tuple names mismatch? - Question for LDM: Should explicit interface implementations also report errors for tuple names mismatch? ```C# public interface I0 { void M1((int, int b) x); void M2((int a, int b) x); (int, int b) MR1(); (int a, int b) MR2(); } public class C : I0 { void I0.M1((int notMissing, int b) z) { } void I0.M2((int notA, int notB) z) { } (int notMissing, int b) I0.MR1() { return (1, 2); } (int notA, int notB) I0.MR2() { return (1, 2); } } ``` from `ExplicitInterfaceImplementationWithDifferentTupleNames` Per discussion with @VSadov, explicit implementations are not public and so do not have the same concern which justified the error in the first place. You can only call the method through the interface's signature, not the implementation's signature, so the tuple names in the implementation should not matter. FYI @gafter @MadsTorgersen
non_defect
should explicit interface implementations also report errors for tuple names mismatch question for ldm should explicit interface implementations also report errors for tuple names mismatch c public interface void int int b x void int a int b x int int b int a int b public class c void int notmissing int b z void int nota int notb z int notmissing int b return int nota int notb return from explicitinterfaceimplementationwithdifferenttuplenames per discussion with vsadov explicit implementations are not public and so do not have the same concern which justified the error in the first place you can only call the method through the interface s signature not the implementation s signature so the tuple names in the implementation should not matter fyi gafter madstorgersen
0
268,567
8,408,296,896
IssuesEvent
2018-10-12 00:45:53
interlockledger/peer2peer
https://api.github.com/repos/interlockledger/peer2peer
closed
System.InvalidOperationException: Reading is not allowed after reader was completed.
bug high priority
### From console log: ``` [[::ffff:127.0.0.1]:49308]: connected fail: PeerListener[0] -- Error while trying to listen to clients. System.InvalidOperationException: Reading is not allowed after reader was completed. at System.IO.Pipelines.ThrowHelper.ThrowInvalidOperationException_NoReadingAllowed() at System.IO.Pipelines.Pipe.ReadAsync(CancellationToken token) at System.IO.Pipelines.Pipe.DefaultPipeReader.ReadAsync(CancellationToken cancellationToken) at InterlockLedger.Peer2Peer.PeerListener.ReadPipeAsync(Socket socket, PipeReader reader, INodeSink nodeSink) at InterlockLedger.Peer2Peer.PeerListener.ProcessLinesAsync(Socket socket, INodeSink nodeSink) at InterlockLedger.Peer2Peer.PeerListener.Background_Listen() [[::ffff:127.0.0.1]:49309]: connected [[::ffff:127.0.0.1]:49309]: disconnected ``` ### Also can be better: 1. log connection/disconnection only in Debug and up 2. Rename PeerListener.ProcessLinesAsync to PeerListener.ProcessMessagesAsync 3. Rename PeerListener.Background_Listen() to PeerListener.Listen() Consequence of #1
1.0
System.InvalidOperationException: Reading is not allowed after reader was completed. - ### From console log: ``` [[::ffff:127.0.0.1]:49308]: connected fail: PeerListener[0] -- Error while trying to listen to clients. System.InvalidOperationException: Reading is not allowed after reader was completed. at System.IO.Pipelines.ThrowHelper.ThrowInvalidOperationException_NoReadingAllowed() at System.IO.Pipelines.Pipe.ReadAsync(CancellationToken token) at System.IO.Pipelines.Pipe.DefaultPipeReader.ReadAsync(CancellationToken cancellationToken) at InterlockLedger.Peer2Peer.PeerListener.ReadPipeAsync(Socket socket, PipeReader reader, INodeSink nodeSink) at InterlockLedger.Peer2Peer.PeerListener.ProcessLinesAsync(Socket socket, INodeSink nodeSink) at InterlockLedger.Peer2Peer.PeerListener.Background_Listen() [[::ffff:127.0.0.1]:49309]: connected [[::ffff:127.0.0.1]:49309]: disconnected ``` ### Also can be better: 1. log connection/disconnection only in Debug and up 2. Rename PeerListener.ProcessLinesAsync to PeerListener.ProcessMessagesAsync 3. Rename PeerListener.Background_Listen() to PeerListener.Listen() Consequence of #1
non_defect
system invalidoperationexception reading is not allowed after reader was completed from console log connected fail peerlistener error while trying to listen to clients system invalidoperationexception reading is not allowed after reader was completed at system io pipelines throwhelper throwinvalidoperationexception noreadingallowed at system io pipelines pipe readasync cancellationtoken token at system io pipelines pipe defaultpipereader readasync cancellationtoken cancellationtoken at interlockledger peerlistener readpipeasync socket socket pipereader reader inodesink nodesink at interlockledger peerlistener processlinesasync socket socket inodesink nodesink at interlockledger peerlistener background listen connected disconnected also can be better log connection disconnection only in debug and up rename peerlistener processlinesasync to peerlistener processmessagesasync rename peerlistener background listen to peerlistener listen consequence of
0
27,486
4,314,181,489
IssuesEvent
2016-07-22 13:39:28
mautic/mautic
https://api.github.com/repos/mautic/mautic
closed
Editor is generating 'p' tags in page's html
Bug Pending Feedback Ready To Test
I'm building a customized theme and the editor automatically generates `<p>` tags even on text elements. As an example, on my *page.html.php* I have ```html <?php if ($view['slots']->hasContent('s1Titulo')): ?> <h1 class="header text-center"><?php $view['slots']->output('s1Titulo'); ?></h1> <?php endif; //?> ``` but the returned result will be ```html <h1 class="header text-center"><p>sdfsdf</p></h1> ``` On *config.php* page, this slot is configured as text ```php "slots" => array( "page" => array( "s1Titulo" => array('type' => 'text'), ``` If I open the editor and try to edit the source code of the slot, the `<p>`tag is always there. If I delete it on the editor, it reapers after saving. By the way, I'm using V1.2.2 Thanks for your help.
1.0
Editor is generating 'p' tags in page's html - I'm building a customized theme and the editor automatically generates `<p>` tags even on text elements. As an example, on my *page.html.php* I have ```html <?php if ($view['slots']->hasContent('s1Titulo')): ?> <h1 class="header text-center"><?php $view['slots']->output('s1Titulo'); ?></h1> <?php endif; //?> ``` but the returned result will be ```html <h1 class="header text-center"><p>sdfsdf</p></h1> ``` On *config.php* page, this slot is configured as text ```php "slots" => array( "page" => array( "s1Titulo" => array('type' => 'text'), ``` If I open the editor and try to edit the source code of the slot, the `<p>`tag is always there. If I delete it on the editor, it reapers after saving. By the way, I'm using V1.2.2 Thanks for your help.
non_defect
editor is generating p tags in page s html i m building a customized theme and the editor automatically generates tags even on text elements as an example on my page html php i have html hascontent output but the returned result will be html sdfsdf on config php page this slot is configured as text php slots array page array array type text if i open the editor and try to edit the source code of the slot the tag is always there if i delete it on the editor it reapers after saving by the way i m using thanks for your help
0
76,632
26,519,693,196
IssuesEvent
2023-01-19 00:46:47
zed-industries/feedback
https://api.github.com/repos/zed-industries/feedback
closed
buffer symbols are corrupted
defect workspace
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it <img width="1440" alt="image" src="https://user-images.githubusercontent.com/40336192/211156563-47ad7f2b-e7b4-4c47-8533-18498d7ff5f9.png"> ### Environment Zed 0.67.5 – /Applications/Zed.app macOS 13.1 architecture arm64 ### If applicable, add mockups / screenshots to help explain present your vision of the feature _No response_ ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue [Zed.log](https://github.com/zed-industries/feedback/files/10366523/Zed.log)
1.0
buffer symbols are corrupted - ### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it <img width="1440" alt="image" src="https://user-images.githubusercontent.com/40336192/211156563-47ad7f2b-e7b4-4c47-8533-18498d7ff5f9.png"> ### Environment Zed 0.67.5 – /Applications/Zed.app macOS 13.1 architecture arm64 ### If applicable, add mockups / screenshots to help explain present your vision of the feature _No response_ ### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue [Zed.log](https://github.com/zed-industries/feedback/files/10366523/Zed.log)
defect
buffer symbols are corrupted check for existing issues completed describe the bug provide steps to reproduce it img width alt image src environment zed – applications zed app macos architecture if applicable add mockups screenshots to help explain present your vision of the feature no response if applicable attach your library logs zed zed log file to this issue
1
19,649
26,008,904,910
IssuesEvent
2022-12-20 22:30:44
CSE201-project/PaperFriend-desktop-app
https://api.github.com/repos/CSE201-project/PaperFriend-desktop-app
closed
Load from file/ save to file activities and friends
file processing
As you can see at the top of mainwindow.cpp, there are a few vectors that are going to be shared by many components of the app. Here are the two you have to focus on: std::vector<Activity>vector_activities; std::vector<Friend>vector_friends; They represent all the activities resp. friends that the user can select when writing an entry. - When the app is launched, you should load form a file activities.json and friends.json the activities and friends that are in these two vectors. - When the app is closed, you have to save back the current content of these two vectors in friends.json and activities.json
1.0
Load from file/ save to file activities and friends - As you can see at the top of mainwindow.cpp, there are a few vectors that are going to be shared by many components of the app. Here are the two you have to focus on: std::vector<Activity>vector_activities; std::vector<Friend>vector_friends; They represent all the activities resp. friends that the user can select when writing an entry. - When the app is launched, you should load form a file activities.json and friends.json the activities and friends that are in these two vectors. - When the app is closed, you have to save back the current content of these two vectors in friends.json and activities.json
non_defect
load from file save to file activities and friends as you can see at the top of mainwindow cpp there are a few vectors that are going to be shared by many components of the app here are the two you have to focus on std vector vector activities std vector vector friends they represent all the activities resp friends that the user can select when writing an entry when the app is launched you should load form a file activities json and friends json the activities and friends that are in these two vectors when the app is closed you have to save back the current content of these two vectors in friends json and activities json
0
22,664
3,681,205,906
IssuesEvent
2016-02-24 01:45:52
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Validate DOM types in dart:html
area-dartium priority-unassigned resolution-assumed_stale triaged Type-Defect
If I edit the html_dartium's type table to add an invalid type, e.g.,: &nbsp;&nbsp;'HTMLBodyElement': () =&gt; String, then, instantiating this type in Dart (document.body) will crash the browser. I think we need to either: (a) Add a check in DartDOMWrapper::dartClass, or (b) Handle the error case in DartDOMWrapper::createWrapper's call to Dart_AllocateWithNativeFields.
1.0
Validate DOM types in dart:html - If I edit the html_dartium's type table to add an invalid type, e.g.,: &nbsp;&nbsp;'HTMLBodyElement': () =&gt; String, then, instantiating this type in Dart (document.body) will crash the browser. I think we need to either: (a) Add a check in DartDOMWrapper::dartClass, or (b) Handle the error case in DartDOMWrapper::createWrapper's call to Dart_AllocateWithNativeFields.
defect
validate dom types in dart html if i edit the html dartium s type table to add an invalid type e g nbsp nbsp htmlbodyelement gt string then instantiating this type in dart document body will crash the browser i think we need to either a add a check in dartdomwrapper dartclass or b handle the error case in dartdomwrapper createwrapper s call to dart allocatewithnativefields
1
82,070
31,899,081,198
IssuesEvent
2023-09-18 06:14:49
vector-im/element-desktop
https://api.github.com/repos/vector-im/element-desktop
closed
All persons with same display name get notified if just one gets mentioned in a group chat.
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? I have the public room #nix:nixos.org opened in Element Desktop. I joined this room a while ago and my display name is "Daniel". The left half of the screen shows messages in the room. The right half shows my room notifications. ### Outcome #### What did you expect? If a person mentions me, I should get a notification on the right half and the corresponding message should be in red on the left half. Here is an example: ![Screenshot from 2023-09-15 16-12-21](https://github.com/vector-im/element-desktop/assets/10504672/4da7573f-f52f-4d77-8ef7-2f0330b4dfc0) #### What happened instead? Recently, another room member got mentioned. He has the same display name "Daniel". I got a notification about this on the right half - which I should have not gotten. The corresponding message on the left half is in red (which it should not be). I can see from the message, that another person is mentioned, not me. ![Screenshot from 2023-09-15 16-10-16](https://github.com/vector-im/element-desktop/assets/10504672/56f41360-5915-4a41-85e9-5f9b955442b9) From the above, I assume that there is a bug in the notification system. It looks as if there are multiple persons with the same display name in one room, that all of them get a notification if only one of them is mentioned in a message. I did not test if this problem can be reproduced. ### Operating system NixOS 23.05 ### Application version Element version: 1.11.40 Olm version: 3.2.14 ### How did you install the app? As Nix package. ### Homeserver https://element.systemli.org ### Will you send logs? No, I think these provide no benefit for this specific use case. If I'm wrong, please let me know and I can provide logs.
1.0
All persons with same display name get notified if just one gets mentioned in a group chat. - ### Steps to reproduce 1. Where are you starting? What can you see? I have the public room #nix:nixos.org opened in Element Desktop. I joined this room a while ago and my display name is "Daniel". The left half of the screen shows messages in the room. The right half shows my room notifications. ### Outcome #### What did you expect? If a person mentions me, I should get a notification on the right half and the corresponding message should be in red on the left half. Here is an example: ![Screenshot from 2023-09-15 16-12-21](https://github.com/vector-im/element-desktop/assets/10504672/4da7573f-f52f-4d77-8ef7-2f0330b4dfc0) #### What happened instead? Recently, another room member got mentioned. He has the same display name "Daniel". I got a notification about this on the right half - which I should have not gotten. The corresponding message on the left half is in red (which it should not be). I can see from the message, that another person is mentioned, not me. ![Screenshot from 2023-09-15 16-10-16](https://github.com/vector-im/element-desktop/assets/10504672/56f41360-5915-4a41-85e9-5f9b955442b9) From the above, I assume that there is a bug in the notification system. It looks as if there are multiple persons with the same display name in one room, that all of them get a notification if only one of them is mentioned in a message. I did not test if this problem can be reproduced. ### Operating system NixOS 23.05 ### Application version Element version: 1.11.40 Olm version: 3.2.14 ### How did you install the app? As Nix package. ### Homeserver https://element.systemli.org ### Will you send logs? No, I think these provide no benefit for this specific use case. If I'm wrong, please let me know and I can provide logs.
defect
all persons with same display name get notified if just one gets mentioned in a group chat steps to reproduce where are you starting what can you see i have the public room nix nixos org opened in element desktop i joined this room a while ago and my display name is daniel the left half of the screen shows messages in the room the right half shows my room notifications outcome what did you expect if a person mentions me i should get a notification on the right half and the corresponding message should be in red on the left half here is an example what happened instead recently another room member got mentioned he has the same display name daniel i got a notification about this on the right half which i should have not gotten the corresponding message on the left half is in red which it should not be i can see from the message that another person is mentioned not me from the above i assume that there is a bug in the notification system it looks as if there are multiple persons with the same display name in one room that all of them get a notification if only one of them is mentioned in a message i did not test if this problem can be reproduced operating system nixos application version element version olm version how did you install the app as nix package homeserver will you send logs no i think these provide no benefit for this specific use case if i m wrong please let me know and i can provide logs
1
79,728
28,506,590,037
IssuesEvent
2023-04-18 22:08:26
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Unable to Reorder Contents Editing a Page
Type : Defect Triage
### Parent Issue _No response_ ### Problem Statement As a content editor, I am unable to reorder contents while editing a page. When I try to drag and drop contents, it doesn't work and I receive an error in the JS console. ![image](https://user-images.githubusercontent.com/2641437/232915946-aaf6d005-3432-45ee-951c-6381c5ba4e2b.png) ### Steps to Reproduce - Login to dotCMS as a content editor. - Navigate to a page that has contents. - Click on "Edit Page" to open the page in edit mode - Try to drag and drop any content to reorder it. ### Acceptance Criteria - Content editors should be able to easily reorder contents while editing a page. - Contents should be reordered on the page based on the order set in the contents editor. - No errors should be displayed in the JS console while reordering contents. ### dotCMS Version Tested on release-23.05 // Docker // FF ### Proposed Objective Quality Assurance ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
1.0
Unable to Reorder Contents Editing a Page - ### Parent Issue _No response_ ### Problem Statement As a content editor, I am unable to reorder contents while editing a page. When I try to drag and drop contents, it doesn't work and I receive an error in the JS console. ![image](https://user-images.githubusercontent.com/2641437/232915946-aaf6d005-3432-45ee-951c-6381c5ba4e2b.png) ### Steps to Reproduce - Login to dotCMS as a content editor. - Navigate to a page that has contents. - Click on "Edit Page" to open the page in edit mode - Try to drag and drop any content to reorder it. ### Acceptance Criteria - Content editors should be able to easily reorder contents while editing a page. - Contents should be reordered on the page based on the order set in the contents editor. - No errors should be displayed in the JS console while reordering contents. ### dotCMS Version Tested on release-23.05 // Docker // FF ### Proposed Objective Quality Assurance ### Proposed Priority Priority 3 - Average ### External Links... Slack Conversations, Support Tickets, Figma Designs, etc. _No response_ ### Assumptions & Initiation Needs _No response_ ### Quality Assurance Notes & Workarounds _No response_ ### Sub-Tasks & Estimates _No response_
defect
unable to reorder contents editing a page parent issue no response problem statement as a content editor i am unable to reorder contents while editing a page when i try to drag and drop contents it doesn t work and i receive an error in the js console steps to reproduce login to dotcms as a content editor navigate to a page that has contents click on edit page to open the page in edit mode try to drag and drop any content to reorder it acceptance criteria content editors should be able to easily reorder contents while editing a page contents should be reordered on the page based on the order set in the contents editor no errors should be displayed in the js console while reordering contents dotcms version tested on release docker ff proposed objective quality assurance proposed priority priority average external links slack conversations support tickets figma designs etc no response assumptions initiation needs no response quality assurance notes workarounds no response sub tasks estimates no response
1
52,447
27,566,712,749
IssuesEvent
2023-03-08 04:52:42
nickcoutsos/keymap-editor
https://api.github.com/repos/nickcoutsos/keymap-editor
closed
Cache GitHub access tokens
enhancement performance
Installation tokens can be persisted in memory for a while to avoid repeated network round-trips anytime an API call requires it.
True
Cache GitHub access tokens - Installation tokens can be persisted in memory for a while to avoid repeated network round-trips anytime an API call requires it.
non_defect
cache github access tokens installation tokens can be persisted in memory for a while to avoid repeated network round trips anytime an api call requires it
0
69,234
22,289,480,864
IssuesEvent
2022-06-12 06:11:35
jezzsantos/automate
https://api.github.com/repos/jezzsantos/automate
opened
Defect: adding launchpoint
defect-functional
this command (on a new pattern), fails: `automate edit add-command-launchpoint "*" --name "Go"` ``` Failed Unexpectedly, with: The command identifiers must include at least one identifier (Parameter 'commandIds') Actual value was System.Collections.Generic.List`1[System.String]. ```
1.0
Defect: adding launchpoint - this command (on a new pattern), fails: `automate edit add-command-launchpoint "*" --name "Go"` ``` Failed Unexpectedly, with: The command identifiers must include at least one identifier (Parameter 'commandIds') Actual value was System.Collections.Generic.List`1[System.String]. ```
defect
defect adding launchpoint this command on a new pattern fails automate edit add command launchpoint name go failed unexpectedly with the command identifiers must include at least one identifier parameter commandids actual value was system collections generic list
1
120,585
4,791,853,387
IssuesEvent
2016-10-31 13:59:52
TheScienceMuseum/collectionsonline
https://api.github.com/repos/TheScienceMuseum/collectionsonline
closed
Update dependencies
priority-3 technical
We have a few dependencies that need a quick update (although the github release notes for these 3 are particularly unhelpful - read: non-existent): https://david-dm.org/TheScienceMuseum/collectionsonline <img width="980" alt="screen shot 2016-09-25 at 23 47 33" src="https://cloud.githubusercontent.com/assets/4185328/18818766/a261769a-837a-11e6-97fd-7b4597328739.png">
1.0
Update dependencies - We have a few dependencies that need a quick update (although the github release notes for these 3 are particularly unhelpful - read: non-existent): https://david-dm.org/TheScienceMuseum/collectionsonline <img width="980" alt="screen shot 2016-09-25 at 23 47 33" src="https://cloud.githubusercontent.com/assets/4185328/18818766/a261769a-837a-11e6-97fd-7b4597328739.png">
non_defect
update dependencies we have a few dependencies that need a quick update although the github release notes for these are particularly unhelpful read non existent img width alt screen shot at src
0
749,302
26,157,909,091
IssuesEvent
2022-12-31 03:39:41
ubcuas/GCOM-Lite-Front-End
https://api.github.com/repos/ubcuas/GCOM-Lite-Front-End
opened
Integration
Priority: High Status: Blocked Type: Enhancement
The front end needs to be connected to the backend once possible. This is blocked for now but will proceed soon.
1.0
Integration - The front end needs to be connected to the backend once possible. This is blocked for now but will proceed soon.
non_defect
integration the front end needs to be connected to the backend once possible this is blocked for now but will proceed soon
0
361,570
25,343,892,906
IssuesEvent
2022-11-19 02:02:17
mantidproject/mantid
https://api.github.com/repos/mantidproject/mantid
closed
Move Technical Concepts pages from Docs -> DevDocs
Documentation Maintenance Stale
**Describe the outcome that is desired.** The [Concepts section](https://docs.mantidproject.org/nightly/concepts/index.html) of the docs has many pages on specific technical parts of our code which aren't useful to users. The list of pages I think should be moved to the docs (but there may be more) is: - https://docs.mantidproject.org/nightly/concepts/DynamicFactory.html - https://docs.mantidproject.org/nightly/concepts/FrameworkManager.html - https://docs.mantidproject.org/nightly/concepts/Plugin.html Some pages should probably be deleted: - https://docs.mantidproject.org/nightly/concepts/SharedPointer.html - https://docs.mantidproject.org/nightly/concepts/Project.html Please discuss with others about what pages should be moved / deleted
1.0
Move Technical Concepts pages from Docs -> DevDocs - **Describe the outcome that is desired.** The [Concepts section](https://docs.mantidproject.org/nightly/concepts/index.html) of the docs has many pages on specific technical parts of our code which aren't useful to users. The list of pages I think should be moved to the docs (but there may be more) is: - https://docs.mantidproject.org/nightly/concepts/DynamicFactory.html - https://docs.mantidproject.org/nightly/concepts/FrameworkManager.html - https://docs.mantidproject.org/nightly/concepts/Plugin.html Some pages should probably be deleted: - https://docs.mantidproject.org/nightly/concepts/SharedPointer.html - https://docs.mantidproject.org/nightly/concepts/Project.html Please discuss with others about what pages should be moved / deleted
non_defect
move technical concepts pages from docs devdocs describe the outcome that is desired the of the docs has many pages on specific technical parts of our code which aren t useful to users the list of pages i think should be moved to the docs but there may be more is some pages should probably be deleted please discuss with others about what pages should be moved deleted
0
76,128
26,257,155,716
IssuesEvent
2023-01-06 02:28:38
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
slides_new.xml contains chat but slides
type: defect priority: low module: recording status: stale
Originally reported on Google Code with ID 1691 ``` In playback: "slides_new.xml" is used as timeline source in the audio html tag, this xml file only contains chat messages. Change its name to "chat.xml" . Slides are taken from "shapes.svg" ``` Reported by `guga.salazar.loor` on 2013-11-25 18:54:36
1.0
slides_new.xml contains chat but slides - Originally reported on Google Code with ID 1691 ``` In playback: "slides_new.xml" is used as timeline source in the audio html tag, this xml file only contains chat messages. Change its name to "chat.xml" . Slides are taken from "shapes.svg" ``` Reported by `guga.salazar.loor` on 2013-11-25 18:54:36
defect
slides new xml contains chat but slides originally reported on google code with id in playback slides new xml is used as timeline source in the audio html tag this xml file only contains chat messages change its name to chat xml slides are taken from shapes svg reported by guga salazar loor on
1
72,905
24,353,407,598
IssuesEvent
2022-10-03 04:04:42
vector-im/element-android
https://api.github.com/repos/vector-im/element-android
opened
Can't rearrange spaces
T-Defect
### Steps to reproduce 1. Enable new layout 2. Tap on the spaces icon 3. Try to rearrange a space ### Outcome #### What did you expect? Be able to rearrange a space like in the old layout #### What happened instead? Tapping and holding the space brings options instead ### Your phone model SHARP Aquos V6 ### Operating system version Android 12 ### Application version and app store 1.5.1 [40105011] (G-c4e070ce) ### Homeserver _No response_ ### Will you send logs? No ### Are you willing to provide a PR? No
1.0
Can't rearrange spaces - ### Steps to reproduce 1. Enable new layout 2. Tap on the spaces icon 3. Try to rearrange a space ### Outcome #### What did you expect? Be able to rearrange a space like in the old layout #### What happened instead? Tapping and holding the space brings options instead ### Your phone model SHARP Aquos V6 ### Operating system version Android 12 ### Application version and app store 1.5.1 [40105011] (G-c4e070ce) ### Homeserver _No response_ ### Will you send logs? No ### Are you willing to provide a PR? No
defect
can t rearrange spaces steps to reproduce enable new layout tap on the spaces icon try to rearrange a space outcome what did you expect be able to rearrange a space like in the old layout what happened instead tapping and holding the space brings options instead your phone model sharp aquos operating system version android application version and app store g homeserver no response will you send logs no are you willing to provide a pr no
1
237,504
18,162,108,114
IssuesEvent
2021-09-27 10:49:18
EventStore/documentation
https://api.github.com/repos/EventStore/documentation
closed
Combine the landing page of doc and cloud
documentation size/small area/cloud
i need to click twice to actually go to the cloud doc , and always first land on https://developers.eventstore.com/cloud/ couldn't we merge that page with the intro page https://developers.eventstore.com/cloud/intro/
1.0
Combine the landing page of doc and cloud - i need to click twice to actually go to the cloud doc , and always first land on https://developers.eventstore.com/cloud/ couldn't we merge that page with the intro page https://developers.eventstore.com/cloud/intro/
non_defect
combine the landing page of doc and cloud i need to click twice to actually go to the cloud doc and always first land on couldn t we merge that page with the intro page
0
341,952
30,606,992,286
IssuesEvent
2023-07-23 05:49:51
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix jax_numpy_logic.test_jax_isposinf
JAX Frontend Sub Task Failing Test
| | | |---|---| |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a>
1.0
Fix jax_numpy_logic.test_jax_isposinf - | | | |---|---| |paddle|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a> |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/5523625629/jobs/10074807417"><img src=https://img.shields.io/badge/-success-success></a>
non_defect
fix jax numpy logic test jax isposinf paddle a href src torch a href src numpy a href src jax a href src tensorflow a href src
0
10,623
2,622,177,486
IssuesEvent
2015-03-04 00:17:19
byzhang/leveldb
https://api.github.com/repos/byzhang/leveldb
closed
make php binding for leveldb
auto-migrated Priority-Medium Type-Defect
``` One exists (https://github.com/arraypad/php-leveldb) but does not implement all features and is not active anymore. ``` Original issue reported on code.google.com by `realt5...@gmail.com` on 7 Apr 2012 at 1:54
1.0
make php binding for leveldb - ``` One exists (https://github.com/arraypad/php-leveldb) but does not implement all features and is not active anymore. ``` Original issue reported on code.google.com by `realt5...@gmail.com` on 7 Apr 2012 at 1:54
defect
make php binding for leveldb one exists but does not implement all features and is not active anymore original issue reported on code google com by gmail com on apr at
1
71,689
23,760,469,766
IssuesEvent
2022-09-01 08:26:49
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
p-calendar: Inline mode does not work inside p-dialog
defect
### Describe the bug When attempting to show the `p-calendar` inside of a `p-dialog` in `inline` mode, the calendar does not render properly. ![Calendar Not Shown](https://user-images.githubusercontent.com/18640860/185150992-767bc84a-e8ed-440b-ba0b-743f9b218f90.png) The code is very straightforward and can be reproduced with the link below. ### Environment Angular 14.0.3 PrimeNG 14.0.0 ### Reproducer https://stackblitz.com/edit/github-5ggjdt?file=src/app/app.component.html ### Angular version 14.0.3 ### PrimeNG version 14.0.0 ### Build / Runtime TypeScript ### Language TypeScript ### Node version (for AoT issues node --version) 16.13.1 ### Browser(s) _No response_ ### Steps to reproduce the behavior 1. Open Stackblitz repro 2. Click "Click Me" button ### Expected behavior The calendar should be shown inline inside of the dialog component.
1.0
p-calendar: Inline mode does not work inside p-dialog - ### Describe the bug When attempting to show the `p-calendar` inside of a `p-dialog` in `inline` mode, the calendar does not render properly. ![Calendar Not Shown](https://user-images.githubusercontent.com/18640860/185150992-767bc84a-e8ed-440b-ba0b-743f9b218f90.png) The code is very straightforward and can be reproduced with the link below. ### Environment Angular 14.0.3 PrimeNG 14.0.0 ### Reproducer https://stackblitz.com/edit/github-5ggjdt?file=src/app/app.component.html ### Angular version 14.0.3 ### PrimeNG version 14.0.0 ### Build / Runtime TypeScript ### Language TypeScript ### Node version (for AoT issues node --version) 16.13.1 ### Browser(s) _No response_ ### Steps to reproduce the behavior 1. Open Stackblitz repro 2. Click "Click Me" button ### Expected behavior The calendar should be shown inline inside of the dialog component.
defect
p calendar inline mode does not work inside p dialog describe the bug when attempting to show the p calendar inside of a p dialog in inline mode the calendar does not render properly the code is very straightforward and can be reproduced with the link below environment angular primeng reproducer angular version primeng version build runtime typescript language typescript node version for aot issues node version browser s no response steps to reproduce the behavior open stackblitz repro click click me button expected behavior the calendar should be shown inline inside of the dialog component
1
747,568
26,091,211,614
IssuesEvent
2022-12-26 11:46:14
CanberraOceanRacingClub/namadgi3
https://api.github.com/repos/CanberraOceanRacingClub/namadgi3
closed
Mounting brackets for fuel gerry cans on decks
Priority_1 Rigger Boatworks
For gerry cans to be mounted on the rails. Peter Ottesen has a good design.
1.0
Mounting brackets for fuel gerry cans on decks - For gerry cans to be mounted on the rails. Peter Ottesen has a good design.
non_defect
mounting brackets for fuel gerry cans on decks for gerry cans to be mounted on the rails peter ottesen has a good design
0
301,812
9,231,134,479
IssuesEvent
2019-03-13 00:57:09
minio/minio
https://api.github.com/repos/minio/minio
closed
Unable to delete buckets with a dot(.) in their name through GUI in federated setups
priority: medium
<!--- Provide a general summary of the issue in the Title above --> I was able to create a bucket named `he.man` from minio GUI interface. And was also able to delete the bucket from the GUI interface. However, If I refresh the page before deleting the bucket, the bucket name changes to `man/he`. Once this happens we cannot delete the bucket ever from GUI interface and it can only be deleted from the cli. After page refresh: ![image](https://user-images.githubusercontent.com/8983446/53994355-24b0ba00-4158-11e9-88d6-4784f745dc5d.png) ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> Either users should not be allowed to create buckets with a dot in the bucket name or there should be a way to delete these buckets from the GUI interface. <!--- If you're suggesting a change/improvement, tell us how it should work --> There should be a way to delete these buckets from the GUI interface. ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Create a bucket called abc.xyz through minio GUI interface 2. Refresh the browser page. Now the bucket name changes to xyz/abc 3. Try to delete the bucket through GUI interface. (Throws an error: Bucket name contains invalid characters ) ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): 2019-01-31T00:31:19Z * Environment name and version (e.g. nginx 1.9.1): NA * Server type and version: NA * Operating System and version (`uname -a`): Linux <hostname> 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux * Link to your project: NA
1.0
Unable to delete buckets with a dot(.) in their name through GUI in federated setups - <!--- Provide a general summary of the issue in the Title above --> I was able to create a bucket named `he.man` from minio GUI interface. And was also able to delete the bucket from the GUI interface. However, If I refresh the page before deleting the bucket, the bucket name changes to `man/he`. Once this happens we cannot delete the bucket ever from GUI interface and it can only be deleted from the cli. After page refresh: ![image](https://user-images.githubusercontent.com/8983446/53994355-24b0ba00-4158-11e9-88d6-4784f745dc5d.png) ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> Either users should not be allowed to create buckets with a dot in the bucket name or there should be a way to delete these buckets from the GUI interface. <!--- If you're suggesting a change/improvement, tell us how it should work --> There should be a way to delete these buckets from the GUI interface. ## Steps to Reproduce (for bugs) <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1. Create a bucket called abc.xyz through minio GUI interface 2. Refresh the browser page. Now the bucket name changes to xyz/abc 3. Try to delete the bucket through GUI interface. (Throws an error: Bucket name contains invalid characters ) ## Your Environment <!--- Include as many relevant details about the environment you experienced the bug in --> * Version used (`minio version`): 2019-01-31T00:31:19Z * Environment name and version (e.g. nginx 1.9.1): NA * Server type and version: NA * Operating System and version (`uname -a`): Linux <hostname> 4.4.0-116-generic #140-Ubuntu SMP Mon Feb 12 21:23:04 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux * Link to your project: NA
non_defect
unable to delete buckets with a dot in their name through gui in federated setups i was able to create a bucket named he man from minio gui interface and was also able to delete the bucket from the gui interface however if i refresh the page before deleting the bucket the bucket name changes to man he once this happens we cannot delete the bucket ever from gui interface and it can only be deleted from the cli after page refresh expected behavior either users should not be allowed to create buckets with a dot in the bucket name or there should be a way to delete these buckets from the gui interface there should be a way to delete these buckets from the gui interface steps to reproduce for bugs create a bucket called abc xyz through minio gui interface refresh the browser page now the bucket name changes to xyz abc try to delete the bucket through gui interface throws an error bucket name contains invalid characters your environment version used minio version environment name and version e g nginx na server type and version na operating system and version uname a linux generic ubuntu smp mon feb utc gnu linux link to your project na
0
78,678
15,049,746,339
IssuesEvent
2021-02-03 11:55:40
parallaxsecond/parsec
https://api.github.com/repos/parallaxsecond/parsec
closed
Rearrange modules for a more structured feel
code health enhancement
The top level modules (TLM) of the service should reflect the importance of said components. At the moment, each type of component is placed in a separate TLM. It would be useful, for the sake of limiting the number of TLMs, to redistribute them. An option of TLM set would be: * `authenticators` * `providers` * `core` - containing the current `front` and `back` modules * `utils` - containing the current `key_id_managers` and, in the future, the configuration logic and other bits that do not fit in other boxes The change should be reflected in the documentation.
1.0
Rearrange modules for a more structured feel - The top level modules (TLM) of the service should reflect the importance of said components. At the moment, each type of component is placed in a separate TLM. It would be useful, for the sake of limiting the number of TLMs, to redistribute them. An option of TLM set would be: * `authenticators` * `providers` * `core` - containing the current `front` and `back` modules * `utils` - containing the current `key_id_managers` and, in the future, the configuration logic and other bits that do not fit in other boxes The change should be reflected in the documentation.
non_defect
rearrange modules for a more structured feel the top level modules tlm of the service should reflect the importance of said components at the moment each type of component is placed in a separate tlm it would be useful for the sake of limiting the number of tlms to redistribute them an option of tlm set would be authenticators providers core containing the current front and back modules utils containing the current key id managers and in the future the configuration logic and other bits that do not fit in other boxes the change should be reflected in the documentation
0
3,914
2,610,083,954
IssuesEvent
2015-02-26 18:25:37
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳闭合性粉刺怎么祛除
auto-migrated Priority-Medium Type-Defect
``` 深圳闭合性粉刺怎么祛除【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:54
1.0
深圳闭合性粉刺怎么祛除 - ``` 深圳闭合性粉刺怎么祛除【深圳韩方科颜全国热线400-869-1818�� �24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 6:54
defect
深圳闭合性粉刺怎么祛除 深圳闭合性粉刺怎么祛除【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at
1
24,086
3,910,821,341
IssuesEvent
2016-04-20 01:08:02
schuel/hmmm
https://api.github.com/repos/schuel/hmmm
opened
Regionselect Regionsearch
defect
![regionselect](https://cloud.githubusercontent.com/assets/4281072/14660317/b1ee8402-06a4-11e6-9f7f-f37f397651ba.png) ---- prop. solutions: * change breakpoint or rather make input field smaller * set field back to selected region when not focused anymore
1.0
Regionselect Regionsearch - ![regionselect](https://cloud.githubusercontent.com/assets/4281072/14660317/b1ee8402-06a4-11e6-9f7f-f37f397651ba.png) ---- prop. solutions: * change breakpoint or rather make input field smaller * set field back to selected region when not focused anymore
defect
regionselect regionsearch prop solutions change breakpoint or rather make input field smaller set field back to selected region when not focused anymore
1
60,302
17,023,391,491
IssuesEvent
2021-07-03 01:47:14
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
unaible to upload changes to OpenStreetMap with Merkaartor 0.12 / Mac OS X
Component: merkaartor Priority: major Resolution: wontfix Type: defect
**[Submitted to the original trac issue database at 3.09pm, Saturday, 25th April 2009]** I have been adding and changing some roads and points, not very much in total. However, when I try to upload the changes to OSM via File-upload to web a dialog shows the following error: There was an error uploading this request (400) Server message is 'Bad Request' Please note that I've switched the settings to 0.6 API before, downloading data as well as Yahoo aerials works fine. Merkaartor 0.12 Mac OS X, Leopard Regards, Werner
1.0
unaible to upload changes to OpenStreetMap with Merkaartor 0.12 / Mac OS X - **[Submitted to the original trac issue database at 3.09pm, Saturday, 25th April 2009]** I have been adding and changing some roads and points, not very much in total. However, when I try to upload the changes to OSM via File-upload to web a dialog shows the following error: There was an error uploading this request (400) Server message is 'Bad Request' Please note that I've switched the settings to 0.6 API before, downloading data as well as Yahoo aerials works fine. Merkaartor 0.12 Mac OS X, Leopard Regards, Werner
defect
unaible to upload changes to openstreetmap with merkaartor mac os x i have been adding and changing some roads and points not very much in total however when i try to upload the changes to osm via file upload to web a dialog shows the following error there was an error uploading this request server message is bad request please note that i ve switched the settings to api before downloading data as well as yahoo aerials works fine merkaartor mac os x leopard regards werner
1
235,157
19,303,210,970
IssuesEvent
2021-12-13 08:47:00
kyma-project/kyma
https://api.github.com/repos/kyma-project/kyma
opened
skr-aws-svcat-migration-dev job fails all the time
bug test-failing
<!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** The tests fails on smctl login: ``` 1) SKR SVCAT migration test Should provision new ServiceManager platform: Error: failed "smctl login -a https://service-manager.cfapps.sap.hana.ondemand.com --param subdomain=e2etestingscmigration --auth-flow client-credentials": Error: could not login Reason: auth error: Client Authentication failed. at Object.provisionPlatform (skr-svcat-migration-test/test-helpers.js:202:15) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async Context.<anonymous> (skr-svcat-migration-test/skr-svcat-migration-test.js:44:21) ```
1.0
skr-aws-svcat-migration-dev job fails all the time - <!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** The tests fails on smctl login: ``` 1) SKR SVCAT migration test Should provision new ServiceManager platform: Error: failed "smctl login -a https://service-manager.cfapps.sap.hana.ondemand.com --param subdomain=e2etestingscmigration --auth-flow client-credentials": Error: could not login Reason: auth error: Client Authentication failed. at Object.provisionPlatform (skr-svcat-migration-test/test-helpers.js:202:15) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async Context.<anonymous> (skr-svcat-migration-test/skr-svcat-migration-test.js:44:21) ```
non_defect
skr aws svcat migration dev job fails all the time thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description the tests fails on smctl login skr svcat migration test should provision new servicemanager platform error failed smctl login a param subdomain auth flow client credentials error could not login reason auth error client authentication failed at object provisionplatform skr svcat migration test test helpers js at processticksandrejections internal process task queues js at async context skr svcat migration test skr svcat migration test js
0
172,367
27,268,826,333
IssuesEvent
2023-02-22 20:23:41
saucelabs/elemental-next
https://api.github.com/repos/saucelabs/elemental-next
opened
Moodboard
design
Django to put together submissions from the team for the moodboard assignment from Marija together with his own work and annotate it into a moodboard to present both to the team and also to the stakeholders to give them an idea of direction. Acceptance criteria: - [ ] Moodboard 1: Internal use, larger, more in depth - [ ] Moodboard 2: Concrete, smaller amount of data, only hits the points that we're concrete on to be presented to stakeholders
1.0
Moodboard - Django to put together submissions from the team for the moodboard assignment from Marija together with his own work and annotate it into a moodboard to present both to the team and also to the stakeholders to give them an idea of direction. Acceptance criteria: - [ ] Moodboard 1: Internal use, larger, more in depth - [ ] Moodboard 2: Concrete, smaller amount of data, only hits the points that we're concrete on to be presented to stakeholders
non_defect
moodboard django to put together submissions from the team for the moodboard assignment from marija together with his own work and annotate it into a moodboard to present both to the team and also to the stakeholders to give them an idea of direction acceptance criteria moodboard internal use larger more in depth moodboard concrete smaller amount of data only hits the points that we re concrete on to be presented to stakeholders
0
8,063
2,611,450,714
IssuesEvent
2015-02-27 04:59:02
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
hwengine crashes with SIGFPE
auto-migrated Priority-Medium Type-Defect
``` Summary: hwengine randomly crashes with SIGFPE while playing Version: 0.9.13 OS: Gentoo Linux Some debugging info: Program received signal SIGFPE, Arithmetic exception. 0x0806a671 in DRAWSPRITE (SPRITE=SPRSPLASH, X=55, Y=785, FRAME=0) at uStore.pas:668 668 row:= Frame mod numFramesFirstCol; (gdb) bt #0 0x0806a671 in DRAWSPRITE (SPRITE=SPRSPLASH, X=55, Y=785, FRAME=0) at uStore.pas:668 #1 0x0808c54d in DRAWVISUALGEARS (LAYER=2) at uVisualGears.pas:804 #2 0x0806ee6d in DRAWWORLD (LAG=42) at uWorld.pas:519 #3 0x0804a347 in DOTIMER (LAG=42) at hwengine.pas:120 #4 0x0804a6de in MAINLOOP () at hwengine.pas:206 #5 0x0804ab6f in GAME () at hwengine.pas:319 #6 0x0804c26d in main () at hwengine.pas:587 (gdb) list 663 664 procedure DrawSprite (Sprite: TSprite; X, Y, Frame: LongInt); 665 var row, col, numFramesFirstCol: LongInt; 666 begin 667 numFramesFirstCol:= SpritesData[Sprite].imageHeight div SpritesData[Sprite].Height; 668 row:= Frame mod numFramesFirstCol; 669 col:= Frame div numFramesFirstCol; 670 DrawSprite2 (Sprite, X, Y, col, row); 671 end; 672 (gdb) print numFramesFirstCol $1 = 0 (gdb) print SpritesData[Sprite].imageHeight $2 = 32 (gdb) print SpritesData[Sprite].Height $3 = 64 ``` Original issue reported on code.google.com by `dev-ran...@dev-random.ru` on 11 Sep 2010 at 12:41
1.0
hwengine crashes with SIGFPE - ``` Summary: hwengine randomly crashes with SIGFPE while playing Version: 0.9.13 OS: Gentoo Linux Some debugging info: Program received signal SIGFPE, Arithmetic exception. 0x0806a671 in DRAWSPRITE (SPRITE=SPRSPLASH, X=55, Y=785, FRAME=0) at uStore.pas:668 668 row:= Frame mod numFramesFirstCol; (gdb) bt #0 0x0806a671 in DRAWSPRITE (SPRITE=SPRSPLASH, X=55, Y=785, FRAME=0) at uStore.pas:668 #1 0x0808c54d in DRAWVISUALGEARS (LAYER=2) at uVisualGears.pas:804 #2 0x0806ee6d in DRAWWORLD (LAG=42) at uWorld.pas:519 #3 0x0804a347 in DOTIMER (LAG=42) at hwengine.pas:120 #4 0x0804a6de in MAINLOOP () at hwengine.pas:206 #5 0x0804ab6f in GAME () at hwengine.pas:319 #6 0x0804c26d in main () at hwengine.pas:587 (gdb) list 663 664 procedure DrawSprite (Sprite: TSprite; X, Y, Frame: LongInt); 665 var row, col, numFramesFirstCol: LongInt; 666 begin 667 numFramesFirstCol:= SpritesData[Sprite].imageHeight div SpritesData[Sprite].Height; 668 row:= Frame mod numFramesFirstCol; 669 col:= Frame div numFramesFirstCol; 670 DrawSprite2 (Sprite, X, Y, col, row); 671 end; 672 (gdb) print numFramesFirstCol $1 = 0 (gdb) print SpritesData[Sprite].imageHeight $2 = 32 (gdb) print SpritesData[Sprite].Height $3 = 64 ``` Original issue reported on code.google.com by `dev-ran...@dev-random.ru` on 11 Sep 2010 at 12:41
defect
hwengine crashes with sigfpe summary hwengine randomly crashes with sigfpe while playing version os gentoo linux some debugging info program received signal sigfpe arithmetic exception in drawsprite sprite sprsplash x y frame at ustore pas row frame mod numframesfirstcol gdb bt in drawsprite sprite sprsplash x y frame at ustore pas in drawvisualgears layer at uvisualgears pas in drawworld lag at uworld pas in dotimer lag at hwengine pas in mainloop at hwengine pas in game at hwengine pas in main at hwengine pas gdb list procedure drawsprite sprite tsprite x y frame longint var row col numframesfirstcol longint begin numframesfirstcol spritesdata imageheight div spritesdata height row frame mod numframesfirstcol col frame div numframesfirstcol sprite x y col row end gdb print numframesfirstcol gdb print spritesdata imageheight gdb print spritesdata height original issue reported on code google com by dev ran dev random ru on sep at
1
668,994
22,606,932,745
IssuesEvent
2022-06-29 13:59:00
bihealth/sodar-server
https://api.github.com/repos/bihealth/sodar-server
opened
Ontologyaccess: Enable OMIM import in UI
feature low priority app: ontologyaccess
Currently this is only possible via the `importomim` management command, but this is not made clear in the UI. Trivial to implement but not a high priority, since uploading via the management command works and might even be a bit more convenient.
1.0
Ontologyaccess: Enable OMIM import in UI - Currently this is only possible via the `importomim` management command, but this is not made clear in the UI. Trivial to implement but not a high priority, since uploading via the management command works and might even be a bit more convenient.
non_defect
ontologyaccess enable omim import in ui currently this is only possible via the importomim management command but this is not made clear in the ui trivial to implement but not a high priority since uploading via the management command works and might even be a bit more convenient
0
3,960
2,610,084,797
IssuesEvent
2015-02-26 18:25:50
chrsmith/dsdsdaadf
https://api.github.com/repos/chrsmith/dsdsdaadf
opened
深圳彩光怎么治痤疮
auto-migrated Priority-Medium Type-Defect
``` 深圳彩光怎么治痤疮【深圳韩方科颜全国热线400-869-1818,24小 时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:00
1.0
深圳彩光怎么治痤疮 - ``` 深圳彩光怎么治痤疮【深圳韩方科颜全国热线400-869-1818,24小 时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 ``` ----- Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:00
defect
深圳彩光怎么治痤疮 深圳彩光怎么治痤疮【 , 】深圳韩方科颜专业祛痘连锁机构,机构以韩国�� �方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品,韩� ��科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反弹” 健康祛痘技术并结合先进“先进豪华彩光”仪,开创国内专�� �治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸上的� ��痘。 original issue reported on code google com by szft com on may at
1
59,028
17,014,864,684
IssuesEvent
2021-07-02 10:29:49
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
opened
Window state not remembered properly on Windows XP
Component: merkaartor Priority: minor Type: defect
**[Submitted to the original trac issue database at 4.32pm, Wednesday, 3rd March 2010]** Running 0.15 release on Windows XP SP3 on a dual-head machine, Merkaartor doesn't correctly remember the window state between sessions: If I maximise the window, close down and re-open, the window is the same size as the primary screen, but isn't actually maximised. This has the effect of leaving a very small strip of the window on the second screen.
1.0
Window state not remembered properly on Windows XP - **[Submitted to the original trac issue database at 4.32pm, Wednesday, 3rd March 2010]** Running 0.15 release on Windows XP SP3 on a dual-head machine, Merkaartor doesn't correctly remember the window state between sessions: If I maximise the window, close down and re-open, the window is the same size as the primary screen, but isn't actually maximised. This has the effect of leaving a very small strip of the window on the second screen.
defect
window state not remembered properly on windows xp running release on windows xp on a dual head machine merkaartor doesn t correctly remember the window state between sessions if i maximise the window close down and re open the window is the same size as the primary screen but isn t actually maximised this has the effect of leaving a very small strip of the window on the second screen
1
9,212
2,615,139,145
IssuesEvent
2015-03-01 06:13:11
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
segfault in wps_registrar_expire_pins (reg=0x0) at wps_registrar.c:559
auto-migrated Priority-Medium Type-Defect
``` running latest stable ubuntu 64, reaver -i $dev -b $ssid always segfaults backtrace: #0 0x000000000041290a in wps_registrar_expire_pins (reg=0x0) at wps_registrar.c:559 #1 0x0000000000412a83 in wps_registrar_get_pin (reg=0x0, uuid=0x6cf724 "", pin_len=0x7fffffffdf90) at wps_registrar.c:600 #2 0x0000000000413909 in wps_get_dev_password (wps=0x6cf700) at wps_registrar.c:1000 #3 0x000000000041558f in wps_registrar_get_msg (wps=0x6cf700, op_code=0x7fffffffe014) at wps_registrar.c:1615 #4 0x0000000000407bfc in send_msg () at send.c:80 #5 0x0000000000405c18 in do_wps_exchange () at exchange.c:66 #6 0x00000000004057b1 in crack () at cracker.c:160 #7 0x00000000004027a8 in main (argc=6, argv=0x7fffffffe1d8) at wpscrack.c:80 as you can see reg is 0 ``` Original issue reported on code.google.com by `sebastia...@arcor.de` on 31 Dec 2011 at 11:23 * Merged into: #6
1.0
segfault in wps_registrar_expire_pins (reg=0x0) at wps_registrar.c:559 - ``` running latest stable ubuntu 64, reaver -i $dev -b $ssid always segfaults backtrace: #0 0x000000000041290a in wps_registrar_expire_pins (reg=0x0) at wps_registrar.c:559 #1 0x0000000000412a83 in wps_registrar_get_pin (reg=0x0, uuid=0x6cf724 "", pin_len=0x7fffffffdf90) at wps_registrar.c:600 #2 0x0000000000413909 in wps_get_dev_password (wps=0x6cf700) at wps_registrar.c:1000 #3 0x000000000041558f in wps_registrar_get_msg (wps=0x6cf700, op_code=0x7fffffffe014) at wps_registrar.c:1615 #4 0x0000000000407bfc in send_msg () at send.c:80 #5 0x0000000000405c18 in do_wps_exchange () at exchange.c:66 #6 0x00000000004057b1 in crack () at cracker.c:160 #7 0x00000000004027a8 in main (argc=6, argv=0x7fffffffe1d8) at wpscrack.c:80 as you can see reg is 0 ``` Original issue reported on code.google.com by `sebastia...@arcor.de` on 31 Dec 2011 at 11:23 * Merged into: #6
defect
segfault in wps registrar expire pins reg at wps registrar c running latest stable ubuntu reaver i dev b ssid always segfaults backtrace in wps registrar expire pins reg at wps registrar c in wps registrar get pin reg uuid pin len at wps registrar c in wps get dev password wps at wps registrar c in wps registrar get msg wps op code at wps registrar c in send msg at send c in do wps exchange at exchange c in crack at cracker c in main argc argv at wpscrack c as you can see reg is original issue reported on code google com by sebastia arcor de on dec at merged into
1
50,946
13,187,990,646
IssuesEvent
2020-08-13 05:14:16
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
closed
[VHESelfVeto] HomogenizedQTot quits with segmentation fault if no GCD is given (Trac #1716)
Migrated from Trac combo simulation defect
When calling HomogenizedQTot without having a GCD file loaded, it quits with a Segmentation fault (which is not very helpful). It should throw an error instead. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1716">https://code.icecube.wisc.edu/ticket/1716</a>, reported by nwandkowsky and owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2016-05-27T18:42:30", "description": "When calling HomogenizedQTot without having a GCD file loaded, it quits with a Segmentation fault (which is not very helpful).\nIt should throw an error instead.", "reporter": "nwandkowsky", "cc": "", "resolution": "fixed", "_ts": "1464374550587057", "component": "combo simulation", "summary": "[VHESelfVeto] HomogenizedQTot quits with segmentation fault if no GCD is given", "priority": "normal", "keywords": "", "time": "2016-05-27T18:25:06", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
1.0
[VHESelfVeto] HomogenizedQTot quits with segmentation fault if no GCD is given (Trac #1716) - When calling HomogenizedQTot without having a GCD file loaded, it quits with a Segmentation fault (which is not very helpful). It should throw an error instead. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1716">https://code.icecube.wisc.edu/ticket/1716</a>, reported by nwandkowsky and owned by claudio.kopper</em></summary> <p> ```json { "status": "closed", "changetime": "2016-05-27T18:42:30", "description": "When calling HomogenizedQTot without having a GCD file loaded, it quits with a Segmentation fault (which is not very helpful).\nIt should throw an error instead.", "reporter": "nwandkowsky", "cc": "", "resolution": "fixed", "_ts": "1464374550587057", "component": "combo simulation", "summary": "[VHESelfVeto] HomogenizedQTot quits with segmentation fault if no GCD is given", "priority": "normal", "keywords": "", "time": "2016-05-27T18:25:06", "milestone": "", "owner": "claudio.kopper", "type": "defect" } ``` </p> </details>
defect
homogenizedqtot quits with segmentation fault if no gcd is given trac when calling homogenizedqtot without having a gcd file loaded it quits with a segmentation fault which is not very helpful it should throw an error instead migrated from json status closed changetime description when calling homogenizedqtot without having a gcd file loaded it quits with a segmentation fault which is not very helpful nit should throw an error instead reporter nwandkowsky cc resolution fixed ts component combo simulation summary homogenizedqtot quits with segmentation fault if no gcd is given priority normal keywords time milestone owner claudio kopper type defect
1
10,428
2,622,154,300
IssuesEvent
2015-03-04 00:07:27
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
closed
Remove Jetty Terracotta clustering
auto-migrated Milestone-0.4.2 Priority-Medium Type-Defect
``` Jetty Terracotta clustering isn't actually needed, so it should be removed. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 18 Feb 2010 at 9:27
1.0
Remove Jetty Terracotta clustering - ``` Jetty Terracotta clustering isn't actually needed, so it should be removed. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 18 Feb 2010 at 9:27
defect
remove jetty terracotta clustering jetty terracotta clustering isn t actually needed so it should be removed original issue reported on code google com by sergio b gmail com on feb at
1
434,121
12,514,374,800
IssuesEvent
2020-06-03 05:03:30
incognitochain/incognito-chain
https://api.github.com/repos/incognitochain/incognito-chain
reopened
[Portal][Local] List issues
Priority: High Type: Bug
#727 - [x] Liquidation by exchange rate wrong -> fixed - [x] Unlock collateral incorrect when redeem success -> fixed - [x] review RPC getliquidationtpexchangerates -> remove { "id":1, "jsonrpc":"1.0", "method":"getliquidationtpexchangerates", "params":[ { "BeaconHeight": 10555, "CustodianAddress": "12S4HcgzM2zQeq41Bh9w8Ce5YETiQitoTZmTjCHLvvbwmoy8S9Py66wBjCqTgziWPbMpWEWPA2jRabwDmTk2TYV4nAzBN3SwjYN4zfE" } ] } - [x] review RPC getliquidationexchangeratesbytokenid -> remove { "jsonrpc": "1.0", "method": "getliquidationexchangeratesbytokenid", "params": [{ "BeaconHeight" : 10555, "TokenID": "b2655152784e8639fa19521a7035f331eea1f1e911b2f3200a507ebb4554387b", "CustodianAddress": "12S4HcgzM2zQeq41Bh9w8Ce5YETiQitoTZmTjCHLvvbwmoy8S9Py66wBjCqTgziWPbMpWEWPA2jRabwDmTk2TYV4nAzBN3SwjYN4zfE" }], "id": 1 } - [x] review RPC getamountneededforcustodiandepositliquidation -> fix { "jsonrpc": "1.0", "method": "getamountneededforcustodiandepositliquidation", "params": [{ "BeaconHeight" : 10555, "IsFreeCollateralSelected": false, "TokenID": "b2655152784e8639fa19521a7035f331eea1f1e911b2f3200a507ebb4554387b", "CustodianAddress": "12S4HcgzM2zQeq41Bh9w8Ce5YETiQitoTZmTjCHLvvbwmoy8S9Py66wBjCqTgziWPbMpWEWPA2jRabwDmTk2TYV4nAzBN3SwjYN4zfE" }], "id": 1 } // 20/05/2020 - [x] get topup amount wrong with IsFreeCollateralSelected =true -> fixed - [x] redeem with multit custodian in expired case wrong ( divisive zero, liquidate wrong) -> fix - [x] divisive reward (1/3) incorrect -> fixed
1.0
[Portal][Local] List issues - #727 - [x] Liquidation by exchange rate wrong -> fixed - [x] Unlock collateral incorrect when redeem success -> fixed - [x] review RPC getliquidationtpexchangerates -> remove { "id":1, "jsonrpc":"1.0", "method":"getliquidationtpexchangerates", "params":[ { "BeaconHeight": 10555, "CustodianAddress": "12S4HcgzM2zQeq41Bh9w8Ce5YETiQitoTZmTjCHLvvbwmoy8S9Py66wBjCqTgziWPbMpWEWPA2jRabwDmTk2TYV4nAzBN3SwjYN4zfE" } ] } - [x] review RPC getliquidationexchangeratesbytokenid -> remove { "jsonrpc": "1.0", "method": "getliquidationexchangeratesbytokenid", "params": [{ "BeaconHeight" : 10555, "TokenID": "b2655152784e8639fa19521a7035f331eea1f1e911b2f3200a507ebb4554387b", "CustodianAddress": "12S4HcgzM2zQeq41Bh9w8Ce5YETiQitoTZmTjCHLvvbwmoy8S9Py66wBjCqTgziWPbMpWEWPA2jRabwDmTk2TYV4nAzBN3SwjYN4zfE" }], "id": 1 } - [x] review RPC getamountneededforcustodiandepositliquidation -> fix { "jsonrpc": "1.0", "method": "getamountneededforcustodiandepositliquidation", "params": [{ "BeaconHeight" : 10555, "IsFreeCollateralSelected": false, "TokenID": "b2655152784e8639fa19521a7035f331eea1f1e911b2f3200a507ebb4554387b", "CustodianAddress": "12S4HcgzM2zQeq41Bh9w8Ce5YETiQitoTZmTjCHLvvbwmoy8S9Py66wBjCqTgziWPbMpWEWPA2jRabwDmTk2TYV4nAzBN3SwjYN4zfE" }], "id": 1 } // 20/05/2020 - [x] get topup amount wrong with IsFreeCollateralSelected =true -> fixed - [x] redeem with multit custodian in expired case wrong ( divisive zero, liquidate wrong) -> fix - [x] divisive reward (1/3) incorrect -> fixed
non_defect
list issues liquidation by exchange rate wrong fixed unlock collateral incorrect when redeem success fixed review rpc getliquidationtpexchangerates remove id jsonrpc method getliquidationtpexchangerates params beaconheight custodianaddress review rpc getliquidationexchangeratesbytokenid remove jsonrpc method getliquidationexchangeratesbytokenid params beaconheight tokenid custodianaddress id review rpc getamountneededforcustodiandepositliquidation fix jsonrpc method getamountneededforcustodiandepositliquidation params beaconheight isfreecollateralselected false tokenid custodianaddress id get topup amount wrong with isfreecollateralselected true fixed redeem with multit custodian in expired case wrong divisive zero liquidate wrong fix divisive reward incorrect fixed
0
158,680
24,876,819,028
IssuesEvent
2022-10-27 19:53:27
SAP/fundamental-ngx
https://api.github.com/repos/SAP/fundamental-ngx
closed
Card: Missing variant of s list card
enhancement core ariba design_team
#### Is this a bug, enhancement, or feature request? Feature request #### Briefly describe your proposal. It's missing a variant of List card: https://ux.wdf.sap.corp/fiori-design-web/overview-page-list-cards/
1.0
Card: Missing variant of s list card - #### Is this a bug, enhancement, or feature request? Feature request #### Briefly describe your proposal. It's missing a variant of List card: https://ux.wdf.sap.corp/fiori-design-web/overview-page-list-cards/
non_defect
card missing variant of s list card is this a bug enhancement or feature request feature request briefly describe your proposal it s missing a variant of list card
0
32,637
6,883,188,555
IssuesEvent
2017-11-21 08:28:04
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Coverity - dereference null return value - ClientConnectionManagerImpl.encodeAuthenticationRequest()
Team: Client Type: Defect
The call `cr.getPassword()` may return `null` value in the `com.hazelcast.client.connection.nio.ClientConnectionManagerImpl.encodeAuthenticationRequest(boolean, SerializationService, ClientPrincipal)` method. The value is then dereferenced without a `null` check in `ClientAuthenticationCodec.encodeRequest` call: ```java ClientAuthenticationCodec.encodeRequest(cr.getUsername(), cr.getPassword(), uuid, ownerUuid, asOwner, ClientTypes.JAVA, serializationVersion, BuildInfoProvider.getBuildInfo().getVersion()); ``` The `encodeRequest()` calls `ParameterUtil.calculateDataSize(String string)` in which `string.length()` is called. https://scan4.coverity.com/reports.htm#v32322/p13030/fileInstanceId=29225738&defectInstanceId=5757169&mergedDefectId=202151
1.0
Coverity - dereference null return value - ClientConnectionManagerImpl.encodeAuthenticationRequest() - The call `cr.getPassword()` may return `null` value in the `com.hazelcast.client.connection.nio.ClientConnectionManagerImpl.encodeAuthenticationRequest(boolean, SerializationService, ClientPrincipal)` method. The value is then dereferenced without a `null` check in `ClientAuthenticationCodec.encodeRequest` call: ```java ClientAuthenticationCodec.encodeRequest(cr.getUsername(), cr.getPassword(), uuid, ownerUuid, asOwner, ClientTypes.JAVA, serializationVersion, BuildInfoProvider.getBuildInfo().getVersion()); ``` The `encodeRequest()` calls `ParameterUtil.calculateDataSize(String string)` in which `string.length()` is called. https://scan4.coverity.com/reports.htm#v32322/p13030/fileInstanceId=29225738&defectInstanceId=5757169&mergedDefectId=202151
defect
coverity dereference null return value clientconnectionmanagerimpl encodeauthenticationrequest the call cr getpassword may return null value in the com hazelcast client connection nio clientconnectionmanagerimpl encodeauthenticationrequest boolean serializationservice clientprincipal method the value is then dereferenced without a null check in clientauthenticationcodec encoderequest call java clientauthenticationcodec encoderequest cr getusername cr getpassword uuid owneruuid asowner clienttypes java serializationversion buildinfoprovider getbuildinfo getversion the encoderequest calls parameterutil calculatedatasize string string in which string length is called
1
63,375
17,616,953,613
IssuesEvent
2021-08-18 10:56:10
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
More ugly wrapped call tiles
T-Defect S-Tolerable A-VoIP P-Medium
### Steps to reproduce Shrink window with a call tile with 'call back' button on it ### What happened? <img width="432" alt="Screenshot 2021-08-16 at 02 32 28" src="https://user-images.githubusercontent.com/1294269/129500236-94436ac6-ce79-4236-8a69-30a8b19b4c0c.png"> ### What did you expect? no ugly wrap ### Operating system macOS ### Browser information Chrome 92 ### URL for webapp develop.element.io
1.0
More ugly wrapped call tiles - ### Steps to reproduce Shrink window with a call tile with 'call back' button on it ### What happened? <img width="432" alt="Screenshot 2021-08-16 at 02 32 28" src="https://user-images.githubusercontent.com/1294269/129500236-94436ac6-ce79-4236-8a69-30a8b19b4c0c.png"> ### What did you expect? no ugly wrap ### Operating system macOS ### Browser information Chrome 92 ### URL for webapp develop.element.io
defect
more ugly wrapped call tiles steps to reproduce shrink window with a call tile with call back button on it what happened img width alt screenshot at src what did you expect no ugly wrap operating system macos browser information chrome url for webapp develop element io
1
66,193
20,034,487,052
IssuesEvent
2022-02-02 10:24:15
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Xcode 13, login screen does not work on iPhone 12/13 mini simulators
T-Defect A-Developer-Experience O-Uncommon os:iOS15
### Steps to reproduce 1. Compile the code from the current master branch of Element 2. Run it on iPhone 12 mini or iPhone 13 mini simulators ### What happened? When compiling the code from the current master branch of Element and trying to run it on iPhone 12/13 mini simulators (iOS 15) I have problems when signing in. As you can see on screenshots below, there are two cursors at the same time. Also the context menu is not fully shown. When I'm typing some text into login fields the screen stucks for some time. Deletion via backspace does not work too. Xcode: Version 13.0 (13A233) macOS: 11.6 (20G165) ![Unknown](https://user-images.githubusercontent.com/53330155/137704773-cb4a0ce0-4861-44e3-99ed-423dc3975ea1.jpg) ![Unknown-2](https://user-images.githubusercontent.com/53330155/137704838-5ffece01-9834-4ace-ad72-dbe576145ad0.jpg) ### Your phone model Iphone 12 mini (simulator) ### Operating system version iOS 15 ### Application version current version from the master branch ### Homeserver _No response_ ### Have you submitted a rageshake? No
1.0
Xcode 13, login screen does not work on iPhone 12/13 mini simulators - ### Steps to reproduce 1. Compile the code from the current master branch of Element 2. Run it on iPhone 12 mini or iPhone 13 mini simulators ### What happened? When compiling the code from the current master branch of Element and trying to run it on iPhone 12/13 mini simulators (iOS 15) I have problems when signing in. As you can see on screenshots below, there are two cursors at the same time. Also the context menu is not fully shown. When I'm typing some text into login fields the screen stucks for some time. Deletion via backspace does not work too. Xcode: Version 13.0 (13A233) macOS: 11.6 (20G165) ![Unknown](https://user-images.githubusercontent.com/53330155/137704773-cb4a0ce0-4861-44e3-99ed-423dc3975ea1.jpg) ![Unknown-2](https://user-images.githubusercontent.com/53330155/137704838-5ffece01-9834-4ace-ad72-dbe576145ad0.jpg) ### Your phone model Iphone 12 mini (simulator) ### Operating system version iOS 15 ### Application version current version from the master branch ### Homeserver _No response_ ### Have you submitted a rageshake? No
defect
xcode login screen does not work on iphone mini simulators steps to reproduce compile the code from the current master branch of element run it on iphone mini or iphone mini simulators what happened when compiling the code from the current master branch of element and trying to run it on iphone mini simulators ios i have problems when signing in as you can see on screenshots below there are two cursors at the same time also the context menu is not fully shown when i m typing some text into login fields the screen stucks for some time deletion via backspace does not work too xcode version macos your phone model iphone mini simulator operating system version ios application version current version from the master branch homeserver no response have you submitted a rageshake no
1
8,576
2,611,523,515
IssuesEvent
2015-02-27 05:57:01
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
opened
what if router reports first half always invalid
auto-migrated Priority-Triage Type-Defect
``` More like a question than request / issue. i have tried this on "virginmedia" routers, not sure which ones they really use, but it seems like that reaver can never find the pin. i have tested this in controlled environment and nothing. how can i make reaver to try FULL pins ? i know that it would take a lot longer to crack, but this is what i want to do. i want reaver to crack from 00000001 to 99999999 using full 8 digit pins. seems like some routers always report first half of pin to be wrong. or is there a work around for this ? ``` Original issue reported on code.google.com by `mordax` on 12 Oct 2012 at 2:41
1.0
what if router reports first half always invalid - ``` More like a question than request / issue. i have tried this on "virginmedia" routers, not sure which ones they really use, but it seems like that reaver can never find the pin. i have tested this in controlled environment and nothing. how can i make reaver to try FULL pins ? i know that it would take a lot longer to crack, but this is what i want to do. i want reaver to crack from 00000001 to 99999999 using full 8 digit pins. seems like some routers always report first half of pin to be wrong. or is there a work around for this ? ``` Original issue reported on code.google.com by `mordax` on 12 Oct 2012 at 2:41
defect
what if router reports first half always invalid more like a question than request issue i have tried this on virginmedia routers not sure which ones they really use but it seems like that reaver can never find the pin i have tested this in controlled environment and nothing how can i make reaver to try full pins i know that it would take a lot longer to crack but this is what i want to do i want reaver to crack from to using full digit pins seems like some routers always report first half of pin to be wrong or is there a work around for this original issue reported on code google com by mordax on oct at
1
6,141
2,610,221,950
IssuesEvent
2015-02-26 19:10:24
chrsmith/somefinders
https://api.github.com/repos/chrsmith/somefinders
opened
хроники риддика гоблин торрент
auto-migrated Priority-Medium Type-Defect
``` '''Августин Рябов''' День добрый никак не могу найти .хроники риддика гоблин торрент. где то видел уже '''Вильгельм Гусев''' Вот держи линк http://bit.ly/1hKaFI0 '''Вахтанг Панфилов''' Просит ввести номер мобилы!Не опасно ли это? '''Антонин Горшков''' Неа все ок у меня ничего не списало '''Гаральд Симонов''' Не это не влияет на баланс Информация о файле: хроники риддика гоблин торрент Загружен: В этом месяце Скачан раз: 1057 Рейтинг: 1301 Средняя скорость скачивания: 964 Похожих файлов: 14 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 2:27
1.0
хроники риддика гоблин торрент - ``` '''Августин Рябов''' День добрый никак не могу найти .хроники риддика гоблин торрент. где то видел уже '''Вильгельм Гусев''' Вот держи линк http://bit.ly/1hKaFI0 '''Вахтанг Панфилов''' Просит ввести номер мобилы!Не опасно ли это? '''Антонин Горшков''' Неа все ок у меня ничего не списало '''Гаральд Симонов''' Не это не влияет на баланс Информация о файле: хроники риддика гоблин торрент Загружен: В этом месяце Скачан раз: 1057 Рейтинг: 1301 Средняя скорость скачивания: 964 Похожих файлов: 14 ``` ----- Original issue reported on code.google.com by `kondense...@gmail.com` on 18 Dec 2013 at 2:27
defect
хроники риддика гоблин торрент августин рябов день добрый никак не могу найти хроники риддика гоблин торрент где то видел уже вильгельм гусев вот держи линк вахтанг панфилов просит ввести номер мобилы не опасно ли это антонин горшков неа все ок у меня ничего не списало гаральд симонов не это не влияет на баланс информация о файле хроники риддика гоблин торрент загружен в этом месяце скачан раз рейтинг средняя скорость скачивания похожих файлов original issue reported on code google com by kondense gmail com on dec at
1
11,633
13,684,387,146
IssuesEvent
2020-09-30 04:44:39
ballerina-platform/ballerina-spec
https://api.github.com/repos/ballerina-platform/ballerina-spec
closed
Don't allow public on remote methods on client objects
incompatible
This is related to #559, #606. The visibility region of a remote method is implicitly the whole program.
True
Don't allow public on remote methods on client objects - This is related to #559, #606. The visibility region of a remote method is implicitly the whole program.
non_defect
don t allow public on remote methods on client objects this is related to the visibility region of a remote method is implicitly the whole program
0
43,800
11,850,612,336
IssuesEvent
2020-03-24 16:53:05
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
opened
`Converter` should not applied to an unused column
T: Defect
#### Expected behavior and actual behavior: when mapping rows from database with `.fetch`, `Converter`s will be applied *before* the data is mapped into the given `Table`. this may leads to some problem, if you select from database using `join` ``` +----+------+---------------+------------+ | id | state | email | username | +----+------+---------------+------------+ |1175|Normal|omega@alpha.com| <null> | +----+------+---------------+------------+ ``` then mapped this data into a POJO, or `Record` like `User(id, state,email)` (note that `username` is not required here), the `Converter` of column `username` is still applied, this may causes performance issue or in Kotlin, will cause a NPE. #### Versions: - jOOQ: 3.12.3 - Java: JVM 11, Kotlin 1.3.71 - Database (include vendor): MySQL 8.0.19 - OS: Windows 10 - JDBC Driver (include name if inofficial driver): `mysql:mysql-connector-java:8.0.19`
1.0
`Converter` should not applied to an unused column - #### Expected behavior and actual behavior: when mapping rows from database with `.fetch`, `Converter`s will be applied *before* the data is mapped into the given `Table`. this may leads to some problem, if you select from database using `join` ``` +----+------+---------------+------------+ | id | state | email | username | +----+------+---------------+------------+ |1175|Normal|omega@alpha.com| <null> | +----+------+---------------+------------+ ``` then mapped this data into a POJO, or `Record` like `User(id, state,email)` (note that `username` is not required here), the `Converter` of column `username` is still applied, this may causes performance issue or in Kotlin, will cause a NPE. #### Versions: - jOOQ: 3.12.3 - Java: JVM 11, Kotlin 1.3.71 - Database (include vendor): MySQL 8.0.19 - OS: Windows 10 - JDBC Driver (include name if inofficial driver): `mysql:mysql-connector-java:8.0.19`
defect
converter should not applied to an unused column expected behavior and actual behavior when mapping rows from database with fetch converter s will be applied before the data is mapped into the given table this may leads to some problem if you select from database using join id state email username normal omega alpha com then mapped this data into a pojo or record like user id state email note that username is not required here the converter of column username is still applied this may causes performance issue or in kotlin will cause a npe versions jooq java jvm kotlin database include vendor mysql os windows jdbc driver include name if inofficial driver mysql mysql connector java
1
49,082
13,185,221,648
IssuesEvent
2020-08-12 20:58:03
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
fix log_XXX suppression for all CMAKE_BUILD_TYPEs (Trac #705)
Incomplete Migration Migrated from Trac cmake defect
<details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/705 , reported by blaufuss and owned by blaufuss</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T13:11:12", "description": "Currently, the suppression of log_debug/trace is handled by the presence of the NDEBUG\noption. This means that !RelWithAssert does not have these removed, at a sizable performance penalty. \n\nThe handling of log_XXX should ideally be separated from the NDEBUG presence\nand perhaps given it's own CMakeConfiguration option, including ideas such as:\n- Rel* builds have no debug/trace active. They kill performance\n- Presence or absence of INFO level messages in libraries is a configurable option\n- log_fatal, log_warn should always be on, and not able to be turned off\n- log_debug is on for Debug builds, or manually turned on\n- log_trace is never on by default, but can manually turned on\n", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1429276272819568", "component": "cmake", "summary": "fix log_XXX suppression for all CMAKE_BUILD_TYPEs", "priority": "normal", "keywords": "", "time": "2013-01-16T21:05:05", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
1.0
fix log_XXX suppression for all CMAKE_BUILD_TYPEs (Trac #705) - <details> <summary><em>Migrated from https://code.icecube.wisc.edu/ticket/705 , reported by blaufuss and owned by blaufuss</em></summary> <p> ```json { "status": "closed", "changetime": "2015-04-17T13:11:12", "description": "Currently, the suppression of log_debug/trace is handled by the presence of the NDEBUG\noption. This means that !RelWithAssert does not have these removed, at a sizable performance penalty. \n\nThe handling of log_XXX should ideally be separated from the NDEBUG presence\nand perhaps given it's own CMakeConfiguration option, including ideas such as:\n- Rel* builds have no debug/trace active. They kill performance\n- Presence or absence of INFO level messages in libraries is a configurable option\n- log_fatal, log_warn should always be on, and not able to be turned off\n- log_debug is on for Debug builds, or manually turned on\n- log_trace is never on by default, but can manually turned on\n", "reporter": "blaufuss", "cc": "", "resolution": "fixed", "_ts": "1429276272819568", "component": "cmake", "summary": "fix log_XXX suppression for all CMAKE_BUILD_TYPEs", "priority": "normal", "keywords": "", "time": "2013-01-16T21:05:05", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
defect
fix log xxx suppression for all cmake build types trac migrated from reported by blaufuss and owned by blaufuss json status closed changetime description currently the suppression of log debug trace is handled by the presence of the ndebug noption this means that relwithassert does not have these removed at a sizable performance penalty n nthe handling of log xxx should ideally be separated from the ndebug presence nand perhaps given it s own cmakeconfiguration option including ideas such as n rel builds have no debug trace active they kill performance n presence or absence of info level messages in libraries is a configurable option n log fatal log warn should always be on and not able to be turned off n log debug is on for debug builds or manually turned on n log trace is never on by default but can manually turned on n reporter blaufuss cc resolution fixed ts component cmake summary fix log xxx suppression for all cmake build types priority normal keywords time milestone owner blaufuss type defect
1
705,679
24,244,017,512
IssuesEvent
2022-09-27 09:05:49
o3de/o3de
https://api.github.com/repos/o3de/o3de
closed
Track View: New sequences cannot be created
feature/trackview kind/bug needs-triage sig/content priority/critical
**Describe the bug** New sequences cannot be created. **Steps to reproduce** 1. Launch the Editor, and open a new or existing level. 2. Open Track View. 3. Click the New Sequence button, and name the sequence. **Expected behavior** A new entity is added with a Sequence component, and the new sequence is opened in Track View. **Actual behavior** A new entity with the sequence name is created, however there is no Sequence component added, and no sequence appears in Track View. **Screenshots/Video** ![image](https://user-images.githubusercontent.com/82226555/192387851-bba9ac75-96a5-4276-9ff2-2558387dc0e5.png) **Found in Branch** development@ af986b6fdf008be9928b140ac5e77459b30bd33b
1.0
Track View: New sequences cannot be created - **Describe the bug** New sequences cannot be created. **Steps to reproduce** 1. Launch the Editor, and open a new or existing level. 2. Open Track View. 3. Click the New Sequence button, and name the sequence. **Expected behavior** A new entity is added with a Sequence component, and the new sequence is opened in Track View. **Actual behavior** A new entity with the sequence name is created, however there is no Sequence component added, and no sequence appears in Track View. **Screenshots/Video** ![image](https://user-images.githubusercontent.com/82226555/192387851-bba9ac75-96a5-4276-9ff2-2558387dc0e5.png) **Found in Branch** development@ af986b6fdf008be9928b140ac5e77459b30bd33b
non_defect
track view new sequences cannot be created describe the bug new sequences cannot be created steps to reproduce launch the editor and open a new or existing level open track view click the new sequence button and name the sequence expected behavior a new entity is added with a sequence component and the new sequence is opened in track view actual behavior a new entity with the sequence name is created however there is no sequence component added and no sequence appears in track view screenshots video found in branch development
0
114,430
9,725,500,258
IssuesEvent
2019-05-30 08:53:08
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
TiKV failpoint test hang for more then 30 minutes
C: Test/Bench
## Bug Report TiKV failpoint test hang more then 30 minutes The log can be download here: http://172.16.30.25/download/my_test.tar.gz
1.0
TiKV failpoint test hang for more then 30 minutes - ## Bug Report TiKV failpoint test hang more then 30 minutes The log can be download here: http://172.16.30.25/download/my_test.tar.gz
non_defect
tikv failpoint test hang for more then minutes bug report tikv failpoint test hang more then minutes the log can be download here
0
59,078
17,015,504,332
IssuesEvent
2021-07-02 11:25:15
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
opened
Error message is unclear if OSM server bandwidth is exceeded
Component: potlatch2 Priority: major Type: defect
**[Submitted to the original trac issue database at 12.06pm, Sunday, 24th April 2011]** If the OSM server thinks that a user has downloaded "too much", then the error that Potlatch 2 displays is the vague: "Couldn't load the map". It would be better if this error message was "Bandwidth exceeded. Could not load map data", so that is clear to the user what the problem actually is. See: http://help.openstreetmap.org/questions/4762/potlatch-error-couldnt-load-the-map
1.0
Error message is unclear if OSM server bandwidth is exceeded - **[Submitted to the original trac issue database at 12.06pm, Sunday, 24th April 2011]** If the OSM server thinks that a user has downloaded "too much", then the error that Potlatch 2 displays is the vague: "Couldn't load the map". It would be better if this error message was "Bandwidth exceeded. Could not load map data", so that is clear to the user what the problem actually is. See: http://help.openstreetmap.org/questions/4762/potlatch-error-couldnt-load-the-map
defect
error message is unclear if osm server bandwidth is exceeded if the osm server thinks that a user has downloaded too much then the error that potlatch displays is the vague couldn t load the map it would be better if this error message was bandwidth exceeded could not load map data so that is clear to the user what the problem actually is see
1
86,089
15,755,328,070
IssuesEvent
2021-03-31 01:34:54
ysmanohar/DashBoard
https://api.github.com/repos/ysmanohar/DashBoard
opened
WS-2019-0425 (Medium) detected in multiple libraries
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 Libraries - <b>mocha-2.5.3.tgz</b>, <b>mocha-3.5.3.tgz</b>, <b>mocha-1.21.4.tgz</b>, <b>mocha-1.21.5.tgz</b></p></summary> <p> <details><summary><b>mocha-2.5.3.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-2.5.3.tgz">https://registry.npmjs.org/mocha/-/mocha-2.5.3.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/chai/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/async/node_modules/mocha/package.json,DashBoard/bower_components/async/node_modules/mocha/package.json,DashBoard/bower_components/async/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - :x: **mocha-2.5.3.tgz** (Vulnerable Library) </details> <details><summary><b>mocha-3.5.3.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-3.5.3.tgz">https://registry.npmjs.org/mocha/-/mocha-3.5.3.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/es6-promise/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/es6-promise/node_modules/mocha/package.json,DashBoard/bower_components/es6-promise/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - :x: **mocha-3.5.3.tgz** (Vulnerable Library) </details> <details><summary><b>mocha-1.21.4.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz">https://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/sinon-chai/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/sinon-chai/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - :x: **mocha-1.21.4.tgz** (Vulnerable Library) </details> <details><summary><b>mocha-1.21.5.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-1.21.5.tgz">https://registry.npmjs.org/mocha/-/mocha-1.21.5.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/es6-promise/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/es6-promise/node_modules/promises-aplus-tests-phantom/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - promises-aplus-tests-phantom-2.1.0-revise.tgz (Root Library) - :x: **mocha-1.21.5.tgz** (Vulnerable Library) </details> </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>Origin: <a href="v6.0.0">v6.0.0</a></p> <p>Release Date: 2020-05-07</p> <p>Fix Resolution: https://github.com/mochajs/mocha/commit/1a43d8b11a64e4e85fe2a61aed91c259bbbac559</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
WS-2019-0425 (Medium) detected in multiple libraries - ## WS-2019-0425 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>mocha-2.5.3.tgz</b>, <b>mocha-3.5.3.tgz</b>, <b>mocha-1.21.4.tgz</b>, <b>mocha-1.21.5.tgz</b></p></summary> <p> <details><summary><b>mocha-2.5.3.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-2.5.3.tgz">https://registry.npmjs.org/mocha/-/mocha-2.5.3.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/chai/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/async/node_modules/mocha/package.json,DashBoard/bower_components/async/node_modules/mocha/package.json,DashBoard/bower_components/async/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - :x: **mocha-2.5.3.tgz** (Vulnerable Library) </details> <details><summary><b>mocha-3.5.3.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-3.5.3.tgz">https://registry.npmjs.org/mocha/-/mocha-3.5.3.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/es6-promise/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/es6-promise/node_modules/mocha/package.json,DashBoard/bower_components/es6-promise/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - :x: **mocha-3.5.3.tgz** (Vulnerable Library) </details> <details><summary><b>mocha-1.21.4.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz">https://registry.npmjs.org/mocha/-/mocha-1.21.4.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/sinon-chai/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/sinon-chai/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - :x: **mocha-1.21.4.tgz** (Vulnerable Library) </details> <details><summary><b>mocha-1.21.5.tgz</b></p></summary> <p>simple, flexible, fun test framework</p> <p>Library home page: <a href="https://registry.npmjs.org/mocha/-/mocha-1.21.5.tgz">https://registry.npmjs.org/mocha/-/mocha-1.21.5.tgz</a></p> <p>Path to dependency file: /DashBoard/bower_components/es6-promise/package.json</p> <p>Path to vulnerable library: DashBoard/bower_components/es6-promise/node_modules/promises-aplus-tests-phantom/node_modules/mocha/package.json</p> <p> Dependency Hierarchy: - promises-aplus-tests-phantom-2.1.0-revise.tgz (Root Library) - :x: **mocha-1.21.5.tgz** (Vulnerable Library) </details> </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>Origin: <a href="v6.0.0">v6.0.0</a></p> <p>Release Date: 2020-05-07</p> <p>Fix Resolution: https://github.com/mochajs/mocha/commit/1a43d8b11a64e4e85fe2a61aed91c259bbbac559</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
ws medium detected in multiple libraries ws medium severity vulnerability vulnerable libraries mocha tgz mocha tgz mocha tgz mocha tgz mocha tgz simple flexible fun test framework library home page a href path to dependency file dashboard bower components chai package json path to vulnerable library dashboard bower components async node modules mocha package json dashboard bower components async node modules mocha package json dashboard bower components async node modules mocha package json dependency hierarchy x mocha tgz vulnerable library mocha tgz simple flexible fun test framework library home page a href path to dependency file dashboard bower components promise package json path to vulnerable library dashboard bower components promise node modules mocha package json dashboard bower components promise node modules mocha package json dependency hierarchy x mocha tgz vulnerable library mocha tgz simple flexible fun test framework library home page a href path to dependency file dashboard bower components sinon chai package json path to vulnerable library dashboard bower components sinon chai node modules mocha package json dependency hierarchy x mocha tgz vulnerable library mocha tgz simple flexible fun test framework library home page a href path to dependency file dashboard bower components promise package json path to vulnerable library dashboard bower components promise node modules promises aplus tests phantom node modules mocha package json dependency hierarchy promises aplus tests phantom revise tgz root library x mocha tgz 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 origin release date fix resolution step up your open source security game with whitesource
0
66,011
19,897,036,400
IssuesEvent
2022-01-25 01:03:29
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
[Assistive tech and device support] Page functionality isn't keyboard accessible. (11.05.1)
508/Accessibility 508-defect-1 vsp-design-system-team collab-cycle-feedback Staging launch-blocking CCIssue11.05 CC-Dashboard
### General Information #### VFS team name Public Websites #### VFS product name Outreach & Events Enhancements #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility --- ### Platform Issue Page functionality isn't keyboard accessible. ### Issue Details Pagination links cannot receive keyboard focus, ie. cannot be reached using the [Tab] key or operated using keyboard alone. This includes both Prev / Next and 1, 2, 3, etc. ### Link, screenshot or steps to recreate 1. Navigate to https://staging.va.gov/outreach-and-events/events/?selectedOption=past (filtering to display past events to ensure there are enough for pagination) 2. Use the [Tab] key to move keyboard focus between interactive elements. Tab through all of the events listed. 3. When the last event listed has keyboard focus, press [Tab] again. Note that focus jumps over the pagination links and straight to the first link in the footer. <img width="350" alt="Keyboard focus on the last event in the list." src="https://user-images.githubusercontent.com/6844775/149374619-6ae6403c-3659-402a-ac1b-143a9e595b14.png"> <img width="350" alt="Keyboard focus on the first link in the footer." src="https://user-images.githubusercontent.com/6844775/149374658-f3c36534-d832-419b-a2e7-bdcb4378b04f.png"> ### VA.gov Experience Standard [Category Number 11, Issue Number 05](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References WCAG SC 2.1.1_A --- ### Platform Recommendation These are currently coded as <a> elements with no href attribute. Consider either using <button> instead or adding an appropriate href attribute (which will enable keyboard support). ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
1.0
[Assistive tech and device support] Page functionality isn't keyboard accessible. (11.05.1) - ### General Information #### VFS team name Public Websites #### VFS product name Outreach & Events Enhancements #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility --- ### Platform Issue Page functionality isn't keyboard accessible. ### Issue Details Pagination links cannot receive keyboard focus, ie. cannot be reached using the [Tab] key or operated using keyboard alone. This includes both Prev / Next and 1, 2, 3, etc. ### Link, screenshot or steps to recreate 1. Navigate to https://staging.va.gov/outreach-and-events/events/?selectedOption=past (filtering to display past events to ensure there are enough for pagination) 2. Use the [Tab] key to move keyboard focus between interactive elements. Tab through all of the events listed. 3. When the last event listed has keyboard focus, press [Tab] again. Note that focus jumps over the pagination links and straight to the first link in the footer. <img width="350" alt="Keyboard focus on the last event in the list." src="https://user-images.githubusercontent.com/6844775/149374619-6ae6403c-3659-402a-ac1b-143a9e595b14.png"> <img width="350" alt="Keyboard focus on the first link in the footer." src="https://user-images.githubusercontent.com/6844775/149374658-f3c36534-d832-419b-a2e7-bdcb4378b04f.png"> ### VA.gov Experience Standard [Category Number 11, Issue Number 05](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References WCAG SC 2.1.1_A --- ### Platform Recommendation These are currently coded as <a> elements with no href attribute. Consider either using <button> instead or adding an appropriate href attribute (which will enable keyboard support). ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
defect
page functionality isn t keyboard accessible general information vfs team name public websites vfs product name outreach events enhancements point of contact reviewers brian deconinck briandeconinck accessibility platform issue page functionality isn t keyboard accessible issue details pagination links cannot receive keyboard focus ie cannot be reached using the key or operated using keyboard alone this includes both prev next and etc link screenshot or steps to recreate navigate to filtering to display past events to ensure there are enough for pagination use the key to move keyboard focus between interactive elements tab through all of the events listed when the last event listed has keyboard focus press again note that focus jumps over the pagination links and straight to the first link in the footer img width alt keyboard focus on the last event in the list src img width alt keyboard focus on the first link in the footer src va gov experience standard other references wcag sc a platform recommendation these are currently coded as elements with no href attribute consider either using instead or adding an appropriate href attribute which will enable keyboard support vfs team tasks to complete comment on the ticket if there are questions or concerns close the ticket when the issue has been resolved or validated by your product owner if a team has additional questions or needs platform help validating the issue please comment in the ticket
1
114,005
17,173,991,089
IssuesEvent
2021-07-15 09:07:14
lukebroganws/NodeGoat
https://api.github.com/repos/lukebroganws/NodeGoat
opened
CVE-2019-20920 (High) detected in handlebars-4.0.5.tgz
security vulnerability
## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: NodeGoat/package.json</p> <p>Path to vulnerable library: NodeGoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/lukebroganws/NodeGoat/commit/10466ceb1764b7cac5eccc6ac6c9c060b13777ac">10466ceb1764b7cac5eccc6ac6c9c060b13777ac</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> Handlebars before 3.0.8 and 4.x before 4.5.3 is vulnerable to Arbitrary Code Execution. The lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript. This can be used to run arbitrary code on a server processing Handlebars templates or in a victim's browser (effectively serving as XSS). <p>Publish Date: 2020-09-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920>CVE-2019-20920</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>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2020-10-15</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.0.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-if:0.2.0;grunt-contrib-nodeunit:1.0.0;nodeunit:0.9.5;tap:7.1.2;nyc:7.1.0;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.5.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-20920","vulnerabilityDetails":"Handlebars before 3.0.8 and 4.x before 4.5.3 is vulnerable to Arbitrary Code Execution. The lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript. This can be used to run arbitrary code on a server processing Handlebars templates or in a victim\u0027s browser (effectively serving as XSS).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Changed","C":"High","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-20920 (High) detected in handlebars-4.0.5.tgz - ## CVE-2019-20920 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.0.5.tgz</b></p></summary> <p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p> <p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.0.5.tgz</a></p> <p>Path to dependency file: NodeGoat/package.json</p> <p>Path to vulnerable library: NodeGoat/node_modules/nyc/node_modules/handlebars/package.json</p> <p> Dependency Hierarchy: - grunt-if-0.2.0.tgz (Root Library) - grunt-contrib-nodeunit-1.0.0.tgz - nodeunit-0.9.5.tgz - tap-7.1.2.tgz - nyc-7.1.0.tgz - istanbul-reports-1.0.0-alpha.8.tgz - :x: **handlebars-4.0.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/lukebroganws/NodeGoat/commit/10466ceb1764b7cac5eccc6ac6c9c060b13777ac">10466ceb1764b7cac5eccc6ac6c9c060b13777ac</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> Handlebars before 3.0.8 and 4.x before 4.5.3 is vulnerable to Arbitrary Code Execution. The lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript. This can be used to run arbitrary code on a server processing Handlebars templates or in a victim's browser (effectively serving as XSS). <p>Publish Date: 2020-09-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920>CVE-2019-20920</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>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1324">https://www.npmjs.com/advisories/1324</a></p> <p>Release Date: 2020-10-15</p> <p>Fix Resolution: handlebars - 4.5.3</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"handlebars","packageVersion":"4.0.5","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-if:0.2.0;grunt-contrib-nodeunit:1.0.0;nodeunit:0.9.5;tap:7.1.2;nyc:7.1.0;istanbul-reports:1.0.0-alpha.8;handlebars:4.0.5","isMinimumFixVersionAvailable":true,"minimumFixVersion":"handlebars - 4.5.3"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-20920","vulnerabilityDetails":"Handlebars before 3.0.8 and 4.x before 4.5.3 is vulnerable to Arbitrary Code Execution. The lookup helper fails to properly validate templates, allowing attackers to submit templates that execute arbitrary JavaScript. This can be used to run arbitrary code on a server processing Handlebars templates or in a victim\u0027s browser (effectively serving as XSS).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20920","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"Low","AC":"High","PR":"None","S":"Changed","C":"High","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_defect
cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file nodegoat package json path to vulnerable library nodegoat node modules nyc node modules handlebars package json dependency hierarchy grunt if tgz root library grunt contrib nodeunit tgz nodeunit tgz tap tgz nyc tgz istanbul reports alpha tgz x handlebars tgz vulnerable library found in head commit a href found in base branch master vulnerability details handlebars before and x before is vulnerable to arbitrary code execution the lookup helper fails to properly validate templates allowing attackers to submit templates that execute arbitrary javascript this can be used to run arbitrary code on a server processing handlebars templates or in a victim s browser effectively serving as xss 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 changed impact metrics confidentiality impact high integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution handlebars isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt if grunt contrib nodeunit nodeunit tap nyc istanbul reports alpha handlebars isminimumfixversionavailable true minimumfixversion handlebars basebranches vulnerabilityidentifier cve vulnerabilitydetails handlebars before and x before is vulnerable to arbitrary code execution the lookup helper fails to properly validate templates allowing attackers to submit templates that execute arbitrary javascript this can be used to run arbitrary code on a server processing handlebars templates or in a victim browser effectively serving as xss vulnerabilityurl
0
10,378
2,622,148,473
IssuesEvent
2015-03-04 00:05:07
byzhang/libcl
https://api.github.com/repos/byzhang/libcl
opened
The Test Crashed Under MY nv9600GT
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. after compiled and just running the TEST, with or without debugging(VS2010Express),at lines: 65 // run tests 66 Log(INFO) << "****** calling radix sort ..."; 67 testRadixSort(*lContext); // <-- video driver crash here 68 Log(INFO) << "****** done\n"; What is the expected output? What do you see instead? the screen was totally black about 3-4 seconds, then it recovered with a prompt, notified that the video drived is recovered from crashing... and any console text later reported 'CL_OUT_OF_RESOURCES' What version of the product are you using? On what operating system? OS: Windows 7 32-bit Adapter: NVIDIA 9600GT(512MB) with Driver 280.26, OpenCL 1.1 should be Profile full supported(by AIDA 64) Please provide any additional information below. I tried it again the other computer with GT425M(1G), that's OK, Windows 7 but 64-bit, I guess it may be caused by the Driver but not sure. See attachment for the screen output. Hope this is useful. ``` Original issue reported on code.google.com by `littlewa...@gmail.com` on 10 Sep 2011 at 12:35 Attachments: * [output.txt](https://storage.googleapis.com/google-code-attachments/libcl/issue-1/comment-0/output.txt)
1.0
The Test Crashed Under MY nv9600GT - ``` What steps will reproduce the problem? 1. after compiled and just running the TEST, with or without debugging(VS2010Express),at lines: 65 // run tests 66 Log(INFO) << "****** calling radix sort ..."; 67 testRadixSort(*lContext); // <-- video driver crash here 68 Log(INFO) << "****** done\n"; What is the expected output? What do you see instead? the screen was totally black about 3-4 seconds, then it recovered with a prompt, notified that the video drived is recovered from crashing... and any console text later reported 'CL_OUT_OF_RESOURCES' What version of the product are you using? On what operating system? OS: Windows 7 32-bit Adapter: NVIDIA 9600GT(512MB) with Driver 280.26, OpenCL 1.1 should be Profile full supported(by AIDA 64) Please provide any additional information below. I tried it again the other computer with GT425M(1G), that's OK, Windows 7 but 64-bit, I guess it may be caused by the Driver but not sure. See attachment for the screen output. Hope this is useful. ``` Original issue reported on code.google.com by `littlewa...@gmail.com` on 10 Sep 2011 at 12:35 Attachments: * [output.txt](https://storage.googleapis.com/google-code-attachments/libcl/issue-1/comment-0/output.txt)
defect
the test crashed under my what steps will reproduce the problem after compiled and just running the test with or without debugging ,at lines run tests log info calling radix sort testradixsort lcontext video driver crash here log info done n what is the expected output what do you see instead the screen was totally black about seconds then it recovered with a prompt notified that the video drived is recovered from crashing and any console text later reported cl out of resources what version of the product are you using on what operating system os windows bit adapter nvidia with driver opencl should be profile full supported by aida please provide any additional information below i tried it again the other computer with that s ok windows but bit i guess it may be caused by the driver but not sure see attachment for the screen output hope this is useful original issue reported on code google com by littlewa gmail com on sep at attachments
1
18,196
3,035,168,282
IssuesEvent
2015-08-06 00:26:33
mkpanchal/phppi
https://api.github.com/repos/mkpanchal/phppi
closed
max theme for the PHP Picture Index
auto-migrated Priority-Medium Type-Defect
``` For comfortable viewing of the family's photo archive on tablets and PCs. This theme scales the image to the maximal possible size, hiding all the theme features in the transparent side bars that appear on a mouse hover or on a screen touch on tablets. It facilitates - navigation via clickable folder names in the page title, - big navigation controls in image view that embed the preview thumbnails - thumbnail roll at the bottom bar - controls for rotating portrait-mode image - use of an server-side resized image with option to get the original image Tested on: Windows/7 Firefox 16.0.2 Chrome 23.0.1271.64 m Opera 12.10 Android/AT300 Opera Mobile 12/10.ADR Firefox 16.0.2 Browser (AT300 Build) Symbian3/E7 Nokia Browser 8.3.1.4 Opera Mobile 12.00.2256 iOS/iPad Safari ``` Original issue reported on code.google.com by `eug...@hutorny.in.ua` on 14 Nov 2012 at 6:30 Attachments: * [phppi-theme-max-1.0.zip](https://storage.googleapis.com/google-code-attachments/phppi/issue-17/comment-0/phppi-theme-max-1.0.zip)
1.0
max theme for the PHP Picture Index - ``` For comfortable viewing of the family's photo archive on tablets and PCs. This theme scales the image to the maximal possible size, hiding all the theme features in the transparent side bars that appear on a mouse hover or on a screen touch on tablets. It facilitates - navigation via clickable folder names in the page title, - big navigation controls in image view that embed the preview thumbnails - thumbnail roll at the bottom bar - controls for rotating portrait-mode image - use of an server-side resized image with option to get the original image Tested on: Windows/7 Firefox 16.0.2 Chrome 23.0.1271.64 m Opera 12.10 Android/AT300 Opera Mobile 12/10.ADR Firefox 16.0.2 Browser (AT300 Build) Symbian3/E7 Nokia Browser 8.3.1.4 Opera Mobile 12.00.2256 iOS/iPad Safari ``` Original issue reported on code.google.com by `eug...@hutorny.in.ua` on 14 Nov 2012 at 6:30 Attachments: * [phppi-theme-max-1.0.zip](https://storage.googleapis.com/google-code-attachments/phppi/issue-17/comment-0/phppi-theme-max-1.0.zip)
defect
max theme for the php picture index for comfortable viewing of the family s photo archive on tablets and pcs this theme scales the image to the maximal possible size hiding all the theme features in the transparent side bars that appear on a mouse hover or on a screen touch on tablets it facilitates navigation via clickable folder names in the page title big navigation controls in image view that embed the preview thumbnails thumbnail roll at the bottom bar controls for rotating portrait mode image use of an server side resized image with option to get the original image tested on windows firefox chrome m opera android opera mobile adr firefox browser build nokia browser opera mobile ios ipad safari original issue reported on code google com by eug hutorny in ua on nov at attachments
1
65,612
19,594,140,910
IssuesEvent
2022-01-05 15:59:20
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
quoting does not work when searching
T-Defect S-Major A-Search A-Composer O-Occasional
### Steps to reproduce 1. search 2. click quote 3. exit search since composer isn't shown in search (why?!) ### Outcome #### What did you expect? quote #### What happened instead? no quote in composer ### Operating system arch ### Application version Element Nightly version: 2021122301 Olm version: 3.2.8 ### How did you install the app? aur ### Homeserver _No response_ ### Will you send logs? No
1.0
quoting does not work when searching - ### Steps to reproduce 1. search 2. click quote 3. exit search since composer isn't shown in search (why?!) ### Outcome #### What did you expect? quote #### What happened instead? no quote in composer ### Operating system arch ### Application version Element Nightly version: 2021122301 Olm version: 3.2.8 ### How did you install the app? aur ### Homeserver _No response_ ### Will you send logs? No
defect
quoting does not work when searching steps to reproduce search click quote exit search since composer isn t shown in search why outcome what did you expect quote what happened instead no quote in composer operating system arch application version element nightly version olm version how did you install the app aur homeserver no response will you send logs no
1
14,656
3,872,156,882
IssuesEvent
2016-04-11 12:56:51
emberjs/ember.js
https://api.github.com/repos/emberjs/ember.js
closed
Ember.assign is undefined
Bug Documentation
Using Ember 2.2, I'm trying to use `Ember.assign`, defined here: http://emberjs.com/api/#method_assign However, `Ember.assign` seems to be undefined. See twiddle here: https://ember-twiddle.com/30c30b4ad7f72ca84700
1.0
Ember.assign is undefined - Using Ember 2.2, I'm trying to use `Ember.assign`, defined here: http://emberjs.com/api/#method_assign However, `Ember.assign` seems to be undefined. See twiddle here: https://ember-twiddle.com/30c30b4ad7f72ca84700
non_defect
ember assign is undefined using ember i m trying to use ember assign defined here however ember assign seems to be undefined see twiddle here
0
348,766
24,921,383,588
IssuesEvent
2022-10-31 00:35:26
FuelLabs/sway
https://api.github.com/repos/FuelLabs/sway
closed
Fix Forc messages that reference latest docs
good first issue forc documentation
Ever since https://github.com/FuelLabs/sway/pull/2025, the docs path `.../latest/...` is no longer valid. There are a few places where `forc` will output a path to docs with `latest`. It should be changed to the `forc` version instead.
1.0
Fix Forc messages that reference latest docs - Ever since https://github.com/FuelLabs/sway/pull/2025, the docs path `.../latest/...` is no longer valid. There are a few places where `forc` will output a path to docs with `latest`. It should be changed to the `forc` version instead.
non_defect
fix forc messages that reference latest docs ever since the docs path latest is no longer valid there are a few places where forc will output a path to docs with latest it should be changed to the forc version instead
0
52,707
13,224,958,660
IssuesEvent
2020-08-17 20:11:59
icecube-trac/tix4
https://api.github.com/repos/icecube-trac/tix4
closed
Need update to daq-decode trigger types to include VolumeTrigger (Trac #202)
Migrated from Trac dataclasses defect
I3DAQDecoderUtil needs to be updated to include an entry for the new VolumeTrigger. The trigger type should be 18. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/202">https://code.icecube.wisc.edu/projects/icecube/ticket/202</a>, reported by toaleand owned by blaufuss</em></summary> <p> ```json { "status": "closed", "changetime": "2011-04-14T19:06:31", "_ts": "1302807991000000", "description": "I3DAQDecoderUtil needs to be updated to include an entry for the new VolumeTrigger. The trigger type should be 18.", "reporter": "toale", "cc": "", "resolution": "fixed", "time": "2010-04-07T17:55:33", "component": "dataclasses", "summary": "Need update to daq-decode trigger types to include VolumeTrigger", "priority": "normal", "keywords": "", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
1.0
Need update to daq-decode trigger types to include VolumeTrigger (Trac #202) - I3DAQDecoderUtil needs to be updated to include an entry for the new VolumeTrigger. The trigger type should be 18. <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/202">https://code.icecube.wisc.edu/projects/icecube/ticket/202</a>, reported by toaleand owned by blaufuss</em></summary> <p> ```json { "status": "closed", "changetime": "2011-04-14T19:06:31", "_ts": "1302807991000000", "description": "I3DAQDecoderUtil needs to be updated to include an entry for the new VolumeTrigger. The trigger type should be 18.", "reporter": "toale", "cc": "", "resolution": "fixed", "time": "2010-04-07T17:55:33", "component": "dataclasses", "summary": "Need update to daq-decode trigger types to include VolumeTrigger", "priority": "normal", "keywords": "", "milestone": "", "owner": "blaufuss", "type": "defect" } ``` </p> </details>
defect
need update to daq decode trigger types to include volumetrigger trac needs to be updated to include an entry for the new volumetrigger the trigger type should be migrated from json status closed changetime ts description needs to be updated to include an entry for the new volumetrigger the trigger type should be reporter toale cc resolution fixed time component dataclasses summary need update to daq decode trigger types to include volumetrigger priority normal keywords milestone owner blaufuss type defect
1
10,677
2,622,180,113
IssuesEvent
2015-03-04 00:18:27
byzhang/leveldb
https://api.github.com/repos/byzhang/leveldb
opened
PosixMmapFile which using ftruncate+mmap may crash on Append() while the disk have no enough space
auto-migrated Priority-Medium Type-Defect
``` * What steps will reproduce the problem? 1. Write to a leveldb DB on a almost full disk. 2. Continue Writing to DB until there is no space for *.log file to append to, or no space for a *.sst to compact. * What is the expected output? What do you see instead? EXPECTED: DB::Wirte()/DB::Put() interface should return Status::IOError() with message like "No space left on device". But the process crashed, with SIGBUS signal. The backtrace was(on linux): #0 0x00000036b6936f47 in __memcpy_ssse3 () from /lib64/libc.so.6 #1 0x00007f5f56f70232 in leveldb::(anonymous namespace)::PosixMmapFile::Append (this=0x10185a0, data=<value optimized out>) at util/env_posix.cc:227 * What version of the product are you using? On what operating system? Version: 1.5.0 ( version 1.6 & 1.7 also have this problem as the implementation of PosixMmapFile was not changed) OS: Linux x86_64 2.6.32 (CentOS 6.2), FreeBSD 7.2 * Please provide any additional information below. We have encountered this problem on our data storage server. If you want to reproduce this bug, an easy way is to use tmpfs to create a small in-memory filesystem, and write the DB to it. I understand why this happen: When ftruncate() is called, the filesystem will not actually allocate blocks for the file. After the file is mmaped to the vm, the read/write operation will cause os to load the non-exists blocks. Finally, OS treat this operation as a invalid memory access. I'm wondering is there a good way to avoid this bug when using ftruncate+mmap. ``` Original issue reported on code.google.com by `xjason...@gmail.com` on 5 Feb 2013 at 6:21
1.0
PosixMmapFile which using ftruncate+mmap may crash on Append() while the disk have no enough space - ``` * What steps will reproduce the problem? 1. Write to a leveldb DB on a almost full disk. 2. Continue Writing to DB until there is no space for *.log file to append to, or no space for a *.sst to compact. * What is the expected output? What do you see instead? EXPECTED: DB::Wirte()/DB::Put() interface should return Status::IOError() with message like "No space left on device". But the process crashed, with SIGBUS signal. The backtrace was(on linux): #0 0x00000036b6936f47 in __memcpy_ssse3 () from /lib64/libc.so.6 #1 0x00007f5f56f70232 in leveldb::(anonymous namespace)::PosixMmapFile::Append (this=0x10185a0, data=<value optimized out>) at util/env_posix.cc:227 * What version of the product are you using? On what operating system? Version: 1.5.0 ( version 1.6 & 1.7 also have this problem as the implementation of PosixMmapFile was not changed) OS: Linux x86_64 2.6.32 (CentOS 6.2), FreeBSD 7.2 * Please provide any additional information below. We have encountered this problem on our data storage server. If you want to reproduce this bug, an easy way is to use tmpfs to create a small in-memory filesystem, and write the DB to it. I understand why this happen: When ftruncate() is called, the filesystem will not actually allocate blocks for the file. After the file is mmaped to the vm, the read/write operation will cause os to load the non-exists blocks. Finally, OS treat this operation as a invalid memory access. I'm wondering is there a good way to avoid this bug when using ftruncate+mmap. ``` Original issue reported on code.google.com by `xjason...@gmail.com` on 5 Feb 2013 at 6:21
defect
posixmmapfile which using ftruncate mmap may crash on append while the disk have no enough space what steps will reproduce the problem write to a leveldb db on a almost full disk continue writing to db until there is no space for log file to append to or no space for a sst to compact what is the expected output what do you see instead expected db wirte db put interface should return status ioerror with message like no space left on device but the process crashed with sigbus signal the backtrace was on linux in memcpy from libc so in leveldb anonymous namespace posixmmapfile append this data at util env posix cc what version of the product are you using on what operating system version version also have this problem as the implementation of posixmmapfile was not changed os linux centos freebsd please provide any additional information below we have encountered this problem on our data storage server if you want to reproduce this bug an easy way is to use tmpfs to create a small in memory filesystem and write the db to it i understand why this happen when ftruncate is called the filesystem will not actually allocate blocks for the file after the file is mmaped to the vm the read write operation will cause os to load the non exists blocks finally os treat this operation as a invalid memory access i m wondering is there a good way to avoid this bug when using ftruncate mmap original issue reported on code google com by xjason gmail com on feb at
1
713,099
24,516,067,169
IssuesEvent
2022-10-11 05:12:31
AY2223S1-CS2113-W12-1/tp
https://api.github.com/repos/AY2223S1-CS2113-W12-1/tp
opened
UX enhancements
type.Enhancement priority.High severity.Medium
# Overview Certain improvements can be made for a better user experience # Features ## Users should see an 'entry point' from greeting message For example, `type 'help' to list commands` ## Help command should be sorted by first character ![image](https://user-images.githubusercontent.com/64213369/195001214-1b19566a-7ad6-4402-bed4-f3d95aecf41f.png) Instead, we could sort by first character OR group by entity(Command, User, Item, Transaction) ## UI is messy `showLine()` can be improved and also `printMessage()` should have indentations ## Any ID related argument should support entering partial IDs similar to git commands ## Any list function should support pagination In the situation where we have >100 entries of an entity, maybe we want 5 pages of 20 entries - `n` to get to next page - `p` to get to previous page - `q` to leave list view ## UI should have a generic showTable function, perhaps `static <T> void showTable(int rowNum, int colNum, <T> entries)` We can make our list function be a lot more readable in the future
1.0
UX enhancements - # Overview Certain improvements can be made for a better user experience # Features ## Users should see an 'entry point' from greeting message For example, `type 'help' to list commands` ## Help command should be sorted by first character ![image](https://user-images.githubusercontent.com/64213369/195001214-1b19566a-7ad6-4402-bed4-f3d95aecf41f.png) Instead, we could sort by first character OR group by entity(Command, User, Item, Transaction) ## UI is messy `showLine()` can be improved and also `printMessage()` should have indentations ## Any ID related argument should support entering partial IDs similar to git commands ## Any list function should support pagination In the situation where we have >100 entries of an entity, maybe we want 5 pages of 20 entries - `n` to get to next page - `p` to get to previous page - `q` to leave list view ## UI should have a generic showTable function, perhaps `static <T> void showTable(int rowNum, int colNum, <T> entries)` We can make our list function be a lot more readable in the future
non_defect
ux enhancements overview certain improvements can be made for a better user experience features users should see an entry point from greeting message for example type help to list commands help command should be sorted by first character instead we could sort by first character or group by entity command user item transaction ui is messy showline can be improved and also printmessage should have indentations any id related argument should support entering partial ids similar to git commands any list function should support pagination in the situation where we have entries of an entity maybe we want pages of entries n to get to next page p to get to previous page q to leave list view ui should have a generic showtable function perhaps static void showtable int rownum int colnum entries we can make our list function be a lot more readable in the future
0
712,928
24,511,307,694
IssuesEvent
2022-10-10 21:52:44
elabftw/elabftw
https://api.github.com/repos/elabftw/elabftw
closed
Reaction scheme drawer
feature request priority:high fixed in hypernext
Hello, I would like to suggest a new feature or more an upgrade inside the experiment module. We use to have a molecule drawer. instead of it, i would be more interesting to have the possibility to draw reaction scheme. Actually we used to pass throw an external software and we have to upload the file in jpeg. I thnik it's relative to this issue : https://github.com/elabftw/elabftw/issues/1166 and specially this module could be great : http://partridgejiang.github.io/Kekule.js/demos/demoLauncher.html?id=chemEditor Regards Nico. # Information * Elabftw version (visible in Sysadmin panel) : 3.3.2 * Installation method (docker or git/zip archive) : docker * Operating system + version : * Browser used (firefox/chrome) :
1.0
Reaction scheme drawer - Hello, I would like to suggest a new feature or more an upgrade inside the experiment module. We use to have a molecule drawer. instead of it, i would be more interesting to have the possibility to draw reaction scheme. Actually we used to pass throw an external software and we have to upload the file in jpeg. I thnik it's relative to this issue : https://github.com/elabftw/elabftw/issues/1166 and specially this module could be great : http://partridgejiang.github.io/Kekule.js/demos/demoLauncher.html?id=chemEditor Regards Nico. # Information * Elabftw version (visible in Sysadmin panel) : 3.3.2 * Installation method (docker or git/zip archive) : docker * Operating system + version : * Browser used (firefox/chrome) :
non_defect
reaction scheme drawer hello i would like to suggest a new feature or more an upgrade inside the experiment module we use to have a molecule drawer instead of it i would be more interesting to have the possibility to draw reaction scheme actually we used to pass throw an external software and we have to upload the file in jpeg i thnik it s relative to this issue and specially this module could be great regards nico information elabftw version visible in sysadmin panel installation method docker or git zip archive docker operating system version browser used firefox chrome
0
32,958
6,145,724,124
IssuesEvent
2017-06-27 12:18:10
Darksonn/backblaze-b2-rs
https://api.github.com/repos/Darksonn/backblaze-b2-rs
closed
Links in modules are broken in some places
documentation
In the module level documentation for each module there are links to various structs that use relative urls. Since the doc for the module is embedded on the index, which is in another folder, this causes broken links.
1.0
Links in modules are broken in some places - In the module level documentation for each module there are links to various structs that use relative urls. Since the doc for the module is embedded on the index, which is in another folder, this causes broken links.
non_defect
links in modules are broken in some places in the module level documentation for each module there are links to various structs that use relative urls since the doc for the module is embedded on the index which is in another folder this causes broken links
0
251,354
8,014,131,825
IssuesEvent
2018-07-25 04:40:35
maxmagee/chick-fil-a
https://api.github.com/repos/maxmagee/chick-fil-a
opened
Refactor Home Screen ScrollView
bug high priority
The way the scrollview is currently implemented, it covers up the 'Options' icon. Redesign it so it doesn't cover up the options screen but maintains the positioning of the login card.
1.0
Refactor Home Screen ScrollView - The way the scrollview is currently implemented, it covers up the 'Options' icon. Redesign it so it doesn't cover up the options screen but maintains the positioning of the login card.
non_defect
refactor home screen scrollview the way the scrollview is currently implemented it covers up the options icon redesign it so it doesn t cover up the options screen but maintains the positioning of the login card
0
22,655
3,675,692,355
IssuesEvent
2016-02-23 00:50:49
dominix/ctrl-dock
https://api.github.com/repos/dominix/ctrl-dock
closed
Test
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `madh...@via.com` on 13 Jul 2013 at 8:14
1.0
Test - ``` What steps will reproduce the problem? 1. 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. ``` Original issue reported on code.google.com by `madh...@via.com` on 13 Jul 2013 at 8:14
defect
test what steps will reproduce the problem what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below original issue reported on code google com by madh via com on jul at
1
315,911
9,633,582,721
IssuesEvent
2019-05-15 19:00:33
epam/cloud-pipeline
https://api.github.com/repos/epam/cloud-pipeline
closed
Notify users if a compute node has high resources pressure
kind/enhancement priority/high state/verify sys/core sys/notify
When a compute-intensive job is run - compute node may start starving for the resources. CPU high load is typically fine - will result in the SSH/metrics slowdown. But running low on memory and disk - will crash the node, i.e. kubelet will not be able to communicate to the master and node will be lost from the cluster. In such cases - autoscaler will eventually terminate the cloud instance. Probably, we cannot do much with the users' jobs resources consumption - to make it clear we shall notify user on the fact of Memory/Disk high load. 1. A new notification type shall be introduced 2. Corresponding settings shall be added to the preferences to control: * Memory/Disk thresholds, which shall be treated as a risky level (%% from the total amount) * Threshold timeout (if a real average resource consumption is higher then a threshold for N seconds - a notification shall be sent) 3. The notification template shall support metric name, threshold value, current value templating 4. Add a default email template to the `pipectl` deployment
1.0
Notify users if a compute node has high resources pressure - When a compute-intensive job is run - compute node may start starving for the resources. CPU high load is typically fine - will result in the SSH/metrics slowdown. But running low on memory and disk - will crash the node, i.e. kubelet will not be able to communicate to the master and node will be lost from the cluster. In such cases - autoscaler will eventually terminate the cloud instance. Probably, we cannot do much with the users' jobs resources consumption - to make it clear we shall notify user on the fact of Memory/Disk high load. 1. A new notification type shall be introduced 2. Corresponding settings shall be added to the preferences to control: * Memory/Disk thresholds, which shall be treated as a risky level (%% from the total amount) * Threshold timeout (if a real average resource consumption is higher then a threshold for N seconds - a notification shall be sent) 3. The notification template shall support metric name, threshold value, current value templating 4. Add a default email template to the `pipectl` deployment
non_defect
notify users if a compute node has high resources pressure when a compute intensive job is run compute node may start starving for the resources cpu high load is typically fine will result in the ssh metrics slowdown but running low on memory and disk will crash the node i e kubelet will not be able to communicate to the master and node will be lost from the cluster in such cases autoscaler will eventually terminate the cloud instance probably we cannot do much with the users jobs resources consumption to make it clear we shall notify user on the fact of memory disk high load a new notification type shall be introduced corresponding settings shall be added to the preferences to control memory disk thresholds which shall be treated as a risky level from the total amount threshold timeout if a real average resource consumption is higher then a threshold for n seconds a notification shall be sent the notification template shall support metric name threshold value current value templating add a default email template to the pipectl deployment
0
68,991
22,043,260,303
IssuesEvent
2022-05-29 17:28:32
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
File upload hotkey while text box is selected conflicts on Firefox
T-Defect
### Steps to reproduce 1. Enter ctrl-shift-U while a text box is selected. (e.g. the message compose box) ### Outcome #### What did you expect? File upload dialog should open #### What happened instead? An underlined "u" is typed in the text box instead: ![image](https://user-images.githubusercontent.com/41203525/170883421-934eb71c-35c8-44d6-a8d4-1ff457928717.png) ### Operating system Arch Linux ### Browser information Firefox 100 ### URL for webapp develop.element.io ### Application version Element version: 70a247446e29-react-2649c6fd7557-js-93293750ceff Olm version: 3.2.8 ### Homeserver matrix.org ### Will you send logs? No
1.0
File upload hotkey while text box is selected conflicts on Firefox - ### Steps to reproduce 1. Enter ctrl-shift-U while a text box is selected. (e.g. the message compose box) ### Outcome #### What did you expect? File upload dialog should open #### What happened instead? An underlined "u" is typed in the text box instead: ![image](https://user-images.githubusercontent.com/41203525/170883421-934eb71c-35c8-44d6-a8d4-1ff457928717.png) ### Operating system Arch Linux ### Browser information Firefox 100 ### URL for webapp develop.element.io ### Application version Element version: 70a247446e29-react-2649c6fd7557-js-93293750ceff Olm version: 3.2.8 ### Homeserver matrix.org ### Will you send logs? No
defect
file upload hotkey while text box is selected conflicts on firefox steps to reproduce enter ctrl shift u while a text box is selected e g the message compose box outcome what did you expect file upload dialog should open what happened instead an underlined u is typed in the text box instead operating system arch linux browser information firefox url for webapp develop element io application version element version react js olm version homeserver matrix org will you send logs no
1
72,282
24,033,822,344
IssuesEvent
2022-09-15 17:12:42
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
custom translations for 'English US'
T-Defect
### Steps to reproduce 1. Where are you starting? What can you see? We have custom translations configured with `custom_translations_url`. This is the content (for testing, obviously): ```json { "Welcome to Element": { "de": "This is 'de'", "en": "This is 'en'", "us": "This is 'us'", "en_us": "This is 'en_us'", "en_US": "This is 'en_US'" }, "Decentralised, encrypted chat &amp; collaboration powered by $matrixLogo": { "de": "This is 'de'", "en": "This is 'en'" } } ``` 2. What do you click? Opened /#/welcome ### Outcome #### What did you expect? Getting translated strings in German and English #### What happened instead? `Welcome to Element` is not translated in *English (US)*. Tried various common language codes, none of them works. With *English (US)*: ![image](https://user-images.githubusercontent.com/104974727/190467600-e01dd5ff-1f02-410e-8643-69f9c23986f3.png) With *English*: ![image](https://user-images.githubusercontent.com/104974727/190467738-f660826a-22ce-4f6b-b99d-395f89d01bb1.png) With *German*: ![image](https://user-images.githubusercontent.com/104974727/190467866-d5501736-93ce-418e-b4ab-c0a42ff20ccb.png) ### Operating system Linux ### Browser information Firefox 104.0.2, caching disabled ### URL for webapp Element Web version 1.11.4 ### Application version 1.11.4 ### Homeserver Synapse 1.66.0 ### Will you send logs? No
1.0
custom translations for 'English US' - ### Steps to reproduce 1. Where are you starting? What can you see? We have custom translations configured with `custom_translations_url`. This is the content (for testing, obviously): ```json { "Welcome to Element": { "de": "This is 'de'", "en": "This is 'en'", "us": "This is 'us'", "en_us": "This is 'en_us'", "en_US": "This is 'en_US'" }, "Decentralised, encrypted chat &amp; collaboration powered by $matrixLogo": { "de": "This is 'de'", "en": "This is 'en'" } } ``` 2. What do you click? Opened /#/welcome ### Outcome #### What did you expect? Getting translated strings in German and English #### What happened instead? `Welcome to Element` is not translated in *English (US)*. Tried various common language codes, none of them works. With *English (US)*: ![image](https://user-images.githubusercontent.com/104974727/190467600-e01dd5ff-1f02-410e-8643-69f9c23986f3.png) With *English*: ![image](https://user-images.githubusercontent.com/104974727/190467738-f660826a-22ce-4f6b-b99d-395f89d01bb1.png) With *German*: ![image](https://user-images.githubusercontent.com/104974727/190467866-d5501736-93ce-418e-b4ab-c0a42ff20ccb.png) ### Operating system Linux ### Browser information Firefox 104.0.2, caching disabled ### URL for webapp Element Web version 1.11.4 ### Application version 1.11.4 ### Homeserver Synapse 1.66.0 ### Will you send logs? No
defect
custom translations for english us steps to reproduce where are you starting what can you see we have custom translations configured with custom translations url this is the content for testing obviously json welcome to element de this is de en this is en us this is us en us this is en us en us this is en us decentralised encrypted chat amp collaboration powered by matrixlogo de this is de en this is en what do you click opened welcome outcome what did you expect getting translated strings in german and english what happened instead welcome to element is not translated in english us tried various common language codes none of them works with english us with english with german operating system linux browser information firefox caching disabled url for webapp element web version application version homeserver synapse will you send logs no
1
4,837
2,610,157,859
IssuesEvent
2015-02-26 18:50:09
chrsmith/republic-at-war
https://api.github.com/repos/chrsmith/republic-at-war
closed
Map Issue
auto-migrated Priority-Medium Type-Defect
``` Raxus Prime remove auto damage ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:56
1.0
Map Issue - ``` Raxus Prime remove auto damage ``` ----- Original issue reported on code.google.com by `z3r0...@gmail.com` on 30 Jan 2011 at 2:56
defect
map issue raxus prime remove auto damage original issue reported on code google com by gmail com on jan at
1
33,279
7,078,930,437
IssuesEvent
2018-01-10 07:16:16
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Java serialization compression bug
Team: Client Team: Core Type: Defect
We have a bug when following configuration is applied. ``` SerializationConfig.setEnableCompression(true); ``` Since GZipInputStream read more bytes than it needs, the fields coming after a compressed data is not able to read. Following reproduces the issue: ``` @Test public void testCompression_withArrayList() { DefaultSerializationServiceBuilder defaultSerializationServiceBuilder = new DefaultSerializationServiceBuilder(); SerializationService ss = defaultSerializationServiceBuilder.setEnableCompression(true).build(); ArrayList<SampleSerializable> expected = new ArrayList<SampleSerializable>(); for (int i = 0; i < 10; i++) { expected.add(new SampleSerializable(i)); } Data data = ss.toData(expected); ArrayList<SampleSerializable> result = ss.toObject(data); assertEquals(expected, result); } ``` If any of our internal operations or users use `ObjectDataOutput.writeObject(x)` with a java serializable, issue appears. A fix is available as follows but requires one more copy when writing the object. Also relies on an internal value( Gzip Header Size ). https://github.com/hazelcast/hazelcast/pull/12099 One more suggestion is that we could completely remove `compression` feature. Arguments for that: 1. We will remove the bug. 2. `compression` is often misunderstood. We have seen that users expects that all data is compressed when it is used. But It only applies to Java Serializable's. 3. Java Serializable is not used much by our users. They either their own serialization methods or ours (Portable/IdentifiedDataSerializable).
1.0
Java serialization compression bug - We have a bug when following configuration is applied. ``` SerializationConfig.setEnableCompression(true); ``` Since GZipInputStream read more bytes than it needs, the fields coming after a compressed data is not able to read. Following reproduces the issue: ``` @Test public void testCompression_withArrayList() { DefaultSerializationServiceBuilder defaultSerializationServiceBuilder = new DefaultSerializationServiceBuilder(); SerializationService ss = defaultSerializationServiceBuilder.setEnableCompression(true).build(); ArrayList<SampleSerializable> expected = new ArrayList<SampleSerializable>(); for (int i = 0; i < 10; i++) { expected.add(new SampleSerializable(i)); } Data data = ss.toData(expected); ArrayList<SampleSerializable> result = ss.toObject(data); assertEquals(expected, result); } ``` If any of our internal operations or users use `ObjectDataOutput.writeObject(x)` with a java serializable, issue appears. A fix is available as follows but requires one more copy when writing the object. Also relies on an internal value( Gzip Header Size ). https://github.com/hazelcast/hazelcast/pull/12099 One more suggestion is that we could completely remove `compression` feature. Arguments for that: 1. We will remove the bug. 2. `compression` is often misunderstood. We have seen that users expects that all data is compressed when it is used. But It only applies to Java Serializable's. 3. Java Serializable is not used much by our users. They either their own serialization methods or ours (Portable/IdentifiedDataSerializable).
defect
java serialization compression bug we have a bug when following configuration is applied serializationconfig setenablecompression true since gzipinputstream read more bytes than it needs the fields coming after a compressed data is not able to read following reproduces the issue test public void testcompression witharraylist defaultserializationservicebuilder defaultserializationservicebuilder new defaultserializationservicebuilder serializationservice ss defaultserializationservicebuilder setenablecompression true build arraylist expected new arraylist for int i i i expected add new sampleserializable i data data ss todata expected arraylist result ss toobject data assertequals expected result if any of our internal operations or users use objectdataoutput writeobject x with a java serializable issue appears a fix is available as follows but requires one more copy when writing the object also relies on an internal value gzip header size one more suggestion is that we could completely remove compression feature arguments for that we will remove the bug compression is often misunderstood we have seen that users expects that all data is compressed when it is used but it only applies to java serializable s java serializable is not used much by our users they either their own serialization methods or ours portable identifieddataserializable
1
79,063
27,956,627,600
IssuesEvent
2023-03-24 12:53:54
vector-im/element-integration-manager
https://api.github.com/repos/vector-im/element-integration-manager
closed
Shift+enter when editing widget URLs in Scalar open a new window and throw an error
T-Defect S-Minor A-Widgets P2
<!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> ### Description Very minor bug, but it's probably best to catch this key combination and ignore it or treat it as plain Enter. ### Steps to reproduce - Open widget add/edit screen - Shift+Enter in the url field Log: not sent <!-- You can send us the app's logs via the 'Report bug' link on the 'Settings' page. Very important for hard-to-reproduce bugs. Please file a bug here too! --> <!-- Include screenshots if possible: you can drag and drop images below. --> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web (in-browser) - **Browser**: Chrome 60 - **OS**: Windows 10 - **URL**: riot.im/develop
1.0
Shift+enter when editing widget URLs in Scalar open a new window and throw an error - <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> ### Description Very minor bug, but it's probably best to catch this key combination and ignore it or treat it as plain Enter. ### Steps to reproduce - Open widget add/edit screen - Shift+Enter in the url field Log: not sent <!-- You can send us the app's logs via the 'Report bug' link on the 'Settings' page. Very important for hard-to-reproduce bugs. Please file a bug here too! --> <!-- Include screenshots if possible: you can drag and drop images below. --> ### Version information <!-- IMPORTANT: please answer the following questions, to help us narrow down the problem --> - **Platform**: web (in-browser) - **Browser**: Chrome 60 - **OS**: Windows 10 - **URL**: riot.im/develop
defect
shift enter when editing widget urls in scalar open a new window and throw an error this is a bug report template by following the instructions below and filling out the sections with your information you will help the us to get all the necessary data to fix your issue you can also preview your report before submitting it you may remove sections that aren t relevant to your particular case text between marks will be invisible in the report description very minor bug but it s probably best to catch this key combination and ignore it or treat it as plain enter steps to reproduce open widget add edit screen shift enter in the url field log not sent you can send us the app s logs via the report bug link on the settings page very important for hard to reproduce bugs please file a bug here too version information platform web in browser browser chrome os windows url riot im develop
1
15,298
8,826,212,322
IssuesEvent
2019-01-03 00:30:46
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
sql: index and lookup join spans are too wide, including interleave children
A-sql-execution C-performance
``` root@127.0.0.1:58662/defaultdb> create table a (a int primary key, b int, c int, index(b)); CREATE TABLE Time: 6.676ms root@127.0.0.1:58662/defaultdb> insert into a values(1,2,3); INSERT 1 Time: 7.574ms root@127.0.0.1:58662/defaultdb> \set auto_trace=on,kv root@127.0.0.1:58662/defaultdb> select * from a where b=2; a | b | c +---+---+---+ 1 | 2 | 3 (1 row) Time: 1.504ms timestamp | age | message | tag | location | operation | span +----------------------------------+-----------------+----------------------------------------+----------------------------------------------------+----------+------------------+------+ 2018-12-24 15:59:00.121441+00:00 | 00:00:00.000671 | Scan /Table/53/2/{2-3} | [n1,client=127.0.0.1:58664,user=root] | | table reader | 4 2018-12-24 15:59:00.121489+00:00 | 00:00:00.000719 | querying next range at /Table/53/2/2 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 6 2018-12-24 15:59:00.121525+00:00 | 00:00:00.000755 | r22: sending batch 1 Scan to (n1,s1):1 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 6 2018-12-24 15:59:00.121756+00:00 | 00:00:00.000986 | fetched: /a/a_b_idx/2/1 -> NULL | [n1,client=127.0.0.1:58664,user=root] | | table reader | 4 2018-12-24 15:59:00.121852+00:00 | 00:00:00.001082 | Scan /Table/53/1/{1-2} | [n1,client=127.0.0.1:58664,user=root] | | index joiner | 8 2018-12-24 15:59:00.121883+00:00 | 00:00:00.001113 | querying next range at /Table/53/1/1 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 10 2018-12-24 15:59:00.121907+00:00 | 00:00:00.001137 | r22: sending batch 1 Scan to (n1,s1):1 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 10 2018-12-24 15:59:00.122061+00:00 | 00:00:00.001291 | fetched: /a/primary/1/b/c -> /2/3 | [n1,client=127.0.0.1:58664,user=root] | | flow | 3 2018-12-24 15:59:00.122147+00:00 | 00:00:00.001377 | rows affected: 1 | [n1,client=127.0.0.1:58664,user=root] | | sql txn | 1 (9 rows) ```
True
sql: index and lookup join spans are too wide, including interleave children - ``` root@127.0.0.1:58662/defaultdb> create table a (a int primary key, b int, c int, index(b)); CREATE TABLE Time: 6.676ms root@127.0.0.1:58662/defaultdb> insert into a values(1,2,3); INSERT 1 Time: 7.574ms root@127.0.0.1:58662/defaultdb> \set auto_trace=on,kv root@127.0.0.1:58662/defaultdb> select * from a where b=2; a | b | c +---+---+---+ 1 | 2 | 3 (1 row) Time: 1.504ms timestamp | age | message | tag | location | operation | span +----------------------------------+-----------------+----------------------------------------+----------------------------------------------------+----------+------------------+------+ 2018-12-24 15:59:00.121441+00:00 | 00:00:00.000671 | Scan /Table/53/2/{2-3} | [n1,client=127.0.0.1:58664,user=root] | | table reader | 4 2018-12-24 15:59:00.121489+00:00 | 00:00:00.000719 | querying next range at /Table/53/2/2 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 6 2018-12-24 15:59:00.121525+00:00 | 00:00:00.000755 | r22: sending batch 1 Scan to (n1,s1):1 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 6 2018-12-24 15:59:00.121756+00:00 | 00:00:00.000986 | fetched: /a/a_b_idx/2/1 -> NULL | [n1,client=127.0.0.1:58664,user=root] | | table reader | 4 2018-12-24 15:59:00.121852+00:00 | 00:00:00.001082 | Scan /Table/53/1/{1-2} | [n1,client=127.0.0.1:58664,user=root] | | index joiner | 8 2018-12-24 15:59:00.121883+00:00 | 00:00:00.001113 | querying next range at /Table/53/1/1 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 10 2018-12-24 15:59:00.121907+00:00 | 00:00:00.001137 | r22: sending batch 1 Scan to (n1,s1):1 | [n1,client=127.0.0.1:58664,user=root,txn=ffa8ce30] | | dist sender send | 10 2018-12-24 15:59:00.122061+00:00 | 00:00:00.001291 | fetched: /a/primary/1/b/c -> /2/3 | [n1,client=127.0.0.1:58664,user=root] | | flow | 3 2018-12-24 15:59:00.122147+00:00 | 00:00:00.001377 | rows affected: 1 | [n1,client=127.0.0.1:58664,user=root] | | sql txn | 1 (9 rows) ```
non_defect
sql index and lookup join spans are too wide including interleave children root defaultdb create table a a int primary key b int c int index b create table time root defaultdb insert into a values insert time root defaultdb set auto trace on kv root defaultdb select from a where b a b c row time timestamp age message tag location operation span scan table table reader querying next range at table dist sender send sending batch scan to dist sender send fetched a a b idx null table reader scan table index joiner querying next range at table dist sender send sending batch scan to dist sender send fetched a primary b c flow rows affected sql txn rows
0
32,411
6,776,508,601
IssuesEvent
2017-10-27 18:08:17
Azure/blobxfer
https://api.github.com/repos/Azure/blobxfer
closed
--skip-on-filesize-match option causes Traceback.
defect
Using latest blobxfer-1.0.0rc2-linux-x86_64 linux binary. I get a traceback with the --skip-on-filesize-match, but seems to work when that option is not supplied. ``` > [root@vdev-azw-ecom-us-nfs001 ~]# ./blobxfer-1.0.0rc2-linux-x86_64 upload --skip-on-filesize-match --delete --log-file /tmp/blobxfer.log --progress-bar --storage-account blahblablah --storage-account-key IHeMfulLFR/M5COcyVvNRjw9+Z3CIFpgPVQ7EdODEEnTU2ZHDfnCckblahblahblah --remote-path test --local-path /etc/yum/ ============================================ Azure blobxfer parameters ============================================ blobxfer version: 1.0.0rc2 platform: Linux-3.10.0-514.28.1.el7.x86_64-x86_64-with-redhat-7.3-Maipo components: CPython=3.5.3 azstor.blob=0.36.0 azstor.file=0.36.0 crypt=2.1.1 req=2.18.4 transfer direction: local -> Azure workers: disk=4 xfer=8 md5=0 crypto=0 log file: /tmp/blobxfer.log resume file: None timeout: connect=3.1 read=12.1 mode: StorageModes.Auto skip on: fs_match=True lmt_ge=False md5=False delete extraneous: True overwrite: True recursive: True rename single: False chunk size bytes: 0 one shot bytes: 0 strip components: 0 store properties: attr=False md5=False rsa public key: None local source paths: /etc/yum ============================================ Traceback (most recent call last): File "cli/cli.py", line 906, in <module> File "site-packages/click/core.py", line 722, in __call__ File "site-packages/click/core.py", line 697, in main File "site-packages/click/core.py", line 1066, in invoke File "site-packages/click/core.py", line 895, in invoke File "site-packages/click/core.py", line 535, in invoke File "site-packages/click/decorators.py", line 64, in new_func File "site-packages/click/core.py", line 535, in invoke File "cli/cli.py", line 901, in upload File "blobxfer/operations/upload.py", line 1145, in start File "blobxfer/operations/upload.py", line 1117, in _run RuntimeError: upload mismatch: [count=0/-7 bytes=0/-1884] [40227] Failed to execute script cli [root@vdev-azw-ecom-us-nfs001 ~]# [root@vdev-azw-ecom-us-nfs001 ~]# ./blobxfer-1.0.0rc2-linux-x86_64 upload --delete --log-file /tmp/blobxfer.log --progress-bar --storage-account blahblah --storage-account-key IHeMfulLFR/M5COcyVvNRjw9+Z3CIFpgPVQ7EdODEEnTU2Zblahblahblah --remote-path test --local-path /etc/yum/ ============================================ Azure blobxfer parameters ============================================ blobxfer version: 1.0.0rc2 platform: Linux-3.10.0-514.28.1.el7.x86_64-x86_64-with-redhat-7.3-Maipo components: CPython=3.5.3 azstor.blob=0.36.0 azstor.file=0.36.0 crypt=2.1.1 req=2.18.4 transfer direction: local -> Azure workers: disk=4 xfer=8 md5=0 crypto=0 log file: /tmp/blobxfer.log resume file: None timeout: connect=3.1 read=12.1 mode: StorageModes.Auto skip on: fs_match=False lmt_ge=False md5=False delete extraneous: True overwrite: True recursive: True rename single: False chunk size bytes: 0 one shot bytes: 0 strip components: 0 store properties: attr=False md5=False rsa public key: None local source paths: /etc/yum ============================================ upload progress: [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 100.00% 0.009 MiB/sec, 7/7 uploaded [root@vdev-azw-ecom-us-nfs001 ~]# ```
1.0
--skip-on-filesize-match option causes Traceback. - Using latest blobxfer-1.0.0rc2-linux-x86_64 linux binary. I get a traceback with the --skip-on-filesize-match, but seems to work when that option is not supplied. ``` > [root@vdev-azw-ecom-us-nfs001 ~]# ./blobxfer-1.0.0rc2-linux-x86_64 upload --skip-on-filesize-match --delete --log-file /tmp/blobxfer.log --progress-bar --storage-account blahblablah --storage-account-key IHeMfulLFR/M5COcyVvNRjw9+Z3CIFpgPVQ7EdODEEnTU2ZHDfnCckblahblahblah --remote-path test --local-path /etc/yum/ ============================================ Azure blobxfer parameters ============================================ blobxfer version: 1.0.0rc2 platform: Linux-3.10.0-514.28.1.el7.x86_64-x86_64-with-redhat-7.3-Maipo components: CPython=3.5.3 azstor.blob=0.36.0 azstor.file=0.36.0 crypt=2.1.1 req=2.18.4 transfer direction: local -> Azure workers: disk=4 xfer=8 md5=0 crypto=0 log file: /tmp/blobxfer.log resume file: None timeout: connect=3.1 read=12.1 mode: StorageModes.Auto skip on: fs_match=True lmt_ge=False md5=False delete extraneous: True overwrite: True recursive: True rename single: False chunk size bytes: 0 one shot bytes: 0 strip components: 0 store properties: attr=False md5=False rsa public key: None local source paths: /etc/yum ============================================ Traceback (most recent call last): File "cli/cli.py", line 906, in <module> File "site-packages/click/core.py", line 722, in __call__ File "site-packages/click/core.py", line 697, in main File "site-packages/click/core.py", line 1066, in invoke File "site-packages/click/core.py", line 895, in invoke File "site-packages/click/core.py", line 535, in invoke File "site-packages/click/decorators.py", line 64, in new_func File "site-packages/click/core.py", line 535, in invoke File "cli/cli.py", line 901, in upload File "blobxfer/operations/upload.py", line 1145, in start File "blobxfer/operations/upload.py", line 1117, in _run RuntimeError: upload mismatch: [count=0/-7 bytes=0/-1884] [40227] Failed to execute script cli [root@vdev-azw-ecom-us-nfs001 ~]# [root@vdev-azw-ecom-us-nfs001 ~]# ./blobxfer-1.0.0rc2-linux-x86_64 upload --delete --log-file /tmp/blobxfer.log --progress-bar --storage-account blahblah --storage-account-key IHeMfulLFR/M5COcyVvNRjw9+Z3CIFpgPVQ7EdODEEnTU2Zblahblahblah --remote-path test --local-path /etc/yum/ ============================================ Azure blobxfer parameters ============================================ blobxfer version: 1.0.0rc2 platform: Linux-3.10.0-514.28.1.el7.x86_64-x86_64-with-redhat-7.3-Maipo components: CPython=3.5.3 azstor.blob=0.36.0 azstor.file=0.36.0 crypt=2.1.1 req=2.18.4 transfer direction: local -> Azure workers: disk=4 xfer=8 md5=0 crypto=0 log file: /tmp/blobxfer.log resume file: None timeout: connect=3.1 read=12.1 mode: StorageModes.Auto skip on: fs_match=False lmt_ge=False md5=False delete extraneous: True overwrite: True recursive: True rename single: False chunk size bytes: 0 one shot bytes: 0 strip components: 0 store properties: attr=False md5=False rsa public key: None local source paths: /etc/yum ============================================ upload progress: [>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>] 100.00% 0.009 MiB/sec, 7/7 uploaded [root@vdev-azw-ecom-us-nfs001 ~]# ```
defect
skip on filesize match option causes traceback using latest blobxfer linux linux binary i get a traceback with the skip on filesize match but seems to work when that option is not supplied blobxfer linux upload skip on filesize match delete log file tmp blobxfer log progress bar storage account blahblablah storage account key ihemfullfr remote path test local path etc yum azure blobxfer parameters blobxfer version platform linux with redhat maipo components cpython azstor blob azstor file crypt req transfer direction local azure workers disk xfer crypto log file tmp blobxfer log resume file none timeout connect read mode storagemodes auto skip on fs match true lmt ge false false delete extraneous true overwrite true recursive true rename single false chunk size bytes one shot bytes strip components store properties attr false false rsa public key none local source paths etc yum traceback most recent call last file cli cli py line in file site packages click core py line in call file site packages click core py line in main file site packages click core py line in invoke file site packages click core py line in invoke file site packages click core py line in invoke file site packages click decorators py line in new func file site packages click core py line in invoke file cli cli py line in upload file blobxfer operations upload py line in start file blobxfer operations upload py line in run runtimeerror upload mismatch failed to execute script cli blobxfer linux upload delete log file tmp blobxfer log progress bar storage account blahblah storage account key ihemfullfr remote path test local path etc yum azure blobxfer parameters blobxfer version platform linux with redhat maipo components cpython azstor blob azstor file crypt req transfer direction local azure workers disk xfer crypto log file tmp blobxfer log resume file none timeout connect read mode storagemodes auto skip on fs match false lmt ge false false delete extraneous true overwrite true recursive true rename single false chunk size bytes one shot bytes strip components store properties attr false false rsa public key none local source paths etc yum upload progress mib sec uploaded
1
69,996
22,781,638,047
IssuesEvent
2022-07-08 20:33:37
makedeb/makedeb
https://api.github.com/repos/makedeb/makedeb
opened
`control_fields` isn't documented in the `PKGBUILD` man page
T-Defect
### Issue Noticed as part of #190. ### Installation source APT Repository ### Installed release type Alpha ### Installed makedeb version 5.1.0-alpha
1.0
`control_fields` isn't documented in the `PKGBUILD` man page - ### Issue Noticed as part of #190. ### Installation source APT Repository ### Installed release type Alpha ### Installed makedeb version 5.1.0-alpha
defect
control fields isn t documented in the pkgbuild man page issue noticed as part of installation source apt repository installed release type alpha installed makedeb version alpha
1
240,984
18,410,963,272
IssuesEvent
2021-10-13 05:41:26
Sharif-OS-Lab/session-1-2
https://api.github.com/repos/Sharif-OS-Lab/session-1-2
closed
Session 1 Report
documentation
Team Name: `[FILL HERE]` Student Name of member 1: `[FILL HERE]` Student No. of member 1: `[FILL HERE]` Student Name of member 2: `[FILL HERE]` Student No. of member 2: `[FILL HERE]` - [ ] Read Session Contents. ### Section 1.3.1 - [ ] Choose one of Virtual Machine Softwares, such as VirtualBox, VMware, ... 1. [ ] `[FILL HERE with Virtual Machine Software you choosed]` - [ ] Install Debian on Virtual Machine, add three screenshots from install process 1. [ ] `[FILL HERE with image 1]` 1. [ ] `[FILL HERE with image 2]` 1. [ ] `[FILL HERE with image 3]` ### Section 1.3.2 - [ ] Do 13 subtasks from 1 to 13 and add screenshots of each: 1. [ ] `[FILL HERE with screen capture of subtask 1]` 1. [ ] `[FILL HERE with screen capture of subtask 2]` 1. [ ] `[FILL HERE with screen capture of subtask 3]` 1. [ ] `[FILL HERE with screen capture of subtask 4]` 1. [ ] `[FILL HERE with screen capture of subtask 5]` 1. [ ] `[FILL HERE with screen capture of subtask 6]` 1. [ ] `[FILL HERE with screen capture of subtask 7]` 1. [ ] `[FILL HERE with screen capture of subtask 8]` 1. [ ] `[FILL HERE with screen capture of subtask 9]` 1. [ ] `[FILL HERE with screen capture of subtask 10]` 1. [ ] `[FILL HERE with screen capture of subtask 11]` 1. [ ] `[FILL HERE with screen capture of subtask 12]` 1. [ ] `[FILL HERE with screen capture of subtask 13]` - For subtask 7 write difference between `>` and `>>` - [ ] 1. `[FILL HERE with screen capture of subtask 7]` ## Section 1.4 - [ ] Write (in English or Persian) about each command: 1. `[FILL HERE with description about cut]` 1. `[FILL HERE with description about find]` 1. `[FILL HERE with description about head]` 1. `[FILL HERE with description about tail]` 1. `[FILL HERE with description about touch]` 1. `[FILL HERE with description about wc]` 1. `[FILL HERE with description about kill]` - [ ] Write commands for these operations: - [ ] `[FILL HERE with commands for finding line count in mybook.txt]` - [ ] `[FILL HERE with commands for finding files starting with A]` - [ ] `[FILL HERE with commands for finding size of mybook.txt]` ### Section 1.4.1 - [ ] Get kernel with apt-get - [ ] `[FILL HERE with screen capture of subtask 1]` - [ ] Get tools for compiling kernel - [ ] `[FILL HERE with screen capture of subtask 2]` - [ ] Do subtask 3 - [ ] `[FILL HERE with screen capture of subtask 3]` ### Section 1.4.2 - [ ] Compile kernel - [ ] `[FILL HERE with screen capture of compiling kernel]` - [ ] Install compiled kernel - [ ] `[FILL HERE with screen capture of installing compiled kernel]`
1.0
Session 1 Report - Team Name: `[FILL HERE]` Student Name of member 1: `[FILL HERE]` Student No. of member 1: `[FILL HERE]` Student Name of member 2: `[FILL HERE]` Student No. of member 2: `[FILL HERE]` - [ ] Read Session Contents. ### Section 1.3.1 - [ ] Choose one of Virtual Machine Softwares, such as VirtualBox, VMware, ... 1. [ ] `[FILL HERE with Virtual Machine Software you choosed]` - [ ] Install Debian on Virtual Machine, add three screenshots from install process 1. [ ] `[FILL HERE with image 1]` 1. [ ] `[FILL HERE with image 2]` 1. [ ] `[FILL HERE with image 3]` ### Section 1.3.2 - [ ] Do 13 subtasks from 1 to 13 and add screenshots of each: 1. [ ] `[FILL HERE with screen capture of subtask 1]` 1. [ ] `[FILL HERE with screen capture of subtask 2]` 1. [ ] `[FILL HERE with screen capture of subtask 3]` 1. [ ] `[FILL HERE with screen capture of subtask 4]` 1. [ ] `[FILL HERE with screen capture of subtask 5]` 1. [ ] `[FILL HERE with screen capture of subtask 6]` 1. [ ] `[FILL HERE with screen capture of subtask 7]` 1. [ ] `[FILL HERE with screen capture of subtask 8]` 1. [ ] `[FILL HERE with screen capture of subtask 9]` 1. [ ] `[FILL HERE with screen capture of subtask 10]` 1. [ ] `[FILL HERE with screen capture of subtask 11]` 1. [ ] `[FILL HERE with screen capture of subtask 12]` 1. [ ] `[FILL HERE with screen capture of subtask 13]` - For subtask 7 write difference between `>` and `>>` - [ ] 1. `[FILL HERE with screen capture of subtask 7]` ## Section 1.4 - [ ] Write (in English or Persian) about each command: 1. `[FILL HERE with description about cut]` 1. `[FILL HERE with description about find]` 1. `[FILL HERE with description about head]` 1. `[FILL HERE with description about tail]` 1. `[FILL HERE with description about touch]` 1. `[FILL HERE with description about wc]` 1. `[FILL HERE with description about kill]` - [ ] Write commands for these operations: - [ ] `[FILL HERE with commands for finding line count in mybook.txt]` - [ ] `[FILL HERE with commands for finding files starting with A]` - [ ] `[FILL HERE with commands for finding size of mybook.txt]` ### Section 1.4.1 - [ ] Get kernel with apt-get - [ ] `[FILL HERE with screen capture of subtask 1]` - [ ] Get tools for compiling kernel - [ ] `[FILL HERE with screen capture of subtask 2]` - [ ] Do subtask 3 - [ ] `[FILL HERE with screen capture of subtask 3]` ### Section 1.4.2 - [ ] Compile kernel - [ ] `[FILL HERE with screen capture of compiling kernel]` - [ ] Install compiled kernel - [ ] `[FILL HERE with screen capture of installing compiled kernel]`
non_defect
session report team name student name of member student no of member student name of member student no of member read session contents section choose one of virtual machine softwares such as virtualbox vmware install debian on virtual machine add three screenshots from install process section do subtasks from to and add screenshots of each for subtask write difference between and section write in english or persian about each command write commands for these operations section get kernel with apt get get tools for compiling kernel do subtask section compile kernel install compiled kernel
0
3,106
2,607,984,121
IssuesEvent
2015-02-26 00:50:55
chrsmithdemos/zen-coding
https://api.github.com/repos/chrsmithdemos/zen-coding
closed
$ in () element
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. .block>(a[href=#]>img[src=$.png][alt=$])*2 What is the expected output? What do you see instead? expected: <div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img src="2.png" alt="2"></a></div> see instead: <div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img src="1.png" alt="1"></a></div> What version of the product are you using? On what operating system? Windows 7 SP1, Dreamweaver CS5, Zen-Coding 0.7.2 ``` ----- Original issue reported on code.google.com by `dtama...@gmail.com` on 4 Aug 2011 at 12:07
1.0
$ in () element - ``` What steps will reproduce the problem? 1. .block>(a[href=#]>img[src=$.png][alt=$])*2 What is the expected output? What do you see instead? expected: <div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img src="2.png" alt="2"></a></div> see instead: <div class="block"><a href="#"><img src="1.png" alt="1"></a><a href="#"><img src="1.png" alt="1"></a></div> What version of the product are you using? On what operating system? Windows 7 SP1, Dreamweaver CS5, Zen-Coding 0.7.2 ``` ----- Original issue reported on code.google.com by `dtama...@gmail.com` on 4 Aug 2011 at 12:07
defect
in element what steps will reproduce the problem block a img what is the expected output what do you see instead expected img src png alt see instead img src png alt what version of the product are you using on what operating system windows dreamweaver zen coding original issue reported on code google com by dtama gmail com on aug at
1
166,411
14,050,122,020
IssuesEvent
2020-11-02 11:15:48
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[docs] Document that YCQL role is given full permissions on objects it creates
area/documentation area/ycql community/request
When a role creates a keyspace it is given full permissions: `['ALTER', 'AUTHORIZE', 'CREATE', 'DROP', 'MODIFY', 'SELECT']` on that keyspace. That's not documented anywhere on the docs sites as far as I can tell and was originally confusing to me since I didn't give the role any other permissions besides `CREATE`.
1.0
[docs] Document that YCQL role is given full permissions on objects it creates - When a role creates a keyspace it is given full permissions: `['ALTER', 'AUTHORIZE', 'CREATE', 'DROP', 'MODIFY', 'SELECT']` on that keyspace. That's not documented anywhere on the docs sites as far as I can tell and was originally confusing to me since I didn't give the role any other permissions besides `CREATE`.
non_defect
document that ycql role is given full permissions on objects it creates when a role creates a keyspace it is given full permissions on that keyspace that s not documented anywhere on the docs sites as far as i can tell and was originally confusing to me since i didn t give the role any other permissions besides create
0