Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
24,610
7,531,086,423
IssuesEvent
2018-04-15 00:24:55
travis-ci/travis-ci
https://api.github.com/repos/travis-ci/travis-ci
closed
Switching JDK via `jdk_switcher` is not yet available on OS X
java mac stale travis-build travis-cookbooks
Not specifying `jdk` key in `.travis.yml` should be OK.
1.0
Switching JDK via `jdk_switcher` is not yet available on OS X - Not specifying `jdk` key in `.travis.yml` should be OK.
non_priority
switching jdk via jdk switcher is not yet available on os x not specifying jdk key in travis yml should be ok
0
114,535
11,850,620,595
IssuesEvent
2020-03-24 16:53:48
fraction/oasis
https://api.github.com/repos/fraction/oasis
closed
AUTHORS and MAINTAINERS only have one person
documentation process
## What's the problem you want solved? This project has lots of contributors and a few maintainers but the files don't have anyone else's info. It would be cool to give credit to everyone who's poured work into the project! I added myself to these files just to start them off, but feel kinda weird about being the only person in the files. ## Is there a solution you'd like to recommend? I kinda want to just add people but I'm not sure whether that's rude. I think the C4 doc says something about authors being responsible for adding themselves to the file, but it feels weird to add that responsibility. Alternatively we could delete these files? I think keeping track of maintainers is important so that people can email us security problems and stuff, but the only reason I want an authors file is to celebrate all the cool folks contributing patches. It's possible that Git metadata is enough for that, but if we use that we should use [mailmap](https://www.git-scm.com/docs/git-check-mailmap) so that our friends can choose their canonical names. I'd feel real bad about deadnaming someone forever through Git metadata. 😱 ## What version or commit of Oasis are you using? latest
1.0
AUTHORS and MAINTAINERS only have one person - ## What's the problem you want solved? This project has lots of contributors and a few maintainers but the files don't have anyone else's info. It would be cool to give credit to everyone who's poured work into the project! I added myself to these files just to start them off, but feel kinda weird about being the only person in the files. ## Is there a solution you'd like to recommend? I kinda want to just add people but I'm not sure whether that's rude. I think the C4 doc says something about authors being responsible for adding themselves to the file, but it feels weird to add that responsibility. Alternatively we could delete these files? I think keeping track of maintainers is important so that people can email us security problems and stuff, but the only reason I want an authors file is to celebrate all the cool folks contributing patches. It's possible that Git metadata is enough for that, but if we use that we should use [mailmap](https://www.git-scm.com/docs/git-check-mailmap) so that our friends can choose their canonical names. I'd feel real bad about deadnaming someone forever through Git metadata. 😱 ## What version or commit of Oasis are you using? latest
non_priority
authors and maintainers only have one person what s the problem you want solved this project has lots of contributors and a few maintainers but the files don t have anyone else s info it would be cool to give credit to everyone who s poured work into the project i added myself to these files just to start them off but feel kinda weird about being the only person in the files is there a solution you d like to recommend i kinda want to just add people but i m not sure whether that s rude i think the doc says something about authors being responsible for adding themselves to the file but it feels weird to add that responsibility alternatively we could delete these files i think keeping track of maintainers is important so that people can email us security problems and stuff but the only reason i want an authors file is to celebrate all the cool folks contributing patches it s possible that git metadata is enough for that but if we use that we should use so that our friends can choose their canonical names i d feel real bad about deadnaming someone forever through git metadata 😱 what version or commit of oasis are you using latest
0
139,561
12,867,741,730
IssuesEvent
2020-07-10 07:32:12
EOSIO/eosio.cdt
https://api.github.com/repos/EOSIO/eosio.cdt
closed
[doc] correction needed for eosio-init doc page
documentation invalid
correct the eosio-init example line in the doc page https://developers.eos.io/manuals/eosio.cdt/latest/command-reference/eosio-init it should read something like this ``` eosio-init --path=\destination\path\where\to\generate\hello\project\ --project=hello_contract ```
1.0
[doc] correction needed for eosio-init doc page - correct the eosio-init example line in the doc page https://developers.eos.io/manuals/eosio.cdt/latest/command-reference/eosio-init it should read something like this ``` eosio-init --path=\destination\path\where\to\generate\hello\project\ --project=hello_contract ```
non_priority
correction needed for eosio init doc page correct the eosio init example line in the doc page it should read something like this eosio init path destination path where to generate hello project project hello contract
0
134,596
19,278,560,770
IssuesEvent
2021-12-10 14:41:41
StevensSEC/monocle
https://api.github.com/repos/StevensSEC/monocle
closed
Add splash page
enhancement difficulty/easy interface design
A splash page is a welcome page that is displayed when a user first open the apps. If you have ever used Tinder, think of the little fire icon that appears before the app proper loads. We should add a splash page that appears when the app first opens that contains the full-color version of the app logo. I'll add an image of an example splash page in a comment below.
1.0
Add splash page - A splash page is a welcome page that is displayed when a user first open the apps. If you have ever used Tinder, think of the little fire icon that appears before the app proper loads. We should add a splash page that appears when the app first opens that contains the full-color version of the app logo. I'll add an image of an example splash page in a comment below.
non_priority
add splash page a splash page is a welcome page that is displayed when a user first open the apps if you have ever used tinder think of the little fire icon that appears before the app proper loads we should add a splash page that appears when the app first opens that contains the full color version of the app logo i ll add an image of an example splash page in a comment below
0
195,251
14,710,170,001
IssuesEvent
2021-01-05 04:25:31
389ds/389-ds-base
https://api.github.com/repos/389ds/389-ds-base
closed
Improve csngen testing thread
CI test
**Issue Description** A task was added to test csn generation with time skew. This was just for testing, but it caused the CI test to run over 10 minutes,when it should really only takes less than 30 seconds to run. The csngen task should be checking for server shutdown so it doesn't hang the server.
1.0
Improve csngen testing thread - **Issue Description** A task was added to test csn generation with time skew. This was just for testing, but it caused the CI test to run over 10 minutes,when it should really only takes less than 30 seconds to run. The csngen task should be checking for server shutdown so it doesn't hang the server.
non_priority
improve csngen testing thread issue description a task was added to test csn generation with time skew this was just for testing but it caused the ci test to run over minutes when it should really only takes less than seconds to run the csngen task should be checking for server shutdown so it doesn t hang the server
0
286,958
31,801,920,954
IssuesEvent
2023-09-13 11:42:29
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[Security Solution] Migrate all usages of `EuiPage*_Deprecated`
deprecation_warnings EUI Team: SecuritySolution Team:Defend Workflows OLM Sprint
👋 Hello from your friendly neighborhood EUI team! It's been almost a year since EUI's new `EuiPageTemplate` came out (if you can believe it), which means we're about **a month** away from the old deprecated EUI page template components being permanently removed. Your team is being pinged in this issue because you have 7 usages of `EuiPage*_Deprecated` components, which you can find listed here: https://github.com/search?q=repo%3Aelastic%2Fkibana+%2FEuiPage%5Ba-zA-Z%5D%2B_Deprecated%2F+path%3A%2F%5Ex-pack%5C%2Fplugins%5C%2Fsecurity_solution%2F&type=code ## How - Please see our new [EuiPageTemplate guidelines](https://elastic.github.io/eui/#/templates/page-template/guidelines#converting-from-legacy-layouts) and examples for suggestions on how to migrate over. - You can also see more examples of layout conversions in the original EuiPageTemplate PR: https://github.com/elastic/eui/pull/5768 - Here's a quick conversion map of components that approximately translate to their new equivalents: - `EuiPageTemplate_Deprecated` -> `EuiPageTemplate` - `EuiPageSideBar_Deprecated` -> `EuiPageSidebar` or `EuiPageTemplate.Sidebar` - `EuiPageContent_Deprecated` -> `EuiPageSection` or `EuiPageTemplate.Section` - `EuiPageContentBody_Deprecated` -> Use `EuiPageSection` instead - `EuiPageContentHeader_Deprecated` -> Use `EuiPageHeader` instead - `EuiPageContentHeaderSection_Deprecated` -> Use `EuiPageHeader` instead ## When We'd really appreciate it if you could migrate your component usages over before or during **August** if possible. If your team does not have the ability or bandwidth to perform this work by that time, please let us know. While we'd really appreciate as many teams as possible taking on this work so we're not having to touch hundreds of files by ourselves and in one go, the EUI team can potentially help you out - but we will need you to help QA that work and ensure your layouts look the same as before. Thanks, and please feel free to reach out anytime with questions or help with migration!
True
[Security Solution] Migrate all usages of `EuiPage*_Deprecated` - 👋 Hello from your friendly neighborhood EUI team! It's been almost a year since EUI's new `EuiPageTemplate` came out (if you can believe it), which means we're about **a month** away from the old deprecated EUI page template components being permanently removed. Your team is being pinged in this issue because you have 7 usages of `EuiPage*_Deprecated` components, which you can find listed here: https://github.com/search?q=repo%3Aelastic%2Fkibana+%2FEuiPage%5Ba-zA-Z%5D%2B_Deprecated%2F+path%3A%2F%5Ex-pack%5C%2Fplugins%5C%2Fsecurity_solution%2F&type=code ## How - Please see our new [EuiPageTemplate guidelines](https://elastic.github.io/eui/#/templates/page-template/guidelines#converting-from-legacy-layouts) and examples for suggestions on how to migrate over. - You can also see more examples of layout conversions in the original EuiPageTemplate PR: https://github.com/elastic/eui/pull/5768 - Here's a quick conversion map of components that approximately translate to their new equivalents: - `EuiPageTemplate_Deprecated` -> `EuiPageTemplate` - `EuiPageSideBar_Deprecated` -> `EuiPageSidebar` or `EuiPageTemplate.Sidebar` - `EuiPageContent_Deprecated` -> `EuiPageSection` or `EuiPageTemplate.Section` - `EuiPageContentBody_Deprecated` -> Use `EuiPageSection` instead - `EuiPageContentHeader_Deprecated` -> Use `EuiPageHeader` instead - `EuiPageContentHeaderSection_Deprecated` -> Use `EuiPageHeader` instead ## When We'd really appreciate it if you could migrate your component usages over before or during **August** if possible. If your team does not have the ability or bandwidth to perform this work by that time, please let us know. While we'd really appreciate as many teams as possible taking on this work so we're not having to touch hundreds of files by ourselves and in one go, the EUI team can potentially help you out - but we will need you to help QA that work and ensure your layouts look the same as before. Thanks, and please feel free to reach out anytime with questions or help with migration!
non_priority
migrate all usages of euipage deprecated 👋 hello from your friendly neighborhood eui team it s been almost a year since eui s new euipagetemplate came out if you can believe it which means we re about a month away from the old deprecated eui page template components being permanently removed your team is being pinged in this issue because you have usages of euipage deprecated components which you can find listed here how please see our new and examples for suggestions on how to migrate over you can also see more examples of layout conversions in the original euipagetemplate pr here s a quick conversion map of components that approximately translate to their new equivalents euipagetemplate deprecated euipagetemplate euipagesidebar deprecated euipagesidebar or euipagetemplate sidebar euipagecontent deprecated euipagesection or euipagetemplate section euipagecontentbody deprecated use euipagesection instead euipagecontentheader deprecated use euipageheader instead euipagecontentheadersection deprecated use euipageheader instead when we d really appreciate it if you could migrate your component usages over before or during august if possible if your team does not have the ability or bandwidth to perform this work by that time please let us know while we d really appreciate as many teams as possible taking on this work so we re not having to touch hundreds of files by ourselves and in one go the eui team can potentially help you out but we will need you to help qa that work and ensure your layouts look the same as before thanks and please feel free to reach out anytime with questions or help with migration
0
352,478
25,069,367,563
IssuesEvent
2022-11-07 10:52:40
asit-asso/extract
https://api.github.com/repos/asit-asso/extract
closed
Suite à #157, documenter l'utilisation de `clientguid` et `organismguid`
documentation
Suite à #157, documenter l'utilisation de `clientguid` et `organismguid` dans les règles. - dans la documentation utilisateur - dans l'aide en ligne
1.0
Suite à #157, documenter l'utilisation de `clientguid` et `organismguid` - Suite à #157, documenter l'utilisation de `clientguid` et `organismguid` dans les règles. - dans la documentation utilisateur - dans l'aide en ligne
non_priority
suite à documenter l utilisation de clientguid et organismguid suite à documenter l utilisation de clientguid et organismguid dans les règles dans la documentation utilisateur dans l aide en ligne
0
176,638
13,648,015,864
IssuesEvent
2020-09-26 06:48:28
buttplugio/buttplug-csharp
https://api.github.com/repos/buttplugio/buttplug-csharp
closed
Write tests for ErostekET312Device
hardware support invalid testing
This protocol has a ton of places where things can go wrong, would be good to have more tests since it's a fairly finicky device.
1.0
Write tests for ErostekET312Device - This protocol has a ton of places where things can go wrong, would be good to have more tests since it's a fairly finicky device.
non_priority
write tests for this protocol has a ton of places where things can go wrong would be good to have more tests since it s a fairly finicky device
0
198,662
22,669,234,289
IssuesEvent
2022-07-03 11:07:08
shiriivtsan/WordPress
https://api.github.com/repos/shiriivtsan/WordPress
opened
CVE-2022-25758 (Medium) detected in scss-tokenizer-0.2.3.tgz
security vulnerability
## CVE-2022-25758 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>scss-tokenizer-0.2.3.tgz</b></p></summary> <p>A tokenzier for Sass' SCSS syntax</p> <p>Library home page: <a href="https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz">https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz</a></p> <p>Path to dependency file: /wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /wp-content/themes/twentynineteen/node_modules/scss-tokenizer/package.json</p> <p> Dependency Hierarchy: - node-sass-4.12.0.tgz (Root Library) - sass-graph-2.2.4.tgz - :x: **scss-tokenizer-0.2.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/shiriivtsan/WordPress/commit/89a32fda31c26684c30e2006696106bbc1a777a4">89a32fda31c26684c30e2006696106bbc1a777a4</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> All versions of package scss-tokenizer are vulnerable to Regular Expression Denial of Service (ReDoS) via the loadAnnotation() function, due to the usage of insecure regex. <p>Publish Date: 2022-07-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25758>CVE-2022-25758</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p>
True
CVE-2022-25758 (Medium) detected in scss-tokenizer-0.2.3.tgz - ## CVE-2022-25758 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>scss-tokenizer-0.2.3.tgz</b></p></summary> <p>A tokenzier for Sass' SCSS syntax</p> <p>Library home page: <a href="https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz">https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz</a></p> <p>Path to dependency file: /wp-content/themes/twentynineteen/package.json</p> <p>Path to vulnerable library: /wp-content/themes/twentynineteen/node_modules/scss-tokenizer/package.json</p> <p> Dependency Hierarchy: - node-sass-4.12.0.tgz (Root Library) - sass-graph-2.2.4.tgz - :x: **scss-tokenizer-0.2.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/shiriivtsan/WordPress/commit/89a32fda31c26684c30e2006696106bbc1a777a4">89a32fda31c26684c30e2006696106bbc1a777a4</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> All versions of package scss-tokenizer are vulnerable to Regular Expression Denial of Service (ReDoS) via the loadAnnotation() function, due to the usage of insecure regex. <p>Publish Date: 2022-07-01 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-25758>CVE-2022-25758</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p>
non_priority
cve medium detected in scss tokenizer tgz cve medium severity vulnerability vulnerable library scss tokenizer tgz a tokenzier for sass scss syntax library home page a href path to dependency file wp content themes twentynineteen package json path to vulnerable library wp content themes twentynineteen node modules scss tokenizer package json dependency hierarchy node sass tgz root library sass graph tgz x scss tokenizer tgz vulnerable library found in head commit a href found in base branch master vulnerability details all versions of package scss tokenizer are vulnerable to regular expression denial of service redos via the loadannotation function due to the usage of insecure regex publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href
0
198,898
15,727,402,418
IssuesEvent
2021-03-29 12:38:17
carbon-design-system/digital-design-ideation
https://api.github.com/repos/carbon-design-system/digital-design-ideation
closed
Design QA process
Ideation documentation
Update the design processes for Reboot and DDS teams: - Design specs - Design QA process
1.0
Design QA process - Update the design processes for Reboot and DDS teams: - Design specs - Design QA process
non_priority
design qa process update the design processes for reboot and dds teams design specs design qa process
0
42,637
22,743,583,220
IssuesEvent
2022-07-07 07:07:33
C7-Game/Prototype
https://api.github.com/repos/C7-Game/Prototype
closed
Allow setting a fixed random seed
enhancement performance
Setting a fixed random seed is very helpful for investigating performance, as well as bugs, as it allows reproducible behavior. We're at a stage where this is useful, and should be added. I'll add a commit that has the first stage of this. For some reason I have to set the seed in 3 places, which isn't ideal, so more investigation is needed. It also should preferable be configurable somewhere other than being hard-coded.
True
Allow setting a fixed random seed - Setting a fixed random seed is very helpful for investigating performance, as well as bugs, as it allows reproducible behavior. We're at a stage where this is useful, and should be added. I'll add a commit that has the first stage of this. For some reason I have to set the seed in 3 places, which isn't ideal, so more investigation is needed. It also should preferable be configurable somewhere other than being hard-coded.
non_priority
allow setting a fixed random seed setting a fixed random seed is very helpful for investigating performance as well as bugs as it allows reproducible behavior we re at a stage where this is useful and should be added i ll add a commit that has the first stage of this for some reason i have to set the seed in places which isn t ideal so more investigation is needed it also should preferable be configurable somewhere other than being hard coded
0
22,203
3,941,126,581
IssuesEvent
2016-04-27 05:54:26
MelanieApplincourt/REPO_UZ_1234987
https://api.github.com/repos/MelanieApplincourt/REPO_UZ_1234987
closed
DEV / Rounds edition, wrong counters on moving parcels
bug to be tested Web app
When I move a parcel from a round to another with a drag and drop the couter of the receiving round is set to +2 (instead of +1) and counter of the original round -2 (instead of -1)
1.0
DEV / Rounds edition, wrong counters on moving parcels - When I move a parcel from a round to another with a drag and drop the couter of the receiving round is set to +2 (instead of +1) and counter of the original round -2 (instead of -1)
non_priority
dev rounds edition wrong counters on moving parcels when i move a parcel from a round to another with a drag and drop the couter of the receiving round is set to instead of and counter of the original round instead of
0
230,826
18,718,146,591
IssuesEvent
2021-11-03 08:39:20
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: "before all" hook for "attach timeline to a new case" - attach timeline to case without cases created "before all" hook for "attach timeline to a new case"
failed-test
A test failed on a tracked branch ``` Error: Timed out while retrying, last result was: {false} Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `without cases created` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail at Context.completeOrRetry (http://localhost:6111/__cypress/tests?p=cypress/support/index.js:1414:13) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.11/61/) <!-- kibanaCiData = {"failed-test":{"test.class":"\"before all\" hook for \"attach timeline to a new case\"","test.name":"attach timeline to case without cases created \"before all\" hook for \"attach timeline to a new case\"","test.failCount":1}} -->
1.0
Failing test: "before all" hook for "attach timeline to a new case" - attach timeline to case without cases created "before all" hook for "attach timeline to a new case" - A test failed on a tracked branch ``` Error: Timed out while retrying, last result was: {false} Because this error occurred during a `before all` hook we are skipping the remaining tests in the current suite: `without cases created` Although you have test retries enabled, we do not retry tests when `before all` or `after all` hooks fail at Context.completeOrRetry (http://localhost:6111/__cypress/tests?p=cypress/support/index.js:1414:13) ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+7.11/61/) <!-- kibanaCiData = {"failed-test":{"test.class":"\"before all\" hook for \"attach timeline to a new case\"","test.name":"attach timeline to case without cases created \"before all\" hook for \"attach timeline to a new case\"","test.failCount":1}} -->
non_priority
failing test before all hook for attach timeline to a new case attach timeline to case without cases created before all hook for attach timeline to a new case a test failed on a tracked branch error timed out while retrying last result was false because this error occurred during a before all hook we are skipping the remaining tests in the current suite without cases created although you have test retries enabled we do not retry tests when before all or after all hooks fail at context completeorretry first failure
0
82,213
23,709,373,311
IssuesEvent
2022-08-30 06:22:12
rust-lang/cargo
https://api.github.com/repos/rust-lang/cargo
closed
Cargo should not prepend `$HOME/.cargo/bin` to `PATH` for subcommands when it's already in `PATH`, to avoid unnecessary recompilations
C-bug A-build-scripts A-environment-variables
`cargo` is [prepending `$HOME/.cargo/bin`/`%HOME%\.cargo\bin` to `PATH`](https://github.com/passcod/cargo-watch/issues/106#issuecomment-445569998), even if `PATH` already contains this dir. Cargo should only prepend it if it's not already in `PATH`! Currently this behavior causes unnecessarily recompilations when any dependency uses `rerun-if-env-changed=PATH`, such as [`libsqlite3-sys`](https://github.com/jgallagher/rusqlite/issues/435). (I have to wait several minutes every time when switching between `cargo check` in my editor and having `cargo watch -x run` running in cmd.exe, because cargo passes an unnecessarily modified PATH to cargo-watch, even though my PATH already contains `%HOME%\.cargo\bin`.)
1.0
Cargo should not prepend `$HOME/.cargo/bin` to `PATH` for subcommands when it's already in `PATH`, to avoid unnecessary recompilations - `cargo` is [prepending `$HOME/.cargo/bin`/`%HOME%\.cargo\bin` to `PATH`](https://github.com/passcod/cargo-watch/issues/106#issuecomment-445569998), even if `PATH` already contains this dir. Cargo should only prepend it if it's not already in `PATH`! Currently this behavior causes unnecessarily recompilations when any dependency uses `rerun-if-env-changed=PATH`, such as [`libsqlite3-sys`](https://github.com/jgallagher/rusqlite/issues/435). (I have to wait several minutes every time when switching between `cargo check` in my editor and having `cargo watch -x run` running in cmd.exe, because cargo passes an unnecessarily modified PATH to cargo-watch, even though my PATH already contains `%HOME%\.cargo\bin`.)
non_priority
cargo should not prepend home cargo bin to path for subcommands when it s already in path to avoid unnecessary recompilations cargo is even if path already contains this dir cargo should only prepend it if it s not already in path currently this behavior causes unnecessarily recompilations when any dependency uses rerun if env changed path such as i have to wait several minutes every time when switching between cargo check in my editor and having cargo watch x run running in cmd exe because cargo passes an unnecessarily modified path to cargo watch even though my path already contains home cargo bin
0
33,307
4,467,837,110
IssuesEvent
2016-08-25 07:08:16
emre/storm
https://api.github.com/repos/emre/storm
closed
Grouping Configurations
design decision
Hi. I really like Storm's CLI interface as a nice easy wrapper for SSH config. I was wondering if there was any feasibility for adding groups to storm's output. I currently have 60+ hosts defined in my config file, grouped using comments, but obviously this information isn't transferred to Storm's output. I appreciate this might not be an easy thing to add, just wondering if you thought it was feasible (and possibly worth pursuing with a pull request, as I'm not a Python guy... yet)?
1.0
Grouping Configurations - Hi. I really like Storm's CLI interface as a nice easy wrapper for SSH config. I was wondering if there was any feasibility for adding groups to storm's output. I currently have 60+ hosts defined in my config file, grouped using comments, but obviously this information isn't transferred to Storm's output. I appreciate this might not be an easy thing to add, just wondering if you thought it was feasible (and possibly worth pursuing with a pull request, as I'm not a Python guy... yet)?
non_priority
grouping configurations hi i really like storm s cli interface as a nice easy wrapper for ssh config i was wondering if there was any feasibility for adding groups to storm s output i currently have hosts defined in my config file grouped using comments but obviously this information isn t transferred to storm s output i appreciate this might not be an easy thing to add just wondering if you thought it was feasible and possibly worth pursuing with a pull request as i m not a python guy yet
0
41,937
6,954,202,470
IssuesEvent
2017-12-07 00:05:55
bcgov/bcmaps
https://api.github.com/repos/bcgov/bcmaps
opened
Remove build_vignette= TRUE from README installation steps
bug documentation
devtools::install_github("bcgov/bcmaps", build_vignettes = TRUE) as presented is before the bcmaps.rdata step so when R attempts to build the vignettes it looks for bcmaps.rdata which isn't install yet then fails.
1.0
Remove build_vignette= TRUE from README installation steps - devtools::install_github("bcgov/bcmaps", build_vignettes = TRUE) as presented is before the bcmaps.rdata step so when R attempts to build the vignettes it looks for bcmaps.rdata which isn't install yet then fails.
non_priority
remove build vignette true from readme installation steps devtools install github bcgov bcmaps build vignettes true as presented is before the bcmaps rdata step so when r attempts to build the vignettes it looks for bcmaps rdata which isn t install yet then fails
0
82,283
10,277,023,026
IssuesEvent
2019-08-24 23:23:43
jenkinsci/prometheus-plugin
https://api.github.com/repos/jenkinsci/prometheus-plugin
closed
Documentation: Provide alerting rule examples
Documentation
As a consumer for this project, I now have metrics about Jenkins in my Prometheus instance. What's next is I'd like to alert on known failure scenarios. Currently, I have to hand-craft a bunch of alerting rules. Proposal: - Document common alerts in the repo, so that anyone getting started with the plugin doesn't need to reinvent them
1.0
Documentation: Provide alerting rule examples - As a consumer for this project, I now have metrics about Jenkins in my Prometheus instance. What's next is I'd like to alert on known failure scenarios. Currently, I have to hand-craft a bunch of alerting rules. Proposal: - Document common alerts in the repo, so that anyone getting started with the plugin doesn't need to reinvent them
non_priority
documentation provide alerting rule examples as a consumer for this project i now have metrics about jenkins in my prometheus instance what s next is i d like to alert on known failure scenarios currently i have to hand craft a bunch of alerting rules proposal document common alerts in the repo so that anyone getting started with the plugin doesn t need to reinvent them
0
100,486
16,489,891,274
IssuesEvent
2021-05-25 01:06:29
billmcchesney1/jazz
https://api.github.com/repos/billmcchesney1/jazz
opened
CVE-2021-23386 (High) detected in dns-packet-1.3.1.tgz
security vulnerability
## CVE-2021-23386 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dns-packet-1.3.1.tgz</b></p></summary> <p>An abstract-encoding compliant module for encoding / decoding DNS packets</p> <p>Library home page: <a href="https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz">https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_ui/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_ui/node_modules/dns-packet/package.json,jazz/templates/react-website-template/app/node_modules/dns-packet/package.json,jazz/templates/angular-website-template/app/node_modules/dns-packet/package.json</p> <p> Dependency Hierarchy: - cli-1.7.4.tgz (Root Library) - webpack-dev-server-2.11.5.tgz - bonjour-3.5.0.tgz - multicast-dns-6.2.3.tgz - :x: **dns-packet-1.3.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>develop</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> This affects the package dns-packet before 5.2.2. It creates buffers with allocUnsafe and does not always fill them before forming network packets. This can expose internal application memory over unencrypted network when querying crafted invalid domain names. <p>Publish Date: 2021-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23386>CVE-2021-23386</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23386">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23386</a></p> <p>Release Date: 2021-05-20</p> <p>Fix Resolution: dns-packet - 5.2.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"dns-packet","packageVersion":"1.3.1","packageFilePaths":["/core/jazz_ui/package.json","/templates/react-website-template/app/package.json","/templates/angular-website-template/app/package.json"],"isTransitiveDependency":true,"dependencyTree":"@angular/cli:1.7.4;webpack-dev-server:2.11.5;bonjour:3.5.0;multicast-dns:6.2.3;dns-packet:1.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"dns-packet - 5.2.2"}],"baseBranches":["develop"],"vulnerabilityIdentifier":"CVE-2021-23386","vulnerabilityDetails":"This affects the package dns-packet before 5.2.2. It creates buffers with allocUnsafe and does not always fill them before forming network packets. This can expose internal application memory over unencrypted network when querying crafted invalid domain names.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23386","cvss3Severity":"high","cvss3Score":"7.7","cvss3Metrics":{"A":"Low","AC":"High","PR":"Low","S":"Changed","C":"High","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2021-23386 (High) detected in dns-packet-1.3.1.tgz - ## CVE-2021-23386 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>dns-packet-1.3.1.tgz</b></p></summary> <p>An abstract-encoding compliant module for encoding / decoding DNS packets</p> <p>Library home page: <a href="https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz">https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz</a></p> <p>Path to dependency file: jazz/core/jazz_ui/package.json</p> <p>Path to vulnerable library: jazz/core/jazz_ui/node_modules/dns-packet/package.json,jazz/templates/react-website-template/app/node_modules/dns-packet/package.json,jazz/templates/angular-website-template/app/node_modules/dns-packet/package.json</p> <p> Dependency Hierarchy: - cli-1.7.4.tgz (Root Library) - webpack-dev-server-2.11.5.tgz - bonjour-3.5.0.tgz - multicast-dns-6.2.3.tgz - :x: **dns-packet-1.3.1.tgz** (Vulnerable Library) <p>Found in base branch: <b>develop</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> This affects the package dns-packet before 5.2.2. It creates buffers with allocUnsafe and does not always fill them before forming network packets. This can expose internal application memory over unencrypted network when querying crafted invalid domain names. <p>Publish Date: 2021-05-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23386>CVE-2021-23386</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.7</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Changed - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: Low - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23386">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23386</a></p> <p>Release Date: 2021-05-20</p> <p>Fix Resolution: dns-packet - 5.2.2</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"dns-packet","packageVersion":"1.3.1","packageFilePaths":["/core/jazz_ui/package.json","/templates/react-website-template/app/package.json","/templates/angular-website-template/app/package.json"],"isTransitiveDependency":true,"dependencyTree":"@angular/cli:1.7.4;webpack-dev-server:2.11.5;bonjour:3.5.0;multicast-dns:6.2.3;dns-packet:1.3.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"dns-packet - 5.2.2"}],"baseBranches":["develop"],"vulnerabilityIdentifier":"CVE-2021-23386","vulnerabilityDetails":"This affects the package dns-packet before 5.2.2. It creates buffers with allocUnsafe and does not always fill them before forming network packets. This can expose internal application memory over unencrypted network when querying crafted invalid domain names.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-23386","cvss3Severity":"high","cvss3Score":"7.7","cvss3Metrics":{"A":"Low","AC":"High","PR":"Low","S":"Changed","C":"High","UI":"None","AV":"Network","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_priority
cve high detected in dns packet tgz cve high severity vulnerability vulnerable library dns packet tgz an abstract encoding compliant module for encoding decoding dns packets library home page a href path to dependency file jazz core jazz ui package json path to vulnerable library jazz core jazz ui node modules dns packet package json jazz templates react website template app node modules dns packet package json jazz templates angular website template app node modules dns packet package json dependency hierarchy cli tgz root library webpack dev server tgz bonjour tgz multicast dns tgz x dns packet tgz vulnerable library found in base branch develop vulnerability details this affects the package dns packet before it creates buffers with allocunsafe and does not always fill them before forming network packets this can expose internal application memory over unencrypted network when querying crafted invalid domain names publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required low user interaction none scope changed impact metrics confidentiality impact high integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution dns packet isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree angular cli webpack dev server bonjour multicast dns dns packet isminimumfixversionavailable true minimumfixversion dns packet basebranches vulnerabilityidentifier cve vulnerabilitydetails this affects the package dns packet before it creates buffers with allocunsafe and does not always fill them before forming network packets this can expose internal application memory over unencrypted network when querying crafted invalid domain names vulnerabilityurl
0
26,570
6,779,785,065
IssuesEvent
2017-10-29 04:53:14
ccoulson/import_test
https://api.github.com/repos/ccoulson/import_test
closed
XSS vulnerability
CodePlex
<b>ChrisMe[CodePlex]</b> <br />Nearly every Input element of the forms als vulnerable for cross-site-Scripting attacks. For example: In the MembershipRequestControl the input form allows to enter plain Javascript code in the ImageHipChallenge does not validate the user Input and return the unformated Input back to the user. This means: If you enter a JavaScript Statement in the characters field, this script will be executed! This is a classical XSS vulnerability. Also, when you try to edit a user profile which is infected with XSS, the JavaScript will run even with administrative privileges!
1.0
XSS vulnerability - <b>ChrisMe[CodePlex]</b> <br />Nearly every Input element of the forms als vulnerable for cross-site-Scripting attacks. For example: In the MembershipRequestControl the input form allows to enter plain Javascript code in the ImageHipChallenge does not validate the user Input and return the unformated Input back to the user. This means: If you enter a JavaScript Statement in the characters field, this script will be executed! This is a classical XSS vulnerability. Also, when you try to edit a user profile which is infected with XSS, the JavaScript will run even with administrative privileges!
non_priority
xss vulnerability chrisme nearly every input element of the forms als vulnerable for cross site scripting attacks for example in the membershiprequestcontrol the input form allows to enter plain javascript code in the imagehipchallenge does not validate the user input and return the unformated input back to the user this means if you enter a javascript statement in the characters field this script will be executed this is a classical xss vulnerability also when you try to edit a user profile which is infected with xss the javascript will run even with administrative privileges
0
442,779
30,856,216,876
IssuesEvent
2023-08-02 20:51:25
gravitational/teleport
https://api.github.com/repos/gravitational/teleport
opened
Add a prominent link to the Teleport labs within the docs
documentation
## Applies To The `/docs/` landing page, probably. ## Details The is a request from Developer Relations. Add a link to the [Teleport labs](https://goteleport.com/labs/) from the docs so readers can try Teleport without spinning up their own environment. ## How will we know this is resolved? There is a link to the Teleport Labs page from the docs. ## Related Issues <!-- Please make an effort to find related issues on GitHub and list them here. This makes a big difference in how we prioritize and schedule work. -->
1.0
Add a prominent link to the Teleport labs within the docs - ## Applies To The `/docs/` landing page, probably. ## Details The is a request from Developer Relations. Add a link to the [Teleport labs](https://goteleport.com/labs/) from the docs so readers can try Teleport without spinning up their own environment. ## How will we know this is resolved? There is a link to the Teleport Labs page from the docs. ## Related Issues <!-- Please make an effort to find related issues on GitHub and list them here. This makes a big difference in how we prioritize and schedule work. -->
non_priority
add a prominent link to the teleport labs within the docs applies to the docs landing page probably details the is a request from developer relations add a link to the from the docs so readers can try teleport without spinning up their own environment how will we know this is resolved there is a link to the teleport labs page from the docs related issues
0
9,725
11,778,428,638
IssuesEvent
2020-03-16 16:17:05
cobalt-org/liquid-rust
https://api.github.com/repos/cobalt-org/liquid-rust
opened
Create ACID test for liquid compatibility
enhancement std-compatibility
The liquid test suite has helped us identify a lot of gaps in our compatibility but it is very incomplete still. Ideas - Create common input for liquid-rust and liquid-ruby and verify outputs - Easy to test variety of corner cases (e.g. `nil`, `empty`, and `blank` or unexpected data types)
True
Create ACID test for liquid compatibility - The liquid test suite has helped us identify a lot of gaps in our compatibility but it is very incomplete still. Ideas - Create common input for liquid-rust and liquid-ruby and verify outputs - Easy to test variety of corner cases (e.g. `nil`, `empty`, and `blank` or unexpected data types)
non_priority
create acid test for liquid compatibility the liquid test suite has helped us identify a lot of gaps in our compatibility but it is very incomplete still ideas create common input for liquid rust and liquid ruby and verify outputs easy to test variety of corner cases e g nil empty and blank or unexpected data types
0
93,364
11,776,095,055
IssuesEvent
2020-03-16 12:38:06
InterprocomOfficial/OpenEAM_DC
https://api.github.com/repos/InterprocomOfficial/OpenEAM_DC
closed
Информационная модель БД OpenEAM_DC
designing develop
https://github.com/InterprocomOfficial/OpenEAM_DC/issues/1 База данных: PostgreSQL - [x] Проектирование информационной модели. ![ERD_OpenEAM_Postgress_BD_rel_1 1](https://user-images.githubusercontent.com/60609750/76756858-97a33680-6797-11ea-86df-69441acfc268.png) - [x] Реализация скрипта SQL для автоматического создания модели в БД PostgreSQL **Местоположения - location** **Активы - asset** **Документы - document** Для связи Активов с документами - document_asset **Классификатор - classstructure** Ведение списка классов для используемых сущностей - classstructure Привязка сущности к классификатору - class_usewith Ведение списка атрибутов классификатора - attribute Привязка атрибута к классификации - attribute_on_classstructure Хранение значений атрибутов классификатора - attribute_value
1.0
Информационная модель БД OpenEAM_DC - https://github.com/InterprocomOfficial/OpenEAM_DC/issues/1 База данных: PostgreSQL - [x] Проектирование информационной модели. ![ERD_OpenEAM_Postgress_BD_rel_1 1](https://user-images.githubusercontent.com/60609750/76756858-97a33680-6797-11ea-86df-69441acfc268.png) - [x] Реализация скрипта SQL для автоматического создания модели в БД PostgreSQL **Местоположения - location** **Активы - asset** **Документы - document** Для связи Активов с документами - document_asset **Классификатор - classstructure** Ведение списка классов для используемых сущностей - classstructure Привязка сущности к классификатору - class_usewith Ведение списка атрибутов классификатора - attribute Привязка атрибута к классификации - attribute_on_classstructure Хранение значений атрибутов классификатора - attribute_value
non_priority
информационная модель бд openeam dc база данных postgresql проектирование информационной модели реализация скрипта sql для автоматического создания модели в бд postgresql местоположения location активы asset документы document для связи активов с документами document asset классификатор classstructure ведение списка классов для используемых сущностей classstructure привязка сущности к классификатору class usewith ведение списка атрибутов классификатора attribute привязка атрибута к классификации attribute on classstructure хранение значений атрибутов классификатора attribute value
0
167,349
13,022,744,818
IssuesEvent
2020-07-27 08:50:11
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Failing test: X-Pack Functional Tests.x-pack/test/functional/apps/dashboard_mode/dashboard_view_mode·js - dashboard mode Dashboard View Mode "before all" hook: initialize tests
:KibanaApp/fix-it-week Feature:Dashboard Team:KibanaApp failed-test test-cloud
A test failed on a tracked branch ``` [Error: Timeout of 180000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.] ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+6.7/JOB=x-pack-ciGroup3,node=immutable/303/) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Functional Tests.x-pack/test/functional/apps/dashboard_mode/dashboard_view_mode·js","test.name":"dashboard mode Dashboard View Mode \"before all\" hook: initialize tests","test.failCount":6}} -->
2.0
Failing test: X-Pack Functional Tests.x-pack/test/functional/apps/dashboard_mode/dashboard_view_mode·js - dashboard mode Dashboard View Mode "before all" hook: initialize tests - A test failed on a tracked branch ``` [Error: Timeout of 180000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.] ``` First failure: [Jenkins Build](https://kibana-ci.elastic.co/job/elastic+kibana+6.7/JOB=x-pack-ciGroup3,node=immutable/303/) <!-- kibanaCiData = {"failed-test":{"test.class":"X-Pack Functional Tests.x-pack/test/functional/apps/dashboard_mode/dashboard_view_mode·js","test.name":"dashboard mode Dashboard View Mode \"before all\" hook: initialize tests","test.failCount":6}} -->
non_priority
failing test x pack functional tests x pack test functional apps dashboard mode dashboard view mode·js dashboard mode dashboard view mode before all hook initialize tests a test failed on a tracked branch first failure
0
3,167
2,813,693,828
IssuesEvent
2015-05-18 15:55:42
alloy-lang/alloy
https://api.github.com/repos/alloy-lang/alloy
opened
Impl function calls causing bugs
bug code-gen important
Was writing a lexer in Alloy to test the language out, and found a bug for the following *alloy* code: ```rust // std.aly fn printf(fmt: str, _): int; fn str_len(x: str): usize { mut len: usize = 0; for x != '\0' { len = len + 1; } return len; } ``` ```rust // main.aly !use "std" input: str = "let x = 5"; mut input_pos: uint; mut input_len: usize; fn main(): int { input_pos = 0; input_len = str_len(input); return 0; } ``` And it seems to generate this code for a function call: ```c #include "_gen_main.h" const str input = "let x = 5"; int main() { (input_pos=0); (__usize_str_len(&input_len, input)); return 0; } ``` Note how it's prefixing the str_len function with `__usize_`
1.0
Impl function calls causing bugs - Was writing a lexer in Alloy to test the language out, and found a bug for the following *alloy* code: ```rust // std.aly fn printf(fmt: str, _): int; fn str_len(x: str): usize { mut len: usize = 0; for x != '\0' { len = len + 1; } return len; } ``` ```rust // main.aly !use "std" input: str = "let x = 5"; mut input_pos: uint; mut input_len: usize; fn main(): int { input_pos = 0; input_len = str_len(input); return 0; } ``` And it seems to generate this code for a function call: ```c #include "_gen_main.h" const str input = "let x = 5"; int main() { (input_pos=0); (__usize_str_len(&input_len, input)); return 0; } ``` Note how it's prefixing the str_len function with `__usize_`
non_priority
impl function calls causing bugs was writing a lexer in alloy to test the language out and found a bug for the following alloy code rust std aly fn printf fmt str int fn str len x str usize mut len usize for x len len return len rust main aly use std input str let x mut input pos uint mut input len usize fn main int input pos input len str len input return and it seems to generate this code for a function call c include gen main h const str input let x int main input pos usize str len input len input return note how it s prefixing the str len function with usize
0
11,688
3,512,679,014
IssuesEvent
2016-01-11 03:50:35
midspace/SEToolbox
https://api.github.com/repos/midspace/SEToolbox
opened
Import all documentation from Codeplex
documentation
The mass of documentation in Codexplex needs to be migrated from https://setoolbox.codeplex.com/documentation to the wiki here.
1.0
Import all documentation from Codeplex - The mass of documentation in Codexplex needs to be migrated from https://setoolbox.codeplex.com/documentation to the wiki here.
non_priority
import all documentation from codeplex the mass of documentation in codexplex needs to be migrated from to the wiki here
0
112,045
14,213,912,724
IssuesEvent
2020-11-17 03:46:58
Elite-Capstone/Project-ShutTheFrontDoor
https://api.github.com/repos/Elite-Capstone/Project-ShutTheFrontDoor
closed
DOC-4.4.1 - ESP32 - Solo-1 Ki-CAD component design
Hardware design documentation
--- ESP32 - Solo-1 Ki-CAD component design Component design to be used in the hardware schematic
1.0
DOC-4.4.1 - ESP32 - Solo-1 Ki-CAD component design - --- ESP32 - Solo-1 Ki-CAD component design Component design to be used in the hardware schematic
non_priority
doc solo ki cad component design solo ki cad component design component design to be used in the hardware schematic
0
35,728
7,987,390,305
IssuesEvent
2018-07-19 07:36:58
wurmf/OpenBooth
https://api.github.com/repos/wurmf/OpenBooth
closed
remove all cases of log-and-rethrow
clean code
log-and-rethrow is an anti-pattern, which leads to logging exceptions multiple times and therefore cluttering the log file with unnecessary duplicate information. log-and-rethrow typically looks like this: ``` try{ //do stuff } catch (SQLException e) { LOG.error("I found an exception!"); throw new CustomException(e) }
1.0
remove all cases of log-and-rethrow - log-and-rethrow is an anti-pattern, which leads to logging exceptions multiple times and therefore cluttering the log file with unnecessary duplicate information. log-and-rethrow typically looks like this: ``` try{ //do stuff } catch (SQLException e) { LOG.error("I found an exception!"); throw new CustomException(e) }
non_priority
remove all cases of log and rethrow log and rethrow is an anti pattern which leads to logging exceptions multiple times and therefore cluttering the log file with unnecessary duplicate information log and rethrow typically looks like this try do stuff catch sqlexception e log error i found an exception throw new customexception e
0
10,375
4,762,085,306
IssuesEvent
2016-10-25 10:17:42
CartoDB/cartodb
https://api.github.com/repos/CartoDB/cartodb
opened
Legend fields do not change when changing the field on the Style
bug Builder
### STR * Create a map with a point layer. * Click on layer `STYLE`. * Set the marker width or fill to `BY VALUE`. Select a field. Now the legend is showing the field name. * Select a different field. The legend is still showing the old field name. ### Expected result * The legends should show the new field name. cc @CartoDB/support
1.0
Legend fields do not change when changing the field on the Style - ### STR * Create a map with a point layer. * Click on layer `STYLE`. * Set the marker width or fill to `BY VALUE`. Select a field. Now the legend is showing the field name. * Select a different field. The legend is still showing the old field name. ### Expected result * The legends should show the new field name. cc @CartoDB/support
non_priority
legend fields do not change when changing the field on the style str create a map with a point layer click on layer style set the marker width or fill to by value select a field now the legend is showing the field name select a different field the legend is still showing the old field name expected result the legends should show the new field name cc cartodb support
0
48,194
13,308,104,284
IssuesEvent
2020-08-25 23:58:16
uniquelyparticular/sync-shippo-to-moltin
https://api.github.com/repos/uniquelyparticular/sync-shippo-to-moltin
opened
WS-2020-0127 (Low) detected in npm-registry-fetch-3.9.0.tgz
security vulnerability
## WS-2020-0127 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-registry-fetch-3.9.0.tgz</b></p></summary> <p>Fetch-based http client for use with npm registry APIs</p> <p>Library home page: <a href="https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz">https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/sync-shippo-to-moltin/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/sync-shippo-to-moltin/node_modules/npm/node_modules/npm-registry-fetch/package.json</p> <p> Dependency Hierarchy: - semantic-release-15.13.18.tgz (Root Library) - npm-5.1.13.tgz - npm-6.9.0.tgz - :x: **npm-registry-fetch-3.9.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/sync-shippo-to-moltin/commit/1cad2151ba72a8f8ed4428cfd6c751b25f49acf4">1cad2151ba72a8f8ed4428cfd6c751b25f49acf4</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> npm-registry-fetch before 4.0.5 and 8.1.1 is vulnerable to an information exposure vulnerability through log files. <p>Publish Date: 2020-07-07 <p>URL: <a href=https://github.com/npm/npm-registry-fetch/commit/18bf9b97fb1deecdba01ffb05580370846255c88>WS-2020-0127</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>3.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1544">https://www.npmjs.com/advisories/1544</a></p> <p>Release Date: 2020-07-14</p> <p>Fix Resolution: npm-registry-fetch - 4.0.5,8.1.1</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-2020-0127 (Low) detected in npm-registry-fetch-3.9.0.tgz - ## WS-2020-0127 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>npm-registry-fetch-3.9.0.tgz</b></p></summary> <p>Fetch-based http client for use with npm registry APIs</p> <p>Library home page: <a href="https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz">https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-3.9.0.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/sync-shippo-to-moltin/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/sync-shippo-to-moltin/node_modules/npm/node_modules/npm-registry-fetch/package.json</p> <p> Dependency Hierarchy: - semantic-release-15.13.18.tgz (Root Library) - npm-5.1.13.tgz - npm-6.9.0.tgz - :x: **npm-registry-fetch-3.9.0.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/uniquelyparticular/sync-shippo-to-moltin/commit/1cad2151ba72a8f8ed4428cfd6c751b25f49acf4">1cad2151ba72a8f8ed4428cfd6c751b25f49acf4</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> npm-registry-fetch before 4.0.5 and 8.1.1 is vulnerable to an information exposure vulnerability through log files. <p>Publish Date: 2020-07-07 <p>URL: <a href=https://github.com/npm/npm-registry-fetch/commit/18bf9b97fb1deecdba01ffb05580370846255c88>WS-2020-0127</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>3.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: N/A - Attack Complexity: N/A - Privileges Required: N/A - User Interaction: N/A - Scope: N/A - Impact Metrics: - Confidentiality Impact: N/A - Integrity Impact: N/A - Availability Impact: N/A </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://www.npmjs.com/advisories/1544">https://www.npmjs.com/advisories/1544</a></p> <p>Release Date: 2020-07-14</p> <p>Fix Resolution: npm-registry-fetch - 4.0.5,8.1.1</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
ws low detected in npm registry fetch tgz ws low severity vulnerability vulnerable library npm registry fetch tgz fetch based http client for use with npm registry apis library home page a href path to dependency file tmp ws scm sync shippo to moltin package json path to vulnerable library tmp ws scm sync shippo to moltin node modules npm node modules npm registry fetch package json dependency hierarchy semantic release tgz root library npm tgz npm tgz x npm registry fetch tgz vulnerable library found in head commit a href vulnerability details npm registry fetch before and is vulnerable to an information exposure vulnerability through log files publish date url a href cvss score details base score metrics exploitability metrics attack vector n a attack complexity n a privileges required n a user interaction n a scope n a impact metrics confidentiality impact n a integrity impact n a availability impact n a for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution npm registry fetch step up your open source security game with whitesource
0
316,823
23,650,452,762
IssuesEvent
2022-08-26 05:55:12
PLC-lang/rusty
https://api.github.com/repos/PLC-lang/rusty
closed
run [cargo bulid --release]------LLVM binaries specified by LLVM_SYS_130_PREFIX are the wrong version.
bug documentation
**Describe the bug** My system is ubuntu 20. 04-4. Today I followed the methord without useing a docker file to bulid and install rusty . But after I install all packages(include-sudo apt-get install -y llvm-12-dev) the project needs, it went wrong when I use the command--[cargo bulid --release]. The terminal told me that [LLVM binaries specified by LLVM_SYS_130_PREFIX are the wrong version.] I dis use [export LLVM_SYS_130_PREFIX=/usr/lib/llvm-12] to ponit the LLVM. **To Reproduce** sudo apt-get install -y llvm-12-dev export LLVM_SYS_130_PREFIX=/usr/lib/llvm-12 cargo bulid --release wrong:LLVM binaries specified by LLVM_SYS_130_PREFIX are the wrong version. **Expected behavior** Yesterday, someone told me that the documentation I fllowed is outdate, so i guess that now the project needs llvm-13 ? **Additional context** nothing but thanks **Tests** Optional: Add a link to a PR or a branch where you have a failing test of the issue.
1.0
run [cargo bulid --release]------LLVM binaries specified by LLVM_SYS_130_PREFIX are the wrong version. - **Describe the bug** My system is ubuntu 20. 04-4. Today I followed the methord without useing a docker file to bulid and install rusty . But after I install all packages(include-sudo apt-get install -y llvm-12-dev) the project needs, it went wrong when I use the command--[cargo bulid --release]. The terminal told me that [LLVM binaries specified by LLVM_SYS_130_PREFIX are the wrong version.] I dis use [export LLVM_SYS_130_PREFIX=/usr/lib/llvm-12] to ponit the LLVM. **To Reproduce** sudo apt-get install -y llvm-12-dev export LLVM_SYS_130_PREFIX=/usr/lib/llvm-12 cargo bulid --release wrong:LLVM binaries specified by LLVM_SYS_130_PREFIX are the wrong version. **Expected behavior** Yesterday, someone told me that the documentation I fllowed is outdate, so i guess that now the project needs llvm-13 ? **Additional context** nothing but thanks **Tests** Optional: Add a link to a PR or a branch where you have a failing test of the issue.
non_priority
run llvm binaries specified by llvm sys prefix are the wrong version describe the bug my system is ubuntu today i followed the methord without useing a docker file to bulid and install rusty but after i install all packages include sudo apt get install y llvm dev the project needs it went wrong when i use the command the terminal told me that i dis use to ponit the llvm to reproduce sudo apt get install y llvm dev export llvm sys prefix usr lib llvm cargo bulid release wrong llvm binaries specified by llvm sys prefix are the wrong version expected behavior yesterday someone told me that the documentation i fllowed is outdate so i guess that now the project needs llvm additional context nothing but thanks tests optional add a link to a pr or a branch where you have a failing test of the issue
0
10,282
8,469,223,930
IssuesEvent
2018-10-23 22:09:02
LibraryOfCongress/concordia
https://api.github.com/repos/LibraryOfCongress/concordia
closed
Review autoscaling configuration
infrastructure
AutoScaling configuration for production needs to be reviewed.
1.0
Review autoscaling configuration - AutoScaling configuration for production needs to be reviewed.
non_priority
review autoscaling configuration autoscaling configuration for production needs to be reviewed
0
2,267
3,594,932,101
IssuesEvent
2016-02-02 02:31:09
catapult-project/catapult
https://api.github.com/repos/catapult-project/catapult
closed
Add a across platform file lock utility for catapult
Infrastructure
Based on http://code.activestate.com/recipes/65203/ @jbudorick @randalnephew : we will need to update py_trace_event to use the cross platform filelock as well.
1.0
Add a across platform file lock utility for catapult - Based on http://code.activestate.com/recipes/65203/ @jbudorick @randalnephew : we will need to update py_trace_event to use the cross platform filelock as well.
non_priority
add a across platform file lock utility for catapult based on jbudorick randalnephew we will need to update py trace event to use the cross platform filelock as well
0
105,187
9,037,761,111
IssuesEvent
2019-02-09 14:00:17
JGCRI/hector
https://api.github.com/repos/JGCRI/hector
closed
Test R functionality in CI runs
tests
Right now we have a file called `main-api.cpp` that serves as a combination demonstration and test for the API functionality. However, it isn't built regularly and probably will get out of date pretty quickly, if it isn't already. This file shoiuld be replaced with tests that explicitly exercise the API.
1.0
Test R functionality in CI runs - Right now we have a file called `main-api.cpp` that serves as a combination demonstration and test for the API functionality. However, it isn't built regularly and probably will get out of date pretty quickly, if it isn't already. This file shoiuld be replaced with tests that explicitly exercise the API.
non_priority
test r functionality in ci runs right now we have a file called main api cpp that serves as a combination demonstration and test for the api functionality however it isn t built regularly and probably will get out of date pretty quickly if it isn t already this file shoiuld be replaced with tests that explicitly exercise the api
0
77,736
9,608,924,267
IssuesEvent
2019-05-12 11:03:23
Clauvin/World_Warriors_Mod
https://api.github.com/repos/Clauvin/World_Warriors_Mod
opened
White Headband - Design Considerations
game design
* What the relic will do? * In terms of energy-related relics, what's weak (Common) and what's strong (Rare)? * Try
1.0
White Headband - Design Considerations - * What the relic will do? * In terms of energy-related relics, what's weak (Common) and what's strong (Rare)? * Try
non_priority
white headband design considerations what the relic will do in terms of energy related relics what s weak common and what s strong rare try
0
101,982
12,735,659,500
IssuesEvent
2020-06-25 15:39:20
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Stepper crashing on hot reload when changing amount of steps
P4 f: material design framework severe: crash t: hot reload waiting for customer response
## Steps to Reproduce 1. Use the following main.dart file ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { //comment out lines 19-22, hot reload, then un-comment and hot reload to crash application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Stepper Crash Demo', home: Scaffold( appBar: AppBar(title: Text("Stepper Crash Demo")), body: Stepper( steps: [ Step( title: Text("step 1"), content: Text("step 1") ), Step( title: Text("step 2"), content: Text("step 2") ), Step( title: Text("step 3"), content: Text("step 3") ) ], ), ), ); } } ``` 2. Comment out lines 19-22, hot reload, then un-comment and hot reload to crash application. ## Logs ``` I/flutter (17586): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter (17586): The following assertion was thrown building LoginForm(state: LoginFormState#5cf6f): I/flutter (17586): 'package:flutter/src/material/stepper.dart': Failed assertion: line 248 pos 12: 'widget.steps.length I/flutter (17586): == oldWidget.steps.length': is not true. I/flutter (17586): I/flutter (17586): Either the assertion indicates an error in the framework itself, or we should provide substantially I/flutter (17586): more information in this error message to help you determine and fix the underlying cause. I/flutter (17586): In either case, please report this assertion by filing a bug on GitHub: I/flutter (17586): https://github.com/flutter/flutter/issues/new?template=BUG.md I/flutter (17586): I/flutter (17586): When the exception was thrown, this was the stack: I/flutter (17586): #2 _StepperState.didUpdateWidget (package:flutter/src/material/stepper.dart:248:12) I/flutter (17586): #3 StatefulElement.update (package:flutter/src/widgets/framework.dart:3863:58) I/flutter (17586): #4 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #5 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #6 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #7 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #8 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #9 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #10 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #11 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #12 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #13 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #14 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #15 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #18 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #19 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #20 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #21 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #22 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #23 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #24 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #25 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #26 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #27 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #28 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #29 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4585:32) I/flutter (17586): #30 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4975:17) I/flutter (17586): #31 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #32 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #33 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #34 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #35 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #36 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #37 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #38 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #39 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #40 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #41 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #42 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #43 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #44 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #46 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #47 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #48 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #49 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #50 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #54 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #58 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #59 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #60 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #61 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #62 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #63 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #64 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #65 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #66 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #67 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #68 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #69 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #70 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #71 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #72 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #73 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #74 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #75 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #76 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #77 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #78 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #79 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #80 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #81 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #82 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #83 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #84 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #85 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #86 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #87 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #88 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #89 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #90 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #91 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #92 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #93 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #94 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #95 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #96 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #97 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #98 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #99 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #100 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #101 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #102 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #103 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #104 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #105 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #106 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #107 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #108 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #109 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #110 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #111 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #112 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #113 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #114 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #115 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #116 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #117 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #118 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #119 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #120 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #121 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #122 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2286:33) I/flutter (17586): #123 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:676:20) I/flutter (17586): #124 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:219:5) I/flutter (17586): #125 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15) I/flutter (17586): #126 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9) I/flutter (17586): #127 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:751:7) I/flutter (17586): #129 _Timer._runTimers (dart:isolate/runtime/libtimer_impl.dart:382:19) I/flutter (17586): #130 _Timer._handleMessage (dart:isolate/runtime/libtimer_impl.dart:416:5) I/flutter (17586): #131 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:171:12) I/flutter (17586): (elided 3 frames from class _AssertionError and package dart:async) ``` ## Flutter Doctor ``` [√] Flutter (Channel beta, v1.0.0, on Microsoft Windows [Version 10.0.17134.523], locale en-IL) • Flutter version 1.0.0 at C:\Apps\flutter • Framework revision 5391447fae (9 weeks ago), 2018-11-29 19:41:26 -0800 • Engine revision 7375a0f414 • Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297) [√] Android toolchain - develop for Android devices (Android SDK 28.0.3) • Android SDK at C:\Users\Yanir\AppData\Local\Android\Sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • ANDROID_HOME = C:\Users\Yanir\AppData\Local\Android\Sdk • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) • All Android licenses accepted. [√] Android Studio (version 3.3) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin version 31.3.3 • Dart plugin version 182.5124 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) ```
1.0
Stepper crashing on hot reload when changing amount of steps - ## Steps to Reproduce 1. Use the following main.dart file ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { //comment out lines 19-22, hot reload, then un-comment and hot reload to crash application. @override Widget build(BuildContext context) { return MaterialApp( title: 'Stepper Crash Demo', home: Scaffold( appBar: AppBar(title: Text("Stepper Crash Demo")), body: Stepper( steps: [ Step( title: Text("step 1"), content: Text("step 1") ), Step( title: Text("step 2"), content: Text("step 2") ), Step( title: Text("step 3"), content: Text("step 3") ) ], ), ), ); } } ``` 2. Comment out lines 19-22, hot reload, then un-comment and hot reload to crash application. ## Logs ``` I/flutter (17586): ══╡ EXCEPTION CAUGHT BY WIDGETS LIBRARY ╞═══════════════════════════════════════════════════════════ I/flutter (17586): The following assertion was thrown building LoginForm(state: LoginFormState#5cf6f): I/flutter (17586): 'package:flutter/src/material/stepper.dart': Failed assertion: line 248 pos 12: 'widget.steps.length I/flutter (17586): == oldWidget.steps.length': is not true. I/flutter (17586): I/flutter (17586): Either the assertion indicates an error in the framework itself, or we should provide substantially I/flutter (17586): more information in this error message to help you determine and fix the underlying cause. I/flutter (17586): In either case, please report this assertion by filing a bug on GitHub: I/flutter (17586): https://github.com/flutter/flutter/issues/new?template=BUG.md I/flutter (17586): I/flutter (17586): When the exception was thrown, this was the stack: I/flutter (17586): #2 _StepperState.didUpdateWidget (package:flutter/src/material/stepper.dart:248:12) I/flutter (17586): #3 StatefulElement.update (package:flutter/src/widgets/framework.dart:3863:58) I/flutter (17586): #4 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #5 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #6 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #7 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #8 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #9 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #10 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #11 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #12 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #13 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #14 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #15 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #16 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #17 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #18 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #19 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #20 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #21 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #22 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #23 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #24 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #25 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #26 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #27 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #28 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #29 RenderObjectElement.updateChildren (package:flutter/src/widgets/framework.dart:4585:32) I/flutter (17586): #30 MultiChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4975:17) I/flutter (17586): #31 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #32 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #33 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #34 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #35 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #36 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #37 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #38 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #39 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #40 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #41 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #42 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #43 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #44 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #45 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #46 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #47 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #48 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #49 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #50 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #51 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #52 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #53 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #54 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #55 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #56 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #57 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #58 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #59 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #60 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #61 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #62 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #63 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #64 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #65 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #66 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #67 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #68 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #69 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #70 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #71 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #72 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #73 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #74 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #75 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #76 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #77 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #78 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #79 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #80 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #81 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #82 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #83 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #84 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #85 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #86 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #87 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #88 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #89 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #90 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #91 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #92 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #93 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #94 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #95 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #96 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #97 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #98 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #99 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #100 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #101 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #102 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #103 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #104 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #105 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #106 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #107 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #108 StatefulElement.update (package:flutter/src/widgets/framework.dart:3878:5) I/flutter (17586): #109 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #110 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #111 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #112 StatelessElement.update (package:flutter/src/widgets/framework.dart:3781:5) I/flutter (17586): #113 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #114 SingleChildRenderObjectElement.update (package:flutter/src/widgets/framework.dart:4867:14) I/flutter (17586): #115 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #116 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #117 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #118 ProxyElement.update (package:flutter/src/widgets/framework.dart:3990:5) I/flutter (17586): #119 Element.updateChild (package:flutter/src/widgets/framework.dart:2742:15) I/flutter (17586): #120 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:3732:16) I/flutter (17586): #121 Element.rebuild (package:flutter/src/widgets/framework.dart:3547:5) I/flutter (17586): #122 BuildOwner.buildScope (package:flutter/src/widgets/framework.dart:2286:33) I/flutter (17586): #123 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding&WidgetsBinding.drawFrame (package:flutter/src/widgets/binding.dart:676:20) I/flutter (17586): #124 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding&PaintingBinding&SemanticsBinding&RendererBinding._handlePersistentFrameCallback (package:flutter/src/rendering/binding.dart:219:5) I/flutter (17586): #125 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:990:15) I/flutter (17586): #126 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:930:9) I/flutter (17586): #127 _WidgetsFlutterBinding&BindingBase&GestureBinding&ServicesBinding&SchedulerBinding.scheduleWarmUpFrame.<anonymous closure> (package:flutter/src/scheduler/binding.dart:751:7) I/flutter (17586): #129 _Timer._runTimers (dart:isolate/runtime/libtimer_impl.dart:382:19) I/flutter (17586): #130 _Timer._handleMessage (dart:isolate/runtime/libtimer_impl.dart:416:5) I/flutter (17586): #131 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:171:12) I/flutter (17586): (elided 3 frames from class _AssertionError and package dart:async) ``` ## Flutter Doctor ``` [√] Flutter (Channel beta, v1.0.0, on Microsoft Windows [Version 10.0.17134.523], locale en-IL) • Flutter version 1.0.0 at C:\Apps\flutter • Framework revision 5391447fae (9 weeks ago), 2018-11-29 19:41:26 -0800 • Engine revision 7375a0f414 • Dart version 2.1.0 (build 2.1.0-dev.9.4 f9ebf21297) [√] Android toolchain - develop for Android devices (Android SDK 28.0.3) • Android SDK at C:\Users\Yanir\AppData\Local\Android\Sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-28, build-tools 28.0.3 • ANDROID_HOME = C:\Users\Yanir\AppData\Local\Android\Sdk • Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) • All Android licenses accepted. [√] Android Studio (version 3.3) • Android Studio at C:\Program Files\Android\Android Studio • Flutter plugin version 31.3.3 • Dart plugin version 182.5124 • Java version OpenJDK Runtime Environment (build 1.8.0_152-release-1248-b01) ```
non_priority
stepper crashing on hot reload when changing amount of steps steps to reproduce use the following main dart file dart import package flutter material dart void main runapp myapp class myapp extends statelesswidget comment out lines hot reload then un comment and hot reload to crash application override widget build buildcontext context return materialapp title stepper crash demo home scaffold appbar appbar title text stepper crash demo body stepper steps step title text step content text step step title text step content text step step title text step content text step comment out lines hot reload then un comment and hot reload to crash application logs i flutter ══╡ exception caught by widgets library ╞═══════════════════════════════════════════════════════════ i flutter the following assertion was thrown building loginform state loginformstate i flutter package flutter src material stepper dart failed assertion line pos widget steps length i flutter oldwidget steps length is not true i flutter i flutter either the assertion indicates an error in the framework itself or we should provide substantially i flutter more information in this error message to help you determine and fix the underlying cause i flutter in either case please report this assertion by filing a bug on github i flutter i flutter i flutter when the exception was thrown this was the stack i flutter stepperstate didupdatewidget package flutter src material stepper dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statelesselement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter renderobjectelement updatechildren package flutter src widgets framework dart i flutter multichildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statelesselement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statelesselement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statelesselement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statefulelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter statelesselement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter singlechildrenderobjectelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter proxyelement update package flutter src widgets framework dart i flutter element updatechild package flutter src widgets framework dart i flutter componentelement performrebuild package flutter src widgets framework dart i flutter element rebuild package flutter src widgets framework dart i flutter buildowner buildscope package flutter src widgets framework dart i flutter widgetsflutterbinding bindingbase gesturebinding servicesbinding schedulerbinding paintingbinding semanticsbinding rendererbinding widgetsbinding drawframe package flutter src widgets binding dart i flutter widgetsflutterbinding bindingbase gesturebinding servicesbinding schedulerbinding paintingbinding semanticsbinding rendererbinding handlepersistentframecallback package flutter src rendering binding dart i flutter widgetsflutterbinding bindingbase gesturebinding servicesbinding schedulerbinding invokeframecallback package flutter src scheduler binding dart i flutter widgetsflutterbinding bindingbase gesturebinding servicesbinding schedulerbinding handledrawframe package flutter src scheduler binding dart i flutter widgetsflutterbinding bindingbase gesturebinding servicesbinding schedulerbinding schedulewarmupframe package flutter src scheduler binding dart i flutter timer runtimers dart isolate runtime libtimer impl dart i flutter timer handlemessage dart isolate runtime libtimer impl dart i flutter rawreceiveportimpl handlemessage dart isolate runtime libisolate patch dart i flutter elided frames from class assertionerror and package dart async flutter doctor flutter channel beta on microsoft windows locale en il • flutter version at c apps flutter • framework revision weeks ago • engine revision • dart version build dev android toolchain develop for android devices android sdk • android sdk at c users yanir appdata local android sdk • android ndk location not configured optional useful for native profiling support • platform android build tools • android home c users yanir appdata local android sdk • java binary at c program files android android studio jre bin java • java version openjdk runtime environment build release • all android licenses accepted android studio version • android studio at c program files android android studio • flutter plugin version • dart plugin version • java version openjdk runtime environment build release
0
171,040
27,052,869,012
IssuesEvent
2023-02-13 14:23:12
CMPUT301W23T47/Canary
https://api.github.com/repos/CMPUT301W23T47/Canary
closed
UI: Lo-FI Mockup for Browse QR Codes scanned by other users
design
Design a Lo-FI Mockup for Browsing QR Codes scanned by other users
1.0
UI: Lo-FI Mockup for Browse QR Codes scanned by other users - Design a Lo-FI Mockup for Browsing QR Codes scanned by other users
non_priority
ui lo fi mockup for browse qr codes scanned by other users design a lo fi mockup for browsing qr codes scanned by other users
0
37,982
8,393,312,618
IssuesEvent
2018-10-09 20:10:57
ST-Apps/CS-ParallelRoadTool
https://api.github.com/repos/ST-Apps/CS-ParallelRoadTool
closed
Broken button
bug code dev wontfix
Button quits working rendering menu stuck open/closed. Button is also in the incorrect location? Due to the nature of this issue, I've made a video rather than taking screenshots. Follow the youtube address for that. Also, the output log was generated at the time of the video. This issue occurs with both 1.2 and 1.2.1-Dev https://www.youtube.com/watch?v=YM0tHrtuldw [output_log.txt](https://github.com/ST-Apps/CS-ParallelRoadTool/files/2288369/output_log.txt)
1.0
Broken button - Button quits working rendering menu stuck open/closed. Button is also in the incorrect location? Due to the nature of this issue, I've made a video rather than taking screenshots. Follow the youtube address for that. Also, the output log was generated at the time of the video. This issue occurs with both 1.2 and 1.2.1-Dev https://www.youtube.com/watch?v=YM0tHrtuldw [output_log.txt](https://github.com/ST-Apps/CS-ParallelRoadTool/files/2288369/output_log.txt)
non_priority
broken button button quits working rendering menu stuck open closed button is also in the incorrect location due to the nature of this issue i ve made a video rather than taking screenshots follow the youtube address for that also the output log was generated at the time of the video this issue occurs with both and dev
0
8,400
26,902,870,526
IssuesEvent
2023-02-06 16:48:55
rancher/qa-tasks
https://api.github.com/repos/rancher/qa-tasks
closed
Fix styling issues with go integration test resource_quota_test
[zube]: QA Review area/automation-framework
This integration test got merged in not following our PR guidelines that we had set for testing. Including several sleeps in the test instead of using proper waits and polls, and extensions not in the correct place.
1.0
Fix styling issues with go integration test resource_quota_test - This integration test got merged in not following our PR guidelines that we had set for testing. Including several sleeps in the test instead of using proper waits and polls, and extensions not in the correct place.
non_priority
fix styling issues with go integration test resource quota test this integration test got merged in not following our pr guidelines that we had set for testing including several sleeps in the test instead of using proper waits and polls and extensions not in the correct place
0
24,904
11,103,429,734
IssuesEvent
2019-12-17 03:49:32
jamijam/goof
https://api.github.com/repos/jamijam/goof
opened
CVE-2019-10746 (High) detected in mixin-deep-1.3.1.tgz
security vulnerability
## CVE-2019-10746 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixin-deep-1.3.1.tgz</b></p></summary> <p>Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.</p> <p>Library home page: <a href="https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz">https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/goof/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/goof/node_modules/nyc/node_modules/mixin-deep/package.json</p> <p> Dependency Hierarchy: - tap-11.1.5.tgz (Root Library) - nyc-11.9.0.tgz - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - :x: **mixin-deep-1.3.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jamijam/goof/commit/bd7ca5a8ffa2018ef59c872c03837feddcfbe0d8">bd7ca5a8ffa2018ef59c872c03837feddcfbe0d8</a></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> mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. <p>Publish Date: 2019-08-23 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10746>CVE-2019-10746</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>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9">https://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9</a></p> <p>Release Date: 2019-07-11</p> <p>Fix Resolution: 1.3.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
CVE-2019-10746 (High) detected in mixin-deep-1.3.1.tgz - ## CVE-2019-10746 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixin-deep-1.3.1.tgz</b></p></summary> <p>Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.</p> <p>Library home page: <a href="https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz">https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz</a></p> <p>Path to dependency file: /tmp/ws-scm/goof/package.json</p> <p>Path to vulnerable library: /tmp/ws-scm/goof/node_modules/nyc/node_modules/mixin-deep/package.json</p> <p> Dependency Hierarchy: - tap-11.1.5.tgz (Root Library) - nyc-11.9.0.tgz - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - base-0.11.2.tgz - :x: **mixin-deep-1.3.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/jamijam/goof/commit/bd7ca5a8ffa2018ef59c872c03837feddcfbe0d8">bd7ca5a8ffa2018ef59c872c03837feddcfbe0d8</a></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> mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload. <p>Publish Date: 2019-08-23 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10746>CVE-2019-10746</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>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: 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://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9">https://github.com/jonschlinkert/mixin-deep/commit/8f464c8ce9761a8c9c2b3457eaeee9d404fa7af9</a></p> <p>Release Date: 2019-07-11</p> <p>Fix Resolution: 1.3.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_priority
cve high detected in mixin deep tgz cve high severity vulnerability vulnerable library mixin deep tgz deeply mix the properties of objects into the first object like merge deep but doesn t clone library home page a href path to dependency file tmp ws scm goof package json path to vulnerable library tmp ws scm goof node modules nyc node modules mixin deep package json dependency hierarchy tap tgz root library nyc tgz micromatch tgz snapdragon tgz base tgz x mixin deep tgz vulnerable library found in head commit a href vulnerability details mixin deep is vulnerable to prototype pollution in versions before and version the function mixin deep could be tricked into adding or modifying properties of object prototype using a constructor payload 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 step up your open source security game with whitesource
0
99,164
30,289,664,944
IssuesEvent
2023-07-09 05:33:14
bevyengine/bevy-website
https://api.github.com/repos/bevyengine/bevy-website
closed
Deployed previews for website PRs
A-Build-System A-Meta
It would be very nice to have deployed previews of every PR for the website. I think this would encourage more reviews and feedback for open changes (e.g. the new book). I would like to combine this with having a deployed "development" version of the website that shows the website for Bevy's `main` branch. That would allow us to update the website book/tutorials alongside Bevy for future updates and would offer already deployed resources for people running on Bevy's `main` branch. It makes sense that the main website is for the latest release, but we do have a lot of users running on `main`, so I think it would be awesome to have a link like `https::/main.bevyengine.org` with the latest book, tutorials, and error codes for Bevy's `main` branch (another option would be to have the same domain, but a path for main; e.g. `/learn/main/book`). Personally, I am a big fan of Netlify, but I am not sure if this would be a good fit here. We would probably hit the 300 build minutes per month that come with the free plan due to our daily builds (+ PR previews). They do offer an [open source plan](https://www.netlify.com/legal/open-source-policy/), but that would require us to link back to their service. Maybe that is something we would be willing to do for previews? There are probably many other services that would offer something similar. Maybe there is a better fitting option out there, any ideas?
1.0
Deployed previews for website PRs - It would be very nice to have deployed previews of every PR for the website. I think this would encourage more reviews and feedback for open changes (e.g. the new book). I would like to combine this with having a deployed "development" version of the website that shows the website for Bevy's `main` branch. That would allow us to update the website book/tutorials alongside Bevy for future updates and would offer already deployed resources for people running on Bevy's `main` branch. It makes sense that the main website is for the latest release, but we do have a lot of users running on `main`, so I think it would be awesome to have a link like `https::/main.bevyengine.org` with the latest book, tutorials, and error codes for Bevy's `main` branch (another option would be to have the same domain, but a path for main; e.g. `/learn/main/book`). Personally, I am a big fan of Netlify, but I am not sure if this would be a good fit here. We would probably hit the 300 build minutes per month that come with the free plan due to our daily builds (+ PR previews). They do offer an [open source plan](https://www.netlify.com/legal/open-source-policy/), but that would require us to link back to their service. Maybe that is something we would be willing to do for previews? There are probably many other services that would offer something similar. Maybe there is a better fitting option out there, any ideas?
non_priority
deployed previews for website prs it would be very nice to have deployed previews of every pr for the website i think this would encourage more reviews and feedback for open changes e g the new book i would like to combine this with having a deployed development version of the website that shows the website for bevy s main branch that would allow us to update the website book tutorials alongside bevy for future updates and would offer already deployed resources for people running on bevy s main branch it makes sense that the main website is for the latest release but we do have a lot of users running on main so i think it would be awesome to have a link like https main bevyengine org with the latest book tutorials and error codes for bevy s main branch another option would be to have the same domain but a path for main e g learn main book personally i am a big fan of netlify but i am not sure if this would be a good fit here we would probably hit the build minutes per month that come with the free plan due to our daily builds pr previews they do offer an but that would require us to link back to their service maybe that is something we would be willing to do for previews there are probably many other services that would offer something similar maybe there is a better fitting option out there any ideas
0
39,260
5,064,695,277
IssuesEvent
2016-12-23 08:14:52
pmuniversity/pm-university
https://api.github.com/repos/pmuniversity/pm-university
opened
NEW DESIGN - Create new team section
design
Ignore what we have in team section -- just two people -- just make it smaller -- only name and small photo -- and with social links ---
1.0
NEW DESIGN - Create new team section - Ignore what we have in team section -- just two people -- just make it smaller -- only name and small photo -- and with social links ---
non_priority
new design create new team section ignore what we have in team section just two people just make it smaller only name and small photo and with social links
0
166,807
12,972,817,481
IssuesEvent
2020-07-21 13:08:11
lutraconsulting/input
https://api.github.com/repos/lutraconsulting/input
opened
Test Subscription "Unsubscribed"
purchasing testing bug
compile with INPUT_TEST and PURCHASING. Unsubscribed is not doing anything. ATM when unsubscribed, the status is still active and we are not able to show to user that he is unsubscribed and the subscription ends at some particular date
1.0
Test Subscription "Unsubscribed" - compile with INPUT_TEST and PURCHASING. Unsubscribed is not doing anything. ATM when unsubscribed, the status is still active and we are not able to show to user that he is unsubscribed and the subscription ends at some particular date
non_priority
test subscription unsubscribed compile with input test and purchasing unsubscribed is not doing anything atm when unsubscribed the status is still active and we are not able to show to user that he is unsubscribed and the subscription ends at some particular date
0
43,005
17,383,018,640
IssuesEvent
2021-08-01 04:29:41
Azure/azure-sdk-for-net
https://api.github.com/repos/Azure/azure-sdk-for-net
closed
EventGrid events sent to storage queue subscriptions have TTL of 7 days
Event Grid Service Attention feature-request
With storage queues supporting infinite TTL, messages should be sent with infinite TTL rather than limited to 7 days.
1.0
EventGrid events sent to storage queue subscriptions have TTL of 7 days - With storage queues supporting infinite TTL, messages should be sent with infinite TTL rather than limited to 7 days.
non_priority
eventgrid events sent to storage queue subscriptions have ttl of days with storage queues supporting infinite ttl messages should be sent with infinite ttl rather than limited to days
0
158,386
24,829,969,673
IssuesEvent
2022-10-26 01:54:48
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
[SerDes 45] Add an "update this Saved Question from YAML" button on frontend
Type:New Feature .Design Needed Organization/Saved Questions .Frontend Operation/Serialization
Part of #24766 Depends on: - #24780 Once #24780 is in place we should add a button somewhere to the Saved Question view in the frontend UI to update it with YAML. This button should only be visible if we have the appropriate enterprise token feature. Whether we should support uploading a local YAML file or pasting into a text field or both is an open design question.
1.0
[SerDes 45] Add an "update this Saved Question from YAML" button on frontend - Part of #24766 Depends on: - #24780 Once #24780 is in place we should add a button somewhere to the Saved Question view in the frontend UI to update it with YAML. This button should only be visible if we have the appropriate enterprise token feature. Whether we should support uploading a local YAML file or pasting into a text field or both is an open design question.
non_priority
add an update this saved question from yaml button on frontend part of depends on once is in place we should add a button somewhere to the saved question view in the frontend ui to update it with yaml this button should only be visible if we have the appropriate enterprise token feature whether we should support uploading a local yaml file or pasting into a text field or both is an open design question
0
53,270
22,701,507,104
IssuesEvent
2022-07-05 11:06:10
goharbor/harbor
https://api.github.com/repos/goharbor/harbor
closed
task with job ID xxxx not found
area/job-services Stale
I installed a habor on k8s by heml. Jobservcie's logs are always refreshing the following logs. How can I fix that. #kubectl -n harbor logs --tail 10 -f harbor-harbor-jobservice-6dc8d4c659-8kp6t 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=83d46f21b784238b24d7f3ce@1624183200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/9' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID 83d46f21b784238b24d7f3ce@1624183200 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=a9b430a927c3fcf3df530c5f@1624147200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/2' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID a9b430a927c3fcf3df530c5f@1624147200 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=a9b430a927c3fcf3df530c5f@1624233600, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/2' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID a9b430a927c3fcf3df530c5f@1624233600 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=83d46f21b784238b24d7f3ce@1624183200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/9' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID 83d46f21b784238b24d7f3ce@1624183200 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=a9b430a927c3fcf3df530c5f@1624147200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/2' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID a9b430a927c3fcf3df530c5f@1624147200 not found"}]}
1.0
task with job ID xxxx not found - I installed a habor on k8s by heml. Jobservcie's logs are always refreshing the following logs. How can I fix that. #kubectl -n harbor logs --tail 10 -f harbor-harbor-jobservice-6dc8d4c659-8kp6t 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=83d46f21b784238b24d7f3ce@1624183200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/9' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID 83d46f21b784238b24d7f3ce@1624183200 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=a9b430a927c3fcf3df530c5f@1624147200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/2' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID a9b430a927c3fcf3df530c5f@1624147200 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=a9b430a927c3fcf3df530c5f@1624233600, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/2' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID a9b430a927c3fcf3df530c5f@1624233600 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=83d46f21b784238b24d7f3ce@1624183200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/9' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID 83d46f21b784238b24d7f3ce@1624183200 not found"}]} ; push hook event to the queue for retrying later 2021-06-21T06:15:31Z [WARNING] [/jobservice/hook/hook_agent.go:121]: Send hook event 'status change: job=a9b430a927c3fcf3df530c5f@1624147200, status=Success' to 'http://harbor-harbor-core:80/service/notifications/jobs/adminjob/2' failed with error: {"errors":[{"code":"NOT_FOUND","message":"task with job ID a9b430a927c3fcf3df530c5f@1624147200 not found"}]}
non_priority
task with job id xxxx not found i installed a habor on by heml jobservcie s logs are always refreshing the following logs how can i fix that kubectl n harbor logs tail f harbor harbor jobservice send hook event status change job status success to failed with error errors push hook event to the queue for retrying later send hook event status change job status success to failed with error errors push hook event to the queue for retrying later send hook event status change job status success to failed with error errors push hook event to the queue for retrying later send hook event status change job status success to failed with error errors push hook event to the queue for retrying later send hook event status change job status success to failed with error errors
0
58,174
14,242,303,108
IssuesEvent
2020-11-19 01:27:31
MetaMask/metamask-extension
https://api.github.com/repos/MetaMask/metamask-extension
closed
Hide the Etherscan "token link" until we seriously prevent users from sending to token addresses.
S1-high T04-security
I swear we've implemented this feature before, maybe there was a regression, but people still seem to be doing this, so as a short-stop, let's remove this confusing link: ![image (8)](https://user-images.githubusercontent.com/542863/99445625-ab78dc80-28d2-11eb-964c-b0865fb56e78.png)
True
Hide the Etherscan "token link" until we seriously prevent users from sending to token addresses. - I swear we've implemented this feature before, maybe there was a regression, but people still seem to be doing this, so as a short-stop, let's remove this confusing link: ![image (8)](https://user-images.githubusercontent.com/542863/99445625-ab78dc80-28d2-11eb-964c-b0865fb56e78.png)
non_priority
hide the etherscan token link until we seriously prevent users from sending to token addresses i swear we ve implemented this feature before maybe there was a regression but people still seem to be doing this so as a short stop let s remove this confusing link
0
43,097
5,520,186,953
IssuesEvent
2017-03-19 01:48:11
alexrj/Slic3r
https://api.github.com/repos/alexrj/Slic3r
closed
[feature request] perimeter offset to make perimeters overlap over eachother
Needs layer screenshot Needs more info Needs test STL file
In case of 'stairway' extrusion , perimeters from layer down do not 'match' perimeters from layer above. 'generate extra perimeters if needed' should fix this, but next perimeters are often also offset. Solution for this would be that extra perimeters would get small factor allowing them to be a little thinner to match perimeters extruded above them to provide good bonding. ofcourse some kind of range would need to be defined for that. this would allow to form strong shell inside object, with good inter-layer bond.
1.0
[feature request] perimeter offset to make perimeters overlap over eachother - In case of 'stairway' extrusion , perimeters from layer down do not 'match' perimeters from layer above. 'generate extra perimeters if needed' should fix this, but next perimeters are often also offset. Solution for this would be that extra perimeters would get small factor allowing them to be a little thinner to match perimeters extruded above them to provide good bonding. ofcourse some kind of range would need to be defined for that. this would allow to form strong shell inside object, with good inter-layer bond.
non_priority
perimeter offset to make perimeters overlap over eachother in case of stairway extrusion perimeters from layer down do not match perimeters from layer above generate extra perimeters if needed should fix this but next perimeters are often also offset solution for this would be that extra perimeters would get small factor allowing them to be a little thinner to match perimeters extruded above them to provide good bonding ofcourse some kind of range would need to be defined for that this would allow to form strong shell inside object with good inter layer bond
0
19,132
10,322,770,144
IssuesEvent
2019-08-31 15:21:04
google/jax
https://api.github.com/repos/google/jax
closed
PRNG performance regression on XLA:GPU
bug performance
This is the public version of the internal bug b/140251596. We think the new way we lower `lax.while_loop` to the While HLO (where we generate a `Call` for convenience) caused a big performance regression for PRNGs on GPU. EDIT: it turns out that avoiding the `Call`s didn't help: it was a rolled vs unrolled loops thing, cf #1175. More commentary below and in #1269.
True
PRNG performance regression on XLA:GPU - This is the public version of the internal bug b/140251596. We think the new way we lower `lax.while_loop` to the While HLO (where we generate a `Call` for convenience) caused a big performance regression for PRNGs on GPU. EDIT: it turns out that avoiding the `Call`s didn't help: it was a rolled vs unrolled loops thing, cf #1175. More commentary below and in #1269.
non_priority
prng performance regression on xla gpu this is the public version of the internal bug b we think the new way we lower lax while loop to the while hlo where we generate a call for convenience caused a big performance regression for prngs on gpu edit it turns out that avoiding the call s didn t help it was a rolled vs unrolled loops thing cf more commentary below and in
0
188,586
14,447,513,164
IssuesEvent
2020-12-08 03:58:54
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
itchyny/bed: editor/editor_test.go; 51 LoC
fresh medium test
Found a possible issue in [itchyny/bed](https://www.github.com/itchyny/bed) at [editor/editor_test.go](https://github.com/itchyny/bed/blob/e9a9aec6a74decf524c2e508ba3259cbc5cbe22a/editor/editor_test.go#L210-L260) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable testCase used in defer or goroutine at line 237 [Click here to see the code in its original context.](https://github.com/itchyny/bed/blob/e9a9aec6a74decf524c2e508ba3259cbc5cbe22a/editor/editor_test.go#L210-L260) <details> <summary>Click here to show the 51 line(s) of Go which triggered the analyzer.</summary> ```go for _, testCase := range []struct { cmdRange string count int expected string }{ {"", 41, str}, {"-10,$+10", 41, str}, {"10,25", 16, str[10:26]}, {".+3+3+3+5+5 , .+0xa-0x6", 16, str[4:20]}, {"$-20,.+28", 9, str[20:29]}, } { ui := newTestUI() editor := NewEditor(ui, window.NewManager(), cmdline.NewCmdline()) if err := editor.Init(); err != nil { t.Errorf("err should be nil but got: %v", err) } if err := editor.Open(f.Name()); err != nil { t.Errorf("err should be nil but got: %v", err) } fout, err := ioutil.TempFile("", "bed-test-editor-write-partial") if err != nil { t.Errorf("err should be nil but got: %v", err) } defer os.Remove(fout.Name()) fout.Close() go func(name string) { ui.Emit(event.Event{Type: event.StartCmdlineCommand}) for _, c := range testCase.cmdRange + "w " + name { ui.Emit(event.Event{Type: event.Rune, Rune: c}) } ui.Emit(event.Event{Type: event.ExecuteCmdline}) ui.Emit(event.Event{Type: event.Quit, Bang: true}) }(fout.Name()) if err := editor.Run(); err != nil { t.Errorf("err should be nil but got: %v", err) } expectedErr := fmt.Sprintf("%d (0x%x) bytes written", testCase.count, testCase.count) if editor.err == nil || !strings.Contains(editor.err.Error(), expectedErr) { t.Errorf("err should be contain %q but got: %v", expectedErr, editor.err) } if err := editor.Close(); err != nil { t.Errorf("err should be nil but got: %v", err) } bs, err := ioutil.ReadFile(fout.Name()) if err != nil { t.Errorf("err should be nil but got: %v", err) } if string(bs) != testCase.expected { t.Errorf("file contents should be %q but got %q", testCase.expected, string(bs)) } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: e9a9aec6a74decf524c2e508ba3259cbc5cbe22a
1.0
itchyny/bed: editor/editor_test.go; 51 LoC - Found a possible issue in [itchyny/bed](https://www.github.com/itchyny/bed) at [editor/editor_test.go](https://github.com/itchyny/bed/blob/e9a9aec6a74decf524c2e508ba3259cbc5cbe22a/editor/editor_test.go#L210-L260) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > range-loop variable testCase used in defer or goroutine at line 237 [Click here to see the code in its original context.](https://github.com/itchyny/bed/blob/e9a9aec6a74decf524c2e508ba3259cbc5cbe22a/editor/editor_test.go#L210-L260) <details> <summary>Click here to show the 51 line(s) of Go which triggered the analyzer.</summary> ```go for _, testCase := range []struct { cmdRange string count int expected string }{ {"", 41, str}, {"-10,$+10", 41, str}, {"10,25", 16, str[10:26]}, {".+3+3+3+5+5 , .+0xa-0x6", 16, str[4:20]}, {"$-20,.+28", 9, str[20:29]}, } { ui := newTestUI() editor := NewEditor(ui, window.NewManager(), cmdline.NewCmdline()) if err := editor.Init(); err != nil { t.Errorf("err should be nil but got: %v", err) } if err := editor.Open(f.Name()); err != nil { t.Errorf("err should be nil but got: %v", err) } fout, err := ioutil.TempFile("", "bed-test-editor-write-partial") if err != nil { t.Errorf("err should be nil but got: %v", err) } defer os.Remove(fout.Name()) fout.Close() go func(name string) { ui.Emit(event.Event{Type: event.StartCmdlineCommand}) for _, c := range testCase.cmdRange + "w " + name { ui.Emit(event.Event{Type: event.Rune, Rune: c}) } ui.Emit(event.Event{Type: event.ExecuteCmdline}) ui.Emit(event.Event{Type: event.Quit, Bang: true}) }(fout.Name()) if err := editor.Run(); err != nil { t.Errorf("err should be nil but got: %v", err) } expectedErr := fmt.Sprintf("%d (0x%x) bytes written", testCase.count, testCase.count) if editor.err == nil || !strings.Contains(editor.err.Error(), expectedErr) { t.Errorf("err should be contain %q but got: %v", expectedErr, editor.err) } if err := editor.Close(); err != nil { t.Errorf("err should be nil but got: %v", err) } bs, err := ioutil.ReadFile(fout.Name()) if err != nil { t.Errorf("err should be nil but got: %v", err) } if string(bs) != testCase.expected { t.Errorf("file contents should be %q but got %q", testCase.expected, string(bs)) } } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: e9a9aec6a74decf524c2e508ba3259cbc5cbe22a
non_priority
itchyny bed editor editor test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message range loop variable testcase used in defer or goroutine at line click here to show the line s of go which triggered the analyzer go for testcase range struct cmdrange string count int expected string str str str str str ui newtestui editor neweditor ui window newmanager cmdline newcmdline if err editor init err nil t errorf err should be nil but got v err if err editor open f name err nil t errorf err should be nil but got v err fout err ioutil tempfile bed test editor write partial if err nil t errorf err should be nil but got v err defer os remove fout name fout close go func name string ui emit event event type event startcmdlinecommand for c range testcase cmdrange w name ui emit event event type event rune rune c ui emit event event type event executecmdline ui emit event event type event quit bang true fout name if err editor run err nil t errorf err should be nil but got v err expectederr fmt sprintf d x bytes written testcase count testcase count if editor err nil strings contains editor err error expectederr t errorf err should be contain q but got v expectederr editor err if err editor close err nil t errorf err should be nil but got v err bs err ioutil readfile fout name if err nil t errorf err should be nil but got v err if string bs testcase expected t errorf file contents should be q but got q testcase expected string bs leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
0
71,820
9,539,997,871
IssuesEvent
2019-04-30 18:22:18
dask/dask
https://api.github.com/repos/dask/dask
closed
Updating the collections/schedulers graphic
documentation good first issue
As much as I think the [graphic shown for collections and schedulers]( https://docs.dask.org/en/latest/#dask ) is great, it could use some updating. Here are some thoughts in no particular order. 1. Would be great to make it an SVG. 2. The "distributed" scheduler mode actually has a lot of variety that is not portrayed. 3. Collections can be extended and in some cases are already (would be great to include these). 4. Delayed appears not to be included. These are just my thoughts. The general gist of the graphic still seems very good to me, but I think these changes would help paint a clearer picture of what is possible. Would be curious to hear thoughts from others on these (or other) suggested changes.
1.0
Updating the collections/schedulers graphic - As much as I think the [graphic shown for collections and schedulers]( https://docs.dask.org/en/latest/#dask ) is great, it could use some updating. Here are some thoughts in no particular order. 1. Would be great to make it an SVG. 2. The "distributed" scheduler mode actually has a lot of variety that is not portrayed. 3. Collections can be extended and in some cases are already (would be great to include these). 4. Delayed appears not to be included. These are just my thoughts. The general gist of the graphic still seems very good to me, but I think these changes would help paint a clearer picture of what is possible. Would be curious to hear thoughts from others on these (or other) suggested changes.
non_priority
updating the collections schedulers graphic as much as i think the is great it could use some updating here are some thoughts in no particular order would be great to make it an svg the distributed scheduler mode actually has a lot of variety that is not portrayed collections can be extended and in some cases are already would be great to include these delayed appears not to be included these are just my thoughts the general gist of the graphic still seems very good to me but i think these changes would help paint a clearer picture of what is possible would be curious to hear thoughts from others on these or other suggested changes
0
34,588
30,208,008,632
IssuesEvent
2023-07-05 10:46:36
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Investigate if we can remove support for slow marker on vm/none tests
P3 area-infrastructure type-bug
Ivan would like to ensure that individual tests are small, and we should see if we can make the SLOW marker illegal in tests that run on vm/none (checked or not).
1.0
Investigate if we can remove support for slow marker on vm/none tests - Ivan would like to ensure that individual tests are small, and we should see if we can make the SLOW marker illegal in tests that run on vm/none (checked or not).
non_priority
investigate if we can remove support for slow marker on vm none tests ivan would like to ensure that individual tests are small and we should see if we can make the slow marker illegal in tests that run on vm none checked or not
0
29,522
8,364,718,775
IssuesEvent
2018-10-04 00:34:21
angular/angular-cli
https://api.github.com/repos/angular/angular-cli
closed
CLI 7.0.0-rc.1 SCSS Build Error with Relative src: url('../') Paths
comp: devkit/build-angular freq2: medium severity5: regression type: bug/fix
<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report ``` ### Command (mark with an `x`) ``` - [x] build - [x] serve ``` ### Versions <!-- Output from: `node --version`, `npm --version` and `ng --version`. Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra? High Sierra?) --> node --version v10.9.0 yarn -v 1.9.4 Angular CLI: 7.0.0-rc.1 Node: 10.9.0 OS: win32 x64 Angular: 7.0.0-rc.0 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router Package Version ----------------------------------------------------------- @angular-devkit/architect 0.9.0-rc.1 @angular-devkit/build-angular 0.9.0-rc.1 @angular-devkit/build-optimizer 0.9.0-rc.1 @angular-devkit/build-webpack 0.9.0-rc.1 @angular-devkit/core 7.0.0-rc.1 @angular-devkit/schematics 7.0.0-rc.1 @angular/cdk 7.0.0-beta.2 @angular/cli 7.0.0-rc.1 @angular/material 7.0.0-beta.2 @ngtools/webpack 7.0.0-rc.1 @schematics/angular 7.0.0-rc.1 @schematics/update 0.9.0-rc.1 rxjs 6.3.3 typescript 3.1.1 webpack 4.19.1 ### Repro steps <!-- Simple steps to reproduce this bug. Please include: commands run (incl args), packages added, related code changes. A link to a sample repo would help too. --> yarn global add @angular/cli@latest (7.0.0-rc.1) ng new testSCSS (no routing, SCSS styling) cd testSCSS yarn add font-awesome 'src/styles.scss': Add `@import "~font-awesome/css/font-awesome.css";` ng serve Build should FAIL ### The log given by the failure <!-- Normally this include a stack trace and some more information. --> Failed to compile. ./src/styles.scss (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/styles.scss) Module Error (from ./node_modules/postcss-loader/lib/index.js): (Emitted value instead of an instance of Error) CssSyntaxError: C:\source\testSCSS\node_modules\font-awesome\css\font-awesome.css:10:13: Can't resolve '../fonts/fontawesome-webfont.eot' in 'C:\source\testSCSS\src' 8 | font-family: 'FontAwesome'; 9 | src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); > 10 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); | ^ 11 | font-weight: normal; 12 | font-style: normal; ### Desired functionality <!-- What would like to see implemented? What is the usecase? --> Build successfully. Version 6 worked fine this way. ### Mention any other details that might be useful <!-- Please include a link to the repo if this is related to an OSS project. --> I also tried `@import "font-awesome/css/font-awesome.css";` in styles.scss (i.e. without the ~) but same error. The error output appears to look for the fonts in the src directory, where they are in node_modules (i.e. v6 behaviour)
1.0
CLI 7.0.0-rc.1 SCSS Build Error with Relative src: url('../') Paths - <!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report ``` ### Command (mark with an `x`) ``` - [x] build - [x] serve ``` ### Versions <!-- Output from: `node --version`, `npm --version` and `ng --version`. Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra? High Sierra?) --> node --version v10.9.0 yarn -v 1.9.4 Angular CLI: 7.0.0-rc.1 Node: 10.9.0 OS: win32 x64 Angular: 7.0.0-rc.0 ... animations, common, compiler, compiler-cli, core, forms ... http, language-service, platform-browser ... platform-browser-dynamic, router Package Version ----------------------------------------------------------- @angular-devkit/architect 0.9.0-rc.1 @angular-devkit/build-angular 0.9.0-rc.1 @angular-devkit/build-optimizer 0.9.0-rc.1 @angular-devkit/build-webpack 0.9.0-rc.1 @angular-devkit/core 7.0.0-rc.1 @angular-devkit/schematics 7.0.0-rc.1 @angular/cdk 7.0.0-beta.2 @angular/cli 7.0.0-rc.1 @angular/material 7.0.0-beta.2 @ngtools/webpack 7.0.0-rc.1 @schematics/angular 7.0.0-rc.1 @schematics/update 0.9.0-rc.1 rxjs 6.3.3 typescript 3.1.1 webpack 4.19.1 ### Repro steps <!-- Simple steps to reproduce this bug. Please include: commands run (incl args), packages added, related code changes. A link to a sample repo would help too. --> yarn global add @angular/cli@latest (7.0.0-rc.1) ng new testSCSS (no routing, SCSS styling) cd testSCSS yarn add font-awesome 'src/styles.scss': Add `@import "~font-awesome/css/font-awesome.css";` ng serve Build should FAIL ### The log given by the failure <!-- Normally this include a stack trace and some more information. --> Failed to compile. ./src/styles.scss (./node_modules/@angular-devkit/build-angular/src/angular-cli-files/plugins/raw-css-loader.js!./node_modules/postcss-loader/lib??embedded!./node_modules/sass-loader/lib/loader.js??ref--14-3!./src/styles.scss) Module Error (from ./node_modules/postcss-loader/lib/index.js): (Emitted value instead of an instance of Error) CssSyntaxError: C:\source\testSCSS\node_modules\font-awesome\css\font-awesome.css:10:13: Can't resolve '../fonts/fontawesome-webfont.eot' in 'C:\source\testSCSS\src' 8 | font-family: 'FontAwesome'; 9 | src: url('../fonts/fontawesome-webfont.eot?v=4.7.0'); > 10 | src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); | ^ 11 | font-weight: normal; 12 | font-style: normal; ### Desired functionality <!-- What would like to see implemented? What is the usecase? --> Build successfully. Version 6 worked fine this way. ### Mention any other details that might be useful <!-- Please include a link to the repo if this is related to an OSS project. --> I also tried `@import "font-awesome/css/font-awesome.css";` in styles.scss (i.e. without the ~) but same error. The error output appears to look for the fonts in the src directory, where they are in node_modules (i.e. v6 behaviour)
non_priority
cli rc scss build error with relative src url paths if you don t fill out the following information your issue might be closed without investigating bug report or feature request mark with an x bug report command mark with an x build serve versions output from node version npm version and ng version windows linux incl distribution macos el capitan sierra high sierra node version yarn v angular cli rc node os angular rc animations common compiler compiler cli core forms http language service platform browser platform browser dynamic router package version angular devkit architect rc angular devkit build angular rc angular devkit build optimizer rc angular devkit build webpack rc angular devkit core rc angular devkit schematics rc angular cdk beta angular cli rc angular material beta ngtools webpack rc schematics angular rc schematics update rc rxjs typescript webpack repro steps simple steps to reproduce this bug please include commands run incl args packages added related code changes a link to a sample repo would help too yarn global add angular cli latest rc ng new testscss no routing scss styling cd testscss yarn add font awesome src styles scss add import font awesome css font awesome css ng serve build should fail the log given by the failure failed to compile src styles scss node modules angular devkit build angular src angular cli files plugins raw css loader js node modules postcss loader lib embedded node modules sass loader lib loader js ref src styles scss module error from node modules postcss loader lib index js emitted value instead of an instance of error csssyntaxerror c source testscss node modules font awesome css font awesome css can t resolve fonts fontawesome webfont eot in c source testscss src font family fontawesome src url fonts fontawesome webfont eot v src url fonts fontawesome webfont eot iefix v format embedded opentype url fonts fontawesome webfont v format url fonts fontawesome webfont woff v format woff url fonts fontawesome webfont ttf v format truetype url fonts fontawesome webfont svg v fontawesomeregular format svg font weight normal font style normal desired functionality what would like to see implemented what is the usecase build successfully version worked fine this way mention any other details that might be useful i also tried import font awesome css font awesome css in styles scss i e without the but same error the error output appears to look for the fonts in the src directory where they are in node modules i e behaviour
0
83,841
10,340,639,182
IssuesEvent
2019-09-03 22:40:57
microsoft/MixedRealityToolkit-Unity
https://api.github.com/repos/microsoft/MixedRealityToolkit-Unity
closed
Add documentation describing how to load/manage data providers in an extension service
4 - In Review Current Iteration Documentation Services
Extend the documentation on writing extension services to include a discussion on loading/managing data providers. See https://github.com/microsoft/MixedRealityToolkit-Unity/pull/5811#discussion_r319232143
1.0
Add documentation describing how to load/manage data providers in an extension service - Extend the documentation on writing extension services to include a discussion on loading/managing data providers. See https://github.com/microsoft/MixedRealityToolkit-Unity/pull/5811#discussion_r319232143
non_priority
add documentation describing how to load manage data providers in an extension service extend the documentation on writing extension services to include a discussion on loading managing data providers see
0
447,150
31,625,111,522
IssuesEvent
2023-09-06 04:22:39
alexeykuptsov/TodoLists
https://api.github.com/repos/alexeykuptsov/TodoLists
closed
Run tests locally
documentation
*Acceptance criteria* * Documentation sections https://github.com/alexeykuptsov/TodoLists#after-checkout-development-environment-setup and https://github.com/alexeykuptsov/TodoLists#after-checkout-development-environment-setup contain enough information to run tests locally. * All tests run on the assignee's machine successfully.
1.0
Run tests locally - *Acceptance criteria* * Documentation sections https://github.com/alexeykuptsov/TodoLists#after-checkout-development-environment-setup and https://github.com/alexeykuptsov/TodoLists#after-checkout-development-environment-setup contain enough information to run tests locally. * All tests run on the assignee's machine successfully.
non_priority
run tests locally acceptance criteria documentation sections and contain enough information to run tests locally all tests run on the assignee s machine successfully
0
170,961
14,273,654,298
IssuesEvent
2020-11-21 22:51:11
ErythroGuild/wowhead-digest
https://api.github.com/repos/ErythroGuild/wowhead-digest
opened
Add Acknowledgements.md file to repo
type: documentation
This would only be displayed in the repo itself (not the console app), but that's enough. :)
1.0
Add Acknowledgements.md file to repo - This would only be displayed in the repo itself (not the console app), but that's enough. :)
non_priority
add acknowledgements md file to repo this would only be displayed in the repo itself not the console app but that s enough
0
174,466
13,490,378,294
IssuesEvent
2020-09-11 15:02:48
flutter/flutter
https://api.github.com/repos/flutter/flutter
reopened
flutter_driver pauses all isolates at their startup (even ones started from compute()), rather than only pausing initial isolate
P4 a: annoyance a: tests from: study severe: performance t: flutter driver tool
Isolates spawned using "compute" don't execute properly while executed in an integration test which in turn results in incorrect app behavior. How to reproduce: - use example from https://flutter.io/docs/cookbook/testing/integration - in lib/main.dart 1. add: ``` import 'package:flutter/foundation.dart'; ``` 2. add function: ```dart String _test(String s) { return s; } ``` 3. modify _incrementCounter function: ```dart void _incrementCounter() async { final s = await compute(_test, 'hello'); print(s); setState(() { _counter++; }); } ``` The app works properly when executing flutter run, but the integration test fails (flutter drive --target=test_driver/app.dart)
1.0
flutter_driver pauses all isolates at their startup (even ones started from compute()), rather than only pausing initial isolate - Isolates spawned using "compute" don't execute properly while executed in an integration test which in turn results in incorrect app behavior. How to reproduce: - use example from https://flutter.io/docs/cookbook/testing/integration - in lib/main.dart 1. add: ``` import 'package:flutter/foundation.dart'; ``` 2. add function: ```dart String _test(String s) { return s; } ``` 3. modify _incrementCounter function: ```dart void _incrementCounter() async { final s = await compute(_test, 'hello'); print(s); setState(() { _counter++; }); } ``` The app works properly when executing flutter run, but the integration test fails (flutter drive --target=test_driver/app.dart)
non_priority
flutter driver pauses all isolates at their startup even ones started from compute rather than only pausing initial isolate isolates spawned using compute don t execute properly while executed in an integration test which in turn results in incorrect app behavior how to reproduce use example from in lib main dart add import package flutter foundation dart add function dart string test string s return s modify incrementcounter function dart void incrementcounter async final s await compute test hello print s setstate counter the app works properly when executing flutter run but the integration test fails flutter drive target test driver app dart
0
99,645
21,003,577,037
IssuesEvent
2022-03-29 19:58:43
nicholaswilde/solar-battery-charger
https://api.github.com/repos/nicholaswilde/solar-battery-charger
closed
Send data to Google Sheets
enhancement code
Look into sending data to Google Sheets without the need of IFTTT. - https://github.com/rickkas7/google_cloud_tutorial#%EF%BF%BCgoogle-cloud-functions-to-datastore-example - https://docs.particle.io/datasheets/app-notes/an011-publish-to-google-sheets/ - https://github.com/mobizt/ESP-Google-Sheet-Client
1.0
Send data to Google Sheets - Look into sending data to Google Sheets without the need of IFTTT. - https://github.com/rickkas7/google_cloud_tutorial#%EF%BF%BCgoogle-cloud-functions-to-datastore-example - https://docs.particle.io/datasheets/app-notes/an011-publish-to-google-sheets/ - https://github.com/mobizt/ESP-Google-Sheet-Client
non_priority
send data to google sheets look into sending data to google sheets without the need of ifttt
0
339,242
30,385,737,606
IssuesEvent
2023-07-13 00:24:41
redhat-developer/odo
https://api.github.com/repos/redhat-developer/odo
closed
Pipeline as a code on IBMCloud for test
area/testing lifecycle/stale lifecycle/rotten area/infra needs-triage
/kind tests /area infra As a QE I want to create a script to automate Pipelines on IBM Cloud. **NOTES**: - The latest IBM Cloud modules for Ansible now include the IBM Cloud toolchain, with which we could manage our jobs as code instead of through the UI. See https://github.com/IBM-Cloud/ansible-collection-ibm/commit/5e275599630c4a228b3f2b8d2029ce51bf774a65
1.0
Pipeline as a code on IBMCloud for test - /kind tests /area infra As a QE I want to create a script to automate Pipelines on IBM Cloud. **NOTES**: - The latest IBM Cloud modules for Ansible now include the IBM Cloud toolchain, with which we could manage our jobs as code instead of through the UI. See https://github.com/IBM-Cloud/ansible-collection-ibm/commit/5e275599630c4a228b3f2b8d2029ce51bf774a65
non_priority
pipeline as a code on ibmcloud for test kind tests area infra as a qe i want to create a script to automate pipelines on ibm cloud notes the latest ibm cloud modules for ansible now include the ibm cloud toolchain with which we could manage our jobs as code instead of through the ui see
0
107,103
9,201,906,214
IssuesEvent
2019-03-07 20:54:50
azavea/ism-watershed-wellness-snapshot
https://api.github.com/repos/azavea/ism-watershed-wellness-snapshot
closed
Implement new designs
tested/verified
@alexelash is preparing some revised designs for the sensor overview and details pane. Once the assets are available, we'll implement them.
1.0
Implement new designs - @alexelash is preparing some revised designs for the sensor overview and details pane. Once the assets are available, we'll implement them.
non_priority
implement new designs alexelash is preparing some revised designs for the sensor overview and details pane once the assets are available we ll implement them
0
107,202
16,751,655,122
IssuesEvent
2021-06-12 01:39:31
gms-ws-demo/nibrs
https://api.github.com/repos/gms-ws-demo/nibrs
opened
CVE-2019-5427 (High) detected in c3p0-0.9.1.1.jar
security vulnerability
## CVE-2019-5427 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>c3p0-0.9.1.1.jar</b></p></summary> <p>c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.</p> <p>Library home page: <a href="http://c3p0.sourceforge.net">http://c3p0.sourceforge.net</a></p> <p>Path to dependency file: nibrs/tools/nibrs-fbi-service/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar,/home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar,/home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar,nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/c3p0-0.9.1.1.jar,/home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar</p> <p> Dependency Hierarchy: - :x: **c3p0-0.9.1.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> c3p0 version < 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration. <p>Publish Date: 2019-04-22 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-5427>CVE-2019-5427</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5427">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5427</a></p> <p>Release Date: 2019-04-22</p> <p>Fix Resolution: com.mchange:c3p0:0.9.5.4</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"c3p0","packageName":"c3p0","packageVersion":"0.9.1.1","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml","/tools/nibrs-flatfile/pom.xml","/tools/nibrs-validate-common/pom.xml","/tools/nibrs-common/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"c3p0:c3p0:0.9.1.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.mchange:c3p0:0.9.5.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-5427","vulnerabilityDetails":"c3p0 version \u003c 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-5427","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
True
CVE-2019-5427 (High) detected in c3p0-0.9.1.1.jar - ## CVE-2019-5427 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>c3p0-0.9.1.1.jar</b></p></summary> <p>c3p0 is an easy-to-use library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension.</p> <p>Library home page: <a href="http://c3p0.sourceforge.net">http://c3p0.sourceforge.net</a></p> <p>Path to dependency file: nibrs/tools/nibrs-fbi-service/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar,/home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar,/home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar,nibrs/tools/nibrs-fbi-service/target/nibrs-fbi-service-1.0.0/WEB-INF/lib/c3p0-0.9.1.1.jar,/home/wss-scanner/.m2/repository/c3p0/c3p0/0.9.1.1/c3p0-0.9.1.1.jar</p> <p> Dependency Hierarchy: - :x: **c3p0-0.9.1.1.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/gms-ws-demo/nibrs/commit/9fb1c19bd26c2113d1961640de126a33eacdc946">9fb1c19bd26c2113d1961640de126a33eacdc946</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> c3p0 version < 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration. <p>Publish Date: 2019-04-22 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-5427>CVE-2019-5427</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5427">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-5427</a></p> <p>Release Date: 2019-04-22</p> <p>Fix Resolution: com.mchange:c3p0:0.9.5.4</p> </p> </details> <p></p> *** <!-- REMEDIATE-OPEN-PR-START --> - [ ] Check this box to open an automated fix PR <!-- REMEDIATE-OPEN-PR-END --> <!-- <REMEDIATE>{"isOpenPROnVulnerability":false,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"c3p0","packageName":"c3p0","packageVersion":"0.9.1.1","packageFilePaths":["/tools/nibrs-fbi-service/pom.xml","/tools/nibrs-flatfile/pom.xml","/tools/nibrs-validate-common/pom.xml","/tools/nibrs-common/pom.xml"],"isTransitiveDependency":false,"dependencyTree":"c3p0:c3p0:0.9.1.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.mchange:c3p0:0.9.5.4"}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2019-5427","vulnerabilityDetails":"c3p0 version \u003c 0.9.5.4 may be exploited by a billion laughs attack when loading XML configuration due to missing protections against recursive entity expansion when loading configuration.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-5427","cvss3Severity":"high","cvss3Score":"7.5","cvss3Metrics":{"A":"High","AC":"Low","PR":"None","S":"Unchanged","C":"None","UI":"None","AV":"Network","I":"None"},"extraData":{}}</REMEDIATE> -->
non_priority
cve high detected in jar cve high severity vulnerability vulnerable library jar is an easy to use library for augmenting traditional drivermanager based jdbc drivers with jndi bindable datasources including datasources that implement connection and statement pooling as described by the spec and std extension library home page a href path to dependency file nibrs tools nibrs fbi service pom xml path to vulnerable library home wss scanner repository jar home wss scanner repository jar home wss scanner repository jar nibrs tools nibrs fbi service target nibrs fbi service web inf lib jar home wss scanner repository jar dependency hierarchy x jar vulnerable library found in head commit a href found in base branch master vulnerability details version may be exploited by a billion laughs attack when loading xml configuration due to missing protections against recursive entity expansion when loading configuration publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com mchange check this box to open an automated fix pr isopenpronvulnerability false ispackagebased true isdefaultbranch true packages istransitivedependency false dependencytree isminimumfixversionavailable true minimumfixversion com mchange basebranches vulnerabilityidentifier cve vulnerabilitydetails version may be exploited by a billion laughs attack when loading xml configuration due to missing protections against recursive entity expansion when loading configuration vulnerabilityurl
0
47,988
19,862,629,622
IssuesEvent
2022-01-22 03:40:55
hashicorp/terraform-provider-aws
https://api.github.com/repos/hashicorp/terraform-provider-aws
closed
resource aws_network_interface performs undesirable sort and attempts to detach primary ip address
enhancement service/ec2
<!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform CLI and Terraform AWS Provider Version ``` Terraform v0.12.28 + provider.aws v2.70.0 ``` <!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). ---> ### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * aws_network_interface ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> Create initial eni: ```hcl resource "aws_network_interface" "eni_test1" { subnet_id = var.subnet } resource "aws_network_interface" "eni_test2" { subnet_id = var.subnet } ``` Then add private_ips to the eni's ```hcl # Copy-paste your Terraform configurations here - for large Terraform configs, # please use a service like Dropbox and share a link to the ZIP file. For # security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp locals { private_ips_test = concat(["10.0.0.8"], ["10.0.0.6", "10.6.12.6"]) private_ips_test2 = ["172.18.0.24", "172.18.0.18", "172.18.0.20", "172.18.0.25"] } resource "aws_network_interface" "eni_test1" { subnet_id = var.subnet private_ips = local.private_ips_test } resource "aws_network_interface" "eni_test2" { subnet_id = var.subnet private_ips = local.private_ips_test2 } ``` ### Expected Behavior Terraform honours the ordering specified by the end user. ### Actual Behavior Terraform will order the private_ips lexicographically. ```hcl An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # aws_network_interface.eni_test1 will be updated in-place ~ resource "aws_network_interface" "eni_test1" { id = "removed" mac_address = "removed" private_dns_name = "ip-172-31-50-184.eu-central-1.compute.internal" private_ip = "172.31.50.184" ~ private_ips = [ + "10.0.0.6", + "10.0.0.8", + "10.6.12.6", - "172.31.50.184", ] private_ips_count = 0 security_groups = [ "removed", ] source_dest_check = true subnet_id = "removed" tags = {} } # aws_network_interface.eni_test2 will be updated in-place ~ resource "aws_network_interface" "eni_test2" { id = "removed" mac_address = "removed" private_dns_name = "ip-172-31-48-102.eu-central-1.compute.internal" private_ip = "172.31.48.102" ~ private_ips = [ - "172.31.48.102", + "172.31.48.18", + "172.31.49.20", + "172.31.50.24", + "172.31.50.27", ] private_ips_count = 0 security_groups = [ "removed", ] source_dest_check = true subnet_id = "removed" tags = {} } ``` ### Steps to Reproduce 1. `terraform apply` 2. Add list of ips and pass into private_ips attribute 3. `terraform plan` ### Important Factoids Hello Hashicorp!, The two unexpected behaviours that I am seeing: - The aws_network_interface resource appears to be ordering the private ips associated with the network interface lexicographically. - The private_ips attribute requires the first element to be the primary private ip if the ENI has already been created. The issue is that if at least one of the private_ips is lexicographically "less" than the private ip, terraform will attempt to set one of the secondary ips as the primary ip which will result in an error similar to this: ```hcl Error: Failure to unassign Private IPs: InvalidParameterValue: Value (172.31.48.102) for parameter privateIpAddress is invalid. The primary IP address of an interface cannot be unassigned. status code: 400, request id: <redacted> ``` Therefore terraform should honour the order that is set by the end user. Also, if the primary ip address (denoted in the attribute `private_ip`) ***must*** be the first element in the list, it may make sense to do this automatically if the private_ips has been passed, but the primary ip is not in the list. I.e. Concat the private_ip attribute and the private_ips attribute, placing the private_ip attribute as the first element. ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example: ---> * #0000
1.0
resource aws_network_interface performs undesirable sort and attempts to detach primary ip address - <!--- Please note the following potential times when an issue might be in Terraform core: * [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues * [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backends/index.html) issues * [Provisioner](https://www.terraform.io/docs/provisioners/index.html) issues * [Registry](https://registry.terraform.io/) issues * Spans resources across multiple providers If you are running into one of these scenarios, we recommend opening an issue in the [Terraform core repository](https://github.com/hashicorp/terraform/) instead. ---> <!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request * If you are interested in working on this issue or have submitted a pull request, please leave a comment <!--- Thank you for keeping this note for the community ---> ### Terraform CLI and Terraform AWS Provider Version ``` Terraform v0.12.28 + provider.aws v2.70.0 ``` <!--- Please run `terraform -v` to show the Terraform core version and provider version(s). If you are not running the latest version of Terraform or the provider, please upgrade because your issue may have already been fixed. [Terraform documentation on provider versioning](https://www.terraform.io/docs/configuration/providers.html#provider-versions). ---> ### Affected Resource(s) <!--- Please list the affected resources and data sources. ---> * aws_network_interface ### Terraform Configuration Files <!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code ---> Create initial eni: ```hcl resource "aws_network_interface" "eni_test1" { subnet_id = var.subnet } resource "aws_network_interface" "eni_test2" { subnet_id = var.subnet } ``` Then add private_ips to the eni's ```hcl # Copy-paste your Terraform configurations here - for large Terraform configs, # please use a service like Dropbox and share a link to the ZIP file. For # security, you can also encrypt the files using our GPG public key: https://keybase.io/hashicorp locals { private_ips_test = concat(["10.0.0.8"], ["10.0.0.6", "10.6.12.6"]) private_ips_test2 = ["172.18.0.24", "172.18.0.18", "172.18.0.20", "172.18.0.25"] } resource "aws_network_interface" "eni_test1" { subnet_id = var.subnet private_ips = local.private_ips_test } resource "aws_network_interface" "eni_test2" { subnet_id = var.subnet private_ips = local.private_ips_test2 } ``` ### Expected Behavior Terraform honours the ordering specified by the end user. ### Actual Behavior Terraform will order the private_ips lexicographically. ```hcl An execution plan has been generated and is shown below. Resource actions are indicated with the following symbols: ~ update in-place Terraform will perform the following actions: # aws_network_interface.eni_test1 will be updated in-place ~ resource "aws_network_interface" "eni_test1" { id = "removed" mac_address = "removed" private_dns_name = "ip-172-31-50-184.eu-central-1.compute.internal" private_ip = "172.31.50.184" ~ private_ips = [ + "10.0.0.6", + "10.0.0.8", + "10.6.12.6", - "172.31.50.184", ] private_ips_count = 0 security_groups = [ "removed", ] source_dest_check = true subnet_id = "removed" tags = {} } # aws_network_interface.eni_test2 will be updated in-place ~ resource "aws_network_interface" "eni_test2" { id = "removed" mac_address = "removed" private_dns_name = "ip-172-31-48-102.eu-central-1.compute.internal" private_ip = "172.31.48.102" ~ private_ips = [ - "172.31.48.102", + "172.31.48.18", + "172.31.49.20", + "172.31.50.24", + "172.31.50.27", ] private_ips_count = 0 security_groups = [ "removed", ] source_dest_check = true subnet_id = "removed" tags = {} } ``` ### Steps to Reproduce 1. `terraform apply` 2. Add list of ips and pass into private_ips attribute 3. `terraform plan` ### Important Factoids Hello Hashicorp!, The two unexpected behaviours that I am seeing: - The aws_network_interface resource appears to be ordering the private ips associated with the network interface lexicographically. - The private_ips attribute requires the first element to be the primary private ip if the ENI has already been created. The issue is that if at least one of the private_ips is lexicographically "less" than the private ip, terraform will attempt to set one of the secondary ips as the primary ip which will result in an error similar to this: ```hcl Error: Failure to unassign Private IPs: InvalidParameterValue: Value (172.31.48.102) for parameter privateIpAddress is invalid. The primary IP address of an interface cannot be unassigned. status code: 400, request id: <redacted> ``` Therefore terraform should honour the order that is set by the end user. Also, if the primary ip address (denoted in the attribute `private_ip`) ***must*** be the first element in the list, it may make sense to do this automatically if the private_ips has been passed, but the primary ip is not in the list. I.e. Concat the private_ip attribute and the private_ips attribute, placing the private_ip attribute as the first element. ### References <!--- Information about referencing Github Issues: https://help.github.com/articles/basic-writing-and-formatting-syntax/#referencing-issues-and-pull-requests Are there any other GitHub issues (open or closed) or pull requests that should be linked here? Vendor documentation? For example: ---> * #0000
non_priority
resource aws network interface performs undesirable sort and attempts to detach primary ip address please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running into one of these scenarios we recommend opening an issue in the instead community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noise for issue followers and do not help prioritize the request if you are interested in working on this issue or have submitted a pull request please leave a comment terraform cli and terraform aws provider version terraform provider aws affected resource s aws network interface terraform configuration files create initial eni hcl resource aws network interface eni subnet id var subnet resource aws network interface eni subnet id var subnet then add private ips to the eni s hcl copy paste your terraform configurations here for large terraform configs please use a service like dropbox and share a link to the zip file for security you can also encrypt the files using our gpg public key locals private ips test concat private ips resource aws network interface eni subnet id var subnet private ips local private ips test resource aws network interface eni subnet id var subnet private ips local private ips expected behavior terraform honours the ordering specified by the end user actual behavior terraform will order the private ips lexicographically hcl an execution plan has been generated and is shown below resource actions are indicated with the following symbols update in place terraform will perform the following actions aws network interface eni will be updated in place resource aws network interface eni id removed mac address removed private dns name ip eu central compute internal private ip private ips private ips count security groups removed source dest check true subnet id removed tags aws network interface eni will be updated in place resource aws network interface eni id removed mac address removed private dns name ip eu central compute internal private ip private ips private ips count security groups removed source dest check true subnet id removed tags steps to reproduce terraform apply add list of ips and pass into private ips attribute terraform plan important factoids hello hashicorp the two unexpected behaviours that i am seeing the aws network interface resource appears to be ordering the private ips associated with the network interface lexicographically the private ips attribute requires the first element to be the primary private ip if the eni has already been created the issue is that if at least one of the private ips is lexicographically less than the private ip terraform will attempt to set one of the secondary ips as the primary ip which will result in an error similar to this hcl error failure to unassign private ips invalidparametervalue value for parameter privateipaddress is invalid the primary ip address of an interface cannot be unassigned status code request id therefore terraform should honour the order that is set by the end user also if the primary ip address denoted in the attribute private ip must be the first element in the list it may make sense to do this automatically if the private ips has been passed but the primary ip is not in the list i e concat the private ip attribute and the private ips attribute placing the private ip attribute as the first element references information about referencing github issues are there any other github issues open or closed or pull requests that should be linked here vendor documentation for example
0
53,467
13,167,819,602
IssuesEvent
2020-08-11 10:58:13
godotengine/godot-proposals
https://api.github.com/repos/godotengine/godot-proposals
closed
Add a SCons option to control whether Godot is built as a console or GUI application on Windows
topic:buildsystem topic:porting
**Describe the project you are working on:** The Godot editor :slightly_smiling_face: **Describe the problem or limitation you are having in your project:** When compiling Godot for Windows with the `debug` or `release_debug` target, it's compiled as a *console* application (even though it spawns a window on top of that). This means it's able to print to standard output/error. This also allows redirecting its output to a file. However, when compiling Godot for Windows with the `release` target, it's compiled as a GUI application. This makes it impossible to see its standard output or error since no console window is visible. Even when running the executable from a command prompt, nothing will be printed. This makes it effectively impossible to redirect its output to a file. This is a Windows limitation. Running the program in WINE *may* be able to overcome this limitation, but running WINE on Windows is usually impractical and requires a fair amount of setup. **Describe the feature / enhancement and how it helps to overcome the problem or limitation:** Add a `windows_build_mode=console|gui` SCons option that overrides the build mode regardless of the target used. (Feel free to suggest a better name for this option.) This could help resolve https://github.com/godotengine/godot/issues/24701 while making https://github.com/godotengine/godot/issues/28922 significantly easier to troubleshoot. **Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:** This can probably be done with some well-placed `#ifdef`s in the Windows platform code. **If this enhancement will not be used often, can it be worked around with a few lines of script?:** This needs to be decided at build-time, so no. **Is there a reason why this should be core and not an add-on in the asset library?:** This needs to be decided at build-time, so this can't be changed by an add-on. ___ See also #1342.
1.0
Add a SCons option to control whether Godot is built as a console or GUI application on Windows - **Describe the project you are working on:** The Godot editor :slightly_smiling_face: **Describe the problem or limitation you are having in your project:** When compiling Godot for Windows with the `debug` or `release_debug` target, it's compiled as a *console* application (even though it spawns a window on top of that). This means it's able to print to standard output/error. This also allows redirecting its output to a file. However, when compiling Godot for Windows with the `release` target, it's compiled as a GUI application. This makes it impossible to see its standard output or error since no console window is visible. Even when running the executable from a command prompt, nothing will be printed. This makes it effectively impossible to redirect its output to a file. This is a Windows limitation. Running the program in WINE *may* be able to overcome this limitation, but running WINE on Windows is usually impractical and requires a fair amount of setup. **Describe the feature / enhancement and how it helps to overcome the problem or limitation:** Add a `windows_build_mode=console|gui` SCons option that overrides the build mode regardless of the target used. (Feel free to suggest a better name for this option.) This could help resolve https://github.com/godotengine/godot/issues/24701 while making https://github.com/godotengine/godot/issues/28922 significantly easier to troubleshoot. **Describe how your proposal will work, with code, pseudocode, mockups, and/or diagrams:** This can probably be done with some well-placed `#ifdef`s in the Windows platform code. **If this enhancement will not be used often, can it be worked around with a few lines of script?:** This needs to be decided at build-time, so no. **Is there a reason why this should be core and not an add-on in the asset library?:** This needs to be decided at build-time, so this can't be changed by an add-on. ___ See also #1342.
non_priority
add a scons option to control whether godot is built as a console or gui application on windows describe the project you are working on the godot editor slightly smiling face describe the problem or limitation you are having in your project when compiling godot for windows with the debug or release debug target it s compiled as a console application even though it spawns a window on top of that this means it s able to print to standard output error this also allows redirecting its output to a file however when compiling godot for windows with the release target it s compiled as a gui application this makes it impossible to see its standard output or error since no console window is visible even when running the executable from a command prompt nothing will be printed this makes it effectively impossible to redirect its output to a file this is a windows limitation running the program in wine may be able to overcome this limitation but running wine on windows is usually impractical and requires a fair amount of setup describe the feature enhancement and how it helps to overcome the problem or limitation add a windows build mode console gui scons option that overrides the build mode regardless of the target used feel free to suggest a better name for this option this could help resolve while making significantly easier to troubleshoot describe how your proposal will work with code pseudocode mockups and or diagrams this can probably be done with some well placed ifdef s in the windows platform code if this enhancement will not be used often can it be worked around with a few lines of script this needs to be decided at build time so no is there a reason why this should be core and not an add on in the asset library this needs to be decided at build time so this can t be changed by an add on see also
0
98,125
12,297,331,150
IssuesEvent
2020-05-11 08:39:40
GEWIS/gewisweb
https://api.github.com/repos/GEWIS/gewisweb
closed
Company in the spotlight design doesn't work well at certain resolutions
design
On some devices you will get a huge company logo on the page. It seems the responsive design doesn't work that well here.
1.0
Company in the spotlight design doesn't work well at certain resolutions - On some devices you will get a huge company logo on the page. It seems the responsive design doesn't work that well here.
non_priority
company in the spotlight design doesn t work well at certain resolutions on some devices you will get a huge company logo on the page it seems the responsive design doesn t work that well here
0
4,802
2,874,675,263
IssuesEvent
2015-06-09 00:23:55
hashicorp/consul-template
https://api.github.com/repos/hashicorp/consul-template
closed
can not use `index` function in template for `service`
documentation
I try to get the first element from a list returned by `service` with this template: ```{{ $first := index service 0}}``` Though the service did return a list, calling `index` would raise the error `<index $service 0>: error calling index: index out of range: 0` anyway. I don't if this issue belongs here or the `text/template` of Go.
1.0
can not use `index` function in template for `service` - I try to get the first element from a list returned by `service` with this template: ```{{ $first := index service 0}}``` Though the service did return a list, calling `index` would raise the error `<index $service 0>: error calling index: index out of range: 0` anyway. I don't if this issue belongs here or the `text/template` of Go.
non_priority
can not use index function in template for service i try to get the first element from a list returned by service with this template first index service though the service did return a list calling index would raise the error error calling index index out of range anyway i don t if this issue belongs here or the text template of go
0
165,186
12,832,724,354
IssuesEvent
2020-07-07 08:10:12
radareorg/radare2
https://api.github.com/repos/radareorg/radare2
closed
r2 does not work with files containing space
command input test-required
### Expected behavior r2 does work with files containing spaces ### Actual behavior r2 does not work with files containing spaces ### Steps to reproduce the behavior ``` $ cp /bin/bash bash $ cp /bin/bash "ba sh" $ r2 -nn -Nqc "pfj.elf_header @ 0" bash [{ ... }] $r2 -nn -Nqc "pfj.elf_header @ 0" "ba sh" Cannot find 'elf_header' format. ```
1.0
r2 does not work with files containing space - ### Expected behavior r2 does work with files containing spaces ### Actual behavior r2 does not work with files containing spaces ### Steps to reproduce the behavior ``` $ cp /bin/bash bash $ cp /bin/bash "ba sh" $ r2 -nn -Nqc "pfj.elf_header @ 0" bash [{ ... }] $r2 -nn -Nqc "pfj.elf_header @ 0" "ba sh" Cannot find 'elf_header' format. ```
non_priority
does not work with files containing space expected behavior does work with files containing spaces actual behavior does not work with files containing spaces steps to reproduce the behavior cp bin bash bash cp bin bash ba sh nn nqc pfj elf header bash nn nqc pfj elf header ba sh cannot find elf header format
0
4,380
2,851,165,279
IssuesEvent
2015-06-01 03:14:57
docker/distribution
https://api.github.com/repos/docker/distribution
closed
document commit signing in the contribution guidelines
bug documentation in progress
The CONTRIBUTING.md file for docker/distribution differs from docker/docker. Should the differences be merged in (as appropriate)? Specifically regarding signing commits.
1.0
document commit signing in the contribution guidelines - The CONTRIBUTING.md file for docker/distribution differs from docker/docker. Should the differences be merged in (as appropriate)? Specifically regarding signing commits.
non_priority
document commit signing in the contribution guidelines the contributing md file for docker distribution differs from docker docker should the differences be merged in as appropriate specifically regarding signing commits
0
316,840
27,188,524,367
IssuesEvent
2023-02-19 14:15:50
USEPA/haztrak
https://api.github.com/repos/USEPA/haztrak
closed
User Manifest Dashboard
feature question/discussion django reactjs test challenge
# 🚀 Feature Request Add a new page that shows the manifests (focusing on the relevant and recent ones) for all sites that a user has access to on one page. There should be a new link in the left layout nav titled "Manifests" with an icon to the left. ![image](https://user-images.githubusercontent.com/43794491/210085702-202e6d3d-f6fd-4526-9344-16d4cbc5f3df.png) I'm leaving this vague for now, anyone looking at contributing for this PR just ping me here and I'll describe further. The scope of this is larger than just a new react component. <!-- Please provide a clear and concise description of what you'd like to see. Things like... 1. what is the expected behavior? 2. your opinion on what the default(s) should be? -->
1.0
User Manifest Dashboard - # 🚀 Feature Request Add a new page that shows the manifests (focusing on the relevant and recent ones) for all sites that a user has access to on one page. There should be a new link in the left layout nav titled "Manifests" with an icon to the left. ![image](https://user-images.githubusercontent.com/43794491/210085702-202e6d3d-f6fd-4526-9344-16d4cbc5f3df.png) I'm leaving this vague for now, anyone looking at contributing for this PR just ping me here and I'll describe further. The scope of this is larger than just a new react component. <!-- Please provide a clear and concise description of what you'd like to see. Things like... 1. what is the expected behavior? 2. your opinion on what the default(s) should be? -->
non_priority
user manifest dashboard 🚀 feature request add a new page that shows the manifests focusing on the relevant and recent ones for all sites that a user has access to on one page there should be a new link in the left layout nav titled manifests with an icon to the left i m leaving this vague for now anyone looking at contributing for this pr just ping me here and i ll describe further the scope of this is larger than just a new react component please provide a clear and concise description of what you d like to see things like what is the expected behavior your opinion on what the default s should be
0
58,222
14,344,764,936
IssuesEvent
2020-11-28 15:57:57
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Build for FMA AVX always shows cpu compatibility warnings
type:build/install
**System information** - OS: Linux Ubuntu 18.04 - TensorFlow installed from (source or binary): source - TensorFlow version: commit `fab3f85`: - Python version: Python 3.6.9 - Installed using virtualenv? pip? conda?: No - Bazel version (if compiling from source): bazel 3.1.0 - GCC/Compiler version (if compiling from source): gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 - CUDA/cuDNN version: Cuda 11.1 cuDNN 8.0.5 - GPU model and memory: 7.5, 3.8Gb **Describe the problem** I have compiled tensorflow from source many times attempting to add support for FMA, AVX and AVX 2 and no matter how many times or different ways I try to add support for these instruction sets I always get the message: ``` Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA ``` **Provide the exact sequence of commands / steps that you executed before running into the problem** Here is my bazelrc ``` build --action_env PYTHON_BIN_PATH="/usr/bin/python3" build --action_env PYTHON_LIB_PATH="/usr/lib/python3/dist-packages" build --python_path="/usr/bin/python3" build --config=xla build --action_env CUDA_TOOLKIT_PATH="/usr/local/cuda-11.1" build --action_env TF_CUDA_COMPUTE_CAPABILITIES="7.5" build --action_env GCC_HOST_COMPILER_PATH="/usr/bin/x86_64-linux-gnu-gcc-7" build --config=cuda build:opt --copt=-march=native build:opt --copt=-Wno-sign-compare build:opt --copt=-mavx build:opt --copt=-mavx2 build:opt --copt=-mfma build:opt --host_copt=-march=native build:opt --define with_default_optimizations=true test --flaky_test_attempts=3 test --test_size_filters=small,medium test --test_env=LD_LIBRARY_PATH test:v1 --test_tag_filters=-benchmark-test,-no_oss,-no_gpu,-oss_serial test:v1 --build_tag_filters=-benchmark-test,-no_oss,-no_gpu test:v2 --test_tag_filters=-benchmark-test,-no_oss,-no_gpu,-oss_serial,-v1only test:v2 --build_tag_filters=-benchmark-test,-no_oss,-no_gpu,-v1only build --action_env TF_CONFIGURE_IOS="0" ``` **Any other info / logs** Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. <details> <pre> josh@cryptex00005:~/tensorflow$ bazel build --config=v2 --config=monolithic //tensorflow/tools/lib_package:libtensorflow WARNING: The following configs were expanded more than once: [v2]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior. INFO: Options provided by the client: Inherited 'common' options: --isatty=1 --terminal_columns=265 INFO: Reading rc options for 'build' from /home/josh/tensorflow/.bazelrc: Inherited 'common' options: --experimental_repo_remote_exec INFO: Reading rc options for 'build' from /home/josh/tensorflow/.bazelrc: 'build' options: --apple_platform_type=macos --define framework_shared_object=true --define open_source_build=true --java_toolchain=//third_party/toolchains/java:tf_java_toolchain --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain --define=tensorflow_enable_mlir_generated_gpu_kernels=0 --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone -c opt --announce_rc --define=grpc_no_ares=true --noincompatible_remove_legacy_whole_archive --noincompatible_prohibit_aapt1 --enable_platform_specific_config --config=short_logs --config=v2 INFO: Reading rc options for 'build' from /home/josh/tensorflow/.tf_configure.bazelrc: 'build' options: --action_env PYTHON_BIN_PATH=/usr/bin/python3 --action_env PYTHON_LIB_PATH=/usr/lib/python3/dist-packages --python_path=/usr/bin/python3 --config=xla --action_env CUDA_TOOLKIT_PATH=/usr/local/cuda-11.1 --action_env TF_CUDA_COMPUTE_CAPABILITIES=7.5 --action_env GCC_HOST_COMPILER_PATH=/usr/bin/x86_64-linux-gnu-gcc-7 --config=cuda --action_env TF_CONFIGURE_IOS=0 INFO: Found applicable config definition build:short_logs in file /home/josh/tensorflow/.bazelrc: --output_filter=DONT_MATCH_ANYTHING INFO: Found applicable config definition build:v2 in file /home/josh/tensorflow/.bazelrc: --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1 INFO: Found applicable config definition build:xla in file /home/josh/tensorflow/.bazelrc: --define=with_xla_support=true INFO: Found applicable config definition build:cuda in file /home/josh/tensorflow/.bazelrc: --config=using_cuda --define=using_cuda_nvcc=true INFO: Found applicable config definition build:using_cuda in file /home/josh/tensorflow/.bazelrc: --define=using_cuda=true --action_env TF_NEED_CUDA=1 --crosstool_top=@local_config_cuda//crosstool:toolchain --define=tensorflow_enable_mlir_generated_gpu_kernels=1 INFO: Found applicable config definition build:v2 in file /home/josh/tensorflow/.bazelrc: --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1 INFO: Found applicable config definition build:monolithic in file /home/josh/tensorflow/.bazelrc: --define framework_shared_object=false INFO: Found applicable config definition build:linux in file /home/josh/tensorflow/.bazelrc: --copt=-w --host_copt=-w --define=PREFIX=/usr --define=LIBDIR=$(PREFIX)/lib --define=INCLUDEDIR=$(PREFIX)/include --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include --cxxopt=-std=c++14 --host_cxxopt=-std=c++14 --config=dynamic_kernels INFO: Found applicable config definition build:dynamic_kernels in file /home/josh/tensorflow/.bazelrc: --define=dynamic_loaded_kernels=true --copt=-DAUTOLOAD_DYNAMIC_KERNELS DEBUG: /home/josh/.cache/bazel/_bazel_josh/bbb24127b68cff8e4647a298dd3f5a01/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:118:5: Auto-Configuration Warning: 'TMP' environment variable is not set, using 'C:\Windows\Temp' as default INFO: Analyzed target //tensorflow/tools/lib_package:libtensorflow (233 packages loaded, 22913 targets configured). </pre> </details> Here is the resulting build: https://s3-us-west-2.amazonaws.com/bin.cryptexlabs.com/tensorflow/cuda-11.1_cudnn8.0.5_75_fma-avx-avx2.tar.gz
1.0
Build for FMA AVX always shows cpu compatibility warnings - **System information** - OS: Linux Ubuntu 18.04 - TensorFlow installed from (source or binary): source - TensorFlow version: commit `fab3f85`: - Python version: Python 3.6.9 - Installed using virtualenv? pip? conda?: No - Bazel version (if compiling from source): bazel 3.1.0 - GCC/Compiler version (if compiling from source): gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0 - CUDA/cuDNN version: Cuda 11.1 cuDNN 8.0.5 - GPU model and memory: 7.5, 3.8Gb **Describe the problem** I have compiled tensorflow from source many times attempting to add support for FMA, AVX and AVX 2 and no matter how many times or different ways I try to add support for these instruction sets I always get the message: ``` Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA ``` **Provide the exact sequence of commands / steps that you executed before running into the problem** Here is my bazelrc ``` build --action_env PYTHON_BIN_PATH="/usr/bin/python3" build --action_env PYTHON_LIB_PATH="/usr/lib/python3/dist-packages" build --python_path="/usr/bin/python3" build --config=xla build --action_env CUDA_TOOLKIT_PATH="/usr/local/cuda-11.1" build --action_env TF_CUDA_COMPUTE_CAPABILITIES="7.5" build --action_env GCC_HOST_COMPILER_PATH="/usr/bin/x86_64-linux-gnu-gcc-7" build --config=cuda build:opt --copt=-march=native build:opt --copt=-Wno-sign-compare build:opt --copt=-mavx build:opt --copt=-mavx2 build:opt --copt=-mfma build:opt --host_copt=-march=native build:opt --define with_default_optimizations=true test --flaky_test_attempts=3 test --test_size_filters=small,medium test --test_env=LD_LIBRARY_PATH test:v1 --test_tag_filters=-benchmark-test,-no_oss,-no_gpu,-oss_serial test:v1 --build_tag_filters=-benchmark-test,-no_oss,-no_gpu test:v2 --test_tag_filters=-benchmark-test,-no_oss,-no_gpu,-oss_serial,-v1only test:v2 --build_tag_filters=-benchmark-test,-no_oss,-no_gpu,-v1only build --action_env TF_CONFIGURE_IOS="0" ``` **Any other info / logs** Include any logs or source code that would be helpful to diagnose the problem. If including tracebacks, please include the full traceback. Large logs and files should be attached. <details> <pre> josh@cryptex00005:~/tensorflow$ bazel build --config=v2 --config=monolithic //tensorflow/tools/lib_package:libtensorflow WARNING: The following configs were expanded more than once: [v2]. For repeatable flags, repeats are counted twice and may lead to unexpected behavior. INFO: Options provided by the client: Inherited 'common' options: --isatty=1 --terminal_columns=265 INFO: Reading rc options for 'build' from /home/josh/tensorflow/.bazelrc: Inherited 'common' options: --experimental_repo_remote_exec INFO: Reading rc options for 'build' from /home/josh/tensorflow/.bazelrc: 'build' options: --apple_platform_type=macos --define framework_shared_object=true --define open_source_build=true --java_toolchain=//third_party/toolchains/java:tf_java_toolchain --host_java_toolchain=//third_party/toolchains/java:tf_java_toolchain --define=tensorflow_enable_mlir_generated_gpu_kernels=0 --define=use_fast_cpp_protos=true --define=allow_oversize_protos=true --spawn_strategy=standalone -c opt --announce_rc --define=grpc_no_ares=true --noincompatible_remove_legacy_whole_archive --noincompatible_prohibit_aapt1 --enable_platform_specific_config --config=short_logs --config=v2 INFO: Reading rc options for 'build' from /home/josh/tensorflow/.tf_configure.bazelrc: 'build' options: --action_env PYTHON_BIN_PATH=/usr/bin/python3 --action_env PYTHON_LIB_PATH=/usr/lib/python3/dist-packages --python_path=/usr/bin/python3 --config=xla --action_env CUDA_TOOLKIT_PATH=/usr/local/cuda-11.1 --action_env TF_CUDA_COMPUTE_CAPABILITIES=7.5 --action_env GCC_HOST_COMPILER_PATH=/usr/bin/x86_64-linux-gnu-gcc-7 --config=cuda --action_env TF_CONFIGURE_IOS=0 INFO: Found applicable config definition build:short_logs in file /home/josh/tensorflow/.bazelrc: --output_filter=DONT_MATCH_ANYTHING INFO: Found applicable config definition build:v2 in file /home/josh/tensorflow/.bazelrc: --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1 INFO: Found applicable config definition build:xla in file /home/josh/tensorflow/.bazelrc: --define=with_xla_support=true INFO: Found applicable config definition build:cuda in file /home/josh/tensorflow/.bazelrc: --config=using_cuda --define=using_cuda_nvcc=true INFO: Found applicable config definition build:using_cuda in file /home/josh/tensorflow/.bazelrc: --define=using_cuda=true --action_env TF_NEED_CUDA=1 --crosstool_top=@local_config_cuda//crosstool:toolchain --define=tensorflow_enable_mlir_generated_gpu_kernels=1 INFO: Found applicable config definition build:v2 in file /home/josh/tensorflow/.bazelrc: --define=tf_api_version=2 --action_env=TF2_BEHAVIOR=1 INFO: Found applicable config definition build:monolithic in file /home/josh/tensorflow/.bazelrc: --define framework_shared_object=false INFO: Found applicable config definition build:linux in file /home/josh/tensorflow/.bazelrc: --copt=-w --host_copt=-w --define=PREFIX=/usr --define=LIBDIR=$(PREFIX)/lib --define=INCLUDEDIR=$(PREFIX)/include --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include --cxxopt=-std=c++14 --host_cxxopt=-std=c++14 --config=dynamic_kernels INFO: Found applicable config definition build:dynamic_kernels in file /home/josh/tensorflow/.bazelrc: --define=dynamic_loaded_kernels=true --copt=-DAUTOLOAD_DYNAMIC_KERNELS DEBUG: /home/josh/.cache/bazel/_bazel_josh/bbb24127b68cff8e4647a298dd3f5a01/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:118:5: Auto-Configuration Warning: 'TMP' environment variable is not set, using 'C:\Windows\Temp' as default INFO: Analyzed target //tensorflow/tools/lib_package:libtensorflow (233 packages loaded, 22913 targets configured). </pre> </details> Here is the resulting build: https://s3-us-west-2.amazonaws.com/bin.cryptexlabs.com/tensorflow/cuda-11.1_cudnn8.0.5_75_fma-avx-avx2.tar.gz
non_priority
build for fma avx always shows cpu compatibility warnings system information os linux ubuntu tensorflow installed from source or binary source tensorflow version commit python version python installed using virtualenv pip conda no bazel version if compiling from source bazel gcc compiler version if compiling from source gcc ubuntu cuda cudnn version cuda cudnn gpu model and memory describe the problem i have compiled tensorflow from source many times attempting to add support for fma avx and avx and no matter how many times or different ways i try to add support for these instruction sets i always get the message your cpu supports instructions that this tensorflow binary was not compiled to use fma provide the exact sequence of commands steps that you executed before running into the problem here is my bazelrc build action env python bin path usr bin build action env python lib path usr lib dist packages build python path usr bin build config xla build action env cuda toolkit path usr local cuda build action env tf cuda compute capabilities build action env gcc host compiler path usr bin linux gnu gcc build config cuda build opt copt march native build opt copt wno sign compare build opt copt mavx build opt copt build opt copt mfma build opt host copt march native build opt define with default optimizations true test flaky test attempts test test size filters small medium test test env ld library path test test tag filters benchmark test no oss no gpu oss serial test build tag filters benchmark test no oss no gpu test test tag filters benchmark test no oss no gpu oss serial test build tag filters benchmark test no oss no gpu build action env tf configure ios any other info logs include any logs or source code that would be helpful to diagnose the problem if including tracebacks please include the full traceback large logs and files should be attached josh tensorflow bazel build config config monolithic tensorflow tools lib package libtensorflow warning the following configs were expanded more than once for repeatable flags repeats are counted twice and may lead to unexpected behavior info options provided by the client inherited common options isatty terminal columns info reading rc options for build from home josh tensorflow bazelrc inherited common options experimental repo remote exec info reading rc options for build from home josh tensorflow bazelrc build options apple platform type macos define framework shared object true define open source build true java toolchain third party toolchains java tf java toolchain host java toolchain third party toolchains java tf java toolchain define tensorflow enable mlir generated gpu kernels define use fast cpp protos true define allow oversize protos true spawn strategy standalone c opt announce rc define grpc no ares true noincompatible remove legacy whole archive noincompatible prohibit enable platform specific config config short logs config info reading rc options for build from home josh tensorflow tf configure bazelrc build options action env python bin path usr bin action env python lib path usr lib dist packages python path usr bin config xla action env cuda toolkit path usr local cuda action env tf cuda compute capabilities action env gcc host compiler path usr bin linux gnu gcc config cuda action env tf configure ios info found applicable config definition build short logs in file home josh tensorflow bazelrc output filter dont match anything info found applicable config definition build in file home josh tensorflow bazelrc define tf api version action env behavior info found applicable config definition build xla in file home josh tensorflow bazelrc define with xla support true info found applicable config definition build cuda in file home josh tensorflow bazelrc config using cuda define using cuda nvcc true info found applicable config definition build using cuda in file home josh tensorflow bazelrc define using cuda true action env tf need cuda crosstool top local config cuda crosstool toolchain define tensorflow enable mlir generated gpu kernels info found applicable config definition build in file home josh tensorflow bazelrc define tf api version action env behavior info found applicable config definition build monolithic in file home josh tensorflow bazelrc define framework shared object false info found applicable config definition build linux in file home josh tensorflow bazelrc copt w host copt w define prefix usr define libdir prefix lib define includedir prefix include define protobuf include path prefix include cxxopt std c host cxxopt std c config dynamic kernels info found applicable config definition build dynamic kernels in file home josh tensorflow bazelrc define dynamic loaded kernels true copt dautoload dynamic kernels debug home josh cache bazel bazel josh external bazel tools tools cpp lib cc configure bzl auto configuration warning tmp environment variable is not set using c windows temp as default info analyzed target tensorflow tools lib package libtensorflow packages loaded targets configured here is the resulting build
0
71,258
13,635,475,910
IssuesEvent
2020-09-25 02:59:20
flutter/flutter
https://api.github.com/repos/flutter/flutter
opened
Add "flutter build xcarchive" command"
P5 platform-ios severe: new feature t: xcode tool
Create a `flutter build xcarchive` to build the archive to submit to the App Store. Essentially this would work exactly like `flutter build ios` except the `archive` build action would be appended to the existing `xcodebuild` `flutter build ios` command. Also add a flag to allow the user to put it in a directory other than `build/` Split off discussion from https://github.com/flutter/flutter/issues/13065#issuecomment-698667902: > The value add from `flutter` tooling would be the creation of the `xcarchive`--that's what is going to use all the build settings, compiling dart/embedding frameworks/thinning logic. So a `flutter build xcarchive` command. > The last step of making the `ipa` is entirely specific to the developer and what they are using the `ipa` for, and Flutter can't and shouldn't assume any of the `exportOptionsPlist` values.
1.0
Add "flutter build xcarchive" command" - Create a `flutter build xcarchive` to build the archive to submit to the App Store. Essentially this would work exactly like `flutter build ios` except the `archive` build action would be appended to the existing `xcodebuild` `flutter build ios` command. Also add a flag to allow the user to put it in a directory other than `build/` Split off discussion from https://github.com/flutter/flutter/issues/13065#issuecomment-698667902: > The value add from `flutter` tooling would be the creation of the `xcarchive`--that's what is going to use all the build settings, compiling dart/embedding frameworks/thinning logic. So a `flutter build xcarchive` command. > The last step of making the `ipa` is entirely specific to the developer and what they are using the `ipa` for, and Flutter can't and shouldn't assume any of the `exportOptionsPlist` values.
non_priority
add flutter build xcarchive command create a flutter build xcarchive to build the archive to submit to the app store essentially this would work exactly like flutter build ios except the archive build action would be appended to the existing xcodebuild flutter build ios command also add a flag to allow the user to put it in a directory other than build split off discussion from the value add from flutter tooling would be the creation of the xcarchive that s what is going to use all the build settings compiling dart embedding frameworks thinning logic so a flutter build xcarchive command the last step of making the ipa is entirely specific to the developer and what they are using the ipa for and flutter can t and shouldn t assume any of the exportoptionsplist values
0
122,071
12,140,829,253
IssuesEvent
2020-04-23 21:13:26
ts-engine/ts-engine
https://api.github.com/repos/ts-engine/ts-engine
closed
support configuring what externals are bundled into a build
bug documentation enhancement
too many node modules seem to have circular deps or dynamic requires, see aws-sdk and knex as examples. it would be best to support overriding the default externals config which currently does: - node-apps -> all externals are rolled into the build - libraries -> no externals are rolled into the build suggested resolution: Stop including dependencies by default and low them to be added via cli ```sh # default to include all with flag ts-engine build --node-app --bundle-deps # comma separated deps ts-engine build --node-app --bundle-deps react,react-dom # wildcard ts-engine build --node-app --bundle-deps react* ```
1.0
support configuring what externals are bundled into a build - too many node modules seem to have circular deps or dynamic requires, see aws-sdk and knex as examples. it would be best to support overriding the default externals config which currently does: - node-apps -> all externals are rolled into the build - libraries -> no externals are rolled into the build suggested resolution: Stop including dependencies by default and low them to be added via cli ```sh # default to include all with flag ts-engine build --node-app --bundle-deps # comma separated deps ts-engine build --node-app --bundle-deps react,react-dom # wildcard ts-engine build --node-app --bundle-deps react* ```
non_priority
support configuring what externals are bundled into a build too many node modules seem to have circular deps or dynamic requires see aws sdk and knex as examples it would be best to support overriding the default externals config which currently does node apps all externals are rolled into the build libraries no externals are rolled into the build suggested resolution stop including dependencies by default and low them to be added via cli sh default to include all with flag ts engine build node app bundle deps comma separated deps ts engine build node app bundle deps react react dom wildcard ts engine build node app bundle deps react
0
132,897
10,772,793,568
IssuesEvent
2019-11-02 16:46:42
IntellectualSites/PlotSquared
https://api.github.com/repos/IntellectualSites/PlotSquared
opened
Chunk Claiming GitHub Error??
[?] Testing Required
<!--- READ THIS BEFORE SUBMITTING AN ISSUE REPORT!!! --> <!--- ##### DO NOT REMOVE THIS TEMPLATE! YOUR ISSUE *WILL* FIT IN IT! ##### --> # NOTICE: ```diff ! PlotSquared for Minecraft Java Edition versions between 1.7 through to 1.12.2 are considered ! legacy, and will receive limited to no support. Please consider upgrading to 1.13+ for ! future support. Plugins exist for 1.13+ which bring back behaviors found in 1.8.8 ! All versions of PlotSquared for Sponge and Nukkit(X) will recieve limited to no support ! due to lack of developer interest and time. Additionally, NukkitX has not had feature ! updates since the Better Together, which prevents some PlotSquared features from ever ! functioning. Contributions are always welcome however! ``` **Feature requests & Suggestions are to be submitted at the [PlotSquared Suggestions tracker](https://github.com/IntellectualSites/PlotSquaredSuggestions)** **Code contributions are to be done through [PRs](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request), tagging the specific issue ticket(s) if applicable.** **[DISCORD INVITE LINK](https://discord.gg/cSMxtGn)** and please, for the love of the little sanity we have left, use the correct channels! # BUG REPORT TEMPLATE: <!--- Incomplete reports will most likely be marked as invalid, and closed, with few exceptions.--> ## Required Information section: > ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information ### Server config info (Debug/file paste links): <!--- Issue /plot debugpaste in game or in your console and copy the supplied URL here --> https://athion.net/ISPaster/paste/view/dc28a507c31b47e588f82de31469899c <!--- If you cannot perform the above, we require logs/latest.log; settings.yml; worlds.yml and possibly PlotSquared.use_THIS.yml --> <!--- If you are unwilling to supply the information we need, we reserve the right to not assist you. Redact IP addresses if you need to. --> ### Server type: **select one** <!-- Select the type you are reporting the issue for (put an "X" between of brackets): --> - [X] Spigot / Paper *(CraftBukkit should not be used, re-test with Spigot first!)* - [ ] Sponge *- NOTE: NOT ACTIVELY MAINTAINED* - [ ] NukkitX *- NOTE: NOT ACTIVELY MAINTAINED* ### Minecraft Version: **select one** <!-- Select the type you are reporting the issue for (put an "X" between of brackets): --> - [X] Minecraft 1.14.4 ***This is the ONLY actively maintained target for PlotSquared*** - [ ] Minecraft 1.13.2 - [ ] Minecraft Java Edition *other versions, please specify*: - [ ] Minecraft Bedrock Edition *speicify version*: ### Server build info: <!--- Run /version in-game or in console & paste the full output here: --> ``` paste here, between the tick marks, replacing this text ``` ### WorldEdit/FAWE versions: <!--- Specify which plugin you are using, and add its version --> - [X] FAWE FastAsyncWorldEdit-bukkit-1.13.184. - [ ] WorldEdit *version*: ### Description of the problem: <!--- Be as specific as possible. Don't lie, redact information, or use false names/situations. --> Just when users are trying to claim a plot this error occurs in chat: [![Screenshot from Gyazo](https://gyazo.com/1fd1d0f18ca7706e2920a82ee927bac0/raw)](https://gyazo.com/1fd1d0f18ca7706e2920a82ee927bac0) <!--- Who, What, When, Where, Why, How, Expected behavior, Resultant behavior, etc --> Who: Players/Everyone What: Chunk Claiming use. When: Today, November 2nd, 2019 at 12PM EST Where: My server (ParallaxMC) Why: No clue. How: No clue. Players can't claim plots. ### How to replicate: No clue. ## Additional Information: Console Error: ### Other plugins being used on the server: <!--- Optional but recommended - issue "/plugins" in-game or in console and copy/paste the list --> ### Relevant console output, log lines, and/or screenshots: <!--- Please use in-line code insertion ( ```like this``` ) for short (20 lines or less) text blobs, or a paste service for large blobs --> ### Additional relevant comments/remarks: <!--- Use this space to give us any additional information which may be relevant to this issue, such as: if you are using a Minecraft hosting provider; unusual installation environment; etc --> # AFFIRMATION OF COMPLETION: <!-- Make sure you have completed the following steps (put an "X" between of brackets): --> - [ ] I included all information required in the sections above - [ ] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/PlotSquared/issues?utf8=%E2%9C%93&q=is%3Aissue) - [ ] I made sure I am using an up-to-date version of PlotSquared - [ ] I made sure the bug/error is not caused by any other plugin - [x] I didn't read but checked everything above.
1.0
Chunk Claiming GitHub Error?? - <!--- READ THIS BEFORE SUBMITTING AN ISSUE REPORT!!! --> <!--- ##### DO NOT REMOVE THIS TEMPLATE! YOUR ISSUE *WILL* FIT IN IT! ##### --> # NOTICE: ```diff ! PlotSquared for Minecraft Java Edition versions between 1.7 through to 1.12.2 are considered ! legacy, and will receive limited to no support. Please consider upgrading to 1.13+ for ! future support. Plugins exist for 1.13+ which bring back behaviors found in 1.8.8 ! All versions of PlotSquared for Sponge and Nukkit(X) will recieve limited to no support ! due to lack of developer interest and time. Additionally, NukkitX has not had feature ! updates since the Better Together, which prevents some PlotSquared features from ever ! functioning. Contributions are always welcome however! ``` **Feature requests & Suggestions are to be submitted at the [PlotSquared Suggestions tracker](https://github.com/IntellectualSites/PlotSquaredSuggestions)** **Code contributions are to be done through [PRs](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request), tagging the specific issue ticket(s) if applicable.** **[DISCORD INVITE LINK](https://discord.gg/cSMxtGn)** and please, for the love of the little sanity we have left, use the correct channels! # BUG REPORT TEMPLATE: <!--- Incomplete reports will most likely be marked as invalid, and closed, with few exceptions.--> ## Required Information section: > ALL FIELDS IN THIS SECTION ARE REQUIRED, and must contain appropriate information ### Server config info (Debug/file paste links): <!--- Issue /plot debugpaste in game or in your console and copy the supplied URL here --> https://athion.net/ISPaster/paste/view/dc28a507c31b47e588f82de31469899c <!--- If you cannot perform the above, we require logs/latest.log; settings.yml; worlds.yml and possibly PlotSquared.use_THIS.yml --> <!--- If you are unwilling to supply the information we need, we reserve the right to not assist you. Redact IP addresses if you need to. --> ### Server type: **select one** <!-- Select the type you are reporting the issue for (put an "X" between of brackets): --> - [X] Spigot / Paper *(CraftBukkit should not be used, re-test with Spigot first!)* - [ ] Sponge *- NOTE: NOT ACTIVELY MAINTAINED* - [ ] NukkitX *- NOTE: NOT ACTIVELY MAINTAINED* ### Minecraft Version: **select one** <!-- Select the type you are reporting the issue for (put an "X" between of brackets): --> - [X] Minecraft 1.14.4 ***This is the ONLY actively maintained target for PlotSquared*** - [ ] Minecraft 1.13.2 - [ ] Minecraft Java Edition *other versions, please specify*: - [ ] Minecraft Bedrock Edition *speicify version*: ### Server build info: <!--- Run /version in-game or in console & paste the full output here: --> ``` paste here, between the tick marks, replacing this text ``` ### WorldEdit/FAWE versions: <!--- Specify which plugin you are using, and add its version --> - [X] FAWE FastAsyncWorldEdit-bukkit-1.13.184. - [ ] WorldEdit *version*: ### Description of the problem: <!--- Be as specific as possible. Don't lie, redact information, or use false names/situations. --> Just when users are trying to claim a plot this error occurs in chat: [![Screenshot from Gyazo](https://gyazo.com/1fd1d0f18ca7706e2920a82ee927bac0/raw)](https://gyazo.com/1fd1d0f18ca7706e2920a82ee927bac0) <!--- Who, What, When, Where, Why, How, Expected behavior, Resultant behavior, etc --> Who: Players/Everyone What: Chunk Claiming use. When: Today, November 2nd, 2019 at 12PM EST Where: My server (ParallaxMC) Why: No clue. How: No clue. Players can't claim plots. ### How to replicate: No clue. ## Additional Information: Console Error: ### Other plugins being used on the server: <!--- Optional but recommended - issue "/plugins" in-game or in console and copy/paste the list --> ### Relevant console output, log lines, and/or screenshots: <!--- Please use in-line code insertion ( ```like this``` ) for short (20 lines or less) text blobs, or a paste service for large blobs --> ### Additional relevant comments/remarks: <!--- Use this space to give us any additional information which may be relevant to this issue, such as: if you are using a Minecraft hosting provider; unusual installation environment; etc --> # AFFIRMATION OF COMPLETION: <!-- Make sure you have completed the following steps (put an "X" between of brackets): --> - [ ] I included all information required in the sections above - [ ] I made sure there are no duplicates of this report [(Use Search)](https://github.com/IntellectualSites/PlotSquared/issues?utf8=%E2%9C%93&q=is%3Aissue) - [ ] I made sure I am using an up-to-date version of PlotSquared - [ ] I made sure the bug/error is not caused by any other plugin - [x] I didn't read but checked everything above.
non_priority
chunk claiming github error notice diff plotsquared for minecraft java edition versions between through to are considered legacy and will receive limited to no support please consider upgrading to for future support plugins exist for which bring back behaviors found in all versions of plotsquared for sponge and nukkit x will recieve limited to no support due to lack of developer interest and time additionally nukkitx has not had feature updates since the better together which prevents some plotsquared features from ever functioning contributions are always welcome however feature requests suggestions are to be submitted at the code contributions are to be done through tagging the specific issue ticket s if applicable and please for the love of the little sanity we have left use the correct channels bug report template required information section all fields in this section are required and must contain appropriate information server config info debug file paste links server type select one spigot paper craftbukkit should not be used re test with spigot first sponge note not actively maintained nukkitx note not actively maintained minecraft version select one minecraft this is the only actively maintained target for plotsquared minecraft minecraft java edition other versions please specify minecraft bedrock edition speicify version server build info paste here between the tick marks replacing this text worldedit fawe versions fawe fastasyncworldedit bukkit worldedit version description of the problem just when users are trying to claim a plot this error occurs in chat who players everyone what chunk claiming use when today november at est where my server parallaxmc why no clue how no clue players can t claim plots how to replicate no clue additional information console error other plugins being used on the server relevant console output log lines and or screenshots additional relevant comments remarks affirmation of completion i included all information required in the sections above i made sure there are no duplicates of this report i made sure i am using an up to date version of plotsquared i made sure the bug error is not caused by any other plugin i didn t read but checked everything above
0
306,182
23,147,746,068
IssuesEvent
2022-07-29 04:03:50
troncali/nest-vue
https://api.github.com/repos/troncali/nest-vue
closed
Revise documentation for generating session key
documentation
- [x] Instead of invoking @fastify/secure-session with `yarn dlx`, use `yarn exec secure-session` instead to generate the session key.
1.0
Revise documentation for generating session key - - [x] Instead of invoking @fastify/secure-session with `yarn dlx`, use `yarn exec secure-session` instead to generate the session key.
non_priority
revise documentation for generating session key instead of invoking fastify secure session with yarn dlx use yarn exec secure session instead to generate the session key
0
339,041
24,608,384,143
IssuesEvent
2022-10-14 18:35:10
bounswe/bounswe2022group1
https://api.github.com/repos/bounswe/bounswe2022group1
closed
Initialization of Android Studio
Type: Documentation Status: Completed
- Downloaded and upgraded the Android Studio. - Downloaded Pixel 3a API 29 Device. - Enabled Virtualization for my computer to run emulator. - Created a basic sign-in app to get used to Android Studio environment.
1.0
Initialization of Android Studio - - Downloaded and upgraded the Android Studio. - Downloaded Pixel 3a API 29 Device. - Enabled Virtualization for my computer to run emulator. - Created a basic sign-in app to get used to Android Studio environment.
non_priority
initialization of android studio downloaded and upgraded the android studio downloaded pixel api device enabled virtualization for my computer to run emulator created a basic sign in app to get used to android studio environment
0
351,880
25,042,564,299
IssuesEvent
2022-11-04 22:58:24
speaking-portal-project-team-a/The-Speaking-Portal-Project
https://api.github.com/repos/speaking-portal-project-team-a/The-Speaking-Portal-Project
closed
readme update
Documentation Chore
**Describe what needs to get done** The readme needs an update. It should include some information from our requirements gathering and a screenshot of the Gnatt Chart. We should also prep the readme with a table of contents for peer testing coming up in the next two weeks! **Describe the solution you'd like** A clear and concise description of how you would like it done. **Additional context** Add any other context or screenshots about the feature request here.
1.0
readme update - **Describe what needs to get done** The readme needs an update. It should include some information from our requirements gathering and a screenshot of the Gnatt Chart. We should also prep the readme with a table of contents for peer testing coming up in the next two weeks! **Describe the solution you'd like** A clear and concise description of how you would like it done. **Additional context** Add any other context or screenshots about the feature request here.
non_priority
readme update describe what needs to get done the readme needs an update it should include some information from our requirements gathering and a screenshot of the gnatt chart we should also prep the readme with a table of contents for peer testing coming up in the next two weeks describe the solution you d like a clear and concise description of how you would like it done additional context add any other context or screenshots about the feature request here
0
7,329
4,892,795,133
IssuesEvent
2016-11-18 20:53:07
ChemistryPittsburgh/ecms
https://api.github.com/repos/ChemistryPittsburgh/ecms
opened
Services/Systems/Products/Projects content grid suggestion
enhancement trivial issue usability
Users will expect to be able to click on the name of the system/project/etc. to visit the specific system/project/etc. page. Right now, they’re limited to only clicking on the Learn More button to navigate through. ![screen shot 2016-11-18 at 3 51 15 pm](https://cloud.githubusercontent.com/assets/20845047/20446300/f0c9efc8-ada6-11e6-8b17-758550c93cd8.png)
True
Services/Systems/Products/Projects content grid suggestion - Users will expect to be able to click on the name of the system/project/etc. to visit the specific system/project/etc. page. Right now, they’re limited to only clicking on the Learn More button to navigate through. ![screen shot 2016-11-18 at 3 51 15 pm](https://cloud.githubusercontent.com/assets/20845047/20446300/f0c9efc8-ada6-11e6-8b17-758550c93cd8.png)
non_priority
services systems products projects content grid suggestion users will expect to be able to click on the name of the system project etc to visit the specific system project etc page right now they’re limited to only clicking on the learn more button to navigate through
0
185,308
15,018,516,357
IssuesEvent
2021-02-01 12:20:13
GSS-Cogs/family-trade
https://api.github.com/repos/GSS-Cogs/family-trade
closed
Granular geographies architecture.
Question blocked documentation
NUTS geographies code list with Trade family. A piece of work needs to be done on the architecture of how we work with locations of increasing granularity that have dependencies. Linked to Learning Disability Health Check https://github.com/GSS-Cogs/family-disability/issues/2
1.0
Granular geographies architecture. - NUTS geographies code list with Trade family. A piece of work needs to be done on the architecture of how we work with locations of increasing granularity that have dependencies. Linked to Learning Disability Health Check https://github.com/GSS-Cogs/family-disability/issues/2
non_priority
granular geographies architecture nuts geographies code list with trade family a piece of work needs to be done on the architecture of how we work with locations of increasing granularity that have dependencies linked to learning disability health check
0
70,316
30,626,265,803
IssuesEvent
2023-07-24 11:44:07
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
opened
linux-release-x64 service_2 tests flakily timing out
gardening pkg-vm-service vm-service
The tests ``` service_2/uri_mappings_lookup_test/service Timeout (expected Pass) service_2/validate_timer_port_behavior_test/service Timeout (expected Pass) ``` are failing on configurations ``` dartk-linux-release-x64 ``` Both tests were already flaky: * https://dart-ci.web.app/#showLatestFailures=false&test=service_2/validate_timer_port_behavior_test/service&configurations=dartk-linux-release-x64 * https://dart-ci.web.app/#showLatestFailures=false&test=service_2/uri_mappings_lookup_test/service&configurations=dartk-linux-release-x64 Logs: * https://dart-ci.appspot.com/log/vm-kernel-linux-release-x64/dartk-linux-release-x64/23022/service_2/validate_timer_port_behavior_test/service * https://dart-ci.appspot.com/log/vm-kernel-linux-release-x64/dartk-linux-release-x64/23022/service_2/uri_mappings_lookup_test/service cc @bkonyi
2.0
linux-release-x64 service_2 tests flakily timing out - The tests ``` service_2/uri_mappings_lookup_test/service Timeout (expected Pass) service_2/validate_timer_port_behavior_test/service Timeout (expected Pass) ``` are failing on configurations ``` dartk-linux-release-x64 ``` Both tests were already flaky: * https://dart-ci.web.app/#showLatestFailures=false&test=service_2/validate_timer_port_behavior_test/service&configurations=dartk-linux-release-x64 * https://dart-ci.web.app/#showLatestFailures=false&test=service_2/uri_mappings_lookup_test/service&configurations=dartk-linux-release-x64 Logs: * https://dart-ci.appspot.com/log/vm-kernel-linux-release-x64/dartk-linux-release-x64/23022/service_2/validate_timer_port_behavior_test/service * https://dart-ci.appspot.com/log/vm-kernel-linux-release-x64/dartk-linux-release-x64/23022/service_2/uri_mappings_lookup_test/service cc @bkonyi
non_priority
linux release service tests flakily timing out the tests service uri mappings lookup test service timeout expected pass service validate timer port behavior test service timeout expected pass are failing on configurations dartk linux release both tests were already flaky logs cc bkonyi
0
94,049
10,789,565,682
IssuesEvent
2019-11-05 12:13:48
ModelOriented/weles
https://api.github.com/repos/ModelOriented/weles
opened
Details in sequence diagrams
documentation paper
Few comments related to sequence diagrams: 1. right now we have `models.upload()` / `models.status()`. would it be better to use singular instead of plural, like `model.upload()` ... 2. If you prefer plural, then `Return prediction` -> `Return predictions` x2 3. some articles are needed in diagrams. Like `Creates model` -> `Creates a model`, `Save model` -> `Saves the model`, `Create environment` -> `Creates an environment` 4. Is it possible to export these figures to pdf/svg/other vector format?
1.0
Details in sequence diagrams - Few comments related to sequence diagrams: 1. right now we have `models.upload()` / `models.status()`. would it be better to use singular instead of plural, like `model.upload()` ... 2. If you prefer plural, then `Return prediction` -> `Return predictions` x2 3. some articles are needed in diagrams. Like `Creates model` -> `Creates a model`, `Save model` -> `Saves the model`, `Create environment` -> `Creates an environment` 4. Is it possible to export these figures to pdf/svg/other vector format?
non_priority
details in sequence diagrams few comments related to sequence diagrams right now we have models upload models status would it be better to use singular instead of plural like model upload if you prefer plural then return prediction return predictions some articles are needed in diagrams like creates model creates a model save model saves the model create environment creates an environment is it possible to export these figures to pdf svg other vector format
0
7,858
4,082,099,243
IssuesEvent
2016-05-31 11:33:34
shockone/black-screen
https://api.github.com/repos/shockone/black-screen
closed
Automate build?
Build Workflow
Maybe look into https://github.com/mainyaa/gulp-electron and https://codeship.com so that you can build a executable for all platforms automatically on a successful deploy.
1.0
Automate build? - Maybe look into https://github.com/mainyaa/gulp-electron and https://codeship.com so that you can build a executable for all platforms automatically on a successful deploy.
non_priority
automate build maybe look into and so that you can build a executable for all platforms automatically on a successful deploy
0
8,869
3,227,302,093
IssuesEvent
2015-10-11 02:45:54
babel/generator-babel-boilerplate
https://api.github.com/repos/babel/generator-babel-boilerplate
closed
Stubbing modules in test
documentation
The last missing piece to make this boilerplate have all of the features of my non-ES6 boilerplate is the ability to stub modules in tests. If I pull in A, and A requires B, I should be able to stub out B to be whatever I want. [Proxyquire](https://github.com/thlorenz/proxyquire) competes with Babel (they both override `require`), so I was unable to figure out integrating those two.
1.0
Stubbing modules in test - The last missing piece to make this boilerplate have all of the features of my non-ES6 boilerplate is the ability to stub modules in tests. If I pull in A, and A requires B, I should be able to stub out B to be whatever I want. [Proxyquire](https://github.com/thlorenz/proxyquire) competes with Babel (they both override `require`), so I was unable to figure out integrating those two.
non_priority
stubbing modules in test the last missing piece to make this boilerplate have all of the features of my non boilerplate is the ability to stub modules in tests if i pull in a and a requires b i should be able to stub out b to be whatever i want competes with babel they both override require so i was unable to figure out integrating those two
0
139,862
18,858,064,955
IssuesEvent
2021-11-12 09:20:45
Verseghy/website_frontend
https://api.github.com/repos/Verseghy/website_frontend
closed
CVE-2021-32640 (Medium) detected in ws-7.3.1.tgz, ws-6.1.4.tgz
security vulnerability
## CVE-2021-32640 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ws-7.3.1.tgz</b>, <b>ws-6.1.4.tgz</b></p></summary> <p> <details><summary><b>ws-7.3.1.tgz</b></p></summary> <p>Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-7.3.1.tgz">https://registry.npmjs.org/ws/-/ws-7.3.1.tgz</a></p> <p>Path to dependency file: website_frontend/package.json</p> <p>Path to vulnerable library: website_frontend/node_modules/ws/package.json</p> <p> Dependency Hierarchy: - builders-12.1.1.tgz (Root Library) - guess-parser-0.4.22.tgz - ts-evaluator-0.0.27.tgz - jsdom-16.4.0.tgz - :x: **ws-7.3.1.tgz** (Vulnerable Library) </details> <details><summary><b>ws-6.1.4.tgz</b></p></summary> <p>Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-6.1.4.tgz">https://registry.npmjs.org/ws/-/ws-6.1.4.tgz</a></p> <p>Path to dependency file: website_frontend/package.json</p> <p>Path to vulnerable library: website_frontend/node_modules/ws/package.json</p> <p> Dependency Hierarchy: - builders-12.1.1.tgz (Root Library) - browser-sync-2.26.13.tgz - browser-sync-ui-2.26.13.tgz - socket.io-client-2.3.1.tgz - engine.io-client-3.4.3.tgz - :x: **ws-6.1.4.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/Verseghy/website_frontend/commit/9aa2f4022cfc5aaab093eb3cc9c540a9bfc3eed1">9aa2f4022cfc5aaab093eb3cc9c540a9bfc3eed1</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> ws is an open source WebSocket client and server library for Node.js. A specially crafted value of the `Sec-Websocket-Protocol` header can be used to significantly slow down a ws server. The vulnerability has been fixed in ws@7.4.6 (https://github.com/websockets/ws/commit/00c425ec77993773d823f018f64a5c44e17023ff). In vulnerable versions of ws, the issue can be mitigated by reducing the maximum allowed length of the request headers using the [`--max-http-header-size=size`](https://nodejs.org/api/cli.html#cli_max_http_header_size_size) and/or the [`maxHeaderSize`](https://nodejs.org/api/http.html#http_http_createserver_options_requestlistener) options. <p>Publish Date: 2021-05-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32640>CVE-2021-32640</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/websockets/ws/security/advisories/GHSA-6fc8-4gx4-v693">https://github.com/websockets/ws/security/advisories/GHSA-6fc8-4gx4-v693</a></p> <p>Release Date: 2021-05-25</p> <p>Fix Resolution: ws - 7.4.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2021-32640 (Medium) detected in ws-7.3.1.tgz, ws-6.1.4.tgz - ## CVE-2021-32640 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>ws-7.3.1.tgz</b>, <b>ws-6.1.4.tgz</b></p></summary> <p> <details><summary><b>ws-7.3.1.tgz</b></p></summary> <p>Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-7.3.1.tgz">https://registry.npmjs.org/ws/-/ws-7.3.1.tgz</a></p> <p>Path to dependency file: website_frontend/package.json</p> <p>Path to vulnerable library: website_frontend/node_modules/ws/package.json</p> <p> Dependency Hierarchy: - builders-12.1.1.tgz (Root Library) - guess-parser-0.4.22.tgz - ts-evaluator-0.0.27.tgz - jsdom-16.4.0.tgz - :x: **ws-7.3.1.tgz** (Vulnerable Library) </details> <details><summary><b>ws-6.1.4.tgz</b></p></summary> <p>Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js</p> <p>Library home page: <a href="https://registry.npmjs.org/ws/-/ws-6.1.4.tgz">https://registry.npmjs.org/ws/-/ws-6.1.4.tgz</a></p> <p>Path to dependency file: website_frontend/package.json</p> <p>Path to vulnerable library: website_frontend/node_modules/ws/package.json</p> <p> Dependency Hierarchy: - builders-12.1.1.tgz (Root Library) - browser-sync-2.26.13.tgz - browser-sync-ui-2.26.13.tgz - socket.io-client-2.3.1.tgz - engine.io-client-3.4.3.tgz - :x: **ws-6.1.4.tgz** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/Verseghy/website_frontend/commit/9aa2f4022cfc5aaab093eb3cc9c540a9bfc3eed1">9aa2f4022cfc5aaab093eb3cc9c540a9bfc3eed1</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> ws is an open source WebSocket client and server library for Node.js. A specially crafted value of the `Sec-Websocket-Protocol` header can be used to significantly slow down a ws server. The vulnerability has been fixed in ws@7.4.6 (https://github.com/websockets/ws/commit/00c425ec77993773d823f018f64a5c44e17023ff). In vulnerable versions of ws, the issue can be mitigated by reducing the maximum allowed length of the request headers using the [`--max-http-header-size=size`](https://nodejs.org/api/cli.html#cli_max_http_header_size_size) and/or the [`maxHeaderSize`](https://nodejs.org/api/http.html#http_http_createserver_options_requestlistener) options. <p>Publish Date: 2021-05-25 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-32640>CVE-2021-32640</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: None - Availability Impact: Low </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://github.com/websockets/ws/security/advisories/GHSA-6fc8-4gx4-v693">https://github.com/websockets/ws/security/advisories/GHSA-6fc8-4gx4-v693</a></p> <p>Release Date: 2021-05-25</p> <p>Fix Resolution: ws - 7.4.6</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in ws tgz ws tgz cve medium severity vulnerability vulnerable libraries ws tgz ws tgz ws tgz simple to use blazing fast and thoroughly tested websocket client and server for node js library home page a href path to dependency file website frontend package json path to vulnerable library website frontend node modules ws package json dependency hierarchy builders tgz root library guess parser tgz ts evaluator tgz jsdom tgz x ws tgz vulnerable library ws tgz simple to use blazing fast and thoroughly tested websocket client and server for node js library home page a href path to dependency file website frontend package json path to vulnerable library website frontend node modules ws package json dependency hierarchy builders tgz root library browser sync tgz browser sync ui tgz socket io client tgz engine io client tgz x ws tgz vulnerable library found in head commit a href found in base branch master vulnerability details ws is an open source websocket client and server library for node js a specially crafted value of the sec websocket protocol header can be used to significantly slow down a ws server the vulnerability has been fixed in ws in vulnerable versions of ws the issue can be mitigated by reducing the maximum allowed length of the request headers using the and or the options publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ws step up your open source security game with whitesource
0
2,027
2,585,505,255
IssuesEvent
2015-02-17 00:18:38
MichaelArestad/Press-This
https://api.github.com/repos/MichaelArestad/Press-This
closed
No URL: Placeholders for New Post and textarea
Design [Pri] Normal [Type] Enhancement
When you invoke PT from a URL the title and the content are scrapped and shown in the PT window, which is cool, because you don't need to type anything. When you invoke PT from an empty tab/direct link, you get the PT screen saying: "New Post" "Start typing here." If I tap on any of those two, I need to delete delete delete all the content to start typing. A possible improvement would be to convert those two in placeholders. If this is not possible, an alternative could be to "select all" the content on focus, so with a single backspace/delete you remove everything (or you can even start typing if you want).
1.0
No URL: Placeholders for New Post and textarea - When you invoke PT from a URL the title and the content are scrapped and shown in the PT window, which is cool, because you don't need to type anything. When you invoke PT from an empty tab/direct link, you get the PT screen saying: "New Post" "Start typing here." If I tap on any of those two, I need to delete delete delete all the content to start typing. A possible improvement would be to convert those two in placeholders. If this is not possible, an alternative could be to "select all" the content on focus, so with a single backspace/delete you remove everything (or you can even start typing if you want).
non_priority
no url placeholders for new post and textarea when you invoke pt from a url the title and the content are scrapped and shown in the pt window which is cool because you don t need to type anything when you invoke pt from an empty tab direct link you get the pt screen saying new post start typing here if i tap on any of those two i need to delete delete delete all the content to start typing a possible improvement would be to convert those two in placeholders if this is not possible an alternative could be to select all the content on focus so with a single backspace delete you remove everything or you can even start typing if you want
0
315,675
23,591,042,287
IssuesEvent
2022-08-23 15:12:24
HYF-Class19/home
https://api.github.com/repos/HYF-Class19/home
opened
Renjani: UX/IX Design - 2 weeks
documentation deliverable group individual planning
# Home Page - [repo](https://github.com/johnedelbi/johnedelbi.github.io) - [live demo](https://johnedelbi.github.io) --- ## Design (phase 1) > you are in the role of a UX/UI Designer > fork the repo of the client and add a planning folder with the following: - `/planning` - [ ] stakeholder interviews (_the person who's page you are designing_) - [ ] user personas - [ ] user interviews (_other group members feedback on the design_) - [ ] backlog - [ ] Paper prototype - [ ] design retrospective --- ## Deliver (phase 2) > you are in the role of a developer <!-- You do not need to start developing during the UX/UI module! After the design for your page is finished by your teammate, you can develop it on your own, building the page individually during the JS modules to practice HTML & CSS. --> - repository - [ ] README - [x] License - [ ] Contributor Guidelines - [ ] Code of Conduct - `/planning` - [ ] constraints - [ ] development strategy - [ ] delivery retrospective - [ ] [project board]() - Accessibility - [ ] Web page uses semantic elements - [ ] Web page has ARIA labels when necessary
1.0
Renjani: UX/IX Design - 2 weeks - # Home Page - [repo](https://github.com/johnedelbi/johnedelbi.github.io) - [live demo](https://johnedelbi.github.io) --- ## Design (phase 1) > you are in the role of a UX/UI Designer > fork the repo of the client and add a planning folder with the following: - `/planning` - [ ] stakeholder interviews (_the person who's page you are designing_) - [ ] user personas - [ ] user interviews (_other group members feedback on the design_) - [ ] backlog - [ ] Paper prototype - [ ] design retrospective --- ## Deliver (phase 2) > you are in the role of a developer <!-- You do not need to start developing during the UX/UI module! After the design for your page is finished by your teammate, you can develop it on your own, building the page individually during the JS modules to practice HTML & CSS. --> - repository - [ ] README - [x] License - [ ] Contributor Guidelines - [ ] Code of Conduct - `/planning` - [ ] constraints - [ ] development strategy - [ ] delivery retrospective - [ ] [project board]() - Accessibility - [ ] Web page uses semantic elements - [ ] Web page has ARIA labels when necessary
non_priority
renjani ux ix design weeks home page design phase you are in the role of a ux ui designer fork the repo of the client and add a planning folder with the following planning stakeholder interviews the person who s page you are designing user personas user interviews other group members feedback on the design backlog paper prototype design retrospective deliver phase you are in the role of a developer you do not need to start developing during the ux ui module after the design for your page is finished by your teammate you can develop it on your own building the page individually during the js modules to practice html css repository readme license contributor guidelines code of conduct planning constraints development strategy delivery retrospective accessibility web page uses semantic elements web page has aria labels when necessary
0
241,940
18,504,232,429
IssuesEvent
2021-10-19 16:39:19
matsengrp/phippery
https://api.github.com/repos/matsengrp/phippery
closed
Create Cartoon
documentation
We need to effectively visualize the relationship between phip-flow, phippery, and phip-viz. this need to include inputs and outputs
1.0
Create Cartoon - We need to effectively visualize the relationship between phip-flow, phippery, and phip-viz. this need to include inputs and outputs
non_priority
create cartoon we need to effectively visualize the relationship between phip flow phippery and phip viz this need to include inputs and outputs
0
350,513
31,898,394,984
IssuesEvent
2023-09-18 05:25:26
NVIDIA/spark-rapids
https://api.github.com/repos/NVIDIA/spark-rapids
closed
Statistics tests for Parquet files written by GPU
test task
When the GPU writes a Parquet file, it's important to get the file, row group, and page statistics correct. We should have better tests, ideally including tests at larger scale than a few thousand rows typical for unit/integration tests, for verifying the statistics written to the Parquet file are correct.
1.0
Statistics tests for Parquet files written by GPU - When the GPU writes a Parquet file, it's important to get the file, row group, and page statistics correct. We should have better tests, ideally including tests at larger scale than a few thousand rows typical for unit/integration tests, for verifying the statistics written to the Parquet file are correct.
non_priority
statistics tests for parquet files written by gpu when the gpu writes a parquet file it s important to get the file row group and page statistics correct we should have better tests ideally including tests at larger scale than a few thousand rows typical for unit integration tests for verifying the statistics written to the parquet file are correct
0
73,445
24,634,909,420
IssuesEvent
2022-10-17 07:07:45
openzfs/zfs
https://api.github.com/repos/openzfs/zfs
opened
Zfs Installation failed on dependency error
Type: Defect
Distribution Name: Amazon linux2 Kernel Version: 5.10.135-122.509 Architecture: x86_64 OpenZFS Version 2.1.6 I'm trying to install the zfs in my Amazon linux 2 machine there it fails with the following errors: Commands used: `sudo yum install https://zfsonlinux.org/epel/zfs-release.el8_6.noarch.rpm ` `sudo yum install -y kernel-devel` `sudo yum install zfs` Errors ``` Error: Package: libzfs5-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) Error: Package: libzfs5-2.1.6-1.el8.x86_64 (zfs) Requires: libc.so.6(GLIBC_2.28)(64bit) Error: Package: libzpool5-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) Error: Package: libnvpair3-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) Error: Package: libzpool5-2.1.6-1.el8.x86_64 (zfs) Requires: libc.so.6(GLIBC_2.28)(64bit) Error: Package: zfs-2.1.6-1.el8.x86_64 (zfs) Requires: libc.so.6(GLIBC_2.28)(64bit) Error: Package: libnvpair3-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3(TIRPC_0.3.0)(64bit) Error: Package: zfs-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest ``` This is the error that I got while doing the steps and If try with older versions it seems working but to load modules we needed to reboot, Is there any way to Install it in correct way (Modules loaded without reboot).
1.0
Zfs Installation failed on dependency error - Distribution Name: Amazon linux2 Kernel Version: 5.10.135-122.509 Architecture: x86_64 OpenZFS Version 2.1.6 I'm trying to install the zfs in my Amazon linux 2 machine there it fails with the following errors: Commands used: `sudo yum install https://zfsonlinux.org/epel/zfs-release.el8_6.noarch.rpm ` `sudo yum install -y kernel-devel` `sudo yum install zfs` Errors ``` Error: Package: libzfs5-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) Error: Package: libzfs5-2.1.6-1.el8.x86_64 (zfs) Requires: libc.so.6(GLIBC_2.28)(64bit) Error: Package: libzpool5-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) Error: Package: libnvpair3-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) Error: Package: libzpool5-2.1.6-1.el8.x86_64 (zfs) Requires: libc.so.6(GLIBC_2.28)(64bit) Error: Package: zfs-2.1.6-1.el8.x86_64 (zfs) Requires: libc.so.6(GLIBC_2.28)(64bit) Error: Package: libnvpair3-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3(TIRPC_0.3.0)(64bit) Error: Package: zfs-2.1.6-1.el8.x86_64 (zfs) Requires: libtirpc.so.3()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest ``` This is the error that I got while doing the steps and If try with older versions it seems working but to load modules we needed to reboot, Is there any way to Install it in correct way (Modules loaded without reboot).
non_priority
zfs installation failed on dependency error distribution name amazon kernel version architecture openzfs version i m trying to install the zfs in my amazon linux machine there it fails with the following errors commands used sudo yum install sudo yum install y kernel devel sudo yum install zfs errors error package zfs requires libtirpc so error package zfs requires libc so glibc error package zfs requires libtirpc so error package zfs requires libtirpc so error package zfs requires libc so glibc error package zfs zfs requires libc so glibc error package zfs requires libtirpc so tirpc error package zfs zfs requires libtirpc so you could try using skip broken to work around the problem you could try running rpm va nofiles nodigest this is the error that i got while doing the steps and if try with older versions it seems working but to load modules we needed to reboot is there any way to install it in correct way modules loaded without reboot
0
194,872
22,273,350,522
IssuesEvent
2022-06-10 14:18:58
RG4421/ampere-centos-kernel
https://api.github.com/repos/RG4421/ampere-centos-kernel
reopened
WS-2021-0448 (Medium) detected in linuxv5.2
security vulnerability
## WS-2021-0448 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p> <p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/arch/s390/net/bpf_jit_comp.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/arch/s390/net/bpf_jit_comp.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Linux/Kernel is vulnerable tomemory leak about jit_data in arch/s390/net/bpf_jit_comp.c <p>Publish Date: 2021-11-29 <p>URL: <a href=https://github.com/gregkh/linux/commit/d590a410e472417a22336c7c37685bfb38e801f2>WS-2021-0448</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://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://osv.dev/vulnerability/UVI-2021-1001684">https://osv.dev/vulnerability/UVI-2021-1001684</a></p> <p>Release Date: 2021-11-29</p> <p>Fix Resolution: Linux/Kernel - v5.4.153, v5.10.73, v5.14.12, v5.15-rc5</p> </p> </details> <p></p>
True
WS-2021-0448 (Medium) detected in linuxv5.2 - ## WS-2021-0448 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.2</b></p></summary> <p> <p>Linux kernel source tree</p> <p>Library home page: <a href=https://github.com/torvalds/linux.git>https://github.com/torvalds/linux.git</a></p> <p>Found in base branch: <b>amp-centos-8.0-kernel</b></p></p> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (2)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/arch/s390/net/bpf_jit_comp.c</b> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/arch/s390/net/bpf_jit_comp.c</b> </p> </details> <p></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> In Linux/Kernel is vulnerable tomemory leak about jit_data in arch/s390/net/bpf_jit_comp.c <p>Publish Date: 2021-11-29 <p>URL: <a href=https://github.com/gregkh/linux/commit/d590a410e472417a22336c7c37685bfb38e801f2>WS-2021-0448</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://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://osv.dev/vulnerability/UVI-2021-1001684">https://osv.dev/vulnerability/UVI-2021-1001684</a></p> <p>Release Date: 2021-11-29</p> <p>Fix Resolution: Linux/Kernel - v5.4.153, v5.10.73, v5.14.12, v5.15-rc5</p> </p> </details> <p></p>
non_priority
ws medium detected in ws medium severity vulnerability vulnerable library linux kernel source tree library home page a href found in base branch amp centos kernel vulnerable source files arch net bpf jit comp c arch net bpf jit comp c vulnerability details in linux kernel is vulnerable tomemory leak about jit data in arch net bpf jit comp c publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution linux kernel
0
346,888
24,887,328,177
IssuesEvent
2022-10-28 08:54:35
jolynloh/ped
https://api.github.com/repos/jolynloh/ped
opened
Minor grammar error in command result status output
type.DocumentationBug severity.VeryLow
Perhaps `Nothing to be undone` would be more grammatically accurate ![image.png](https://raw.githubusercontent.com/jolynloh/ped/main/files/a1b9b333-929a-4fce-bfdd-379915430ee1.png) <!--session: 1666944144708-0f3a8229-835f-41cd-8722-8e54c4e0815d--> <!--Version: Web v3.4.4-->
1.0
Minor grammar error in command result status output - Perhaps `Nothing to be undone` would be more grammatically accurate ![image.png](https://raw.githubusercontent.com/jolynloh/ped/main/files/a1b9b333-929a-4fce-bfdd-379915430ee1.png) <!--session: 1666944144708-0f3a8229-835f-41cd-8722-8e54c4e0815d--> <!--Version: Web v3.4.4-->
non_priority
minor grammar error in command result status output perhaps nothing to be undone would be more grammatically accurate
0
103,735
12,965,073,307
IssuesEvent
2020-07-20 21:38:13
disco-lang/disco
https://api.github.com/repos/disco-lang/disco
closed
Introduce separate `Prop` type
C-Project S-Critical U-Language Design U-Testing U-Type Checking Z-Feature Request Z-Research Project
`Bool` is a subtype of `Prop`. Things like `forall`, `exists` create a `Prop`. Things like `and`, `or` can work with both. A `Prop` can be evaluated into a `Bool`, using a built-in primitive named something like `eval`, or `check`, (this might not terminate), or tested using a primitive like `test` (which terminates). Maybe `test` returns some special algebraic type representing possible outcomes (definitely false (with counterexample?); definitely true; probably true; probably false).
1.0
Introduce separate `Prop` type - `Bool` is a subtype of `Prop`. Things like `forall`, `exists` create a `Prop`. Things like `and`, `or` can work with both. A `Prop` can be evaluated into a `Bool`, using a built-in primitive named something like `eval`, or `check`, (this might not terminate), or tested using a primitive like `test` (which terminates). Maybe `test` returns some special algebraic type representing possible outcomes (definitely false (with counterexample?); definitely true; probably true; probably false).
non_priority
introduce separate prop type bool is a subtype of prop things like forall exists create a prop things like and or can work with both a prop can be evaluated into a bool using a built in primitive named something like eval or check this might not terminate or tested using a primitive like test which terminates maybe test returns some special algebraic type representing possible outcomes definitely false with counterexample definitely true probably true probably false
0
167,285
14,107,160,390
IssuesEvent
2020-11-06 15:54:35
facebookresearch/faiss
https://api.github.com/repos/facebookresearch/faiss
closed
API doc
documentation
# Summary hi, is the doxygen documentation removed? I got a 404 when I visit this link https://rawgit.com/facebookresearch/faiss/master/docs/html/namespacefaiss.html <!-- Facebook has a bounty program for the safe disclosure of security bugs. In those cases, please go through the process outlined on that page and do not file a public issue. --> # Platform <!-- if the question/problem is not platform-specific, please ignore this --> OS: <!-- e.g. macOS 10.13.3 --> Faiss version: <!-- git commit, e.g. 56383610bcb982d6591e2e2bea3516cb7723e04a --> Faiss compilation options: <!-- e.g. using MKL with compile flags ... --> Running on: - [ ] CPU - [ ] GPU Interface: - [ ] C++ - [ ] Python # Reproduction instructions <!-- Please provide specific and comprehensive instructions to reproduce the described behavior. --> <!-- Please *do not* post screenshots of logs. They are not searchable. Copy/paste the text or make a gist if the text is too bulky. -->
1.0
API doc - # Summary hi, is the doxygen documentation removed? I got a 404 when I visit this link https://rawgit.com/facebookresearch/faiss/master/docs/html/namespacefaiss.html <!-- Facebook has a bounty program for the safe disclosure of security bugs. In those cases, please go through the process outlined on that page and do not file a public issue. --> # Platform <!-- if the question/problem is not platform-specific, please ignore this --> OS: <!-- e.g. macOS 10.13.3 --> Faiss version: <!-- git commit, e.g. 56383610bcb982d6591e2e2bea3516cb7723e04a --> Faiss compilation options: <!-- e.g. using MKL with compile flags ... --> Running on: - [ ] CPU - [ ] GPU Interface: - [ ] C++ - [ ] Python # Reproduction instructions <!-- Please provide specific and comprehensive instructions to reproduce the described behavior. --> <!-- Please *do not* post screenshots of logs. They are not searchable. Copy/paste the text or make a gist if the text is too bulky. -->
non_priority
api doc summary hi is the doxygen documentation removed i got a when i visit this link facebook has a bounty program for the safe disclosure of security bugs in those cases please go through the process outlined on that page and do not file a public issue platform os faiss version faiss compilation options running on cpu gpu interface c python reproduction instructions please provide specific and comprehensive instructions to reproduce the described behavior please do not post screenshots of logs they are not searchable copy paste the text or make a gist if the text is too bulky
0
159,534
13,766,956,770
IssuesEvent
2020-10-07 15:09:41
12rambau/mspa-analysis
https://api.github.com/repos/12rambau/mspa-analysis
closed
export legend with the tif file
documentation enhancement
Export a legend with the TIF file. A text file with the class value and name would be enough.
1.0
export legend with the tif file - Export a legend with the TIF file. A text file with the class value and name would be enough.
non_priority
export legend with the tif file export a legend with the tif file a text file with the class value and name would be enough
0
192,902
14,632,531,458
IssuesEvent
2020-12-23 22:41:40
ARUP-CAS/aiscr-digiarchiv-2
https://api.github.com/repos/ARUP-CAS/aiscr-digiarchiv-2
closed
Dokumenty nejsou v mapě - chybně interpretovaná přístupnost
CLIENT bug C ready for test
Něco se patrně rozbilo v propojení dokumentů s PIAN. V mapě jich je viditelných podezřele málo a při kliknutí na "Zobrazit na mapě" např. u C-TX-202000005 se nic nestane. Pokud ale tentýž otevřu přes persistentní link, mapové zobrazení funguje dobře.
1.0
Dokumenty nejsou v mapě - chybně interpretovaná přístupnost - Něco se patrně rozbilo v propojení dokumentů s PIAN. V mapě jich je viditelných podezřele málo a při kliknutí na "Zobrazit na mapě" např. u C-TX-202000005 se nic nestane. Pokud ale tentýž otevřu přes persistentní link, mapové zobrazení funguje dobře.
non_priority
dokumenty nejsou v mapě chybně interpretovaná přístupnost něco se patrně rozbilo v propojení dokumentů s pian v mapě jich je viditelných podezřele málo a při kliknutí na zobrazit na mapě např u c tx se nic nestane pokud ale tentýž otevřu přes persistentní link mapové zobrazení funguje dobře
0
5,446
2,774,515,358
IssuesEvent
2015-05-04 09:34:01
owncloud/client
https://api.github.com/repos/owncloud/client
closed
File corruption
bug gold-ticket ReadyToTest
### Expected behaviour I create a file in a folder shared with Owncloud and it always upload a correct file (not corrupted) ### Actual behaviour When I create a file in a folder shared with Owncloud it sometimes uploads a corrupted file. The file has the same size as the original one, but is corrupted. If it can help, i've uploaded 2 corruption examples here: https://www.wetransfer.com/downloads/499390103af226851e2ea96237d5487620141029092303/efdb625623a454be881d013a02c10e3e20141029092303/b2bcb7 The original files have been created in the owncloud folder on purpose to test the bug. The corrupted files have been downloaded directly from the server folder /var/www/owncloud/data/test/files Possibly the same bug as #1969 ? ### Steps to reproduce It's a ramdom bug... I've past massivly 50 files in my owncloud folder, then i did a md5sum on the server to find the corrupted files among all of them ### Server configuration Operating system: Ubuntu 14.04 LTS server Web server: Apache 2.4.7-1 Database: MySQL 5.5.37-0ubuntu0.14.04.1 PHP version: 5.5.9-1ubuntu4.3 ownCloud version: 7.0.2(stable) List of activated apps: Default apps (i don't use them) ### Client configuration Client version: 1.6.4 build 1195 Operating system: Mac Osx Maverick (we are 2 having the same problem)
1.0
File corruption - ### Expected behaviour I create a file in a folder shared with Owncloud and it always upload a correct file (not corrupted) ### Actual behaviour When I create a file in a folder shared with Owncloud it sometimes uploads a corrupted file. The file has the same size as the original one, but is corrupted. If it can help, i've uploaded 2 corruption examples here: https://www.wetransfer.com/downloads/499390103af226851e2ea96237d5487620141029092303/efdb625623a454be881d013a02c10e3e20141029092303/b2bcb7 The original files have been created in the owncloud folder on purpose to test the bug. The corrupted files have been downloaded directly from the server folder /var/www/owncloud/data/test/files Possibly the same bug as #1969 ? ### Steps to reproduce It's a ramdom bug... I've past massivly 50 files in my owncloud folder, then i did a md5sum on the server to find the corrupted files among all of them ### Server configuration Operating system: Ubuntu 14.04 LTS server Web server: Apache 2.4.7-1 Database: MySQL 5.5.37-0ubuntu0.14.04.1 PHP version: 5.5.9-1ubuntu4.3 ownCloud version: 7.0.2(stable) List of activated apps: Default apps (i don't use them) ### Client configuration Client version: 1.6.4 build 1195 Operating system: Mac Osx Maverick (we are 2 having the same problem)
non_priority
file corruption expected behaviour i create a file in a folder shared with owncloud and it always upload a correct file not corrupted actual behaviour when i create a file in a folder shared with owncloud it sometimes uploads a corrupted file the file has the same size as the original one but is corrupted if it can help i ve uploaded corruption examples here the original files have been created in the owncloud folder on purpose to test the bug the corrupted files have been downloaded directly from the server folder var www owncloud data test files possibly the same bug as steps to reproduce it s a ramdom bug i ve past massivly files in my owncloud folder then i did a on the server to find the corrupted files among all of them server configuration operating system ubuntu lts server web server apache database mysql php version owncloud version stable list of activated apps default apps i don t use them client configuration client version build operating system mac osx maverick we are having the same problem
0
69,616
22,577,204,700
IssuesEvent
2022-06-28 08:26:15
vector-im/element-ios
https://api.github.com/repos/vector-im/element-ios
closed
Infinite pagination on newly created room
T-Defect A-Timeline A-Room
### Steps to reproduce 1. Create a brand new room 2. Don't write anything in it and open it from iOS ### Outcome #### What did you expect? Room loading with only the creation content #### What happened instead? The application tries to paginate forever ### Your phone model Any ### Operating system version Any ### Application version develop ### Homeserver matrix.org ### Will you send logs? No
1.0
Infinite pagination on newly created room - ### Steps to reproduce 1. Create a brand new room 2. Don't write anything in it and open it from iOS ### Outcome #### What did you expect? Room loading with only the creation content #### What happened instead? The application tries to paginate forever ### Your phone model Any ### Operating system version Any ### Application version develop ### Homeserver matrix.org ### Will you send logs? No
non_priority
infinite pagination on newly created room steps to reproduce create a brand new room don t write anything in it and open it from ios outcome what did you expect room loading with only the creation content what happened instead the application tries to paginate forever your phone model any operating system version any application version develop homeserver matrix org will you send logs no
0
79,468
7,716,716,901
IssuesEvent
2018-05-23 11:37:39
pixelhumain/co2
https://api.github.com/repos/pixelhumain/co2
closed
Liste - description courte
to test
C'est pas censer être les descriptions courtes qui apparaissent à ce niveau ? C'est la liste des membres d'une orga. ![capture du 2018-04-18 16-12-38](https://user-images.githubusercontent.com/2474636/38931296-bee4260e-4323-11e8-9b54-c0735860ba85.png)
1.0
Liste - description courte - C'est pas censer être les descriptions courtes qui apparaissent à ce niveau ? C'est la liste des membres d'une orga. ![capture du 2018-04-18 16-12-38](https://user-images.githubusercontent.com/2474636/38931296-bee4260e-4323-11e8-9b54-c0735860ba85.png)
non_priority
liste description courte c est pas censer être les descriptions courtes qui apparaissent à ce niveau c est la liste des membres d une orga
0
141,307
11,412,524,539
IssuesEvent
2020-02-01 13:48:03
approvals/ApprovalTests.cpp
https://api.github.com/repos/approvals/ApprovalTests.cpp
closed
Boost.UT tests spuriously pass, by returning 0 exit status even after failure
bug test_frameworks
When I hack the approval files in `tests/UT_Tests/ApprovalTestTests.cpp` to make the test fail, and then run the test via this: ```bash ctest . ``` I expect to see test saying the test failed. However, it gives ``` Start 4: UT_Tests 4/13 Test #4: UT_Tests ................................ Passed 0.23 sec ``` then Test reports the tests pass, even though a diff tool popped up to say an error occurred. ```bash ctest . --verbose ``` then I do see the console output, but the test still reports it passes. ``` Start 4: UT_Tests 4: Test command: /Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/cmake-build-debug-g-9-brew/tests/UT_Tests/UT_Tests 4: Test timeout computed to be: 10000000 4: Running "ItCanVerifyAFile"...PASSED 4: Running "AnotherWayItCanVerifyAFile"...PASSED 4: Running "ItCanUseMultipleVerify"... 4: Unexpected exception with message: 4: Failed Approval: 4: Received does not match approved 4: Received : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.ItCanUseMultipleVerify.section_1.received.txt" 4: Approved : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.ItCanUseMultipleVerify.section_1.approved.txt" 4: FAILED 4: Running "YouCanUseAWriter"...PASSED 4: Running "YouCanSpecifyYourFileExtension"...PASSED 4: Running "YouCanSpecifyYourFileExtensionWithToString"...PASSED 4: Running "YouCanSpecifyYourFileExtensionWithFormatter"... 4: Unexpected exception with message: 4: Failed Approval: 4: Received does not match approved 4: Received : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.YouCanSpecifyYourFileExtensionWithFormatter.received.md" 4: Approved : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.YouCanSpecifyYourFileExtensionWithFormatter.approved.md" 4: FAILED 4: 4: =============================================================================== 4: tests: 7 | 2 failed 4: asserts: 0 | 0 passed | 0 failed 4: 4/13 Test #4: UT_Tests ................................ Passed 0.02 sec ``` I presume that this is because Boost.UT is returning a 0 exit status even after an error has occurred. This is most serious in the case where the user's build is not set up correctly to work with Approval Tests, e.g. when using Ninja with an in-source build... Approval Tests will throw one exception per test case, which 'ctest .' will swallow - and then ctest will report that all the tests succeeded. When in fact they all failed...
1.0
Boost.UT tests spuriously pass, by returning 0 exit status even after failure - When I hack the approval files in `tests/UT_Tests/ApprovalTestTests.cpp` to make the test fail, and then run the test via this: ```bash ctest . ``` I expect to see test saying the test failed. However, it gives ``` Start 4: UT_Tests 4/13 Test #4: UT_Tests ................................ Passed 0.23 sec ``` then Test reports the tests pass, even though a diff tool popped up to say an error occurred. ```bash ctest . --verbose ``` then I do see the console output, but the test still reports it passes. ``` Start 4: UT_Tests 4: Test command: /Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/cmake-build-debug-g-9-brew/tests/UT_Tests/UT_Tests 4: Test timeout computed to be: 10000000 4: Running "ItCanVerifyAFile"...PASSED 4: Running "AnotherWayItCanVerifyAFile"...PASSED 4: Running "ItCanUseMultipleVerify"... 4: Unexpected exception with message: 4: Failed Approval: 4: Received does not match approved 4: Received : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.ItCanUseMultipleVerify.section_1.received.txt" 4: Approved : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.ItCanUseMultipleVerify.section_1.approved.txt" 4: FAILED 4: Running "YouCanUseAWriter"...PASSED 4: Running "YouCanSpecifyYourFileExtension"...PASSED 4: Running "YouCanSpecifyYourFileExtensionWithToString"...PASSED 4: Running "YouCanSpecifyYourFileExtensionWithFormatter"... 4: Unexpected exception with message: 4: Failed Approval: 4: Received does not match approved 4: Received : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.YouCanSpecifyYourFileExtensionWithFormatter.received.md" 4: Approved : "/Users/clare/Documents/develop/ApprovalTests/ApprovalTests.cpp/tests/UT_Tests/approval_tests/ApprovalTestTests.YouCanSpecifyYourFileExtensionWithFormatter.approved.md" 4: FAILED 4: 4: =============================================================================== 4: tests: 7 | 2 failed 4: asserts: 0 | 0 passed | 0 failed 4: 4/13 Test #4: UT_Tests ................................ Passed 0.02 sec ``` I presume that this is because Boost.UT is returning a 0 exit status even after an error has occurred. This is most serious in the case where the user's build is not set up correctly to work with Approval Tests, e.g. when using Ninja with an in-source build... Approval Tests will throw one exception per test case, which 'ctest .' will swallow - and then ctest will report that all the tests succeeded. When in fact they all failed...
non_priority
boost ut tests spuriously pass by returning exit status even after failure when i hack the approval files in tests ut tests approvaltesttests cpp to make the test fail and then run the test via this bash ctest i expect to see test saying the test failed however it gives start ut tests test ut tests passed sec then test reports the tests pass even though a diff tool popped up to say an error occurred bash ctest verbose then i do see the console output but the test still reports it passes start ut tests test command users clare documents develop approvaltests approvaltests cpp cmake build debug g brew tests ut tests ut tests test timeout computed to be running itcanverifyafile passed running anotherwayitcanverifyafile passed running itcanusemultipleverify unexpected exception with message failed approval received does not match approved received users clare documents develop approvaltests approvaltests cpp tests ut tests approval tests approvaltesttests itcanusemultipleverify section received txt approved users clare documents develop approvaltests approvaltests cpp tests ut tests approval tests approvaltesttests itcanusemultipleverify section approved txt failed running youcanuseawriter passed running youcanspecifyyourfileextension passed running youcanspecifyyourfileextensionwithtostring passed running youcanspecifyyourfileextensionwithformatter unexpected exception with message failed approval received does not match approved received users clare documents develop approvaltests approvaltests cpp tests ut tests approval tests approvaltesttests youcanspecifyyourfileextensionwithformatter received md approved users clare documents develop approvaltests approvaltests cpp tests ut tests approval tests approvaltesttests youcanspecifyyourfileextensionwithformatter approved md failed tests failed asserts passed failed test ut tests passed sec i presume that this is because boost ut is returning a exit status even after an error has occurred this is most serious in the case where the user s build is not set up correctly to work with approval tests e g when using ninja with an in source build approval tests will throw one exception per test case which ctest will swallow and then ctest will report that all the tests succeeded when in fact they all failed
0
376,880
26,221,461,496
IssuesEvent
2023-01-04 15:09:11
Anupamak28/git-essentials
https://api.github.com/repos/Anupamak28/git-essentials
reopened
Make a better README.md file
documentation good first issue
My README could be better ,but I'd love some suggestions to make it more clear about what this repo is!
1.0
Make a better README.md file - My README could be better ,but I'd love some suggestions to make it more clear about what this repo is!
non_priority
make a better readme md file my readme could be better but i d love some suggestions to make it more clear about what this repo is
0
12,898
5,265,927,903
IssuesEvent
2017-02-04 06:23:15
LibVNC/libvncserver
https://api.github.com/repos/LibVNC/libvncserver
closed
Is there any place were I can download libvnc* binaries for Windows?
building
Hello, I'm trying to compile `libvncserver` on Windows 7 using `MinGW-w64 Win32 Shell`, but I got some errors that breaks the compilation. I tried to compile the following versions: . **LibVNCServer-0.9.10**: Error: ``` make main.c:1083:6: error: conflicting types for 'gettimeofday' void gettimeofday(struct timeval* tv,char* dummy) ^ In file included from ../rfb/rfbproto.h:98:0, from ../rfb/rfb.h:44, from main.c:16: C:/msys32/mingw32/i686-w64-mingw32/include/sys/time.h:42:13: note: previous declaration of 'gettimeofday' was here int __cdecl gettimeofday(struct timeval *__restrict__, ^ make[2]: *** [main.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ``` Full logs (configure and make) - https://www.dropbox.com/s/8v6m5lvkb05tawt/libvncserver-LibVNCServer-0.9.10.zip?dl=1 (tried with `--with-libgcrypt-prefix` too, but got same error); . **Current trunk (commit 9d4cb56 on 3 Dec 2015)**: Error: ``` make sockets.c:108:0: warning: "EWOULDBLOCK" redefined #define EWOULDBLOCK WSAEWOULDBLOCK ^ In file included from C:/msys32/mingw32/i686-w64-mingw32/include/pthread.h:63:0, from ../rfb/rfb.h:65, from sockets.c:54: C:/msys32/mingw32/i686-w64-mingw32/include/errno.h:166:0: note: this is the location of the previous definition #define EWOULDBLOCK 140 ^ sockets.c:109:0: warning: "ETIMEDOUT" redefined #define ETIMEDOUT WSAETIMEDOUT ^ In file included from C:/msys32/mingw32/i686-w64-mingw32/include/pthread.h:63:0, from ../rfb/rfb.h:65, from sockets.c:54: C:/msys32/mingw32/i686-w64-mingw32/include/errno.h:183:0: note: this is the location of the previous definition #define ETIMEDOUT 138 ^ tightvnc-filetransfer/handlefiletransferrequest.c:26:17: fatal error: pwd.h: No such file or directory compilation terminated. make[2]: *** [tightvnc-filetransfer/handlefiletransferrequest.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ``` Full logs (configure and make) - https://www.dropbox.com/s/fdiecklv00lodyl/libvncserver-master.zip?dl=1 (tried with `--with-libgcrypt-prefix` too, but got same error). I can't fix it because my C knowledgment is a little bit beginner, then I can't compile it. So, is there any place were I can download the `libvncserver` (server and client) binaries (.dll) for Windows (32 and/or 64 bits)? Thank you!
1.0
Is there any place were I can download libvnc* binaries for Windows? - Hello, I'm trying to compile `libvncserver` on Windows 7 using `MinGW-w64 Win32 Shell`, but I got some errors that breaks the compilation. I tried to compile the following versions: . **LibVNCServer-0.9.10**: Error: ``` make main.c:1083:6: error: conflicting types for 'gettimeofday' void gettimeofday(struct timeval* tv,char* dummy) ^ In file included from ../rfb/rfbproto.h:98:0, from ../rfb/rfb.h:44, from main.c:16: C:/msys32/mingw32/i686-w64-mingw32/include/sys/time.h:42:13: note: previous declaration of 'gettimeofday' was here int __cdecl gettimeofday(struct timeval *__restrict__, ^ make[2]: *** [main.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ``` Full logs (configure and make) - https://www.dropbox.com/s/8v6m5lvkb05tawt/libvncserver-LibVNCServer-0.9.10.zip?dl=1 (tried with `--with-libgcrypt-prefix` too, but got same error); . **Current trunk (commit 9d4cb56 on 3 Dec 2015)**: Error: ``` make sockets.c:108:0: warning: "EWOULDBLOCK" redefined #define EWOULDBLOCK WSAEWOULDBLOCK ^ In file included from C:/msys32/mingw32/i686-w64-mingw32/include/pthread.h:63:0, from ../rfb/rfb.h:65, from sockets.c:54: C:/msys32/mingw32/i686-w64-mingw32/include/errno.h:166:0: note: this is the location of the previous definition #define EWOULDBLOCK 140 ^ sockets.c:109:0: warning: "ETIMEDOUT" redefined #define ETIMEDOUT WSAETIMEDOUT ^ In file included from C:/msys32/mingw32/i686-w64-mingw32/include/pthread.h:63:0, from ../rfb/rfb.h:65, from sockets.c:54: C:/msys32/mingw32/i686-w64-mingw32/include/errno.h:183:0: note: this is the location of the previous definition #define ETIMEDOUT 138 ^ tightvnc-filetransfer/handlefiletransferrequest.c:26:17: fatal error: pwd.h: No such file or directory compilation terminated. make[2]: *** [tightvnc-filetransfer/handlefiletransferrequest.lo] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ``` Full logs (configure and make) - https://www.dropbox.com/s/fdiecklv00lodyl/libvncserver-master.zip?dl=1 (tried with `--with-libgcrypt-prefix` too, but got same error). I can't fix it because my C knowledgment is a little bit beginner, then I can't compile it. So, is there any place were I can download the `libvncserver` (server and client) binaries (.dll) for Windows (32 and/or 64 bits)? Thank you!
non_priority
is there any place were i can download libvnc binaries for windows hello i m trying to compile libvncserver on windows using mingw shell but i got some errors that breaks the compilation i tried to compile the following versions libvncserver error make main c error conflicting types for gettimeofday void gettimeofday struct timeval tv char dummy in file included from rfb rfbproto h from rfb rfb h from main c c include sys time h note previous declaration of gettimeofday was here int cdecl gettimeofday struct timeval restrict make error make error make error full logs configure and make tried with with libgcrypt prefix too but got same error current trunk commit on dec error make sockets c warning ewouldblock redefined define ewouldblock wsaewouldblock in file included from c include pthread h from rfb rfb h from sockets c c include errno h note this is the location of the previous definition define ewouldblock sockets c warning etimedout redefined define etimedout wsaetimedout in file included from c include pthread h from rfb rfb h from sockets c c include errno h note this is the location of the previous definition define etimedout tightvnc filetransfer handlefiletransferrequest c fatal error pwd h no such file or directory compilation terminated make error make error make error full logs configure and make tried with with libgcrypt prefix too but got same error i can t fix it because my c knowledgment is a little bit beginner then i can t compile it so is there any place were i can download the libvncserver server and client binaries dll for windows and or bits thank you
0
128,018
12,345,794,260
IssuesEvent
2020-05-15 09:34:53
OSS-Enthusiasts/brackets-php-beautify
https://api.github.com/repos/OSS-Enthusiasts/brackets-php-beautify
closed
Change "I" to "We" in README.md
documentation first-timers-only good first issue issue claimed up-for-grabs
Good for first timers CURRENT ISSUE: The file [README.md](https://github.com/OSS-Enthusiasts/brackets-php-beautify/blob/master/README.md) says "I" on the following line: ``` 46. Contributions and suggestions are very welcome and wanted. I try to respond to pull requests within 48 hours. For more information see CONTRIBUTING.md ``` WHAT WE NEED: Change "I" to "We". It should end up something like this: ``` 46. Contributions and suggestions are very welcome and wanted. We try to respond to pull requests within 48 hours. For more information see CONTRIBUTING.md ``` For a step by step guide on how to do this. See [CONTRIBUTING.md](https://github.com/OSS-Enthusiasts/brackets-php-beautify/blob/master/CONTRIBUTING.md)
1.0
Change "I" to "We" in README.md - Good for first timers CURRENT ISSUE: The file [README.md](https://github.com/OSS-Enthusiasts/brackets-php-beautify/blob/master/README.md) says "I" on the following line: ``` 46. Contributions and suggestions are very welcome and wanted. I try to respond to pull requests within 48 hours. For more information see CONTRIBUTING.md ``` WHAT WE NEED: Change "I" to "We". It should end up something like this: ``` 46. Contributions and suggestions are very welcome and wanted. We try to respond to pull requests within 48 hours. For more information see CONTRIBUTING.md ``` For a step by step guide on how to do this. See [CONTRIBUTING.md](https://github.com/OSS-Enthusiasts/brackets-php-beautify/blob/master/CONTRIBUTING.md)
non_priority
change i to we in readme md good for first timers current issue the file says i on the following line contributions and suggestions are very welcome and wanted i try to respond to pull requests within hours for more information see contributing md what we need change i to we it should end up something like this contributions and suggestions are very welcome and wanted we try to respond to pull requests within hours for more information see contributing md for a step by step guide on how to do this see
0
10,770
4,087,125,778
IssuesEvent
2016-06-01 08:54:23
DotSpatial/DotSpatial
https://api.github.com/repos/DotSpatial/DotSpatial
closed
Crash in SetVisible from FeatureLayer using a Feature
bug CodePlex
**This issue was imported from [CodePlex](http://dotspatial.codeplex.com/workitem/306)** **[Taber](http://www.codeplex.com/site/users/view/Taber)** wrote 2011-06-01 at 18:59 Using SetVisible to hide features, the function works if we use the indices of features. But if we use a feature, and editmode is false, it crash in: // FeatureLayer.cs public void SetVisible(IFeature feature, bool visible) Because index is -1 (not found in indexof function). If, after trying to hide the items back to them visible indices does not crash but does nothing, if I use the item back to crash with the same problem.
1.0
Crash in SetVisible from FeatureLayer using a Feature - **This issue was imported from [CodePlex](http://dotspatial.codeplex.com/workitem/306)** **[Taber](http://www.codeplex.com/site/users/view/Taber)** wrote 2011-06-01 at 18:59 Using SetVisible to hide features, the function works if we use the indices of features. But if we use a feature, and editmode is false, it crash in: // FeatureLayer.cs public void SetVisible(IFeature feature, bool visible) Because index is -1 (not found in indexof function). If, after trying to hide the items back to them visible indices does not crash but does nothing, if I use the item back to crash with the same problem.
non_priority
crash in setvisible from featurelayer using a feature this issue was imported from wrote at using setvisible to hide features the function works if we use the indices of features but if we use a feature and editmode is false it crash in featurelayer cs public void setvisible ifeature feature bool visible because index is not found in indexof function if after trying to hide the items back to them visible indices does not crash but does nothing if i use the item back to crash with the same problem
0