Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 4 112 | repo_url stringlengths 33 141 | action stringclasses 3 values | title stringlengths 1 957 | labels stringlengths 4 1.11k | body stringlengths 1 261k | index stringclasses 11 values | text_combine stringlengths 95 261k | label stringclasses 2 values | text stringlengths 96 250k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
152,948 | 12,130,314,745 | IssuesEvent | 2020-04-23 01:10:20 | urapadmin/kiosk | https://api.github.com/repos/urapadmin/kiosk | closed | deleting site map with trashcan in tab site_map does not work | bug filemaker test-stage | originally a part of ticket #471:
"However, deleting it using the trash can (not in popup) does not remove it from searches" | 1.0 | deleting site map with trashcan in tab site_map does not work - originally a part of ticket #471:
"However, deleting it using the trash can (not in popup) does not remove it from searches" | non_design | deleting site map with trashcan in tab site map does not work originally a part of ticket however deleting it using the trash can not in popup does not remove it from searches | 0 |
34,535 | 4,552,703,628 | IssuesEvent | 2016-09-13 00:16:49 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | NuGet 3.5.0 no longer uses a default package source, you have to specify one in NuGet.Config | ClosedAs:ByDesign Type:Docs | See [This SO Post](http://stackoverflow.com/questions/39352013/nuget-fails-to-restore-netstandard-libary-for-netstandard1-2-in-vnext-build-agen)
The [NuGet docs](https://docs.nuget.org/consume/nuget-config-defaults) state:
> Without any default package sources specified in the NuGet Config Defaults file, NuGet will continue to use nuget.org as the default package source.
But this no longer appears to hold true. Instead you must supply a NuGet.config and specify a package source, e.g.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
| 1.0 | NuGet 3.5.0 no longer uses a default package source, you have to specify one in NuGet.Config - See [This SO Post](http://stackoverflow.com/questions/39352013/nuget-fails-to-restore-netstandard-libary-for-netstandard1-2-in-vnext-build-agen)
The [NuGet docs](https://docs.nuget.org/consume/nuget-config-defaults) state:
> Without any default package sources specified in the NuGet Config Defaults file, NuGet will continue to use nuget.org as the default package source.
But this no longer appears to hold true. Instead you must supply a NuGet.config and specify a package source, e.g.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
| design | nuget no longer uses a default package source you have to specify one in nuget config see the state without any default package sources specified in the nuget config defaults file nuget will continue to use nuget org as the default package source but this no longer appears to hold true instead you must supply a nuget config and specify a package source e g | 1 |
33,634 | 27,638,687,179 | IssuesEvent | 2023-03-10 16:18:33 | GCTC-NTGC/gc-digital-talent | https://api.github.com/repos/GCTC-NTGC/gc-digital-talent | closed | Database GUI client for management remote desktop | infrastructure | It's a hassle to work with the deployed databases right now. Working through:
tablet -> remote desktop -> putty -> sudo -> psql
is not great. Could we convince IMTD to install a database GUI client for us?
tablet -> remote desktop -> GUI client
I've used DBeaver and dbForge but there are [lots of options](https://wiki.postgresql.org/wiki/PostgreSQL_Clients#Windows_GUI_Clients). If we want to stick with Microsoft there's [a (preview) extension for Azure Data Studio](https://learn.microsoft.com/en-us/sql/azure-data-studio/extensions/postgres-extension) for connecting to Postgres.
Let's submit a Jira ticket to start the conversation.
## :question: Spike Question
What GUI database client would IMTD be willing to install for us on our management remote desktops?
Timebox: 1 Jira ticket | 1.0 | Database GUI client for management remote desktop - It's a hassle to work with the deployed databases right now. Working through:
tablet -> remote desktop -> putty -> sudo -> psql
is not great. Could we convince IMTD to install a database GUI client for us?
tablet -> remote desktop -> GUI client
I've used DBeaver and dbForge but there are [lots of options](https://wiki.postgresql.org/wiki/PostgreSQL_Clients#Windows_GUI_Clients). If we want to stick with Microsoft there's [a (preview) extension for Azure Data Studio](https://learn.microsoft.com/en-us/sql/azure-data-studio/extensions/postgres-extension) for connecting to Postgres.
Let's submit a Jira ticket to start the conversation.
## :question: Spike Question
What GUI database client would IMTD be willing to install for us on our management remote desktops?
Timebox: 1 Jira ticket | non_design | database gui client for management remote desktop it s a hassle to work with the deployed databases right now working through tablet remote desktop putty sudo psql is not great could we convince imtd to install a database gui client for us tablet remote desktop gui client i ve used dbeaver and dbforge but there are if we want to stick with microsoft there s for connecting to postgres let s submit a jira ticket to start the conversation question spike question what gui database client would imtd be willing to install for us on our management remote desktops timebox jira ticket | 0 |
789,496 | 27,792,220,727 | IssuesEvent | 2023-03-17 09:47:57 | longhorn/longhorn | https://api.github.com/repos/longhorn/longhorn | closed | [BUG] Share manager pod would be recreated repeatedly until the pod is eventually scheduled | kind/bug wontfix area/manager priority/0 area/volume-rwx severity/2 area/stability area/share-manager | There are at least two issues in this ticket.
The first one is that the share-manager pod is deleted and created repeatedly bacause of the ticket https://github.com/longhorn/longhorn-manager/commit/ed1f74273fb2d86d85d910ec7a08e2654f477536. Immediate checking `pod.spec.nodeName` ([code](https://github.com/longhorn/longhorn-manager/blob/master/controller/share_manager_controller.go#L604)) after creating a pod ([code](https://github.com/longhorn/longhorn-manager/blob/master/controller/share_manager_controller.go#L596)) would lead to an error that the pod is not scheduled by kubelet yet. For this issue, I added a verifyCreation logic in the share-manager controller, but I doubt there are some issues not resolved in the controller.
The second issue is I mentioned in https://github.com/longhorn/longhorn/issues/5224#issuecomment-1374431192. Actually, not sure if related to the first one or the NFS-ganesha issue. So, the customized images is to clarify if it is introduced by NFS-ganesha first.
cc @innobead
_Originally posted by @derekbit in https://github.com/longhorn/longhorn/issues/5224#issuecomment-1374992517_
| 1.0 | [BUG] Share manager pod would be recreated repeatedly until the pod is eventually scheduled - There are at least two issues in this ticket.
The first one is that the share-manager pod is deleted and created repeatedly bacause of the ticket https://github.com/longhorn/longhorn-manager/commit/ed1f74273fb2d86d85d910ec7a08e2654f477536. Immediate checking `pod.spec.nodeName` ([code](https://github.com/longhorn/longhorn-manager/blob/master/controller/share_manager_controller.go#L604)) after creating a pod ([code](https://github.com/longhorn/longhorn-manager/blob/master/controller/share_manager_controller.go#L596)) would lead to an error that the pod is not scheduled by kubelet yet. For this issue, I added a verifyCreation logic in the share-manager controller, but I doubt there are some issues not resolved in the controller.
The second issue is I mentioned in https://github.com/longhorn/longhorn/issues/5224#issuecomment-1374431192. Actually, not sure if related to the first one or the NFS-ganesha issue. So, the customized images is to clarify if it is introduced by NFS-ganesha first.
cc @innobead
_Originally posted by @derekbit in https://github.com/longhorn/longhorn/issues/5224#issuecomment-1374992517_
| non_design | share manager pod would be recreated repeatedly until the pod is eventually scheduled there are at least two issues in this ticket the first one is that the share manager pod is deleted and created repeatedly bacause of the ticket immediate checking pod spec nodename after creating a pod would lead to an error that the pod is not scheduled by kubelet yet for this issue i added a verifycreation logic in the share manager controller but i doubt there are some issues not resolved in the controller the second issue is i mentioned in actually not sure if related to the first one or the nfs ganesha issue so the customized images is to clarify if it is introduced by nfs ganesha first cc innobead originally posted by derekbit in | 0 |
344,627 | 24,821,489,290 | IssuesEvent | 2022-10-25 16:48:47 | SauravMukherjee44/CodeIN-Community-Website | https://api.github.com/repos/SauravMukherjee44/CodeIN-Community-Website | opened | Enhancing CONTRIBUTING.md | documentation | ### Description
### Problem:
The Step 2 of Section named **How to make a Pull Request** is a bit ambiguous for the first time users.
### Proposal:
I will correct it and attach a PR to this issue
[CONTRIBUTING.md](https://github.com/SauravMukherjee44/CodeIN-Community-Website/blob/main/CONTRIBUTING.md)
### Screenshots

| 1.0 | Enhancing CONTRIBUTING.md - ### Description
### Problem:
The Step 2 of Section named **How to make a Pull Request** is a bit ambiguous for the first time users.
### Proposal:
I will correct it and attach a PR to this issue
[CONTRIBUTING.md](https://github.com/SauravMukherjee44/CodeIN-Community-Website/blob/main/CONTRIBUTING.md)
### Screenshots

| non_design | enhancing contributing md description problem the step of section named how to make a pull request is a bit ambiguous for the first time users proposal i will correct it and attach a pr to this issue screenshots | 0 |
129,541 | 18,103,308,144 | IssuesEvent | 2021-09-22 16:18:25 | gms-ws-demo/JS-Demo-Sep2021 | https://api.github.com/repos/gms-ws-demo/JS-Demo-Sep2021 | closed | CVE-2018-1002204 (Medium) detected in adm-zip-0.4.4.tgz - autoclosed | security vulnerability | ## CVE-2018-1002204 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>adm-zip-0.4.4.tgz</b></p></summary>
<p>A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk</p>
<p>Library home page: <a href="https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz">https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz</a></p>
<p>Path to dependency file: JS-Demo-Sep2021/package.json</p>
<p>Path to vulnerable library: JS-Demo-Sep2021/node_modules/adm-zip/package.json</p>
<p>
Dependency Hierarchy:
- selenium-webdriver-2.53.3.tgz (Root Library)
- :x: **adm-zip-0.4.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/JS-Demo-Sep2021/commit/e8cd219daa23fb09c60a7e7095b13c9e8372f529">e8cd219daa23fb09c60a7e7095b13c9e8372f529</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
adm-zip npm library before 0.4.9 is vulnerable to directory traversal, allowing attackers to write to arbitrary files via a ../ (dot dot slash) in a Zip archive entry that is mishandled during extraction. This vulnerability is also known as 'Zip-Slip'.
<p>Publish Date: 2018-07-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1002204>CVE-2018-1002204</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1002204">https://nvd.nist.gov/vuln/detail/CVE-2018-1002204</a></p>
<p>Release Date: 2018-07-25</p>
<p>Fix Resolution: 0.4.9</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"adm-zip","packageVersion":"0.4.4","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"selenium-webdriver:2.53.3;adm-zip:0.4.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"0.4.9"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2018-1002204","vulnerabilityDetails":"adm-zip npm library before 0.4.9 is vulnerable to directory traversal, allowing attackers to write to arbitrary files via a ../ (dot dot slash) in a Zip archive entry that is mishandled during extraction. This vulnerability is also known as \u0027Zip-Slip\u0027.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1002204","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Local","I":"High"},"extraData":{}}</REMEDIATE> --> | True | CVE-2018-1002204 (Medium) detected in adm-zip-0.4.4.tgz - autoclosed - ## CVE-2018-1002204 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>adm-zip-0.4.4.tgz</b></p></summary>
<p>A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk</p>
<p>Library home page: <a href="https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz">https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.4.tgz</a></p>
<p>Path to dependency file: JS-Demo-Sep2021/package.json</p>
<p>Path to vulnerable library: JS-Demo-Sep2021/node_modules/adm-zip/package.json</p>
<p>
Dependency Hierarchy:
- selenium-webdriver-2.53.3.tgz (Root Library)
- :x: **adm-zip-0.4.4.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/JS-Demo-Sep2021/commit/e8cd219daa23fb09c60a7e7095b13c9e8372f529">e8cd219daa23fb09c60a7e7095b13c9e8372f529</a></p>
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
adm-zip npm library before 0.4.9 is vulnerable to directory traversal, allowing attackers to write to arbitrary files via a ../ (dot dot slash) in a Zip archive entry that is mishandled during extraction. This vulnerability is also known as 'Zip-Slip'.
<p>Publish Date: 2018-07-25
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1002204>CVE-2018-1002204</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1002204">https://nvd.nist.gov/vuln/detail/CVE-2018-1002204</a></p>
<p>Release Date: 2018-07-25</p>
<p>Fix Resolution: 0.4.9</p>
</p>
</details>
<p></p>
<!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"adm-zip","packageVersion":"0.4.4","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"selenium-webdriver:2.53.3;adm-zip:0.4.4","isMinimumFixVersionAvailable":true,"minimumFixVersion":"0.4.9"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2018-1002204","vulnerabilityDetails":"adm-zip npm library before 0.4.9 is vulnerable to directory traversal, allowing attackers to write to arbitrary files via a ../ (dot dot slash) in a Zip archive entry that is mishandled during extraction. This vulnerability is also known as \u0027Zip-Slip\u0027.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1002204","cvss3Severity":"medium","cvss3Score":"5.5","cvss3Metrics":{"A":"None","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"Required","AV":"Local","I":"High"},"extraData":{}}</REMEDIATE> --> | non_design | cve medium detected in adm zip tgz autoclosed cve medium severity vulnerability vulnerable library adm zip tgz a javascript implementation of zip for nodejs allows user to create or extract zip files both in memory or to from disk library home page a href path to dependency file js demo package json path to vulnerable library js demo node modules adm zip package json dependency hierarchy selenium webdriver tgz root library x adm zip tgz vulnerable library found in head commit a href found in base branch master vulnerability details adm zip npm library before is vulnerable to directory traversal allowing attackers to write to arbitrary files via a dot dot slash in a zip archive entry that is mishandled during extraction this vulnerability is also known as zip slip publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact high availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree selenium webdriver adm zip isminimumfixversionavailable true minimumfixversion basebranches vulnerabilityidentifier cve vulnerabilitydetails adm zip npm library before is vulnerable to directory traversal allowing attackers to write to arbitrary files via a dot dot slash in a zip archive entry that is mishandled during extraction this vulnerability is also known as slip vulnerabilityurl | 0 |
53,219 | 6,711,628,495 | IssuesEvent | 2017-10-13 05:23:23 | jupyter/notebook | https://api.github.com/repos/jupyter/notebook | closed | Cell output on the side | cat:Design and UX | I find having the output cells on my code on the side of the input simpler and more space-efficient. I put in a [Stylish](https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=fr) extension a custom CSS to do that.
I wondered if it was something that was already in Jupyter, or could be included ?. If not, maybe some people will have the same problem as I had and could benefit from my solution :)
Here is the CSS:
```css
#notebook-container {
width: 100%
}
.code_cell {
flex-direction: row !important;
}
.code_cell .input {
width: 50%
}
.code_cell .output_wrapper {
width: 50%
}
```
Result :

| 1.0 | Cell output on the side - I find having the output cells on my code on the side of the input simpler and more space-efficient. I put in a [Stylish](https://chrome.google.com/webstore/detail/stylish-custom-themes-for/fjnbnpbmkenffdnngjfgmeleoegfcffe?hl=fr) extension a custom CSS to do that.
I wondered if it was something that was already in Jupyter, or could be included ?. If not, maybe some people will have the same problem as I had and could benefit from my solution :)
Here is the CSS:
```css
#notebook-container {
width: 100%
}
.code_cell {
flex-direction: row !important;
}
.code_cell .input {
width: 50%
}
.code_cell .output_wrapper {
width: 50%
}
```
Result :

| design | cell output on the side i find having the output cells on my code on the side of the input simpler and more space efficient i put in a extension a custom css to do that i wondered if it was something that was already in jupyter or could be included if not maybe some people will have the same problem as i had and could benefit from my solution here is the css css notebook container width code cell flex direction row important code cell input width code cell output wrapper width result | 1 |
240,012 | 19,987,331,685 | IssuesEvent | 2022-01-30 21:19:58 | ZcashFoundation/zebra | https://api.github.com/repos/ZcashFoundation/zebra | opened | Move debug stop at height to the syncer | C-enhancement S-needs-triage P-Medium :zap: C-testing | ## Motivation
Currently, the debug stop at height config is implemented in the state service. But this makes shutdown difficult.
It would be better if we checked the stop conditions as part of the start command run loop in zebrad.
## Related Work
This change is required for:
- #1592
| 1.0 | Move debug stop at height to the syncer - ## Motivation
Currently, the debug stop at height config is implemented in the state service. But this makes shutdown difficult.
It would be better if we checked the stop conditions as part of the start command run loop in zebrad.
## Related Work
This change is required for:
- #1592
| non_design | move debug stop at height to the syncer motivation currently the debug stop at height config is implemented in the state service but this makes shutdown difficult it would be better if we checked the stop conditions as part of the start command run loop in zebrad related work this change is required for | 0 |
116,144 | 14,923,907,957 | IssuesEvent | 2021-01-23 21:06:47 | uclaacm/hoth.uclaacm.com | https://api.github.com/repos/uclaacm/hoth.uclaacm.com | closed | Redesign the Prizes page | design prizes | Implement the redesign of the prizes page (after ACM Design's feedback). | 1.0 | Redesign the Prizes page - Implement the redesign of the prizes page (after ACM Design's feedback). | design | redesign the prizes page implement the redesign of the prizes page after acm design s feedback | 1 |
24,777 | 11,091,983,056 | IssuesEvent | 2019-12-15 15:57:40 | Ignitus/Ignitus-rest-api | https://api.github.com/repos/Ignitus/Ignitus-rest-api | closed | WS-2019-0331 (Medium) detected in handlebars-4.1.0.tgz | security vulnerability | ## WS-2019-0331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Ignitus-rest-api/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Ignitus-rest-api/node_modules/nyc/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- nyc-13.3.0.tgz (Root Library)
- istanbul-reports-2.1.1.tgz
- :x: **handlebars-4.1.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Ignitus/Ignitus-rest-api/commit/be70a6e737b2bcefe7805d2e2d591469f1f2ad7d">be70a6e737b2bcefe7805d2e2d591469f1f2ad7d</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>
Arbitrary Code Execution vulnerability found in handlebars before 4.5.2. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.
<p>Publish Date: 2019-12-05
<p>URL: <a href=https://github.com/wycats/handlebars.js/commit/d54137810a49939fd2ad01a91a34e182ece4528e>WS-2019-0331</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>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1316">https://www.npmjs.com/advisories/1316</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: handlebars - 4.5.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2019-0331 (Medium) detected in handlebars-4.1.0.tgz - ## WS-2019-0331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.0.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates effectively with no frustration</p>
<p>Library home page: <a href="https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz">https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/Ignitus-rest-api/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/Ignitus-rest-api/node_modules/nyc/node_modules/handlebars/package.json</p>
<p>
Dependency Hierarchy:
- nyc-13.3.0.tgz (Root Library)
- istanbul-reports-2.1.1.tgz
- :x: **handlebars-4.1.0.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Ignitus/Ignitus-rest-api/commit/be70a6e737b2bcefe7805d2e2d591469f1f2ad7d">be70a6e737b2bcefe7805d2e2d591469f1f2ad7d</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>
Arbitrary Code Execution vulnerability found in handlebars before 4.5.2. Lookup helper fails to validate templates. Attack may submit templates that execute arbitrary JavaScript in the system.
<p>Publish Date: 2019-12-05
<p>URL: <a href=https://github.com/wycats/handlebars.js/commit/d54137810a49939fd2ad01a91a34e182ece4528e>WS-2019-0331</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>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/1316">https://www.npmjs.com/advisories/1316</a></p>
<p>Release Date: 2019-12-05</p>
<p>Fix Resolution: handlebars - 4.5.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_design | ws medium detected in handlebars tgz ws medium severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file tmp ws scm ignitus rest api package json path to vulnerable library tmp ws scm ignitus rest api node modules nyc node modules handlebars package json dependency hierarchy nyc tgz root library istanbul reports tgz x handlebars tgz vulnerable library found in head commit a href vulnerability details arbitrary code execution vulnerability found in handlebars before lookup helper fails to validate templates attack may submit templates that execute arbitrary javascript in the system publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution handlebars step up your open source security game with whitesource | 0 |
276,503 | 23,996,238,073 | IssuesEvent | 2022-09-14 07:47:47 | keycloak/keycloak | https://api.github.com/repos/keycloak/keycloak | opened | Quarkus Tests in GHA are very slow | area/testsuite kind/task | ### Description
ATM, tests for Quarkus distribution executed in the GHA are very slow.
I don't know the purpose of the step related to building the parent pom with the `distribution` profile again; should be already built and stored in the m2. Also, the individual tests are executed sequentially and I don't see any problem with why they shouldn't be executed in parallel. | 1.0 | Quarkus Tests in GHA are very slow - ### Description
ATM, tests for Quarkus distribution executed in the GHA are very slow.
I don't know the purpose of the step related to building the parent pom with the `distribution` profile again; should be already built and stored in the m2. Also, the individual tests are executed sequentially and I don't see any problem with why they shouldn't be executed in parallel. | non_design | quarkus tests in gha are very slow description atm tests for quarkus distribution executed in the gha are very slow i don t know the purpose of the step related to building the parent pom with the distribution profile again should be already built and stored in the also the individual tests are executed sequentially and i don t see any problem with why they shouldn t be executed in parallel | 0 |
303,139 | 26,186,648,799 | IssuesEvent | 2023-01-03 01:56:45 | rizinorg/rizin | https://api.github.com/repos/rizinorg/rizin | closed | Unable to correctly retype a var as struct on binary | RzAnalysis test-required RzType | ### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) | Debian x86/64
| File format of the file you reverse (mandatory) | ELF
| Architecture/bits of the file (mandatory) | x86/64
| `rizin -v` full output, **not truncated** (mandatory) | rizin 0.4.0-git @ linux-x86-64
### Expected behavior
I am just trying to redefine a var to a struct. I'm providing 2 binaries generated from the same code.
It works without a problem on the first one :
```
#> rizin working
-- This code was intentionally left blank, try 'e asm.arch=ws'
[0x00401060]> aaaa
[x] Analyze all flags starting with sym. and entry0 (aa)
[x] Analyze function calls (aac)
[x] Analyze len bytes of instructions for references (aar)
[x] Check for classes
[x] Type matching analysis for all functions (aaft)
[x] Propagate noreturn information
[x] Integrate dwarf function information.
[x] Use -AA or aaaa to perform additional experimental analysis.
[x] Finding function preludes
[x] Enable constraint types analysis for variables
[0x00401060]> s main
[0x00401146]> pdf
; DATA XREF from entry0 @ 0x401078
╭ int main (int argc, char **argv, char **envp);
│ ; var void *data @ rbp-0xe0
│ ; var int64_t var_60h @ rbp-0x60
│ ; var int64_t var_5h @ rbp-0x5
│ ; var unsigned long long pid @ rbp-0x4
│ 0x00401146 push rbp
│ 0x00401147 mov rbp, rsp
│ 0x0040114a sub rsp, 0xe0
│ 0x00401151 call sym.imp.fork
│ 0x00401156 mov dword [pid], eax
│ 0x00401159 cmp dword [pid], 0
│ ╭─< 0x0040115d jne 0x40116d
│ │ 0x0040115f mov eax, 1
│ │ 0x00401164 cdq
│ │ 0x00401165 idiv dword [pid]
│ │ 0x00401168 mov byte [var_5h], al
│ ╭──< 0x0040116b jmp 0x4011a6
│ ││ ; CODE XREF from main @ 0x40115d
│ │╰─> 0x0040116d lea rdx, [data]
│ │ 0x00401174 mov eax, dword [pid]
│ │ 0x00401177 mov rcx, rdx ; void *data
│ │ 0x0040117a mov edx, 0 ; void *addr
│ │ 0x0040117f mov esi, eax ; pid_t pid
│ │ 0x00401181 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401186 mov eax, 0
│ │ 0x0040118b call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401190 mov rax, qword [var_60h]
│ │ 0x00401194 mov rsi, rax
│ │ 0x00401197 mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x0040119c mov eax, 0
│ │ 0x004011a1 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40116b
│ ╰──> 0x004011a6 mov eax, 0
│ 0x004011ab leave
╰ 0x004011ac ret
[0x00401146]> to structs.h
[0x00401146]> afvt data user_regs_struct
[0x00401146]> pdf
; DATA XREF from entry0 @ 0x401078
╭ int main (int argc, char **argv, char **envp);
│ ; var struct user_regs_struct data @ rbp-0xe0
│ ; var int64_t var_5h @ rbp-0x5
│ ; var unsigned long long pid @ rbp-0x4
│ 0x00401146 push rbp
│ 0x00401147 mov rbp, rsp
│ 0x0040114a sub rsp, 0xe0
│ 0x00401151 call sym.imp.fork
│ 0x00401156 mov dword [pid], eax
│ 0x00401159 cmp dword [pid], 0
│ ╭─< 0x0040115d jne 0x40116d
│ │ 0x0040115f mov eax, 1
│ │ 0x00401164 cdq
│ │ 0x00401165 idiv dword [pid]
│ │ 0x00401168 mov byte [var_5h], al
│ ╭──< 0x0040116b jmp 0x4011a6
│ ││ ; CODE XREF from main @ 0x40115d
│ │╰─> 0x0040116d lea rdx, [data.r15]
│ │ 0x00401174 mov eax, dword [pid]
│ │ 0x00401177 mov rcx, rdx ; void *data
│ │ 0x0040117a mov edx, 0 ; void *addr
│ │ 0x0040117f mov esi, eax ; pid_t pid
│ │ 0x00401181 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401186 mov eax, 0
│ │ 0x0040118b call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401190 mov rax, qword [data.rip]
│ │ 0x00401194 mov rsi, rax
│ │ 0x00401197 mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x0040119c mov eax, 0
│ │ 0x004011a1 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40116b
│ ╰──> 0x004011a6 mov eax, 0
│ 0x004011ab leave
╰ 0x004011ac ret
```
### Actual behavior
When running the same commands on a binary built with gcc using the -Os flag, I get an error where the overlapping variables are unset but it does reference my struct params.
```
#> rizin issue
-- Enhance your graphs by increasing the size of the block and graph.depth eval variable.
[0x004010b0]> aaaa
[x] Analyze all flags starting with sym. and entry0 (aa)
[x] Analyze function calls (aac)
[x] Analyze len bytes of instructions for references (aar)
[x] Check for classes
[x] Type matching analysis for all functions (aaft)
[x] Propagate noreturn information
[x] Integrate dwarf function information.
[x] Use -AA or aaaa to perform additional experimental analysis.
[x] Finding function preludes
[x] Enable constraint types analysis for variables
[0x004010b0]> s main
[0x00401060]> pdf
; DATA XREF from entry0 @ 0x4010c8
;-- section..text:
╭ int main (int argc, char **argv, char **envp);
│ ; var void *data @ rsp+0x8
│ ; var int64_t var_88h @ rsp+0x88
│ 0x00401060 sub rsp, 0xe8 ; [15] -r-x section size 310 named .text
│ 0x00401067 call sym.imp.fork
│ 0x0040106c test eax, eax
│ ╭─< 0x0040106e je 0x401099
│ │ 0x00401070 mov esi, eax ; pid_t pid
│ │ 0x00401072 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401077 lea rcx, [data] ; void *data
│ │ 0x0040107c xor edx, edx ; void *addr
│ │ 0x0040107e xor eax, eax
│ │ 0x00401080 call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401085 mov rsi, qword [var_88h]
│ │ 0x0040108d mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x00401092 xor eax, eax
│ │ 0x00401094 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40106e
│ ╰─> 0x00401099 xor eax, eax
│ 0x0040109b add rsp, 0xe8
╰ 0x004010a2 ret
[0x00401060]> to structs.h
[0x00401060]> afvt data user_regs_struct
[0x00401060]> pdf
; DATA XREF from entry0 @ 0x4010c8
;-- section..text:
╭ int main (int argc, char **argv, char **envp);
│ ; var struct user_regs_struct data @ rsp+0x8
│ 0x00401060 sub rsp, 0xe8 ; [15] -r-x section size 310 named .text
│ 0x00401067 call sym.imp.fork
│ 0x0040106c test eax, eax
│ ╭─< 0x0040106e je 0x401099
│ │ 0x00401070 mov esi, eax ; pid_t pid
│ │ 0x00401072 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401077 lea rcx, [data.r15] ; void *data
│ │ 0x0040107c xor edx, edx ; void *addr
│ │ 0x0040107e xor eax, eax
│ │ 0x00401080 call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401085 mov rsi, qword [rsp + 0x88]
│ │ 0x0040108d mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x00401092 xor eax, eax
│ │ 0x00401094 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40106e
│ ╰─> 0x00401099 xor eax, eax
│ 0x0040109b add rsp, 0xe8
╰ 0x004010a2 ret
```
### Steps to reproduce the behavior
[Working Binary](https://transfer.sh/S49Iyw/working)
[Issue Binary](https://transfer.sh/yvOqwI/issue)
### Additional Logs, screenshots, source code, configuration dump, ...
I'm loading the following struct :
```C
#include <stdint.h>
struct user_regs_struct
{
uint64_t r15;
uint64_t r14;
uint64_t r13;
uint64_t r12;
uint64_t rbp;
uint64_t rbx;
uint64_t r11;
uint64_t r10;
uint64_t r9;
uint64_t r8;
uint64_t rax;
uint64_t rcx;
uint64_t rdx;
uint64_t rsi;
uint64_t rdi;
uint64_t orig_rax;
uint64_t rip;
uint64_t cs;
uint64_t eflags;
uint64_t rsp;
uint64_t ss;
uint64_t fs_base;
uint64_t gs_base;
uint64_t ds;
uint64_t es;
uint64_t fs;
uint64_t gs;
};
``` | 1.0 | Unable to correctly retype a var as struct on binary - ### Work environment
| Questions | Answers
|------------------------------------------------------|--------------------
| OS/arch/bits (mandatory) | Debian x86/64
| File format of the file you reverse (mandatory) | ELF
| Architecture/bits of the file (mandatory) | x86/64
| `rizin -v` full output, **not truncated** (mandatory) | rizin 0.4.0-git @ linux-x86-64
### Expected behavior
I am just trying to redefine a var to a struct. I'm providing 2 binaries generated from the same code.
It works without a problem on the first one :
```
#> rizin working
-- This code was intentionally left blank, try 'e asm.arch=ws'
[0x00401060]> aaaa
[x] Analyze all flags starting with sym. and entry0 (aa)
[x] Analyze function calls (aac)
[x] Analyze len bytes of instructions for references (aar)
[x] Check for classes
[x] Type matching analysis for all functions (aaft)
[x] Propagate noreturn information
[x] Integrate dwarf function information.
[x] Use -AA or aaaa to perform additional experimental analysis.
[x] Finding function preludes
[x] Enable constraint types analysis for variables
[0x00401060]> s main
[0x00401146]> pdf
; DATA XREF from entry0 @ 0x401078
╭ int main (int argc, char **argv, char **envp);
│ ; var void *data @ rbp-0xe0
│ ; var int64_t var_60h @ rbp-0x60
│ ; var int64_t var_5h @ rbp-0x5
│ ; var unsigned long long pid @ rbp-0x4
│ 0x00401146 push rbp
│ 0x00401147 mov rbp, rsp
│ 0x0040114a sub rsp, 0xe0
│ 0x00401151 call sym.imp.fork
│ 0x00401156 mov dword [pid], eax
│ 0x00401159 cmp dword [pid], 0
│ ╭─< 0x0040115d jne 0x40116d
│ │ 0x0040115f mov eax, 1
│ │ 0x00401164 cdq
│ │ 0x00401165 idiv dword [pid]
│ │ 0x00401168 mov byte [var_5h], al
│ ╭──< 0x0040116b jmp 0x4011a6
│ ││ ; CODE XREF from main @ 0x40115d
│ │╰─> 0x0040116d lea rdx, [data]
│ │ 0x00401174 mov eax, dword [pid]
│ │ 0x00401177 mov rcx, rdx ; void *data
│ │ 0x0040117a mov edx, 0 ; void *addr
│ │ 0x0040117f mov esi, eax ; pid_t pid
│ │ 0x00401181 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401186 mov eax, 0
│ │ 0x0040118b call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401190 mov rax, qword [var_60h]
│ │ 0x00401194 mov rsi, rax
│ │ 0x00401197 mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x0040119c mov eax, 0
│ │ 0x004011a1 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40116b
│ ╰──> 0x004011a6 mov eax, 0
│ 0x004011ab leave
╰ 0x004011ac ret
[0x00401146]> to structs.h
[0x00401146]> afvt data user_regs_struct
[0x00401146]> pdf
; DATA XREF from entry0 @ 0x401078
╭ int main (int argc, char **argv, char **envp);
│ ; var struct user_regs_struct data @ rbp-0xe0
│ ; var int64_t var_5h @ rbp-0x5
│ ; var unsigned long long pid @ rbp-0x4
│ 0x00401146 push rbp
│ 0x00401147 mov rbp, rsp
│ 0x0040114a sub rsp, 0xe0
│ 0x00401151 call sym.imp.fork
│ 0x00401156 mov dword [pid], eax
│ 0x00401159 cmp dword [pid], 0
│ ╭─< 0x0040115d jne 0x40116d
│ │ 0x0040115f mov eax, 1
│ │ 0x00401164 cdq
│ │ 0x00401165 idiv dword [pid]
│ │ 0x00401168 mov byte [var_5h], al
│ ╭──< 0x0040116b jmp 0x4011a6
│ ││ ; CODE XREF from main @ 0x40115d
│ │╰─> 0x0040116d lea rdx, [data.r15]
│ │ 0x00401174 mov eax, dword [pid]
│ │ 0x00401177 mov rcx, rdx ; void *data
│ │ 0x0040117a mov edx, 0 ; void *addr
│ │ 0x0040117f mov esi, eax ; pid_t pid
│ │ 0x00401181 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401186 mov eax, 0
│ │ 0x0040118b call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401190 mov rax, qword [data.rip]
│ │ 0x00401194 mov rsi, rax
│ │ 0x00401197 mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x0040119c mov eax, 0
│ │ 0x004011a1 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40116b
│ ╰──> 0x004011a6 mov eax, 0
│ 0x004011ab leave
╰ 0x004011ac ret
```
### Actual behavior
When running the same commands on a binary built with gcc using the -Os flag, I get an error where the overlapping variables are unset but it does reference my struct params.
```
#> rizin issue
-- Enhance your graphs by increasing the size of the block and graph.depth eval variable.
[0x004010b0]> aaaa
[x] Analyze all flags starting with sym. and entry0 (aa)
[x] Analyze function calls (aac)
[x] Analyze len bytes of instructions for references (aar)
[x] Check for classes
[x] Type matching analysis for all functions (aaft)
[x] Propagate noreturn information
[x] Integrate dwarf function information.
[x] Use -AA or aaaa to perform additional experimental analysis.
[x] Finding function preludes
[x] Enable constraint types analysis for variables
[0x004010b0]> s main
[0x00401060]> pdf
; DATA XREF from entry0 @ 0x4010c8
;-- section..text:
╭ int main (int argc, char **argv, char **envp);
│ ; var void *data @ rsp+0x8
│ ; var int64_t var_88h @ rsp+0x88
│ 0x00401060 sub rsp, 0xe8 ; [15] -r-x section size 310 named .text
│ 0x00401067 call sym.imp.fork
│ 0x0040106c test eax, eax
│ ╭─< 0x0040106e je 0x401099
│ │ 0x00401070 mov esi, eax ; pid_t pid
│ │ 0x00401072 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401077 lea rcx, [data] ; void *data
│ │ 0x0040107c xor edx, edx ; void *addr
│ │ 0x0040107e xor eax, eax
│ │ 0x00401080 call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401085 mov rsi, qword [var_88h]
│ │ 0x0040108d mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x00401092 xor eax, eax
│ │ 0x00401094 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40106e
│ ╰─> 0x00401099 xor eax, eax
│ 0x0040109b add rsp, 0xe8
╰ 0x004010a2 ret
[0x00401060]> to structs.h
[0x00401060]> afvt data user_regs_struct
[0x00401060]> pdf
; DATA XREF from entry0 @ 0x4010c8
;-- section..text:
╭ int main (int argc, char **argv, char **envp);
│ ; var struct user_regs_struct data @ rsp+0x8
│ 0x00401060 sub rsp, 0xe8 ; [15] -r-x section size 310 named .text
│ 0x00401067 call sym.imp.fork
│ 0x0040106c test eax, eax
│ ╭─< 0x0040106e je 0x401099
│ │ 0x00401070 mov esi, eax ; pid_t pid
│ │ 0x00401072 mov edi, 0xc ; 12 ; void *ptrace_request
│ │ 0x00401077 lea rcx, [data.r15] ; void *data
│ │ 0x0040107c xor edx, edx ; void *addr
│ │ 0x0040107e xor eax, eax
│ │ 0x00401080 call sym.imp.ptrace ; long ptrace(void *ptrace_request, pid_t pid, void *addr, void *data)
│ │ 0x00401085 mov rsi, qword [rsp + 0x88]
│ │ 0x0040108d mov edi, str.rip_:_0x_x ; 0x402004 ; "rip : 0x%x\n" ; const char *format
│ │ 0x00401092 xor eax, eax
│ │ 0x00401094 call sym.imp.printf ; int printf(const char *format)
│ │ ; CODE XREF from main @ 0x40106e
│ ╰─> 0x00401099 xor eax, eax
│ 0x0040109b add rsp, 0xe8
╰ 0x004010a2 ret
```
### Steps to reproduce the behavior
[Working Binary](https://transfer.sh/S49Iyw/working)
[Issue Binary](https://transfer.sh/yvOqwI/issue)
### Additional Logs, screenshots, source code, configuration dump, ...
I'm loading the following struct :
```C
#include <stdint.h>
struct user_regs_struct
{
uint64_t r15;
uint64_t r14;
uint64_t r13;
uint64_t r12;
uint64_t rbp;
uint64_t rbx;
uint64_t r11;
uint64_t r10;
uint64_t r9;
uint64_t r8;
uint64_t rax;
uint64_t rcx;
uint64_t rdx;
uint64_t rsi;
uint64_t rdi;
uint64_t orig_rax;
uint64_t rip;
uint64_t cs;
uint64_t eflags;
uint64_t rsp;
uint64_t ss;
uint64_t fs_base;
uint64_t gs_base;
uint64_t ds;
uint64_t es;
uint64_t fs;
uint64_t gs;
};
``` | non_design | unable to correctly retype a var as struct on binary work environment questions answers os arch bits mandatory debian file format of the file you reverse mandatory elf architecture bits of the file mandatory rizin v full output not truncated mandatory rizin git linux expected behavior i am just trying to redefine a var to a struct i m providing binaries generated from the same code it works without a problem on the first one rizin working this code was intentionally left blank try e asm arch ws aaaa analyze all flags starting with sym and aa analyze function calls aac analyze len bytes of instructions for references aar check for classes type matching analysis for all functions aaft propagate noreturn information integrate dwarf function information use aa or aaaa to perform additional experimental analysis finding function preludes enable constraint types analysis for variables s main pdf data xref from ╭ int main int argc char argv char envp │ var void data rbp │ var t var rbp │ var t var rbp │ var unsigned long long pid rbp │ push rbp │ mov rbp rsp │ sub rsp │ call sym imp fork │ mov dword eax │ cmp dword │ ╭─ jne │ │ mov eax │ │ cdq │ │ idiv dword │ │ mov byte al │ ╭── jmp │ ││ code xref from main │ │╰─ lea rdx │ │ mov eax dword │ │ mov rcx rdx void data │ │ mov edx void addr │ │ mov esi eax pid t pid │ │ mov edi void ptrace request │ │ mov eax │ │ call sym imp ptrace long ptrace void ptrace request pid t pid void addr void data │ │ mov rax qword │ │ mov rsi rax │ │ mov edi str rip x rip x n const char format │ │ mov eax │ │ call sym imp printf int printf const char format │ │ code xref from main │ ╰── mov eax │ leave ╰ ret to structs h afvt data user regs struct pdf data xref from ╭ int main int argc char argv char envp │ var struct user regs struct data rbp │ var t var rbp │ var unsigned long long pid rbp │ push rbp │ mov rbp rsp │ sub rsp │ call sym imp fork │ mov dword eax │ cmp dword │ ╭─ jne │ │ mov eax │ │ cdq │ │ idiv dword │ │ mov byte al │ ╭── jmp │ ││ code xref from main │ │╰─ lea rdx │ │ mov eax dword │ │ mov rcx rdx void data │ │ mov edx void addr │ │ mov esi eax pid t pid │ │ mov edi void ptrace request │ │ mov eax │ │ call sym imp ptrace long ptrace void ptrace request pid t pid void addr void data │ │ mov rax qword │ │ mov rsi rax │ │ mov edi str rip x rip x n const char format │ │ mov eax │ │ call sym imp printf int printf const char format │ │ code xref from main │ ╰── mov eax │ leave ╰ ret actual behavior when running the same commands on a binary built with gcc using the os flag i get an error where the overlapping variables are unset but it does reference my struct params rizin issue enhance your graphs by increasing the size of the block and graph depth eval variable aaaa analyze all flags starting with sym and aa analyze function calls aac analyze len bytes of instructions for references aar check for classes type matching analysis for all functions aaft propagate noreturn information integrate dwarf function information use aa or aaaa to perform additional experimental analysis finding function preludes enable constraint types analysis for variables s main pdf data xref from section text ╭ int main int argc char argv char envp │ var void data rsp │ var t var rsp │ sub rsp r x section size named text │ call sym imp fork │ test eax eax │ ╭─ je │ │ mov esi eax pid t pid │ │ mov edi void ptrace request │ │ lea rcx void data │ │ xor edx edx void addr │ │ xor eax eax │ │ call sym imp ptrace long ptrace void ptrace request pid t pid void addr void data │ │ mov rsi qword │ │ mov edi str rip x rip x n const char format │ │ xor eax eax │ │ call sym imp printf int printf const char format │ │ code xref from main │ ╰─ xor eax eax │ add rsp ╰ ret to structs h afvt data user regs struct pdf data xref from section text ╭ int main int argc char argv char envp │ var struct user regs struct data rsp │ sub rsp r x section size named text │ call sym imp fork │ test eax eax │ ╭─ je │ │ mov esi eax pid t pid │ │ mov edi void ptrace request │ │ lea rcx void data │ │ xor edx edx void addr │ │ xor eax eax │ │ call sym imp ptrace long ptrace void ptrace request pid t pid void addr void data │ │ mov rsi qword │ │ mov edi str rip x rip x n const char format │ │ xor eax eax │ │ call sym imp printf int printf const char format │ │ code xref from main │ ╰─ xor eax eax │ add rsp ╰ ret steps to reproduce the behavior additional logs screenshots source code configuration dump i m loading the following struct c include struct user regs struct t t t t t rbp t rbx t t t t t rax t rcx t rdx t rsi t rdi t orig rax t rip t cs t eflags t rsp t ss t fs base t gs base t ds t es t fs t gs | 0 |
29,109 | 4,162,491,000 | IssuesEvent | 2016-06-17 20:37:31 | mxabierto/dgm | https://api.github.com/repos/mxabierto/dgm | closed | Ajustar fondo en página de categorías | redesign v6 UI/UX | Expandir a lo ancho de la pantalla, misma funcionalidad a la que se tiene en el landing

| 1.0 | Ajustar fondo en página de categorías - Expandir a lo ancho de la pantalla, misma funcionalidad a la que se tiene en el landing

| design | ajustar fondo en página de categorías expandir a lo ancho de la pantalla misma funcionalidad a la que se tiene en el landing | 1 |
81,228 | 10,113,539,470 | IssuesEvent | 2019-07-30 16:58:20 | material-components/material-components-ios | https://api.github.com/repos/material-components/material-components-ios | closed | [Typography] Have a single source of truth for fonts | [Typography] skill:API design skill:Client migrations type:Internal cleanup | We have a Typography singleton that maps a set of font styles (body, headline, caption, etc.) to a specific UIFont.
We also have [UIFont standardFontForStyle:] that also maps a set of font styles to a specific UIFont.
We should only have a single source of truth for fonts.
Typography Singleton:
By default, these fonts use the system font, but the font loader can be replaced with a custom font loader to return a specific font (Roboto for instance). Is often called internally by our components to determine their fonts.
[UIFont standardFont]:
Mimic's Apple's [UIFont preferredFont]. Does *not* allow font face customization. It always return system font.
We want the ability to customize font faces on a per component and per instance basis and will be exposing customFont properties on our text elements.
As such, we should migrate people to the new font properties and [UIFont mdc_standardFontForStyle:] APIs when possible.
<!-- Auto-generated content below, do not modify -->
---
#### Internal data
- Associated internal bug: [b/117179112](http://b/117179112) | 1.0 | [Typography] Have a single source of truth for fonts - We have a Typography singleton that maps a set of font styles (body, headline, caption, etc.) to a specific UIFont.
We also have [UIFont standardFontForStyle:] that also maps a set of font styles to a specific UIFont.
We should only have a single source of truth for fonts.
Typography Singleton:
By default, these fonts use the system font, but the font loader can be replaced with a custom font loader to return a specific font (Roboto for instance). Is often called internally by our components to determine their fonts.
[UIFont standardFont]:
Mimic's Apple's [UIFont preferredFont]. Does *not* allow font face customization. It always return system font.
We want the ability to customize font faces on a per component and per instance basis and will be exposing customFont properties on our text elements.
As such, we should migrate people to the new font properties and [UIFont mdc_standardFontForStyle:] APIs when possible.
<!-- Auto-generated content below, do not modify -->
---
#### Internal data
- Associated internal bug: [b/117179112](http://b/117179112) | design | have a single source of truth for fonts we have a typography singleton that maps a set of font styles body headline caption etc to a specific uifont we also have that also maps a set of font styles to a specific uifont we should only have a single source of truth for fonts typography singleton by default these fonts use the system font but the font loader can be replaced with a custom font loader to return a specific font roboto for instance is often called internally by our components to determine their fonts mimic s apple s does not allow font face customization it always return system font we want the ability to customize font faces on a per component and per instance basis and will be exposing customfont properties on our text elements as such we should migrate people to the new font properties and apis when possible internal data associated internal bug | 1 |
52,803 | 6,278,530,079 | IssuesEvent | 2017-07-18 14:32:59 | cloudfoundry/cf-java-client | https://api.github.com/repos/cloudfoundry/cf-java-client | closed | Complete services-based integration tests in client organizations | client integration-test | Once a test service broker is [available](https://github.com/cloudfoundry/cf-java-client/issues/619) complete the listServices integration tests in client organisations | 1.0 | Complete services-based integration tests in client organizations - Once a test service broker is [available](https://github.com/cloudfoundry/cf-java-client/issues/619) complete the listServices integration tests in client organisations | non_design | complete services based integration tests in client organizations once a test service broker is complete the listservices integration tests in client organisations | 0 |
96,037 | 3,963,680,049 | IssuesEvent | 2016-05-02 21:18:03 | rathena/rathena | https://api.github.com/repos/rathena/rathena | closed | daehyon card not working | bug:database mode:renewal priority:low server:map | it suppose to give me atk+100 when using 1hand or 2hand sword, but its not working. using rathena17071, and 2015-11-04aRagexe | 1.0 | daehyon card not working - it suppose to give me atk+100 when using 1hand or 2hand sword, but its not working. using rathena17071, and 2015-11-04aRagexe | non_design | daehyon card not working it suppose to give me atk when using or sword but its not working using and | 0 |
26,996 | 5,309,786,227 | IssuesEvent | 2017-02-12 14:20:31 | csf-dev/ZPT-Sharp | https://api.github.com/repos/csf-dev/ZPT-Sharp | closed | Reorganise docs website navigation | Documentation improvement | # Main navigation structure
Every page should present the following navigation structure in the page header area.
* First steps
* Why use ZPT-Sharp
* Hello World
* Learn ZPT syntax
* Usage
* ASP.NET MVC 5
* Command-line app
* As an API
* Diagnostics & debugging
* Reference
* METAL syntax
* TAL syntax
* TALES syntax
* API documentation
* Installation
* NuGet packages
* ZIP downloads
* Plugins
* Configuration
* Contribute
* Github project
* Issue tracker
* Writing plugins | 1.0 | Reorganise docs website navigation - # Main navigation structure
Every page should present the following navigation structure in the page header area.
* First steps
* Why use ZPT-Sharp
* Hello World
* Learn ZPT syntax
* Usage
* ASP.NET MVC 5
* Command-line app
* As an API
* Diagnostics & debugging
* Reference
* METAL syntax
* TAL syntax
* TALES syntax
* API documentation
* Installation
* NuGet packages
* ZIP downloads
* Plugins
* Configuration
* Contribute
* Github project
* Issue tracker
* Writing plugins | non_design | reorganise docs website navigation main navigation structure every page should present the following navigation structure in the page header area first steps why use zpt sharp hello world learn zpt syntax usage asp net mvc command line app as an api diagnostics debugging reference metal syntax tal syntax tales syntax api documentation installation nuget packages zip downloads plugins configuration contribute github project issue tracker writing plugins | 0 |
231,691 | 17,703,723,153 | IssuesEvent | 2021-08-25 03:39:22 | serilog-contrib/serilog-sinks-OnePageSink | https://api.github.com/repos/serilog-contrib/serilog-sinks-OnePageSink | opened | Add Serilog Sink icon to Serilog.Sinks.OnePageSink NuGet package | documentation | The `Serilog.Sinks.OnePageSink` NuGet package doesn't yet have an icon.

I suggest using the standard icon for sinks:

| 1.0 | Add Serilog Sink icon to Serilog.Sinks.OnePageSink NuGet package - The `Serilog.Sinks.OnePageSink` NuGet package doesn't yet have an icon.

I suggest using the standard icon for sinks:

| non_design | add serilog sink icon to serilog sinks onepagesink nuget package the serilog sinks onepagesink nuget package doesn t yet have an icon i suggest using the standard icon for sinks | 0 |
108,565 | 13,640,365,949 | IssuesEvent | 2020-09-25 12:38:34 | nowakprojects/SelfImprovement | https://api.github.com/repos/nowakprojects/SelfImprovement | closed | Value object in event sourcing | Domain-Driven Design Event Sourcing | - [x] StackOverflow: Value object in Event Sourcing
https://stackoverflow.com/questions/52356127/value-object-in-event-sourcing
- [x] Value Objects in Events too big
https://groups.google.com/g/dddcqrs/c/NRZKgXCTfds
Sławek Sobótka się pytał w 2011 | 1.0 | Value object in event sourcing - - [x] StackOverflow: Value object in Event Sourcing
https://stackoverflow.com/questions/52356127/value-object-in-event-sourcing
- [x] Value Objects in Events too big
https://groups.google.com/g/dddcqrs/c/NRZKgXCTfds
Sławek Sobótka się pytał w 2011 | design | value object in event sourcing stackoverflow value object in event sourcing value objects in events too big sławek sobótka się pytał w | 1 |
57,081 | 7,031,644,585 | IssuesEvent | 2017-12-26 19:27:03 | Microsoft/vscode | https://api.github.com/repos/Microsoft/vscode | closed | Prompting for user permission, but console is run | as-designed integrated-terminal ux | verifying #21635
1.16-insiders
Ubuntu 14.04 & Windows 64
- create a Node app `app.js`
- create a launch config that uses the integratedTerminal as console:
```
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/app.js",
"console": "integratedTerminal"
}
]
}
```
- in the workspace settings, have `"terminal.integrated.shell.linux": "/bin/zsh"`
- launch the programm
- dialog pops up 'Do you allow shell: "/bin/zsh" (defined as a workspace setting) to be launched in the terminal?'
- observe that the shell is started and the programm is launched without waiting for the user to allow or disallow.
| 1.0 | Prompting for user permission, but console is run - verifying #21635
1.16-insiders
Ubuntu 14.04 & Windows 64
- create a Node app `app.js`
- create a launch config that uses the integratedTerminal as console:
```
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceRoot}/app.js",
"console": "integratedTerminal"
}
]
}
```
- in the workspace settings, have `"terminal.integrated.shell.linux": "/bin/zsh"`
- launch the programm
- dialog pops up 'Do you allow shell: "/bin/zsh" (defined as a workspace setting) to be launched in the terminal?'
- observe that the shell is started and the programm is launched without waiting for the user to allow or disallow.
| design | prompting for user permission but console is run verifying insiders ubuntu windows create a node app app js create a launch config that uses the integratedterminal as console version configurations type node request launch name launch program program workspaceroot app js console integratedterminal in the workspace settings have terminal integrated shell linux bin zsh launch the programm dialog pops up do you allow shell bin zsh defined as a workspace setting to be launched in the terminal observe that the shell is started and the programm is launched without waiting for the user to allow or disallow | 1 |
14,546 | 3,276,122,514 | IssuesEvent | 2015-10-26 18:08:01 | alexgleason/harp-gui | https://api.github.com/repos/alexgleason/harp-gui | opened | Not responsive | design | The app has some problems at very small and large sizes. One solution could be to restrain how big or small the window can get, but ideally the user could choose a fairly wide range of sizes and still have good results. | 1.0 | Not responsive - The app has some problems at very small and large sizes. One solution could be to restrain how big or small the window can get, but ideally the user could choose a fairly wide range of sizes and still have good results. | design | not responsive the app has some problems at very small and large sizes one solution could be to restrain how big or small the window can get but ideally the user could choose a fairly wide range of sizes and still have good results | 1 |
424,820 | 12,323,705,008 | IssuesEvent | 2020-05-13 12:37:33 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1391] small improvements for claim with Shift. | Priority: Low | Step to reproduce:
- claim 2 deeds:

- delete Land Claim papers from inventory and toolbar.
- take Stake.
- try to claim with Shift (add top existing deed):

You at first have choosing window and then error that you haven't papers:

It should be only error that you haven't papers. | 1.0 | [0.9.0 staging-1391] small improvements for claim with Shift. - Step to reproduce:
- claim 2 deeds:

- delete Land Claim papers from inventory and toolbar.
- take Stake.
- try to claim with Shift (add top existing deed):

You at first have choosing window and then error that you haven't papers:

It should be only error that you haven't papers. | non_design | small improvements for claim with shift step to reproduce claim deeds delete land claim papers from inventory and toolbar take stake try to claim with shift add top existing deed you at first have choosing window and then error that you haven t papers it should be only error that you haven t papers | 0 |
467,033 | 13,439,372,999 | IssuesEvent | 2020-09-07 20:53:03 | lazerwalker/azure-mud | https://api.github.com/repos/lazerwalker/azure-mud | closed | The /move command doesn't properly reassign rooms | bug high priority | If you /move entryway from lounge, you can't hear what other people are saying/say anything and have other people hear it. It's weird! Refreshing the page fixes it (!??).
So...yeah, chew on that. | 1.0 | The /move command doesn't properly reassign rooms - If you /move entryway from lounge, you can't hear what other people are saying/say anything and have other people hear it. It's weird! Refreshing the page fixes it (!??).
So...yeah, chew on that. | non_design | the move command doesn t properly reassign rooms if you move entryway from lounge you can t hear what other people are saying say anything and have other people hear it it s weird refreshing the page fixes it so yeah chew on that | 0 |
28,225 | 12,810,654,627 | IssuesEvent | 2020-07-03 19:27:55 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Wrong classes and methods | Pri2 assigned-to-author cognitive-services/svc computer-vision/subsvc doc-bug triaged |
the code imports TextOperationStatusCodes instead of OperationStatusCodes
When the code checks the OCR result, it should be something like
if get_text_results.status == OperationStatusCodes.succeeded:
for text_result in get_text_results.analyze_result.read_results:
for line in text_result.lines:
print(line.text)
Used methods do not exist in the latest version of the library
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: ef96562d-099d-9400-c88c-ba0439e136a6
* Version Independent ID: 049314ea-8e68-50ee-3469-4d39c801fc54
* Content: [Quickstart: Computer Vision client library - Azure Cognitive Services](https://docs.microsoft.com/en-us/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-python#read-printed-and-handwritten-text)
* Content Source: [articles/cognitive-services/Computer-vision/quickstarts-sdk/client-library.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cognitive-services/Computer-vision/quickstarts-sdk/client-library.md)
* Service: **cognitive-services**
* Sub-service: **computer-vision**
* GitHub Login: @PatrickFarley
* Microsoft Alias: **pafarley** | 1.0 | Wrong classes and methods -
the code imports TextOperationStatusCodes instead of OperationStatusCodes
When the code checks the OCR result, it should be something like
if get_text_results.status == OperationStatusCodes.succeeded:
for text_result in get_text_results.analyze_result.read_results:
for line in text_result.lines:
print(line.text)
Used methods do not exist in the latest version of the library
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: ef96562d-099d-9400-c88c-ba0439e136a6
* Version Independent ID: 049314ea-8e68-50ee-3469-4d39c801fc54
* Content: [Quickstart: Computer Vision client library - Azure Cognitive Services](https://docs.microsoft.com/en-us/azure/cognitive-services/Computer-vision/quickstarts-sdk/client-library?pivots=programming-language-python#read-printed-and-handwritten-text)
* Content Source: [articles/cognitive-services/Computer-vision/quickstarts-sdk/client-library.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cognitive-services/Computer-vision/quickstarts-sdk/client-library.md)
* Service: **cognitive-services**
* Sub-service: **computer-vision**
* GitHub Login: @PatrickFarley
* Microsoft Alias: **pafarley** | non_design | wrong classes and methods the code imports textoperationstatuscodes instead of operationstatuscodes when the code checks the ocr result it should be something like if get text results status operationstatuscodes succeeded for text result in get text results analyze result read results for line in text result lines print line text used methods do not exist in the latest version of the library document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service cognitive services sub service computer vision github login patrickfarley microsoft alias pafarley | 0 |
365,063 | 10,775,180,084 | IssuesEvent | 2019-11-03 12:36:52 | crispy-computing-machine/Winbinder | https://api.github.com/repos/crispy-computing-machine/Winbinder | opened | Implement scrollable container | High priority enhancement | New control class: a scrollable window to contain images, checkbox lists and other controls. see Creating Scroll Bars in Windows API Help | 1.0 | Implement scrollable container - New control class: a scrollable window to contain images, checkbox lists and other controls. see Creating Scroll Bars in Windows API Help | non_design | implement scrollable container new control class a scrollable window to contain images checkbox lists and other controls see creating scroll bars in windows api help | 0 |
33,438 | 7,123,672,949 | IssuesEvent | 2018-01-19 16:08:18 | contao/core-bundle | https://api.github.com/repos/contao/core-bundle | opened | Update to Symfony 3.4 | defect | Now that the Symfony LTS version has been released, we should allow it in the `composer.json` file of our bundles. The version constraint should be one of
1. `^3.4`
2. `^3.3|^3.4`
I think I would prefer no. 1, because Symfony 3.3 is no longer maintained. On the other hand, there have been some changes in Symfony 3.4 which might not be 100% backwards compatible.
@contao/developers Which version constraint would you prefer?
| 1.0 | Update to Symfony 3.4 - Now that the Symfony LTS version has been released, we should allow it in the `composer.json` file of our bundles. The version constraint should be one of
1. `^3.4`
2. `^3.3|^3.4`
I think I would prefer no. 1, because Symfony 3.3 is no longer maintained. On the other hand, there have been some changes in Symfony 3.4 which might not be 100% backwards compatible.
@contao/developers Which version constraint would you prefer?
| non_design | update to symfony now that the symfony lts version has been released we should allow it in the composer json file of our bundles the version constraint should be one of i think i would prefer no because symfony is no longer maintained on the other hand there have been some changes in symfony which might not be backwards compatible contao developers which version constraint would you prefer | 0 |
68,239 | 3,285,224,119 | IssuesEvent | 2015-10-28 19:40:01 | ianopolous/Peergos | https://api.github.com/repos/ianopolous/Peergos | opened | If i try to submit a follow request with a person i already follow, no error message is displayed | bug priority:Low | Currently this scenario does not display an error message. | 1.0 | If i try to submit a follow request with a person i already follow, no error message is displayed - Currently this scenario does not display an error message. | non_design | if i try to submit a follow request with a person i already follow no error message is displayed currently this scenario does not display an error message | 0 |
152,770 | 24,013,324,860 | IssuesEvent | 2022-09-14 21:01:42 | department-of-veterans-affairs/vets-design-system-documentation | https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation | closed | Add accessibility documentation to design.va.gov for OMBInfo component | vsp-design-system-team | ## Description
We need to add any necessary accessibility guidance to the [OMBInfo component](https://design.va.gov/storybook/?path=/docs/components-ombinfo--default) documentation on design.va.gov.
## Details
The audience for this documentation is designers and frontend engineers using these components. The documentation needs to be focused on things that someone would need to know in order to use this component.
If you determine that there are no accessibility considerations that designers and engineers need know when using this component, we can close this ticket.
## Acceptance Criteria
- [ ] Write up any accessibility considerations for designers and engineers using the OMBInfo component
- [ ] Add the considerations to design.va.gov. | 1.0 | Add accessibility documentation to design.va.gov for OMBInfo component - ## Description
We need to add any necessary accessibility guidance to the [OMBInfo component](https://design.va.gov/storybook/?path=/docs/components-ombinfo--default) documentation on design.va.gov.
## Details
The audience for this documentation is designers and frontend engineers using these components. The documentation needs to be focused on things that someone would need to know in order to use this component.
If you determine that there are no accessibility considerations that designers and engineers need know when using this component, we can close this ticket.
## Acceptance Criteria
- [ ] Write up any accessibility considerations for designers and engineers using the OMBInfo component
- [ ] Add the considerations to design.va.gov. | design | add accessibility documentation to design va gov for ombinfo component description we need to add any necessary accessibility guidance to the documentation on design va gov details the audience for this documentation is designers and frontend engineers using these components the documentation needs to be focused on things that someone would need to know in order to use this component if you determine that there are no accessibility considerations that designers and engineers need know when using this component we can close this ticket acceptance criteria write up any accessibility considerations for designers and engineers using the ombinfo component add the considerations to design va gov | 1 |
251,425 | 27,162,689,097 | IssuesEvent | 2023-02-17 13:10:36 | hejny/czech.events | https://api.github.com/repos/hejny/czech.events | opened | CVE-2022-46175 (High) detected in json5-2.1.3.tgz | security vulnerability | ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json5-2.1.3.tgz</b></p></summary>
<p>JSON for humans.</p>
<p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.1.3.tgz">https://registry.npmjs.org/json5/-/json5-2.1.3.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/json5/package.json</p>
<p>
Dependency Hierarchy:
- :x: **json5-2.1.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/hejny/czech.events/commit/b499881cc1f0f20f19e634f0d6fa750699f3ea92">b499881cc1f0f20f19e634f0d6fa750699f3ea92</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including versions 1.0.1 and 2.2.1 does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 versions 1.0.2, 2.2.2, and later.
<p>Publish Date: 2022-12-24
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p>
<p>Release Date: 2022-12-24</p>
<p>Fix Resolution: 2.2.2</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-2022-46175 (High) detected in json5-2.1.3.tgz - ## CVE-2022-46175 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>json5-2.1.3.tgz</b></p></summary>
<p>JSON for humans.</p>
<p>Library home page: <a href="https://registry.npmjs.org/json5/-/json5-2.1.3.tgz">https://registry.npmjs.org/json5/-/json5-2.1.3.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/json5/package.json</p>
<p>
Dependency Hierarchy:
- :x: **json5-2.1.3.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/hejny/czech.events/commit/b499881cc1f0f20f19e634f0d6fa750699f3ea92">b499881cc1f0f20f19e634f0d6fa750699f3ea92</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
JSON5 is an extension to the popular JSON file format that aims to be easier to write and maintain by hand (e.g. for config files). The `parse` method of the JSON5 library before and including versions 1.0.1 and 2.2.1 does not restrict parsing of keys named `__proto__`, allowing specially crafted strings to pollute the prototype of the resulting object. This vulnerability pollutes the prototype of the object returned by `JSON5.parse` and not the global Object prototype, which is the commonly understood definition of Prototype Pollution. However, polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations. This vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from `JSON5.parse`. The actual impact will depend on how applications utilize the returned object and how they filter unwanted keys, but could include denial of service, cross-site scripting, elevation of privilege, and in extreme cases, remote code execution. `JSON5.parse` should restrict parsing of `__proto__` keys when parsing JSON strings to objects. As a point of reference, the `JSON.parse` method included in JavaScript ignores `__proto__` keys. Simply changing `JSON5.parse` to `JSON.parse` in the examples above mitigates this vulnerability. This vulnerability is patched in json5 versions 1.0.2, 2.2.2, and later.
<p>Publish Date: 2022-12-24
<p>URL: <a href=https://www.mend.io/vulnerability-database/CVE-2022-46175>CVE-2022-46175</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.8</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.cve.org/CVERecord?id=CVE-2022-46175">https://www.cve.org/CVERecord?id=CVE-2022-46175</a></p>
<p>Release Date: 2022-12-24</p>
<p>Fix Resolution: 2.2.2</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with Mend [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_design | cve high detected in tgz cve high severity vulnerability vulnerable library tgz json for humans library home page a href path to dependency file package json path to vulnerable library node modules package json dependency hierarchy x tgz vulnerable library found in head commit a href found in base branch main vulnerability details is an extension to the popular json file format that aims to be easier to write and maintain by hand e g for config files the parse method of the library before and including versions and does not restrict parsing of keys named proto allowing specially crafted strings to pollute the prototype of the resulting object this vulnerability pollutes the prototype of the object returned by parse and not the global object prototype which is the commonly understood definition of prototype pollution however polluting the prototype of a single object can have significant security impact for an application if the object is later used in trusted operations this vulnerability could allow an attacker to set arbitrary and unexpected keys on the object returned from parse the actual impact will depend on how applications utilize the returned object and how they filter unwanted keys but could include denial of service cross site scripting elevation of privilege and in extreme cases remote code execution parse should restrict parsing of proto keys when parsing json strings to objects as a point of reference the json parse method included in javascript ignores proto keys simply changing parse to json parse in the examples above mitigates this vulnerability this vulnerability is patched in versions and later publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with mend | 0 |
282,751 | 8,710,098,955 | IssuesEvent | 2018-12-06 15:37:05 | semperfiwebdesign/all-in-one-seo-pack | https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack | closed | No SEO output on homepage when there are no posts | Bug Priority | High | Reported by David Tiong (by email) and Shaul Hader (https://wordpress.org/support/topic/after-the-update-the-plug-in-does-not-work/)
The bug occurs in the v2.9 release and happens when Settings > Reading > Your homepage displays is set to Your latest posts. If there are no posts on the site then AIOSEOP doesn't output anything in teh source code of the homepage. This bug was introduce in v2.9.
To reproduce this follow these steps:
1. Create a new site with no posts
2. Go to Settings > Reading and set Your homepage displays to Your latest posts
3. Go to All in One SEO Pack > Home Page Settings and add a title and description
4. View the source code of the homepage and you'll see that nothing is being output by AIOSEOP
5. Add a post and then view the source code of the homepage and you'll see that now AIOSEOP is outputting the title and description
| 1.0 | No SEO output on homepage when there are no posts - Reported by David Tiong (by email) and Shaul Hader (https://wordpress.org/support/topic/after-the-update-the-plug-in-does-not-work/)
The bug occurs in the v2.9 release and happens when Settings > Reading > Your homepage displays is set to Your latest posts. If there are no posts on the site then AIOSEOP doesn't output anything in teh source code of the homepage. This bug was introduce in v2.9.
To reproduce this follow these steps:
1. Create a new site with no posts
2. Go to Settings > Reading and set Your homepage displays to Your latest posts
3. Go to All in One SEO Pack > Home Page Settings and add a title and description
4. View the source code of the homepage and you'll see that nothing is being output by AIOSEOP
5. Add a post and then view the source code of the homepage and you'll see that now AIOSEOP is outputting the title and description
| non_design | no seo output on homepage when there are no posts reported by david tiong by email and shaul hader the bug occurs in the release and happens when settings reading your homepage displays is set to your latest posts if there are no posts on the site then aioseop doesn t output anything in teh source code of the homepage this bug was introduce in to reproduce this follow these steps create a new site with no posts go to settings reading and set your homepage displays to your latest posts go to all in one seo pack home page settings and add a title and description view the source code of the homepage and you ll see that nothing is being output by aioseop add a post and then view the source code of the homepage and you ll see that now aioseop is outputting the title and description | 0 |
63,183 | 15,496,645,529 | IssuesEvent | 2021-03-11 03:04:14 | MarlinFirmware/Marlin | https://api.github.com/repos/MarlinFirmware/Marlin | closed | [BUG] wrong file format being uploaded into MCU memory (STM32) by VSCode / PIO | A: STM32 C: Build / Toolchain | ### Bug Description
Hardware: Bigtreetech SKR MINI E3 V2.0 (STM32F103RCT6) + TFT24 Display (serial connection)
A couple of days ago I somehow killed my SKR MINI E3 V2.0 Control Board via SD-Update.
In order to bring it back to live i tried to update it via VSCode / PIO (openocd) using STLink.
When I upload the compiled firmware onto the board using STLink, the board remains dead (no USB Connection, "No Printer attached" on the TFT24).
After some research i readed the MCU flash memory back using ST Visual Programmer and found out, that the first chars were **.ELF**.
STVP also tells me, that the MCU is not programmed.
STVP also tells me, that the *.bin file generated by VSCode is not an Intel Hex Format, when I try to uplad it "manually" to the board.
- tested with bugfix-2.0.x (Downloaded on 06.03.2021)
- no similar bug-reports on the internet
### Configuration Files
Zip File included:
[Marlin-Bugfix-2.0.x BTT_SKR_Mini_E3 Configs.zip](https://github.com/MarlinFirmware/Marlin/files/6097213/Marlin-Bugfix-2.0.x.BTT_SKR_Mini_E3.Configs.zip)
### Steps to Reproduce
1. Build the Firmware in VS Code / PIO
2. Upload Firmware via VS Code / PIO and STLink
3. read MCU Memory back via STVP
**Expected behavior:**
Readback of the MCU memory via STVP shows **no** ".ELF" as first bytes.
SD Card Bootloader works.
Board becomes recognized by a PC as a USB Serial Device,
"No Printer attached" on TFT24 disappears after a short period of time.
**Actual behavior:**
Readback of the MCU memory via STVP **shows** ".ELF" as first bytes.
SD Card Bootloader does not work.
Board becomes not recognized by a PC as a USB Serial Device.
"No Printer attached" on TFT24 does not disappear.
#### Additional Information
**Flash Content**

**Error Message STVP**

The board worked just fine, before i flashed it with the current firmware compiled by MSVC / PIO | 1.0 | [BUG] wrong file format being uploaded into MCU memory (STM32) by VSCode / PIO - ### Bug Description
Hardware: Bigtreetech SKR MINI E3 V2.0 (STM32F103RCT6) + TFT24 Display (serial connection)
A couple of days ago I somehow killed my SKR MINI E3 V2.0 Control Board via SD-Update.
In order to bring it back to live i tried to update it via VSCode / PIO (openocd) using STLink.
When I upload the compiled firmware onto the board using STLink, the board remains dead (no USB Connection, "No Printer attached" on the TFT24).
After some research i readed the MCU flash memory back using ST Visual Programmer and found out, that the first chars were **.ELF**.
STVP also tells me, that the MCU is not programmed.
STVP also tells me, that the *.bin file generated by VSCode is not an Intel Hex Format, when I try to uplad it "manually" to the board.
- tested with bugfix-2.0.x (Downloaded on 06.03.2021)
- no similar bug-reports on the internet
### Configuration Files
Zip File included:
[Marlin-Bugfix-2.0.x BTT_SKR_Mini_E3 Configs.zip](https://github.com/MarlinFirmware/Marlin/files/6097213/Marlin-Bugfix-2.0.x.BTT_SKR_Mini_E3.Configs.zip)
### Steps to Reproduce
1. Build the Firmware in VS Code / PIO
2. Upload Firmware via VS Code / PIO and STLink
3. read MCU Memory back via STVP
**Expected behavior:**
Readback of the MCU memory via STVP shows **no** ".ELF" as first bytes.
SD Card Bootloader works.
Board becomes recognized by a PC as a USB Serial Device,
"No Printer attached" on TFT24 disappears after a short period of time.
**Actual behavior:**
Readback of the MCU memory via STVP **shows** ".ELF" as first bytes.
SD Card Bootloader does not work.
Board becomes not recognized by a PC as a USB Serial Device.
"No Printer attached" on TFT24 does not disappear.
#### Additional Information
**Flash Content**

**Error Message STVP**

The board worked just fine, before i flashed it with the current firmware compiled by MSVC / PIO | non_design | wrong file format being uploaded into mcu memory by vscode pio bug description hardware bigtreetech skr mini display serial connection a couple of days ago i somehow killed my skr mini control board via sd update in order to bring it back to live i tried to update it via vscode pio openocd using stlink when i upload the compiled firmware onto the board using stlink the board remains dead no usb connection no printer attached on the after some research i readed the mcu flash memory back using st visual programmer and found out that the first chars were elf stvp also tells me that the mcu is not programmed stvp also tells me that the bin file generated by vscode is not an intel hex format when i try to uplad it manually to the board tested with bugfix x downloaded on no similar bug reports on the internet configuration files zip file included steps to reproduce build the firmware in vs code pio upload firmware via vs code pio and stlink read mcu memory back via stvp expected behavior readback of the mcu memory via stvp shows no elf as first bytes sd card bootloader works board becomes recognized by a pc as a usb serial device no printer attached on disappears after a short period of time actual behavior readback of the mcu memory via stvp shows elf as first bytes sd card bootloader does not work board becomes not recognized by a pc as a usb serial device no printer attached on does not disappear additional information flash content error message stvp the board worked just fine before i flashed it with the current firmware compiled by msvc pio | 0 |
117,268 | 15,084,764,290 | IssuesEvent | 2021-02-05 17:38:04 | department-of-veterans-affairs/vets-design-system-documentation | https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation | closed | Email template design | vsp-design-system-team | # Feature Request
Email communication template
- [x] I’ve searched for any related issues and avoided creating a duplicate issue.
## Is this feature request relating to an existing component or utility? Please describe.
No
## Do you have a suggestion for a new component or utility?
We have created an email template to be used to notify Veterans that their disability compensation claim submitted on va.gov was received (see screen below). While this is one use case, the overall template is something that should be reused for future email notifications.
## Additional context
The template draws from the design system styles. However, many email clients do not allow for non-standard fonts. The below mockup uses Arial instead.

| 1.0 | Email template design - # Feature Request
Email communication template
- [x] I’ve searched for any related issues and avoided creating a duplicate issue.
## Is this feature request relating to an existing component or utility? Please describe.
No
## Do you have a suggestion for a new component or utility?
We have created an email template to be used to notify Veterans that their disability compensation claim submitted on va.gov was received (see screen below). While this is one use case, the overall template is something that should be reused for future email notifications.
## Additional context
The template draws from the design system styles. However, many email clients do not allow for non-standard fonts. The below mockup uses Arial instead.

| design | email template design feature request email communication template i’ve searched for any related issues and avoided creating a duplicate issue is this feature request relating to an existing component or utility please describe no do you have a suggestion for a new component or utility we have created an email template to be used to notify veterans that their disability compensation claim submitted on va gov was received see screen below while this is one use case the overall template is something that should be reused for future email notifications additional context the template draws from the design system styles however many email clients do not allow for non standard fonts the below mockup uses arial instead | 1 |
182,129 | 14,900,731,967 | IssuesEvent | 2021-01-21 15:43:03 | TharinduDR/TransQuest | https://api.github.com/repos/TharinduDR/TransQuest | reopened | Bug when using documentation training example code on Windows | documentation | Hello there and thanks for the release! I noticed a bug when using the code from [here](https://tharindudr.github.io/TransQuest/architectures/)
```Python
from transquest.algo.transformers.evaluation import pearson_corr, spearman_corr
from sklearn.metrics import mean_absolute_error
from transquest.algo.transformers.run_model import QuestModel
import torch
model = QuestModel("xlmroberta", "xlm-roberta-large", num_labels=1, use_cuda=torch.cuda.is_available(),
args=transformer_config)
model.train_model(train_df, eval_df=eval_df, pearson_corr=pearson_corr, spearman_corr=spearman_corr,
mae=mean_absolute_error)
```
This code does not run properly **on Windows**. To have multi-processing work properly on Windows, you need to wrap this code like so:
```Python
from transquest.algo.transformers.evaluation import pearson_corr, spearman_corr
from sklearn.metrics import mean_absolute_error
from transquest.algo.transformers.run_model import QuestModel
import torch
def main():
model = QuestModel("xlmroberta", "xlm-roberta-large", num_labels=1, use_cuda=torch.cuda.is_available(),
args=transformer_config)
model.train_model(train_df, eval_df=eval_df, pearson_corr=pearson_corr, spearman_corr=spearman_corr,
mae=mean_absolute_error)
if __name__ == '__main__':
main()
```
I thought I should let you know, so that you can update your documentation page. Cheers!
P.S. Looking forward to using the pretrained En-* and *-* models, once released. | 1.0 | Bug when using documentation training example code on Windows - Hello there and thanks for the release! I noticed a bug when using the code from [here](https://tharindudr.github.io/TransQuest/architectures/)
```Python
from transquest.algo.transformers.evaluation import pearson_corr, spearman_corr
from sklearn.metrics import mean_absolute_error
from transquest.algo.transformers.run_model import QuestModel
import torch
model = QuestModel("xlmroberta", "xlm-roberta-large", num_labels=1, use_cuda=torch.cuda.is_available(),
args=transformer_config)
model.train_model(train_df, eval_df=eval_df, pearson_corr=pearson_corr, spearman_corr=spearman_corr,
mae=mean_absolute_error)
```
This code does not run properly **on Windows**. To have multi-processing work properly on Windows, you need to wrap this code like so:
```Python
from transquest.algo.transformers.evaluation import pearson_corr, spearman_corr
from sklearn.metrics import mean_absolute_error
from transquest.algo.transformers.run_model import QuestModel
import torch
def main():
model = QuestModel("xlmroberta", "xlm-roberta-large", num_labels=1, use_cuda=torch.cuda.is_available(),
args=transformer_config)
model.train_model(train_df, eval_df=eval_df, pearson_corr=pearson_corr, spearman_corr=spearman_corr,
mae=mean_absolute_error)
if __name__ == '__main__':
main()
```
I thought I should let you know, so that you can update your documentation page. Cheers!
P.S. Looking forward to using the pretrained En-* and *-* models, once released. | non_design | bug when using documentation training example code on windows hello there and thanks for the release i noticed a bug when using the code from python from transquest algo transformers evaluation import pearson corr spearman corr from sklearn metrics import mean absolute error from transquest algo transformers run model import questmodel import torch model questmodel xlmroberta xlm roberta large num labels use cuda torch cuda is available args transformer config model train model train df eval df eval df pearson corr pearson corr spearman corr spearman corr mae mean absolute error this code does not run properly on windows to have multi processing work properly on windows you need to wrap this code like so python from transquest algo transformers evaluation import pearson corr spearman corr from sklearn metrics import mean absolute error from transquest algo transformers run model import questmodel import torch def main model questmodel xlmroberta xlm roberta large num labels use cuda torch cuda is available args transformer config model train model train df eval df eval df pearson corr pearson corr spearman corr spearman corr mae mean absolute error if name main main i thought i should let you know so that you can update your documentation page cheers p s looking forward to using the pretrained en and models once released | 0 |
58,449 | 7,155,024,168 | IssuesEvent | 2018-01-26 10:56:12 | buzzn/scrum | https://api.github.com/repos/buzzn/scrum | opened | stale data check | DISPLAY LIVE Design needed bug | **User story**
As a user
I want to be alerted if the data I am changing has been altered by another user in the meantime
so I don't corrupt the data.
---
**Definition of done**
- [ ] when 409 (stale data error) is encountered, show sticky notification (s-alert) that another user has updated the data.
- [ ] allow to copy data from page (cut&paster or screenshot)
- [ ] in notification, show action to reload page with latest saved data and place in view mode.
---
**XD**
- [ ] design alert style
---
**i18n**
The following German texts and English translations should be used:
- ...
---
**Technical details**
_Frontend_
- [ ] ...
_Backend_
- [ ] ...
| 1.0 | stale data check - **User story**
As a user
I want to be alerted if the data I am changing has been altered by another user in the meantime
so I don't corrupt the data.
---
**Definition of done**
- [ ] when 409 (stale data error) is encountered, show sticky notification (s-alert) that another user has updated the data.
- [ ] allow to copy data from page (cut&paster or screenshot)
- [ ] in notification, show action to reload page with latest saved data and place in view mode.
---
**XD**
- [ ] design alert style
---
**i18n**
The following German texts and English translations should be used:
- ...
---
**Technical details**
_Frontend_
- [ ] ...
_Backend_
- [ ] ...
| design | stale data check user story as a user i want to be alerted if the data i am changing has been altered by another user in the meantime so i don t corrupt the data definition of done when stale data error is encountered show sticky notification s alert that another user has updated the data allow to copy data from page cut paster or screenshot in notification show action to reload page with latest saved data and place in view mode xd design alert style the following german texts and english translations should be used technical details frontend backend | 1 |
122,568 | 16,174,562,591 | IssuesEvent | 2021-05-03 03:00:01 | SLB-Pizza/radio-pizza | https://api.github.com/repos/SLB-Pizza/radio-pizza | closed | Create CMS Slices for editorial use in the CMS | data/CMS design/layout design/storybook feature | ## What's the expected behavior?
All pages that require CMS Slices have access to/pull data from them in their:
- CMS Custom Type (adding it to the Slice Zone)
- CMS Document Creation
- Repeatable page index e.g. `/features/
- Repeated page template e.g. `/features/:uid`
## What page/new page is this for?
ALL: #11
- `/`
- `/features`
- `/mixes` - #9, #58, #80
- `/residents` - #8, #39
- `/about`
- `/support` - #63
## File(s) involved, include line(s) if known
`/` index pages belong in `/src/pages/`. These will programmatically link out to the repeatable pages as defined in `gatsby-config`.
### CMS Slices
- **Blockquote**: created in CMS, built in React, passed into `SliceZone`
- **FullWidthImage**: created in CMS, built in React, passed into `SliceZone`
- **HeadlineBlock**: created in CMS, built in React, passed into `SliceZone`
- **OneImageAndText**: created in CMS, built in React, passed into `SliceZone`
- **ParallaxHeadline**: created in CMS, built in React, passed into `SliceZone`
- **TextBlock**: created in CMS, built in React, passed into `SliceZone`
- **TwoImagesAndText**: created in CMS, built in React, passed into `SliceZone`
---
### Layout Helpers
- **ImageHelper**: built in React, called upon by Slices
- **ContentHelper**: built in React, called upon by Slices
## Related Issues
See #38 for examples of the process - [this specifically](https://github.com/SLB-Pizza/radio-pizza/issues/38#issuecomment-675071372).
See #117 for details about layout compliance.
| 2.0 | Create CMS Slices for editorial use in the CMS - ## What's the expected behavior?
All pages that require CMS Slices have access to/pull data from them in their:
- CMS Custom Type (adding it to the Slice Zone)
- CMS Document Creation
- Repeatable page index e.g. `/features/
- Repeated page template e.g. `/features/:uid`
## What page/new page is this for?
ALL: #11
- `/`
- `/features`
- `/mixes` - #9, #58, #80
- `/residents` - #8, #39
- `/about`
- `/support` - #63
## File(s) involved, include line(s) if known
`/` index pages belong in `/src/pages/`. These will programmatically link out to the repeatable pages as defined in `gatsby-config`.
### CMS Slices
- **Blockquote**: created in CMS, built in React, passed into `SliceZone`
- **FullWidthImage**: created in CMS, built in React, passed into `SliceZone`
- **HeadlineBlock**: created in CMS, built in React, passed into `SliceZone`
- **OneImageAndText**: created in CMS, built in React, passed into `SliceZone`
- **ParallaxHeadline**: created in CMS, built in React, passed into `SliceZone`
- **TextBlock**: created in CMS, built in React, passed into `SliceZone`
- **TwoImagesAndText**: created in CMS, built in React, passed into `SliceZone`
---
### Layout Helpers
- **ImageHelper**: built in React, called upon by Slices
- **ContentHelper**: built in React, called upon by Slices
## Related Issues
See #38 for examples of the process - [this specifically](https://github.com/SLB-Pizza/radio-pizza/issues/38#issuecomment-675071372).
See #117 for details about layout compliance.
| design | create cms slices for editorial use in the cms what s the expected behavior all pages that require cms slices have access to pull data from them in their cms custom type adding it to the slice zone cms document creation repeatable page index e g features repeated page template e g features uid what page new page is this for all features mixes residents about support file s involved include line s if known index pages belong in src pages these will programmatically link out to the repeatable pages as defined in gatsby config cms slices blockquote created in cms built in react passed into slicezone fullwidthimage created in cms built in react passed into slicezone headlineblock created in cms built in react passed into slicezone oneimageandtext created in cms built in react passed into slicezone parallaxheadline created in cms built in react passed into slicezone textblock created in cms built in react passed into slicezone twoimagesandtext created in cms built in react passed into slicezone layout helpers imagehelper built in react called upon by slices contenthelper built in react called upon by slices related issues see for examples of the process see for details about layout compliance | 1 |
64,197 | 7,776,521,347 | IssuesEvent | 2018-06-05 08:20:59 | ryuichl/v3-report | https://api.github.com/repos/ryuichl/v3-report | closed | 【建議】「套版管理」中燈號辨別 | UI/UX need-design | 目前套版管理中分兩種燈號
無燈號:關閉的套版
綠燈:通過審核未發佈+通過審核已發佈
(已與Judy確認過燈號類型)
希望可以增加一種燈號 方便辨識該專案是否有發布在線上,建議如下:
黃燈:通過審核未發佈
綠燈:通過審核已發佈
以方便套版管理者辨別狀態與管理套版,感恩 | 1.0 | 【建議】「套版管理」中燈號辨別 - 目前套版管理中分兩種燈號
無燈號:關閉的套版
綠燈:通過審核未發佈+通過審核已發佈
(已與Judy確認過燈號類型)
希望可以增加一種燈號 方便辨識該專案是否有發布在線上,建議如下:
黃燈:通過審核未發佈
綠燈:通過審核已發佈
以方便套版管理者辨別狀態與管理套版,感恩 | design | 【建議】「套版管理」中燈號辨別 目前套版管理中分兩種燈號 無燈號:關閉的套版 綠燈:通過審核未發佈+通過審核已發佈 (已與judy確認過燈號類型) 希望可以增加一種燈號 方便辨識該專案是否有發布在線上,建議如下: 黃燈:通過審核未發佈 綠燈:通過審核已發佈 以方便套版管理者辨別狀態與管理套版,感恩 | 1 |
123,181 | 16,452,872,270 | IssuesEvent | 2021-05-21 08:30:16 | nextcloud/server | https://api.github.com/repos/nextcloud/server | closed | "Your apps" does not indicate enabled/disabled apps | 1. to develop design feature: apps management papercut | The "Your apps" listing should indicate which apps are enabled and which are disabled. | 1.0 | "Your apps" does not indicate enabled/disabled apps - The "Your apps" listing should indicate which apps are enabled and which are disabled. | design | your apps does not indicate enabled disabled apps the your apps listing should indicate which apps are enabled and which are disabled | 1 |
121,993 | 16,065,060,919 | IssuesEvent | 2021-04-23 17:44:05 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | FlexibleSpaceBar incompatible when AppBar.toolbarHeight is larger than ktoolbarHeight | a: quality f: material design framework | The `AppBar` supports `flexibleSpace` - even though it doe not actually collapse unless animated or otherwise manually.
However, the `Opacity` calculation for the `FlexibleSpaceBar.background` dow not account for the AppBar using a different `toolbarHeight`.
For example, this computes an opacity of 0 for the background, resulting in nothing being painted:
```dart
MaterialApp(
home: Scaffold(
appBar: AppBar(
toolbarHeight: 300,
flexibleSpace: const FlexibleSpaceBar(
title: Text('Title'),
// Invisible and how! :)
background: Text('Background'),
collapseMode: CollapseMode.pin,
),
),
body: CustomScrollView(
primary: true,
slivers: <Widget>[
SliverToBoxAdapter(
child: Container(
height: 1200.0,
color: Colors.orange[400],
),
),
],
),
),
),
``` | 1.0 | FlexibleSpaceBar incompatible when AppBar.toolbarHeight is larger than ktoolbarHeight - The `AppBar` supports `flexibleSpace` - even though it doe not actually collapse unless animated or otherwise manually.
However, the `Opacity` calculation for the `FlexibleSpaceBar.background` dow not account for the AppBar using a different `toolbarHeight`.
For example, this computes an opacity of 0 for the background, resulting in nothing being painted:
```dart
MaterialApp(
home: Scaffold(
appBar: AppBar(
toolbarHeight: 300,
flexibleSpace: const FlexibleSpaceBar(
title: Text('Title'),
// Invisible and how! :)
background: Text('Background'),
collapseMode: CollapseMode.pin,
),
),
body: CustomScrollView(
primary: true,
slivers: <Widget>[
SliverToBoxAdapter(
child: Container(
height: 1200.0,
color: Colors.orange[400],
),
),
],
),
),
),
``` | design | flexiblespacebar incompatible when appbar toolbarheight is larger than ktoolbarheight the appbar supports flexiblespace even though it doe not actually collapse unless animated or otherwise manually however the opacity calculation for the flexiblespacebar background dow not account for the appbar using a different toolbarheight for example this computes an opacity of for the background resulting in nothing being painted dart materialapp home scaffold appbar appbar toolbarheight flexiblespace const flexiblespacebar title text title invisible and how background text background collapsemode collapsemode pin body customscrollview primary true slivers slivertoboxadapter child container height color colors orange | 1 |
77,786 | 27,163,005,850 | IssuesEvent | 2023-02-17 13:25:02 | openzfs/zfs | https://api.github.com/repos/openzfs/zfs | opened | "zpool status -c lsblk" shows wrong size (whole parent disk size instead of partition size) | Type: Defect | <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list archives.
Please fill in as much of the template as possible.
-->
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name |all
Distribution Version |all
Kernel Version |all
Architecture |all
OpenZFS Version |all
<!--
Command to find OpenZFS version:
zfs version
Commands to find kernel version:
uname -r # Linux
freebsd-version -r # FreeBSD
-->
### Describe the problem you're observing
I think zpool status still has somewhere remnants of "whole disk" assumption philosopy
### Describe how to reproduce the problem
add partitions as vdevs, then
````
$ zpool status -LPc lsblk | grep sda1
/dev/sda1 ONLINE 0 0 0 119.2G ATA Samsung SSD 850
$ lsblk -n -o SIZE /dev/sda1
1G
````
### Include any warning/errors/backtraces from the system logs
<!--
*IMPORTANT* - Please mark logs and text output from terminal commands
or else Github will not display them correctly.
An example is provided below.
Example:
```
this is an example how log text should be marked (wrap it with ```)
```
-->
| 1.0 | "zpool status -c lsblk" shows wrong size (whole parent disk size instead of partition size) - <!-- Please fill out the following template, which will help other contributors address your issue. -->
<!--
Thank you for reporting an issue.
*IMPORTANT* - Please check our issue tracker before opening a new issue.
Additional valuable information can be found in the OpenZFS documentation
and mailing list archives.
Please fill in as much of the template as possible.
-->
### System information
<!-- add version after "|" character -->
Type | Version/Name
--- | ---
Distribution Name |all
Distribution Version |all
Kernel Version |all
Architecture |all
OpenZFS Version |all
<!--
Command to find OpenZFS version:
zfs version
Commands to find kernel version:
uname -r # Linux
freebsd-version -r # FreeBSD
-->
### Describe the problem you're observing
I think zpool status still has somewhere remnants of "whole disk" assumption philosopy
### Describe how to reproduce the problem
add partitions as vdevs, then
````
$ zpool status -LPc lsblk | grep sda1
/dev/sda1 ONLINE 0 0 0 119.2G ATA Samsung SSD 850
$ lsblk -n -o SIZE /dev/sda1
1G
````
### Include any warning/errors/backtraces from the system logs
<!--
*IMPORTANT* - Please mark logs and text output from terminal commands
or else Github will not display them correctly.
An example is provided below.
Example:
```
this is an example how log text should be marked (wrap it with ```)
```
-->
| non_design | zpool status c lsblk shows wrong size whole parent disk size instead of partition size thank you for reporting an issue important please check our issue tracker before opening a new issue additional valuable information can be found in the openzfs documentation and mailing list archives please fill in as much of the template as possible system information type version name distribution name all distribution version all kernel version all architecture all openzfs version all command to find openzfs version zfs version commands to find kernel version uname r linux freebsd version r freebsd describe the problem you re observing i think zpool status still has somewhere remnants of whole disk assumption philosopy describe how to reproduce the problem add partitions as vdevs then zpool status lpc lsblk grep dev online ata samsung ssd lsblk n o size dev include any warning errors backtraces from the system logs important please mark logs and text output from terminal commands or else github will not display them correctly an example is provided below example this is an example how log text should be marked wrap it with | 0 |
366,665 | 10,825,078,130 | IssuesEvent | 2019-11-09 13:41:32 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | opened | Synthesis failed for containeranalysis | api: containeranalysis autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate containeranalysis. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-containeranalysis'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/containeranalysis/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/devtools/containeranalysis/artman_containeranalysis_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/containeranalysis-v1.
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/devtools/containeranalysis/v1/containeranalysis.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/containeranalysis-v1/google/cloud/containeranalysis_v1/proto/containeranalysis.proto
synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/containeranalysis-v1/google/cloud/containeranalysis_v1/proto.
synthtool > Replaced "_GAPIC_LIBRARY_VERSION = pkg_resources\\.get_distribution\\(\n 'google-cloud-containeranalysis',\n\\)\\.version" in google/cloud/devtools/containeranalysis_v1/gapic/container_analysis_client.py.
synthtool > Replaced ' \\# Service calls\n def set_iam_policy\\(' in google/cloud/devtools/containeranalysis_v1/gapic/container_analysis_client.py.
.coveragerc
.flake8
MANIFEST.in
docs/_static/custom.css
docs/_templates/layout.html
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/containeranalysis/synth.py", line 89, in <module>
templated_files = common.py_library(unit_cov_level=45, cov_level=45)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 57, in py_library
return self._generic_library("python_library", **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 49, in _generic_library
result = t.render(**kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/templates.py", line 83, in render
_render_to_path(self.env, template_name, self.dir, kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/templates.py", line 42, in _render_to_path
template = env.get_template(template_name)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template
return self._load_template(name, self.make_globals(globals))
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template
template = self.loader.load(self, name, globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/loaders.py", line 125, in load
code = environment.compile(source, name, filename)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 591, in compile
self.handle_exception(exc_info, source_hint=source_hint)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise
raise value.with_traceback(tb)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/templates/python_library/docs/_templates/layout.html", line 13, in template
{%- if theme_show_relbar_top|tobool %}
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 543, in _generate
optimized=self.optimized)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 82, in generate
generator.visit(node)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 799, in visit_Template
self.blockvisit(block.body, block_frame)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 378, in blockvisit
self.visit(node, frame)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 1157, in visit_If
self.visit(node.test, if_frame)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 70, in new_func
return f(self, node, frame, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 1578, in visit_Filter
self.fail('no filter named %r' % node.name, node.lineno)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 315, in fail
raise TemplateAssertionError(msg, lineno, self.name, self.filename)
jinja2.exceptions.TemplateAssertionError: no filter named 'tobool'
synthtool > Cleaned up 2 temporary directories.
synthtool > Wrote metadata to synth.metadata.
Synthesis failed
```
Google internal developers can see the full log [here](https://sponge/92d6d891-67b9-4d44-b6f1-fb4cce29f6b8).
| 1.0 | Synthesis failed for containeranalysis - Hello! Autosynth couldn't regenerate containeranalysis. :broken_heart:
Here's the output from running `synth.py`:
```
Cloning into 'working_repo'...
Switched to branch 'autosynth-containeranalysis'
Running synthtool
['/tmpfs/src/git/autosynth/env/bin/python3', '-m', 'synthtool', 'synth.py', '--']
synthtool > Executing /tmpfs/src/git/autosynth/working_repo/containeranalysis/synth.py.
synthtool > Ensuring dependencies.
synthtool > Pulling artman image.
latest: Pulling from googleapis/artman
Digest: sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e
Status: Image is up to date for googleapis/artman:latest
synthtool > Cloning googleapis.
synthtool > Running generator for google/devtools/containeranalysis/artman_containeranalysis_v1.yaml.
synthtool > Generated code into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/containeranalysis-v1.
synthtool > Copy: /home/kbuilder/.cache/synthtool/googleapis/google/devtools/containeranalysis/v1/containeranalysis.proto to /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/containeranalysis-v1/google/cloud/containeranalysis_v1/proto/containeranalysis.proto
synthtool > Placed proto files into /home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/containeranalysis-v1/google/cloud/containeranalysis_v1/proto.
synthtool > Replaced "_GAPIC_LIBRARY_VERSION = pkg_resources\\.get_distribution\\(\n 'google-cloud-containeranalysis',\n\\)\\.version" in google/cloud/devtools/containeranalysis_v1/gapic/container_analysis_client.py.
synthtool > Replaced ' \\# Service calls\n def set_iam_policy\\(' in google/cloud/devtools/containeranalysis_v1/gapic/container_analysis_client.py.
.coveragerc
.flake8
MANIFEST.in
docs/_static/custom.css
docs/_templates/layout.html
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module) # type: ignore
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/tmpfs/src/git/autosynth/working_repo/containeranalysis/synth.py", line 89, in <module>
templated_files = common.py_library(unit_cov_level=45, cov_level=45)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 57, in py_library
return self._generic_library("python_library", **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 49, in _generic_library
result = t.render(**kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/templates.py", line 83, in render
_render_to_path(self.env, template_name, self.dir, kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/sources/templates.py", line 42, in _render_to_path
template = env.get_template(template_name)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template
return self._load_template(name, self.make_globals(globals))
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template
template = self.loader.load(self, name, globals)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/loaders.py", line 125, in load
code = environment.compile(source, name, filename)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 591, in compile
self.handle_exception(exc_info, source_hint=source_hint)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/_compat.py", line 37, in reraise
raise value.with_traceback(tb)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/templates/python_library/docs/_templates/layout.html", line 13, in template
{%- if theme_show_relbar_top|tobool %}
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/environment.py", line 543, in _generate
optimized=self.optimized)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 82, in generate
generator.visit(node)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 799, in visit_Template
self.blockvisit(block.body, block_frame)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 378, in blockvisit
self.visit(node, frame)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 1157, in visit_If
self.visit(node.test, if_frame)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/visitor.py", line 38, in visit
return f(node, *args, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 70, in new_func
return f(self, node, frame, **kwargs)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 1578, in visit_Filter
self.fail('no filter named %r' % node.name, node.lineno)
File "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/jinja2/compiler.py", line 315, in fail
raise TemplateAssertionError(msg, lineno, self.name, self.filename)
jinja2.exceptions.TemplateAssertionError: no filter named 'tobool'
synthtool > Cleaned up 2 temporary directories.
synthtool > Wrote metadata to synth.metadata.
Synthesis failed
```
Google internal developers can see the full log [here](https://sponge/92d6d891-67b9-4d44-b6f1-fb4cce29f6b8).
| non_design | synthesis failed for containeranalysis hello autosynth couldn t regenerate containeranalysis broken heart here s the output from running synth py cloning into working repo switched to branch autosynth containeranalysis running synthtool synthtool executing tmpfs src git autosynth working repo containeranalysis synth py synthtool ensuring dependencies synthtool pulling artman image latest pulling from googleapis artman digest status image is up to date for googleapis artman latest synthtool cloning googleapis synthtool running generator for google devtools containeranalysis artman containeranalysis yaml synthtool generated code into home kbuilder cache synthtool googleapis artman genfiles python containeranalysis synthtool copy home kbuilder cache synthtool googleapis google devtools containeranalysis containeranalysis proto to home kbuilder cache synthtool googleapis artman genfiles python containeranalysis google cloud containeranalysis proto containeranalysis proto synthtool placed proto files into home kbuilder cache synthtool googleapis artman genfiles python containeranalysis google cloud containeranalysis proto synthtool replaced gapic library version pkg resources get distribution n google cloud containeranalysis n version in google cloud devtools containeranalysis gapic container analysis client py synthtool replaced service calls n def set iam policy in google cloud devtools containeranalysis gapic container analysis client py coveragerc manifest in docs static custom css docs templates layout html traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src git autosynth env lib site packages synthtool main py line in main file tmpfs src git autosynth env lib site packages click core py line in call return self main args kwargs file tmpfs src git autosynth env lib site packages click core py line in main rv self invoke ctx file tmpfs src git autosynth env lib site packages click core py line in invoke return ctx invoke self callback ctx params file tmpfs src git autosynth env lib site packages click core py line in invoke return callback args kwargs file tmpfs src git autosynth env lib site packages synthtool main py line in main spec loader exec module synth module type ignore file line in exec module file line in call with frames removed file tmpfs src git autosynth working repo containeranalysis synth py line in templated files common py library unit cov level cov level file tmpfs src git autosynth env lib site packages synthtool gcp common py line in py library return self generic library python library kwargs file tmpfs src git autosynth env lib site packages synthtool gcp common py line in generic library result t render kwargs file tmpfs src git autosynth env lib site packages synthtool sources templates py line in render render to path self env template name self dir kwargs file tmpfs src git autosynth env lib site packages synthtool sources templates py line in render to path template env get template template name file tmpfs src git autosynth env lib site packages environment py line in get template return self load template name self make globals globals file tmpfs src git autosynth env lib site packages environment py line in load template template self loader load self name globals file tmpfs src git autosynth env lib site packages loaders py line in load code environment compile source name filename file tmpfs src git autosynth env lib site packages environment py line in compile self handle exception exc info source hint source hint file tmpfs src git autosynth env lib site packages environment py line in handle exception reraise exc type exc value tb file tmpfs src git autosynth env lib site packages compat py line in reraise raise value with traceback tb file tmpfs src git autosynth env lib site packages synthtool gcp templates python library docs templates layout html line in template if theme show relbar top tobool file tmpfs src git autosynth env lib site packages environment py line in generate optimized self optimized file tmpfs src git autosynth env lib site packages compiler py line in generate generator visit node file tmpfs src git autosynth env lib site packages visitor py line in visit return f node args kwargs file tmpfs src git autosynth env lib site packages compiler py line in visit template self blockvisit block body block frame file tmpfs src git autosynth env lib site packages compiler py line in blockvisit self visit node frame file tmpfs src git autosynth env lib site packages visitor py line in visit return f node args kwargs file tmpfs src git autosynth env lib site packages compiler py line in visit if self visit node test if frame file tmpfs src git autosynth env lib site packages visitor py line in visit return f node args kwargs file tmpfs src git autosynth env lib site packages compiler py line in new func return f self node frame kwargs file tmpfs src git autosynth env lib site packages compiler py line in visit filter self fail no filter named r node name node lineno file tmpfs src git autosynth env lib site packages compiler py line in fail raise templateassertionerror msg lineno self name self filename exceptions templateassertionerror no filter named tobool synthtool cleaned up temporary directories synthtool wrote metadata to synth metadata synthesis failed google internal developers can see the full log | 0 |
135,326 | 19,558,851,037 | IssuesEvent | 2022-01-03 13:36:11 | k0sproject/k0s | https://api.github.com/repos/k0sproject/k0s | closed | Apply manifests in a sensible order | enhancement area/controlplane needs-design backlog/candidate | Right now, we apply all manifests in whatever order we get them when listing them in the FS. It would make sense to apply them in order of dependencies:
1. CRDs
2. Namespaces
3. ServiceAccounts
4. Role and ClusterRole
5. RoleBinding and ClusterRoleBinding
6. The rest | 1.0 | Apply manifests in a sensible order - Right now, we apply all manifests in whatever order we get them when listing them in the FS. It would make sense to apply them in order of dependencies:
1. CRDs
2. Namespaces
3. ServiceAccounts
4. Role and ClusterRole
5. RoleBinding and ClusterRoleBinding
6. The rest | design | apply manifests in a sensible order right now we apply all manifests in whatever order we get them when listing them in the fs it would make sense to apply them in order of dependencies crds namespaces serviceaccounts role and clusterrole rolebinding and clusterrolebinding the rest | 1 |
183,502 | 21,765,493,697 | IssuesEvent | 2022-05-13 01:01:06 | sultanabubaker/CompleteFoundVulnerabilitiesMarkdown | https://api.github.com/repos/sultanabubaker/CompleteFoundVulnerabilitiesMarkdown | reopened | ejs-2.4.1.tgz: 1 vulnerabilities (highest severity is: 9.8) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-2.4.1.tgz</b></p></summary>
<p>Embedded JavaScript templates</p>
<p>Library home page: <a href="https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz">https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/ejs/package.json</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/sultanabubaker/CompleteFoundVulnerabilitiesMarkdown-new/commit/87fc5d0e5a20689c3f4107612103a3e5384d0712">87fc5d0e5a20689c3f4107612103a3e5384d0712</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2017-1000228](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000228) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | ejs-2.4.1.tgz | Direct | 2.5.3 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-1000228</summary>
### Vulnerable Library - <b>ejs-2.4.1.tgz</b></p>
<p>Embedded JavaScript templates</p>
<p>Library home page: <a href="https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz">https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/ejs/package.json</p>
<p>
Dependency Hierarchy:
- :x: **ejs-2.4.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sultanabubaker/CompleteFoundVulnerabilitiesMarkdown-new/commit/87fc5d0e5a20689c3f4107612103a3e5384d0712">87fc5d0e5a20689c3f4107612103a3e5384d0712</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile() function
<p>Publish Date: 2017-11-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000228>CVE-2017-1000228</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-1000228">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-1000228</a></p>
<p>Release Date: 2017-11-17</p>
<p>Fix Resolution: 2.5.3</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
<!-- <REMEDIATE>[{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ejs","packageVersion":"2.4.1","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"ejs:2.4.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.5.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2017-1000228","vulnerabilityDetails":"nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile() function","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000228","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}]</REMEDIATE> --> | True | ejs-2.4.1.tgz: 1 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ejs-2.4.1.tgz</b></p></summary>
<p>Embedded JavaScript templates</p>
<p>Library home page: <a href="https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz">https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/ejs/package.json</p>
<p>
<p>Found in HEAD commit: <a href="https://github.com/sultanabubaker/CompleteFoundVulnerabilitiesMarkdown-new/commit/87fc5d0e5a20689c3f4107612103a3e5384d0712">87fc5d0e5a20689c3f4107612103a3e5384d0712</a></p></details>
## Vulnerabilities
| CVE | Severity | <img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS | Dependency | Type | Fixed in | Remediation Available |
| ------------- | ------------- | ----- | ----- | ----- | --- | --- |
| [CVE-2017-1000228](https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000228) | <img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> High | 9.8 | ejs-2.4.1.tgz | Direct | 2.5.3 | ✅ |
## Details
<details>
<summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> CVE-2017-1000228</summary>
### Vulnerable Library - <b>ejs-2.4.1.tgz</b></p>
<p>Embedded JavaScript templates</p>
<p>Library home page: <a href="https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz">https://registry.npmjs.org/ejs/-/ejs-2.4.1.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/ejs/package.json</p>
<p>
Dependency Hierarchy:
- :x: **ejs-2.4.1.tgz** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/sultanabubaker/CompleteFoundVulnerabilitiesMarkdown-new/commit/87fc5d0e5a20689c3f4107612103a3e5384d0712">87fc5d0e5a20689c3f4107612103a3e5384d0712</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
<p></p>
### Vulnerability Details
<p>
nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile() function
<p>Publish Date: 2017-11-17
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000228>CVE-2017-1000228</a></p>
</p>
<p></p>
### CVSS 3 Score Details (<b>9.8</b>)
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- 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>
<p></p>
### Suggested Fix
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-1000228">http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2017-1000228</a></p>
<p>Release Date: 2017-11-17</p>
<p>Fix Resolution: 2.5.3</p>
</p>
<p></p>
:rescue_worker_helmet: Automatic Remediation is available for this issue
</details>
***
<p>:rescue_worker_helmet: Automatic Remediation is available for this issue.</p>
<!-- <REMEDIATE>[{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"ejs","packageVersion":"2.4.1","packageFilePaths":["/package.json"],"isTransitiveDependency":false,"dependencyTree":"ejs:2.4.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"2.5.3","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2017-1000228","vulnerabilityDetails":"nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile() function","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-1000228","cvss3Severity":"high","cvss3Score":"9.8","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}]</REMEDIATE> --> | non_design | ejs tgz vulnerabilities highest severity is vulnerable library ejs tgz embedded javascript templates library home page a href path to dependency file package json path to vulnerable library node modules ejs package json found in head commit a href vulnerabilities cve severity cvss dependency type fixed in remediation available high ejs tgz direct details cve vulnerable library ejs tgz embedded javascript templates library home page a href path to dependency file package json path to vulnerable library node modules ejs package json dependency hierarchy x ejs tgz vulnerable library found in head commit a href found in base branch main vulnerability details nodejs ejs versions older than is vulnerable to remote code execution due to weak input validation in ejs renderfile function publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution rescue worker helmet automatic remediation is available for this issue rescue worker helmet automatic remediation is available for this issue istransitivedependency false dependencytree ejs isminimumfixversionavailable true minimumfixversion isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails nodejs ejs versions older than is vulnerable to remote code execution due to weak input validation in ejs renderfile function vulnerabilityurl | 0 |
73,607 | 24,716,342,320 | IssuesEvent | 2022-10-20 07:17:16 | matrix-org/matrix-public-archive | https://api.github.com/repos/matrix-org/matrix-public-archive | opened | Homeserver mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter | T-Defect A-room-directory | Visiting `/?search=&homeserver=foo.bar` will still leave you with the default configured `matrixServerName` selected in the homeserver selector on the room directory landing page.
There is mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter
**Example:** Visiting `/?search=&homeserver=foo.bar`, it should say `foo.bar`

| 1.0 | Homeserver mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter - Visiting `/?search=&homeserver=foo.bar` will still leave you with the default configured `matrixServerName` selected in the homeserver selector on the room directory landing page.
There is mismatch between homeserver selector and selected homeserver indicated by the `?homeserver` query parameter
**Example:** Visiting `/?search=&homeserver=foo.bar`, it should say `foo.bar`

| non_design | homeserver mismatch between homeserver selector and selected homeserver indicated by the homeserver query parameter visiting search homeserver foo bar will still leave you with the default configured matrixservername selected in the homeserver selector on the room directory landing page there is mismatch between homeserver selector and selected homeserver indicated by the homeserver query parameter example visiting search homeserver foo bar it should say foo bar | 0 |
20,379 | 10,513,777,104 | IssuesEvent | 2019-09-27 21:35:34 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | opened | Cluster level log settings can inadvertently enable the deprecated *_access log | :Security/Audit >bug | <!--
** Please read the guidelines below. **
Issues that do not follow these guidelines are likely to be closed.
1. GitHub is reserved for bug reports and feature requests. The best place to
ask a general question is at the Elastic [forums](https://discuss.elastic.co).
GitHub is not the place for general questions.
2. Is this bug report or feature request for a supported OS? If not, it
is likely to be closed. See https://www.elastic.co/support/matrix#show_os
3. Please fill out EITHER the feature request block or the bug report block
below, and delete the other block.
-->
<!-- Feature request -->
<!-- Bug report -->
**Elasticsearch version:** `Version: 6.8.3, Build: default/tar/0c48c0e/2019-08-29T19:05:24.312154Z, JVM: 1.8.0_181`
**JVM version:** `Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)`
**OS version:** `18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64`
**Description of the problem including expected versus actual behavior**:
Adjusting the `_root` logger level via a cluster setting API call can enable the deprecated `*_access.log`, even if `logger.xpack_security_audit_deprecated_logfile.level = off` if defined in the `log4j2.properties` file. It remains enabled even if you `null` out the cluster setting.
**Steps to reproduce**:
1. Enabled auditing in the `elasticsearch.yml` + disable the deprecated `*_access.log` in the `log4j2.properties` file.
2. Switch to `debug` logging via a cluster setting
```
PUT /_cluster/settings
{"transient":{"logger._root":"debug"}}
```
3. Observe the `path.logs` directory. The deprecated `*_access.log` is now being written to.
4. Clear your debug logging via a `null`
```
PUT /_cluster/settings
{"transient":{"logger._root":null}}
```
5. `*_access.log` will continue being written to until the node is restarted.
| True | Cluster level log settings can inadvertently enable the deprecated *_access log - <!--
** Please read the guidelines below. **
Issues that do not follow these guidelines are likely to be closed.
1. GitHub is reserved for bug reports and feature requests. The best place to
ask a general question is at the Elastic [forums](https://discuss.elastic.co).
GitHub is not the place for general questions.
2. Is this bug report or feature request for a supported OS? If not, it
is likely to be closed. See https://www.elastic.co/support/matrix#show_os
3. Please fill out EITHER the feature request block or the bug report block
below, and delete the other block.
-->
<!-- Feature request -->
<!-- Bug report -->
**Elasticsearch version:** `Version: 6.8.3, Build: default/tar/0c48c0e/2019-08-29T19:05:24.312154Z, JVM: 1.8.0_181`
**JVM version:** `Java HotSpot(TM) 64-Bit Server VM (build 25.181-b13, mixed mode)`
**OS version:** `18.7.0 Darwin Kernel Version 18.7.0: Tue Aug 20 16:57:14 PDT 2019; root:xnu-4903.271.2~2/RELEASE_X86_64 x86_64`
**Description of the problem including expected versus actual behavior**:
Adjusting the `_root` logger level via a cluster setting API call can enable the deprecated `*_access.log`, even if `logger.xpack_security_audit_deprecated_logfile.level = off` if defined in the `log4j2.properties` file. It remains enabled even if you `null` out the cluster setting.
**Steps to reproduce**:
1. Enabled auditing in the `elasticsearch.yml` + disable the deprecated `*_access.log` in the `log4j2.properties` file.
2. Switch to `debug` logging via a cluster setting
```
PUT /_cluster/settings
{"transient":{"logger._root":"debug"}}
```
3. Observe the `path.logs` directory. The deprecated `*_access.log` is now being written to.
4. Clear your debug logging via a `null`
```
PUT /_cluster/settings
{"transient":{"logger._root":null}}
```
5. `*_access.log` will continue being written to until the node is restarted.
| non_design | cluster level log settings can inadvertently enable the deprecated access log please read the guidelines below issues that do not follow these guidelines are likely to be closed github is reserved for bug reports and feature requests the best place to ask a general question is at the elastic github is not the place for general questions is this bug report or feature request for a supported os if not it is likely to be closed see please fill out either the feature request block or the bug report block below and delete the other block elasticsearch version version build default tar jvm jvm version java hotspot tm bit server vm build mixed mode os version darwin kernel version tue aug pdt root xnu release description of the problem including expected versus actual behavior adjusting the root logger level via a cluster setting api call can enable the deprecated access log even if logger xpack security audit deprecated logfile level off if defined in the properties file it remains enabled even if you null out the cluster setting steps to reproduce enabled auditing in the elasticsearch yml disable the deprecated access log in the properties file switch to debug logging via a cluster setting put cluster settings transient logger root debug observe the path logs directory the deprecated access log is now being written to clear your debug logging via a null put cluster settings transient logger root null access log will continue being written to until the node is restarted | 0 |
29,011 | 4,155,080,387 | IssuesEvent | 2016-06-16 13:55:28 | geetsisbac/P43RG5EXRRYODWDBFW23DQ45 | https://api.github.com/repos/geetsisbac/P43RG5EXRRYODWDBFW23DQ45 | closed | A0zju3+TybCdHqBuEq1DXueTONNFSjZ4uLFfEXNOxsSTWil93zc5l+KOM1Wvfo3+zhERUVPa+BFfJEmQvD2rqJQds21NWwIirpKLU4pDqJOiFDEmNjq5OX6SHafwsAWrK5jfTlEyUQcq523VEw6wVKDXpVi5pcONpQXFN3xSChA= | design | xni2nFqY+AKHyCai78aIWDRUpgUly+/lO6N+qHTQYPR0c17g6/RMa8Un/Qc/KtWE60XEVpbqQIpRXzyqWSWSv9GAZMXNwp4J6OHcvp7qYs/IiEScBGoianR4Dwub8kzdno5sD/lx+sVZ3FLh4jlG/Mm1GpTwmCKf0Sx5p3eoV9GLR7qSKcbMuwbTqJCinP08BtKxvV0kKTPZUfImksNIGZ3h6yv8abp4h0CQh5AolxcDNCiBRpZT3XWWeYZZQhqO3BvPKi0CaoNRcvW7Z8ykkmxOrSBN22z6sgv7uS8zSsl8KPzNVh3aIqENG3e0joLh5W/NKFvdYCkn1rIeIgLMDA1DtTPB2n/hxrtuOVMo/R8vMiIAWKXry13gYcCkbmtUQghlcjhzPbOFl8nVjm+9zRJgyHjpzt0507DKoLxES4WHh1LXH2wHsbT+V+SdVDEVETKxq4GsFHcVgIj9vLImgfUdj936/iI+jmlkC/W78VnYaCyk9n2/8HPaeTZY64djHvpLtNd69ez+LjIfGxl6Ah25WAYMaLSWUrY5B4NfcuNzuAx/3D0+PoPzKIAW73ACVdjoLLMZLg/KRmCs9c7z2bzm6ZxiX3uWIfGrJd+3VwwKl1OMPJeM3STCWQJnaac2hVtXmUSm+CWSaglIlELxug== | 1.0 | A0zju3+TybCdHqBuEq1DXueTONNFSjZ4uLFfEXNOxsSTWil93zc5l+KOM1Wvfo3+zhERUVPa+BFfJEmQvD2rqJQds21NWwIirpKLU4pDqJOiFDEmNjq5OX6SHafwsAWrK5jfTlEyUQcq523VEw6wVKDXpVi5pcONpQXFN3xSChA= - xni2nFqY+AKHyCai78aIWDRUpgUly+/lO6N+qHTQYPR0c17g6/RMa8Un/Qc/KtWE60XEVpbqQIpRXzyqWSWSv9GAZMXNwp4J6OHcvp7qYs/IiEScBGoianR4Dwub8kzdno5sD/lx+sVZ3FLh4jlG/Mm1GpTwmCKf0Sx5p3eoV9GLR7qSKcbMuwbTqJCinP08BtKxvV0kKTPZUfImksNIGZ3h6yv8abp4h0CQh5AolxcDNCiBRpZT3XWWeYZZQhqO3BvPKi0CaoNRcvW7Z8ykkmxOrSBN22z6sgv7uS8zSsl8KPzNVh3aIqENG3e0joLh5W/NKFvdYCkn1rIeIgLMDA1DtTPB2n/hxrtuOVMo/R8vMiIAWKXry13gYcCkbmtUQghlcjhzPbOFl8nVjm+9zRJgyHjpzt0507DKoLxES4WHh1LXH2wHsbT+V+SdVDEVETKxq4GsFHcVgIj9vLImgfUdj936/iI+jmlkC/W78VnYaCyk9n2/8HPaeTZY64djHvpLtNd69ez+LjIfGxl6Ah25WAYMaLSWUrY5B4NfcuNzuAx/3D0+PoPzKIAW73ACVdjoLLMZLg/KRmCs9c7z2bzm6ZxiX3uWIfGrJd+3VwwKl1OMPJeM3STCWQJnaac2hVtXmUSm+CWSaglIlELxug== | design | zheruvpa qc lx hxrtuovmo v ii jmlkc cwsaglilelxug | 1 |
724,688 | 24,939,136,238 | IssuesEvent | 2022-10-31 17:24:36 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | closed | Texas - Password Expiration in 4 days | onboarding-ops High Priority Texas | Please reset password before 4 day window.
From: GlobalSCAPE EFT Server EDTS <NoReply@hhsc.state.tx.us>
Date: Saturday, October 22, 2022 at 01:00
To: Reeves, Maurice (CDC/OD/OCS) <qva8@cdc.gov>
Subject: Automated message from EFT administrator
Maurice Reeves,
User ID: idielr007
This notification is to inform you that your password will expire on EDTS in 4 days
If you strictly connect using key authentication, please disregard this email.
At your earliest convenience, please address your password:
Click to reset your password.
User-chosen password's must have a minimum of 15 characters.
User-chosen password's must not use a word from the English dictionary.
User-chosen password's must not contain 3 or more characters from the user name.
User-chosen password's must not contain 2 or more repeating character.
User-chosen password's must contain at least 4 characters from the following:
An uppercase letter.
A lowercase letter.
Number (0-9).
Non alpha-numeric symbol for example: !,@,#,$.
Note: If you need assistance resetting your password, please contact the HHSC Help Desk 855-435-7181. Request the Help Desk assign ticket to Enterprise Secure FTP Support. | 1.0 | Texas - Password Expiration in 4 days - Please reset password before 4 day window.
From: GlobalSCAPE EFT Server EDTS <NoReply@hhsc.state.tx.us>
Date: Saturday, October 22, 2022 at 01:00
To: Reeves, Maurice (CDC/OD/OCS) <qva8@cdc.gov>
Subject: Automated message from EFT administrator
Maurice Reeves,
User ID: idielr007
This notification is to inform you that your password will expire on EDTS in 4 days
If you strictly connect using key authentication, please disregard this email.
At your earliest convenience, please address your password:
Click to reset your password.
User-chosen password's must have a minimum of 15 characters.
User-chosen password's must not use a word from the English dictionary.
User-chosen password's must not contain 3 or more characters from the user name.
User-chosen password's must not contain 2 or more repeating character.
User-chosen password's must contain at least 4 characters from the following:
An uppercase letter.
A lowercase letter.
Number (0-9).
Non alpha-numeric symbol for example: !,@,#,$.
Note: If you need assistance resetting your password, please contact the HHSC Help Desk 855-435-7181. Request the Help Desk assign ticket to Enterprise Secure FTP Support. | non_design | texas password expiration in days please reset password before day window from globalscape eft server edts date saturday october at to reeves maurice cdc od ocs subject automated message from eft administrator maurice reeves user id this notification is to inform you that your password will expire on edts in days if you strictly connect using key authentication please disregard this email at your earliest convenience please address your password click to reset your password user chosen password s must have a minimum of characters user chosen password s must not use a word from the english dictionary user chosen password s must not contain or more characters from the user name user chosen password s must not contain or more repeating character user chosen password s must contain at least characters from the following an uppercase letter a lowercase letter number non alpha numeric symbol for example note if you need assistance resetting your password please contact the hhsc help desk request the help desk assign ticket to enterprise secure ftp support | 0 |
121,509 | 15,953,755,726 | IssuesEvent | 2021-04-15 12:49:50 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | opened | Create blank canvas template | Design Picker [Goal] New Onboarding [Type] Task | As a user, I want to be able to skip the design picking step during onboarding and land in the editor, **with a blank canvas**.
* [ ] Add empty template
* [ ] Add a design to ["available designs" json](https://github.com/Automattic/wp-calypso/blob/3cb4af1850a6b3c7b24b6fe13801ef00930b3984/client/landing/gutenboarding/available-designs-config.json) with `is_alpha: true` key so that it doesn't show up to customers. PR: https://github.com/Automattic/wp-calypso/pull/50215
* [ ] Same as above but for FSE sites with `is_fse: true`? Does that need a separate, FSE compatible empty template? | 1.0 | Create blank canvas template - As a user, I want to be able to skip the design picking step during onboarding and land in the editor, **with a blank canvas**.
* [ ] Add empty template
* [ ] Add a design to ["available designs" json](https://github.com/Automattic/wp-calypso/blob/3cb4af1850a6b3c7b24b6fe13801ef00930b3984/client/landing/gutenboarding/available-designs-config.json) with `is_alpha: true` key so that it doesn't show up to customers. PR: https://github.com/Automattic/wp-calypso/pull/50215
* [ ] Same as above but for FSE sites with `is_fse: true`? Does that need a separate, FSE compatible empty template? | design | create blank canvas template as a user i want to be able to skip the design picking step during onboarding and land in the editor with a blank canvas add empty template add a design to with is alpha true key so that it doesn t show up to customers pr same as above but for fse sites with is fse true does that need a separate fse compatible empty template | 1 |
721,473 | 24,827,670,271 | IssuesEvent | 2022-10-25 22:28:48 | az-digital/az_quickstart | https://api.github.com/repos/az-digital/az_quickstart | opened | Add Landing Page content type to Quickstart | enhancement high priority 2.6.x only | ## Motivation
Multiple clients have requested a "landing page" feature in Quickstart which would remove some page elements to help focus the visitor on a single call-to-action.
## Proposed Resolution
### Describe the solution you'd like
Essentially, the Landing Page content type should copy the style of the landing pages on the Eller site (see Additional context section below). The current requirements are briefly stated as:
- Full width
- No top nav menu, search, or header region
- Keep footer the same
One possible solution is using CSS in the content type module to hide the unwanted elements.
Any solution should include documentation of the content type on quickstart.arizona.edu.
### Describe alternatives you've considered
Other alternatives could be explored in the process of completing this issue. Suggestions are welcome!
### Roles and Permissions considerations
A clear and concise description of how each of the following roles would be impacted by this change:
- Anonymous user: no impact
- Authenticated user: no impact
- Content editor: add permissions to create/edit/delete own/revert/clone Landing Page nodes
- Content administrator: all above permissions, plus add permission to delete any Landing Page nodes
- Administrator: all above permissions
## Additional context
Example landing pages on the Eller site:
- https://eller.arizona.edu/landing/nau
- https://eller.arizona.edu/landing/dedication
| 1.0 | Add Landing Page content type to Quickstart - ## Motivation
Multiple clients have requested a "landing page" feature in Quickstart which would remove some page elements to help focus the visitor on a single call-to-action.
## Proposed Resolution
### Describe the solution you'd like
Essentially, the Landing Page content type should copy the style of the landing pages on the Eller site (see Additional context section below). The current requirements are briefly stated as:
- Full width
- No top nav menu, search, or header region
- Keep footer the same
One possible solution is using CSS in the content type module to hide the unwanted elements.
Any solution should include documentation of the content type on quickstart.arizona.edu.
### Describe alternatives you've considered
Other alternatives could be explored in the process of completing this issue. Suggestions are welcome!
### Roles and Permissions considerations
A clear and concise description of how each of the following roles would be impacted by this change:
- Anonymous user: no impact
- Authenticated user: no impact
- Content editor: add permissions to create/edit/delete own/revert/clone Landing Page nodes
- Content administrator: all above permissions, plus add permission to delete any Landing Page nodes
- Administrator: all above permissions
## Additional context
Example landing pages on the Eller site:
- https://eller.arizona.edu/landing/nau
- https://eller.arizona.edu/landing/dedication
| non_design | add landing page content type to quickstart motivation multiple clients have requested a landing page feature in quickstart which would remove some page elements to help focus the visitor on a single call to action proposed resolution describe the solution you d like essentially the landing page content type should copy the style of the landing pages on the eller site see additional context section below the current requirements are briefly stated as full width no top nav menu search or header region keep footer the same one possible solution is using css in the content type module to hide the unwanted elements any solution should include documentation of the content type on quickstart arizona edu describe alternatives you ve considered other alternatives could be explored in the process of completing this issue suggestions are welcome roles and permissions considerations a clear and concise description of how each of the following roles would be impacted by this change anonymous user no impact authenticated user no impact content editor add permissions to create edit delete own revert clone landing page nodes content administrator all above permissions plus add permission to delete any landing page nodes administrator all above permissions additional context example landing pages on the eller site | 0 |
66,989 | 12,857,066,185 | IssuesEvent | 2020-07-09 08:42:17 | hzi-braunschweig/SORMAS-Project | https://api.github.com/repos/hzi-braunschweig/SORMAS-Project | opened | Update dependencies (1.45.0) | Code Quality change refine | <!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to provide.
-->
### Feature Description
### Problem Description
Dependencies need updates at least to include bugfixes.
### Proposed Change
1. Hibernate 5 latest
2. Vaadin 8 latest
3. ...
### Possible Alternatives
### Additional Information
| 1.0 | Update dependencies (1.45.0) - <!--
If you've never submitted an issue to the SORMAS repository before or this is your first time using this template, please read the Contributing guidelines (accessible in the right sidebar) for an explanation about the information we'd like you to provide.
-->
### Feature Description
### Problem Description
Dependencies need updates at least to include bugfixes.
### Proposed Change
1. Hibernate 5 latest
2. Vaadin 8 latest
3. ...
### Possible Alternatives
### Additional Information
| non_design | update dependencies if you ve never submitted an issue to the sormas repository before or this is your first time using this template please read the contributing guidelines accessible in the right sidebar for an explanation about the information we d like you to provide feature description problem description dependencies need updates at least to include bugfixes proposed change hibernate latest vaadin latest possible alternatives additional information | 0 |
34,891 | 9,487,872,173 | IssuesEvent | 2019-04-22 18:04:51 | eclipse/sumo | https://api.github.com/repos/eclipse/sumo | opened | Use CMake module CPack as alternative for installer packaging | c:build meta | [CPack](https://cmake.org/cmake/help/latest/module/CPack.html) allows for various [packaging formats](https://cmake.org/cmake/help/latest/manual/cpack-generators.7.html#manual:cpack-generators(7)) (DEB, DMG, WIX, ZIP etc.) and should be useful in consolidating the use of CMake and OS-independent installer packaging.
This issue is to be referenced for all cpack-related commits. | 1.0 | Use CMake module CPack as alternative for installer packaging - [CPack](https://cmake.org/cmake/help/latest/module/CPack.html) allows for various [packaging formats](https://cmake.org/cmake/help/latest/manual/cpack-generators.7.html#manual:cpack-generators(7)) (DEB, DMG, WIX, ZIP etc.) and should be useful in consolidating the use of CMake and OS-independent installer packaging.
This issue is to be referenced for all cpack-related commits. | non_design | use cmake module cpack as alternative for installer packaging allows for various deb dmg wix zip etc and should be useful in consolidating the use of cmake and os independent installer packaging this issue is to be referenced for all cpack related commits | 0 |
165,456 | 26,174,386,151 | IssuesEvent | 2023-01-02 07:39:08 | Altinn/altinn-studio | https://api.github.com/repos/Altinn/altinn-studio | closed | Analyse if datamodeling referencing mechanism in json schema is compatible with new pre-release version of library | area/data-modeling solution/studio/designer kind/analysis status/draft | ### Description
Analyse if datamodeling referencing mechanism in json schema is compatible with new pre-release version of library.
Refer to [issue](https://github.com/gregsdennis/json-everything/issues/343)
### In scope
Internal datamodeling library.
### Out of scope
_No response_
### Additional Information
_No response_
### Analysis
_No response_
### Conclusion
_No response_ | 1.0 | Analyse if datamodeling referencing mechanism in json schema is compatible with new pre-release version of library - ### Description
Analyse if datamodeling referencing mechanism in json schema is compatible with new pre-release version of library.
Refer to [issue](https://github.com/gregsdennis/json-everything/issues/343)
### In scope
Internal datamodeling library.
### Out of scope
_No response_
### Additional Information
_No response_
### Analysis
_No response_
### Conclusion
_No response_ | design | analyse if datamodeling referencing mechanism in json schema is compatible with new pre release version of library description analyse if datamodeling referencing mechanism in json schema is compatible with new pre release version of library refer to in scope internal datamodeling library out of scope no response additional information no response analysis no response conclusion no response | 1 |
9,454 | 2,904,385,784 | IssuesEvent | 2015-06-18 17:56:15 | FirstTechEds/AFHCO.Hermes.Issues | https://api.github.com/repos/FirstTechEds/AFHCO.Hermes.Issues | closed | [CLOSED] Login Screen | design frontend | <a href="https://github.com/FirstTechEds"><img src="https://avatars.githubusercontent.com/u/3581596?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [FirstTechEds](https://github.com/FirstTechEds)**
_Wednesday Jun 17, 2015 at 14:51 GMT_
_Originally opened as https://github.com/FirstTechEds/AFHCO.Hermes/issues/18_
----
| 1.0 | [CLOSED] Login Screen - <a href="https://github.com/FirstTechEds"><img src="https://avatars.githubusercontent.com/u/3581596?v=3" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [FirstTechEds](https://github.com/FirstTechEds)**
_Wednesday Jun 17, 2015 at 14:51 GMT_
_Originally opened as https://github.com/FirstTechEds/AFHCO.Hermes/issues/18_
----
| design | login screen issue by wednesday jun at gmt originally opened as | 1 |
198,078 | 6,969,568,850 | IssuesEvent | 2017-12-11 06:21:14 | kata-ai/kata-cli | https://api.github.com/repos/kata-ai/kata-cli | opened | Kata config view to lookup kataconfig file | new feature priority/backlog | All the config (i.e. zaunUrl endpoint) is stored by default in home directory `~/.katajson`, similar to `kubectl config view` which shows the current context of kubectl CLI read from `~/.kube/config`.
It would be nice to have similar functionality in Kata CLI, i.e.
```
$ kata config view
{"current_login":"<username>","token":{ ... }, "zaunUrl":"http://zaun.katalabs.io"}
``` | 1.0 | Kata config view to lookup kataconfig file - All the config (i.e. zaunUrl endpoint) is stored by default in home directory `~/.katajson`, similar to `kubectl config view` which shows the current context of kubectl CLI read from `~/.kube/config`.
It would be nice to have similar functionality in Kata CLI, i.e.
```
$ kata config view
{"current_login":"<username>","token":{ ... }, "zaunUrl":"http://zaun.katalabs.io"}
``` | non_design | kata config view to lookup kataconfig file all the config i e zaunurl endpoint is stored by default in home directory katajson similar to kubectl config view which shows the current context of kubectl cli read from kube config it would be nice to have similar functionality in kata cli i e kata config view current login token zaunurl | 0 |
112,321 | 14,238,691,084 | IssuesEvent | 2020-11-18 19:00:11 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | [Widget] Show network error message instead of disconnecting the widget | OS/Android QA/Yes design design/needs-mock-up feature/widgets priority/P2 release-notes/include release/blocking suggestion | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description <!-- Provide a brief description of the issue -->
Its not ideal to always have the widget disconnected when there is no network. It would be more helpful if we just showed an error state for no network rather than disconnecting the widget altogether just because there is no network
## Steps to reproduce <!-- Please add a series of steps to reproduce the issue -->
1. Connect to Binance widget
2. Disconnect the network
3. Wait for 30sec, widget gets disconnected
## Actual result <!-- Please add screenshots if needed -->
Widget disconnects if there is no network when 30sec ping happens
## Expected result
Have a network error state to indicate no network rather than disconnecting the widget
## Issue reproduces how often <!-- [Easily reproduced/Intermittent issue/No steps to reproduce] -->
Easy
## Version/Channel Information:
<!--Does this issue happen on any other channels? Or is it specific to a certain channel?-->
- Can you reproduce this issue with the current Play Store version? NA
- Can you reproduce this issue with the current Play Store Beta version? Yes
- Can you reproduce this issue with the current Play Store Nightly version? Yes
## Device details
- Install type (ARM, x86): ARM
- Device type (Phone, Tablet, Phablet): Phone
- Android version: 10
## Brave version
1.17.69/1.19.12
### Website problems only
- Does the issue resolve itself when disabling Brave Shields? NA
- Does the issue resolve itself when disabling Brave Rewards? NA
- Is the issue reproducible on the latest version of Chrome? NA
### Additional information
<!-- Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue -->
cc; @ryanml @jamesmudgett @anthonypkeane @bbondy | 2.0 | [Widget] Show network error message instead of disconnecting the widget - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROVIDED-->
## Description <!-- Provide a brief description of the issue -->
Its not ideal to always have the widget disconnected when there is no network. It would be more helpful if we just showed an error state for no network rather than disconnecting the widget altogether just because there is no network
## Steps to reproduce <!-- Please add a series of steps to reproduce the issue -->
1. Connect to Binance widget
2. Disconnect the network
3. Wait for 30sec, widget gets disconnected
## Actual result <!-- Please add screenshots if needed -->
Widget disconnects if there is no network when 30sec ping happens
## Expected result
Have a network error state to indicate no network rather than disconnecting the widget
## Issue reproduces how often <!-- [Easily reproduced/Intermittent issue/No steps to reproduce] -->
Easy
## Version/Channel Information:
<!--Does this issue happen on any other channels? Or is it specific to a certain channel?-->
- Can you reproduce this issue with the current Play Store version? NA
- Can you reproduce this issue with the current Play Store Beta version? Yes
- Can you reproduce this issue with the current Play Store Nightly version? Yes
## Device details
- Install type (ARM, x86): ARM
- Device type (Phone, Tablet, Phablet): Phone
- Android version: 10
## Brave version
1.17.69/1.19.12
### Website problems only
- Does the issue resolve itself when disabling Brave Shields? NA
- Does the issue resolve itself when disabling Brave Rewards? NA
- Is the issue reproducible on the latest version of Chrome? NA
### Additional information
<!-- Any additional information, related issues, extra QA steps, configuration or data that might be necessary to reproduce the issue -->
cc; @ryanml @jamesmudgett @anthonypkeane @bbondy | design | show network error message instead of disconnecting the widget have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reopened after sufficient info is provided description its not ideal to always have the widget disconnected when there is no network it would be more helpful if we just showed an error state for no network rather than disconnecting the widget altogether just because there is no network steps to reproduce connect to binance widget disconnect the network wait for widget gets disconnected actual result widget disconnects if there is no network when ping happens expected result have a network error state to indicate no network rather than disconnecting the widget issue reproduces how often easy version channel information can you reproduce this issue with the current play store version na can you reproduce this issue with the current play store beta version yes can you reproduce this issue with the current play store nightly version yes device details install type arm arm device type phone tablet phablet phone android version brave version website problems only does the issue resolve itself when disabling brave shields na does the issue resolve itself when disabling brave rewards na is the issue reproducible on the latest version of chrome na additional information cc ryanml jamesmudgett anthonypkeane bbondy | 1 |
142,960 | 21,919,832,316 | IssuesEvent | 2022-05-22 12:00:42 | aminecmi/ReaderforSelfoss | https://api.github.com/repos/aminecmi/ReaderforSelfoss | closed | The top bar occupying too much space | Type = Enhancement Priority = Normal Type = UX/Design | ### Prerequisites
* [yes] Are you running the latest version?
* [yes] Did you check for an existing issue ?
* [yes] Are you reporting to the correct repository?
* [yes] Did you perform a cursory search?
* [yes] Did you read the `CONTRIBUTING` guide ?
### Description
[Description of the bug or feature]
The top bar occupying too much space
I think the top bar could be less high or hidden when at reading page.
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
**Expected behavior:** [What you expected to happen]
**Actual behavior:** [What actually happened]
### Screenshots (optional)
`...`
### Device
- Device (Sumsung Galaxy Note 8)
- OS (Android Version 8.0, ROM/Stock, Rooted/not, mods...)
- App version _(See Prerequisites)_ | 1.0 | The top bar occupying too much space - ### Prerequisites
* [yes] Are you running the latest version?
* [yes] Did you check for an existing issue ?
* [yes] Are you reporting to the correct repository?
* [yes] Did you perform a cursory search?
* [yes] Did you read the `CONTRIBUTING` guide ?
### Description
[Description of the bug or feature]
The top bar occupying too much space
I think the top bar could be less high or hidden when at reading page.
### Steps to Reproduce
1. [First Step]
2. [Second Step]
3. [and so on...]
**Expected behavior:** [What you expected to happen]
**Actual behavior:** [What actually happened]
### Screenshots (optional)
`...`
### Device
- Device (Sumsung Galaxy Note 8)
- OS (Android Version 8.0, ROM/Stock, Rooted/not, mods...)
- App version _(See Prerequisites)_ | design | the top bar occupying too much space prerequisites are you running the latest version did you check for an existing issue are you reporting to the correct repository did you perform a cursory search did you read the contributing guide description the top bar occupying too much space i think the top bar could be less high or hidden when at reading page steps to reproduce expected behavior actual behavior screenshots optional device device sumsung galaxy note os android version rom stock rooted not mods app version see prerequisites | 1 |
60,449 | 7,344,116,615 | IssuesEvent | 2018-03-07 13:44:50 | nextcloud/spreed | https://api.github.com/repos/nextcloud/spreed | opened | When opening a conversation, focus the »New message« input | 1. to develop design enhancement feature: chat good first issue | So that people are directly able to start writing. Same should happen in an active call: when you join a call and the Chat tab of the sidebar opens, or when you switch tabs to the Chat tab, the »New message« input should focus as well. | 1.0 | When opening a conversation, focus the »New message« input - So that people are directly able to start writing. Same should happen in an active call: when you join a call and the Chat tab of the sidebar opens, or when you switch tabs to the Chat tab, the »New message« input should focus as well. | design | when opening a conversation focus the »new message« input so that people are directly able to start writing same should happen in an active call when you join a call and the chat tab of the sidebar opens or when you switch tabs to the chat tab the »new message« input should focus as well | 1 |
119,288 | 15,443,860,279 | IssuesEvent | 2021-03-08 09:40:07 | juliandierker/yUOShi | https://api.github.com/repos/juliandierker/yUOShi | opened | Drag & Drop Mehrere Container | design | Erstellung von D&D's > 2 <= 4
Mockup: @ilukasschneider Was passiert bei Overflow?
Frontend: @juliandierker | 1.0 | Drag & Drop Mehrere Container - Erstellung von D&D's > 2 <= 4
Mockup: @ilukasschneider Was passiert bei Overflow?
Frontend: @juliandierker | design | drag drop mehrere container erstellung von d d s mockup ilukasschneider was passiert bei overflow frontend juliandierker | 1 |
193,945 | 6,889,805,217 | IssuesEvent | 2017-11-22 11:42:14 | dalaranwow/dalaran-wow | https://api.github.com/repos/dalaranwow/dalaran-wow | closed | Auchindoun : Sethekk Halls (heroic) ID extension | Area - Instances Fixed - Waiting for PTR update Priority - Critical | [//]: # (INFORMATION ABOUT TAGS)
[//]: # (The black and yellow tag is unique. There can only be one label assigned to them - one black and one yellow)
[//]: # (Priority - ... tags are assigned by team members)
[//]: # (Your issue will be reviewed by testers and the developers will fix it in the future.)
[//]: # (Only once the issue got the label [Fixed - On Live Server] you can find the fix on your Gameserver.)
[//]: # (You can increase the relevance of your issue by adding a thumb-up emote http://i.imgur.com/RFouVVi.png)
[//]: # (***************************************************************)
[//]: # (** !!!!!!!!!!!!!DON'T DELETE THIS TEMPLATE ELSE YOUR ISSUE WILL BE CLOSED!!!!!!!!!!!! **)
[//]: # (***************************************************************)
**Current behaviour**: Tell us what happens in detail (Where, When, What, Why, Who)
As referenced in issues #3730, #3104, #1866, #2969 and #5045 over the past two years, the ID lockout for Sethekk Halls on heroic mode extends itself for various periods of time. The cause seems yet unclear, partly because it might be a fault of coding rather than gameplay. What I am asking for, on behalf of those that have had this issue over time, is merely what the game is supposed to give. There have been fixes to prevent abuse and it is quite frustrating to see that some of us have to deal with this problem still.
I have noticed one thing the day the last set of fixes added the proper behaviour on the Anzu encounter.
That day, the animation was not successful, as I mentioned in #5045, thus Anzu was not summoned. However, the ID lockout persisted to the following day. Again, a part of this issue. After the encounter was finally fixed the following day, I was able to summon Anzu on the lockout of the previous day.
It would seem that the persistent lockout issue has to do with the other bosses that lock you to the dungeon. I do kill Darkweaver Syth and Talon King Ikiss when I proceed through the dungeon.
**Expected behaviour**: Tell us what should happen instead
Any heroic dungeon ID should refresh at 04:59 server time. There should be no exception.
**Steps to reproduce the problem**:
1. Enter Auchindoun: Sethekk Halls on heroic mode
2. Proceed through the dungeon
3. Observe the ID lockout not refreshing for days in a row
**Include proofs for this behaviour**
Issues #3730, #3104, #1866, #2969 and #5045.
**Include the ID for the game objects, npcs (creatures,pets,minions), spells, items, quests, instances, zones, achievements, skills**
https://wotlk.evowow.com/?npc=23035 - Anzu
https://wotlk.evowow.com/?npc=18473 - Talon King Ikiss
https://wotlk.evowow.com/?npc=18472 - Darkweaver Syth | 1.0 | Auchindoun : Sethekk Halls (heroic) ID extension - [//]: # (INFORMATION ABOUT TAGS)
[//]: # (The black and yellow tag is unique. There can only be one label assigned to them - one black and one yellow)
[//]: # (Priority - ... tags are assigned by team members)
[//]: # (Your issue will be reviewed by testers and the developers will fix it in the future.)
[//]: # (Only once the issue got the label [Fixed - On Live Server] you can find the fix on your Gameserver.)
[//]: # (You can increase the relevance of your issue by adding a thumb-up emote http://i.imgur.com/RFouVVi.png)
[//]: # (***************************************************************)
[//]: # (** !!!!!!!!!!!!!DON'T DELETE THIS TEMPLATE ELSE YOUR ISSUE WILL BE CLOSED!!!!!!!!!!!! **)
[//]: # (***************************************************************)
**Current behaviour**: Tell us what happens in detail (Where, When, What, Why, Who)
As referenced in issues #3730, #3104, #1866, #2969 and #5045 over the past two years, the ID lockout for Sethekk Halls on heroic mode extends itself for various periods of time. The cause seems yet unclear, partly because it might be a fault of coding rather than gameplay. What I am asking for, on behalf of those that have had this issue over time, is merely what the game is supposed to give. There have been fixes to prevent abuse and it is quite frustrating to see that some of us have to deal with this problem still.
I have noticed one thing the day the last set of fixes added the proper behaviour on the Anzu encounter.
That day, the animation was not successful, as I mentioned in #5045, thus Anzu was not summoned. However, the ID lockout persisted to the following day. Again, a part of this issue. After the encounter was finally fixed the following day, I was able to summon Anzu on the lockout of the previous day.
It would seem that the persistent lockout issue has to do with the other bosses that lock you to the dungeon. I do kill Darkweaver Syth and Talon King Ikiss when I proceed through the dungeon.
**Expected behaviour**: Tell us what should happen instead
Any heroic dungeon ID should refresh at 04:59 server time. There should be no exception.
**Steps to reproduce the problem**:
1. Enter Auchindoun: Sethekk Halls on heroic mode
2. Proceed through the dungeon
3. Observe the ID lockout not refreshing for days in a row
**Include proofs for this behaviour**
Issues #3730, #3104, #1866, #2969 and #5045.
**Include the ID for the game objects, npcs (creatures,pets,minions), spells, items, quests, instances, zones, achievements, skills**
https://wotlk.evowow.com/?npc=23035 - Anzu
https://wotlk.evowow.com/?npc=18473 - Talon King Ikiss
https://wotlk.evowow.com/?npc=18472 - Darkweaver Syth | non_design | auchindoun sethekk halls heroic id extension information about tags the black and yellow tag is unique there can only be one label assigned to them one black and one yellow priority tags are assigned by team members your issue will be reviewed by testers and the developers will fix it in the future only once the issue got the label you can find the fix on your gameserver you can increase the relevance of your issue by adding a thumb up emote don t delete this template else your issue will be closed current behaviour tell us what happens in detail where when what why who as referenced in issues and over the past two years the id lockout for sethekk halls on heroic mode extends itself for various periods of time the cause seems yet unclear partly because it might be a fault of coding rather than gameplay what i am asking for on behalf of those that have had this issue over time is merely what the game is supposed to give there have been fixes to prevent abuse and it is quite frustrating to see that some of us have to deal with this problem still i have noticed one thing the day the last set of fixes added the proper behaviour on the anzu encounter that day the animation was not successful as i mentioned in thus anzu was not summoned however the id lockout persisted to the following day again a part of this issue after the encounter was finally fixed the following day i was able to summon anzu on the lockout of the previous day it would seem that the persistent lockout issue has to do with the other bosses that lock you to the dungeon i do kill darkweaver syth and talon king ikiss when i proceed through the dungeon expected behaviour tell us what should happen instead any heroic dungeon id should refresh at server time there should be no exception steps to reproduce the problem enter auchindoun sethekk halls on heroic mode proceed through the dungeon observe the id lockout not refreshing for days in a row include proofs for this behaviour issues and include the id for the game objects npcs creatures pets minions spells items quests instances zones achievements skills anzu talon king ikiss darkweaver syth | 0 |
546,970 | 16,022,854,162 | IssuesEvent | 2021-04-21 04:01:10 | Seneca-PlaNA/body-contouring-clinic | https://api.github.com/repos/Seneca-PlaNA/body-contouring-clinic | closed | Create appointment with offer can't save | bug front-end priority: high | 
After I select the technician, the error message is still there, and the appointment cannot be saved. | 1.0 | Create appointment with offer can't save - 
After I select the technician, the error message is still there, and the appointment cannot be saved. | non_design | create appointment with offer can t save after i select the technician the error message is still there and the appointment cannot be saved | 0 |
87,826 | 10,974,955,683 | IssuesEvent | 2019-11-29 10:18:38 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | closed | Hosting: tighten copy and other minor styling updates | [Status] Needs Copy Review [Status] Needs Design Review [Type] Task | Consolidating some feedback from @obi2020 + others
- [x] Let's pare down answers as much as possible to maybe one sentence. This avoids copy going out of date and folks skipping over large chunks of text
- [x] Switch subheader to be more descriptive when both SFTP / PHP Version Switcher are enabled. "Access your website and database directly." or "Advanced settings for managing your site’s files and databases."
- [x] Copy check: "Enable SFTP Credentials". Generate? Create?
- [x] Should we still display common SFTP questions after creating an SFTP user? I would +1 keeping it around, though the UI was a bit awkward when we don't hide this. cc @olaolusoga
- [x] Design: "losing changes since last backup" is too easy to miss. Let's be careful not to make the whole page a single giant warning.
- [x] Drop "Reasons to access my database" or provide better reasons | 1.0 | Hosting: tighten copy and other minor styling updates - Consolidating some feedback from @obi2020 + others
- [x] Let's pare down answers as much as possible to maybe one sentence. This avoids copy going out of date and folks skipping over large chunks of text
- [x] Switch subheader to be more descriptive when both SFTP / PHP Version Switcher are enabled. "Access your website and database directly." or "Advanced settings for managing your site’s files and databases."
- [x] Copy check: "Enable SFTP Credentials". Generate? Create?
- [x] Should we still display common SFTP questions after creating an SFTP user? I would +1 keeping it around, though the UI was a bit awkward when we don't hide this. cc @olaolusoga
- [x] Design: "losing changes since last backup" is too easy to miss. Let's be careful not to make the whole page a single giant warning.
- [x] Drop "Reasons to access my database" or provide better reasons | design | hosting tighten copy and other minor styling updates consolidating some feedback from others let s pare down answers as much as possible to maybe one sentence this avoids copy going out of date and folks skipping over large chunks of text switch subheader to be more descriptive when both sftp php version switcher are enabled access your website and database directly or advanced settings for managing your site’s files and databases copy check enable sftp credentials generate create should we still display common sftp questions after creating an sftp user i would keeping it around though the ui was a bit awkward when we don t hide this cc olaolusoga design losing changes since last backup is too easy to miss let s be careful not to make the whole page a single giant warning drop reasons to access my database or provide better reasons | 1 |
97,605 | 12,247,681,022 | IssuesEvent | 2020-05-05 16:15:25 | cyberark/conjur | https://api.github.com/repos/cyberark/conjur | closed | Update test plan | component/authenticators component/authn-oidc kind/design selected | Create a new test plan for the GA,
Take into consideration the appliance env,new designs, and new requirements
https://ca-il-confluence.il.cyber-ark.com/display/rndp/ID+Token+test+plan
https://ca-il-confluence.il.cyber-ark.com/display/rndp/ID+Token+GA+delivery+plan
requires #986
child of #974 | 1.0 | Update test plan - Create a new test plan for the GA,
Take into consideration the appliance env,new designs, and new requirements
https://ca-il-confluence.il.cyber-ark.com/display/rndp/ID+Token+test+plan
https://ca-il-confluence.il.cyber-ark.com/display/rndp/ID+Token+GA+delivery+plan
requires #986
child of #974 | design | update test plan create a new test plan for the ga take into consideration the appliance env new designs and new requirements requires child of | 1 |
131,828 | 18,408,360,643 | IssuesEvent | 2021-10-13 00:20:21 | Vivihung/ForestGEO | https://api.github.com/repos/Vivihung/ForestGEO | closed | Figma - User experience design/prototype | wontfix ux-design | We would like the new app is intuitive and accessible to existed users. Therefore, we should understand the legacy app user experience flow and proposing an improved UX prototype to review with ForestGEO as a start. | 1.0 | Figma - User experience design/prototype - We would like the new app is intuitive and accessible to existed users. Therefore, we should understand the legacy app user experience flow and proposing an improved UX prototype to review with ForestGEO as a start. | design | figma user experience design prototype we would like the new app is intuitive and accessible to existed users therefore we should understand the legacy app user experience flow and proposing an improved ux prototype to review with forestgeo as a start | 1 |
748,817 | 26,138,918,851 | IssuesEvent | 2022-12-29 15:37:57 | alex4401/mediawiki-extensions-DataMaps | https://api.github.com/repos/alex4401/mediawiki-extensions-DataMaps | closed | Drop DefaultFeatures | priority: high refactoring | Blocker for schemas. Only Temtem uses this, and only for showCoordinates. | 1.0 | Drop DefaultFeatures - Blocker for schemas. Only Temtem uses this, and only for showCoordinates. | non_design | drop defaultfeatures blocker for schemas only temtem uses this and only for showcoordinates | 0 |
71,019 | 8,614,357,431 | IssuesEvent | 2018-11-19 17:15:30 | lappis-unb/PromovaCultura | https://api.github.com/repos/lappis-unb/PromovaCultura | closed | Indicadores culturais/sociais | DesignSprint Epic FaltaDetalhes PromovaCultura VisProjeto | - [ ] Termômetro do valor
- [ ] Visualização Gráfica do impacto
- [ ] Gráficos de reações | 1.0 | Indicadores culturais/sociais - - [ ] Termômetro do valor
- [ ] Visualização Gráfica do impacto
- [ ] Gráficos de reações | design | indicadores culturais sociais termômetro do valor visualização gráfica do impacto gráficos de reações | 1 |
26,217 | 7,802,984,279 | IssuesEvent | 2018-06-10 18:33:36 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Unable to compile from source using Bazel | stat:awaiting response type:build/install | ### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: CentOS 7
- **TensorFlow installed from (source or binary)**: Attempting source. (Binary installation works)
- **TensorFlow version (use command below)**: 1.7 (tried 1.5+)
- **Python version**: 3.6
- **Bazel version (if compiling from source)**: 0.11
- **GCC/Compiler version (if compiling from source)**: 4.8
- **CUDA/cuDNN version**: 9.0/7
- **GPU model and memory**: K10, 12GB
- **Exact command to reproduce**: bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package
I receive the following error:
`INFO: Analysed target //tensorflow/tools/pip_package:build_pip_package (258 packages loaded).
INFO: Found 1 target...
Unhandled exception thrown during build; message: /home/dmallon@isd.csc.mrc.ac.uk/cardiac/dl_stuff/tensorflow/bazel-out (Operation not supported)
INFO: Elapsed time: 6.481s
FAILED: Build did NOT complete successfully
java.lang.UnsupportedOperationException: /home/dmallon@isd.csc.mrc.ac.uk/cardiac/dl_stuff/tensorflow/bazel-out (Operation not supported)
at com.google.devtools.build.lib.unix.NativePosixFiles.symlink(Native Method)
at com.google.devtools.build.lib.unix.UnixFileSystem.createSymbolicLink(UnixFileSystem.java:329)
at com.google.devtools.build.lib.vfs.Path.createSymbolicLink(Path.java:883)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:369)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:320)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createLink(OutputDirectoryLinksUtils.java:251)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createOutputDirectoryLinks(OutputDirectoryLinksUtils.java:89)
at com.google.devtools.build.lib.buildtool.ExecutionTool.executeBuild(ExecutionTool.java:380)
at com.google.devtools.build.lib.buildtool.BuildTool.buildTargets(BuildTool.java:279)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:383)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:350)
at com.google.devtools.build.lib.runtime.commands.BuildCommand.exec(BuildCommand.java:74)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.execExclusively(BlazeCommandDispatcher.java:489)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.exec(BlazeCommandDispatcher.java:218)
at com.google.devtools.build.lib.runtime.CommandExecutor.exec(CommandExecutor.java:58)
at com.google.devtools.build.lib.server.GrpcServerImpl.executeCommand(GrpcServerImpl.java:851)
at com.google.devtools.build.lib.server.GrpcServerImpl.access$2100(GrpcServerImpl.java:109)
at com.google.devtools.build.lib.server.GrpcServerImpl$2.lambda$run$0(GrpcServerImpl.java:916)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
java.lang.UnsupportedOperationException: /home/dmallon@isd.csc.mrc.ac.uk/cardiac/dl_stuff/tensorflow/bazel-out (Operation not supported)
at com.google.devtools.build.lib.unix.NativePosixFiles.symlink(Native Method)
at com.google.devtools.build.lib.unix.UnixFileSystem.createSymbolicLink(UnixFileSystem.java:329)
at com.google.devtools.build.lib.vfs.Path.createSymbolicLink(Path.java:883)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:369)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:320)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createLink(OutputDirectoryLinksUtils.java:251)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createOutputDirectoryLinks(OutputDirectoryLinksUtils.java:89)
at com.google.devtools.build.lib.buildtool.ExecutionTool.executeBuild(ExecutionTool.java:380)
at com.google.devtools.build.lib.buildtool.BuildTool.buildTargets(BuildTool.java:279)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:383)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:350)
at com.google.devtools.build.lib.runtime.commands.BuildCommand.exec(BuildCommand.java:74)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.execExclusively(BlazeCommandDispatcher.java:489)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.exec(BlazeCommandDispatcher.java:218)
at com.google.devtools.build.lib.runtime.CommandExecutor.exec(CommandExecutor.java:58)
at com.google.devtools.build.lib.server.GrpcServerImpl.executeCommand(GrpcServerImpl.java:851)
at com.google.devtools.build.lib.server.GrpcServerImpl.access$2100(GrpcServerImpl.java:109)
at com.google.devtools.build.lib.server.GrpcServerImpl$2.lambda$run$0(GrpcServerImpl.java:916)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
`
Does anyone have any ideas? I've tried multiple versions of Java (8-151, 8-161, 7-161).
| 1.0 | Unable to compile from source using Bazel - ### System information
- **Have I written custom code (as opposed to using a stock example script provided in TensorFlow)**: No
- **OS Platform and Distribution (e.g., Linux Ubuntu 16.04)**: CentOS 7
- **TensorFlow installed from (source or binary)**: Attempting source. (Binary installation works)
- **TensorFlow version (use command below)**: 1.7 (tried 1.5+)
- **Python version**: 3.6
- **Bazel version (if compiling from source)**: 0.11
- **GCC/Compiler version (if compiling from source)**: 4.8
- **CUDA/cuDNN version**: 9.0/7
- **GPU model and memory**: K10, 12GB
- **Exact command to reproduce**: bazel build --config=opt --config=cuda //tensorflow/tools/pip_package:build_pip_package
I receive the following error:
`INFO: Analysed target //tensorflow/tools/pip_package:build_pip_package (258 packages loaded).
INFO: Found 1 target...
Unhandled exception thrown during build; message: /home/dmallon@isd.csc.mrc.ac.uk/cardiac/dl_stuff/tensorflow/bazel-out (Operation not supported)
INFO: Elapsed time: 6.481s
FAILED: Build did NOT complete successfully
java.lang.UnsupportedOperationException: /home/dmallon@isd.csc.mrc.ac.uk/cardiac/dl_stuff/tensorflow/bazel-out (Operation not supported)
at com.google.devtools.build.lib.unix.NativePosixFiles.symlink(Native Method)
at com.google.devtools.build.lib.unix.UnixFileSystem.createSymbolicLink(UnixFileSystem.java:329)
at com.google.devtools.build.lib.vfs.Path.createSymbolicLink(Path.java:883)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:369)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:320)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createLink(OutputDirectoryLinksUtils.java:251)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createOutputDirectoryLinks(OutputDirectoryLinksUtils.java:89)
at com.google.devtools.build.lib.buildtool.ExecutionTool.executeBuild(ExecutionTool.java:380)
at com.google.devtools.build.lib.buildtool.BuildTool.buildTargets(BuildTool.java:279)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:383)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:350)
at com.google.devtools.build.lib.runtime.commands.BuildCommand.exec(BuildCommand.java:74)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.execExclusively(BlazeCommandDispatcher.java:489)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.exec(BlazeCommandDispatcher.java:218)
at com.google.devtools.build.lib.runtime.CommandExecutor.exec(CommandExecutor.java:58)
at com.google.devtools.build.lib.server.GrpcServerImpl.executeCommand(GrpcServerImpl.java:851)
at com.google.devtools.build.lib.server.GrpcServerImpl.access$2100(GrpcServerImpl.java:109)
at com.google.devtools.build.lib.server.GrpcServerImpl$2.lambda$run$0(GrpcServerImpl.java:916)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
java.lang.UnsupportedOperationException: /home/dmallon@isd.csc.mrc.ac.uk/cardiac/dl_stuff/tensorflow/bazel-out (Operation not supported)
at com.google.devtools.build.lib.unix.NativePosixFiles.symlink(Native Method)
at com.google.devtools.build.lib.unix.UnixFileSystem.createSymbolicLink(UnixFileSystem.java:329)
at com.google.devtools.build.lib.vfs.Path.createSymbolicLink(Path.java:883)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:369)
at com.google.devtools.build.lib.vfs.FileSystemUtils.ensureSymbolicLink(FileSystemUtils.java:320)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createLink(OutputDirectoryLinksUtils.java:251)
at com.google.devtools.build.lib.buildtool.OutputDirectoryLinksUtils.createOutputDirectoryLinks(OutputDirectoryLinksUtils.java:89)
at com.google.devtools.build.lib.buildtool.ExecutionTool.executeBuild(ExecutionTool.java:380)
at com.google.devtools.build.lib.buildtool.BuildTool.buildTargets(BuildTool.java:279)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:383)
at com.google.devtools.build.lib.buildtool.BuildTool.processRequest(BuildTool.java:350)
at com.google.devtools.build.lib.runtime.commands.BuildCommand.exec(BuildCommand.java:74)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.execExclusively(BlazeCommandDispatcher.java:489)
at com.google.devtools.build.lib.runtime.BlazeCommandDispatcher.exec(BlazeCommandDispatcher.java:218)
at com.google.devtools.build.lib.runtime.CommandExecutor.exec(CommandExecutor.java:58)
at com.google.devtools.build.lib.server.GrpcServerImpl.executeCommand(GrpcServerImpl.java:851)
at com.google.devtools.build.lib.server.GrpcServerImpl.access$2100(GrpcServerImpl.java:109)
at com.google.devtools.build.lib.server.GrpcServerImpl$2.lambda$run$0(GrpcServerImpl.java:916)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
`
Does anyone have any ideas? I've tried multiple versions of Java (8-151, 8-161, 7-161).
| non_design | unable to compile from source using bazel system information have i written custom code as opposed to using a stock example script provided in tensorflow no os platform and distribution e g linux ubuntu centos tensorflow installed from source or binary attempting source binary installation works tensorflow version use command below tried python version bazel version if compiling from source gcc compiler version if compiling from source cuda cudnn version gpu model and memory exact command to reproduce bazel build config opt config cuda tensorflow tools pip package build pip package i receive the following error info analysed target tensorflow tools pip package build pip package packages loaded info found target unhandled exception thrown during build message home dmallon isd csc mrc ac uk cardiac dl stuff tensorflow bazel out operation not supported info elapsed time failed build did not complete successfully java lang unsupportedoperationexception home dmallon isd csc mrc ac uk cardiac dl stuff tensorflow bazel out operation not supported at com google devtools build lib unix nativeposixfiles symlink native method at com google devtools build lib unix unixfilesystem createsymboliclink unixfilesystem java at com google devtools build lib vfs path createsymboliclink path java at com google devtools build lib vfs filesystemutils ensuresymboliclink filesystemutils java at com google devtools build lib vfs filesystemutils ensuresymboliclink filesystemutils java at com google devtools build lib buildtool outputdirectorylinksutils createlink outputdirectorylinksutils java at com google devtools build lib buildtool outputdirectorylinksutils createoutputdirectorylinks outputdirectorylinksutils java at com google devtools build lib buildtool executiontool executebuild executiontool java at com google devtools build lib buildtool buildtool buildtargets buildtool java at com google devtools build lib buildtool buildtool processrequest buildtool java at com google devtools build lib buildtool buildtool processrequest buildtool java at com google devtools build lib runtime commands buildcommand exec buildcommand java at com google devtools build lib runtime blazecommanddispatcher execexclusively blazecommanddispatcher java at com google devtools build lib runtime blazecommanddispatcher exec blazecommanddispatcher java at com google devtools build lib runtime commandexecutor exec commandexecutor java at com google devtools build lib server grpcserverimpl executecommand grpcserverimpl java at com google devtools build lib server grpcserverimpl access grpcserverimpl java at com google devtools build lib server grpcserverimpl lambda run grpcserverimpl java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java java lang unsupportedoperationexception home dmallon isd csc mrc ac uk cardiac dl stuff tensorflow bazel out operation not supported at com google devtools build lib unix nativeposixfiles symlink native method at com google devtools build lib unix unixfilesystem createsymboliclink unixfilesystem java at com google devtools build lib vfs path createsymboliclink path java at com google devtools build lib vfs filesystemutils ensuresymboliclink filesystemutils java at com google devtools build lib vfs filesystemutils ensuresymboliclink filesystemutils java at com google devtools build lib buildtool outputdirectorylinksutils createlink outputdirectorylinksutils java at com google devtools build lib buildtool outputdirectorylinksutils createoutputdirectorylinks outputdirectorylinksutils java at com google devtools build lib buildtool executiontool executebuild executiontool java at com google devtools build lib buildtool buildtool buildtargets buildtool java at com google devtools build lib buildtool buildtool processrequest buildtool java at com google devtools build lib buildtool buildtool processrequest buildtool java at com google devtools build lib runtime commands buildcommand exec buildcommand java at com google devtools build lib runtime blazecommanddispatcher execexclusively blazecommanddispatcher java at com google devtools build lib runtime blazecommanddispatcher exec blazecommanddispatcher java at com google devtools build lib runtime commandexecutor exec commandexecutor java at com google devtools build lib server grpcserverimpl executecommand grpcserverimpl java at com google devtools build lib server grpcserverimpl access grpcserverimpl java at com google devtools build lib server grpcserverimpl lambda run grpcserverimpl java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at java lang thread run thread java does anyone have any ideas i ve tried multiple versions of java | 0 |
27,955 | 4,073,929,107 | IssuesEvent | 2016-05-28 03:21:11 | wckansai2016/site-design | https://api.github.com/repos/wckansai2016/site-design | closed | フォームのラジオボタンのラベル整形 | bug design main-site pc-view sp-view | label要素に対してスタイルを当てているので、ラジオボタンのスタイルが変になっている。
恐らくチェックボックスも同様。

フィールドのラベルはクラス属性「grunion-field-label」を使用しているので、それだけにスタイルを当てるようにしてください。 | 1.0 | フォームのラジオボタンのラベル整形 - label要素に対してスタイルを当てているので、ラジオボタンのスタイルが変になっている。
恐らくチェックボックスも同様。

フィールドのラベルはクラス属性「grunion-field-label」を使用しているので、それだけにスタイルを当てるようにしてください。 | design | フォームのラジオボタンのラベル整形 label要素に対してスタイルを当てているので、ラジオボタンのスタイルが変になっている。 恐らくチェックボックスも同様。 フィールドのラベルはクラス属性「grunion field label」を使用しているので、それだけにスタイルを当てるようにしてください。 | 1 |
266,527 | 8,368,949,585 | IssuesEvent | 2018-10-04 15:57:55 | bitrockteam/signature | https://api.github.com/repos/bitrockteam/signature | closed | usage on Apple Mail | Priority: Medium Status: Available Type: Maintenance | The company image at the end of the signature has two main issues:
- white background - it would be better to have a transparent background

- doesn't show when pasting the signature on Mail app (plus the typography seems to be slightly lighter and different)

| 1.0 | usage on Apple Mail - The company image at the end of the signature has two main issues:
- white background - it would be better to have a transparent background

- doesn't show when pasting the signature on Mail app (plus the typography seems to be slightly lighter and different)

| non_design | usage on apple mail the company image at the end of the signature has two main issues white background it would be better to have a transparent background doesn t show when pasting the signature on mail app plus the typography seems to be slightly lighter and different | 0 |
144,268 | 22,310,473,268 | IssuesEvent | 2022-06-13 16:30:36 | sul-dlss/happy-heron | https://api.github.com/repos/sul-dlss/happy-heron | opened | Lock editing: On deposits tab, replace pencil icon with lock | PO ADMIN design needed 2022 | On the deposits tab, if a locked item displays in the table, the pencil icon for editing should be replaced with a lock icon.
When the user clicks on the lock, they should see a tooltip that says "This deposit can no longer be edited in this application. If you need to make changes to this deposit, please use the Help link at the top of this page to contact us." | 1.0 | Lock editing: On deposits tab, replace pencil icon with lock - On the deposits tab, if a locked item displays in the table, the pencil icon for editing should be replaced with a lock icon.
When the user clicks on the lock, they should see a tooltip that says "This deposit can no longer be edited in this application. If you need to make changes to this deposit, please use the Help link at the top of this page to contact us." | design | lock editing on deposits tab replace pencil icon with lock on the deposits tab if a locked item displays in the table the pencil icon for editing should be replaced with a lock icon when the user clicks on the lock they should see a tooltip that says this deposit can no longer be edited in this application if you need to make changes to this deposit please use the help link at the top of this page to contact us | 1 |
373,945 | 11,053,001,077 | IssuesEvent | 2019-12-10 10:29:01 | ClangBuiltLinux/linux | https://api.github.com/repos/ClangBuiltLinux/linux | opened | argument unused during compilation: '-no-pie' | [ARCH] risc-v [BUG] linux low priority | During the compilation of RISC-V vDSO clang produces this warning:
```
clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
``` | 1.0 | argument unused during compilation: '-no-pie' - During the compilation of RISC-V vDSO clang produces this warning:
```
clang: warning: argument unused during compilation: '-no-pie' [-Wunused-command-line-argument]
``` | non_design | argument unused during compilation no pie during the compilation of risc v vdso clang produces this warning clang warning argument unused during compilation no pie | 0 |
47,916 | 7,359,860,863 | IssuesEvent | 2018-03-10 12:18:12 | schollz/find3 | https://api.github.com/repos/schollz/find3 | closed | Document all of the server endpoints | documentation | The documentation should include a list of all the API and front-end endpoints:
I believe these are all in `server.go`, right?
https://github.com/schollz/find3/blob/d7fa365637509bf31f34167bc08cfc203d687663/server/main/src/server/server.go
I'm happy to take a stab at this, if you provide some pointers on how you'd like it done =). | 1.0 | Document all of the server endpoints - The documentation should include a list of all the API and front-end endpoints:
I believe these are all in `server.go`, right?
https://github.com/schollz/find3/blob/d7fa365637509bf31f34167bc08cfc203d687663/server/main/src/server/server.go
I'm happy to take a stab at this, if you provide some pointers on how you'd like it done =). | non_design | document all of the server endpoints the documentation should include a list of all the api and front end endpoints i believe these are all in server go right i m happy to take a stab at this if you provide some pointers on how you d like it done | 0 |
89,109 | 11,198,054,721 | IssuesEvent | 2020-01-03 15:00:05 | prisma-labs/graphql-santa | https://api.github.com/repos/prisma-labs/graphql-santa | opened | auth | type/design-discussion | Lets collect thoughts about auth. Authorization and authentication. What could and should we do.
#### Related
- https://github.com/prisma-labs/nexus-prisma/issues/342 | 1.0 | auth - Lets collect thoughts about auth. Authorization and authentication. What could and should we do.
#### Related
- https://github.com/prisma-labs/nexus-prisma/issues/342 | design | auth lets collect thoughts about auth authorization and authentication what could and should we do related | 1 |
123,973 | 16,554,789,866 | IssuesEvent | 2021-05-28 12:48:27 | trpo2021/cw-ip-016_hangman | https://api.github.com/repos/trpo2021/cw-ip-016_hangman | closed | Добавить звуковое сопровождение | design | Загрузить в репозиторий и подключить к приложению фоновую музыку | 1.0 | Добавить звуковое сопровождение - Загрузить в репозиторий и подключить к приложению фоновую музыку | design | добавить звуковое сопровождение загрузить в репозиторий и подключить к приложению фоновую музыку | 1 |
25,673 | 3,955,724,021 | IssuesEvent | 2016-04-29 22:12:30 | FraserCoyle/sermon-manager-issues | https://api.github.com/repos/FraserCoyle/sermon-manager-issues | reopened | [UI] Settings > Account Page styling incomplete | bug design sm-dashboard | <img width="682" alt="screenshot 2016-04-22 23 39 53" src="https://cloud.githubusercontent.com/assets/231299/14756702/a353b9f8-08e3-11e6-83bf-e394890adda3.png">
| 1.0 | [UI] Settings > Account Page styling incomplete - <img width="682" alt="screenshot 2016-04-22 23 39 53" src="https://cloud.githubusercontent.com/assets/231299/14756702/a353b9f8-08e3-11e6-83bf-e394890adda3.png">
| design | settings account page styling incomplete img width alt screenshot src | 1 |
4,072 | 2,610,086,920 | IssuesEvent | 2015-02-26 18:26:24 | chrsmith/dsdsdaadf | https://api.github.com/repos/chrsmith/dsdsdaadf | opened | 深圳瓷肌祛痘印效果如何 | auto-migrated Priority-Medium Type-Defect | ```
深圳瓷肌祛痘印效果如何【深圳韩方科颜全国热线400-869-1818��
�24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以��
�国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品�
��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反
弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国��
�专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸�
��的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:16 | 1.0 | 深圳瓷肌祛痘印效果如何 - ```
深圳瓷肌祛痘印效果如何【深圳韩方科颜全国热线400-869-1818��
�24小时QQ4008691818】深圳韩方科颜专业祛痘连锁机构,机构以��
�国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品�
��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反
弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国��
�专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸�
��的痘痘。
```
-----
Original issue reported on code.google.com by `szft...@163.com` on 14 May 2014 at 7:16 | non_design | 深圳瓷肌祛痘印效果如何 深圳瓷肌祛痘印效果如何【 �� � 】深圳韩方科颜专业祛痘连锁机构,机构以�� �国秘方——韩方科颜这一国妆准字号治疗型权威,祛痘佳品� ��韩方科颜专业祛痘连锁机构,采用韩国秘方配合专业“不反 弹”健康祛痘技术并结合先进“先进豪华彩光”仪,开创国�� �专业治疗粉刺、痤疮签约包治先河,成功消除了许多顾客脸� ��的痘痘。 original issue reported on code google com by szft com on may at | 0 |
599 | 8,072,704,966 | IssuesEvent | 2018-08-06 16:48:26 | chapel-lang/chapel | https://api.github.com/repos/chapel-lang/chapel | closed | Ensure library mode generated makefile works with ./configure --prefix | area: Compiler area: Tools type: Portability | See [this comment](https://github.com/chapel-lang/chapel/pull/10524#discussion_r205594628). Basically, it is possible that the current set up is not sufficient when the chapel compiler was built using configure.
Steps to double check changes:
mkdir /tmp/test
./configure --prefix=/tmp/test
make
make install
in new window, go to /tmp/test
setup path
to include usr/bin
and then try to use --library stuff there
| True | Ensure library mode generated makefile works with ./configure --prefix - See [this comment](https://github.com/chapel-lang/chapel/pull/10524#discussion_r205594628). Basically, it is possible that the current set up is not sufficient when the chapel compiler was built using configure.
Steps to double check changes:
mkdir /tmp/test
./configure --prefix=/tmp/test
make
make install
in new window, go to /tmp/test
setup path
to include usr/bin
and then try to use --library stuff there
| non_design | ensure library mode generated makefile works with configure prefix see basically it is possible that the current set up is not sufficient when the chapel compiler was built using configure steps to double check changes mkdir tmp test configure prefix tmp test make make install in new window go to tmp test setup path to include usr bin and then try to use library stuff there | 0 |
46,036 | 5,989,926,013 | IssuesEvent | 2017-06-02 09:55:09 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | closed | Login: inconsistent use of Logging In notice | Login [Status] Needs Copy Review [Status] Needs Design Review [Type] Enhancement | Steps to reproduce:
- enable 2FA via the authenticator app for your account
- log in to that same account in the WordPress mobile app
- visit `/login` and enter your username and password
- you'll receive a push notification in your phone, through the WordPress mobile app
- click Approve in that notification and keep an eye on the login page
- note that a green notice saying "Logging In" will appear on the top right
That's the only case where that green notice is displayed. It isn't used if the user logs in through any of the other methods. Do we want to keep that notice? If so, should we add it to the other login methods as well?
cc @danhauk @breezyskies | 1.0 | Login: inconsistent use of Logging In notice - Steps to reproduce:
- enable 2FA via the authenticator app for your account
- log in to that same account in the WordPress mobile app
- visit `/login` and enter your username and password
- you'll receive a push notification in your phone, through the WordPress mobile app
- click Approve in that notification and keep an eye on the login page
- note that a green notice saying "Logging In" will appear on the top right
That's the only case where that green notice is displayed. It isn't used if the user logs in through any of the other methods. Do we want to keep that notice? If so, should we add it to the other login methods as well?
cc @danhauk @breezyskies | design | login inconsistent use of logging in notice steps to reproduce enable via the authenticator app for your account log in to that same account in the wordpress mobile app visit login and enter your username and password you ll receive a push notification in your phone through the wordpress mobile app click approve in that notification and keep an eye on the login page note that a green notice saying logging in will appear on the top right that s the only case where that green notice is displayed it isn t used if the user logs in through any of the other methods do we want to keep that notice if so should we add it to the other login methods as well cc danhauk breezyskies | 1 |
22,734 | 11,781,094,979 | IssuesEvent | 2020-03-16 21:33:19 | Azure/azure-sdk-for-java | https://api.github.com/repos/Azure/azure-sdk-for-java | closed | [SB Track2] Implement `abandon()` in ServiceBus*Receiver | Client Service Bus | ## Tasks
- [ ] `ServiceBusAsyncReceiver.abandon(ServiceBusReceivedMessage receivedMessage)`
- [ ] Add unit tests
- [ ] Add integration tests
- [ ] `ServiceBusReceiver.abandon(ServiceBusReceivedMessage receivedMessage)`
- [ ] Add unit tests
- [ ] Add integration tests | 1.0 | [SB Track2] Implement `abandon()` in ServiceBus*Receiver - ## Tasks
- [ ] `ServiceBusAsyncReceiver.abandon(ServiceBusReceivedMessage receivedMessage)`
- [ ] Add unit tests
- [ ] Add integration tests
- [ ] `ServiceBusReceiver.abandon(ServiceBusReceivedMessage receivedMessage)`
- [ ] Add unit tests
- [ ] Add integration tests | non_design | implement abandon in servicebus receiver tasks servicebusasyncreceiver abandon servicebusreceivedmessage receivedmessage add unit tests add integration tests servicebusreceiver abandon servicebusreceivedmessage receivedmessage add unit tests add integration tests | 0 |
122,205 | 16,092,723,125 | IssuesEvent | 2021-04-26 18:50:54 | xezon/GeneralsRankedMaps | https://api.github.com/repos/xezon/GeneralsRankedMaps | closed | [Candidate 2v2 Burning Deadline ZH v1] Strange texture is visible on top map border | design | **Issue Description**
Strange texture is visible on top map border.
**Expected behavior**
There is no such texture.
**Screenshots**

| 1.0 | [Candidate 2v2 Burning Deadline ZH v1] Strange texture is visible on top map border - **Issue Description**
Strange texture is visible on top map border.
**Expected behavior**
There is no such texture.
**Screenshots**

| design | strange texture is visible on top map border issue description strange texture is visible on top map border expected behavior there is no such texture screenshots | 1 |
1,141 | 3,060,871,848 | IssuesEvent | 2015-08-15 00:15:33 | couchbase/couchbase-lite-ios | https://api.github.com/repos/couchbase/couchbase-lite-ios | closed | Implement readOnly mode in CBLSyncListener | bug f: Replication peer-to-peer review security size-medium | CBLSyncListener, the listener for the new replication protocol, doesn't yet implement read-only (i.e. pull-only) access. | True | Implement readOnly mode in CBLSyncListener - CBLSyncListener, the listener for the new replication protocol, doesn't yet implement read-only (i.e. pull-only) access. | non_design | implement readonly mode in cblsynclistener cblsynclistener the listener for the new replication protocol doesn t yet implement read only i e pull only access | 0 |
140,717 | 21,188,999,579 | IssuesEvent | 2022-04-08 15:21:13 | raft-tech/TANF-app | https://api.github.com/repos/raft-tech/TANF-app | reopened | Tree Test(Sitemap Survey) Project Update | Research & Design Refined | AC:
- [x] Project Updates website updated with results from SItemap Surveys
- [ ] Link sent to OFA and grantees
**Tasks for Project Updates for OFA and grantees** *
- [x] Create content in a [hackmd](https://hackmd.io/Fl1lY0b7TruJE5fnJ6w_jA) for the Project Updates (previously Live Comms) website documenting results of the Sitemap Surveys (Sreedevi)
- [x] Review content for the Project Updates website (Miles and Steve)
- [x] Update Project Updates website (Miles)
- [ ] Lauren to send update to OFA and STTs
**DoD**
- [x] @lfrohlich has reviewed and signed off
| 1.0 | Tree Test(Sitemap Survey) Project Update - AC:
- [x] Project Updates website updated with results from SItemap Surveys
- [ ] Link sent to OFA and grantees
**Tasks for Project Updates for OFA and grantees** *
- [x] Create content in a [hackmd](https://hackmd.io/Fl1lY0b7TruJE5fnJ6w_jA) for the Project Updates (previously Live Comms) website documenting results of the Sitemap Surveys (Sreedevi)
- [x] Review content for the Project Updates website (Miles and Steve)
- [x] Update Project Updates website (Miles)
- [ ] Lauren to send update to OFA and STTs
**DoD**
- [x] @lfrohlich has reviewed and signed off
| design | tree test sitemap survey project update ac project updates website updated with results from sitemap surveys link sent to ofa and grantees tasks for project updates for ofa and grantees create content in a for the project updates previously live comms website documenting results of the sitemap surveys sreedevi review content for the project updates website miles and steve update project updates website miles lauren to send update to ofa and stts dod lfrohlich has reviewed and signed off | 1 |
37,880 | 4,857,253,688 | IssuesEvent | 2016-11-12 14:12:29 | ElemeFE/element | https://api.github.com/repos/ElemeFE/element | closed | 拖拽UI | design discussion | 能不能后续加点拖拽类的控件?
<!--
提交 issue 前请务必查看 FAQ:https://github.com/ElemeFE/element/blob/master/FAQ.md。如果你的问题可以在 FAQ 中找到解决方案,我们会直接关闭 issue。
-->
<!--
issue 仅用于提交 bug 或 feature 以及设计相关的内容,其它疑问请到 gitter 聊天室找社区里面的小伙伴聊一聊:https://gitter.im/ElemeFE/element
-->
<!--
Issues are exclusively for bug reports and feature requests. For other questions, please visit gitter: https://gitter.im/ElemeFE/element
-->
<!--
Thank you for contributing! Please carefully read the following before opening your issue.
-->
### ElementUI version
<!-- 1.0.0-rc.2 -->
### OS/Browers version
<!-- macOS/Chrome 53 -->
### Vue version
<!-- 2.0.0-rc.4 -->
### Reproduction Link
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
<!-- https://codepen.io/anon/pen/ozYpNA -->
<!-- https://jsfiddle.net/gmve9d3p/ -->
### Steps to reproduce
### What is Expected?
### What is actually happening?
| 1.0 | 拖拽UI - 能不能后续加点拖拽类的控件?
<!--
提交 issue 前请务必查看 FAQ:https://github.com/ElemeFE/element/blob/master/FAQ.md。如果你的问题可以在 FAQ 中找到解决方案,我们会直接关闭 issue。
-->
<!--
issue 仅用于提交 bug 或 feature 以及设计相关的内容,其它疑问请到 gitter 聊天室找社区里面的小伙伴聊一聊:https://gitter.im/ElemeFE/element
-->
<!--
Issues are exclusively for bug reports and feature requests. For other questions, please visit gitter: https://gitter.im/ElemeFE/element
-->
<!--
Thank you for contributing! Please carefully read the following before opening your issue.
-->
### ElementUI version
<!-- 1.0.0-rc.2 -->
### OS/Browers version
<!-- macOS/Chrome 53 -->
### Vue version
<!-- 2.0.0-rc.4 -->
### Reproduction Link
<!-- A minimal JSBin, JSFiddle, Codepen, or a GitHub repository that can reproduce the bug. -->
<!-- https://codepen.io/anon/pen/ozYpNA -->
<!-- https://jsfiddle.net/gmve9d3p/ -->
### Steps to reproduce
### What is Expected?
### What is actually happening?
| design | 拖拽ui 能不能后续加点拖拽类的控件? 提交 issue 前请务必查看 faq: faq 中找到解决方案,我们会直接关闭 issue。 issue 仅用于提交 bug 或 feature 以及设计相关的内容,其它疑问请到 gitter 聊天室找社区里面的小伙伴聊一聊: issues are exclusively for bug reports and feature requests for other questions please visit gitter thank you for contributing please carefully read the following before opening your issue elementui version os browers version vue version reproduction link steps to reproduce what is expected what is actually happening | 1 |
135,470 | 30,296,009,982 | IssuesEvent | 2023-07-09 21:29:10 | h4sh5/pypi-auto-scanner | https://api.github.com/repos/h4sh5/pypi-auto-scanner | opened | seleniumbase 4.15.13 has 18 GuardDog issues | guarddog code-execution exec-base64 shady-links | ERROR: type should be string, got "https://pypi.org/project/seleniumbase\nhttps://inspector.pypi.io/project/seleniumbase\n```{\n \"dependency\": \"seleniumbase\",\n \"version\": \"4.15.13\",\n \"result\": {\n \"issues\": 18,\n \"errors\": {},\n \"results\": {\n \"code-execution\": [\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:37\",\n \"code\": \" os.system(\\\"python -m pip install 'flake8==6.0.0'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:38\",\n \"code\": \" flake8_status = os.system(\\\"flake8 --exclude=recordings,temp\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:45\",\n \"code\": \" os.system(\\\"rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:46\",\n \"code\": \" os.system(\\\"rm -rf build/bdist.*; rm -rf build/lib\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:48\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade 'build'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:50\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade 'pkginfo'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:52\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade 'readme-renderer'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:54\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade 'jaraco.classes'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:56\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade 'more-itertools'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:58\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade 'zipp'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:60\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade 'importlib-metadata'\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:62\",\n \"code\": \" os.system(\\\"python -m pip install --upgrade keyring requests-toolbelt\\\")\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/setup.py:66\",\n \"code\": \" os.system(\\\"python -m build\\\") # Create new tar/wheel\",\n \"message\": \"This package is executing OS commands in the setup.py file\"\n }\n ],\n \"exec-base64\": [\n {\n \"location\": \"seleniumbase-4.15.13/seleniumbase/behave/behave_sb.py:990\",\n \"code\": \" proc = subprocess.Popen(\\n \\\"behave -d %s --show-source\\\" % command_string,\\n stdout=subprocess.PIPE,\\n shell=True,\\n )\",\n \"message\": \"This package contains a call to the `eval` function with a `base64` encoded string as argument.\\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\\nstring.\\n\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/seleniumbase/console_scripts/sb_behave_gui.py:395\",\n \"code\": \" proc = subprocess.Popen(\\n \\\"%s -m behave -d %s --show-source\\\"\\n % (sys.executable, command_string),\\n stdout=subprocess.PIPE,\\n shell=True,\\n )\",\n \"message\": \"This package contains a call to the `eval` function with a `base64` encoded string as argument.\\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\\nstring.\\n\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/seleniumbase/console_scripts/sb_caseplans.py:526\",\n \"code\": \" proc = subprocess.Popen(\\n '%s -m pytest --collect-only -q --rootdir=\\\"./\\\" %s'\\n % (sys.executable, command_string),\\n stdout=subprocess.PIPE,\\n shell=True,\\n )\",\n \"message\": \"This package contains a call to the `eval` function with a `base64` encoded string as argument.\\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\\nstring.\\n\"\n },\n {\n \"location\": \"seleniumbase-4.15.13/seleniumbase/console_scripts/sb_commander.py:429\",\n \"code\": \" proc = subprocess.Popen(\\n '%s -m pytest --collect-only -q --rootdir=\\\"./\\\" %s'\\n % (sys.executable, command_string),\\n stdout=subprocess.PIPE,\\n shell=True,\\n )\",\n \"message\": \"This package contains a call to the `eval` function with a `base64` encoded string as argument.\\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\\nstring.\\n\"\n }\n ],\n \"shady-links\": [\n {\n \"location\": \"seleniumbase-4.15.13/seleniumbase/config/proxy_list.py:18\",\n \"code\": \"* https://bit.ly/36GtZa1\",\n \"message\": \"This package contains an URL to a domain with a suspicious extension\"\n }\n ]\n },\n \"path\": \"/tmp/tmpw__a732p/seleniumbase\"\n }\n}```" | 1.0 | seleniumbase 4.15.13 has 18 GuardDog issues - https://pypi.org/project/seleniumbase
https://inspector.pypi.io/project/seleniumbase
```{
"dependency": "seleniumbase",
"version": "4.15.13",
"result": {
"issues": 18,
"errors": {},
"results": {
"code-execution": [
{
"location": "seleniumbase-4.15.13/setup.py:37",
"code": " os.system(\"python -m pip install 'flake8==6.0.0'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:38",
"code": " flake8_status = os.system(\"flake8 --exclude=recordings,temp\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:45",
"code": " os.system(\"rm -f dist/*.egg; rm -f dist/*.tar.gz; rm -f dist/*.whl\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:46",
"code": " os.system(\"rm -rf build/bdist.*; rm -rf build/lib\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:48",
"code": " os.system(\"python -m pip install --upgrade 'build'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:50",
"code": " os.system(\"python -m pip install --upgrade 'pkginfo'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:52",
"code": " os.system(\"python -m pip install --upgrade 'readme-renderer'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:54",
"code": " os.system(\"python -m pip install --upgrade 'jaraco.classes'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:56",
"code": " os.system(\"python -m pip install --upgrade 'more-itertools'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:58",
"code": " os.system(\"python -m pip install --upgrade 'zipp'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:60",
"code": " os.system(\"python -m pip install --upgrade 'importlib-metadata'\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:62",
"code": " os.system(\"python -m pip install --upgrade keyring requests-toolbelt\")",
"message": "This package is executing OS commands in the setup.py file"
},
{
"location": "seleniumbase-4.15.13/setup.py:66",
"code": " os.system(\"python -m build\") # Create new tar/wheel",
"message": "This package is executing OS commands in the setup.py file"
}
],
"exec-base64": [
{
"location": "seleniumbase-4.15.13/seleniumbase/behave/behave_sb.py:990",
"code": " proc = subprocess.Popen(\n \"behave -d %s --show-source\" % command_string,\n stdout=subprocess.PIPE,\n shell=True,\n )",
"message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n"
},
{
"location": "seleniumbase-4.15.13/seleniumbase/console_scripts/sb_behave_gui.py:395",
"code": " proc = subprocess.Popen(\n \"%s -m behave -d %s --show-source\"\n % (sys.executable, command_string),\n stdout=subprocess.PIPE,\n shell=True,\n )",
"message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n"
},
{
"location": "seleniumbase-4.15.13/seleniumbase/console_scripts/sb_caseplans.py:526",
"code": " proc = subprocess.Popen(\n '%s -m pytest --collect-only -q --rootdir=\"./\" %s'\n % (sys.executable, command_string),\n stdout=subprocess.PIPE,\n shell=True,\n )",
"message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n"
},
{
"location": "seleniumbase-4.15.13/seleniumbase/console_scripts/sb_commander.py:429",
"code": " proc = subprocess.Popen(\n '%s -m pytest --collect-only -q --rootdir=\"./\" %s'\n % (sys.executable, command_string),\n stdout=subprocess.PIPE,\n shell=True,\n )",
"message": "This package contains a call to the `eval` function with a `base64` encoded string as argument.\nThis is a common method used to hide a malicious payload in a module as static analysis will not decode the\nstring.\n"
}
],
"shady-links": [
{
"location": "seleniumbase-4.15.13/seleniumbase/config/proxy_list.py:18",
"code": "* https://bit.ly/36GtZa1",
"message": "This package contains an URL to a domain with a suspicious extension"
}
]
},
"path": "/tmp/tmpw__a732p/seleniumbase"
}
}``` | non_design | seleniumbase has guarddog issues dependency seleniumbase version result issues errors results code execution location seleniumbase setup py code os system python m pip install message this package is executing os commands in the setup py file location seleniumbase setup py code status os system exclude recordings temp message this package is executing os commands in the setup py file location seleniumbase setup py code os system rm f dist egg rm f dist tar gz rm f dist whl message this package is executing os commands in the setup py file location seleniumbase setup py code os system rm rf build bdist rm rf build lib message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade build message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade pkginfo message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade readme renderer message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade jaraco classes message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade more itertools message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade zipp message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade importlib metadata message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m pip install upgrade keyring requests toolbelt message this package is executing os commands in the setup py file location seleniumbase setup py code os system python m build create new tar wheel message this package is executing os commands in the setup py file exec location seleniumbase seleniumbase behave behave sb py code proc subprocess popen n behave d s show source command string n stdout subprocess pipe n shell true n message this package contains a call to the eval function with a encoded string as argument nthis is a common method used to hide a malicious payload in a module as static analysis will not decode the nstring n location seleniumbase seleniumbase console scripts sb behave gui py code proc subprocess popen n s m behave d s show source n sys executable command string n stdout subprocess pipe n shell true n message this package contains a call to the eval function with a encoded string as argument nthis is a common method used to hide a malicious payload in a module as static analysis will not decode the nstring n location seleniumbase seleniumbase console scripts sb caseplans py code proc subprocess popen n s m pytest collect only q rootdir s n sys executable command string n stdout subprocess pipe n shell true n message this package contains a call to the eval function with a encoded string as argument nthis is a common method used to hide a malicious payload in a module as static analysis will not decode the nstring n location seleniumbase seleniumbase console scripts sb commander py code proc subprocess popen n s m pytest collect only q rootdir s n sys executable command string n stdout subprocess pipe n shell true n message this package contains a call to the eval function with a encoded string as argument nthis is a common method used to hide a malicious payload in a module as static analysis will not decode the nstring n shady links location seleniumbase seleniumbase config proxy list py code message this package contains an url to a domain with a suspicious extension path tmp tmpw seleniumbase | 0 |
758,156 | 26,544,881,831 | IssuesEvent | 2023-01-19 22:50:15 | guynir42/virtualobserver | https://api.github.com/repos/guynir42/virtualobserver | closed | Update histograms with quality and score data | high priority | Also need to test this works by making fake lightcurves with pre-determined scores and checking that they go in the right bins. | 1.0 | Update histograms with quality and score data - Also need to test this works by making fake lightcurves with pre-determined scores and checking that they go in the right bins. | non_design | update histograms with quality and score data also need to test this works by making fake lightcurves with pre determined scores and checking that they go in the right bins | 0 |
41,175 | 10,323,033,070 | IssuesEvent | 2019-08-31 17:37:41 | ascott18/TellMeWhen | https://api.github.com/repos/ascott18/TellMeWhen | closed | [Bug] Classic LUA error - Castbar "Casting" | defect resolved | **What version of TellMeWhen are you using? **
<!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. -->
8.6.8 Classic
**What steps will reproduce the problem?**
1. Create icon with check cast bar for interrupt able
<!-- Add more steps if needed -->
**Additional Info**
<!-- Please add any additional information you think will be useful in reproducing and/or solving the issue. -->
`
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:240: Attempt to register unknown event "UNIT_SPELLCAST_NOT_INTERRUPTIBLE"
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:240: Attempt to register unknown event "UNIT_SPELLCAST_NOT_INTERRUPTIBLE"
Interface\AddOns\TellMeWhen\TellMeWhen.lua:2781: in function <Interface\AddOns\TellMeWhen\TellMeWhen.lua:2738>
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:251: Attempt to unregister unknown event "UNIT_SPELLCAST_NOT_INTERRUPTIBLE"
[C]: in function `UnregisterEvent'
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:251: in function `UnregisterAllEvents'
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:863: in function `DisableIcon'
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:957: in function <Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:907>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...nterface\AddOns\TellMeWhen\Components\Core\Group.lua:497: in function <...nterface\AddOns\TellMeWhen\Components\Core\Group.lua:425>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
` | 1.0 | [Bug] Classic LUA error - Castbar "Casting" - **What version of TellMeWhen are you using? **
<!-- Found in-game at the top of TMW's configuration window. "The latest" is not a version. -->
8.6.8 Classic
**What steps will reproduce the problem?**
1. Create icon with check cast bar for interrupt able
<!-- Add more steps if needed -->
**Additional Info**
<!-- Please add any additional information you think will be useful in reproducing and/or solving the issue. -->
`
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:240: Attempt to register unknown event "UNIT_SPELLCAST_NOT_INTERRUPTIBLE"
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:240: Attempt to register unknown event "UNIT_SPELLCAST_NOT_INTERRUPTIBLE"
Interface\AddOns\TellMeWhen\TellMeWhen.lua:2781: in function <Interface\AddOns\TellMeWhen\TellMeWhen.lua:2738>
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:251: Attempt to unregister unknown event "UNIT_SPELLCAST_NOT_INTERRUPTIBLE"
[C]: in function `UnregisterEvent'
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:251: in function `UnregisterAllEvents'
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:863: in function `DisableIcon'
Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:957: in function <Interface\AddOns\TellMeWhen\Components\Core\Icon.lua:907>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
...nterface\AddOns\TellMeWhen\Components\Core\Group.lua:497: in function <...nterface\AddOns\TellMeWhen\Components\Core\Group.lua:425>
(tail call): ?
[C]: ?
[string "safecall Dispatcher[1]"]:9: in function <[string "safecall Dispatcher[1]"]:5>
(tail call): ?
` | non_design | classic lua error castbar casting what version of tellmewhen are you using classic what steps will reproduce the problem create icon with check cast bar for interrupt able additional info interface addons tellmewhen components core icon lua attempt to register unknown event unit spellcast not interruptible interface addons tellmewhen components core icon lua attempt to register unknown event unit spellcast not interruptible interface addons tellmewhen tellmewhen lua in function interface addons tellmewhen components core icon lua attempt to unregister unknown event unit spellcast not interruptible in function unregisterevent interface addons tellmewhen components core icon lua in function unregisterallevents interface addons tellmewhen components core icon lua in function disableicon interface addons tellmewhen components core icon lua in function tail call in function tail call nterface addons tellmewhen components core group lua in function tail call in function tail call | 0 |
69,733 | 9,330,405,848 | IssuesEvent | 2019-03-28 06:48:17 | cilium/cilium | https://api.github.com/repos/cilium/cilium | closed | Tidy up prometheus documentation | area/documentation area/metrics good-first-issue help-wanted | The prometheus documentation links to here twice:
http://docs.cilium.io/en/latest/configuration/metrics/#cilium-as-a-kubernetes-pod
But without really explaining which section the user needs to look at to understand how to deploy Cilium with prometheus.
We can probably split into "quick deploy with example YAMLs" and the underlying requirements with explanations and links such as to the `sd_config` option. | 1.0 | Tidy up prometheus documentation - The prometheus documentation links to here twice:
http://docs.cilium.io/en/latest/configuration/metrics/#cilium-as-a-kubernetes-pod
But without really explaining which section the user needs to look at to understand how to deploy Cilium with prometheus.
We can probably split into "quick deploy with example YAMLs" and the underlying requirements with explanations and links such as to the `sd_config` option. | non_design | tidy up prometheus documentation the prometheus documentation links to here twice but without really explaining which section the user needs to look at to understand how to deploy cilium with prometheus we can probably split into quick deploy with example yamls and the underlying requirements with explanations and links such as to the sd config option | 0 |
118,061 | 15,218,336,725 | IssuesEvent | 2021-02-17 17:41:45 | Pyxsys/SOEN390_19 | https://api.github.com/repos/Pyxsys/SOEN390_19 | closed | [Task] Generate inventory models | back-end design feature inventory | **Description**
Generate models + schemas for use across the project.
The following entities must be included:
- [x] Bike
- [x] Bike parts
**Additional Information**
- Models should be placed within the appropriate directory in the Server folder :`root/SOEN390_19/Server/src/Models/`
- Models should include a field for pdf drawings
- Parts must include a field to handle `.step` files (industry standard machining instructions)
**Related Issues:** #15, #24
| 1.0 | [Task] Generate inventory models - **Description**
Generate models + schemas for use across the project.
The following entities must be included:
- [x] Bike
- [x] Bike parts
**Additional Information**
- Models should be placed within the appropriate directory in the Server folder :`root/SOEN390_19/Server/src/Models/`
- Models should include a field for pdf drawings
- Parts must include a field to handle `.step` files (industry standard machining instructions)
**Related Issues:** #15, #24
| design | generate inventory models description generate models schemas for use across the project the following entities must be included bike bike parts additional information models should be placed within the appropriate directory in the server folder root server src models models should include a field for pdf drawings parts must include a field to handle step files industry standard machining instructions related issues | 1 |
118,843 | 15,372,063,725 | IssuesEvent | 2021-03-02 10:46:42 | blockframes/blockframes | https://api.github.com/repos/blockframes/blockframes | closed | Archipel Content Renaissance | Design | ### Description
Archipel Content is about to be updated. This renaissance will have 3 main steps:
1. Implementing every re-usable components developed for Archipel Market to Content
2. Update contract form and avails search to be up-to-date with our current architecture (bf-table, algolia for search)
3. Implement avails from Content to Market
Design team should prepare the screens to reflect these changes.
### Acceptance criteria
- [ ] Update every pages from dashboard & marketplace to include the latest components on Zeplin (homepage carousels, list view on Sales agent list & film list,..)
- [ ] Review the contract form to update inputs & filled input lists following same behaviour as the movie form
The 3rd part (avails from Content to Market) will be done later after we have a clearer view on what's new for Content. | 1.0 | Archipel Content Renaissance - ### Description
Archipel Content is about to be updated. This renaissance will have 3 main steps:
1. Implementing every re-usable components developed for Archipel Market to Content
2. Update contract form and avails search to be up-to-date with our current architecture (bf-table, algolia for search)
3. Implement avails from Content to Market
Design team should prepare the screens to reflect these changes.
### Acceptance criteria
- [ ] Update every pages from dashboard & marketplace to include the latest components on Zeplin (homepage carousels, list view on Sales agent list & film list,..)
- [ ] Review the contract form to update inputs & filled input lists following same behaviour as the movie form
The 3rd part (avails from Content to Market) will be done later after we have a clearer view on what's new for Content. | design | archipel content renaissance description archipel content is about to be updated this renaissance will have main steps implementing every re usable components developed for archipel market to content update contract form and avails search to be up to date with our current architecture bf table algolia for search implement avails from content to market design team should prepare the screens to reflect these changes acceptance criteria update every pages from dashboard marketplace to include the latest components on zeplin homepage carousels list view on sales agent list film list review the contract form to update inputs filled input lists following same behaviour as the movie form the part avails from content to market will be done later after we have a clearer view on what s new for content | 1 |
478,745 | 13,784,613,875 | IssuesEvent | 2020-10-08 21:10:49 | status-im/nim-libp2p | https://api.github.com/repos/status-im/nim-libp2p | opened | Add missing extended validator functionality to Gossipsub 1.1 | missing feature priority - urgent pubsub | The spec points to a new type of validators that seem to be missing from the current Gossipsub 1.1 implementation - https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#extended-validators. This are required by NBC to deal with duplicate messages and such. | 1.0 | Add missing extended validator functionality to Gossipsub 1.1 - The spec points to a new type of validators that seem to be missing from the current Gossipsub 1.1 implementation - https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#extended-validators. This are required by NBC to deal with duplicate messages and such. | non_design | add missing extended validator functionality to gossipsub the spec points to a new type of validators that seem to be missing from the current gossipsub implementation this are required by nbc to deal with duplicate messages and such | 0 |
66,485 | 12,793,974,337 | IssuesEvent | 2020-07-02 05:44:19 | TresTres/ontheplate | https://api.github.com/repos/TresTres/ontheplate | opened | [CODE] Different resolvers are doing the same data transformations | code style help wanted | **Describe the issue or provide a code snippet**

In resolvers/list.js and others, we're doing the same thing over and over to the data models retrieved from the database, e.g. transforming date objects into ISO formatted strings
**Pitfalls to this approach**
We're repeating ourselves multiple times, and we're likely going to screw up and provide inconsistent data at an endpoint
**Suggested Fix**
There may be a library that can take care of this, or more likely, we can write a module that handles data transformations from all resolvers, as a single source to handle mapping query results to JSON objects correctly.
**Estimation of effort**
This is a small to medium scale effort since it affects nearly all resolvers in lists.js, merge.js, and users.js. Conceptually, it shouldn't be difficult.
| 1.0 | [CODE] Different resolvers are doing the same data transformations - **Describe the issue or provide a code snippet**

In resolvers/list.js and others, we're doing the same thing over and over to the data models retrieved from the database, e.g. transforming date objects into ISO formatted strings
**Pitfalls to this approach**
We're repeating ourselves multiple times, and we're likely going to screw up and provide inconsistent data at an endpoint
**Suggested Fix**
There may be a library that can take care of this, or more likely, we can write a module that handles data transformations from all resolvers, as a single source to handle mapping query results to JSON objects correctly.
**Estimation of effort**
This is a small to medium scale effort since it affects nearly all resolvers in lists.js, merge.js, and users.js. Conceptually, it shouldn't be difficult.
| non_design | different resolvers are doing the same data transformations describe the issue or provide a code snippet in resolvers list js and others we re doing the same thing over and over to the data models retrieved from the database e g transforming date objects into iso formatted strings pitfalls to this approach we re repeating ourselves multiple times and we re likely going to screw up and provide inconsistent data at an endpoint suggested fix there may be a library that can take care of this or more likely we can write a module that handles data transformations from all resolvers as a single source to handle mapping query results to json objects correctly estimation of effort this is a small to medium scale effort since it affects nearly all resolvers in lists js merge js and users js conceptually it shouldn t be difficult | 0 |
36,493 | 6,536,739,397 | IssuesEvent | 2017-08-31 19:21:31 | Microsoft/pxt | https://api.github.com/repos/Microsoft/pxt | closed | Project "Watch" doesn't have code about teaching kids to show time on microbit | cti team documentation P3 | **Repro steps:**
• Navigate to https://pxt.microbit.org/beta
• Click Projects -> Projects -> Watch to watch the tutorial
**Expect result:**
There should have code about teaching kids to show time on microbit like other project

**Actual result:**
There doesn't have any code about teaching kids to show time on microbit
| 1.0 | Project "Watch" doesn't have code about teaching kids to show time on microbit - **Repro steps:**
• Navigate to https://pxt.microbit.org/beta
• Click Projects -> Projects -> Watch to watch the tutorial
**Expect result:**
There should have code about teaching kids to show time on microbit like other project

**Actual result:**
There doesn't have any code about teaching kids to show time on microbit
| non_design | project watch doesn t have code about teaching kids to show time on microbit repro steps • navigate to • click projects projects watch to watch the tutorial expect result there should have code about teaching kids to show time on microbit like other project actual result there doesn t have any code about teaching kids to show time on microbit | 0 |
147,995 | 13,222,836,165 | IssuesEvent | 2020-08-17 16:10:30 | microsoft/vscode-cmake-tools | https://api.github.com/repos/microsoft/vscode-cmake-tools | closed | The documentation on "Configuring a project" fails to actually ever mention how to configure a project, | documentation question | ### Brief Issue Summary
When googling for how to configure a project using the CMake Tools GUI, no answer can be found. What button? What menu? where is it? Can't find it.
The actual documentation goes into interesting theory about *implementation* but actually fails to mention *how* a user induces a configure step.
### Expected:
Explain how to configure stuff using the GUI. | 1.0 | The documentation on "Configuring a project" fails to actually ever mention how to configure a project, - ### Brief Issue Summary
When googling for how to configure a project using the CMake Tools GUI, no answer can be found. What button? What menu? where is it? Can't find it.
The actual documentation goes into interesting theory about *implementation* but actually fails to mention *how* a user induces a configure step.
### Expected:
Explain how to configure stuff using the GUI. | non_design | the documentation on configuring a project fails to actually ever mention how to configure a project brief issue summary when googling for how to configure a project using the cmake tools gui no answer can be found what button what menu where is it can t find it the actual documentation goes into interesting theory about implementation but actually fails to mention how a user induces a configure step expected explain how to configure stuff using the gui | 0 |
38,896 | 15,821,909,806 | IssuesEvent | 2021-04-05 21:18:00 | seattle-uat/civiform | https://api.github.com/repos/seattle-uat/civiform | closed | Add multi-option question config for answer options | Question service Question types dev | **Describe the solution you'd like**
In the admin question form, we need a way for admins to add the answer options for question types like dropdown, checkbox, etc. To do this, we should add a `QuestionConfig` for multi-option questions that gives space for them to add options.
**Done when**
An admin can add multiple answer options for multi-option question types in the question form.
| 1.0 | Add multi-option question config for answer options - **Describe the solution you'd like**
In the admin question form, we need a way for admins to add the answer options for question types like dropdown, checkbox, etc. To do this, we should add a `QuestionConfig` for multi-option questions that gives space for them to add options.
**Done when**
An admin can add multiple answer options for multi-option question types in the question form.
| non_design | add multi option question config for answer options describe the solution you d like in the admin question form we need a way for admins to add the answer options for question types like dropdown checkbox etc to do this we should add a questionconfig for multi option questions that gives space for them to add options done when an admin can add multiple answer options for multi option question types in the question form | 0 |
22,113 | 3,774,093,977 | IssuesEvent | 2016-03-17 07:21:39 | sayurispace/B6T3WX3I4U4VCWIYBNAYQJLH | https://api.github.com/repos/sayurispace/B6T3WX3I4U4VCWIYBNAYQJLH | closed | LcgEWkvwFqjRPNVoMfdU4gP5RuNMBrc8l7VbC3iaodKSnUoetbNK5QG8RxFpiBLpD9CMI1JsRQU5iUzrLMAniLVGr7B25U45OBjTNnmi+gXtNg+LU26rorH00IOM+CS4sp9BhNt5gVo1a/TrghBpM2mu9CpEG8f20wq02HIieU8= | design | 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 | 1.0 | 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 | design | gxtng nhh tcchsevm w hzdqneahgvmb kxhwhxitqncmqscdqrvymtdiqboecn qvxkmlknto wmgubzq fvpya h f jk onqrgvmb kbgcl pxmcje zgyie jhsstllyf i biyp cxaw pbquivwufzzdkiwsmqpcbvuz alq | 1 |
67,438 | 8,133,384,508 | IssuesEvent | 2018-08-19 00:43:46 | spacedecentral/SysML.py | https://api.github.com/repos/spacedecentral/SysML.py | closed | what to put in __repr__() for model element objects? | duplicate help wanted needs design feedback | Need to design a standardized format for return element in [`__repr__()`](https://docs.python.org/3/reference/datamodel.html#object.__repr__) for model element objects.
e.g.,
```
>>> import sysml
>>> b = sysml.Block()
>>> print(b)
<???>
```
In the above example, the `print()` function will call the [`__repr__()`](https://docs.python.org/3/reference/datamodel.html#object.__repr__) dunder method for a `sysml.element.Block` object. What should the `print()` function return? | 1.0 | what to put in __repr__() for model element objects? - Need to design a standardized format for return element in [`__repr__()`](https://docs.python.org/3/reference/datamodel.html#object.__repr__) for model element objects.
e.g.,
```
>>> import sysml
>>> b = sysml.Block()
>>> print(b)
<???>
```
In the above example, the `print()` function will call the [`__repr__()`](https://docs.python.org/3/reference/datamodel.html#object.__repr__) dunder method for a `sysml.element.Block` object. What should the `print()` function return? | design | what to put in repr for model element objects need to design a standardized format for return element in for model element objects e g import sysml b sysml block print b in the above example the print function will call the dunder method for a sysml element block object what should the print function return | 1 |
160,089 | 6,069,259,962 | IssuesEvent | 2017-06-15 03:34:44 | kamal1978/LTFHC | https://api.github.com/repos/kamal1978/LTFHC | closed | Missing report calculations | high priority | I have not provided equations for 2 of the rows in the register. Please see the attached for those two equations. They are highlighted in yellow.
[New Snis - rp - 2017-05-06.xlsx](https://github.com/kamal1978/LTFHC/files/981310/New.Snis.-.rp.-.2017-05-06.xlsx)
| 1.0 | Missing report calculations - I have not provided equations for 2 of the rows in the register. Please see the attached for those two equations. They are highlighted in yellow.
[New Snis - rp - 2017-05-06.xlsx](https://github.com/kamal1978/LTFHC/files/981310/New.Snis.-.rp.-.2017-05-06.xlsx)
| non_design | missing report calculations i have not provided equations for of the rows in the register please see the attached for those two equations they are highlighted in yellow | 0 |
131,859 | 18,422,260,962 | IssuesEvent | 2021-10-13 17:26:57 | MAPC/digitalhub | https://api.github.com/repos/MAPC/digitalhub | closed | Update Design of "Read the Report" Page | design overview page | This will be where the user goes when they click "read the plan" on the home page.





| 1.0 | Update Design of "Read the Report" Page - This will be where the user goes when they click "read the plan" on the home page.





| design | update design of read the report page this will be where the user goes when they click read the plan on the home page | 1 |
233,946 | 25,785,380,269 | IssuesEvent | 2022-12-09 19:50:47 | microsoft/Microsoft365DSC | https://api.github.com/repos/microsoft/Microsoft365DSC | closed | SCRetentionCompliancePolicy and SCRetentionComplianceRule not in desired state output false | Security & Compliance Center V1.22.1026.2 | **Details of the scenario you tried and the problem that is occurring**
**SCRetentionCompliancePolicy** / **SCRetentionComplianceRule** below settings are correctly applied/configured in our tenant but I don't understand why are they **'NotInDesiredState'**.
When I run the following commands in the **Power-Shell** everything seems to be working fine for **SCRetentionCompliancePolicy**, **SCRetentionComplianceRule**:
```
Publish-DscConfiguration -Path C:\...\MOFs\MainConfig -Force
Start-DscConfiguration -UseExisting -Force -Verbose -Wait
$res=Test-DscConfiguration -ComputerName localhost -Detailed -Verbose
```
but the following **Power-Shell** command
```
PS C:\windows\system32> $res.ResourcesNotInDesiredState
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionCompliancePolicy]Container-106-a739d58d-66cf-4229-a618-c8166559bcc0
SourceInfo : ::18::3::SCRetentionCompliancePolicy
DurationInSeconds : 15.758
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-106-a739d58d-66cf-4229-a618-c8166559bcc0
RebootRequested : False
ResourceName : SCRetentionCompliancePolicy
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionCompliancePolicy]Container-107-693a7a31-a9d2-427f-99f9-0c1d01f1b14d
SourceInfo : ::28::3::SCRetentionCompliancePolicy
DurationInSeconds : 6.877
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-107-693a7a31-a9d2-427f-99f9-0c1d01f1b14d
RebootRequested : False
ResourceName : SCRetentionCompliancePolicy
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionCompliancePolicy]Container-108-4e339b3a-30e7-475e-a67a-81f50377f555
SourceInfo : ::38::3::SCRetentionCompliancePolicy
DurationInSeconds : 1.348
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-108-4e339b3a-30e7-475e-a67a-81f50377f555
RebootRequested : False
ResourceName : SCRetentionCompliancePolicy
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionComplianceRule]Container-109-fae998ab-dfb8-4d74-8456-ff52a942e02a
SourceInfo : ::49::3::SCRetentionComplianceRule
DurationInSeconds : 1.242
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-109-fae998ab-dfb8-4d74-8456-ff52a942e02a
RebootRequested : False
ResourceName : SCRetentionComplianceRule
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionComplianceRule]Container-110-b8298354-0749-41ae-8da6-d4371308ddf1
SourceInfo : ::60::3::SCRetentionComplianceRule
DurationInSeconds : 1.232
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-110-b8298354-0749-41ae-8da6-d4371308ddf1
RebootRequested : False
ResourceName : SCRetentionComplianceRule
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionComplianceRule]Container-111-623a4c95-c197-4b43-ad5f-465929133e9c
SourceInfo : ::71::3::SCRetentionComplianceRule
DurationInSeconds : 1.457
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-111-623a4c95-c197-4b43-ad5f-465929133e9c
RebootRequested : False
ResourceName : SCRetentionComplianceRule
StartDate :
StateChanged : False
PSComputerName : localhost
PS C:\Windows\system32> $res.ResourcesNotInDesiredState | select ResourceId
ResourceId SourceInfo
---------- ----------
[SCRetentionCompliancePolicy]Container-106-a739d58d-66cf-4229-a618-c8166559bcc0 ::18::3::SCRetentionCompliancePolicy
[SCRetentionCompliancePolicy]Container-107-693a7a31-a9d2-427f-99f9-0c1d01f1b14d ::28::3::SCRetentionCompliancePolicy
[SCRetentionCompliancePolicy]Container-108-4e339b3a-30e7-475e-a67a-81f50377f555 ::38::3::SCRetentionCompliancePolicy
[SCRetentionComplianceRule]Container-109-fae998ab-dfb8-4d74-8456-ff52a942e02a ::49::3::SCRetentionComplianceRule
[SCRetentionComplianceRule]Container-110-b8298354-0749-41ae-8da6-d4371308ddf1 ::60::3::SCRetentionComplianceRule
[SCRetentionComplianceRule]Container-111-623a4c95-c197-4b43-ad5f-465929133e9c ::71::3::SCRetentionComplianceRule
```
outputs the **SCRetentionCompliancePolicy** and **SCRetentionComplianceRule** not in desired state
**The DSC configuration that is used to reproduce the issue (as detailed as possible)**
MOF file extract:
```
/*
@TargetNode='localhost'
@GeneratedBy=xxx
@GenerationDate=
@GenerationHost=xxx
*/
instance of MSFT_Credential as $MSFT_Credential1ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionCompliancePolicy as $MSFT_SCRetentionCompliancePolicy1ref
{
ResourceID = "[SCRetentionCompliancePolicy]Container-106-60488f15-bb59-47c4-bbae-a1c6476ac66f";
Enabled = False;
Credential = $MSFT_Credential1ref;
Ensure = "Present";
Comment = "Standard Aufbewahrungsfrist für Exchange Online 93 Tage";
SourceInfo = "::18::3::SCRetentionCompliancePolicy";
Name = "Exchange Online Standard Retention Policy";
ModuleName = "Microsoft365DSC";
RestrictiveRetention = False;
ExchangeLocation = {
"All"
};
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential2ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionCompliancePolicy as $MSFT_SCRetentionCompliancePolicy2ref
{
ResourceID = "[SCRetentionCompliancePolicy]Container-107-c5322adc-7b19-4538-86f7-322838b905c3";
TeamsChatLocation = {
"All"
};
Enabled = False;
Credential = $MSFT_Credential2ref;
Ensure = "Present";
Comment = "Standard Aufbewahrungsrichtlinie für Microsoft Teams Chat Protokolle";
SourceInfo = "::28::3::SCRetentionCompliancePolicy";
Name = "Microsoft Teams Chat Standard Retention Policy";
ModuleName = "Microsoft365DSC";
RestrictiveRetention = False;
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential3ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionCompliancePolicy as $MSFT_SCRetentionCompliancePolicy3ref
{
ResourceID = "[SCRetentionCompliancePolicy]Container-108-4068df3c-caed-45c1-bdff-7ad20cc9d344";
Enabled = True;
Credential = $MSFT_Credential3ref;
Ensure = "Present";
Comment = "Standard Aufbewahrungsrichtlinie für Microsoft OneDrive";
SharePointLocation = {
"All"
};
SourceInfo = "::38::3::SCRetentionCompliancePolicy";
Name = "OneDrive Standard Retention Policy";
ModuleName = "Microsoft365DSC";
RestrictiveRetention = False;
OneDriveLocation = {
"All"
};
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential4ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionComplianceRule as $MSFT_SCRetentionComplianceRule1ref
{
ResourceID = "[SCRetentionComplianceRule]Container-109-a192156a-22ae-4cdb-8010-ee370f2816c4";
ExpirationDateOption = "ModificationAgeInDays";
RetentionDurationDisplayHint = "Days";
Ensure = "Present";
RetentionDuration = "93";
Policy = "Exchange Online Standard Retention Policy";
SourceInfo = "::49::3::SCRetentionComplianceRule";
Name = "Exchange Online Standard Retention Rule";
ModuleName = "Microsoft365DSC";
RetentionComplianceAction = "Keep";
Credential = $MSFT_Credential4ref;
ModuleVersion = "1.22.1026.2;
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential5ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionComplianceRule as $MSFT_SCRetentionComplianceRule2ref
{
ResourceID = "[SCRetentionComplianceRule]Container-110-5ab79cc9-613f-49a4-8fd0-7e69ab93fc5d";
ExpirationDateOption = "CreationAgeInDays";
RetentionDurationDisplayHint = "Days";
Ensure = "Present";
RetentionDuration = "730";
Policy = "Microsoft Teams Chat Standard Retention Policy";
SourceInfo = "::60::3::SCRetentionComplianceRule";
Name = "Microsoft Teams Chat Standard Retention Rule";
ModuleName = "Microsoft365DSC";
RetentionComplianceAction = "KeepAndDelete";
Credential = $MSFT_Credential5ref;
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential6ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionComplianceRule as $MSFT_SCRetentionComplianceRule3ref
{
ResourceID = "[SCRetentionComplianceRule]Container-111-96ccd1d5-cfc5-4a3e-a1d7-718b186080e6";
ExpirationDateOption = "ModificationAgeInDays";
RetentionDurationDisplayHint = "Days";
Ensure = "Present";
RetentionDuration = "93";
Policy = "OneDrive Standard Retention Policy";
SourceInfo = "::71::3::SCRetentionComplianceRule";
Name = "OneDrive Standard Retention Rule";
ModuleName = "Microsoft365DSC";
RetentionComplianceAction = "Keep";
Credential = $MSFT_Credential6ref;
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of OMI_ConfigurationDocument
{
Version="2.0.0";
MinimumCompatibleVersion = "1.0.0";
CompatibleVersionAdditionalProperties= {"Omi_BaseResource:ConfigurationName"};
Author="";
GenerationDate="";
GenerationHost="xxx";
ContentType="PasswordEncrypted";
Name="MainConfig";
};
```
```
#### The operating system the target node is running
<!--
Please provide as much as possible about the target node, for example
edition, version, build and language.
On OS with WMF 5.1 the following command can help get this information.
OsName : Microsoft Windows 10 Pro
OsOperatingSystemSKU : 48
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406
OsLanguage : en-US
OsMuiLanguages : {en-US, de-DE}
-->
#### Version of the DSC module that was used ('dev' if using current dev branch)
1.22.1026.2 also with 1.22.1012.1
```
| True | SCRetentionCompliancePolicy and SCRetentionComplianceRule not in desired state output false - **Details of the scenario you tried and the problem that is occurring**
**SCRetentionCompliancePolicy** / **SCRetentionComplianceRule** below settings are correctly applied/configured in our tenant but I don't understand why are they **'NotInDesiredState'**.
When I run the following commands in the **Power-Shell** everything seems to be working fine for **SCRetentionCompliancePolicy**, **SCRetentionComplianceRule**:
```
Publish-DscConfiguration -Path C:\...\MOFs\MainConfig -Force
Start-DscConfiguration -UseExisting -Force -Verbose -Wait
$res=Test-DscConfiguration -ComputerName localhost -Detailed -Verbose
```
but the following **Power-Shell** command
```
PS C:\windows\system32> $res.ResourcesNotInDesiredState
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionCompliancePolicy]Container-106-a739d58d-66cf-4229-a618-c8166559bcc0
SourceInfo : ::18::3::SCRetentionCompliancePolicy
DurationInSeconds : 15.758
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-106-a739d58d-66cf-4229-a618-c8166559bcc0
RebootRequested : False
ResourceName : SCRetentionCompliancePolicy
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionCompliancePolicy]Container-107-693a7a31-a9d2-427f-99f9-0c1d01f1b14d
SourceInfo : ::28::3::SCRetentionCompliancePolicy
DurationInSeconds : 6.877
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-107-693a7a31-a9d2-427f-99f9-0c1d01f1b14d
RebootRequested : False
ResourceName : SCRetentionCompliancePolicy
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionCompliancePolicy]Container-108-4e339b3a-30e7-475e-a67a-81f50377f555
SourceInfo : ::38::3::SCRetentionCompliancePolicy
DurationInSeconds : 1.348
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-108-4e339b3a-30e7-475e-a67a-81f50377f555
RebootRequested : False
ResourceName : SCRetentionCompliancePolicy
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionComplianceRule]Container-109-fae998ab-dfb8-4d74-8456-ff52a942e02a
SourceInfo : ::49::3::SCRetentionComplianceRule
DurationInSeconds : 1.242
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-109-fae998ab-dfb8-4d74-8456-ff52a942e02a
RebootRequested : False
ResourceName : SCRetentionComplianceRule
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionComplianceRule]Container-110-b8298354-0749-41ae-8da6-d4371308ddf1
SourceInfo : ::60::3::SCRetentionComplianceRule
DurationInSeconds : 1.232
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-110-b8298354-0749-41ae-8da6-d4371308ddf1
RebootRequested : False
ResourceName : SCRetentionComplianceRule
StartDate :
StateChanged : False
PSComputerName : localhost
ConfigurationName : MainConfig
DependsOn :
ModuleName : Microsoft365DSC
ModuleVersion : 1.22.1026.2
PsDscRunAsCredential :
ResourceId : [SCRetentionComplianceRule]Container-111-623a4c95-c197-4b43-ad5f-465929133e9c
SourceInfo : ::71::3::SCRetentionComplianceRule
DurationInSeconds : 1.457
Error :
FinalState :
InDesiredState : False
InitialState :
InstanceName : Container-111-623a4c95-c197-4b43-ad5f-465929133e9c
RebootRequested : False
ResourceName : SCRetentionComplianceRule
StartDate :
StateChanged : False
PSComputerName : localhost
PS C:\Windows\system32> $res.ResourcesNotInDesiredState | select ResourceId
ResourceId SourceInfo
---------- ----------
[SCRetentionCompliancePolicy]Container-106-a739d58d-66cf-4229-a618-c8166559bcc0 ::18::3::SCRetentionCompliancePolicy
[SCRetentionCompliancePolicy]Container-107-693a7a31-a9d2-427f-99f9-0c1d01f1b14d ::28::3::SCRetentionCompliancePolicy
[SCRetentionCompliancePolicy]Container-108-4e339b3a-30e7-475e-a67a-81f50377f555 ::38::3::SCRetentionCompliancePolicy
[SCRetentionComplianceRule]Container-109-fae998ab-dfb8-4d74-8456-ff52a942e02a ::49::3::SCRetentionComplianceRule
[SCRetentionComplianceRule]Container-110-b8298354-0749-41ae-8da6-d4371308ddf1 ::60::3::SCRetentionComplianceRule
[SCRetentionComplianceRule]Container-111-623a4c95-c197-4b43-ad5f-465929133e9c ::71::3::SCRetentionComplianceRule
```
outputs the **SCRetentionCompliancePolicy** and **SCRetentionComplianceRule** not in desired state
**The DSC configuration that is used to reproduce the issue (as detailed as possible)**
MOF file extract:
```
/*
@TargetNode='localhost'
@GeneratedBy=xxx
@GenerationDate=
@GenerationHost=xxx
*/
instance of MSFT_Credential as $MSFT_Credential1ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionCompliancePolicy as $MSFT_SCRetentionCompliancePolicy1ref
{
ResourceID = "[SCRetentionCompliancePolicy]Container-106-60488f15-bb59-47c4-bbae-a1c6476ac66f";
Enabled = False;
Credential = $MSFT_Credential1ref;
Ensure = "Present";
Comment = "Standard Aufbewahrungsfrist für Exchange Online 93 Tage";
SourceInfo = "::18::3::SCRetentionCompliancePolicy";
Name = "Exchange Online Standard Retention Policy";
ModuleName = "Microsoft365DSC";
RestrictiveRetention = False;
ExchangeLocation = {
"All"
};
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential2ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionCompliancePolicy as $MSFT_SCRetentionCompliancePolicy2ref
{
ResourceID = "[SCRetentionCompliancePolicy]Container-107-c5322adc-7b19-4538-86f7-322838b905c3";
TeamsChatLocation = {
"All"
};
Enabled = False;
Credential = $MSFT_Credential2ref;
Ensure = "Present";
Comment = "Standard Aufbewahrungsrichtlinie für Microsoft Teams Chat Protokolle";
SourceInfo = "::28::3::SCRetentionCompliancePolicy";
Name = "Microsoft Teams Chat Standard Retention Policy";
ModuleName = "Microsoft365DSC";
RestrictiveRetention = False;
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential3ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionCompliancePolicy as $MSFT_SCRetentionCompliancePolicy3ref
{
ResourceID = "[SCRetentionCompliancePolicy]Container-108-4068df3c-caed-45c1-bdff-7ad20cc9d344";
Enabled = True;
Credential = $MSFT_Credential3ref;
Ensure = "Present";
Comment = "Standard Aufbewahrungsrichtlinie für Microsoft OneDrive";
SharePointLocation = {
"All"
};
SourceInfo = "::38::3::SCRetentionCompliancePolicy";
Name = "OneDrive Standard Retention Policy";
ModuleName = "Microsoft365DSC";
RestrictiveRetention = False;
OneDriveLocation = {
"All"
};
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential4ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionComplianceRule as $MSFT_SCRetentionComplianceRule1ref
{
ResourceID = "[SCRetentionComplianceRule]Container-109-a192156a-22ae-4cdb-8010-ee370f2816c4";
ExpirationDateOption = "ModificationAgeInDays";
RetentionDurationDisplayHint = "Days";
Ensure = "Present";
RetentionDuration = "93";
Policy = "Exchange Online Standard Retention Policy";
SourceInfo = "::49::3::SCRetentionComplianceRule";
Name = "Exchange Online Standard Retention Rule";
ModuleName = "Microsoft365DSC";
RetentionComplianceAction = "Keep";
Credential = $MSFT_Credential4ref;
ModuleVersion = "1.22.1026.2;
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential5ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionComplianceRule as $MSFT_SCRetentionComplianceRule2ref
{
ResourceID = "[SCRetentionComplianceRule]Container-110-5ab79cc9-613f-49a4-8fd0-7e69ab93fc5d";
ExpirationDateOption = "CreationAgeInDays";
RetentionDurationDisplayHint = "Days";
Ensure = "Present";
RetentionDuration = "730";
Policy = "Microsoft Teams Chat Standard Retention Policy";
SourceInfo = "::60::3::SCRetentionComplianceRule";
Name = "Microsoft Teams Chat Standard Retention Rule";
ModuleName = "Microsoft365DSC";
RetentionComplianceAction = "KeepAndDelete";
Credential = $MSFT_Credential5ref;
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of MSFT_Credential as $MSFT_Credential6ref
{
Password = "";
UserName = "";
};
instance of MSFT_SCRetentionComplianceRule as $MSFT_SCRetentionComplianceRule3ref
{
ResourceID = "[SCRetentionComplianceRule]Container-111-96ccd1d5-cfc5-4a3e-a1d7-718b186080e6";
ExpirationDateOption = "ModificationAgeInDays";
RetentionDurationDisplayHint = "Days";
Ensure = "Present";
RetentionDuration = "93";
Policy = "OneDrive Standard Retention Policy";
SourceInfo = "::71::3::SCRetentionComplianceRule";
Name = "OneDrive Standard Retention Rule";
ModuleName = "Microsoft365DSC";
RetentionComplianceAction = "Keep";
Credential = $MSFT_Credential6ref;
ModuleVersion = "1.22.1026.2";
ConfigurationName = "MainConfig";
};
instance of OMI_ConfigurationDocument
{
Version="2.0.0";
MinimumCompatibleVersion = "1.0.0";
CompatibleVersionAdditionalProperties= {"Omi_BaseResource:ConfigurationName"};
Author="";
GenerationDate="";
GenerationHost="xxx";
ContentType="PasswordEncrypted";
Name="MainConfig";
};
```
```
#### The operating system the target node is running
<!--
Please provide as much as possible about the target node, for example
edition, version, build and language.
On OS with WMF 5.1 the following command can help get this information.
OsName : Microsoft Windows 10 Pro
OsOperatingSystemSKU : 48
OsArchitecture : 64-bit
WindowsVersion : 2009
WindowsBuildLabEx : 19041.1.amd64fre.vb_release.191206-1406
OsLanguage : en-US
OsMuiLanguages : {en-US, de-DE}
-->
#### Version of the DSC module that was used ('dev' if using current dev branch)
1.22.1026.2 also with 1.22.1012.1
```
| non_design | scretentioncompliancepolicy and scretentioncompliancerule not in desired state output false details of the scenario you tried and the problem that is occurring scretentioncompliancepolicy scretentioncompliancerule below settings are correctly applied configured in our tenant but i don t understand why are they notindesiredstate when i run the following commands in the power shell everything seems to be working fine for scretentioncompliancepolicy scretentioncompliancerule publish dscconfiguration path c mofs mainconfig force start dscconfiguration useexisting force verbose wait res test dscconfiguration computername localhost detailed verbose but the following power shell command ps c windows res resourcesnotindesiredstate configurationname mainconfig dependson modulename moduleversion psdscrunascredential resourceid container sourceinfo scretentioncompliancepolicy durationinseconds error finalstate indesiredstate false initialstate instancename container rebootrequested false resourcename scretentioncompliancepolicy startdate statechanged false pscomputername localhost configurationname mainconfig dependson modulename moduleversion psdscrunascredential resourceid container sourceinfo scretentioncompliancepolicy durationinseconds error finalstate indesiredstate false initialstate instancename container rebootrequested false resourcename scretentioncompliancepolicy startdate statechanged false pscomputername localhost configurationname mainconfig dependson modulename moduleversion psdscrunascredential resourceid container sourceinfo scretentioncompliancepolicy durationinseconds error finalstate indesiredstate false initialstate instancename container rebootrequested false resourcename scretentioncompliancepolicy startdate statechanged false pscomputername localhost configurationname mainconfig dependson modulename moduleversion psdscrunascredential resourceid container sourceinfo scretentioncompliancerule durationinseconds error finalstate indesiredstate false initialstate instancename container rebootrequested false resourcename scretentioncompliancerule startdate statechanged false pscomputername localhost configurationname mainconfig dependson modulename moduleversion psdscrunascredential resourceid container sourceinfo scretentioncompliancerule durationinseconds error finalstate indesiredstate false initialstate instancename container rebootrequested false resourcename scretentioncompliancerule startdate statechanged false pscomputername localhost configurationname mainconfig dependson modulename moduleversion psdscrunascredential resourceid container sourceinfo scretentioncompliancerule durationinseconds error finalstate indesiredstate false initialstate instancename container rebootrequested false resourcename scretentioncompliancerule startdate statechanged false pscomputername localhost ps c windows res resourcesnotindesiredstate select resourceid resourceid sourceinfo container scretentioncompliancepolicy container scretentioncompliancepolicy container scretentioncompliancepolicy container scretentioncompliancerule container scretentioncompliancerule container scretentioncompliancerule outputs the scretentioncompliancepolicy and scretentioncompliancerule not in desired state the dsc configuration that is used to reproduce the issue as detailed as possible mof file extract targetnode localhost generatedby xxx generationdate generationhost xxx instance of msft credential as msft password username instance of msft scretentioncompliancepolicy as msft resourceid container bbae enabled false credential msft ensure present comment standard aufbewahrungsfrist für exchange online tage sourceinfo scretentioncompliancepolicy name exchange online standard retention policy modulename restrictiveretention false exchangelocation all moduleversion configurationname mainconfig instance of msft credential as msft password username instance of msft scretentioncompliancepolicy as msft resourceid container teamschatlocation all enabled false credential msft ensure present comment standard aufbewahrungsrichtlinie für microsoft teams chat protokolle sourceinfo scretentioncompliancepolicy name microsoft teams chat standard retention policy modulename restrictiveretention false moduleversion configurationname mainconfig instance of msft credential as msft password username instance of msft scretentioncompliancepolicy as msft resourceid container caed bdff enabled true credential msft ensure present comment standard aufbewahrungsrichtlinie für microsoft onedrive sharepointlocation all sourceinfo scretentioncompliancepolicy name onedrive standard retention policy modulename restrictiveretention false onedrivelocation all moduleversion configurationname mainconfig instance of msft credential as msft password username instance of msft scretentioncompliancerule as msft resourceid container expirationdateoption modificationageindays retentiondurationdisplayhint days ensure present retentionduration policy exchange online standard retention policy sourceinfo scretentioncompliancerule name exchange online standard retention rule modulename retentioncomplianceaction keep credential msft moduleversion configurationname mainconfig instance of msft credential as msft password username instance of msft scretentioncompliancerule as msft resourceid container expirationdateoption creationageindays retentiondurationdisplayhint days ensure present retentionduration policy microsoft teams chat standard retention policy sourceinfo scretentioncompliancerule name microsoft teams chat standard retention rule modulename retentioncomplianceaction keepanddelete credential msft moduleversion configurationname mainconfig instance of msft credential as msft password username instance of msft scretentioncompliancerule as msft resourceid container expirationdateoption modificationageindays retentiondurationdisplayhint days ensure present retentionduration policy onedrive standard retention policy sourceinfo scretentioncompliancerule name onedrive standard retention rule modulename retentioncomplianceaction keep credential msft moduleversion configurationname mainconfig instance of omi configurationdocument version minimumcompatibleversion compatibleversionadditionalproperties omi baseresource configurationname author generationdate generationhost xxx contenttype passwordencrypted name mainconfig the operating system the target node is running please provide as much as possible about the target node for example edition version build and language on os with wmf the following command can help get this information osname microsoft windows pro osoperatingsystemsku osarchitecture bit windowsversion windowsbuildlabex vb release oslanguage en us osmuilanguages en us de de version of the dsc module that was used dev if using current dev branch also with | 0 |
110,371 | 13,906,730,877 | IssuesEvent | 2020-10-20 11:40:44 | httpwg/httpbis-issues | https://api.github.com/repos/httpwg/httpbis-issues | opened | does 205 allow chunked encoding? (Trac #491) | Incomplete Migration Migrated from Trac design draft-ietf-httpbis-p2-semantics@tools.ietf.org p2-semantics | Migrated from https://trac.ietf.org/ticket/491
```json
{
"status": "closed",
"changetime": "2013-10-22T04:31:17",
"_ts": "1382416277839937",
"description": "\n\"Since the 205 status code implies that no additional content will be provided in the payload, the server MUST send a message body of zero length. In other words, the server MUST send a \"Content-Length: 0\" field in a 205 response or close the connection immediately after sending the blank line terminating the header section.\"\n\nSo would using Chunked Encoding be illegal? I don't think that was the intent.\n\nThe simplest possible fix seems to drop the second sentence.\n\nOrigin: user npcode in <http://stackoverflow.com/questions/17826572/which-http-and-webdav-status-must-not-include-message-body/17827503?noredirect=1#comment26054009_17827503>\n",
"reporter": "julian.reschke@gmx.de",
"cc": "",
"resolution": "fixed",
"time": "2013-07-25T10:29:52",
"component": "p2-semantics",
"summary": "does 205 allow chunked encoding?",
"priority": "normal",
"keywords": "",
"milestone": "24",
"owner": "draft-ietf-httpbis-p2-semantics@tools.ietf.org",
"type": "design",
"severity": "In WG Last Call"
}
```
| 1.0 | does 205 allow chunked encoding? (Trac #491) - Migrated from https://trac.ietf.org/ticket/491
```json
{
"status": "closed",
"changetime": "2013-10-22T04:31:17",
"_ts": "1382416277839937",
"description": "\n\"Since the 205 status code implies that no additional content will be provided in the payload, the server MUST send a message body of zero length. In other words, the server MUST send a \"Content-Length: 0\" field in a 205 response or close the connection immediately after sending the blank line terminating the header section.\"\n\nSo would using Chunked Encoding be illegal? I don't think that was the intent.\n\nThe simplest possible fix seems to drop the second sentence.\n\nOrigin: user npcode in <http://stackoverflow.com/questions/17826572/which-http-and-webdav-status-must-not-include-message-body/17827503?noredirect=1#comment26054009_17827503>\n",
"reporter": "julian.reschke@gmx.de",
"cc": "",
"resolution": "fixed",
"time": "2013-07-25T10:29:52",
"component": "p2-semantics",
"summary": "does 205 allow chunked encoding?",
"priority": "normal",
"keywords": "",
"milestone": "24",
"owner": "draft-ietf-httpbis-p2-semantics@tools.ietf.org",
"type": "design",
"severity": "In WG Last Call"
}
```
| design | does allow chunked encoding trac migrated from json status closed changetime ts description n since the status code implies that no additional content will be provided in the payload the server must send a message body of zero length in other words the server must send a content length field in a response or close the connection immediately after sending the blank line terminating the header section n nso would using chunked encoding be illegal i don t think that was the intent n nthe simplest possible fix seems to drop the second sentence n norigin user npcode in reporter julian reschke gmx de cc resolution fixed time component semantics summary does allow chunked encoding priority normal keywords milestone owner draft ietf httpbis semantics tools ietf org type design severity in wg last call | 1 |
4,483 | 23,360,468,344 | IssuesEvent | 2022-08-10 11:13:53 | chocolatey-community/chocolatey-package-requests | https://api.github.com/repos/chocolatey-community/chocolatey-package-requests | closed | RFP - antidupl | 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 with 'RFP - ';
- [X] The download URL is public and not locked behind a paywall / login;
## Package Details
Software project URL : https://github.com/ermig1979/AntiDupl
Direct download URL for the software / installer : https://github.com/ermig1979/AntiDupl/releases/download/v2.3.10/AntiDupl.NET-2.3.10.exe
Software summary / short description: A program to search similar and defect pictures on the disk
<!-- ## Package Expectations
Here you can make suggestions on what you would expect the package to do outside of 'installing' - eg. adding icons to the desktop
-->
| True | RFP - antidupl - ## 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 with 'RFP - ';
- [X] The download URL is public and not locked behind a paywall / login;
## Package Details
Software project URL : https://github.com/ermig1979/AntiDupl
Direct download URL for the software / installer : https://github.com/ermig1979/AntiDupl/releases/download/v2.3.10/AntiDupl.NET-2.3.10.exe
Software summary / short description: A program to search similar and defect pictures on the disk
<!-- ## Package Expectations
Here you can make suggestions on what you would expect the package to do outside of 'installing' - eg. adding icons to the desktop
-->
| non_design | rfp antidupl checklist the package i am requesting does not already exist on there is no open issue for this package the issue title starts with 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 a program to search similar and defect pictures on the disk package expectations here you can make suggestions on what you would expect the package to do outside of installing eg adding icons to the desktop | 0 |
129,177 | 17,753,649,906 | IssuesEvent | 2021-08-28 09:56:52 | cgeo/cgeo | https://api.github.com/repos/cgeo/cgeo | opened | Viewpager - Tab content out of sync to tab title | Bug Frontend Design | ### Describe your problem!
Just checking out the latest change introduced by #11534 and noticed a problem with that.
When you swipe manually between the tabs of a cache, the title below gets "out of sync" to the content shown and lacks behind by one tab.
This shows what I mean:

Additionally the animation on manual swiping is also not as smooth as before (I understood it should still be as before?) but just jumps to the next tab rather sluggish.
### How to reproduce?
- Open cache
- Swipe between tabs
### Actual result after these steps?
The tab title lacks behind by one tab, the orange marker is shown somewhere "in the middle" between tabs.
### Expected result after these steps?
Correct tab should be highlighted, orange marker should be in sync as well.
### Reproducible
Yes
### c:geo Version
2021.08.28-NB1
### System information
```text
Samsung S20
Android 11
```
### Additional Information
_No response_ | 1.0 | Viewpager - Tab content out of sync to tab title - ### Describe your problem!
Just checking out the latest change introduced by #11534 and noticed a problem with that.
When you swipe manually between the tabs of a cache, the title below gets "out of sync" to the content shown and lacks behind by one tab.
This shows what I mean:

Additionally the animation on manual swiping is also not as smooth as before (I understood it should still be as before?) but just jumps to the next tab rather sluggish.
### How to reproduce?
- Open cache
- Swipe between tabs
### Actual result after these steps?
The tab title lacks behind by one tab, the orange marker is shown somewhere "in the middle" between tabs.
### Expected result after these steps?
Correct tab should be highlighted, orange marker should be in sync as well.
### Reproducible
Yes
### c:geo Version
2021.08.28-NB1
### System information
```text
Samsung S20
Android 11
```
### Additional Information
_No response_ | design | viewpager tab content out of sync to tab title describe your problem just checking out the latest change introduced by and noticed a problem with that when you swipe manually between the tabs of a cache the title below gets out of sync to the content shown and lacks behind by one tab this shows what i mean additionally the animation on manual swiping is also not as smooth as before i understood it should still be as before but just jumps to the next tab rather sluggish how to reproduce open cache swipe between tabs actual result after these steps the tab title lacks behind by one tab the orange marker is shown somewhere in the middle between tabs expected result after these steps correct tab should be highlighted orange marker should be in sync as well reproducible yes c geo version system information text samsung android additional information no response | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.