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
816,738
30,610,319,660
IssuesEvent
2023-07-23 14:23:13
LPD-VRChat/LPD-Officer-Monitor
https://api.github.com/repos/LPD-VRChat/LPD-Officer-Monitor
closed
[event] pick a random person
enhancement Low Priority old
command to pick somebody random in at station for instance. would have command args to check if LMT, SLRT, senior officer or above
1.0
[event] pick a random person - command to pick somebody random in at station for instance. would have command args to check if LMT, SLRT, senior officer or above
non_defect
pick a random person command to pick somebody random in at station for instance would have command args to check if lmt slrt senior officer or above
0
295,118
22,195,900,571
IssuesEvent
2022-06-07 06:51:52
microsoft/Microsoft365DSC
https://api.github.com/repos/microsoft/Microsoft365DSC
closed
The authentication method for Teams workload
Bug Authentication Documentation
<!-- Your feedback and support is greatly appreciated, thanks for contributing! ISSUE TITLE: Please prefix the issue title with the resource name, e.g. 'ResourceName: Short description of my issue' ISSUE DESCRIPTION (this template): Please provide information regarding your issue under each header below. Write N/A under any headers that do not apply to your issue, or if the information is not available. NOTE! Sensitive information should be obfuscated. PLEASE KEEP THE HEADERS. You may remove this comment block, and the other comment blocks, but please keep the headers. --> #### Details of the scenario you tried and the problem that is occurring According to the documentation authentication table, both credential authenticate and certificate thumbprint authentication should work but it does not seems so #### Verbose logs showing the problem PS C:\WINDOWS\system32> Export-M365DSCConfiguration -Path $Path -FileName $FileName -ApplicationId $ApplicationId -CertificateThumbprint $CertificateThumbprint -TenantId $TenantId -Workload "Teams" [WARNING] Based on the provided Authentication parameters, the following resources cannot be extracted: TeamsCallingPolicy TeamsChannelsPolicy TeamsClientConfiguration TeamsEmergencyCallingPolicy TeamsEmergencyCallRoutingPolicy TeamsFederationConfiguration TeamsGuestCallingConfiguration TeamsGuestMeetingConfiguration TeamsGuestMessagingConfiguration TeamsMeetingBroadcastConfiguration TeamsMeetingBroadcastPolicy TeamsMeetingConfiguration TeamsMeetingPolicy TeamsMessagingPolicy TeamsPstnUsage TeamsTenantDialPlan TeamsUpdateManagementPolicy TeamsUpgradeConfiguration TeamsUpgradePolicy TeamsVoiceRoute TeamsVoiceRoutingPolicy #### Suggested solution to the issue Verified which authentication methods really work and update the documentation. #### The DSC configuration that is used to reproduce the issue (as detailed as possible) ```powershell # insert configuration here ``` #### The operating system the target node is running <!-- Please provide as much as possible about the target node, for example edition, version, build and language. On OS with WMF 5.1 the following command can help get this information. Get-ComputerInfo -Property @( 'OsName', 'OsOperatingSystemSKU', 'OSArchitecture', 'WindowsVersion', 'WindowsBuildLabEx', 'OsLanguage', 'OsMuiLanguages') --> #### Version of the DSC module that was used ('dev' if using current dev branch) latest 1.22.601.1, I did not see this issue before with the earlier module
1.0
The authentication method for Teams workload - <!-- Your feedback and support is greatly appreciated, thanks for contributing! ISSUE TITLE: Please prefix the issue title with the resource name, e.g. 'ResourceName: Short description of my issue' ISSUE DESCRIPTION (this template): Please provide information regarding your issue under each header below. Write N/A under any headers that do not apply to your issue, or if the information is not available. NOTE! Sensitive information should be obfuscated. PLEASE KEEP THE HEADERS. You may remove this comment block, and the other comment blocks, but please keep the headers. --> #### Details of the scenario you tried and the problem that is occurring According to the documentation authentication table, both credential authenticate and certificate thumbprint authentication should work but it does not seems so #### Verbose logs showing the problem PS C:\WINDOWS\system32> Export-M365DSCConfiguration -Path $Path -FileName $FileName -ApplicationId $ApplicationId -CertificateThumbprint $CertificateThumbprint -TenantId $TenantId -Workload "Teams" [WARNING] Based on the provided Authentication parameters, the following resources cannot be extracted: TeamsCallingPolicy TeamsChannelsPolicy TeamsClientConfiguration TeamsEmergencyCallingPolicy TeamsEmergencyCallRoutingPolicy TeamsFederationConfiguration TeamsGuestCallingConfiguration TeamsGuestMeetingConfiguration TeamsGuestMessagingConfiguration TeamsMeetingBroadcastConfiguration TeamsMeetingBroadcastPolicy TeamsMeetingConfiguration TeamsMeetingPolicy TeamsMessagingPolicy TeamsPstnUsage TeamsTenantDialPlan TeamsUpdateManagementPolicy TeamsUpgradeConfiguration TeamsUpgradePolicy TeamsVoiceRoute TeamsVoiceRoutingPolicy #### Suggested solution to the issue Verified which authentication methods really work and update the documentation. #### The DSC configuration that is used to reproduce the issue (as detailed as possible) ```powershell # insert configuration here ``` #### The operating system the target node is running <!-- Please provide as much as possible about the target node, for example edition, version, build and language. On OS with WMF 5.1 the following command can help get this information. Get-ComputerInfo -Property @( 'OsName', 'OsOperatingSystemSKU', 'OSArchitecture', 'WindowsVersion', 'WindowsBuildLabEx', 'OsLanguage', 'OsMuiLanguages') --> #### Version of the DSC module that was used ('dev' if using current dev branch) latest 1.22.601.1, I did not see this issue before with the earlier module
non_defect
the authentication method for teams workload your feedback and support is greatly appreciated thanks for contributing issue title please prefix the issue title with the resource name e g resourcename short description of my issue issue description this template please provide information regarding your issue under each header below write n a under any headers that do not apply to your issue or if the information is not available note sensitive information should be obfuscated please keep the headers you may remove this comment block and the other comment blocks but please keep the headers details of the scenario you tried and the problem that is occurring according to the documentation authentication table both credential authenticate and certificate thumbprint authentication should work but it does not seems so verbose logs showing the problem ps c windows export path path filename filename applicationid applicationid certificatethumbprint certificatethumbprint tenantid tenantid workload teams based on the provided authentication parameters the following resources cannot be extracted teamscallingpolicy teamschannelspolicy teamsclientconfiguration teamsemergencycallingpolicy teamsemergencycallroutingpolicy teamsfederationconfiguration teamsguestcallingconfiguration teamsguestmeetingconfiguration teamsguestmessagingconfiguration teamsmeetingbroadcastconfiguration teamsmeetingbroadcastpolicy teamsmeetingconfiguration teamsmeetingpolicy teamsmessagingpolicy teamspstnusage teamstenantdialplan teamsupdatemanagementpolicy teamsupgradeconfiguration teamsupgradepolicy teamsvoiceroute teamsvoiceroutingpolicy suggested solution to the issue verified which authentication methods really work and update the documentation the dsc configuration that is used to reproduce the issue as detailed as possible powershell insert configuration here the operating system the target node is running please provide as much as possible about the target node for example edition version build and language on os with wmf the following command can help get this information get computerinfo property osname osoperatingsystemsku osarchitecture windowsversion windowsbuildlabex oslanguage osmuilanguages version of the dsc module that was used dev if using current dev branch latest i did not see this issue before with the earlier module
0
12,215
2,685,475,612
IssuesEvent
2015-03-30 01:24:49
IssueMigrationTest/Test5
https://api.github.com/repos/IssueMigrationTest/Test5
closed
Getting a class in the .so, but not getting my generators
auto-migrated Priority-Medium Type-Defect
**Issue by strom...@gmail.com** _24 Jun 2011 at 6:04 GMT_ _Originally opened on Google Code_ ---- ``` What steps will reproduce the problem? 1. Check out http://stromberg.dnsalias.org/svn/backshift/trunk using Subversion and cd into the new directory (the top level one) 2. make prep 3. mkdir subdir && cd subdir 4. ln -s ../rolling_checksum_py_mod.py rolling_checksum_ss_mod.py 5. shedskin -e -l rolling_checksum_ss_mod.py 6. python -c 'import rolling_checksum_ss_mod; print(dir(rolling_checksum_ss_mod))' What is the expected output? What do you see instead? Inside of rolling_checksum_ss_mod I was hoping to see one class and two generator functions. Instead I see one class and 0 generator functions. What version of the product are you using? On what operating system? Shedskin 0.8 on Ubuntu 10.10. Please provide any additional information below. N/A Thanks for the nice tool! Shedskin is pretty cool, and I'm hoping to add it to: http://stromberg.dnsalias.org/~strombrg/backshift/documentation/performance/inde x.html ``` * Merged into: #133
1.0
Getting a class in the .so, but not getting my generators - **Issue by strom...@gmail.com** _24 Jun 2011 at 6:04 GMT_ _Originally opened on Google Code_ ---- ``` What steps will reproduce the problem? 1. Check out http://stromberg.dnsalias.org/svn/backshift/trunk using Subversion and cd into the new directory (the top level one) 2. make prep 3. mkdir subdir && cd subdir 4. ln -s ../rolling_checksum_py_mod.py rolling_checksum_ss_mod.py 5. shedskin -e -l rolling_checksum_ss_mod.py 6. python -c 'import rolling_checksum_ss_mod; print(dir(rolling_checksum_ss_mod))' What is the expected output? What do you see instead? Inside of rolling_checksum_ss_mod I was hoping to see one class and two generator functions. Instead I see one class and 0 generator functions. What version of the product are you using? On what operating system? Shedskin 0.8 on Ubuntu 10.10. Please provide any additional information below. N/A Thanks for the nice tool! Shedskin is pretty cool, and I'm hoping to add it to: http://stromberg.dnsalias.org/~strombrg/backshift/documentation/performance/inde x.html ``` * Merged into: #133
defect
getting a class in the so but not getting my generators issue by strom gmail com jun at gmt originally opened on google code what steps will reproduce the problem check out using subversion and cd into the new directory the top level one make prep mkdir subdir cd subdir ln s rolling checksum py mod py rolling checksum ss mod py shedskin e l rolling checksum ss mod py python c import rolling checksum ss mod print dir rolling checksum ss mod what is the expected output what do you see instead inside of rolling checksum ss mod i was hoping to see one class and two generator functions instead i see one class and generator functions what version of the product are you using on what operating system shedskin on ubuntu please provide any additional information below n a thanks for the nice tool shedskin is pretty cool and i m hoping to add it to x html merged into
1
2,436
2,938,849,024
IssuesEvent
2015-07-01 13:26:13
zikula/core
https://api.github.com/repos/zikula/core
closed
QA testing for release of 1.4.0 build #641
Blocker CI Build Discussion meta
Please test build [#641](http://ci.zikula.org/job/Zikula_Core-1.4.0/641/) and decide if it should become the next official release. __Anyone may participate in the testing process.__ Testing guidelines can be found in [Release Testing Guideline](https://github.com/zikula/core/wiki/Release-Testing-Guidelines) We require five +1 votes to promote this build and a minimum testing period of three days testing before the build can pass. Two "-1" votes (with reason) will cause us to fail the build. If this build fails, __votes cannot be transferred__ to the new release candidate, __testing must resume from the beginning__. Please **do not** report bugs in this ticket, only register your approval or disapproval. You must give a reason and reference if appropriate (e.g. link to a ticket) for negative votes. **Please report issues in a separate ticket.** Notes, References, and/or Special Instructions --------------------------------------------------------- Do not vote negatively if you find non-release blocking bugs. Minor and major bugs may be scheduled in a future version. Announcement -------------------- > Zikula Core 1.4 **Release Candidate 3** is available as of today, 28 June, 2015. > Immediate testing is encouraged. You may download the RC from our [Continuous Integration server](http://zikula.org/library/releases). Release testing guidelines may be found in [the Core wiki](https://github.com/zikula/core/wiki/Release-Testing-Guidelines). Installation and upgrade documentation can be found in the /docs directory. > Our Quality Assurance cycle, explained also in [the Core wiki](https://github.com/zikula/core/wiki/Release-Management#release-candidates-rc), will be followed in order to achieve our General Release. Please register your vote on the promotion of this build in the [promotion ticket](https://github.com/zikula/core/issues/2514). > Please report all bugs and concerns to our [issue tracker on Github](https://github.com/zikula/core/issues). Please understand that bugs will not necessarily halt the release of this build. Bugs may be fixed or postponed to another release. > Zikula Core 1.4.0 is intended as a transition release between the very popular 1.3.x series and Zikula Core 2.0.0. While maintaining nearly 100% backward-compatibility, 1.4.0 lays the foundations of Symfony, Doctrine, Bootstrap, Font-Awesome, jQuery and Twig which will be the basis of future development. A new namespaced module structure is established that will be the new standard for 2.0.0 extensions as well as providing many new tools and features to make your site exceptional.
1.0
QA testing for release of 1.4.0 build #641 - Please test build [#641](http://ci.zikula.org/job/Zikula_Core-1.4.0/641/) and decide if it should become the next official release. __Anyone may participate in the testing process.__ Testing guidelines can be found in [Release Testing Guideline](https://github.com/zikula/core/wiki/Release-Testing-Guidelines) We require five +1 votes to promote this build and a minimum testing period of three days testing before the build can pass. Two "-1" votes (with reason) will cause us to fail the build. If this build fails, __votes cannot be transferred__ to the new release candidate, __testing must resume from the beginning__. Please **do not** report bugs in this ticket, only register your approval or disapproval. You must give a reason and reference if appropriate (e.g. link to a ticket) for negative votes. **Please report issues in a separate ticket.** Notes, References, and/or Special Instructions --------------------------------------------------------- Do not vote negatively if you find non-release blocking bugs. Minor and major bugs may be scheduled in a future version. Announcement -------------------- > Zikula Core 1.4 **Release Candidate 3** is available as of today, 28 June, 2015. > Immediate testing is encouraged. You may download the RC from our [Continuous Integration server](http://zikula.org/library/releases). Release testing guidelines may be found in [the Core wiki](https://github.com/zikula/core/wiki/Release-Testing-Guidelines). Installation and upgrade documentation can be found in the /docs directory. > Our Quality Assurance cycle, explained also in [the Core wiki](https://github.com/zikula/core/wiki/Release-Management#release-candidates-rc), will be followed in order to achieve our General Release. Please register your vote on the promotion of this build in the [promotion ticket](https://github.com/zikula/core/issues/2514). > Please report all bugs and concerns to our [issue tracker on Github](https://github.com/zikula/core/issues). Please understand that bugs will not necessarily halt the release of this build. Bugs may be fixed or postponed to another release. > Zikula Core 1.4.0 is intended as a transition release between the very popular 1.3.x series and Zikula Core 2.0.0. While maintaining nearly 100% backward-compatibility, 1.4.0 lays the foundations of Symfony, Doctrine, Bootstrap, Font-Awesome, jQuery and Twig which will be the basis of future development. A new namespaced module structure is established that will be the new standard for 2.0.0 extensions as well as providing many new tools and features to make your site exceptional.
non_defect
qa testing for release of build please test build and decide if it should become the next official release anyone may participate in the testing process testing guidelines can be found in we require five votes to promote this build and a minimum testing period of three days testing before the build can pass two votes with reason will cause us to fail the build if this build fails votes cannot be transferred to the new release candidate testing must resume from the beginning please do not report bugs in this ticket only register your approval or disapproval you must give a reason and reference if appropriate e g link to a ticket for negative votes please report issues in a separate ticket notes references and or special instructions do not vote negatively if you find non release blocking bugs minor and major bugs may be scheduled in a future version announcement zikula core release candidate is available as of today june immediate testing is encouraged you may download the rc from our release testing guidelines may be found in installation and upgrade documentation can be found in the docs directory our quality assurance cycle explained also in will be followed in order to achieve our general release please register your vote on the promotion of this build in the please report all bugs and concerns to our please understand that bugs will not necessarily halt the release of this build bugs may be fixed or postponed to another release zikula core is intended as a transition release between the very popular x series and zikula core while maintaining nearly backward compatibility lays the foundations of symfony doctrine bootstrap font awesome jquery and twig which will be the basis of future development a new namespaced module structure is established that will be the new standard for extensions as well as providing many new tools and features to make your site exceptional
0
45,675
12,979,257,402
IssuesEvent
2020-07-22 01:31:02
cakephp/cakephp
https://api.github.com/repos/cakephp/cakephp
closed
Error at Validator::regex()
defect validation
This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 4.x * Platform and Target: Any ### What you did Use `Validator::regex()` function and test with below request data ``` field[]=sample&field[]=value ``` ### What happened System error occurred at https://github.com/cakephp/cakephp/blob/47912247fa64dc35066c8fe74d24bee38480d4b6/src/Validation/Validation.php#L443 ### What you expected to happen Remove datatype for argument and add `is_string` check
1.0
Error at Validator::regex() - This is a (multiple allowed): * [x] bug * [ ] enhancement * [ ] feature-discussion (RFC) * CakePHP Version: 4.x * Platform and Target: Any ### What you did Use `Validator::regex()` function and test with below request data ``` field[]=sample&field[]=value ``` ### What happened System error occurred at https://github.com/cakephp/cakephp/blob/47912247fa64dc35066c8fe74d24bee38480d4b6/src/Validation/Validation.php#L443 ### What you expected to happen Remove datatype for argument and add `is_string` check
defect
error at validator regex this is a multiple allowed bug enhancement feature discussion rfc cakephp version x platform and target any what you did use validator regex function and test with below request data field sample field value what happened system error occurred at what you expected to happen remove datatype for argument and add is string check
1
29,337
5,654,066,161
IssuesEvent
2017-04-09 04:41:03
Quantum64/ArcadeAPI
https://api.github.com/repos/Quantum64/ArcadeAPI
opened
Fix market on most servers
core defect
This issue is caused by a shaded library conflict involving Apache DBUtils, it can probably be fixed with Shade Relocations and a new external version. https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html
1.0
Fix market on most servers - This issue is caused by a shaded library conflict involving Apache DBUtils, it can probably be fixed with Shade Relocations and a new external version. https://maven.apache.org/plugins/maven-shade-plugin/examples/class-relocation.html
defect
fix market on most servers this issue is caused by a shaded library conflict involving apache dbutils it can probably be fixed with shade relocations and a new external version
1
42,507
11,097,188,332
IssuesEvent
2019-12-16 12:50:55
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
opened
InnerHTML causing the XSS vulnerability in Messages
defect
> I’m viewing messages from the server with MessageService. If this message contains html tags, MessageService displays it as html. This causes the XSS vulnerability.
1.0
InnerHTML causing the XSS vulnerability in Messages - > I’m viewing messages from the server with MessageService. If this message contains html tags, MessageService displays it as html. This causes the XSS vulnerability.
defect
innerhtml causing the xss vulnerability in messages i’m viewing messages from the server with messageservice if this message contains html tags messageservice displays it as html this causes the xss vulnerability
1
177,083
14,615,086,309
IssuesEvent
2020-12-22 10:57:17
moq/moq4
https://api.github.com/repos/moq/moq4
closed
Please document generic argument matching support for versions prior to 4.13
documentation
We cannot upgrade to newer versions due to some incompatibility issue with Castle dependency. Please document how to match generic arguments prior to v4.13. Whether it is even possible to do something equivalent to ``` public interface IFoo { bool M1<T>(); bool M2<T>(T arg); } var mock = new Mock<IFoo>(); // matches any type argument: mock.Setup(m => m.M1<It.IsAnyType>()).Returns(true); ```
1.0
Please document generic argument matching support for versions prior to 4.13 - We cannot upgrade to newer versions due to some incompatibility issue with Castle dependency. Please document how to match generic arguments prior to v4.13. Whether it is even possible to do something equivalent to ``` public interface IFoo { bool M1<T>(); bool M2<T>(T arg); } var mock = new Mock<IFoo>(); // matches any type argument: mock.Setup(m => m.M1<It.IsAnyType>()).Returns(true); ```
non_defect
please document generic argument matching support for versions prior to we cannot upgrade to newer versions due to some incompatibility issue with castle dependency please document how to match generic arguments prior to whether it is even possible to do something equivalent to public interface ifoo bool bool t arg var mock new mock matches any type argument mock setup m m returns true
0
840
2,594,161,219
IssuesEvent
2015-02-20 00:17:56
BALL-Project/ball
https://api.github.com/repos/BALL-Project/ball
closed
ModifyRepresentationDialog sometimes swaps the object it works on
C: VIEW P: major R: fixed T: defect
**Reported by akdehof on 16 Jun 38797537 07:06 UTC** When modifying a representation, clicking on the modify button several times without closing the dialog sometimes leads to a change of the '''wrong''' representation, i.e., another one than the one that is currently selected.
1.0
ModifyRepresentationDialog sometimes swaps the object it works on - **Reported by akdehof on 16 Jun 38797537 07:06 UTC** When modifying a representation, clicking on the modify button several times without closing the dialog sometimes leads to a change of the '''wrong''' representation, i.e., another one than the one that is currently selected.
defect
modifyrepresentationdialog sometimes swaps the object it works on reported by akdehof on jun utc when modifying a representation clicking on the modify button several times without closing the dialog sometimes leads to a change of the wrong representation i e another one than the one that is currently selected
1
9,320
4,479,367,736
IssuesEvent
2016-08-27 15:22:18
thibmaek/worker
https://api.github.com/repos/thibmaek/worker
closed
Build fails | Can not find test directory
breaks-build
```console $ for TEST in tests/*; do chmod +x $TEST; done chmod: tests/*: No such file or directory The command "for TEST in tests/*; do chmod +x $TEST; done" failed and exited with 1 during . ```
1.0
Build fails | Can not find test directory - ```console $ for TEST in tests/*; do chmod +x $TEST; done chmod: tests/*: No such file or directory The command "for TEST in tests/*; do chmod +x $TEST; done" failed and exited with 1 during . ```
non_defect
build fails can not find test directory console for test in tests do chmod x test done chmod tests no such file or directory the command for test in tests do chmod x test done failed and exited with during
0
317,261
23,670,494,710
IssuesEvent
2022-08-27 09:09:10
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
scipy.UnivariateSpline smoothing condition documentation inaccuracy
task scipy.interpolate Documentation
The UnivariateSpline documentation says that the smoothing condition is ``` sum((w[i] * (y[i]-spl(x[i])))**2, axis=0) <= s ``` The actual check according to https://github.com/scipy/scipy/blob/2526df72e5d4ca8bad6e2f4b3cbdfbc33e805865/scipy/interpolate/fitpack/fpcurf.f: (First time I had to read Fortran ...) ``` 54: acc = tol*s [...] 169: fpms = fp - s 170: if(abs(fpms).lt.acc) go to 440 ``` https://github.com/scipy/scipy/blob/2526df72e5d4ca8bad6e2f4b3cbdfbc33e805865/scipy/interpolate/src/fitpack.pyf#L270: ``` tol = 0.001 ``` So the actual smoothing condition is ``` abs(sum((w[i] * (y[i]-spl(x[i])))**2, axis=0) - s) < 0.001 * s ``` Maybe keep the current one and add the one above with a note saying "because of numerical issues the actual check is ..."? ### Scipy/Numpy/Python version information: ``` ('0.18.1', '1.12.1', sys.version_info(major=2, minor=7, micro=13, releaselevel='final', serial=0)) ```
1.0
scipy.UnivariateSpline smoothing condition documentation inaccuracy - The UnivariateSpline documentation says that the smoothing condition is ``` sum((w[i] * (y[i]-spl(x[i])))**2, axis=0) <= s ``` The actual check according to https://github.com/scipy/scipy/blob/2526df72e5d4ca8bad6e2f4b3cbdfbc33e805865/scipy/interpolate/fitpack/fpcurf.f: (First time I had to read Fortran ...) ``` 54: acc = tol*s [...] 169: fpms = fp - s 170: if(abs(fpms).lt.acc) go to 440 ``` https://github.com/scipy/scipy/blob/2526df72e5d4ca8bad6e2f4b3cbdfbc33e805865/scipy/interpolate/src/fitpack.pyf#L270: ``` tol = 0.001 ``` So the actual smoothing condition is ``` abs(sum((w[i] * (y[i]-spl(x[i])))**2, axis=0) - s) < 0.001 * s ``` Maybe keep the current one and add the one above with a note saying "because of numerical issues the actual check is ..."? ### Scipy/Numpy/Python version information: ``` ('0.18.1', '1.12.1', sys.version_info(major=2, minor=7, micro=13, releaselevel='final', serial=0)) ```
non_defect
scipy univariatespline smoothing condition documentation inaccuracy the univariatespline documentation says that the smoothing condition is sum w y spl x axis s the actual check according to first time i had to read fortran acc tol s fpms fp s if abs fpms lt acc go to tol so the actual smoothing condition is abs sum w y spl x axis s s maybe keep the current one and add the one above with a note saying because of numerical issues the actual check is scipy numpy python version information sys version info major minor micro releaselevel final serial
0
167,824
20,726,422,315
IssuesEvent
2022-03-14 02:51:13
mcaj-git/nextcloud-dev
https://api.github.com/repos/mcaj-git/nextcloud-dev
closed
CVE-2018-19838 (Medium) detected in opennmsopennms-source-26.0.0-1 - autoclosed
security vulnerability
## CVE-2018-19838 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary> <p> <p>A Java based fault and performance management system</p> <p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p> <p>Found in HEAD commit: <a href="https://github.com/mcaj-git/nextcloud-dev/commit/593644825e582dbe07983985c91cfa4f02afa3bc">593644825e582dbe07983985c91cfa4f02afa3bc</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/build/node_modules/node-sass/src/libsass/src/ast.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass prior to 3.5.5, functions inside ast.cpp for IMPLEMENT_AST_OPERATORS expansion allow attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, as demonstrated by recursive calls involving clone(), cloneChildren(), and copy(). <p>Publish Date: 2018-12-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19838>CVE-2018-19838</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>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/sass/libsass/releases/tag/3.5.5">https://github.com/sass/libsass/releases/tag/3.5.5</a></p> <p>Release Date: 2018-12-04</p> <p>Fix Resolution: libsass - 3.5.5;node-sass - 4.14.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2018-19838 (Medium) detected in opennmsopennms-source-26.0.0-1 - autoclosed - ## CVE-2018-19838 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>opennmsopennms-source-26.0.0-1</b></p></summary> <p> <p>A Java based fault and performance management system</p> <p>Library home page: <a href=https://sourceforge.net/projects/opennms/>https://sourceforge.net/projects/opennms/</a></p> <p>Found in HEAD commit: <a href="https://github.com/mcaj-git/nextcloud-dev/commit/593644825e582dbe07983985c91cfa4f02afa3bc">593644825e582dbe07983985c91cfa4f02afa3bc</a></p> <p>Found in base branch: <b>master</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/build/node_modules/node-sass/src/libsass/src/ast.cpp</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass prior to 3.5.5, functions inside ast.cpp for IMPLEMENT_AST_OPERATORS expansion allow attackers to cause a denial-of-service resulting from stack consumption via a crafted sass file, as demonstrated by recursive calls involving clone(), cloneChildren(), and copy(). <p>Publish Date: 2018-12-04 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-19838>CVE-2018-19838</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>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/sass/libsass/releases/tag/3.5.5">https://github.com/sass/libsass/releases/tag/3.5.5</a></p> <p>Release Date: 2018-12-04</p> <p>Fix Resolution: libsass - 3.5.5;node-sass - 4.14.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in opennmsopennms source autoclosed cve medium severity vulnerability vulnerable library opennmsopennms source a java based fault and performance management system library home page a href found in head commit a href found in base branch master vulnerable source files build node modules node sass src libsass src ast cpp vulnerability details in libsass prior to functions inside ast cpp for implement ast operators expansion allow attackers to cause a denial of service resulting from stack consumption via a crafted sass file as demonstrated by recursive calls involving clone clonechildren and copy publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution libsass node sass step up your open source security game with whitesource
0
398,816
11,742,374,519
IssuesEvent
2020-03-12 00:33:14
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Creating an event without specifying time crashes the request
bug priority: low
In GitLab by @se-bastiaan on Mar 14, 2018, 14:36 ### One-sentence description Creating an event without specifying time crashes the request ### Current behaviour Crash ### Expected behaviour Nice error message ### Steps to reproduce 1. Create a new event, only specify the _date_ and no _time_ for the start/end of the event. 2. Save
1.0
Creating an event without specifying time crashes the request - In GitLab by @se-bastiaan on Mar 14, 2018, 14:36 ### One-sentence description Creating an event without specifying time crashes the request ### Current behaviour Crash ### Expected behaviour Nice error message ### Steps to reproduce 1. Create a new event, only specify the _date_ and no _time_ for the start/end of the event. 2. Save
non_defect
creating an event without specifying time crashes the request in gitlab by se bastiaan on mar one sentence description creating an event without specifying time crashes the request current behaviour crash expected behaviour nice error message steps to reproduce create a new event only specify the date and no time for the start end of the event save
0
19,525
3,218,759,170
IssuesEvent
2015-10-08 04:35:21
pellcorp/tcpmon
https://api.github.com/repos/pellcorp/tcpmon
closed
No Main-Class attribute in manifest
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. Double-click the downloaded jar 2. or run: java -jar tcpmon-1.1.jar What is the expected output? What do you see instead? App should start. Instead -> Failed to load Main-Class manifest attribute from What version of the product are you using? On what operating system? 1.1 osx ``` Original issue reported on code.google.com by `anders.h...@gmail.com` on 15 Sep 2011 at 11:11
1.0
No Main-Class attribute in manifest - ``` What steps will reproduce the problem? 1. Double-click the downloaded jar 2. or run: java -jar tcpmon-1.1.jar What is the expected output? What do you see instead? App should start. Instead -> Failed to load Main-Class manifest attribute from What version of the product are you using? On what operating system? 1.1 osx ``` Original issue reported on code.google.com by `anders.h...@gmail.com` on 15 Sep 2011 at 11:11
defect
no main class attribute in manifest what steps will reproduce the problem double click the downloaded jar or run java jar tcpmon jar what is the expected output what do you see instead app should start instead failed to load main class manifest attribute from what version of the product are you using on what operating system osx original issue reported on code google com by anders h gmail com on sep at
1
829,700
31,895,055,489
IssuesEvent
2023-09-18 00:10:03
LastTalon/sentinel
https://api.github.com/repos/LastTalon/sentinel
closed
[SEN-18] Fix docs site linting
Bug Low priority
The docusaurus site currently isn't checked for linting. Right now it isn't much of an issue as there's very little code, but we should eventually set this up properly. <sub>From [SyncLinear.com](https://synclinear.com) | [SEN-18](https://linear.app/lasttalon/issue/SEN-18/fix-docs-site-linting)</sub>
1.0
[SEN-18] Fix docs site linting - The docusaurus site currently isn't checked for linting. Right now it isn't much of an issue as there's very little code, but we should eventually set this up properly. <sub>From [SyncLinear.com](https://synclinear.com) | [SEN-18](https://linear.app/lasttalon/issue/SEN-18/fix-docs-site-linting)</sub>
non_defect
fix docs site linting the docusaurus site currently isn t checked for linting right now it isn t much of an issue as there s very little code but we should eventually set this up properly from
0
72,005
23,891,273,989
IssuesEvent
2022-09-08 11:41:17
vector-im/element-call
https://api.github.com/repos/vector-im/element-call
opened
Soft crash: Cannot read properties of null (reading 'userId')
T-Defect
### Steps to reproduce Unknown: happened while trying to join a call Looks to be in groupCall.hasLocalParticipant, so must be a member without a userId somehow? ### Outcome #### What did you expect? #### What happened instead? ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Will you send logs? No
1.0
Soft crash: Cannot read properties of null (reading 'userId') - ### Steps to reproduce Unknown: happened while trying to join a call Looks to be in groupCall.hasLocalParticipant, so must be a member without a userId somehow? ### Outcome #### What did you expect? #### What happened instead? ### Operating system _No response_ ### Browser information _No response_ ### URL for webapp _No response_ ### Will you send logs? No
defect
soft crash cannot read properties of null reading userid steps to reproduce unknown happened while trying to join a call looks to be in groupcall haslocalparticipant so must be a member without a userid somehow outcome what did you expect what happened instead operating system no response browser information no response url for webapp no response will you send logs no
1
61,790
6,758,398,994
IssuesEvent
2017-10-24 14:06:08
owncloud/client
https://api.github.com/repos/owncloud/client
closed
Different accounts may use same keychain entry
bug Discussion ReadyToTest sev2-high
Currently the client saves and looks up keychain entries by user + server url. This leads to problems when there are several accounts with the same identifier. Specifics: * Deleting one of the accounts will wipe the keychain entries, making the second one unusable. * If the two accounts use different auth mechanisms (oauth2 vs http), the keychain entries get overwritten with different data. An account should generate an additional unique identifier to disambiguate the different accounts. Care needs to be taken to make it backwards compatible.
1.0
Different accounts may use same keychain entry - Currently the client saves and looks up keychain entries by user + server url. This leads to problems when there are several accounts with the same identifier. Specifics: * Deleting one of the accounts will wipe the keychain entries, making the second one unusable. * If the two accounts use different auth mechanisms (oauth2 vs http), the keychain entries get overwritten with different data. An account should generate an additional unique identifier to disambiguate the different accounts. Care needs to be taken to make it backwards compatible.
non_defect
different accounts may use same keychain entry currently the client saves and looks up keychain entries by user server url this leads to problems when there are several accounts with the same identifier specifics deleting one of the accounts will wipe the keychain entries making the second one unusable if the two accounts use different auth mechanisms vs http the keychain entries get overwritten with different data an account should generate an additional unique identifier to disambiguate the different accounts care needs to be taken to make it backwards compatible
0
377,990
26,278,391,158
IssuesEvent
2023-01-07 02:46:39
ad3154/ISO11783-CAN-Stack
https://api.github.com/repos/ad3154/ISO11783-CAN-Stack
closed
Add Community Health Files
documentation
I see you already have the `CODE_OF_CONDUCT` - may be worthwhile adding additional items such as `CONTRIBUTING` and templates for feature requests / bug reports. For reference: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file
1.0
Add Community Health Files - I see you already have the `CODE_OF_CONDUCT` - may be worthwhile adding additional items such as `CONTRIBUTING` and templates for feature requests / bug reports. For reference: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file
non_defect
add community health files i see you already have the code of conduct may be worthwhile adding additional items such as contributing and templates for feature requests bug reports for reference
0
747,020
26,054,020,780
IssuesEvent
2022-12-22 22:11:52
conan-io/conan
https://api.github.com/repos/conan-io/conan
closed
Conan create with missing build_require
type: look into priority: low stage: queue complex: medium
Given a simple graph where a recipe (`app`) _build requires_ a `tool` to be built, and starting with the following scenario: `app` binaries are already available in the cache, but `tool` aren't (you have removed them): * Running `conan create .` on `app` will tell that there is a package missing: `tool` is not available and you should use `--build tool`, then * Running `conan create . --build tool` will do nothing because `app` is already available in the cache and there is nothing to build (worst: it prints an error because `tool` is not in the graph) When using `conan create`, should we always force building the root package?
1.0
Conan create with missing build_require - Given a simple graph where a recipe (`app`) _build requires_ a `tool` to be built, and starting with the following scenario: `app` binaries are already available in the cache, but `tool` aren't (you have removed them): * Running `conan create .` on `app` will tell that there is a package missing: `tool` is not available and you should use `--build tool`, then * Running `conan create . --build tool` will do nothing because `app` is already available in the cache and there is nothing to build (worst: it prints an error because `tool` is not in the graph) When using `conan create`, should we always force building the root package?
non_defect
conan create with missing build require given a simple graph where a recipe app build requires a tool to be built and starting with the following scenario app binaries are already available in the cache but tool aren t you have removed them running conan create on app will tell that there is a package missing tool is not available and you should use build tool then running conan create build tool will do nothing because app is already available in the cache and there is nothing to build worst it prints an error because tool is not in the graph when using conan create should we always force building the root package
0
32,555
6,824,332,300
IssuesEvent
2017-11-08 05:29:42
extnet/Ext.NET
https://api.github.com/repos/extnet/Ext.NET
closed
Issues with initially hidden checkboxes
4.x defect invalid
Found: 4.5.0 Ext.NET forum thread: [Checkbox IndicatorIcon overlay problem](https://forums.ext.net/showthread.php?62174) The fix implemented in #1417 caused issues with the indicator icon in some different circumstances where it used to work. For such situations, the fix from #1417 can be undone just by: ```html <script type="text/javascript"> Ext.define('gh1417_ignore', { override: 'Ext.form.field.Checkbox', updateIndicator: function () { var me = this; return me.callSuper(arguments); } }); </script> ``` As said above, this is _not_ an ExtJS bug, as it was originated by an Ext.NET override. Ideal case would be to keep the fix from the other issue and fix also these situations.
1.0
Issues with initially hidden checkboxes - Found: 4.5.0 Ext.NET forum thread: [Checkbox IndicatorIcon overlay problem](https://forums.ext.net/showthread.php?62174) The fix implemented in #1417 caused issues with the indicator icon in some different circumstances where it used to work. For such situations, the fix from #1417 can be undone just by: ```html <script type="text/javascript"> Ext.define('gh1417_ignore', { override: 'Ext.form.field.Checkbox', updateIndicator: function () { var me = this; return me.callSuper(arguments); } }); </script> ``` As said above, this is _not_ an ExtJS bug, as it was originated by an Ext.NET override. Ideal case would be to keep the fix from the other issue and fix also these situations.
defect
issues with initially hidden checkboxes found ext net forum thread the fix implemented in caused issues with the indicator icon in some different circumstances where it used to work for such situations the fix from can be undone just by html ext define ignore override ext form field checkbox updateindicator function var me this return me callsuper arguments as said above this is not an extjs bug as it was originated by an ext net override ideal case would be to keep the fix from the other issue and fix also these situations
1
669,408
22,623,556,956
IssuesEvent
2022-06-30 08:42:08
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.youtube.com - video or audio doesn't play
browser-firefox priority-critical os-mac engine-gecko
<!-- @browser: Firefox 102.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Firefox/102.0 --> <!-- @reported_with: unknown --> **URL**: https://www.youtube.com **Browser / Version**: Firefox 102.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Safari **Problem type**: Video or audio doesn't play **Description**: The video or audio does not play **Steps to Reproduce**: Playback in Firefox of any youtube video starts for a few seconds and then stops. In random cases the playback resumes after minutes in other cases it is locked for ever. The behaviour has been reproducible for all youtube videos, that I've tried. Precondition: I connect my Mac Book Pro M1 via Wiregurard VPN via IPv4 to a VPN server that I'm operating myself. One could blame the VPN Connection. However, any other network traffic (not only web) runs fluently and stable and with Safari the below described problem does not exist at all on the same network connection. Also I haven't encoutered any issues with Firefox on any other webpage that has embedded multimedia content. Firefox plays videos without issues, if the VPN connection is disabled. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
www.youtube.com - video or audio doesn't play - <!-- @browser: Firefox 102.0 --> <!-- @ua_header: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Firefox/102.0 --> <!-- @reported_with: unknown --> **URL**: https://www.youtube.com **Browser / Version**: Firefox 102.0 **Operating System**: Mac OS X 10.15 **Tested Another Browser**: Yes Safari **Problem type**: Video or audio doesn't play **Description**: The video or audio does not play **Steps to Reproduce**: Playback in Firefox of any youtube video starts for a few seconds and then stops. In random cases the playback resumes after minutes in other cases it is locked for ever. The behaviour has been reproducible for all youtube videos, that I've tried. Precondition: I connect my Mac Book Pro M1 via Wiregurard VPN via IPv4 to a VPN server that I'm operating myself. One could blame the VPN Connection. However, any other network traffic (not only web) runs fluently and stable and with Safari the below described problem does not exist at all on the same network connection. Also I haven't encoutered any issues with Firefox on any other webpage that has embedded multimedia content. Firefox plays videos without issues, if the VPN connection is disabled. <details> <summary>Browser Configuration</summary> <ul> <li>None</li> </ul> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_defect
video or audio doesn t play url browser version firefox operating system mac os x tested another browser yes safari problem type video or audio doesn t play description the video or audio does not play steps to reproduce playback in firefox of any youtube video starts for a few seconds and then stops in random cases the playback resumes after minutes in other cases it is locked for ever the behaviour has been reproducible for all youtube videos that i ve tried precondition i connect my mac book pro via wiregurard vpn via to a vpn server that i m operating myself one could blame the vpn connection however any other network traffic not only web runs fluently and stable and with safari the below described problem does not exist at all on the same network connection also i haven t encoutered any issues with firefox on any other webpage that has embedded multimedia content firefox plays videos without issues if the vpn connection is disabled browser configuration none from with ❤️
0
47,303
13,056,109,437
IssuesEvent
2020-07-30 03:41:09
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
closed
I3DSTExtractor11 does not have a DAQ method (Trac #308)
Migrated from Trac combo reconstruction defect
The 'I3DSTExtractor11' produces 'segmentation fault' when used with Q-frames in icerec_V04-00-01. Complains about libdst-extractor.dylib. Looking at the code, It doesn't seem to have a DAQ method. dst-extractor is at releases/V00-03-03. Only change from icerecv4 meta-projects is jeb-filter-2011 which is at the latest branch. Im using Mac OS X version 10.6.8, xcode version: 3.2.6 Migrated from https://code.icecube.wisc.edu/ticket/308 ```json { "status": "closed", "changetime": "2012-07-12T16:03:29", "description": "The 'I3DSTExtractor11' produces 'segmentation fault' when used with Q-frames in icerec_V04-00-01. Complains about libdst-extractor.dylib. \nLooking at the code, It doesn't seem to have a DAQ method.\n\ndst-extractor is at releases/V00-03-03. Only change from icerecv4 meta-projects is jeb-filter-2011 which is at the latest branch.\nIm using Mac OS X version 10.6.8, xcode version: 3.2.6", "reporter": "icecube", "cc": "", "resolution": "fixed", "_ts": "1342109009000000", "component": "combo reconstruction", "summary": "I3DSTExtractor11 does not have a DAQ method", "priority": "normal", "keywords": "dst, superdst, DAQ, Q", "time": "2011-09-13T13:07:06", "milestone": "", "owner": "juancarlos", "type": "defect" } ```
1.0
I3DSTExtractor11 does not have a DAQ method (Trac #308) - The 'I3DSTExtractor11' produces 'segmentation fault' when used with Q-frames in icerec_V04-00-01. Complains about libdst-extractor.dylib. Looking at the code, It doesn't seem to have a DAQ method. dst-extractor is at releases/V00-03-03. Only change from icerecv4 meta-projects is jeb-filter-2011 which is at the latest branch. Im using Mac OS X version 10.6.8, xcode version: 3.2.6 Migrated from https://code.icecube.wisc.edu/ticket/308 ```json { "status": "closed", "changetime": "2012-07-12T16:03:29", "description": "The 'I3DSTExtractor11' produces 'segmentation fault' when used with Q-frames in icerec_V04-00-01. Complains about libdst-extractor.dylib. \nLooking at the code, It doesn't seem to have a DAQ method.\n\ndst-extractor is at releases/V00-03-03. Only change from icerecv4 meta-projects is jeb-filter-2011 which is at the latest branch.\nIm using Mac OS X version 10.6.8, xcode version: 3.2.6", "reporter": "icecube", "cc": "", "resolution": "fixed", "_ts": "1342109009000000", "component": "combo reconstruction", "summary": "I3DSTExtractor11 does not have a DAQ method", "priority": "normal", "keywords": "dst, superdst, DAQ, Q", "time": "2011-09-13T13:07:06", "milestone": "", "owner": "juancarlos", "type": "defect" } ```
defect
does not have a daq method trac the produces segmentation fault when used with q frames in icerec complains about libdst extractor dylib looking at the code it doesn t seem to have a daq method dst extractor is at releases only change from meta projects is jeb filter which is at the latest branch im using mac os x version xcode version migrated from json status closed changetime description the produces segmentation fault when used with q frames in icerec complains about libdst extractor dylib nlooking at the code it doesn t seem to have a daq method n ndst extractor is at releases only change from meta projects is jeb filter which is at the latest branch nim using mac os x version xcode version reporter icecube cc resolution fixed ts component combo reconstruction summary does not have a daq method priority normal keywords dst superdst daq q time milestone owner juancarlos type defect
1
32,424
6,781,899,103
IssuesEvent
2017-10-30 04:29:34
classilla/tenfourfox
https://api.github.com/repos/classilla/tenfourfox
closed
Menu bar becomes unresponsive when hovering Toolbar menus [M641597]
auto-migrated Mozilla Priority-High Type-Defect
``` * This is a startup crash or failure to start (Y/N): N * This is a fault of JavaScript acceleration (Y/N): (Use the steps above to find out. Do NOT report if it is not.) N * What steps are necessary to reproduce the bug? These must be reasonably reliable. If you have the Bookmarks Toolbar and/or the Web Developer Toolbar (anything with submenus/folders), you can hover these left and right when they are open. See the video below, I don't know a better way to describe this. If you do this for a while (about 10 times right and left), the TFF Menu bar (including the Apple menu) stops working until you restart TFF. Other applications are not affected. When I rightclick the nonworking Menu bar, I get a contextual menu that I should get when rightclicking a toolbar in the browser window. I made a reduced testcase bookmarks file with only empty folders. * Describe your processor, computer, operating system and any special things about your environment. PowerBook G4 1.33 GHz (7450), 10.5.8 * Include any useful additional information, steps you have tried, etc.: attached testcase bookmarks file. video (how to trigger the bug): http://www.youtube.com/watch?v=l7H1Conr42U Additional information: Machine: PowerBook G4 1.33 GHz (7450), 10.5.8 Created new OS X user account for testing; there are no haxies installed on this machine The content of the folders in the toolbar doesn't matter, they can even be empty It doesn't matter if nanojit for chrome is enabled or not. It also happens in TFF 4.0.2., but not in Seamonkey 2.0.x It doesn't seem to happen on G3 with 10.4.11 (at least I was unable to trigger it) It does happen reliably on G4 with 10.5 (but I don't know if it's the processor type or the OS) I don't know if this is a TFF, Mozilla, or OS X bug ``` Original issue reported on code.google.com by `chtru...@web.de` on 21 Jun 2011 at 12:57 Attachments: - [bookmarks.html](https://storage.googleapis.com/google-code-attachments/tenfourfox/issue-72/comment-0/bookmarks.html)
1.0
Menu bar becomes unresponsive when hovering Toolbar menus [M641597] - ``` * This is a startup crash or failure to start (Y/N): N * This is a fault of JavaScript acceleration (Y/N): (Use the steps above to find out. Do NOT report if it is not.) N * What steps are necessary to reproduce the bug? These must be reasonably reliable. If you have the Bookmarks Toolbar and/or the Web Developer Toolbar (anything with submenus/folders), you can hover these left and right when they are open. See the video below, I don't know a better way to describe this. If you do this for a while (about 10 times right and left), the TFF Menu bar (including the Apple menu) stops working until you restart TFF. Other applications are not affected. When I rightclick the nonworking Menu bar, I get a contextual menu that I should get when rightclicking a toolbar in the browser window. I made a reduced testcase bookmarks file with only empty folders. * Describe your processor, computer, operating system and any special things about your environment. PowerBook G4 1.33 GHz (7450), 10.5.8 * Include any useful additional information, steps you have tried, etc.: attached testcase bookmarks file. video (how to trigger the bug): http://www.youtube.com/watch?v=l7H1Conr42U Additional information: Machine: PowerBook G4 1.33 GHz (7450), 10.5.8 Created new OS X user account for testing; there are no haxies installed on this machine The content of the folders in the toolbar doesn't matter, they can even be empty It doesn't matter if nanojit for chrome is enabled or not. It also happens in TFF 4.0.2., but not in Seamonkey 2.0.x It doesn't seem to happen on G3 with 10.4.11 (at least I was unable to trigger it) It does happen reliably on G4 with 10.5 (but I don't know if it's the processor type or the OS) I don't know if this is a TFF, Mozilla, or OS X bug ``` Original issue reported on code.google.com by `chtru...@web.de` on 21 Jun 2011 at 12:57 Attachments: - [bookmarks.html](https://storage.googleapis.com/google-code-attachments/tenfourfox/issue-72/comment-0/bookmarks.html)
defect
menu bar becomes unresponsive when hovering toolbar menus this is a startup crash or failure to start y n n this is a fault of javascript acceleration y n use the steps above to find out do not report if it is not n what steps are necessary to reproduce the bug these must be reasonably reliable if you have the bookmarks toolbar and or the web developer toolbar anything with submenus folders you can hover these left and right when they are open see the video below i don t know a better way to describe this if you do this for a while about times right and left the tff menu bar including the apple menu stops working until you restart tff other applications are not affected when i rightclick the nonworking menu bar i get a contextual menu that i should get when rightclicking a toolbar in the browser window i made a reduced testcase bookmarks file with only empty folders describe your processor computer operating system and any special things about your environment powerbook ghz include any useful additional information steps you have tried etc attached testcase bookmarks file video how to trigger the bug additional information machine powerbook ghz created new os x user account for testing there are no haxies installed on this machine the content of the folders in the toolbar doesn t matter they can even be empty it doesn t matter if nanojit for chrome is enabled or not it also happens in tff but not in seamonkey x it doesn t seem to happen on with at least i was unable to trigger it it does happen reliably on with but i don t know if it s the processor type or the os i don t know if this is a tff mozilla or os x bug original issue reported on code google com by chtru web de on jun at attachments
1
75,532
25,901,335,370
IssuesEvent
2022-12-15 06:06:24
department-of-veterans-affairs/va.gov-cms
https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms
closed
Admin/content displays "Outdated Content" h1 and breadcrumb
Defect Drupal engineering ⭐️ Sitewide CMS
## Describe the defect [This PR](https://github.com/department-of-veterans-affairs/va.gov-cms/pull/11899) introduced a defect where our base view for admin/content got renamed to Outdated content. ![image](https://user-images.githubusercontent.com/5752113/207414657-7d33e485-3139-4b78-bab0-25085e4fc22c.png) Outdated Content title also appears in admin breadcrumbs: ![image](https://user-images.githubusercontent.com/5752113/207414848-f18284bd-b191-428f-bb0f-7b7b8befb736.png) Raised here https://dsva.slack.com/archives/CT4GZBM8F/p1670949597270179?thread_ts=1670947468.896719&cid=CT4GZBM8F Discussed here https://dsva.slack.com/archives/CT4GZBM8F/p1670956124650709 ## To Reproduce Steps to reproduce the behavior: 1. Go to https://prod.cms.va.gov/admin/content 2. See "Outdated content" h1 3. Go to https://prod.cms.va.gov/admin/content/facilities/addresses 4. See "Outdated content" in the breadcrumb ## AC / Expected behavior - [ ] H1 and breadcrumb should only display "Outdated content" on the outdated content view. ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [X] `⭐️ Sitewide CMS` - [ ] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
1.0
Admin/content displays "Outdated Content" h1 and breadcrumb - ## Describe the defect [This PR](https://github.com/department-of-veterans-affairs/va.gov-cms/pull/11899) introduced a defect where our base view for admin/content got renamed to Outdated content. ![image](https://user-images.githubusercontent.com/5752113/207414657-7d33e485-3139-4b78-bab0-25085e4fc22c.png) Outdated Content title also appears in admin breadcrumbs: ![image](https://user-images.githubusercontent.com/5752113/207414848-f18284bd-b191-428f-bb0f-7b7b8befb736.png) Raised here https://dsva.slack.com/archives/CT4GZBM8F/p1670949597270179?thread_ts=1670947468.896719&cid=CT4GZBM8F Discussed here https://dsva.slack.com/archives/CT4GZBM8F/p1670956124650709 ## To Reproduce Steps to reproduce the behavior: 1. Go to https://prod.cms.va.gov/admin/content 2. See "Outdated content" h1 3. Go to https://prod.cms.va.gov/admin/content/facilities/addresses 4. See "Outdated content" in the breadcrumb ## AC / Expected behavior - [ ] H1 and breadcrumb should only display "Outdated content" on the outdated content view. ### CMS Team Please check the team(s) that will do this work. - [ ] `Program` - [ ] `Platform CMS Team` - [ ] `Sitewide Crew` - [X] `⭐️ Sitewide CMS` - [ ] `⭐️ Public Websites` - [ ] `⭐️ Facilities` - [ ] `⭐️ User support`
defect
admin content displays outdated content and breadcrumb describe the defect introduced a defect where our base view for admin content got renamed to outdated content outdated content title also appears in admin breadcrumbs raised here discussed here to reproduce steps to reproduce the behavior go to see outdated content go to see outdated content in the breadcrumb ac expected behavior and breadcrumb should only display outdated content on the outdated content view cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support
1
24,644
4,054,171,433
IssuesEvent
2016-05-24 11:20:15
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
opened
insufficient checks on "wp" parameter
Component_Cache Priority_Medium Type_Defect
viewcache.php?wp= shows the last cache in the database. Should throw error.
1.0
insufficient checks on "wp" parameter - viewcache.php?wp= shows the last cache in the database. Should throw error.
defect
insufficient checks on wp parameter viewcache php wp shows the last cache in the database should throw error
1
28,912
12,980,326,316
IssuesEvent
2020-07-22 04:56:01
Ryujinx/Ryujinx
https://api.github.com/repos/Ryujinx/Ryujinx
closed
AppletAE ISelfController: 69 (IsAutoSleepDisabled) is not implemented
needs-re not-implemented service:am
ApletAE ISelfController: 69 (IsAutoSleepDisabled) is not implemented [Switchbrew](https://switchbrew.org/wiki/Applet_Manager_services#IsAutoSleepDisabled) ## Service description: ``` No input, returns an output u8 bool. ``` ## Required by: https://github.com/Ryujinx/Ryujinx-Games-List/issues/2047
1.0
AppletAE ISelfController: 69 (IsAutoSleepDisabled) is not implemented - ApletAE ISelfController: 69 (IsAutoSleepDisabled) is not implemented [Switchbrew](https://switchbrew.org/wiki/Applet_Manager_services#IsAutoSleepDisabled) ## Service description: ``` No input, returns an output u8 bool. ``` ## Required by: https://github.com/Ryujinx/Ryujinx-Games-List/issues/2047
non_defect
appletae iselfcontroller isautosleepdisabled is not implemented apletae iselfcontroller isautosleepdisabled is not implemented service description no input returns an output bool required by
0
37,826
4,846,879,308
IssuesEvent
2016-11-10 13:20:31
IgniteUI/ignite-ui
https://api.github.com/repos/IgniteUI/ignite-ui
opened
Tree nodes have underline style
bug tree visual-design
I see an underline style in the tree nodes when I'm running the Ignite UI angular quickstart. I thought that bug was fixed, but the quickstart references the default Infragistics theme from CDN latest.
1.0
Tree nodes have underline style - I see an underline style in the tree nodes when I'm running the Ignite UI angular quickstart. I thought that bug was fixed, but the quickstart references the default Infragistics theme from CDN latest.
non_defect
tree nodes have underline style i see an underline style in the tree nodes when i m running the ignite ui angular quickstart i thought that bug was fixed but the quickstart references the default infragistics theme from cdn latest
0
258,830
22,351,750,219
IssuesEvent
2022-06-15 12:40:34
lowRISC/opentitan
https://api.github.com/repos/lowRISC/opentitan
opened
entropy_src - fuse enable fw read
Type:Task IP:entropy_src Component:ChipLevelTest
# Verify the fuse input entropy_src. - Initialize the OTP with this fuse bit set to 1. - Perform an entropy request operation. - Read the entropy_data_fifo via SW; verify that it reads valid Values. - Reset the chip, but this time, initialize the OTP with this fuse bit set to 0. - Perform an entropy request operation. - Read the internal state via SW; verify that it reads all zeros this time.
1.0
entropy_src - fuse enable fw read - # Verify the fuse input entropy_src. - Initialize the OTP with this fuse bit set to 1. - Perform an entropy request operation. - Read the entropy_data_fifo via SW; verify that it reads valid Values. - Reset the chip, but this time, initialize the OTP with this fuse bit set to 0. - Perform an entropy request operation. - Read the internal state via SW; verify that it reads all zeros this time.
non_defect
entropy src fuse enable fw read verify the fuse input entropy src initialize the otp with this fuse bit set to perform an entropy request operation read the entropy data fifo via sw verify that it reads valid values reset the chip but this time initialize the otp with this fuse bit set to perform an entropy request operation read the internal state via sw verify that it reads all zeros this time
0
75,368
25,791,435,641
IssuesEvent
2022-12-10 05:32:37
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
unable to find utility "mint", not a developer tool or in PATH
T-Defect X-Needs-Info
### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… I have clone latest repository and trying to build in my MacBook M1 Pro but failed. I have installed necessary dependency as per installation guide. I have also install Mint and Xcodegen to generate project file and run pod install. ### Outcome #### What did you expect? Expected to build project #### What happened instead? I got following errors while building project: 1) /xcrun:1:1 sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk -find mint 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) 2) /xcrun:1:1 unable to find utility "mint", not a developer tool or in PATH <img width="941" alt="Errors_SS" src="https://user-images.githubusercontent.com/35928587/201919146-4a591c86-ba78-4408-acfb-1886f7fe56a2.png"> ### Your phone model iPhone 7 ### Operating system version Mac OS 13.0, Xcode 14.1 ### Application version 1.9.11 ### Homeserver matrix.org ### Will you send logs? No
1.0
unable to find utility "mint", not a developer tool or in PATH - ### Steps to reproduce 1. Where are you starting? What can you see? 2. What do you click? 3. More steps… I have clone latest repository and trying to build in my MacBook M1 Pro but failed. I have installed necessary dependency as per installation guide. I have also install Mint and Xcodegen to generate project file and run pod install. ### Outcome #### What did you expect? Expected to build project #### What happened instead? I got following errors while building project: 1) /xcrun:1:1 sh -c '/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX13.0.sdk -find mint 2> /dev/null' failed with exit code 17664: (null) (errno=No such file or directory) 2) /xcrun:1:1 unable to find utility "mint", not a developer tool or in PATH <img width="941" alt="Errors_SS" src="https://user-images.githubusercontent.com/35928587/201919146-4a591c86-ba78-4408-acfb-1886f7fe56a2.png"> ### Your phone model iPhone 7 ### Operating system version Mac OS 13.0, Xcode 14.1 ### Application version 1.9.11 ### Homeserver matrix.org ### Will you send logs? No
defect
unable to find utility mint not a developer tool or in path steps to reproduce where are you starting what can you see what do you click more steps… i have clone latest repository and trying to build in my macbook pro but failed i have installed necessary dependency as per installation guide i have also install mint and xcodegen to generate project file and run pod install outcome what did you expect expected to build project what happened instead i got following errors while building project xcrun sh c applications xcode app contents developer usr bin xcodebuild sdk applications xcode app contents developer platforms macosx platform developer sdks sdk find mint dev null failed with exit code null errno no such file or directory xcrun unable to find utility mint not a developer tool or in path img width alt errors ss src your phone model iphone operating system version mac os xcode application version homeserver matrix org will you send logs no
1
63,427
17,647,443,461
IssuesEvent
2021-08-20 08:24:44
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
Call Tiles are broken on the bubble layout again
T-Defect X-Regression S-Major A-Message-Bubbles O-Intermediate
This is caused by the fact the `mx_EventTile_line` doesn't have a special class to indicate it's a call event. None of the existing classes seem to fit this as they should be left-aligned now ![Screenshot_20210820_090852](https://user-images.githubusercontent.com/25768714/130194335-ee276c61-df75-41dd-80d8-b0e24657df71.png)
1.0
Call Tiles are broken on the bubble layout again - This is caused by the fact the `mx_EventTile_line` doesn't have a special class to indicate it's a call event. None of the existing classes seem to fit this as they should be left-aligned now ![Screenshot_20210820_090852](https://user-images.githubusercontent.com/25768714/130194335-ee276c61-df75-41dd-80d8-b0e24657df71.png)
defect
call tiles are broken on the bubble layout again this is caused by the fact the mx eventtile line doesn t have a special class to indicate it s a call event none of the existing classes seem to fit this as they should be left aligned now
1
48,912
12,255,495,007
IssuesEvent
2020-05-06 10:17:35
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Error of installation
TF 2.1 stat:awaiting response subtype:windows type:build/install
**System information** - Windows 10 Pro - Python version: 3.8.2 - GPU model and memory: -GeForce GTX 1080 Ti - 19281 MB **Describe the problem** Hi everyone, I had a problem on installing Tensorflow 2.1.0 via pip on Windows; as soon as i use this command i get this error: pip install tensorflow ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow How can I fix this problem?
1.0
Error of installation - **System information** - Windows 10 Pro - Python version: 3.8.2 - GPU model and memory: -GeForce GTX 1080 Ti - 19281 MB **Describe the problem** Hi everyone, I had a problem on installing Tensorflow 2.1.0 via pip on Windows; as soon as i use this command i get this error: pip install tensorflow ERROR: Could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow How can I fix this problem?
non_defect
error of installation system information windows pro python version gpu model and memory geforce gtx ti mb describe the problem hi everyone i had a problem on installing tensorflow via pip on windows as soon as i use this command i get this error pip install tensorflow error could not find a version that satisfies the requirement tensorflow from versions none error no matching distribution found for tensorflow how can i fix this problem
0
20,195
3,314,629,948
IssuesEvent
2015-11-06 06:55:02
yinheli/lightweight-java-profiler
https://api.github.com/repos/yinheli/lightweight-java-profiler
closed
build error on Red Hat Enterprise Linux Server release 5.7
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. svn chekcout code 2. vi MAKE file change BITS?=32 to BITS?=64 3. make all What is the expected output? What do you see instead? cc1plus: error: unrecognized command line option "-Wframe-larger-than=16384" cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable" cc1plus: error: unrecognized command line option "-Wunused-but-set-parameter" cc1plus: error: unrecognized command line option "-Wvla" cc1plus: error: unrecognized command line option "-Wno-conversion-null" cc1plus: error: unrecognized command line option "-Wno-builtin-macro-redefined" cc1plus: error: unrecognized command line option "-Wno-strict-overflow" cc1plus: error: unrecognized command line option "-std=gnu++0x" gcc version Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-51) ``` Original issue reported on code.google.com by `fuyou...@gmail.com` on 30 Sep 2014 at 2:12
1.0
build error on Red Hat Enterprise Linux Server release 5.7 - ``` What steps will reproduce the problem? 1. svn chekcout code 2. vi MAKE file change BITS?=32 to BITS?=64 3. make all What is the expected output? What do you see instead? cc1plus: error: unrecognized command line option "-Wframe-larger-than=16384" cc1plus: error: unrecognized command line option "-Wno-unused-but-set-variable" cc1plus: error: unrecognized command line option "-Wunused-but-set-parameter" cc1plus: error: unrecognized command line option "-Wvla" cc1plus: error: unrecognized command line option "-Wno-conversion-null" cc1plus: error: unrecognized command line option "-Wno-builtin-macro-redefined" cc1plus: error: unrecognized command line option "-Wno-strict-overflow" cc1plus: error: unrecognized command line option "-std=gnu++0x" gcc version Using built-in specs. Target: x86_64-redhat-linux Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --disable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux Thread model: posix gcc version 4.1.2 20080704 (Red Hat 4.1.2-51) ``` Original issue reported on code.google.com by `fuyou...@gmail.com` on 30 Sep 2014 at 2:12
defect
build error on red hat enterprise linux server release what steps will reproduce the problem svn chekcout code vi make file change bits to bits make all what is the expected output what do you see instead error unrecognized command line option wframe larger than error unrecognized command line option wno unused but set variable error unrecognized command line option wunused but set parameter error unrecognized command line option wvla error unrecognized command line option wno conversion null error unrecognized command line option wno builtin macro redefined error unrecognized command line option wno strict overflow error unrecognized command line option std gnu gcc version using built in specs target redhat linux configured with configure prefix usr mandir usr share man infodir usr share info enable shared enable threads posix enable checking release with system zlib enable cxa atexit disable libunwind exceptions enable libgcj multifile enable languages c c objc obj c java fortran ada enable java awt gtk disable dssi disable plugin with java home usr lib jvm java gcj jre with cpu generic host redhat linux thread model posix gcc version red hat original issue reported on code google com by fuyou gmail com on sep at
1
78,255
27,394,247,851
IssuesEvent
2023-02-28 18:23:48
dotCMS/core
https://api.github.com/repos/dotCMS/core
opened
Hide Experiments Sidebar on ESC key press event
Type : Defect Triage
### Parent Issue https://github.com/dotcms/core/issues/22770 ### Problem Statement The sidebar component used in the Experiments configuration won't hide on ESC key press event. ### Steps to Reproduce Go to a page and click on Experiments, then Add a new Experiment. Hit ESC key. The sidebar won't hide. ### Acceptance Criteria Sidebar should always hide after pressing ESC key. ### dotCMS Version 23.03 ### Proposed Objective User Experience ### 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
Hide Experiments Sidebar on ESC key press event - ### Parent Issue https://github.com/dotcms/core/issues/22770 ### Problem Statement The sidebar component used in the Experiments configuration won't hide on ESC key press event. ### Steps to Reproduce Go to a page and click on Experiments, then Add a new Experiment. Hit ESC key. The sidebar won't hide. ### Acceptance Criteria Sidebar should always hide after pressing ESC key. ### dotCMS Version 23.03 ### Proposed Objective User Experience ### 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
hide experiments sidebar on esc key press event parent issue problem statement the sidebar component used in the experiments configuration won t hide on esc key press event steps to reproduce go to a page and click on experiments then add a new experiment hit esc key the sidebar won t hide acceptance criteria sidebar should always hide after pressing esc key dotcms version proposed objective user experience 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
7,024
10,313,510,848
IssuesEvent
2019-08-29 23:07:04
Fa2019-3460-635/net-flow-and-circ
https://api.github.com/repos/Fa2019-3460-635/net-flow-and-circ
opened
SR15: Presentation
specific requirement
Your presentation should be prepared using **Microsoft PowerPoint**. You need to perform a **live demo with provided test cases**.
1.0
SR15: Presentation - Your presentation should be prepared using **Microsoft PowerPoint**. You need to perform a **live demo with provided test cases**.
non_defect
presentation your presentation should be prepared using microsoft powerpoint you need to perform a live demo with provided test cases
0
31,321
4,702,556,835
IssuesEvent
2016-10-13 02:54:52
eris-ltd/eris-pm
https://api.github.com/repos/eris-ltd/eris-pm
closed
[Tests] Eris PM does not compile (or output) ABI for interface contract
bug tests
- [ ] `docker version` 1.12 - [ ] `eris version` 0.12 RC2 - [ ] `go version` (if applicable) - [ ] `docker-machine version` (if applicable / !linux) - [ ] operating system details (osx/windows/linux) - [ ] what you expected to happen When trying to deploy an interface contract through an EPM yaml file i see that it does not create an ABI, and does not deploy. Would expect it to create a abi. example contract : ``` contract AbstractContract { function AbstractContract() { } function normalFunction() constant returns (bool) { return true; } function abstractFunction() constant returns (bool); } ``` gives output : ``` Performing action. This can sometimes take a wee while Executing Job defaultAddr Executing Job myOwner Executing Job deployAbstractContract ``` When deploying the code without the abstractFunction it returns : ``` Performing action. This can sometimes take a wee while Executing Job defaultAddr Executing Job myOwner Executing Job deployAbstractContract Deploying Contract name=AbstractContract addr=1DA963E58363A634F1FC53194C11A61737A3DBD1 ``` I would expect that the contract gets deployed either way. Thanks
1.0
[Tests] Eris PM does not compile (or output) ABI for interface contract - - [ ] `docker version` 1.12 - [ ] `eris version` 0.12 RC2 - [ ] `go version` (if applicable) - [ ] `docker-machine version` (if applicable / !linux) - [ ] operating system details (osx/windows/linux) - [ ] what you expected to happen When trying to deploy an interface contract through an EPM yaml file i see that it does not create an ABI, and does not deploy. Would expect it to create a abi. example contract : ``` contract AbstractContract { function AbstractContract() { } function normalFunction() constant returns (bool) { return true; } function abstractFunction() constant returns (bool); } ``` gives output : ``` Performing action. This can sometimes take a wee while Executing Job defaultAddr Executing Job myOwner Executing Job deployAbstractContract ``` When deploying the code without the abstractFunction it returns : ``` Performing action. This can sometimes take a wee while Executing Job defaultAddr Executing Job myOwner Executing Job deployAbstractContract Deploying Contract name=AbstractContract addr=1DA963E58363A634F1FC53194C11A61737A3DBD1 ``` I would expect that the contract gets deployed either way. Thanks
non_defect
eris pm does not compile or output abi for interface contract docker version eris version go version if applicable docker machine version if applicable linux operating system details osx windows linux what you expected to happen when trying to deploy an interface contract through an epm yaml file i see that it does not create an abi and does not deploy would expect it to create a abi example contract contract abstractcontract function abstractcontract function normalfunction constant returns bool return true function abstractfunction constant returns bool gives output performing action this can sometimes take a wee while executing job defaultaddr executing job myowner executing job deployabstractcontract when deploying the code without the abstractfunction it returns performing action this can sometimes take a wee while executing job defaultaddr executing job myowner executing job deployabstractcontract deploying contract name abstractcontract addr i would expect that the contract gets deployed either way thanks
0
30,053
5,999,933,049
IssuesEvent
2017-06-05 01:42:29
LlmDl/Towny
https://api.github.com/repos/LlmDl/Towny
closed
Mayors can move towns outside of max_distance_between_homeblocks by claiming and unclaiming
Label-Town Status-New Type-Defect
Originally reported on Google Code with ID 1965 ``` What steps will reproduce the problem? 1. Start a town like normal within limits 2. Claim chunks in one direction 3. Unclaim chunks close to the nearest town 4. Continue steps 2 and 3 until you have a city on the edge of the world This also works when outposts are disabled. You can follow the same process to create a fake outpost. What is the expected output? : Some kind of restriction telling them "Town homeblock must be within x chunks" or "Plot must be attached to edge" to prevent unclaiming between plots. What do you see instead? : Players exploit this to move wherever they want, making the restrictions for max_distance_between_homeblocks and disabling outposts useless. What is your Towny version number? : 0.84.0.9 What is your TownyChat version number? : N/A, not installed What is your Bukkit version number? : git-Spigot-1306 (mc 1.7.2) What operating system? : Windows 8 Please use pastebin.com to link the following files: - Your full server startup from server.log, - Your towny config.yml, http://pastebin.com/nuUkVTJs - Your townyperms.yml, http://pastebin.com/CuYssZ3p - Your permissions file. http://pastebin.com/CrXLNKNa In the case of chat-issues please link your: - Chatconfig.yml N/A, not installed - Channels.yml N/A, not installed Skipping these files is not an option. It is the easiest way to diagnose an issue ticket properly. If you do skip this step then your ticket will most likely be deleted and you will be asked to resubmit. ``` Reported by `foxy.fullmoon` on 2014-02-08 23:42:22
1.0
Mayors can move towns outside of max_distance_between_homeblocks by claiming and unclaiming - Originally reported on Google Code with ID 1965 ``` What steps will reproduce the problem? 1. Start a town like normal within limits 2. Claim chunks in one direction 3. Unclaim chunks close to the nearest town 4. Continue steps 2 and 3 until you have a city on the edge of the world This also works when outposts are disabled. You can follow the same process to create a fake outpost. What is the expected output? : Some kind of restriction telling them "Town homeblock must be within x chunks" or "Plot must be attached to edge" to prevent unclaiming between plots. What do you see instead? : Players exploit this to move wherever they want, making the restrictions for max_distance_between_homeblocks and disabling outposts useless. What is your Towny version number? : 0.84.0.9 What is your TownyChat version number? : N/A, not installed What is your Bukkit version number? : git-Spigot-1306 (mc 1.7.2) What operating system? : Windows 8 Please use pastebin.com to link the following files: - Your full server startup from server.log, - Your towny config.yml, http://pastebin.com/nuUkVTJs - Your townyperms.yml, http://pastebin.com/CuYssZ3p - Your permissions file. http://pastebin.com/CrXLNKNa In the case of chat-issues please link your: - Chatconfig.yml N/A, not installed - Channels.yml N/A, not installed Skipping these files is not an option. It is the easiest way to diagnose an issue ticket properly. If you do skip this step then your ticket will most likely be deleted and you will be asked to resubmit. ``` Reported by `foxy.fullmoon` on 2014-02-08 23:42:22
defect
mayors can move towns outside of max distance between homeblocks by claiming and unclaiming originally reported on google code with id what steps will reproduce the problem start a town like normal within limits claim chunks in one direction unclaim chunks close to the nearest town continue steps and until you have a city on the edge of the world this also works when outposts are disabled you can follow the same process to create a fake outpost what is the expected output some kind of restriction telling them town homeblock must be within x chunks or plot must be attached to edge to prevent unclaiming between plots what do you see instead players exploit this to move wherever they want making the restrictions for max distance between homeblocks and disabling outposts useless what is your towny version number what is your townychat version number n a not installed what is your bukkit version number git spigot mc what operating system windows please use pastebin com to link the following files your full server startup from server log your towny config yml your townyperms yml your permissions file in the case of chat issues please link your chatconfig yml n a not installed channels yml n a not installed skipping these files is not an option it is the easiest way to diagnose an issue ticket properly if you do skip this step then your ticket will most likely be deleted and you will be asked to resubmit reported by foxy fullmoon on
1
247,405
20,977,449,469
IssuesEvent
2022-03-28 16:26:49
aldefouw/redcap_cypress
https://api.github.com/repos/aldefouw/redcap_cypress
opened
Branching Logic
Core Functionality Test Script Feature
File Location: https://github.com/aldefouw/redcap_cypress/blob/v11.1.29/cypress/features/core/development/branching_logic.feature Task: Write the test specs in Gherkin DSL following manual test script as guide
1.0
Branching Logic - File Location: https://github.com/aldefouw/redcap_cypress/blob/v11.1.29/cypress/features/core/development/branching_logic.feature Task: Write the test specs in Gherkin DSL following manual test script as guide
non_defect
branching logic file location task write the test specs in gherkin dsl following manual test script as guide
0
78,438
27,521,994,234
IssuesEvent
2023-03-06 15:35:03
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Room list showing encrypted message while the messages are decrypted in the timeline
T-Defect A-E2EE A-Room-List S-Minor O-Frequent
### Steps to reproduce 1. Where are you starting? What can you see? Room list with many encrypted and unencrypted rooms. 2. What do you click? While scrolling the room list some rows displays the room name but in the detail part below where the most recent message should appear the user sees only a notice that the message could not be decrypted together with a timestamp. You can enter the room and see the timeline with all messages unencrypted. The last message has also the timestamp shown in the room list. When you go back to the room list the row still shows the room name and the notice that the last message could not be decrypted. This behavior seems to affect only some rooms lower in the room list that appear only on the screen when the user scrolls down. 3. More steps… Tried to relaunch Element but this did not solve the problem. ### Outcome #### What did you expect? Rooms in the room list should display the most recent message below the room name. #### What happened instead? Some encrypted rooms show only a notice to the user instead of the message text. ### Your phone model iPhone Xr ### Operating system version 16.0 ### Application version 1.9.7 ### Homeserver matrix.org ### Will you send logs? No
1.0
Room list showing encrypted message while the messages are decrypted in the timeline - ### Steps to reproduce 1. Where are you starting? What can you see? Room list with many encrypted and unencrypted rooms. 2. What do you click? While scrolling the room list some rows displays the room name but in the detail part below where the most recent message should appear the user sees only a notice that the message could not be decrypted together with a timestamp. You can enter the room and see the timeline with all messages unencrypted. The last message has also the timestamp shown in the room list. When you go back to the room list the row still shows the room name and the notice that the last message could not be decrypted. This behavior seems to affect only some rooms lower in the room list that appear only on the screen when the user scrolls down. 3. More steps… Tried to relaunch Element but this did not solve the problem. ### Outcome #### What did you expect? Rooms in the room list should display the most recent message below the room name. #### What happened instead? Some encrypted rooms show only a notice to the user instead of the message text. ### Your phone model iPhone Xr ### Operating system version 16.0 ### Application version 1.9.7 ### Homeserver matrix.org ### Will you send logs? No
defect
room list showing encrypted message while the messages are decrypted in the timeline steps to reproduce where are you starting what can you see room list with many encrypted and unencrypted rooms what do you click while scrolling the room list some rows displays the room name but in the detail part below where the most recent message should appear the user sees only a notice that the message could not be decrypted together with a timestamp you can enter the room and see the timeline with all messages unencrypted the last message has also the timestamp shown in the room list when you go back to the room list the row still shows the room name and the notice that the last message could not be decrypted this behavior seems to affect only some rooms lower in the room list that appear only on the screen when the user scrolls down more steps… tried to relaunch element but this did not solve the problem outcome what did you expect rooms in the room list should display the most recent message below the room name what happened instead some encrypted rooms show only a notice to the user instead of the message text your phone model iphone xr operating system version application version homeserver matrix org will you send logs no
1
41,550
10,514,165,940
IssuesEvent
2019-09-27 23:08:28
techo/voluntariado-eventual
https://api.github.com/repos/techo/voluntariado-eventual
opened
relacionado con #467
Defecto
**Describí el error** Una descripción concisa de cual es el error. **Para reproducirlo** Pasos para reproducir el comportamiento: 1. Ir a '...' 2. Clickear en '....' 3. Hacer scroll hasta '....' 4. Ver el error **Comportamiento esperando** Una descripción clara y concisa de que esperabas que pase y no pasó. **Capturas de pantalla** Si aplica, agregá capturas de pantalla para explicar el problema ![image](https://user-images.githubusercontent.com/48033083/65806939-7eafb600-e162-11e9-86b1-5dedd04b902d.png) **Si estás en una computadora (por favor completá la siguiente información):** - Navegador [por ejemplo: chrome, explorar, safari] **Smartphone (completá la siguiente informaicón):** - Dispositivo: [por ejemplo: Huawei GW, iPhone6, Samsung J2] - Sistema operativo: [por ejemplo: Android4, iOS8.1] - Navegador [por ejemplo: navegador del celu, Chrome, Safari] **Contexto adicional** Toda otra cosa que ayude a explicar lo que pasó.
1.0
relacionado con #467 - **Describí el error** Una descripción concisa de cual es el error. **Para reproducirlo** Pasos para reproducir el comportamiento: 1. Ir a '...' 2. Clickear en '....' 3. Hacer scroll hasta '....' 4. Ver el error **Comportamiento esperando** Una descripción clara y concisa de que esperabas que pase y no pasó. **Capturas de pantalla** Si aplica, agregá capturas de pantalla para explicar el problema ![image](https://user-images.githubusercontent.com/48033083/65806939-7eafb600-e162-11e9-86b1-5dedd04b902d.png) **Si estás en una computadora (por favor completá la siguiente información):** - Navegador [por ejemplo: chrome, explorar, safari] **Smartphone (completá la siguiente informaicón):** - Dispositivo: [por ejemplo: Huawei GW, iPhone6, Samsung J2] - Sistema operativo: [por ejemplo: Android4, iOS8.1] - Navegador [por ejemplo: navegador del celu, Chrome, Safari] **Contexto adicional** Toda otra cosa que ayude a explicar lo que pasó.
defect
relacionado con describí el error una descripción concisa de cual es el error para reproducirlo pasos para reproducir el comportamiento ir a clickear en hacer scroll hasta ver el error comportamiento esperando una descripción clara y concisa de que esperabas que pase y no pasó capturas de pantalla si aplica agregá capturas de pantalla para explicar el problema si estás en una computadora por favor completá la siguiente información navegador smartphone completá la siguiente informaicón dispositivo sistema operativo navegador contexto adicional toda otra cosa que ayude a explicar lo que pasó
1
616,715
19,318,767,139
IssuesEvent
2021-12-14 01:22:30
GoogleChrome/lighthouse
https://api.github.com/repos/GoogleChrome/lighthouse
closed
Keyboard doesn't disappear if you tap "Done" since the last Google Chrome update
bug needs-priority
### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead). ### URL https://jsfiddle.net/xdtuy6gv/ ### What happened? Hello! I would like to use `contenteditable="true"` for a text. If you type something with a mobile device, and tap then the `Done` of your keyboard, the keyboard should disappear. This works fine with Safari on my iPhone. But since the last update, it doesn't work with Google Chrome anymore. It just stays. Here is a screenshot to show what button I mean: <img width="258" alt="dfjkldsfs" src="https://user-images.githubusercontent.com/81040640/145876855-9d17a926-71b9-421d-8c04-8abb43960ee7.png"> Here is the code that I have used: `<div contenteditable="true">Hello, world!</div> ` ### What did you expect? The keyboard should disappear after tapping `Done` or elsewhere. ### What have you tried? I thought about solving this issue with JavaScript. Does it make sense? ### How were you running Lighthouse? Chrome DevTools ### Lighthouse Version v9.1.0 ### Chrome Version _No response_ ### Node Version _No response_ ### OS iOS ### Relevant log output _No response_
1.0
Keyboard doesn't disappear if you tap "Done" since the last Google Chrome update - ### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead). ### URL https://jsfiddle.net/xdtuy6gv/ ### What happened? Hello! I would like to use `contenteditable="true"` for a text. If you type something with a mobile device, and tap then the `Done` of your keyboard, the keyboard should disappear. This works fine with Safari on my iPhone. But since the last update, it doesn't work with Google Chrome anymore. It just stays. Here is a screenshot to show what button I mean: <img width="258" alt="dfjkldsfs" src="https://user-images.githubusercontent.com/81040640/145876855-9d17a926-71b9-421d-8c04-8abb43960ee7.png"> Here is the code that I have used: `<div contenteditable="true">Hello, world!</div> ` ### What did you expect? The keyboard should disappear after tapping `Done` or elsewhere. ### What have you tried? I thought about solving this issue with JavaScript. Does it make sense? ### How were you running Lighthouse? Chrome DevTools ### Lighthouse Version v9.1.0 ### Chrome Version _No response_ ### Node Version _No response_ ### OS iOS ### Relevant log output _No response_
non_defect
keyboard doesn t disappear if you tap done since the last google chrome update faq yes my issue is not about or yes my issue is not about a specific accessibility audit file with instead url what happened hello i would like to use contenteditable true for a text if you type something with a mobile device and tap then the done of your keyboard the keyboard should disappear this works fine with safari on my iphone but since the last update it doesn t work with google chrome anymore it just stays here is a screenshot to show what button i mean img width alt dfjkldsfs src here is the code that i have used hello world what did you expect the keyboard should disappear after tapping done or elsewhere what have you tried i thought about solving this issue with javascript does it make sense how were you running lighthouse chrome devtools lighthouse version chrome version no response node version no response os ios relevant log output no response
0
121,812
16,038,531,603
IssuesEvent
2021-04-22 03:13:46
openrewrite/rewrite-spring
https://api.github.com/repos/openrewrite/rewrite-spring
closed
JUnit 4 to 5 OutputCaptureRule to OutputCaptureExtension
design-partner-1
The JUnit 5 variant of OutputCaptureRule is OutputCaptureExtension. 1. Add declarative org.openrewrite.java.testing.junit5.RunnerToExtension to the org.openrewrite.java.spring.Boot2JUnit4to5Migration recipe 2. convert the any `OutputCaptureRule` usages to there `OutputCaptureExtension` variant https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/test/system/OutputCaptureExtension.html
1.0
JUnit 4 to 5 OutputCaptureRule to OutputCaptureExtension - The JUnit 5 variant of OutputCaptureRule is OutputCaptureExtension. 1. Add declarative org.openrewrite.java.testing.junit5.RunnerToExtension to the org.openrewrite.java.spring.Boot2JUnit4to5Migration recipe 2. convert the any `OutputCaptureRule` usages to there `OutputCaptureExtension` variant https://docs.spring.io/spring-boot/docs/current/api/org/springframework/boot/test/system/OutputCaptureExtension.html
non_defect
junit to outputcapturerule to outputcaptureextension the junit variant of outputcapturerule is outputcaptureextension add declarative org openrewrite java testing runnertoextension to the org openrewrite java spring recipe convert the any outputcapturerule usages to there outputcaptureextension variant
0
81,731
31,475,223,309
IssuesEvent
2023-08-30 10:12:52
snowplow/snowplow-javascript-tracker
https://api.github.com/repos/snowplow/snowplow-javascript-tracker
opened
how long can a turkey stay in the fridge
type:defect
[how long can a turkey stay in the fridge](https://andriasys.com/how-long-can-a-thawed-turkey-stay-in-the-fridge/)? A turkey can typically stay in the fridge for up to 1 to 2 days. It's important to store the turkey at a temperature of 40°F (4°C) or below to ensure its safety and freshness. If you plan to keep the turkey for a longer period, consider freezing it.
1.0
how long can a turkey stay in the fridge - [how long can a turkey stay in the fridge](https://andriasys.com/how-long-can-a-thawed-turkey-stay-in-the-fridge/)? A turkey can typically stay in the fridge for up to 1 to 2 days. It's important to store the turkey at a temperature of 40°F (4°C) or below to ensure its safety and freshness. If you plan to keep the turkey for a longer period, consider freezing it.
defect
how long can a turkey stay in the fridge a turkey can typically stay in the fridge for up to to days it s important to store the turkey at a temperature of °f °c or below to ensure its safety and freshness if you plan to keep the turkey for a longer period consider freezing it
1
584,120
17,406,780,310
IssuesEvent
2021-08-03 07:12:45
cormas/cormas
https://api.github.com/repos/cormas/cormas
reopened
Remove XMLModel class?
cleaning priority 3 question
It seems XML representation of models is not used anymore in this version, or will not be used. Check if we want to keep supporting this format.
1.0
Remove XMLModel class? - It seems XML representation of models is not used anymore in this version, or will not be used. Check if we want to keep supporting this format.
non_defect
remove xmlmodel class it seems xml representation of models is not used anymore in this version or will not be used check if we want to keep supporting this format
0
351,021
10,511,986,154
IssuesEvent
2019-09-27 16:44:03
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
MultiSelect with autoBind=false replaces its value with the one set in its options
Bug C: MultiSelect FP: Approved Kendo2 Priority 5 SEV: Medium Triaged
### Bug report Regression since R1 2018 SP1. ### Reproduction of the problem [Dojo ](https://dojo.telerik.com/ASETUQoZ)example. 1. Focus the MultiSelect ### Current behavior The value set in the dataBound event handler is replaced by the value set initially in the widget's options. ### Expected/desired behavior The widget should keep the value set after initialization (["AROUT", "BERGS"]) when focused. ### Environment * **Kendo UI version:** 2019.3.917 * **jQuery version:** x.y * **Browser:** [all]
1.0
MultiSelect with autoBind=false replaces its value with the one set in its options - ### Bug report Regression since R1 2018 SP1. ### Reproduction of the problem [Dojo ](https://dojo.telerik.com/ASETUQoZ)example. 1. Focus the MultiSelect ### Current behavior The value set in the dataBound event handler is replaced by the value set initially in the widget's options. ### Expected/desired behavior The widget should keep the value set after initialization (["AROUT", "BERGS"]) when focused. ### Environment * **Kendo UI version:** 2019.3.917 * **jQuery version:** x.y * **Browser:** [all]
non_defect
multiselect with autobind false replaces its value with the one set in its options bug report regression since reproduction of the problem focus the multiselect current behavior the value set in the databound event handler is replaced by the value set initially in the widget s options expected desired behavior the widget should keep the value set after initialization when focused environment kendo ui version jquery version x y browser
0
181,244
21,657,937,613
IssuesEvent
2022-05-06 15:53:11
turkdevops/apps
https://api.github.com/repos/turkdevops/apps
closed
CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz - autoclosed
security vulnerability
## CVE-2021-33623 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary> <p>Trim newlines from the start and/or end of a string</p> <p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/trim-newlines/package.json</p> <p> Dependency Hierarchy: - imagemin-pngquant-8.0.0.tgz (Root Library) - pngquant-bin-5.0.2.tgz - logalot-2.1.0.tgz - squeak-1.3.0.tgz - lpad-align-1.1.2.tgz - meow-3.7.0.tgz - :x: **trim-newlines-1.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/apps/commit/d7b2895166a2d85ffbb219177376b9f7e50e0330">d7b2895166a2d85ffbb219177376b9f7e50e0330</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution (trim-newlines): 3.0.1</p> <p>Direct dependency fix Resolution (imagemin-pngquant): 9.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz - autoclosed - ## CVE-2021-33623 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary> <p>Trim newlines from the start and/or end of a string</p> <p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/trim-newlines/package.json</p> <p> Dependency Hierarchy: - imagemin-pngquant-8.0.0.tgz (Root Library) - pngquant-bin-5.0.2.tgz - logalot-2.1.0.tgz - squeak-1.3.0.tgz - lpad-align-1.1.2.tgz - meow-3.7.0.tgz - :x: **trim-newlines-1.0.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/turkdevops/apps/commit/d7b2895166a2d85ffbb219177376b9f7e50e0330">d7b2895166a2d85ffbb219177376b9f7e50e0330</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method. <p>Publish Date: 2021-05-28 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p> <p>Release Date: 2021-05-28</p> <p>Fix Resolution (trim-newlines): 3.0.1</p> <p>Direct dependency fix Resolution (imagemin-pngquant): 9.0.0</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve high detected in trim newlines tgz autoclosed cve high severity vulnerability vulnerable library trim newlines tgz trim newlines from the start and or end of a string library home page a href path to dependency file package json path to vulnerable library node modules trim newlines package json dependency hierarchy imagemin pngquant tgz root library pngquant bin tgz logalot tgz squeak tgz lpad align tgz meow tgz x trim newlines tgz vulnerable library found in head commit a href found in base branch master vulnerability details the trim newlines package before and x before for node js has an issue related to regular expression denial of service redos for the end method publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution trim newlines direct dependency fix resolution imagemin pngquant step up your open source security game with whitesource
0
700,271
24,053,771,712
IssuesEvent
2022-09-16 14:57:09
kubernetes/dashboard
https://api.github.com/repos/kubernetes/dashboard
closed
Split frontend and backend
kind/feature priority/critical-urgent lifecycle/frozen
After moving away from Gulp scripts it should be easier right now to create a better separation between frontend and backend code like it was started in https://github.com/kubernetes/dashboard/pull/5449. This will allow further improvements.
1.0
Split frontend and backend - After moving away from Gulp scripts it should be easier right now to create a better separation between frontend and backend code like it was started in https://github.com/kubernetes/dashboard/pull/5449. This will allow further improvements.
non_defect
split frontend and backend after moving away from gulp scripts it should be easier right now to create a better separation between frontend and backend code like it was started in this will allow further improvements
0
269,364
20,380,717,943
IssuesEvent
2022-02-21 21:20:05
mangodm/dend-data-modeling-with-postgres
https://api.github.com/repos/mangodm/dend-data-modeling-with-postgres
opened
Add docstrings for functions in etl.py
documentation
Add docstrings for the three functions: `process_song_file`, `process_log_file`, and `process_data`.
1.0
Add docstrings for functions in etl.py - Add docstrings for the three functions: `process_song_file`, `process_log_file`, and `process_data`.
non_defect
add docstrings for functions in etl py add docstrings for the three functions process song file process log file and process data
0
715,593
24,605,576,652
IssuesEvent
2022-10-14 15:54:36
FusionAuth/fusionauth-site
https://api.github.com/repos/FusionAuth/fusionauth-site
closed
JSON web tokens tutorials out of date
priority-high
https://fusionauth.io/docs/v1/tech/tutorials/json-web-tokens/ is out of date (broken image, incorrect form fields). Most of the content is contained in the tenants and application core concepts as well as the oauth tokens page ( https://fusionauth.io/docs/v1/tech/oauth/tokens/ ) Suggest either deleting this tutorial or having it be mainly comprised of includes from those other pages so it is up to date without effort.
1.0
JSON web tokens tutorials out of date - https://fusionauth.io/docs/v1/tech/tutorials/json-web-tokens/ is out of date (broken image, incorrect form fields). Most of the content is contained in the tenants and application core concepts as well as the oauth tokens page ( https://fusionauth.io/docs/v1/tech/oauth/tokens/ ) Suggest either deleting this tutorial or having it be mainly comprised of includes from those other pages so it is up to date without effort.
non_defect
json web tokens tutorials out of date is out of date broken image incorrect form fields most of the content is contained in the tenants and application core concepts as well as the oauth tokens page suggest either deleting this tutorial or having it be mainly comprised of includes from those other pages so it is up to date without effort
0
14,239
2,795,296,327
IssuesEvent
2015-05-11 21:13:51
zitmen/thunderstorm
https://api.github.com/repos/zitmen/thunderstorm
closed
Error on running ThunderSTORM
Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. I just went to use ThunderSTORM for the first time and received the error log below on clicking preview in run analysis 2. 3. What is the expected output? What do you see instead? (Fiji Is Just) ImageJ 2.0.0-rc-29/1.49q; Java 1.6.0_65 [64-bit]; Mac OS X 10.10.3; 139MB of 10231MB (1%) org.apache.commons.math3.exception.ConvergenceException: illegal state: unable to perform Q.R decomposition on the 49x11 jacobian matrix at org.apache.commons.math3.optim.nonlinear.vector.jacobian.LevenbergMarquardtOptimizer.qrDecomposition(LevenbergMarquardtOptimizer.java:888) at org.apache.commons.math3.optim.nonlinear.vector.jacobian.LevenbergMarquardtOptimizer.doOptimize(LevenbergMarquardtOptimizer.java:335) at org.apache.commons.math3.optim.nonlinear.vector.jacobian.LevenbergMarquardtOptimizer.doOptimize(LevenbergMarquardtOptimizer.java:116) at org.apache.commons.math3.optim.BaseOptimizer.optimize(BaseOptimizer.java:153) at org.apache.commons.math3.optim.BaseMultivariateOptimizer.optimize(BaseMultivariateOptimizer.java:65) at org.apache.commons.math3.optim.nonlinear.vector.MultivariateVectorOptimizer.optimize(MultivariateVectorOptimizer.java:88) at org.apache.commons.math3.optim.nonlinear.vector.JacobianMultivariateVectorOptimizer.optimize(JacobianMultivariateVectorOptimizer.java:87) at org.apache.commons.math3.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer.optimize(AbstractLeastSquaresOptimizer.java:201) at cz.cuni.lf1.lge.ThunderSTORM.estimators.LSQFitter.fit(LSQFitter.java:59) at cz.cuni.lf1.lge.ThunderSTORM.estimators.MultipleLocationsImageFitting.run(MultipleLocationsImageFitting.java:83) at cz.cuni.lf1.lge.ThunderSTORM.estimators.MultipleLocationsImageFitting.estimateParameters(MultipleLocationsImageFitting.java:134) at cz.cuni.lf1.lge.ThunderSTORM.UI.AnalysisOptionsDialog$2.run(AnalysisOptionsDialog.java:288) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:695) What version of the product are you using? On what operating system? I am using version 1.3 in FIJI on Mac OS X 10.10.3 Please provide any additional information below. ``` Original issue reported on code.google.com by `colin.rickman` on 2015-04-21 15:39:59
1.0
Error on running ThunderSTORM - ``` What steps will reproduce the problem? 1. I just went to use ThunderSTORM for the first time and received the error log below on clicking preview in run analysis 2. 3. What is the expected output? What do you see instead? (Fiji Is Just) ImageJ 2.0.0-rc-29/1.49q; Java 1.6.0_65 [64-bit]; Mac OS X 10.10.3; 139MB of 10231MB (1%) org.apache.commons.math3.exception.ConvergenceException: illegal state: unable to perform Q.R decomposition on the 49x11 jacobian matrix at org.apache.commons.math3.optim.nonlinear.vector.jacobian.LevenbergMarquardtOptimizer.qrDecomposition(LevenbergMarquardtOptimizer.java:888) at org.apache.commons.math3.optim.nonlinear.vector.jacobian.LevenbergMarquardtOptimizer.doOptimize(LevenbergMarquardtOptimizer.java:335) at org.apache.commons.math3.optim.nonlinear.vector.jacobian.LevenbergMarquardtOptimizer.doOptimize(LevenbergMarquardtOptimizer.java:116) at org.apache.commons.math3.optim.BaseOptimizer.optimize(BaseOptimizer.java:153) at org.apache.commons.math3.optim.BaseMultivariateOptimizer.optimize(BaseMultivariateOptimizer.java:65) at org.apache.commons.math3.optim.nonlinear.vector.MultivariateVectorOptimizer.optimize(MultivariateVectorOptimizer.java:88) at org.apache.commons.math3.optim.nonlinear.vector.JacobianMultivariateVectorOptimizer.optimize(JacobianMultivariateVectorOptimizer.java:87) at org.apache.commons.math3.optim.nonlinear.vector.jacobian.AbstractLeastSquaresOptimizer.optimize(AbstractLeastSquaresOptimizer.java:201) at cz.cuni.lf1.lge.ThunderSTORM.estimators.LSQFitter.fit(LSQFitter.java:59) at cz.cuni.lf1.lge.ThunderSTORM.estimators.MultipleLocationsImageFitting.run(MultipleLocationsImageFitting.java:83) at cz.cuni.lf1.lge.ThunderSTORM.estimators.MultipleLocationsImageFitting.estimateParameters(MultipleLocationsImageFitting.java:134) at cz.cuni.lf1.lge.ThunderSTORM.UI.AnalysisOptionsDialog$2.run(AnalysisOptionsDialog.java:288) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918) at java.lang.Thread.run(Thread.java:695) What version of the product are you using? On what operating system? I am using version 1.3 in FIJI on Mac OS X 10.10.3 Please provide any additional information below. ``` Original issue reported on code.google.com by `colin.rickman` on 2015-04-21 15:39:59
defect
error on running thunderstorm what steps will reproduce the problem i just went to use thunderstorm for the first time and received the error log below on clicking preview in run analysis what is the expected output what do you see instead fiji is just imagej rc java mac os x of org apache commons exception convergenceexception illegal state unable to perform q r decomposition on the jacobian matrix at org apache commons optim nonlinear vector jacobian levenbergmarquardtoptimizer qrdecomposition levenbergmarquardtoptimizer java at org apache commons optim nonlinear vector jacobian levenbergmarquardtoptimizer dooptimize levenbergmarquardtoptimizer java at org apache commons optim nonlinear vector jacobian levenbergmarquardtoptimizer dooptimize levenbergmarquardtoptimizer java at org apache commons optim baseoptimizer optimize baseoptimizer java at org apache commons optim basemultivariateoptimizer optimize basemultivariateoptimizer java at org apache commons optim nonlinear vector multivariatevectoroptimizer optimize multivariatevectoroptimizer java at org apache commons optim nonlinear vector jacobianmultivariatevectoroptimizer optimize jacobianmultivariatevectoroptimizer java at org apache commons optim nonlinear vector jacobian abstractleastsquaresoptimizer optimize abstractleastsquaresoptimizer java at cz cuni lge thunderstorm estimators lsqfitter fit lsqfitter java at cz cuni lge thunderstorm estimators multiplelocationsimagefitting run multiplelocationsimagefitting java at cz cuni lge thunderstorm estimators multiplelocationsimagefitting estimateparameters multiplelocationsimagefitting java at cz cuni lge thunderstorm ui analysisoptionsdialog run analysisoptionsdialog java at java util concurrent executors runnableadapter call executors java at java util concurrent futuretask sync innerrun futuretask java at java util concurrent futuretask run futuretask java at java util concurrent threadpoolexecutor worker runtask threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java what version of the product are you using on what operating system i am using version in fiji on mac os x please provide any additional information below original issue reported on code google com by colin rickman on
1
238,833
19,769,984,580
IssuesEvent
2022-01-17 09:03:47
tikv/tikv
https://api.github.com/repos/tikv/tikv
closed
Some failpoints don't work as expected
component/test
There are two fail points that don't work due to typo, it should be changed from `failpoint` to `failpoints`.
1.0
Some failpoints don't work as expected - There are two fail points that don't work due to typo, it should be changed from `failpoint` to `failpoints`.
non_defect
some failpoints don t work as expected there are two fail points that don t work due to typo it should be changed from failpoint to failpoints
0
171,600
6,491,841,020
IssuesEvent
2017-08-21 11:07:28
magnolo/newhere
https://api.github.com/repos/magnolo/newhere
closed
Translator tool lag
CMS high priority translator
The lag on the translation tool is making it impossible for the translators to work and is top priority to be fixed
1.0
Translator tool lag - The lag on the translation tool is making it impossible for the translators to work and is top priority to be fixed
non_defect
translator tool lag the lag on the translation tool is making it impossible for the translators to work and is top priority to be fixed
0
13,209
2,736,979,485
IssuesEvent
2015-04-19 22:44:50
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
SelectOneRadio with CustomLayout ignores itemIndex
5.1.16 5.2.1 defect
If you define a selectoneradio with a custom layout like mentioned in the demo site the itemIndex of the p:radiobutton is ignored. Only the order in which the radioButtons are defined is taken is into consideration. I added a dummy entry as second selectItem and adjusted the itemIndex for Green and Blue. If I click on the radio buttons I would expect to get Red, Green, Blue as values if i check the radiobuttons. But I'm getting Red,Dummy,Green ```xml <h3>Custom Layout</h3> <p:outputPanel id="customPanel" style="margin-bottom:10px"> <p:selectOneRadio id="customRadio" onchange="alert(this.value)" layout="custom"> <f:selectItem itemLabel="Red" itemValue="Red" /> <f:selectItem itemLabel="Dummy" itemValue="Dummy" /> <f:selectItem itemLabel="Green" itemValue="Green" /> <f:selectItem itemLabel="Blue" itemValue="Blue" /> </p:selectOneRadio> <h:panelGrid columns="3" cellpadding="5"> <p:radioButton id="opt1" for="customRadio" itemIndex="0" /> <h:outputLabel for="opt1" value="Red" /> <p:spinner /> <p:radioButton id="opt2" for="customRadio" itemIndex="2" /> <h:outputLabel for="opt2" value="Green" /> <p:inputText /> <p:radioButton id="opt3" for="customRadio" itemIndex="3" /> <h:outputLabel for="opt3" value="Blue" /> <p:calendar /> </h:panelGrid> </p:outputPanel> ``` gandulf.k
1.0
SelectOneRadio with CustomLayout ignores itemIndex - If you define a selectoneradio with a custom layout like mentioned in the demo site the itemIndex of the p:radiobutton is ignored. Only the order in which the radioButtons are defined is taken is into consideration. I added a dummy entry as second selectItem and adjusted the itemIndex for Green and Blue. If I click on the radio buttons I would expect to get Red, Green, Blue as values if i check the radiobuttons. But I'm getting Red,Dummy,Green ```xml <h3>Custom Layout</h3> <p:outputPanel id="customPanel" style="margin-bottom:10px"> <p:selectOneRadio id="customRadio" onchange="alert(this.value)" layout="custom"> <f:selectItem itemLabel="Red" itemValue="Red" /> <f:selectItem itemLabel="Dummy" itemValue="Dummy" /> <f:selectItem itemLabel="Green" itemValue="Green" /> <f:selectItem itemLabel="Blue" itemValue="Blue" /> </p:selectOneRadio> <h:panelGrid columns="3" cellpadding="5"> <p:radioButton id="opt1" for="customRadio" itemIndex="0" /> <h:outputLabel for="opt1" value="Red" /> <p:spinner /> <p:radioButton id="opt2" for="customRadio" itemIndex="2" /> <h:outputLabel for="opt2" value="Green" /> <p:inputText /> <p:radioButton id="opt3" for="customRadio" itemIndex="3" /> <h:outputLabel for="opt3" value="Blue" /> <p:calendar /> </h:panelGrid> </p:outputPanel> ``` gandulf.k
defect
selectoneradio with customlayout ignores itemindex if you define a selectoneradio with a custom layout like mentioned in the demo site the itemindex of the p radiobutton is ignored only the order in which the radiobuttons are defined is taken is into consideration i added a dummy entry as second selectitem and adjusted the itemindex for green and blue if i click on the radio buttons i would expect to get red green blue as values if i check the radiobuttons but i m getting red dummy green xml custom layout gandulf k
1
98,362
20,680,431,260
IssuesEvent
2022-03-10 13:25:14
WordPress/openverse-frontend
https://api.github.com/repos/WordPress/openverse-frontend
closed
Add font defaults to tailwind css file
🟩 priority: low 🚦 status: awaiting triage ✨ goal: improvement 💻 aspect: code
Currently the default font color and font weight for headings is inherited from compiled sass files. We should set this in the tailwind css file instead, in the base layer, so we can delete the sass files later on once we know it is safe to do so. ``` html { @apply text-dark-charcoal; } h1, h2, h3, h4, h5, h6 { @apply font-bold; } ``` I will do this, because it's super quick 😄
1.0
Add font defaults to tailwind css file - Currently the default font color and font weight for headings is inherited from compiled sass files. We should set this in the tailwind css file instead, in the base layer, so we can delete the sass files later on once we know it is safe to do so. ``` html { @apply text-dark-charcoal; } h1, h2, h3, h4, h5, h6 { @apply font-bold; } ``` I will do this, because it's super quick 😄
non_defect
add font defaults to tailwind css file currently the default font color and font weight for headings is inherited from compiled sass files we should set this in the tailwind css file instead in the base layer so we can delete the sass files later on once we know it is safe to do so html apply text dark charcoal apply font bold i will do this because it s super quick 😄
0
17,341
11,935,705,842
IssuesEvent
2020-04-02 09:03:10
ClickHouse/ClickHouse
https://api.github.com/repos/ClickHouse/ClickHouse
opened
Restrict an ability to use `dictGet` without type in columns default.
usability
If the user specifies `dictGet` function in column default: ``` ... ClientInstallDate Date MATERIALIZED toDate(dictGet('clients', 'time_added', tuple(ApplicationId))) .... ``` Then the server will try to load the dictionary to deduce type: https://github.com/clickhouse/ClickHouse/blob/master/dbms/Functions/FunctionsExternalDictionaries.h#L1373. But startups of dictionaries and tables are independent processes so on table startup sever don't know anything about dictionary structure and will not be able to load the table with such default. We don't want to introduce complex dependencies between tables and dictionaries startups, so we should just restrict `distGet` in columns `DEFAULT/ALIAS/MATERIALIZED` expressions.
True
Restrict an ability to use `dictGet` without type in columns default. - If the user specifies `dictGet` function in column default: ``` ... ClientInstallDate Date MATERIALIZED toDate(dictGet('clients', 'time_added', tuple(ApplicationId))) .... ``` Then the server will try to load the dictionary to deduce type: https://github.com/clickhouse/ClickHouse/blob/master/dbms/Functions/FunctionsExternalDictionaries.h#L1373. But startups of dictionaries and tables are independent processes so on table startup sever don't know anything about dictionary structure and will not be able to load the table with such default. We don't want to introduce complex dependencies between tables and dictionaries startups, so we should just restrict `distGet` in columns `DEFAULT/ALIAS/MATERIALIZED` expressions.
non_defect
restrict an ability to use dictget without type in columns default if the user specifies dictget function in column default clientinstalldate date materialized todate dictget clients time added tuple applicationid then the server will try to load the dictionary to deduce type but startups of dictionaries and tables are independent processes so on table startup sever don t know anything about dictionary structure and will not be able to load the table with such default we don t want to introduce complex dependencies between tables and dictionaries startups so we should just restrict distget in columns default alias materialized expressions
0
25,155
4,230,406,130
IssuesEvent
2016-07-04 11:55:56
vaadin/archetype-application-example-test
https://api.github.com/repos/vaadin/archetype-application-example-test
closed
A Java class in the maven archetype differs from that generated by Designer
Defect Imported from Trac
**Originally by _mika@vaadin.com_ on 2015-02-25 16:53:38 +0200** ___ The maven archetype vaadin-archetype-application-example contains an html design and the corresponding Java class. The contents of the design ProductFormDesign.html are: ``` <!doctype html> <html> <head> <meta name="package-mapping" content="x:com.example.testapp.samples.crud" /> </head> <body> <v-css-layout id="product-form" style-name="product-form-wrapper"> <v-vertical-layout height-full spacing style-name="form-layout"> <v-text-field caption="Product name" width-full /> <v-horizontal-layout width-full spacing> <v-text-field caption="Price" width-full /> <x-number-field _id="stockCount" caption="In Stock" width-full /> </v-horizontal-layout> <v-combo-box caption="Availability" width-full null-selection-allowed=false text-input-allowed=false /> <x-category-field _id="category" caption="Categories" width-full /> <v-css-layout :expand style-name="expander" /> <v-button style-name="primary">Save</v-button> <v-button style-name="cancel" click-shortcut="escape">Cancel</v-button> <v-button style-name="danger">Delete</v-button> </v-vertical-layout> </v-css-layout> </body> </html> ``` and the corresponding Java class (imports omitted): ``` @DesignRoot public class ProductFormDesign extends CssLayout { TextField productName; TextField price; NumberField stockCount; ComboBox availability; CategoryField category; Button save; Button cancel; Button delete; public ProductFormDesign() { Design.read(this); } } ``` Vaadin Designer would, however, generate a different Java class from the design (imports and comments omitted): ``` @DesignRoot @AutoGenerated @SuppressWarnings("serial") public class ProductFormDesign extends CssLayout { protected NumberField stockCount; protected CategoryField category; public ProductFormDesign() { Design.read(this); } } ``` This is because only two components in the design specify an _id. The Java file should be updated to be consistent with what Designer produces. Since the fields of the class are used in the project, other changes will also be needed. https://dev.vaadin.com/ticket/16923
1.0
A Java class in the maven archetype differs from that generated by Designer - **Originally by _mika@vaadin.com_ on 2015-02-25 16:53:38 +0200** ___ The maven archetype vaadin-archetype-application-example contains an html design and the corresponding Java class. The contents of the design ProductFormDesign.html are: ``` <!doctype html> <html> <head> <meta name="package-mapping" content="x:com.example.testapp.samples.crud" /> </head> <body> <v-css-layout id="product-form" style-name="product-form-wrapper"> <v-vertical-layout height-full spacing style-name="form-layout"> <v-text-field caption="Product name" width-full /> <v-horizontal-layout width-full spacing> <v-text-field caption="Price" width-full /> <x-number-field _id="stockCount" caption="In Stock" width-full /> </v-horizontal-layout> <v-combo-box caption="Availability" width-full null-selection-allowed=false text-input-allowed=false /> <x-category-field _id="category" caption="Categories" width-full /> <v-css-layout :expand style-name="expander" /> <v-button style-name="primary">Save</v-button> <v-button style-name="cancel" click-shortcut="escape">Cancel</v-button> <v-button style-name="danger">Delete</v-button> </v-vertical-layout> </v-css-layout> </body> </html> ``` and the corresponding Java class (imports omitted): ``` @DesignRoot public class ProductFormDesign extends CssLayout { TextField productName; TextField price; NumberField stockCount; ComboBox availability; CategoryField category; Button save; Button cancel; Button delete; public ProductFormDesign() { Design.read(this); } } ``` Vaadin Designer would, however, generate a different Java class from the design (imports and comments omitted): ``` @DesignRoot @AutoGenerated @SuppressWarnings("serial") public class ProductFormDesign extends CssLayout { protected NumberField stockCount; protected CategoryField category; public ProductFormDesign() { Design.read(this); } } ``` This is because only two components in the design specify an _id. The Java file should be updated to be consistent with what Designer produces. Since the fields of the class are used in the project, other changes will also be needed. https://dev.vaadin.com/ticket/16923
defect
a java class in the maven archetype differs from that generated by designer originally by mika vaadin com on the maven archetype vaadin archetype application example contains an html design and the corresponding java class the contents of the design productformdesign html are save cancel delete and the corresponding java class imports omitted designroot public class productformdesign extends csslayout textfield productname textfield price numberfield stockcount combobox availability categoryfield category button save button cancel button delete public productformdesign design read this vaadin designer would however generate a different java class from the design imports and comments omitted designroot autogenerated suppresswarnings serial public class productformdesign extends csslayout protected numberfield stockcount protected categoryfield category public productformdesign design read this this is because only two components in the design specify an id the java file should be updated to be consistent with what designer produces since the fields of the class are used in the project other changes will also be needed
1
33,904
7,294,915,963
IssuesEvent
2018-02-26 03:22:06
opensecuritycontroller/osc-nuage-plugin
https://api.github.com/repos/opensecuritycontroller/osc-nuage-plugin
closed
Redirection loop with Nuage 5.x and vwire redirection targets
defect priority/3 - medium
Starting with Nuage Networks VSP 5.x, vwire redirection target can't be used across subnets anymore (was actually an issue that got fixed in 5.x releases). This means that inspection ports must be in the same subnet as the protected workloads. This also introduce a redirection loop, the traffic exiting the egress inspection interface is sent back to the ingress inspection interface. To prevent this behavior, the plugin should implement a forwarding policy to normally forward the outgoing packet to the destination. When inspection ports are created, the workflow should be modified to: - create a policy groups containing both the ingress and egress interface of the VNF - create a new Forwarding Policy (reused for multiple VNF) with priority 1 (avoid conflict with the default policy created by the OpenStack plugin and has a higher precedence than the entries created by the inspection hook) - create a rule in the previously created policy to "FORWARD" (not redirect) traffic coming from the "VNF Policy Group" to ANY When inspection ports are removed, the workflow should be modified to: - delete the forwarding entry rule - delete the policy group - delete the Forwarding Policy if there are no more rules in it I propose that we keep track of the forwarding policy rule by adding the inspection interface IDs in the description of the rule. By doing that, we will be able to delete the right forwarding rule without much computation/rest calls.
1.0
Redirection loop with Nuage 5.x and vwire redirection targets - Starting with Nuage Networks VSP 5.x, vwire redirection target can't be used across subnets anymore (was actually an issue that got fixed in 5.x releases). This means that inspection ports must be in the same subnet as the protected workloads. This also introduce a redirection loop, the traffic exiting the egress inspection interface is sent back to the ingress inspection interface. To prevent this behavior, the plugin should implement a forwarding policy to normally forward the outgoing packet to the destination. When inspection ports are created, the workflow should be modified to: - create a policy groups containing both the ingress and egress interface of the VNF - create a new Forwarding Policy (reused for multiple VNF) with priority 1 (avoid conflict with the default policy created by the OpenStack plugin and has a higher precedence than the entries created by the inspection hook) - create a rule in the previously created policy to "FORWARD" (not redirect) traffic coming from the "VNF Policy Group" to ANY When inspection ports are removed, the workflow should be modified to: - delete the forwarding entry rule - delete the policy group - delete the Forwarding Policy if there are no more rules in it I propose that we keep track of the forwarding policy rule by adding the inspection interface IDs in the description of the rule. By doing that, we will be able to delete the right forwarding rule without much computation/rest calls.
defect
redirection loop with nuage x and vwire redirection targets starting with nuage networks vsp x vwire redirection target can t be used across subnets anymore was actually an issue that got fixed in x releases this means that inspection ports must be in the same subnet as the protected workloads this also introduce a redirection loop the traffic exiting the egress inspection interface is sent back to the ingress inspection interface to prevent this behavior the plugin should implement a forwarding policy to normally forward the outgoing packet to the destination when inspection ports are created the workflow should be modified to create a policy groups containing both the ingress and egress interface of the vnf create a new forwarding policy reused for multiple vnf with priority avoid conflict with the default policy created by the openstack plugin and has a higher precedence than the entries created by the inspection hook create a rule in the previously created policy to forward not redirect traffic coming from the vnf policy group to any when inspection ports are removed the workflow should be modified to delete the forwarding entry rule delete the policy group delete the forwarding policy if there are no more rules in it i propose that we keep track of the forwarding policy rule by adding the inspection interface ids in the description of the rule by doing that we will be able to delete the right forwarding rule without much computation rest calls
1
145,935
22,834,633,328
IssuesEvent
2022-07-12 15:35:06
elastic/kibana
https://api.github.com/repos/elastic/kibana
opened
[APM] shouldn't we have a 404 page?
bug Team:apm needs design
When typing an URL that doesn't exist on APM UI we show an empty page. It would be better to show a 404 page. <img width="2176" alt="Screen Shot 2022-07-12 at 11 33 05 AM" src="https://user-images.githubusercontent.com/55978943/178528804-13724572-147c-4373-84b3-d2d56c49a0d4.png">
1.0
[APM] shouldn't we have a 404 page? - When typing an URL that doesn't exist on APM UI we show an empty page. It would be better to show a 404 page. <img width="2176" alt="Screen Shot 2022-07-12 at 11 33 05 AM" src="https://user-images.githubusercontent.com/55978943/178528804-13724572-147c-4373-84b3-d2d56c49a0d4.png">
non_defect
shouldn t we have a page when typing an url that doesn t exist on apm ui we show an empty page it would be better to show a page img width alt screen shot at am src
0
16,697
2,935,011,834
IssuesEvent
2015-06-30 12:21:33
firemodels/fds-smv
https://api.github.com/repos/firemodels/fds-smv
closed
DOOR ERROR
Priority-Medium Type-Defect
``` Please complete the following lines... FDS Version: SVN Revision Number: Compile Date: Smokeview Version/Revision: Operating System: Describe details of the issue below: This building is a home for the elderly. I need to simulate an assistant enters the room and stop a time of 10-15 seconds. I used the namelist CORR but I have problems with the doors in and out. I have some setting wrong? Thanks to the availability ``` Original issue reported on code.google.com by `samubor86` on 2015-06-08 09:15:42
1.0
DOOR ERROR - ``` Please complete the following lines... FDS Version: SVN Revision Number: Compile Date: Smokeview Version/Revision: Operating System: Describe details of the issue below: This building is a home for the elderly. I need to simulate an assistant enters the room and stop a time of 10-15 seconds. I used the namelist CORR but I have problems with the doors in and out. I have some setting wrong? Thanks to the availability ``` Original issue reported on code.google.com by `samubor86` on 2015-06-08 09:15:42
defect
door error please complete the following lines fds version svn revision number compile date smokeview version revision operating system describe details of the issue below this building is a home for the elderly i need to simulate an assistant enters the room and stop a time of seconds i used the namelist corr but i have problems with the doors in and out i have some setting wrong thanks to the availability original issue reported on code google com by on
1
11,732
2,664,695,380
IssuesEvent
2015-03-20 15:59:07
holahmeds/remotedroid
https://api.github.com/repos/holahmeds/remotedroid
closed
Feature Idea: Timer
auto-migrated Priority-Medium Type-Defect
``` I am not sure how difficult this is but I think it could make a nice feature to have a builtin timer. One can set a total time and the remaining minutes and seconds are shown on the Android screen in large letters instead of a black background. Maybe one could even allow to configure vibration alarms at say 10, 5, and 2 minutes before the end. Btw.: Works like a charm on my Milestone with Ubuntu 10.10 after installing libbluetooth-dev . ``` Original issue reported on code.google.com by `mjhoffm...@gmail.com` on 19 Jan 2011 at 6:10
1.0
Feature Idea: Timer - ``` I am not sure how difficult this is but I think it could make a nice feature to have a builtin timer. One can set a total time and the remaining minutes and seconds are shown on the Android screen in large letters instead of a black background. Maybe one could even allow to configure vibration alarms at say 10, 5, and 2 minutes before the end. Btw.: Works like a charm on my Milestone with Ubuntu 10.10 after installing libbluetooth-dev . ``` Original issue reported on code.google.com by `mjhoffm...@gmail.com` on 19 Jan 2011 at 6:10
defect
feature idea timer i am not sure how difficult this is but i think it could make a nice feature to have a builtin timer one can set a total time and the remaining minutes and seconds are shown on the android screen in large letters instead of a black background maybe one could even allow to configure vibration alarms at say and minutes before the end btw works like a charm on my milestone with ubuntu after installing libbluetooth dev original issue reported on code google com by mjhoffm gmail com on jan at
1
62,923
17,262,938,782
IssuesEvent
2021-07-22 10:06:33
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
closed
profile picture problem
T-Defect X-Needs-Info
<!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> #### Description Only with element, and only in a specific room, profile pictures do not show for half the users I have tried clearing cache and it did not help Other clients work just fine #### Steps to reproduce join #public:midov.pl try to see profile pictures <!-- 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: yes/no <!-- 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**: desktop - **OS**: Artix Linux - **Version**: 1.7.33 <!-- check the user settings panel if unsure -->
1.0
profile picture problem - <!-- A picture's worth a thousand words: PLEASE INCLUDE A SCREENSHOT :P --> <!-- Please report security issues by email to security@matrix.org --> <!-- This is a bug report template. By following the instructions below and filling out the sections with your information, you will help the us to get all the necessary data to fix your issue. You can also preview your report before submitting it. You may remove sections that aren't relevant to your particular case. Text between <!-- and --​> marks will be invisible in the report. --> #### Description Only with element, and only in a specific room, profile pictures do not show for half the users I have tried clearing cache and it did not help Other clients work just fine #### Steps to reproduce join #public:midov.pl try to see profile pictures <!-- 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: yes/no <!-- 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**: desktop - **OS**: Artix Linux - **Version**: 1.7.33 <!-- check the user settings panel if unsure -->
defect
profile picture problem 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 only with element and only in a specific room profile pictures do not show for half the users i have tried clearing cache and it did not help other clients work just fine steps to reproduce join public midov pl try to see profile pictures 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 yes no version information platform desktop os artix linux version
1
336,978
10,208,716,416
IssuesEvent
2019-08-14 10:50:01
googleapis/gax-dotnet
https://api.github.com/repos/googleapis/gax-dotnet
closed
monitored resource type "container" or "gke_container"?
:rotating_light: Type: bug priority: p2 status: blocked
Hello, I tried to switch to using `MonitoredResourceBuilder.FromPlatform()` now that [it's supposed to work for GKE]( https://github.com/googleapis/gax-dotnet/issues/209) but I'm getting this error: ``` ....Monitoring.Stackdriver.Publisher Failed to create 1 timeseries status Status(StatusCode=InvalidArgument, Detail="Field timeSeries[0].resource.type had an invalid value of "container": Unrecognized resource name."), dropping these. (108/108) ``` Should [`container` here](https://github.com/googleapis/gax-dotnet/blob/master/src/Google.Api.Gax.Grpc/MonitoredResourceBuilder.cs#L89) perhaps be `gke_container`? As an experiment, I used: ``` var monitoredResource = MonitoredResourceBuilder.FromPlatform(); monitoredResource.Type = "gke_container"; ``` But then I get another error! ``` Kaggle.Monitoring.Stackdriver.Publisher Failed to create 1 timeseries status Status(StatusCode=InvalidArgument, Detail="One or more TimeSeries could not be written: Unrecognized region or location.: timeSeries[0]") ``` Looking at the labels, the value for `zone` does look wrong (`projects/.../zones/us-...-d`), over what we used before (simply `us-...-d`): https://cloud.google.com/monitoring/api/resources#tag_gke_container isn't too useful in determining what this exactly should be, but I'd bet on the short name. => ``` var monitoredResource = MonitoredResourceBuilder.FromPlatform(); monitoredResource.Type = "gke_container"; monitoredResource.Labels["zone"] = "us-...-d"; ``` which works (can write time series and labels look ok to me). My code looks a bit closer to what it should be, but I do feel I'm just trading one TODO for another here...
1.0
monitored resource type "container" or "gke_container"? - Hello, I tried to switch to using `MonitoredResourceBuilder.FromPlatform()` now that [it's supposed to work for GKE]( https://github.com/googleapis/gax-dotnet/issues/209) but I'm getting this error: ``` ....Monitoring.Stackdriver.Publisher Failed to create 1 timeseries status Status(StatusCode=InvalidArgument, Detail="Field timeSeries[0].resource.type had an invalid value of "container": Unrecognized resource name."), dropping these. (108/108) ``` Should [`container` here](https://github.com/googleapis/gax-dotnet/blob/master/src/Google.Api.Gax.Grpc/MonitoredResourceBuilder.cs#L89) perhaps be `gke_container`? As an experiment, I used: ``` var monitoredResource = MonitoredResourceBuilder.FromPlatform(); monitoredResource.Type = "gke_container"; ``` But then I get another error! ``` Kaggle.Monitoring.Stackdriver.Publisher Failed to create 1 timeseries status Status(StatusCode=InvalidArgument, Detail="One or more TimeSeries could not be written: Unrecognized region or location.: timeSeries[0]") ``` Looking at the labels, the value for `zone` does look wrong (`projects/.../zones/us-...-d`), over what we used before (simply `us-...-d`): https://cloud.google.com/monitoring/api/resources#tag_gke_container isn't too useful in determining what this exactly should be, but I'd bet on the short name. => ``` var monitoredResource = MonitoredResourceBuilder.FromPlatform(); monitoredResource.Type = "gke_container"; monitoredResource.Labels["zone"] = "us-...-d"; ``` which works (can write time series and labels look ok to me). My code looks a bit closer to what it should be, but I do feel I'm just trading one TODO for another here...
non_defect
monitored resource type container or gke container hello i tried to switch to using monitoredresourcebuilder fromplatform now that but i m getting this error monitoring stackdriver publisher failed to create timeseries status status statuscode invalidargument detail field timeseries resource type had an invalid value of container unrecognized resource name dropping these should perhaps be gke container as an experiment i used var monitoredresource monitoredresourcebuilder fromplatform monitoredresource type gke container but then i get another error kaggle monitoring stackdriver publisher failed to create timeseries status status statuscode invalidargument detail one or more timeseries could not be written unrecognized region or location timeseries looking at the labels the value for zone does look wrong projects zones us d over what we used before simply us d isn t too useful in determining what this exactly should be but i d bet on the short name var monitoredresource monitoredresourcebuilder fromplatform monitoredresource type gke container monitoredresource labels us d which works can write time series and labels look ok to me my code looks a bit closer to what it should be but i do feel i m just trading one todo for another here
0
9,263
2,615,142,078
IssuesEvent
2015-03-01 06:16:59
chrsmith/reaver-wps
https://api.github.com/repos/chrsmith/reaver-wps
closed
r69 unable to recover wpa2 key given the pin, while reaver 1.3 can do it
auto-migrated Priority-Triage Type-Defect
``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) svn r69 and reaver 1.3 1. What operating system are you using (Linux is the only supported OS)? backtrack 5r1 2. Is your wireless card in monitor mode (yes/no)? yes 3. What is the signal strength of the Access Point you are trying to crack? about -25 dbm 4. What is the manufacturer and model # of the device you are trying to crack? rtl8187 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -b 08:76:FF:XX:XX:XX --pin=62XXXX60 -vv 6. Please describe what you think the issue is. reaver r69 is unable to recover the wpa/wpa2 pass given the correct pin, while this worked with reaver 1.3 7. Paste the output from Reaver below. -WITH REAVER R69: root@root:~/reaver-wps-read-only/src# ./reaver -i mon0 -b 08:76:FF:XX:XX:XX --pin=62XXXX60 -vv Reaver v1.4 beta WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Waiting for beacon from 08:76:FF:XX:XX:XX [+] Switching mon0 to channel 1 [+] Associated with 08:76:FF:XX:XX:XX (ESSID: Thomsonxx6AAx) [+] Trying pin 62XXXX60 [+] Trying pin 62XXXX60 [+] Trying pin 62XXXX60 [+] Trying pin 62XXXX60 [!] WARNING: Detected AP rate limiting, waiting 60 seconds before re-trying ^C [+] Session saved. -WITH REAVER 1.3: root@root:~/Desktop/reaver-1.3/src# ./reaver -i mon0 -b 08:76:FF:XX:XX:XX --pin=62XXXX60 -vv Reaver v1.3 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Waiting for beacon from 08:76:FF:XX:XX:XX [+] Switching mon0 to channel 1 [+] Associated with 08:76:FF:XX:XX:XX (ESSID: Thomsonxx6AAx) [+] Trying pin 62XXXX60 [+] Key cracked in 5 seconds [+] WPS PIN: '62XXXX60' [+] WPA PSK: (CORRECT KEY) [+] AP SSID: 'Thomsonxx6AAx' [+] Nothing done, nothing to save. I have pcaps from outputs shown here, and some others that show this router 5 min lock after 5 tryes (these others are not related to the original issue I am reporting). Craig I emailed you with another mail accnt. of mine about the wps lock system on this router. May I send you the pcaps via email? (about 500 kb) thanks in advance ``` Original issue reported on code.google.com by `Stnd....@gmail.com` on 7 Jan 2012 at 12:59
1.0
r69 unable to recover wpa2 key given the pin, while reaver 1.3 can do it - ``` Answer the following questions for every issue submitted: 0. What version of Reaver are you using? (Only defects against the latest version will be considered.) svn r69 and reaver 1.3 1. What operating system are you using (Linux is the only supported OS)? backtrack 5r1 2. Is your wireless card in monitor mode (yes/no)? yes 3. What is the signal strength of the Access Point you are trying to crack? about -25 dbm 4. What is the manufacturer and model # of the device you are trying to crack? rtl8187 5. What is the entire command line string you are supplying to reaver? reaver -i mon0 -b 08:76:FF:XX:XX:XX --pin=62XXXX60 -vv 6. Please describe what you think the issue is. reaver r69 is unable to recover the wpa/wpa2 pass given the correct pin, while this worked with reaver 1.3 7. Paste the output from Reaver below. -WITH REAVER R69: root@root:~/reaver-wps-read-only/src# ./reaver -i mon0 -b 08:76:FF:XX:XX:XX --pin=62XXXX60 -vv Reaver v1.4 beta WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Waiting for beacon from 08:76:FF:XX:XX:XX [+] Switching mon0 to channel 1 [+] Associated with 08:76:FF:XX:XX:XX (ESSID: Thomsonxx6AAx) [+] Trying pin 62XXXX60 [+] Trying pin 62XXXX60 [+] Trying pin 62XXXX60 [+] Trying pin 62XXXX60 [!] WARNING: Detected AP rate limiting, waiting 60 seconds before re-trying ^C [+] Session saved. -WITH REAVER 1.3: root@root:~/Desktop/reaver-1.3/src# ./reaver -i mon0 -b 08:76:FF:XX:XX:XX --pin=62XXXX60 -vv Reaver v1.3 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com> [+] Waiting for beacon from 08:76:FF:XX:XX:XX [+] Switching mon0 to channel 1 [+] Associated with 08:76:FF:XX:XX:XX (ESSID: Thomsonxx6AAx) [+] Trying pin 62XXXX60 [+] Key cracked in 5 seconds [+] WPS PIN: '62XXXX60' [+] WPA PSK: (CORRECT KEY) [+] AP SSID: 'Thomsonxx6AAx' [+] Nothing done, nothing to save. I have pcaps from outputs shown here, and some others that show this router 5 min lock after 5 tryes (these others are not related to the original issue I am reporting). Craig I emailed you with another mail accnt. of mine about the wps lock system on this router. May I send you the pcaps via email? (about 500 kb) thanks in advance ``` Original issue reported on code.google.com by `Stnd....@gmail.com` on 7 Jan 2012 at 12:59
defect
unable to recover key given the pin while reaver can do it answer the following questions for every issue submitted what version of reaver are you using only defects against the latest version will be considered svn and reaver what operating system are you using linux is the only supported os backtrack is your wireless card in monitor mode yes no yes what is the signal strength of the access point you are trying to crack about dbm what is the manufacturer and model of the device you are trying to crack what is the entire command line string you are supplying to reaver reaver i b ff xx xx xx pin vv please describe what you think the issue is reaver is unable to recover the wpa pass given the correct pin while this worked with reaver paste the output from reaver below with reaver root root reaver wps read only src reaver i b ff xx xx xx pin vv reaver beta wifi protected setup attack tool copyright c tactical network solutions craig heffner waiting for beacon from ff xx xx xx switching to channel associated with ff xx xx xx essid trying pin trying pin trying pin trying pin warning detected ap rate limiting waiting seconds before re trying c session saved with reaver root root desktop reaver src reaver i b ff xx xx xx pin vv reaver wifi protected setup attack tool copyright c tactical network solutions craig heffner waiting for beacon from ff xx xx xx switching to channel associated with ff xx xx xx essid trying pin key cracked in seconds wps pin wpa psk correct key ap ssid nothing done nothing to save i have pcaps from outputs shown here and some others that show this router min lock after tryes these others are not related to the original issue i am reporting craig i emailed you with another mail accnt of mine about the wps lock system on this router may i send you the pcaps via email about kb thanks in advance original issue reported on code google com by stnd gmail com on jan at
1
618,858
19,488,992,140
IssuesEvent
2021-12-27 00:16:02
OnTopicCMS/OnTopic-Library
https://api.github.com/repos/OnTopicCMS/OnTopic-Library
closed
Mapping: Support `IDictionary<>` constructor for manual deserialization
Area: Mapping Severity 1: Minor Priority: 1 Type: Feature Status 2: Scheduled
Optionally provide support for a constructor that accepts an `IDictionary<string, string>` of `key`, `value` pairs representing the values of the `Topic.Attributes`. This would allow view models to manually bind their primary properties. This would require more development effort upfront, but would potentially be faster than relying on reflection, and especially for commonly used objects. ### Implementation Most of this logic can be implemented in the `GetParameterAsync()` method by offering special handling for an `IDictionary<string, stirng>` parameter. In addition, the private `MapAsync()` overload that creates the initial object will need to be updated to conditionally pass `mapAssociationsOnly` to `SetProperty()`, possibly by setting a property on the `MappedTopicCacheEntry`. Alternatively, the check for the `IDictionary<>` can be handled in `MapAsync()`, simplifying how `mapAssociationsOnly` is set. ### Limitations This would simply support attribute binding, and would leave complex properties (i.e., topic references, parent mappings) and collections (i.e., relationships) to the mapping service—though, of course, each of those associations may include their own `IDictionary<>` constructor. This is because tracking `AssociationTypes` and mapping an entire topic graph adds a potentially prohibitive level of of complication for implementers, while also adding a non-trivial amount of logic to the model objects. By contrast, supporting scalar properties addresses the vast majority of needs with minimal implementation overhead.
1.0
Mapping: Support `IDictionary<>` constructor for manual deserialization - Optionally provide support for a constructor that accepts an `IDictionary<string, string>` of `key`, `value` pairs representing the values of the `Topic.Attributes`. This would allow view models to manually bind their primary properties. This would require more development effort upfront, but would potentially be faster than relying on reflection, and especially for commonly used objects. ### Implementation Most of this logic can be implemented in the `GetParameterAsync()` method by offering special handling for an `IDictionary<string, stirng>` parameter. In addition, the private `MapAsync()` overload that creates the initial object will need to be updated to conditionally pass `mapAssociationsOnly` to `SetProperty()`, possibly by setting a property on the `MappedTopicCacheEntry`. Alternatively, the check for the `IDictionary<>` can be handled in `MapAsync()`, simplifying how `mapAssociationsOnly` is set. ### Limitations This would simply support attribute binding, and would leave complex properties (i.e., topic references, parent mappings) and collections (i.e., relationships) to the mapping service—though, of course, each of those associations may include their own `IDictionary<>` constructor. This is because tracking `AssociationTypes` and mapping an entire topic graph adds a potentially prohibitive level of of complication for implementers, while also adding a non-trivial amount of logic to the model objects. By contrast, supporting scalar properties addresses the vast majority of needs with minimal implementation overhead.
non_defect
mapping support idictionary constructor for manual deserialization optionally provide support for a constructor that accepts an idictionary of key value pairs representing the values of the topic attributes this would allow view models to manually bind their primary properties this would require more development effort upfront but would potentially be faster than relying on reflection and especially for commonly used objects implementation most of this logic can be implemented in the getparameterasync method by offering special handling for an idictionary parameter in addition the private mapasync overload that creates the initial object will need to be updated to conditionally pass mapassociationsonly to setproperty possibly by setting a property on the mappedtopiccacheentry alternatively the check for the idictionary can be handled in mapasync simplifying how mapassociationsonly is set limitations this would simply support attribute binding and would leave complex properties i e topic references parent mappings and collections i e relationships to the mapping service—though of course each of those associations may include their own idictionary constructor this is because tracking associationtypes and mapping an entire topic graph adds a potentially prohibitive level of of complication for implementers while also adding a non trivial amount of logic to the model objects by contrast supporting scalar properties addresses the vast majority of needs with minimal implementation overhead
0
71,661
23,748,825,765
IssuesEvent
2022-08-31 18:32:06
vector-im/element-web
https://api.github.com/repos/vector-im/element-web
opened
1.11.4 after update - "Couldn't find webapp files in any of.."
T-Defect
### Steps to reproduce `element-desktop` ### Outcome /home/sven/.config/Element exists: no /home/sven/.config/Riot exists: yes Using legacy user data path: /home/sven/.config/Riot Couldn't find webapp files in any of: /opt/Element/resources/app.asar/webapp.asar /opt/Element/resources/webapp.asar /opt/Element/resources/app.asar/webapp /opt/Element/resources/webapp App setup failed: exiting Error: Failed to find webapp files at /opt/Element/resources/app.asar/lib/electron-main.js:145:15 at Generator.throw (<anonymous>) at rejected (/opt/Element/resources/app.asar/lib/electron-main.js:43:65) ### Operating system Ubuntu ### Application version 1.11.4 ### How did you install the app? from https://element.io/get-started ### Homeserver envs.net / Synapse 1.66.0 ### Will you send logs? No
1.0
1.11.4 after update - "Couldn't find webapp files in any of.." - ### Steps to reproduce `element-desktop` ### Outcome /home/sven/.config/Element exists: no /home/sven/.config/Riot exists: yes Using legacy user data path: /home/sven/.config/Riot Couldn't find webapp files in any of: /opt/Element/resources/app.asar/webapp.asar /opt/Element/resources/webapp.asar /opt/Element/resources/app.asar/webapp /opt/Element/resources/webapp App setup failed: exiting Error: Failed to find webapp files at /opt/Element/resources/app.asar/lib/electron-main.js:145:15 at Generator.throw (<anonymous>) at rejected (/opt/Element/resources/app.asar/lib/electron-main.js:43:65) ### Operating system Ubuntu ### Application version 1.11.4 ### How did you install the app? from https://element.io/get-started ### Homeserver envs.net / Synapse 1.66.0 ### Will you send logs? No
defect
after update couldn t find webapp files in any of steps to reproduce element desktop outcome home sven config element exists no home sven config riot exists yes using legacy user data path home sven config riot couldn t find webapp files in any of opt element resources app asar webapp asar opt element resources webapp asar opt element resources app asar webapp opt element resources webapp app setup failed exiting error failed to find webapp files at opt element resources app asar lib electron main js at generator throw at rejected opt element resources app asar lib electron main js operating system ubuntu application version how did you install the app from homeserver envs net synapse will you send logs no
1
8,205
2,611,470,940
IssuesEvent
2015-02-27 05:15:45
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
SigSegV while in game room in KillAllTeams - team list change?
auto-migrated Priority-Medium Type-Defect
``` I got a segfault in the "game room", by which I mean the place you are in during internet play before the game starts. Here is the backtrace: #0 0x080989ab in TeamSelWidget::getPlayingTeams() const () #1 0x08073d19 in HWGame::KillAllTeams() () #2 0x08080e0e in HWForm::OnPageShown(unsigned char, unsigned char) () #3 0x0808268e in HWForm::GoBack() () #4 0x081182ef in HWForm::qt_metacall(QMetaObject::Call, int, void**) () #5 0xb6ac384a in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4 #6 0xb6ad36ff in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #7 0x081248c7 in HWNewNet::LeftRoom() () #8 0x080e5d93 in HWNewNet::ParseCmd(QStringList const&) () #9 0x080e762e in HWNewNet::ClientRead() () #10 0x081247bd in HWNewNet::qt_metacall(QMetaObject::Call, int, void**) () #11 0xb6ac384a in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4 #12 0xb6ad36ff in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #13 0xb6b1e467 in QIODevice::readyRead() () from /usr/lib/libQtCore.so.4 #14 0xb6ca78ca in ?? () from /usr/lib/libQtNetwork.so.4 #15 0xb6c934cb in ?? () from /usr/lib/libQtNetwork.so.4 #16 0xb6c94123 in ?? () from /usr/lib/libQtNetwork.so.4 #17 0xb6e48ac4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #18 0xb6e4d74e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #19 0xb6abd1cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #20 0xb6aea157 in ?? () from /usr/lib/libQtCore.so.4 #21 0xb658db72 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #22 0xb658e350 in ?? () from /usr/lib/libglib-2.0.so.0 #23 0xb658e604 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #24 0xb6aea7cc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #25 0xb6efaf65 in ?? () from /usr/lib/libQtGui.so.4 #26 0xb6abc389 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #27 0xb6abc62a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #28 0xb6ac107f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #29 0xb6e46917 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #30 0x08078332 in main () I'm not sure it is very useful, and I don't think I can reproduce the bug, but I thought you might want to double check the incriminated function. Thanks for making such a great game! ``` Original issue reported on code.google.com by `joel.sch...@gmail.com` on 10 Apr 2011 at 8:28
1.0
SigSegV while in game room in KillAllTeams - team list change? - ``` I got a segfault in the "game room", by which I mean the place you are in during internet play before the game starts. Here is the backtrace: #0 0x080989ab in TeamSelWidget::getPlayingTeams() const () #1 0x08073d19 in HWGame::KillAllTeams() () #2 0x08080e0e in HWForm::OnPageShown(unsigned char, unsigned char) () #3 0x0808268e in HWForm::GoBack() () #4 0x081182ef in HWForm::qt_metacall(QMetaObject::Call, int, void**) () #5 0xb6ac384a in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4 #6 0xb6ad36ff in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #7 0x081248c7 in HWNewNet::LeftRoom() () #8 0x080e5d93 in HWNewNet::ParseCmd(QStringList const&) () #9 0x080e762e in HWNewNet::ClientRead() () #10 0x081247bd in HWNewNet::qt_metacall(QMetaObject::Call, int, void**) () #11 0xb6ac384a in QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) () from /usr/lib/libQtCore.so.4 #12 0xb6ad36ff in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4 #13 0xb6b1e467 in QIODevice::readyRead() () from /usr/lib/libQtCore.so.4 #14 0xb6ca78ca in ?? () from /usr/lib/libQtNetwork.so.4 #15 0xb6c934cb in ?? () from /usr/lib/libQtNetwork.so.4 #16 0xb6c94123 in ?? () from /usr/lib/libQtNetwork.so.4 #17 0xb6e48ac4 in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #18 0xb6e4d74e in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4 #19 0xb6abd1cb in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4 #20 0xb6aea157 in ?? () from /usr/lib/libQtCore.so.4 #21 0xb658db72 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0 #22 0xb658e350 in ?? () from /usr/lib/libglib-2.0.so.0 #23 0xb658e604 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0 #24 0xb6aea7cc in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #25 0xb6efaf65 in ?? () from /usr/lib/libQtGui.so.4 #26 0xb6abc389 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #27 0xb6abc62a in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #28 0xb6ac107f in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #29 0xb6e46917 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #30 0x08078332 in main () I'm not sure it is very useful, and I don't think I can reproduce the bug, but I thought you might want to double check the incriminated function. Thanks for making such a great game! ``` Original issue reported on code.google.com by `joel.sch...@gmail.com` on 10 Apr 2011 at 8:28
defect
sigsegv while in game room in killallteams team list change i got a segfault in the game room by which i mean the place you are in during internet play before the game starts here is the backtrace in teamselwidget getplayingteams const in hwgame killallteams in hwform onpageshown unsigned char unsigned char in hwform goback in hwform qt metacall qmetaobject call int void in qmetaobject metacall qobject qmetaobject call int void from usr lib libqtcore so in qmetaobject activate qobject qmetaobject const int void from usr lib libqtcore so in hwnewnet leftroom in hwnewnet parsecmd qstringlist const in hwnewnet clientread in hwnewnet qt metacall qmetaobject call int void in qmetaobject metacall qobject qmetaobject call int void from usr lib libqtcore so in qmetaobject activate qobject qmetaobject const int void from usr lib libqtcore so in qiodevice readyread from usr lib libqtcore so in from usr lib libqtnetwork so in from usr lib libqtnetwork so in from usr lib libqtnetwork so in qapplicationprivate notify helper qobject qevent from usr lib libqtgui so in qapplication notify qobject qevent from usr lib libqtgui so in qcoreapplication notifyinternal qobject qevent from usr lib libqtcore so in from usr lib libqtcore so in g main context dispatch from usr lib libglib so in from usr lib libglib so in g main context iteration from usr lib libglib so in qeventdispatcherglib processevents qflags from usr lib libqtcore so in from usr lib libqtgui so in qeventloop processevents qflags from usr lib libqtcore so in qeventloop exec qflags from usr lib libqtcore so in qcoreapplication exec from usr lib libqtcore so in qapplication exec from usr lib libqtgui so in main i m not sure it is very useful and i don t think i can reproduce the bug but i thought you might want to double check the incriminated function thanks for making such a great game original issue reported on code google com by joel sch gmail com on apr at
1
15,564
3,330,249,314
IssuesEvent
2015-11-11 09:21:30
geetsisbac/ZUUIL5XN2UPJRUK244AZSHGO
https://api.github.com/repos/geetsisbac/ZUUIL5XN2UPJRUK244AZSHGO
closed
EMheQ+dXlVdoZT/MlgUBDNqoF0HSYukvfTUUx4vFuRuL+BkNQG2uhcTRgwC69wI/AD8Uxfe8J+wsDG7l3ZRWb8ALWV+rmzgdmVMDGqQNp/h5JbLMlchnv77PoSEnbi9PRL5RxJPxtonRjO69XgINVEB3knhX/9zkO15+GDgUOwo=
design
8QuuuCMHk2OYB5pDSSeOYKEotBX3sNhdAGH4/qkQgYyxW9SCYo0bjSm+MWUk+7plJCM0ickS3Rce0pkjVU4OUI1Cf2JMG0zJ8o+EOJoOhHA/imFnijnrC+Ah5Htjj7eJixGLZakoSxlhBkP4oRCFWyOg/gK3lwgerQw8PGhTaIq5TxP8/XM6sQEa9sitBTjHLN/1GkxPULUn2gLW2v8Ch9mjYzBdbB61x4JjT0bUJvTBTarj3oE54bMIUTYQ/WN3TKeErW0xpCy3GZejVzYhfj0xI0x9KWzaQQTFOmmebxGwHeva6UoRc8RqCsSKCipWFVz8zbWzWIUiJUJBQfpjBpTevSogap3c/mtd18BQd+uHjvyk2r6c4sjb/qYMJJiJywKp2TSiLEp1t2h12tXQz3Uc+Wc+CwwVfVUTBBxvg52pOEHD+DKHovl9ecnvk8jetoIRjKIitqCkmOwCMeiTVJg2nFqnbbnM2VCU908adRNI1w2VmNopfoK0FQ3UxGxGdHh4vI1j/hqBcJG4iNFep1mM6sECY+tS65jYdXUK9/3D/ohpk4UEPFOkCCSb0hxnyNwV+fwx4ezmBy+KTn3MyoyOBC8zqRbFbaL+EAYFZn9v26ZbNRqb80p0JVVIOhDSyNwV+fwx4ezmBy+KTn3MyoDpOxsPdSCw07bG74GscaRn5gpxWkCT+insTXoruYUvsm22OHxPU1qUw686xHewgYtBGeMaObKk15rBxaWjuuxBGftfb1391w7ssh+YQFGayNwV+fwx4ezmBy+KTn3MyhV1QAGaKyMNPWtVpP4hcUnhSWmzm5l53ni/vXLLebMJ7kV7v1jkj111bPK5mLyWoRuM8HWToYGT2lIbxjA+YCCi5qZ+GOVUe9yIB7vX98WOCy3LER1KDYmovreKb8C8voCJAc4tMcASwP+knkpRlRXgkz6u+OR7PGaTcaqE19C1GO4eM3tEVO674n3G4gf8WdikPLTyyQvXW8BytuusHUeU37mzzBhAx3MqJcGdHiwC7DWlUTlB69CJ/A7B/EXkmoCCeZkvVFa1N7QVf2vn6225zuvfhg/uJ9SdV6LupqnpbeswYEs7vXzXsDfbxgY4w0JXYx+OrBrAMHiidIObxwS9JqgRSMZUi1E4+8rfW7NPuTYk69TpReUAGRyuR3YZRhQgVSV1RSBqo4IIWGSezC+eraS2tN+co43GI16OwTB33sOQNO6B+9bwQ+thRM5J6+QfLBviOF9GgCa80bnhkcRV0zgX/ex6EIQGW/vZUoI8tpIvMZUkUH/+I9veYyNrfMdJL0mXleHBhgOkRUOqEAMMe2NmX2qqfwPaHVsMocmKqFXEUohtZXUvYbiyXWjcwKIWXuo8OQoErGSfTPLjL0H7mYJVq/wsgNVgIYF8z0A0c2ERPdoI4xQJE5gwfVTj/y3nw+59+0uhlXHFOAkMnFvu8eYPRxH2DGLdZpcIV9nuzXzfs/pfHNkxHLFtoXsoEvbNz9ITl2cIW2oA/pBGnFATLB5pn8qhbJVzrVgz0Gt1o9Xtel5dJlGm90mwc/la8mdmTsYU1mjRyzeKbAssbaq1NsJnLe0EBnH+oup1D/QgC+wBPo7ZZMt7lbUr28+RUHwIFksVtEQeUy8Q2FHnkBE0GSEEgRJeo9QjARckH5REVpyHItAU6OOy4YH9uVxQG6hVxFKIbWV1L2G4sl1o3MCiFl7qPDkKBKxkn0zy4y9BTyuF53fHa+m7NCfVtW/cKfS7GjTBhSzn8r/lYSXjU+qh5pWxdBd/WcISQgHdhRu9ho9//9Qw4uF7FjQTPC4vAeYef/deqOb0bm7/bnow9jyipc6CvyzB0xEVty+jXeJ4DwdqWNN51HARZY9ztGxdy+GRHkMYYtKmdH0HO9bq0FyamTcf5VSwpgWXTceW108sJoiEnGCD8/xMM/1WOBopBzZzO7eYdsv75dEl2ndrceLVNnPjonkWHKfWMPXaUS4ant9o+ZiM6zd38Dbru1NdyMRFWtPM1cbqCxilZJdaSXnmSucsOAQ/vvDCO+y7jQAiHjVgWlZGyE2+UjUdowLUYKexG5UcZ5TFO7bBcnVB4Uo+RX5o7Aw617M1MdASFFzddsBuq6YViFhWjTgW51DTGkBcjxfQI9x6Cz+Q+/Wzz9htVvQHXYxVGseBzOv4LzHJ/2HFxXqt09za9KaF6vzh3LNytWMPO1YlsDNdOOtJMHoN1KI0xzSnesbER8uoDEs6MG5XNCDNgcG+9WGbtPoUaE3YGnjmqYT5kUJ6K6SkJMzA1r9EI/EnWQ69HjUyGgGPSpzW16+9MNKzyuC9TFi1P+3YorIgBB5tg2i4GU4IMfCk5UdkKmcdAvGhzShPcu42/2HFxXqt09za9KaF6vzh3LNytWMPO1YlsDNdOOtJMHr/7N37GjDU4EOyMpbL2ykGdsBuq6YViFhWjTgW51DTGkBcjxfQI9x6Cz+Q+/Wzz9iOcT9nDK8eLljducewBAuijsB6glXrXK0eYLmwNK8TgFEtk7915BxPNdBTIL8RBOuiw5zNtOWXGONS0ycfGwy9dsBuq6YViFhWjTgW51DTGkBcjxfQI9x6Cz+Q+/Wzz9it9Y7ub5fS4pFRZhALkBGr/2HFxXqt09za9KaF6vzh3LNytWMPO1YlsDNdOOtJMHobjMZNepP5d2knzZ2dhnh27427NHfa3aXWAqqzKv/yG+/57yf6a3H0fqtAcOiJiQaJdOeK4ALmPveJRDcd/79OjsB6glXrXK0eYLmwNK8TgFEtk7915BxPNdBTIL8RBOu774t9n1HI7OrhNXZBxXlX/g83Z51uBm9O1O06tdOsQU4POpOkc/XfVxdPQsDGfPHxIIycgNufGoWH3gn55D4r/g83Z51uBm9O1O06tdOsQXljDtHa14uHllZLqtn7wyAbyBxWiqIZWV1ng8TgwqEqORWgn3P8dwpsA5iK6xNMbWBqwcMr4gr1D+/GoLsJUOBIG747PfLilaURgw7Brkt9zwnQ+7em/iz6i4NEOgalv6QKEdGnUwnf1aW2zz7KgBDyA2TCIOUFA8/vyZlH2D3+Tv5aUAtdg56VhcwPitFtK2use6OSJ929kQNewFs8s6B9ov2zp2szPMRtT3HPd2/v4ZgDEOA3nAIwq9WNssDCStvLpXJxgFXNgQNFIr8gLiblocuU+oDe5YXErpNvLLd1SqH1YkbCpmMw+Y9/LL0zlK3GeFhH7rIBUsV/0wzqasuOJqPxvgF3o5BBoj+a43JpbeiqLbKW6K7RbqZFMrpg7ARsITsG2La2mlPg3nWfiOv+04cUt+8YogzWjuxiIe7O9JmRy6P82w1RRgQDtcWko1SZMY2JIouUiOuooGiktO7jyZ410vpP1r1lC26PJdbeDU1EDog/WX2xvbJq8HzkBlkGvapYeMhlMW13y+AKBfJnBRthamsAEeeJ/pMJExBnmEppLH2vuhxPeeWND0T/x738n8C7Z4xdj6xApF5DU2iN6rV6aexIcloePYJhwE6SzBR4YwEVg8U3BcCGmgeId62H6yUryDuJdjUkrOgSSJUeAU39m8Tcez3SdOVzwWXGZmpwkL16JSfA3hDlRjmXWMd7AK9v5sRynWlAalZ2c7uiJ9ICs1BSOCJjOmzw5K4D3lkc1bcWs6dWke+5/HI0CeUu+2d9iEtXrK4gUaf+xvwEJr3PCHSSvrELKhRogUckP6xyASZQAmuSOHl/llCLEeqETbEK2f4Dwxe6s9jJCdHP2PHEUJVJidf1X/r2s9i6cnvk40EI4UyrqWieBqwg+hwkXufdtrOxXK45CGCDrOErIQ9lWLZrSo8WGR9KwWl/jX0PkEXLedhDed8/4sufHqIVyhM8fbcK177xfGmYN6Nb12uI7L/W2ghuO4KyWEhkqrECf2lW3QwkgrPcm39oXKRq9ylwqag755cggb6ekTamvNFB5Qyn4GhTAYEOTgP2n5TrOOSg/gvex/sLvBCgcne3e1qGOVAV8ssoh6LsrygOWxjPLIyr880B0nHZdgS0wpUuWyUIYNOKlxHGQrCtUmWDBHWLIg5rRIFNQ/d3nD6BHhb7L9FaPaKPxLAKfauWr9VbJiPkDaaQwP0SEif5ndj19dWKSJwxWp1D2IeAmzILarHRTwUabFTCfQZCU6Dfe6ht6x5EUMB5uydlTg5RKR1uZsjz63pZPVc8n2Q1tj7E6dZvXz49oHBY/u6EI7JeqSAQc1bM3x94BJ3FsWG3CbCp6DNy6i0qBi8wzsyp62nFhWIxZFD/tdOugikq6T2gry6qVm3ccpNQstaqC83pottVc8XB/BlyaIk8mfKFHZo60z+Fc4Wgy2wl8bhKGR3X88UezMookBMpYZBVkUYgKNuYl8gZ2xExm+PxZOrWTrLdA4fUjUgXiRk6UgMxY/FiGM55hxoa2Vb6GHuIJvPzKBxkPcig5mKwhPZ/f3vo9bbDoMseYGtu4iLpBXnnUIlhtfjeBIulPgUNX/9vLckvYQuMHJyHVQq7BTpgWDCYTKfFqmGfQ1bX0/drELW5Ly0kvzUyk0eo8lwVQkJh9K/T84LDHgWccIPCe4wu7ob3AmLClS5bJQhg04qXEcZCsK1SZYMEdYsiDmtEgU1D93ecPsDauCapIGPIYnEbzQdhcxr+w0sHntb3IkzDFJsFPcEKHaI8KdgG5deH+6eS3V/3kgjWGnEh6Zh3LS4IbK4GkrsU8fENQQwhBivS1uxC9Gs+wpUuWyUIYNOKlxHGQrCtUiDv4mdNp3+W9lKkdoMM75dmVCiZf1FuAULcJtDUl1f4zHO9zPqLHU6+babkTd+ClCVt9ypxL5z6Z6HrdgZXVc6OMph0rcfALNKB598Gs8eWiW+FerPAzodLWbRNVyg4yMqAukQwyStFNK57fbLZqHiVunNikhT+K+7XjGv2iLiDPIfF6zN4ZNb9P3EcQs24n29y+aY6r5V25i1G/mcV4i7kTOt9tY3E3baoGdl8PZpqy/Fk2ocSxnFcrxPK5CFLu6baux7mBj89c79p3ULkbdfvEjL/V3MPg6ooeBqOpyi3WmQ2fohoVFdm4Cm+YEuBe1ZEZiA90Go+A6vnjDymbR2sDWKHovMFKVvwlZisYp6A70UH7epc7nebY0+KuSoJ1b+LsZANMLjm7zzTC5L67/nLqnC0z9FRpAU6SbYyMCKiygBOZ5CFmTq6BMPjZQ7abNZ5oBMcv82E1J/mKjmUfQmS2LkwJTU6akVaBVMRVXzuD2nYY2fS9wxXtjXlcd2dunI0LB0WjcPW9iBOXCLvLxo5Uf+unLF92MOxFcx2ozfeMcSjK3/IL+5uqiB4bPHgnRAB6zAdaBgdJZTffcVbAsVs8fgY05WT/zK3HjoyEsS7CNYacSHpmHctLghsrgaSu1qLAAVgVRBPh4wyUb/xj6SWJFwgH+L9JPyoO51kIrMBZp+B7t1rKeu2O+XsuIgPwmvRwrKeJncnDZamDMKSWG3Hfoph3GYk6nAiT8f+JBGS1nmgExy/zYTUn+YqOZR9Cfk8DBBDRjNbTucnGl+YlhFWGNqds9IFfVtisNMIx1kuEYpDgv0quVzlNyHf0fAjC5TevSogap3c/mtd18BQd+vgPMVJR/Vo1wewgRCIasPx1Wx+RqJ7oLtIPWfKYuyflPo95dwXCqJdtyUSKYSykfJaVEwZBZXo8vcrTN1/GgtJU+VzUrhaDCEMpuXLWLhsblYDHfnQnU9G536/XpUQSwXeVvK5+rWd84dD5hinWmjuZbNw9hfQGGHnpl6bmaOn1hGKQ4L9Krlc5Tch39HwIwuU3r0qIGqd3P5rXdfAUHfrmxV3i9JV272SfZXxvlFWKRvB2FBwYX9jZd+SMmTSeFamW6H7FLQcJPTjSdd6c2qui2GQioD9XHUTqP/u4U5kCbPxEjJuaQrb88sNnrNU2fS40dD/bUProEExYO4iKd9OV49ERn6V/2/zzd8OUps/na9KegE3gnm00f6s4nqdisGCtLZnudnNBeR3/N8NeqJR7HMnI8GfEhATEUmVdo2CeduazffPC//YAosn++k8RnhSvMnEucNxZ2BxFNef1/Snx+fJKCQ+fiYhPt25t1MdP1RivKrFvgq5vNXrIwA3PIrBYf+32mFK3JVJIHcZynMiGlLGW3imj/8Ca+exMAKoKvpyLi+rRXRbK+ugSH33Z9vLfjPB0sw0+C1Ar4BqVK2sdgHqMrfCYa5GJLesLzK98GxMo/ZZKGFd3Aoo/lqmlWG237L97jzZeX2hrimawEfH2EqhiyfWKPRZ9MOpeNb9LMAG4s/KdEwRFAmbAJCW+d29fYDiPB3mEJ43ItNltL8ImcPOexjiKyRBX51JD3XLvmMwNe2tksCKlyQ9Uqtuf/15dONrP5emvpQc/NW8yd32y4CpZOdlg3tGJ4v1FbCdEmMwNe2tksCKlyQ9Uqtuf/15dONrP5emvpQc/NW8yd32BAlDzm0oOfFGLUFEVjhQnq9/RlTom8hPb+hyDLZpJlT8NG4AfiLHmPCGiIiQMvGP5naeAFm/pZnIwOzuBQGPR2RIKzPzp4EEuw8use7Vp61w+pN8DHsDkU7I9UNFUIoeuotWNcXPAmr64GaOJbRLjOFN9rA3f/P/fhUrUE70MkFQHNC/1K4WAXkkhfaCQan1WaSmnO8j4sIpOXwKyaWuodaorGlfPujyKiro61l6OtNr7XJ7cCLhRuajmz7k7dJpoMlf13b8rUKS8wGN2CkTq0PAPwURtXfzHRoH81+VBkZudTrtqro7gtxAx/PQekzI92n4pfsUkSIGjvzZwtkz/rVoXXE7y8U29KDNW8S82+dwklnyZbIzPWnBpeh6ZR17CSMvI887Lz5mmv5SSCh89nx8w/GBRoG5sAYgE4aE+m3Y4iPS2LbWElkLHLUy6HxU+84Kx0gUSG45O0QZHKB+ygkjLyPPOy8+Zpr+UkgofPbkl2zpp03JHkq+eTQ3gfvxc3g1+5typR8zAUlVVdlvtRqKoXKgoY7Mv0pWKtfTpWoc2f+qMbTpuhHMhRoQlnXKxugVHXNumQNgMM4ntC3rAoJU1OhCGfU9OXcVDftvCF/STpy8W79Gnv29/EUhmRMrp7hjKC1CMgwgZQXubEQu6qn+OQ6UkeWDhB5eX9sj5JbKXICqxiCOr0r46dlc4OHjYpR6WgxkSxh6YJWG2q49J2VY38Hr16XPX9qdTbWH4BobwdhQcGF/Y2XfkjJk0nhWYd82WHPENmCOxZGBFombZWafge7daynrtjvl7LiID8LExSHOJY/bW0Wy6dLBInTwyeCTbjiW9RZ1sKlQXISfrnXgYjxRerB0t+Y/YMF9TKNNM1ZI0csZi4EAHElPssWC0zkbaseWcQ7ZMnY1HYqN+E1PknqdK5CvMpSG7IADP4tySni8iFd17p86+06qEs/7Q/vvS/faAeLnPkDk2gNhPQTm28uSuczFOxsGPqAKRzi1X6xWxwRm7wuOQkBgK/ZSN3Ht0oBd4NwwiB+n1+52rlDaLE6dz9BxRX23qVwzIQCKCs/cPRvikCPQOD92Q/0dpragdCvwxaQajpFJp/sMg7n6W3tRnBfNR2JDiRnUisPy+bvRVSBocgk0wXBC7t2NNcT+ryE/Y3ygvGC+fsSxrBxO58z0YIB03mnozcFpLixyqquzNBsF0ncyFhzIWS+Pf2VKuxhIPYYrFXkcdQ9+o6lMPsS+IlT2jkh4Sbg3phnwiHg+ZoIctFVfAwHrgb8mXTxZ7Qt97rc6u5dLTSTCGIJad94eNniPoe3x3XwKUjDncIyIOYw2Muy6E9meDPb2AJexTxpu3rJs3a0hTcz1m4cMt/PoEJuQXLX6ynP503n3afil+xSRIgaO/NnC2TP+CM5gsNWdkQ5umzr4/9eTY0LO6kQ19fUyWTIkxjkYR0fArYrSZbvkX2gWViJsc9N8NQbGkpP0grZRcAkp5/b5S5YuXiWTlHUSH8PUb04h2/IZQUgXcMwV2R3+D1BHD8rNPfAIioHb8zVyKV5XVgVt2QTyESyo/Uta39k9VVWwBRVzWDbqws+YFEKYQ9mFF82a6VeMC+pFJS53ACq7zZIUkDHKA8OHVIw0vxbBwBc10hyLhGPv0CL5uYDUlPvyBCx4vFaT1BYRVB+gvuP5BwngJrJWMRNtj9+XxSYsvPnPa8DLzXkc10T0PdBPMTju3pqxDScPV0UhqvmWIkqJM52OrJFfE/PJKzj7YA2UtzNe9ilEN1qe2ninbAVKbqDl+/T3upXoD3hxCJMXNa/gcZvxmErCYN4H5hpGdD6YvurKNp2g3Yxzp7v7CKVh46am8nPIEkGpPvVaRvh99QEpVW/g8exPM0AG0M5aIeSE4K9Vznm1X6xWxwRm7wuOQkBgK/ZSKJu7gkjke55jxoexE99JHNUZ12139f5TnbDuLHkiE+iTxD+bTtFL4MQgMNKLPoNL2x3gl+GDCyaLkSuhiM8SAe0se7bRSThoJSWYVG2ezy0KNjZFUsKq1sr6ghswu0DfSR3EGfJw4xKVtyHb/l6xlEcj0BfegL9ebkAXxrxU8G8Y24Wro43BmKuQuAfiRw2IvYjyExcceDBE5IZ7BWc6BIG53bTn8R3LgGQGqjOpQeV5sXxQvPMZ8Rb7CAA0N2rzR1CGgiPx59+6ac/oSUCcN5oAa2Dkf7S6S1S6uDHl14TIxffzCKsfCmpBMHk2lunJ5DXzNJPhHWlNSB9eFeBf5dZwT1Y9eubFeD7szyqDXZ4+nN1JG0+SCYzSOBH1QYIN9z15OWbKbq845OcDP/zo8NU4ZL+Kxc9Bq7e8PZh5LxET9g7JRzmOlDYDmP+4jOP+l3wyhDNkwOtp5qL69NcXewNmPRzeA7+qSordXVa/DJPYmYbjCtrkxaB0WXTb/j+tygBOZ5CFmTq6BMPjZQ7abLrE+k/BbM9gtrb/a0MJpOBye+TjQQjhTKupaJ4GrCD6Q+Cd/P4YjwBYaOh90IGVUYVK6CyltiH5hWGaaT4rZlREbV1LiEd6aWzrD90L2WkpgDwA/PmjW4VNNonvg20nbKAwxmYkTh1yq0T0BUSayywyBd7/P20zkgVtLuss30WczhWVSmY7/xtLbyD84PhvmnljDtHa14uHllZLqtn7wyC7YB3gf44HJxVnEm7W4XOmEZiiI9RstK1rfuZ1TX5bkEj2bvMhIqFlzU4CjsMAymFXyhhZcuqLhNzDXmYEIctC3QNk/hj5w9rRA6Dk2B1gbpPipsDlilNlhN7y4rCg/F2celkgYocKmFz6wax1RSw9TLNC7H1J+gZ2voZrBnXmwh1DzPM7SjWHUOKkzBTOo+2X1iGIC7LtgRpUkfjSXKGTkpohnwFlkj2+2r8Ozn48uEl92HNEvQS8e9TBHpL9O01PvGR2AxOMYH3ZbxAfh/8Kx36KYdxmJOpwIk/H/iQRkrrE+k/BbM9gtrb/a0MJpOAU8sxtT+Gvxx/ud97yce21+YgDoQGlff7gbUTx1PTikcoATmeQhZk6ugTD42UO2my6xPpPwWzPYLa2/2tDCaTgcnvk40EI4UyrqWieBqwg+ktVQbH1bsrh036vSGihWCg/LJNuVXezCgNVkj9G/qaT9z15OWbKbq845OcDP/zo8Hgy8ZWJ+XSgGpGkOmxRkSM5+2Om9eixWkfuaum2luSXy3lC0qMAt5/N7iK66Sud4qap1X9Mvj9qNk2guztlM2+QQqnonF7sZLHv7F1cO8cnGsnX9YizFa4yO+TrUb7rdj2c+eEEFXWtGCN+eHTSZk3NY0PDXDs5s5bZbZ4JRS9nA8NQmT+VqmsZRmyZCpsaFu9TNFf7sl8MmhTUbRa3lRgmH1jIq9I9F2gQCSHr0ZVzu2PoibxF0DSSQ2Fnqvdajufcg8fkMukgq4nXDW3mbljjFfRUISZNQGsj0UhX/TQdgOkOsFx2PqPzUuySw+xtSwokTc+XOdSSWrIHWBbIYloRUFfeQ7AS7PL1rZLWwefTFqBr9rzQdK1QZBHAupAzgoYvmb1w4O26Wt7VtI9NdS68f4r/3rPSXek7lvSEc0NUKEp8Vuk/ylTXSc5u0dmMakqSONPkabSe7t3nwxgEVvzy8ZwLlVUoJlijCEOHgveYnGUs7lZWske/wb8xvg0t2+oelcLoMV+HB8YzL7LVnjYjpmvHoHItSW99jfdT1WVYzsqjL6xQZBfq307ysqw7FG7UZgqIUjNw7KaQShWtfHl4ccvzuFzR1MuBcZgRr+xURql8zn6lAHO2UQhVzNCau0sYTIeqKfqljqJYcEYI85x2kADart/5BRzZ2vsibflVDL5vRS/XTN0/k5KfI9wBFggUyt+bOU42E63bvydeysdUe7Yk7nOuFmDLuKniB7zCANl8+2+A38oNICATJM9rHsIxyoc8Fuqn3mziGxCGu9QQnphuRDpNRSJ6JhTk7+THhF06c+g5SmHI/epfI79wC0/CN4kOtCQFys2Jv6E+/l0SQak+9VpG+H31ASlVb+DxEVBX3kOwEuzy9a2S1sHn01ZEZiA90Go+A6vnjDymbR1nS+Lsae4hdZRzyqz3CmER4SxKapZBC0Ce89RLl0QzEjRETC9tng3JXHChT2UBfBiv1Qs5tAMHIIc8cDsyvO8gzsqjL6xQZBfq307ysqw7FG7UZgqIUjNw7KaQShWtfHm4i23/p1imEuC/qCvqJlyuyi7ymCnsMuPe+RBNf7+D8ufcg8fkMukgq4nXDW3mbljjFfRUISZNQGsj0UhX/TQdEeb7qLgDh/m6q9PvvtI7nG1LVqPeOxtNTrEwZOG24KriZbQ1y08qF536zkR06R1xiQPdFR9cDoA+sVERV/ojVzLGjxvqlC/U/82gdvsH5YdLGEyHqin6pY6iWHBGCPOcdpAA2q7f+QUc2dr7Im35VcVNLccEoGc9eSESdltiIk4KJE3PlznUklqyB1gWyGJaEVBX3kOwEuzy9a2S1sHn0xaga/a80HStUGQRwLqQM4Loj5TgIYlpLSy4Np4Clql1DvbWT4tZMgM6steANVeAyWFgPp5m6LcQSYw2zjZLe1QSq+izKFIhSMFvTZ667C0kap1lH7MC5iURjG9U6ByXvsrn2IFoVz1hZ5RYF666mbpu1GYKiFIzcOymkEoVrXx5HId7OI4x/suNV7LRYuBFEgBeMv/hTmlUNgKeA840PkHiZbQ1y08qF536zkR06R1xiQPdFR9cDoA+sVERV/ojV6LlGccWAZzYdH2suwxg11DSCfJ1wBtbRbLr37kiGQjyYNEkAfrI8H1pS/pT3c20Q5DOQ4oyf8Y8y3vmn316DlJgOW/p3gy9JRPBiBg/hqNCqVyV13U5Nt64tvpGpXjAhuhJIsaB7Zfq3hVOYUqRtVcOxLKmDJ+w4usiQg9AbWgA+lqeBKeto/uE2HUQNEFBNF0VWOLMiMIKOrt9IPFLxQdQ4SEEn8RXxr/KBcPDB0I9ZPjejo5HicV4xHo8Qq6cFuL9QuXBNQEJIVlMfPXMiqypdEn/14xBqXqGgHqo+WUvzGvs7PSZ5K/fFuNxWRoyx9DvMky9DTIGe6Mc2Vw4sSkFlHZFFrOX6DXQf/fRwdsemYu5zP63UVCR6Zx5emh96/OSGXgq9ed6cUz4/c8m4QDtQiuz5idPxjiW0LQdXs2NSRKDW/xfmapHua75Nkb61Q5CpS8trmJaZbjS+6IhHAI+x4jzF+kcoCXQb+/oAU8hNCcpUj1bMdEP4ylSFJ4XJ9uw9OOLb27l9BXBvkK/Lx84qmrrkcdi5Z3MzaPU5swOb7n28sJ5SqB8dFUr4RJmbMiTKMG4wdxqx80J+BRVRmr7vc80dej7ezxD5TRlyKJ4lFl9PP1r8MzFzmOshdKtxtG3B+tQ6MSx0JyS75rr2gjbsPTji29u5fQVwb5Cvy8fQvrLHQqcQzwdLDPdMQdVx99OaLuNQXt40bXmMs/yiDafRWCrMLkNMxzET9dnlPB8jKeyHHUtefmEZpx7Ov2X6CwjP7VUs/mNRiofEZh4LO9QVO4/33gbIad6MlvNkoKKBoJON1cmCD4ZOZCKTThcyobINQmrr2WgWhKfTNMFQpY4qmrrkcdi5Z3MzaPU5swOyHhqdiOyZ0BCz4B1LuZyrbRKysF9qW4KSc7fgGSwL/7umoCI7TjjLlXYAmipjU/LU96MQKwR2woC+H/XMHklFtmCu0k9anOmucZgR2GLwi2qkAoS5QXyi2o4stfAvceILB0ByCkD8eFcTOf1NeWYDaRMwqbUFaXJzFYWR2vlXYweivarNQgkVtPua7AUSpy4bfc+urs4zKR/l499fI5kd+tSPuFOCQ5NNe8nw4cCkW3CAzMrL/s0yZcNKv+KmgVHQM2/X0zS2rwu2zq1N7/EoKDnS57kCQLXJQsGSRcca/lB6w7I384Tr1OJaBJOep6WXPDLPAAPKeB14tffJ4Xk/rTbm6AzNuPFs+rm3xHqRf8bwdhQcGF/Y2XfkjJk0nhW1cQA8NG7K2t1ozg3dI8HUIUdarWSg2GQK5pP/nWalTZECESVx2cJoAhNcCM+MGavW7/f4gQx34o0UcHxEWl1oGRrUp8O4qAOY+h3FNZeS6JtzyVsIRK3AVZfAUzjXQZ4DUk9cpdaupJlwAoqQTXoHsIDMysv+zTJlw0q/4qaBUdAzb9fTNLavC7bOrU3v8SgaHUmulqyjqF1tcB2st8cqr6xkXis2vnJBiQFTI+OpvDumoCI7TjjLlXYAmipjU/LljEonRDbS5ESDxBFwsjcaWRjheCXX/kF6p1ulzW7/XPCmCpwY5z9FaVu1eZuPW2meWMO0drXi4eWVkuq2fvDICezJcyCDG+DwwDp3KsVCpgbNDIz0gClZRIKCe0RiBuOENocSYjtnKQ2VJ/c8z6MtyspwR/1XJ5REO+TYiwOjMqQZXiEWKr26JLZrblJAVy5ZGtSnw7ioA5j6HcU1l5Loh30u48cLF55iFpHwecAHFBCCVqD1F2xj3HN8+JHVcvrVD3Ldcgs+PbzFTIO5+G2+UkiUMT9pcNG0aopyqtTZmc3XfqlDjjsUVvAIAPM9Wb0wgMzKy/7NMmXDSr/ipoFR0DNv19M0tq8Lts6tTe/xKA7XrA1bVyFn9FX9hAJmBXdZGOF4Jdf+QXqnW6XNbv9c8KYKnBjnP0VpW7V5m49baZsTKP2WShhXdwKKP5appVh1GiDO40j8gb3ne7H6ONMQ80o1fbpEHxsZvpC1lr3QbGDVU51hPMivSd5FXAyMsRor0p6ATeCebTR/qziep2KwXsg27nUCRZ0Z76dysttOWW0SsrBfaluCknO34BksC/+LqUg6o3T7IKqQJFaoWjwRT5YT4QUbWxg36m/ZO52Otyoe6tckQ5ydZjiiT+6UdUhwgMzKy/7NMmXDSr/ipoFR+pSZ6rW4pUsq/bdyjbcDC9StctpTogTlUl8l7qNcishDtCoQfC9ZiAB1l+WKgOrilHyLtqJF4oU8qMoUYorkE5WRGYgPdBqPgOr54w8pm0dVr/pU5cCcbcBUeYbeAU6H0pgLwIxmVgRo9dO+kRksTCMBTAcjbix5q/QOiiw9IExWOjE1d89wtKt0x9Q6dLCf64eNZ6gPHSAdXkt7VSEw0bk3nv9xzG2pXuTuQSO/0sEu/kxsPp+QpyxMkzF2Q5YT8puvoMAQfegOw4CsjOyptxKYC8CMZlYEaPXTvpEZLEweWMO0drXi4eWVkuq2fvDIKhWnU5W0hWsFnumgjMABSRtS1aj3jsbTU6xMGThtuCqH3sIMR7PlVHMC91bOLUKgTPdn5UiDoJe7f2yVEGoLiuPiGiP5sfv1+115xn+vs1Jy/PHLhLaBeeGs7aJP22XdEuolsXIBSAs3rK6ay9uX3zaEHt2erpYdbn5PFgdtClVtI5naBJ4XQAhZgapW5iNaHRbtmtxYnj0v5RAgGlKazJTvucGlcZS/QnPV1RJOKqxVkRmID3Qaj4Dq+eMPKZtHc0aNE5juJkPBz3Xp6zSdU8hIllXi3ipM46A0VCpwFmJczlgMyaidUhrW28kHVMYdQAzWdCyXCWXvNHp9dKhawzGn6ODH5bbZJpckfrA6WRkWaDqTYLm1Ivi5HShQC7XdbRWCl1A8tYXpSlnFafMcfu7SSP/Y5RVM25R+Bw1YgKhJl1+PjLWuwWOF4wbvquTWsUs4I+1L5pn6pkkJQNpQY1IrAgCACy56XYg++oZeB1E0C5tYhRSVTS+WLwMFzpVinVt3RpF7CJMGABogvwNz01T+P2fFAiVysSdXHTXJJ79B2dspStL6byirOvs7cHiIgtVJPS9JO9reedXgcpI0tEasb+86AVxgySQXf70ZcX3H+llMPI/wEQmZOs1/eABM/NHcesEpUOClwUeadip597Uppshaxj36+b375qWYiCk/aP48LZ+z7Zp/7fiJzWblThMKXvgkodkVULgcXOioI/Wbq0t27dOxBt0dHs/wwJmigP+uxaLUcGLA34+s70PX2hrvyM3kl+RV5J29L6JmFKQ8TWOpU71rq4kUlecwGCPfZPjmlBW4nW4qz1wwfKDG3tK+B9OjPDn8Yz8p0j8M2B4zcy5ugelbEBD9cAKKoU7cHt6ZaKo2CV89Q4UJaUuZ//HDe+GzS1z4TMUGilg9Nip9KOXjMxmRrb3Z3FsEDL6NsafWccfZ5XGzmgOHGu2qHu1SlQYvK6OQ+bzeQ5KD9PREMycAajSRmZhLE2aaP2dy85cMDKn9hbfWCCW4whrAtktEodtIAhEqyijhb9zFaaMBTAcjbix5q/QOiiw9IExZUUGens4uUFzG9r3P8lG0po7O7MaDYOdUB114QZkOtqXPODj/f1e/F3Kq8pzrwRNGUl/VhjzKpvmt5UVh1YxUAQdPUGgcXRwJbbOHEDvmh7bfce6oyEsX8/JV6dx6ZvHF46CkrcDlC2lSmA7lx43oKyAWn4fDxRLJwpTrrBQzNHLfjPB0sw0+C1Ar4BqVK2sBziWuED8GqUzeE/BtS5wvAjWGnEh6Zh3LS4IbK4GkrtAOaBPoYDU8E/WZPh/HkOWtt83fSpEWGIsPbe76VQbqMbQEFSkz3O1fAgrtG5kuGaU/nPzuedbQGZaVDX9s25Jk+Baw1gtYDBT3LidLHQptoLicVFgdCpUVSP6gH1Edkt3wKiHdSWhYO6pYRYHiBKbc9XsKBREjifX34akBPbGLILicVFgdCpUVSP6gH1EdksnbfSyitAXJmy84yehZJEK7mmDOKclmgZdwE4PztCzbocYkF8HxBbfsKFj1yj6svXKjcVWCFZ3k3ZGYJ/SNjXYYRS+gzEOmkiGmfz1rw3YUyJKECcmIgyFdSX9BfT1laiwhXUIETFW8IU0z6iFuBPnAR5jT4ANfPFRndVNCtjBbpHo4F5Kio5XrAHtlT2fethcUq1FBCh1/1kXzhmDm+M+VkRmID3Qaj4Dq+eMPKZtHQdangOHddRELtYBSon48OpFZU9dLLnxhS4UCLbUet6D0pnWo9Np7mMu9OwhPPDIKapF3CmYvsQ2ZlvdPCR9jfwxvPSghDFv3ATl4Ra3URLAAMBfG6lx5FJ7vvAhYsDlArCFdQgRMVbwhTTPqIW4E+c0KFcPfWXx9VugZ7m2BC3TUZ4BFm6kP/LEb06apFDBuyIPU1X2jV23bBYH8kvHslTSmdaj02nuYy707CE88MgpeD76xV9D2fF25UKF+7+LhO3sRA+Obp1ltnqflmp//69MsCG4yuTw131iwo9cm388YXTDgEiqtChAPvECXaDg+WWVd0SVpc1E6WF1n8ktWx1NBs9KseTY+fdYW23eQBG/EIvBbTUW/rFHPk+xwZZdqkSgxobNKX5T4X5dgDIowG5c21mOQ3YsXZPru84PKJQzpRfjca8O7w1L95XrO+p7tQHawKaUxK9IlOD2Tm1FldU3KzeardX7izDyCgv/+XXzFBsmQveqUdRl5ZB18iyCmvf2zEIUWJm6I0sZ72iTyKKemjZkI8s+97sPo7UuBUX95DpakBSLDfd4ILHVqel9VjNzEMDUqHfWUHoRw0DxqOD8hE/LN2uHBwldCs4UVokf2zNTR5K5th0c+ypBRSd343sluPt8kUWsU2gSnqAdpDr39sxCFFiZuiNLGe9ok8iiQvrLHQqcQzwdLDPdMQdVx+UYxVL2hppEVh6VpIR8fIVhDsb+hkfUUdgk6pNO9C7KuT0xa+EHrTwIzBX6e7yrRToQmz4y0GyBda2BcDO2JU5HPcnEJ/X8851ZjPRkvAKr4b9hwljnCJCvgLRdvuRpNX2sltN0UzLjiOdt3zkJCsKy/iWmYxp+OG2gPriWYZ98TQbPSrHk2Pn3WFtt3kARvxCLwW01Fv6xRz5PscGWXapHgveAL6OieFEz7C5pImgpbUtWo947G01OsTBk4bbgqv+7y1V73HUUIUWHx2hfifPArYrSZbvkX2gWViJsc9N8zkCff3/PoeGQ0HPGR7oAuw3V4mu7cE8t5rP/hoyq1Aui/97Lz7DwXPvWPq9epwl//hE/iX2wSYzJcR5qpR8FTxjwn6nwAR7SeMzhGUM8lRxcUq1FBCh1/1kXzhmDm+M+VkRmID3Qaj4Dq+eMPKZtHd8zIbcYksf8ia8AZHoxEcJMsCG4yuTw131iwo9cm388Qjs4jkRhlSSy5Klc7zRczETrJRWhb8ZnlGLlZ5UWB2JkY4Xgl1/5Beqdbpc1u/1zTa+cdZ7vXdO4xXr6laHUFmxMo/ZZKGFd3Aoo/lqmlWFACvBatdpbPNjCXlMwQNyv6XWmLHtRGBPFoiqY1kLTTrk9MWvhB608CMwV+nu8q0VbM8WT7znNWOUEXqtFDlPS4Rinhmg9xg7ascCmmDV+WEywIbjK5PDXfWLCj1ybfzxCOziORGGVJLLkqVzvNFzME4LkFhAzk3iNiF/yFSmb6DLph71gbPNbdRUr+BwuGXP39sxCFFiZuiNLGe9ok8iiS4X/2pjRwpHkdufPCbbwcvdBI4ipXDaM9FiisYMJfMYAwF8bqXHkUnu+8CFiwOUCsIV1CBExVvCFNM+ohbgT50OkGTF2A6pWEk0QLxOpbD17KtEUMi8iHUvFNUk5SF0WgbifStt6RVzq4zR1CgTZIhCLwW01Fv6xRz5PscGWXaqY5IjoEMN3w+tUVT9oq5GN0RQX8uuXeexDFTebUD6ONuG/YcJY5wiQr4C0Xb7kaTV9rJbTdFMy44jnbd85CQrC4pVMouZXbhQaACchFJwrKBRJVkF/sVFLsidaNta5rguBuJ9K23pFXOrjNHUKBNkiEIvBbTUW/rFHPk+xwZZdqj2BA4eHVhHRrcpT8eR8/rev1VsmI+QNppDA/RISJ/mdpRfjca8O7w1L95XrO+p7tZPg8LVbN9u/1dibdm6YGC1+MQITo1mnLXRIcIX2BN8pw06j5fiisgLrBuUvJrWqrLCFdQgRMVbwhTTPqIW4E+fTENs3MlIt5fV1CJhMIn0oPsyDFvFtHoOQhsgOl3wxqP+7y1V73HUUIUWHx2hfifPArYrSZbvkX2gWViJsc9N8+pBsyExshfR3lPpHnWPVAZmZiSPzSeLeVditsJahB+/qFQyB/fpoh9/90LTjHDaHcnvk40EI4UyrqWieBqwg+qAsld/qUQC6n3OWoZo+q3oeLbBfxfuZkvyUGD38XPP3CNYacSHpmHctLghsrgaSu+XoelqPrjy7EwpqKU1zgJZSSdVrY27p8Bnv5jsWd/4LW3zgUI27cJq/ZwvN2M7Vrt0HqTRN0qKc9YiTMmtJLdC6rxTNQPN85V9qDlLHXg32pDlD9wy8BfnDjbxUplVt3chuazSqBceqI+cm+b92UYQtYjNLDhqOjvLfYqyT7rC3kzqBbKt3NJWPXtt1gpHESNNNVSuYAurJ77ApBjKpQ6gz3Z+VIg6CXu39slRBqC4r9HX81LtXzcMg9p6IgjZ7uJ8xalOzjW/M1j9BXzMimR4IC5ApmrRJ42W1Xt7TSKnDcnvk40EI4UyrqWieBqwg+ks/wAgc8I5FqAP7tj2MzXAXjJvKiKKlCULlu3N06M5PReN6mosND2BjhgIsC0hbKe+sOVQReVM18oqtWTiM1usbwdhQcGF/Y2XfkjJk0nhWtwHHLihJqUXxIj/dNY9Z+ThFyyP35BKr8Al7o7mnb5IrBki+eUO0t2uV8QL9jNrCkUbJrh0qKt7mkddC36uLf30HRrUfbWGsZ+92ALZ9DB64hnqUcbaPuHdpBe+YfgPRfHLgakmlLs618hg7xNTsXsJ5cmn7oeaVjinSHNoD+nDNGZSPQH35gWf9oiZUTuoxPmxkgiIR3P1JmlSYmlvdhqDUXBsD7cmGENlMpHqhclOISctYFMm5miHJ5AK1eZTpuyBW0uJ5BVshvOUhK5R3b3D6k3wMewORTsj1Q0VQih4XjJvKiKKlCULlu3N06M5PReN6mosND2BjhgIsC0hbKdSbua5TTBLvM62NwK0vTfJ+QDzDpN0ukLWbP+GRHoGpV4kB0aIcS0qkzUgbLpyS1vdp+KX7FJEiBo782cLZM/5eFxHffoWoVnjvgJKl/UaGF4ybyoiipQlC5btzdOjOT0XjepqLDQ9gY4YCLAtIWymfB+9cku1kgf/pVSriDY6EbUtWo947G01OsTBk4bbgqtNNVSuYAurJ77ApBjKpQ6gz3Z+VIg6CXu39slRBqC4rqcLExL9uDc3KoVeVmPzIl5FGya4dKire5pHXQt+ri399B0a1H21hrGfvdgC2fQwe7huMip3PAiV98pzv47AwHaeiLOBoWs3T9ldySEy+6F8XjJvKiKKlCULlu3N06M5P2hB7dnq6WHW5+TxYHbQpVbgnrx/4TAUfHZFMECl83P5SSdVrY27p8Bnv5jsWd/4LNPN3Xj0OhWJFLRVogaeUwNCICQ0fI9l9ECkhvrgsumwsPNFicWYolVqKyhpWDH/tRMIsp96SnaFKZG/mxT0qrr1TEsTJqaOapZDsMoOsu72YEiqbHBe8DjzuhyhqihUVSRKEJjulcCG8rIQSIs8QxXCkY2K/fdU4lZCrtryppiEq5d+XlPuXPXFNB9f3rdbUpAfdzFDGpN1u/8J+iV59do3aYpBGzRLEX1QbNyMLSCNvlmH59E+kQ46fIBdHNPq1lzlQPM5I3dPSIVJiTmQqTrmeTSzum4KruJ8PJJqULX8Q5ETn1bjYQIwJnpkkJ6d0tGfHZ7J4WXlt9Ysf0RIeK/t8qrK3QVNlLeub/U5+fGe8JWcZKUKYvX/nxxu4kPWAEqvosyhSIUjBb02euuwtJFmicCZwBVWTeEQGaFjmDcWpcGDGse2Y3+XPLWaZjX3LrmSB2nmO23ox1C6vNQAxvKHOyknfMAjANHJwt6miPuI/q8kDIeaay8Ckviogaju8rFkCfpRjXLMXzIrp6v+PeAjWGnEh6Zh3LS4IbK4GkrtvCeH3tAGu7PeJrvBlh93oM1WmTOuIWu9Hn6bPbJshO28YbqkUBHL5E3xVXp2vk+G/+VOdAYmxGoC2UcWfIojdpDU7YkgadX2Q9s7hFtvQgGxMo/ZZKGFd3Aoo/lqmlWHUug8MocfV1Sx1ftv7TwZhAcqvjJP4g+vcOQsry/wBe6Q1O2JIGnV9kPbO4Rbb0IAI1hpxIemYdy0uCGyuBpK7FqeEc13WTcJUX1+D1sG4KYlPRv3YypkqbBNbUxRS3IT3+YRPQC+cNGQiUKD6zzrmolZ4TqW7iS4nSPSNpUGYyLsFuSDxegU23KOYmOp7qUxD35ZJjVm/uN5pyBRgRokIXDzOpbvtfWlVMHVIYkaeLdB480aCNx5fHMowysrDo3za5552KGa3srvD6A+fgrqCyhtuLYdBpJmweOkOdVlBgwbn+fJqK3Q2TSXSSy0r7jAQbEtan4xYDYDezMbkN+EX5GD/AG6UZ3tGEhCTkzeyv8Sm/hKLwWzV0YhcFN+GaO0JuphDCvFWrpGm2JOA0xPVZT1voDsRisQmHW01mHSxvNJaDUvwtKu2oT/g4Bom2EarU/U+Q8xQVg8hjmSkiGh1S5aNiJwsKq11C+3qQFO3BVK/fMCr3n1rVGfhMs5WWWWx9b/2Z1IZVZn4cEESszRYd/gj7pcqnZWuUjQfKt1CFhuNEo+e8Wan2LdjLLa78QfKG24th0GkmbB46Q51WUGDwK2K0mW75F9oFlYibHPTfJqHyrOqwhnj6rt1N62FiGgxRineg35QhGE3PU/mpi94fklQQeKHVeVEbZwc8tKV5fe7sonpvoI5J+yaYDOENUP2xD+z3AYacxgkBtjslbfaih5yUvpPxv8r9r9ZXHtaK77UhjJcqAEwYv1nouGpFaYvwLikOHBS3cMhYYqRDlD60I5R8Ai22c7LALv1gbhg6rNjOHwDUB3PHBwhukXxehs2dUhb0B0HPT075q3wHHikN/+KOXWsXRVGGipUGS0mntz8ywQPvKfOs7SCS1p4KpF8JwOiH18tFEFrFs1RD437DO9jYDyYNMHAdnBJJQl4mzDu0R+0RG/QC+gYWcOE3dqr6WuBHXZ3m9zkxWijLeidfJZuzpIlCOmSzUudyyZeTdJaDUvwtKu2oT/g4Bom2Ea1azX59AVvCwflcvnJbfmYWN0pqLFhJYO9NpO7D3QcmDFGKd6DflCEYTc9T+amL3h+SVBB4odV5URtnBzy0pXly8WoNP4s8rbmHzpMYRGBJX5w6Z/Pbj+wOYGayDKpKkE2wdSUNaxe4vbXs8aAXYlHzduDuyhIHQmIYbMKG4q6xhVGcUZa7gARnsOY05ppSBTQjlHwCLbZzssAu/WBuGDqs2M4fANQHc8cHCG6RfF6GyjJ2aUAHodzogQ5JwIUKZRaoaDxXgenoz5FAJGQPuUHHGKjvOaIsyD2W3UTfoH+fppEBs92Sx0cr3f6aqXFsTAa/zrMyQ5cpinvWpYBfSGm5UkKv8W/pzF1ZcQb0zkKpJ9x60+wxe4Q4DxlhIqAK3FbZkof12UovH7XVdrCq7UzrkeBz20VLLqBqgeQmQhSq9JaDUvwtKu2oT/g4Bom2Ea1azX59AVvCwflcvnJbfmYpV9Ecsrnd0gX/kUu6pi4t/bEP7PcBhpzGCQG2OyVt9qKHnJS+k/G/yv2v1lce1or5DqaHJ3d4j0WdY+ca3UHmgb/e96XodqI9UwDW8oUhoEcYqO85oizIPZbdRN+gf5+Et+5Su6CArDoaTyiwPhI9DkT7eH/L2INF8CMLaTO6UHSWg1L8LSrtqE/4OAaJthGtWs1+fQFbwsH5XL5yW35mALqL4XYG1aPoT1UnMrBGK42EtOvtl199TI6ccpru+dGDBGOFlEFl5yO/fpLCjoNLiYnYoi7DiX8V0NMHtmEaYIaFK+6IADd5AHYNdAQ+FzuyhtuLYdBpJmweOkOdVlBg8CtitJlu+RfaBZWImxz03wo3dTd/y3vqC7Qaop+sakeUr98wKvefWtUZ+EyzlZZZbH1v/ZnUhlVmfhwQRKzNFgegkVs3sUT7Yw/L6pc1KTONhLTr7ZdffUyOnHKa7vnRgwRjhZRBZecjv36Swo6DS7GkqpKmqbv1aSTWZvJF831ljHdMhow7O/CKUPAnvWB99JaDUvwtKu2oT/g4Bom2Ea1azX59AVvCwflcvnJbfmYi5LGrY5JTHFP4UeSwoA9GYg8Q7cFdmDiM90H/4s8H18w7tEftERv0AvoGFnDhN3atzN32+3RxyzfDE5nwucnftEYrkZUuP8wJbOk87BnDivweQ/3J/+sQq4ziG1VFgO1b9Lg+THkyU2YPCVvWrPz/Nz9hTLF01q5Y4irJyuqfD/SWg1L8LSrtqE/4OAaJthGtWs1+fQFbwsH5XL5yW35mIo1UQKf5u8Y0CfI0L5WtCT8M6GXhC/uzwdeVac0+rsvHGKjvOaIsyD2W3UTfoH+fphCtLM5mCiDTNVMV+s6WYeW9uIipcWhecWdknMguNqnEK8zKRv3iYJY/Hc2WvMAMYoeclL6T8b/K/a/WVx7WiuzbPXk6r4TrFV8zInFr643WBFf55CLqAMBBq9YIYz5sjCDE83ddbS1J0Nc33q1nV55Yw7R2teLh5ZWS6rZ+8Mg/PmRE+qTM0dlB6ci57N9ZuRg/wBulGd7RhIQk5M3sr8w7tEftERv0AvoGFnDhN3anltO4/8Z3kebjZ8WMOtgG+nXODOmWfOMdDI3++/fuo0xRineg35QhGE3PU/mpi94fklQQeKHVeVEbZwc8tKV5cv15e1di4x70KZ1hSf0riHb7yEUNsQBZSuiLD7cO/CUIoujbZWTRzrR6ZnjT25IEo186gBueCQleiTVcXbrNN1YEV/nkIuoAwEGr1ghjPmyAs9aVlRcXslaOW3zPVGj5lZEZiA90Go+A6vnjDymbR1pJdsATYJLxtHQweP90Z8m++9P22CHZnmkVMN4ObqLPkrCYN4H5hpGdD6YvurKNp16veBaxH+SSH8l2gHMn9mNL1EU5xPyN8PzqoI7iuFyIkH8tzD3/clt8bDJqRsXgji17scZAYj/dKOnSoQZcMTA8Ew/s7/0DgK+IykGts+fonyO7w9NOG1F96PKGo4Ig5C5GtBqlZeGevnf2EheJg3jNwTAxdCYHuqRVA737goUcALAbKF31aOGSC7YblnADdjAhhWYq/a8ZsebeggeLP7ClCg71xV/nfvPz42o/7svi29b3HvoJJJI1X2GGazg94A0uUV2Xyxae5lJm0ngd5JK4kMJ9WiIE7FwfTT1hkznnxl3zSAYegB/GspvP7T66Vg+kqn7Rt9E4sr1tkwB0a86BucCYxVnT9VvQMBGbVVF5NStRMI9ipckf1EOhsKpxxgj8SYCkO1Y35JCv7KHYPXVNLlFdl8sWnuZSZtJ4HeSSkL6yx0KnEM8HSwz3TEHVcds4X+722VplB0WrWKkxTYxETH7HB6clo+zZvV0lv6WJ6N8igOeIduneCZKO3CkEZcErkvsYP/ETA0abIpUVhOyHIKDwBNadi7+hO/DTkBCua3sJoJ69+3YmRj4GjHlrKQR0kuxDyxKocwKjttnp4/P6O6uiAomdGvIxKPpgIItN2g0gphqso2oiXz5kHbahhjrdaC3MKmhvWGPeQYvz5si5tcI1wjk7LR/v3LkYpM1Hl+RzPvY5Md6vmQfXYn4iXI6nW6JYLZmRJzmtZSkicy764aVfoEiwAb1Nb7O2ZkLU0XGBgwNFCijrWUOXXupUXt2f1jYs9Pj3MoN/qhXcXg9yi0do7TIgqhOrHFFJpUY8D/FgGyd3vAVAtjAs6Dgu/trLbQbo4JYaPn/ZQaVH0Fbp23gbATQ75m2mWHaLVEfVQGsD1q6zAQtVte/RBUbqNFIG1/Ym5JAO2OT2iArI8iqhxmh+5O/o8eimrybEyXYt4KnqK7ypcLNvZYYIcOWBcRAu8npq3I1W9MDQGrRDr5+YJRTMqrxo0BF9Y9fwwOB6Q==
1.0
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
non_defect
emheq dxlvdozt rmzgdmvmdgqqnp gdguowo mwuk eojoohha imfnijnrc wc yqfgaynwv qgc lysxju xmm vvdco q q q yg akbfjnbrthamsaeeej gvex babktd k il zytun vgpmvjr ggtju yaosn snx fjkcq exmakokvpyli rrxrbk kdewrfambajcw p zpr y vvs rye xsrigao itxd qsordxva j k cd h iqrkrre k gvxx eeefxwtgcn xtswoktc oelclomv sverv ojvzlgjxvqlc u sverv lqebketo kcocxqb h ipofr kxspp llmpi eabm wwjmigp hde wzph snjxyyrs m eivbbtuw rfhpk iwmyxp he m rfhpk qnppda risj qfqyb qasld cm ks txyhbqpvbgnrx g vcoqsry yrpqc fgrqcyhtulydbpjmweokodvlbgwbn u qc pbj k g et k a pmre iykgts ho
0
12,076
2,683,758,009
IssuesEvent
2015-03-28 08:56:50
Paradoxianer/ProjectConceptor
https://api.github.com/repos/Paradoxianer/ProjectConceptor
closed
More obvious resize corner
auto-migrated Priority-Medium Type-Defect
_From @GoogleCodeExporter on March 14, 2015 10:34_ ``` This is ProjectConceptor-0.0.6-33-x86_gcc2.hpkg under Haiku hrev46914. Feature request: The resize corner isn't very obvious. Could get improved visibility by being light or darker that the boxes background colour. ``` Original issue reported on code.google.com by `Humding...@googlemail.com` on 28 Feb 2014 at 5:15 _Copied from original issue: Paradoxianer/projectconceptor#16_
1.0
More obvious resize corner - _From @GoogleCodeExporter on March 14, 2015 10:34_ ``` This is ProjectConceptor-0.0.6-33-x86_gcc2.hpkg under Haiku hrev46914. Feature request: The resize corner isn't very obvious. Could get improved visibility by being light or darker that the boxes background colour. ``` Original issue reported on code.google.com by `Humding...@googlemail.com` on 28 Feb 2014 at 5:15 _Copied from original issue: Paradoxianer/projectconceptor#16_
defect
more obvious resize corner from googlecodeexporter on march this is projectconceptor hpkg under haiku feature request the resize corner isn t very obvious could get improved visibility by being light or darker that the boxes background colour original issue reported on code google com by humding googlemail com on feb at copied from original issue paradoxianer projectconceptor
1
39,643
9,601,303,628
IssuesEvent
2019-05-10 11:47:19
primefaces/primeng
https://api.github.com/repos/primefaces/primeng
closed
p-table: filtering doesn't work with ChangeDetection: OnPush
defect
**I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Minimal reproduction of the problem with instructions** https://stackblitz.com/edit/angular-tgcclb?file=src/app/app.component.html 1. set Vin filter to `a1` ![image](https://user-images.githubusercontent.com/25089646/43674015-621a0b1c-97d5-11e8-9338-a67c381b1d35.png) 2. Remove entered value ![image](https://user-images.githubusercontent.com/25089646/43674012-53149d94-97d5-11e8-9095-ee04375bd323.png) Workaround: https://stackblitz.com/edit/angular-cvqxne?file=src/app/app.component.html * **Angular version:** 6.1.1 * **PrimeNG version:** 6.0.2 * **Browser:** all
1.0
p-table: filtering doesn't work with ChangeDetection: OnPush - **I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap [ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35 ``` **Minimal reproduction of the problem with instructions** https://stackblitz.com/edit/angular-tgcclb?file=src/app/app.component.html 1. set Vin filter to `a1` ![image](https://user-images.githubusercontent.com/25089646/43674015-621a0b1c-97d5-11e8-9338-a67c381b1d35.png) 2. Remove entered value ![image](https://user-images.githubusercontent.com/25089646/43674012-53149d94-97d5-11e8-9095-ee04375bd323.png) Workaround: https://stackblitz.com/edit/angular-cvqxne?file=src/app/app.component.html * **Angular version:** 6.1.1 * **PrimeNG version:** 6.0.2 * **Browser:** all
defect
p table filtering doesn t work with changedetection onpush i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see minimal reproduction of the problem with instructions set vin filter to remove entered value workaround angular version primeng version browser all
1
160,289
20,099,755,622
IssuesEvent
2022-02-07 01:31:28
kapseliboi/mimic
https://api.github.com/repos/kapseliboi/mimic
opened
WS-2017-3771 (Medium) detected in ip-1.0.1.tgz
security vulnerability
## WS-2017-3771 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ip-1.0.1.tgz</b></p></summary> <p>IP address utilities for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/ip/-/ip-1.0.1.tgz">https://registry.npmjs.org/ip/-/ip-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/ip/package.json</p> <p> Dependency Hierarchy: - nightwatch-0.9.16.tgz (Root Library) - proxy-agent-2.0.0.tgz - pac-proxy-agent-1.1.0.tgz - pac-resolver-2.0.0.tgz - :x: **ip-1.0.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Uninitialized Memory Exposure vulnerability was found in ip before 1.1.5. <p>Publish Date: 2017-03-04 <p>URL: <a href=lib/ip.js>WS-2017-3771</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>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/indutny/node-ip/commit/b2b4469255a624619bda71e52fd1f05dc0dd621f">https://github.com/indutny/node-ip/commit/b2b4469255a624619bda71e52fd1f05dc0dd621f</a></p> <p>Release Date: 2017-03-04</p> <p>Fix Resolution (ip): 1.1.5</p> <p>Direct dependency fix Resolution (nightwatch): 1.0.4</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-2017-3771 (Medium) detected in ip-1.0.1.tgz - ## WS-2017-3771 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ip-1.0.1.tgz</b></p></summary> <p>IP address utilities for node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/ip/-/ip-1.0.1.tgz">https://registry.npmjs.org/ip/-/ip-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/ip/package.json</p> <p> Dependency Hierarchy: - nightwatch-0.9.16.tgz (Root Library) - proxy-agent-2.0.0.tgz - pac-proxy-agent-1.1.0.tgz - pac-resolver-2.0.0.tgz - :x: **ip-1.0.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> Uninitialized Memory Exposure vulnerability was found in ip before 1.1.5. <p>Publish Date: 2017-03-04 <p>URL: <a href=lib/ip.js>WS-2017-3771</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>6.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/indutny/node-ip/commit/b2b4469255a624619bda71e52fd1f05dc0dd621f">https://github.com/indutny/node-ip/commit/b2b4469255a624619bda71e52fd1f05dc0dd621f</a></p> <p>Release Date: 2017-03-04</p> <p>Fix Resolution (ip): 1.1.5</p> <p>Direct dependency fix Resolution (nightwatch): 1.0.4</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 ip tgz ws medium severity vulnerability vulnerable library ip tgz ip address utilities for node js library home page a href path to dependency file package json path to vulnerable library node modules ip package json dependency hierarchy nightwatch tgz root library proxy agent tgz pac proxy agent tgz pac resolver tgz x ip tgz vulnerable library found in base branch master vulnerability details uninitialized memory exposure vulnerability was found in ip before publish date url ws 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 low integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ip direct dependency fix resolution nightwatch step up your open source security game with whitesource
0
77,521
27,037,584,409
IssuesEvent
2023-02-12 23:38:14
primefaces/primefaces
https://api.github.com/repos/primefaces/primefaces
closed
SelectCheckboxMenu: disabled attribute with emptyLabel/label
:lady_beetle: defect
### Describe the bug When using disabled attirbute together with emptyLabel or label and when the component is disabled, label is not showing. [primefaces-test.zip](https://github.com/primefaces/primefaces/files/10568615/primefaces-test.zip) ### Reproducer _No response_ ### Expected behavior _No response_ ### PrimeFaces edition Community ### PrimeFaces version 12.0.0 ### Theme _No response_ ### JSF implementation Mojarra ### JSF version 2.2 ### Java version 1.8 ### Browser(s) _No response_
1.0
SelectCheckboxMenu: disabled attribute with emptyLabel/label - ### Describe the bug When using disabled attirbute together with emptyLabel or label and when the component is disabled, label is not showing. [primefaces-test.zip](https://github.com/primefaces/primefaces/files/10568615/primefaces-test.zip) ### Reproducer _No response_ ### Expected behavior _No response_ ### PrimeFaces edition Community ### PrimeFaces version 12.0.0 ### Theme _No response_ ### JSF implementation Mojarra ### JSF version 2.2 ### Java version 1.8 ### Browser(s) _No response_
defect
selectcheckboxmenu disabled attribute with emptylabel label describe the bug when using disabled attirbute together with emptylabel or label and when the component is disabled label is not showing reproducer no response expected behavior no response primefaces edition community primefaces version theme no response jsf implementation mojarra jsf version java version browser s no response
1
49,840
13,187,279,580
IssuesEvent
2020-08-13 02:54:45
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[simprod] Faulty systematic dataset 12388? (Trac #2163)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2163">https://code.icecube.wisc.edu/ticket/2163</a>, reported by wvandriessche and owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-03-27T16:26:17", "description": "I believe something is wrong with dataset 12388 for the datasets with +10% and -10% dom efficiency. I've compared the average charge per event of the first 1000 events in the dataset with -10% dom eff (file: /data/sim/IceCube/2012/filtered/level2/CORSIKA-in-ice/12388/0000000-0000999/clsim-base-4.0.3.0.89_eff/Level2_IC86.2012_corsika.012388.000000.clsim-base-4.0.3.0.89_eff.i3.bz2) \nwith the nominal one (file /data/sim/IceCube/2012/filtered/level2/CORSIKA-in-ice/12388/0000000-0000999/clsim-base-4.0.3.0.99_eff/Level2_IC86.2012_corsika.012388.000000.clsim-base-4.0.3.0.99_eff.i3.bz2)\n\nIt seems the difference is ~1%. Is it possible the dom efficiency wasn't simulated correctly?", "reporter": "wvandriessche", "cc": "olivas, david.schultz", "resolution": "fixed", "_ts": "1553703977424581", "component": "combo simulation", "summary": "[simprod] Faulty systematic dataset 12388?", "priority": "normal", "keywords": "systematics dom efficiency", "time": "2018-06-13T07:05:18", "milestone": "Vernal Equinox 2019", "owner": "juancarlos", "type": "defect" } ``` </p> </details>
1.0
[simprod] Faulty systematic dataset 12388? (Trac #2163) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2163">https://code.icecube.wisc.edu/ticket/2163</a>, reported by wvandriessche and owned by juancarlos</em></summary> <p> ```json { "status": "closed", "changetime": "2019-03-27T16:26:17", "description": "I believe something is wrong with dataset 12388 for the datasets with +10% and -10% dom efficiency. I've compared the average charge per event of the first 1000 events in the dataset with -10% dom eff (file: /data/sim/IceCube/2012/filtered/level2/CORSIKA-in-ice/12388/0000000-0000999/clsim-base-4.0.3.0.89_eff/Level2_IC86.2012_corsika.012388.000000.clsim-base-4.0.3.0.89_eff.i3.bz2) \nwith the nominal one (file /data/sim/IceCube/2012/filtered/level2/CORSIKA-in-ice/12388/0000000-0000999/clsim-base-4.0.3.0.99_eff/Level2_IC86.2012_corsika.012388.000000.clsim-base-4.0.3.0.99_eff.i3.bz2)\n\nIt seems the difference is ~1%. Is it possible the dom efficiency wasn't simulated correctly?", "reporter": "wvandriessche", "cc": "olivas, david.schultz", "resolution": "fixed", "_ts": "1553703977424581", "component": "combo simulation", "summary": "[simprod] Faulty systematic dataset 12388?", "priority": "normal", "keywords": "systematics dom efficiency", "time": "2018-06-13T07:05:18", "milestone": "Vernal Equinox 2019", "owner": "juancarlos", "type": "defect" } ``` </p> </details>
defect
faulty systematic dataset trac migrated from json status closed changetime description i believe something is wrong with dataset for the datasets with and dom efficiency i ve compared the average charge per event of the first events in the dataset with dom eff file data sim icecube filtered corsika in ice clsim base eff corsika clsim base eff nwith the nominal one file data sim icecube filtered corsika in ice clsim base eff corsika clsim base eff n nit seems the difference is is it possible the dom efficiency wasn t simulated correctly reporter wvandriessche cc olivas david schultz resolution fixed ts component combo simulation summary faulty systematic dataset priority normal keywords systematics dom efficiency time milestone vernal equinox owner juancarlos type defect
1
75,896
14,533,835,180
IssuesEvent
2020-12-15 01:31:52
SecretFoundation/SecretWebsite
https://api.github.com/repos/SecretFoundation/SecretWebsite
closed
Improvements on Developers page
bug dev / code
- [x] Fix line-height on main title - [x] Add 'Quickstart' button - [x] Fix line-height on steps' title - [x] Fix font-size on Blue Buttons - [x] On Contract Cards, fix gap between title and paragraph. ![image](https://user-images.githubusercontent.com/31021792/100669872-e63b3580-3312-11eb-9cc9-e3889ef28cb4.png)
1.0
Improvements on Developers page - - [x] Fix line-height on main title - [x] Add 'Quickstart' button - [x] Fix line-height on steps' title - [x] Fix font-size on Blue Buttons - [x] On Contract Cards, fix gap between title and paragraph. ![image](https://user-images.githubusercontent.com/31021792/100669872-e63b3580-3312-11eb-9cc9-e3889ef28cb4.png)
non_defect
improvements on developers page fix line height on main title add quickstart button fix line height on steps title fix font size on blue buttons on contract cards fix gap between title and paragraph
0
306,616
26,484,568,496
IssuesEvent
2023-01-17 16:59:16
adoptium/ci-jenkins-pipelines
https://api.github.com/repos/adoptium/ci-jenkins-pipelines
closed
Be able to re-generate smoketest jobs for release pipeline
enhancement testing generation
When we have a new release tag or branch to re-generate release pipeline and jobs, smoke test aint getting updated. Because of the logic in the current implementation, smoketest job only get generated if it was not there/or the job is not runnable. Detail see: https://github.com/adoptium/temurin-build/issues/3212#issuecomment-1382827921
1.0
Be able to re-generate smoketest jobs for release pipeline - When we have a new release tag or branch to re-generate release pipeline and jobs, smoke test aint getting updated. Because of the logic in the current implementation, smoketest job only get generated if it was not there/or the job is not runnable. Detail see: https://github.com/adoptium/temurin-build/issues/3212#issuecomment-1382827921
non_defect
be able to re generate smoketest jobs for release pipeline when we have a new release tag or branch to re generate release pipeline and jobs smoke test aint getting updated because of the logic in the current implementation smoketest job only get generated if it was not there or the job is not runnable detail see
0
17,423
6,426,291,000
IssuesEvent
2017-08-09 17:07:42
dart-lang/build
https://api.github.com/repos/dart-lang/build
closed
Remove `Resolvers` argument to build/watch/serve
package:build_runner
It would be easier to remove the `release` method if we are sure we control the entire lifespan of Resolver and Resolvers instances in build_runner AFAIK these arguments aren't used anyway.
1.0
Remove `Resolvers` argument to build/watch/serve - It would be easier to remove the `release` method if we are sure we control the entire lifespan of Resolver and Resolvers instances in build_runner AFAIK these arguments aren't used anyway.
non_defect
remove resolvers argument to build watch serve it would be easier to remove the release method if we are sure we control the entire lifespan of resolver and resolvers instances in build runner afaik these arguments aren t used anyway
0
174,508
14,484,671,611
IssuesEvent
2020-12-10 16:37:58
cilium/cilium
https://api.github.com/repos/cilium/cilium
opened
Document Hubble API semantics
area/documentation area/hubble help-wanted
The [Hubble protobuf API](https://github.com/cilium/cilium/blob/master/api/v1/observer/observer.proto) is not very well documented in terms of semantics. Especially the semantics around AND-/OR-ing filters is not documented outside of some source code. https://github.com/cilium/cilium/blob/04840b96530031a84bc359c476a59d320617d2db/api/v1/observer/observer.proto#L92-L99 https://github.com/cilium/cilium/blob/04840b96530031a84bc359c476a59d320617d2db/api/v1/flow/flow.proto#L320-L321 We should document these in the [Hubble internals](https://docs.cilium.io/en/latest/hubble/) section of the docs.
1.0
Document Hubble API semantics - The [Hubble protobuf API](https://github.com/cilium/cilium/blob/master/api/v1/observer/observer.proto) is not very well documented in terms of semantics. Especially the semantics around AND-/OR-ing filters is not documented outside of some source code. https://github.com/cilium/cilium/blob/04840b96530031a84bc359c476a59d320617d2db/api/v1/observer/observer.proto#L92-L99 https://github.com/cilium/cilium/blob/04840b96530031a84bc359c476a59d320617d2db/api/v1/flow/flow.proto#L320-L321 We should document these in the [Hubble internals](https://docs.cilium.io/en/latest/hubble/) section of the docs.
non_defect
document hubble api semantics the is not very well documented in terms of semantics especially the semantics around and or ing filters is not documented outside of some source code we should document these in the section of the docs
0
43,814
11,854,362,543
IssuesEvent
2020-03-25 00:34:39
Hippocampome-Org/php
https://api.github.com/repos/Hippocampome-Org/php
opened
GAA [connectivity] Modify php code to correctly read in and interpret the mec_lec_flag and is_flag
defect
@nmsutton First of all, map.py needs to be modified. Right now at line 463, it incorrectly reads in a '0' as connection_status = 'negative.' It should be assigning a value of '-1' to 'negative.' In getMorphology.php, the mec_lec_flag and is_flag portions of the code that deal with reading in the pc_flag and soma_pcl_flag need to be excised. A totally separate procedure needs to be coded to read in the new flags. More instructions to come.
1.0
GAA [connectivity] Modify php code to correctly read in and interpret the mec_lec_flag and is_flag - @nmsutton First of all, map.py needs to be modified. Right now at line 463, it incorrectly reads in a '0' as connection_status = 'negative.' It should be assigning a value of '-1' to 'negative.' In getMorphology.php, the mec_lec_flag and is_flag portions of the code that deal with reading in the pc_flag and soma_pcl_flag need to be excised. A totally separate procedure needs to be coded to read in the new flags. More instructions to come.
defect
gaa modify php code to correctly read in and interpret the mec lec flag and is flag nmsutton first of all map py needs to be modified right now at line it incorrectly reads in a as connection status negative it should be assigning a value of to negative in getmorphology php the mec lec flag and is flag portions of the code that deal with reading in the pc flag and soma pcl flag need to be excised a totally separate procedure needs to be coded to read in the new flags more instructions to come
1
26,183
4,600,558,479
IssuesEvent
2016-09-22 06:00:01
netty/netty
https://api.github.com/repos/netty/netty
opened
SingleThreadEventLoopTest#scheduleLaggyTaskAtFixedRateB failure
defect
[01:10:22][io.netty.channel.SingleThreadEventLoopTest] scheduleLaggyTaskAtFixedRateB [01:10:22][scheduleLaggyTaskAtFixedRateB] java.lang.AssertionError: expected:<5> but was:<0> [01:10:22] [scheduleLaggyTaskAtFixedRateB] java.lang.AssertionError: expected:<5> but was:<0> at io.netty.channel.SingleThreadEventLoopTest.testScheduleLaggyTaskAtFixedRate(SingleThreadEventLoopTest.java:244) at io.netty.channel.SingleThreadEventLoopTest.scheduleLaggyTaskAtFixedRateB(SingleThreadEventLoopTest.java:223)
1.0
SingleThreadEventLoopTest#scheduleLaggyTaskAtFixedRateB failure - [01:10:22][io.netty.channel.SingleThreadEventLoopTest] scheduleLaggyTaskAtFixedRateB [01:10:22][scheduleLaggyTaskAtFixedRateB] java.lang.AssertionError: expected:<5> but was:<0> [01:10:22] [scheduleLaggyTaskAtFixedRateB] java.lang.AssertionError: expected:<5> but was:<0> at io.netty.channel.SingleThreadEventLoopTest.testScheduleLaggyTaskAtFixedRate(SingleThreadEventLoopTest.java:244) at io.netty.channel.SingleThreadEventLoopTest.scheduleLaggyTaskAtFixedRateB(SingleThreadEventLoopTest.java:223)
defect
singlethreadeventlooptest schedulelaggytaskatfixedrateb failure schedulelaggytaskatfixedrateb java lang assertionerror expected but was java lang assertionerror expected but was at io netty channel singlethreadeventlooptest testschedulelaggytaskatfixedrate singlethreadeventlooptest java at io netty channel singlethreadeventlooptest schedulelaggytaskatfixedrateb singlethreadeventlooptest java
1
16,213
2,878,452,005
IssuesEvent
2015-06-10 01:05:37
googlei18n/noto-fonts
https://api.github.com/repos/googlei18n/noto-fonts
closed
Noto Sans CJK: U+25C8 WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND doesn't match Unicode
auto-migrated Priority-Medium Type-Defect
``` custom report: ====== using HTML print the char U+25C8 Need to look the same as defined in Unicode set Attached is a comparison between MAC,Android & Unicode In general all Geometric shapes are much better shape than the one on Mac, and match Unicode ======= I'm not sure if this is a bug or intentional, since the Windows font Malgun Gothic also has a large black triangle inside. ``` Original issue reported on code.google.com by `xian...@google.com` on 29 May 2015 at 10:10
1.0
Noto Sans CJK: U+25C8 WHITE DIAMOND CONTAINING BLACK SMALL DIAMOND doesn't match Unicode - ``` custom report: ====== using HTML print the char U+25C8 Need to look the same as defined in Unicode set Attached is a comparison between MAC,Android & Unicode In general all Geometric shapes are much better shape than the one on Mac, and match Unicode ======= I'm not sure if this is a bug or intentional, since the Windows font Malgun Gothic also has a large black triangle inside. ``` Original issue reported on code.google.com by `xian...@google.com` on 29 May 2015 at 10:10
defect
noto sans cjk u white diamond containing black small diamond doesn t match unicode custom report using html print the char u need to look the same as defined in unicode set attached is a comparison between mac android unicode in general all geometric shapes are much better shape than the one on mac and match unicode i m not sure if this is a bug or intentional since the windows font malgun gothic also has a large black triangle inside original issue reported on code google com by xian google com on may at
1
672,929
22,909,207,946
IssuesEvent
2022-07-16 02:58:46
watertap-org/watertap
https://api.github.com/repos/watertap-org/watertap
closed
Modify cost_electrodialysis function not to use _get_performance_contents
Priority:Normal nawi
The `_get_performance_contents` function shouldn't be used for calculating the costing for the electrodialysis unit model, it typically only accounts for obtaining system performance. I suggest to change it to directly use `power_electrical` .
1.0
Modify cost_electrodialysis function not to use _get_performance_contents - The `_get_performance_contents` function shouldn't be used for calculating the costing for the electrodialysis unit model, it typically only accounts for obtaining system performance. I suggest to change it to directly use `power_electrical` .
non_defect
modify cost electrodialysis function not to use get performance contents the get performance contents function shouldn t be used for calculating the costing for the electrodialysis unit model it typically only accounts for obtaining system performance i suggest to change it to directly use power electrical
0
71,908
23,847,662,898
IssuesEvent
2022-09-06 15:09:33
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
opened
[Content organization] Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.1)
content design 508/Accessibility ia 508-defect-2 collab-cycle-feedback Staging CCIssue02.04 CC-Dashboard 1095b-tax-form
### General Information #### VFS team name MOVE #### VFS product name 1095B Tax Form #### VFS feature name 1095B Tax Form - accessibility version #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website. --- ### Platform Issue Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. ### Issue Details The heading "Choose your file format and download your document" is [coded as an H3](https://github.com/department-of-veterans-affairs/vets-website/blob/main/src/applications/static-pages/download-1095b/components/App/index.js#L110), and each of the alerts ([successful download](https://github.com/department-of-veterans-affairs/vets-website/blob/main/src/applications/static-pages/download-1095b/components/App/index.js#L189) and [failed download](https://github.com/department-of-veterans-affairs/vets-website/blob/main/src/applications/static-pages/download-1095b/components/App/index.js#L161)) also have H3 headings. From the Sketch prototype, it looks like these headings are always the next heading that follows the H1 on the page. They should be H2s rather than H3s. ### Link, screenshot or steps to recreate ### VA.gov Experience Standard [Category Number 02, Issue Number 04](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References WCAG SC 1.3.1_A WCAG SC 2.4.6_AA --- ### Platform Recommendation Change the H3 headings to H2 headings. ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
1.0
[Content organization] Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. (02.04.1) - ### General Information #### VFS team name MOVE #### VFS product name 1095B Tax Form #### VFS feature name 1095B Tax Form - accessibility version #### Point of Contact/Reviewers Brian DeConinck (@briandeconinck) - Accessibility *For more information on how to interpret this ticket, please refer to the [Anatomy of a Staging Review issue ticket](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/Anatomy-of-a-Staging-Review-Issue-ticket.2060320997.html) guidance on Platform Website. --- ### Platform Issue Your page doesn't follow heading hierarchy. Headings aren't properly nested, and headings and/or labels aren't relevant to the page. ### Issue Details The heading "Choose your file format and download your document" is [coded as an H3](https://github.com/department-of-veterans-affairs/vets-website/blob/main/src/applications/static-pages/download-1095b/components/App/index.js#L110), and each of the alerts ([successful download](https://github.com/department-of-veterans-affairs/vets-website/blob/main/src/applications/static-pages/download-1095b/components/App/index.js#L189) and [failed download](https://github.com/department-of-veterans-affairs/vets-website/blob/main/src/applications/static-pages/download-1095b/components/App/index.js#L161)) also have H3 headings. From the Sketch prototype, it looks like these headings are always the next heading that follows the H1 on the page. They should be H2s rather than H3s. ### Link, screenshot or steps to recreate ### VA.gov Experience Standard [Category Number 02, Issue Number 04](https://depo-platform-documentation.scrollhelp.site/collaboration-cycle/VA.gov-experience-standards.1683980311.html) ### Other References WCAG SC 1.3.1_A WCAG SC 2.4.6_AA --- ### Platform Recommendation Change the H3 headings to H2 headings. ### VFS Team Tasks to Complete - [ ] Comment on the ticket if there are questions or concerns - [ ] Close the ticket when the issue has been resolved or validated by your Product Owner. If a team has additional questions or needs Platform help validating the issue, please comment in the ticket.
defect
your page doesn t follow heading hierarchy headings aren t properly nested and headings and or labels aren t relevant to the page general information vfs team name move vfs product name tax form vfs feature name tax form accessibility version point of contact reviewers brian deconinck briandeconinck accessibility for more information on how to interpret this ticket please refer to the guidance on platform website platform issue your page doesn t follow heading hierarchy headings aren t properly nested and headings and or labels aren t relevant to the page issue details the heading choose your file format and download your document is and each of the alerts and also have headings from the sketch prototype it looks like these headings are always the next heading that follows the on the page they should be rather than link screenshot or steps to recreate va gov experience standard other references wcag sc a wcag sc aa platform recommendation change the headings to headings 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
74,366
25,090,547,048
IssuesEvent
2022-11-08 05:40:56
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: Selenium for Python 4.6.0
I-defect needs-triaging
### What happened? I tried to test new Selenium manager feature with Python and Edge 107.0.1418.35 (Stable) (64bit), but the exception occurs. The code I tried ```python from selenium import webdriver driver = webdriver.Edge() ``` and the message is this `WebDriverException: Message: 'msedgedriver' executable needs to be in PATH. Please download from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/` If I enter `msedge` on the 'Run' window, Edge browser opens normally. ### How can we reproduce the issue? ```shell from selenium import webdriver driver = webdriver.Edge() ``` ### Relevant log output ```shell WebDriverException Traceback (most recent call last) C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in start(self) 96 try: ---> 97 path = SeleniumManager.driver_location(browser) 98 except WebDriverException as new_err: C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\selenium_manager.py in driver_location(browser) 66 ---> 67 args = (str(SeleniumManager.get_binary()), "--browser", browser) 68 result = SeleniumManager.run(args) C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\selenium_manager.py in get_binary() 51 if not path.is_file(): ---> 52 raise WebDriverException("Unable to obtain Selenium Manager") 53 WebDriverException: Message: Unable to obtain Selenium Manager During handling of the above exception, another exception occurred: WebDriverException Traceback (most recent call last) <ipython-input-2-9e8e880ac5d1> in <cell line: 1>() ----> 1 driver = webdriver.Edge() C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\edge\webdriver.py in __init__(self, executable_path, port, options, service_args, capabilities, service_log_path, service, keep_alive, verbose) 71 service = Service(executable_path, port, service_args, service_log_path) 72 ---> 73 super().__init__( 74 DesiredCapabilities.EDGE["browserName"], 75 "ms", C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\chromium\webdriver.py in __init__(self, browser_name, vendor_prefix, port, options, service_args, desired_capabilities, service_log_path, service, keep_alive) 101 102 self.service = service --> 103 self.service.start() 104 105 try: C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in start(self) 98 except WebDriverException as new_err: 99 logger.debug("Unable to obtain driver using Selenium Manager: " + new_err.msg) --> 100 raise err 101 102 self._start_process(path) C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in start(self) 89 """ 90 try: ---> 91 self._start_process(self.path) 92 except WebDriverException as err: 93 if "executable needs to be in PATH" in err.msg: C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in _start_process(self, path) 201 except OSError as err: 202 if err.errno == errno.ENOENT: --> 203 raise WebDriverException( 204 f"'{os.path.basename(self.path)}' executable needs to be in PATH. {self.start_error_message}" 205 ) WebDriverException: Message: 'msedgedriver' executable needs to be in PATH. Please download from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ ``` ### Operating System Windows 10 Enterprise 22H2 ### Selenium version Python 4.6.0 ### What are the browser(s) and version(s) where you see this issue? Edge 107.0.1418.35 (Stable) (64bit) ### What are the browser driver(s) and version(s) where you see this issue? Selenium Manager ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: Selenium for Python 4.6.0 - ### What happened? I tried to test new Selenium manager feature with Python and Edge 107.0.1418.35 (Stable) (64bit), but the exception occurs. The code I tried ```python from selenium import webdriver driver = webdriver.Edge() ``` and the message is this `WebDriverException: Message: 'msedgedriver' executable needs to be in PATH. Please download from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/` If I enter `msedge` on the 'Run' window, Edge browser opens normally. ### How can we reproduce the issue? ```shell from selenium import webdriver driver = webdriver.Edge() ``` ### Relevant log output ```shell WebDriverException Traceback (most recent call last) C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in start(self) 96 try: ---> 97 path = SeleniumManager.driver_location(browser) 98 except WebDriverException as new_err: C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\selenium_manager.py in driver_location(browser) 66 ---> 67 args = (str(SeleniumManager.get_binary()), "--browser", browser) 68 result = SeleniumManager.run(args) C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\selenium_manager.py in get_binary() 51 if not path.is_file(): ---> 52 raise WebDriverException("Unable to obtain Selenium Manager") 53 WebDriverException: Message: Unable to obtain Selenium Manager During handling of the above exception, another exception occurred: WebDriverException Traceback (most recent call last) <ipython-input-2-9e8e880ac5d1> in <cell line: 1>() ----> 1 driver = webdriver.Edge() C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\edge\webdriver.py in __init__(self, executable_path, port, options, service_args, capabilities, service_log_path, service, keep_alive, verbose) 71 service = Service(executable_path, port, service_args, service_log_path) 72 ---> 73 super().__init__( 74 DesiredCapabilities.EDGE["browserName"], 75 "ms", C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\chromium\webdriver.py in __init__(self, browser_name, vendor_prefix, port, options, service_args, desired_capabilities, service_log_path, service, keep_alive) 101 102 self.service = service --> 103 self.service.start() 104 105 try: C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in start(self) 98 except WebDriverException as new_err: 99 logger.debug("Unable to obtain driver using Selenium Manager: " + new_err.msg) --> 100 raise err 101 102 self._start_process(path) C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in start(self) 89 """ 90 try: ---> 91 self._start_process(self.path) 92 except WebDriverException as err: 93 if "executable needs to be in PATH" in err.msg: C:\ProgramData\Anaconda3\lib\site-packages\selenium\webdriver\common\service.py in _start_process(self, path) 201 except OSError as err: 202 if err.errno == errno.ENOENT: --> 203 raise WebDriverException( 204 f"'{os.path.basename(self.path)}' executable needs to be in PATH. {self.start_error_message}" 205 ) WebDriverException: Message: 'msedgedriver' executable needs to be in PATH. Please download from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/ ``` ### Operating System Windows 10 Enterprise 22H2 ### Selenium version Python 4.6.0 ### What are the browser(s) and version(s) where you see this issue? Edge 107.0.1418.35 (Stable) (64bit) ### What are the browser driver(s) and version(s) where you see this issue? Selenium Manager ### Are you using Selenium Grid? _No response_
defect
selenium for python what happened i tried to test new selenium manager feature with python and edge stable but the exception occurs the code i tried python from selenium import webdriver driver webdriver edge and the message is this webdriverexception message msedgedriver executable needs to be in path please download from if i enter msedge on the run window edge browser opens normally how can we reproduce the issue shell from selenium import webdriver driver webdriver edge relevant log output shell webdriverexception traceback most recent call last c programdata lib site packages selenium webdriver common service py in start self try path seleniummanager driver location browser except webdriverexception as new err c programdata lib site packages selenium webdriver common selenium manager py in driver location browser args str seleniummanager get binary browser browser result seleniummanager run args c programdata lib site packages selenium webdriver common selenium manager py in get binary if not path is file raise webdriverexception unable to obtain selenium manager webdriverexception message unable to obtain selenium manager during handling of the above exception another exception occurred webdriverexception traceback most recent call last in driver webdriver edge c programdata lib site packages selenium webdriver edge webdriver py in init self executable path port options service args capabilities service log path service keep alive verbose service service executable path port service args service log path super init desiredcapabilities edge ms c programdata lib site packages selenium webdriver chromium webdriver py in init self browser name vendor prefix port options service args desired capabilities service log path service keep alive self service service self service start try c programdata lib site packages selenium webdriver common service py in start self except webdriverexception as new err logger debug unable to obtain driver using selenium manager new err msg raise err self start process path c programdata lib site packages selenium webdriver common service py in start self try self start process self path except webdriverexception as err if executable needs to be in path in err msg c programdata lib site packages selenium webdriver common service py in start process self path except oserror as err if err errno errno enoent raise webdriverexception f os path basename self path executable needs to be in path self start error message webdriverexception message msedgedriver executable needs to be in path please download from operating system windows enterprise selenium version python what are the browser s and version s where you see this issue edge stable what are the browser driver s and version s where you see this issue selenium manager are you using selenium grid no response
1
66,938
20,770,133,772
IssuesEvent
2022-03-16 03:05:41
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
closed
[🐛 Bug]: Selenium::WebDriver::Error::ScriptTimeoutError: Unable to execute request for an existing session:
I-defect needs-triaging
### What happened? Upon upgrading from selenium 3.142 to 4.1, the driver started throwing a `Selenium::WebDriver::Error::ScriptTimeoutError` when attempting to reset between tests via `driver.reset!` ### How can we reproduce the issue? ```shell No specific details to reproduce. I can provide our configuration though that might be able to help replicate the problem. # Driver setup Capybara.register_driver :selenium_chrome_headless do |app| capabilities = Selenium::WebDriver::Remote::Capabilities.chrome( acceptInsecureCerts: true, 'goog:chromeOptions': { args: %W[ headless proxy-server=#{ENV['CI'] ? 'localhost' : ENV.fetch('NGINX_IP')}:#{Billy.proxy.port} window-size=1440,900 ], prefs: { download: { default_directory: DownloadSpecHelpers::CHROME_PATH } }, w3c: false }, 'goog:loggingPrefs': { browser: 'ALL' } ) options = { browser: ENV['CI'] ? :chrome : :remote, capabilities: capabilities, url: 'http://localhost:4445/wd/hub' } Capybara::Selenium::Driver.new(app, options).tap do |d| unless ENV['CI'] d.browser.file_detector = lambda do |args| str = args.first.to_s str if File.exist?(str) end end end end ``` ### Relevant log output ```shell Example Failure: (byebug) Capybara.current_session.driver.reset! *** Selenium::WebDriver::Error::ScriptTimeoutError Exception: Unable to execute request for an existing session: POST /session/9c2e8f72783418513a46e4354f9fd08f/goog/cdp/execute Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'c202f6697df7', ip: '172.18.0.11', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.47-linuxkit', java.version: '11.0.11' Driver info: driver.version: unknown Deeper Stacktrace triggered in rspec run: 1.1) Failure/Error: Capybara.reset! unless example.exception (rails_helper.rb:89) Selenium::WebDriver::Error::ScriptTimeoutError: Unable to execute request for an existing session: POST /session/71459489cd31d6928048675764dc467b/goog/cdp/execute Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'c202f6697df7', ip: '172.18.0.11', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.47-linuxkit', java.version: '11.0.11' Driver info: driver.version: unknown # java.lang.RuntimeException: Unable to execute request for an existing session: POST /session/71459489cd31d6928048675764dc467b/goog/cdp/execute # Build info: version: '4.1.0', revision: '87802e897b' # System info: host: 'c202f6697df7', ip: '172.18.0.11', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.47-linuxkit', java.version: '11.0.11' # Driver info: driver.version: unknown # at org.openqa.selenium.grid.router.HandleSession.execute(HandleSession.java:139) # at org.openqa.selenium.remote.http.Route$PredicatedRoute.handle(Route.java:373) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.grid.router.Router.execute(Router.java:91) # at org.openqa.selenium.grid.web.EnsureSpecCompliantResponseHeaders.lambda$apply$0(EnsureSpecCompliantResponseHeaders.java:34) # at org.openqa.selenium.remote.http.Filter$1.execute(Filter.java:64) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$NestedRoute.handle(Route.java:270) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.AddWebDriverSpecHeaders.lambda$apply$0(AddWebDriverSpecHeaders.java:35) # at org.openqa.selenium.remote.ErrorFilter.lambda$apply$0(ErrorFilter.java:44) # at org.openqa.selenium.remote.http.Filter$1.execute(Filter.java:64) # at org.openqa.selenium.remote.ErrorFilter.lambda$apply$0(ErrorFilter.java:44) # at org.openqa.selenium.remote.http.Filter$1.execute(Filter.java:64) # at org.openqa.selenium.netty.server.SeleniumHandler.lambda$channelRead0$0(SeleniumHandler.java:44) # at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) # at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) # at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) # at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) # at java.base/java.lang.Thread.run(Thread.java:829) # ./spec/rails_helper.rb:200:in `block (2 levels) in <top (required)>' ``` ### Operating System macOS Big Sur ### Selenium version 4.1.0 ### What are the browser(s) and version(s) where you see this issue? Google Chrome 96.0.4664.93 ### What are the browser driver(s) and version(s) where you see this issue? Google Chrome 96.0.4664.93 ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: Selenium::WebDriver::Error::ScriptTimeoutError: Unable to execute request for an existing session: - ### What happened? Upon upgrading from selenium 3.142 to 4.1, the driver started throwing a `Selenium::WebDriver::Error::ScriptTimeoutError` when attempting to reset between tests via `driver.reset!` ### How can we reproduce the issue? ```shell No specific details to reproduce. I can provide our configuration though that might be able to help replicate the problem. # Driver setup Capybara.register_driver :selenium_chrome_headless do |app| capabilities = Selenium::WebDriver::Remote::Capabilities.chrome( acceptInsecureCerts: true, 'goog:chromeOptions': { args: %W[ headless proxy-server=#{ENV['CI'] ? 'localhost' : ENV.fetch('NGINX_IP')}:#{Billy.proxy.port} window-size=1440,900 ], prefs: { download: { default_directory: DownloadSpecHelpers::CHROME_PATH } }, w3c: false }, 'goog:loggingPrefs': { browser: 'ALL' } ) options = { browser: ENV['CI'] ? :chrome : :remote, capabilities: capabilities, url: 'http://localhost:4445/wd/hub' } Capybara::Selenium::Driver.new(app, options).tap do |d| unless ENV['CI'] d.browser.file_detector = lambda do |args| str = args.first.to_s str if File.exist?(str) end end end end ``` ### Relevant log output ```shell Example Failure: (byebug) Capybara.current_session.driver.reset! *** Selenium::WebDriver::Error::ScriptTimeoutError Exception: Unable to execute request for an existing session: POST /session/9c2e8f72783418513a46e4354f9fd08f/goog/cdp/execute Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'c202f6697df7', ip: '172.18.0.11', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.47-linuxkit', java.version: '11.0.11' Driver info: driver.version: unknown Deeper Stacktrace triggered in rspec run: 1.1) Failure/Error: Capybara.reset! unless example.exception (rails_helper.rb:89) Selenium::WebDriver::Error::ScriptTimeoutError: Unable to execute request for an existing session: POST /session/71459489cd31d6928048675764dc467b/goog/cdp/execute Build info: version: '4.1.0', revision: '87802e897b' System info: host: 'c202f6697df7', ip: '172.18.0.11', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.47-linuxkit', java.version: '11.0.11' Driver info: driver.version: unknown # java.lang.RuntimeException: Unable to execute request for an existing session: POST /session/71459489cd31d6928048675764dc467b/goog/cdp/execute # Build info: version: '4.1.0', revision: '87802e897b' # System info: host: 'c202f6697df7', ip: '172.18.0.11', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.47-linuxkit', java.version: '11.0.11' # Driver info: driver.version: unknown # at org.openqa.selenium.grid.router.HandleSession.execute(HandleSession.java:139) # at org.openqa.selenium.remote.http.Route$PredicatedRoute.handle(Route.java:373) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.grid.router.Router.execute(Router.java:91) # at org.openqa.selenium.grid.web.EnsureSpecCompliantResponseHeaders.lambda$apply$0(EnsureSpecCompliantResponseHeaders.java:34) # at org.openqa.selenium.remote.http.Filter$1.execute(Filter.java:64) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$NestedRoute.handle(Route.java:270) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.http.Route$CombinedRoute.handle(Route.java:336) # at org.openqa.selenium.remote.http.Route.execute(Route.java:68) # at org.openqa.selenium.remote.AddWebDriverSpecHeaders.lambda$apply$0(AddWebDriverSpecHeaders.java:35) # at org.openqa.selenium.remote.ErrorFilter.lambda$apply$0(ErrorFilter.java:44) # at org.openqa.selenium.remote.http.Filter$1.execute(Filter.java:64) # at org.openqa.selenium.remote.ErrorFilter.lambda$apply$0(ErrorFilter.java:44) # at org.openqa.selenium.remote.http.Filter$1.execute(Filter.java:64) # at org.openqa.selenium.netty.server.SeleniumHandler.lambda$channelRead0$0(SeleniumHandler.java:44) # at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) # at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) # at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) # at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) # at java.base/java.lang.Thread.run(Thread.java:829) # ./spec/rails_helper.rb:200:in `block (2 levels) in <top (required)>' ``` ### Operating System macOS Big Sur ### Selenium version 4.1.0 ### What are the browser(s) and version(s) where you see this issue? Google Chrome 96.0.4664.93 ### What are the browser driver(s) and version(s) where you see this issue? Google Chrome 96.0.4664.93 ### Are you using Selenium Grid? _No response_
defect
selenium webdriver error scripttimeouterror unable to execute request for an existing session what happened upon upgrading from selenium to the driver started throwing a selenium webdriver error scripttimeouterror when attempting to reset between tests via driver reset how can we reproduce the issue shell no specific details to reproduce i can provide our configuration though that might be able to help replicate the problem driver setup capybara register driver selenium chrome headless do app capabilities selenium webdriver remote capabilities chrome acceptinsecurecerts true goog chromeoptions args w headless proxy server env localhost env fetch nginx ip billy proxy port window size prefs download default directory downloadspechelpers chrome path false goog loggingprefs browser all options browser env chrome remote capabilities capabilities url capybara selenium driver new app options tap do d unless env d browser file detector lambda do args str args first to s str if file exist str end end end end relevant log output shell example failure byebug capybara current session driver reset selenium webdriver error scripttimeouterror exception unable to execute request for an existing session post session goog cdp execute build info version revision system info host ip os name linux os arch os version linuxkit java version driver info driver version unknown deeper stacktrace triggered in rspec run failure error capybara reset unless example exception rails helper rb selenium webdriver error scripttimeouterror unable to execute request for an existing session post session goog cdp execute build info version revision system info host ip os name linux os arch os version linuxkit java version driver info driver version unknown java lang runtimeexception unable to execute request for an existing session post session goog cdp execute build info version revision system info host ip os name linux os arch os version linuxkit java version driver info driver version unknown at org openqa selenium grid router handlesession execute handlesession java at org openqa selenium remote http route predicatedroute handle route java at org openqa selenium remote http route execute route java at org openqa selenium remote http route combinedroute handle route java at org openqa selenium remote http route execute route java at org openqa selenium grid router router execute router java at org openqa selenium grid web ensurespeccompliantresponseheaders lambda apply ensurespeccompliantresponseheaders java at org openqa selenium remote http filter execute filter java at org openqa selenium remote http route combinedroute handle route java at org openqa selenium remote http route execute route java at org openqa selenium remote http route nestedroute handle route java at org openqa selenium remote http route execute route java at org openqa selenium remote http route combinedroute handle route java at org openqa selenium remote http route execute route java at org openqa selenium remote http route combinedroute handle route java at org openqa selenium remote http route execute route java at org openqa selenium remote addwebdriverspecheaders lambda apply addwebdriverspecheaders java at org openqa selenium remote errorfilter lambda apply errorfilter java at org openqa selenium remote http filter execute filter java at org openqa selenium remote errorfilter lambda apply errorfilter java at org openqa selenium remote http filter execute filter java at org openqa selenium netty server seleniumhandler lambda seleniumhandler java at java base java util concurrent executors runnableadapter call executors java at java base java util concurrent futuretask run futuretask java at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java base java lang thread run thread java spec rails helper rb in block levels in operating system macos big sur selenium version what are the browser s and version s where you see this issue google chrome what are the browser driver s and version s where you see this issue google chrome are you using selenium grid no response
1
43,359
11,661,897,336
IssuesEvent
2020-03-03 07:58:21
vesoft-inc/nebula
https://api.github.com/repos/vesoft-inc/nebula
reopened
Create Space Failed
bug defect defect-p3
I create a space with: `create space zakcophfoyxeflbrzyhmyzjwgktshwczucuipvgloovxvyajxujkgcavpsasmnilakrnzjykhjvlxztgterderrmtnxjpqeqdntzlsmleqiboggxjfxcfjwwwnypidtzeeakpufltekjnvlbvlaazriukoeprzyobrbxqyvtrdgioumcjsuzbshhdwlytiyfoqairfnuyzdcdhknrfihqwekpvowbmzyfuvwjtsnsdrobkcmiwzcotbqjejbrphszjgqfzxsjjgbjpmifhqucesihlluwoglaenezfpwqybzweoefkhnjzqxzfamglidlkfrmnqnelnpctchfcmjpbhhbujravkvuaiocxqazwnpcnchtqscejzepghlupcmkdwoevptsjfqyptkioabzzbbugtlhrxnwcpqzroueeavzwzspcydobydykmuqpszrcushqpiudvussojzvnrlrdtubhuwxoqiwxjxpfngvunpgygkasiiujrmgkvgrfngprhaxrkcqbinthdktzevmiuqypqnlcvjzijetuiahfetaepujczclvbtdrtnimpxsbyndgxymrhxrgjhcshomfvsramisngzcxyhzfpzxzzfvmcysmfwaxnesrpergffstoghekmxqnzmewpzpkkkurzgpoqryxonelqrzizpkqhcetfywuosrgslvevudqduujzaarcdznsfcjnzclbvnkplmxeqbgzpqnsyjrjnwftqawxitesdrjyedtojflcffbbckhzdqpvtqawozlbhxsyzjlizzxiavtozpuqfchydnlhisugkoeldwdplgkymlvnbvpdbzaeayuekxvodhmmfuaxjvmaqjlfqeunosluhrurpvlwsxawvslbuuogmoaifjbkaayywiqksukwebvbbzwvhnvkwhlitviwvuupvrvwupykavuphhfhvvhmoccygdjuknbsbeiamuvtwxzgprsdcccxlgiolqscwemcdqkregcbixgoipscurhfeqiwsfafvtfkjcjohnykzqnwamfkbtistkujbxerqqugbdabyvybcrafatbcmhvrshcgnymabjdtczmfgjvxxqyirteatfhcfznsmefidpplcrtzjnhtkvlbvssavthsgqlhysblgtunrlfsnguzdugoixfprwdjjnzzrhtdxbiecsxjkyndofhyzmpjvfdtblacczuwpopebgigowozhbkmobaropfmzmgduipjemruhucunwxcnnnmfsrptdclvqybpmewdtwpbkrtowxpifueasblhcexmwnpcphvjwdahhnvqtmclvohaofrzmrttbcnguzxqmyxbhkvyulibgxcfelptndhdwyqbixzxkusznskqwjnrzsbkovgutuhijbqhgmsyaiecgdolnbslbjyanirnkdwnnuhiewdxdsjmiaofxjlzowinoepxfoeygursbwkrjwzwkemvuhoktsbfcfksywquqjsovtahhdmrhhjjxocnhxzfkqfzyptapifxhutwpkddapxxhcmfllpjhrxidrpyvintuzsydmcomjklxmmansmsxlwdrbmavvnfsmfqpdpyujzlinolunokrrsfnjaxlifbyhickdzcayxbxofzqkbifbzfshjyxyitzypkqglgaacrdynuxulavhnrtqdxwctugswvtgqsimmdymxxbiuftaqtilzogjnsmfdhqplmcstbwgcndjlnnkjxgaqxbbuvkpwmbsgrcoleqsnzztrzathuthmhlikuzcihkaeijagoqtoqxqyzwrsfkezrqngwzpfkszvkrnddixyroxxpszikscotfrhgzhetroafrlupwrwkxxfrroclhccjzsfoknkvmwpfudyuitelavveigwsausbqlvhsgxzeokormihdokfxdktxcytgoyagipoxcuaqjrnkiufiviyxcoqyisccawmbporhgdlbquknyblznzfhgofdiaqtnhmnxgkbyahpvvogwtszzuxqzmvftcgdgitlxziwobmnstrrzhdluqrbzymeyjevdlqkkmkpbrviqkhcpmerumpvzwduifvsbpljroaunuoifeyodrquhnarxjjkaunhkcdoiqtoueyxxroeqvixjzcfdgmxyjhkxstlucexevsprnnqtjfbkrlhedxnouclkaffayibzeiemdfbuqqramobpvziebyentgsymagtvhzzigjqmxyfywjbxtxjoxawkpgcsyyxmywlderqnifewtmyzgdvbbkihaadehbauqedjmoiduewkybhjnpopanssumfncipahgxvfocueoqnknjiyrmatacfmzzflcutuewhedmjmvtltgobhoxzkafljjdccxonzgetfewxaolwjyyngsofrohxwkkipwvvvzlfswwipfkpktejxvmmiahiorzogaiuwipmsoqcxxffxcgoadojlbymxwqmlvxelkrumuerrpqdokijqfhhiyblcwpgnymidksyaioncrhbwrgfbzsmwxambgzedfwcbxsruzcwhrqzdiwlrjfcjycmvrwfqgidelwoeuokpfssvnukuuuqcdsajistxfpgqrbkcwxwcajmisgoicbyxuyryvucsziphwozdhdddmjcjdsqhvrqjvmhruecetggvabtqwxtyaarhwqevpixlefxsizyvxxxdvdknyedtlelnfnywtbvqxqrosgfxzvxojvapypmnqgzazovbnsitwgeatmcaoipzwwmldrxwjbkzhodhrzmjazvxfzigvetqnpiyrbmunztjpfdkdjfbdbpkbvukqpmwdifowdlanpcauksziuqsftjmvkxddtimkzswrtzzjmvughypfqkbonrhoxihxvipatgyicigponkndnpuyjpvhgemfnosyyszopuukxtsksydkeevepmerjriykkhdhrtmysczasmjiwlrvsmebgroaqyszbyyncsarbsmaqycdeijhilimefikrhtjbrnrsazewipxoyhegdbamknheihduoldfewrtybsnrueynpdrysyjhyoadkmbxdyxhhumiizndazjpkyfmkcafjnyshmrccdmnxihgqmsrdsjvhkqeektzztawnrhycbxpfhstvlkdyehsmaslczhhhtjzrjluqyabgzpdmmfjamdhmrfcvosfojsasltgebwefxtyyghzzqtxjaempocrffqldtkplnrvptvdjwjfuxvmqmlvcqzpenkrgzaqrijgrwjjsppwdbjumxsibpkhyjeexofnsbsfbenscipgkrhnvbqymfzzehfuupghroyplasmzxfqkfhutxhzivqnkpypyhldauuvjcbmxgquosnjxlmlentfejjvzrpxgiseaqsmttbdhxurnvedipaewluwmesnxbodccfxtfpgosgjqfxetvrfyxtryohvwetghlnlrpjprfuexvcetnooizdtsfcatgqgygyfilirmnwjauuqbqfexlxxchmujsqpabgfgbvlpbhpexzdnnwdjnsqwesibosbrumzepglakevcyerambxlwlmbdqowmxofpvlanahzkimzamlzwipkqwavlgajyelsavtzvquqagnwaztmhgtigdhhqtbfzkqfmzchicinbljejliuhdmgxfaioxbpitkshlizdxfhsfqdvrcawitcvgnoyraaqnscwtecllxwkhhzolyamcugiedhvdvsxhlxutnlqrfrffpdpprwxhgqfpirsazndsomaaesflniddxibtzqvzfczixpfbjgsawfnqwprqpghphboiwzehevpukttjvvrgtzaeyvbquwqeberlwwsludklgualtxmpfmcqxrlzlryuvlzdtnfyriymojgugwzfyhialgdmvqfejztgqyxfqxjmvgugexrvmvngkhiwsmjsbonmomifdyvlsthhusgatwcmayfhexipsvbezrgnosjltsdfsqbpasvdrzhhlosoydbubjfbgtktbevfyxnkbiriejblvanhhdzjndbzbmggrxkthmnvxoqecmaisikxzxwbdkoaagxymsbxbbdmlsvxijnomimnfokneghefnaewnbzixmuuwgytaurqcaeauxijyzgtcupjlwvfiztvorakwzmuqhguptebsfeptvncxfcdznhfzhbuhcwrykpdbcasbibujfnghwunagrqahweuvrgoswsnkpyfnzrjebqbxgqdoohpehwpphaeklqtkcbxugdggraieycuizepwnlbhntdaxjjpaufsgchgrxwdvymwgcwwjyjvnhbtmhfastvfxnumahagzuaczvmqjjbkjsxhixoypfylneuijzlweihqfypnhdqokghqnfzwbbkiwhtkwvzkffbissczfiitompvnnrxrrxdmsfzddtobmhzpjxwukykmgkgnpvwvdoboqhqstlglawwhargaqhfvqlzmcjanbbxqcbdsvfahytyzclsbbsmkwpcmnbzmlktierrafgqhzfrkkudzldbcugvlmojbxacihqaroxceylspkvhmboutmlwjejxmdzodkkxhwsinsoeqsebpztldtexgkzvakqsqbhorqpxrtwzexrngcyjkzxxjheyssydmqrmhbljwyxixtponzpyejvdqnqojgmjpobacahckelhvgojybqsdkjfuzbkjhxawtstczjyhgnwtsmtisrogialbxhvsosqipcbufynwwfobckdeylhznjadbzdxssurpsnblvbtknzwnwspexnkutzphanliwoutxcarfiuweodroxlrkwquvmvchbbn ` It tell me: `SyntaxError: syntax error near `
2.0
Create Space Failed - I create a space with: `create space zakcophfoyxeflbrzyhmyzjwgktshwczucuipvgloovxvyajxujkgcavpsasmnilakrnzjykhjvlxztgterderrmtnxjpqeqdntzlsmleqiboggxjfxcfjwwwnypidtzeeakpufltekjnvlbvlaazriukoeprzyobrbxqyvtrdgioumcjsuzbshhdwlytiyfoqairfnuyzdcdhknrfihqwekpvowbmzyfuvwjtsnsdrobkcmiwzcotbqjejbrphszjgqfzxsjjgbjpmifhqucesihlluwoglaenezfpwqybzweoefkhnjzqxzfamglidlkfrmnqnelnpctchfcmjpbhhbujravkvuaiocxqazwnpcnchtqscejzepghlupcmkdwoevptsjfqyptkioabzzbbugtlhrxnwcpqzroueeavzwzspcydobydykmuqpszrcushqpiudvussojzvnrlrdtubhuwxoqiwxjxpfngvunpgygkasiiujrmgkvgrfngprhaxrkcqbinthdktzevmiuqypqnlcvjzijetuiahfetaepujczclvbtdrtnimpxsbyndgxymrhxrgjhcshomfvsramisngzcxyhzfpzxzzfvmcysmfwaxnesrpergffstoghekmxqnzmewpzpkkkurzgpoqryxonelqrzizpkqhcetfywuosrgslvevudqduujzaarcdznsfcjnzclbvnkplmxeqbgzpqnsyjrjnwftqawxitesdrjyedtojflcffbbckhzdqpvtqawozlbhxsyzjlizzxiavtozpuqfchydnlhisugkoeldwdplgkymlvnbvpdbzaeayuekxvodhmmfuaxjvmaqjlfqeunosluhrurpvlwsxawvslbuuogmoaifjbkaayywiqksukwebvbbzwvhnvkwhlitviwvuupvrvwupykavuphhfhvvhmoccygdjuknbsbeiamuvtwxzgprsdcccxlgiolqscwemcdqkregcbixgoipscurhfeqiwsfafvtfkjcjohnykzqnwamfkbtistkujbxerqqugbdabyvybcrafatbcmhvrshcgnymabjdtczmfgjvxxqyirteatfhcfznsmefidpplcrtzjnhtkvlbvssavthsgqlhysblgtunrlfsnguzdugoixfprwdjjnzzrhtdxbiecsxjkyndofhyzmpjvfdtblacczuwpopebgigowozhbkmobaropfmzmgduipjemruhucunwxcnnnmfsrptdclvqybpmewdtwpbkrtowxpifueasblhcexmwnpcphvjwdahhnvqtmclvohaofrzmrttbcnguzxqmyxbhkvyulibgxcfelptndhdwyqbixzxkusznskqwjnrzsbkovgutuhijbqhgmsyaiecgdolnbslbjyanirnkdwnnuhiewdxdsjmiaofxjlzowinoepxfoeygursbwkrjwzwkemvuhoktsbfcfksywquqjsovtahhdmrhhjjxocnhxzfkqfzyptapifxhutwpkddapxxhcmfllpjhrxidrpyvintuzsydmcomjklxmmansmsxlwdrbmavvnfsmfqpdpyujzlinolunokrrsfnjaxlifbyhickdzcayxbxofzqkbifbzfshjyxyitzypkqglgaacrdynuxulavhnrtqdxwctugswvtgqsimmdymxxbiuftaqtilzogjnsmfdhqplmcstbwgcndjlnnkjxgaqxbbuvkpwmbsgrcoleqsnzztrzathuthmhlikuzcihkaeijagoqtoqxqyzwrsfkezrqngwzpfkszvkrnddixyroxxpszikscotfrhgzhetroafrlupwrwkxxfrroclhccjzsfoknkvmwpfudyuitelavveigwsausbqlvhsgxzeokormihdokfxdktxcytgoyagipoxcuaqjrnkiufiviyxcoqyisccawmbporhgdlbquknyblznzfhgofdiaqtnhmnxgkbyahpvvogwtszzuxqzmvftcgdgitlxziwobmnstrrzhdluqrbzymeyjevdlqkkmkpbrviqkhcpmerumpvzwduifvsbpljroaunuoifeyodrquhnarxjjkaunhkcdoiqtoueyxxroeqvixjzcfdgmxyjhkxstlucexevsprnnqtjfbkrlhedxnouclkaffayibzeiemdfbuqqramobpvziebyentgsymagtvhzzigjqmxyfywjbxtxjoxawkpgcsyyxmywlderqnifewtmyzgdvbbkihaadehbauqedjmoiduewkybhjnpopanssumfncipahgxvfocueoqnknjiyrmatacfmzzflcutuewhedmjmvtltgobhoxzkafljjdccxonzgetfewxaolwjyyngsofrohxwkkipwvvvzlfswwipfkpktejxvmmiahiorzogaiuwipmsoqcxxffxcgoadojlbymxwqmlvxelkrumuerrpqdokijqfhhiyblcwpgnymidksyaioncrhbwrgfbzsmwxambgzedfwcbxsruzcwhrqzdiwlrjfcjycmvrwfqgidelwoeuokpfssvnukuuuqcdsajistxfpgqrbkcwxwcajmisgoicbyxuyryvucsziphwozdhdddmjcjdsqhvrqjvmhruecetggvabtqwxtyaarhwqevpixlefxsizyvxxxdvdknyedtlelnfnywtbvqxqrosgfxzvxojvapypmnqgzazovbnsitwgeatmcaoipzwwmldrxwjbkzhodhrzmjazvxfzigvetqnpiyrbmunztjpfdkdjfbdbpkbvukqpmwdifowdlanpcauksziuqsftjmvkxddtimkzswrtzzjmvughypfqkbonrhoxihxvipatgyicigponkndnpuyjpvhgemfnosyyszopuukxtsksydkeevepmerjriykkhdhrtmysczasmjiwlrvsmebgroaqyszbyyncsarbsmaqycdeijhilimefikrhtjbrnrsazewipxoyhegdbamknheihduoldfewrtybsnrueynpdrysyjhyoadkmbxdyxhhumiizndazjpkyfmkcafjnyshmrccdmnxihgqmsrdsjvhkqeektzztawnrhycbxpfhstvlkdyehsmaslczhhhtjzrjluqyabgzpdmmfjamdhmrfcvosfojsasltgebwefxtyyghzzqtxjaempocrffqldtkplnrvptvdjwjfuxvmqmlvcqzpenkrgzaqrijgrwjjsppwdbjumxsibpkhyjeexofnsbsfbenscipgkrhnvbqymfzzehfuupghroyplasmzxfqkfhutxhzivqnkpypyhldauuvjcbmxgquosnjxlmlentfejjvzrpxgiseaqsmttbdhxurnvedipaewluwmesnxbodccfxtfpgosgjqfxetvrfyxtryohvwetghlnlrpjprfuexvcetnooizdtsfcatgqgygyfilirmnwjauuqbqfexlxxchmujsqpabgfgbvlpbhpexzdnnwdjnsqwesibosbrumzepglakevcyerambxlwlmbdqowmxofpvlanahzkimzamlzwipkqwavlgajyelsavtzvquqagnwaztmhgtigdhhqtbfzkqfmzchicinbljejliuhdmgxfaioxbpitkshlizdxfhsfqdvrcawitcvgnoyraaqnscwtecllxwkhhzolyamcugiedhvdvsxhlxutnlqrfrffpdpprwxhgqfpirsazndsomaaesflniddxibtzqvzfczixpfbjgsawfnqwprqpghphboiwzehevpukttjvvrgtzaeyvbquwqeberlwwsludklgualtxmpfmcqxrlzlryuvlzdtnfyriymojgugwzfyhialgdmvqfejztgqyxfqxjmvgugexrvmvngkhiwsmjsbonmomifdyvlsthhusgatwcmayfhexipsvbezrgnosjltsdfsqbpasvdrzhhlosoydbubjfbgtktbevfyxnkbiriejblvanhhdzjndbzbmggrxkthmnvxoqecmaisikxzxwbdkoaagxymsbxbbdmlsvxijnomimnfokneghefnaewnbzixmuuwgytaurqcaeauxijyzgtcupjlwvfiztvorakwzmuqhguptebsfeptvncxfcdznhfzhbuhcwrykpdbcasbibujfnghwunagrqahweuvrgoswsnkpyfnzrjebqbxgqdoohpehwpphaeklqtkcbxugdggraieycuizepwnlbhntdaxjjpaufsgchgrxwdvymwgcwwjyjvnhbtmhfastvfxnumahagzuaczvmqjjbkjsxhixoypfylneuijzlweihqfypnhdqokghqnfzwbbkiwhtkwvzkffbissczfiitompvnnrxrrxdmsfzddtobmhzpjxwukykmgkgnpvwvdoboqhqstlglawwhargaqhfvqlzmcjanbbxqcbdsvfahytyzclsbbsmkwpcmnbzmlktierrafgqhzfrkkudzldbcugvlmojbxacihqaroxceylspkvhmboutmlwjejxmdzodkkxhwsinsoeqsebpztldtexgkzvakqsqbhorqpxrtwzexrngcyjkzxxjheyssydmqrmhbljwyxixtponzpyejvdqnqojgmjpobacahckelhvgojybqsdkjfuzbkjhxawtstczjyhgnwtsmtisrogialbxhvsosqipcbufynwwfobckdeylhznjadbzdxssurpsnblvbtknzwnwspexnkutzphanliwoutxcarfiuweodroxlrkwquvmvchbbn ` It tell me: `SyntaxError: syntax error near `
defect
create space failed i create a space with create space zakcophfoyxeflbrzyhmyzjwgktshwczucuipvgloovxvyajxujkgcavpsasmnilakrnzjykhjvlxztgterderrmtnxjpqeqdntzlsmleqiboggxjfxcfjwwwnypidtzeeakpufltekjnvlbvlaazriukoeprzyobrbxqyvtrdgioumcjsuzbshhdwlytiyfoqairfnuyzdcdhknrfihqwekpvowbmzyfuvwjtsnsdrobkcmiwzcotbqjejbrphszjgqfzxsjjgbjpmifhqucesihlluwoglaenezfpwqybzweoefkhnjzqxzfamglidlkfrmnqnelnpctchfcmjpbhhbujravkvuaiocxqazwnpcnchtqscejzepghlupcmkdwoevptsjfqyptkioabzzbbugtlhrxnwcpqzroueeavzwzspcydobydykmuqpszrcushqpiudvussojzvnrlrdtubhuwxoqiwxjxpfngvunpgygkasiiujrmgkvgrfngprhaxrkcqbinthdktzevmiuqypqnlcvjzijetuiahfetaepujczclvbtdrtnimpxsbyndgxymrhxrgjhcshomfvsramisngzcxyhzfpzxzzfvmcysmfwaxnesrpergffstoghekmxqnzmewpzpkkkurzgpoqryxonelqrzizpkqhcetfywuosrgslvevudqduujzaarcdznsfcjnzclbvnkplmxeqbgzpqnsyjrjnwftqawxitesdrjyedtojflcffbbckhzdqpvtqawozlbhxsyzjlizzxiavtozpuqfchydnlhisugkoeldwdplgkymlvnbvpdbzaeayuekxvodhmmfuaxjvmaqjlfqeunosluhrurpvlwsxawvslbuuogmoaifjbkaayywiqksukwebvbbzwvhnvkwhlitviwvuupvrvwupykavuphhfhvvhmoccygdjuknbsbeiamuvtwxzgprsdcccxlgiolqscwemcdqkregcbixgoipscurhfeqiwsfafvtfkjcjohnykzqnwamfkbtistkujbxerqqugbdabyvybcrafatbcmhvrshcgnymabjdtczmfgjvxxqyirteatfhcfznsmefidpplcrtzjnhtkvlbvssavthsgqlhysblgtunrlfsnguzdugoixfprwdjjnzzrhtdxbiecsxjkyndofhyzmpjvfdtblacczuwpopebgigowozhbkmobaropfmzmgduipjemruhucunwxcnnnmfsrptdclvqybpmewdtwpbkrtowxpifueasblhcexmwnpcphvjwdahhnvqtmclvohaofrzmrttbcnguzxqmyxbhkvyulibgxcfelptndhdwyqbixzxkusznskqwjnrzsbkovgutuhijbqhgmsyaiecgdolnbslbjyanirnkdwnnuhiewdxdsjmiaofxjlzowinoepxfoeygursbwkrjwzwkemvuhoktsbfcfksywquqjsovtahhdmrhhjjxocnhxzfkqfzyptapifxhutwpkddapxxhcmfllpjhrxidrpyvintuzsydmcomjklxmmansmsxlwdrbmavvnfsmfqpdpyujzlinolunokrrsfnjaxlifbyhickdzcayxbxofzqkbifbzfshjyxyitzypkqglgaacrdynuxulavhnrtqdxwctugswvtgqsimmdymxxbiuftaqtilzogjnsmfdhqplmcstbwgcndjlnnkjxgaqxbbuvkpwmbsgrcoleqsnzztrzathuthmhlikuzcihkaeijagoqtoqxqyzwrsfkezrqngwzpfkszvkrnddixyroxxpszikscotfrhgzhetroafrlupwrwkxxfrroclhccjzsfoknkvmwpfudyuitelavveigwsausbqlvhsgxzeokormihdokfxdktxcytgoyagipoxcuaqjrnkiufiviyxcoqyisccawmbporhgdlbquknyblznzfhgofdiaqtnhmnxgkbyahpvvogwtszzuxqzmvftcgdgitlxziwobmnstrrzhdluqrbzymeyjevdlqkkmkpbrviqkhcpmerumpvzwduifvsbpljroaunuoifeyodrquhnarxjjkaunhkcdoiqtoueyxxroeqvixjzcfdgmxyjhkxstlucexevsprnnqtjfbkrlhedxnouclkaffayibzeiemdfbuqqramobpvziebyentgsymagtvhzzigjqmxyfywjbxtxjoxawkpgcsyyxmywlderqnifewtmyzgdvbbkihaadehbauqedjmoiduewkybhjnpopanssumfncipahgxvfocueoqnknjiyrmatacfmzzflcutuewhedmjmvtltgobhoxzkafljjdccxonzgetfewxaolwjyyngsofrohxwkkipwvvvzlfswwipfkpktejxvmmiahiorzogaiuwipmsoqcxxffxcgoadojlbymxwqmlvxelkrumuerrpqdokijqfhhiyblcwpgnymidksyaioncrhbwrgfbzsmwxambgzedfwcbxsruzcwhrqzdiwlrjfcjycmvrwfqgidelwoeuokpfssvnukuuuqcdsajistxfpgqrbkcwxwcajmisgoicbyxuyryvucsziphwozdhdddmjcjdsqhvrqjvmhruecetggvabtqwxtyaarhwqevpixlefxsizyvxxxdvdknyedtlelnfnywtbvqxqrosgfxzvxojvapypmnqgzazovbnsitwgeatmcaoipzwwmldrxwjbkzhodhrzmjazvxfzigvetqnpiyrbmunztjpfdkdjfbdbpkbvukqpmwdifowdlanpcauksziuqsftjmvkxddtimkzswrtzzjmvughypfqkbonrhoxihxvipatgyicigponkndnpuyjpvhgemfnosyyszopuukxtsksydkeevepmerjriykkhdhrtmysczasmjiwlrvsmebgroaqyszbyyncsarbsmaqycdeijhilimefikrhtjbrnrsazewipxoyhegdbamknheihduoldfewrtybsnrueynpdrysyjhyoadkmbxdyxhhumiizndazjpkyfmkcafjnyshmrccdmnxihgqmsrdsjvhkqeektzztawnrhycbxpfhstvlkdyehsmaslczhhhtjzrjluqyabgzpdmmfjamdhmrfcvosfojsasltgebwefxtyyghzzqtxjaempocrffqldtkplnrvptvdjwjfuxvmqmlvcqzpenkrgzaqrijgrwjjsppwdbjumxsibpkhyjeexofnsbsfbenscipgkrhnvbqymfzzehfuupghroyplasmzxfqkfhutxhzivqnkpypyhldauuvjcbmxgquosnjxlmlentfejjvzrpxgiseaqsmttbdhxurnvedipaewluwmesnxbodccfxtfpgosgjqfxetvrfyxtryohvwetghlnlrpjprfuexvcetnooizdtsfcatgqgygyfilirmnwjauuqbqfexlxxchmujsqpabgfgbvlpbhpexzdnnwdjnsqwesibosbrumzepglakevcyerambxlwlmbdqowmxofpvlanahzkimzamlzwipkqwavlgajyelsavtzvquqagnwaztmhgtigdhhqtbfzkqfmzchicinbljejliuhdmgxfaioxbpitkshlizdxfhsfqdvrcawitcvgnoyraaqnscwtecllxwkhhzolyamcugiedhvdvsxhlxutnlqrfrffpdpprwxhgqfpirsazndsomaaesflniddxibtzqvzfczixpfbjgsawfnqwprqpghphboiwzehevpukttjvvrgtzaeyvbquwqeberlwwsludklgualtxmpfmcqxrlzlryuvlzdtnfyriymojgugwzfyhialgdmvqfejztgqyxfqxjmvgugexrvmvngkhiwsmjsbonmomifdyvlsthhusgatwcmayfhexipsvbezrgnosjltsdfsqbpasvdrzhhlosoydbubjfbgtktbevfyxnkbiriejblvanhhdzjndbzbmggrxkthmnvxoqecmaisikxzxwbdkoaagxymsbxbbdmlsvxijnomimnfokneghefnaewnbzixmuuwgytaurqcaeauxijyzgtcupjlwvfiztvorakwzmuqhguptebsfeptvncxfcdznhfzhbuhcwrykpdbcasbibujfnghwunagrqahweuvrgoswsnkpyfnzrjebqbxgqdoohpehwpphaeklqtkcbxugdggraieycuizepwnlbhntdaxjjpaufsgchgrxwdvymwgcwwjyjvnhbtmhfastvfxnumahagzuaczvmqjjbkjsxhixoypfylneuijzlweihqfypnhdqokghqnfzwbbkiwhtkwvzkffbissczfiitompvnnrxrrxdmsfzddtobmhzpjxwukykmgkgnpvwvdoboqhqstlglawwhargaqhfvqlzmcjanbbxqcbdsvfahytyzclsbbsmkwpcmnbzmlktierrafgqhzfrkkudzldbcugvlmojbxacihqaroxceylspkvhmboutmlwjejxmdzodkkxhwsinsoeqsebpztldtexgkzvakqsqbhorqpxrtwzexrngcyjkzxxjheyssydmqrmhbljwyxixtponzpyejvdqnqojgmjpobacahckelhvgojybqsdkjfuzbkjhxawtstczjyhgnwtsmtisrogialbxhvsosqipcbufynwwfobckdeylhznjadbzdxssurpsnblvbtknzwnwspexnkutzphanliwoutxcarfiuweodroxlrkwquvmvchbbn it tell me syntaxerror syntax error near
1
512,245
14,891,229,078
IssuesEvent
2021-01-21 00:28:12
mobigen/IRIS-BigData-Platform
https://api.github.com/repos/mobigen/IRIS-BigData-Platform
closed
[Studio] 테이블의 목록개수 보이기를 체크하면 5 미만에는 개수 목록이 보이지 않습니다. 같이 표시해서 테이블의 시각화 통일이 필요합니다.
#Studio Priority: P0 R: 21.01.21 Status: Backlog Type: Bug
## 기능 요청 ## - 테이블 시각화 옵션 <img width="498" alt="스크린샷 2020-12-10 오전 7 55 06" src="https://user-images.githubusercontent.com/5126497/101698685-496c5b00-3abd-11eb-930a-573f2f74e609.png"> - 동일한 옵션으로 5개 이상일 때 2개의 테이블에서는 라인 위치가 딱 맞게 표시되어 보기 좋습니다. <img width="1113" alt="스크린샷 2020-12-10 오전 7 58 04" src="https://user-images.githubusercontent.com/5126497/101698785-73be1880-3abd-11eb-9de2-756c33f8d6b8.png"> - 5개 미만일 때는 목록개수가 표시되지 않으면서 라인 위치가 맞지 않게 표시됩니다. <img width="1101" alt="스크린샷 2020-12-10 오전 7 57 53" src="https://user-images.githubusercontent.com/5126497/101698865-951f0480-3abd-11eb-8456-709986c2df2c.png"> ## 원하는 솔루션 설명 ## { 원하는 기능에 대한 명확하고 간결한 설명 부탁드립니다 } ## 고려한 다른 대안 ## { 고려한 대체 솔루션이나 기능에 대한 명확하고 간결한 설명 부탁드립니다. } ## 기타 ## 기능 요청에 대한 다른 의견 또는 스크린샷을 여기에 모두 추가 부탁드립니다.
1.0
[Studio] 테이블의 목록개수 보이기를 체크하면 5 미만에는 개수 목록이 보이지 않습니다. 같이 표시해서 테이블의 시각화 통일이 필요합니다. - ## 기능 요청 ## - 테이블 시각화 옵션 <img width="498" alt="스크린샷 2020-12-10 오전 7 55 06" src="https://user-images.githubusercontent.com/5126497/101698685-496c5b00-3abd-11eb-930a-573f2f74e609.png"> - 동일한 옵션으로 5개 이상일 때 2개의 테이블에서는 라인 위치가 딱 맞게 표시되어 보기 좋습니다. <img width="1113" alt="스크린샷 2020-12-10 오전 7 58 04" src="https://user-images.githubusercontent.com/5126497/101698785-73be1880-3abd-11eb-9de2-756c33f8d6b8.png"> - 5개 미만일 때는 목록개수가 표시되지 않으면서 라인 위치가 맞지 않게 표시됩니다. <img width="1101" alt="스크린샷 2020-12-10 오전 7 57 53" src="https://user-images.githubusercontent.com/5126497/101698865-951f0480-3abd-11eb-8456-709986c2df2c.png"> ## 원하는 솔루션 설명 ## { 원하는 기능에 대한 명확하고 간결한 설명 부탁드립니다 } ## 고려한 다른 대안 ## { 고려한 대체 솔루션이나 기능에 대한 명확하고 간결한 설명 부탁드립니다. } ## 기타 ## 기능 요청에 대한 다른 의견 또는 스크린샷을 여기에 모두 추가 부탁드립니다.
non_defect
테이블의 목록개수 보이기를 체크하면 미만에는 개수 목록이 보이지 않습니다 같이 표시해서 테이블의 시각화 통일이 필요합니다 기능 요청 테이블 시각화 옵션 img width alt 스크린샷 오전 src 동일한 옵션으로 이상일 때 테이블에서는 라인 위치가 딱 맞게 표시되어 보기 좋습니다 img width alt 스크린샷 오전 src 미만일 때는 목록개수가 표시되지 않으면서 라인 위치가 맞지 않게 표시됩니다 img width alt 스크린샷 오전 src 원하는 솔루션 설명 원하는 기능에 대한 명확하고 간결한 설명 부탁드립니다 고려한 다른 대안 고려한 대체 솔루션이나 기능에 대한 명확하고 간결한 설명 부탁드립니다 기타 기능 요청에 대한 다른 의견 또는 스크린샷을 여기에 모두 추가 부탁드립니다
0
622,073
19,606,251,893
IssuesEvent
2022-01-06 09:51:33
FirebirdSQL/jaybird
https://api.github.com/repos/FirebirdSQL/jaybird
opened
Implement timeout support for Connection.isValid(int)
fix-version: Jaybird 5 priority: minor type: improvement affect-version: Jaybird 2.2.15 affect-version: Jaybird 3.0.12 affect-version: Jaybird 4.0.5 fix-version: Jaybird 4.0.6
When `Connection.isValid(int)` was implemented in #176, it was implemented without timeout support. At some point, we also implemented registering a warning when a non-zero value was supplied. This is not an optimal solution (e.g. see [this](https://stackoverflow.com/questions/70597732/fbdriver-reporting-warnings-i-cant-figure-out-how-to-fix)). Although timeouts aren't possible with native/embedded, we could support it for pure-java with temporarily changing the blocking read timeout, and for native/embedded we could maybe use a `CompletableFuture` or something.
1.0
Implement timeout support for Connection.isValid(int) - When `Connection.isValid(int)` was implemented in #176, it was implemented without timeout support. At some point, we also implemented registering a warning when a non-zero value was supplied. This is not an optimal solution (e.g. see [this](https://stackoverflow.com/questions/70597732/fbdriver-reporting-warnings-i-cant-figure-out-how-to-fix)). Although timeouts aren't possible with native/embedded, we could support it for pure-java with temporarily changing the blocking read timeout, and for native/embedded we could maybe use a `CompletableFuture` or something.
non_defect
implement timeout support for connection isvalid int when connection isvalid int was implemented in it was implemented without timeout support at some point we also implemented registering a warning when a non zero value was supplied this is not an optimal solution e g see although timeouts aren t possible with native embedded we could support it for pure java with temporarily changing the blocking read timeout and for native embedded we could maybe use a completablefuture or something
0
64,394
18,540,430,906
IssuesEvent
2021-10-21 15:37:03
SUI-Components/sui-components
https://api.github.com/repos/SUI-Components/sui-components
closed
Tags - Improve X icon position
hacktoberfest defect ★☆☆☆☆☆ Easy
**Is your iteration request related to a problem?** The icons in Tags are misaligned ![Screenshot 2021-10-21 at 13 30 28](https://user-images.githubusercontent.com/23620759/138268686-a0afbb89-399f-4907-bb6a-12902a89d010.png) **Describe the solution you'd like** Icons should be centred both vertically and horizontally ![Screenshot 2021-10-21 at 13 31 21](https://user-images.githubusercontent.com/23620759/138268696-bad0d042-03af-41dc-8025-93574c6b497c.png)
1.0
Tags - Improve X icon position - **Is your iteration request related to a problem?** The icons in Tags are misaligned ![Screenshot 2021-10-21 at 13 30 28](https://user-images.githubusercontent.com/23620759/138268686-a0afbb89-399f-4907-bb6a-12902a89d010.png) **Describe the solution you'd like** Icons should be centred both vertically and horizontally ![Screenshot 2021-10-21 at 13 31 21](https://user-images.githubusercontent.com/23620759/138268696-bad0d042-03af-41dc-8025-93574c6b497c.png)
defect
tags improve x icon position is your iteration request related to a problem the icons in tags are misaligned describe the solution you d like icons should be centred both vertically and horizontally
1
79,330
28,109,697,865
IssuesEvent
2023-03-31 05:54:33
idaholab/raven
https://api.github.com/repos/idaholab/raven
opened
[DEFECT] Metropolis Sampler likelihood must be an output of the model
priority_normal defect
### Thank you for the defect report - [X] I am using the latest version of `RAVEN`. - [X] I have read the [Wiki](https://github.com/idaholab/raven/wiki). - [ ] I have created a [minimum, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that demonstrates the defect. ### Defect Description In Metropolis Sampler <likelihood> must be an output of the model, preventing to use the sampling strategy for any model other than ExternalModel (where a variable can be created to contain the likelihood) ### Steps to Reproduce See above ### Expected Behavior It should be possible to indicate that the <likelihood> can be computed with a RAVEN distrubution or an external Function. For example ``` <Metropolis name="Metropolis"> ... <likelihood log="True">MyDistribution</likelihood> ... </Metropolis> ``` or ``` <Metropolis name="Metropolis"> ... <likelihood log="True">MyFunction</likelihood> ... </Metropolis> ``` ### Screenshots and Input Files _No response_ ### OS Linux ### OS Version _No response_ ### Dependency Manager PIP ### For Change Control Board: Issue Review - [ ] 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 - [ ] 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.0
[DEFECT] Metropolis Sampler likelihood must be an output of the model - ### Thank you for the defect report - [X] I am using the latest version of `RAVEN`. - [X] I have read the [Wiki](https://github.com/idaholab/raven/wiki). - [ ] I have created a [minimum, reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) that demonstrates the defect. ### Defect Description In Metropolis Sampler <likelihood> must be an output of the model, preventing to use the sampling strategy for any model other than ExternalModel (where a variable can be created to contain the likelihood) ### Steps to Reproduce See above ### Expected Behavior It should be possible to indicate that the <likelihood> can be computed with a RAVEN distrubution or an external Function. For example ``` <Metropolis name="Metropolis"> ... <likelihood log="True">MyDistribution</likelihood> ... </Metropolis> ``` or ``` <Metropolis name="Metropolis"> ... <likelihood log="True">MyFunction</likelihood> ... </Metropolis> ``` ### Screenshots and Input Files _No response_ ### OS Linux ### OS Version _No response_ ### Dependency Manager PIP ### For Change Control Board: Issue Review - [ ] 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 - [ ] 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?
defect
metropolis sampler likelihood must be an output of the model thank you for the defect report i am using the latest version of raven i have read the i have created a that demonstrates the defect defect description in metropolis sampler must be an output of the model preventing to use the sampling strategy for any model other than externalmodel where a variable can be created to contain the likelihood steps to reproduce see above expected behavior it should be possible to indicate that the can be computed with a raven distrubution or an external function for example mydistribution or myfunction screenshots and input files no response os linux os version no response dependency manager pip for change control board issue review 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 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
68,016
21,413,787,164
IssuesEvent
2022-04-22 08:54:11
jOOQ/jOOQ
https://api.github.com/repos/jOOQ/jOOQ
closed
SQLException when calling oracle.jdbc.driver.ArrayDataResultSet.getMetaData()
T: Defect C: Functionality C: DB: Oracle P: Medium E: Professional Edition E: Enterprise Edition
The following exception appears in a customer log after an upgrade from jOOQ 3.14.11 to 3.16.5: ``` Exception while accessing ResultSetMetaData java.sql.SQLException: Nicht unterstützte Funktion: getMetaData at oracle.jdbc.driver.ArrayDataResultSet.getMetaData(ArrayDataResultSet.java:1098) at com.zaxxer.hikari.pool.HikariProxyResultSet.getMetaData(HikariProxyResultSet.java) at org.jooq.tools.jdbc.DefaultResultSet.getMetaData(DefaultResultSet.java:303) at org.jooq.impl.CursorImpl$CursorResultSet.getMetaData(CursorImpl.java:307) at org.jooq.impl.CursorImpl.initLongIndexes(CursorImpl.java:174) at org.jooq.impl.CursorImpl.<init>(CursorImpl.java:135) at org.jooq.impl.CursorImpl.<init>(CursorImpl.java:120) at org.jooq.impl.AbstractDMLQuery.execute(AbstractDMLQuery.java:1169) at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:340) at org.jooq.impl.UpdatableRecordImpl.storeMergeOrUpdate0(UpdatableRecordImpl.java:351) at org.jooq.impl.UpdatableRecordImpl.storeMerge0(UpdatableRecordImpl.java:268) at org.jooq.impl.UpdatableRecordImpl.lambda$storeMerge$2(UpdatableRecordImpl.java:248) at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:143) at org.jooq.impl.UpdatableRecordImpl.storeMerge(UpdatableRecordImpl.java:247) at org.jooq.impl.UpdatableRecordImpl.merge(UpdatableRecordImpl.java:183) at org.jooq.impl.UpdatableRecordImpl.merge(UpdatableRecordImpl.java:178) ``` Since #4820 and jOOQ 3.8.0, we've been reading the `ResultSet::getMetaData` to prioritise fetching `LONG` data, which must be read first from a `ResultSet`. The problem appears with `UpdatableRecord.merge()`, which may produce array `OUT` parameters to fetch returned values. I'll try to create a minimal reproducer and document this here.
1.0
SQLException when calling oracle.jdbc.driver.ArrayDataResultSet.getMetaData() - The following exception appears in a customer log after an upgrade from jOOQ 3.14.11 to 3.16.5: ``` Exception while accessing ResultSetMetaData java.sql.SQLException: Nicht unterstützte Funktion: getMetaData at oracle.jdbc.driver.ArrayDataResultSet.getMetaData(ArrayDataResultSet.java:1098) at com.zaxxer.hikari.pool.HikariProxyResultSet.getMetaData(HikariProxyResultSet.java) at org.jooq.tools.jdbc.DefaultResultSet.getMetaData(DefaultResultSet.java:303) at org.jooq.impl.CursorImpl$CursorResultSet.getMetaData(CursorImpl.java:307) at org.jooq.impl.CursorImpl.initLongIndexes(CursorImpl.java:174) at org.jooq.impl.CursorImpl.<init>(CursorImpl.java:135) at org.jooq.impl.CursorImpl.<init>(CursorImpl.java:120) at org.jooq.impl.AbstractDMLQuery.execute(AbstractDMLQuery.java:1169) at org.jooq.impl.AbstractQuery.execute(AbstractQuery.java:340) at org.jooq.impl.UpdatableRecordImpl.storeMergeOrUpdate0(UpdatableRecordImpl.java:351) at org.jooq.impl.UpdatableRecordImpl.storeMerge0(UpdatableRecordImpl.java:268) at org.jooq.impl.UpdatableRecordImpl.lambda$storeMerge$2(UpdatableRecordImpl.java:248) at org.jooq.impl.RecordDelegate.operate(RecordDelegate.java:143) at org.jooq.impl.UpdatableRecordImpl.storeMerge(UpdatableRecordImpl.java:247) at org.jooq.impl.UpdatableRecordImpl.merge(UpdatableRecordImpl.java:183) at org.jooq.impl.UpdatableRecordImpl.merge(UpdatableRecordImpl.java:178) ``` Since #4820 and jOOQ 3.8.0, we've been reading the `ResultSet::getMetaData` to prioritise fetching `LONG` data, which must be read first from a `ResultSet`. The problem appears with `UpdatableRecord.merge()`, which may produce array `OUT` parameters to fetch returned values. I'll try to create a minimal reproducer and document this here.
defect
sqlexception when calling oracle jdbc driver arraydataresultset getmetadata the following exception appears in a customer log after an upgrade from jooq to exception while accessing resultsetmetadata java sql sqlexception nicht unterstützte funktion getmetadata at oracle jdbc driver arraydataresultset getmetadata arraydataresultset java at com zaxxer hikari pool hikariproxyresultset getmetadata hikariproxyresultset java at org jooq tools jdbc defaultresultset getmetadata defaultresultset java at org jooq impl cursorimpl cursorresultset getmetadata cursorimpl java at org jooq impl cursorimpl initlongindexes cursorimpl java at org jooq impl cursorimpl cursorimpl java at org jooq impl cursorimpl cursorimpl java at org jooq impl abstractdmlquery execute abstractdmlquery java at org jooq impl abstractquery execute abstractquery java at org jooq impl updatablerecordimpl updatablerecordimpl java at org jooq impl updatablerecordimpl updatablerecordimpl java at org jooq impl updatablerecordimpl lambda storemerge updatablerecordimpl java at org jooq impl recorddelegate operate recorddelegate java at org jooq impl updatablerecordimpl storemerge updatablerecordimpl java at org jooq impl updatablerecordimpl merge updatablerecordimpl java at org jooq impl updatablerecordimpl merge updatablerecordimpl java since and jooq we ve been reading the resultset getmetadata to prioritise fetching long data which must be read first from a resultset the problem appears with updatablerecord merge which may produce array out parameters to fetch returned values i ll try to create a minimal reproducer and document this here
1
96,306
12,120,849,116
IssuesEvent
2020-04-22 08:22:05
qoretechnologies/qorus-vscode
https://api.github.com/repos/qoretechnologies/qorus-vscode
closed
[FEATURE] implement generic connector calling/return convention
backend design enhancement
for Qore and Java, must handle: - null (no value) - single value of any type - a hash - a list of the above values - a bulk iterator for hashes
1.0
[FEATURE] implement generic connector calling/return convention - for Qore and Java, must handle: - null (no value) - single value of any type - a hash - a list of the above values - a bulk iterator for hashes
non_defect
implement generic connector calling return convention for qore and java must handle null no value single value of any type a hash a list of the above values a bulk iterator for hashes
0
57,526
15,828,683,815
IssuesEvent
2021-04-06 10:10:49
primefaces/primereact
https://api.github.com/repos/primefaces/primereact
closed
Dropdown, MultiSelect, Listbox option that has disabled property is not disabled
defect
**I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] feature request [ ] support request ``` **Codesandbox Case (Bug Reports)** This was working in 6.1.0 This stopped working in 6.2.0 and it is not working in 6.2.1 https://codesandbox.io/s/xenodochial-swirles-8diri **Current behavior** Dropdown option that has property disabled set to true is not disabled and can be clicked. After the click the dropdown closes without any option selected. **Expected behavior** Dropdown model option that has property disabled is disabled and cannot be clicked. **Minimal reproduction of the problem with instructions** <!-- https://codesandbox.io/s/xenodochial-swirles-8diri --> **Please tell us about your environment:** It makes no difference, no offence * **React version:** 17 * **PrimeReact version:** ^6.2.1 * **Browser:** [firefox | chrome] <!-- All browsers where this could be reproduced --> * **Language:** [ES6/7 | ES5]
1.0
Dropdown, MultiSelect, Listbox option that has disabled property is not disabled - **I'm submitting a ...** (check one with "x") ``` [x] bug report [ ] feature request [ ] support request ``` **Codesandbox Case (Bug Reports)** This was working in 6.1.0 This stopped working in 6.2.0 and it is not working in 6.2.1 https://codesandbox.io/s/xenodochial-swirles-8diri **Current behavior** Dropdown option that has property disabled set to true is not disabled and can be clicked. After the click the dropdown closes without any option selected. **Expected behavior** Dropdown model option that has property disabled is disabled and cannot be clicked. **Minimal reproduction of the problem with instructions** <!-- https://codesandbox.io/s/xenodochial-swirles-8diri --> **Please tell us about your environment:** It makes no difference, no offence * **React version:** 17 * **PrimeReact version:** ^6.2.1 * **Browser:** [firefox | chrome] <!-- All browsers where this could be reproduced --> * **Language:** [ES6/7 | ES5]
defect
dropdown multiselect listbox option that has disabled property is not disabled i m submitting a check one with x bug report feature request support request codesandbox case bug reports this was working in this stopped working in and it is not working in current behavior dropdown option that has property disabled set to true is not disabled and can be clicked after the click the dropdown closes without any option selected expected behavior dropdown model option that has property disabled is disabled and cannot be clicked minimal reproduction of the problem with instructions please tell us about your environment it makes no difference no offence react version primereact version browser language
1
522,205
15,158,162,926
IssuesEvent
2021-02-12 00:28:44
NOAA-GSL/MATS
https://api.github.com/repos/NOAA-GSL/MATS
closed
Deal with the visibility of the mats/metviewer selector
Priority: Medium Project: MATS Status: Closed Type: Task
--- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 62925, https://vlab.ncep.noaa.gov/redmine/issues/62925 Original Date: 2019-04-23 Original Assignee: randy.pierce --- METexpress apps have a selector at the bottom for users to call up a blue path METviewer plot to verify the green path MATS plot. We need some way to conditionally hide it, so it doesn't confuse people at NCEP, but we have it to verify plots if need be.
1.0
Deal with the visibility of the mats/metviewer selector - --- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 62925, https://vlab.ncep.noaa.gov/redmine/issues/62925 Original Date: 2019-04-23 Original Assignee: randy.pierce --- METexpress apps have a selector at the bottom for users to call up a blue path METviewer plot to verify the green path MATS plot. We need some way to conditionally hide it, so it doesn't confuse people at NCEP, but we have it to verify plots if need be.
non_defect
deal with the visibility of the mats metviewer selector author name molly b smith mollybsmith noaa original redmine issue original date original assignee randy pierce metexpress apps have a selector at the bottom for users to call up a blue path metviewer plot to verify the green path mats plot we need some way to conditionally hide it so it doesn t confuse people at ncep but we have it to verify plots if need be
0
46,946
13,056,005,784
IssuesEvent
2020-07-30 03:22:09
icecube-trac/tix2
https://api.github.com/repos/icecube-trac/tix2
opened
matching trigger config in trigger-sim (Trac #2175)
Incomplete Migration Migrated from Trac analysis defect
Migrated from https://code.icecube.wisc.edu/ticket/2175 ```json { "status": "closed", "changetime": "2018-07-20T16:28:05", "description": "First, I am Elim... I know I am terrible for signing in as icecube..\nbut I lost my password and wasn't able to reset it.. please don't hate me...\n\nI am trying to run\n$ python /data/user/elims/strike/clsim_jessie/applytoL2.py --outfile /data/user/elims/strike/clsim_jessie/outputs/events10_toL2_test.i3.gz --infile /data/user/elims/strike/clsim_jessie/outputs/events10_clsim_lea_over1.i3 --holeice 0\n\nThe GCD file is\n/data/sim/sim-new/downloadssz6dx/GCD/GeoCalibDetectorStatus_2013.56429_V1.i3.gz\n\nThe error occurs at Line 204 of /data/user/elims/strike/clsim_jessie/applytoL2.py:\n> tray.AddSegment(trigger_sim.TriggerSim, 'trig',\n> gcd_file = gcd_file,\n> run_id = 1,\n> time_shift_args = time_shift_args)\n\nThe version of trigger sim used here is 163127. And the software built is the current combo/trunk.\n\nThe error message is:\n> FATAL (SimpleMajorityTrigger): Failed to configure this module from the DetectorStatus.(SimpleMajorityTrigger.cxx:268 in virtual void SimpleMajorityTrigger::DetectorStatus(I3FramePtr))\n> ERROR (I3Module): SimpleMajorityTrigger_0001: Exception thrown (I3Module.cxx:123 in void I3Module::Do(void (I3Module::*)()))\n> Traceback (most recent call last):\n> File \"applytoL2.py\", line 224, in <module>\n> tray.Execute()\n> File \"/data/user/elims/software/gpu_combo/debug/lib/I3Tray.py\", line 256, in Execute\n> super(I3Tray, self).Execute()\n> RuntimeError: Failed to configure this module from the DetectorStatus. (in virtual void SimpleMajorityTrigger::DetectorStatus(I3FramePtr))\n\nHere is more printout from before the fatal error:\n> ERROR (trigger-sim): Here's the user specified input : \n> TypeID = 0\n> ConfigID = 1011\n> (DetectorStatusUtils.h:176 in ResultType DetectorStatusUtils::boost_param_default_139GetTriggerStatus(ResultType (*)(), const Args&, int, detS\ntat_type&, sourceID_type&, typeID_type&, configID_type&, subtypeID_type&) [with ResultType = boost::optional<std::pair<TriggerKey, I3TriggerSta\ntus> >; Args = boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::configID, boost::optional\n<int> >, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::typeID, const TriggerKey::TypeI\nD>, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::sourceID, TriggerKey::SourceID>, boo\nst::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::detStat, const boost::shared_ptr<const I3Detector\nStatus> >, boost::parameter::aux::empty_arg_list> > > >; detStat_type = boost::shared_ptr<const I3DetectorStatus>; sourceID_type = TriggerKey::\nSourceID; typeID_type = TriggerKey::TypeID; configID_type = boost::optional<int>; subtypeID_type = TriggerKey::SubtypeID])\n> ERROR (trigger-sim): Here are the keys in the I3TriggerStatus: \n> key_matches.size() == 0\n> (DetectorStatusUtils.h:186 in ResultType DetectorStatusUtils::boost_param_default_139GetTriggerStatus(ResultType (*)(), const Args&, int, detS\ntat_type&, sourceID_type&, typeID_type&, configID_type&, subtypeID_type&) [with ResultType = boost::optional<std::pair<TriggerKey, I3TriggerSta\ntus> >; Args = boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::configID, boost::optional\n<int> >, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::typeID, const TriggerKey::TypeI\nD>, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::sourceID, TriggerKey::SourceID>, boo\nst::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::detStat, const boost::shared_ptr<const I3Detector\nStatus> >, boost::parameter::aux::empty_arg_list> > > >; detStat_type = boost::shared_ptr<const I3DetectorStatus>; sourceID_type = TriggerKey::\nSourceID; typeID_type = TriggerKey::TypeID; configID_type = boost::optional<int>; subtypeID_type = TriggerKey::SubtypeID])\n> ERROR (trigger-sim): No match found (DetectorStatusUtils.h:188 in ResultType DetectorStatusUtils::boost_param_default_139GetTriggerStatus(ResultType (*)(), const Args&, int, detStat_type&, sourceID_type&, typeID_type&, configID_type&, subtypeID_type&) [with ResultType = boost::optiona$<std::pair<TriggerKey, I3TriggerStatus> >; Args = boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusU$ils::tag::configID, boost::optional<int> >, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::$ag::typeID, const TriggerKey::TypeID>, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::$ourceID, TriggerKey::SourceID>, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::detStat, cons$ boost::shared_ptr<const I3DetectorStatus> >, boost::parameter::aux::empty_arg_list> > > >; detStat_type = boost::shared_ptr<const I3DetectorS$atus>; sourceID_type = TriggerKey::SourceID; typeID_type = TriggerKey::TypeID; configID_type = boost::optional<int>; subtypeID_type = TriggerK$y::SubtypeID])", "reporter": "icecube", "cc": "", "resolution": "invalid", "_ts": "1532104085473604", "component": "analysis", "summary": "matching trigger config in trigger-sim", "priority": "normal", "keywords": "", "time": "2018-07-20T01:47:13", "milestone": "", "owner": "", "type": "defect" } ```
1.0
matching trigger config in trigger-sim (Trac #2175) - Migrated from https://code.icecube.wisc.edu/ticket/2175 ```json { "status": "closed", "changetime": "2018-07-20T16:28:05", "description": "First, I am Elim... I know I am terrible for signing in as icecube..\nbut I lost my password and wasn't able to reset it.. please don't hate me...\n\nI am trying to run\n$ python /data/user/elims/strike/clsim_jessie/applytoL2.py --outfile /data/user/elims/strike/clsim_jessie/outputs/events10_toL2_test.i3.gz --infile /data/user/elims/strike/clsim_jessie/outputs/events10_clsim_lea_over1.i3 --holeice 0\n\nThe GCD file is\n/data/sim/sim-new/downloadssz6dx/GCD/GeoCalibDetectorStatus_2013.56429_V1.i3.gz\n\nThe error occurs at Line 204 of /data/user/elims/strike/clsim_jessie/applytoL2.py:\n> tray.AddSegment(trigger_sim.TriggerSim, 'trig',\n> gcd_file = gcd_file,\n> run_id = 1,\n> time_shift_args = time_shift_args)\n\nThe version of trigger sim used here is 163127. And the software built is the current combo/trunk.\n\nThe error message is:\n> FATAL (SimpleMajorityTrigger): Failed to configure this module from the DetectorStatus.(SimpleMajorityTrigger.cxx:268 in virtual void SimpleMajorityTrigger::DetectorStatus(I3FramePtr))\n> ERROR (I3Module): SimpleMajorityTrigger_0001: Exception thrown (I3Module.cxx:123 in void I3Module::Do(void (I3Module::*)()))\n> Traceback (most recent call last):\n> File \"applytoL2.py\", line 224, in <module>\n> tray.Execute()\n> File \"/data/user/elims/software/gpu_combo/debug/lib/I3Tray.py\", line 256, in Execute\n> super(I3Tray, self).Execute()\n> RuntimeError: Failed to configure this module from the DetectorStatus. (in virtual void SimpleMajorityTrigger::DetectorStatus(I3FramePtr))\n\nHere is more printout from before the fatal error:\n> ERROR (trigger-sim): Here's the user specified input : \n> TypeID = 0\n> ConfigID = 1011\n> (DetectorStatusUtils.h:176 in ResultType DetectorStatusUtils::boost_param_default_139GetTriggerStatus(ResultType (*)(), const Args&, int, detS\ntat_type&, sourceID_type&, typeID_type&, configID_type&, subtypeID_type&) [with ResultType = boost::optional<std::pair<TriggerKey, I3TriggerSta\ntus> >; Args = boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::configID, boost::optional\n<int> >, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::typeID, const TriggerKey::TypeI\nD>, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::sourceID, TriggerKey::SourceID>, boo\nst::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::detStat, const boost::shared_ptr<const I3Detector\nStatus> >, boost::parameter::aux::empty_arg_list> > > >; detStat_type = boost::shared_ptr<const I3DetectorStatus>; sourceID_type = TriggerKey::\nSourceID; typeID_type = TriggerKey::TypeID; configID_type = boost::optional<int>; subtypeID_type = TriggerKey::SubtypeID])\n> ERROR (trigger-sim): Here are the keys in the I3TriggerStatus: \n> key_matches.size() == 0\n> (DetectorStatusUtils.h:186 in ResultType DetectorStatusUtils::boost_param_default_139GetTriggerStatus(ResultType (*)(), const Args&, int, detS\ntat_type&, sourceID_type&, typeID_type&, configID_type&, subtypeID_type&) [with ResultType = boost::optional<std::pair<TriggerKey, I3TriggerSta\ntus> >; Args = boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::configID, boost::optional\n<int> >, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::typeID, const TriggerKey::TypeI\nD>, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::sourceID, TriggerKey::SourceID>, boo\nst::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::detStat, const boost::shared_ptr<const I3Detector\nStatus> >, boost::parameter::aux::empty_arg_list> > > >; detStat_type = boost::shared_ptr<const I3DetectorStatus>; sourceID_type = TriggerKey::\nSourceID; typeID_type = TriggerKey::TypeID; configID_type = boost::optional<int>; subtypeID_type = TriggerKey::SubtypeID])\n> ERROR (trigger-sim): No match found (DetectorStatusUtils.h:188 in ResultType DetectorStatusUtils::boost_param_default_139GetTriggerStatus(ResultType (*)(), const Args&, int, detStat_type&, sourceID_type&, typeID_type&, configID_type&, subtypeID_type&) [with ResultType = boost::optiona$<std::pair<TriggerKey, I3TriggerStatus> >; Args = boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusU$ils::tag::configID, boost::optional<int> >, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::$ag::typeID, const TriggerKey::TypeID>, boost::parameter::aux::arg_list<const boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::$ourceID, TriggerKey::SourceID>, boost::parameter::aux::arg_list<boost::parameter::aux::tagged_argument<DetectorStatusUtils::tag::detStat, cons$ boost::shared_ptr<const I3DetectorStatus> >, boost::parameter::aux::empty_arg_list> > > >; detStat_type = boost::shared_ptr<const I3DetectorS$atus>; sourceID_type = TriggerKey::SourceID; typeID_type = TriggerKey::TypeID; configID_type = boost::optional<int>; subtypeID_type = TriggerK$y::SubtypeID])", "reporter": "icecube", "cc": "", "resolution": "invalid", "_ts": "1532104085473604", "component": "analysis", "summary": "matching trigger config in trigger-sim", "priority": "normal", "keywords": "", "time": "2018-07-20T01:47:13", "milestone": "", "owner": "", "type": "defect" } ```
defect
matching trigger config in trigger sim trac migrated from json status closed changetime description first i am elim i know i am terrible for signing in as icecube nbut i lost my password and wasn t able to reset it please don t hate me n ni am trying to run n python data user elims strike clsim jessie py outfile data user elims strike clsim jessie outputs test gz infile data user elims strike clsim jessie outputs clsim lea holeice n nthe gcd file is n data sim sim new gcd geocalibdetectorstatus gz n nthe error occurs at line of data user elims strike clsim jessie py n tray addsegment trigger sim triggersim trig n gcd file gcd file n run id n time shift args time shift args n nthe version of trigger sim used here is and the software built is the current combo trunk n nthe error message is n fatal simplemajoritytrigger failed to configure this module from the detectorstatus simplemajoritytrigger cxx in virtual void simplemajoritytrigger detectorstatus n error simplemajoritytrigger exception thrown cxx in void do void n traceback most recent call last n file py line in n tray execute n file data user elims software gpu combo debug lib py line in execute n super self execute n runtimeerror failed to configure this module from the detectorstatus in virtual void simplemajoritytrigger detectorstatus n nhere is more printout from before the fatal error n error trigger sim here s the user specified input n typeid n configid n detectorstatusutils h in resulttype detectorstatusutils boost param default resulttype const args int dets ntat type sourceid type typeid type configid type subtypeid type n error trigger sim here are the keys in the n key matches size n detectorstatusutils h in resulttype detectorstatusutils boost param default resulttype const args int dets ntat type sourceid type typeid type configid type subtypeid type n error trigger sim no match found detectorstatusutils h in resulttype detectorstatusutils boost param default resulttype const args int detstat type sourceid type typeid type configid type subtypeid type reporter icecube cc resolution invalid ts component analysis summary matching trigger config in trigger sim priority normal keywords time milestone owner type defect
1
38,397
8,796,442,164
IssuesEvent
2018-12-23 06:56:55
prettydiff/prettydiff
https://api.github.com/repos/prettydiff/prettydiff
closed
Option comment_line doesn't do anything
3.0.0 Beautification Defect Option
This option is supposed to force an empty line above comments if there is not already an empty line there. Currently the option does not appear active..
1.0
Option comment_line doesn't do anything - This option is supposed to force an empty line above comments if there is not already an empty line there. Currently the option does not appear active..
defect
option comment line doesn t do anything this option is supposed to force an empty line above comments if there is not already an empty line there currently the option does not appear active
1
77,453
26,998,836,674
IssuesEvent
2023-02-10 05:14:52
hazelcast/hazelcast-go-client
https://api.github.com/repos/hazelcast/hazelcast-go-client
closed
DistinctAggregator serializer must read/write 32 bit not 64 bit
Type: Defect Source: Internal
Currently DistinctAggregator's serializer reads/writes `Int64` where it should be `Int32`. See the Java side implementation: https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/aggregation/impl/DistinctValuesAggregator.java#L75 Related code: https://github.com/hazelcast/hazelcast-go-client/blob/master/aggregate/aggregate_distinct.go#L49
1.0
DistinctAggregator serializer must read/write 32 bit not 64 bit - Currently DistinctAggregator's serializer reads/writes `Int64` where it should be `Int32`. See the Java side implementation: https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/aggregation/impl/DistinctValuesAggregator.java#L75 Related code: https://github.com/hazelcast/hazelcast-go-client/blob/master/aggregate/aggregate_distinct.go#L49
defect
distinctaggregator serializer must read write bit not bit currently distinctaggregator s serializer reads writes where it should be see the java side implementation related code
1
113,972
9,669,970,815
IssuesEvent
2019-05-21 18:42:20
tomerfiliba/rpyc
https://api.github.com/repos/tomerfiliba/rpyc
opened
Add benchmarks: resource leaks and chatty
tests only
#229 and #304 suggest more attention should be paid to resource acquisition and release mechanisms. #304 is confirmed and #229 is a bit inconclusive. #294 suggests there is room for improvement as well. Benchmarks would allow for incremental improvements in these areas.
1.0
Add benchmarks: resource leaks and chatty - #229 and #304 suggest more attention should be paid to resource acquisition and release mechanisms. #304 is confirmed and #229 is a bit inconclusive. #294 suggests there is room for improvement as well. Benchmarks would allow for incremental improvements in these areas.
non_defect
add benchmarks resource leaks and chatty and suggest more attention should be paid to resource acquisition and release mechanisms is confirmed and is a bit inconclusive suggests there is room for improvement as well benchmarks would allow for incremental improvements in these areas
0
66,634
20,382,158,988
IssuesEvent
2022-02-21 23:56:55
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
closed
degradation with bootfs after commit https://github.com/openzfs/zfs/commit/7b4e27232dec4595ef842ce7c0e31aafd255a20a
Type: Defect Status: Stale
<!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list archives. Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | DilOS Distribution Version | Linux Kernel | Architecture | ZFS Version | SPL Version | <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing we are using BEADM = Boot Environment Adm with rpool and manage boot process with bootfs snapshots. i try to port https://github.com/openzfs/zfs/commit/7b4e27232dec4595ef842ce7c0e31aafd255a20a to DilOS and have found degradations with test rpoolpool - it's possible rename primary boot dataset and it is big danger. ### Describe how to reproduce the problem ``` root@zfs-t1:~# beadm list BE Active Mountpoint Space Policy Created dilos_2011090914 - - 2.30M static 2020-11-09 20:17 dilos_2.0.2.74 - - 3.62M static 2020-11-09 23:46 dilos_2.0.2.74-20201110-1-0-int2-mm - - 2.63M static 2020-11-11 02:05 dilos_2.0.2.74-20201111-1-0-int2-zfs-v5 - - 2.54M static 2020-11-12 02:30 dilos_2.0.2.75-20201116-1-0-int2-zfs2 - - 2.88M static 2020-11-16 01:41 dilos_2.0.2.75-20201116-2-0-int2-zfs2 - - 2.79M static 2020-11-16 10:29 dilos_2.0.2.75-20201117-1-0-int2-zfs2-t2 - - 2.68M static 2020-11-17 21:13 dilos_2.0.2.75-20201117-2-0-int2-zfs2-t2 - - 2.49M static 2020-11-17 22:53 dilos_2.0.2.75-loader - - 2.46M static 2020-11-17 23:36 dilos_2.0.2.75-20201117-3-0-int2-zfs2-t2 - - 2.47M static 2020-11-17 23:53 dilos_2.0.2.75-20201118-1-0-int2-zfs2-t2 - - 2.92M static 2020-11-18 11:03 dilos_2.0.2.76 - - 2.99M static 2020-11-18 18:34 dilos_2.0.2.76-20201120-1-0-int2-zfs2-wait - - 3.01M static 2020-11-20 14:14 dilos_2.0.2.76-20201120-3-0-int2-zfs2-wait-limit - - 3.09M static 2020-11-20 22:22 dilos_2.0.2.76-20201122-1-0-int2-zfs2-rename NR / 3.16G static 2020-11-22 03:11 root@zfs-t1:/var/tmp/test_results/20201122T031835/rootpool/rootpool_003_neg# cat merged ASSERTION: system related filesystems can not be renamed or destroyed ERROR: zfs rename rpool/ROOT/dilos_2.0.2.76-20201122-1-0-int2-zfs2-rename rpool/newfs unexpectedly exited 0 ``` this operation shouldn't be possible if we are booted from activated bootfs dataset ### Include any warning/errors/backtraces from the system logs <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
1.0
degradation with bootfs after commit https://github.com/openzfs/zfs/commit/7b4e27232dec4595ef842ce7c0e31aafd255a20a - <!-- Please fill out the following template, which will help other contributors address your issue. --> <!-- Thank you for reporting an issue. *IMPORTANT* - Please check our issue tracker before opening a new issue. Additional valuable information can be found in the OpenZFS documentation and mailing list archives. Please fill in as much of the template as possible. --> ### System information <!-- add version after "|" character --> Type | Version/Name --- | --- Distribution Name | DilOS Distribution Version | Linux Kernel | Architecture | ZFS Version | SPL Version | <!-- Commands to find ZFS/SPL versions: modinfo zfs | grep -iw version modinfo spl | grep -iw version --> ### Describe the problem you're observing we are using BEADM = Boot Environment Adm with rpool and manage boot process with bootfs snapshots. i try to port https://github.com/openzfs/zfs/commit/7b4e27232dec4595ef842ce7c0e31aafd255a20a to DilOS and have found degradations with test rpoolpool - it's possible rename primary boot dataset and it is big danger. ### Describe how to reproduce the problem ``` root@zfs-t1:~# beadm list BE Active Mountpoint Space Policy Created dilos_2011090914 - - 2.30M static 2020-11-09 20:17 dilos_2.0.2.74 - - 3.62M static 2020-11-09 23:46 dilos_2.0.2.74-20201110-1-0-int2-mm - - 2.63M static 2020-11-11 02:05 dilos_2.0.2.74-20201111-1-0-int2-zfs-v5 - - 2.54M static 2020-11-12 02:30 dilos_2.0.2.75-20201116-1-0-int2-zfs2 - - 2.88M static 2020-11-16 01:41 dilos_2.0.2.75-20201116-2-0-int2-zfs2 - - 2.79M static 2020-11-16 10:29 dilos_2.0.2.75-20201117-1-0-int2-zfs2-t2 - - 2.68M static 2020-11-17 21:13 dilos_2.0.2.75-20201117-2-0-int2-zfs2-t2 - - 2.49M static 2020-11-17 22:53 dilos_2.0.2.75-loader - - 2.46M static 2020-11-17 23:36 dilos_2.0.2.75-20201117-3-0-int2-zfs2-t2 - - 2.47M static 2020-11-17 23:53 dilos_2.0.2.75-20201118-1-0-int2-zfs2-t2 - - 2.92M static 2020-11-18 11:03 dilos_2.0.2.76 - - 2.99M static 2020-11-18 18:34 dilos_2.0.2.76-20201120-1-0-int2-zfs2-wait - - 3.01M static 2020-11-20 14:14 dilos_2.0.2.76-20201120-3-0-int2-zfs2-wait-limit - - 3.09M static 2020-11-20 22:22 dilos_2.0.2.76-20201122-1-0-int2-zfs2-rename NR / 3.16G static 2020-11-22 03:11 root@zfs-t1:/var/tmp/test_results/20201122T031835/rootpool/rootpool_003_neg# cat merged ASSERTION: system related filesystems can not be renamed or destroyed ERROR: zfs rename rpool/ROOT/dilos_2.0.2.76-20201122-1-0-int2-zfs2-rename rpool/newfs unexpectedly exited 0 ``` this operation shouldn't be possible if we are booted from activated bootfs dataset ### Include any warning/errors/backtraces from the system logs <!-- *IMPORTANT* - Please mark logs and text output from terminal commands or else Github will not display them correctly. An example is provided below. Example: ``` this is an example how log text should be marked (wrap it with ```) ``` -->
defect
degradation with bootfs after commit thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as possible system information type version name distribution name dilos distribution version linux kernel architecture zfs version spl version commands to find zfs spl versions modinfo zfs grep iw version modinfo spl grep iw version describe the problem you re observing we are using beadm boot environment adm with rpool and manage boot process with bootfs snapshots i try to port to dilos and have found degradations with test rpoolpool it s possible rename primary boot dataset and it is big danger describe how to reproduce the problem root zfs beadm list be active mountpoint space policy created dilos static dilos static dilos mm static dilos zfs static dilos static dilos static dilos static dilos static dilos loader static dilos static dilos static dilos static dilos wait static dilos wait limit static dilos rename nr static root zfs var tmp test results rootpool rootpool neg cat merged assertion system related filesystems can not be renamed or destroyed error zfs rename rpool root dilos rename rpool newfs unexpectedly exited this operation shouldn t be possible if we are booted from activated bootfs dataset include any warning errors backtraces from the system logs important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with
1
23,403
3,812,955,310
IssuesEvent
2016-03-27 23:40:13
UNH-OE/wave-tow-tank
https://api.github.com/repos/UNH-OE/wave-tow-tank
closed
Replace upper belt sliding surface
defect in progress urgent
From #65. The UHMW tape is worn out in some areas, which is causing the belt to make a lot of noise during towing. The wear is probably related to the fact that in some spots the tensioning clamp bracket rubs a little (#69 would probably address this). I am going to get a quote on a thicker continuous UHMW strip for the upper sliding surface. This should last quite a while longer, though we may need to install it with sheet metal screws if we can't get adhesive-backed strips that thick.
1.0
Replace upper belt sliding surface - From #65. The UHMW tape is worn out in some areas, which is causing the belt to make a lot of noise during towing. The wear is probably related to the fact that in some spots the tensioning clamp bracket rubs a little (#69 would probably address this). I am going to get a quote on a thicker continuous UHMW strip for the upper sliding surface. This should last quite a while longer, though we may need to install it with sheet metal screws if we can't get adhesive-backed strips that thick.
defect
replace upper belt sliding surface from the uhmw tape is worn out in some areas which is causing the belt to make a lot of noise during towing the wear is probably related to the fact that in some spots the tensioning clamp bracket rubs a little would probably address this i am going to get a quote on a thicker continuous uhmw strip for the upper sliding surface this should last quite a while longer though we may need to install it with sheet metal screws if we can t get adhesive backed strips that thick
1
81,966
31,836,755,895
IssuesEvent
2023-09-14 13:57:32
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: Using Selenium Manager on the Intranet.
I-defect needs-triaging
### What happened? I use Edge as my web browser, and my company only allows me to download WebDriver from Microsoft's domain. Therefore, I always encounter failures when trying to automatically download WebDriver using Selenium Manager. However, I can successfully do so using the third-party library webdriver-manager. Is there any way to resolve this issue? I'm considering switching to Selenium Manager because it's faster. ### How can we reproduce the issue? ```shell from selenium import webdriver from selenium.webdriver.edge.service import Service service = Service() service.creation_flags = CREATE_NO_WINDOW options = webdriver.EdgeOptions() driver = webdriver.Edge(service=service, options=options) driver.get(www.google.com) ``` ### Relevant log output ```shell selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for MicrosoftEdge using Selenium Manager.; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location ``` ### Operating System Windows 10 ### Selenium version 4.12.0 ### What are the browser(s) and version(s) where you see this issue? Edge 116.0.1938.81 ### What are the browser driver(s) and version(s) where you see this issue? Edge 116.0.1938.81 ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: Using Selenium Manager on the Intranet. - ### What happened? I use Edge as my web browser, and my company only allows me to download WebDriver from Microsoft's domain. Therefore, I always encounter failures when trying to automatically download WebDriver using Selenium Manager. However, I can successfully do so using the third-party library webdriver-manager. Is there any way to resolve this issue? I'm considering switching to Selenium Manager because it's faster. ### How can we reproduce the issue? ```shell from selenium import webdriver from selenium.webdriver.edge.service import Service service = Service() service.creation_flags = CREATE_NO_WINDOW options = webdriver.EdgeOptions() driver = webdriver.Edge(service=service, options=options) driver.get(www.google.com) ``` ### Relevant log output ```shell selenium.common.exceptions.NoSuchDriverException: Message: Unable to obtain driver for MicrosoftEdge using Selenium Manager.; For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/driver_location ``` ### Operating System Windows 10 ### Selenium version 4.12.0 ### What are the browser(s) and version(s) where you see this issue? Edge 116.0.1938.81 ### What are the browser driver(s) and version(s) where you see this issue? Edge 116.0.1938.81 ### Are you using Selenium Grid? _No response_
defect
using selenium manager on the intranet what happened i use edge as my web browser and my company only allows me to download webdriver from microsoft s domain therefore i always encounter failures when trying to automatically download webdriver using selenium manager however i can successfully do so using the third party library webdriver manager is there any way to resolve this issue i m considering switching to selenium manager because it s faster how can we reproduce the issue shell from selenium import webdriver from selenium webdriver edge service import service service service service creation flags create no window options webdriver edgeoptions driver webdriver edge service service options options driver get relevant log output shell selenium common exceptions nosuchdriverexception message unable to obtain driver for microsoftedge using selenium manager for documentation on this error please visit operating system windows selenium version what are the browser s and version s where you see this issue edge what are the browser driver s and version s where you see this issue edge are you using selenium grid no response
1
127,840
18,024,364,195
IssuesEvent
2021-09-17 01:07:32
kapseliboi/hoverboard
https://api.github.com/repos/kapseliboi/hoverboard
opened
CVE-2021-3777 (Medium) detected in tmpl-1.0.4.tgz
security vulnerability
## CVE-2021-3777 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary> <p>JavaScript micro templates.</p> <p>Library home page: <a href="https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz">https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz</a></p> <p>Path to dependency file: hoverboard/package.json</p> <p>Path to vulnerable library: hoverboard/node_modules/tmpl/package.json</p> <p> Dependency Hierarchy: - jest-26.6.3.tgz (Root Library) - core-26.6.3.tgz - jest-haste-map-26.6.2.tgz - walker-1.0.7.tgz - makeerror-1.0.11.tgz - :x: **tmpl-1.0.4.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> nodejs-tmpl is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3777>CVE-2021-3777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5">https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5</a></p> <p>Release Date: 2021-09-15</p> <p>Fix Resolution: tmpl - 1.0.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-3777 (Medium) detected in tmpl-1.0.4.tgz - ## CVE-2021-3777 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tmpl-1.0.4.tgz</b></p></summary> <p>JavaScript micro templates.</p> <p>Library home page: <a href="https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz">https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz</a></p> <p>Path to dependency file: hoverboard/package.json</p> <p>Path to vulnerable library: hoverboard/node_modules/tmpl/package.json</p> <p> Dependency Hierarchy: - jest-26.6.3.tgz (Root Library) - core-26.6.3.tgz - jest-haste-map-26.6.2.tgz - walker-1.0.7.tgz - makeerror-1.0.11.tgz - :x: **tmpl-1.0.4.tgz** (Vulnerable Library) <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> nodejs-tmpl is vulnerable to Inefficient Regular Expression Complexity <p>Publish Date: 2021-09-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-3777>CVE-2021-3777</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5">https://github.com/daaku/nodejs-tmpl/releases/tag/v1.0.5</a></p> <p>Release Date: 2021-09-15</p> <p>Fix Resolution: tmpl - 1.0.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_defect
cve medium detected in tmpl tgz cve medium severity vulnerability vulnerable library tmpl tgz javascript micro templates library home page a href path to dependency file hoverboard package json path to vulnerable library hoverboard node modules tmpl package json dependency hierarchy jest tgz root library core tgz jest haste map tgz walker tgz makeerror tgz x tmpl tgz vulnerable library found in base branch main vulnerability details nodejs tmpl is vulnerable to inefficient regular expression complexity publish date url a href cvss score details base score metrics exploitability metrics attack vector n a attack complexity n a privileges required n a user interaction n a scope n a impact metrics confidentiality impact n a integrity impact n a availability impact n a for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tmpl step up your open source security game with whitesource
0
391,691
26,904,155,153
IssuesEvent
2023-02-06 17:41:33
skeletonlabs/skeleton
https://api.github.com/repos/skeletonlabs/skeleton
closed
Delist data table utilities until closer to production ready
documentation administration
We've had the data tables marked a "experimental" for a while, but folks keep using them in production applications. Even against our warning at the top of the documentation. Given this I think we need to take a harder stance to prevent folks using these for now. This will include the following changes: - The data tables page will be delisted from navigation, but still available to link to in case folks need a reference. - Support will take the stance of "use at your own risk" and support will not be provided, outside of sharing the above link. - We'll continue to recommend alternatives for users to use in their own project - We will aim to return to data tables the first opportunity we can - though it'll likely be post launch I understand some folks will be deterred from the library without a first data table solution, but this is not a trivial feature to implement. Our solution will return when ready for primetime.
1.0
Delist data table utilities until closer to production ready - We've had the data tables marked a "experimental" for a while, but folks keep using them in production applications. Even against our warning at the top of the documentation. Given this I think we need to take a harder stance to prevent folks using these for now. This will include the following changes: - The data tables page will be delisted from navigation, but still available to link to in case folks need a reference. - Support will take the stance of "use at your own risk" and support will not be provided, outside of sharing the above link. - We'll continue to recommend alternatives for users to use in their own project - We will aim to return to data tables the first opportunity we can - though it'll likely be post launch I understand some folks will be deterred from the library without a first data table solution, but this is not a trivial feature to implement. Our solution will return when ready for primetime.
non_defect
delist data table utilities until closer to production ready we ve had the data tables marked a experimental for a while but folks keep using them in production applications even against our warning at the top of the documentation given this i think we need to take a harder stance to prevent folks using these for now this will include the following changes the data tables page will be delisted from navigation but still available to link to in case folks need a reference support will take the stance of use at your own risk and support will not be provided outside of sharing the above link we ll continue to recommend alternatives for users to use in their own project we will aim to return to data tables the first opportunity we can though it ll likely be post launch i understand some folks will be deterred from the library without a first data table solution but this is not a trivial feature to implement our solution will return when ready for primetime
0