Unnamed: 0
int64
1
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
7
112
repo_url
stringlengths
36
141
action
stringclasses
3 values
title
stringlengths
3
438
labels
stringlengths
4
308
body
stringlengths
7
254k
index
stringclasses
7 values
text_combine
stringlengths
96
254k
label
stringclasses
2 values
text
stringlengths
96
246k
binary_label
int64
0
1
2,038
6,850,153,623
IssuesEvent
2017-11-14 01:34:51
caskroom/homebrew-cask
https://api.github.com/repos/caskroom/homebrew-cask
closed
_audit_modified_casks: fails or audits multiple Casks
awaiting maintainer feedback
https://travis-ci.org/caskroom/homebrew-cask/builds/301185254 ``` >>> brew cask _audit_modified_casks 6eae398988688a5f1fdf5695ea10794c3da6b4b2...76a94d96f9b2571f373874896da7c7e7aa3c6770 Error: Cask 'abgx360' is unavailable: No Cask with this name exists. ``` ``` (I thought I had a couple of examples for multiple Casks saved but I can't find them) ``` These occur when the contributors fork is outdated (sometimes by only a few hours). It's easily fixed by rebasing the branch against master but on several occasions I've had contributors inadvertently revert the rebase and also any changes that have been made. Looking the the history of the travis scripts there have been several "commit range" workarounds added and removed previously so I not sure if this is a problem we have encountered before, thought I'd ask first before I try to come up with another workaround.
True
_audit_modified_casks: fails or audits multiple Casks - https://travis-ci.org/caskroom/homebrew-cask/builds/301185254 ``` >>> brew cask _audit_modified_casks 6eae398988688a5f1fdf5695ea10794c3da6b4b2...76a94d96f9b2571f373874896da7c7e7aa3c6770 Error: Cask 'abgx360' is unavailable: No Cask with this name exists. ``` ``` (I thought I had a couple of examples for multiple Casks saved but I can't find them) ``` These occur when the contributors fork is outdated (sometimes by only a few hours). It's easily fixed by rebasing the branch against master but on several occasions I've had contributors inadvertently revert the rebase and also any changes that have been made. Looking the the history of the travis scripts there have been several "commit range" workarounds added and removed previously so I not sure if this is a problem we have encountered before, thought I'd ask first before I try to come up with another workaround.
main
audit modified casks fails or audits multiple casks brew cask audit modified casks error cask is unavailable no cask with this name exists i thought i had a couple of examples for multiple casks saved but i can t find them these occur when the contributors fork is outdated sometimes by only a few hours it s easily fixed by rebasing the branch against master but on several occasions i ve had contributors inadvertently revert the rebase and also any changes that have been made looking the the history of the travis scripts there have been several commit range workarounds added and removed previously so i not sure if this is a problem we have encountered before thought i d ask first before i try to come up with another workaround
1
49,805
6,260,617,429
IssuesEvent
2017-07-14 21:07:23
blockstack/designs
https://api.github.com/repos/blockstack/designs
closed
create sketch/invision craft shared logo asset library
design production v3.1.0
Create Sketch/InVision Craft shared logo asset library for design team
1.0
create sketch/invision craft shared logo asset library - Create Sketch/InVision Craft shared logo asset library for design team
non_main
create sketch invision craft shared logo asset library create sketch invision craft shared logo asset library for design team
0
76,184
9,921,627,362
IssuesEvent
2019-06-30 19:55:46
SFTtech/openage
https://api.github.com/repos/SFTtech/openage
closed
Release process is undocumented
documentation packaging
We are missing documentation on how to release a new Version. This needs to be fixed ASAP, probably while releasing `0.4.0`, which i should have done two weeks ago. See also #1133
1.0
Release process is undocumented - We are missing documentation on how to release a new Version. This needs to be fixed ASAP, probably while releasing `0.4.0`, which i should have done two weeks ago. See also #1133
non_main
release process is undocumented we are missing documentation on how to release a new version this needs to be fixed asap probably while releasing which i should have done two weeks ago see also
0
3,854
17,013,880,371
IssuesEvent
2021-07-02 09:13:53
RalfKoban/MiKo-Analyzers
https://api.github.com/repos/RalfKoban/MiKo-Analyzers
opened
Provide an analyzer for Moq Verify calls
Area: analyzer Area: maintainability feasability unclear feature
If a test uses Moq mocks, they can be set up to behave in a specific way. Then that behavior can be marked to be verified, by calling ```c# mock.Setup(_ => _DoSomething()).Verifiable(); ``` Now that behavior to verify needs to be verified by a call to ```c# mock.Verify(); // - or - mock.VerifyAll(); ``` However, it may happen that the developer forgets to call `.Verifiable()`, hence the complete `.Verify()` call will not report any issue, making the complete test "useless". So we need an analyzer that checks if `.Verifiable()` calls are done if the test contains a `.Verify()` call.
True
Provide an analyzer for Moq Verify calls - If a test uses Moq mocks, they can be set up to behave in a specific way. Then that behavior can be marked to be verified, by calling ```c# mock.Setup(_ => _DoSomething()).Verifiable(); ``` Now that behavior to verify needs to be verified by a call to ```c# mock.Verify(); // - or - mock.VerifyAll(); ``` However, it may happen that the developer forgets to call `.Verifiable()`, hence the complete `.Verify()` call will not report any issue, making the complete test "useless". So we need an analyzer that checks if `.Verifiable()` calls are done if the test contains a `.Verify()` call.
main
provide an analyzer for moq verify calls if a test uses moq mocks they can be set up to behave in a specific way then that behavior can be marked to be verified by calling c mock setup dosomething verifiable now that behavior to verify needs to be verified by a call to c mock verify or mock verifyall however it may happen that the developer forgets to call verifiable hence the complete verify call will not report any issue making the complete test useless so we need an analyzer that checks if verifiable calls are done if the test contains a verify call
1
4,745
24,480,407,921
IssuesEvent
2022-10-08 19:00:26
centerofci/mathesar
https://api.github.com/repos/centerofci/mathesar
opened
Cell Context menu event should maintain the cell selection when triggered within the selection
type: enhancement work: frontend status: ready restricted: maintainers
## Steps to reproduce 1. Select a block of cells. 1. Trigger the context menu on a cell outside the selected block. 1. Observe the cell selection to change, selecting only the cell on which the context menu was triggered. (good) 1. Select a block of cells again. 1. Trigger the context menu on a cell _inside_ the selected block. 1. Expect the cell selection to remain unchanged when the context menu opens. This behavior will be important when/if we add actions within the context menu that operate on multiple cells/rows/columns. 1. Observe the cell selection to change, selecting only the cell on which the context menu was triggered. (bad)
True
Cell Context menu event should maintain the cell selection when triggered within the selection - ## Steps to reproduce 1. Select a block of cells. 1. Trigger the context menu on a cell outside the selected block. 1. Observe the cell selection to change, selecting only the cell on which the context menu was triggered. (good) 1. Select a block of cells again. 1. Trigger the context menu on a cell _inside_ the selected block. 1. Expect the cell selection to remain unchanged when the context menu opens. This behavior will be important when/if we add actions within the context menu that operate on multiple cells/rows/columns. 1. Observe the cell selection to change, selecting only the cell on which the context menu was triggered. (bad)
main
cell context menu event should maintain the cell selection when triggered within the selection steps to reproduce select a block of cells trigger the context menu on a cell outside the selected block observe the cell selection to change selecting only the cell on which the context menu was triggered good select a block of cells again trigger the context menu on a cell inside the selected block expect the cell selection to remain unchanged when the context menu opens this behavior will be important when if we add actions within the context menu that operate on multiple cells rows columns observe the cell selection to change selecting only the cell on which the context menu was triggered bad
1
111,792
14,146,302,632
IssuesEvent
2020-11-10 19:00:29
newjersey/dhs-oneapp
https://api.github.com/repos/newjersey/dhs-oneapp
opened
Identify, recruit, and schedule users for testing quick submit
design
- Identify applicants to test with - Identify outreach workers to test with - Identify caseworkers to test with, assuming we can convince Alecia to give us access - Prep calendar - Send out recruitment emails - Schedule sessions
1.0
Identify, recruit, and schedule users for testing quick submit - - Identify applicants to test with - Identify outreach workers to test with - Identify caseworkers to test with, assuming we can convince Alecia to give us access - Prep calendar - Send out recruitment emails - Schedule sessions
non_main
identify recruit and schedule users for testing quick submit identify applicants to test with identify outreach workers to test with identify caseworkers to test with assuming we can convince alecia to give us access prep calendar send out recruitment emails schedule sessions
0
1,029
4,822,882,376
IssuesEvent
2016-11-06 03:00:09
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
yum module doesn't validate that RPM could be downloaded before reading
affects_2.3 bug_report in progress waiting_on_maintainer
##### ISSUE TYPE Bug Report ##### COMPONENT NAME `yum` ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.3.0 (type-filter a6feeee50f) last updated 2016/10/28 15:41:12 (GMT -500) ``` ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY The `yum` module, in `fetch_rpm_from_url` does not attempt to validate that the request made and returned by `fetch_url` was successful, and instead immediately tried to `read` from that response causing: ``` 'NoneType' object has no attribute 'read' ``` ##### STEPS TO REPRODUCE Try installing an RPM via `yum` that causes `fetch_url` to fail downloading. ##### EXPECTED RESULTS The error message returned from `fetch_url` as part of `info` should be displayed instead of trying to read from None. ##### ACTUAL RESULTS ``` fatal: [haproxy.dev]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"conf_file": null, "disable_gpg_check": false, "disablerepo": null, "enablerepo": null, "exclude": null, "install_repoquery": true, "list": null, "name": ["https://centos7.iuscommunity.org/ius-release.rpm"], "state": "present", "update_cache": false, "validate_certs": true}, "module_name": "yum"}, "msg": "Failure downloading https://centos7.iuscommunity.org/ius-release.rpm, 'NoneType' object has no attribute 'read'"} ```
True
yum module doesn't validate that RPM could be downloaded before reading - ##### ISSUE TYPE Bug Report ##### COMPONENT NAME `yum` ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.3.0 (type-filter a6feeee50f) last updated 2016/10/28 15:41:12 (GMT -500) ``` ##### CONFIGURATION N/A ##### OS / ENVIRONMENT N/A ##### SUMMARY The `yum` module, in `fetch_rpm_from_url` does not attempt to validate that the request made and returned by `fetch_url` was successful, and instead immediately tried to `read` from that response causing: ``` 'NoneType' object has no attribute 'read' ``` ##### STEPS TO REPRODUCE Try installing an RPM via `yum` that causes `fetch_url` to fail downloading. ##### EXPECTED RESULTS The error message returned from `fetch_url` as part of `info` should be displayed instead of trying to read from None. ##### ACTUAL RESULTS ``` fatal: [haproxy.dev]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_args": {"conf_file": null, "disable_gpg_check": false, "disablerepo": null, "enablerepo": null, "exclude": null, "install_repoquery": true, "list": null, "name": ["https://centos7.iuscommunity.org/ius-release.rpm"], "state": "present", "update_cache": false, "validate_certs": true}, "module_name": "yum"}, "msg": "Failure downloading https://centos7.iuscommunity.org/ius-release.rpm, 'NoneType' object has no attribute 'read'"} ```
main
yum module doesn t validate that rpm could be downloaded before reading issue type bug report component name yum ansible version ansible type filter last updated gmt configuration n a os environment n a summary the yum module in fetch rpm from url does not attempt to validate that the request made and returned by fetch url was successful and instead immediately tried to read from that response causing nonetype object has no attribute read steps to reproduce try installing an rpm via yum that causes fetch url to fail downloading expected results the error message returned from fetch url as part of info should be displayed instead of trying to read from none actual results fatal failed changed false failed true invocation module args conf file null disable gpg check false disablerepo null enablerepo null exclude null install repoquery true list null name state present update cache false validate certs true module name yum msg failure downloading nonetype object has no attribute read
1
25,588
11,198,456,622
IssuesEvent
2020-01-03 15:59:40
TrapTeamCCNZ/forntenddisaster
https://api.github.com/repos/TrapTeamCCNZ/forntenddisaster
opened
CVE-2019-20149 (Medium) detected in multiple libraries
security vulnerability
## CVE-2019-20149 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>kind-of-3.2.2.tgz</b>, <b>kind-of-4.0.0.tgz</b>, <b>kind-of-6.0.2.tgz</b>, <b>kind-of-2.0.1.tgz</b>, <b>kind-of-5.1.0.tgz</b></p></summary> <p> <details><summary><b>kind-of-3.2.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/snapdragon-util/node_modules/kind-of/package.json,/tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/snapdragon-util/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - class-utils-0.3.6.tgz - static-extend-0.1.2.tgz - object-copy-0.1.0.tgz - :x: **kind-of-3.2.2.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-4.0.0.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz">https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/has-values/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - has-value-1.0.0.tgz - has-values-1.0.0.tgz - :x: **kind-of-4.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-6.0.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-2.0.1.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz">https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz</a></p> <p> Dependency Hierarchy: - snyk-1.253.0.tgz (Root Library) - snyk-gradle-plugin-3.2.2.tgz - clone-deep-0.3.0.tgz - shallow-clone-0.1.2.tgz - :x: **kind-of-2.0.1.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-5.1.0.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz">https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/is-descriptor/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - define-property-0.2.5.tgz - is-descriptor-0.1.6.tgz - :x: **kind-of-5.1.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/TrapTeamCCNZ/forntenddisaster/commit/b641e2f87c821f721115e93b26985cff5d755a2c">b641e2f87c821f721115e93b26985cff5d755a2c</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. <p>Publish Date: 2019-12-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2019-20149 (Medium) detected in multiple libraries - ## CVE-2019-20149 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>kind-of-3.2.2.tgz</b>, <b>kind-of-4.0.0.tgz</b>, <b>kind-of-6.0.2.tgz</b>, <b>kind-of-2.0.1.tgz</b>, <b>kind-of-5.1.0.tgz</b></p></summary> <p> <details><summary><b>kind-of-3.2.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/snapdragon-util/node_modules/kind-of/package.json,/tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/snapdragon-util/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - class-utils-0.3.6.tgz - static-extend-0.1.2.tgz - object-copy-0.1.0.tgz - :x: **kind-of-3.2.2.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-4.0.0.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz">https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/has-values/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - cache-base-1.0.1.tgz - has-value-1.0.0.tgz - has-values-1.0.0.tgz - :x: **kind-of-4.0.0.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-6.0.2.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz">https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - :x: **kind-of-6.0.2.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-2.0.1.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz">https://registry.npmjs.org/kind-of/-/kind-of-2.0.1.tgz</a></p> <p> Dependency Hierarchy: - snyk-1.253.0.tgz (Root Library) - snyk-gradle-plugin-3.2.2.tgz - clone-deep-0.3.0.tgz - shallow-clone-0.1.2.tgz - :x: **kind-of-2.0.1.tgz** (Vulnerable Library) </details> <details><summary><b>kind-of-5.1.0.tgz</b></p></summary> <p>Get the native type of a value.</p> <p>Library home page: <a href="https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz">https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz</a></p> <p>Path to dependency file: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/package.json</p> <p>Path to vulnerable library: /tmp/archiveExtraction_6a827ae5-7a6b-4164-b3b9-8bf5e433a00b/20200103154635_60307/ws-scm_depth_0/forntenddisaster/AdminLTE-3.0.0-rc.6/AdminLTE-3.0.0-rc.6/node_modules/is-descriptor/node_modules/kind-of/package.json</p> <p> Dependency Hierarchy: - browser-sync-2.26.7.tgz (Root Library) - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - define-property-0.2.5.tgz - is-descriptor-0.1.6.tgz - :x: **kind-of-5.1.0.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/TrapTeamCCNZ/forntenddisaster/commit/b641e2f87c821f721115e93b26985cff5d755a2c">b641e2f87c821f721115e93b26985cff5d755a2c</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> ctorName in index.js in kind-of v6.0.2 allows external user input to overwrite certain internal attributes via a conflicting name, as demonstrated by 'constructor': {'name':'Symbol'}. Hence, a crafted payload can overwrite this builtin attribute to manipulate the type detection result. <p>Publish Date: 2019-12-30 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-20149>CVE-2019-20149</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics not available</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries kind of tgz kind of tgz kind of tgz kind of tgz kind of tgz kind of tgz get the native type of a value library home page a href path to dependency file tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc package json path to vulnerable library tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc node modules snapdragon util node modules kind of package json tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc node modules snapdragon util node modules kind of package json dependency hierarchy browser sync tgz root library micromatch tgz snapdragon tgz base tgz class utils tgz static extend tgz object copy tgz x kind of tgz vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc package json path to vulnerable library tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc node modules has values node modules kind of package json dependency hierarchy browser sync tgz root library micromatch tgz snapdragon tgz base tgz cache base tgz has value tgz has values tgz x kind of tgz vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc package json path to vulnerable library tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc node modules kind of package json dependency hierarchy browser sync tgz root library micromatch tgz x kind of tgz vulnerable library kind of tgz get the native type of a value library home page a href dependency hierarchy snyk tgz root library snyk gradle plugin tgz clone deep tgz shallow clone tgz x kind of tgz vulnerable library kind of tgz get the native type of a value library home page a href path to dependency file tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc package json path to vulnerable library tmp archiveextraction ws scm depth forntenddisaster adminlte rc adminlte rc node modules is descriptor node modules kind of package json dependency hierarchy browser sync tgz root library micromatch tgz snapdragon tgz define property tgz is descriptor tgz x kind of tgz vulnerable library found in head commit a href vulnerability details ctorname in index js in kind of allows external user input to overwrite certain internal attributes via a conflicting name as demonstrated by constructor name symbol hence a crafted payload can overwrite this builtin attribute to manipulate the type detection result publish date url a href cvss score details base score metrics not available step up your open source security game with whitesource
0
1,716
6,574,472,161
IssuesEvent
2017-09-11 13:01:09
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Windows Setup Module Doesn't Work If Running As SYSTEM
affects_2.2 bug_report waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> Windows setup module (setup.ps1) ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> Not applicable. ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> Not applicable. ##### SUMMARY In commit 6225614d5fa73a9182e7b7fa8d8d7d8fa8e00c56 (PR #3777), additional properties were to the the facts that Ansible gathers for Windows to bring them more in line with what Unix machines return for facts. In particular, this line appears assumes that the user account has an account domain sid: ```powershell Set-Attr $result.ansible_facts "ansible_machine_id" $user.User.AccountDomainSid.Value ``` However, with custom transports, an ansible command may be executed with an account that *doesn't* have a domain sid, such as a custom transport that uses an agent installed to execute commands directly as `SYSTEM`. Since system doesn't have a an AccountDomainSid, it is unable to fetch a Value for it, and we promptly die. I would be happy to contribute a patch for this, I'm just not sure about who else is depending on this `ansible_machine_id` property (and really what people are using it for tbh). ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> I'm currently executing via a custom transport (it's closed source right now, but will be pushing upstream as soon as I can) that executes commands as SYSTEM. To reproduce this, execute the setup module as SYSTEM. ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> I expected everything to work properly. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> The setup module fails and we're seeing the following (sorry about the formatting): <!--- Paste verbatim command output between quotes below --> ``` {"exception":"At C:\\Windows\\TEMP\\ansible-tmp-1478196574.65-49351933792000\\setup.ps1:363 char:1\r\n+ Set-Attr $result.ansible_facts \\"ansible_machine_id\\" $user.User.AccountDomainSid. ...\r\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~","msg":"The property \\u0027Value\\u0027 cannot be found on this object. Verify that the property exists.","failed":true} ```
True
Windows Setup Module Doesn't Work If Running As SYSTEM - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> Windows setup module (setup.ps1) ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> Not applicable. ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> Not applicable. ##### SUMMARY In commit 6225614d5fa73a9182e7b7fa8d8d7d8fa8e00c56 (PR #3777), additional properties were to the the facts that Ansible gathers for Windows to bring them more in line with what Unix machines return for facts. In particular, this line appears assumes that the user account has an account domain sid: ```powershell Set-Attr $result.ansible_facts "ansible_machine_id" $user.User.AccountDomainSid.Value ``` However, with custom transports, an ansible command may be executed with an account that *doesn't* have a domain sid, such as a custom transport that uses an agent installed to execute commands directly as `SYSTEM`. Since system doesn't have a an AccountDomainSid, it is unable to fetch a Value for it, and we promptly die. I would be happy to contribute a patch for this, I'm just not sure about who else is depending on this `ansible_machine_id` property (and really what people are using it for tbh). ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> I'm currently executing via a custom transport (it's closed source right now, but will be pushing upstream as soon as I can) that executes commands as SYSTEM. To reproduce this, execute the setup module as SYSTEM. ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> I expected everything to work properly. ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> The setup module fails and we're seeing the following (sorry about the formatting): <!--- Paste verbatim command output between quotes below --> ``` {"exception":"At C:\\Windows\\TEMP\\ansible-tmp-1478196574.65-49351933792000\\setup.ps1:363 char:1\r\n+ Set-Attr $result.ansible_facts \\"ansible_machine_id\\" $user.User.AccountDomainSid. ...\r\n+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~","msg":"The property \\u0027Value\\u0027 cannot be found on this object. Verify that the property exists.","failed":true} ```
main
windows setup module doesn t work if running as system issue type bug report component name windows setup module setup ansible version ansible configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables not applicable os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific not applicable summary in commit pr additional properties were to the the facts that ansible gathers for windows to bring them more in line with what unix machines return for facts in particular this line appears assumes that the user account has an account domain sid powershell set attr result ansible facts ansible machine id user user accountdomainsid value however with custom transports an ansible command may be executed with an account that doesn t have a domain sid such as a custom transport that uses an agent installed to execute commands directly as system since system doesn t have a an accountdomainsid it is unable to fetch a value for it and we promptly die i would be happy to contribute a patch for this i m just not sure about who else is depending on this ansible machine id property and really what people are using it for tbh steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used i m currently executing via a custom transport it s closed source right now but will be pushing upstream as soon as i can that executes commands as system to reproduce this execute the setup module as system expected results i expected everything to work properly actual results the setup module fails and we re seeing the following sorry about the formatting exception at c windows temp ansible tmp setup char r n set attr result ansible facts ansible machine id user user accountdomainsid r n msg the property cannot be found on this object verify that the property exists failed true
1
36,243
17,572,443,840
IssuesEvent
2021-08-15 00:54:48
UpVent/upvent.codes
https://api.github.com/repos/UpVent/upvent.codes
closed
[Django] Try to cache some views
help wanted UI/UX Performance Django :snake: SEO :mag:
Some views of this site don't change often (or don't change at all), for this, it is important to cache our views to improve loading times on recurring devices.
True
[Django] Try to cache some views - Some views of this site don't change often (or don't change at all), for this, it is important to cache our views to improve loading times on recurring devices.
non_main
try to cache some views some views of this site don t change often or don t change at all for this it is important to cache our views to improve loading times on recurring devices
0
864
4,533,515,141
IssuesEvent
2016-09-08 11:54:36
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
F5 LTM Error: ansible requires the stdlib json or simplejson module, neither was found
bug_report networking waiting_on_maintainer
#### Issue Type: - Bug Report #### Component Name: bigip_facts #### Ansible Version: #### Summary: @mhite @caphrim007 I can't seem to get Ansible to talk to my F5 (BIG-IP 11.6.0 Build 6.0.442 Hotfix HF6). I get: `error fatal: [f5ltm1.mydomain.com]: FAILED! => {"changed": false, "failed": true, "msg": "Error: ansible requires the stdlib json or simplejson module, neither was found!"}` ``` ansible@ansible:~$ python -V Python 2.7.12 ansible@ansible:~$ pip list | grep json simple-json (1.1) simplejson (3.3.1) ansible@ansible:~$ pip list | grep bigsuds bigsuds (1.0.4) ansible@ansible:~$ ansible --version ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` I've tried two variations on the pb: ``` --- # file bigip-test.yml # ... - hosts: loadbalancers tasks: - name: "Collect BIG-IP facts" bigip_facts: include: "interface,vlan" password: ansible server: f5ltm1.mydomain.com user: ansible delegate_to: localhost ``` and ``` --- # file bigip-test.yml # ... - hosts: loadbalancers tasks: - name: Collect BIG-IP facts local_action: > bigip_facts server=f5ltm1.mydomain.com user=ansible password=ansible include=interface,vlan ``` YAML syntax has been validated locally, please ignore any issues here with syntax /etc/ansible/hosts: ``` [loadbalancers] f5ltm1.mydomain.com ``` SSH & Ping to the LTM are also fine. If anyone has had a similar problem and found a solution, please let me know.
True
F5 LTM Error: ansible requires the stdlib json or simplejson module, neither was found - #### Issue Type: - Bug Report #### Component Name: bigip_facts #### Ansible Version: #### Summary: @mhite @caphrim007 I can't seem to get Ansible to talk to my F5 (BIG-IP 11.6.0 Build 6.0.442 Hotfix HF6). I get: `error fatal: [f5ltm1.mydomain.com]: FAILED! => {"changed": false, "failed": true, "msg": "Error: ansible requires the stdlib json or simplejson module, neither was found!"}` ``` ansible@ansible:~$ python -V Python 2.7.12 ansible@ansible:~$ pip list | grep json simple-json (1.1) simplejson (3.3.1) ansible@ansible:~$ pip list | grep bigsuds bigsuds (1.0.4) ansible@ansible:~$ ansible --version ansible 2.1.0.0 config file = /etc/ansible/ansible.cfg configured module search path = Default w/o overrides ``` I've tried two variations on the pb: ``` --- # file bigip-test.yml # ... - hosts: loadbalancers tasks: - name: "Collect BIG-IP facts" bigip_facts: include: "interface,vlan" password: ansible server: f5ltm1.mydomain.com user: ansible delegate_to: localhost ``` and ``` --- # file bigip-test.yml # ... - hosts: loadbalancers tasks: - name: Collect BIG-IP facts local_action: > bigip_facts server=f5ltm1.mydomain.com user=ansible password=ansible include=interface,vlan ``` YAML syntax has been validated locally, please ignore any issues here with syntax /etc/ansible/hosts: ``` [loadbalancers] f5ltm1.mydomain.com ``` SSH & Ping to the LTM are also fine. If anyone has had a similar problem and found a solution, please let me know.
main
ltm error ansible requires the stdlib json or simplejson module neither was found issue type bug report component name bigip facts ansible version summary mhite i can t seem to get ansible to talk to my big ip build hotfix i get error fatal failed changed false failed true msg error ansible requires the stdlib json or simplejson module neither was found ansible ansible python v python ansible ansible pip list grep json simple json simplejson ansible ansible pip list grep bigsuds bigsuds ansible ansible ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides i ve tried two variations on the pb file bigip test yml hosts loadbalancers tasks name collect big ip facts bigip facts include interface vlan password ansible server mydomain com user ansible delegate to localhost and file bigip test yml hosts loadbalancers tasks name collect big ip facts local action bigip facts server mydomain com user ansible password ansible include interface vlan yaml syntax has been validated locally please ignore any issues here with syntax etc ansible hosts mydomain com ssh ping to the ltm are also fine if anyone has had a similar problem and found a solution please let me know
1
2,103
7,111,562,637
IssuesEvent
2018-01-17 14:35:59
webgem-xyz/UVA-React
https://api.github.com/repos/webgem-xyz/UVA-React
opened
Move sync state and adding functions to App.js
bug enhancement maintainability
Measurements sync, Adding mesurements and media functions should be moved to App.js ## How we do it now - Every component that needs measurements we resync the measurement. - The Add & AddMedia Components Sync the whole measurements. - The function that adds the data is inside the Add & AddMedia Component. ## Why does this need improving. - This request the data way more often that needed. - We repeat the same code multiple times. - Longer loading times. ## What would we need to change. - Move the ComponentWillMount sync state to the App.js and pass the measurements as a prop. - Move the AddMeasurement function to App.js and pass it down as a function - Move the AddMedia function to App.js and pass it down as a function. ## What files are affected. - add/index.js - addMedia/index.js - measurement/index.js - App.js ## Estimated time needed to change. This should take a max 1-2 hours.
True
Move sync state and adding functions to App.js - Measurements sync, Adding mesurements and media functions should be moved to App.js ## How we do it now - Every component that needs measurements we resync the measurement. - The Add & AddMedia Components Sync the whole measurements. - The function that adds the data is inside the Add & AddMedia Component. ## Why does this need improving. - This request the data way more often that needed. - We repeat the same code multiple times. - Longer loading times. ## What would we need to change. - Move the ComponentWillMount sync state to the App.js and pass the measurements as a prop. - Move the AddMeasurement function to App.js and pass it down as a function - Move the AddMedia function to App.js and pass it down as a function. ## What files are affected. - add/index.js - addMedia/index.js - measurement/index.js - App.js ## Estimated time needed to change. This should take a max 1-2 hours.
main
move sync state and adding functions to app js measurements sync adding mesurements and media functions should be moved to app js how we do it now every component that needs measurements we resync the measurement the add addmedia components sync the whole measurements the function that adds the data is inside the add addmedia component why does this need improving this request the data way more often that needed we repeat the same code multiple times longer loading times what would we need to change move the componentwillmount sync state to the app js and pass the measurements as a prop move the addmeasurement function to app js and pass it down as a function move the addmedia function to app js and pass it down as a function what files are affected add index js addmedia index js measurement index js app js estimated time needed to change this should take a max hours
1
124,378
26,447,233,217
IssuesEvent
2023-01-16 08:28:24
Regalis11/Barotrauma
https://api.github.com/repos/Regalis11/Barotrauma
closed
Random crash
Bug Code Crash Networking
### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [X] My issue happened while using mods. ### What happened? The sub docked to a station. After loading, the game crash. Rejoining the server, the following error occurs. ![CF31AP`XY`V4X)5TAQO2IBN](https://user-images.githubusercontent.com/99462070/209336389-6899a668-eb42-413b-9b3b-0548fe5f24c5.png) ### Reproduction steps _No response_ ### Bug prevalence Happens every now and then ### Version 0.20.16.1 ### - _No response_ ### Which operating system did you encounter this bug on? Windows ### Relevant error messages and crash reports ```shell Barotrauma Client crash report (generated on 12/23/2022 20:21:01) Barotrauma seems to have crashed. Sorry for the inconvenience! B1E3E2D3D6E9C339D6CB342EC5799AD4 Game version 0.20.16.1 (ReleaseWindows, branch master, revision 5807900556) Graphics mode: 1920x1080 (BorderlessWindowed) VSync OFF Language: English Selected content packages: Vanilla, Neurotrauma, Neurotrauma Cybernetics, Neurotrauma Cybernetics 中文补丁, BaroTraumatic, Improved Husks, Husk Mod Missions, EuropaWar, EuropaWar_Vanilla, Pirates Ahoy!, Acolyte Job, Acolyte 中文补丁, Playable Mudraptor (Magenta Mix), (半成品,未测试)Playable Mudraptor (Magenta Mix)中文补丁, More Artifacts (AOCS), More Artifacts 中文补丁, More Unique Weapons, More Unique Weapons 中文补丁, project shipwrecks, Pirates of the European /扩展与更强的海盗船, AeonBeaconStations, Extended Upgrades, Material IO, BVTA Extension, Backpacks - No Encumbrance, Backpack 中文补丁, Let Them All In, Biff's Labs Level seed: Vellamo's Crevasse Loaded submarine: “摆烂”级装甲运输舰 (AAC83E84BFB44C064F3C8F6C3A4BD014) Selected screen: Barotrauma.GameScreen SteamManager initialized Client (Round had started) System info: Operating system: Microsoft Windows NT 10.0.19044.0 64 bit GPU name: NVIDIA GeForce GTX 1650 Display mode: {Width:1920 Height:1080 Format:Color AspectRatio:1.7777778} GPU status: Normal Exception: A read lock may not be acquired with the write lock held in this mode. (System.Threading.LockRecursionException) Target site: Boolean TryEnterReadLockCore(TimeoutTracker) Stack trace: at System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker timeout) at Barotrauma.PrefabSelector`1.get_ActivePrefab() at Barotrauma.PrefabCollection`1.get_Item(Identifier identifier) at Barotrauma.CharacterInfo.get_Prefab() at Barotrauma.WearableSprite.ParsePath(Boolean parseSpritePath) at Barotrauma.WearableSprite.Init(Character picker) at Barotrauma.Items.Components.Wearable.Equip(Character character) at Barotrauma.Item.Equip_Patch0(Item this, Character character) at Barotrauma.CharacterInventory.TryPutItem(Item item, Character user, IEnumerable`1 allowedSlots, Boolean createNetworkEvent, Boolean ignoreCondition) at Barotrauma.CharacterInventory.TryPutItem(Item item, Int32 index, Boolean allowSwapping, Boolean allowCombine, Character user, Boolean createNetworkEvent, Boolean ignoreCondition) at Barotrauma.Inventory.ApplyReceivedState() at Barotrauma.Character.Remove() at Barotrauma.Character.RemoveByPrefab(CharacterPrefab prefab) at Barotrauma.CharacterPrefab.Dispose() at Barotrauma.PrefabSelector`1.RemoveInternal(T prefab) at Barotrauma.PrefabSelector`1.RemoveByFile(ContentFile file, Action`1 callback) at Barotrauma.PrefabCollection`1.RemoveByFile(ContentFile file) at Barotrauma.CharacterFile.UnloadFile() at Barotrauma.ContentPackage.<>c.<UnloadContent>b__53_0(ContentFile f) at Barotrauma.Extensions.IEnumerableExtensions.ForEach[T](IEnumerable`1 source, Action`1 action) at Barotrauma.ContentPackage.UnloadContent() at Barotrauma.ContentPackageManager.EnabledPackages.<>c.<SetRegularEnumerable>b__15_3(RegularPackage r) at Barotrauma.Extensions.IEnumerableExtensions.ForEach[T](IEnumerable`1 source, Action`1 action) at Barotrauma.ContentPackageManager.EnabledPackages.SetRegularEnumerable(IReadOnlyList`1 inNewRegular)+MoveNext() at Barotrauma.Extensions.IEnumerableExtensions.Consume[T](IEnumerable`1 enumerable) at Barotrauma.ContentPackageManager.EnabledPackages.SetRegular(IReadOnlyList`1 newRegular) at Barotrauma.ContentPackageManager.EnabledPackages.Restore() at Barotrauma.Networking.GameClient.OnClientPeerDisconnect(PeerDisconnectPacket disconnectPacket) at Barotrauma.Networking.LidgrenClientPeer.Close(PeerDisconnectPacket peerDisconnectPacket) at Barotrauma.Networking.GameClient.Quit() at Barotrauma.Networking.GameClient.Update(Single deltaTime) at Barotrauma.GameMain.Update(GameTime gameTime) at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime) at Microsoft.Xna.Framework.Game.Tick() at Microsoft.Xna.Framework.SdlGamePlatform.RunLoop() at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) at Microsoft.Xna.Framework.Game.Run() at Barotrauma.Program.Main(String[] args) Last debug messages: [12/23/2022 20:21:01] Stopping Lua... [12/23/2022 20:21:01] Error while reading a message from server. Exception thrown while reading segment EntityEvent at position 16. Inner exception: ID 4162 is taken by Oxygen Tank (ID: 4162) at Barotrauma.Entity..ctor(Submarine submarine, UInt16 id) at Barotrauma.MapEntity..ctor(MapEntityPrefab prefab, Submarine submarine, UInt16 id) at Barotrauma.Item..ctor(Rectangle newRect, ItemPrefab itemPrefab, Submarine submarine, Boolean callOnItemLoaded, UInt16 id) at Barotrauma.Item..ctor(ItemPrefab itemPrefab, Vector2 position, Submarine submarine, UInt16 id, Boolean callOnItemLoaded) at Barotrauma.Item.ReadSpawnData(IReadMessage msg, Boolean spawn) at Barotrauma.EntitySpawner.ClientEventRead(IReadMessage message, Single sendingTime) at Barotrauma.Networking.ClientEntityEventManager.Read(ServerNetSegment type, IReadMessage msg, Single sendingTime, List`1 entities) at Barotrauma.Networking.GameClient.<>c__DisplayClass116_0.<ReadIngameUpdate>b__0(ServerNetSegment segment, IReadMessage inc) at Barotrauma.Networking.SegmentTableReader`1.Read(IReadMessage msg, SegmentDataReader segmentDataReader, ExceptionHandler exceptionHandler) [12/23/2022 20:21:01] Failed to spawn item Welding Fuel Tank {ID 4162 is taken by Oxygen Tank (ID: 4162)} at Barotrauma.Entity..ctor(Submarine submarine, UInt16 id) at Barotrauma.MapEntity..ctor(MapEntityPrefab prefab, Submarine submarine, UInt16 id) at Barotrauma.Item..ctor(Rectangle newRect, ItemPrefab itemPrefab, Submarine submarine, Boolean callOnItemLoaded, UInt16 id) at Barotrauma.Item..ctor(ItemPrefab itemPrefab, Vector2 position, Submarine submarine, UInt16 id, Boolean callOnItemLoaded) at Barotrauma.Item.ReadSpawnData(IReadMessage msg, Boolean spawn) [12/23/2022 20:21:00] Received STARTGAMEFINALIZE packet. Round init status: Started [12/23/2022 20:21:00] -24: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -23: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -22: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -21: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -20: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -19: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -18: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -17: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -16: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -15: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -14: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -13: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -12: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -11: LobbyQuery.RequestAsync (8), WaitingForActivation [12/23/2022 20:21:00] -10: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -9: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -8: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -7: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -6: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -5: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -4: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -3: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -2: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -1: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -0: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] Task count: 25 [12/23/2022 20:21:00] Received STARTGAMEFINALIZE packet. Round init status: WaitingForStartGameFinalize [12/23/2022 20:20:57] Could not find a suitable module for the location type LocationType (Outpost). Module flag: MedicalModule. [12/23/2022 20:20:56] Generating an outpost for the start of the level... (Location: Vellamo's Crevasse前哨站, level type: Outpost) [12/23/2022 20:20:56] Level identifier: outpostlevel [12/23/2022 20:20:39] 墨先生 [12/23/2022 20:20:39] ruby [12/23/2022 20:20:39] UNSC117 [12/23/2022 20:20:39] 阿罗娜 [12/23/2022 20:20:39] z1280383473j [12/23/2022 20:20:39] 白 [12/23/2022 20:20:39] MOKE [12/23/2022 20:20:37] 墨先生 [12/23/2022 20:20:37] ruby [12/23/2022 20:20:37] UNSC117 [12/23/2022 20:20:37] 阿罗娜 [12/23/2022 20:20:37] z1280383473j [12/23/2022 20:20:37] 白 [12/23/2022 20:20:37] MOKE [12/23/2022 20:20:37] 墨先生 [12/23/2022 20:20:37] ruby [12/23/2022 20:20:37] UNSC117 [12/23/2022 20:20:37] 阿罗娜 [12/23/2022 20:20:37] z1280383473j [12/23/2022 20:20:37] 白 [12/23/2022 20:20:37] MOKE [12/23/2022 20:20:36] 墨先生 [12/23/2022 20:20:36] ruby [12/23/2022 20:20:36] UNSC117 [12/23/2022 20:20:36] 阿罗娜 [12/23/2022 20:20:36] z1280383473j [12/23/2022 20:20:36] 白 [12/23/2022 20:20:36] MOKE [12/23/2022 20:20:36] 墨先生 [12/23/2022 20:20:36] ruby [12/23/2022 20:20:36] UNSC117 [12/23/2022 20:20:36] 阿罗娜 [12/23/2022 20:20:36] z1280383473j [12/23/2022 20:20:36] 白 [12/23/2022 20:20:36] MOKE [12/23/2022 20:20:11] 墨先生 [12/23/2022 20:20:11] ruby [12/23/2022 20:20:11] UNSC117 [12/23/2022 20:20:11] 阿罗娜 [12/23/2022 20:20:11] z1280383473j [12/23/2022 20:20:11] 白 [12/23/2022 20:20:11] MOKE [12/23/2022 20:20:10] 墨先生 [12/23/2022 20:20:10] ruby [12/23/2022 20:20:10] UNSC117 [12/23/2022 20:20:10] 阿罗娜 [12/23/2022 20:20:10] z1280383473j [12/23/2022 20:20:10] 白 [12/23/2022 20:20:10] MOKE [12/23/2022 20:20:09] 墨先生 [12/23/2022 20:20:09] ruby [12/23/2022 20:20:09] UNSC117 [12/23/2022 20:20:09] 阿罗娜 [12/23/2022 20:20:09] z1280383473j [12/23/2022 20:20:09] 白 [12/23/2022 20:20:09] MOKE [12/23/2022 20:20:09] 墨先生 [12/23/2022 20:20:09] ruby [12/23/2022 20:20:09] UNSC117 [12/23/2022 20:20:09] 阿罗娜 [12/23/2022 20:20:09] z1280383473j [12/23/2022 20:20:09] 白 [12/23/2022 20:20:09] MOKE [12/23/2022 20:19:59] 墨先生 [12/23/2022 20:19:59] ruby [12/23/2022 20:19:59] UNSC117 [12/23/2022 20:19:59] 阿罗娜 [12/23/2022 20:19:59] z1280383473j [12/23/2022 20:19:59] 白 [12/23/2022 20:19:59] MOKE [12/23/2022 20:19:59] 墨先生 [12/23/2022 20:19:59] ruby [12/23/2022 20:19:59] UNSC117 [12/23/2022 20:19:59] 阿罗娜 [12/23/2022 20:19:59] z1280383473j [12/23/2022 20:19:59] 白 [12/23/2022 20:19:59] MOKE [12/23/2022 20:19:58] 墨先生 [12/23/2022 20:19:58] ruby [12/23/2022 20:19:58] UNSC117 [12/23/2022 20:19:58] 阿罗娜 [12/23/2022 20:19:58] z1280383473j [12/23/2022 20:19:58] 白 [12/23/2022 20:19:58] MOKE [12/23/2022 20:19:58] 墨先生 [12/23/2022 20:19:58] ruby [12/23/2022 20:19:58] UNSC117 [12/23/2022 20:19:58] 阿罗娜 [12/23/2022 20:19:58] z1280383473j [12/23/2022 20:19:58] 白 [12/23/2022 20:19:58] MOKE [12/23/2022 20:19:08] 墨先生 [12/23/2022 20:19:08] ruby [12/23/2022 20:19:08] UNSC117 [12/23/2022 20:19:08] 阿罗娜 [12/23/2022 20:19:08] z1280383473j [12/23/2022 20:19:08] 白 [12/23/2022 20:19:08] MOKE [12/23/2022 20:18:54] 墨先生 [12/23/2022 20:18:54] ruby [12/23/2022 20:18:54] UNSC117 [12/23/2022 20:18:54] 阿罗娜 [12/23/2022 20:18:54] z1280383473j [12/23/2022 20:18:54] Phoenix Dimauro [12/23/2022 20:18:54] MOKE [12/23/2022 20:15:51] 墨先生 [12/23/2022 20:15:51] ruby [12/23/2022 20:15:51] UNSC117 [12/23/2022 20:15:51] 阿罗娜 [12/23/2022 20:15:51] z1280383473j [12/23/2022 20:15:51] 白 [12/23/2022 20:15:51] MOKE [12/23/2022 20:15:46] 墨先生 [12/23/2022 20:15:46] ruby [12/23/2022 20:15:46] UNSC117 [12/23/2022 20:15:46] 阿罗娜 [12/23/2022 20:15:46] z1280383473j [12/23/2022 20:15:46] 白 [12/23/2022 20:15:46] MOKE [12/23/2022 20:15:40] 墨先生 [12/23/2022 20:15:40] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:40] ruby [12/23/2022 20:15:40] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:39] UNSC117 [12/23/2022 20:15:39] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] 阿罗娜 [12/23/2022 20:15:38] z1280383473j [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] 白 [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] MOKE [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:37] Received STARTGAMEFINALIZE packet. Round init status: Started [12/23/2022 20:15:35] -24: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -23: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -22: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -21: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -20: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -19: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -18: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -17: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -16: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -15: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -14: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -13: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -12: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -11: LobbyQuery.RequestAsync (8), WaitingForActivation [12/23/2022 20:15:35] -10: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -9: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -8: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -7: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -6: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -5: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -4: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -3: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -2: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -1: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -0: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] Task count: 25 [12/23/2022 20:15:35] Received STARTGAMEFINALIZE packet. Round init status: WaitingForStartGameFinalize [12/23/2022 20:15:31] Generating an outpost for the start of the level... (Location: Xinzou, level type: LocationConnection) [12/23/2022 20:15:30] Generating an outpost for the end of the level... (Location: Vellamo's Crevasse前哨站, level type: LocationConnection) [12/23/2022 20:15:29] Level identifier: ridgeadvanced [12/23/2022 20:14:18] - init.lua (Took 0.01346ms) [12/23/2022 20:14:18] BetterFabricatorUI 1.0.9 [12/23/2022 20:14:18] - init.lua (Took 0.00024ms) [12/23/2022 20:14:18] NeuroEyes [fix] 1.0.8 [12/23/2022 20:14:18] - patch.lua (Took 0.01264ms) [12/23/2022 20:14:17] Dont Open Debug Console On Errors 1.0.2 [12/23/2022 20:14:17] - letthemallin.lua (Took 0.00755ms) [12/23/2022 20:14:17] Let Them All In 1.0.9 [12/23/2022 20:14:17] - raptor_init.lua (Took 0.00043ms) [12/23/2022 20:14:17] Playable Mudraptor (Magenta Mix) 1.0.16 [12/23/2022 20:14:17] - init.lua (Took 0.00115ms) [12/23/2022 20:14:17] Neurotrauma Cybernetics A1.2.3h1 [12/23/2022 20:14:17] - init.lua (Took 0.01466ms) [12/23/2022 20:14:17] Neurotrauma A1.8.2h1 [12/23/2022 20:14:16] Using LuaSetup.lua from the content package. [12/23/2022 20:14:16] Lua! Version 5807900556 [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'huskinfection' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2085783214/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'combatstimulant' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'implacable' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'concussion' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'radiationsickness' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'drunk' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'invertcontrols' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'chemwithdrawal' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'chemaddiction' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'opiatewithdrawal' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'opiateoverdose' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'opiateaddiction' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'acidburn' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'burn' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'explosiondamage' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'organdamage' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'gunshotwound' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bitewounds' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'lacerations' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'blunttrauma' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'internaldamage' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bleedingnonstop' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bleeding' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'sufforinpoisoning' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'cyanidepoisoning' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'morbusinepoisoning' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bloodloss' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'oxygenlow' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:13:49] WARNING: Tried to restore enabled packages multiple times/without performing a backup [12/23/2022 20:13:49] Error while reading a message from server. The given key 'abandonedoutpostsepsquad' was not present in the dictionary. at System.Collections.Concurrent.ConcurrentDictionary`2.ThrowKeyNotFoundException(TKey key) at System.Collections.Concurrent.ConcurrentDictionary`2.get_Item(TKey key) at Barotrauma.PrefabCollection`1.get_Item(Identifier identifier) at Barotrauma.Location.LoadLocationTypeChange(XElement locationElement) at Barotrauma.Map.LoadState(XElement element, Boolean showNotifications) at Barotrauma.Map.Load(CampaignMode campaign, XElement element) at Barotrauma.MultiPlayerCampaign.Load(XElement element) at Barotrauma.MultiPlayerCampaign.LoadState(String filePath) at Barotrauma.Networking.GameClient.OnFileReceived(FileTransferIn transfer) at Barotrauma.Networking.FileReceiver.ReadMessage(IReadMessage inc) at Barotrauma.Networking.GameClient.ReadDataMessage(IReadMessage inc) at Barotrauma.Networking.LidgrenClientPeer.HandleDataMessage(NetIncomingMessage lidgrenMsg) at Barotrauma.Networking.LidgrenClientPeer.Update(Single deltaTime) at Barotrauma.Networking.GameClient.Update(Single deltaTime) [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Resting Lords of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Resting Lords of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Resting Lords of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Pirate Bay of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Pirate Bay of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Pirate Bay of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Sunken Empathy of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Sunken Empathy of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Sunken Empathy of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Bilgebath of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Bilgebath of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Bilgebath of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Rotten Plank of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Rotten Plank of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Rotten Plank of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Grim of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Grim of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Grim of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Drunken Masts of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Drunken Masts of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Drunken Masts of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location New Tortuga of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location New Tortuga of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location New Tortuga of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. ```
1.0
Random crash - ### Disclaimers - [X] I have searched the issue tracker to check if the issue has already been reported. - [X] My issue happened while using mods. ### What happened? The sub docked to a station. After loading, the game crash. Rejoining the server, the following error occurs. ![CF31AP`XY`V4X)5TAQO2IBN](https://user-images.githubusercontent.com/99462070/209336389-6899a668-eb42-413b-9b3b-0548fe5f24c5.png) ### Reproduction steps _No response_ ### Bug prevalence Happens every now and then ### Version 0.20.16.1 ### - _No response_ ### Which operating system did you encounter this bug on? Windows ### Relevant error messages and crash reports ```shell Barotrauma Client crash report (generated on 12/23/2022 20:21:01) Barotrauma seems to have crashed. Sorry for the inconvenience! B1E3E2D3D6E9C339D6CB342EC5799AD4 Game version 0.20.16.1 (ReleaseWindows, branch master, revision 5807900556) Graphics mode: 1920x1080 (BorderlessWindowed) VSync OFF Language: English Selected content packages: Vanilla, Neurotrauma, Neurotrauma Cybernetics, Neurotrauma Cybernetics 中文补丁, BaroTraumatic, Improved Husks, Husk Mod Missions, EuropaWar, EuropaWar_Vanilla, Pirates Ahoy!, Acolyte Job, Acolyte 中文补丁, Playable Mudraptor (Magenta Mix), (半成品,未测试)Playable Mudraptor (Magenta Mix)中文补丁, More Artifacts (AOCS), More Artifacts 中文补丁, More Unique Weapons, More Unique Weapons 中文补丁, project shipwrecks, Pirates of the European /扩展与更强的海盗船, AeonBeaconStations, Extended Upgrades, Material IO, BVTA Extension, Backpacks - No Encumbrance, Backpack 中文补丁, Let Them All In, Biff's Labs Level seed: Vellamo's Crevasse Loaded submarine: “摆烂”级装甲运输舰 (AAC83E84BFB44C064F3C8F6C3A4BD014) Selected screen: Barotrauma.GameScreen SteamManager initialized Client (Round had started) System info: Operating system: Microsoft Windows NT 10.0.19044.0 64 bit GPU name: NVIDIA GeForce GTX 1650 Display mode: {Width:1920 Height:1080 Format:Color AspectRatio:1.7777778} GPU status: Normal Exception: A read lock may not be acquired with the write lock held in this mode. (System.Threading.LockRecursionException) Target site: Boolean TryEnterReadLockCore(TimeoutTracker) Stack trace: at System.Threading.ReaderWriterLockSlim.TryEnterReadLockCore(TimeoutTracker timeout) at Barotrauma.PrefabSelector`1.get_ActivePrefab() at Barotrauma.PrefabCollection`1.get_Item(Identifier identifier) at Barotrauma.CharacterInfo.get_Prefab() at Barotrauma.WearableSprite.ParsePath(Boolean parseSpritePath) at Barotrauma.WearableSprite.Init(Character picker) at Barotrauma.Items.Components.Wearable.Equip(Character character) at Barotrauma.Item.Equip_Patch0(Item this, Character character) at Barotrauma.CharacterInventory.TryPutItem(Item item, Character user, IEnumerable`1 allowedSlots, Boolean createNetworkEvent, Boolean ignoreCondition) at Barotrauma.CharacterInventory.TryPutItem(Item item, Int32 index, Boolean allowSwapping, Boolean allowCombine, Character user, Boolean createNetworkEvent, Boolean ignoreCondition) at Barotrauma.Inventory.ApplyReceivedState() at Barotrauma.Character.Remove() at Barotrauma.Character.RemoveByPrefab(CharacterPrefab prefab) at Barotrauma.CharacterPrefab.Dispose() at Barotrauma.PrefabSelector`1.RemoveInternal(T prefab) at Barotrauma.PrefabSelector`1.RemoveByFile(ContentFile file, Action`1 callback) at Barotrauma.PrefabCollection`1.RemoveByFile(ContentFile file) at Barotrauma.CharacterFile.UnloadFile() at Barotrauma.ContentPackage.<>c.<UnloadContent>b__53_0(ContentFile f) at Barotrauma.Extensions.IEnumerableExtensions.ForEach[T](IEnumerable`1 source, Action`1 action) at Barotrauma.ContentPackage.UnloadContent() at Barotrauma.ContentPackageManager.EnabledPackages.<>c.<SetRegularEnumerable>b__15_3(RegularPackage r) at Barotrauma.Extensions.IEnumerableExtensions.ForEach[T](IEnumerable`1 source, Action`1 action) at Barotrauma.ContentPackageManager.EnabledPackages.SetRegularEnumerable(IReadOnlyList`1 inNewRegular)+MoveNext() at Barotrauma.Extensions.IEnumerableExtensions.Consume[T](IEnumerable`1 enumerable) at Barotrauma.ContentPackageManager.EnabledPackages.SetRegular(IReadOnlyList`1 newRegular) at Barotrauma.ContentPackageManager.EnabledPackages.Restore() at Barotrauma.Networking.GameClient.OnClientPeerDisconnect(PeerDisconnectPacket disconnectPacket) at Barotrauma.Networking.LidgrenClientPeer.Close(PeerDisconnectPacket peerDisconnectPacket) at Barotrauma.Networking.GameClient.Quit() at Barotrauma.Networking.GameClient.Update(Single deltaTime) at Barotrauma.GameMain.Update(GameTime gameTime) at Microsoft.Xna.Framework.Game.DoUpdate(GameTime gameTime) at Microsoft.Xna.Framework.Game.Tick() at Microsoft.Xna.Framework.SdlGamePlatform.RunLoop() at Microsoft.Xna.Framework.Game.Run(GameRunBehavior runBehavior) at Microsoft.Xna.Framework.Game.Run() at Barotrauma.Program.Main(String[] args) Last debug messages: [12/23/2022 20:21:01] Stopping Lua... [12/23/2022 20:21:01] Error while reading a message from server. Exception thrown while reading segment EntityEvent at position 16. Inner exception: ID 4162 is taken by Oxygen Tank (ID: 4162) at Barotrauma.Entity..ctor(Submarine submarine, UInt16 id) at Barotrauma.MapEntity..ctor(MapEntityPrefab prefab, Submarine submarine, UInt16 id) at Barotrauma.Item..ctor(Rectangle newRect, ItemPrefab itemPrefab, Submarine submarine, Boolean callOnItemLoaded, UInt16 id) at Barotrauma.Item..ctor(ItemPrefab itemPrefab, Vector2 position, Submarine submarine, UInt16 id, Boolean callOnItemLoaded) at Barotrauma.Item.ReadSpawnData(IReadMessage msg, Boolean spawn) at Barotrauma.EntitySpawner.ClientEventRead(IReadMessage message, Single sendingTime) at Barotrauma.Networking.ClientEntityEventManager.Read(ServerNetSegment type, IReadMessage msg, Single sendingTime, List`1 entities) at Barotrauma.Networking.GameClient.<>c__DisplayClass116_0.<ReadIngameUpdate>b__0(ServerNetSegment segment, IReadMessage inc) at Barotrauma.Networking.SegmentTableReader`1.Read(IReadMessage msg, SegmentDataReader segmentDataReader, ExceptionHandler exceptionHandler) [12/23/2022 20:21:01] Failed to spawn item Welding Fuel Tank {ID 4162 is taken by Oxygen Tank (ID: 4162)} at Barotrauma.Entity..ctor(Submarine submarine, UInt16 id) at Barotrauma.MapEntity..ctor(MapEntityPrefab prefab, Submarine submarine, UInt16 id) at Barotrauma.Item..ctor(Rectangle newRect, ItemPrefab itemPrefab, Submarine submarine, Boolean callOnItemLoaded, UInt16 id) at Barotrauma.Item..ctor(ItemPrefab itemPrefab, Vector2 position, Submarine submarine, UInt16 id, Boolean callOnItemLoaded) at Barotrauma.Item.ReadSpawnData(IReadMessage msg, Boolean spawn) [12/23/2022 20:21:00] Received STARTGAMEFINALIZE packet. Round init status: Started [12/23/2022 20:21:00] -24: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -23: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -22: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -21: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -20: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -19: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -18: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -17: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -16: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -15: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -14: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -13: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -12: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -11: LobbyQuery.RequestAsync (8), WaitingForActivation [12/23/2022 20:21:00] -10: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -9: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -8: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -7: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -6: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -5: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -4: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -3: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -2: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] -1: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:21:00] -0: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:21:00] Task count: 25 [12/23/2022 20:21:00] Received STARTGAMEFINALIZE packet. Round init status: WaitingForStartGameFinalize [12/23/2022 20:20:57] Could not find a suitable module for the location type LocationType (Outpost). Module flag: MedicalModule. [12/23/2022 20:20:56] Generating an outpost for the start of the level... (Location: Vellamo's Crevasse前哨站, level type: Outpost) [12/23/2022 20:20:56] Level identifier: outpostlevel [12/23/2022 20:20:39] 墨先生 [12/23/2022 20:20:39] ruby [12/23/2022 20:20:39] UNSC117 [12/23/2022 20:20:39] 阿罗娜 [12/23/2022 20:20:39] z1280383473j [12/23/2022 20:20:39] 白 [12/23/2022 20:20:39] MOKE [12/23/2022 20:20:37] 墨先生 [12/23/2022 20:20:37] ruby [12/23/2022 20:20:37] UNSC117 [12/23/2022 20:20:37] 阿罗娜 [12/23/2022 20:20:37] z1280383473j [12/23/2022 20:20:37] 白 [12/23/2022 20:20:37] MOKE [12/23/2022 20:20:37] 墨先生 [12/23/2022 20:20:37] ruby [12/23/2022 20:20:37] UNSC117 [12/23/2022 20:20:37] 阿罗娜 [12/23/2022 20:20:37] z1280383473j [12/23/2022 20:20:37] 白 [12/23/2022 20:20:37] MOKE [12/23/2022 20:20:36] 墨先生 [12/23/2022 20:20:36] ruby [12/23/2022 20:20:36] UNSC117 [12/23/2022 20:20:36] 阿罗娜 [12/23/2022 20:20:36] z1280383473j [12/23/2022 20:20:36] 白 [12/23/2022 20:20:36] MOKE [12/23/2022 20:20:36] 墨先生 [12/23/2022 20:20:36] ruby [12/23/2022 20:20:36] UNSC117 [12/23/2022 20:20:36] 阿罗娜 [12/23/2022 20:20:36] z1280383473j [12/23/2022 20:20:36] 白 [12/23/2022 20:20:36] MOKE [12/23/2022 20:20:11] 墨先生 [12/23/2022 20:20:11] ruby [12/23/2022 20:20:11] UNSC117 [12/23/2022 20:20:11] 阿罗娜 [12/23/2022 20:20:11] z1280383473j [12/23/2022 20:20:11] 白 [12/23/2022 20:20:11] MOKE [12/23/2022 20:20:10] 墨先生 [12/23/2022 20:20:10] ruby [12/23/2022 20:20:10] UNSC117 [12/23/2022 20:20:10] 阿罗娜 [12/23/2022 20:20:10] z1280383473j [12/23/2022 20:20:10] 白 [12/23/2022 20:20:10] MOKE [12/23/2022 20:20:09] 墨先生 [12/23/2022 20:20:09] ruby [12/23/2022 20:20:09] UNSC117 [12/23/2022 20:20:09] 阿罗娜 [12/23/2022 20:20:09] z1280383473j [12/23/2022 20:20:09] 白 [12/23/2022 20:20:09] MOKE [12/23/2022 20:20:09] 墨先生 [12/23/2022 20:20:09] ruby [12/23/2022 20:20:09] UNSC117 [12/23/2022 20:20:09] 阿罗娜 [12/23/2022 20:20:09] z1280383473j [12/23/2022 20:20:09] 白 [12/23/2022 20:20:09] MOKE [12/23/2022 20:19:59] 墨先生 [12/23/2022 20:19:59] ruby [12/23/2022 20:19:59] UNSC117 [12/23/2022 20:19:59] 阿罗娜 [12/23/2022 20:19:59] z1280383473j [12/23/2022 20:19:59] 白 [12/23/2022 20:19:59] MOKE [12/23/2022 20:19:59] 墨先生 [12/23/2022 20:19:59] ruby [12/23/2022 20:19:59] UNSC117 [12/23/2022 20:19:59] 阿罗娜 [12/23/2022 20:19:59] z1280383473j [12/23/2022 20:19:59] 白 [12/23/2022 20:19:59] MOKE [12/23/2022 20:19:58] 墨先生 [12/23/2022 20:19:58] ruby [12/23/2022 20:19:58] UNSC117 [12/23/2022 20:19:58] 阿罗娜 [12/23/2022 20:19:58] z1280383473j [12/23/2022 20:19:58] 白 [12/23/2022 20:19:58] MOKE [12/23/2022 20:19:58] 墨先生 [12/23/2022 20:19:58] ruby [12/23/2022 20:19:58] UNSC117 [12/23/2022 20:19:58] 阿罗娜 [12/23/2022 20:19:58] z1280383473j [12/23/2022 20:19:58] 白 [12/23/2022 20:19:58] MOKE [12/23/2022 20:19:08] 墨先生 [12/23/2022 20:19:08] ruby [12/23/2022 20:19:08] UNSC117 [12/23/2022 20:19:08] 阿罗娜 [12/23/2022 20:19:08] z1280383473j [12/23/2022 20:19:08] 白 [12/23/2022 20:19:08] MOKE [12/23/2022 20:18:54] 墨先生 [12/23/2022 20:18:54] ruby [12/23/2022 20:18:54] UNSC117 [12/23/2022 20:18:54] 阿罗娜 [12/23/2022 20:18:54] z1280383473j [12/23/2022 20:18:54] Phoenix Dimauro [12/23/2022 20:18:54] MOKE [12/23/2022 20:15:51] 墨先生 [12/23/2022 20:15:51] ruby [12/23/2022 20:15:51] UNSC117 [12/23/2022 20:15:51] 阿罗娜 [12/23/2022 20:15:51] z1280383473j [12/23/2022 20:15:51] 白 [12/23/2022 20:15:51] MOKE [12/23/2022 20:15:46] 墨先生 [12/23/2022 20:15:46] ruby [12/23/2022 20:15:46] UNSC117 [12/23/2022 20:15:46] 阿罗娜 [12/23/2022 20:15:46] z1280383473j [12/23/2022 20:15:46] 白 [12/23/2022 20:15:46] MOKE [12/23/2022 20:15:40] 墨先生 [12/23/2022 20:15:40] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:40] ruby [12/23/2022 20:15:40] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:39] UNSC117 [12/23/2022 20:15:39] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] 阿罗娜 [12/23/2022 20:15:38] z1280383473j [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] 白 [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:38] MOKE [12/23/2022 20:15:38] [CL LUA ERROR] C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2805065898/Lua/Autorun/letthemallin.lua:(10,3-91): userdata is nil [12/23/2022 20:15:37] Received STARTGAMEFINALIZE packet. Round init status: Started [12/23/2022 20:15:35] -24: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -23: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -22: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -21: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -20: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -19: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -18: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -17: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -16: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -15: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -14: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -13: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -12: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -11: LobbyQuery.RequestAsync (8), WaitingForActivation [12/23/2022 20:15:35] -10: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -9: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -8: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -7: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -6: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -5: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -4: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -3: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -2: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] -1: LobbyQuery.RequestAsync (3), WaitingForActivation [12/23/2022 20:15:35] -0: LobbyQuery.RequestAsync (1), WaitingForActivation [12/23/2022 20:15:35] Task count: 25 [12/23/2022 20:15:35] Received STARTGAMEFINALIZE packet. Round init status: WaitingForStartGameFinalize [12/23/2022 20:15:31] Generating an outpost for the start of the level... (Location: Xinzou, level type: LocationConnection) [12/23/2022 20:15:30] Generating an outpost for the end of the level... (Location: Vellamo's Crevasse前哨站, level type: LocationConnection) [12/23/2022 20:15:29] Level identifier: ridgeadvanced [12/23/2022 20:14:18] - init.lua (Took 0.01346ms) [12/23/2022 20:14:18] BetterFabricatorUI 1.0.9 [12/23/2022 20:14:18] - init.lua (Took 0.00024ms) [12/23/2022 20:14:18] NeuroEyes [fix] 1.0.8 [12/23/2022 20:14:18] - patch.lua (Took 0.01264ms) [12/23/2022 20:14:17] Dont Open Debug Console On Errors 1.0.2 [12/23/2022 20:14:17] - letthemallin.lua (Took 0.00755ms) [12/23/2022 20:14:17] Let Them All In 1.0.9 [12/23/2022 20:14:17] - raptor_init.lua (Took 0.00043ms) [12/23/2022 20:14:17] Playable Mudraptor (Magenta Mix) 1.0.16 [12/23/2022 20:14:17] - init.lua (Took 0.00115ms) [12/23/2022 20:14:17] Neurotrauma Cybernetics A1.2.3h1 [12/23/2022 20:14:17] - init.lua (Took 0.01466ms) [12/23/2022 20:14:17] Neurotrauma A1.8.2h1 [12/23/2022 20:14:16] Using LuaSetup.lua from the content package. [12/23/2022 20:14:16] Lua! Version 5807900556 [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'huskinfection' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2085783214/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'combatstimulant' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'implacable' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'concussion' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'radiationsickness' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'drunk' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'invertcontrols' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'chemwithdrawal' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'chemaddiction' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'opiatewithdrawal' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'opiateoverdose' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'opiateaddiction' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'acidburn' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'burn' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'explosiondamage' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'organdamage' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'gunshotwound' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bitewounds' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'lacerations' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'blunttrauma' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'internaldamage' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bleedingnonstop' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bleeding' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'sufforinpoisoning' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'cyanidepoisoning' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'morbusinepoisoning' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'bloodloss' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:14:10] Overriding an affliction or a buff with the identifier 'oxygenlow' using the file 'C:/Users/13150/AppData/Local/Daedalic Entertainment GmbH/Barotrauma/WorkshopMods/Installed/2776270649/Xml/Afflictions.xml' [12/23/2022 20:13:49] WARNING: Tried to restore enabled packages multiple times/without performing a backup [12/23/2022 20:13:49] Error while reading a message from server. The given key 'abandonedoutpostsepsquad' was not present in the dictionary. at System.Collections.Concurrent.ConcurrentDictionary`2.ThrowKeyNotFoundException(TKey key) at System.Collections.Concurrent.ConcurrentDictionary`2.get_Item(TKey key) at Barotrauma.PrefabCollection`1.get_Item(Identifier identifier) at Barotrauma.Location.LoadLocationTypeChange(XElement locationElement) at Barotrauma.Map.LoadState(XElement element, Boolean showNotifications) at Barotrauma.Map.Load(CampaignMode campaign, XElement element) at Barotrauma.MultiPlayerCampaign.Load(XElement element) at Barotrauma.MultiPlayerCampaign.LoadState(String filePath) at Barotrauma.Networking.GameClient.OnFileReceived(FileTransferIn transfer) at Barotrauma.Networking.FileReceiver.ReadMessage(IReadMessage inc) at Barotrauma.Networking.GameClient.ReadDataMessage(IReadMessage inc) at Barotrauma.Networking.LidgrenClientPeer.HandleDataMessage(NetIncomingMessage lidgrenMsg) at Barotrauma.Networking.LidgrenClientPeer.Update(Single deltaTime) at Barotrauma.Networking.GameClient.Update(Single deltaTime) [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Resting Lords of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Resting Lords of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Resting Lords of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Pirate Bay of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Pirate Bay of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Pirate Bay of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Sunken Empathy of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Sunken Empathy of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Sunken Empathy of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Bilgebath of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Bilgebath of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Bilgebath of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Rotten Plank of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Rotten Plank of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Rotten Plank of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Grim of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Grim of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Grim of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location Drunken Masts of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location Drunken Masts of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location Drunken Masts of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "NonePA". Using location type "None" instead. [12/23/2022 20:13:49] Error loading store info for "merchantmedical" at location New Tortuga of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantcity" at location New Tortuga of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] Error loading store info for "merchantarmory" at location New Tortuga of type "None": location shouldn't contain a store with this identifier. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. [12/23/2022 20:13:49] WARNING: Could not find location type "PirateOutpost". Using location type "None" instead. ```
non_main
random crash disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened the sub docked to a station after loading the game crash rejoining the server the following error occurs reproduction steps no response bug prevalence happens every now and then version no response which operating system did you encounter this bug on windows relevant error messages and crash reports shell barotrauma client crash report generated on barotrauma seems to have crashed sorry for the inconvenience game version releasewindows branch master revision graphics mode borderlesswindowed vsync off language english selected content packages vanilla neurotrauma neurotrauma cybernetics neurotrauma cybernetics 中文补丁 barotraumatic improved husks husk mod missions europawar europawar vanilla pirates ahoy acolyte job acolyte 中文补丁 playable mudraptor magenta mix 半成品 未测试 playable mudraptor magenta mix 中文补丁 more artifacts aocs more artifacts 中文补丁 more unique weapons more unique weapons 中文补丁 project shipwrecks pirates of the european 扩展与更强的海盗船 aeonbeaconstations extended upgrades material io bvta extension backpacks no encumbrance backpack 中文补丁 let them all in biff s labs level seed vellamo s crevasse loaded submarine “摆烂”级装甲运输舰 selected screen barotrauma gamescreen steammanager initialized client round had started system info operating system microsoft windows nt bit gpu name nvidia geforce gtx display mode width height format color aspectratio gpu status normal exception a read lock may not be acquired with the write lock held in this mode system threading lockrecursionexception target site boolean tryenterreadlockcore timeouttracker stack trace at system threading readerwriterlockslim tryenterreadlockcore timeouttracker timeout at barotrauma prefabselector get activeprefab at barotrauma prefabcollection get item identifier identifier at barotrauma characterinfo get prefab at barotrauma wearablesprite parsepath boolean parsespritepath at barotrauma wearablesprite init character picker at barotrauma items components wearable equip character character at barotrauma item equip item this character character at barotrauma characterinventory tryputitem item item character user ienumerable allowedslots boolean createnetworkevent boolean ignorecondition at barotrauma characterinventory tryputitem item item index boolean allowswapping boolean allowcombine character user boolean createnetworkevent boolean ignorecondition at barotrauma inventory applyreceivedstate at barotrauma character remove at barotrauma character removebyprefab characterprefab prefab at barotrauma characterprefab dispose at barotrauma prefabselector removeinternal t prefab at barotrauma prefabselector removebyfile contentfile file action callback at barotrauma prefabcollection removebyfile contentfile file at barotrauma characterfile unloadfile at barotrauma contentpackage c b contentfile f at barotrauma extensions ienumerableextensions foreach ienumerable source action action at barotrauma contentpackage unloadcontent at barotrauma contentpackagemanager enabledpackages c b regularpackage r at barotrauma extensions ienumerableextensions foreach ienumerable source action action at barotrauma contentpackagemanager enabledpackages setregularenumerable ireadonlylist innewregular movenext at barotrauma extensions ienumerableextensions consume ienumerable enumerable at barotrauma contentpackagemanager enabledpackages setregular ireadonlylist newregular at barotrauma contentpackagemanager enabledpackages restore at barotrauma networking gameclient onclientpeerdisconnect peerdisconnectpacket disconnectpacket at barotrauma networking lidgrenclientpeer close peerdisconnectpacket peerdisconnectpacket at barotrauma networking gameclient quit at barotrauma networking gameclient update single deltatime at barotrauma gamemain update gametime gametime at microsoft xna framework game doupdate gametime gametime at microsoft xna framework game tick at microsoft xna framework sdlgameplatform runloop at microsoft xna framework game run gamerunbehavior runbehavior at microsoft xna framework game run at barotrauma program main string args last debug messages stopping lua error while reading a message from server exception thrown while reading segment entityevent at position inner exception id is taken by oxygen tank id at barotrauma entity ctor submarine submarine id at barotrauma mapentity ctor mapentityprefab prefab submarine submarine id at barotrauma item ctor rectangle newrect itemprefab itemprefab submarine submarine boolean callonitemloaded id at barotrauma item ctor itemprefab itemprefab position submarine submarine id boolean callonitemloaded at barotrauma item readspawndata ireadmessage msg boolean spawn at barotrauma entityspawner clienteventread ireadmessage message single sendingtime at barotrauma networking cliententityeventmanager read servernetsegment type ireadmessage msg single sendingtime list entities at barotrauma networking gameclient c b servernetsegment segment ireadmessage inc at barotrauma networking segmenttablereader read ireadmessage msg segmentdatareader segmentdatareader exceptionhandler exceptionhandler failed to spawn item welding fuel tank id is taken by oxygen tank id at barotrauma entity ctor submarine submarine id at barotrauma mapentity ctor mapentityprefab prefab submarine submarine id at barotrauma item ctor rectangle newrect itemprefab itemprefab submarine submarine boolean callonitemloaded id at barotrauma item ctor itemprefab itemprefab position submarine submarine id boolean callonitemloaded at barotrauma item readspawndata ireadmessage msg boolean spawn received startgamefinalize packet round init status started lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation task count received startgamefinalize packet round init status waitingforstartgamefinalize could not find a suitable module for the location type locationtype outpost module flag medicalmodule generating an outpost for the start of the level location vellamo s crevasse前哨站 level type outpost level identifier outpostlevel 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 phoenix dimauro moke 墨先生 ruby 阿罗娜 白 moke 墨先生 ruby 阿罗娜 白 moke 墨先生 c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed lua autorun letthemallin lua userdata is nil ruby c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed lua autorun letthemallin lua userdata is nil c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed lua autorun letthemallin lua userdata is nil 阿罗娜 c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed lua autorun letthemallin lua userdata is nil c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed lua autorun letthemallin lua userdata is nil 白 c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed lua autorun letthemallin lua userdata is nil moke c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed lua autorun letthemallin lua userdata is nil received startgamefinalize packet round init status started lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation lobbyquery requestasync waitingforactivation task count received startgamefinalize packet round init status waitingforstartgamefinalize generating an outpost for the start of the level location xinzou level type locationconnection generating an outpost for the end of the level location vellamo s crevasse前哨站 level type locationconnection level identifier ridgeadvanced init lua took betterfabricatorui init lua took neuroeyes patch lua took dont open debug console on errors letthemallin lua took let them all in raptor init lua took playable mudraptor magenta mix init lua took neurotrauma cybernetics init lua took neurotrauma using luasetup lua from the content package lua version overriding an affliction or a buff with the identifier huskinfection using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed afflictions xml overriding an affliction or a buff with the identifier combatstimulant using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier implacable using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier concussion using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier radiationsickness using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier drunk using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier invertcontrols using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier chemwithdrawal using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier chemaddiction using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier opiatewithdrawal using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier opiateoverdose using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier opiateaddiction using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier acidburn using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier burn using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier explosiondamage using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier organdamage using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier gunshotwound using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier bitewounds using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier lacerations using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier blunttrauma using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier internaldamage using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier bleedingnonstop using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier bleeding using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier sufforinpoisoning using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier cyanidepoisoning using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier morbusinepoisoning using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier bloodloss using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml overriding an affliction or a buff with the identifier oxygenlow using the file c users appdata local daedalic entertainment gmbh barotrauma workshopmods installed xml afflictions xml warning tried to restore enabled packages multiple times without performing a backup error while reading a message from server the given key abandonedoutpostsepsquad was not present in the dictionary at system collections concurrent concurrentdictionary throwkeynotfoundexception tkey key at system collections concurrent concurrentdictionary get item tkey key at barotrauma prefabcollection get item identifier identifier at barotrauma location loadlocationtypechange xelement locationelement at barotrauma map loadstate xelement element boolean shownotifications at barotrauma map load campaignmode campaign xelement element at barotrauma multiplayercampaign load xelement element at barotrauma multiplayercampaign loadstate string filepath at barotrauma networking gameclient onfilereceived filetransferin transfer at barotrauma networking filereceiver readmessage ireadmessage inc at barotrauma networking gameclient readdatamessage ireadmessage inc at barotrauma networking lidgrenclientpeer handledatamessage netincomingmessage lidgrenmsg at barotrauma networking lidgrenclientpeer update single deltatime at barotrauma networking gameclient update single deltatime error loading store info for merchantmedical at location resting lords of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location resting lords of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location resting lords of type none location shouldn t contain a store with this identifier error loading store info for merchantmedical at location pirate bay of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location pirate bay of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location pirate bay of type none location shouldn t contain a store with this identifier error loading store info for merchantmedical at location sunken empathy of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location sunken empathy of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location sunken empathy of type none location shouldn t contain a store with this identifier error loading store info for merchantmedical at location bilgebath of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location bilgebath of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location bilgebath of type none location shouldn t contain a store with this identifier warning could not find location type pirateoutpost using location type none instead warning could not find location type pirateoutpost using location type none instead error loading store info for merchantmedical at location rotten plank of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location rotten plank of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location rotten plank of type none location shouldn t contain a store with this identifier warning could not find location type pirateoutpost using location type none instead warning could not find location type pirateoutpost using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead error loading store info for merchantmedical at location grim of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location grim of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location grim of type none location shouldn t contain a store with this identifier warning could not find location type pirateoutpost using location type none instead warning could not find location type pirateoutpost using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead error loading store info for merchantmedical at location drunken masts of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location drunken masts of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location drunken masts of type none location shouldn t contain a store with this identifier warning could not find location type pirateoutpost using location type none instead warning could not find location type pirateoutpost using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead warning could not find location type nonepa using location type none instead error loading store info for merchantmedical at location new tortuga of type none location shouldn t contain a store with this identifier error loading store info for merchantcity at location new tortuga of type none location shouldn t contain a store with this identifier error loading store info for merchantarmory at location new tortuga of type none location shouldn t contain a store with this identifier warning could not find location type pirateoutpost using location type none instead warning could not find location type pirateoutpost using location type none instead
0
21,787
14,858,936,593
IssuesEvent
2021-01-18 17:35:00
aguirre-lab/ml4c3
https://api.github.com/repos/aguirre-lab/ml4c3
closed
Consistent args for model diagram plot functions
infrastructure 🚇
## What and why Currently one accepts entire args object and other one accepts a few specific arguments. ## Solution(s) Both accept similar specific args rather than entire args object. ## Acceptance criteria ## Blocked by or pending
1.0
Consistent args for model diagram plot functions - ## What and why Currently one accepts entire args object and other one accepts a few specific arguments. ## Solution(s) Both accept similar specific args rather than entire args object. ## Acceptance criteria ## Blocked by or pending
non_main
consistent args for model diagram plot functions what and why currently one accepts entire args object and other one accepts a few specific arguments solution s both accept similar specific args rather than entire args object acceptance criteria blocked by or pending
0
1,930
6,609,838,456
IssuesEvent
2017-09-19 15:42:47
Kristinita/Erics-Green-Room
https://api.github.com/repos/Kristinita/Erics-Green-Room
closed
[Feature request] Переход к следующему вопросу после первого же неправильного ответа
need-maintainer
### 1. Запрос Неплохо было бы наличие опции — возможности дать только один верный ответ. ### 2. Аргументация 1. Во многих [**джинджеринах**](http://kristinita.ru/Gingerinas/%D0%94%D0%B6%D0%B8%D0%BD%D0%B4%D0%B6%D0%B5%D1%80%D0%B8%D0%BD%D1%8B) игрок имеет возможность дать только один ответ, а в случае неверного — с него снимаются игровые баллы. Неплохо было бы приучать себя давать один ответ, а не несколько, когда за неверный ответ ничего не будет. 2. Игрок в комнатах может быть уверен, что точно не даст. Сейчас ему придётся в любом случае дожидаться 14 секунд + 4 секунды между вопросами. Если же опция будет введена, игрок сможет ввести, что угодно → ответ не зачтётся → отсчитаются 4 секунды между вопросами → появится следующий вопрос. Это быстрее, не придётся ждать окончания 14 секунд. ### 3. Реализация #### 1. 100% Если игрок дал ответ, 100% которого совпадают с авторским, игроку засчитывается ответ. #### 2. От 50 до 100% Если игрок дал ответ, совпадающий по алгоритму на Химкинском хабе с авторским ⩾50 процентов, но < чем на 100%, выдаётся сообщение: > Похоже, что ваш ответ $ответ игрока$ почти правилен, но содержит опечатку. Игроку предоставляется возможность отвечать ещё до окончания предустановленного времени на ответ. #### 3. Менее 50% Если игрок дал ответ, совпадающий по алгоритму на Химкинском хабе с авторским < 50 процентов, выдаётся сообщение: > Нет, не $ответ игрока$ Затем > Правильный ответ: $правильный ответ$ И идёт следующий вопрос. ### 4. Примечания Полагаю, пока не стоит завышать больше, чем на 50%, поскольку алгоритм может выдавать цифры ниже, чем действительный процент неточностей (мы обсуждали это в личном чате). Спасибо.
True
[Feature request] Переход к следующему вопросу после первого же неправильного ответа - ### 1. Запрос Неплохо было бы наличие опции — возможности дать только один верный ответ. ### 2. Аргументация 1. Во многих [**джинджеринах**](http://kristinita.ru/Gingerinas/%D0%94%D0%B6%D0%B8%D0%BD%D0%B4%D0%B6%D0%B5%D1%80%D0%B8%D0%BD%D1%8B) игрок имеет возможность дать только один ответ, а в случае неверного — с него снимаются игровые баллы. Неплохо было бы приучать себя давать один ответ, а не несколько, когда за неверный ответ ничего не будет. 2. Игрок в комнатах может быть уверен, что точно не даст. Сейчас ему придётся в любом случае дожидаться 14 секунд + 4 секунды между вопросами. Если же опция будет введена, игрок сможет ввести, что угодно → ответ не зачтётся → отсчитаются 4 секунды между вопросами → появится следующий вопрос. Это быстрее, не придётся ждать окончания 14 секунд. ### 3. Реализация #### 1. 100% Если игрок дал ответ, 100% которого совпадают с авторским, игроку засчитывается ответ. #### 2. От 50 до 100% Если игрок дал ответ, совпадающий по алгоритму на Химкинском хабе с авторским ⩾50 процентов, но < чем на 100%, выдаётся сообщение: > Похоже, что ваш ответ $ответ игрока$ почти правилен, но содержит опечатку. Игроку предоставляется возможность отвечать ещё до окончания предустановленного времени на ответ. #### 3. Менее 50% Если игрок дал ответ, совпадающий по алгоритму на Химкинском хабе с авторским < 50 процентов, выдаётся сообщение: > Нет, не $ответ игрока$ Затем > Правильный ответ: $правильный ответ$ И идёт следующий вопрос. ### 4. Примечания Полагаю, пока не стоит завышать больше, чем на 50%, поскольку алгоритм может выдавать цифры ниже, чем действительный процент неточностей (мы обсуждали это в личном чате). Спасибо.
main
переход к следующему вопросу после первого же неправильного ответа запрос неплохо было бы наличие опции — возможности дать только один верный ответ аргументация во многих игрок имеет возможность дать только один ответ а в случае неверного — с него снимаются игровые баллы неплохо было бы приучать себя давать один ответ а не несколько когда за неверный ответ ничего не будет игрок в комнатах может быть уверен что точно не даст сейчас ему придётся в любом случае дожидаться секунд секунды между вопросами если же опция будет введена игрок сможет ввести что угодно → ответ не зачтётся → отсчитаются секунды между вопросами → появится следующий вопрос это быстрее не придётся ждать окончания секунд реализация если игрок дал ответ которого совпадают с авторским игроку засчитывается ответ от до если игрок дал ответ совпадающий по алгоритму на химкинском хабе с авторским ⩾ процентов но чем на выдаётся сообщение похоже что ваш ответ ответ игрока почти правилен но содержит опечатку игроку предоставляется возможность отвечать ещё до окончания предустановленного времени на ответ менее если игрок дал ответ совпадающий по алгоритму на химкинском хабе с авторским процентов выдаётся сообщение нет не ответ игрока затем правильный ответ правильный ответ и идёт следующий вопрос примечания полагаю пока не стоит завышать больше чем на поскольку алгоритм может выдавать цифры ниже чем действительный процент неточностей мы обсуждали это в личном чате спасибо
1
4,156
19,903,568,851
IssuesEvent
2022-01-25 10:26:16
OpenRefine/OpenRefine
https://api.github.com/repos/OpenRefine/OpenRefine
closed
Automate release process in GitHub actions
enhancement maintainability packaging
We should be able to run the entire release process inside a GitHub action, instead of having so many manual steps. We can use Windows and MacOS vms on GitHub actions to run the platform-specific steps. Gephi does that well: https://github.com/gephi/gephi/blob/master/.github/workflows/release.yml
True
Automate release process in GitHub actions - We should be able to run the entire release process inside a GitHub action, instead of having so many manual steps. We can use Windows and MacOS vms on GitHub actions to run the platform-specific steps. Gephi does that well: https://github.com/gephi/gephi/blob/master/.github/workflows/release.yml
main
automate release process in github actions we should be able to run the entire release process inside a github action instead of having so many manual steps we can use windows and macos vms on github actions to run the platform specific steps gephi does that well
1
489,425
14,106,349,764
IssuesEvent
2020-11-06 14:48:48
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Add organization to inventory list rows
component:ui_next priority:medium state:in_progress type:feature
##### ISSUE TYPE - Feature Idea ##### SUMMARY Here's the old UI: <img width="1519" alt="Screen Shot 2020-07-20 at 1 46 11 PM" src="https://user-images.githubusercontent.com/9889020/87969064-7200a380-ca8f-11ea-89b9-52419ec16907.png"> and here's the new UI: <img width="1433" alt="Screen Shot 2020-07-20 at 1 46 54 PM" src="https://user-images.githubusercontent.com/9889020/87969107-8644a080-ca8f-11ea-9893-1784b844e3b7.png">
1.0
Add organization to inventory list rows - ##### ISSUE TYPE - Feature Idea ##### SUMMARY Here's the old UI: <img width="1519" alt="Screen Shot 2020-07-20 at 1 46 11 PM" src="https://user-images.githubusercontent.com/9889020/87969064-7200a380-ca8f-11ea-89b9-52419ec16907.png"> and here's the new UI: <img width="1433" alt="Screen Shot 2020-07-20 at 1 46 54 PM" src="https://user-images.githubusercontent.com/9889020/87969107-8644a080-ca8f-11ea-9893-1784b844e3b7.png">
non_main
add organization to inventory list rows issue type feature idea summary here s the old ui img width alt screen shot at pm src and here s the new ui img width alt screen shot at pm src
0
55,787
14,684,628,730
IssuesEvent
2021-01-01 04:05:50
chrismiceli/motp
https://api.github.com/repos/chrismiceli/motp
closed
mOTP characters entered in the seed box
Priority-Medium Type-Defect auto-migrated
``` It may be beneficial to have a count of the number of characters entered in the seed box, perhaps like this: Seed: (0/20 characters entered) Seed: (5/20 characters entered) Seed: (21/20 characters entered - too many!) This link [1] seems to suggest it's pretty easy, but I've not got it working yet. [1] http://stackoverflow.com/questions/3013791/live-character-count-for-edittext-and roid ``` Original issue reported on code.google.com by `jon@sprig.gs` on 6 Apr 2012 at 9:55
1.0
mOTP characters entered in the seed box - ``` It may be beneficial to have a count of the number of characters entered in the seed box, perhaps like this: Seed: (0/20 characters entered) Seed: (5/20 characters entered) Seed: (21/20 characters entered - too many!) This link [1] seems to suggest it's pretty easy, but I've not got it working yet. [1] http://stackoverflow.com/questions/3013791/live-character-count-for-edittext-and roid ``` Original issue reported on code.google.com by `jon@sprig.gs` on 6 Apr 2012 at 9:55
non_main
motp characters entered in the seed box it may be beneficial to have a count of the number of characters entered in the seed box perhaps like this seed characters entered seed characters entered seed characters entered too many this link seems to suggest it s pretty easy but i ve not got it working yet roid original issue reported on code google com by jon sprig gs on apr at
0
4,468
23,286,031,362
IssuesEvent
2022-08-05 16:35:33
danbugs/smithereens
https://api.github.com/repos/danbugs/smithereens
closed
#2 subtask: implement player_id-to-gamer_tag mapping
feature core maintainer issue
I want to allow people to search results and whatnot based on their gamer tag. Considering StartGG doesn't allow searching by gamer tag (because they are not unique), I need to create a database that maps player ids (i.e., something that is searchable) to gamer tags (i.e., what I want to search by).
True
#2 subtask: implement player_id-to-gamer_tag mapping - I want to allow people to search results and whatnot based on their gamer tag. Considering StartGG doesn't allow searching by gamer tag (because they are not unique), I need to create a database that maps player ids (i.e., something that is searchable) to gamer tags (i.e., what I want to search by).
main
subtask implement player id to gamer tag mapping i want to allow people to search results and whatnot based on their gamer tag considering startgg doesn t allow searching by gamer tag because they are not unique i need to create a database that maps player ids i e something that is searchable to gamer tags i e what i want to search by
1
4,972
25,544,376,578
IssuesEvent
2022-11-29 17:32:24
aws/serverless-application-model
https://api.github.com/repos/aws/serverless-application-model
closed
SAM policy template - S3FullAccessPolicy
area/policy-templates type/feature maintainer/need-followup
### Describe your idea/feature/enhancement I would like the ability to list and delete all object versions in an S3 bucket. ### Proposal Add the IAM policy actions ListBucketVersions and DeleteObjectVersion to the S3FullAccessPolicy. Things to consider: [ ] The [SAM documentation](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification.html) will need to be updated ### Additional Details https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html
True
SAM policy template - S3FullAccessPolicy - ### Describe your idea/feature/enhancement I would like the ability to list and delete all object versions in an S3 bucket. ### Proposal Add the IAM policy actions ListBucketVersions and DeleteObjectVersion to the S3FullAccessPolicy. Things to consider: [ ] The [SAM documentation](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-specification.html) will need to be updated ### Additional Details https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectVersions.html https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html
main
sam policy template describe your idea feature enhancement i would like the ability to list and delete all object versions in an bucket proposal add the iam policy actions listbucketversions and deleteobjectversion to the things to consider the will need to be updated additional details
1
5,554
27,795,234,990
IssuesEvent
2023-03-17 12:02:11
spicetify/spicetify-themes
https://api.github.com/repos/spicetify/spicetify-themes
closed
[Ziro] Volume bar missaligned when played from remote device
☠️ unmaintained
**Describe the bug** The volume bar is missaligned when playing song from a remote device, and the lyrics and expand button goes invincible **To Reproduce** Open Spotify with the Ziro theme applied with any Color schemes (In the Screenshot i'm using red-light color schemes) **Expected behavior** Volume bar is aligned and the icon is visible **Screenshots** Expected Volume bar ![image](https://user-images.githubusercontent.com/24645706/166103306-1c40984e-c946-4588-86f7-eecb2c33f570.png) Actual Volume bar ![image](https://user-images.githubusercontent.com/24645706/166103178-3ddae019-63de-4212-8200-f2524ec18e4a.png) **Specifics:** - OS: Windows 11 Home - 22H2 - 22598.200 - Spotify version: 1.1.84.716.gc5f8b819 - Spicetify version 2.9.8 - Ziro
True
[Ziro] Volume bar missaligned when played from remote device - **Describe the bug** The volume bar is missaligned when playing song from a remote device, and the lyrics and expand button goes invincible **To Reproduce** Open Spotify with the Ziro theme applied with any Color schemes (In the Screenshot i'm using red-light color schemes) **Expected behavior** Volume bar is aligned and the icon is visible **Screenshots** Expected Volume bar ![image](https://user-images.githubusercontent.com/24645706/166103306-1c40984e-c946-4588-86f7-eecb2c33f570.png) Actual Volume bar ![image](https://user-images.githubusercontent.com/24645706/166103178-3ddae019-63de-4212-8200-f2524ec18e4a.png) **Specifics:** - OS: Windows 11 Home - 22H2 - 22598.200 - Spotify version: 1.1.84.716.gc5f8b819 - Spicetify version 2.9.8 - Ziro
main
volume bar missaligned when played from remote device describe the bug the volume bar is missaligned when playing song from a remote device and the lyrics and expand button goes invincible to reproduce open spotify with the ziro theme applied with any color schemes in the screenshot i m using red light color schemes expected behavior volume bar is aligned and the icon is visible screenshots expected volume bar actual volume bar specifics os windows home spotify version spicetify version ziro
1
66,830
20,712,959,702
IssuesEvent
2022-03-12 06:57:40
scipy/scipy
https://api.github.com/repos/scipy/scipy
closed
scipy.stats.skew returning MaskedArray
defect scipy.stats
<!-- Thank you for taking the time to file a bug report. Please fill in the fields below, deleting the sections that don't apply to your issue. You can view the final output by clicking the preview button above. Note: This is a comment, and won't appear in the output. --> scipy.stats.skew(data, nan_policy="omit") returns a MaskedArray when data contains "nan" values, instead of the skewness value itself. scipy.stats.kurtosis(data, nan_policy="omit") however returns the kurtosis value normally even when data contains "nan" values. #### Reproducing code example: <!-- If you place your code between the triple backticks below, it will be rendered as a code block. --> ``` from numpy import nan from scipy.stats import skew, kurtosis skew([1,5,4,6,nan], nan_policy="omit") kurtosis([1,5,4,6,nan], nan_policy="omit") ``` #### Output: <!-- If any, paste the *full* error message inside a code block as above (starting from line Traceback) --> ``` masked_array(data=-0.68724319, mask=False, fill_value=1e+20) -1.0 ``` #### Scipy/Numpy/Python version information: <!-- You can simply run the following and paste the result in a code block --> ``` 1.5.0 1.18.5 sys.version_info(major=3, minor=7, micro=6, releaselevel='final', serial=0) ```
1.0
scipy.stats.skew returning MaskedArray - <!-- Thank you for taking the time to file a bug report. Please fill in the fields below, deleting the sections that don't apply to your issue. You can view the final output by clicking the preview button above. Note: This is a comment, and won't appear in the output. --> scipy.stats.skew(data, nan_policy="omit") returns a MaskedArray when data contains "nan" values, instead of the skewness value itself. scipy.stats.kurtosis(data, nan_policy="omit") however returns the kurtosis value normally even when data contains "nan" values. #### Reproducing code example: <!-- If you place your code between the triple backticks below, it will be rendered as a code block. --> ``` from numpy import nan from scipy.stats import skew, kurtosis skew([1,5,4,6,nan], nan_policy="omit") kurtosis([1,5,4,6,nan], nan_policy="omit") ``` #### Output: <!-- If any, paste the *full* error message inside a code block as above (starting from line Traceback) --> ``` masked_array(data=-0.68724319, mask=False, fill_value=1e+20) -1.0 ``` #### Scipy/Numpy/Python version information: <!-- You can simply run the following and paste the result in a code block --> ``` 1.5.0 1.18.5 sys.version_info(major=3, minor=7, micro=6, releaselevel='final', serial=0) ```
non_main
scipy stats skew returning maskedarray thank you for taking the time to file a bug report please fill in the fields below deleting the sections that don t apply to your issue you can view the final output by clicking the preview button above note this is a comment and won t appear in the output scipy stats skew data nan policy omit returns a maskedarray when data contains nan values instead of the skewness value itself scipy stats kurtosis data nan policy omit however returns the kurtosis value normally even when data contains nan values reproducing code example if you place your code between the triple backticks below it will be rendered as a code block from numpy import nan from scipy stats import skew kurtosis skew nan policy omit kurtosis nan policy omit output if any paste the full error message inside a code block as above starting from line traceback masked array data mask false fill value scipy numpy python version information you can simply run the following and paste the result in a code block sys version info major minor micro releaselevel final serial
0
245,610
26,549,304,081
IssuesEvent
2023-01-20 05:30:13
nidhi7598/linux-3.0.35_CVE-2022-45934
https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2022-45934
opened
CVE-2020-0305 (Medium) detected in linux-stable-rtv3.8.6
security vulnerability
## CVE-2020-0305 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/char_dev.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/char_dev.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/char_dev.c</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 cdev_get of char_dev.c, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-153467744 <p>Publish Date: 2020-07-17 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-0305>CVE-2020-0305</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.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-08-21</p> <p>Fix Resolution: v5.5-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-0305 (Medium) detected in linux-stable-rtv3.8.6 - ## CVE-2020-0305 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary> <p> <p>Julia Cartwright's fork of linux-stable-rt.git</p> <p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git>https://git.kernel.org/pub/scm/linux/kernel/git/julia/linux-stable-rt.git</a></p> <p>Found in HEAD commit: <a href="https://github.com/nidhi7598/linux-3.0.35_CVE-2022-45934/commit/5e23b7f9d2dd0154edd54986754eecd5b5308571">5e23b7f9d2dd0154edd54986754eecd5b5308571</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 (3)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/char_dev.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/char_dev.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/fs/char_dev.c</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 cdev_get of char_dev.c, there is a possible use-after-free due to a race condition. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android-10Android ID: A-153467744 <p>Publish Date: 2020-07-17 <p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2020-0305>CVE-2020-0305</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.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Release Date: 2020-08-21</p> <p>Fix Resolution: v5.5-rc6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_main
cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source files fs char dev c fs char dev c fs char dev c vulnerability details in cdev get of char dev c there is a possible use after free due to a race condition this could lead to local escalation of privilege with system execution privileges needed user interaction is not needed for exploitation product androidversions android id a publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required high user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version release date fix resolution step up your open source security game with mend
0
23,144
11,849,375,184
IssuesEvent
2020-03-24 15:09:26
MicrosoftDocs/azure-docs
https://api.github.com/repos/MicrosoftDocs/azure-docs
closed
Cannot access from Windows Server 2012 R2
Pri2 cognitive-services/svc cxp product-question speech-service/subsvc triaged
I cannot access * .tts.speech.microsoft.com which is a voices/list or v1 endpoint from Windows Server 2012 R2. This error has occurred since March 14, 2020. * .tts.speech.microsoft.com seems to support only the following cipher suites: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 However, Windows Server 2012 R2 does not support these cipher suites. Do I have to use Windows Server 2016 or 2019? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: e351e013-771a-bfdc-0f76-815316c7717d * Version Independent ID: 8c3a1bbe-196a-13b8-f905-b8ea7bfd0e7a * Content: [Text-to-speech API reference (REST) - Speech service - Azure Cognitive Services](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech) * Content Source: [articles/cognitive-services/Speech-Service/rest-text-to-speech.md](https://github.com/Microsoft/azure-docs/blob/master/articles/cognitive-services/Speech-Service/rest-text-to-speech.md) * Service: **cognitive-services** * Sub-service: **speech-service** * GitHub Login: @erhopf * Microsoft Alias: **erhopf**
2.0
Cannot access from Windows Server 2012 R2 - I cannot access * .tts.speech.microsoft.com which is a voices/list or v1 endpoint from Windows Server 2012 R2. This error has occurred since March 14, 2020. * .tts.speech.microsoft.com seems to support only the following cipher suites: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 However, Windows Server 2012 R2 does not support these cipher suites. Do I have to use Windows Server 2016 or 2019? --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: e351e013-771a-bfdc-0f76-815316c7717d * Version Independent ID: 8c3a1bbe-196a-13b8-f905-b8ea7bfd0e7a * Content: [Text-to-speech API reference (REST) - Speech service - Azure Cognitive Services](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/rest-text-to-speech) * Content Source: [articles/cognitive-services/Speech-Service/rest-text-to-speech.md](https://github.com/Microsoft/azure-docs/blob/master/articles/cognitive-services/Speech-Service/rest-text-to-speech.md) * Service: **cognitive-services** * Sub-service: **speech-service** * GitHub Login: @erhopf * Microsoft Alias: **erhopf**
non_main
cannot access from windows server i cannot access tts speech microsoft com which is a voices list or endpoint from windows server this error has occurred since march tts speech microsoft com seems to support only the following cipher suites tls ecdhe rsa with aes gcm tls ecdhe rsa with aes gcm however windows server does not support these cipher suites do i have to use windows server or document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id bfdc version independent id content content source service cognitive services sub service speech service github login erhopf microsoft alias erhopf
0
4,395
22,551,639,345
IssuesEvent
2022-06-27 06:23:00
cncf/glossary
https://api.github.com/repos/cncf/glossary
closed
Search doesn't work for foreign words
maintainers
Currently the search is powered by lunr and [language support](https://lunrjs.com/guides/language_support.html) isn't activated. Lunr doesn't support Hindi, so it would never work for that language, even if we were to activate it for all other languages. We should research a different search tool so that we can search across all foreign languages. Currently I am evaluating [Algolia](https://www.algolia.com/). It allows for [multiple indicies](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/multilingual-search/) which could also help with #755.
True
Search doesn't work for foreign words - Currently the search is powered by lunr and [language support](https://lunrjs.com/guides/language_support.html) isn't activated. Lunr doesn't support Hindi, so it would never work for that language, even if we were to activate it for all other languages. We should research a different search tool so that we can search across all foreign languages. Currently I am evaluating [Algolia](https://www.algolia.com/). It allows for [multiple indicies](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/how-to/multilingual-search/) which could also help with #755.
main
search doesn t work for foreign words currently the search is powered by lunr and isn t activated lunr doesn t support hindi so it would never work for that language even if we were to activate it for all other languages we should research a different search tool so that we can search across all foreign languages currently i am evaluating it allows for which could also help with
1
1,539
6,572,229,352
IssuesEvent
2017-09-11 00:20:17
ansible/ansible-modules-extras
https://api.github.com/repos/ansible/ansible-modules-extras
closed
ufw support for comments
affects_2.3 feature_idea waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME ufw ##### SUMMARY ufw module should support comment feature added in ufw 0.35 ufw 0.35 available in Ubuntu 16.04 LTS (due to be released on Apr 21, 2016) brings several changes: - config moves from /lib/ufw to /etc/ufw (maybe not relevant for this module, will report separate bug if this causes issues) - ufw now supports comments with rules, which is particularly useful if there are a lot of rules... See [man page](http://manpages.ubuntu.com/manpages/xenial/en/man8/ufw.8.html) and [package page](https://launchpad.net/ubuntu/+source/ufw/0.35-0ubuntu2)
True
ufw support for comments - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME ufw ##### SUMMARY ufw module should support comment feature added in ufw 0.35 ufw 0.35 available in Ubuntu 16.04 LTS (due to be released on Apr 21, 2016) brings several changes: - config moves from /lib/ufw to /etc/ufw (maybe not relevant for this module, will report separate bug if this causes issues) - ufw now supports comments with rules, which is particularly useful if there are a lot of rules... See [man page](http://manpages.ubuntu.com/manpages/xenial/en/man8/ufw.8.html) and [package page](https://launchpad.net/ubuntu/+source/ufw/0.35-0ubuntu2)
main
ufw support for comments issue type feature idea component name ufw summary ufw module should support comment feature added in ufw ufw available in ubuntu lts due to be released on apr brings several changes config moves from lib ufw to etc ufw maybe not relevant for this module will report separate bug if this causes issues ufw now supports comments with rules which is particularly useful if there are a lot of rules see and
1
117,642
15,158,208,243
IssuesEvent
2021-02-12 00:35:10
urbit/landscape
https://api.github.com/repos/urbit/landscape
opened
chat: no option to dismiss 'share private profile?' banner
design
![image](https://user-images.githubusercontent.com/9557907/107716678-c0bd9700-6c86-11eb-9468-5f05d1983fd6.png) There's no option to dismiss this if I chose not to share my private profile.
1.0
chat: no option to dismiss 'share private profile?' banner - ![image](https://user-images.githubusercontent.com/9557907/107716678-c0bd9700-6c86-11eb-9468-5f05d1983fd6.png) There's no option to dismiss this if I chose not to share my private profile.
non_main
chat no option to dismiss share private profile banner there s no option to dismiss this if i chose not to share my private profile
0
119,195
4,762,830,654
IssuesEvent
2016-10-25 12:49:17
bedita/bedita
https://api.github.com/repos/bedita/bedita
opened
Validate embed code for videos
Priority - High Type - Bug
When saving a multimedia of type video, if embed code is provided, it should be validated. Failing to do so might result in malformed HTML code that breaks the whole page in backend. XSS filter doesn't really quite apply to this case, AFAIK, as this field is supposed to contain HTML by design. Right, @batopa ?
1.0
Validate embed code for videos - When saving a multimedia of type video, if embed code is provided, it should be validated. Failing to do so might result in malformed HTML code that breaks the whole page in backend. XSS filter doesn't really quite apply to this case, AFAIK, as this field is supposed to contain HTML by design. Right, @batopa ?
non_main
validate embed code for videos when saving a multimedia of type video if embed code is provided it should be validated failing to do so might result in malformed html code that breaks the whole page in backend xss filter doesn t really quite apply to this case afaik as this field is supposed to contain html by design right batopa
0
3,556
14,164,739,254
IssuesEvent
2020-11-12 05:47:50
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
closed
NumberInput value type for Typescript
status: needs triage 🕵️‍♀️ status: waiting for maintainer response 💬 type: question ❓
## What package(s) are you using? - [ ] `carbon-components` - [ ] `carbon-components-react` ## Summary I read code for `NumberInput.js` and storybook for this component. When I turn on `allowEmpty` option for this component, I have to be able to pass `empty value` to `value` prop. It is possible in storybook because it is javascript which doesn't check type. (just using propTypes) Of course, I'm using `@types/carbon-components-react`, but type definition of `value` is also `number`. It should be `number | string` to pass `empty value`. How can I solve this problem? There are several options. 1) Open PR to Definitely-Typed repo → I think it takes a lot of time to be merged. 2) Extend existing type definition for `NumberInput` → I tried, but it's failed. If you know how to, plz let me know. 3) Port `NumberInput.js` to `NumberInput.tsx` which is typescript version **(what I'm doing is this)** ## Relevant information Type definition of `@types/carbon-components-react`. ```typescript ... interface InheritedProps extends Omit<ReactInputAttr, ExcludedAttributes>, EmbeddedIconProps, InternationalProps<NumberInputTranslationKey>, RequiresIdProps, ThemeProps, ValidityProps, RefForwardingProps<HTMLInputElement> { value: number, } export interface NumberInputProps extends InheritedProps { allowEmpty?: boolean, helperText?: React.ReactNode, hideLabel?: boolean, label?: React.ReactNode, isMobile?: boolean, size?: Extract<CarbonInputSize, "sm" | "xl">, } ... ```
True
NumberInput value type for Typescript - ## What package(s) are you using? - [ ] `carbon-components` - [ ] `carbon-components-react` ## Summary I read code for `NumberInput.js` and storybook for this component. When I turn on `allowEmpty` option for this component, I have to be able to pass `empty value` to `value` prop. It is possible in storybook because it is javascript which doesn't check type. (just using propTypes) Of course, I'm using `@types/carbon-components-react`, but type definition of `value` is also `number`. It should be `number | string` to pass `empty value`. How can I solve this problem? There are several options. 1) Open PR to Definitely-Typed repo → I think it takes a lot of time to be merged. 2) Extend existing type definition for `NumberInput` → I tried, but it's failed. If you know how to, plz let me know. 3) Port `NumberInput.js` to `NumberInput.tsx` which is typescript version **(what I'm doing is this)** ## Relevant information Type definition of `@types/carbon-components-react`. ```typescript ... interface InheritedProps extends Omit<ReactInputAttr, ExcludedAttributes>, EmbeddedIconProps, InternationalProps<NumberInputTranslationKey>, RequiresIdProps, ThemeProps, ValidityProps, RefForwardingProps<HTMLInputElement> { value: number, } export interface NumberInputProps extends InheritedProps { allowEmpty?: boolean, helperText?: React.ReactNode, hideLabel?: boolean, label?: React.ReactNode, isMobile?: boolean, size?: Extract<CarbonInputSize, "sm" | "xl">, } ... ```
main
numberinput value type for typescript what package s are you using carbon components carbon components react summary i read code for numberinput js and storybook for this component when i turn on allowempty option for this component i have to be able to pass empty value to value prop it is possible in storybook because it is javascript which doesn t check type just using proptypes of course i m using types carbon components react but type definition of value is also number it should be number string to pass empty value how can i solve this problem there are several options open pr to definitely typed repo → i think it takes a lot of time to be merged extend existing type definition for numberinput → i tried but it s failed if you know how to plz let me know port numberinput js to numberinput tsx which is typescript version what i m doing is this relevant information type definition of types carbon components react typescript interface inheritedprops extends omit embeddediconprops internationalprops requiresidprops themeprops validityprops refforwardingprops value number export interface numberinputprops extends inheritedprops allowempty boolean helpertext react reactnode hidelabel boolean label react reactnode ismobile boolean size extract
1
2,194
7,746,491,249
IssuesEvent
2018-05-29 21:55:41
react-navigation/react-navigation
https://api.github.com/repos/react-navigation/react-navigation
closed
goBack(null) is undefined in Stacks with just one screen
needs response from maintainer
### Current Behavior In StackNavigators, `goBack(null)` will only work if there is more than one screen in the stack. We've been using this to "close" screens and would love to get it back. If you click it in a screen that's a single in a stack, nothing happens or you get an error. If you do the same with multiple stacks, it "closes" or goes back, as expected. ### Expected Behavior I expect the `goBack(null)` to close the screen you're on, even if there's only one. ### How to reproduce See the code [here](https://github.com/react-navigation/react-navigation/issues/4292#issuecomment-391457651). Here's the [snack](https://snack.expo.io/@sarachicad/back-nav---react-nav-v2). - If you click on `DoubleStack` and click on `GO TO SCREEN THREE`, you can go back/close that screen by pressing the X — which uses `goBack(null)` - If you click on `SingleStack` and do the same — click on the X, which uses `goBack(null)` — you get an undefined error. See below. ![screen shot 2018-05-24 at 4 11 50 pm](https://user-images.githubusercontent.com/6945122/40514818-36dd14be-5f70-11e8-9464-0d54c24bffa9.png) ### Your Environment | software | version | ---------------- | ------- | react-navigation | 2.0.1 | react-native | 0.55.3 | node | 8.9.4 | npm or yarn | 5.6.0
True
goBack(null) is undefined in Stacks with just one screen - ### Current Behavior In StackNavigators, `goBack(null)` will only work if there is more than one screen in the stack. We've been using this to "close" screens and would love to get it back. If you click it in a screen that's a single in a stack, nothing happens or you get an error. If you do the same with multiple stacks, it "closes" or goes back, as expected. ### Expected Behavior I expect the `goBack(null)` to close the screen you're on, even if there's only one. ### How to reproduce See the code [here](https://github.com/react-navigation/react-navigation/issues/4292#issuecomment-391457651). Here's the [snack](https://snack.expo.io/@sarachicad/back-nav---react-nav-v2). - If you click on `DoubleStack` and click on `GO TO SCREEN THREE`, you can go back/close that screen by pressing the X — which uses `goBack(null)` - If you click on `SingleStack` and do the same — click on the X, which uses `goBack(null)` — you get an undefined error. See below. ![screen shot 2018-05-24 at 4 11 50 pm](https://user-images.githubusercontent.com/6945122/40514818-36dd14be-5f70-11e8-9464-0d54c24bffa9.png) ### Your Environment | software | version | ---------------- | ------- | react-navigation | 2.0.1 | react-native | 0.55.3 | node | 8.9.4 | npm or yarn | 5.6.0
main
goback null is undefined in stacks with just one screen current behavior in stacknavigators goback null will only work if there is more than one screen in the stack we ve been using this to close screens and would love to get it back if you click it in a screen that s a single in a stack nothing happens or you get an error if you do the same with multiple stacks it closes or goes back as expected expected behavior i expect the goback null to close the screen you re on even if there s only one how to reproduce see the code here s the if you click on doublestack and click on go to screen three you can go back close that screen by pressing the x — which uses goback null if you click on singlestack and do the same — click on the x which uses goback null — you get an undefined error see below your environment software version react navigation react native node npm or yarn
1
365,215
25,524,486,853
IssuesEvent
2022-11-29 00:15:24
eslint/eslint
https://api.github.com/repos/eslint/eslint
closed
Integrations Page Clean up & Expansion
enhancement documentation accepted
### ESLint version v8.x ### What problem do you want to solve? clean up copy of the Integrations page, and expand key aspects to create a better reader experience. ### What do you think is the correct solution? Miscellaneous change on [Integrations](https://eslint.org/docs/latest/user-guide/integrations) page: - Add a sentence or two overview at top of each integration type section - Look to see if there are other good resources worth mentioning here - Add s call to action on the page saying that you can create a pull request to include your integration on this page. - Other small cosmetic changes and refactors ### Participation - [X] I am willing to submit a pull request for this change. ### Additional comments _No response_
1.0
Integrations Page Clean up & Expansion - ### ESLint version v8.x ### What problem do you want to solve? clean up copy of the Integrations page, and expand key aspects to create a better reader experience. ### What do you think is the correct solution? Miscellaneous change on [Integrations](https://eslint.org/docs/latest/user-guide/integrations) page: - Add a sentence or two overview at top of each integration type section - Look to see if there are other good resources worth mentioning here - Add s call to action on the page saying that you can create a pull request to include your integration on this page. - Other small cosmetic changes and refactors ### Participation - [X] I am willing to submit a pull request for this change. ### Additional comments _No response_
non_main
integrations page clean up expansion eslint version x what problem do you want to solve clean up copy of the integrations page and expand key aspects to create a better reader experience what do you think is the correct solution miscellaneous change on page add a sentence or two overview at top of each integration type section look to see if there are other good resources worth mentioning here add s call to action on the page saying that you can create a pull request to include your integration on this page other small cosmetic changes and refactors participation i am willing to submit a pull request for this change additional comments no response
0
3,295
12,681,363,919
IssuesEvent
2020-06-19 15:16:13
chocolatey-community/chocolatey-package-requests
https://api.github.com/repos/chocolatey-community/chocolatey-package-requests
closed
RFP - AMD Radeon Software
Status: Available For Maintainer(s)
## Checklist - [x] The package I am requesting does not already exist on https://chocolatey.org/packages; - [x] There is no open issue for this package; - [x] The issue title starts 'RFP - '; - [x] The download URL is public and not locked behind a paywall / login; ## Package Details Software project URL : https://www.amd.com/en/technologies/radeon-software Direct download URL for the software / installer : https://drivers.amd.com/drivers/beta/win10-radeon-software-adrenalin-2020-edition-20.5.1-june10.exe Software summary / short description: AMD Radeon Software Adrenalin 2020 Edition 20.5.1 installation package. Made by AMD.
True
RFP - AMD Radeon Software - ## Checklist - [x] The package I am requesting does not already exist on https://chocolatey.org/packages; - [x] There is no open issue for this package; - [x] The issue title starts 'RFP - '; - [x] The download URL is public and not locked behind a paywall / login; ## Package Details Software project URL : https://www.amd.com/en/technologies/radeon-software Direct download URL for the software / installer : https://drivers.amd.com/drivers/beta/win10-radeon-software-adrenalin-2020-edition-20.5.1-june10.exe Software summary / short description: AMD Radeon Software Adrenalin 2020 Edition 20.5.1 installation package. Made by AMD.
main
rfp amd radeon software checklist the package i am requesting does not already exist on there is no open issue for this package the issue title starts rfp the download url is public and not locked behind a paywall login package details software project url direct download url for the software installer software summary short description amd radeon software adrenalin edition installation package made by amd
1
258,686
19,569,251,044
IssuesEvent
2022-01-04 07:40:38
eclipse/eclipsefuro-web
https://api.github.com/repos/eclipse/eclipsefuro-web
closed
Elaboration of Getting Started Guide
documentation
Users who belong to the target group of the Furo Web Stack should be able to create a minimal executable example within a maximum of **30** minutes. We also need descriptions of the core concepts including examples.
1.0
Elaboration of Getting Started Guide - Users who belong to the target group of the Furo Web Stack should be able to create a minimal executable example within a maximum of **30** minutes. We also need descriptions of the core concepts including examples.
non_main
elaboration of getting started guide users who belong to the target group of the furo web stack should be able to create a minimal executable example within a maximum of minutes we also need descriptions of the core concepts including examples
0
128,598
5,071,871,918
IssuesEvent
2016-12-26 16:59:23
AlbatrossAvionics/Alba-2017
https://api.github.com/repos/AlbatrossAvionics/Alba-2017
opened
Androidアプリの作成
high priority
機体搭載用Androidアプリの作成を行う。mbedとBlueToothの相互通信で接続する。主な機能は以下の通り。 - [ ] Android内の各種センサ値の取得、保存 - [ ] 電装のセンサで取れた値もBlueToothで送ってしまって保存して、SDロガーの代わりにしてSDロガーを廃止したい。 - [ ] パイロットにセンサの値を伝える表示画面として使用する。 - [ ] カメラ機能を使用して、フライト動画を取りたい。 - [ ] ロールアラームの機能もここに統合してしまいたい。音量的にロールアラームを廃止できなかったとしても両方鳴らす。 - [ ] mbedからはString型の文字列を送ってAndroidを操作。 データ保存にはSQLiteを使用する。
1.0
Androidアプリの作成 - 機体搭載用Androidアプリの作成を行う。mbedとBlueToothの相互通信で接続する。主な機能は以下の通り。 - [ ] Android内の各種センサ値の取得、保存 - [ ] 電装のセンサで取れた値もBlueToothで送ってしまって保存して、SDロガーの代わりにしてSDロガーを廃止したい。 - [ ] パイロットにセンサの値を伝える表示画面として使用する。 - [ ] カメラ機能を使用して、フライト動画を取りたい。 - [ ] ロールアラームの機能もここに統合してしまいたい。音量的にロールアラームを廃止できなかったとしても両方鳴らす。 - [ ] mbedからはString型の文字列を送ってAndroidを操作。 データ保存にはSQLiteを使用する。
non_main
androidアプリの作成 機体搭載用androidアプリの作成を行う。mbedとbluetoothの相互通信で接続する。主な機能は以下の通り。 android内の各種センサ値の取得、保存 電装のセンサで取れた値もbluetoothで送ってしまって保存して、sdロガーの代わりにしてsdロガーを廃止したい。 パイロットにセンサの値を伝える表示画面として使用する。 カメラ機能を使用して、フライト動画を取りたい。 ロールアラームの機能もここに統合してしまいたい。音量的にロールアラームを廃止できなかったとしても両方鳴らす。 mbedからはstring型の文字列を送ってandroidを操作。 データ保存にはsqliteを使用する。
0
72,005
13,774,080,169
IssuesEvent
2020-10-08 05:28:14
IOSD/IOSD_MAIT_Hacktoberfest-2020_DSA-CP
https://api.github.com/repos/IOSD/IOSD_MAIT_Hacktoberfest-2020_DSA-CP
opened
CodeChef Problems
Algorithms Codechef Datastructure IOSD competitive-programming good first issue
Pick any Codechef problems and submit your source code for that problem here by making a PR. ### **Rules** 1. You have to submit at least 4 question solutions in 1 PR. 2. Submissions for any ongoing contest will not be accepted. 3. Attach Proof of Your AC Submission(Screenshot of AC Result) IN PULL REQUEST DISCUSSION THREAD ONLY AFTER CREATING PR AND NOT AS SEPERATE IMAGE FILES. 4. Only recent (past 24hours) submissions will be accepted. 5. Please do not plagiarise **Format for Source Code Filenames :** CC_ProblemCode.extension Note : You do not need to be assigned this issue. You can directly submit a PR.
1.0
CodeChef Problems - Pick any Codechef problems and submit your source code for that problem here by making a PR. ### **Rules** 1. You have to submit at least 4 question solutions in 1 PR. 2. Submissions for any ongoing contest will not be accepted. 3. Attach Proof of Your AC Submission(Screenshot of AC Result) IN PULL REQUEST DISCUSSION THREAD ONLY AFTER CREATING PR AND NOT AS SEPERATE IMAGE FILES. 4. Only recent (past 24hours) submissions will be accepted. 5. Please do not plagiarise **Format for Source Code Filenames :** CC_ProblemCode.extension Note : You do not need to be assigned this issue. You can directly submit a PR.
non_main
codechef problems pick any codechef problems and submit your source code for that problem here by making a pr rules you have to submit at least question solutions in pr submissions for any ongoing contest will not be accepted attach proof of your ac submission screenshot of ac result in pull request discussion thread only after creating pr and not as seperate image files only recent past submissions will be accepted please do not plagiarise format for source code filenames cc problemcode extension note you do not need to be assigned this issue you can directly submit a pr
0
146,744
5,626,837,979
IssuesEvent
2017-04-04 23:05:31
robmcmullen/omnivore
https://api.github.com/repos/robmcmullen/omnivore
closed
Start of style change visible after disassembly style change
bug priority:low
If the cursor is at the end of a long selection and a style change results in the number of rows decreasing, the disassembly view shows bytes far past what just changed. Needs to reset rows, maybe so the cursor stays on the same byte and the view start is changed so it stays in the same relative position on the screen
1.0
Start of style change visible after disassembly style change - If the cursor is at the end of a long selection and a style change results in the number of rows decreasing, the disassembly view shows bytes far past what just changed. Needs to reset rows, maybe so the cursor stays on the same byte and the view start is changed so it stays in the same relative position on the screen
non_main
start of style change visible after disassembly style change if the cursor is at the end of a long selection and a style change results in the number of rows decreasing the disassembly view shows bytes far past what just changed needs to reset rows maybe so the cursor stays on the same byte and the view start is changed so it stays in the same relative position on the screen
0
4,227
20,915,298,264
IssuesEvent
2022-03-24 12:56:58
precice/precice
https://api.github.com/repos/precice/precice
closed
Dead code in Edge.hpp?
maintainability
In `mesh/Edge.hpp`, some types are forward declared, but I found no reference nor implementation to these. They seem to be designed for iterating over an edge, but there is actually no iterator implementation. https://github.com/precice/precice/blob/00e12ff66dc2b5337167761c0741aa718f441c63/src/mesh/Edge.hpp#L15-L18 For Triangle, the `IndexRangeIterator` class is used to implement iterators over vertices. It would be consistent to implement the same for an edge and remove the types declared above. https://github.com/precice/precice/blob/00e12ff66dc2b5337167761c0741aa718f441c63/src/mesh/Triangle.hpp#L34
True
Dead code in Edge.hpp? - In `mesh/Edge.hpp`, some types are forward declared, but I found no reference nor implementation to these. They seem to be designed for iterating over an edge, but there is actually no iterator implementation. https://github.com/precice/precice/blob/00e12ff66dc2b5337167761c0741aa718f441c63/src/mesh/Edge.hpp#L15-L18 For Triangle, the `IndexRangeIterator` class is used to implement iterators over vertices. It would be consistent to implement the same for an edge and remove the types declared above. https://github.com/precice/precice/blob/00e12ff66dc2b5337167761c0741aa718f441c63/src/mesh/Triangle.hpp#L34
main
dead code in edge hpp in mesh edge hpp some types are forward declared but i found no reference nor implementation to these they seem to be designed for iterating over an edge but there is actually no iterator implementation for triangle the indexrangeiterator class is used to implement iterators over vertices it would be consistent to implement the same for an edge and remove the types declared above
1
5,331
26,911,257,022
IssuesEvent
2023-02-07 00:06:08
DynamoRIO/dynamorio
https://api.github.com/repos/DynamoRIO/dynamorio
opened
Cleanup: Make C++ constant style consistent and remove CONSTEXPR define
Maintainability Component-DrCacheSim
We have two cleanup issues related to C++ constants: 1. Now that do not support VS2013 and have C++11 everywhere we can remove this in clients/drcachesim/common/utils.h: ``` /* TODO(i#2924): Remove this and others like it once we stop supporting VS2013. */ #if defined(WINDOWS) && _MSC_VER < 1900 # define CONSTEXPR const /* 'constexpr' not supported */ #else # define CONSTEXPR constexpr #endif ``` 2. We should make the constant variable names consistent in drcachesim. The official style from https://dynamorio.org/page_code_style.html#autotoc_md122 is to use all caps, yet a number of files are using kCamelCase.
True
Cleanup: Make C++ constant style consistent and remove CONSTEXPR define - We have two cleanup issues related to C++ constants: 1. Now that do not support VS2013 and have C++11 everywhere we can remove this in clients/drcachesim/common/utils.h: ``` /* TODO(i#2924): Remove this and others like it once we stop supporting VS2013. */ #if defined(WINDOWS) && _MSC_VER < 1900 # define CONSTEXPR const /* 'constexpr' not supported */ #else # define CONSTEXPR constexpr #endif ``` 2. We should make the constant variable names consistent in drcachesim. The official style from https://dynamorio.org/page_code_style.html#autotoc_md122 is to use all caps, yet a number of files are using kCamelCase.
main
cleanup make c constant style consistent and remove constexpr define we have two cleanup issues related to c constants now that do not support and have c everywhere we can remove this in clients drcachesim common utils h todo i remove this and others like it once we stop supporting if defined windows msc ver define constexpr const constexpr not supported else define constexpr constexpr endif we should make the constant variable names consistent in drcachesim the official style from is to use all caps yet a number of files are using kcamelcase
1
1,710
6,574,448,708
IssuesEvent
2017-09-11 12:56:20
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
nxos_command fails with cisco nexus version 7.x
affects_2.2 bug_report networking waiting_on_maintainer
<!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 config file = /home/emarq/Solutions.Network.Automation/MAS/Ansible/cisco/nexus/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> Cisco Nexus Software BIOS: version 3.9.0 NXOS: version 7.0(3)I4(1) BIOS compile time: 01/25/2016 NXOS image file is: bootflash:///nxos.7.0.3.I4.1.bin NXOS compile time: 5/15/2016 20:00:00 [05/15/2016 20:24:30] Hardware cisco Nexus3000 C3132Q Chassis Intel(R) Core(TM) i3-3227U CPU @ 2.50GHz with 8153476 kB of memory. Linux rr1masdansible 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ##### SUMMARY <!--- Explain the problem briefly --> issue command to delete file from boothflash. This same command with fine on Cisoc Nexus U6.6 ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> <!--- Paste example playbooks or commands between quotes below --> ``` --- - name: Delete remote config nxos_command: provider: "{{ cli }}" host: "{{ ansible_host }}" commands: - "delete bootflash:{{ inventory_hostname }}.conf " ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> delete file from bootflash ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes below --> ``` task path: /home/emarq/Solutions.Network.Automation/MAS/Ansible/cisco/nexus/roles/copyfirmware/tasks/main.yml:2 Using module file /usr/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_command.py <10.10.229.140> ESTABLISH LOCAL CONNECTION FOR USER: emarq <10.10.229.140> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641 `" && echo ansible-tmp-1478227857.81-191488415490641="` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641 `" ) && sleep 0' Using module file /usr/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_command.py <10.10.230.12> ESTABLISH LOCAL CONNECTION FOR USER: emarq <10.10.230.12> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391 `" && echo ansible-tmp-1478227857.81-248162808087391="` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391 `" ) && sleep 0' <10.10.230.12> PUT /tmp/tmpRHdIQN TO /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/nxos_command.py <10.10.229.140> PUT /tmp/tmpIoWDhn TO /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/nxos_command.py <10.10.229.140> EXEC /bin/sh -c 'chmod u+x /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/ /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/nxos_command.py && sleep 0' <10.10.230.12> EXEC /bin/sh -c 'chmod u+x /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/ /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/nxos_command.py && sleep 0' <10.10.229.140> EXEC /bin/sh -c '/usr/bin/python /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/nxos_command.py; rm -rf "/home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/" > /dev/null 2>&1 && sleep 0' <10.10.230.12> EXEC /bin/sh -c '/usr/bin/python /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/nxos_command.py; rm -rf "/home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/" > /dev/null 2>&1 && sleep 0' An exception occurred during task execution. The full traceback is: Traceback (most recent call last): File "/tmp/ansible_o26AcW/ansible_module_nxos_command.py", line 257, in <module> main() File "/tmp/ansible_o26AcW/ansible_module_nxos_command.py", line 238, in main module.fail_json(msg=str(exc), **exc.kwargs) File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 1811, in fail_json File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in remove_values File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in <genexpr> File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 386, in remove_values File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 399, in remove_values TypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r09-x32sp-1a.conf fatal: [rr1-n35-r09-x32sp-1a]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_name": "nxos_command" }, "module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_o26AcW/ansible_module_nxos_command.py\", line 257, in <module>\n main()\n File \"/tmp/ansible_o26AcW/ansible_module_nxos_command.py\", line 238, in main\n module.fail_json(msg=str(exc), **exc.kwargs)\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 1811, in fail_json\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in remove_values\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in <genexpr>\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 386, in remove_values\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 399, in remove_values\nTypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r09-x32sp-1a.conf \n", "module_stdout": "", "msg": "MODULE FAILURE" } An exception occurred during task execution. The full traceback is: Traceback (most recent call last): File "/tmp/ansible_t5uacC/ansible_module_nxos_command.py", line 257, in <module> main() File "/tmp/ansible_t5uacC/ansible_module_nxos_command.py", line 238, in main module.fail_json(msg=str(exc), **exc.kwargs) File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 1811, in fail_json File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in remove_values File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in <genexpr> File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 386, in remove_values File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 399, in remove_values TypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r10-x32sp-2a.conf fatal: [rr1-n35-r10-x32sp-2a]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_name": "nxos_command" }, "module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_t5uacC/ansible_module_nxos_command.py\", line 257, in <module>\n main()\n File \"/tmp/ansible_t5uacC/ansible_module_nxos_command.py\", line 238, in main\n module.fail_json(msg=str(exc), **exc.kwargs)\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 1811, in fail_json\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in remove_values\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in <genexpr>\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 386, in remove_values\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 399, in remove_values\nTypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r10-x32sp-2a.conf \n", "module_stdout": "", "msg": "MODULE FAILURE" } to retry, use: --limit @/home/emarq/Solutions.Network.Automation/MAS/Ansible/cisco/nexus/nexusbaseconfig.retry PLAY RECAP ********************************************************************* rr1-n35-r09-x32sp-1a : ok=16 changed=15 unreachable=0 failed=1 rr1-n35-r10-x32sp-2a : ok=16 changed=15 unreachable=0 failed=1 ```
True
nxos_command fails with cisco nexus version 7.x - <!--- Verify first that your issue/request is not already reported in GitHub --> ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME <!--- Name of the plugin/module/task --> ##### ANSIBLE VERSION <!--- Paste verbatim output from “ansible --version” between quotes below --> ``` ansible 2.2.0.0 config file = /home/emarq/Solutions.Network.Automation/MAS/Ansible/cisco/nexus/ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT <!--- Mention the OS you are running Ansible from, and the OS you are managing, or say “N/A” for anything that is not platform-specific. --> Cisco Nexus Software BIOS: version 3.9.0 NXOS: version 7.0(3)I4(1) BIOS compile time: 01/25/2016 NXOS image file is: bootflash:///nxos.7.0.3.I4.1.bin NXOS compile time: 5/15/2016 20:00:00 [05/15/2016 20:24:30] Hardware cisco Nexus3000 C3132Q Chassis Intel(R) Core(TM) i3-3227U CPU @ 2.50GHz with 8153476 kB of memory. Linux rr1masdansible 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux ##### SUMMARY <!--- Explain the problem briefly --> issue command to delete file from boothflash. This same command with fine on Cisoc Nexus U6.6 ##### STEPS TO REPRODUCE <!--- For bugs, show exactly how to reproduce the problem. For new features, show how the feature would be used. --> <!--- Paste example playbooks or commands between quotes below --> ``` --- - name: Delete remote config nxos_command: provider: "{{ cli }}" host: "{{ ansible_host }}" commands: - "delete bootflash:{{ inventory_hostname }}.conf " ``` <!--- You can also paste gist.github.com links for larger files --> ##### EXPECTED RESULTS <!--- What did you expect to happen when running the steps above? --> delete file from bootflash ##### ACTUAL RESULTS <!--- What actually happened? If possible run with extra verbosity (-vvvv) --> <!--- Paste verbatim command output between quotes below --> ``` task path: /home/emarq/Solutions.Network.Automation/MAS/Ansible/cisco/nexus/roles/copyfirmware/tasks/main.yml:2 Using module file /usr/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_command.py <10.10.229.140> ESTABLISH LOCAL CONNECTION FOR USER: emarq <10.10.229.140> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641 `" && echo ansible-tmp-1478227857.81-191488415490641="` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641 `" ) && sleep 0' Using module file /usr/lib/python2.7/dist-packages/ansible/modules/core/network/nxos/nxos_command.py <10.10.230.12> ESTABLISH LOCAL CONNECTION FOR USER: emarq <10.10.230.12> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391 `" && echo ansible-tmp-1478227857.81-248162808087391="` echo $HOME/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391 `" ) && sleep 0' <10.10.230.12> PUT /tmp/tmpRHdIQN TO /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/nxos_command.py <10.10.229.140> PUT /tmp/tmpIoWDhn TO /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/nxos_command.py <10.10.229.140> EXEC /bin/sh -c 'chmod u+x /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/ /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/nxos_command.py && sleep 0' <10.10.230.12> EXEC /bin/sh -c 'chmod u+x /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/ /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/nxos_command.py && sleep 0' <10.10.229.140> EXEC /bin/sh -c '/usr/bin/python /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/nxos_command.py; rm -rf "/home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-191488415490641/" > /dev/null 2>&1 && sleep 0' <10.10.230.12> EXEC /bin/sh -c '/usr/bin/python /home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/nxos_command.py; rm -rf "/home/emarq/.ansible/tmp/ansible-tmp-1478227857.81-248162808087391/" > /dev/null 2>&1 && sleep 0' An exception occurred during task execution. The full traceback is: Traceback (most recent call last): File "/tmp/ansible_o26AcW/ansible_module_nxos_command.py", line 257, in <module> main() File "/tmp/ansible_o26AcW/ansible_module_nxos_command.py", line 238, in main module.fail_json(msg=str(exc), **exc.kwargs) File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 1811, in fail_json File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in remove_values File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in <genexpr> File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 386, in remove_values File "/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py", line 399, in remove_values TypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r09-x32sp-1a.conf fatal: [rr1-n35-r09-x32sp-1a]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_name": "nxos_command" }, "module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_o26AcW/ansible_module_nxos_command.py\", line 257, in <module>\n main()\n File \"/tmp/ansible_o26AcW/ansible_module_nxos_command.py\", line 238, in main\n module.fail_json(msg=str(exc), **exc.kwargs)\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 1811, in fail_json\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in remove_values\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in <genexpr>\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 386, in remove_values\n File \"/tmp/ansible_o26AcW/ansible_modlib.zip/ansible/module_utils/basic.py\", line 399, in remove_values\nTypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r09-x32sp-1a.conf \n", "module_stdout": "", "msg": "MODULE FAILURE" } An exception occurred during task execution. The full traceback is: Traceback (most recent call last): File "/tmp/ansible_t5uacC/ansible_module_nxos_command.py", line 257, in <module> main() File "/tmp/ansible_t5uacC/ansible_module_nxos_command.py", line 238, in main module.fail_json(msg=str(exc), **exc.kwargs) File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 1811, in fail_json File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in remove_values File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 388, in <genexpr> File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 386, in remove_values File "/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py", line 399, in remove_values TypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r10-x32sp-2a.conf fatal: [rr1-n35-r10-x32sp-2a]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_name": "nxos_command" }, "module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_t5uacC/ansible_module_nxos_command.py\", line 257, in <module>\n main()\n File \"/tmp/ansible_t5uacC/ansible_module_nxos_command.py\", line 238, in main\n module.fail_json(msg=str(exc), **exc.kwargs)\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 1811, in fail_json\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in remove_values\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 388, in <genexpr>\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 386, in remove_values\n File \"/tmp/ansible_t5uacC/ansible_modlib.zip/ansible/module_utils/basic.py\", line 399, in remove_values\nTypeError: Value of unknown type: <class 'ansible.module_utils.netcli.Command'>, delete bootflash:rr1-n35-r10-x32sp-2a.conf \n", "module_stdout": "", "msg": "MODULE FAILURE" } to retry, use: --limit @/home/emarq/Solutions.Network.Automation/MAS/Ansible/cisco/nexus/nexusbaseconfig.retry PLAY RECAP ********************************************************************* rr1-n35-r09-x32sp-1a : ok=16 changed=15 unreachable=0 failed=1 rr1-n35-r10-x32sp-2a : ok=16 changed=15 unreachable=0 failed=1 ```
main
nxos command fails with cisco nexus version x issue type bug report component name ansible version ansible config file home emarq solutions network automation mas ansible cisco nexus ansible cfg configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment mention the os you are running ansible from and the os you are managing or say “n a” for anything that is not platform specific cisco nexus software bios version nxos version bios compile time nxos image file is bootflash nxos bin nxos compile time hardware cisco chassis intel r core tm cpu with kb of memory linux generic ubuntu smp wed oct utc gnu linux summary issue command to delete file from boothflash this same command with fine on cisoc nexus steps to reproduce for bugs show exactly how to reproduce the problem for new features show how the feature would be used name delete remote config nxos command provider cli host ansible host commands delete bootflash inventory hostname conf expected results delete file from bootflash actual results task path home emarq solutions network automation mas ansible cisco nexus roles copyfirmware tasks main yml using module file usr lib dist packages ansible modules core network nxos nxos command py establish local connection for user emarq exec bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep using module file usr lib dist packages ansible modules core network nxos nxos command py establish local connection for user emarq exec bin sh c umask mkdir p echo home ansible tmp ansible tmp echo ansible tmp echo home ansible tmp ansible tmp sleep put tmp tmprhdiqn to home emarq ansible tmp ansible tmp nxos command py put tmp tmpiowdhn to home emarq ansible tmp ansible tmp nxos command py exec bin sh c chmod u x home emarq ansible tmp ansible tmp home emarq ansible tmp ansible tmp nxos command py sleep exec bin sh c chmod u x home emarq ansible tmp ansible tmp home emarq ansible tmp ansible tmp nxos command py sleep exec bin sh c usr bin python home emarq ansible tmp ansible tmp nxos command py rm rf home emarq ansible tmp ansible tmp dev null sleep exec bin sh c usr bin python home emarq ansible tmp ansible tmp nxos command py rm rf home emarq ansible tmp ansible tmp dev null sleep an exception occurred during task execution the full traceback is traceback most recent call last file tmp ansible ansible module nxos command py line in main file tmp ansible ansible module nxos command py line in main module fail json msg str exc exc kwargs file tmp ansible ansible modlib zip ansible module utils basic py line in fail json file tmp ansible ansible modlib zip ansible module utils basic py line in remove values file tmp ansible ansible modlib zip ansible module utils basic py line in file tmp ansible ansible modlib zip ansible module utils basic py line in remove values file tmp ansible ansible modlib zip ansible module utils basic py line in remove values typeerror value of unknown type delete bootflash conf fatal failed changed false failed true invocation module name nxos command module stderr traceback most recent call last n file tmp ansible ansible module nxos command py line in n main n file tmp ansible ansible module nxos command py line in main n module fail json msg str exc exc kwargs n file tmp ansible ansible modlib zip ansible module utils basic py line in fail json n file tmp ansible ansible modlib zip ansible module utils basic py line in remove values n file tmp ansible ansible modlib zip ansible module utils basic py line in n file tmp ansible ansible modlib zip ansible module utils basic py line in remove values n file tmp ansible ansible modlib zip ansible module utils basic py line in remove values ntypeerror value of unknown type delete bootflash conf n module stdout msg module failure an exception occurred during task execution the full traceback is traceback most recent call last file tmp ansible ansible module nxos command py line in main file tmp ansible ansible module nxos command py line in main module fail json msg str exc exc kwargs file tmp ansible ansible modlib zip ansible module utils basic py line in fail json file tmp ansible ansible modlib zip ansible module utils basic py line in remove values file tmp ansible ansible modlib zip ansible module utils basic py line in file tmp ansible ansible modlib zip ansible module utils basic py line in remove values file tmp ansible ansible modlib zip ansible module utils basic py line in remove values typeerror value of unknown type delete bootflash conf fatal failed changed false failed true invocation module name nxos command module stderr traceback most recent call last n file tmp ansible ansible module nxos command py line in n main n file tmp ansible ansible module nxos command py line in main n module fail json msg str exc exc kwargs n file tmp ansible ansible modlib zip ansible module utils basic py line in fail json n file tmp ansible ansible modlib zip ansible module utils basic py line in remove values n file tmp ansible ansible modlib zip ansible module utils basic py line in n file tmp ansible ansible modlib zip ansible module utils basic py line in remove values n file tmp ansible ansible modlib zip ansible module utils basic py line in remove values ntypeerror value of unknown type delete bootflash conf n module stdout msg module failure to retry use limit home emarq solutions network automation mas ansible cisco nexus nexusbaseconfig retry play recap ok changed unreachable failed ok changed unreachable failed
1
1,767
6,575,035,021
IssuesEvent
2017-09-11 14:50:32
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
os_server module problem with floating_ips and multiple subnets
affects_2.2 cloud feature_idea openstack waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME os_server ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = configured module search path = Default w/o overrides ``` ##### CONFIGURATION host_key_checking = False force_color = 1 scp_if_ssh = True and also set the vault_password_file and inventory args ##### OS / ENVIRONMENT I'm both running and managing a RedHat 7.2 ##### SUMMARY I'm creating instances on OpenStack with the ansible module os_server. I have the floating ips already assigned before executing ansible, so I want to use the floating_ips argument, so the module would assign the floating ips automatically. I have 2 networks in my tenant, each one with its subnet, and the floating ip's have to be assigned to the correct subnet. The problem is that with the floating_ips argument, I can't establish the subnet that the floating ip should be assigned to. It only works if I specify 1 floating IP. It gets correctly assigned, but then I have to assign the second one manually, or using the 'os_floating_ip' module. When I specify both floating ip's in the argument, I get the following message : ``` failed: [localhost] (item=1) => {"extra_data": null, "failed": true, "item": "1", "msg": "unable to bind a floating ip to server *******: External network ********* is not reachable from subnet ********. Therefore, cannot associate Port ************ with a Floating IP.\nNeutron server returns request_ids: ['req-************']"} ``` ##### STEPS TO REPRODUCE You have to be in a tenant where there are more than one subnet defined and then use the os_server module, defining the floating_ips argument with a floating IP for each subnet. ##### EXPECTED RESULTS I expect the floating ip's to be assigned to the correct subnets ##### ACTUAL RESULTS ``` failed: [localhost] (item=1) => {"extra_data": null, "failed": true, "item": "1", "msg": "unable to bind a floating ip to server *******: External network ********* is not reachable from subnet ********. Therefore, cannot associate Port ************ with a Floating IP.\nNeutron server returns request_ids: ['req-************']"} ```
True
os_server module problem with floating_ips and multiple subnets - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME os_server ##### ANSIBLE VERSION ``` ansible 2.2.0.0 config file = configured module search path = Default w/o overrides ``` ##### CONFIGURATION host_key_checking = False force_color = 1 scp_if_ssh = True and also set the vault_password_file and inventory args ##### OS / ENVIRONMENT I'm both running and managing a RedHat 7.2 ##### SUMMARY I'm creating instances on OpenStack with the ansible module os_server. I have the floating ips already assigned before executing ansible, so I want to use the floating_ips argument, so the module would assign the floating ips automatically. I have 2 networks in my tenant, each one with its subnet, and the floating ip's have to be assigned to the correct subnet. The problem is that with the floating_ips argument, I can't establish the subnet that the floating ip should be assigned to. It only works if I specify 1 floating IP. It gets correctly assigned, but then I have to assign the second one manually, or using the 'os_floating_ip' module. When I specify both floating ip's in the argument, I get the following message : ``` failed: [localhost] (item=1) => {"extra_data": null, "failed": true, "item": "1", "msg": "unable to bind a floating ip to server *******: External network ********* is not reachable from subnet ********. Therefore, cannot associate Port ************ with a Floating IP.\nNeutron server returns request_ids: ['req-************']"} ``` ##### STEPS TO REPRODUCE You have to be in a tenant where there are more than one subnet defined and then use the os_server module, defining the floating_ips argument with a floating IP for each subnet. ##### EXPECTED RESULTS I expect the floating ip's to be assigned to the correct subnets ##### ACTUAL RESULTS ``` failed: [localhost] (item=1) => {"extra_data": null, "failed": true, "item": "1", "msg": "unable to bind a floating ip to server *******: External network ********* is not reachable from subnet ********. Therefore, cannot associate Port ************ with a Floating IP.\nNeutron server returns request_ids: ['req-************']"} ```
main
os server module problem with floating ips and multiple subnets issue type feature idea component name os server ansible version ansible config file configured module search path default w o overrides configuration host key checking false force color scp if ssh true and also set the vault password file and inventory args os environment i m both running and managing a redhat summary i m creating instances on openstack with the ansible module os server i have the floating ips already assigned before executing ansible so i want to use the floating ips argument so the module would assign the floating ips automatically i have networks in my tenant each one with its subnet and the floating ip s have to be assigned to the correct subnet the problem is that with the floating ips argument i can t establish the subnet that the floating ip should be assigned to it only works if i specify floating ip it gets correctly assigned but then i have to assign the second one manually or using the os floating ip module when i specify both floating ip s in the argument i get the following message failed item extra data null failed true item msg unable to bind a floating ip to server external network is not reachable from subnet therefore cannot associate port with a floating ip nneutron server returns request ids steps to reproduce you have to be in a tenant where there are more than one subnet defined and then use the os server module defining the floating ips argument with a floating ip for each subnet expected results i expect the floating ip s to be assigned to the correct subnets actual results failed item extra data null failed true item msg unable to bind a floating ip to server external network is not reachable from subnet therefore cannot associate port with a floating ip nneutron server returns request ids
1
19,689
10,480,955,709
IssuesEvent
2019-09-24 08:42:27
raiden-network/raiden-services
https://api.github.com/repos/raiden-network/raiden-services
opened
PFS route request performance
PFS :rocket: Performance :horse_racing:
It seems like sometimes the PFS needs to long to reply to route requests (@Dominik1999 ) We should try to replicate this scenario, measure performance and then improve it.
True
PFS route request performance - It seems like sometimes the PFS needs to long to reply to route requests (@Dominik1999 ) We should try to replicate this scenario, measure performance and then improve it.
non_main
pfs route request performance it seems like sometimes the pfs needs to long to reply to route requests we should try to replicate this scenario measure performance and then improve it
0
678,719
23,208,156,420
IssuesEvent
2022-08-02 07:47:16
bioversity/Crop-Ontology
https://api.github.com/repos/bioversity/Crop-Ontology
closed
Interface: Term Details Window
Improvement new site High Priority
It would be better if the window called 'Term details' would be called 'Concept Details' because 'Term' is a category used for the Class in our new site so it can be confusing. Of course, ideally the title should change with the element displayed : Trait, Method, Scale, Variable details but I understand this is a single form for all concepts.
1.0
Interface: Term Details Window - It would be better if the window called 'Term details' would be called 'Concept Details' because 'Term' is a category used for the Class in our new site so it can be confusing. Of course, ideally the title should change with the element displayed : Trait, Method, Scale, Variable details but I understand this is a single form for all concepts.
non_main
interface term details window it would be better if the window called term details would be called concept details because term is a category used for the class in our new site so it can be confusing of course ideally the title should change with the element displayed trait method scale variable details but i understand this is a single form for all concepts
0
52,337
13,747,801,033
IssuesEvent
2020-10-06 08:10:21
idmarinas/lotgd-game
https://api.github.com/repos/idmarinas/lotgd-game
closed
CVE-2019-6283 (Medium) detected in opennms-opennms-source-22.0.1-1, node-sass-4.14.1.tgz - autoclosed
bug security vulnerability
## CVE-2019-6283 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.14.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/lotgd-game/package.json</p> <p>Path to vulnerable library: /lotgd-game/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/idmarinas/lotgd-game/commit/a68ef33093518f30b58ce6afc7b54944a697f707">a68ef33093518f30b58ce6afc7b54944a697f707</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::parenthese_scope in prelexer.hpp. <p>Publish Date: 2019-01-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-6283>CVE-2019-6283</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284</a></p> <p>Release Date: 2019-08-06</p> <p>Fix Resolution: LibSass - 3.6.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-2019-6283 (Medium) detected in opennms-opennms-source-22.0.1-1, node-sass-4.14.1.tgz - autoclosed - ## CVE-2019-6283 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>node-sass-4.14.1.tgz</b></p></summary> <p> <details><summary><b>node-sass-4.14.1.tgz</b></p></summary> <p>Wrapper around libsass</p> <p>Library home page: <a href="https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz">https://registry.npmjs.org/node-sass/-/node-sass-4.14.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/lotgd-game/package.json</p> <p>Path to vulnerable library: /lotgd-game/node_modules/node-sass/package.json</p> <p> Dependency Hierarchy: - :x: **node-sass-4.14.1.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/idmarinas/lotgd-game/commit/a68ef33093518f30b58ce6afc7b54944a697f707">a68ef33093518f30b58ce6afc7b54944a697f707</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In LibSass 3.5.5, a heap-based buffer over-read exists in Sass::Prelexer::parenthese_scope in prelexer.hpp. <p>Publish Date: 2019-01-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-6283>CVE-2019-6283</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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-6284</a></p> <p>Release Date: 2019-08-06</p> <p>Fix Resolution: LibSass - 3.6.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_main
cve medium detected in opennms opennms source node sass tgz autoclosed cve medium severity vulnerability vulnerable libraries node sass tgz node sass tgz wrapper around libsass library home page a href path to dependency file tmp ws scm lotgd game package json path to vulnerable library lotgd game node modules node sass package json dependency hierarchy x node sass tgz vulnerable library found in head commit a href vulnerability details in libsass a heap based buffer over read exists in sass prelexer parenthese scope in prelexer hpp 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 step up your open source security game with whitesource
0
183,354
14,225,232,741
IssuesEvent
2020-11-17 20:55:12
Oldes/Rebol-issues
https://api.github.com/repos/Oldes/Rebol-issues
closed
SET block! versus SET refinement! or issue! incompatibility
Ren.resolved Test.written Type.bug
_Submitted by:_ **Ladislav** This does not look like an intended property. ``` rebol >> set /a 1 == 1 >> set [/a] 1 ** Script error: invalid argument: /a ** Where: set ** Near: set [/a] 1 ``` --- <sup>**Imported from:** **[CureCode](https://www.curecode.org/rebol3/ticket.rsp?id=1745)** [ Version: alpha 110 Type: Bug Platform: All Category: Native Reproduce: Always Fixed-in:none ]</sup> <sup>**Imported from**: https://github.com/rebol/rebol-issues/issues/1745</sup> Comments: --- > **Rebolbot** commented on Nov 4, 2010: _Submitted by:_ **Ladislav** ``` rebol in the core-tests suite ``` --- > **Rebolbot** commented on Nov 5, 2010: _Submitted by:_ **Carl** The full test shows 2 failure cases: If this is valid: ``` rebol set [a 'b :c d:] [1 2 3 4] ?? [a b c d] a: 1 b: 2 c: 3 d: 4 ``` Then so should both: ``` rebol set [/e #f] [5 6] ** Script error: invalid argument: /e ``` --- > **Rebolbot** commented on Nov 5, 2010: _Submitted by:_ **abolka** Added a test for the second case (#f) to the core-tests suite. --- > **Rebolbot** commented on Jul 15, 2013: _Submitted by:_ **BrianH** The word type is normal, lit-word is considered normal for visual compatibility with SET lit-word, set-word is considered normal for FUNCT compatibility (and similar to regular assignment), get-word has special case behavior. There are reasons for having all of these types supported with the current behavior, they're not in there for completion. If we add the other types, we should consider whether they are treated like word or should be other special cases. --- > **Rebolbot** added **Type.bug** and **Test.written** on Jan 12, 2016 --- > **Hostilefork** added on Mar 22, 2018 --- > **Hostilefork** commented on Mar 22, 2018: Without knowing anything about this issue, Ren-C resolved this at some point...because making SET tolerate ANY-WORD! seemed more natural than excluding certain classes. So FWIW, the seemingly-natural answer was to do what Carl suggests above. ---
1.0
SET block! versus SET refinement! or issue! incompatibility - _Submitted by:_ **Ladislav** This does not look like an intended property. ``` rebol >> set /a 1 == 1 >> set [/a] 1 ** Script error: invalid argument: /a ** Where: set ** Near: set [/a] 1 ``` --- <sup>**Imported from:** **[CureCode](https://www.curecode.org/rebol3/ticket.rsp?id=1745)** [ Version: alpha 110 Type: Bug Platform: All Category: Native Reproduce: Always Fixed-in:none ]</sup> <sup>**Imported from**: https://github.com/rebol/rebol-issues/issues/1745</sup> Comments: --- > **Rebolbot** commented on Nov 4, 2010: _Submitted by:_ **Ladislav** ``` rebol in the core-tests suite ``` --- > **Rebolbot** commented on Nov 5, 2010: _Submitted by:_ **Carl** The full test shows 2 failure cases: If this is valid: ``` rebol set [a 'b :c d:] [1 2 3 4] ?? [a b c d] a: 1 b: 2 c: 3 d: 4 ``` Then so should both: ``` rebol set [/e #f] [5 6] ** Script error: invalid argument: /e ``` --- > **Rebolbot** commented on Nov 5, 2010: _Submitted by:_ **abolka** Added a test for the second case (#f) to the core-tests suite. --- > **Rebolbot** commented on Jul 15, 2013: _Submitted by:_ **BrianH** The word type is normal, lit-word is considered normal for visual compatibility with SET lit-word, set-word is considered normal for FUNCT compatibility (and similar to regular assignment), get-word has special case behavior. There are reasons for having all of these types supported with the current behavior, they're not in there for completion. If we add the other types, we should consider whether they are treated like word or should be other special cases. --- > **Rebolbot** added **Type.bug** and **Test.written** on Jan 12, 2016 --- > **Hostilefork** added on Mar 22, 2018 --- > **Hostilefork** commented on Mar 22, 2018: Without knowing anything about this issue, Ren-C resolved this at some point...because making SET tolerate ANY-WORD! seemed more natural than excluding certain classes. So FWIW, the seemingly-natural answer was to do what Carl suggests above. ---
non_main
set block versus set refinement or issue incompatibility submitted by ladislav this does not look like an intended property rebol set a set script error invalid argument a where set near set imported from imported from comments rebolbot commented on nov submitted by ladislav rebol in the core tests suite rebolbot commented on nov submitted by carl the full test shows failure cases if this is valid rebol set a b c d then so should both rebol set script error invalid argument e rebolbot commented on nov submitted by abolka added a test for the second case f to the core tests suite rebolbot commented on jul submitted by brianh the word type is normal lit word is considered normal for visual compatibility with set lit word set word is considered normal for funct compatibility and similar to regular assignment get word has special case behavior there are reasons for having all of these types supported with the current behavior they re not in there for completion if we add the other types we should consider whether they are treated like word or should be other special cases rebolbot added type bug and test written on jan hostilefork added on mar hostilefork commented on mar without knowing anything about this issue ren c resolved this at some point because making set tolerate any word seemed more natural than excluding certain classes so fwiw the seemingly natural answer was to do what carl suggests above
0
43,499
9,449,984,941
IssuesEvent
2019-04-16 04:30:01
sourcegraph/sourcegraph
https://api.github.com/repos/sourcegraph/sourcegraph
opened
Filing issues with multiple batched code locations ("bookmarks")
code-nav feature-request
As a user who is reviewing code for mistakes, I want to be able to "bookmark" multiple locations of code and then create a batch issue (eg on Jira) with all of the locations. I want anyone viewing the code on Sourcegraph to be able to see the issue I filed, and I want anyone viewing the issue on Jira to be able to go to the location on Sourcegraph.
1.0
Filing issues with multiple batched code locations ("bookmarks") - As a user who is reviewing code for mistakes, I want to be able to "bookmark" multiple locations of code and then create a batch issue (eg on Jira) with all of the locations. I want anyone viewing the code on Sourcegraph to be able to see the issue I filed, and I want anyone viewing the issue on Jira to be able to go to the location on Sourcegraph.
non_main
filing issues with multiple batched code locations bookmarks as a user who is reviewing code for mistakes i want to be able to bookmark multiple locations of code and then create a batch issue eg on jira with all of the locations i want anyone viewing the code on sourcegraph to be able to see the issue i filed and i want anyone viewing the issue on jira to be able to go to the location on sourcegraph
0
747,786
26,099,037,637
IssuesEvent
2022-12-27 03:07:42
tinkerbell/tink
https://api.github.com/repos/tinkerbell/tink
closed
Add support for AuthN/AuthZ to Hegel/Tink Server workflows
kind/feature help wanted priority/awaiting-more-evidence
Right now, Tinkerbell effectively trusts all MAC addresses coming in as the hardware it claims to be before supplying an image for PXE booting with tink-worker, and tink-worker eventually runs a workflow assigned to that machine's MAC address. The machine (via a workflow step) may call [hegel](https://github.com/tinkerbell/hegel) and request additional machine information like boot scripts with secret information in them. The PXE booted image hopefully won't contain anything secret, but the workflow or hegel metadata responses could contain boot-time secrets. In order to prevent a MAC address spoof for a compromised machine from gaining anything other than a PXE booted image, it seems like integration for AuthN/Z to Hegel and possibly workflows could help to mitigate this threat. TPMs might be a great solution here for machines that support it. In addition to the MAC/IP tuple stored in the hardware data, if a TPM device's public key was pre-registered or trusted on first use, sensitive data used in machine bootstrapping would be more resistant to a bad actor. ## Current Behaviour * A compromised machine that can spoof MAC addresses can request workflows and hegel metadata of other machines in the same L2 broadcast domain. * In a scenario such as Kubernetes Cluster API (CAPI), Tinkerbell may issue X509 CA data over Hegel. Should a compromised Kubernetes worker spoof a Kubernetes Control Plane MAC address and replay the provisioning workflow, they'd effectively have control of the Kubernetes cluster. ## Expected Behaviour * A compromised host that can spoof MAC addresses cannot steal configuration data of legitimate hardware. ## Possible Solution Add TPM attestation to calls to hegel or tink-server workflows I'm mainly opening this as a tracking ticket, not a formal proposal Relates to #134
1.0
Add support for AuthN/AuthZ to Hegel/Tink Server workflows - Right now, Tinkerbell effectively trusts all MAC addresses coming in as the hardware it claims to be before supplying an image for PXE booting with tink-worker, and tink-worker eventually runs a workflow assigned to that machine's MAC address. The machine (via a workflow step) may call [hegel](https://github.com/tinkerbell/hegel) and request additional machine information like boot scripts with secret information in them. The PXE booted image hopefully won't contain anything secret, but the workflow or hegel metadata responses could contain boot-time secrets. In order to prevent a MAC address spoof for a compromised machine from gaining anything other than a PXE booted image, it seems like integration for AuthN/Z to Hegel and possibly workflows could help to mitigate this threat. TPMs might be a great solution here for machines that support it. In addition to the MAC/IP tuple stored in the hardware data, if a TPM device's public key was pre-registered or trusted on first use, sensitive data used in machine bootstrapping would be more resistant to a bad actor. ## Current Behaviour * A compromised machine that can spoof MAC addresses can request workflows and hegel metadata of other machines in the same L2 broadcast domain. * In a scenario such as Kubernetes Cluster API (CAPI), Tinkerbell may issue X509 CA data over Hegel. Should a compromised Kubernetes worker spoof a Kubernetes Control Plane MAC address and replay the provisioning workflow, they'd effectively have control of the Kubernetes cluster. ## Expected Behaviour * A compromised host that can spoof MAC addresses cannot steal configuration data of legitimate hardware. ## Possible Solution Add TPM attestation to calls to hegel or tink-server workflows I'm mainly opening this as a tracking ticket, not a formal proposal Relates to #134
non_main
add support for authn authz to hegel tink server workflows right now tinkerbell effectively trusts all mac addresses coming in as the hardware it claims to be before supplying an image for pxe booting with tink worker and tink worker eventually runs a workflow assigned to that machine s mac address the machine via a workflow step may call and request additional machine information like boot scripts with secret information in them the pxe booted image hopefully won t contain anything secret but the workflow or hegel metadata responses could contain boot time secrets in order to prevent a mac address spoof for a compromised machine from gaining anything other than a pxe booted image it seems like integration for authn z to hegel and possibly workflows could help to mitigate this threat tpms might be a great solution here for machines that support it in addition to the mac ip tuple stored in the hardware data if a tpm device s public key was pre registered or trusted on first use sensitive data used in machine bootstrapping would be more resistant to a bad actor current behaviour a compromised machine that can spoof mac addresses can request workflows and hegel metadata of other machines in the same broadcast domain in a scenario such as kubernetes cluster api capi tinkerbell may issue ca data over hegel should a compromised kubernetes worker spoof a kubernetes control plane mac address and replay the provisioning workflow they d effectively have control of the kubernetes cluster expected behaviour a compromised host that can spoof mac addresses cannot steal configuration data of legitimate hardware possible solution add tpm attestation to calls to hegel or tink server workflows i m mainly opening this as a tracking ticket not a formal proposal relates to
0
1,875
6,577,504,564
IssuesEvent
2017-09-12 01:22:42
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
Add Target proxy, URL map and SSL certificate resource management to GCE
affects_2.3 cloud feature_idea gce waiting_on_maintainer
##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME GCE ##### ANSIBLE VERSION N/A ##### SUMMARY Currently it is not possible to manage target proxies, their url map and ssl certificate resources with GCE modules. ##### EXPECTED RESULTS I would like to provision a bunch of webservers, put them under load balancer and set up multiple SSL hosts that will be accepted by LB, end outer SSL connection and forward requests to mapped webservers. ##### ACTUAL RESULTS This is currently possible only by invoking the gcutil directly with command/shell. More info: https://cloud.google.com/compute/docs/load-balancing/http/target-proxies
True
Add Target proxy, URL map and SSL certificate resource management to GCE - ##### ISSUE TYPE - Feature Idea ##### COMPONENT NAME GCE ##### ANSIBLE VERSION N/A ##### SUMMARY Currently it is not possible to manage target proxies, their url map and ssl certificate resources with GCE modules. ##### EXPECTED RESULTS I would like to provision a bunch of webservers, put them under load balancer and set up multiple SSL hosts that will be accepted by LB, end outer SSL connection and forward requests to mapped webservers. ##### ACTUAL RESULTS This is currently possible only by invoking the gcutil directly with command/shell. More info: https://cloud.google.com/compute/docs/load-balancing/http/target-proxies
main
add target proxy url map and ssl certificate resource management to gce issue type feature idea component name gce ansible version n a summary currently it is not possible to manage target proxies their url map and ssl certificate resources with gce modules expected results i would like to provision a bunch of webservers put them under load balancer and set up multiple ssl hosts that will be accepted by lb end outer ssl connection and forward requests to mapped webservers actual results this is currently possible only by invoking the gcutil directly with command shell more info
1
2,464
8,639,901,510
IssuesEvent
2018-11-23 22:31:58
F5OEO/rpitx
https://api.github.com/repos/F5OEO/rpitx
closed
Warnings
V1 related (not maintained)
The code contains a lot of strange expressions. I ran GCC with -Wall -Wextra to show all the problems. <pre>cc -Wall -Wextra -Werror -O2 -Wno-unused-variable -o ../rpitx RpiTx.c RpiGpio.c mailbox.c RpiDma.c -lm -lrt -lpthread RpiTx.c: In function ‘terminate’: RpiTx.c:172:15: error: unused parameter ‘dummy’ [-Werror=unused-parameter] terminate(int dummy) ^ RpiTx.c: In function ‘FrequencyAmplitudeToRegister’: RpiTx.c:899:16: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] if(Relicat>=DelayFromSampleRate) ^ RpiTx.c:906:38: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] if((DelayFromSampleRate+Relicat)<0) ^ RpiTx.c:571:158: error: unused parameter ‘debug’ [-Werror=unused-parameter] inline void FrequencyAmplitudeToRegister(double TuneFrequency,uint32_t Amplitude,int NoSample,uint32_t WaitNanoSecond,uint32_t SampleRate,char NoUsePWMF,int debug) ^ RpiTx.c: In function ‘pitx_run’: RpiTx.c:1446:15: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] if(NbRead!=DmaSampleBurstSize*2*sizeof(float)) ^ cc1: all warnings being treated as errors Makefile:9: recipe for target '../rpitx' failed make: *** [../rpitx] Error 1</pre>
True
Warnings - The code contains a lot of strange expressions. I ran GCC with -Wall -Wextra to show all the problems. <pre>cc -Wall -Wextra -Werror -O2 -Wno-unused-variable -o ../rpitx RpiTx.c RpiGpio.c mailbox.c RpiDma.c -lm -lrt -lpthread RpiTx.c: In function ‘terminate’: RpiTx.c:172:15: error: unused parameter ‘dummy’ [-Werror=unused-parameter] terminate(int dummy) ^ RpiTx.c: In function ‘FrequencyAmplitudeToRegister’: RpiTx.c:899:16: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] if(Relicat>=DelayFromSampleRate) ^ RpiTx.c:906:38: error: comparison of unsigned expression < 0 is always false [-Werror=type-limits] if((DelayFromSampleRate+Relicat)<0) ^ RpiTx.c:571:158: error: unused parameter ‘debug’ [-Werror=unused-parameter] inline void FrequencyAmplitudeToRegister(double TuneFrequency,uint32_t Amplitude,int NoSample,uint32_t WaitNanoSecond,uint32_t SampleRate,char NoUsePWMF,int debug) ^ RpiTx.c: In function ‘pitx_run’: RpiTx.c:1446:15: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] if(NbRead!=DmaSampleBurstSize*2*sizeof(float)) ^ cc1: all warnings being treated as errors Makefile:9: recipe for target '../rpitx' failed make: *** [../rpitx] Error 1</pre>
main
warnings the code contains a lot of strange expressions i ran gcc with wall wextra to show all the problems cc wall wextra werror wno unused variable o rpitx rpitx c rpigpio c mailbox c rpidma c lm lrt lpthread rpitx c in function ‘terminate’ rpitx c error unused parameter ‘dummy’ terminate int dummy rpitx c in function ‘frequencyamplitudetoregister’ rpitx c error comparison between signed and unsigned integer expressions if relicat delayfromsamplerate rpitx c error comparison of unsigned expression is always false if delayfromsamplerate relicat rpitx c error unused parameter ‘debug’ inline void frequencyamplitudetoregister double tunefrequency t amplitude int nosample t waitnanosecond t samplerate char nousepwmf int debug rpitx c in function ‘pitx run’ rpitx c error comparison between signed and unsigned integer expressions if nbread dmasampleburstsize sizeof float all warnings being treated as errors makefile recipe for target rpitx failed make error
1
2,406
8,529,244,999
IssuesEvent
2018-11-03 09:49:33
adda-team/adda
https://api.github.com/repos/adda-team/adda
closed
Change svn revision number to something from git
comp-Scripts maintainability pri-Critical
The mechanics of svn revision number is definitely not working after the transition to git. Hence, we need to change it to something from git, e.g. the commit hash. This would affect: `svnrev.h`, `updsvnrev.sh`, macros `SVNREV` in the code and option `NO_SVNREV` in `Makefile`. Large part of the logic can probably be retained, but a lot of renaming is imminent. Blocks #210
True
Change svn revision number to something from git - The mechanics of svn revision number is definitely not working after the transition to git. Hence, we need to change it to something from git, e.g. the commit hash. This would affect: `svnrev.h`, `updsvnrev.sh`, macros `SVNREV` in the code and option `NO_SVNREV` in `Makefile`. Large part of the logic can probably be retained, but a lot of renaming is imminent. Blocks #210
main
change svn revision number to something from git the mechanics of svn revision number is definitely not working after the transition to git hence we need to change it to something from git e g the commit hash this would affect svnrev h updsvnrev sh macros svnrev in the code and option no svnrev in makefile large part of the logic can probably be retained but a lot of renaming is imminent blocks
1
5,308
26,803,985,114
IssuesEvent
2023-02-01 16:55:48
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
opened
Use a consistent date in PNI article factory
bug 🦠 engineering maintain needs grooming
## Description The articles use the current date as the publication date. This leads to the date being different every day. This causes false-positive issues in the visual regression tests, e.g. https://percy.io/Mozilla-Foundation/foundation.mozilla.org/builds/24716698/changed/1380489025?browser=chrome&browser_ids=33%2C34&subcategories=unreviewed%2Cchanges_requested&viewLayout=side-by-side&viewMode=new&width=1280&widths=375%2C1280 We should use some constant date in the factories to avoid that issue. ## Acceptance criteria - [ ] The buyer's guide article factory uses consistent date for the publication date
True
Use a consistent date in PNI article factory - ## Description The articles use the current date as the publication date. This leads to the date being different every day. This causes false-positive issues in the visual regression tests, e.g. https://percy.io/Mozilla-Foundation/foundation.mozilla.org/builds/24716698/changed/1380489025?browser=chrome&browser_ids=33%2C34&subcategories=unreviewed%2Cchanges_requested&viewLayout=side-by-side&viewMode=new&width=1280&widths=375%2C1280 We should use some constant date in the factories to avoid that issue. ## Acceptance criteria - [ ] The buyer's guide article factory uses consistent date for the publication date
main
use a consistent date in pni article factory description the articles use the current date as the publication date this leads to the date being different every day this causes false positive issues in the visual regression tests e g we should use some constant date in the factories to avoid that issue acceptance criteria the buyer s guide article factory uses consistent date for the publication date
1
1,951
6,664,486,321
IssuesEvent
2017-10-02 20:19:51
ansible/ansible
https://api.github.com/repos/ansible/ansible
closed
Feature: Add parameter to bigip_node to wait for backend node to be available
affects_2.5 f5 feature_idea module networking support:community waiting_on_maintainer
From @blakeday on 2015-11-14T17:26:12Z ##### Issue Type: Feature Idea ##### Component Name: bigip_node ##### Ansible Version: 2.3 ##### Summary: Please add a wait parameter to bigip_node. When set, this parameter should cause the module to wait for the load balancer to report the backend server as UP when session_state=enabled and monitor_state=enabled. The goal is to pause execution of a serial playbook until the "current" backend is available again. It appears that the haproxy module has an equivalent feature. Copied from original issue: ansible/ansible-modules-extras#1244
True
Feature: Add parameter to bigip_node to wait for backend node to be available - From @blakeday on 2015-11-14T17:26:12Z ##### Issue Type: Feature Idea ##### Component Name: bigip_node ##### Ansible Version: 2.3 ##### Summary: Please add a wait parameter to bigip_node. When set, this parameter should cause the module to wait for the load balancer to report the backend server as UP when session_state=enabled and monitor_state=enabled. The goal is to pause execution of a serial playbook until the "current" backend is available again. It appears that the haproxy module has an equivalent feature. Copied from original issue: ansible/ansible-modules-extras#1244
main
feature add parameter to bigip node to wait for backend node to be available from blakeday on issue type feature idea component name bigip node ansible version summary please add a wait parameter to bigip node when set this parameter should cause the module to wait for the load balancer to report the backend server as up when session state enabled and monitor state enabled the goal is to pause execution of a serial playbook until the current backend is available again it appears that the haproxy module has an equivalent feature copied from original issue ansible ansible modules extras
1
44,384
9,576,633,085
IssuesEvent
2019-05-07 09:31:54
okkur/reposeed
https://api.github.com/repos/okkur/reposeed
closed
Add USERS.md file
code enhancement
<!-- This form is for bug reports and feature requests ONLY! If you're looking for help check out [our support guidelines](/SUPPORT.md). --> **Is this a BUG REPORT or FEATURE REQUEST?**: feature **What you expected to happen**: Showcase current users. For reposeed itself, but also as template.
1.0
Add USERS.md file - <!-- This form is for bug reports and feature requests ONLY! If you're looking for help check out [our support guidelines](/SUPPORT.md). --> **Is this a BUG REPORT or FEATURE REQUEST?**: feature **What you expected to happen**: Showcase current users. For reposeed itself, but also as template.
non_main
add users md file this form is for bug reports and feature requests only if you re looking for help check out support md is this a bug report or feature request feature what you expected to happen showcase current users for reposeed itself but also as template
0
145
2,664,533,005
IssuesEvent
2015-03-20 15:06:27
TheRosettaFoundation/SOLAS-Match
https://api.github.com/repos/TheRosettaFoundation/SOLAS-Match
closed
OpenID 2.0 Shutdown by Google and Implementing OpenID Connect
Core Feature dev-site issue live-site issue maintainability security
Google is retiring their OpenID 2.0 platform and users are getting a warning saying "OpenID 2.0 for Google Accounts is going away" when trying to login to Trommons using the Google accounts (during the first time they authenticate their account). Google will shutdown OpenID 2.0 on April 20, 2015. Therefore necessary steps need to be taken immediately to migrate to Google+ Sign-In or OpenID Connect . More info: https://developers.google.com/accounts/docs/OpenID#shutdown-timetable @spaceindaver How will this affect Trommons and any hints on where to begin?
True
OpenID 2.0 Shutdown by Google and Implementing OpenID Connect - Google is retiring their OpenID 2.0 platform and users are getting a warning saying "OpenID 2.0 for Google Accounts is going away" when trying to login to Trommons using the Google accounts (during the first time they authenticate their account). Google will shutdown OpenID 2.0 on April 20, 2015. Therefore necessary steps need to be taken immediately to migrate to Google+ Sign-In or OpenID Connect . More info: https://developers.google.com/accounts/docs/OpenID#shutdown-timetable @spaceindaver How will this affect Trommons and any hints on where to begin?
main
openid shutdown by google and implementing openid connect google is retiring their openid platform and users are getting a warning saying openid for google accounts is going away when trying to login to trommons using the google accounts during the first time they authenticate their account google will shutdown openid on april therefore necessary steps need to be taken immediately to migrate to google sign in or openid connect more info spaceindaver how will this affect trommons and any hints on where to begin
1
255,269
19,297,340,001
IssuesEvent
2021-12-12 20:05:55
Interlisp/medley
https://api.github.com/repos/Interlisp/medley
opened
Running medley on Windows documentation
documentation
You don’t need vnc in the “run locally in windows” scenario. For that matter, you don’t need docker either – if you can install WSL2. For a while last year we were trying docker because of some problems running on WSL1 (or Cygwin)…. But now that WSL2 is baked into Windows 11 I’d recommend using Docker Desktop as a option. 1. To try things out and learn about the environment, open an account at online.interlisp.org and run fullscreen. Zero install. Some details to be worked out 2. When we have SDL running, it will provide a light-weight install 3. If you can run WSL2 in windows 11, it comes with its own X server which is forwarded to the host windows automatically 4. If you have an older windows which can run Docker desktop but only WSL1 and can install an X server OR if you want to run locally (ruling out 1) but don’t trust Medley to not mess up your system, then “Docker” might be part of what you need to learn about.
1.0
Running medley on Windows documentation - You don’t need vnc in the “run locally in windows” scenario. For that matter, you don’t need docker either – if you can install WSL2. For a while last year we were trying docker because of some problems running on WSL1 (or Cygwin)…. But now that WSL2 is baked into Windows 11 I’d recommend using Docker Desktop as a option. 1. To try things out and learn about the environment, open an account at online.interlisp.org and run fullscreen. Zero install. Some details to be worked out 2. When we have SDL running, it will provide a light-weight install 3. If you can run WSL2 in windows 11, it comes with its own X server which is forwarded to the host windows automatically 4. If you have an older windows which can run Docker desktop but only WSL1 and can install an X server OR if you want to run locally (ruling out 1) but don’t trust Medley to not mess up your system, then “Docker” might be part of what you need to learn about.
non_main
running medley on windows documentation you don’t need vnc in the “run locally in windows” scenario for that matter you don’t need docker either – if you can install for a while last year we were trying docker because of some problems running on or cygwin … but now that is baked into windows i’d recommend using docker desktop as a option to try things out and learn about the environment open an account at online interlisp org and run fullscreen zero install some details to be worked out when we have sdl running it will provide a light weight install if you can run in windows it comes with its own x server which is forwarded to the host windows automatically if you have an older windows which can run docker desktop but only and can install an x server or if you want to run locally ruling out but don’t trust medley to not mess up your system then “docker” might be part of what you need to learn about
0
66,873
12,835,893,059
IssuesEvent
2020-07-07 13:35:13
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] Transitions in Actions list with Enable Workflows = No
No Code Attached Yet
### Steps to reproduce the issue Set Enable Workflows = Yes in Articles -> Options -> Integration Enable Plugin Do some experimentation with Workflows. Set Enable Workflows to No Select Articles or Featured Articles Select an Article Checkbox Open the Actions Toolbar button ### Expected result No Transitions ### Actual result Transitions before normal actions ### System information (as much as possible) ### Additional comments transitions is set before calling test for workflow_enabled: See line 89ff in Featured/HtmlView for example: $this->transitions = $this->get('Transitions'); $this->vote = PluginHelper::isEnabled('content', 'vote'); if (ComponentHelper::getParams('com_content')->get('workflow_enabled')) { PluginHelper::importPlugin('workflow'); $this->transitions = $this->get('Transitions'); }
1.0
[4.0] Transitions in Actions list with Enable Workflows = No - ### Steps to reproduce the issue Set Enable Workflows = Yes in Articles -> Options -> Integration Enable Plugin Do some experimentation with Workflows. Set Enable Workflows to No Select Articles or Featured Articles Select an Article Checkbox Open the Actions Toolbar button ### Expected result No Transitions ### Actual result Transitions before normal actions ### System information (as much as possible) ### Additional comments transitions is set before calling test for workflow_enabled: See line 89ff in Featured/HtmlView for example: $this->transitions = $this->get('Transitions'); $this->vote = PluginHelper::isEnabled('content', 'vote'); if (ComponentHelper::getParams('com_content')->get('workflow_enabled')) { PluginHelper::importPlugin('workflow'); $this->transitions = $this->get('Transitions'); }
non_main
transitions in actions list with enable workflows no steps to reproduce the issue set enable workflows yes in articles options integration enable plugin do some experimentation with workflows set enable workflows to no select articles or featured articles select an article checkbox open the actions toolbar button expected result no transitions actual result transitions before normal actions system information as much as possible additional comments transitions is set before calling test for workflow enabled see line in featured htmlview for example this transitions this get transitions this vote pluginhelper isenabled content vote if componenthelper getparams com content get workflow enabled pluginhelper importplugin workflow this transitions this get transitions
0
822
4,443,369,325
IssuesEvent
2016-08-19 16:28:50
openwrt/packages
https://api.github.com/repos/openwrt/packages
closed
sizeof(off_t) in Erlang
bug waiting for maintainer
Erlang uses autotools and a precompiler macro to detect sizeof(off_t) which doesn't work when cross-compiling. This can be fixed by either detecting sizeof(off_t) in run-time like https://git-us.netdef.org/projects/OSR/repos/openwrt-isis-hnet/browse/erlang/patches/105-use_correct_off_t.patch or by appending CFLAGS with `-D_FILE_OFFSET_BITS=64`
True
sizeof(off_t) in Erlang - Erlang uses autotools and a precompiler macro to detect sizeof(off_t) which doesn't work when cross-compiling. This can be fixed by either detecting sizeof(off_t) in run-time like https://git-us.netdef.org/projects/OSR/repos/openwrt-isis-hnet/browse/erlang/patches/105-use_correct_off_t.patch or by appending CFLAGS with `-D_FILE_OFFSET_BITS=64`
main
sizeof off t in erlang erlang uses autotools and a precompiler macro to detect sizeof off t which doesn t work when cross compiling this can be fixed by either detecting sizeof off t in run time like or by appending cflags with d file offset bits
1
3,213
12,294,210,072
IssuesEvent
2020-05-10 22:41:54
microsoft/DirectXTK
https://api.github.com/repos/microsoft/DirectXTK
closed
Retire XAudio 2.7 support
audio maintainence
With the [Xaudio2 Redist](https://aka.ms/XAudio2Redist) option to support Windows 7, there's little reason to continue to use the legacy DirectX SDK for _DirectX Tool Kit for Audio_. For the first release of 2020 I'll keep both legacy DXSDK and the new redist option support, but will remove DXSDK project files later in the year.
True
Retire XAudio 2.7 support - With the [Xaudio2 Redist](https://aka.ms/XAudio2Redist) option to support Windows 7, there's little reason to continue to use the legacy DirectX SDK for _DirectX Tool Kit for Audio_. For the first release of 2020 I'll keep both legacy DXSDK and the new redist option support, but will remove DXSDK project files later in the year.
main
retire xaudio support with the option to support windows there s little reason to continue to use the legacy directx sdk for directx tool kit for audio for the first release of i ll keep both legacy dxsdk and the new redist option support but will remove dxsdk project files later in the year
1
4,940
25,384,497,731
IssuesEvent
2022-11-21 20:34:49
aws/serverless-application-model
https://api.github.com/repos/aws/serverless-application-model
closed
Multiple AWS::Serverless::Api only yields single record set
type/bug maintainer/need-followup
<!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> ### Description: <!-- Briefly describe the bug you are facing.--> When creating multiple AWS::Serverless::Api resources, with Domain and Route53 properties, only one gateway has a record set created when rendered to CloudFormation template from SAM. ```yaml ApiGatewayAdmin: Type: AWS::Serverless::Api Properties: Name: !Join ["-", ["App", !Ref EnvironmentName, "Web"]] StageName: !Ref EnvironmentName TracingEnabled: true MethodSettings: - LoggingLevel: Info ResourcePath: '/*' HttpMethod: '*' Domain: DomainName: !Join [".", ["admin", !Ref EnvironmentName, !Ref DomainName]] CertificateArn: !Ref Certificate EndpointConfiguration: REGIONAL Route53: HostedZoneId: !Ref HostedZone EndpointConfiguration: Type: REGIONAL ``` I have three objects exactly identical as above with only changes to the DomainName to make it unique and possibly co-incidentally, the API which successfully has its record set created is the final API object in the YAML before function definitions. ### Steps to reproduce: <!-- Provide steps to replicate.--> - Create three API resources, with DomainName and Route53 configuration sharing the same hosted zone - Render template to CloudFormation ### Observed result: <!-- Please provide command output with `--debug` flag set.--> CloudFormation template output only contains a single record set, in my case, the last defined API resource. ### Expected result: <!-- Describe what you expected.--> A record set and domain name for each API resource ### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) 1. OS: MacOS, Linux (Alpine, Ubuntu) 2. `sam --version`: SAM CLI, version 1.2.0 `Add --debug flag to command you are running`
True
Multiple AWS::Serverless::Api only yields single record set - <!-- Make sure we don't have an existing Issue that reports the bug you are seeing (both open and closed). If you do find an existing Issue, re-open or add a comment to that Issue instead of creating a new one. --> ### Description: <!-- Briefly describe the bug you are facing.--> When creating multiple AWS::Serverless::Api resources, with Domain and Route53 properties, only one gateway has a record set created when rendered to CloudFormation template from SAM. ```yaml ApiGatewayAdmin: Type: AWS::Serverless::Api Properties: Name: !Join ["-", ["App", !Ref EnvironmentName, "Web"]] StageName: !Ref EnvironmentName TracingEnabled: true MethodSettings: - LoggingLevel: Info ResourcePath: '/*' HttpMethod: '*' Domain: DomainName: !Join [".", ["admin", !Ref EnvironmentName, !Ref DomainName]] CertificateArn: !Ref Certificate EndpointConfiguration: REGIONAL Route53: HostedZoneId: !Ref HostedZone EndpointConfiguration: Type: REGIONAL ``` I have three objects exactly identical as above with only changes to the DomainName to make it unique and possibly co-incidentally, the API which successfully has its record set created is the final API object in the YAML before function definitions. ### Steps to reproduce: <!-- Provide steps to replicate.--> - Create three API resources, with DomainName and Route53 configuration sharing the same hosted zone - Render template to CloudFormation ### Observed result: <!-- Please provide command output with `--debug` flag set.--> CloudFormation template output only contains a single record set, in my case, the last defined API resource. ### Expected result: <!-- Describe what you expected.--> A record set and domain name for each API resource ### Additional environment details (Ex: Windows, Mac, Amazon Linux etc) 1. OS: MacOS, Linux (Alpine, Ubuntu) 2. `sam --version`: SAM CLI, version 1.2.0 `Add --debug flag to command you are running`
main
multiple aws serverless api only yields single record set make sure we don t have an existing issue that reports the bug you are seeing both open and closed if you do find an existing issue re open or add a comment to that issue instead of creating a new one description when creating multiple aws serverless api resources with domain and properties only one gateway has a record set created when rendered to cloudformation template from sam yaml apigatewayadmin type aws serverless api properties name join stagename ref environmentname tracingenabled true methodsettings logginglevel info resourcepath httpmethod domain domainname join certificatearn ref certificate endpointconfiguration regional hostedzoneid ref hostedzone endpointconfiguration type regional i have three objects exactly identical as above with only changes to the domainname to make it unique and possibly co incidentally the api which successfully has its record set created is the final api object in the yaml before function definitions steps to reproduce create three api resources with domainname and configuration sharing the same hosted zone render template to cloudformation observed result cloudformation template output only contains a single record set in my case the last defined api resource expected result a record set and domain name for each api resource additional environment details ex windows mac amazon linux etc os macos linux alpine ubuntu sam version sam cli version add debug flag to command you are running
1
463,487
13,281,634,122
IssuesEvent
2020-08-23 18:20:06
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
Slow partition spreading
Estimation: M Priority: High Source: Internal Team: Core Type: Enhancement
When a high number of partitions is selected, partitions could be balanced extremely unfair. This can lead to some members getting almost all partitions, and others nothing. I added some test case to a 4 node hz cluster with 12k partitions. This is the output of one of the members that didn't receive any partitions: ``` ERROR 13:52:59 Failure #2 C_A4_W1 AtomicLongTest WORKER_EXCEPTION[java.lang.IllegalStateException: No partitions found, partitionsPerMember:{Member [10.212.1.111]:5701 - 75fd59d0-137a-4fcd-8039-d6de95553ea0=11986, Member [10.212.1.113]:5701 - 9d3e70a8-caa5-411a-b41f-79834b45d6b7=14}] ``` As one can see member [10.212.1.111]:5701 has 11986 partitions, member [10.212.1.113]:5701 has 14 and the other remaining members have zero partitions. Perhaps this is caused by member Member [10.212.1.111]:5701 being available first and therefor it pulls all partitions to himself. Once the remaining member start, there is no partitons left for them. @mdogan will this imbalance be restored by the system?
1.0
Slow partition spreading - When a high number of partitions is selected, partitions could be balanced extremely unfair. This can lead to some members getting almost all partitions, and others nothing. I added some test case to a 4 node hz cluster with 12k partitions. This is the output of one of the members that didn't receive any partitions: ``` ERROR 13:52:59 Failure #2 C_A4_W1 AtomicLongTest WORKER_EXCEPTION[java.lang.IllegalStateException: No partitions found, partitionsPerMember:{Member [10.212.1.111]:5701 - 75fd59d0-137a-4fcd-8039-d6de95553ea0=11986, Member [10.212.1.113]:5701 - 9d3e70a8-caa5-411a-b41f-79834b45d6b7=14}] ``` As one can see member [10.212.1.111]:5701 has 11986 partitions, member [10.212.1.113]:5701 has 14 and the other remaining members have zero partitions. Perhaps this is caused by member Member [10.212.1.111]:5701 being available first and therefor it pulls all partitions to himself. Once the remaining member start, there is no partitons left for them. @mdogan will this imbalance be restored by the system?
non_main
slow partition spreading when a high number of partitions is selected partitions could be balanced extremely unfair this can lead to some members getting almost all partitions and others nothing i added some test case to a node hz cluster with partitions this is the output of one of the members that didn t receive any partitions error failure c atomiclongtest worker exception member as one can see member has partitions member has and the other remaining members have zero partitions perhaps this is caused by member member being available first and therefor it pulls all partitions to himself once the remaining member start there is no partitons left for them mdogan will this imbalance be restored by the system
0
13,795
5,451,888,718
IssuesEvent
2017-03-08 00:47:07
docker/docker
https://api.github.com/repos/docker/docker
opened
File cannot be excluded in .dockerignore when parent directory is included as an exception
area/builder version/unsupported
<!-- If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. If you fail to provide this information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information. For more information about reporting issues, see https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-other-issues --------------------------------------------------- GENERAL SUPPORT INFORMATION --------------------------------------------------- The GitHub issue tracker is for bug reports and feature requests. General support can be found at the following locations: - Docker Support Forums - https://forums.docker.com - IRC - irc.freenode.net #docker channel - Post a question on StackOverflow, using the Docker tag --------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST --> **Description** In `.dockerignore`, if a directory is included as an exception, files under this directory cannot be excluded afterwards. **Steps to reproduce the issue:** Given the following directory structure: ``` $ tree -a . ├── data │   ├── dir │   │   ├── file2 │   │   └── file3 │   └── file1 ├── .dockerignore └── Dockerfile ``` The following `Dockerfile`: ``` FROM busybox:1.26 COPY data /data/ ``` The following `.dockerignore`: ``` * !data data/file2 ``` When the image is built and inspected in a container: ``` $ docker build -t test -q . && docker run --rm test find /data ``` **Describe the results you received:** The files copied include the file being excluded: ``` sha256:b310efa080739767c793cf2058984958c6d9659187de6e6b36f898ea46650471 /data /data/dir /data/dir/file2 /data/dir/file3 /data/file1 ``` **Describe the results you expected:** `/data/dir/file2` should not be copied to the image because it should take priority over the `!data` inclusion since the exclusion is declared afterwards. **Additional information you deem important (e.g. issue happens only occasionally):** Possibly related to https://github.com/docker/docker/issues/30018 **Output of `docker version`:** ``` Client: Version: 17.03.0-ce API version: 1.26 Go version: go1.7.5 Git commit: 60ccb22 Built: Thu Feb 23 10:40:59 2017 OS/Arch: darwin/amd64 Server: Version: 17.03.0-ce API version: 1.26 (minimum version 1.12) Go version: go1.7.5 Git commit: 3a232c8 Built: Tue Feb 28 07:52:04 2017 OS/Arch: linux/amd64 Experimental: true ``` **Output of `docker info`:** ``` Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 7 Server Version: 17.03.0-ce Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: 977c511eda0925a723debdc94d09459af49d082a runc version: a01dafd48bc1c7cc12bdb01206f9fea7dd6feb70 init version: 949e6fa Security Options: seccomp Profile: default Kernel Version: 4.9.12-moby Operating System: Alpine Linux v3.5 OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 1.952 GiB Name: moby ID: V3CL:X4RL:O5MJ:BSJZ:JRNG:SVCE:672T:XPMF:5EDA:2SXO:NPMX:Y7LV Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): true File Descriptors: 17 Goroutines: 28 System Time: 2017-03-08T00:44:35.903208479Z EventsListeners: 1 No Proxy: *.local, 169.254/16 Username: diwo Registry: https://index.docker.io/v1/ Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false ```
1.0
File cannot be excluded in .dockerignore when parent directory is included as an exception - <!-- If you are reporting a new issue, make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository. If there is a duplicate, please close your issue and add a comment to the existing issue instead. If you suspect your issue is a bug, please edit your issue description to include the BUG REPORT INFORMATION shown below. If you fail to provide this information within 7 days, we cannot debug your issue and will close it. We will, however, reopen it if you later provide the information. For more information about reporting issues, see https://github.com/docker/docker/blob/master/CONTRIBUTING.md#reporting-other-issues --------------------------------------------------- GENERAL SUPPORT INFORMATION --------------------------------------------------- The GitHub issue tracker is for bug reports and feature requests. General support can be found at the following locations: - Docker Support Forums - https://forums.docker.com - IRC - irc.freenode.net #docker channel - Post a question on StackOverflow, using the Docker tag --------------------------------------------------- BUG REPORT INFORMATION --------------------------------------------------- Use the commands below to provide key information from your environment: You do NOT have to include this information if this is a FEATURE REQUEST --> **Description** In `.dockerignore`, if a directory is included as an exception, files under this directory cannot be excluded afterwards. **Steps to reproduce the issue:** Given the following directory structure: ``` $ tree -a . ├── data │   ├── dir │   │   ├── file2 │   │   └── file3 │   └── file1 ├── .dockerignore └── Dockerfile ``` The following `Dockerfile`: ``` FROM busybox:1.26 COPY data /data/ ``` The following `.dockerignore`: ``` * !data data/file2 ``` When the image is built and inspected in a container: ``` $ docker build -t test -q . && docker run --rm test find /data ``` **Describe the results you received:** The files copied include the file being excluded: ``` sha256:b310efa080739767c793cf2058984958c6d9659187de6e6b36f898ea46650471 /data /data/dir /data/dir/file2 /data/dir/file3 /data/file1 ``` **Describe the results you expected:** `/data/dir/file2` should not be copied to the image because it should take priority over the `!data` inclusion since the exclusion is declared afterwards. **Additional information you deem important (e.g. issue happens only occasionally):** Possibly related to https://github.com/docker/docker/issues/30018 **Output of `docker version`:** ``` Client: Version: 17.03.0-ce API version: 1.26 Go version: go1.7.5 Git commit: 60ccb22 Built: Thu Feb 23 10:40:59 2017 OS/Arch: darwin/amd64 Server: Version: 17.03.0-ce API version: 1.26 (minimum version 1.12) Go version: go1.7.5 Git commit: 3a232c8 Built: Tue Feb 28 07:52:04 2017 OS/Arch: linux/amd64 Experimental: true ``` **Output of `docker info`:** ``` Containers: 0 Running: 0 Paused: 0 Stopped: 0 Images: 7 Server Version: 17.03.0-ce Storage Driver: overlay2 Backing Filesystem: extfs Supports d_type: true Native Overlay Diff: true Logging Driver: json-file Cgroup Driver: cgroupfs Plugins: Volume: local Network: bridge host ipvlan macvlan null overlay Swarm: inactive Runtimes: runc Default Runtime: runc Init Binary: docker-init containerd version: 977c511eda0925a723debdc94d09459af49d082a runc version: a01dafd48bc1c7cc12bdb01206f9fea7dd6feb70 init version: 949e6fa Security Options: seccomp Profile: default Kernel Version: 4.9.12-moby Operating System: Alpine Linux v3.5 OSType: linux Architecture: x86_64 CPUs: 2 Total Memory: 1.952 GiB Name: moby ID: V3CL:X4RL:O5MJ:BSJZ:JRNG:SVCE:672T:XPMF:5EDA:2SXO:NPMX:Y7LV Docker Root Dir: /var/lib/docker Debug Mode (client): false Debug Mode (server): true File Descriptors: 17 Goroutines: 28 System Time: 2017-03-08T00:44:35.903208479Z EventsListeners: 1 No Proxy: *.local, 169.254/16 Username: diwo Registry: https://index.docker.io/v1/ Experimental: true Insecure Registries: 127.0.0.0/8 Live Restore Enabled: false ```
non_main
file cannot be excluded in dockerignore when parent directory is included as an exception if you are reporting a new issue make sure that we do not have any duplicates already open you can ensure this by searching the issue list for this repository if there is a duplicate please close your issue and add a comment to the existing issue instead if you suspect your issue is a bug please edit your issue description to include the bug report information shown below if you fail to provide this information within days we cannot debug your issue and will close it we will however reopen it if you later provide the information for more information about reporting issues see general support information the github issue tracker is for bug reports and feature requests general support can be found at the following locations docker support forums irc irc freenode net docker channel post a question on stackoverflow using the docker tag bug report information use the commands below to provide key information from your environment you do not have to include this information if this is a feature request description in dockerignore if a directory is included as an exception files under this directory cannot be excluded afterwards steps to reproduce the issue given the following directory structure tree a ├── data │   ├── dir │   │   ├── │   │   └── │   └── ├── dockerignore └── dockerfile the following dockerfile from busybox copy data data the following dockerignore data data when the image is built and inspected in a container docker build t test q docker run rm test find data describe the results you received the files copied include the file being excluded data data dir data dir data dir data describe the results you expected data dir should not be copied to the image because it should take priority over the data inclusion since the exclusion is declared afterwards additional information you deem important e g issue happens only occasionally possibly related to output of docker version client version ce api version go version git commit built thu feb os arch darwin server version ce api version minimum version go version git commit built tue feb os arch linux experimental true output of docker info containers running paused stopped images server version ce storage driver backing filesystem extfs supports d type true native overlay diff true logging driver json file cgroup driver cgroupfs plugins volume local network bridge host ipvlan macvlan null overlay swarm inactive runtimes runc default runtime runc init binary docker init containerd version runc version init version security options seccomp profile default kernel version moby operating system alpine linux ostype linux architecture cpus total memory gib name moby id bsjz jrng svce xpmf npmx docker root dir var lib docker debug mode client false debug mode server true file descriptors goroutines system time eventslisteners no proxy local username diwo registry experimental true insecure registries live restore enabled false
0
4,333
21,781,653,279
IssuesEvent
2022-05-13 19:40:52
carbon-design-system/carbon
https://api.github.com/repos/carbon-design-system/carbon
reopened
[Bug]: DatePicker Crashes when datePickerType="single"
type: bug 🐛 status: needs triage 🕵️‍♀️ status: waiting for maintainer response 💬
### Package @carbon/react ### Browser Safari ### Package version 1.2.0 ### React version _No response_ ### Description When adding datePickerType="single" to a date picker the component throws and crashes. Basic example: ``` <DatePicker datePickerType="single" size="md" > <DatePickerInput id="date-picker-single" labelText="Date Picker label" placeholder="mm/dd/yyyy" size="md" /> </DatePicker> ``` Error: ``` TypeError: start.addEventListener is not a function. (In 'start.addEventListener('keydown', handleArrowDown)', 'start.addEventListener' is undefined) (anonymous function) — DatePicker.js:316 ``` ### CodeSandbox example CODE SANDBOX IS NOT WORKING WITH CARBON 11 ### Steps to reproduce Crashes on app load. after trying to comment out each part found that datePickerType="single" is the line that will trigger it. Issue started with Carbon 11 migration. ![re](https://user-images.githubusercontent.com/8028956/167522167-a565b687-5f2c-4dab-b8df-13f3be074b8c.gif) ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/carbon-design-system/carbon/blob/f555616971a03fd454c0f4daea184adf41fff05b/.github/CODE_OF_CONDUCT.md) - [X] I checked the [current issues](https://github.com/carbon-design-system/carbon/issues) for duplicate problems
True
[Bug]: DatePicker Crashes when datePickerType="single" - ### Package @carbon/react ### Browser Safari ### Package version 1.2.0 ### React version _No response_ ### Description When adding datePickerType="single" to a date picker the component throws and crashes. Basic example: ``` <DatePicker datePickerType="single" size="md" > <DatePickerInput id="date-picker-single" labelText="Date Picker label" placeholder="mm/dd/yyyy" size="md" /> </DatePicker> ``` Error: ``` TypeError: start.addEventListener is not a function. (In 'start.addEventListener('keydown', handleArrowDown)', 'start.addEventListener' is undefined) (anonymous function) — DatePicker.js:316 ``` ### CodeSandbox example CODE SANDBOX IS NOT WORKING WITH CARBON 11 ### Steps to reproduce Crashes on app load. after trying to comment out each part found that datePickerType="single" is the line that will trigger it. Issue started with Carbon 11 migration. ![re](https://user-images.githubusercontent.com/8028956/167522167-a565b687-5f2c-4dab-b8df-13f3be074b8c.gif) ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/carbon-design-system/carbon/blob/f555616971a03fd454c0f4daea184adf41fff05b/.github/CODE_OF_CONDUCT.md) - [X] I checked the [current issues](https://github.com/carbon-design-system/carbon/issues) for duplicate problems
main
datepicker crashes when datepickertype single package carbon react browser safari package version react version no response description when adding datepickertype single to a date picker the component throws and crashes basic example datepicker datepickertype single size md datepickerinput id date picker single labeltext date picker label placeholder mm dd yyyy size md error typeerror start addeventlistener is not a function in start addeventlistener keydown handlearrowdown start addeventlistener is undefined anonymous function — datepicker js codesandbox example code sandbox is not working with carbon steps to reproduce crashes on app load after trying to comment out each part found that datepickertype single is the line that will trigger it issue started with carbon migration code of conduct i agree to follow this project s i checked the for duplicate problems
1
1,753
6,574,969,712
IssuesEvent
2017-09-11 14:38:54
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
iam update user fails to find existing user
affects_2.0 aws bug_report cloud waiting_on_maintainer
##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME iam core module ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = /Users/ME/.ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT Running on OS X Sierra (10.12) ##### SUMMARY I was using the `iam` core module, and ran into an interesting bug when attempting to update an existing IAM user. I first created an IAM user (whether this was done through Ansible or through AWS, the result was still the same). I then attempted to use the `iam` module to update this user, but received an error stating that `The user USER does not exist`. In one particular test, I used the update user functionality to check for the existence of the user, and then proceeded to create the user if it did not exist (a `FAILED` status = user does not exist, so go ahead and create it). Before this run, the user in question had already been created; as such, the first action should have succeeded, and the second action should have skipped. However, updating the user failed, spitting out the error supplied above, which made the playbook attempt to create the user, which failed because the user already existed! The aforementioned test was done as a workaround to, what I believe is, a gap in functionality of the `iam` module. Ansible is fantastically idempotent, but this module appears not to be. When creating a new IAM user, it would be extremely beneficial for the task to not error out if the user already exists, but rather skip the task and move on (like when you try to `yum` install a package that is already installed). ##### STEPS TO REPRODUCE I am running this all locally. The relevant snippets of the playbook are the following: ``` ... - name: Check for existence of user connection: local iam: iam_type: user name: USER state: update access_key_state: create register: user_creation ignore_errors: yes - name: Create user connection: local iam: iam_type: user name: USER state: present access_key_state: create register: user_creation when: user_creation.failed == true ... ``` ##### EXPECTED RESULTS I expected to successfully update the existing IAM user when using the `iam` module, with `state: update`. ##### ACTUAL RESULTS Here is the output from the test case described above. You will see two contradicting output messages! ``` ... TASK [Check for presence of user] ********************************************** fatal: [localhost -> localhost]: FAILED! => {"changed": false, "failed": true, "msg": "The user USER does not exist. No update made."} ...ignoring TASK [Create user] ************************************************************* fatal: [localhost -> localhost]: FAILED! => {"changed": false, "failed": true, "msg": "BotoServerError: 409 Conflict\n<ErrorResponse xmlns=\"https://iam.amazonaws.com/doc/2010-05-08/\">\n <Error>\n <Type>Sender</Type>\n <Code>EntityAlreadyExists</Code>\n <Message>User with name USER already exists.</Message>\n </Error>\n <RequestId>5f797c8d-948f-11e6-9002-172eb1b2f46a</RequestId>\n</ErrorResponse>\n"} ... ```
True
iam update user fails to find existing user - ##### ISSUE TYPE <!--- Pick one below and delete the rest: --> - Bug Report ##### COMPONENT NAME iam core module ##### ANSIBLE VERSION ``` ansible 2.0.1.0 config file = /Users/ME/.ansible.cfg configured module search path = Default w/o overrides ``` ##### CONFIGURATION <!--- Mention any settings you have changed/added/removed in ansible.cfg (or using the ANSIBLE_* environment variables). --> ##### OS / ENVIRONMENT Running on OS X Sierra (10.12) ##### SUMMARY I was using the `iam` core module, and ran into an interesting bug when attempting to update an existing IAM user. I first created an IAM user (whether this was done through Ansible or through AWS, the result was still the same). I then attempted to use the `iam` module to update this user, but received an error stating that `The user USER does not exist`. In one particular test, I used the update user functionality to check for the existence of the user, and then proceeded to create the user if it did not exist (a `FAILED` status = user does not exist, so go ahead and create it). Before this run, the user in question had already been created; as such, the first action should have succeeded, and the second action should have skipped. However, updating the user failed, spitting out the error supplied above, which made the playbook attempt to create the user, which failed because the user already existed! The aforementioned test was done as a workaround to, what I believe is, a gap in functionality of the `iam` module. Ansible is fantastically idempotent, but this module appears not to be. When creating a new IAM user, it would be extremely beneficial for the task to not error out if the user already exists, but rather skip the task and move on (like when you try to `yum` install a package that is already installed). ##### STEPS TO REPRODUCE I am running this all locally. The relevant snippets of the playbook are the following: ``` ... - name: Check for existence of user connection: local iam: iam_type: user name: USER state: update access_key_state: create register: user_creation ignore_errors: yes - name: Create user connection: local iam: iam_type: user name: USER state: present access_key_state: create register: user_creation when: user_creation.failed == true ... ``` ##### EXPECTED RESULTS I expected to successfully update the existing IAM user when using the `iam` module, with `state: update`. ##### ACTUAL RESULTS Here is the output from the test case described above. You will see two contradicting output messages! ``` ... TASK [Check for presence of user] ********************************************** fatal: [localhost -> localhost]: FAILED! => {"changed": false, "failed": true, "msg": "The user USER does not exist. No update made."} ...ignoring TASK [Create user] ************************************************************* fatal: [localhost -> localhost]: FAILED! => {"changed": false, "failed": true, "msg": "BotoServerError: 409 Conflict\n<ErrorResponse xmlns=\"https://iam.amazonaws.com/doc/2010-05-08/\">\n <Error>\n <Type>Sender</Type>\n <Code>EntityAlreadyExists</Code>\n <Message>User with name USER already exists.</Message>\n </Error>\n <RequestId>5f797c8d-948f-11e6-9002-172eb1b2f46a</RequestId>\n</ErrorResponse>\n"} ... ```
main
iam update user fails to find existing user issue type bug report component name iam core module ansible version ansible config file users me ansible cfg configured module search path default w o overrides configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables os environment running on os x sierra summary i was using the iam core module and ran into an interesting bug when attempting to update an existing iam user i first created an iam user whether this was done through ansible or through aws the result was still the same i then attempted to use the iam module to update this user but received an error stating that the user user does not exist in one particular test i used the update user functionality to check for the existence of the user and then proceeded to create the user if it did not exist a failed status user does not exist so go ahead and create it before this run the user in question had already been created as such the first action should have succeeded and the second action should have skipped however updating the user failed spitting out the error supplied above which made the playbook attempt to create the user which failed because the user already existed the aforementioned test was done as a workaround to what i believe is a gap in functionality of the iam module ansible is fantastically idempotent but this module appears not to be when creating a new iam user it would be extremely beneficial for the task to not error out if the user already exists but rather skip the task and move on like when you try to yum install a package that is already installed steps to reproduce i am running this all locally the relevant snippets of the playbook are the following name check for existence of user connection local iam iam type user name user state update access key state create register user creation ignore errors yes name create user connection local iam iam type user name user state present access key state create register user creation when user creation failed true expected results i expected to successfully update the existing iam user when using the iam module with state update actual results here is the output from the test case described above you will see two contradicting output messages task fatal failed changed false failed true msg the user user does not exist no update made ignoring task fatal failed changed false failed true msg botoservererror conflict n n sender n entityalreadyexists n user with name user already exists n n n n
1
356,180
10,589,696,462
IssuesEvent
2019-10-09 06:57:42
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
dev.testapp.ga - Page is displayed overscaled
browser-firefox-tablet engine-gecko priority-normal severity-critical
<!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://dev.testapp.ga/loginPage **Browser / Version**: Firefox Mobile (Tablet) 68.0 **Operating System**: Android 8.1.0 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: Its overscaled. **Steps to Reproduce**: I just loaded the page. It seems to be zoomed about 500x. [![Screenshot Description](https://webcompat.com/uploads/2019/8/d3b10932-f569-4006-93bc-25e93bcd098f-thumb.jpeg)](https://webcompat.com/uploads/2019/8/d3b10932-f569-4006-93bc-25e93bcd098f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190823201228</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: nightly</li> </ul> <p>Console Messages:</p> <pre> [u'[console.log(No Scaffold defined yet, creating Progess Indicator directly into body.) https://dev.testapp.ga/material.js:1324:25]', u'[console.log(No Scaffold defined yet, creating Progess Indicator directly into body.) https://dev.testapp.ga/material.js:1324:25]', u"[console.log(Couldn't remove TabView from AppBar: TypeError: Argument 1 of Node.removeChild is not an object.) https://dev.testapp.ga/material.js:1096:17]", u"[console.log(Error updating theme color. theme-color meta-Tag doesn't seem to exist yet.) https://dev.testapp.ga/material.js:88:21]", u'[console.log(No manifest created yet. Skipping updating theme color.) https://dev.testapp.ga/material.js:97:21]', u'[console.log(Indicator allready shown. Current number: 2) https://dev.testapp.ga/material.js:1329:21]', u'[console.log(Registration succeeded. Scope is https://dev.testapp.ga/) https://dev.testapp.ga/material.js:1494:23]', u'[console.log([Passman extension] Stopping, vault key not set) moz-extension://c1bd43db-7474-4532-bf6e-ae3a99883af1/js/background/inject/inject.js:400:29]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
1.0
dev.testapp.ga - Page is displayed overscaled - <!-- @browser: Firefox Mobile (Tablet) 68.0 --> <!-- @ua_header: Mozilla/5.0 (Android 8.1.0; Tablet; rv:68.0) Gecko/68.0 Firefox/68.0 --> <!-- @reported_with: mobile-reporter --> **URL**: https://dev.testapp.ga/loginPage **Browser / Version**: Firefox Mobile (Tablet) 68.0 **Operating System**: Android 8.1.0 **Tested Another Browser**: Yes **Problem type**: Site is not usable **Description**: Its overscaled. **Steps to Reproduce**: I just loaded the page. It seems to be zoomed about 500x. [![Screenshot Description](https://webcompat.com/uploads/2019/8/d3b10932-f569-4006-93bc-25e93bcd098f-thumb.jpeg)](https://webcompat.com/uploads/2019/8/d3b10932-f569-4006-93bc-25e93bcd098f.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190823201228</li><li>tracking content blocked: false</li><li>gfx.webrender.blob-images: true</li><li>hasTouchScreen: true</li><li>mixed passive content blocked: false</li><li>gfx.webrender.enabled: false</li><li>gfx.webrender.all: false</li><li>channel: nightly</li> </ul> <p>Console Messages:</p> <pre> [u'[console.log(No Scaffold defined yet, creating Progess Indicator directly into body.) https://dev.testapp.ga/material.js:1324:25]', u'[console.log(No Scaffold defined yet, creating Progess Indicator directly into body.) https://dev.testapp.ga/material.js:1324:25]', u"[console.log(Couldn't remove TabView from AppBar: TypeError: Argument 1 of Node.removeChild is not an object.) https://dev.testapp.ga/material.js:1096:17]", u"[console.log(Error updating theme color. theme-color meta-Tag doesn't seem to exist yet.) https://dev.testapp.ga/material.js:88:21]", u'[console.log(No manifest created yet. Skipping updating theme color.) https://dev.testapp.ga/material.js:97:21]', u'[console.log(Indicator allready shown. Current number: 2) https://dev.testapp.ga/material.js:1329:21]', u'[console.log(Registration succeeded. Scope is https://dev.testapp.ga/) https://dev.testapp.ga/material.js:1494:23]', u'[console.log([Passman extension] Stopping, vault key not set) moz-extension://c1bd43db-7474-4532-bf6e-ae3a99883af1/js/background/inject/inject.js:400:29]'] </pre> </details> _From [webcompat.com](https://webcompat.com/) with ❤️_
non_main
dev testapp ga page is displayed overscaled url browser version firefox mobile tablet operating system android tested another browser yes problem type site is not usable description its overscaled steps to reproduce i just loaded the page it seems to be zoomed about browser configuration mixed active content blocked false image mem shared true buildid tracking content blocked false gfx webrender blob images true hastouchscreen true mixed passive content blocked false gfx webrender enabled false gfx webrender all false channel nightly console messages u u u u u u u stopping vault key not set moz extension js background inject inject js from with ❤️
0
640,901
20,811,613,648
IssuesEvent
2022-03-18 03:49:30
twisted/pydoctor
https://api.github.com/repos/twisted/pydoctor
closed
Only first value of multi-value parameter tilde-expanded
Triaged High priority Trivial to fix
Originally reported as Twisted issue 2623: > This is due to the fact that the config file parsing code invokes os.expanduser before splitting on commas. --- Imported from Launchpad using lp2gh. - date created: 2009-08-06T18:50:01Z - owner: exarkun - the launchpad url was https://bugs.launchpad.net/bugs/410004
1.0
Only first value of multi-value parameter tilde-expanded - Originally reported as Twisted issue 2623: > This is due to the fact that the config file parsing code invokes os.expanduser before splitting on commas. --- Imported from Launchpad using lp2gh. - date created: 2009-08-06T18:50:01Z - owner: exarkun - the launchpad url was https://bugs.launchpad.net/bugs/410004
non_main
only first value of multi value parameter tilde expanded originally reported as twisted issue this is due to the fact that the config file parsing code invokes os expanduser before splitting on commas imported from launchpad using date created owner exarkun the launchpad url was
0
4,640
24,031,498,746
IssuesEvent
2022-09-15 15:21:34
camunda/zeebe
https://api.github.com/repos/camunda/zeebe
closed
Actuators are cumbersome to maintain and extend
kind/toil area/ux area/observability area/maintainability release/8.1.0-alpha5
**Description** We have multiple open issues to extend or improve the actuators: - https://github.com/camunda/zeebe/issues/9961 - https://github.com/camunda/zeebe/issues/9630 - https://github.com/camunda/zeebe/issues/9633 Implementing actuators can be very cumbersome due to the need for `SpringGatewayBridge` and `SpringBrokerBridge` which leads to code duplication (see `RebalancingService`). There are other issues, for example the /rebalance actuator only works on a standalone gateway and on brokers with an embedded gateway. There's no technical reason it shouldn't work on standalone brokers without the embedded gateway, the only reason it doesn't work currently is that no one builds a `BrokerClient`. I think we should spend some time to improve this. I've tried out a couple of approaches but they require a decent amount of refactoring. My approach would be this: - [ ] Let the `dist` module be in charge of creating `Broker` , `Gateway` , `BrokerClient` , `AtomixCluster` and `ActorScheduler`. For `StandaloneGateway` we are doing most of that already but not for `StandaloneBroker`. - [ ] Actuators in `dist` have direct access to a `BrokerClient` because it can be injected by Spring, which removes the need for the spring bridges and code duplication. related to https://github.com/camunda/zeebe/issues/8845
True
Actuators are cumbersome to maintain and extend - **Description** We have multiple open issues to extend or improve the actuators: - https://github.com/camunda/zeebe/issues/9961 - https://github.com/camunda/zeebe/issues/9630 - https://github.com/camunda/zeebe/issues/9633 Implementing actuators can be very cumbersome due to the need for `SpringGatewayBridge` and `SpringBrokerBridge` which leads to code duplication (see `RebalancingService`). There are other issues, for example the /rebalance actuator only works on a standalone gateway and on brokers with an embedded gateway. There's no technical reason it shouldn't work on standalone brokers without the embedded gateway, the only reason it doesn't work currently is that no one builds a `BrokerClient`. I think we should spend some time to improve this. I've tried out a couple of approaches but they require a decent amount of refactoring. My approach would be this: - [ ] Let the `dist` module be in charge of creating `Broker` , `Gateway` , `BrokerClient` , `AtomixCluster` and `ActorScheduler`. For `StandaloneGateway` we are doing most of that already but not for `StandaloneBroker`. - [ ] Actuators in `dist` have direct access to a `BrokerClient` because it can be injected by Spring, which removes the need for the spring bridges and code duplication. related to https://github.com/camunda/zeebe/issues/8845
main
actuators are cumbersome to maintain and extend description we have multiple open issues to extend or improve the actuators implementing actuators can be very cumbersome due to the need for springgatewaybridge and springbrokerbridge which leads to code duplication see rebalancingservice there are other issues for example the rebalance actuator only works on a standalone gateway and on brokers with an embedded gateway there s no technical reason it shouldn t work on standalone brokers without the embedded gateway the only reason it doesn t work currently is that no one builds a brokerclient i think we should spend some time to improve this i ve tried out a couple of approaches but they require a decent amount of refactoring my approach would be this let the dist module be in charge of creating broker gateway brokerclient atomixcluster and actorscheduler for standalonegateway we are doing most of that already but not for standalonebroker actuators in dist have direct access to a brokerclient because it can be injected by spring which removes the need for the spring bridges and code duplication related to
1
2,904
10,325,346,095
IssuesEvent
2019-09-01 16:35:12
frej/fast-export
https://api.github.com/repos/frej/fast-export
closed
fast-export/hg-fast-export.sh: line 179: python2: command not found
not-available-to-maintainer user-support wintendo
I can't convert any hg to git and got line as in title, 179 line it's a comment "# move recent marks cache out of the way..." I have both pythons installed: 2.7.16 and 3.7.3 Also Win 10
True
fast-export/hg-fast-export.sh: line 179: python2: command not found - I can't convert any hg to git and got line as in title, 179 line it's a comment "# move recent marks cache out of the way..." I have both pythons installed: 2.7.16 and 3.7.3 Also Win 10
main
fast export hg fast export sh line command not found i can t convert any hg to git and got line as in title line it s a comment move recent marks cache out of the way i have both pythons installed and also win
1
3,561
14,249,105,557
IssuesEvent
2020-11-19 13:50:59
ipfs-shipyard/ipfs-companion
https://api.github.com/repos/ipfs-shipyard/ipfs-companion
closed
Permanent in-depth review on Chrome Web Store
area/chromium kind/maintenance need/maintainer-input
## What happened? Google makes it more and more difficult to publish powerful extensions such as IPFS Companion. In preparation for Manifest v3 (https://github.com/ipfs-shipyard/ipfs-companion/issues/666) Chrome Web Store artificially slows down publishing of extensions that request access to certain APIs. ![Screenshot_2019-10-30 IPFS Companion (Beta be25e31) - Edit Item](https://user-images.githubusercontent.com/157609/67864628-30f1e900-fb26-11e9-924a-7d064a7a9349.png) ![Screenshot_2019-10-30 IPFS Companion (Beta be25e31)](https://user-images.githubusercontent.com/157609/67864627-30595280-fb26-11e9-93bf-2722e5508ffc.png) ## Why we need those APIs? IPFS Companion uses [`webRequest`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest) APIs to redirect requests for IPFS resources to local gateway and to display menu items for things like copying CIDs/URL or pinning. We are unable to switch to Manifest v3 (https://github.com/ipfs-shipyard/ipfs-companion/issues/666) because it was not released yet. ## What does this mean for IPFS Companion? Due to this change, both Beta and Stable releases may land days or weeks after official release. Google is slowing down publishing cycle of extensions like ours without providing alternative APIs. I will look into ways we could mitigate this and post updates in this issue.
True
Permanent in-depth review on Chrome Web Store - ## What happened? Google makes it more and more difficult to publish powerful extensions such as IPFS Companion. In preparation for Manifest v3 (https://github.com/ipfs-shipyard/ipfs-companion/issues/666) Chrome Web Store artificially slows down publishing of extensions that request access to certain APIs. ![Screenshot_2019-10-30 IPFS Companion (Beta be25e31) - Edit Item](https://user-images.githubusercontent.com/157609/67864628-30f1e900-fb26-11e9-924a-7d064a7a9349.png) ![Screenshot_2019-10-30 IPFS Companion (Beta be25e31)](https://user-images.githubusercontent.com/157609/67864627-30595280-fb26-11e9-93bf-2722e5508ffc.png) ## Why we need those APIs? IPFS Companion uses [`webRequest`](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest) APIs to redirect requests for IPFS resources to local gateway and to display menu items for things like copying CIDs/URL or pinning. We are unable to switch to Manifest v3 (https://github.com/ipfs-shipyard/ipfs-companion/issues/666) because it was not released yet. ## What does this mean for IPFS Companion? Due to this change, both Beta and Stable releases may land days or weeks after official release. Google is slowing down publishing cycle of extensions like ours without providing alternative APIs. I will look into ways we could mitigate this and post updates in this issue.
main
permanent in depth review on chrome web store what happened google makes it more and more difficult to publish powerful extensions such as ipfs companion in preparation for manifest chrome web store artificially slows down publishing of extensions that request access to certain apis why we need those apis ipfs companion uses apis to redirect requests for ipfs resources to local gateway and to display menu items for things like copying cids url or pinning we are unable to switch to manifest because it was not released yet what does this mean for ipfs companion due to this change both beta and stable releases may land days or weeks after official release google is slowing down publishing cycle of extensions like ours without providing alternative apis i will look into ways we could mitigate this and post updates in this issue
1
5,377
27,032,054,171
IssuesEvent
2023-02-12 10:21:42
Windham-High-School/CubeServer
https://api.github.com/repos/Windham-High-School/CubeServer
closed
Ubuntu Server network reset when running pull-release.sh
bug docker maintainability
## Scenario Every time I attempt to pull a release via SSH on Ubuntu Server running on a raspi 3B+ (1GB RAM), the connection is interrupted partway through the `docker compose build` stage, terminating the SSH connection and a SIGHUP is sent to the process, halting the build and the release update process. ## Workaround Put the following into a bash script ``` bash cd /path/to/CubeServer/ docker compose build >> /path/to/build.log docker compose up --force-recreate -d ``` ... and set it to run as a systemd service once, disabling the service after it is run. Perhaps this workaround could be implemented in script to ensure that the build cannot be interrupted unwillingly, however the bigger problem of network interruption during the build (leading ultimately toserver downtime) still needs to be addressed.
True
Ubuntu Server network reset when running pull-release.sh - ## Scenario Every time I attempt to pull a release via SSH on Ubuntu Server running on a raspi 3B+ (1GB RAM), the connection is interrupted partway through the `docker compose build` stage, terminating the SSH connection and a SIGHUP is sent to the process, halting the build and the release update process. ## Workaround Put the following into a bash script ``` bash cd /path/to/CubeServer/ docker compose build >> /path/to/build.log docker compose up --force-recreate -d ``` ... and set it to run as a systemd service once, disabling the service after it is run. Perhaps this workaround could be implemented in script to ensure that the build cannot be interrupted unwillingly, however the bigger problem of network interruption during the build (leading ultimately toserver downtime) still needs to be addressed.
main
ubuntu server network reset when running pull release sh scenario every time i attempt to pull a release via ssh on ubuntu server running on a raspi ram the connection is interrupted partway through the docker compose build stage terminating the ssh connection and a sighup is sent to the process halting the build and the release update process workaround put the following into a bash script bash cd path to cubeserver docker compose build path to build log docker compose up force recreate d and set it to run as a systemd service once disabling the service after it is run perhaps this workaround could be implemented in script to ensure that the build cannot be interrupted unwillingly however the bigger problem of network interruption during the build leading ultimately toserver downtime still needs to be addressed
1
5,492
27,419,108,600
IssuesEvent
2023-03-01 15:35:40
Windham-High-School/CubeServer
https://api.github.com/repos/Windham-High-School/CubeServer
closed
Restructure CubeServer branches to avoid beta code in production
maintainability
New suggested workflow: - Changes are made in their own branches in response to issues - PR's are submitted to merge these into a development branch `develop` - For each release, a PR updates the version number and merges changes from `develop` into `main` Thus, `main` will be identical to the latest release.
True
Restructure CubeServer branches to avoid beta code in production - New suggested workflow: - Changes are made in their own branches in response to issues - PR's are submitted to merge these into a development branch `develop` - For each release, a PR updates the version number and merges changes from `develop` into `main` Thus, `main` will be identical to the latest release.
main
restructure cubeserver branches to avoid beta code in production new suggested workflow changes are made in their own branches in response to issues pr s are submitted to merge these into a development branch develop for each release a pr updates the version number and merges changes from develop into main thus main will be identical to the latest release
1
2,231
7,871,184,292
IssuesEvent
2018-06-25 06:51:08
Subsurface-divelog/subsurface
https://api.github.com/repos/Subsurface-divelog/subsurface
closed
Windows Desktop: Error im Profile creation with long dives
needs-maintainer-feedback planner possible-bug
<!-- Lines like this one are comments and will not be shown in the final output. --> <!-- If you are a collaborator, please add labels and assign other collaborators for a review. --> ### Describe the issue: <!-- Replace [ ] with [x] to select options. --> - [X] Bug - [ ] Change request - [ ] New feature request - [ ] Discussion request ### Issue long description: <!-- Describe the issue in detail. --> I'm new to Subsurface and want to manually add a couple of dives I did with a simple dive computer that doesn't support data transfer. All of these dives were multi-level, but since I don't have any stored profile I just assume maximum depth at beginning and linear ascent afterwards. I encountered the following issue: when I try to enter a dive that exceeds a certain length and depth, the generated dive profile does not include any bottom time. Let's start with what I want to achieve (target profile): ![prof_target](https://user-images.githubusercontent.com/357743/41819046-35bc6f64-77ba-11e8-967d-14fa6fb86432.png) So I create a new dive, for which Subsurface creates the following default profile: ![prof_new](https://user-images.githubusercontent.com/357743/41819071-95b5a64c-77ba-11e8-84fc-e30adc15e13c.png) In my case, the dive was max depth 15.1 meters and length 55 minutes. If I enter these two values in the left panel, the following (erroneous) dive profile will be generated: ![prof_bug](https://user-images.githubusercontent.com/357743/41819077-b1473132-77ba-11e8-8f7a-9c5da47f3fbc.png) This profile does now have any bottom time and is very short (about 6 minutes instead of 55 minutes). Currently I use the following workaroud: I reduce the depth to 12 or 13 meters and enter the length of 55 minutes. This gives the following profile: ![prof_low_depth](https://user-images.githubusercontent.com/357743/41819096-f6ef735c-77ba-11e8-947c-83219b07b364.png) Afterwards I remove the right bottom point to get a linear ascent. ![prof_low_depth_edit](https://user-images.githubusercontent.com/357743/41819102-0eef8b9a-77bb-11e8-9d83-3cef6da8656f.png) Now I change back the depth to 15.1 meters in the left panel. This time, Subsurface generates a new profile without the bug: ![prof_after_edit](https://user-images.githubusercontent.com/357743/41819118-27bc2908-77bb-11e8-9eb8-e1f38e3f2d68.png) Now I remove the right bottom point again (to get a linear ascent) reaching the target profile (first screenshot). ### Operating system: <!-- What OS are you running, including OS version and the language that you are running in --> Windows 7, German <!-- What device are you using? --> <!-- Only answer this question if you have tried: Does the same happen on another OS? --> ### Subsurface version: <!-- What version of Subsurface are you running? --> Subsurface 4.7.8, using metric units and German locale <!-- Does the same happen on another Subsurface version? --> Did not try with other version <!-- Are you using official release, test build, or compiled yourself? --> Official Windows version <!-- Provide Git hash if your are building Subsurface yourself. --> ### Steps to reproduce: <!-- Provide reproduction steps separated with new lines - 1), 2), 3)... --> 1) create new dive 2) enter dive depth of 18 meters and dive time of 59 minutes ### Current behavior: <!-- What is the current behavior? --> A dive profile without any bottom time and a very short length (about 6 minutes) will be generated ### Expected behavior: <!-- What is the expected behavior? --> Generation of a dive of the requested length with appropriate bottom time ### Additional information: <!-- If a simple dive log file can reproduce the issue, please attach that to the report. --> <!-- With dive computer download issues consider adding Subsurface log file and Subsurface dumpfile to the report. --> ### Mentions: <!-- Mention users that you want to review your issue with @<user-name>. Leave empty if not sure. -->
True
Windows Desktop: Error im Profile creation with long dives - <!-- Lines like this one are comments and will not be shown in the final output. --> <!-- If you are a collaborator, please add labels and assign other collaborators for a review. --> ### Describe the issue: <!-- Replace [ ] with [x] to select options. --> - [X] Bug - [ ] Change request - [ ] New feature request - [ ] Discussion request ### Issue long description: <!-- Describe the issue in detail. --> I'm new to Subsurface and want to manually add a couple of dives I did with a simple dive computer that doesn't support data transfer. All of these dives were multi-level, but since I don't have any stored profile I just assume maximum depth at beginning and linear ascent afterwards. I encountered the following issue: when I try to enter a dive that exceeds a certain length and depth, the generated dive profile does not include any bottom time. Let's start with what I want to achieve (target profile): ![prof_target](https://user-images.githubusercontent.com/357743/41819046-35bc6f64-77ba-11e8-967d-14fa6fb86432.png) So I create a new dive, for which Subsurface creates the following default profile: ![prof_new](https://user-images.githubusercontent.com/357743/41819071-95b5a64c-77ba-11e8-84fc-e30adc15e13c.png) In my case, the dive was max depth 15.1 meters and length 55 minutes. If I enter these two values in the left panel, the following (erroneous) dive profile will be generated: ![prof_bug](https://user-images.githubusercontent.com/357743/41819077-b1473132-77ba-11e8-8f7a-9c5da47f3fbc.png) This profile does now have any bottom time and is very short (about 6 minutes instead of 55 minutes). Currently I use the following workaroud: I reduce the depth to 12 or 13 meters and enter the length of 55 minutes. This gives the following profile: ![prof_low_depth](https://user-images.githubusercontent.com/357743/41819096-f6ef735c-77ba-11e8-947c-83219b07b364.png) Afterwards I remove the right bottom point to get a linear ascent. ![prof_low_depth_edit](https://user-images.githubusercontent.com/357743/41819102-0eef8b9a-77bb-11e8-9d83-3cef6da8656f.png) Now I change back the depth to 15.1 meters in the left panel. This time, Subsurface generates a new profile without the bug: ![prof_after_edit](https://user-images.githubusercontent.com/357743/41819118-27bc2908-77bb-11e8-9eb8-e1f38e3f2d68.png) Now I remove the right bottom point again (to get a linear ascent) reaching the target profile (first screenshot). ### Operating system: <!-- What OS are you running, including OS version and the language that you are running in --> Windows 7, German <!-- What device are you using? --> <!-- Only answer this question if you have tried: Does the same happen on another OS? --> ### Subsurface version: <!-- What version of Subsurface are you running? --> Subsurface 4.7.8, using metric units and German locale <!-- Does the same happen on another Subsurface version? --> Did not try with other version <!-- Are you using official release, test build, or compiled yourself? --> Official Windows version <!-- Provide Git hash if your are building Subsurface yourself. --> ### Steps to reproduce: <!-- Provide reproduction steps separated with new lines - 1), 2), 3)... --> 1) create new dive 2) enter dive depth of 18 meters and dive time of 59 minutes ### Current behavior: <!-- What is the current behavior? --> A dive profile without any bottom time and a very short length (about 6 minutes) will be generated ### Expected behavior: <!-- What is the expected behavior? --> Generation of a dive of the requested length with appropriate bottom time ### Additional information: <!-- If a simple dive log file can reproduce the issue, please attach that to the report. --> <!-- With dive computer download issues consider adding Subsurface log file and Subsurface dumpfile to the report. --> ### Mentions: <!-- Mention users that you want to review your issue with @<user-name>. Leave empty if not sure. -->
main
windows desktop error im profile creation with long dives describe the issue bug change request new feature request discussion request issue long description i m new to subsurface and want to manually add a couple of dives i did with a simple dive computer that doesn t support data transfer all of these dives were multi level but since i don t have any stored profile i just assume maximum depth at beginning and linear ascent afterwards i encountered the following issue when i try to enter a dive that exceeds a certain length and depth the generated dive profile does not include any bottom time let s start with what i want to achieve target profile so i create a new dive for which subsurface creates the following default profile in my case the dive was max depth meters and length minutes if i enter these two values in the left panel the following erroneous dive profile will be generated this profile does now have any bottom time and is very short about minutes instead of minutes currently i use the following workaroud i reduce the depth to or meters and enter the length of minutes this gives the following profile afterwards i remove the right bottom point to get a linear ascent now i change back the depth to meters in the left panel this time subsurface generates a new profile without the bug now i remove the right bottom point again to get a linear ascent reaching the target profile first screenshot operating system windows german subsurface version subsurface using metric units and german locale did not try with other version official windows version steps to reproduce create new dive enter dive depth of meters and dive time of minutes current behavior a dive profile without any bottom time and a very short length about minutes will be generated expected behavior generation of a dive of the requested length with appropriate bottom time additional information mentions leave empty if not sure
1
66,410
16,609,544,730
IssuesEvent
2021-06-02 09:46:26
Crocoblock/suggestions
https://api.github.com/repos/Crocoblock/suggestions
closed
Problem displaying discount percentage on the single page of the jet woobuilder plugin for products that do not have a discount.
JetWooBuilder
When we use this widget (https://prnt.sc/1363q97) to display the discount percentage, if the product does not have a discount, the widget will remain empty. https://prnt.sc/1363mf2 Please correct this distance. Thanks
1.0
Problem displaying discount percentage on the single page of the jet woobuilder plugin for products that do not have a discount. - When we use this widget (https://prnt.sc/1363q97) to display the discount percentage, if the product does not have a discount, the widget will remain empty. https://prnt.sc/1363mf2 Please correct this distance. Thanks
non_main
problem displaying discount percentage on the single page of the jet woobuilder plugin for products that do not have a discount when we use this widget to display the discount percentage if the product does not have a discount the widget will remain empty please correct this distance thanks
0
35,728
7,987,390,305
IssuesEvent
2018-07-19 07:36:58
wurmf/OpenBooth
https://api.github.com/repos/wurmf/OpenBooth
closed
remove all cases of log-and-rethrow
clean code
log-and-rethrow is an anti-pattern, which leads to logging exceptions multiple times and therefore cluttering the log file with unnecessary duplicate information. log-and-rethrow typically looks like this: ``` try{ //do stuff } catch (SQLException e) { LOG.error("I found an exception!"); throw new CustomException(e) }
1.0
remove all cases of log-and-rethrow - log-and-rethrow is an anti-pattern, which leads to logging exceptions multiple times and therefore cluttering the log file with unnecessary duplicate information. log-and-rethrow typically looks like this: ``` try{ //do stuff } catch (SQLException e) { LOG.error("I found an exception!"); throw new CustomException(e) }
non_main
remove all cases of log and rethrow log and rethrow is an anti pattern which leads to logging exceptions multiple times and therefore cluttering the log file with unnecessary duplicate information log and rethrow typically looks like this try do stuff catch sqlexception e log error i found an exception throw new customexception e
0
80,277
7,743,611,790
IssuesEvent
2018-05-29 13:20:23
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
opened
Improvment - In the Home page, it would be appreciable to have an order filter on the maps.
test-run
Order maps by date Order maps alphabetically etc.. I saved a map yesterday and I am not finding it among 180 existing maps :))
1.0
Improvment - In the Home page, it would be appreciable to have an order filter on the maps. - Order maps by date Order maps alphabetically etc.. I saved a map yesterday and I am not finding it among 180 existing maps :))
non_main
improvment in the home page it would be appreciable to have an order filter on the maps order maps by date order maps alphabetically etc i saved a map yesterday and i am not finding it among existing maps
0
651,733
21,486,601,990
IssuesEvent
2022-04-27 00:33:59
rstudio/gt
https://api.github.com/repos/rstudio/gt
closed
Add the `fmt_partsper()` function
Difficulty: [2] Intermediate Effort: [3] High Priority: [2] Medium Type: ★ Enhancement
There is a fmt_percent formatting function in gt but, in the same spirit, it would be lovely to have a an additional general function that does parts-per notation (eg. ppm, ppb, ppt, ppmV, per mille and per ten thousand, to name a few). These types of units are pretty common in the sciences and so this function would definitely get a lot of use from the scientific community.
1.0
Add the `fmt_partsper()` function - There is a fmt_percent formatting function in gt but, in the same spirit, it would be lovely to have a an additional general function that does parts-per notation (eg. ppm, ppb, ppt, ppmV, per mille and per ten thousand, to name a few). These types of units are pretty common in the sciences and so this function would definitely get a lot of use from the scientific community.
non_main
add the fmt partsper function there is a fmt percent formatting function in gt but in the same spirit it would be lovely to have a an additional general function that does parts per notation eg ppm ppb ppt ppmv per mille and per ten thousand to name a few these types of units are pretty common in the sciences and so this function would definitely get a lot of use from the scientific community
0
52,749
3,028,625,346
IssuesEvent
2015-08-04 07:14:20
yancyn/jawiweb
https://api.github.com/repos/yancyn/jawiweb
closed
Add today muslim date
auto-migrated Priority-Medium Type-Enhancement
``` Add today muslim date on top of page. ``` Original issue reported on code.google.com by `yancyn@gmail.com` on 17 Aug 2013 at 8:20
1.0
Add today muslim date - ``` Add today muslim date on top of page. ``` Original issue reported on code.google.com by `yancyn@gmail.com` on 17 Aug 2013 at 8:20
non_main
add today muslim date add today muslim date on top of page original issue reported on code google com by yancyn gmail com on aug at
0
2,244
7,893,940,342
IssuesEvent
2018-06-28 19:45:39
arcticicestudio/nord-visual-studio-code
https://api.github.com/repos/arcticicestudio/nord-visual-studio-code
closed
CI build configuration updates
context-workflow scope-maintainability type-improvement
The build configuration for [Circle CI][ci-circle] should be updated to the new [API version 2.0][ci-circle-api-2.0]. Both Circle CI and [Travis CI][ci-travis] should also test against the latest NodeJS versions. [ci-travis]: https://travis-ci.org/ [ci-circle]: https://circleci.com [ci-circle-api-2.0]: https://circleci.com/docs/2.0
True
CI build configuration updates - The build configuration for [Circle CI][ci-circle] should be updated to the new [API version 2.0][ci-circle-api-2.0]. Both Circle CI and [Travis CI][ci-travis] should also test against the latest NodeJS versions. [ci-travis]: https://travis-ci.org/ [ci-circle]: https://circleci.com [ci-circle-api-2.0]: https://circleci.com/docs/2.0
main
ci build configuration updates the build configuration for should be updated to the new both circle ci and should also test against the latest nodejs versions
1
34,718
2,784,127,064
IssuesEvent
2015-05-07 07:26:21
rrev/Pastebin
https://api.github.com/repos/rrev/Pastebin
closed
Muovere in un thread a parte la lettura dei trending pastes recenti dalla cache
enhancement priority-normal
Muovere in un thread a parte la lettura dei trending pastes recenti dalla cache
1.0
Muovere in un thread a parte la lettura dei trending pastes recenti dalla cache - Muovere in un thread a parte la lettura dei trending pastes recenti dalla cache
non_main
muovere in un thread a parte la lettura dei trending pastes recenti dalla cache muovere in un thread a parte la lettura dei trending pastes recenti dalla cache
0
258,174
19,546,908,270
IssuesEvent
2022-01-02 02:30:33
todogroup/governance
https://api.github.com/repos/todogroup/governance
closed
Update primary branch to main
Logistics / Documentation
This repos primary branch should be updated to main, to reflect the standards we have set for all TODO repos.
1.0
Update primary branch to main - This repos primary branch should be updated to main, to reflect the standards we have set for all TODO repos.
non_main
update primary branch to main this repos primary branch should be updated to main to reflect the standards we have set for all todo repos
0
4,914
25,259,634,195
IssuesEvent
2022-11-15 21:26:09
mozilla/foundation.mozilla.org
https://api.github.com/repos/mozilla/foundation.mozilla.org
closed
Figure out how to make blog categories dynamic, without streamfield migrations
engineering wagtail backend Maintain
In order for the `recent_blog_posts` component to do its job, it needs to present the user with a category picker, based on the categories currently available in the CMS. However, using code like: ```python category_filter = blocks.ChoiceBlock( label='Filter by Category', required=False, choices=BlogPageCategory.get_categories(), help_text='Test this filter at foundation.mozilla.org/blog/category/', ) ``` with the `get_categories` implemented as ```python choices = [] # This Try/Except block is used to avoid errors during tests/new-envs, # without this, it will return a ProgrammingError due to BlogPageCategories not yet existing. try: choices = [(cat.name, cat.name) for cat in BlogPageCategory.objects.all()] choices.sort(key=lambda c: c[1]) except ProgrammingError: pass choices.insert(0, ('All', 'All')) return choices ``` Means that every time the categories change, Django sees a change to the streamfield content of anything that uses the "recent blog posts" component (which is three page types). What we want is a way to have a dynamic picker in the admin, _without_ having to prebuild a list of options.
True
Figure out how to make blog categories dynamic, without streamfield migrations - In order for the `recent_blog_posts` component to do its job, it needs to present the user with a category picker, based on the categories currently available in the CMS. However, using code like: ```python category_filter = blocks.ChoiceBlock( label='Filter by Category', required=False, choices=BlogPageCategory.get_categories(), help_text='Test this filter at foundation.mozilla.org/blog/category/', ) ``` with the `get_categories` implemented as ```python choices = [] # This Try/Except block is used to avoid errors during tests/new-envs, # without this, it will return a ProgrammingError due to BlogPageCategories not yet existing. try: choices = [(cat.name, cat.name) for cat in BlogPageCategory.objects.all()] choices.sort(key=lambda c: c[1]) except ProgrammingError: pass choices.insert(0, ('All', 'All')) return choices ``` Means that every time the categories change, Django sees a change to the streamfield content of anything that uses the "recent blog posts" component (which is three page types). What we want is a way to have a dynamic picker in the admin, _without_ having to prebuild a list of options.
main
figure out how to make blog categories dynamic without streamfield migrations in order for the recent blog posts component to do its job it needs to present the user with a category picker based on the categories currently available in the cms however using code like python category filter blocks choiceblock label filter by category required false choices blogpagecategory get categories help text test this filter at foundation mozilla org blog category with the get categories implemented as python choices this try except block is used to avoid errors during tests new envs without this it will return a programmingerror due to blogpagecategories not yet existing try choices choices sort key lambda c c except programmingerror pass choices insert all all return choices means that every time the categories change django sees a change to the streamfield content of anything that uses the recent blog posts component which is three page types what we want is a way to have a dynamic picker in the admin without having to prebuild a list of options
1
739
4,347,759,681
IssuesEvent
2016-07-29 20:43:51
gogits/gogs
https://api.github.com/repos/gogits/gogs
closed
No more Linux i386 builds?
kind/deployment status/assigned to maintainer
Since v0.9.46, there are no Linux i386 binaries anymore. I couldn't find any explanation of why this support has been dropped. I'm using it on an i386 Synology NAS, and I'd rather grab an official version than go through the cross-compilation process, if possible. Any reason why these images were not generated? I'm not asking for a build, really, just the reason of the drop.
True
No more Linux i386 builds? - Since v0.9.46, there are no Linux i386 binaries anymore. I couldn't find any explanation of why this support has been dropped. I'm using it on an i386 Synology NAS, and I'd rather grab an official version than go through the cross-compilation process, if possible. Any reason why these images were not generated? I'm not asking for a build, really, just the reason of the drop.
main
no more linux builds since there are no linux binaries anymore i couldn t find any explanation of why this support has been dropped i m using it on an synology nas and i d rather grab an official version than go through the cross compilation process if possible any reason why these images were not generated i m not asking for a build really just the reason of the drop
1
54,615
6,397,777,144
IssuesEvent
2017-08-04 18:50:53
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
Test failures and crashes with 0.6.0
test
Running the test suite of Julia 0.6.0, we saw several test failures and errors. The full output of the test suite is copied below (including `versioninfo()`). The libgit2 test failures seem to go away when using libgit2 0.25.1 instead of 0.26.0, but I'm not sure yet what the problem is. Do you think these test failures could indicate real problems, or are they spurious? Please let me know what other information I can provide. ``` $ env JULIA_TEST_MAXRSS_MB=10000 HOME=/tmp /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/bin/julia --check-bounds=yes --startup-file=no -e "Base.runtest s([\"all\"], max(Sys.CPU_CORES, 8))" Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB) WARNING: Method definition ambig(Any, Integer) in module Test9Main_ambiguous at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/ambiguous.jl:7 overwritten at /gnu/stor e/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/ambiguous.jl:85. From worker 2: Skipping Base.<| From worker 2: Skipping Base.active_repl From worker 2: Skipping Base.active_repl_backend From worker 2: Skipping Base.<| From worker 2: Skipping Base.active_repl From worker 2: Skipping Base.active_repl_backend ambiguous (2) | 5.46 | 0.27 | 4.9 | 39.13 | 231.93 linalg/givens (17) | 24.38 | 0.61 | 2.5 | 275.19 | 242.72 linalg/pinv (16) | 35.88 | 0.97 | 2.7 | 834.22 | 346.95 linalg/special (8) | 48.22 | 0.87 | 1.8 | 582.25 | 251.52 linalg/schur (7) | 48.50 | 0.85 | 1.8 | 666.94 | 265.63 linalg/svd (11) | 56.92 | 0.87 | 1.5 | 564.80 | 260.13 linalg/generic (8) | 33.68 | 0.25 | 0.7 | 302.23 | 277.00 linalg/uniformscaling (7) | 33.83 | 0.30 | 0.9 | 407.13 | 320.52 linalg/hessenberg (8) | 14.55 | 0.13 | 0.9 | 176.96 | 295.94 linalg/lapack (12) | 97.06 | 1.35 | 1.4 | 1398.99 | 285.15 linalg/conjarray (8) | 3.80 | 0.02 | 0.4 | 34.90 | 298.19 linalg/tridiag (13) | 107.56 | 1.65 | 1.5 | 1809.29 | 330.27 linalg/symmetric (16) | 74.07 | 0.64 | 0.9 | 891.73 | 380.45 linalg/bunchkaufman (10) | 117.52 | 1.09 | 0.9 | 1095.93 | 277.06 linalg/eigen (9) | 118.15 | 1.15 | 1.0 | 1234.60 | 296.09 linalg/rowvector (7) | 45.50 | 0.32 | 0.7 | 454.94 | 333.14 linalg/bidiag (14) | 128.23 | 1.65 | 1.3 | 1575.76 | 346.30 sparse/spqr (14) | 15.84 | 0.37 | 2.3 | 128.18 | 348.36 sparse/umfpack (9) | 27.35 | 0.14 | 0.5 | 199.72 | 304.25 strings/search (9) | 2.58 | 0.00 | 0.0 | 16.32 | 306.96 strings/util (9) | 1.39 | 0.02 | 1.2 | 9.25 | 307.11 strings/io (9) | 2.52 | 0.02 | 0.7 | 34.60 | 311.30 linalg/arnoldi (12) | 55.74 | 0.57 | 1.0 | 643.48 | 338.54 unicode/UnicodeError (12) | 0.08 | 0.00 | 0.0 | 0.29 | 338.54 strings/types (9) | 2.64 | 0.02 | 0.6 | 19.84 | 311.50 strings/basic (14) | 11.69 | 0.15 | 1.2 | 150.08 | 348.36 unicode/utf8 (9) | 3.20 | 0.36 | 11.3 | 930.43 | 314.91 unicode/utf8proc (12) | 7.45 | 0.09 | 1.2 | 47.61 | 344.36 dates/query (12) | 1.58 | 0.00 | 0.0 | 11.12 | 344.36 dates/adjusters (9) | 4.42 | 0.03 | 0.8 | 41.48 | 317.53 linalg/lu (17) | 141.27 | 1.68 | 1.2 | 1682.91 | 348.21 dates/rounding (17) | 1.54 | 0.00 | 0.0 | 8.67 | 350.30 dates/types (17) | 2.13 | 0.02 | 1.1 | 14.14 | 350.61 dates/accessors (14) | 13.68 | 1.44 | 10.5 | 3478.80 | 348.36 linalg/cholesky (2) | 167.07 | 1.30 | 0.8 | 1488.05 | 309.98 dates/conversions (2) | 1.71 | 0.00 | 0.0 | 13.06 | 310.36 dates/arithmetic (14) | 12.62 | 0.13 | 1.0 | 121.50 | 348.36 sparse/cholmod (7) | 56.97 | 0.88 | 1.5 | 475.48 | 360.45 WARNING: Method definition f265a(Any) in module Test58Main_worlds at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/worlds.jl:12 overwritten at /gnu/store/26g8sbh008y b1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/worlds.jl:17. dates/ranges (9) | 23.12 | 0.29 | 1.3 | 424.46 | 369.61 linalg/diagonal (15) | 186.59 | 1.87 | 1.0 | 1838.90 | 344.81 worlds (7) | 3.89 | 0.04 | 1.0 | 30.77 | 360.45 dates/periods (12) | 26.69 | 0.44 | 1.7 | 202.50 | 344.36 keywordargs (9) | 3.34 | 0.02 | 0.6 | 14.21 | 369.79 char (9) | 1.86 | 0.02 | 1.1 | 16.77 | 371.84 triplequote (9) | 0.03 | 0.00 | 0.0 | 0.28 | 371.84 intrinsics (9) | 0.51 | 0.00 | 0.0 | 3.36 | 371.88 WARNING: Method definition f() in module JLCall14301 at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:3384 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660i ynmbavp6-julia-0.6.0/share/julia/test/core.jl:3394. linalg/qr (4) | 198.14 | 2.69 | 1.4 | 3049.29 | 396.99 dates/io (17) | 29.68 | 0.19 | 0.6 | 191.54 | 356.41 iobuffer (17) | 5.10 | 0.00 | 0.0 | 15.84 | 363.13 inference (14) | 20.85 | 0.15 | 0.7 | 135.02 | 367.69 WARNING: Method definition test(Type{Tuple{V<:Union{Tuple{Int64, Int64}, Tuple{Int32, Int32}, Tuple{UInt64, UInt64}, Tuple{UInt32, UInt32}, Tuple{Int64, Int64, Int64}, Tuple{Int32, Int32, Int3 2}, Tuple{UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32}, Tuple{Int64, Int64, Int64, Int64}, Tuple{Int32, Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64, UInt64}, Tuple{UInt32, UIn t32, UInt32, UInt32}}, I<:Union{Int64, Int32, UInt64, UInt32}}}) in module Test26Main_subtype at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/subtype.jl:1093 overwr itten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/subtype.jl:1094. subtype (7) | 16.54 | 0.22 | 1.3 | 276.27 | 414.63 WARNING: Method definition f10178(X) in module Test21Main_staged at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:219 overwritten at /gnu/store/26g8sbh008y b1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:224. WARNING: Method definition g10178(Any) in module Test21Main_staged at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:221 overwritten at /gnu/store/26g8sbh00 8yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:226. staged (17) | 2.34 | 0.02 | 1.0 | 14.02 | 363.34 tuple (17) | 4.61 | 0.05 | 1.1 | 41.48 | 365.75 hashing (4) | 13.31 | 0.11 | 0.9 | 109.34 | 404.73 reduce (17) | 12.14 | 0.11 | 0.9 | 107.28 | 387.20 printf (12) | 35.93 | 0.17 | 0.5 | 199.98 | 347.36 WARNING: static parameter T does not occur in signature for bad_tvars at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4526. The method will not be callable. linalg/lq (11) | 171.85 | 1.71 | 1.0 | 3838.02 | 393.94 WARNING: Method definition (::Type{Test67Main_core.A16424})(Any, Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4729 overwri tten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4734. WARNING: Method definition (::Type{Test67Main_core.B16424{T}})(Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4749 overwritt en at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4753. dict (9) | 37.12 | 0.33 | 0.9 | 349.53 | 385.58 WARNING: Method definition (::Type{Test67Main_core.C16424{T, S}})(Any, Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4761 o verwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4766. WARNING: Method definition (::Type{Test67Main_core.C16424{T, S} where S where T})(T, S) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/co re.jl:4761 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4766. WARNING: Method definition (::Type{Test67Main_core.D16424{T<:Real, S<:T<:Real}})(Any, Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test /core.jl:4776 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4781. WARNING: Method definition (::Type{Test67Main_core.D16424{T, S} where S<:T where T<:Real})(Array{S<:T<:Real, 1}, Array{T<:Real, 1}) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y 660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4776 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4781. WARNING: Method definition (::Type{Test67Main_core.T20999})(Array{T, N} where N where T<:Real) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/ test/core.jl:4792 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4796. WARNING: Method definition (::Type{Test67Main_core.T20999})(Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4792 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4796. core (2) | 55.65 | 10.27 | 18.5 | 5040.32 | 701.75 intfuncs (11) | 2.51 | 0.01 | 0.4 | 15.84 | 396.78 simdloop (9) | 3.10 | 0.02 | 0.7 | 24.53 | 385.71 linalg/matmul (6) | 243.16 | 2.29 | 0.9 | 3340.12 | 327.48 vecelement (2) | 14.95 | 0.09 | 0.6 | 92.95 | 701.75 copy (6) | 4.94 | 0.02 | 0.3 | 32.76 | 328.19 random (17) | 26.59 | 0.47 | 1.8 | 252.94 | 400.37 reducedim (4) | 39.34 | 0.61 | 1.5 | 372.89 | 411.52 functional (17) | 8.03 | 0.09 | 1.1 | 72.36 | 405.96 fastmath (6) | 11.08 | 0.06 | 0.5 | 65.69 | 336.12 path (6) | 3.57 | 0.02 | 0.6 | 15.42 | 350.03 operators (17) | 7.13 | 0.07 | 1.0 | 83.60 | 413.77 parse (17) | 8.17 | 0.07 | 0.8 | 64.21 | 420.23 loading (17) | 0.61 | 0.03 | 4.3 | 4.21 | 420.26 bigint (17) | 3.89 | 0.03 | 0.8 | 35.03 | 424.68 blas (11) | 46.92 | 0.73 | 1.6 | 528.90 | 442.54 bigfloat (17) | 0.49 | 0.00 | 0.0 | 3.84 | 424.70 ccall (6) | 16.95 | 0.08 | 0.5 | 84.85 | 359.08 From worker 6: [stdio passthrough ok] math (2) | 44.87 | 0.94 | 2.1 | 1258.60 | 701.75 linalg/dense (5) | 293.41 | 3.50 | 1.2 | 3789.25 | 399.24 iterators (4) | 52.80 | 0.41 | 0.8 | 370.96 | 413.70 spawn (6) | 26.08 | 0.08 | 0.3 | 83.00 | 361.63 statistics (17) | 30.06 | 0.41 | 1.4 | 310.43 | 440.69 version (6) | 4.28 | 0.06 | 1.4 | 69.39 | 374.01 numbers (15) | 125.32 | 1.64 | 1.3 | 1509.89 | 451.63 pollfd (6) | 5.10 | 0.25 | 4.9 | 13.39 | 374.07 mpfr (15) | 5.10 | 0.06 | 1.2 | 27.94 | 456.13 read (5) | 24.98 | 0.56 | 2.2 | 310.27 | 458.05 mmap (4) | 16.01 | 9.25 | 57.7 | 49.57 | 413.71 floatapprox (4) | 2.45 | 0.00 | 0.0 | 19.41 | 413.71 socket (5) | 4.14 | 0.02 | 0.5 | 22.58 | 458.05 sparse/sparse (13) | 223.35 | 41.85 | 18.7 | 1428.78 | 418.87 abstractarray (12) | 105.67 | 1.23 | 1.2 | 1010.83 | 417.84 regex (13) | 1.07 | 0.00 | 0.0 | 6.87 | 418.87 datafmt (4) | 10.92 | 0.12 | 1.1 | 106.64 | 413.71 float16 (12) | 2.50 | 0.03 | 1.3 | 15.62 | 420.42 file (2) | 42.23 | 4.19 | 9.9 | 46.27 | 701.75 combinatorics (13) | 2.30 | 0.03 | 1.1 | 13.56 | 418.87 sysinfo (4) | 1.19 | 0.03 | 2.3 | 12.51 | 413.71 env (12) | 0.96 | 0.00 | 0.0 | 5.59 | 421.17 mod2pi (4) | 0.66 | 0.00 | 0.0 | 4.41 | 413.71 rounding (2) | 1.53 | 0.00 | 0.0 | 9.78 | 701.75 euler (12) | 2.12 | 0.06 | 2.8 | 31.46 | 428.81 reflection (5) | 14.52 | 0.15 | 1.0 | 135.36 | 460.11 offsetarray (14) | 132.54 | 1.48 | 1.1 | 1192.71 | 495.83 complex (15) | 24.04 | 0.18 | 0.7 | 137.63 | 478.52 lineedit (2) | 7.96 | 0.08 | 1.1 | 71.74 | 701.75 replcompletions (12) | 8.86 | 0.39 | 4.4 | 67.67 | 429.05 goto (12) | 0.05 | 0.00 | 0.0 | 0.27 | 429.05 llvmcall (12) | 0.55 | 0.00 | 0.0 | 2.67 | 429.05 llvmcall2 (12) | 0.05 | 0.00 | 0.0 | 0.24 | 429.05 resolve (17) | 35.81 | 2.17 | 6.1 | 2439.37 | 505.95 sets (15) | 7.71 | 0.06 | 0.8 | 52.39 | 480.75 meta (15) | 1.09 | 0.03 | 3.0 | 5.76 | 484.07 grisu (12) | 4.20 | 0.03 | 0.7 | 32.69 | 429.05 stacktraces (15) | 3.87 | 0.03 | 0.8 | 28.11 | 486.47 sparse/sparsevector (16) | 244.96 | 1.90 | 0.8 | 1664.31 | 472.65 profile (12) | 8.29 | 0.09 | 1.0 | 56.50 | 431.62 base64 (14) | 0.55 | 0.00 | 0.0 | 2.31 | 507.70 repl (5) | 24.61 | 0.23 | 0.9 | 208.87 | 473.89 docs (16) | 9.98 | 0.17 | 1.7 | 139.99 | 472.65 Warning: threaded loop executed in order markdown (12) | 10.36 | 0.12 | 1.1 | 80.27 | 433.44 show (4) | 34.92 | 0.32 | 0.9 | 271.51 | 432.83 serialize (14) | 10.80 | 0.15 | 1.4 | 93.93 | 510.01 i18n (14) | 0.03 | 0.00 | 0.0 | 0.07 | 510.01 sorting (11) | 94.39 | 0.53 | 0.6 | 532.89 | 444.80 broadcast (6) | 58.12 | 0.50 | 0.9 | 606.16 | 374.07 test (2) | 27.62 | 0.15 | 0.5 | 108.01 | 701.75 libdl (11) | 1.03 | 0.00 | 0.0 | 4.39 | 447.24 threads (16) | 11.60 | 0.34 | 2.9 | 93.34 | 477.59 workspace (14) | 5.96 | 0.00 | 0.0 | 10.76 | 510.04 intset (11) | 6.26 | 0.03 | 0.5 | 28.90 | 447.27 int (6) | 8.55 | 0.05 | 0.6 | 44.28 | 379.12 error (6) | 1.95 | 0.03 | 1.3 | 7.78 | 381.36 cartesian (6) | 0.01 | 0.00 | 0.0 | 0.05 | 381.36 asmvariant (6) | 0.04 | 0.00 | 0.0 | 0.10 | 381.36 osutils (6) | 0.04 | 0.00 | 0.0 | 0.25 | 381.36 inline (14) | 6.28 | 0.00 | 0.0 | 4.95 | 510.46 enums (12) | 15.18 | 0.23 | 1.5 | 166.51 | 443.57 WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) in module Test58Main_specificity at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/specific ity.jl:87 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/specificity.jl:93. iostream (14) | 0.53 | 0.04 | 7.2 | 3.02 | 510.46 specificity (12) | 0.17 | 0.00 | 0.0 | 0.88 | 443.68 checked (2) | 11.92 | 0.12 | 1.0 | 54.56 | 701.75 floatfuncs (16) | 11.41 | 0.15 | 1.3 | 128.50 | 489.27 boundscheck (11) | 13.66 | 0.00 | 0.0 | 2.52 | 447.27 arrayops (7) | 190.08 | 2.75 | 1.4 | 1811.71 | 572.80 nullable (17) | 51.88 | 0.48 | 0.9 | 390.88 | 522.82 channels (6) | 15.42 | 1.61 | 10.4 | 455.07 | 558.50 dsp (12) | 17.14 | 0.44 | 2.6 | 314.56 | 461.06 WARNING: readuntil(IO,AbstractString) will perform poorly with a long string misc (5) | 44.25 | 2.06 | 4.7 | 1418.72 | 543.63 WARNING: readuntil(IO,AbstractString) will perform poorly with a long string WARNING: readuntil(IO,AbstractString) will perform poorly with a long string examples (2) | 26.56 | 0.69 | 2.6 | 628.06 | 701.75 fft (14) | 32.36 | 0.88 | 2.7 | 565.71 | 536.65 bitarray (9) | 185.25 | 2.60 | 1.4 | 2752.79 | 487.18 sparse/higherorderfns (10) | 300.80 | 2.71 | 0.9 | 3549.06 | 425.82 ranges (13) | 99.47 | 4.51 | 4.5 | 7130.23 | 453.54 subarray (8) | 410.52 | 9.36 | 2.3 | 5678.40 | 710.36 linalg/triangular (3) | 531.20 | 13.73 | 2.6 | 9086.70 | 706.64 From worker 1: compile: Test Failed Expression: (Base.Test.ismatch_warn)("ERROR: LoadError: Declaring __precompile__(false) is not allowed in files that are being precompiled.\nStacktrace:\n [1] __precompile__", (Base.Test.rea dstring)(#107#fname)) Stacktrace: [1] macro expansion at ./test.jl:433 [inlined] [2] (::Test26Main_compile.##1#13)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl:256 compile: Test Failed Expression: (Base.Test.ismatch_warn)("ERROR: LoadError: break me\nStacktrace:\n [1] error", (Base.Test.readstring)(#167#fname)) Stacktrace: [1] macro expansion at ./test.jl:433 [inlined] [2] (::Test26Main_compile.##1#13)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl:335 compile: Error During Test Got an exception of type LoadError outside of a @test LoadError: open: permission denied (EACCES) Stacktrace: [1] uv_error at ./libuv.jl:68 [inlined] [2] open(::String, ::UInt16, ::UInt16) at ./filesystem.jl:81 [3] touch(::String) at ./file.jl:248 [4] (::Test26Main_compile.##1#13)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl:532 [5] withenv(::Test26Main_compile.##1#13, ::Pair{String,Void}, ::Vararg{Pair{String,Void},N} where N) at ./env.jl:157 [6] macro expansion at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/testdefs.jl:18 [inlined] [7] macro expansion at ./test.jl:860 [inlined] [8] macro expansion at ./util.jl:378 [inlined] [9] macro expansion at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/testdefs.jl:17 [inlined] [10] anonymous at ./<missing>:? [11] runtests(::String, ::Bool) at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/testdefs.jl:21 [12] (::##45#51)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:103 [13] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:103 [14] cd(::##40#46, ::String) at ./file.jl:70 while loading /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl, in expression starting on line 17 From worker 1: Worker 2 failed running test backtrace: Some tests did not pass: 20 passed, 1 failed, 0 errored, 1 broken.backtrace: Test Failed Expression: have_backtrace Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 Worker 14 failed running test replutil: Some tests did not pass: 166 passed, 1 failed, 0 errored, 0 broken.replutil: Test Failed Expression: contains(err_str, "Cannot raise an integer x to a negative power -n") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 Worker 15 failed running test libgit2: Some tests did not pass: 391 passed, 2 failed, 0 errored, 0 broken.libgit2: Test Failed Expression: startswith(sprint(show, e), "GitError(Code:ENOTFOUND, Class:OS, Failed to resolve path") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 libgit2: Test Failed Expression: err.msg == "Invalid Content-Type: text/plain" Evaluated: "invalid Content-Type: text/plain" == "Invalid Content-Type: text/plain" Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 Worker 4 failed running test cmdlineargs: Some tests did not pass: 133 passed, 2 failed, 2 errored, 0 broken.cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1(::String) at $(joinpath(".", "loading.jl"))") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: length(lno.captures) == 1 type Void has no field captures cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: parse(Int, lno.captures[1]) > 0 type Void has no field captures compile: Error During Test Test threw an exception of type Base.Test.TestSetException Expression: compile Some tests did not pass: 84 passed, 2 failed, 1 errored, 0 broken. Test Summary: | Pass Fail Error Broken Total Overall | 21627577 6 3 1311352 22938938 ambiguous | 51 51 linalg/givens | 1552 1552 linalg/pinv | 232 232 linalg/special | 942 942 linalg/schur | 300 300 linalg/svd | 244 244 linalg/generic | 206 206 linalg/uniformscaling | 247 247 linalg/hessenberg | 40 40 linalg/lapack | 628 628 linalg/conjarray | 10 10 linalg/tridiag | 843 843 linalg/symmetric | 1386 1386 linalg/bunchkaufman | 2519 2519 linalg/eigen | 381 381 linalg/rowvector | 135 135 linalg/bidiag | 1592 1592 sparse/spqr | 53 53 sparse/umfpack | 137 137 strings/search | 549 549 strings/util | 341 341 strings/io | 12536 12536 linalg/arnoldi | 76 76 unicode/UnicodeError | 1 1 strings/types | 8905 8905 strings/basic | 26976 26976 unicode/utf8 | 1048595 1048595 unicode/utf8proc | 765 765 dates/query | 988 988 dates/adjusters | 3147 3147 linalg/lu | 1149 1149 dates/rounding | 157 157 dates/types | 167 167 dates/accessors | 7723858 7723858 linalg/cholesky | 2104 2104 dates/conversions | 159 159 dates/arithmetic | 312 312 sparse/cholmod | 359 359 dates/ranges | 348530 348530 linalg/diagonal | 1140 1140 worlds | 61 61 dates/periods | 316 316 keywordargs | 109 109 char | 1707 1707 triplequote | 28 28 intrinsics | 29 29 linalg/qr | 3054 3054 dates/io | 241 241 iobuffer | 135 135 inference | 167 167 subtype | 337157 15 337172 staged | 48 48 tuple | 382 382 hashing | 14453 14453 reduce | 235 235 printf | 596 596 linalg/lq | 1360 1360 dict | 134165 134165 core | 35531 35531 intfuncs | 4137 4137 simdloop | 207 207 linalg/matmul | 527 527 vecelement | 533 533 copy | 312 312 random | 200711 200711 reducedim | 461 461 functional | 61 61 fastmath | 790 790 path | 208 12 220 operators | 59 59 parse | 1094 1094 loading | 23 23 bigint | 2391 2391 blas | 486 486 bigfloat | 24 24 ccall | 3852 3852 math | 551275 551275 backtrace | 20 1 1 22 linalg/dense | 6324 6324 iterators | 916 916 spawn | 107 4 111 statistics | 357 357 version | 124465 124465 numbers | 1477170 1477170 pollfd | 344 344 mpfr | 702 702 read | 2071 2071 mmap | 131 131 floatapprox | 49 49 socket | 77 77 sparse/sparse | 1518 1518 abstractarray | 2465 2465 regex | 34 34 datafmt | 83 83 float16 | 124 124 file | 804 804 combinatorics | 44 44 sysinfo | 2 2 env | 61 61 mod2pi | 9 9 rounding | 327 327 euler | 12 12 reflection | 275 275 offsetarray | 726 726 complex | 1094 1094 lineedit | 175 175 replcompletions | 268 2 270 goto | 13 13 llvmcall | 13 13 llvmcall2 | 6 6 resolve | 2648 2648 sets | 216 216 meta | 36 36 grisu | 683 683 stacktraces | 42 42 sparse/sparsevector | 8163 8163 profile | 7 7 replutil | 166 1 167 base64 | 9 9 repl | 113 113 docs | 193 193 markdown | 210 210 show | 146 146 serialize | 90 90 i18n | 2 2 sorting | 4864 4864 broadcast | 306 306 test | 201 14 215 libdl | 198 198 threads | 190563 190563 workspace | 1 1 intset | 148 148 int | 10138 10138 error | 28 28 cartesian | 2 2 asmvariant | 3 3 osutils | 21 21 inline | 23 23 enums | 79 79 iostream | 21 21 specificity | 100 100 checked | 1211 1211 floatfuncs | 122 122 boundscheck | No tests arrayops | 1556 1556 nullable | 98030 98030 channels | 187 187 dsp | 365 365 misc | 1279536 1279536 examples | 22 22 fft | 2026 2026 bitarray | 892433 892433 sparse/higherorderfns | 6377 584 6961 libgit2 | 391 2 393 ranges | 6981911 1310720 8292631 subarray | 200 200 cmdlineargs | 133 2 2 137 linalg/triangular | 33634 33634 compile | 1 1 distributed | No tests FAILURE Error in testset backtrace: Test Failed Expression: have_backtrace Error in testset replutil: Test Failed Expression: contains(err_str, "Cannot raise an integer x to a negative power -n") Error in testset libgit2: Test Failed Expression: startswith(sprint(show, e), "GitError(Code:ENOTFOUND, Class:OS, Failed to resolve path") Error in testset libgit2: Test Failed Expression: err.msg == "Invalid Content-Type: text/plain" Evaluated: "invalid Content-Type: text/plain" == "Invalid Content-Type: text/plain" Error in testset cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1") Error in testset cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1(::String) at $(joinpath(".", "loading.jl"))") Error in testset cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: length(lno.captures) == 1 type Void has no field captures Error in testset cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: parse(Int, lno.captures[1]) > 0 type Void has no field captures Error in testset compile: Error During Test Test threw an exception of type Base.Test.TestSetException Expression: compile Some tests did not pass: 84 passed, 2 failed, 1 errored, 0 broken. ERROR: LoadError: Test run finished with errors while loading /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl, in expression starting on line 29 ERROR: A test has failed. Please submit a bug report (https://github.com/JuliaLang/julia/issues) including error messages above and the output of versioninfo(): Julia Version 0.6.0 Commit 903644385b* (2017-06-19 13:05 UTC) Platform Info: OS: Linux (x86_64-unknown-linux-gnu) CPU: Intel(R) Xeon(R) CPU @ 2.50GHz WORD_SIZE: 64 BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Sandybridge) LAPACK: liblapack LIBM: libopenlibm LLVM: libLLVM-3.8.1 (ORCJIT, ivybridge) Stacktrace: [1] runtests(::Array{String,1}, ::Int64) at ./interactiveutil.jl:670 ```
1.0
Test failures and crashes with 0.6.0 - Running the test suite of Julia 0.6.0, we saw several test failures and errors. The full output of the test suite is copied below (including `versioninfo()`). The libgit2 test failures seem to go away when using libgit2 0.25.1 instead of 0.26.0, but I'm not sure yet what the problem is. Do you think these test failures could indicate real problems, or are they spurious? Please let me know what other information I can provide. ``` $ env JULIA_TEST_MAXRSS_MB=10000 HOME=/tmp /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/bin/julia --check-bounds=yes --startup-file=no -e "Base.runtest s([\"all\"], max(Sys.CPU_CORES, 8))" Test (Worker) | Time (s) | GC (s) | GC % | Alloc (MB) | RSS (MB) WARNING: Method definition ambig(Any, Integer) in module Test9Main_ambiguous at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/ambiguous.jl:7 overwritten at /gnu/stor e/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/ambiguous.jl:85. From worker 2: Skipping Base.<| From worker 2: Skipping Base.active_repl From worker 2: Skipping Base.active_repl_backend From worker 2: Skipping Base.<| From worker 2: Skipping Base.active_repl From worker 2: Skipping Base.active_repl_backend ambiguous (2) | 5.46 | 0.27 | 4.9 | 39.13 | 231.93 linalg/givens (17) | 24.38 | 0.61 | 2.5 | 275.19 | 242.72 linalg/pinv (16) | 35.88 | 0.97 | 2.7 | 834.22 | 346.95 linalg/special (8) | 48.22 | 0.87 | 1.8 | 582.25 | 251.52 linalg/schur (7) | 48.50 | 0.85 | 1.8 | 666.94 | 265.63 linalg/svd (11) | 56.92 | 0.87 | 1.5 | 564.80 | 260.13 linalg/generic (8) | 33.68 | 0.25 | 0.7 | 302.23 | 277.00 linalg/uniformscaling (7) | 33.83 | 0.30 | 0.9 | 407.13 | 320.52 linalg/hessenberg (8) | 14.55 | 0.13 | 0.9 | 176.96 | 295.94 linalg/lapack (12) | 97.06 | 1.35 | 1.4 | 1398.99 | 285.15 linalg/conjarray (8) | 3.80 | 0.02 | 0.4 | 34.90 | 298.19 linalg/tridiag (13) | 107.56 | 1.65 | 1.5 | 1809.29 | 330.27 linalg/symmetric (16) | 74.07 | 0.64 | 0.9 | 891.73 | 380.45 linalg/bunchkaufman (10) | 117.52 | 1.09 | 0.9 | 1095.93 | 277.06 linalg/eigen (9) | 118.15 | 1.15 | 1.0 | 1234.60 | 296.09 linalg/rowvector (7) | 45.50 | 0.32 | 0.7 | 454.94 | 333.14 linalg/bidiag (14) | 128.23 | 1.65 | 1.3 | 1575.76 | 346.30 sparse/spqr (14) | 15.84 | 0.37 | 2.3 | 128.18 | 348.36 sparse/umfpack (9) | 27.35 | 0.14 | 0.5 | 199.72 | 304.25 strings/search (9) | 2.58 | 0.00 | 0.0 | 16.32 | 306.96 strings/util (9) | 1.39 | 0.02 | 1.2 | 9.25 | 307.11 strings/io (9) | 2.52 | 0.02 | 0.7 | 34.60 | 311.30 linalg/arnoldi (12) | 55.74 | 0.57 | 1.0 | 643.48 | 338.54 unicode/UnicodeError (12) | 0.08 | 0.00 | 0.0 | 0.29 | 338.54 strings/types (9) | 2.64 | 0.02 | 0.6 | 19.84 | 311.50 strings/basic (14) | 11.69 | 0.15 | 1.2 | 150.08 | 348.36 unicode/utf8 (9) | 3.20 | 0.36 | 11.3 | 930.43 | 314.91 unicode/utf8proc (12) | 7.45 | 0.09 | 1.2 | 47.61 | 344.36 dates/query (12) | 1.58 | 0.00 | 0.0 | 11.12 | 344.36 dates/adjusters (9) | 4.42 | 0.03 | 0.8 | 41.48 | 317.53 linalg/lu (17) | 141.27 | 1.68 | 1.2 | 1682.91 | 348.21 dates/rounding (17) | 1.54 | 0.00 | 0.0 | 8.67 | 350.30 dates/types (17) | 2.13 | 0.02 | 1.1 | 14.14 | 350.61 dates/accessors (14) | 13.68 | 1.44 | 10.5 | 3478.80 | 348.36 linalg/cholesky (2) | 167.07 | 1.30 | 0.8 | 1488.05 | 309.98 dates/conversions (2) | 1.71 | 0.00 | 0.0 | 13.06 | 310.36 dates/arithmetic (14) | 12.62 | 0.13 | 1.0 | 121.50 | 348.36 sparse/cholmod (7) | 56.97 | 0.88 | 1.5 | 475.48 | 360.45 WARNING: Method definition f265a(Any) in module Test58Main_worlds at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/worlds.jl:12 overwritten at /gnu/store/26g8sbh008y b1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/worlds.jl:17. dates/ranges (9) | 23.12 | 0.29 | 1.3 | 424.46 | 369.61 linalg/diagonal (15) | 186.59 | 1.87 | 1.0 | 1838.90 | 344.81 worlds (7) | 3.89 | 0.04 | 1.0 | 30.77 | 360.45 dates/periods (12) | 26.69 | 0.44 | 1.7 | 202.50 | 344.36 keywordargs (9) | 3.34 | 0.02 | 0.6 | 14.21 | 369.79 char (9) | 1.86 | 0.02 | 1.1 | 16.77 | 371.84 triplequote (9) | 0.03 | 0.00 | 0.0 | 0.28 | 371.84 intrinsics (9) | 0.51 | 0.00 | 0.0 | 3.36 | 371.88 WARNING: Method definition f() in module JLCall14301 at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:3384 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660i ynmbavp6-julia-0.6.0/share/julia/test/core.jl:3394. linalg/qr (4) | 198.14 | 2.69 | 1.4 | 3049.29 | 396.99 dates/io (17) | 29.68 | 0.19 | 0.6 | 191.54 | 356.41 iobuffer (17) | 5.10 | 0.00 | 0.0 | 15.84 | 363.13 inference (14) | 20.85 | 0.15 | 0.7 | 135.02 | 367.69 WARNING: Method definition test(Type{Tuple{V<:Union{Tuple{Int64, Int64}, Tuple{Int32, Int32}, Tuple{UInt64, UInt64}, Tuple{UInt32, UInt32}, Tuple{Int64, Int64, Int64}, Tuple{Int32, Int32, Int3 2}, Tuple{UInt64, UInt64, UInt64}, Tuple{UInt32, UInt32, UInt32}, Tuple{Int64, Int64, Int64, Int64}, Tuple{Int32, Int32, Int32, Int32}, Tuple{UInt64, UInt64, UInt64, UInt64}, Tuple{UInt32, UIn t32, UInt32, UInt32}}, I<:Union{Int64, Int32, UInt64, UInt32}}}) in module Test26Main_subtype at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/subtype.jl:1093 overwr itten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/subtype.jl:1094. subtype (7) | 16.54 | 0.22 | 1.3 | 276.27 | 414.63 WARNING: Method definition f10178(X) in module Test21Main_staged at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:219 overwritten at /gnu/store/26g8sbh008y b1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:224. WARNING: Method definition g10178(Any) in module Test21Main_staged at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:221 overwritten at /gnu/store/26g8sbh00 8yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/staged.jl:226. staged (17) | 2.34 | 0.02 | 1.0 | 14.02 | 363.34 tuple (17) | 4.61 | 0.05 | 1.1 | 41.48 | 365.75 hashing (4) | 13.31 | 0.11 | 0.9 | 109.34 | 404.73 reduce (17) | 12.14 | 0.11 | 0.9 | 107.28 | 387.20 printf (12) | 35.93 | 0.17 | 0.5 | 199.98 | 347.36 WARNING: static parameter T does not occur in signature for bad_tvars at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4526. The method will not be callable. linalg/lq (11) | 171.85 | 1.71 | 1.0 | 3838.02 | 393.94 WARNING: Method definition (::Type{Test67Main_core.A16424})(Any, Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4729 overwri tten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4734. WARNING: Method definition (::Type{Test67Main_core.B16424{T}})(Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4749 overwritt en at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4753. dict (9) | 37.12 | 0.33 | 0.9 | 349.53 | 385.58 WARNING: Method definition (::Type{Test67Main_core.C16424{T, S}})(Any, Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4761 o verwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4766. WARNING: Method definition (::Type{Test67Main_core.C16424{T, S} where S where T})(T, S) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/co re.jl:4761 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4766. WARNING: Method definition (::Type{Test67Main_core.D16424{T<:Real, S<:T<:Real}})(Any, Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test /core.jl:4776 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4781. WARNING: Method definition (::Type{Test67Main_core.D16424{T, S} where S<:T where T<:Real})(Array{S<:T<:Real, 1}, Array{T<:Real, 1}) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y 660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4776 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4781. WARNING: Method definition (::Type{Test67Main_core.T20999})(Array{T, N} where N where T<:Real) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/ test/core.jl:4792 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4796. WARNING: Method definition (::Type{Test67Main_core.T20999})(Any) in module Test67Main_core at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4792 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/core.jl:4796. core (2) | 55.65 | 10.27 | 18.5 | 5040.32 | 701.75 intfuncs (11) | 2.51 | 0.01 | 0.4 | 15.84 | 396.78 simdloop (9) | 3.10 | 0.02 | 0.7 | 24.53 | 385.71 linalg/matmul (6) | 243.16 | 2.29 | 0.9 | 3340.12 | 327.48 vecelement (2) | 14.95 | 0.09 | 0.6 | 92.95 | 701.75 copy (6) | 4.94 | 0.02 | 0.3 | 32.76 | 328.19 random (17) | 26.59 | 0.47 | 1.8 | 252.94 | 400.37 reducedim (4) | 39.34 | 0.61 | 1.5 | 372.89 | 411.52 functional (17) | 8.03 | 0.09 | 1.1 | 72.36 | 405.96 fastmath (6) | 11.08 | 0.06 | 0.5 | 65.69 | 336.12 path (6) | 3.57 | 0.02 | 0.6 | 15.42 | 350.03 operators (17) | 7.13 | 0.07 | 1.0 | 83.60 | 413.77 parse (17) | 8.17 | 0.07 | 0.8 | 64.21 | 420.23 loading (17) | 0.61 | 0.03 | 4.3 | 4.21 | 420.26 bigint (17) | 3.89 | 0.03 | 0.8 | 35.03 | 424.68 blas (11) | 46.92 | 0.73 | 1.6 | 528.90 | 442.54 bigfloat (17) | 0.49 | 0.00 | 0.0 | 3.84 | 424.70 ccall (6) | 16.95 | 0.08 | 0.5 | 84.85 | 359.08 From worker 6: [stdio passthrough ok] math (2) | 44.87 | 0.94 | 2.1 | 1258.60 | 701.75 linalg/dense (5) | 293.41 | 3.50 | 1.2 | 3789.25 | 399.24 iterators (4) | 52.80 | 0.41 | 0.8 | 370.96 | 413.70 spawn (6) | 26.08 | 0.08 | 0.3 | 83.00 | 361.63 statistics (17) | 30.06 | 0.41 | 1.4 | 310.43 | 440.69 version (6) | 4.28 | 0.06 | 1.4 | 69.39 | 374.01 numbers (15) | 125.32 | 1.64 | 1.3 | 1509.89 | 451.63 pollfd (6) | 5.10 | 0.25 | 4.9 | 13.39 | 374.07 mpfr (15) | 5.10 | 0.06 | 1.2 | 27.94 | 456.13 read (5) | 24.98 | 0.56 | 2.2 | 310.27 | 458.05 mmap (4) | 16.01 | 9.25 | 57.7 | 49.57 | 413.71 floatapprox (4) | 2.45 | 0.00 | 0.0 | 19.41 | 413.71 socket (5) | 4.14 | 0.02 | 0.5 | 22.58 | 458.05 sparse/sparse (13) | 223.35 | 41.85 | 18.7 | 1428.78 | 418.87 abstractarray (12) | 105.67 | 1.23 | 1.2 | 1010.83 | 417.84 regex (13) | 1.07 | 0.00 | 0.0 | 6.87 | 418.87 datafmt (4) | 10.92 | 0.12 | 1.1 | 106.64 | 413.71 float16 (12) | 2.50 | 0.03 | 1.3 | 15.62 | 420.42 file (2) | 42.23 | 4.19 | 9.9 | 46.27 | 701.75 combinatorics (13) | 2.30 | 0.03 | 1.1 | 13.56 | 418.87 sysinfo (4) | 1.19 | 0.03 | 2.3 | 12.51 | 413.71 env (12) | 0.96 | 0.00 | 0.0 | 5.59 | 421.17 mod2pi (4) | 0.66 | 0.00 | 0.0 | 4.41 | 413.71 rounding (2) | 1.53 | 0.00 | 0.0 | 9.78 | 701.75 euler (12) | 2.12 | 0.06 | 2.8 | 31.46 | 428.81 reflection (5) | 14.52 | 0.15 | 1.0 | 135.36 | 460.11 offsetarray (14) | 132.54 | 1.48 | 1.1 | 1192.71 | 495.83 complex (15) | 24.04 | 0.18 | 0.7 | 137.63 | 478.52 lineedit (2) | 7.96 | 0.08 | 1.1 | 71.74 | 701.75 replcompletions (12) | 8.86 | 0.39 | 4.4 | 67.67 | 429.05 goto (12) | 0.05 | 0.00 | 0.0 | 0.27 | 429.05 llvmcall (12) | 0.55 | 0.00 | 0.0 | 2.67 | 429.05 llvmcall2 (12) | 0.05 | 0.00 | 0.0 | 0.24 | 429.05 resolve (17) | 35.81 | 2.17 | 6.1 | 2439.37 | 505.95 sets (15) | 7.71 | 0.06 | 0.8 | 52.39 | 480.75 meta (15) | 1.09 | 0.03 | 3.0 | 5.76 | 484.07 grisu (12) | 4.20 | 0.03 | 0.7 | 32.69 | 429.05 stacktraces (15) | 3.87 | 0.03 | 0.8 | 28.11 | 486.47 sparse/sparsevector (16) | 244.96 | 1.90 | 0.8 | 1664.31 | 472.65 profile (12) | 8.29 | 0.09 | 1.0 | 56.50 | 431.62 base64 (14) | 0.55 | 0.00 | 0.0 | 2.31 | 507.70 repl (5) | 24.61 | 0.23 | 0.9 | 208.87 | 473.89 docs (16) | 9.98 | 0.17 | 1.7 | 139.99 | 472.65 Warning: threaded loop executed in order markdown (12) | 10.36 | 0.12 | 1.1 | 80.27 | 433.44 show (4) | 34.92 | 0.32 | 0.9 | 271.51 | 432.83 serialize (14) | 10.80 | 0.15 | 1.4 | 93.93 | 510.01 i18n (14) | 0.03 | 0.00 | 0.0 | 0.07 | 510.01 sorting (11) | 94.39 | 0.53 | 0.6 | 532.89 | 444.80 broadcast (6) | 58.12 | 0.50 | 0.9 | 606.16 | 374.07 test (2) | 27.62 | 0.15 | 0.5 | 108.01 | 701.75 libdl (11) | 1.03 | 0.00 | 0.0 | 4.39 | 447.24 threads (16) | 11.60 | 0.34 | 2.9 | 93.34 | 477.59 workspace (14) | 5.96 | 0.00 | 0.0 | 10.76 | 510.04 intset (11) | 6.26 | 0.03 | 0.5 | 28.90 | 447.27 int (6) | 8.55 | 0.05 | 0.6 | 44.28 | 379.12 error (6) | 1.95 | 0.03 | 1.3 | 7.78 | 381.36 cartesian (6) | 0.01 | 0.00 | 0.0 | 0.05 | 381.36 asmvariant (6) | 0.04 | 0.00 | 0.0 | 0.10 | 381.36 osutils (6) | 0.04 | 0.00 | 0.0 | 0.25 | 381.36 inline (14) | 6.28 | 0.00 | 0.0 | 4.95 | 510.46 enums (12) | 15.18 | 0.23 | 1.5 | 166.51 | 443.57 WARNING: Method definition f(Tuple{Vararg{Int64, N}}, AbstractArray{T, N}) in module Test58Main_specificity at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/specific ity.jl:87 overwritten at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/specificity.jl:93. iostream (14) | 0.53 | 0.04 | 7.2 | 3.02 | 510.46 specificity (12) | 0.17 | 0.00 | 0.0 | 0.88 | 443.68 checked (2) | 11.92 | 0.12 | 1.0 | 54.56 | 701.75 floatfuncs (16) | 11.41 | 0.15 | 1.3 | 128.50 | 489.27 boundscheck (11) | 13.66 | 0.00 | 0.0 | 2.52 | 447.27 arrayops (7) | 190.08 | 2.75 | 1.4 | 1811.71 | 572.80 nullable (17) | 51.88 | 0.48 | 0.9 | 390.88 | 522.82 channels (6) | 15.42 | 1.61 | 10.4 | 455.07 | 558.50 dsp (12) | 17.14 | 0.44 | 2.6 | 314.56 | 461.06 WARNING: readuntil(IO,AbstractString) will perform poorly with a long string misc (5) | 44.25 | 2.06 | 4.7 | 1418.72 | 543.63 WARNING: readuntil(IO,AbstractString) will perform poorly with a long string WARNING: readuntil(IO,AbstractString) will perform poorly with a long string examples (2) | 26.56 | 0.69 | 2.6 | 628.06 | 701.75 fft (14) | 32.36 | 0.88 | 2.7 | 565.71 | 536.65 bitarray (9) | 185.25 | 2.60 | 1.4 | 2752.79 | 487.18 sparse/higherorderfns (10) | 300.80 | 2.71 | 0.9 | 3549.06 | 425.82 ranges (13) | 99.47 | 4.51 | 4.5 | 7130.23 | 453.54 subarray (8) | 410.52 | 9.36 | 2.3 | 5678.40 | 710.36 linalg/triangular (3) | 531.20 | 13.73 | 2.6 | 9086.70 | 706.64 From worker 1: compile: Test Failed Expression: (Base.Test.ismatch_warn)("ERROR: LoadError: Declaring __precompile__(false) is not allowed in files that are being precompiled.\nStacktrace:\n [1] __precompile__", (Base.Test.rea dstring)(#107#fname)) Stacktrace: [1] macro expansion at ./test.jl:433 [inlined] [2] (::Test26Main_compile.##1#13)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl:256 compile: Test Failed Expression: (Base.Test.ismatch_warn)("ERROR: LoadError: break me\nStacktrace:\n [1] error", (Base.Test.readstring)(#167#fname)) Stacktrace: [1] macro expansion at ./test.jl:433 [inlined] [2] (::Test26Main_compile.##1#13)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl:335 compile: Error During Test Got an exception of type LoadError outside of a @test LoadError: open: permission denied (EACCES) Stacktrace: [1] uv_error at ./libuv.jl:68 [inlined] [2] open(::String, ::UInt16, ::UInt16) at ./filesystem.jl:81 [3] touch(::String) at ./file.jl:248 [4] (::Test26Main_compile.##1#13)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl:532 [5] withenv(::Test26Main_compile.##1#13, ::Pair{String,Void}, ::Vararg{Pair{String,Void},N} where N) at ./env.jl:157 [6] macro expansion at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/testdefs.jl:18 [inlined] [7] macro expansion at ./test.jl:860 [inlined] [8] macro expansion at ./util.jl:378 [inlined] [9] macro expansion at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/testdefs.jl:17 [inlined] [10] anonymous at ./<missing>:? [11] runtests(::String, ::Bool) at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/testdefs.jl:21 [12] (::##45#51)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:103 [13] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:103 [14] cd(::##40#46, ::String) at ./file.jl:70 while loading /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/compile.jl, in expression starting on line 17 From worker 1: Worker 2 failed running test backtrace: Some tests did not pass: 20 passed, 1 failed, 0 errored, 1 broken.backtrace: Test Failed Expression: have_backtrace Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 Worker 14 failed running test replutil: Some tests did not pass: 166 passed, 1 failed, 0 errored, 0 broken.replutil: Test Failed Expression: contains(err_str, "Cannot raise an integer x to a negative power -n") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 Worker 15 failed running test libgit2: Some tests did not pass: 391 passed, 2 failed, 0 errored, 0 broken.libgit2: Test Failed Expression: startswith(sprint(show, e), "GitError(Code:ENOTFOUND, Class:OS, Failed to resolve path") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 libgit2: Test Failed Expression: err.msg == "Invalid Content-Type: text/plain" Evaluated: "invalid Content-Type: text/plain" == "Invalid Content-Type: text/plain" Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 Worker 4 failed running test cmdlineargs: Some tests did not pass: 133 passed, 2 failed, 2 errored, 0 broken.cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1(::String) at $(joinpath(".", "loading.jl"))") Stacktrace: [1] record(::Base.Test.DefaultTestSet, ::Base.Test.Fail) at ./test.jl:568 [2] (::##40#46)() at /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl:160 [3] cd(::##40#46, ::String) at ./file.jl:70 cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: length(lno.captures) == 1 type Void has no field captures cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: parse(Int, lno.captures[1]) > 0 type Void has no field captures compile: Error During Test Test threw an exception of type Base.Test.TestSetException Expression: compile Some tests did not pass: 84 passed, 2 failed, 1 errored, 0 broken. Test Summary: | Pass Fail Error Broken Total Overall | 21627577 6 3 1311352 22938938 ambiguous | 51 51 linalg/givens | 1552 1552 linalg/pinv | 232 232 linalg/special | 942 942 linalg/schur | 300 300 linalg/svd | 244 244 linalg/generic | 206 206 linalg/uniformscaling | 247 247 linalg/hessenberg | 40 40 linalg/lapack | 628 628 linalg/conjarray | 10 10 linalg/tridiag | 843 843 linalg/symmetric | 1386 1386 linalg/bunchkaufman | 2519 2519 linalg/eigen | 381 381 linalg/rowvector | 135 135 linalg/bidiag | 1592 1592 sparse/spqr | 53 53 sparse/umfpack | 137 137 strings/search | 549 549 strings/util | 341 341 strings/io | 12536 12536 linalg/arnoldi | 76 76 unicode/UnicodeError | 1 1 strings/types | 8905 8905 strings/basic | 26976 26976 unicode/utf8 | 1048595 1048595 unicode/utf8proc | 765 765 dates/query | 988 988 dates/adjusters | 3147 3147 linalg/lu | 1149 1149 dates/rounding | 157 157 dates/types | 167 167 dates/accessors | 7723858 7723858 linalg/cholesky | 2104 2104 dates/conversions | 159 159 dates/arithmetic | 312 312 sparse/cholmod | 359 359 dates/ranges | 348530 348530 linalg/diagonal | 1140 1140 worlds | 61 61 dates/periods | 316 316 keywordargs | 109 109 char | 1707 1707 triplequote | 28 28 intrinsics | 29 29 linalg/qr | 3054 3054 dates/io | 241 241 iobuffer | 135 135 inference | 167 167 subtype | 337157 15 337172 staged | 48 48 tuple | 382 382 hashing | 14453 14453 reduce | 235 235 printf | 596 596 linalg/lq | 1360 1360 dict | 134165 134165 core | 35531 35531 intfuncs | 4137 4137 simdloop | 207 207 linalg/matmul | 527 527 vecelement | 533 533 copy | 312 312 random | 200711 200711 reducedim | 461 461 functional | 61 61 fastmath | 790 790 path | 208 12 220 operators | 59 59 parse | 1094 1094 loading | 23 23 bigint | 2391 2391 blas | 486 486 bigfloat | 24 24 ccall | 3852 3852 math | 551275 551275 backtrace | 20 1 1 22 linalg/dense | 6324 6324 iterators | 916 916 spawn | 107 4 111 statistics | 357 357 version | 124465 124465 numbers | 1477170 1477170 pollfd | 344 344 mpfr | 702 702 read | 2071 2071 mmap | 131 131 floatapprox | 49 49 socket | 77 77 sparse/sparse | 1518 1518 abstractarray | 2465 2465 regex | 34 34 datafmt | 83 83 float16 | 124 124 file | 804 804 combinatorics | 44 44 sysinfo | 2 2 env | 61 61 mod2pi | 9 9 rounding | 327 327 euler | 12 12 reflection | 275 275 offsetarray | 726 726 complex | 1094 1094 lineedit | 175 175 replcompletions | 268 2 270 goto | 13 13 llvmcall | 13 13 llvmcall2 | 6 6 resolve | 2648 2648 sets | 216 216 meta | 36 36 grisu | 683 683 stacktraces | 42 42 sparse/sparsevector | 8163 8163 profile | 7 7 replutil | 166 1 167 base64 | 9 9 repl | 113 113 docs | 193 193 markdown | 210 210 show | 146 146 serialize | 90 90 i18n | 2 2 sorting | 4864 4864 broadcast | 306 306 test | 201 14 215 libdl | 198 198 threads | 190563 190563 workspace | 1 1 intset | 148 148 int | 10138 10138 error | 28 28 cartesian | 2 2 asmvariant | 3 3 osutils | 21 21 inline | 23 23 enums | 79 79 iostream | 21 21 specificity | 100 100 checked | 1211 1211 floatfuncs | 122 122 boundscheck | No tests arrayops | 1556 1556 nullable | 98030 98030 channels | 187 187 dsp | 365 365 misc | 1279536 1279536 examples | 22 22 fft | 2026 2026 bitarray | 892433 892433 sparse/higherorderfns | 6377 584 6961 libgit2 | 391 2 393 ranges | 6981911 1310720 8292631 subarray | 200 200 cmdlineargs | 133 2 2 137 linalg/triangular | 33634 33634 compile | 1 1 distributed | No tests FAILURE Error in testset backtrace: Test Failed Expression: have_backtrace Error in testset replutil: Test Failed Expression: contains(err_str, "Cannot raise an integer x to a negative power -n") Error in testset libgit2: Test Failed Expression: startswith(sprint(show, e), "GitError(Code:ENOTFOUND, Class:OS, Failed to resolve path") Error in testset libgit2: Test Failed Expression: err.msg == "Invalid Content-Type: text/plain" Evaluated: "invalid Content-Type: text/plain" == "Invalid Content-Type: text/plain" Error in testset cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1") Error in testset cmdlineargs: Test Failed Expression: contains(bt, "include_from_node1(::String) at $(joinpath(".", "loading.jl"))") Error in testset cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: length(lno.captures) == 1 type Void has no field captures Error in testset cmdlineargs: Error During Test Test threw an exception of type ErrorException Expression: parse(Int, lno.captures[1]) > 0 type Void has no field captures Error in testset compile: Error During Test Test threw an exception of type Base.Test.TestSetException Expression: compile Some tests did not pass: 84 passed, 2 failed, 1 errored, 0 broken. ERROR: LoadError: Test run finished with errors while loading /gnu/store/26g8sbh008yb1k17cw1y660iynmbavp6-julia-0.6.0/share/julia/test/runtests.jl, in expression starting on line 29 ERROR: A test has failed. Please submit a bug report (https://github.com/JuliaLang/julia/issues) including error messages above and the output of versioninfo(): Julia Version 0.6.0 Commit 903644385b* (2017-06-19 13:05 UTC) Platform Info: OS: Linux (x86_64-unknown-linux-gnu) CPU: Intel(R) Xeon(R) CPU @ 2.50GHz WORD_SIZE: 64 BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Sandybridge) LAPACK: liblapack LIBM: libopenlibm LLVM: libLLVM-3.8.1 (ORCJIT, ivybridge) Stacktrace: [1] runtests(::Array{String,1}, ::Int64) at ./interactiveutil.jl:670 ```
non_main
test failures and crashes with running the test suite of julia we saw several test failures and errors the full output of the test suite is copied below including versioninfo the test failures seem to go away when using instead of but i m not sure yet what the problem is do you think these test failures could indicate real problems or are they spurious please let me know what other information i can provide env julia test maxrss mb home tmp gnu store julia bin julia check bounds yes startup file no e base runtest s max sys cpu cores test worker time s gc s gc alloc mb rss mb warning method definition ambig any integer in module ambiguous at gnu store julia share julia test ambiguous jl overwritten at gnu stor e julia share julia test ambiguous jl from worker skipping base from worker skipping base active repl from worker skipping base active repl backend from worker skipping base from worker skipping base active repl from worker skipping base active repl backend ambiguous linalg givens linalg pinv linalg special linalg schur linalg svd linalg generic linalg uniformscaling linalg hessenberg linalg lapack linalg conjarray linalg tridiag linalg symmetric linalg bunchkaufman linalg eigen linalg rowvector linalg bidiag sparse spqr sparse umfpack strings search strings util strings io linalg arnoldi unicode unicodeerror strings types strings basic unicode unicode dates query dates adjusters linalg lu dates rounding dates types dates accessors linalg cholesky dates conversions dates arithmetic sparse cholmod warning method definition any in module worlds at gnu store julia share julia test worlds jl overwritten at gnu store julia share julia test worlds jl dates ranges linalg diagonal worlds dates periods keywordargs char triplequote intrinsics warning method definition f in module at gnu store julia share julia test core jl overwritten at gnu store julia share julia test core jl linalg qr dates io iobuffer inference warning method definition test type tuple v union tuple tuple tuple tuple tuple tuple tuple tuple tuple tuple tuple tuple uin i union in module subtype at gnu store julia share julia test subtype jl overwr itten at gnu store julia share julia test subtype jl subtype warning method definition x in module staged at gnu store julia share julia test staged jl overwritten at gnu store julia share julia test staged jl warning method definition any in module staged at gnu store julia share julia test staged jl overwritten at gnu store julia share julia test staged jl staged tuple hashing reduce printf warning static parameter t does not occur in signature for bad tvars at gnu store julia share julia test core jl the method will not be callable linalg lq warning method definition type core any any in module core at gnu store julia share julia test core jl overwri tten at gnu store julia share julia test core jl warning method definition type core t any in module core at gnu store julia share julia test core jl overwritt en at gnu store julia share julia test core jl dict warning method definition type core t s any any in module core at gnu store julia share julia test core jl o verwritten at gnu store julia share julia test core jl warning method definition type core t s where s where t t s in module core at gnu store julia share julia test co re jl overwritten at gnu store julia share julia test core jl warning method definition type core t real s t real any any in module core at gnu store julia share julia test core jl overwritten at gnu store julia share julia test core jl warning method definition type core t s where s t where t real array s t real array t real in module core at gnu store julia share julia test core jl overwritten at gnu store julia share julia test core jl warning method definition type core array t n where n where t real in module core at gnu store julia share julia test core jl overwritten at gnu store julia share julia test core jl warning method definition type core any in module core at gnu store julia share julia test core jl overwritten at gnu store julia share julia test core jl core intfuncs simdloop linalg matmul vecelement copy random reducedim functional fastmath path operators parse loading bigint blas bigfloat ccall from worker math linalg dense iterators spawn statistics version numbers pollfd mpfr read mmap floatapprox socket sparse sparse abstractarray regex datafmt file combinatorics sysinfo env rounding euler reflection offsetarray complex lineedit replcompletions goto llvmcall resolve sets meta grisu stacktraces sparse sparsevector profile repl docs warning threaded loop executed in order markdown show serialize sorting broadcast test libdl threads workspace intset int error cartesian asmvariant osutils inline enums warning method definition f tuple vararg n abstractarray t n in module specificity at gnu store julia share julia test specific ity jl overwritten at gnu store julia share julia test specificity jl iostream specificity checked floatfuncs boundscheck arrayops nullable channels dsp warning readuntil io abstractstring will perform poorly with a long string misc warning readuntil io abstractstring will perform poorly with a long string warning readuntil io abstractstring will perform poorly with a long string examples fft bitarray sparse higherorderfns ranges subarray linalg triangular from worker compile test failed expression base test ismatch warn error loaderror declaring precompile false is not allowed in files that are being precompiled nstacktrace n precompile base test rea dstring fname stacktrace macro expansion at test jl compile at gnu store julia share julia test compile jl compile test failed expression base test ismatch warn error loaderror break me nstacktrace n error base test readstring fname stacktrace macro expansion at test jl compile at gnu store julia share julia test compile jl compile error during test got an exception of type loaderror outside of a test loaderror open permission denied eacces stacktrace uv error at libuv jl open string at filesystem jl touch string at file jl compile at gnu store julia share julia test compile jl withenv compile pair string void vararg pair string void n where n at env jl macro expansion at gnu store julia share julia test testdefs jl macro expansion at test jl macro expansion at util jl macro expansion at gnu store julia share julia test testdefs jl anonymous at runtests string bool at gnu store julia share julia test testdefs jl at gnu store julia share julia test runtests jl at gnu store julia share julia test runtests jl cd string at file jl while loading gnu store julia share julia test compile jl in expression starting on line from worker worker failed running test backtrace some tests did not pass passed failed errored broken backtrace test failed expression have backtrace stacktrace record base test defaulttestset base test fail at test jl at gnu store julia share julia test runtests jl cd string at file jl worker failed running test replutil some tests did not pass passed failed errored broken replutil test failed expression contains err str cannot raise an integer x to a negative power n stacktrace record base test defaulttestset base test fail at test jl at gnu store julia share julia test runtests jl cd string at file jl worker failed running test some tests did not pass passed failed errored broken test failed expression startswith sprint show e giterror code enotfound class os failed to resolve path stacktrace record base test defaulttestset base test fail at test jl at gnu store julia share julia test runtests jl cd string at file jl test failed expression err msg invalid content type text plain evaluated invalid content type text plain invalid content type text plain stacktrace record base test defaulttestset base test fail at test jl at gnu store julia share julia test runtests jl cd string at file jl worker failed running test cmdlineargs some tests did not pass passed failed errored broken cmdlineargs test failed expression contains bt include from stacktrace record base test defaulttestset base test fail at test jl at gnu store julia share julia test runtests jl cd string at file jl cmdlineargs test failed expression contains bt include from string at joinpath loading jl stacktrace record base test defaulttestset base test fail at test jl at gnu store julia share julia test runtests jl cd string at file jl cmdlineargs error during test test threw an exception of type errorexception expression length lno captures type void has no field captures cmdlineargs error during test test threw an exception of type errorexception expression parse int lno captures type void has no field captures compile error during test test threw an exception of type base test testsetexception expression compile some tests did not pass passed failed errored broken test summary pass fail error broken total overall ambiguous linalg givens linalg pinv linalg special linalg schur linalg svd linalg generic linalg uniformscaling linalg hessenberg linalg lapack linalg conjarray linalg tridiag linalg symmetric linalg bunchkaufman linalg eigen linalg rowvector linalg bidiag sparse spqr sparse umfpack strings search strings util strings io linalg arnoldi unicode unicodeerror strings types strings basic unicode unicode dates query dates adjusters linalg lu dates rounding dates types dates accessors linalg cholesky dates conversions dates arithmetic sparse cholmod dates ranges linalg diagonal worlds dates periods keywordargs char triplequote intrinsics linalg qr dates io iobuffer inference subtype staged tuple hashing reduce printf linalg lq dict core intfuncs simdloop linalg matmul vecelement copy random reducedim functional fastmath path operators parse loading bigint blas bigfloat ccall math backtrace linalg dense iterators spawn statistics version numbers pollfd mpfr read mmap floatapprox socket sparse sparse abstractarray regex datafmt file combinatorics sysinfo env rounding euler reflection offsetarray complex lineedit replcompletions goto llvmcall resolve sets meta grisu stacktraces sparse sparsevector profile replutil repl docs markdown show serialize sorting broadcast test libdl threads workspace intset int error cartesian asmvariant osutils inline enums iostream specificity checked floatfuncs boundscheck no tests arrayops nullable channels dsp misc examples fft bitarray sparse higherorderfns ranges subarray cmdlineargs linalg triangular compile distributed no tests failure error in testset backtrace test failed expression have backtrace error in testset replutil test failed expression contains err str cannot raise an integer x to a negative power n error in testset test failed expression startswith sprint show e giterror code enotfound class os failed to resolve path error in testset test failed expression err msg invalid content type text plain evaluated invalid content type text plain invalid content type text plain error in testset cmdlineargs test failed expression contains bt include from error in testset cmdlineargs test failed expression contains bt include from string at joinpath loading jl error in testset cmdlineargs error during test test threw an exception of type errorexception expression length lno captures type void has no field captures error in testset cmdlineargs error during test test threw an exception of type errorexception expression parse int lno captures type void has no field captures error in testset compile error during test test threw an exception of type base test testsetexception expression compile some tests did not pass passed failed errored broken error loaderror test run finished with errors while loading gnu store julia share julia test runtests jl in expression starting on line error a test has failed please submit a bug report including error messages above and the output of versioninfo julia version commit utc platform info os linux unknown linux gnu cpu intel r xeon r cpu word size blas libopenblas no lapack no lapacke dynamic arch no affinity sandybridge lapack liblapack libm libopenlibm llvm libllvm orcjit ivybridge stacktrace runtests array string at interactiveutil jl
0
424,355
12,309,694,272
IssuesEvent
2020-05-12 09:22:22
our-city-app/mobicage-backend
https://api.github.com/repos/our-city-app/mobicage-backend
closed
NPE in case app is not found
priority_minor type_bug
--- Migrated from https://github.com/rogerthat-platform/rogerthat-backend/issues/362 Originally created by @abom on *Mon, 25 Dec 2017 12:15:36 GMT* --- Request: **GET rogerthat-server.appspot.com/api/1/apple_certs?id=em-be-green-it-globe** ``` Traceback (most recent call last): File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1511, in __call__ rv = self.handle_exception(request, response, e) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1505, in __call__ rv = self.router.dispatch(request, response) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1253, in default_dispatcher return route.handler_adapter(request, response) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1077, in __call__ return handler.dispatch() File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 547, in dispatch return self.handle_exception(e, self.app.debug) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 545, in dispatch return method(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/rogerthat/restapi/admin.py", line 87, in get if app.apple_push_cert_valid_until < now() + 30 * DAY: AttributeError: 'NoneType' object has no attribute 'apple_push_cert_valid_until' ``` Also ``` Traceback (most recent call last): File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/restapi.py", line 283, in run result = run(f, args, kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/rpc.py", line 180, in run result = function(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/restapi.py", line 93, in wrapped return f(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/rpc.py", line 164, in typechecked_return result = f(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/rpc.py", line 142, in typechecked_f return f(**kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/rogerthat/restapi/apps.py", line 234, in api_get_app_settings return AppSettingsTO.from_model(get_app_settings(app_id)) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/rogerthat/to/app.py", line 216, in from_model return cls(model.wifi_only_downloads, model.background_fetch_timestamps, model.oauth, AttributeError: 'NoneType' object has no attribute 'wifi_only_downloads' ```
1.0
NPE in case app is not found - --- Migrated from https://github.com/rogerthat-platform/rogerthat-backend/issues/362 Originally created by @abom on *Mon, 25 Dec 2017 12:15:36 GMT* --- Request: **GET rogerthat-server.appspot.com/api/1/apple_certs?id=em-be-green-it-globe** ``` Traceback (most recent call last): File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1511, in __call__ rv = self.handle_exception(request, response, e) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1505, in __call__ rv = self.router.dispatch(request, response) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1253, in default_dispatcher return route.handler_adapter(request, response) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 1077, in __call__ return handler.dispatch() File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 547, in dispatch return self.handle_exception(e, self.app.debug) File "/base/alloc/tmpfs/dynamic_runtimes/python27/54c5883f70296ec8_unzipped/python27_lib/versions/third_party/webapp2-2.3/webapp2.py", line 545, in dispatch return method(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/rogerthat/restapi/admin.py", line 87, in get if app.apple_push_cert_valid_until < now() + 30 * DAY: AttributeError: 'NoneType' object has no attribute 'apple_push_cert_valid_until' ``` Also ``` Traceback (most recent call last): File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/restapi.py", line 283, in run result = run(f, args, kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/rpc.py", line 180, in run result = function(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/restapi.py", line 93, in wrapped return f(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/rpc.py", line 164, in typechecked_return result = f(*args, **kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/mcfw/rpc.py", line 142, in typechecked_f return f(**kwargs) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/rogerthat/restapi/apps.py", line 234, in api_get_app_settings return AppSettingsTO.from_model(get_app_settings(app_id)) File "/base/data/home/apps/e~rogerthat-server/20171222t161743.406399471787328240/rogerthat/to/app.py", line 216, in from_model return cls(model.wifi_only_downloads, model.background_fetch_timestamps, model.oauth, AttributeError: 'NoneType' object has no attribute 'wifi_only_downloads' ```
non_main
npe in case app is not found migrated from originally created by abom on mon dec gmt request get rogerthat server appspot com api apple certs id em be green it globe traceback most recent call last file base alloc tmpfs dynamic runtimes unzipped lib versions third party py line in call rv self handle exception request response e file base alloc tmpfs dynamic runtimes unzipped lib versions third party py line in call rv self router dispatch request response file base alloc tmpfs dynamic runtimes unzipped lib versions third party py line in default dispatcher return route handler adapter request response file base alloc tmpfs dynamic runtimes unzipped lib versions third party py line in call return handler dispatch file base alloc tmpfs dynamic runtimes unzipped lib versions third party py line in dispatch return self handle exception e self app debug file base alloc tmpfs dynamic runtimes unzipped lib versions third party py line in dispatch return method args kwargs file base data home apps e rogerthat server rogerthat restapi admin py line in get if app apple push cert valid until now day attributeerror nonetype object has no attribute apple push cert valid until also traceback most recent call last file base data home apps e rogerthat server mcfw restapi py line in run result run f args kwargs file base data home apps e rogerthat server mcfw rpc py line in run result function args kwargs file base data home apps e rogerthat server mcfw restapi py line in wrapped return f args kwargs file base data home apps e rogerthat server mcfw rpc py line in typechecked return result f args kwargs file base data home apps e rogerthat server mcfw rpc py line in typechecked f return f kwargs file base data home apps e rogerthat server rogerthat restapi apps py line in api get app settings return appsettingsto from model get app settings app id file base data home apps e rogerthat server rogerthat to app py line in from model return cls model wifi only downloads model background fetch timestamps model oauth attributeerror nonetype object has no attribute wifi only downloads
0
437,995
30,620,311,088
IssuesEvent
2023-07-24 07:48:03
privy-open-source/design-system
https://api.github.com/repos/privy-open-source/design-system
closed
Docs: table documentation of width, thclass & tdclass
documentation
- [ ] Add documentation to change width of cell - [ ] Add documentation to implement thclass - [ ] Add documentation to implement tdclass
1.0
Docs: table documentation of width, thclass & tdclass - - [ ] Add documentation to change width of cell - [ ] Add documentation to implement thclass - [ ] Add documentation to implement tdclass
non_main
docs table documentation of width thclass tdclass add documentation to change width of cell add documentation to implement thclass add documentation to implement tdclass
0
66,069
16,532,939,292
IssuesEvent
2021-05-27 08:27:06
xamarin/xamarin-android
https://api.github.com/repos/xamarin/xamarin-android
closed
LibraryProjectZip build action is not working after migrating binding project to .NET6
Area: App+Library Build
<!-- Documentation for how to troubleshoot issues with binding projects, as well as common issues and how to solve them, is available here: https://github.com/xamarin/java.interop/wiki/Troubleshooting-Android-Bindings-Issues --> ### Error Message or Issue I have migrated a mono.android binding project to .NET 6. After the migration the LibraryProjectZip build action set for the .aar file does not work. After decompiling the binary file inside the Resources folder there isn't any "**\_\_AndroidNativeLibraries\_\_.zip"**. I have tried with AndroidLibrary build action as well - the result was the same. ### Version Information My environment is **MacOS Big Sur 11.3.1** with **dotnet version - 6.0.100-preview.4.21255.9** ### Log File [binlog.zip](https://github.com/xamarin/xamarin-android/files/6538366/binlog.zip) ### Other Helpful Info Here is a sample project where the issue can be reproduced - the sample contains aar file as well. [AndroidBindingNet6.zip](https://github.com/xamarin/xamarin-android/files/6538406/AndroidBindingNet6.zip) 1. Open terminal. 2. Run the following command: **dotnet build AndroidBindingNet6.sln -c Release** 3. Decompile the binary and notice how Resources is empty. <img width="350" alt="Screenshot 2021-05-25 at 12 43 14" src="https://user-images.githubusercontent.com/9336157/119480090-fbd96700-bd59-11eb-8dbf-0e07387cc6f4.png">
1.0
LibraryProjectZip build action is not working after migrating binding project to .NET6 - <!-- Documentation for how to troubleshoot issues with binding projects, as well as common issues and how to solve them, is available here: https://github.com/xamarin/java.interop/wiki/Troubleshooting-Android-Bindings-Issues --> ### Error Message or Issue I have migrated a mono.android binding project to .NET 6. After the migration the LibraryProjectZip build action set for the .aar file does not work. After decompiling the binary file inside the Resources folder there isn't any "**\_\_AndroidNativeLibraries\_\_.zip"**. I have tried with AndroidLibrary build action as well - the result was the same. ### Version Information My environment is **MacOS Big Sur 11.3.1** with **dotnet version - 6.0.100-preview.4.21255.9** ### Log File [binlog.zip](https://github.com/xamarin/xamarin-android/files/6538366/binlog.zip) ### Other Helpful Info Here is a sample project where the issue can be reproduced - the sample contains aar file as well. [AndroidBindingNet6.zip](https://github.com/xamarin/xamarin-android/files/6538406/AndroidBindingNet6.zip) 1. Open terminal. 2. Run the following command: **dotnet build AndroidBindingNet6.sln -c Release** 3. Decompile the binary and notice how Resources is empty. <img width="350" alt="Screenshot 2021-05-25 at 12 43 14" src="https://user-images.githubusercontent.com/9336157/119480090-fbd96700-bd59-11eb-8dbf-0e07387cc6f4.png">
non_main
libraryprojectzip build action is not working after migrating binding project to documentation for how to troubleshoot issues with binding projects as well as common issues and how to solve them is available here error message or issue i have migrated a mono android binding project to net after the migration the libraryprojectzip build action set for the aar file does not work after decompiling the binary file inside the resources folder there isn t any androidnativelibraries zip i have tried with androidlibrary build action as well the result was the same version information my environment is macos big sur with dotnet version preview log file other helpful info here is a sample project where the issue can be reproduced the sample contains aar file as well open terminal run the following command dotnet build sln c release decompile the binary and notice how resources is empty img width alt screenshot at src
0
1,461
3,777,247,190
IssuesEvent
2016-03-17 19:21:17
OpenBazaar/OpenBazaar-Server
https://api.github.com/repos/OpenBazaar/OpenBazaar-Server
opened
Send dispute resolution accepted notification to both parties
v1 mainnet requirement
Currently, when a dispute resolution is accepted by calling release_funds, the other party is not notified. The following should happen: 1. the buyer and seller should both receive a notification over webSockets of type "payment_released" with the order id of the order 2. when get_purchases and get_sales are called, the order should return a status of 6. Currently if the buyer wins, the buyer gets a status of 6 on the transaction, but the seller gets a status of 5, and doesn't know the resolution has been accepted. Related client issue: https://github.com/OpenBazaar/OpenBazaar-Client/issues/838
1.0
Send dispute resolution accepted notification to both parties - Currently, when a dispute resolution is accepted by calling release_funds, the other party is not notified. The following should happen: 1. the buyer and seller should both receive a notification over webSockets of type "payment_released" with the order id of the order 2. when get_purchases and get_sales are called, the order should return a status of 6. Currently if the buyer wins, the buyer gets a status of 6 on the transaction, but the seller gets a status of 5, and doesn't know the resolution has been accepted. Related client issue: https://github.com/OpenBazaar/OpenBazaar-Client/issues/838
non_main
send dispute resolution accepted notification to both parties currently when a dispute resolution is accepted by calling release funds the other party is not notified the following should happen the buyer and seller should both receive a notification over websockets of type payment released with the order id of the order when get purchases and get sales are called the order should return a status of currently if the buyer wins the buyer gets a status of on the transaction but the seller gets a status of and doesn t know the resolution has been accepted related client issue
0
56,022
8,041,493,761
IssuesEvent
2018-07-31 03:18:21
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
On mobile: navigation menu does not appear for Docs pages
P2 type: documentation
None of our Docs page display an hamburger menu in the nav on mobile. Similar issue as the one we see on our blog: https://github.com/bazelbuild/bazel-blog/issues/21 I cannot diagnose further due to https://github.com/bazelbuild/bazel/issues/3300
1.0
On mobile: navigation menu does not appear for Docs pages - None of our Docs page display an hamburger menu in the nav on mobile. Similar issue as the one we see on our blog: https://github.com/bazelbuild/bazel-blog/issues/21 I cannot diagnose further due to https://github.com/bazelbuild/bazel/issues/3300
non_main
on mobile navigation menu does not appear for docs pages none of our docs page display an hamburger menu in the nav on mobile similar issue as the one we see on our blog i cannot diagnose further due to
0
390
3,427,825,364
IssuesEvent
2015-12-10 04:56:17
dotnet/roslyn-analyzers
https://api.github.com/repos/dotnet/roslyn-analyzers
closed
Port FxCop rule CA1823: AvoidUnusedPrivateFields
Area-Microsoft.Maintainability.Analyzers FxCop-Port Urgency-Soon
**Title:** Avoid unused private fields **Description:** Private fields were detected that do not appear to be accessed in the assembly. **Dependency:** None **Notes:**
True
Port FxCop rule CA1823: AvoidUnusedPrivateFields - **Title:** Avoid unused private fields **Description:** Private fields were detected that do not appear to be accessed in the assembly. **Dependency:** None **Notes:**
main
port fxcop rule avoidunusedprivatefields title avoid unused private fields description private fields were detected that do not appear to be accessed in the assembly dependency none notes
1
320,705
27,452,862,548
IssuesEvent
2023-03-02 18:46:32
facebook/react-native
https://api.github.com/repos/facebook/react-native
closed
EAS build fails on Fastlane.
Needs: Triage :mag: Needs: Verify on Latest Version Type: Expo
### Description I run eas build, choose iOS, log in, the build starts, and fails because of fastlane. I'm very tech savvy but i'm new to development. 1 year. Can someone help me figure out how to clear this? ### React Native Version 0.70.5 ### Output of `npx react-native info` expo-env-info 1.0.5 environment info: System: OS: macOS 12.5.1 Shell: 5.8.1 - /bin/zsh Binaries: Node: 19.6.0 - /opt/homebrew/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 9.4.0 - /opt/homebrew/bin/npm Watchman: 2023.02.13.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /Users/xavierlampkin/.rvm/gems/ruby-3.0.0/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1 IDEs: Android Studio: 2022.1 AI-221.6008.13.2211.9514443 Xcode: 14.2/14C18 - /usr/bin/xcodebuild npmPackages: @expo/metro-config: ^0.5.2 => 0.5.2 expo: ~47.0.12 => 47.0.12 react: 18.1.0 => 18.1.0 react-native: 0.70.5 => 0.70.5 npmGlobalPackages: eas-cli: 3.7.2 expo-cli: 6.3.1 Expo Workflow: bare ### Steps to reproduce Linking NeoNewvilleMedia » NeoNewvilleMedia ⚠️ ld: duplicate method '+moduleName' in ┌─[category]: ExpoBridgeModule-24847d4e3078e6342718451f9e395449.o ExpoModulesCore/libExpoModulesCore.a └─[class]: ExpoBridgeModule-beac158ca6f13b200a44f80d4584a09a.o ExpoModulesCore/libExpoModulesCore.a ⚠️ ld: method '+UIStatusBarAnimation:' in category from /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/BuildProductsPath/Release-iphoneos/React-CoreModules/libReact-CoreModules.a(RCTStatusBarManager.o) conflicts with same method from another category › Generating debug NeoNewvilleMedia » NeoNewvilleMedia.app.dSYM › Executing NeoNewvilleMedia » Bundle React Native code and images the transform cache was reset. ❌ error: File /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/BuildProductsPath/Release-iphoneos/NeoNewvilleMedia.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues ▸ ** ARCHIVE FAILED ** ▸ The following build commands failed: ▸ PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/IntermediateBuildFilesPath/NeoNewvilleMedia.build/Release-iphoneos/NeoNewvilleMedia.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'NeoNewvilleMedia' from project 'NeoNewvilleMedia') ▸ (1 failure) ** ARCHIVE FAILED ** The following build commands failed: PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/IntermediateBuildFilesPath/NeoNewvilleMedia.build/Release-iphoneos/NeoNewvilleMedia.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'NeoNewvilleMedia' from project 'NeoNewvilleMedia') (1 failure) Exit status: 65 +-------------+-------------------------+ | Build environment | +-------------+-------------------------+ | xcode_path | /Applications/Xcode.app | | gym_version | 2.210.0 | | sdk | iPhoneOS16.0.sdk | +-------------+-------------------------+ Looks like fastlane ran into a build/archive error ### Snack, code example, screenshot, or link to a repository Ios build - ios - fastlane fail
1.0
EAS build fails on Fastlane. - ### Description I run eas build, choose iOS, log in, the build starts, and fails because of fastlane. I'm very tech savvy but i'm new to development. 1 year. Can someone help me figure out how to clear this? ### React Native Version 0.70.5 ### Output of `npx react-native info` expo-env-info 1.0.5 environment info: System: OS: macOS 12.5.1 Shell: 5.8.1 - /bin/zsh Binaries: Node: 19.6.0 - /opt/homebrew/bin/node Yarn: 1.22.19 - /opt/homebrew/bin/yarn npm: 9.4.0 - /opt/homebrew/bin/npm Watchman: 2023.02.13.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.3 - /Users/xavierlampkin/.rvm/gems/ruby-3.0.0/bin/pod SDKs: iOS SDK: Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1 IDEs: Android Studio: 2022.1 AI-221.6008.13.2211.9514443 Xcode: 14.2/14C18 - /usr/bin/xcodebuild npmPackages: @expo/metro-config: ^0.5.2 => 0.5.2 expo: ~47.0.12 => 47.0.12 react: 18.1.0 => 18.1.0 react-native: 0.70.5 => 0.70.5 npmGlobalPackages: eas-cli: 3.7.2 expo-cli: 6.3.1 Expo Workflow: bare ### Steps to reproduce Linking NeoNewvilleMedia » NeoNewvilleMedia ⚠️ ld: duplicate method '+moduleName' in ┌─[category]: ExpoBridgeModule-24847d4e3078e6342718451f9e395449.o ExpoModulesCore/libExpoModulesCore.a └─[class]: ExpoBridgeModule-beac158ca6f13b200a44f80d4584a09a.o ExpoModulesCore/libExpoModulesCore.a ⚠️ ld: method '+UIStatusBarAnimation:' in category from /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/BuildProductsPath/Release-iphoneos/React-CoreModules/libReact-CoreModules.a(RCTStatusBarManager.o) conflicts with same method from another category › Generating debug NeoNewvilleMedia » NeoNewvilleMedia.app.dSYM › Executing NeoNewvilleMedia » Bundle React Native code and images the transform cache was reset. ❌ error: File /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/BuildProductsPath/Release-iphoneos/NeoNewvilleMedia.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues ▸ ** ARCHIVE FAILED ** ▸ The following build commands failed: ▸ PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/IntermediateBuildFilesPath/NeoNewvilleMedia.build/Release-iphoneos/NeoNewvilleMedia.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'NeoNewvilleMedia' from project 'NeoNewvilleMedia') ▸ (1 failure) ** ARCHIVE FAILED ** The following build commands failed: PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/expo/Library/Developer/Xcode/DerivedData/NeoNewvilleMedia-ffacsllhoilypaaxdgkomrfqruaf/Build/Intermediates.noindex/ArchiveIntermediates/NeoNewvilleMedia/IntermediateBuildFilesPath/NeoNewvilleMedia.build/Release-iphoneos/NeoNewvilleMedia.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'NeoNewvilleMedia' from project 'NeoNewvilleMedia') (1 failure) Exit status: 65 +-------------+-------------------------+ | Build environment | +-------------+-------------------------+ | xcode_path | /Applications/Xcode.app | | gym_version | 2.210.0 | | sdk | iPhoneOS16.0.sdk | +-------------+-------------------------+ Looks like fastlane ran into a build/archive error ### Snack, code example, screenshot, or link to a repository Ios build - ios - fastlane fail
non_main
eas build fails on fastlane description i run eas build choose ios log in the build starts and fails because of fastlane i m very tech savvy but i m new to development year can someone help me figure out how to clear this react native version output of npx react native info expo env info environment info system os macos shell bin zsh binaries node opt homebrew bin node yarn opt homebrew bin yarn npm opt homebrew bin npm watchman opt homebrew bin watchman managers cocoapods users xavierlampkin rvm gems ruby bin pod sdks ios sdk platforms driverkit ios macos tvos watchos ides android studio ai xcode usr bin xcodebuild npmpackages expo metro config expo react react native npmglobalpackages eas cli expo cli expo workflow bare steps to reproduce linking neonewvillemedia » neonewvillemedia ⚠️ ld duplicate method modulename in ┌─ expobridgemodule o expomodulescore libexpomodulescore a └─ expobridgemodule o expomodulescore libexpomodulescore a ⚠️ ld method uistatusbaranimation in category from users expo library developer xcode deriveddata neonewvillemedia ffacsllhoilypaaxdgkomrfqruaf build intermediates noindex archiveintermediates neonewvillemedia buildproductspath release iphoneos react coremodules libreact coremodules a rctstatusbarmanager o conflicts with same method from another category › generating debug neonewvillemedia » neonewvillemedia app dsym › executing neonewvillemedia » bundle react native code and images the transform cache was reset ❌ error file users expo library developer xcode deriveddata neonewvillemedia ffacsllhoilypaaxdgkomrfqruaf build intermediates noindex archiveintermediates neonewvillemedia buildproductspath release iphoneos neonewvillemedia app main jsbundle does not exist this must be a bug with react native please report it here ▸ archive failed ▸ the following build commands failed ▸ phasescriptexecution bundle react native code and images users expo library developer xcode deriveddata neonewvillemedia ffacsllhoilypaaxdgkomrfqruaf build intermediates noindex archiveintermediates neonewvillemedia intermediatebuildfilespath neonewvillemedia build release iphoneos neonewvillemedia build script sh in target neonewvillemedia from project neonewvillemedia ▸ failure archive failed the following build commands failed phasescriptexecution bundle react native code and images users expo library developer xcode deriveddata neonewvillemedia ffacsllhoilypaaxdgkomrfqruaf build intermediates noindex archiveintermediates neonewvillemedia intermediatebuildfilespath neonewvillemedia build release iphoneos neonewvillemedia build script sh in target neonewvillemedia from project neonewvillemedia failure exit status build environment xcode path applications xcode app gym version sdk sdk looks like fastlane ran into a build archive error snack code example screenshot or link to a repository ios build ios fastlane fail
0
375,764
11,134,168,705
IssuesEvent
2019-12-20 11:03:40
mozilla/addons-server
https://api.github.com/repos/mozilla/addons-server
opened
Add a new task in the validation chain to call the ML API
component: scanners priority: p3
Now that we collect data during the submission process, the next step is to get some more insights about the collected data. In order to do that, we'll call a _ML API_. The idea is to create a new task in the validation chain that will call the ML API once with the collected data. We'll store the results and continue the process. We'll have to decide whether this task should fail gracefully or if an error should abort the submission process. FTR, the scanner tasks fail gracefully. We should probably do this too. We could store this piece of information somewhere so that we now that a given submission/version did not get "scanned" correctly.
1.0
Add a new task in the validation chain to call the ML API - Now that we collect data during the submission process, the next step is to get some more insights about the collected data. In order to do that, we'll call a _ML API_. The idea is to create a new task in the validation chain that will call the ML API once with the collected data. We'll store the results and continue the process. We'll have to decide whether this task should fail gracefully or if an error should abort the submission process. FTR, the scanner tasks fail gracefully. We should probably do this too. We could store this piece of information somewhere so that we now that a given submission/version did not get "scanned" correctly.
non_main
add a new task in the validation chain to call the ml api now that we collect data during the submission process the next step is to get some more insights about the collected data in order to do that we ll call a ml api the idea is to create a new task in the validation chain that will call the ml api once with the collected data we ll store the results and continue the process we ll have to decide whether this task should fail gracefully or if an error should abort the submission process ftr the scanner tasks fail gracefully we should probably do this too we could store this piece of information somewhere so that we now that a given submission version did not get scanned correctly
0
591,364
17,837,992,938
IssuesEvent
2021-09-03 05:55:18
Andu15/LIM015-social-network
https://api.github.com/repos/Andu15/LIM015-social-network
closed
Implementar funcionalidad al timeline
bug priority: max
- [x] Al publicar, se debe validar que exista contenido en el input. - [x] Cuando se de click al btn <kbd>compartir</kbd> subir el post a firestore - [x] Mostrar el contenido del post con peticion a firestore - [x] Sumar los posts en firestore - [x] Función para ordenar los posts - [x] Solo si esta logueado pueda compartir una publicación (Al recargar la aplicación, se debe verificar si el usuario está logueado antes de mostrar contenido) - [x] Que el propietario de la publicacion pueda eliminar el post (Pedir confirmación antes de eliminar un post) - [x] Que el propietario de la publicacion pueda editar el post (Al dar click para editar un post, debe cambiar el texto por un input que permita editar el texto y luego guardar los cambios.) - [x] Al recargar la página debo de poder ver los textos editados. - [x] Que se pueda dar me gusta a la publicación (Máximo uno por usuario) - [x] Llevar un conteo de los likes.
1.0
Implementar funcionalidad al timeline - - [x] Al publicar, se debe validar que exista contenido en el input. - [x] Cuando se de click al btn <kbd>compartir</kbd> subir el post a firestore - [x] Mostrar el contenido del post con peticion a firestore - [x] Sumar los posts en firestore - [x] Función para ordenar los posts - [x] Solo si esta logueado pueda compartir una publicación (Al recargar la aplicación, se debe verificar si el usuario está logueado antes de mostrar contenido) - [x] Que el propietario de la publicacion pueda eliminar el post (Pedir confirmación antes de eliminar un post) - [x] Que el propietario de la publicacion pueda editar el post (Al dar click para editar un post, debe cambiar el texto por un input que permita editar el texto y luego guardar los cambios.) - [x] Al recargar la página debo de poder ver los textos editados. - [x] Que se pueda dar me gusta a la publicación (Máximo uno por usuario) - [x] Llevar un conteo de los likes.
non_main
implementar funcionalidad al timeline al publicar se debe validar que exista contenido en el input cuando se de click al btn compartir subir el post a firestore mostrar el contenido del post con peticion a firestore sumar los posts en firestore función para ordenar los posts solo si esta logueado pueda compartir una publicación al recargar la aplicación se debe verificar si el usuario está logueado antes de mostrar contenido que el propietario de la publicacion pueda eliminar el post pedir confirmación antes de eliminar un post que el propietario de la publicacion pueda editar el post al dar click para editar un post debe cambiar el texto por un input que permita editar el texto y luego guardar los cambios al recargar la página debo de poder ver los textos editados que se pueda dar me gusta a la publicación máximo uno por usuario llevar un conteo de los likes
0
10,679
7,275,165,243
IssuesEvent
2018-02-21 12:39:05
status-im/status-react
https://api.github.com/repos/status-im/status-react
opened
[Perf] User story 5: Time lags in message sending in chats having a lot of data
bug performance
### User Story As a user I want my message appear in the chat in <0.3 second after I tap the 'Send' message button ***Type***: Bug ***Summary***: There are noticeable lags when sending a message in chat, when this particular chat has already a lot of data. More data - higher delay between the tap on 'Send message' button and appearance of actual message in the chat. Any type of chat affected. Two points impacts on the lags (depends of device - numbers below taken from Samsung J7 on Android 7.0): - **number of messages** For instance: contact starts 1-1 chat with another contact and sends the very first text message (e.g. 'Hello'). It takes <0.3 second for message to appear in the chat. Both contacts exchange with 100+ one-line text messages. Now when the same contact sends the message - it takes <3-4 seconds for message to appear in the chat. - **message content size** For instance: contact starts public chat with another contact and sends the very first one-line text message (e.g. 'Hello'). It takes <0.3 second for message to appear in the chat. The same contact sends second huge message with 1000 lines in total. Third one-line text message sending takes <2-3 seconds for message to appear in the chat. Goal here: disregard of the data size in the chat - message should appear in <0.3 seconds after contact tap on 'Send message' button. **Note:** Similar issue is in #3108. I believe the fix for both may be the same. #### Expected behavior No lags in message sending in the chats having a lot of data #### Actual behavior Lags in message sending in the chats having a lot of data ### Reproduction (related to 'number of messages') - Open Status and create new account - Start 1-1 chat with contact (or Group Chat, or join public chat) - Send the first one-line message (e.g. 'Hey') - Send (or receive) 100 one-line messages - Send one-line message again and pay attention on delay between tap on 'Send message' button and when message appears in chat. ### Reproduction (related to 'message content size') - Open Status and create new account - Start 1-1 chat with contact (or Group Chat, or join public chat) - Send the first one-line message (e.g. 'Hey'). - Send (or receive) the message having 1000+ lines (copy-paste text from [1000plus_lines.txt](https://github.com/status-im/status-react/files/1743996/1000plus_lines.txt) attachment for this issue) - Send one-line message and pay attention on delay between tap on 'Send message' button and when message appears in chat. ### Additional Information * Status version: 247th develop (21st of February), release 0.9.14 * Operating System: Android, iOS TF session representing 'message content size' scenario: https://app.testfairy.com/projects/4803622-status/builds/7751005/sessions/20/?accessToken=jHQMqEJFRndi2hVYwHG-Fwm6pRU
True
[Perf] User story 5: Time lags in message sending in chats having a lot of data - ### User Story As a user I want my message appear in the chat in <0.3 second after I tap the 'Send' message button ***Type***: Bug ***Summary***: There are noticeable lags when sending a message in chat, when this particular chat has already a lot of data. More data - higher delay between the tap on 'Send message' button and appearance of actual message in the chat. Any type of chat affected. Two points impacts on the lags (depends of device - numbers below taken from Samsung J7 on Android 7.0): - **number of messages** For instance: contact starts 1-1 chat with another contact and sends the very first text message (e.g. 'Hello'). It takes <0.3 second for message to appear in the chat. Both contacts exchange with 100+ one-line text messages. Now when the same contact sends the message - it takes <3-4 seconds for message to appear in the chat. - **message content size** For instance: contact starts public chat with another contact and sends the very first one-line text message (e.g. 'Hello'). It takes <0.3 second for message to appear in the chat. The same contact sends second huge message with 1000 lines in total. Third one-line text message sending takes <2-3 seconds for message to appear in the chat. Goal here: disregard of the data size in the chat - message should appear in <0.3 seconds after contact tap on 'Send message' button. **Note:** Similar issue is in #3108. I believe the fix for both may be the same. #### Expected behavior No lags in message sending in the chats having a lot of data #### Actual behavior Lags in message sending in the chats having a lot of data ### Reproduction (related to 'number of messages') - Open Status and create new account - Start 1-1 chat with contact (or Group Chat, or join public chat) - Send the first one-line message (e.g. 'Hey') - Send (or receive) 100 one-line messages - Send one-line message again and pay attention on delay between tap on 'Send message' button and when message appears in chat. ### Reproduction (related to 'message content size') - Open Status and create new account - Start 1-1 chat with contact (or Group Chat, or join public chat) - Send the first one-line message (e.g. 'Hey'). - Send (or receive) the message having 1000+ lines (copy-paste text from [1000plus_lines.txt](https://github.com/status-im/status-react/files/1743996/1000plus_lines.txt) attachment for this issue) - Send one-line message and pay attention on delay between tap on 'Send message' button and when message appears in chat. ### Additional Information * Status version: 247th develop (21st of February), release 0.9.14 * Operating System: Android, iOS TF session representing 'message content size' scenario: https://app.testfairy.com/projects/4803622-status/builds/7751005/sessions/20/?accessToken=jHQMqEJFRndi2hVYwHG-Fwm6pRU
non_main
user story time lags in message sending in chats having a lot of data user story as a user i want my message appear in the chat in second after i tap the send message button type bug summary there are noticeable lags when sending a message in chat when this particular chat has already a lot of data more data higher delay between the tap on send message button and appearance of actual message in the chat any type of chat affected two points impacts on the lags depends of device numbers below taken from samsung on android number of messages for instance contact starts chat with another contact and sends the very first text message e g hello it takes second for message to appear in the chat both contacts exchange with one line text messages now when the same contact sends the message it takes seconds for message to appear in the chat message content size for instance contact starts public chat with another contact and sends the very first one line text message e g hello it takes second for message to appear in the chat the same contact sends second huge message with lines in total third one line text message sending takes seconds for message to appear in the chat goal here disregard of the data size in the chat message should appear in seconds after contact tap on send message button note similar issue is in i believe the fix for both may be the same expected behavior no lags in message sending in the chats having a lot of data actual behavior lags in message sending in the chats having a lot of data reproduction related to number of messages open status and create new account start chat with contact or group chat or join public chat send the first one line message e g hey send or receive one line messages send one line message again and pay attention on delay between tap on send message button and when message appears in chat reproduction related to message content size open status and create new account start chat with contact or group chat or join public chat send the first one line message e g hey send or receive the message having lines copy paste text from attachment for this issue send one line message and pay attention on delay between tap on send message button and when message appears in chat additional information status version develop of february release operating system android ios tf session representing message content size scenario
0
1,116
4,989,040,815
IssuesEvent
2016-12-08 10:27:37
ansible/ansible-modules-core
https://api.github.com/repos/ansible/ansible-modules-core
closed
please add more options to authorized_key
affects_2.1 feature_idea waiting_on_maintainer
##### ISSUE TYPE Feature Idea ##### COMPONENT NAME authorized_key module ##### ANSIBLE VERSION N/A ##### SUMMARY I'd like to be able to specify: 1) owner/group of the AuthorizedKeysFile directory (currently weird: it's the last processes users, in my case where I iterate over a list of user+keys and put them in /etc/ssh/authorized_keys) 2) mode of the file: there is rarely point in having it 0600 (the standard, ok, but still).... 3) owner/group of the file: let's say I don't want to let the user to be able to change the file on their own.
True
please add more options to authorized_key - ##### ISSUE TYPE Feature Idea ##### COMPONENT NAME authorized_key module ##### ANSIBLE VERSION N/A ##### SUMMARY I'd like to be able to specify: 1) owner/group of the AuthorizedKeysFile directory (currently weird: it's the last processes users, in my case where I iterate over a list of user+keys and put them in /etc/ssh/authorized_keys) 2) mode of the file: there is rarely point in having it 0600 (the standard, ok, but still).... 3) owner/group of the file: let's say I don't want to let the user to be able to change the file on their own.
main
please add more options to authorized key issue type feature idea component name authorized key module ansible version n a summary i d like to be able to specify owner group of the authorizedkeysfile directory currently weird it s the last processes users in my case where i iterate over a list of user keys and put them in etc ssh authorized keys mode of the file there is rarely point in having it the standard ok but still owner group of the file let s say i don t want to let the user to be able to change the file on their own
1
310,762
26,741,464,413
IssuesEvent
2023-01-30 13:17:07
proarc/proarc-client
https://api.github.com/repos/proarc/proarc-client
closed
V tabulce zůstávají přesunuté skeny (do obnovení panelu) viset v původním objektu
6 k testování 7 návrh na zavření 6c otestováno: KNAV 6e otestováno: SVKHK
Při přesunu stran do jiného objektu zůstanou V TABULCE strany po přesunu viset, dokud panel neobnovím. V mřížce a náhledech skeny po přesunu hned zmizí, tam je to OK. ![presunstran1](https://user-images.githubusercontent.com/6359479/208919203-68b33ae5-79bd-4a40-b7c9-31d80a21bf86.png)
3.0
V tabulce zůstávají přesunuté skeny (do obnovení panelu) viset v původním objektu - Při přesunu stran do jiného objektu zůstanou V TABULCE strany po přesunu viset, dokud panel neobnovím. V mřížce a náhledech skeny po přesunu hned zmizí, tam je to OK. ![presunstran1](https://user-images.githubusercontent.com/6359479/208919203-68b33ae5-79bd-4a40-b7c9-31d80a21bf86.png)
non_main
v tabulce zůstávají přesunuté skeny do obnovení panelu viset v původním objektu při přesunu stran do jiného objektu zůstanou v tabulce strany po přesunu viset dokud panel neobnovím v mřížce a náhledech skeny po přesunu hned zmizí tam je to ok
0
64,059
18,160,054,566
IssuesEvent
2021-09-27 08:35:33
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Crash in MXSpaceNotificationCounter.isRoomMentionsOnly
T-Defect crash X-Release-Blocker
in 1.6.0: ```` OS Version: iPhone OS 14.6 (18F72) Release Type: User Baseband Version: 4.04.00 Report Version: 104 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000103bb7880 Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [408] Triggered by Thread: 0 Thread 0 name: Thread 0 Crashed: 0 MatrixSDK 0x0000000103bb7880 Swift runtime failure: Unexpectedly found nil while implicitly unwrapping an Optional value + 0 (MXSpaceNotificationCounter.swift:0) 1 MatrixSDK 0x0000000103bb7880 specialized MXSpaceNotificationCounter.isRoomMentionsOnly(_:) + 1104 (MXSpaceNotificationCounter.swift:122) 2 MatrixSDK 0x0000000103bb74b8 specialized MXSpaceNotificationCounter.isRoomMentionsOnly(_:) + 136 (<compiler-generated>:0) 3 MatrixSDK 0x0000000103bb78e8 MXSpaceNotificationCounter.isRoomMentionsOnly(_:) + 4 (MXSpaceNotificationCounter.swift:0) 4 MatrixSDK 0x0000000103bb78e8 specialized MXSpaceNotificationCounter.notificationState(forRoomWithId:) + 92 5 MatrixSDK 0x0000000103bb4924 MXSpaceNotificationCounter.notificationState(forRoomWithId:) + 4 (MXSpaceNotificationCounter.swift:0) 6 MatrixSDK 0x0000000103bb4924 MXSpaceNotificationCounter.computeNotificationCount(for:with:flattenedParentIds:) + 676 7 MatrixSDK 0x0000000103bbbbf0 closure #1 in closure #1 in MXSpaceService.buildGraph(with:) + 9048 (MXSpaceService.swift:159) 8 MatrixSDK 0x0000000103bbf600 MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 1008 (MXSpaceService.swift:390) 9 MatrixSDK 0x0000000103bbfed0 closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 1624 (MXSpaceService.swift:421) 10 MatrixSDK 0x0000000103bc1c80 partial apply for closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 48 (<compiler-generated>:0) 11 MatrixSDK 0x0000000103ba4980 thunk for @escaping @callee_guaranteed (@guaranteed MXResponse<MXRoomMembers?>) -> () + 16 (<compiler-generated>:0) 12 MatrixSDK 0x0000000103ba4980 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed MXResponse<MXRoomMembers?>) -> () + 32 13 MatrixSDK 0x0000000103bac8a4 specialized closure #1 in currySuccess<A, B>(transform:_:) + 152 14 MatrixSDK 0x0000000103baa038 thunk for @escaping @callee_guaranteed (@in_guaranteed MXRoomMembers?) -> () + 20 (<compiler-generated>:0) 15 MatrixSDK 0x0000000103baa038 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed MXRoomMembers?) -> () + 44 16 MatrixSDK 0x0000000103ba49b8 thunk for @escaping @callee_guaranteed (@guaranteed MXRoomMembers?) -> () + 44 (<compiler-generated>:0) 17 MatrixSDK 0x0000000103aef29c __44-[MXRoom members:lazyLoadedMembers:failure:]_block_invoke + 1651356 (MXRoom.m:238) 18 MatrixSDK 0x0000000103aeea4c __23-[MXRoom liveTimeline:]_block_invoke_2 + 1649228 (MXRoom.m:191) 19 libdispatch.dylib 0x00000001956972b0 _dispatch_call_block_and_release + 24 (init.c:1466) 20 libdispatch.dylib 0x0000000195698298 _dispatch_client_callout + 16 (object.m:559) 21 libdispatch.dylib 0x000000019567a430 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 872 (inline_internal.h:2557) 22 CoreFoundation 0x00000001959df2e0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1790) 23 CoreFoundation 0x00000001959d9740 __CFRunLoopRun + 2528 (CFRunLoop.c:3118) 24 CoreFoundation 0x00000001959d8818 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) 25 GraphicsServices 0x00000001ac0de570 GSEventRunModal + 160 (GSEvent.c:2259) 26 UIKitCore 0x00000001983040e8 -[UIApplication _run] + 1052 (UIApplication.m:3269) 27 UIKitCore 0x0000000198309664 UIApplicationMain + 164 (UIApplication.m:4740) 28 libxpc.dylib 0x00000001dded6130 _xpc_objc_main + 596 (main.m:209) 29 libxpc.dylib 0x00000001dded8380 xpc_main + 176 (init.c:1206) 30 Foundation 0x0000000196c6841c -[NSXPCListener resume] + 300 (NSXPCListener.m:448) 31 PlugInKit 0x00000001c42a00c4 -[PKService run] + 396 (PKService.m:186) 32 PlugInKit 0x00000001c429fd34 +[PKService main] + 572 (PKService.m:115) 33 PlugInKit 0x00000001c42a04bc +[PKService _defaultRun:arguments:] + 20 (PKService.m:233) 34 ExtensionKit 0x0000000199c8bce8 EXExtensionMain + 80 (EXExtensionMain.m:23) 35 Foundation 0x0000000196da3abc NSExtensionMain + 192 (NSExtensionMain.m:13) 36 libdyld.dylib 0x00000001956b7140 start + 4
1.0
Crash in MXSpaceNotificationCounter.isRoomMentionsOnly - in 1.6.0: ```` OS Version: iPhone OS 14.6 (18F72) Release Type: User Baseband Version: 4.04.00 Report Version: 104 Exception Type: EXC_BREAKPOINT (SIGTRAP) Exception Codes: 0x0000000000000001, 0x0000000103bb7880 Termination Signal: Trace/BPT trap: 5 Termination Reason: Namespace SIGNAL, Code 0x5 Terminating Process: exc handler [408] Triggered by Thread: 0 Thread 0 name: Thread 0 Crashed: 0 MatrixSDK 0x0000000103bb7880 Swift runtime failure: Unexpectedly found nil while implicitly unwrapping an Optional value + 0 (MXSpaceNotificationCounter.swift:0) 1 MatrixSDK 0x0000000103bb7880 specialized MXSpaceNotificationCounter.isRoomMentionsOnly(_:) + 1104 (MXSpaceNotificationCounter.swift:122) 2 MatrixSDK 0x0000000103bb74b8 specialized MXSpaceNotificationCounter.isRoomMentionsOnly(_:) + 136 (<compiler-generated>:0) 3 MatrixSDK 0x0000000103bb78e8 MXSpaceNotificationCounter.isRoomMentionsOnly(_:) + 4 (MXSpaceNotificationCounter.swift:0) 4 MatrixSDK 0x0000000103bb78e8 specialized MXSpaceNotificationCounter.notificationState(forRoomWithId:) + 92 5 MatrixSDK 0x0000000103bb4924 MXSpaceNotificationCounter.notificationState(forRoomWithId:) + 4 (MXSpaceNotificationCounter.swift:0) 6 MatrixSDK 0x0000000103bb4924 MXSpaceNotificationCounter.computeNotificationCount(for:with:flattenedParentIds:) + 676 7 MatrixSDK 0x0000000103bbbbf0 closure #1 in closure #1 in MXSpaceService.buildGraph(with:) + 9048 (MXSpaceService.swift:159) 8 MatrixSDK 0x0000000103bbf600 MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 1008 (MXSpaceService.swift:390) 9 MatrixSDK 0x0000000103bbfed0 closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 1624 (MXSpaceService.swift:421) 10 MatrixSDK 0x0000000103bc1c80 partial apply for closure #2 in MXSpaceService.prepareData(with:index:spaces:spacesPerId:roomsPerId:directRooms:completion:) + 48 (<compiler-generated>:0) 11 MatrixSDK 0x0000000103ba4980 thunk for @escaping @callee_guaranteed (@guaranteed MXResponse<MXRoomMembers?>) -> () + 16 (<compiler-generated>:0) 12 MatrixSDK 0x0000000103ba4980 partial apply for thunk for @escaping @callee_guaranteed (@guaranteed MXResponse<MXRoomMembers?>) -> () + 32 13 MatrixSDK 0x0000000103bac8a4 specialized closure #1 in currySuccess<A, B>(transform:_:) + 152 14 MatrixSDK 0x0000000103baa038 thunk for @escaping @callee_guaranteed (@in_guaranteed MXRoomMembers?) -> () + 20 (<compiler-generated>:0) 15 MatrixSDK 0x0000000103baa038 partial apply for thunk for @escaping @callee_guaranteed (@in_guaranteed MXRoomMembers?) -> () + 44 16 MatrixSDK 0x0000000103ba49b8 thunk for @escaping @callee_guaranteed (@guaranteed MXRoomMembers?) -> () + 44 (<compiler-generated>:0) 17 MatrixSDK 0x0000000103aef29c __44-[MXRoom members:lazyLoadedMembers:failure:]_block_invoke + 1651356 (MXRoom.m:238) 18 MatrixSDK 0x0000000103aeea4c __23-[MXRoom liveTimeline:]_block_invoke_2 + 1649228 (MXRoom.m:191) 19 libdispatch.dylib 0x00000001956972b0 _dispatch_call_block_and_release + 24 (init.c:1466) 20 libdispatch.dylib 0x0000000195698298 _dispatch_client_callout + 16 (object.m:559) 21 libdispatch.dylib 0x000000019567a430 _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 872 (inline_internal.h:2557) 22 CoreFoundation 0x00000001959df2e0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12 (CFRunLoop.c:1790) 23 CoreFoundation 0x00000001959d9740 __CFRunLoopRun + 2528 (CFRunLoop.c:3118) 24 CoreFoundation 0x00000001959d8818 CFRunLoopRunSpecific + 572 (CFRunLoop.c:3242) 25 GraphicsServices 0x00000001ac0de570 GSEventRunModal + 160 (GSEvent.c:2259) 26 UIKitCore 0x00000001983040e8 -[UIApplication _run] + 1052 (UIApplication.m:3269) 27 UIKitCore 0x0000000198309664 UIApplicationMain + 164 (UIApplication.m:4740) 28 libxpc.dylib 0x00000001dded6130 _xpc_objc_main + 596 (main.m:209) 29 libxpc.dylib 0x00000001dded8380 xpc_main + 176 (init.c:1206) 30 Foundation 0x0000000196c6841c -[NSXPCListener resume] + 300 (NSXPCListener.m:448) 31 PlugInKit 0x00000001c42a00c4 -[PKService run] + 396 (PKService.m:186) 32 PlugInKit 0x00000001c429fd34 +[PKService main] + 572 (PKService.m:115) 33 PlugInKit 0x00000001c42a04bc +[PKService _defaultRun:arguments:] + 20 (PKService.m:233) 34 ExtensionKit 0x0000000199c8bce8 EXExtensionMain + 80 (EXExtensionMain.m:23) 35 Foundation 0x0000000196da3abc NSExtensionMain + 192 (NSExtensionMain.m:13) 36 libdyld.dylib 0x00000001956b7140 start + 4
non_main
crash in mxspacenotificationcounter isroommentionsonly in os version iphone os release type user baseband version report version exception type exc breakpoint sigtrap exception codes termination signal trace bpt trap termination reason namespace signal code terminating process exc handler triggered by thread thread name thread crashed matrixsdk swift runtime failure unexpectedly found nil while implicitly unwrapping an optional value mxspacenotificationcounter swift matrixsdk specialized mxspacenotificationcounter isroommentionsonly mxspacenotificationcounter swift matrixsdk specialized mxspacenotificationcounter isroommentionsonly matrixsdk mxspacenotificationcounter isroommentionsonly mxspacenotificationcounter swift matrixsdk specialized mxspacenotificationcounter notificationstate forroomwithid matrixsdk mxspacenotificationcounter notificationstate forroomwithid mxspacenotificationcounter swift matrixsdk mxspacenotificationcounter computenotificationcount for with flattenedparentids matrixsdk closure in closure in mxspaceservice buildgraph with mxspaceservice swift matrixsdk mxspaceservice preparedata with index spaces spacesperid roomsperid directrooms completion mxspaceservice swift matrixsdk closure in mxspaceservice preparedata with index spaces spacesperid roomsperid directrooms completion mxspaceservice swift matrixsdk partial apply for closure in mxspaceservice preparedata with index spaces spacesperid roomsperid directrooms completion matrixsdk thunk for escaping callee guaranteed guaranteed mxresponse matrixsdk partial apply for thunk for escaping callee guaranteed guaranteed mxresponse matrixsdk specialized closure in currysuccess transform matrixsdk thunk for escaping callee guaranteed in guaranteed mxroommembers matrixsdk partial apply for thunk for escaping callee guaranteed in guaranteed mxroommembers matrixsdk thunk for escaping callee guaranteed guaranteed mxroommembers matrixsdk block invoke mxroom m matrixsdk block invoke mxroom m libdispatch dylib dispatch call block and release init c libdispatch dylib dispatch client callout object m libdispatch dylib dispatch main queue callback variant inline internal h corefoundation cfrunloop is servicing the main dispatch queue cfrunloop c corefoundation cfrunlooprun cfrunloop c corefoundation cfrunlooprunspecific cfrunloop c graphicsservices gseventrunmodal gsevent c uikitcore uiapplication m uikitcore uiapplicationmain uiapplication m libxpc dylib xpc objc main main m libxpc dylib xpc main init c foundation nsxpclistener m pluginkit pkservice m pluginkit pkservice m pluginkit pkservice m extensionkit exextensionmain exextensionmain m foundation nsextensionmain nsextensionmain m libdyld dylib start
0
4,349
21,953,361,754
IssuesEvent
2022-05-24 09:50:27
cncf/glossary
https://api.github.com/repos/cncf/glossary
opened
Wrong links in language menu for some terms
maintainers
I have spotted some terms that are not localized yet, to have the language available in the context menu. For those, the link is the root page, rather then the term's one. e.g Service <img width="1511" alt="image" src="https://user-images.githubusercontent.com/56387955/170003368-16a4e553-bde5-47a6-b284-6a32f107a87b.png"> Horizontal Scaling <img width="1511" alt="image" src="https://user-images.githubusercontent.com/56387955/170003577-c188c6dc-fff0-4865-917b-f9bc740c588a.png">
True
Wrong links in language menu for some terms - I have spotted some terms that are not localized yet, to have the language available in the context menu. For those, the link is the root page, rather then the term's one. e.g Service <img width="1511" alt="image" src="https://user-images.githubusercontent.com/56387955/170003368-16a4e553-bde5-47a6-b284-6a32f107a87b.png"> Horizontal Scaling <img width="1511" alt="image" src="https://user-images.githubusercontent.com/56387955/170003577-c188c6dc-fff0-4865-917b-f9bc740c588a.png">
main
wrong links in language menu for some terms i have spotted some terms that are not localized yet to have the language available in the context menu for those the link is the root page rather then the term s one e g service img width alt image src horizontal scaling img width alt image src
1
74,003
24,899,964,089
IssuesEvent
2022-10-28 19:43:23
SeleniumHQ/selenium
https://api.github.com/repos/SeleniumHQ/selenium
opened
[🐛 Bug]: Server Timeout?
I-defect needs-triaging
### What happened? Browser opens successfully, program execution does not continue, eventually browser closes and program crashes. The browser instance works fine during manual operation but the application cannot connect. ### How can we reproduce the issue? ```shell Unsure, I have ran into the issue on 2 separate machines, running ubuntu 20.04 and 22.04. Both with clean dotnet6 templates. I reinstalled chromium through snap and apt, no effect. ``` ### Relevant log output ```shell /home/spy/RiderProjects/ConsoleApp1/ConsoleApp1/bin/Debug/net6.0/ConsoleApp1 Starting ChromeDriver 107.0.5304.62 (1eec40d3a5764881c92085aaee66d25075c159aa-refs/branch-heads/5304@{#942}) on port 33077 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. Unhandled exception. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:33077/session timed out after 60 seconds. ---> System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException (125): Operation canceled --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async) at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo) at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute) --- End of inner exception stack trace --- at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute) at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute) at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) at OpenQA.Selenium.WebDriver.StartSession(ICapabilities desiredCapabilities) at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeOptions options) at OpenQA.Selenium.Chrome.ChromeDriver..ctor() at Program.<Main>$(String[] args) in /home/spy/RiderProjects/ConsoleApp1/ConsoleApp1/Program.cs:line 2 ``` ### Operating System Ubuntu 22.04 ### Selenium version C# 4.5.1 ### What are the browser(s) and version(s) where you see this issue? Chromium 106 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 106.0.5249.119 ### Are you using Selenium Grid? _No response_
1.0
[🐛 Bug]: Server Timeout? - ### What happened? Browser opens successfully, program execution does not continue, eventually browser closes and program crashes. The browser instance works fine during manual operation but the application cannot connect. ### How can we reproduce the issue? ```shell Unsure, I have ran into the issue on 2 separate machines, running ubuntu 20.04 and 22.04. Both with clean dotnet6 templates. I reinstalled chromium through snap and apt, no effect. ``` ### Relevant log output ```shell /home/spy/RiderProjects/ConsoleApp1/ConsoleApp1/bin/Debug/net6.0/ConsoleApp1 Starting ChromeDriver 107.0.5304.62 (1eec40d3a5764881c92085aaee66d25075c159aa-refs/branch-heads/5304@{#942}) on port 33077 Only local connections are allowed. Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. ChromeDriver was started successfully. Unhandled exception. OpenQA.Selenium.WebDriverException: The HTTP request to the remote WebDriver server for URL http://localhost:33077/session timed out after 60 seconds. ---> System.Threading.Tasks.TaskCanceledException: The request was canceled due to the configured HttpClient.Timeout of 60 seconds elapsing. ---> System.TimeoutException: The operation was canceled. ---> System.Threading.Tasks.TaskCanceledException: The operation was canceled. ---> System.IO.IOException: Unable to read data from the transport connection: Operation canceled. ---> System.Net.Sockets.SocketException (125): Operation canceled --- End of inner exception stack trace --- at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource<System.Int32>.GetResult(Int16 token) at System.Net.Http.HttpConnection.InitialFillAsync(Boolean async) at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) --- End of inner exception stack trace --- at System.Net.Http.HttpConnection.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) --- End of inner exception stack trace --- --- End of inner exception stack trace --- at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts) at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) at OpenQA.Selenium.Remote.HttpCommandExecutor.MakeHttpRequest(HttpRequestInfo requestInfo) at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute) --- End of inner exception stack trace --- at OpenQA.Selenium.Remote.HttpCommandExecutor.Execute(Command commandToExecute) at OpenQA.Selenium.Remote.DriverServiceCommandExecutor.Execute(Command commandToExecute) at OpenQA.Selenium.WebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters) at OpenQA.Selenium.WebDriver.StartSession(ICapabilities desiredCapabilities) at OpenQA.Selenium.WebDriver..ctor(ICommandExecutor executor, ICapabilities capabilities) at OpenQA.Selenium.Chromium.ChromiumDriver..ctor(ChromiumDriverService service, ChromiumOptions options, TimeSpan commandTimeout) at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeDriverService service, ChromeOptions options, TimeSpan commandTimeout) at OpenQA.Selenium.Chrome.ChromeDriver..ctor(ChromeOptions options) at OpenQA.Selenium.Chrome.ChromeDriver..ctor() at Program.<Main>$(String[] args) in /home/spy/RiderProjects/ConsoleApp1/ConsoleApp1/Program.cs:line 2 ``` ### Operating System Ubuntu 22.04 ### Selenium version C# 4.5.1 ### What are the browser(s) and version(s) where you see this issue? Chromium 106 ### What are the browser driver(s) and version(s) where you see this issue? ChromeDriver 106.0.5249.119 ### Are you using Selenium Grid? _No response_
non_main
server timeout what happened browser opens successfully program execution does not continue eventually browser closes and program crashes the browser instance works fine during manual operation but the application cannot connect how can we reproduce the issue shell unsure i have ran into the issue on separate machines running ubuntu and both with clean templates i reinstalled chromium through snap and apt no effect relevant log output shell home spy riderprojects bin debug starting chromedriver refs branch heads on port only local connections are allowed please see for suggestions on keeping chromedriver safe chromedriver was started successfully unhandled exception openqa selenium webdriverexception the http request to the remote webdriver server for url timed out after seconds system threading tasks taskcanceledexception the request was canceled due to the configured httpclient timeout of seconds elapsing system timeoutexception the operation was canceled system threading tasks taskcanceledexception the operation was canceled system io ioexception unable to read data from the transport connection operation canceled system net sockets socketexception operation canceled end of inner exception stack trace at system net sockets socket awaitablesocketasynceventargs throwexception socketerror error cancellationtoken cancellationtoken at system net sockets socket awaitablesocketasynceventargs system threading tasks sources ivaluetasksource getresult token at system net http httpconnection initialfillasync boolean async at system net http httpconnection sendasynccore httprequestmessage request boolean async cancellationtoken cancellationtoken end of inner exception stack trace at system net http httpconnection sendasynccore httprequestmessage request boolean async cancellationtoken cancellationtoken at system net http httpconnectionpool sendwithversiondetectionandretryasync httprequestmessage request boolean async boolean dorequestauth cancellationtoken cancellationtoken at system net http redirecthandler sendasync httprequestmessage request boolean async cancellationtoken cancellationtoken at system net http httpclient g core httprequestmessage request httpcompletionoption completionoption cancellationtokensource cts boolean disposects cancellationtokensource pendingrequestscts cancellationtoken originalcancellationtoken end of inner exception stack trace end of inner exception stack trace at system net http httpclient handlefailure exception e boolean telemetrystarted httpresponsemessage response cancellationtokensource cts cancellationtoken cancellationtoken cancellationtokensource pendingrequestscts at system net http httpclient g core httprequestmessage request httpcompletionoption completionoption cancellationtokensource cts boolean disposects cancellationtokensource pendingrequestscts cancellationtoken originalcancellationtoken at openqa selenium remote httpcommandexecutor makehttprequest httprequestinfo requestinfo at openqa selenium remote httpcommandexecutor execute command commandtoexecute end of inner exception stack trace at openqa selenium remote httpcommandexecutor execute command commandtoexecute at openqa selenium remote driverservicecommandexecutor execute command commandtoexecute at openqa selenium webdriver execute string drivercommandtoexecute dictionary parameters at openqa selenium webdriver startsession icapabilities desiredcapabilities at openqa selenium webdriver ctor icommandexecutor executor icapabilities capabilities at openqa selenium chromium chromiumdriver ctor chromiumdriverservice service chromiumoptions options timespan commandtimeout at openqa selenium chrome chromedriver ctor chromedriverservice service chromeoptions options timespan commandtimeout at openqa selenium chrome chromedriver ctor chromeoptions options at openqa selenium chrome chromedriver ctor at program string args in home spy riderprojects program cs line operating system ubuntu selenium version c what are the browser s and version s where you see this issue chromium what are the browser driver s and version s where you see this issue chromedriver are you using selenium grid no response
0
101,947
31,771,836,414
IssuesEvent
2023-09-12 12:18:05
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Building tf-opt steps with prerequisites
awaiting review stat:awaiting tensorflower type:feature type:build/install comp:lite TF 2.12
<details><summary>Click to expand!</summary> ### Issue Type Documentation Feature Request ### Have you reproduced the bug with TF nightly? Yes ### Source source ### Tensorflow Version 2.12 ### Custom Code Yes ### OS Platform and Distribution Linux Ubunto 18.04 ### Mobile device _No response_ ### Python version _No response_ ### Bazel version 6.1.2 ### GCC/Compiler version 9.2.0 ### CUDA/cuDNN version _No response_ ### GPU model and memory _No response_ ### Current Behaviour? I am trying to build tf-opt binary on branch v2.12 without any changes and gets different compilation errors. The command for compilation I use: `bazel build -c opt tensorflow/compiler/mlir:tf-opt` Can you share some prerequites for building and debugging `tf-opt` binary (for debug/release mode). I would appriciate if there is docker builder I can use to it instead of changing my envrioment. Thanks, Aviad ### Standalone code to reproduce the issue ```shell ERROR: /localdrive/users/aviadco/community/tensorflow/tensorflow/lite/experimental/acceleration/configuration/BUILD:36:8: Executing genrule //tensorflow/lite/experimental/acceleration/configuration:configuration_schema failed: (Exit 1): bash failed: error executing command (from target //tensorflow/lite/experimental/acceleration/configuration:configuration_schema) /bin/bash -c ... (remaining 1 argument skipped) bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc) ERROR: /localdrive/users/aviadco/community/tensorflow/tensorflow/lite/schema/BUILD:184:22: Generating flatbuffer files for conversion_metadata_fbs_srcs: //tensorflow/lite/schema:conversion_metadata_fbs_srcs failed: (Exit 1): bash failed: error executing command (from target //tensorflow/lite/schema:conversion_metadata_fbs_srcs) /bin/bash -c ... (remaining 1 argument skipped) bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc) Target //tensorflow/compiler/mlir:tf-opt failed to build ``` ### Relevant log output _No response_</details>
1.0
Building tf-opt steps with prerequisites - <details><summary>Click to expand!</summary> ### Issue Type Documentation Feature Request ### Have you reproduced the bug with TF nightly? Yes ### Source source ### Tensorflow Version 2.12 ### Custom Code Yes ### OS Platform and Distribution Linux Ubunto 18.04 ### Mobile device _No response_ ### Python version _No response_ ### Bazel version 6.1.2 ### GCC/Compiler version 9.2.0 ### CUDA/cuDNN version _No response_ ### GPU model and memory _No response_ ### Current Behaviour? I am trying to build tf-opt binary on branch v2.12 without any changes and gets different compilation errors. The command for compilation I use: `bazel build -c opt tensorflow/compiler/mlir:tf-opt` Can you share some prerequites for building and debugging `tf-opt` binary (for debug/release mode). I would appriciate if there is docker builder I can use to it instead of changing my envrioment. Thanks, Aviad ### Standalone code to reproduce the issue ```shell ERROR: /localdrive/users/aviadco/community/tensorflow/tensorflow/lite/experimental/acceleration/configuration/BUILD:36:8: Executing genrule //tensorflow/lite/experimental/acceleration/configuration:configuration_schema failed: (Exit 1): bash failed: error executing command (from target //tensorflow/lite/experimental/acceleration/configuration:configuration_schema) /bin/bash -c ... (remaining 1 argument skipped) bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc) ERROR: /localdrive/users/aviadco/community/tensorflow/tensorflow/lite/schema/BUILD:184:22: Generating flatbuffer files for conversion_metadata_fbs_srcs: //tensorflow/lite/schema:conversion_metadata_fbs_srcs failed: (Exit 1): bash failed: error executing command (from target //tensorflow/lite/schema:conversion_metadata_fbs_srcs) /bin/bash -c ... (remaining 1 argument skipped) bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.26' not found (required by bazel-out/k8-opt-exec-50AE0418/bin/external/flatbuffers/flatc) Target //tensorflow/compiler/mlir:tf-opt failed to build ``` ### Relevant log output _No response_</details>
non_main
building tf opt steps with prerequisites click to expand issue type documentation feature request have you reproduced the bug with tf nightly yes source source tensorflow version custom code yes os platform and distribution linux ubunto mobile device no response python version no response bazel version gcc compiler version cuda cudnn version no response gpu model and memory no response current behaviour i am trying to build tf opt binary on branch without any changes and gets different compilation errors the command for compilation i use bazel build c opt tensorflow compiler mlir tf opt can you share some prerequites for building and debugging tf opt binary for debug release mode i would appriciate if there is docker builder i can use to it instead of changing my envrioment thanks aviad standalone code to reproduce the issue shell error localdrive users aviadco community tensorflow tensorflow lite experimental acceleration configuration build executing genrule tensorflow lite experimental acceleration configuration configuration schema failed exit bash failed error executing command from target tensorflow lite experimental acceleration configuration configuration schema bin bash c remaining argument skipped bazel out opt exec bin external flatbuffers flatc usr lib linux gnu libstdc so version glibcxx not found required by bazel out opt exec bin external flatbuffers flatc error localdrive users aviadco community tensorflow tensorflow lite schema build generating flatbuffer files for conversion metadata fbs srcs tensorflow lite schema conversion metadata fbs srcs failed exit bash failed error executing command from target tensorflow lite schema conversion metadata fbs srcs bin bash c remaining argument skipped bazel out opt exec bin external flatbuffers flatc usr lib linux gnu libstdc so version glibcxx not found required by bazel out opt exec bin external flatbuffers flatc target tensorflow compiler mlir tf opt failed to build relevant log output no response
0
369,684
25,863,506,291
IssuesEvent
2022-12-13 18:48:16
pyansys/pynexus-dev-docs
https://api.github.com/repos/pyansys/pynexus-dev-docs
closed
Replace htpp with http
documentation
### Description of the modifications In a few places htpp is accidentally used in place of http ### Useful links and references _No response_
1.0
Replace htpp with http - ### Description of the modifications In a few places htpp is accidentally used in place of http ### Useful links and references _No response_
non_main
replace htpp with http description of the modifications in a few places htpp is accidentally used in place of http useful links and references no response
0
779
4,384,914,669
IssuesEvent
2016-08-08 06:32:52
google/mozc
https://api.github.com/repos/google/mozc
closed
Discontinue the support of Windows Vista
Maintainability OpSys-Windows
In order to reduce the maintenance burden, we have decided to discontinue the support of Windows Vista and remove support code for that.
True
Discontinue the support of Windows Vista - In order to reduce the maintenance burden, we have decided to discontinue the support of Windows Vista and remove support code for that.
main
discontinue the support of windows vista in order to reduce the maintenance burden we have decided to discontinue the support of windows vista and remove support code for that
1
32
2,551,702,215
IssuesEvent
2015-02-02 11:59:59
pychess/pychess
https://api.github.com/repos/pychess/pychess
opened
pylint warnings/errors
Maintainability task
Original [issue 523](https://code.google.com/p/pychess/issues/detail?id=523) created by @pychess: This should be a pylint work in progress issue: When running 'pylint pychess', this file is rated as 7.69/10, which is pretty good. There are only some Convention warnings. 'pylint Main.py' is a bit funny ;) Your code has been rated at -23.17/10 There are 35 errors and 275 warnings and some other conventions and refactor warnings. I use pylint quite often and it detects some programmi errors, so the pylint output should be reduce, to better decide, if pychess is error-free. After just a few modifications in imports, this will become: Your code has been rated at -8.37/10 At least a good starting point ;)
True
pylint warnings/errors - Original [issue 523](https://code.google.com/p/pychess/issues/detail?id=523) created by @pychess: This should be a pylint work in progress issue: When running 'pylint pychess', this file is rated as 7.69/10, which is pretty good. There are only some Convention warnings. 'pylint Main.py' is a bit funny ;) Your code has been rated at -23.17/10 There are 35 errors and 275 warnings and some other conventions and refactor warnings. I use pylint quite often and it detects some programmi errors, so the pylint output should be reduce, to better decide, if pychess is error-free. After just a few modifications in imports, this will become: Your code has been rated at -8.37/10 At least a good starting point ;)
main
pylint warnings errors original created by pychess this should be a pylint work in progress issue when running pylint pychess this file is rated as which is pretty good there are only some convention warnings pylint main py is a bit funny your code has been rated at there are errors and warnings and some other conventions and refactor warnings i use pylint quite often and it detects some programmi errors so the pylint output should be reduce to better decide if pychess is error free after just a few modifications in imports this will become your code has been rated at at least a good starting point
1