Unnamed: 0 int64 3 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3 values | title stringlengths 2 742 | labels stringlengths 4 431 | body stringlengths 5 239k | index stringclasses 10 values | text_combine stringlengths 96 240k | label stringclasses 2 values | text stringlengths 96 200k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
25,058 | 24,646,997,591 | IssuesEvent | 2022-10-17 15:31:33 | hpc/charliecloud | https://api.github.com/repos/hpc/charliecloud | closed | unhelpful error message raised by ch-image build | bug medium image usability | Passing `ch-image build` a Dockerfile instead of a context directory raises an unhelpful error message:
```
$ ch-image build --debug test/Dockerfile.00_tiny
inferred image name: dockerfile.00_tiny
error: can't open for rt: test/Dockerfile.00_tiny/Dockerfile: Not a directory
hint: charliecloud.py:2616:ossafe, charliecloud.py:2607:open_, build.py:116:main, ch-image:281:main
```
Revise this so the message gives the user a better idea of what they're doing wrong. Alternately, we could have Charliecloud assume that the context directory is the same as the one the file is located in.
Equivalent error using Docker:
```
$ sudo docker build test/Dockerfile.00_tiny
unable to prepare context: context must be a directory: /home/charlie/charliecloud/test/Dockerfile.00_tiny
``` | True | unhelpful error message raised by ch-image build - Passing `ch-image build` a Dockerfile instead of a context directory raises an unhelpful error message:
```
$ ch-image build --debug test/Dockerfile.00_tiny
inferred image name: dockerfile.00_tiny
error: can't open for rt: test/Dockerfile.00_tiny/Dockerfile: Not a directory
hint: charliecloud.py:2616:ossafe, charliecloud.py:2607:open_, build.py:116:main, ch-image:281:main
```
Revise this so the message gives the user a better idea of what they're doing wrong. Alternately, we could have Charliecloud assume that the context directory is the same as the one the file is located in.
Equivalent error using Docker:
```
$ sudo docker build test/Dockerfile.00_tiny
unable to prepare context: context must be a directory: /home/charlie/charliecloud/test/Dockerfile.00_tiny
``` | usab | unhelpful error message raised by ch image build passing ch image build a dockerfile instead of a context directory raises an unhelpful error message ch image build debug test dockerfile tiny inferred image name dockerfile tiny error can t open for rt test dockerfile tiny dockerfile not a directory hint charliecloud py ossafe charliecloud py open build py main ch image main revise this so the message gives the user a better idea of what they re doing wrong alternately we could have charliecloud assume that the context directory is the same as the one the file is located in equivalent error using docker sudo docker build test dockerfile tiny unable to prepare context context must be a directory home charlie charliecloud test dockerfile tiny | 1 |
255,925 | 8,126,582,484 | IssuesEvent | 2018-08-17 03:09:49 | aowen87/BAR | https://api.github.com/repos/aowen87/BAR | closed | Easier way to create X vs Y over time, where X and Y are 2 scalars defined on the mesh. | Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal | Here is the e-mail from Cihan Altinay:
From: Cihan Altinay [mailto:c.altinay@uq.edu.au]
Sent: Thursday, February 17, 2011 9:28 PM
To: VisIt software users community
Subject: [visit-users] Time Curve of mesh variables
Hello all,
I have a dataset with multiple time steps and an unstructured mesh plus
two scalar variables, say X and Y. Both X and Y are constant over the
full domain.
What I would like to get is a single X-Y curve over all time steps.
I actually achieved nearly that by creating query-over-time plots after
picking a random point for both X and Y, then exporting the resulting
curves as 'curve' data, opening that file and finally doing a scatter
plot. However, I only get points and no curve this way and I am pretty
sure there must be an easier way, or not...?
Thanks,
Cihan
--
Cihan Altinay
The University of Queensland Email:c.altinay@uq.edu.au
Earth Systems Science Computational Centre Tel: +61 7 334 64118
St Lucia, QLD 4072, Australia Fax: +61 7 334 64134
I told him that he could then parse the 2 curve files to generate a new
curve file with X vs Y.
The whole process could be made easier and the last step could be made
easier. Is there some new paradigm that would make this entire class of
problem simpler?
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 621
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Easier way to create X vs Y over time, where X and Y are 2 scalars defined on the mesh.
Assigned to:
Category:
Target version:
Author: Eric Brugger
Start: 02/18/2011
Due date:
% Done: 0
Estimated time:
Created: 02/18/2011 03:48 pm
Updated: 03/03/2011 05:18 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Here is the e-mail from Cihan Altinay:
From: Cihan Altinay [mailto:c.altinay@uq.edu.au]
Sent: Thursday, February 17, 2011 9:28 PM
To: VisIt software users community
Subject: [visit-users] Time Curve of mesh variables
Hello all,
I have a dataset with multiple time steps and an unstructured mesh plus
two scalar variables, say X and Y. Both X and Y are constant over the
full domain.
What I would like to get is a single X-Y curve over all time steps.
I actually achieved nearly that by creating query-over-time plots after
picking a random point for both X and Y, then exporting the resulting
curves as 'curve' data, opening that file and finally doing a scatter
plot. However, I only get points and no curve this way and I am pretty
sure there must be an easier way, or not...?
Thanks,
Cihan
--
Cihan Altinay
The University of Queensland Email:c.altinay@uq.edu.au
Earth Systems Science Computational Centre Tel: +61 7 334 64118
St Lucia, QLD 4072, Australia Fax: +61 7 334 64134
I told him that he could then parse the 2 curve files to generate a new
curve file with X vs Y.
The whole process could be made easier and the last step could be made
easier. Is there some new paradigm that would make this entire class of
problem simpler?
Comments:
TrajectoyByNode and TrajectoryByZone queries do what he wants.
| 1.0 | Easier way to create X vs Y over time, where X and Y are 2 scalars defined on the mesh. - Here is the e-mail from Cihan Altinay:
From: Cihan Altinay [mailto:c.altinay@uq.edu.au]
Sent: Thursday, February 17, 2011 9:28 PM
To: VisIt software users community
Subject: [visit-users] Time Curve of mesh variables
Hello all,
I have a dataset with multiple time steps and an unstructured mesh plus
two scalar variables, say X and Y. Both X and Y are constant over the
full domain.
What I would like to get is a single X-Y curve over all time steps.
I actually achieved nearly that by creating query-over-time plots after
picking a random point for both X and Y, then exporting the resulting
curves as 'curve' data, opening that file and finally doing a scatter
plot. However, I only get points and no curve this way and I am pretty
sure there must be an easier way, or not...?
Thanks,
Cihan
--
Cihan Altinay
The University of Queensland Email:c.altinay@uq.edu.au
Earth Systems Science Computational Centre Tel: +61 7 334 64118
St Lucia, QLD 4072, Australia Fax: +61 7 334 64134
I told him that he could then parse the 2 curve files to generate a new
curve file with X vs Y.
The whole process could be made easier and the last step could be made
easier. Is there some new paradigm that would make this entire class of
problem simpler?
-----------------------REDMINE MIGRATION-----------------------
This ticket was migrated from Redmine. As such, not all
information was able to be captured in the transition. Below is
a complete record of the original redmine ticket.
Ticket number: 621
Status: Resolved
Project: VisIt
Tracker: Feature
Priority: Normal
Subject: Easier way to create X vs Y over time, where X and Y are 2 scalars defined on the mesh.
Assigned to:
Category:
Target version:
Author: Eric Brugger
Start: 02/18/2011
Due date:
% Done: 0
Estimated time:
Created: 02/18/2011 03:48 pm
Updated: 03/03/2011 05:18 pm
Likelihood:
Severity:
Found in version:
Impact: 3 - Medium
Expected Use: 3 - Occasional
OS: All
Support Group: Any
Description:
Here is the e-mail from Cihan Altinay:
From: Cihan Altinay [mailto:c.altinay@uq.edu.au]
Sent: Thursday, February 17, 2011 9:28 PM
To: VisIt software users community
Subject: [visit-users] Time Curve of mesh variables
Hello all,
I have a dataset with multiple time steps and an unstructured mesh plus
two scalar variables, say X and Y. Both X and Y are constant over the
full domain.
What I would like to get is a single X-Y curve over all time steps.
I actually achieved nearly that by creating query-over-time plots after
picking a random point for both X and Y, then exporting the resulting
curves as 'curve' data, opening that file and finally doing a scatter
plot. However, I only get points and no curve this way and I am pretty
sure there must be an easier way, or not...?
Thanks,
Cihan
--
Cihan Altinay
The University of Queensland Email:c.altinay@uq.edu.au
Earth Systems Science Computational Centre Tel: +61 7 334 64118
St Lucia, QLD 4072, Australia Fax: +61 7 334 64134
I told him that he could then parse the 2 curve files to generate a new
curve file with X vs Y.
The whole process could be made easier and the last step could be made
easier. Is there some new paradigm that would make this entire class of
problem simpler?
Comments:
TrajectoyByNode and TrajectoryByZone queries do what he wants.
| non_usab | easier way to create x vs y over time where x and y are scalars defined on the mesh here is the e mail from cihan altinay from cihan altinay sent thursday february pm to visit software users community subject time curve of mesh variables hello all i have a dataset with multiple time steps and an unstructured mesh plus two scalar variables say x and y both x and y are constant over the full domain what i would like to get is a single x y curve over all time steps i actually achieved nearly that by creating query over time plots after picking a random point for both x and y then exporting the resulting curves as curve data opening that file and finally doing a scatter plot however i only get points and no curve this way and i am pretty sure there must be an easier way or not thanks cihan cihan altinay the university of queensland email c altinay uq edu au earth systems science computational centre tel st lucia qld australia fax i told him that he could then parse the curve files to generate a new curve file with x vs y the whole process could be made easier and the last step could be made easier is there some new paradigm that would make this entire class of problem simpler redmine migration this ticket was migrated from redmine as such not all information was able to be captured in the transition below is a complete record of the original redmine ticket ticket number status resolved project visit tracker feature priority normal subject easier way to create x vs y over time where x and y are scalars defined on the mesh assigned to category target version author eric brugger start due date done estimated time created pm updated pm likelihood severity found in version impact medium expected use occasional os all support group any description here is the e mail from cihan altinay from cihan altinay sent thursday february pm to visit software users community subject time curve of mesh variables hello all i have a dataset with multiple time steps and an unstructured mesh plus two scalar variables say x and y both x and y are constant over the full domain what i would like to get is a single x y curve over all time steps i actually achieved nearly that by creating query over time plots after picking a random point for both x and y then exporting the resulting curves as curve data opening that file and finally doing a scatter plot however i only get points and no curve this way and i am pretty sure there must be an easier way or not thanks cihan cihan altinay the university of queensland email c altinay uq edu au earth systems science computational centre tel st lucia qld australia fax i told him that he could then parse the curve files to generate a new curve file with x vs y the whole process could be made easier and the last step could be made easier is there some new paradigm that would make this entire class of problem simpler comments trajectoybynode and trajectorybyzone queries do what he wants | 0 |
17,951 | 12,440,046,191 | IssuesEvent | 2020-05-26 11:14:38 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | 'New Project' browse window should have "Recent" and "favorites". | feature proposal topic:editor usability | **Operating system or device - Godot version:**
Any, Godot 2.1.Stable.Official
**Feature Request**
If this hasn't been added in the latest branch, the idea is to have the recent and favorites sub-window, just like when you open a scene up

That should make creating new projects in same, non engine root, location easier.
| True | 'New Project' browse window should have "Recent" and "favorites". - **Operating system or device - Godot version:**
Any, Godot 2.1.Stable.Official
**Feature Request**
If this hasn't been added in the latest branch, the idea is to have the recent and favorites sub-window, just like when you open a scene up

That should make creating new projects in same, non engine root, location easier.
| usab | new project browse window should have recent and favorites operating system or device godot version any godot stable official feature request if this hasn t been added in the latest branch the idea is to have the recent and favorites sub window just like when you open a scene up that should make creating new projects in same non engine root location easier | 1 |
19,337 | 13,883,961,811 | IssuesEvent | 2020-10-18 14:17:07 | kitsudaiki/libKitsunemimiCommon | https://api.github.com/repos/kitsudaiki/libKitsunemimiCommon | closed | fix events | bug usability | ## BUG-issue
### Description
The events have the problem, that their `processEvent`-method is protected, which makes the handling a bit stupid. These virtual method should become public. | True | fix events - ## BUG-issue
### Description
The events have the problem, that their `processEvent`-method is protected, which makes the handling a bit stupid. These virtual method should become public. | usab | fix events bug issue description the events have the problem that their processevent method is protected which makes the handling a bit stupid these virtual method should become public | 1 |
4,415 | 3,852,172,835 | IssuesEvent | 2016-04-06 07:26:57 | daisy/pipeline-webui | https://api.github.com/repos/daisy/pipeline-webui | opened | Remove the "results" section from the job view | 0 - Backlog enhancement Usability | - move the "download all results" button up to the other buttons (below and smaller than the other buttons).
- remove the "results" section including the file listing | True | Remove the "results" section from the job view - - move the "download all results" button up to the other buttons (below and smaller than the other buttons).
- remove the "results" section including the file listing | usab | remove the results section from the job view move the download all results button up to the other buttons below and smaller than the other buttons remove the results section including the file listing | 1 |
347,779 | 31,274,097,984 | IssuesEvent | 2023-08-22 04:11:47 | nasa/opera-sds-int | https://api.github.com/repos/nasa/opera-sds-int | closed | [New Feature]: Complete PGE smoke test automation | enhancement r2_rc10_testing | ### Checked for duplicates
Yes - I've already checked
### Alternatives considered
Yes - and alternatives don't suffice
### Related problems
_No response_
### Describe the feature request
We've been making significant progress towards being able to execute the PGE smoke test by a single script invocation:
https://github.com/nasa/opera-sds-int/blob/main/r2_smoketest/run_r2_smoketest_validation.sh
Two more changes need to be made:
1. @collinss-jpl will take out version in the .py and .sh scripts and check them into this repo this folder. Currently the script pulls down these scripts from artifactory.
2. I will add S3 polling to the above script that looks for the products periodically. The test run takes anywhere from 2-4 hrs so it would make for more efficient usage of everyone's time if we didn't have to manually poll to see if the runs were completed. | 1.0 | [New Feature]: Complete PGE smoke test automation - ### Checked for duplicates
Yes - I've already checked
### Alternatives considered
Yes - and alternatives don't suffice
### Related problems
_No response_
### Describe the feature request
We've been making significant progress towards being able to execute the PGE smoke test by a single script invocation:
https://github.com/nasa/opera-sds-int/blob/main/r2_smoketest/run_r2_smoketest_validation.sh
Two more changes need to be made:
1. @collinss-jpl will take out version in the .py and .sh scripts and check them into this repo this folder. Currently the script pulls down these scripts from artifactory.
2. I will add S3 polling to the above script that looks for the products periodically. The test run takes anywhere from 2-4 hrs so it would make for more efficient usage of everyone's time if we didn't have to manually poll to see if the runs were completed. | non_usab | complete pge smoke test automation checked for duplicates yes i ve already checked alternatives considered yes and alternatives don t suffice related problems no response describe the feature request we ve been making significant progress towards being able to execute the pge smoke test by a single script invocation two more changes need to be made collinss jpl will take out version in the py and sh scripts and check them into this repo this folder currently the script pulls down these scripts from artifactory i will add polling to the above script that looks for the products periodically the test run takes anywhere from hrs so it would make for more efficient usage of everyone s time if we didn t have to manually poll to see if the runs were completed | 0 |
23,217 | 6,397,027,807 | IssuesEvent | 2017-08-04 16:57:35 | mozilla/addons-frontend | https://api.github.com/repos/mozilla/addons-frontend | opened | Show a 500 page for unexpected errors in ErrorHandler | component: code quality | ### Describe the problem and steps to reproduce it:
<!-- Please include as many details as possible. -->
Create a 500 error on a component that uses an ErrorHandler. Locally with `yarn amo`, you can do it like:
- shut down your local API
- go to the extensions landing page
### What happened?
You will see a banner that says 'Unexpected error' and in the console it will explain how the page can't connect to the API.
### What did you expect to happen?
It should show a 500 error page and not render any of the real component.
### Anything else we should know?
<!-- Please include a link to the page, screenshots and any relevant files. -->
| 1.0 | Show a 500 page for unexpected errors in ErrorHandler - ### Describe the problem and steps to reproduce it:
<!-- Please include as many details as possible. -->
Create a 500 error on a component that uses an ErrorHandler. Locally with `yarn amo`, you can do it like:
- shut down your local API
- go to the extensions landing page
### What happened?
You will see a banner that says 'Unexpected error' and in the console it will explain how the page can't connect to the API.
### What did you expect to happen?
It should show a 500 error page and not render any of the real component.
### Anything else we should know?
<!-- Please include a link to the page, screenshots and any relevant files. -->
| non_usab | show a page for unexpected errors in errorhandler describe the problem and steps to reproduce it create a error on a component that uses an errorhandler locally with yarn amo you can do it like shut down your local api go to the extensions landing page what happened you will see a banner that says unexpected error and in the console it will explain how the page can t connect to the api what did you expect to happen it should show a error page and not render any of the real component anything else we should know | 0 |
218,588 | 16,764,872,567 | IssuesEvent | 2021-06-14 07:31:46 | argoproj-labs/argocd-autopilot | https://api.github.com/repos/argoproj-labs/argocd-autopilot | opened | Clarify prerequisites in documentation | documentation | It seems as though the latest Argo CD requires k8s 1.20 and above. Maybe there are some other requirements we have missed as well.
We need to update the documentations to make those requirements clear. | 1.0 | Clarify prerequisites in documentation - It seems as though the latest Argo CD requires k8s 1.20 and above. Maybe there are some other requirements we have missed as well.
We need to update the documentations to make those requirements clear. | non_usab | clarify prerequisites in documentation it seems as though the latest argo cd requires and above maybe there are some other requirements we have missed as well we need to update the documentations to make those requirements clear | 0 |
81,610 | 10,243,511,978 | IssuesEvent | 2019-08-20 08:21:06 | DEFRA/ruby-services-team | https://api.github.com/repos/DEFRA/ruby-services-team | opened | Document errors raised by defra-ruby-validators | documentation gems | Each validator in defra-ruby-services should have documentation showing:
- how to use it
- what it validates
- which errors it raises (so custom messages can be provided if necessary) | 1.0 | Document errors raised by defra-ruby-validators - Each validator in defra-ruby-services should have documentation showing:
- how to use it
- what it validates
- which errors it raises (so custom messages can be provided if necessary) | non_usab | document errors raised by defra ruby validators each validator in defra ruby services should have documentation showing how to use it what it validates which errors it raises so custom messages can be provided if necessary | 0 |
14,287 | 8,974,074,961 | IssuesEvent | 2019-01-29 22:56:34 | mochajs/mocha | https://api.github.com/repos/mochajs/mocha | closed | soft-deprecate --reporter-options and replace with --reporter-option | help wanted node.js semver-minor usability | This assumes #3556 lands. This issue came out of code review there.
Yargs has great support for "array"-type options. Generally, any option can be specified multiple times. In addition, options can accept multiple, *space-delimited* values, e.g., `--foo bar baz quux`.
This issue has two parts:
1. Soft-deprecate (using `utils.deprecate()`) `--reporter-options`
2. Implement `--reporter-option` which can be repeated multiple times.
It'd be cool to be able to specify a minimum of one value and a maximum of two, e.g.:
```
--reporter-option someBooleanFlag --reporter-option someString stringValue
```
Not sure if Yargs can to that, but if it can't, then require a single value and split the result on `=`:
```
--reporter-option someBooleanFlag --reporter-option someString=stringValue
```
| True | soft-deprecate --reporter-options and replace with --reporter-option - This assumes #3556 lands. This issue came out of code review there.
Yargs has great support for "array"-type options. Generally, any option can be specified multiple times. In addition, options can accept multiple, *space-delimited* values, e.g., `--foo bar baz quux`.
This issue has two parts:
1. Soft-deprecate (using `utils.deprecate()`) `--reporter-options`
2. Implement `--reporter-option` which can be repeated multiple times.
It'd be cool to be able to specify a minimum of one value and a maximum of two, e.g.:
```
--reporter-option someBooleanFlag --reporter-option someString stringValue
```
Not sure if Yargs can to that, but if it can't, then require a single value and split the result on `=`:
```
--reporter-option someBooleanFlag --reporter-option someString=stringValue
```
| usab | soft deprecate reporter options and replace with reporter option this assumes lands this issue came out of code review there yargs has great support for array type options generally any option can be specified multiple times in addition options can accept multiple space delimited values e g foo bar baz quux this issue has two parts soft deprecate using utils deprecate reporter options implement reporter option which can be repeated multiple times it d be cool to be able to specify a minimum of one value and a maximum of two e g reporter option somebooleanflag reporter option somestring stringvalue not sure if yargs can to that but if it can t then require a single value and split the result on reporter option somebooleanflag reporter option somestring stringvalue | 1 |
21,148 | 16,595,589,662 | IssuesEvent | 2021-06-01 13:09:00 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Reusable block: Add "Convert to regular blocks" in the ellipsis drop down. | Good First Issue [Feature] Reusable Blocks [Type] Enhancement | ## What problem does this address?
In WordPress 5.6.2. We see text clearly in the toolbar how to convert a Reusable block back to a regular block.
<img width="668" alt="Screen Shot 2021-05-25 at 20 01 04" src="https://user-images.githubusercontent.com/5323259/119546209-f6990e00-bd93-11eb-873c-c0feec5da869.png">
In WordPress 5.7.2 we see the following toolbar for Reusable blocks. The icon does not bring the same clarity as text from the earlier version. It is easy to overlook the icon.
<img width="665" alt="Screen Shot 2021-05-25 at 19 57 08" src="https://user-images.githubusercontent.com/5323259/119545784-7c688980-bd93-11eb-97dd-e30d3f6f8cb5.png">
## What is your proposed solution?
Comparing with converting to a Group block.
Converting a block to a Group can be done two ways through the current block toolbar.
Through the "Transform to" panel block (icon)

and in the ellipsis drop down (text).

The icon in WP 5.7 is not so obvious and does not express clearly what it does.
It would be helpful to add "Convert to regular blocks" also to the ellipsis drop down.
So the users have the option to click the icon or click the text inside the ellipsis drop down.

The reason why I am following up on this issue is that I have seen a few reports that users are not able to locate the "Convert to regular blocks" button.
| True | Reusable block: Add "Convert to regular blocks" in the ellipsis drop down. - ## What problem does this address?
In WordPress 5.6.2. We see text clearly in the toolbar how to convert a Reusable block back to a regular block.
<img width="668" alt="Screen Shot 2021-05-25 at 20 01 04" src="https://user-images.githubusercontent.com/5323259/119546209-f6990e00-bd93-11eb-873c-c0feec5da869.png">
In WordPress 5.7.2 we see the following toolbar for Reusable blocks. The icon does not bring the same clarity as text from the earlier version. It is easy to overlook the icon.
<img width="665" alt="Screen Shot 2021-05-25 at 19 57 08" src="https://user-images.githubusercontent.com/5323259/119545784-7c688980-bd93-11eb-97dd-e30d3f6f8cb5.png">
## What is your proposed solution?
Comparing with converting to a Group block.
Converting a block to a Group can be done two ways through the current block toolbar.
Through the "Transform to" panel block (icon)

and in the ellipsis drop down (text).

The icon in WP 5.7 is not so obvious and does not express clearly what it does.
It would be helpful to add "Convert to regular blocks" also to the ellipsis drop down.
So the users have the option to click the icon or click the text inside the ellipsis drop down.

The reason why I am following up on this issue is that I have seen a few reports that users are not able to locate the "Convert to regular blocks" button.
| usab | reusable block add convert to regular blocks in the ellipsis drop down what problem does this address in wordpress we see text clearly in the toolbar how to convert a reusable block back to a regular block img width alt screen shot at src in wordpress we see the following toolbar for reusable blocks the icon does not bring the same clarity as text from the earlier version it is easy to overlook the icon img width alt screen shot at src what is your proposed solution comparing with converting to a group block converting a block to a group can be done two ways through the current block toolbar through the transform to panel block icon and in the ellipsis drop down text the icon in wp is not so obvious and does not express clearly what it does it would be helpful to add convert to regular blocks also to the ellipsis drop down so the users have the option to click the icon or click the text inside the ellipsis drop down the reason why i am following up on this issue is that i have seen a few reports that users are not able to locate the convert to regular blocks button | 1 |
20,606 | 15,773,300,013 | IssuesEvent | 2021-03-31 23:04:33 | csufmse/student_information_system | https://api.github.com/repos/csufmse/student_information_system | opened | when changing semester during course reg, alert user if they have unsaved changes | bug usability | before leaving semester | True | when changing semester during course reg, alert user if they have unsaved changes - before leaving semester | usab | when changing semester during course reg alert user if they have unsaved changes before leaving semester | 1 |
151,888 | 19,667,502,097 | IssuesEvent | 2022-01-11 01:03:41 | dotnet/AspNetCore.Docs | https://api.github.com/repos/dotnet/AspNetCore.Docs | closed | Missing details on requiring client id for managed identity | P1 Source - Docs.ms Security-PU doc-bug | In the managed identity section it shows the following code snippet:
```
var secretClient = new SecretClient(
new Uri($"https://{builtConfig["KeyVaultName"]}.vault.azure.net/"),
new DefaultAzureCredential());
config.AddAzureKeyVault(secretClient, new KeyVaultSecretManager());
```
However, when attempting to use this in a function deployed to Azure this failed with a 400 bad request failure. After much searching I came across this issue:
https://github.com/Azure/azure-sdk-for-net/issues/11400#issuecomment-620179175
This indicates that by design this isn't enough, that you must specify the client id of the managed identity, either through a not well documented `AZURE_CLIENT_ID` app setting, or via `new DefaultAzureCredential(new DefaultAzureCredentialOptions { ManagedIdentityClientId = "<your client id>" });`.
Both of these issues fixed my problem, and it would be helpful if this was added to the documentation so the doc's suggestions work out of the box.
*Edit:* Specifically it would be useful if its called out that extra steps are needed for user assigned identities
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 2cc0b77a-df21-7007-5cec-4399d98c6dc6
* Version Independent ID: efe5ae5e-ff64-f1c7-6920-4512fc8f36d1
* Content: [Azure Key Vault configuration provider in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/security/key-vault-configuration?view=aspnetcore-5.0)
* Content Source: [aspnetcore/security/key-vault-configuration.md](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/key-vault-configuration.md)
* Product: **aspnet-core**
* Technology: **aspnetcore-security**
* GitHub Login: @Rick-Anderson
* Microsoft Alias: **riande** | True | Missing details on requiring client id for managed identity - In the managed identity section it shows the following code snippet:
```
var secretClient = new SecretClient(
new Uri($"https://{builtConfig["KeyVaultName"]}.vault.azure.net/"),
new DefaultAzureCredential());
config.AddAzureKeyVault(secretClient, new KeyVaultSecretManager());
```
However, when attempting to use this in a function deployed to Azure this failed with a 400 bad request failure. After much searching I came across this issue:
https://github.com/Azure/azure-sdk-for-net/issues/11400#issuecomment-620179175
This indicates that by design this isn't enough, that you must specify the client id of the managed identity, either through a not well documented `AZURE_CLIENT_ID` app setting, or via `new DefaultAzureCredential(new DefaultAzureCredentialOptions { ManagedIdentityClientId = "<your client id>" });`.
Both of these issues fixed my problem, and it would be helpful if this was added to the documentation so the doc's suggestions work out of the box.
*Edit:* Specifically it would be useful if its called out that extra steps are needed for user assigned identities
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 2cc0b77a-df21-7007-5cec-4399d98c6dc6
* Version Independent ID: efe5ae5e-ff64-f1c7-6920-4512fc8f36d1
* Content: [Azure Key Vault configuration provider in ASP.NET Core](https://docs.microsoft.com/en-us/aspnet/core/security/key-vault-configuration?view=aspnetcore-5.0)
* Content Source: [aspnetcore/security/key-vault-configuration.md](https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/security/key-vault-configuration.md)
* Product: **aspnet-core**
* Technology: **aspnetcore-security**
* GitHub Login: @Rick-Anderson
* Microsoft Alias: **riande** | non_usab | missing details on requiring client id for managed identity in the managed identity section it shows the following code snippet var secretclient new secretclient new uri vault azure net new defaultazurecredential config addazurekeyvault secretclient new keyvaultsecretmanager however when attempting to use this in a function deployed to azure this failed with a bad request failure after much searching i came across this issue this indicates that by design this isn t enough that you must specify the client id of the managed identity either through a not well documented azure client id app setting or via new defaultazurecredential new defaultazurecredentialoptions managedidentityclientid both of these issues fixed my problem and it would be helpful if this was added to the documentation so the doc s suggestions work out of the box edit specifically it would be useful if its called out that extra steps are needed for user assigned identities document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product aspnet core technology aspnetcore security github login rick anderson microsoft alias riande | 0 |
24,076 | 23,308,263,825 | IssuesEvent | 2022-08-08 05:07:45 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Play UI regression: no progress indicator. | usability | It does not show.
How to reproduce:
`SELECT sleep(1), rand()` | True | Play UI regression: no progress indicator. - It does not show.
How to reproduce:
`SELECT sleep(1), rand()` | usab | play ui regression no progress indicator it does not show how to reproduce select sleep rand | 1 |
5,917 | 4,069,391,794 | IssuesEvent | 2016-05-27 03:46:36 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | Batch 's permanent chart: "simulations" raises null exception. | > Bug Affects Stability Affects Usability | In the Feature/Batch/Batch.gaml, launch the "Exhaustive optimization" experiment. I got this message:
Error: nil value detected when applying the collect operator on nil and each.nb_infected
!ENTRY org.eclipse.ui 4 4 2016-05-27 09:21:49.982
!MESSAGE GamaRuntimeException Error: nil value detected
!STACK 0
Error: nil value detected
at msi.gama.runtime.exceptions.GamaRuntimeException.error(GamaRuntimeException.java:74)
at msi.gama.util.GAML.nullCheck(GAML.java:44)
at msi.gama.util.GAML.nullCheck(GAML.java:39)
at msi.gaml.operators.Containers.collect(Containers.java:928)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:429)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:1)
at msi.gaml.expressions.BinaryOperator.value(BinaryOperator.java:83)
at msi.gaml.expressions.UnaryOperator.value(UnaryOperator.java:63)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.inferDatasetProperties(ChartDataSourceUnique.java:102)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.createInitialSeries(ChartDataSourceUnique.java:122)
at msi.gama.outputs.layers.charts.ChartDataStatement.createDataSource(ChartDataStatement.java:160)
at msi.gama.outputs.layers.charts.ChartDataStatement.privateExecuteIn(ChartDataStatement.java:208)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.privateExecuteIn(AbstractStatementSequence.java:55)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
GAMA Caught a workbench message : GamaRuntimeException Error: nil value detected Error: nil value detected
Error: nil value detected
at msi.gama.runtime.exceptions.GamaRuntimeException.error(GamaRuntimeException.java:74)
at msi.gama.util.GAML.nullCheck(GAML.java:44)
at msi.gama.util.GAML.nullCheck(GAML.java:39)
at msi.gaml.operators.Containers.collect(Containers.java:928)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:429)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:1)
at msi.gaml.expressions.BinaryOperator.value(BinaryOperator.java:83)
at msi.gaml.expressions.UnaryOperator.value(UnaryOperator.java:63)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.inferDatasetProperties(ChartDataSourceUnique.java:102)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.createInitialSeries(ChartDataSourceUnique.java:122)
at msi.gama.outputs.layers.charts.ChartDataStatement.createDataSource(ChartDataStatement.java:160)
at msi.gama.outputs.layers.charts.ChartDataStatement.privateExecuteIn(ChartDataStatement.java:208)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.privateExecuteIn(AbstractStatementSequence.java:55)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
!ENTRY org.eclipse.ui 4 4 2016-05-27 09:21:50.089
!MESSAGE GamaRuntimeException java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at msi.gama.runtime.exceptions.GamaRuntimeException.addContext(GamaRuntimeException.java:158)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:44)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
GAMA Caught a workbench message : GamaRuntimeException java.lang.NullPointerException java.lang.NullPointerException
java.lang.NullPointerException
at msi.gama.runtime.exceptions.GamaRuntimeException.addContext(GamaRuntimeException.java:158)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:44)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
Gama Git version. | True | Batch 's permanent chart: "simulations" raises null exception. - In the Feature/Batch/Batch.gaml, launch the "Exhaustive optimization" experiment. I got this message:
Error: nil value detected when applying the collect operator on nil and each.nb_infected
!ENTRY org.eclipse.ui 4 4 2016-05-27 09:21:49.982
!MESSAGE GamaRuntimeException Error: nil value detected
!STACK 0
Error: nil value detected
at msi.gama.runtime.exceptions.GamaRuntimeException.error(GamaRuntimeException.java:74)
at msi.gama.util.GAML.nullCheck(GAML.java:44)
at msi.gama.util.GAML.nullCheck(GAML.java:39)
at msi.gaml.operators.Containers.collect(Containers.java:928)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:429)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:1)
at msi.gaml.expressions.BinaryOperator.value(BinaryOperator.java:83)
at msi.gaml.expressions.UnaryOperator.value(UnaryOperator.java:63)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.inferDatasetProperties(ChartDataSourceUnique.java:102)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.createInitialSeries(ChartDataSourceUnique.java:122)
at msi.gama.outputs.layers.charts.ChartDataStatement.createDataSource(ChartDataStatement.java:160)
at msi.gama.outputs.layers.charts.ChartDataStatement.privateExecuteIn(ChartDataStatement.java:208)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.privateExecuteIn(AbstractStatementSequence.java:55)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
GAMA Caught a workbench message : GamaRuntimeException Error: nil value detected Error: nil value detected
Error: nil value detected
at msi.gama.runtime.exceptions.GamaRuntimeException.error(GamaRuntimeException.java:74)
at msi.gama.util.GAML.nullCheck(GAML.java:44)
at msi.gama.util.GAML.nullCheck(GAML.java:39)
at msi.gaml.operators.Containers.collect(Containers.java:928)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:429)
at gaml.additions.GamlAdditions$390.run(GamlAdditions.java:1)
at msi.gaml.expressions.BinaryOperator.value(BinaryOperator.java:83)
at msi.gaml.expressions.UnaryOperator.value(UnaryOperator.java:63)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.inferDatasetProperties(ChartDataSourceUnique.java:102)
at msi.gama.outputs.layers.charts.ChartDataSourceUnique.createInitialSeries(ChartDataSourceUnique.java:122)
at msi.gama.outputs.layers.charts.ChartDataStatement.createDataSource(ChartDataStatement.java:160)
at msi.gama.outputs.layers.charts.ChartDataStatement.privateExecuteIn(ChartDataStatement.java:208)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.privateExecuteIn(AbstractStatementSequence.java:55)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:42)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
!ENTRY org.eclipse.ui 4 4 2016-05-27 09:21:50.089
!MESSAGE GamaRuntimeException java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at msi.gama.runtime.exceptions.GamaRuntimeException.addContext(GamaRuntimeException.java:158)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:44)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
GAMA Caught a workbench message : GamaRuntimeException java.lang.NullPointerException java.lang.NullPointerException
java.lang.NullPointerException
at msi.gama.runtime.exceptions.GamaRuntimeException.addContext(GamaRuntimeException.java:158)
at msi.gaml.statements.AbstractStatement.executeOn(AbstractStatement.java:44)
at msi.gaml.statements.AbstractStatementSequence.executeOn(AbstractStatementSequence.java:43)
at msi.gama.outputs.layers.charts.ChartLayerStatement._init(ChartLayerStatement.java:506)
at msi.gama.outputs.layers.AbstractLayerStatement.init(AbstractLayerStatement.java:78)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.LayeredDisplayOutput.init(LayeredDisplayOutput.java:264)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.outputs.AbstractOutputManager.init(AbstractOutputManager.java:157)
at msi.gama.outputs.ExperimentOutputManager.init(ExperimentOutputManager.java:74)
at msi.gama.kernel.experiment.ExperimentAgent.init(ExperimentAgent.java:199)
at msi.gama.runtime.AbstractScope.init(AbstractScope.java:617)
at msi.gama.kernel.experiment.ExperimentScheduler.schedule(ExperimentScheduler.java:172)
at msi.gama.kernel.experiment.ExperimentAgent.schedule(ExperimentAgent.java:257)
at msi.gama.kernel.experiment.BatchAgent.schedule(BatchAgent.java:87)
at msi.gama.kernel.experiment.ExperimentPlan.open(ExperimentPlan.java:331)
at msi.gama.kernel.experiment.ExperimentController$1.run(ExperimentController.java:101)
at java.lang.Thread.run(Thread.java:745)
Gama Git version. | usab | batch s permanent chart simulations raises null exception in the feature batch batch gaml launch the exhaustive optimization experiment i got this message error nil value detected when applying the collect operator on nil and each nb infected entry org eclipse ui message gamaruntimeexception error nil value detected stack error nil value detected at msi gama runtime exceptions gamaruntimeexception error gamaruntimeexception java at msi gama util gaml nullcheck gaml java at msi gama util gaml nullcheck gaml java at msi gaml operators containers collect containers java at gaml additions gamladditions run gamladditions java at gaml additions gamladditions run gamladditions java at msi gaml expressions binaryoperator value binaryoperator java at msi gaml expressions unaryoperator value unaryoperator java at msi gama outputs layers charts chartdatasourceunique inferdatasetproperties chartdatasourceunique java at msi gama outputs layers charts chartdatasourceunique createinitialseries chartdatasourceunique java at msi gama outputs layers charts chartdatastatement createdatasource chartdatastatement java at msi gama outputs layers charts chartdatastatement privateexecutein chartdatastatement java at msi gaml statements abstractstatement executeon abstractstatement java at msi gaml statements abstractstatementsequence privateexecutein abstractstatementsequence java at msi gaml statements abstractstatement executeon abstractstatement java at msi gaml statements abstractstatementsequence executeon abstractstatementsequence java at msi gama outputs layers charts chartlayerstatement init chartlayerstatement java at msi gama outputs layers abstractlayerstatement init abstractlayerstatement java at msi gama runtime abstractscope init abstractscope java at msi gama outputs layereddisplayoutput init layereddisplayoutput java at msi gama runtime abstractscope init abstractscope java at msi gama outputs abstractoutputmanager init abstractoutputmanager java at msi gama outputs experimentoutputmanager init experimentoutputmanager java at msi gama kernel experiment experimentagent init experimentagent java at msi gama runtime abstractscope init abstractscope java at msi gama kernel experiment experimentscheduler schedule experimentscheduler java at msi gama kernel experiment experimentagent schedule experimentagent java at msi gama kernel experiment batchagent schedule batchagent java at msi gama kernel experiment experimentplan open experimentplan java at msi gama kernel experiment experimentcontroller run experimentcontroller java at java lang thread run thread java gama caught a workbench message gamaruntimeexception error nil value detected error nil value detected error nil value detected at msi gama runtime exceptions gamaruntimeexception error gamaruntimeexception java at msi gama util gaml nullcheck gaml java at msi gama util gaml nullcheck gaml java at msi gaml operators containers collect containers java at gaml additions gamladditions run gamladditions java at gaml additions gamladditions run gamladditions java at msi gaml expressions binaryoperator value binaryoperator java at msi gaml expressions unaryoperator value unaryoperator java at msi gama outputs layers charts chartdatasourceunique inferdatasetproperties chartdatasourceunique java at msi gama outputs layers charts chartdatasourceunique createinitialseries chartdatasourceunique java at msi gama outputs layers charts chartdatastatement createdatasource chartdatastatement java at msi gama outputs layers charts chartdatastatement privateexecutein chartdatastatement java at msi gaml statements abstractstatement executeon abstractstatement java at msi gaml statements abstractstatementsequence privateexecutein abstractstatementsequence java at msi gaml statements abstractstatement executeon abstractstatement java at msi gaml statements abstractstatementsequence executeon abstractstatementsequence java at msi gama outputs layers charts chartlayerstatement init chartlayerstatement java at msi gama outputs layers abstractlayerstatement init abstractlayerstatement java at msi gama runtime abstractscope init abstractscope java at msi gama outputs layereddisplayoutput init layereddisplayoutput java at msi gama runtime abstractscope init abstractscope java at msi gama outputs abstractoutputmanager init abstractoutputmanager java at msi gama outputs experimentoutputmanager init experimentoutputmanager java at msi gama kernel experiment experimentagent init experimentagent java at msi gama runtime abstractscope init abstractscope java at msi gama kernel experiment experimentscheduler schedule experimentscheduler java at msi gama kernel experiment experimentagent schedule experimentagent java at msi gama kernel experiment batchagent schedule batchagent java at msi gama kernel experiment experimentplan open experimentplan java at msi gama kernel experiment experimentcontroller run experimentcontroller java at java lang thread run thread java entry org eclipse ui message gamaruntimeexception java lang nullpointerexception stack java lang nullpointerexception at msi gama runtime exceptions gamaruntimeexception addcontext gamaruntimeexception java at msi gaml statements abstractstatement executeon abstractstatement java at msi gaml statements abstractstatementsequence executeon abstractstatementsequence java at msi gama outputs layers charts chartlayerstatement init chartlayerstatement java at msi gama outputs layers abstractlayerstatement init abstractlayerstatement java at msi gama runtime abstractscope init abstractscope java at msi gama outputs layereddisplayoutput init layereddisplayoutput java at msi gama runtime abstractscope init abstractscope java at msi gama outputs abstractoutputmanager init abstractoutputmanager java at msi gama outputs experimentoutputmanager init experimentoutputmanager java at msi gama kernel experiment experimentagent init experimentagent java at msi gama runtime abstractscope init abstractscope java at msi gama kernel experiment experimentscheduler schedule experimentscheduler java at msi gama kernel experiment experimentagent schedule experimentagent java at msi gama kernel experiment batchagent schedule batchagent java at msi gama kernel experiment experimentplan open experimentplan java at msi gama kernel experiment experimentcontroller run experimentcontroller java at java lang thread run thread java gama caught a workbench message gamaruntimeexception java lang nullpointerexception java lang nullpointerexception java lang nullpointerexception at msi gama runtime exceptions gamaruntimeexception addcontext gamaruntimeexception java at msi gaml statements abstractstatement executeon abstractstatement java at msi gaml statements abstractstatementsequence executeon abstractstatementsequence java at msi gama outputs layers charts chartlayerstatement init chartlayerstatement java at msi gama outputs layers abstractlayerstatement init abstractlayerstatement java at msi gama runtime abstractscope init abstractscope java at msi gama outputs layereddisplayoutput init layereddisplayoutput java at msi gama runtime abstractscope init abstractscope java at msi gama outputs abstractoutputmanager init abstractoutputmanager java at msi gama outputs experimentoutputmanager init experimentoutputmanager java at msi gama kernel experiment experimentagent init experimentagent java at msi gama runtime abstractscope init abstractscope java at msi gama kernel experiment experimentscheduler schedule experimentscheduler java at msi gama kernel experiment experimentagent schedule experimentagent java at msi gama kernel experiment batchagent schedule batchagent java at msi gama kernel experiment experimentplan open experimentplan java at msi gama kernel experiment experimentcontroller run experimentcontroller java at java lang thread run thread java gama git version | 1 |
9,394 | 6,277,983,314 | IssuesEvent | 2017-07-18 13:30:42 | giantswarm/cli | https://api.github.com/repos/giantswarm/cli | closed | Safety net for volume path mismatch | 1 - status/later area/usability | We just had a case where a user has found after several days that he had a volume configured with a bad path. This resulted in data loss first and later in the need to re-create the application.
How can we assist the user in configuring the correct path for a volume? Could we detect this issue and warn the user early?
Maybe we can find out if a user never actually writes to a volume?
Compared to what we have open currently this is definitely lo-priority. Mainly food for thought. It might be a good example for what we called "proactive support" during our offsite session.
| True | Safety net for volume path mismatch - We just had a case where a user has found after several days that he had a volume configured with a bad path. This resulted in data loss first and later in the need to re-create the application.
How can we assist the user in configuring the correct path for a volume? Could we detect this issue and warn the user early?
Maybe we can find out if a user never actually writes to a volume?
Compared to what we have open currently this is definitely lo-priority. Mainly food for thought. It might be a good example for what we called "proactive support" during our offsite session.
| usab | safety net for volume path mismatch we just had a case where a user has found after several days that he had a volume configured with a bad path this resulted in data loss first and later in the need to re create the application how can we assist the user in configuring the correct path for a volume could we detect this issue and warn the user early maybe we can find out if a user never actually writes to a volume compared to what we have open currently this is definitely lo priority mainly food for thought it might be a good example for what we called proactive support during our offsite session | 1 |
185,010 | 21,785,051,141 | IssuesEvent | 2022-05-14 02:17:58 | Watemlifts/JCSprout | https://api.github.com/repos/Watemlifts/JCSprout | opened | CVE-2022-22970 (Medium) detected in spring-beans-4.3.10.RELEASE.jar | security vulnerability | ## CVE-2022-22970 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-beans-4.3.10.RELEASE.jar</b></p></summary>
<p>Spring Beans</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/org/springframework/spring-beans/4.3.10.RELEASE/spring-beans-4.3.10.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-beans/4.3.10.RELEASE/spring-beans-4.3.10.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-aop-2.4.6.jar (Root Library)
- spring-aop-4.3.10.RELEASE.jar
- :x: **spring-beans-4.3.10.RELEASE.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Watemlifts/JCSprout/commit/d38e5ea7505e65d2fafea01e740dd296c0fa0559">d38e5ea7505e65d2fafea01e740dd296c0fa0559</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>
In spring framework versions prior to 5.3.20+ , 5.2.22+ and old unsupported versions, applications that handle file uploads are vulnerable to DoS attack if they rely on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object.
<p>Publish Date: 2022-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22970>CVE-2022-22970</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: 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://tanzu.vmware.com/security/cve-2022-22970">https://tanzu.vmware.com/security/cve-2022-22970</a></p>
<p>Release Date: 2022-05-12</p>
<p>Fix Resolution: org.springframework:spring-beans:5.2.22,5.3.20;org.springframework:spring-core:5.2.22,5.3.20</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-2022-22970 (Medium) detected in spring-beans-4.3.10.RELEASE.jar - ## CVE-2022-22970 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-beans-4.3.10.RELEASE.jar</b></p></summary>
<p>Spring Beans</p>
<p>Library home page: <a href="https://github.com/spring-projects/spring-framework">https://github.com/spring-projects/spring-framework</a></p>
<p>Path to dependency file: /pom.xml</p>
<p>Path to vulnerable library: /root/.m2/repository/org/springframework/spring-beans/4.3.10.RELEASE/spring-beans-4.3.10.RELEASE.jar,/home/wss-scanner/.m2/repository/org/springframework/spring-beans/4.3.10.RELEASE/spring-beans-4.3.10.RELEASE.jar</p>
<p>
Dependency Hierarchy:
- spring-boot-starter-aop-2.4.6.jar (Root Library)
- spring-aop-4.3.10.RELEASE.jar
- :x: **spring-beans-4.3.10.RELEASE.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/Watemlifts/JCSprout/commit/d38e5ea7505e65d2fafea01e740dd296c0fa0559">d38e5ea7505e65d2fafea01e740dd296c0fa0559</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>
In spring framework versions prior to 5.3.20+ , 5.2.22+ and old unsupported versions, applications that handle file uploads are vulnerable to DoS attack if they rely on data binding to set a MultipartFile or javax.servlet.Part to a field in a model object.
<p>Publish Date: 2022-05-12
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2022-22970>CVE-2022-22970</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: 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://tanzu.vmware.com/security/cve-2022-22970">https://tanzu.vmware.com/security/cve-2022-22970</a></p>
<p>Release Date: 2022-05-12</p>
<p>Fix Resolution: org.springframework:spring-beans:5.2.22,5.3.20;org.springframework:spring-core:5.2.22,5.3.20</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve medium detected in spring beans release jar cve medium severity vulnerability vulnerable library spring beans release jar spring beans library home page a href path to dependency file pom xml path to vulnerable library root repository org springframework spring beans release spring beans release jar home wss scanner repository org springframework spring beans release spring beans release jar dependency hierarchy spring boot starter aop jar root library spring aop release jar x spring beans release jar vulnerable library found in head commit a href found in base branch master vulnerability details in spring framework versions prior to and old unsupported versions applications that handle file uploads are vulnerable to dos attack if they rely on data binding to set a multipartfile or javax servlet part to a field in a model object publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org springframework spring beans org springframework spring core step up your open source security game with whitesource | 0 |
19,331 | 13,878,076,090 | IssuesEvent | 2020-10-17 07:42:26 | linkedin/cruise-control | https://api.github.com/repos/linkedin/cruise-control | closed | Error message should state that "populate_disk_info" should be set to true only if JBOD is used in Kafka cluster | usability | Users can query Kafka cluster load along with `populate_disk_info`. For example:
`GET http://<Cruise Control host>:<port>/kafkacruisecontrol/load?populate_disk_info=true`
If the Kafka cluster is not using JBOD. It returns:
`com.linkedin.kafka.cruisecontrol.exception.KafkaCruiseControlException: java.lang.IllegalStateException: Missing disk information for disk...`
The error message should be more specific and make it clear that `"populate_disk_info" should be set to true only if JBOD is used in Kafka cluster` | True | Error message should state that "populate_disk_info" should be set to true only if JBOD is used in Kafka cluster - Users can query Kafka cluster load along with `populate_disk_info`. For example:
`GET http://<Cruise Control host>:<port>/kafkacruisecontrol/load?populate_disk_info=true`
If the Kafka cluster is not using JBOD. It returns:
`com.linkedin.kafka.cruisecontrol.exception.KafkaCruiseControlException: java.lang.IllegalStateException: Missing disk information for disk...`
The error message should be more specific and make it clear that `"populate_disk_info" should be set to true only if JBOD is used in Kafka cluster` | usab | error message should state that populate disk info should be set to true only if jbod is used in kafka cluster users can query kafka cluster load along with populate disk info for example get control host kafkacruisecontrol load populate disk info true if the kafka cluster is not using jbod it returns com linkedin kafka cruisecontrol exception kafkacruisecontrolexception java lang illegalstateexception missing disk information for disk the error message should be more specific and make it clear that populate disk info should be set to true only if jbod is used in kafka cluster | 1 |
639,185 | 20,748,400,794 | IssuesEvent | 2022-03-15 03:17:31 | googleapis/repo-automation-bots | https://api.github.com/repos/googleapis/repo-automation-bots | opened | Owlbot leaves pull requests conflict status on README.md | type: bug priority: p2 | In the Java repositories, we sometimes observe that Owlbot makes pull request in conflict status and it's not mergable.
<img width="953" alt="Screen Shot 2022-03-14 at 6 00 59 PM" src="https://user-images.githubusercontent.com/28604/158298735-b7f48f6d-21c2-4732-a04c-2cbf629c3026.png">
From Neenu, I heard that It's often the case that newer version of Owlbot pull request has been merged to main branch and it causes the pull request in conflict status. It's always README.md. Currently we manually resolve the conflict when it happens and we know we need the pull request.
CC: @Neenu1995 @chingor13 | 1.0 | Owlbot leaves pull requests conflict status on README.md - In the Java repositories, we sometimes observe that Owlbot makes pull request in conflict status and it's not mergable.
<img width="953" alt="Screen Shot 2022-03-14 at 6 00 59 PM" src="https://user-images.githubusercontent.com/28604/158298735-b7f48f6d-21c2-4732-a04c-2cbf629c3026.png">
From Neenu, I heard that It's often the case that newer version of Owlbot pull request has been merged to main branch and it causes the pull request in conflict status. It's always README.md. Currently we manually resolve the conflict when it happens and we know we need the pull request.
CC: @Neenu1995 @chingor13 | non_usab | owlbot leaves pull requests conflict status on readme md in the java repositories we sometimes observe that owlbot makes pull request in conflict status and it s not mergable img width alt screen shot at pm src from neenu i heard that it s often the case that newer version of owlbot pull request has been merged to main branch and it causes the pull request in conflict status it s always readme md currently we manually resolve the conflict when it happens and we know we need the pull request cc | 0 |
6,868 | 4,622,146,545 | IssuesEvent | 2016-09-27 06:06:52 | Elgg/Elgg | https://api.github.com/repos/Elgg/Elgg | closed | image assignment as 'last_forward_from' | bug usability | In ElggSite->checkWalledGarden() is assigning to 'last_forward_from' url of an image group.
image: http://mysite/groupicon/1512/tiny/1385988683.jpg
Code snippet:
```php
if (!$this->isPublicPage()) {
if (!elgg_is_xhr()) {
$_SESSION['last_forward_from'] = current_page_url();
}
register_error(elgg_echo('loggedinrequired'));
forward();
}
``` | True | image assignment as 'last_forward_from' - In ElggSite->checkWalledGarden() is assigning to 'last_forward_from' url of an image group.
image: http://mysite/groupicon/1512/tiny/1385988683.jpg
Code snippet:
```php
if (!$this->isPublicPage()) {
if (!elgg_is_xhr()) {
$_SESSION['last_forward_from'] = current_page_url();
}
register_error(elgg_echo('loggedinrequired'));
forward();
}
``` | usab | image assignment as last forward from in elggsite checkwalledgarden is assigning to last forward from url of an image group image code snippet php if this ispublicpage if elgg is xhr session current page url register error elgg echo loggedinrequired forward | 1 |
1,981 | 3,025,918,574 | IssuesEvent | 2015-08-03 12:05:58 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 20395191: App version and build numbers should be consistent across targets / extensions | classification:ui/usability reproducible:always status:open | #### Description
Summary:
When creating an app with a WatchKit extension, once should not have to manually change the version and builder number 3 times.
Steps to Reproduce:
- Create an app with a WatchKit extension.
- Update the main app’s target version or build number.
- Attempt to submit the app to iTunes Connect.
Expected Results:
The application and its extensions are accepted, using the version and build number we just set.
Actual Results:
Application is rejected for having different versions and/or build numbers. We have to set these 2 constants in THREE different places in the project (3!!): the app target, the watch extension, and the watch app. Failing to do so is only detected when the app is reviewed in iTunes Connect.
Regression:
This is a regression compared to other IDEs that actually make sense.
-
Product Version: 6.2
Created: 2015-04-02T04:19:33.297035
Originated: 2015-04-01T21:19:00
Open Radar Link: http://www.openradar.me/20395191 | True | 20395191: App version and build numbers should be consistent across targets / extensions - #### Description
Summary:
When creating an app with a WatchKit extension, once should not have to manually change the version and builder number 3 times.
Steps to Reproduce:
- Create an app with a WatchKit extension.
- Update the main app’s target version or build number.
- Attempt to submit the app to iTunes Connect.
Expected Results:
The application and its extensions are accepted, using the version and build number we just set.
Actual Results:
Application is rejected for having different versions and/or build numbers. We have to set these 2 constants in THREE different places in the project (3!!): the app target, the watch extension, and the watch app. Failing to do so is only detected when the app is reviewed in iTunes Connect.
Regression:
This is a regression compared to other IDEs that actually make sense.
-
Product Version: 6.2
Created: 2015-04-02T04:19:33.297035
Originated: 2015-04-01T21:19:00
Open Radar Link: http://www.openradar.me/20395191 | usab | app version and build numbers should be consistent across targets extensions description summary when creating an app with a watchkit extension once should not have to manually change the version and builder number times steps to reproduce create an app with a watchkit extension update the main app’s target version or build number attempt to submit the app to itunes connect expected results the application and its extensions are accepted using the version and build number we just set actual results application is rejected for having different versions and or build numbers we have to set these constants in three different places in the project the app target the watch extension and the watch app failing to do so is only detected when the app is reviewed in itunes connect regression this is a regression compared to other ides that actually make sense product version created originated open radar link | 1 |
337,718 | 24,554,385,756 | IssuesEvent | 2022-10-12 14:49:36 | open-feature/open-feature-operator | https://api.github.com/repos/open-feature/open-feature-operator | closed | Architecture diagram is out of date | documentation enhancement | This needs to reflect the new kubernetes sync provider as the default option | 1.0 | Architecture diagram is out of date - This needs to reflect the new kubernetes sync provider as the default option | non_usab | architecture diagram is out of date this needs to reflect the new kubernetes sync provider as the default option | 0 |
16,233 | 10,682,269,983 | IssuesEvent | 2019-10-22 04:35:52 | matomo-org/matomo | https://api.github.com/repos/matomo-org/matomo | opened | Hide "AND segmented reports are pre-processed (faster, requires cron)" from the UI when enable_create_realtime_segments = 0 | c: Usability | Currently the UI looks like this:

The last selector cannot be changed when `enable_create_realtime_segments = 0`
Because it provide no value in itself, it would be great to hide the text all together: "AND segmented reports are pre-processed (faster, requires cron)" from the UI when `enable_create_realtime_segments = 0` | True | Hide "AND segmented reports are pre-processed (faster, requires cron)" from the UI when enable_create_realtime_segments = 0 - Currently the UI looks like this:

The last selector cannot be changed when `enable_create_realtime_segments = 0`
Because it provide no value in itself, it would be great to hide the text all together: "AND segmented reports are pre-processed (faster, requires cron)" from the UI when `enable_create_realtime_segments = 0` | usab | hide and segmented reports are pre processed faster requires cron from the ui when enable create realtime segments currently the ui looks like this the last selector cannot be changed when enable create realtime segments because it provide no value in itself it would be great to hide the text all together and segmented reports are pre processed faster requires cron from the ui when enable create realtime segments | 1 |
3,824 | 3,575,007,790 | IssuesEvent | 2016-01-27 14:27:26 | rabbitmq/rabbitmq-mqtt | https://api.github.com/repos/rabbitmq/rabbitmq-mqtt | closed | Downgrade QoS 2 subscribers to QoS 1 | effort-low enhancement usability | Currently we fail with an error. MQTT 3.1 allows for downgrades and has a non-existent error notifications story, so a much better idea would be to downgrade QoS 2 requests to QoS 1. | True | Downgrade QoS 2 subscribers to QoS 1 - Currently we fail with an error. MQTT 3.1 allows for downgrades and has a non-existent error notifications story, so a much better idea would be to downgrade QoS 2 requests to QoS 1. | usab | downgrade qos subscribers to qos currently we fail with an error mqtt allows for downgrades and has a non existent error notifications story so a much better idea would be to downgrade qos requests to qos | 1 |
98,197 | 11,047,824,457 | IssuesEvent | 2019-12-09 19:48:52 | eth-cscs/reframe | https://api.github.com/repos/eth-cscs/reframe | closed | Stress out in documentation that `hostnames` in configuration are Python regexes | documentation enhancement prio: normal | As per ake_s' request in Slack channel. | 1.0 | Stress out in documentation that `hostnames` in configuration are Python regexes - As per ake_s' request in Slack channel. | non_usab | stress out in documentation that hostnames in configuration are python regexes as per ake s request in slack channel | 0 |
16,871 | 11,448,565,892 | IssuesEvent | 2020-02-06 03:55:56 | dOrgTech/DAOcreator | https://api.github.com/repos/dOrgTech/DAOcreator | opened | Cotary Create: Support ENS address resolution | UI V2 feature med pri usability | ENS would be very easy to support and would improve UX significantly for those that use it. | True | Cotary Create: Support ENS address resolution - ENS would be very easy to support and would improve UX significantly for those that use it. | usab | cotary create support ens address resolution ens would be very easy to support and would improve ux significantly for those that use it | 1 |
9,929 | 6,519,392,841 | IssuesEvent | 2017-08-28 12:38:23 | gctools-outilsgc/gcconnex | https://api.github.com/repos/gctools-outilsgc/gcconnex | closed | Group Notification Settings - List too short | Enhancement Notifications Usability | "Under Settings, Notifications, you can only see 10 groups at a time. Need to be able to see more or all or search for a specific group. This is not useful for people who belong to many groups" | True | Group Notification Settings - List too short - "Under Settings, Notifications, you can only see 10 groups at a time. Need to be able to see more or all or search for a specific group. This is not useful for people who belong to many groups" | usab | group notification settings list too short under settings notifications you can only see groups at a time need to be able to see more or all or search for a specific group this is not useful for people who belong to many groups | 1 |
35,998 | 14,916,025,115 | IssuesEvent | 2021-01-22 17:34:12 | hashicorp/terraform-provider-aws | https://api.github.com/repos/hashicorp/terraform-provider-aws | closed | aws_rds_cluster.rds_cluster is empty tuple when using resource "aws_db_proxy_target" | service/rds waiting-response | <!---
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
<!--- 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_db_proxy_target
### Terraform Configuration Files
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
resource "aws_db_proxy_target" "rds-db-proxy-target" {
db_cluster_identifier = aws_rds_cluster.rds_cluster.id
db_proxy_name = aws_db_proxy.rds-db-proxy.name
target_group_name = aws_db_proxy_default_target_group.rds-db-proxy-target-group.name
}
```
### Debug Output
```hcl
Error: Unsupported attribute
on rds.tf line 78, in resource "aws_db_proxy_target" "rds-db-proxy-target":
78: db_cluster_identifier = aws_rds_cluster.rds_cluster.id
|----------------
| aws_rds_cluster.rds_cluster is empty tuple
```
This value does not have any attributes.
### Panic Output
<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. --->
### Expected Behavior
<!--- What should have happened? --->
### Actual Behavior
<!--- What actually happened? --->
### Steps to Reproduce
<!--- Please list the steps required to reproduce the issue. --->
1. `terraform apply`
### Important Factoids
<!--- Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? --->
### 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 | aws_rds_cluster.rds_cluster is empty tuple when using resource "aws_db_proxy_target" - <!---
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
<!--- 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_db_proxy_target
### Terraform Configuration Files
<!--- Information about code formatting: https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code --->
```hcl
resource "aws_db_proxy_target" "rds-db-proxy-target" {
db_cluster_identifier = aws_rds_cluster.rds_cluster.id
db_proxy_name = aws_db_proxy.rds-db-proxy.name
target_group_name = aws_db_proxy_default_target_group.rds-db-proxy-target-group.name
}
```
### Debug Output
```hcl
Error: Unsupported attribute
on rds.tf line 78, in resource "aws_db_proxy_target" "rds-db-proxy-target":
78: db_cluster_identifier = aws_rds_cluster.rds_cluster.id
|----------------
| aws_rds_cluster.rds_cluster is empty tuple
```
This value does not have any attributes.
### Panic Output
<!--- If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the `crash.log`. --->
### Expected Behavior
<!--- What should have happened? --->
### Actual Behavior
<!--- What actually happened? --->
### Steps to Reproduce
<!--- Please list the steps required to reproduce the issue. --->
1. `terraform apply`
### Important Factoids
<!--- Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? --->
### 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_usab | aws rds cluster rds cluster is empty tuple when using resource aws db proxy target 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 affected resource s aws db proxy target terraform configuration files hcl resource aws db proxy target rds db proxy target db cluster identifier aws rds cluster rds cluster id db proxy name aws db proxy rds db proxy name target group name aws db proxy default target group rds db proxy target group name debug output hcl error unsupported attribute on rds tf line in resource aws db proxy target rds db proxy target db cluster identifier aws rds cluster rds cluster id aws rds cluster rds cluster is empty tuple this value does not have any attributes panic output expected behavior actual behavior steps to reproduce terraform apply important factoids 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 |
615,763 | 19,275,399,470 | IssuesEvent | 2021-12-10 11:12:42 | googleapis/java-dlp | https://api.github.com/repos/googleapis/java-dlp | closed | dlp.snippets.InspectTests: many tests failed | type: bug priority: p1 api: dlp flakybot: issue | Many tests failed at the same time in this package.
* I will close this issue when there are no more failures in this package _and_
there is at least one pass.
* No new issues will be filed for this package until this issue is closed.
* If there are already issues for individual test cases, I will close them when
the corresponding test passes. You can close them earlier, if you prefer, and
I won't reopen them while this issue is still open.
Here are the tests that failed:
* testInspectString
* testInspectGcsFile (#460)
* testInspectStringWithExclusionDictSubstring
* testInspectStringWithoutOverlap
* testInspectStringWithExclusionRegex
* testInspectBigQueryTable
* testInspectStringOmitOverlap
* testInspectStringCustomExcludingSubstring (#480)
* testInspectStringCustomOmitOverlap
* testInspectWithCustomRegex
* testInspectGcsFileWithSampling
* testInspectStringCustomHotword
* testInspectStringMultipleRulesPatientRule
* testRedactImageAllInfoTypes
* testInspectStringMultipleRulesQuasimodoRule
* textInspectTestFile
* testInspectStringWithExclusionDict
* testRedactImageListedInfoTypes (#622)
* testInspectTable (#652)
* testInspectBigQueryTableWithSampling (#535)
* testInspectImageFile
* testInspectWithHotwordRules
* testInspectStringMultipleRulesRedactedRule
* testInspectStringCustomHotwordNegativeExample
* testInspectStringMultipleRulesDoctorRule
* testInspectPhoneNumber
* testInspectDatastoreEntity
-----
commit: 2d9d3c196041ff038051a357778f34d22d90fdf5
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/92875462-f70a-4e1b-9ea7-9edff369a08f), [Sponge](http://sponge2/92875462-f70a-4e1b-9ea7-9edff369a08f)
status: failed | 1.0 | dlp.snippets.InspectTests: many tests failed - Many tests failed at the same time in this package.
* I will close this issue when there are no more failures in this package _and_
there is at least one pass.
* No new issues will be filed for this package until this issue is closed.
* If there are already issues for individual test cases, I will close them when
the corresponding test passes. You can close them earlier, if you prefer, and
I won't reopen them while this issue is still open.
Here are the tests that failed:
* testInspectString
* testInspectGcsFile (#460)
* testInspectStringWithExclusionDictSubstring
* testInspectStringWithoutOverlap
* testInspectStringWithExclusionRegex
* testInspectBigQueryTable
* testInspectStringOmitOverlap
* testInspectStringCustomExcludingSubstring (#480)
* testInspectStringCustomOmitOverlap
* testInspectWithCustomRegex
* testInspectGcsFileWithSampling
* testInspectStringCustomHotword
* testInspectStringMultipleRulesPatientRule
* testRedactImageAllInfoTypes
* testInspectStringMultipleRulesQuasimodoRule
* textInspectTestFile
* testInspectStringWithExclusionDict
* testRedactImageListedInfoTypes (#622)
* testInspectTable (#652)
* testInspectBigQueryTableWithSampling (#535)
* testInspectImageFile
* testInspectWithHotwordRules
* testInspectStringMultipleRulesRedactedRule
* testInspectStringCustomHotwordNegativeExample
* testInspectStringMultipleRulesDoctorRule
* testInspectPhoneNumber
* testInspectDatastoreEntity
-----
commit: 2d9d3c196041ff038051a357778f34d22d90fdf5
buildURL: [Build Status](https://source.cloud.google.com/results/invocations/92875462-f70a-4e1b-9ea7-9edff369a08f), [Sponge](http://sponge2/92875462-f70a-4e1b-9ea7-9edff369a08f)
status: failed | non_usab | dlp snippets inspecttests many tests failed many tests failed at the same time in this package i will close this issue when there are no more failures in this package and there is at least one pass no new issues will be filed for this package until this issue is closed if there are already issues for individual test cases i will close them when the corresponding test passes you can close them earlier if you prefer and i won t reopen them while this issue is still open here are the tests that failed testinspectstring testinspectgcsfile testinspectstringwithexclusiondictsubstring testinspectstringwithoutoverlap testinspectstringwithexclusionregex testinspectbigquerytable testinspectstringomitoverlap testinspectstringcustomexcludingsubstring testinspectstringcustomomitoverlap testinspectwithcustomregex testinspectgcsfilewithsampling testinspectstringcustomhotword testinspectstringmultiplerulespatientrule testredactimageallinfotypes testinspectstringmultiplerulesquasimodorule textinspecttestfile testinspectstringwithexclusiondict testredactimagelistedinfotypes testinspecttable testinspectbigquerytablewithsampling testinspectimagefile testinspectwithhotwordrules testinspectstringmultiplerulesredactedrule testinspectstringcustomhotwordnegativeexample testinspectstringmultiplerulesdoctorrule testinspectphonenumber testinspectdatastoreentity commit buildurl status failed | 0 |
4,867 | 3,897,299,124 | IssuesEvent | 2016-04-16 10:02:22 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 15732605: iOS Videos app: run time shows "am" | classification:ui/usability reproducible:always status:open | #### Description
Summary:
The Videos app in iOS shows "am" after the run time in a movie's detail view.
Steps to Reproduce:
On an iPhone or iPod Touch device:
1. Set Settings > General > International > Region Format to "United Kingdom"
2. Set Settings > General > Date & Time > 24-Hour Time to OFF
3. Open the Videos app and select a video
Expected Results:
In the Run Time section of the video's details, the run time shows in the format H:mm, e.g. 2:18 for a 2 hour, 18 minute video.
Actual Results:
The run time shows an "am" suffix, e.g. "2:18 am"
Example screenshot: http://d.pr/i/Xo6Z/35FWG0XQ
Regression:
None known
Notes:
-
Product Version: iOS 7.0.4
Created: 2013-12-30T16:18:01.807038
Originated: 2013-12-30T16:17:00
Open Radar Link: http://www.openradar.me/15732605 | True | 15732605: iOS Videos app: run time shows "am" - #### Description
Summary:
The Videos app in iOS shows "am" after the run time in a movie's detail view.
Steps to Reproduce:
On an iPhone or iPod Touch device:
1. Set Settings > General > International > Region Format to "United Kingdom"
2. Set Settings > General > Date & Time > 24-Hour Time to OFF
3. Open the Videos app and select a video
Expected Results:
In the Run Time section of the video's details, the run time shows in the format H:mm, e.g. 2:18 for a 2 hour, 18 minute video.
Actual Results:
The run time shows an "am" suffix, e.g. "2:18 am"
Example screenshot: http://d.pr/i/Xo6Z/35FWG0XQ
Regression:
None known
Notes:
-
Product Version: iOS 7.0.4
Created: 2013-12-30T16:18:01.807038
Originated: 2013-12-30T16:17:00
Open Radar Link: http://www.openradar.me/15732605 | usab | ios videos app run time shows am description summary the videos app in ios shows am after the run time in a movie s detail view steps to reproduce on an iphone or ipod touch device set settings general international region format to united kingdom set settings general date time hour time to off open the videos app and select a video expected results in the run time section of the video s details the run time shows in the format h mm e g for a hour minute video actual results the run time shows an am suffix e g am example screenshot regression none known notes product version ios created originated open radar link | 1 |
21,558 | 17,273,683,074 | IssuesEvent | 2021-07-23 00:51:04 | zcash/zcash | https://api.github.com/repos/zcash/zcash | closed | UX: How get information from zcashd ? | usability | I try get balance and info about address
```
t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r
```
In explorer i see what there is money on the address
[Explorer](https://explorer.zcha.in/)
i have zcashed on local machine.
I want get this balance and information that i see in the explorer but from my node
```
"zcash:getaccount": "/home/zb/zcash/src/zcash-cli getaccount \"t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r\"",
"zcash:getinfo": "/home/zb/zcash/src/zcash-cli getinfo",
"zcash:getbestblockhash": "/home/zb/zcash/src/zcash-cli getbestblockhash",
"zcash:z_getbalance": "/home/zb/zcash/src/zcash-cli z_getbalance \"t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r\"",
"zcash:getaddressmempool": "/home/zb/zcash/src/zcash-cli getaddressmempool '{\"addresses\": [\"t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r\"]}'"
```
I use [Zcash 4.4.0 RPC docs](https://zcash-rpc.github.io/getbalance.html)
How can i see info with zcashed?
| True | UX: How get information from zcashd ? - I try get balance and info about address
```
t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r
```
In explorer i see what there is money on the address
[Explorer](https://explorer.zcha.in/)
i have zcashed on local machine.
I want get this balance and information that i see in the explorer but from my node
```
"zcash:getaccount": "/home/zb/zcash/src/zcash-cli getaccount \"t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r\"",
"zcash:getinfo": "/home/zb/zcash/src/zcash-cli getinfo",
"zcash:getbestblockhash": "/home/zb/zcash/src/zcash-cli getbestblockhash",
"zcash:z_getbalance": "/home/zb/zcash/src/zcash-cli z_getbalance \"t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r\"",
"zcash:getaddressmempool": "/home/zb/zcash/src/zcash-cli getaddressmempool '{\"addresses\": [\"t1gyJeWownZrpstwETf9R7GYSsQGUs93X7r\"]}'"
```
I use [Zcash 4.4.0 RPC docs](https://zcash-rpc.github.io/getbalance.html)
How can i see info with zcashed?
| usab | ux how get information from zcashd i try get balance and info about address in explorer i see what there is money on the address i have zcashed on local machine i want get this balance and information that i see in the explorer but from my node zcash getaccount home zb zcash src zcash cli getaccount zcash getinfo home zb zcash src zcash cli getinfo zcash getbestblockhash home zb zcash src zcash cli getbestblockhash zcash z getbalance home zb zcash src zcash cli z getbalance zcash getaddressmempool home zb zcash src zcash cli getaddressmempool addresses i use how can i see info with zcashed | 1 |
18,929 | 13,459,092,166 | IssuesEvent | 2020-09-09 11:43:21 | humhub/humhub | https://api.github.com/repos/humhub/humhub | closed | Twitching on tabs switching during user creation | Component:Frontend Kind:BUG Topic:Usability | <!--
Thank you for reporting a possible bug in HumHub.
Please fill in as much of the template below as you can.
-->
### What steps will reproduce the problem?
Assume you are on any page;
1. Click on the "Account dropdown link" (which is always on the right top corner)
2. Click on "Administration" link
3. Go to "Users" from the left menu
4. Click on the green button "Add new user"
5. Try to switch back and forth "Account" and "General" tabs if the "Username" and "First Name" are empty on these tabs
### What is the expected result?
It switches w/o any issues
### What do you get instead?
It does not open the needed tab w/o twitching back and forth
### Additional info
Only if "Username" and "First Name" is valid it switches back and forth w/o issues
Only this error appears in the console log (but even on other pages, so this is not the case)
`GET http://humhub/assets/9513844d/dist/clipboard-polyfill.js?v=1.7.0-dev net::ERR_ABORTED 404 (Not Found)`
| Q | A
| ---------------- | ---
| HumHub version | 1.7.0-dev
| PHP version | 7.4
| Operating system | windows 10 20h1
| Browser | Chrome Canary 86.0.4233
> Note: Also provide the full error stacks from `Administration --> Information --> Logging` and errors from your browser console if possible.
> Note: Please use the [community](https://community.humhub.com) site for any questions on customizing HumHub. | True | Twitching on tabs switching during user creation - <!--
Thank you for reporting a possible bug in HumHub.
Please fill in as much of the template below as you can.
-->
### What steps will reproduce the problem?
Assume you are on any page;
1. Click on the "Account dropdown link" (which is always on the right top corner)
2. Click on "Administration" link
3. Go to "Users" from the left menu
4. Click on the green button "Add new user"
5. Try to switch back and forth "Account" and "General" tabs if the "Username" and "First Name" are empty on these tabs
### What is the expected result?
It switches w/o any issues
### What do you get instead?
It does not open the needed tab w/o twitching back and forth
### Additional info
Only if "Username" and "First Name" is valid it switches back and forth w/o issues
Only this error appears in the console log (but even on other pages, so this is not the case)
`GET http://humhub/assets/9513844d/dist/clipboard-polyfill.js?v=1.7.0-dev net::ERR_ABORTED 404 (Not Found)`
| Q | A
| ---------------- | ---
| HumHub version | 1.7.0-dev
| PHP version | 7.4
| Operating system | windows 10 20h1
| Browser | Chrome Canary 86.0.4233
> Note: Also provide the full error stacks from `Administration --> Information --> Logging` and errors from your browser console if possible.
> Note: Please use the [community](https://community.humhub.com) site for any questions on customizing HumHub. | usab | twitching on tabs switching during user creation thank you for reporting a possible bug in humhub please fill in as much of the template below as you can what steps will reproduce the problem assume you are on any page click on the account dropdown link which is always on the right top corner click on administration link go to users from the left menu click on the green button add new user try to switch back and forth account and general tabs if the username and first name are empty on these tabs what is the expected result it switches w o any issues what do you get instead it does not open the needed tab w o twitching back and forth additional info only if username and first name is valid it switches back and forth w o issues only this error appears in the console log but even on other pages so this is not the case get net err aborted not found q a humhub version dev php version operating system windows browser chrome canary note also provide the full error stacks from administration information logging and errors from your browser console if possible note please use the site for any questions on customizing humhub | 1 |
17,113 | 11,695,933,419 | IssuesEvent | 2020-03-06 08:45:47 | cobbler/cobbler | https://api.github.com/repos/cobbler/cobbler | closed | Cobbler doesn't assert mandatory interface | Bug Report usability | I realize I'm not specifying an interface in the first line, but cobbler accepts it under 2.4.0. It then complains about multiple interfaces on every cobbler action (including throwing tracebacks on cobbler sync) until the json file for the afflicted system is removed.
``` bash
# cobbler system add --name=cobbler1 --profile=minimal --mac=00:1e:67:7d:05:76
#cobbler system edit --name cobbler1 --interface eth0 --ip-address=10.2.0.5 --netmask=255.255.255.0 --static=1 --dns-name=cobbler1.localdomain
```
| True | Cobbler doesn't assert mandatory interface - I realize I'm not specifying an interface in the first line, but cobbler accepts it under 2.4.0. It then complains about multiple interfaces on every cobbler action (including throwing tracebacks on cobbler sync) until the json file for the afflicted system is removed.
``` bash
# cobbler system add --name=cobbler1 --profile=minimal --mac=00:1e:67:7d:05:76
#cobbler system edit --name cobbler1 --interface eth0 --ip-address=10.2.0.5 --netmask=255.255.255.0 --static=1 --dns-name=cobbler1.localdomain
```
| usab | cobbler doesn t assert mandatory interface i realize i m not specifying an interface in the first line but cobbler accepts it under it then complains about multiple interfaces on every cobbler action including throwing tracebacks on cobbler sync until the json file for the afflicted system is removed bash cobbler system add name profile minimal mac cobbler system edit name interface ip address netmask static dns name localdomain | 1 |
24,849 | 24,385,363,439 | IssuesEvent | 2022-10-04 11:17:22 | ebi-webcomponents/nightingale | https://api.github.com/repos/ebi-webcomponents/nightingale | closed | Improve protvista-navigation usability | protvista-navigation usability Stalled | **Describe the usability issue**
In user testing, it has been found that users do not notice the fact that `protvista-navigation` is an interactive element. They also miss the fact they can use the left and right edges of the grey area to specify the zoom start and end.
**Describe the solution that has been discussed by the team**
1. Add "handles" to the left and right edges. Could be 2x half circles, other examples below





2. hover effect: add a hover effect to the grey area and the handles (see 1. above). Note: it would be good to define a hover effect globally for Nightingale components (e.g. opacity 90%)
**How does the solution address the problem?**
Visual markers and behaviour make it easier for the user to discover the functionality. | True | Improve protvista-navigation usability - **Describe the usability issue**
In user testing, it has been found that users do not notice the fact that `protvista-navigation` is an interactive element. They also miss the fact they can use the left and right edges of the grey area to specify the zoom start and end.
**Describe the solution that has been discussed by the team**
1. Add "handles" to the left and right edges. Could be 2x half circles, other examples below





2. hover effect: add a hover effect to the grey area and the handles (see 1. above). Note: it would be good to define a hover effect globally for Nightingale components (e.g. opacity 90%)
**How does the solution address the problem?**
Visual markers and behaviour make it easier for the user to discover the functionality. | usab | improve protvista navigation usability describe the usability issue in user testing it has been found that users do not notice the fact that protvista navigation is an interactive element they also miss the fact they can use the left and right edges of the grey area to specify the zoom start and end describe the solution that has been discussed by the team add handles to the left and right edges could be half circles other examples below hover effect add a hover effect to the grey area and the handles see above note it would be good to define a hover effect globally for nightingale components e g opacity how does the solution address the problem visual markers and behaviour make it easier for the user to discover the functionality | 1 |
13,030 | 3,298,805,838 | IssuesEvent | 2015-11-02 16:02:44 | kopalov/GTAV-SH-Mod | https://api.github.com/repos/kopalov/GTAV-SH-Mod | opened | Compatibility problems report them here. | test | In this issue we add all mods that might have compatibility issues with our mod. When sorted out they will be added to our list.
| 1.0 | Compatibility problems report them here. - In this issue we add all mods that might have compatibility issues with our mod. When sorted out they will be added to our list.
| non_usab | compatibility problems report them here in this issue we add all mods that might have compatibility issues with our mod when sorted out they will be added to our list | 0 |
14,851 | 9,544,310,686 | IssuesEvent | 2019-05-01 13:50:17 | ZencashOfficial/zencash-swing-wallet-ui | https://api.github.com/repos/ZencashOfficial/zencash-swing-wallet-ui | closed | Swing wallet multiple issues at once! Help given | bug enhancement usability issue | Hey there!
I just went through multiple issues with my swing wallet, and I would like to share, so if it helps anyone, I'll be happy to know.
I had my Swing wallet installed for some time now, and it was receiving regular payments from my mining rig.
Wallet was constantly synced and I regularly got 8 connections validating.
**Error 1:**
Than I left the wallet without sync for 7 days and coincidently or not, I sent a manual payment to the wallet from my mobile (from Suprnova pool) to show a friend how it was done, with a small amount (the PC was turned off) and for the first time, I had an Orphaned block.

The transfers from the mining rig to the desktop wallet was being made to a T address. (This detail will be important for a later explanation.
Later, I tried to to access the swing wallet, and I started to get CODE -1 Error.
**Found the solution here:**
[https://miningwithnvidia.com/2018/02/09/zencash-wallet-eof-reached-code-1/]
Left the computer reindex the ZEND file (it may take a day) and finally I could access the wallet.

**Error 2:**
I tried to move my coins from my swing wallet to a mobile wallet. and I started getting Code 8 Error.

**I found the solution somewhere, that before you try to move out from the swing wallet, you should first transfer from the T address to a Z Address. **
**Error 3:**
After moving the amount from the T address to the Z address, I tried to send once more, and again I got an error that didn't accept any memo in that transfer.
**The solution was to just delete the memo and leave it blank, and finally I could make the transfer to the mobile wallet.**
Personal comments:
So, in resume, I believe there is a real big opportunity for improvements with respect to the basics for proper use from people that don't have to understand about this tech... Where they can just open the app, do their business and leave...
18 hours so solve all the issues above is waaaayy to much for common people adoption.
Please understand, I love the project, and before anyone thinks that I am just complaining, I just left above how a noob as I am can get away with it in just one post, because to solve all this, I had to navigate a while...
Plus, my natural language is Brasilian Portuguese, so I apologize for any grammatical mistake.
| True | Swing wallet multiple issues at once! Help given - Hey there!
I just went through multiple issues with my swing wallet, and I would like to share, so if it helps anyone, I'll be happy to know.
I had my Swing wallet installed for some time now, and it was receiving regular payments from my mining rig.
Wallet was constantly synced and I regularly got 8 connections validating.
**Error 1:**
Than I left the wallet without sync for 7 days and coincidently or not, I sent a manual payment to the wallet from my mobile (from Suprnova pool) to show a friend how it was done, with a small amount (the PC was turned off) and for the first time, I had an Orphaned block.

The transfers from the mining rig to the desktop wallet was being made to a T address. (This detail will be important for a later explanation.
Later, I tried to to access the swing wallet, and I started to get CODE -1 Error.
**Found the solution here:**
[https://miningwithnvidia.com/2018/02/09/zencash-wallet-eof-reached-code-1/]
Left the computer reindex the ZEND file (it may take a day) and finally I could access the wallet.

**Error 2:**
I tried to move my coins from my swing wallet to a mobile wallet. and I started getting Code 8 Error.

**I found the solution somewhere, that before you try to move out from the swing wallet, you should first transfer from the T address to a Z Address. **
**Error 3:**
After moving the amount from the T address to the Z address, I tried to send once more, and again I got an error that didn't accept any memo in that transfer.
**The solution was to just delete the memo and leave it blank, and finally I could make the transfer to the mobile wallet.**
Personal comments:
So, in resume, I believe there is a real big opportunity for improvements with respect to the basics for proper use from people that don't have to understand about this tech... Where they can just open the app, do their business and leave...
18 hours so solve all the issues above is waaaayy to much for common people adoption.
Please understand, I love the project, and before anyone thinks that I am just complaining, I just left above how a noob as I am can get away with it in just one post, because to solve all this, I had to navigate a while...
Plus, my natural language is Brasilian Portuguese, so I apologize for any grammatical mistake.
| usab | swing wallet multiple issues at once help given hey there i just went through multiple issues with my swing wallet and i would like to share so if it helps anyone i ll be happy to know i had my swing wallet installed for some time now and it was receiving regular payments from my mining rig wallet was constantly synced and i regularly got connections validating error than i left the wallet without sync for days and coincidently or not i sent a manual payment to the wallet from my mobile from suprnova pool to show a friend how it was done with a small amount the pc was turned off and for the first time i had an orphaned block the transfers from the mining rig to the desktop wallet was being made to a t address this detail will be important for a later explanation later i tried to to access the swing wallet and i started to get code error found the solution here left the computer reindex the zend file it may take a day and finally i could access the wallet error i tried to move my coins from my swing wallet to a mobile wallet and i started getting code error i found the solution somewhere that before you try to move out from the swing wallet you should first transfer from the t address to a z address error after moving the amount from the t address to the z address i tried to send once more and again i got an error that didn t accept any memo in that transfer the solution was to just delete the memo and leave it blank and finally i could make the transfer to the mobile wallet personal comments so in resume i believe there is a real big opportunity for improvements with respect to the basics for proper use from people that don t have to understand about this tech where they can just open the app do their business and leave hours so solve all the issues above is waaaayy to much for common people adoption please understand i love the project and before anyone thinks that i am just complaining i just left above how a noob as i am can get away with it in just one post because to solve all this i had to navigate a while plus my natural language is brasilian portuguese so i apologize for any grammatical mistake | 1 |
17,763 | 12,311,470,168 | IssuesEvent | 2020-05-12 12:28:37 | theodi/octopub | https://api.github.com/repos/theodi/octopub | closed | Regenerating files | f:help-wanted fn:Usability i:enhancement | As mentioned in #116 - I've made some changes to the datapackage to be more in line with the spec. This will fix any newly generated datasets, but not any that were created previously. This raises an interesting question - should we be using Octokit to just generate the files and let the user deal with the repo after that, or should we be regenerating things like the index and the datapackage when we make changes?
For example, there's a few datasets that use an old template, and there are others that are flat out broken. Do we be helpful and regenerate them, or do we just leave them and assume the user will fix?
<!---
@huboard:{"order":0.18757501125075005,"milestone_order":123,"custom_state":""}
-->
| True | Regenerating files - As mentioned in #116 - I've made some changes to the datapackage to be more in line with the spec. This will fix any newly generated datasets, but not any that were created previously. This raises an interesting question - should we be using Octokit to just generate the files and let the user deal with the repo after that, or should we be regenerating things like the index and the datapackage when we make changes?
For example, there's a few datasets that use an old template, and there are others that are flat out broken. Do we be helpful and regenerate them, or do we just leave them and assume the user will fix?
<!---
@huboard:{"order":0.18757501125075005,"milestone_order":123,"custom_state":""}
-->
| usab | regenerating files as mentioned in i ve made some changes to the datapackage to be more in line with the spec this will fix any newly generated datasets but not any that were created previously this raises an interesting question should we be using octokit to just generate the files and let the user deal with the repo after that or should we be regenerating things like the index and the datapackage when we make changes for example there s a few datasets that use an old template and there are others that are flat out broken do we be helpful and regenerate them or do we just leave them and assume the user will fix huboard order milestone order custom state | 1 |
205,167 | 23,303,529,992 | IssuesEvent | 2022-08-07 17:29:42 | rsoreq/NodeGoat | https://api.github.com/repos/rsoreq/NodeGoat | closed | CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz - autoclosed | security vulnerability | ## CVE-2021-33623 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary>
<p>Trim newlines from the start and/or end of a string</p>
<p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/trim-newlines/package.json</p>
<p>
Dependency Hierarchy:
- grunt-concurrent-2.3.1.tgz (Root Library)
- pad-stream-1.2.0.tgz
- meow-3.7.0.tgz
- :x: **trim-newlines-1.0.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method.
<p>Publish Date: 2021-05-28
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p>
<p>Release Date: 2021-05-28</p>
<p>Fix Resolution (trim-newlines): 3.0.1</p>
<p>Direct dependency fix Resolution (grunt-concurrent): 3.0.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | True | CVE-2021-33623 (High) detected in trim-newlines-1.0.0.tgz - autoclosed - ## CVE-2021-33623 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>trim-newlines-1.0.0.tgz</b></p></summary>
<p>Trim newlines from the start and/or end of a string</p>
<p>Library home page: <a href="https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz">https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz</a></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/trim-newlines/package.json</p>
<p>
Dependency Hierarchy:
- grunt-concurrent-2.3.1.tgz (Root Library)
- pad-stream-1.2.0.tgz
- meow-3.7.0.tgz
- :x: **trim-newlines-1.0.0.tgz** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
The trim-newlines package before 3.0.1 and 4.x before 4.0.1 for Node.js has an issue related to regular expression denial-of-service (ReDoS) for the .end() method.
<p>Publish Date: 2021-05-28
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-33623>CVE-2021-33623</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>7.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33623</a></p>
<p>Release Date: 2021-05-28</p>
<p>Fix Resolution (trim-newlines): 3.0.1</p>
<p>Direct dependency fix Resolution (grunt-concurrent): 3.0.0</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue | non_usab | cve high detected in trim newlines tgz autoclosed cve high severity vulnerability vulnerable library trim newlines tgz trim newlines from the start and or end of a string library home page a href path to dependency file package json path to vulnerable library node modules trim newlines package json dependency hierarchy grunt concurrent tgz root library pad stream tgz meow tgz x trim newlines tgz vulnerable library found in base branch master vulnerability details the trim newlines package before and x before for node js has an issue related to regular expression denial of service redos for the end method publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution trim newlines direct dependency fix resolution grunt concurrent rescue worker helmet automatic remediation is available for this issue | 0 |
5,688 | 3,975,675,615 | IssuesEvent | 2016-05-05 07:13:37 | kolliSuman/issues | https://api.github.com/repos/kolliSuman/issues | closed | QA_Identification of finger print patterns_Simulation_p1 | Category: Usability Developed By: VLEAD Release Number: Production Severity: S2 Status: Open | Defect Description :
In the simulation page of "Identification of finger print patterns" experiment, the reset button is missing in the page instead reset button should be displayed on the screen inorder to clear the arranged parts from the positions
Actual Result :
In the simulation page of "Identification of finger print patterns" experiment, the reset button is missing in the page
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/anthropology-iitg/blob/master/test-cases/integration_test-cases/Identification%20of%20finger%20print%20patterns/Identification%20of%20finger%20print%20patterns_07_Simulation_p1.org | True | QA_Identification of finger print patterns_Simulation_p1 - Defect Description :
In the simulation page of "Identification of finger print patterns" experiment, the reset button is missing in the page instead reset button should be displayed on the screen inorder to clear the arranged parts from the positions
Actual Result :
In the simulation page of "Identification of finger print patterns" experiment, the reset button is missing in the page
Environment :
OS: Windows 7, Linux
Browsers: Firefox,Chrome
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/anthropology-iitg/blob/master/test-cases/integration_test-cases/Identification%20of%20finger%20print%20patterns/Identification%20of%20finger%20print%20patterns_07_Simulation_p1.org | usab | qa identification of finger print patterns simulation defect description in the simulation page of identification of finger print patterns experiment the reset button is missing in the page instead reset button should be displayed on the screen inorder to clear the arranged parts from the positions actual result in the simulation page of identification of finger print patterns experiment the reset button is missing in the page environment os windows linux browsers firefox chrome bandwidth hardware configuration processor test step link | 1 |
12,456 | 5,199,523,694 | IssuesEvent | 2017-01-23 21:07:29 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | builder/amazon: make prevalidation optional | builder/amazon enhancement thinking | Short:
It would be nice if there was an option to skip AMI name prevalidation, separate from the existing force_deregister option.
Long:
When using a template that guarantees unique names, such as by incorporating a uuid, there is minimal need to prevalidate AMI names. In some cases, when many AMIs exist, the prevalidation step can take a while and put strain on the EC2 api.
The [force_deregister](https://www.packer.io/docs/builders/amazon-ebs.html#force_deregister) option exists and [skips prevalidation](https://github.com/mitchellh/packer/blob/d920b3fbf424e1c1da98682b9868b76d61467eea/builder/amazon/common/step_pre_validate.go#L23), however this adds more danger than necessary when it would be preferable (for safety) to fail should an AMI name somehow happen to be duplicated.
Using force_deregister along with not granting the user running packer permission to call DeregisterImage is an option, though I think an explicit skip_prevalidation or similar option would be more explicit and preferable.
I could probably put a PR together if this sounds good. | 1.0 | builder/amazon: make prevalidation optional - Short:
It would be nice if there was an option to skip AMI name prevalidation, separate from the existing force_deregister option.
Long:
When using a template that guarantees unique names, such as by incorporating a uuid, there is minimal need to prevalidate AMI names. In some cases, when many AMIs exist, the prevalidation step can take a while and put strain on the EC2 api.
The [force_deregister](https://www.packer.io/docs/builders/amazon-ebs.html#force_deregister) option exists and [skips prevalidation](https://github.com/mitchellh/packer/blob/d920b3fbf424e1c1da98682b9868b76d61467eea/builder/amazon/common/step_pre_validate.go#L23), however this adds more danger than necessary when it would be preferable (for safety) to fail should an AMI name somehow happen to be duplicated.
Using force_deregister along with not granting the user running packer permission to call DeregisterImage is an option, though I think an explicit skip_prevalidation or similar option would be more explicit and preferable.
I could probably put a PR together if this sounds good. | non_usab | builder amazon make prevalidation optional short it would be nice if there was an option to skip ami name prevalidation separate from the existing force deregister option long when using a template that guarantees unique names such as by incorporating a uuid there is minimal need to prevalidate ami names in some cases when many amis exist the prevalidation step can take a while and put strain on the api the option exists and however this adds more danger than necessary when it would be preferable for safety to fail should an ami name somehow happen to be duplicated using force deregister along with not granting the user running packer permission to call deregisterimage is an option though i think an explicit skip prevalidation or similar option would be more explicit and preferable i could probably put a pr together if this sounds good | 0 |
19,759 | 14,528,896,826 | IssuesEvent | 2020-12-14 17:06:29 | GaloisInc/saw-script | https://api.github.com/repos/GaloisInc/saw-script | closed | "Pointer is not a function pointer" | crucible/llvm error-messages usability | ```
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
uint32_t f() {
uint32_t *x = malloc(1 * sizeof(uint32_t));
memset(x, 0, 1 * sizeof(uint32_t));
uint32_t y = x[0];
free(x);
return y;
}
```
```
let f_spec = do {
crucible_execute_func [];
crucible_return (crucible_term {{ 0 : [32] }});
};
test_bc <- llvm_load_module "test.bc";
f_result <- crucible_llvm_verify test_bc "f" [] true f_spec z3;
```
```
$ clang -g -O0 test.c -o test.bc -emit-llvm -c && saw test.saw
[00:39:45.262] Loading file "test.saw"
[00:39:45.287] Verifying f ...
[00:39:45.287] Simulating f ...
[00:39:45.290] "crucible_llvm_verify" (test.saw:8:13-8:33):
Symbolic execution failed.
Abort due to false assumption:
Pointer is not a function pointer:
(4, 0x0:[64])
in f at test.c:7:3
Stack frame
Allocations:
HeapAlloc 9 0x4:[64] Mutable 16-byte-aligned test.c:6:17
StackAlloc 8 0x4:[64] Mutable 4-byte-aligned "test.c:8:12"
StackAlloc 7 0x8:[64] Mutable 8-byte-aligned "test.c:6:13"
Writes:
Base memory
Allocations:
GlobalAlloc 6 0x0:[64] Immutable 1-byte-aligned f
GlobalAlloc 5 0x0:[64] Immutable 1-byte-aligned free
GlobalAlloc 4 0x0:[64] Immutable 1-byte-aligned llvm.objectsize.i64.p0i8
GlobalAlloc 3 0x0:[64] Immutable 1-byte-aligned __memset_chk
GlobalAlloc 2 0x0:[64] Immutable 1-byte-aligned malloc
GlobalAlloc 1 0x0:[64] Immutable 1-byte-aligned llvm.dbg.declare
Writes:
```
What function pointer?
I've only gotten this error when using `memset`, and only when passing in an array to `f` or mallocing an array (as I did above). If I give a stack allocated array `uint32_t x[1]` to memset then `saw` does not complain.
Also, there is a printing inconsistency --- HeapAlloc does not put quotes around the filename whereas StackAlloc does, and the stuff at the beginning uses parens around the filename. | True | "Pointer is not a function pointer" - ```
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
uint32_t f() {
uint32_t *x = malloc(1 * sizeof(uint32_t));
memset(x, 0, 1 * sizeof(uint32_t));
uint32_t y = x[0];
free(x);
return y;
}
```
```
let f_spec = do {
crucible_execute_func [];
crucible_return (crucible_term {{ 0 : [32] }});
};
test_bc <- llvm_load_module "test.bc";
f_result <- crucible_llvm_verify test_bc "f" [] true f_spec z3;
```
```
$ clang -g -O0 test.c -o test.bc -emit-llvm -c && saw test.saw
[00:39:45.262] Loading file "test.saw"
[00:39:45.287] Verifying f ...
[00:39:45.287] Simulating f ...
[00:39:45.290] "crucible_llvm_verify" (test.saw:8:13-8:33):
Symbolic execution failed.
Abort due to false assumption:
Pointer is not a function pointer:
(4, 0x0:[64])
in f at test.c:7:3
Stack frame
Allocations:
HeapAlloc 9 0x4:[64] Mutable 16-byte-aligned test.c:6:17
StackAlloc 8 0x4:[64] Mutable 4-byte-aligned "test.c:8:12"
StackAlloc 7 0x8:[64] Mutable 8-byte-aligned "test.c:6:13"
Writes:
Base memory
Allocations:
GlobalAlloc 6 0x0:[64] Immutable 1-byte-aligned f
GlobalAlloc 5 0x0:[64] Immutable 1-byte-aligned free
GlobalAlloc 4 0x0:[64] Immutable 1-byte-aligned llvm.objectsize.i64.p0i8
GlobalAlloc 3 0x0:[64] Immutable 1-byte-aligned __memset_chk
GlobalAlloc 2 0x0:[64] Immutable 1-byte-aligned malloc
GlobalAlloc 1 0x0:[64] Immutable 1-byte-aligned llvm.dbg.declare
Writes:
```
What function pointer?
I've only gotten this error when using `memset`, and only when passing in an array to `f` or mallocing an array (as I did above). If I give a stack allocated array `uint32_t x[1]` to memset then `saw` does not complain.
Also, there is a printing inconsistency --- HeapAlloc does not put quotes around the filename whereas StackAlloc does, and the stuff at the beginning uses parens around the filename. | usab | pointer is not a function pointer include include include t f t x malloc sizeof t memset x sizeof t t y x free x return y let f spec do crucible execute func crucible return crucible term test bc llvm load module test bc f result crucible llvm verify test bc f true f spec clang g test c o test bc emit llvm c saw test saw loading file test saw verifying f simulating f crucible llvm verify test saw symbolic execution failed abort due to false assumption pointer is not a function pointer in f at test c stack frame allocations heapalloc mutable byte aligned test c stackalloc mutable byte aligned test c stackalloc mutable byte aligned test c writes base memory allocations globalalloc immutable byte aligned f globalalloc immutable byte aligned free globalalloc immutable byte aligned llvm objectsize globalalloc immutable byte aligned memset chk globalalloc immutable byte aligned malloc globalalloc immutable byte aligned llvm dbg declare writes what function pointer i ve only gotten this error when using memset and only when passing in an array to f or mallocing an array as i did above if i give a stack allocated array t x to memset then saw does not complain also there is a printing inconsistency heapalloc does not put quotes around the filename whereas stackalloc does and the stuff at the beginning uses parens around the filename | 1 |
10,090 | 6,557,564,476 | IssuesEvent | 2017-09-06 17:54:56 | USDepartmentofLabor/Ilab-do-good | https://api.github.com/repos/USDepartmentofLabor/Ilab-do-good | opened | Website - Usability - Why Do Not All the Steps in Main Menu Not Show on Screen | Website-usability | Why don't all the Steps in the main menu not show on screen and you have to scroll.
For some that are not using a keyboard they might not notice that Steps 5 - 8 are missing in the list in the main menu. | True | Website - Usability - Why Do Not All the Steps in Main Menu Not Show on Screen - Why don't all the Steps in the main menu not show on screen and you have to scroll.
For some that are not using a keyboard they might not notice that Steps 5 - 8 are missing in the list in the main menu. | usab | website usability why do not all the steps in main menu not show on screen why don t all the steps in the main menu not show on screen and you have to scroll for some that are not using a keyboard they might not notice that steps are missing in the list in the main menu | 1 |
48,194 | 7,389,740,172 | IssuesEvent | 2018-03-16 09:49:12 | process-engine/bpmn-studio | https://api.github.com/repos/process-engine/bpmn-studio | opened | Handling of strategic and operative process models | documentation | #### Describe your issue
We need some idea of how to handle strategic and operative process models.
This is why we will start by creating documents with ideas and concepts.
This will serve as a start point for further actions.
#### Issue checklist
Please check the boxes in this list after submitting your Issue:
- [x] I've checked if this issue already exists
- [x] I've included all the information that i think is relevant
- [x] I've added logs and/or screenshots (if applicable)
- [x] I've mentioned PRs and issues that relate to this one
| 1.0 | Handling of strategic and operative process models - #### Describe your issue
We need some idea of how to handle strategic and operative process models.
This is why we will start by creating documents with ideas and concepts.
This will serve as a start point for further actions.
#### Issue checklist
Please check the boxes in this list after submitting your Issue:
- [x] I've checked if this issue already exists
- [x] I've included all the information that i think is relevant
- [x] I've added logs and/or screenshots (if applicable)
- [x] I've mentioned PRs and issues that relate to this one
| non_usab | handling of strategic and operative process models describe your issue we need some idea of how to handle strategic and operative process models this is why we will start by creating documents with ideas and concepts this will serve as a start point for further actions issue checklist please check the boxes in this list after submitting your issue i ve checked if this issue already exists i ve included all the information that i think is relevant i ve added logs and or screenshots if applicable i ve mentioned prs and issues that relate to this one | 0 |
395,451 | 11,686,554,017 | IssuesEvent | 2020-03-05 11:04:50 | ubuntu/yaru | https://api.github.com/repos/ubuntu/yaru | reopened | Background in top of Templates folder | Priority: Enhancement Priority: Low Status: Discussion | I know that per app tweaks isn't ideal, but IMHO the label in the Templates folder lacks discoverability which is key for it's usefulness. Opposed to the Trash folder, the top banner here acts as information and would benefit from a background.
WDYT?

| 2.0 | Background in top of Templates folder - I know that per app tweaks isn't ideal, but IMHO the label in the Templates folder lacks discoverability which is key for it's usefulness. Opposed to the Trash folder, the top banner here acts as information and would benefit from a background.
WDYT?

| non_usab | background in top of templates folder i know that per app tweaks isn t ideal but imho the label in the templates folder lacks discoverability which is key for it s usefulness opposed to the trash folder the top banner here acts as information and would benefit from a background wdyt | 0 |
288,360 | 24,900,940,608 | IssuesEvent | 2022-10-28 20:49:11 | vbr-calc/vbr | https://api.github.com/repos/vbr-calc/vbr | closed | test improvements | ci_and_testing | #28 manually builds octave and runs tests.
Should:
- [ ] use a docker image instead of installing octave directly: https://github.com/gnu-octave/docker
- [ ] look into using matlab in the CI as well | 1.0 | test improvements - #28 manually builds octave and runs tests.
Should:
- [ ] use a docker image instead of installing octave directly: https://github.com/gnu-octave/docker
- [ ] look into using matlab in the CI as well | non_usab | test improvements manually builds octave and runs tests should use a docker image instead of installing octave directly look into using matlab in the ci as well | 0 |
105,942 | 13,234,335,608 | IssuesEvent | 2020-08-18 16:07:39 | Hackuarium/bioreactor | https://api.github.com/repos/Hackuarium/bioreactor | reopened | Find insulator to put under heating bed | Mechanical design enhancement | We observed that the weight cells and the magnetic stirrer heat a lot when the heat bed it on. A mean of avoiding this must be found. The idea was to put an insulator on the hole surface under the bed. The material must be heat resistant (logically). | 1.0 | Find insulator to put under heating bed - We observed that the weight cells and the magnetic stirrer heat a lot when the heat bed it on. A mean of avoiding this must be found. The idea was to put an insulator on the hole surface under the bed. The material must be heat resistant (logically). | non_usab | find insulator to put under heating bed we observed that the weight cells and the magnetic stirrer heat a lot when the heat bed it on a mean of avoiding this must be found the idea was to put an insulator on the hole surface under the bed the material must be heat resistant logically | 0 |
267,277 | 8,381,166,270 | IssuesEvent | 2018-10-07 22:02:35 | RITlug/tasks | https://api.github.com/repos/RITlug/tasks | closed | Compile list of interview resources into email | information meetings priority:high | 9/28/18's meeting showcased some useful resources to help prepare for a coding interview, general interview advice, suggested questions, etc. It would be handy to send these resources out in an email to our members.
- https://github.com/yangshun/tech-interview-handbook
- https://exercism.io/
- https://interviewing.io/
- https://triplebyte.com/
- https://www.glassdoor.com/index.htm | 1.0 | Compile list of interview resources into email - 9/28/18's meeting showcased some useful resources to help prepare for a coding interview, general interview advice, suggested questions, etc. It would be handy to send these resources out in an email to our members.
- https://github.com/yangshun/tech-interview-handbook
- https://exercism.io/
- https://interviewing.io/
- https://triplebyte.com/
- https://www.glassdoor.com/index.htm | non_usab | compile list of interview resources into email s meeting showcased some useful resources to help prepare for a coding interview general interview advice suggested questions etc it would be handy to send these resources out in an email to our members | 0 |
24,061 | 23,288,868,605 | IssuesEvent | 2022-08-05 19:49:24 | SuffolkLITLab/docassemble-AssemblyLine | https://api.github.com/repos/SuffolkLITLab/docassemble-AssemblyLine | opened | Combobox Accessibility Issues | help wanted JS Usability / User experience accessibility Upstream / Core | Came across a use of a combo box in ILAO's Fee Waiver interview when doing an accessibility audit. There are a few accessibility issues I found when using it with a screen reader and keyboard:
* There is a button on the right side of the field that doesn't have any labels. Screen readers will announce it as just "Push button" or "button". I think the right way to describe it would be as a collapsible button, but...
* when you use keyboard controls to press the button, it quickly shows the available items, but then quickly selects the top option. What's actually happening is that on key down, the available items are shown, and then you can use the arrow keys to navigate and choose the right option, and on key up, that option is selected and entered into the combobox input field. This definitely isn't standard keyboard controls for a button like that (having to hold down one key while using others to choose something), and should be changed to be on 2 different key presses.
* after writing this, I discovered that this only seems to happen on Firefox on Ubuntu, and not Firefox on windows, so I'm not sure how to start debugging OS differences here.
* the options available in the combobox aren't read out on the screen reader. With Orca (Ubuntu), nothing is read at all, and with NVDA (windows), it says "blank" each time you navigate to the next year selection.
* If you enter an invalid number and navigate to continue, the validation message pops up, but nothing is read out on with the reader (at all). If you navigate back to the combo box, it won't read out the issue either. If you just didn't enter anything it will read out "this field is required".
The combobox is a [separate bootstrap plugin](https://github.com/danielfarrell/bootstrap-combobox) that we would have to patch separately from docassemble. There haven't been any substantive merged PRs since 2019, so our best bet is to patch it ourselves, see if the author has the time to review and merge, and if not, convince Jonathan to use our branch instead.
Here's an image of what the combobox looks like, and some example code to try it out.

```yaml
question: |
What year were you born?
fields:
- Year of birth: birth_year
input type: combobox
datatype: integer
maxlength: 4
min: ${ today().year-120 }
max: ${ today().year }
code: |
reversed(range(today().year-120, today().year+1))
``` | True | Combobox Accessibility Issues - Came across a use of a combo box in ILAO's Fee Waiver interview when doing an accessibility audit. There are a few accessibility issues I found when using it with a screen reader and keyboard:
* There is a button on the right side of the field that doesn't have any labels. Screen readers will announce it as just "Push button" or "button". I think the right way to describe it would be as a collapsible button, but...
* when you use keyboard controls to press the button, it quickly shows the available items, but then quickly selects the top option. What's actually happening is that on key down, the available items are shown, and then you can use the arrow keys to navigate and choose the right option, and on key up, that option is selected and entered into the combobox input field. This definitely isn't standard keyboard controls for a button like that (having to hold down one key while using others to choose something), and should be changed to be on 2 different key presses.
* after writing this, I discovered that this only seems to happen on Firefox on Ubuntu, and not Firefox on windows, so I'm not sure how to start debugging OS differences here.
* the options available in the combobox aren't read out on the screen reader. With Orca (Ubuntu), nothing is read at all, and with NVDA (windows), it says "blank" each time you navigate to the next year selection.
* If you enter an invalid number and navigate to continue, the validation message pops up, but nothing is read out on with the reader (at all). If you navigate back to the combo box, it won't read out the issue either. If you just didn't enter anything it will read out "this field is required".
The combobox is a [separate bootstrap plugin](https://github.com/danielfarrell/bootstrap-combobox) that we would have to patch separately from docassemble. There haven't been any substantive merged PRs since 2019, so our best bet is to patch it ourselves, see if the author has the time to review and merge, and if not, convince Jonathan to use our branch instead.
Here's an image of what the combobox looks like, and some example code to try it out.

```yaml
question: |
What year were you born?
fields:
- Year of birth: birth_year
input type: combobox
datatype: integer
maxlength: 4
min: ${ today().year-120 }
max: ${ today().year }
code: |
reversed(range(today().year-120, today().year+1))
``` | usab | combobox accessibility issues came across a use of a combo box in ilao s fee waiver interview when doing an accessibility audit there are a few accessibility issues i found when using it with a screen reader and keyboard there is a button on the right side of the field that doesn t have any labels screen readers will announce it as just push button or button i think the right way to describe it would be as a collapsible button but when you use keyboard controls to press the button it quickly shows the available items but then quickly selects the top option what s actually happening is that on key down the available items are shown and then you can use the arrow keys to navigate and choose the right option and on key up that option is selected and entered into the combobox input field this definitely isn t standard keyboard controls for a button like that having to hold down one key while using others to choose something and should be changed to be on different key presses after writing this i discovered that this only seems to happen on firefox on ubuntu and not firefox on windows so i m not sure how to start debugging os differences here the options available in the combobox aren t read out on the screen reader with orca ubuntu nothing is read at all and with nvda windows it says blank each time you navigate to the next year selection if you enter an invalid number and navigate to continue the validation message pops up but nothing is read out on with the reader at all if you navigate back to the combo box it won t read out the issue either if you just didn t enter anything it will read out this field is required the combobox is a that we would have to patch separately from docassemble there haven t been any substantive merged prs since so our best bet is to patch it ourselves see if the author has the time to review and merge and if not convince jonathan to use our branch instead here s an image of what the combobox looks like and some example code to try it out yaml question what year were you born fields year of birth birth year input type combobox datatype integer maxlength min today year max today year code reversed range today year today year | 1 |
44,994 | 12,510,589,041 | IssuesEvent | 2020-06-02 18:56:26 | cython/cython | https://api.github.com/repos/cython/cython | closed | Cython 3.0a5 fails to cythonize on msvc(x64:LLP64 model) | defect | since cython-447445a3f4c651c2881bc5b50b8d3a1b3fc6b7a6
(Patch title: Speed up Machines.py by compiling it.)
On cythoning with Python3.9b1(win64), Machines.pyd and Transitions.pyd
raise "OverflowError: Python int too large to convert to C long".
To avoid this error and warning, it seems good to replace
'long' in the following 5 files with 'Py_ssize_t'. And it works fine for me.
Cython/Plex/Machines.py
Cython/Plex/Machines.pxd
Cython/Plex/Scanners.pxd
Cython/Plex/Transitions.pxd
Cython/Compiler/Scanning.pxd
But I'm not sure this is correct because a compiler warning below remains
and PyUnicode_FromOrdinal() requires 'int' argument.
Cython/Plex/Machines.py:167 (cython-3ee066283d503d9ed494f90793ee89e6973904f8)
165: elif code1 != maxint:
166: while code0 < code1:
167: state[unichr(code0)] = new_state # <<<<<<<<<<<<<<
168: code0 += 1
Machines.c
6897: __pyx_t_4 = PyUnicode_FromOrdinal(__pyx_v_code0);
warning C4244: 'function': conversion from 'Py_ssize_t' to 'int', possible loss of data | 1.0 | Cython 3.0a5 fails to cythonize on msvc(x64:LLP64 model) - since cython-447445a3f4c651c2881bc5b50b8d3a1b3fc6b7a6
(Patch title: Speed up Machines.py by compiling it.)
On cythoning with Python3.9b1(win64), Machines.pyd and Transitions.pyd
raise "OverflowError: Python int too large to convert to C long".
To avoid this error and warning, it seems good to replace
'long' in the following 5 files with 'Py_ssize_t'. And it works fine for me.
Cython/Plex/Machines.py
Cython/Plex/Machines.pxd
Cython/Plex/Scanners.pxd
Cython/Plex/Transitions.pxd
Cython/Compiler/Scanning.pxd
But I'm not sure this is correct because a compiler warning below remains
and PyUnicode_FromOrdinal() requires 'int' argument.
Cython/Plex/Machines.py:167 (cython-3ee066283d503d9ed494f90793ee89e6973904f8)
165: elif code1 != maxint:
166: while code0 < code1:
167: state[unichr(code0)] = new_state # <<<<<<<<<<<<<<
168: code0 += 1
Machines.c
6897: __pyx_t_4 = PyUnicode_FromOrdinal(__pyx_v_code0);
warning C4244: 'function': conversion from 'Py_ssize_t' to 'int', possible loss of data | non_usab | cython fails to cythonize on msvc model since cython patch title speed up machines py by compiling it on cythoning with machines pyd and transitions pyd raise overflowerror python int too large to convert to c long to avoid this error and warning it seems good to replace long in the following files with py ssize t and it works fine for me cython plex machines py cython plex machines pxd cython plex scanners pxd cython plex transitions pxd cython compiler scanning pxd but i m not sure this is correct because a compiler warning below remains and pyunicode fromordinal requires int argument cython plex machines py cython elif maxint while state new state machines c pyx t pyunicode fromordinal pyx v warning function conversion from py ssize t to int possible loss of data | 0 |
14,094 | 8,824,541,867 | IssuesEvent | 2019-01-02 17:22:22 | rabbitmq/rabbitmq-stomp | https://api.github.com/repos/rabbitmq/rabbitmq-stomp | closed | Enable tcp_listen_options.keepalive for STOMP plugin | effort-tiny usability | Environment:
* RabbitMQ version: 3.7.4
* Erlang version: 20.1 from Erlang Solutions
Issue:
We've noticed that in some cases, even using STOMP 1.1 with heartbeats enabled, connections may sometimes linger in an phantom state. In this state, the connection is no longer listed in the "Connections" tab of the RabbitMQ web interface, but is still visible to the underlying operating system with netstat.
These connections continue to consume memory resources of beam.smp and cause the "Binaries" memory meter to grow. Enabling the "rabbitmq_top" plugin, we don't see this memory usage accounted for in any of the processes or ETS tables. Performing a stop/start of the broker to force the phantom connections to be purged results in memory usage returning to expected values.
Request:
Please enable the ability to configure TCP Keepalives (such as can be configured for AMQP using tcp_listen_options.keepalive = true) for the STOMP plugin to allow the OS to reap these phantom connections. They currently grow at a very slow pace, but it does force us to restart a broker out of each cluster once every few months.
| True | Enable tcp_listen_options.keepalive for STOMP plugin - Environment:
* RabbitMQ version: 3.7.4
* Erlang version: 20.1 from Erlang Solutions
Issue:
We've noticed that in some cases, even using STOMP 1.1 with heartbeats enabled, connections may sometimes linger in an phantom state. In this state, the connection is no longer listed in the "Connections" tab of the RabbitMQ web interface, but is still visible to the underlying operating system with netstat.
These connections continue to consume memory resources of beam.smp and cause the "Binaries" memory meter to grow. Enabling the "rabbitmq_top" plugin, we don't see this memory usage accounted for in any of the processes or ETS tables. Performing a stop/start of the broker to force the phantom connections to be purged results in memory usage returning to expected values.
Request:
Please enable the ability to configure TCP Keepalives (such as can be configured for AMQP using tcp_listen_options.keepalive = true) for the STOMP plugin to allow the OS to reap these phantom connections. They currently grow at a very slow pace, but it does force us to restart a broker out of each cluster once every few months.
| usab | enable tcp listen options keepalive for stomp plugin environment rabbitmq version erlang version from erlang solutions issue we ve noticed that in some cases even using stomp with heartbeats enabled connections may sometimes linger in an phantom state in this state the connection is no longer listed in the connections tab of the rabbitmq web interface but is still visible to the underlying operating system with netstat these connections continue to consume memory resources of beam smp and cause the binaries memory meter to grow enabling the rabbitmq top plugin we don t see this memory usage accounted for in any of the processes or ets tables performing a stop start of the broker to force the phantom connections to be purged results in memory usage returning to expected values request please enable the ability to configure tcp keepalives such as can be configured for amqp using tcp listen options keepalive true for the stomp plugin to allow the os to reap these phantom connections they currently grow at a very slow pace but it does force us to restart a broker out of each cluster once every few months | 1 |
6,908 | 4,652,450,724 | IssuesEvent | 2016-10-03 14:03:50 | cul-it/mann-wagon | https://api.github.com/repos/cul-it/mann-wagon | closed | You need to use a Mac to finish your video assignment | usability | #### You need to use a Mac to finish your video assignment. Does Mann have any for use? | True | You need to use a Mac to finish your video assignment - #### You need to use a Mac to finish your video assignment. Does Mann have any for use? | usab | you need to use a mac to finish your video assignment you need to use a mac to finish your video assignment does mann have any for use | 1 |
136,052 | 12,698,709,582 | IssuesEvent | 2020-06-22 13:50:26 | cbeleites/hyperSpec | https://api.github.com/repos/cbeleites/hyperSpec | closed | Replace ##' with #' | documentation :blue_book: style :pencil2: | I found out that some automatic tools and RStudio functions do not work correctly if `##'` roxygen comments are used. E.g., examples cannot be run without uncommenting them. So I suggest replacing `##'` → `#'` | 1.0 | Replace ##' with #' - I found out that some automatic tools and RStudio functions do not work correctly if `##'` roxygen comments are used. E.g., examples cannot be run without uncommenting them. So I suggest replacing `##'` → `#'` | non_usab | replace with i found out that some automatic tools and rstudio functions do not work correctly if roxygen comments are used e g examples cannot be run without uncommenting them so i suggest replacing → | 0 |
9,663 | 6,412,293,735 | IssuesEvent | 2017-08-08 02:34:01 | FReBOmusic/FReBO | https://api.github.com/repos/FReBOmusic/FReBO | opened | Rate Us Button | Usability | In the event that the user navigates to the Settings Screen.
**Expected Response**: The Rate Us Button should be displayed. | True | Rate Us Button - In the event that the user navigates to the Settings Screen.
**Expected Response**: The Rate Us Button should be displayed. | usab | rate us button in the event that the user navigates to the settings screen expected response the rate us button should be displayed | 1 |
35,342 | 14,673,876,771 | IssuesEvent | 2020-12-30 14:07:19 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Error with numbers in spanish (Mexico) text to speech | cognitive-services/svc cxp product-bug product-question speech-service/subsvc triaged | When using voices in Spanish (Mexico) (tried with Dalia and Jorge) numbers are not pronounced correctly.
For example:
```xml
<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" xmlns:emo="http://www.w3.org/2009/10/emotionml" version="1.0" xml:lang="en-US"><voice name="es-MX-DaliaNeural">Existen <say-as interpret-as="cardinal">500000</say-as> humanos</voice></speak>
```
Should be pronounced as "Existen quinientos mil humanos" (There are fivehundred thousand humans), output is wrong because it says "Existen cinco cero cero cero cero cero humanos" (There are five zero zero zero zero zero humans).
If you change the number to 510000 it is ok. Without `<say-as>` the tag is ok in some cases. I have tried without the `<say-as>` tag and it says ok in some cases and other it doesn't. If you use `15000000` without the tag it is read wrong but if you use the `<say-as>` tag. In my tests it doesn't mispronounce using Spanish (Spain).
I don't know if this is also related with #67565 reported by me.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: aae85d9f-b4f4-fc4d-cb0f-0fc4a1d4e7c9
* Version Independent ID: dbd55a99-dbde-a3f3-47a5-ded8309e2748
* Content: [Speech Synthesis Markup Language (SSML) - Speech service - Azure Cognitive Services](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-synthesis-markup?tabs=csharp#say-as-element)
* Content Source: [articles/cognitive-services/Speech-Service/speech-synthesis-markup.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cognitive-services/Speech-Service/speech-synthesis-markup.md)
* Service: **cognitive-services**
* Sub-service: **speech-service**
* GitHub Login: @trevorbye
* Microsoft Alias: **trbye** | 2.0 | Error with numbers in spanish (Mexico) text to speech - When using voices in Spanish (Mexico) (tried with Dalia and Jorge) numbers are not pronounced correctly.
For example:
```xml
<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" xmlns:emo="http://www.w3.org/2009/10/emotionml" version="1.0" xml:lang="en-US"><voice name="es-MX-DaliaNeural">Existen <say-as interpret-as="cardinal">500000</say-as> humanos</voice></speak>
```
Should be pronounced as "Existen quinientos mil humanos" (There are fivehundred thousand humans), output is wrong because it says "Existen cinco cero cero cero cero cero humanos" (There are five zero zero zero zero zero humans).
If you change the number to 510000 it is ok. Without `<say-as>` the tag is ok in some cases. I have tried without the `<say-as>` tag and it says ok in some cases and other it doesn't. If you use `15000000` without the tag it is read wrong but if you use the `<say-as>` tag. In my tests it doesn't mispronounce using Spanish (Spain).
I don't know if this is also related with #67565 reported by me.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: aae85d9f-b4f4-fc4d-cb0f-0fc4a1d4e7c9
* Version Independent ID: dbd55a99-dbde-a3f3-47a5-ded8309e2748
* Content: [Speech Synthesis Markup Language (SSML) - Speech service - Azure Cognitive Services](https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/speech-synthesis-markup?tabs=csharp#say-as-element)
* Content Source: [articles/cognitive-services/Speech-Service/speech-synthesis-markup.md](https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cognitive-services/Speech-Service/speech-synthesis-markup.md)
* Service: **cognitive-services**
* Sub-service: **speech-service**
* GitHub Login: @trevorbye
* Microsoft Alias: **trbye** | non_usab | error with numbers in spanish mexico text to speech when using voices in spanish mexico tried with dalia and jorge numbers are not pronounced correctly for example xml existen humanos should be pronounced as existen quinientos mil humanos there are fivehundred thousand humans output is wrong because it says existen cinco cero cero cero cero cero humanos there are five zero zero zero zero zero humans if you change the number to it is ok without the tag is ok in some cases i have tried without the tag and it says ok in some cases and other it doesn t if you use without the tag it is read wrong but if you use the tag in my tests it doesn t mispronounce using spanish spain i don t know if this is also related with reported by me document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id dbde content content source service cognitive services sub service speech service github login trevorbye microsoft alias trbye | 0 |
18,453 | 12,955,526,855 | IssuesEvent | 2020-07-20 06:31:48 | precice/precice | https://api.github.com/repos/precice/precice | closed | Option to force program termination on divergence/lack of convergence | enhancement good first issue usability | **Please describe the problem you are trying to solve.**
I want to run a parameter study of different couplings and settings for one of my problems. It is very likely that not all settings work out, i.e. that the coupling will not converge in a time step. If the coupling has not converged, it is very likely that the solution is wrong and the simulation will crash in a few time steps. Moreover, I might not trust the result anymore. Therefore, it would be nice if the simulation would be stopped as soon as the coupling does not converge.
**Describe the solution you propose.**
It would be nice, if one could tell preCICE to be strict on the convergence/divergence behavior. This could be a new input parameter in the input file that does not break the current interface. One might consider an option after how many diverged time steps/time windows one wants the simulation to be aborted.
The parameter could be a new property of the `xxx-convergence-measure` tags. This would give the user the ability to be strict on certain convergence measures they deem important. One possible name would be `strict`. If one wants to allow the coupling to diverge/not converge in at most `n` time steps/windows one could also call it `strict_after_n_time_windows=n`. The default values could be `0` to indicate that preCICE will not abort ever (current behavior).
I would suggest to only implement one of the two options. I came up with the names spontaneously so there is possibly room for improvement. :)
| True | Option to force program termination on divergence/lack of convergence - **Please describe the problem you are trying to solve.**
I want to run a parameter study of different couplings and settings for one of my problems. It is very likely that not all settings work out, i.e. that the coupling will not converge in a time step. If the coupling has not converged, it is very likely that the solution is wrong and the simulation will crash in a few time steps. Moreover, I might not trust the result anymore. Therefore, it would be nice if the simulation would be stopped as soon as the coupling does not converge.
**Describe the solution you propose.**
It would be nice, if one could tell preCICE to be strict on the convergence/divergence behavior. This could be a new input parameter in the input file that does not break the current interface. One might consider an option after how many diverged time steps/time windows one wants the simulation to be aborted.
The parameter could be a new property of the `xxx-convergence-measure` tags. This would give the user the ability to be strict on certain convergence measures they deem important. One possible name would be `strict`. If one wants to allow the coupling to diverge/not converge in at most `n` time steps/windows one could also call it `strict_after_n_time_windows=n`. The default values could be `0` to indicate that preCICE will not abort ever (current behavior).
I would suggest to only implement one of the two options. I came up with the names spontaneously so there is possibly room for improvement. :)
| usab | option to force program termination on divergence lack of convergence please describe the problem you are trying to solve i want to run a parameter study of different couplings and settings for one of my problems it is very likely that not all settings work out i e that the coupling will not converge in a time step if the coupling has not converged it is very likely that the solution is wrong and the simulation will crash in a few time steps moreover i might not trust the result anymore therefore it would be nice if the simulation would be stopped as soon as the coupling does not converge describe the solution you propose it would be nice if one could tell precice to be strict on the convergence divergence behavior this could be a new input parameter in the input file that does not break the current interface one might consider an option after how many diverged time steps time windows one wants the simulation to be aborted the parameter could be a new property of the xxx convergence measure tags this would give the user the ability to be strict on certain convergence measures they deem important one possible name would be strict if one wants to allow the coupling to diverge not converge in at most n time steps windows one could also call it strict after n time windows n the default values could be to indicate that precice will not abort ever current behavior i would suggest to only implement one of the two options i came up with the names spontaneously so there is possibly room for improvement | 1 |
21,766 | 17,686,415,564 | IssuesEvent | 2021-08-24 02:37:55 | go-gitea/gitea | https://api.github.com/repos/go-gitea/gitea | closed | Accessibility: assign issue attributes via keyboard | kind/ui reviewed/confirmed kind/usability | - Gitea version (or commit ref): 1.15.0+dev-327-gc636ef8f1
The label / reviewer / milestone / ... assignment menus in the issue sidebar currently require selecting items with the mouse.

Doing a fuzzy search, selecting items with arrow keys works. Pressing return reloads the page, instead of selecting the focused item (as on github)
What's probably happening is that it submits the form of the (still focused) fuzzy search input. | True | Accessibility: assign issue attributes via keyboard - - Gitea version (or commit ref): 1.15.0+dev-327-gc636ef8f1
The label / reviewer / milestone / ... assignment menus in the issue sidebar currently require selecting items with the mouse.

Doing a fuzzy search, selecting items with arrow keys works. Pressing return reloads the page, instead of selecting the focused item (as on github)
What's probably happening is that it submits the form of the (still focused) fuzzy search input. | usab | accessibility assign issue attributes via keyboard gitea version or commit ref dev the label reviewer milestone assignment menus in the issue sidebar currently require selecting items with the mouse doing a fuzzy search selecting items with arrow keys works pressing return reloads the page instead of selecting the focused item as on github what s probably happening is that it submits the form of the still focused fuzzy search input | 1 |
2,149 | 3,051,938,545 | IssuesEvent | 2015-08-12 12:01:42 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 15368745: Xcode 5.0.1: iOS Simulator Dvorak support has broken | classification:ui/usability reproducible:always status:open | #### Description
Summary:
The iOS simulator could previously be used with the host Mac's Dvorak keyboard layout. This is no longer the case.
Steps to Reproduce:
0) Change OS X input method to US/Dvorak in System Preferences
1) In the iOS Simulator, enable "iOS Uses Same Keyboard Layout as OS X"
2) Run an iOS app that requires text input
3) Enter text into a text field or text view
Expected Results:
The entered text should be based on the US/Dvorak layout.
Actual Results:
The text entered is based on the US/English layout, in contrast to the system setting. The same result is gained if step (1) above is skipped and the setting is left off.
Regression:
The Dvorak layout worked fine in the simulator (despite the aforementioned setting being absent) for all 4.x.x builds.
-
Product Version: Xcode 5.0.1 (5A2034a)
Created: 2013-11-01T04:02:13.944814
Originated: 2013-11-01T00:02:00
Open Radar Link: http://www.openradar.me/15368745 | True | 15368745: Xcode 5.0.1: iOS Simulator Dvorak support has broken - #### Description
Summary:
The iOS simulator could previously be used with the host Mac's Dvorak keyboard layout. This is no longer the case.
Steps to Reproduce:
0) Change OS X input method to US/Dvorak in System Preferences
1) In the iOS Simulator, enable "iOS Uses Same Keyboard Layout as OS X"
2) Run an iOS app that requires text input
3) Enter text into a text field or text view
Expected Results:
The entered text should be based on the US/Dvorak layout.
Actual Results:
The text entered is based on the US/English layout, in contrast to the system setting. The same result is gained if step (1) above is skipped and the setting is left off.
Regression:
The Dvorak layout worked fine in the simulator (despite the aforementioned setting being absent) for all 4.x.x builds.
-
Product Version: Xcode 5.0.1 (5A2034a)
Created: 2013-11-01T04:02:13.944814
Originated: 2013-11-01T00:02:00
Open Radar Link: http://www.openradar.me/15368745 | usab | xcode ios simulator dvorak support has broken description summary the ios simulator could previously be used with the host mac s dvorak keyboard layout this is no longer the case steps to reproduce change os x input method to us dvorak in system preferences in the ios simulator enable ios uses same keyboard layout as os x run an ios app that requires text input enter text into a text field or text view expected results the entered text should be based on the us dvorak layout actual results the text entered is based on the us english layout in contrast to the system setting the same result is gained if step above is skipped and the setting is left off regression the dvorak layout worked fine in the simulator despite the aforementioned setting being absent for all x x builds product version xcode created originated open radar link | 1 |
394 | 2,587,583,960 | IssuesEvent | 2015-02-17 19:23:24 | spyder-ide/spyder | https://api.github.com/repos/spyder-ide/spyder | closed | Problems with zooming in/out | 2–5 stars Editor enhancement imported MacOS Usability | _From [dantis...@gmail.com](https://code.google.com/u/109799630906197024972/) on 2013-08-07T11:46:03Z_
Spyder Version: 2.2.1
Python Version: 2.7.3
Qt Version: 4.8.2, PyQt4 (API v2) 4.9.4 on Darwin
What steps will reproduce the problem?
1. Attempt to save document on mac with trackpad
2. document zooms almost every time
3. attempt not to pull out hair What is the expected output? What do you see instead? It would be fantastic to either be able to change to zoom command (say, to mod +/-) or simply disable the zoom via scroll option all together.
Please provide any additional information below
.
_Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1510_ | True | Problems with zooming in/out - _From [dantis...@gmail.com](https://code.google.com/u/109799630906197024972/) on 2013-08-07T11:46:03Z_
Spyder Version: 2.2.1
Python Version: 2.7.3
Qt Version: 4.8.2, PyQt4 (API v2) 4.9.4 on Darwin
What steps will reproduce the problem?
1. Attempt to save document on mac with trackpad
2. document zooms almost every time
3. attempt not to pull out hair What is the expected output? What do you see instead? It would be fantastic to either be able to change to zoom command (say, to mod +/-) or simply disable the zoom via scroll option all together.
Please provide any additional information below
.
_Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1510_ | usab | problems with zooming in out from on spyder version python version qt version api on darwin what steps will reproduce the problem attempt to save document on mac with trackpad document zooms almost every time attempt not to pull out hair what is the expected output what do you see instead it would be fantastic to either be able to change to zoom command say to mod or simply disable the zoom via scroll option all together please provide any additional information below original issue | 1 |
14,661 | 9,398,402,484 | IssuesEvent | 2019-04-08 12:13:08 | zaproxy/zaproxy | https://api.github.com/repos/zaproxy/zaproxy | reopened | Improve error message when failed to connect to outgoing proxy | Usability enhancement | **Describe the bug**
When trying do do a quick scan, "Failed to attack the URL: host not found" error will be visible
**To Reproduce**
Steps to reproduce the behavior:
1. Open Zap 2.7.0
2. Input http://newtours.demoaut.com/ as the URL to attack
3. Click on Attack button
4. See error "Failed to attack the URL: host not found"
**Expected behavior**
Should be able to do a quick atack
**Screenshots**

**Software versions**
- ZAP: 2.7.0
- OS: Windows 10 64bit
- Java: openjdk version "1.8.0_171"
- Browser: Chrome 73
| True | Improve error message when failed to connect to outgoing proxy - **Describe the bug**
When trying do do a quick scan, "Failed to attack the URL: host not found" error will be visible
**To Reproduce**
Steps to reproduce the behavior:
1. Open Zap 2.7.0
2. Input http://newtours.demoaut.com/ as the URL to attack
3. Click on Attack button
4. See error "Failed to attack the URL: host not found"
**Expected behavior**
Should be able to do a quick atack
**Screenshots**

**Software versions**
- ZAP: 2.7.0
- OS: Windows 10 64bit
- Java: openjdk version "1.8.0_171"
- Browser: Chrome 73
| usab | improve error message when failed to connect to outgoing proxy describe the bug when trying do do a quick scan failed to attack the url host not found error will be visible to reproduce steps to reproduce the behavior open zap input as the url to attack click on attack button see error failed to attack the url host not found expected behavior should be able to do a quick atack screenshots software versions zap os windows java openjdk version browser chrome | 1 |
20,856 | 16,107,488,753 | IssuesEvent | 2021-04-27 16:34:47 | shawnlauzon/LeoFinance-issues | https://api.github.com/repos/shawnlauzon/LeoFinance-issues | closed | Merge pulldowns Sign in / Get started and LeoApps on touch devices | enhancement usability | There are currently two pulldowns on touch devices:
<img width="411" alt="image" src="https://user-images.githubusercontent.com/611529/116208233-e4af5580-a76a-11eb-9a6b-1b9c2ee189e9.png">
<img width="260" alt="image" src="https://user-images.githubusercontent.com/611529/116198312-00f9c500-a760-11eb-809d-f6ed34d4ea73.png">
<img width="230" alt="image" src="https://user-images.githubusercontent.com/611529/116198348-0bb45a00-a760-11eb-820f-eab933ca3c39.png">
and if not logged in:
<img width="247" alt="image" src="https://user-images.githubusercontent.com/611529/116198444-24bd0b00-a760-11eb-8676-8dd723caf712.png">
These can be combined into a single pulldown which will improve the UI and decrease the space used on mobile.
| True | Merge pulldowns Sign in / Get started and LeoApps on touch devices - There are currently two pulldowns on touch devices:
<img width="411" alt="image" src="https://user-images.githubusercontent.com/611529/116208233-e4af5580-a76a-11eb-9a6b-1b9c2ee189e9.png">
<img width="260" alt="image" src="https://user-images.githubusercontent.com/611529/116198312-00f9c500-a760-11eb-809d-f6ed34d4ea73.png">
<img width="230" alt="image" src="https://user-images.githubusercontent.com/611529/116198348-0bb45a00-a760-11eb-820f-eab933ca3c39.png">
and if not logged in:
<img width="247" alt="image" src="https://user-images.githubusercontent.com/611529/116198444-24bd0b00-a760-11eb-8676-8dd723caf712.png">
These can be combined into a single pulldown which will improve the UI and decrease the space used on mobile.
| usab | merge pulldowns sign in get started and leoapps on touch devices there are currently two pulldowns on touch devices img width alt image src img width alt image src img width alt image src and if not logged in img width alt image src these can be combined into a single pulldown which will improve the ui and decrease the space used on mobile | 1 |
12,135 | 7,718,451,112 | IssuesEvent | 2018-05-23 16:16:05 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | FileSystem view jumps in size when you select files with longer file names | topic:editor usability | Godot 3.1, windows 10
**Issue description:**
The FileSystem view jumps in size when you click a file with a larger or smaller name than the previous one, This makes it annoying to click through files to check import settings because the view size changes all the time. This only seems to be an issue with longer file names because Godot wants to show the whole file name.
You can see it as a feature but I personally like in Unity, that they just cut off the rest of the file name so the whole interface is not 'depended' on the length of the file name.

| True | FileSystem view jumps in size when you select files with longer file names - Godot 3.1, windows 10
**Issue description:**
The FileSystem view jumps in size when you click a file with a larger or smaller name than the previous one, This makes it annoying to click through files to check import settings because the view size changes all the time. This only seems to be an issue with longer file names because Godot wants to show the whole file name.
You can see it as a feature but I personally like in Unity, that they just cut off the rest of the file name so the whole interface is not 'depended' on the length of the file name.

| usab | filesystem view jumps in size when you select files with longer file names godot windows issue description the filesystem view jumps in size when you click a file with a larger or smaller name than the previous one this makes it annoying to click through files to check import settings because the view size changes all the time this only seems to be an issue with longer file names because godot wants to show the whole file name you can see it as a feature but i personally like in unity that they just cut off the rest of the file name so the whole interface is not depended on the length of the file name | 1 |
2,190 | 3,058,074,272 | IssuesEvent | 2015-08-14 04:01:28 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 12270112: 10A5376e: Maps "Report Missing Location" name defaults to "Dropped Pin" | classification:ui/usability reproducible:always status:open | #### Description
10-Sep-2012 05:09 PM Robert Willmore:
Summary:
When reporting a missing location in iOS 6 Maps the name for the suggested correction is "Dropped Pin"
Steps to Reproduce:
1. Open Maps app
2. Tap "Report a Problem"
3. Select "Location is Missing" and tap "Next"
Expected Results:
Name field should be blank or should change to be blank when tapped to facilitate easy text entry.
Actual Results:
Name field defaults to "Dropped Pin", which must be manually deleted before entering the correct name.
Regression:
Feature not present in iOS 5. Unable to test against prior builds of iOS 6.
Notes:
-
Product Version: 6.0 (10A5376e)
Created: 2012-09-10T21:12:32.749065
Originated: 2012-09-10T00:00:00
Open Radar Link: http://www.openradar.me/12270112 | True | 12270112: 10A5376e: Maps "Report Missing Location" name defaults to "Dropped Pin" - #### Description
10-Sep-2012 05:09 PM Robert Willmore:
Summary:
When reporting a missing location in iOS 6 Maps the name for the suggested correction is "Dropped Pin"
Steps to Reproduce:
1. Open Maps app
2. Tap "Report a Problem"
3. Select "Location is Missing" and tap "Next"
Expected Results:
Name field should be blank or should change to be blank when tapped to facilitate easy text entry.
Actual Results:
Name field defaults to "Dropped Pin", which must be manually deleted before entering the correct name.
Regression:
Feature not present in iOS 5. Unable to test against prior builds of iOS 6.
Notes:
-
Product Version: 6.0 (10A5376e)
Created: 2012-09-10T21:12:32.749065
Originated: 2012-09-10T00:00:00
Open Radar Link: http://www.openradar.me/12270112 | usab | maps report missing location name defaults to dropped pin description sep pm robert willmore summary when reporting a missing location in ios maps the name for the suggested correction is dropped pin steps to reproduce open maps app tap report a problem select location is missing and tap next expected results name field should be blank or should change to be blank when tapped to facilitate easy text entry actual results name field defaults to dropped pin which must be manually deleted before entering the correct name regression feature not present in ios unable to test against prior builds of ios notes product version created originated open radar link | 1 |
78,323 | 3,509,570,739 | IssuesEvent | 2016-01-08 23:32:04 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | Pet bug (BB #1093) | Category: Miscellaneous migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:** kila27
**Original Date:** 13.08.2015 19:42:03 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1093
<hr>
Hi,
We have a problem with pets.
Hunter: When a hunter ride a mount/flying mount or travel from a flight path to an other, the pet doesn't disappear just after a long time and the hunter has to recall it.
Warlock: The same thing, the pet disappear after a long time as it would die (the player has to summon it again), but the warlock doesn't get soul shards.
Could you please help us?
Thanks!
P.S.: last rev | 1.0 | Pet bug (BB #1093) - This issue was migrated from bitbucket.
**Original Reporter:** kila27
**Original Date:** 13.08.2015 19:42:03 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/1093
<hr>
Hi,
We have a problem with pets.
Hunter: When a hunter ride a mount/flying mount or travel from a flight path to an other, the pet doesn't disappear just after a long time and the hunter has to recall it.
Warlock: The same thing, the pet disappear after a long time as it would die (the player has to summon it again), but the warlock doesn't get soul shards.
Could you please help us?
Thanks!
P.S.: last rev | non_usab | pet bug bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link hi we have a problem with pets hunter when a hunter ride a mount flying mount or travel from a flight path to an other the pet doesn t disappear just after a long time and the hunter has to recall it warlock the same thing the pet disappear after a long time as it would die the player has to summon it again but the warlock doesn t get soul shards could you please help us thanks p s last rev | 0 |
122,001 | 16,065,809,913 | IssuesEvent | 2021-04-23 18:53:57 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | closed | Footer Component Sketch Visual Spec | Background Color Fix | Airtable Done bug design | ## Detailed description
> Describe in detail the issue you're having.
The Footer Sketch component file latest has some of the backgrounds set at #252525, while others are set at #262626 (Gray90), and am pretty sure this is the correct one, looking at Storybook.
> Is this a feature request (new component, new icon), a bug, or a general
> issue?
Bug
> Is this issue related to a specific component?
Footer
> What did you expect to happen? What happened instead? What would you like to
> see changed?
I expected all the backgrounds for Gray90 and Gray100 to be Gray90 (#262626), based on at latest Storybook:
http://ibmdotcom-web-components.mybluemix.net/?path=/story/components-footer--default
## Steps to reproduce the issue
1. Open Footer Sketch visual spec file
https://ibm.ent.box.com/folder/101562989787?s=nsbccv6jigfw78uwq3r0242qks1x1f87
2. Select background for various versions of the footer in the file. Some of them will be #252525, others will be #262626
| 1.0 | Footer Component Sketch Visual Spec | Background Color Fix - ## Detailed description
> Describe in detail the issue you're having.
The Footer Sketch component file latest has some of the backgrounds set at #252525, while others are set at #262626 (Gray90), and am pretty sure this is the correct one, looking at Storybook.
> Is this a feature request (new component, new icon), a bug, or a general
> issue?
Bug
> Is this issue related to a specific component?
Footer
> What did you expect to happen? What happened instead? What would you like to
> see changed?
I expected all the backgrounds for Gray90 and Gray100 to be Gray90 (#262626), based on at latest Storybook:
http://ibmdotcom-web-components.mybluemix.net/?path=/story/components-footer--default
## Steps to reproduce the issue
1. Open Footer Sketch visual spec file
https://ibm.ent.box.com/folder/101562989787?s=nsbccv6jigfw78uwq3r0242qks1x1f87
2. Select background for various versions of the footer in the file. Some of them will be #252525, others will be #262626
| non_usab | footer component sketch visual spec background color fix detailed description describe in detail the issue you re having the footer sketch component file latest has some of the backgrounds set at while others are set at and am pretty sure this is the correct one looking at storybook is this a feature request new component new icon a bug or a general issue bug is this issue related to a specific component footer what did you expect to happen what happened instead what would you like to see changed i expected all the backgrounds for and to be based on at latest storybook steps to reproduce the issue open footer sketch visual spec file select background for various versions of the footer in the file some of them will be others will be | 0 |
299,921 | 22,633,088,169 | IssuesEvent | 2022-06-30 16:12:53 | plantbreeding/BrAPI | https://api.github.com/repos/plantbreeding/BrAPI | closed | Adopt standard vocabularies for events? | Existing Standard Modify Documentation BrAPI-Phenotyping | When I implement the events endpoint, is there a preferred vocabulary to use for eventType?
I am not an expert on best practices around adopting ontologies and vocabularies; but I think it would enable interoperability if brapi endpoints had some consistency.
ICASA was brought up in a previous issue: https://github.com/plantbreeding/API/issues/373, and this is the ICASA vocabulary for managements events: https://docs.google.com/spreadsheets/u/1/d/1MYx1ukUsCAM1pcixbVQSu49NU-LfXg-Dtt-ncLBzGAM/pub?output=html#
This is some work that @craig-willis did a few years ago on creating an OWL representation and linked data schema of a master variable list.
Two ideas: 1) there is a set of codes that could be adopted as vocabulary. However, there are a few limitations. Mostly, the codes are not human readable, e.g. "AP006 = foliar spray". or 2) use the variable list as a guide to the scope of useful managements, and develop a more human readable set of terms, for example by the brief 1-4 word descriptions into snake_case and retaining the code as a unique identifier / jsonld endpoint.
| 1.0 | Adopt standard vocabularies for events? - When I implement the events endpoint, is there a preferred vocabulary to use for eventType?
I am not an expert on best practices around adopting ontologies and vocabularies; but I think it would enable interoperability if brapi endpoints had some consistency.
ICASA was brought up in a previous issue: https://github.com/plantbreeding/API/issues/373, and this is the ICASA vocabulary for managements events: https://docs.google.com/spreadsheets/u/1/d/1MYx1ukUsCAM1pcixbVQSu49NU-LfXg-Dtt-ncLBzGAM/pub?output=html#
This is some work that @craig-willis did a few years ago on creating an OWL representation and linked data schema of a master variable list.
Two ideas: 1) there is a set of codes that could be adopted as vocabulary. However, there are a few limitations. Mostly, the codes are not human readable, e.g. "AP006 = foliar spray". or 2) use the variable list as a guide to the scope of useful managements, and develop a more human readable set of terms, for example by the brief 1-4 word descriptions into snake_case and retaining the code as a unique identifier / jsonld endpoint.
| non_usab | adopt standard vocabularies for events when i implement the events endpoint is there a preferred vocabulary to use for eventtype i am not an expert on best practices around adopting ontologies and vocabularies but i think it would enable interoperability if brapi endpoints had some consistency icasa was brought up in a previous issue and this is the icasa vocabulary for managements events this is some work that craig willis did a few years ago on creating an owl representation and linked data schema of a master variable list two ideas there is a set of codes that could be adopted as vocabulary however there are a few limitations mostly the codes are not human readable e g foliar spray or use the variable list as a guide to the scope of useful managements and develop a more human readable set of terms for example by the brief word descriptions into snake case and retaining the code as a unique identifier jsonld endpoint | 0 |
18,849 | 13,312,126,797 | IssuesEvent | 2020-08-26 09:17:05 | zrepl/zrepl | https://api.github.com/repos/zrepl/zrepl | closed | armhf package missing from Debian repo | awaiting_feedback platform usability | Following the installation instruction (https://zrepl.github.io/installation/packages.html and https://zrepl.github.io/installation/apt-repos.html), fails eventually with an `E: Unable to locate package zrepl` error.
It appears the [Debian repo](https://zrepl.cschwarz.com/apt/debian/pool/main/z/zrepl/) is missing the respective package, even though the package is available via [GitHub](https://github.com/zrepl/zrepl/releases/download/v0.3.0/zrepl_0.3.0_armhf.deb).
Could you please include the armhf architecture in the Debian repo? | True | armhf package missing from Debian repo - Following the installation instruction (https://zrepl.github.io/installation/packages.html and https://zrepl.github.io/installation/apt-repos.html), fails eventually with an `E: Unable to locate package zrepl` error.
It appears the [Debian repo](https://zrepl.cschwarz.com/apt/debian/pool/main/z/zrepl/) is missing the respective package, even though the package is available via [GitHub](https://github.com/zrepl/zrepl/releases/download/v0.3.0/zrepl_0.3.0_armhf.deb).
Could you please include the armhf architecture in the Debian repo? | usab | armhf package missing from debian repo following the installation instruction and fails eventually with an e unable to locate package zrepl error it appears the is missing the respective package even though the package is available via could you please include the armhf architecture in the debian repo | 1 |
5,261 | 3,917,001,945 | IssuesEvent | 2016-04-21 05:57:13 | kolliSuman/issues | https://api.github.com/repos/kolliSuman/issues | closed | QA_Fourier Transform_Back to experiment_smk | Category: Usability Developed By: VLEAD Release Number: Production Severity: S2 Status: Open | Defect Description :
In the "Fourier Transform" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user
Actual Result :
In the "Fourier Transform" experiment,the back to experiments link is not present in the page
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/image-processing-iiith/blob/master/test-cases/integration_test-cases/Fourier%20Transform/Fourier%20Transform_20_Back%20to%20experiment_smk.org | True | QA_Fourier Transform_Back to experiment_smk - Defect Description :
In the "Fourier Transform" experiment,the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in-order to view the list of experiments by the user
Actual Result :
In the "Fourier Transform" experiment,the back to experiments link is not present in the page
Environment :
OS: Windows 7, Ubuntu-16.04,Centos-6
Browsers: Firefox-42.0,Chrome-47.0,chromium-45.0
Bandwidth : 100Mbps
Hardware Configuration:8GBRAM ,
Processor:i5
Test Step Link:
https://github.com/Virtual-Labs/image-processing-iiith/blob/master/test-cases/integration_test-cases/Fourier%20Transform/Fourier%20Transform_20_Back%20to%20experiment_smk.org | usab | qa fourier transform back to experiment smk defect description in the fourier transform experiment the back to experiments link is not present in the page instead the back to experiments link should be displayed on the screen in order to view the list of experiments by the user actual result in the fourier transform experiment the back to experiments link is not present in the page environment os windows ubuntu centos browsers firefox chrome chromium bandwidth hardware configuration processor test step link | 1 |
33,738 | 6,256,835,158 | IssuesEvent | 2017-07-14 11:26:30 | superzanti/ServerSync | https://api.github.com/repos/superzanti/ServerSync | reopened | [Suggestion] Autostart & autoclose command line switches | bug documentation | #### Serversync Version:
serversync-2.6.9.jar
#### Minecraft Version:
1.11.2
#### Issue:
First I'd like to say THANK YOU its working BEAUTIFULLY <3
This is not an actual issue, just a minor convenience suggestion/question. This might already be implemented but I could not find it when searching for it.
If its not too much work I would love some optional command line arguments for starting syncing automatically and another optional command line for closing the window automatically once completed.
I'm currently running ServerSync at PreLaunch in a MultiMC instance:
_PreLaunchCommand=java -jar "$INST_MC_DIR/serversync-2.6.9.jar"_
So with some additional command line switches:
_PreLaunchCommand=java -jar **-autostart -autoclose** "$INST_MC_DIR/serversync-2.6.9.jar"_
Thanks again !
Best Regards | 1.0 | [Suggestion] Autostart & autoclose command line switches - #### Serversync Version:
serversync-2.6.9.jar
#### Minecraft Version:
1.11.2
#### Issue:
First I'd like to say THANK YOU its working BEAUTIFULLY <3
This is not an actual issue, just a minor convenience suggestion/question. This might already be implemented but I could not find it when searching for it.
If its not too much work I would love some optional command line arguments for starting syncing automatically and another optional command line for closing the window automatically once completed.
I'm currently running ServerSync at PreLaunch in a MultiMC instance:
_PreLaunchCommand=java -jar "$INST_MC_DIR/serversync-2.6.9.jar"_
So with some additional command line switches:
_PreLaunchCommand=java -jar **-autostart -autoclose** "$INST_MC_DIR/serversync-2.6.9.jar"_
Thanks again !
Best Regards | non_usab | autostart autoclose command line switches serversync version serversync jar minecraft version issue first i d like to say thank you its working beautifully this is not an actual issue just a minor convenience suggestion question this might already be implemented but i could not find it when searching for it if its not too much work i would love some optional command line arguments for starting syncing automatically and another optional command line for closing the window automatically once completed i m currently running serversync at prelaunch in a multimc instance prelaunchcommand java jar inst mc dir serversync jar so with some additional command line switches prelaunchcommand java jar autostart autoclose inst mc dir serversync jar thanks again best regards | 0 |
10,773 | 6,918,192,534 | IssuesEvent | 2017-11-29 11:14:43 | scirate/scirate | https://api.github.com/repos/scirate/scirate | closed | People don't often use the reply button | usability | Needs to be designed in a way to encourage it. Otherwise comments can get out of order (since the primary level is sorted by votes and not time)
| True | People don't often use the reply button - Needs to be designed in a way to encourage it. Otherwise comments can get out of order (since the primary level is sorted by votes and not time)
| usab | people don t often use the reply button needs to be designed in a way to encourage it otherwise comments can get out of order since the primary level is sorted by votes and not time | 1 |
78,521 | 27,571,680,616 | IssuesEvent | 2023-03-08 09:47:25 | vector-im/element-x-ios | https://api.github.com/repos/vector-im/element-x-ios | opened | Unable to access context menus in Modern layout | T-Defect | ### Steps to reproduce
Step 1: Turn on modern message layout
Step 2: Attempt to open the context menu on a given message
Step 3: It failed and the bug has been reproduced.
If you attempt the steps but you have bubbles mode on you will instead get correct behavior.
### Outcome
#### What did you expect?
That Context menus work in modern layout so you can edit messages etc.
#### What happened instead?
They Do not open.
### Your phone model
iPhone XR and iPad 9th generation
### Operating system version
iOS 16.3.1 and iPadOS 16.3.1
### Application version
ElementX iOS Version 1.0.23 (42)
### Homeserver
feline.support (This shouldnt be applicable to this specific issue)
### Will you send logs?
No | 1.0 | Unable to access context menus in Modern layout - ### Steps to reproduce
Step 1: Turn on modern message layout
Step 2: Attempt to open the context menu on a given message
Step 3: It failed and the bug has been reproduced.
If you attempt the steps but you have bubbles mode on you will instead get correct behavior.
### Outcome
#### What did you expect?
That Context menus work in modern layout so you can edit messages etc.
#### What happened instead?
They Do not open.
### Your phone model
iPhone XR and iPad 9th generation
### Operating system version
iOS 16.3.1 and iPadOS 16.3.1
### Application version
ElementX iOS Version 1.0.23 (42)
### Homeserver
feline.support (This shouldnt be applicable to this specific issue)
### Will you send logs?
No | non_usab | unable to access context menus in modern layout steps to reproduce step turn on modern message layout step attempt to open the context menu on a given message step it failed and the bug has been reproduced if you attempt the steps but you have bubbles mode on you will instead get correct behavior outcome what did you expect that context menus work in modern layout so you can edit messages etc what happened instead they do not open your phone model iphone xr and ipad generation operating system version ios and ipados application version elementx ios version homeserver feline support this shouldnt be applicable to this specific issue will you send logs no | 0 |
3,665 | 3,512,457,367 | IssuesEvent | 2016-01-11 00:58:07 | d-ronin/dRonin | https://api.github.com/repos/d-ronin/dRonin | closed | Tab isn't mapped properly in expo rate on stabilization settings | difficulty/low gcs usability | Tab doesn't do anything when adjusting expos. Expect to proceed to next field. | True | Tab isn't mapped properly in expo rate on stabilization settings - Tab doesn't do anything when adjusting expos. Expect to proceed to next field. | usab | tab isn t mapped properly in expo rate on stabilization settings tab doesn t do anything when adjusting expos expect to proceed to next field | 1 |
25,159 | 24,800,445,831 | IssuesEvent | 2022-10-24 21:10:44 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Maps] Add ability to invert color ramp | Team:Geo enhancement usability | Color ramps should be invertable.
This way, users can map smaller values to the more intense colors on the ramp.
E.g. lower average speeds colored in red for traffic maps, while higher average speeds are colored green. | True | [Maps] Add ability to invert color ramp - Color ramps should be invertable.
This way, users can map smaller values to the more intense colors on the ramp.
E.g. lower average speeds colored in red for traffic maps, while higher average speeds are colored green. | usab | add ability to invert color ramp color ramps should be invertable this way users can map smaller values to the more intense colors on the ramp e g lower average speeds colored in red for traffic maps while higher average speeds are colored green | 1 |
78,786 | 7,668,917,177 | IssuesEvent | 2018-05-14 07:56:36 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | opened | [CI] Packaging failure - "failed to obtain node locks" | :Core/Packaging >test-failure v6.3.0 | Job details are here:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.3+packaging-tests/51/console
A node fails to start up, due to the following error:
```
# [2018-05-11T23:03:46,690][INFO ][o.e.n.Node ] [] initializing ...
# [2018-05-11T23:03:46,701][ERROR][o.e.b.Bootstrap ] Exception
# java.lang.IllegalStateException: failed to obtain node locks, tried [[/tmp/elasticsearch/data/elasticsearch]] with lock id [0]; maybe these locations are not writable or multiple nodes were started without increasing [node.max_local_storage_nodes] (was [1])?
# at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:243) ~[elasticsearch-6.3.0-SNAPSHOT.jar:6.3.0-SNAPSHOT]
``` | 1.0 | [CI] Packaging failure - "failed to obtain node locks" - Job details are here:
https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.3+packaging-tests/51/console
A node fails to start up, due to the following error:
```
# [2018-05-11T23:03:46,690][INFO ][o.e.n.Node ] [] initializing ...
# [2018-05-11T23:03:46,701][ERROR][o.e.b.Bootstrap ] Exception
# java.lang.IllegalStateException: failed to obtain node locks, tried [[/tmp/elasticsearch/data/elasticsearch]] with lock id [0]; maybe these locations are not writable or multiple nodes were started without increasing [node.max_local_storage_nodes] (was [1])?
# at org.elasticsearch.env.NodeEnvironment.<init>(NodeEnvironment.java:243) ~[elasticsearch-6.3.0-SNAPSHOT.jar:6.3.0-SNAPSHOT]
``` | non_usab | packaging failure failed to obtain node locks job details are here a node fails to start up due to the following error initializing exception java lang illegalstateexception failed to obtain node locks tried with lock id maybe these locations are not writable or multiple nodes were started without increasing was at org elasticsearch env nodeenvironment nodeenvironment java | 0 |
23,468 | 21,950,953,449 | IssuesEvent | 2022-05-24 07:53:08 | maykinmedia/sdg-invoervoorziening | https://api.github.com/repos/maykinmedia/sdg-invoervoorziening | closed | label en tooltip voor productValtOnder en bevoegdeOrganisatie | enhancement inschatten epic:Usability | ### Product versie / Product version
release 11-4
### Omschrijf het probleem / Describe the bug
onduidelijk label en geen tooltip bij productValtOnder en bevoegdeOrganisatie

### Stappen om te reproduceren / Steps to reproduce
_No response_
### Verwacht gedrag / Expected behavior
Met de pagina [Product field configuratie](https://sdg-invoervoorziening.maykin.nl/sdg/admin/core/productfieldconfiguration/) kunnen voor productValtOnder en bevoegdeOrganisatie een label en een tooltip beheerd worden.
### Screen resolution
_No response_
### Browser
_No response_
### OS
_No response_
### Browser
_No response_ | True | label en tooltip voor productValtOnder en bevoegdeOrganisatie - ### Product versie / Product version
release 11-4
### Omschrijf het probleem / Describe the bug
onduidelijk label en geen tooltip bij productValtOnder en bevoegdeOrganisatie

### Stappen om te reproduceren / Steps to reproduce
_No response_
### Verwacht gedrag / Expected behavior
Met de pagina [Product field configuratie](https://sdg-invoervoorziening.maykin.nl/sdg/admin/core/productfieldconfiguration/) kunnen voor productValtOnder en bevoegdeOrganisatie een label en een tooltip beheerd worden.
### Screen resolution
_No response_
### Browser
_No response_
### OS
_No response_
### Browser
_No response_ | usab | label en tooltip voor productvaltonder en bevoegdeorganisatie product versie product version release omschrijf het probleem describe the bug onduidelijk label en geen tooltip bij productvaltonder en bevoegdeorganisatie stappen om te reproduceren steps to reproduce no response verwacht gedrag expected behavior met de pagina kunnen voor productvaltonder en bevoegdeorganisatie een label en een tooltip beheerd worden screen resolution no response browser no response os no response browser no response | 1 |
22,598 | 19,700,218,564 | IssuesEvent | 2022-01-12 15:57:05 | ceramicnetwork/js-ceramic | https://api.github.com/repos/ceramicnetwork/js-ceramic | closed | Disable ajv 'addUsedSchema" flag when validating schemas | bug good first issue help wanted p3 Usability | The schema validation library we use, `ajv`, caches schemas with the same "id". This can cause issues if there are multiple unique Ceramic TileDocuments defining schemas that use the same underlying schema. We can disable that behavior by setting the [addUsedSchema](https://ajv.js.org/options.html#addusedschema) property to false in [Utils.validate()](https://github.com/ceramicnetwork/js-ceramic/blob/d2fab076dd07dcb12a9564b00f86c7fc48afff66/packages/core/src/utils.ts#L50) | True | Disable ajv 'addUsedSchema" flag when validating schemas - The schema validation library we use, `ajv`, caches schemas with the same "id". This can cause issues if there are multiple unique Ceramic TileDocuments defining schemas that use the same underlying schema. We can disable that behavior by setting the [addUsedSchema](https://ajv.js.org/options.html#addusedschema) property to false in [Utils.validate()](https://github.com/ceramicnetwork/js-ceramic/blob/d2fab076dd07dcb12a9564b00f86c7fc48afff66/packages/core/src/utils.ts#L50) | usab | disable ajv addusedschema flag when validating schemas the schema validation library we use ajv caches schemas with the same id this can cause issues if there are multiple unique ceramic tiledocuments defining schemas that use the same underlying schema we can disable that behavior by setting the property to false in | 1 |
19,820 | 14,597,883,744 | IssuesEvent | 2020-12-20 22:11:08 | coreos/fedora-coreos-tracker | https://api.github.com/repos/coreos/fedora-coreos-tracker | reopened | metal: Support redundant bootable disks | area/usability component/ignition kind/new-feature | We're about to [gain support for many types of complex storage for the *root filesystem*](https://github.com/coreos/fedora-coreos-config/pull/503), but this is distinct from the "root disk" which includes `/boot` and the ESP for example.
We had a subthread around this starting around here: https://github.com/coreos/fedora-coreos-tracker/issues/94#issuecomment-650582087
Basically my proposal is that we support "equivalent RAID 1" by teaching `coreos-installer` how to replicate the `/boot` partition and ESP to multiple block devices. Making the root filesystem RAID is an orthogonal thing - for example, one might choose to use a higher RAID level for the OS and data, or one could use Stratis/btrfs/LVM for `/`. Another important variation here is to use LUKS-on-RAID (or equivalent) for the root device. To restate, the root filesystem can be distinct from how `/boot` and the ESP works.
I *think* it would work in this scenario to make `/boot` be MD-RAID - the [bootloaders support that](https://wiki.archlinux.org/index.php/LVM_on_software_RAID#GRUB_legacy) and it would mean having ostree update kernels would be fully transparent.
We can't make the ESP be RAID - that would need to be manually sync'd.
| True | metal: Support redundant bootable disks - We're about to [gain support for many types of complex storage for the *root filesystem*](https://github.com/coreos/fedora-coreos-config/pull/503), but this is distinct from the "root disk" which includes `/boot` and the ESP for example.
We had a subthread around this starting around here: https://github.com/coreos/fedora-coreos-tracker/issues/94#issuecomment-650582087
Basically my proposal is that we support "equivalent RAID 1" by teaching `coreos-installer` how to replicate the `/boot` partition and ESP to multiple block devices. Making the root filesystem RAID is an orthogonal thing - for example, one might choose to use a higher RAID level for the OS and data, or one could use Stratis/btrfs/LVM for `/`. Another important variation here is to use LUKS-on-RAID (or equivalent) for the root device. To restate, the root filesystem can be distinct from how `/boot` and the ESP works.
I *think* it would work in this scenario to make `/boot` be MD-RAID - the [bootloaders support that](https://wiki.archlinux.org/index.php/LVM_on_software_RAID#GRUB_legacy) and it would mean having ostree update kernels would be fully transparent.
We can't make the ESP be RAID - that would need to be manually sync'd.
| usab | metal support redundant bootable disks we re about to but this is distinct from the root disk which includes boot and the esp for example we had a subthread around this starting around here basically my proposal is that we support equivalent raid by teaching coreos installer how to replicate the boot partition and esp to multiple block devices making the root filesystem raid is an orthogonal thing for example one might choose to use a higher raid level for the os and data or one could use stratis btrfs lvm for another important variation here is to use luks on raid or equivalent for the root device to restate the root filesystem can be distinct from how boot and the esp works i think it would work in this scenario to make boot be md raid the and it would mean having ostree update kernels would be fully transparent we can t make the esp be raid that would need to be manually sync d | 1 |
7,083 | 4,769,978,843 | IssuesEvent | 2016-10-26 14:09:02 | zcash/zcash | https://api.github.com/repos/zcash/zcash | closed | Trying to spend only a part of coinbase UTXO always spends it all to destination address | error handling has PR usability wallet | I am testing with ZCash v1.0.0-rc2: The following problem was observed twice: If I have a T address that has newly mined coins and I spend the coin base UTXO but not all of it using z_sendmany, then **two** outgoing transactions are created. One for the amount specified an another for the remainder. So the entire UTXO is sent from the T address to the destination Z address.
Example: I had a T address with 0.2155 TAZ - tmUYo3bpgovvqmxDC5jSFVKgpqttAqSQN2M. Command used to send incomplete output was:
```
zcash-cli z_sendmany tmUYo3bpgovvqmxDC5jSFVKgpqttAqSQN2M [{"address":"ztLBAPc4LS7DhnsXKSvcV4XNnFSN7PedxKsDccA3oM59yby1NycHrSDEiAPqzAnNUKcGsKU7a2wqzScQkttRRjB4aHbHbsQ","amount":0.20}]
```
Got result: [opid-4d7e481f-158a-4a49-a783-abf1e0ac8658]
Operation opid-4d7e481f-158a-4a49-a783-abf1e0ac8658 status after some time was:
```
[{"id":"opid-4d7e481f-158a-4a49-a783-abf1e0ac8658","status":"success","creation_time":1477251523,"result":{"txid":"763924ee9ead6d77e0114aa1e2172b7a84fc75f30e458439d950079de95eb080"},"execution_secs":143.38682890}].
```
So this looks good, but the wallet shows that two (not one) transactions of type T->Z have been generated and the entire UTXO is obviously spent:
```
./zcash-cli z_listreceivedbyaddress ztLBAPc4LS7DhnsXKSvcV4XNnFSN7PedxKsDccA3oM59yby1NycHrSDEiAPqzAnNUKcGsKU7a2wqzScQkttRRjB4aHbHbsQ 0
[
{
"txid" : "763924ee9ead6d77e0114aa1e2172b7a84fc75f30e458439d950079de95eb080",
"amount" : 0.20000000,
"memo" : "f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
},
{
"txid" : "763924ee9ead6d77e0114aa1e2172b7a84fc75f30e458439d950079de95eb080",
"amount" : 0.01540000,
"memo" : "f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
```
In addition these two transactions have the same ID and they are not confirming fast - confirmed after 1 hour or so.
=========
So: I am not sure if all this is a feature in ZCash but I view it as a bug. I am developing the community ZCash Desktop GUI wallet: https://github.com/vaklinov/zcash-swing-wallet-ui and this behavior could be interpreted by users as a loss of ZCash! One user (T address) could try to send "some" money to another user (Z address) and find that it is all sent!
IMHO: If this is a feature, there should be some error handling in commands like z_sendmany. Alternatively the remainder of the UTXO needs to be spent to another Z address in the same wallet!
I attach my wallet for analysis if necessary:
[wallet.zip](https://github.com/zcash/zcash/files/546608/wallet.zip)
I also attach a screen-shot showing that the coins were initially mined and then two T->Z transactions are generated instead of 1:

| True | Trying to spend only a part of coinbase UTXO always spends it all to destination address - I am testing with ZCash v1.0.0-rc2: The following problem was observed twice: If I have a T address that has newly mined coins and I spend the coin base UTXO but not all of it using z_sendmany, then **two** outgoing transactions are created. One for the amount specified an another for the remainder. So the entire UTXO is sent from the T address to the destination Z address.
Example: I had a T address with 0.2155 TAZ - tmUYo3bpgovvqmxDC5jSFVKgpqttAqSQN2M. Command used to send incomplete output was:
```
zcash-cli z_sendmany tmUYo3bpgovvqmxDC5jSFVKgpqttAqSQN2M [{"address":"ztLBAPc4LS7DhnsXKSvcV4XNnFSN7PedxKsDccA3oM59yby1NycHrSDEiAPqzAnNUKcGsKU7a2wqzScQkttRRjB4aHbHbsQ","amount":0.20}]
```
Got result: [opid-4d7e481f-158a-4a49-a783-abf1e0ac8658]
Operation opid-4d7e481f-158a-4a49-a783-abf1e0ac8658 status after some time was:
```
[{"id":"opid-4d7e481f-158a-4a49-a783-abf1e0ac8658","status":"success","creation_time":1477251523,"result":{"txid":"763924ee9ead6d77e0114aa1e2172b7a84fc75f30e458439d950079de95eb080"},"execution_secs":143.38682890}].
```
So this looks good, but the wallet shows that two (not one) transactions of type T->Z have been generated and the entire UTXO is obviously spent:
```
./zcash-cli z_listreceivedbyaddress ztLBAPc4LS7DhnsXKSvcV4XNnFSN7PedxKsDccA3oM59yby1NycHrSDEiAPqzAnNUKcGsKU7a2wqzScQkttRRjB4aHbHbsQ 0
[
{
"txid" : "763924ee9ead6d77e0114aa1e2172b7a84fc75f30e458439d950079de95eb080",
"amount" : 0.20000000,
"memo" : "f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
},
{
"txid" : "763924ee9ead6d77e0114aa1e2172b7a84fc75f30e458439d950079de95eb080",
"amount" : 0.01540000,
"memo" : "f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}
]
```
In addition these two transactions have the same ID and they are not confirming fast - confirmed after 1 hour or so.
=========
So: I am not sure if all this is a feature in ZCash but I view it as a bug. I am developing the community ZCash Desktop GUI wallet: https://github.com/vaklinov/zcash-swing-wallet-ui and this behavior could be interpreted by users as a loss of ZCash! One user (T address) could try to send "some" money to another user (Z address) and find that it is all sent!
IMHO: If this is a feature, there should be some error handling in commands like z_sendmany. Alternatively the remainder of the UTXO needs to be spent to another Z address in the same wallet!
I attach my wallet for analysis if necessary:
[wallet.zip](https://github.com/zcash/zcash/files/546608/wallet.zip)
I also attach a screen-shot showing that the coins were initially mined and then two T->Z transactions are generated instead of 1:

| usab | trying to spend only a part of coinbase utxo always spends it all to destination address i am testing with zcash the following problem was observed twice if i have a t address that has newly mined coins and i spend the coin base utxo but not all of it using z sendmany then two outgoing transactions are created one for the amount specified an another for the remainder so the entire utxo is sent from the t address to the destination z address example i had a t address with taz command used to send incomplete output was zcash cli z sendmany got result operation opid status after some time was so this looks good but the wallet shows that two not one transactions of type t z have been generated and the entire utxo is obviously spent zcash cli z listreceivedbyaddress txid amount memo txid amount memo in addition these two transactions have the same id and they are not confirming fast confirmed after hour or so so i am not sure if all this is a feature in zcash but i view it as a bug i am developing the community zcash desktop gui wallet and this behavior could be interpreted by users as a loss of zcash one user t address could try to send some money to another user z address and find that it is all sent imho if this is a feature there should be some error handling in commands like z sendmany alternatively the remainder of the utxo needs to be spent to another z address in the same wallet i attach my wallet for analysis if necessary i also attach a screen shot showing that the coins were initially mined and then two t z transactions are generated instead of | 1 |
4,742 | 3,881,986,106 | IssuesEvent | 2016-04-13 08:01:52 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 20862907: Messages’ “start new conversations from” not respected when the SIM card is changed | classification:ui/usability reproducible:always status:open | #### Description
Summary:
If an iMessage conversation between user A and user B has user A’s phone number as the address, and user A’s phone number changes—for example, after a SIM card swap when traveling internationally—user A sends a message to that conversation, the message will transparently be sent from user A’s new phone number, even if user A has selected an email address in iMessage’s “start new conversations from” setting.
Steps to Reproduce:
1. User A has a phone number and email address configured for receiving iMessages.
2. User A chooses their email address in “start new conversations from” in Settings > Messages > Send & Receive
3. User B sends an iMessage to User A’s phone number
4. User A changes their SIM card, and receives a new phone number
5. User A replies to the iMessage from User B
Expected Results:
User A’s reply is sent from their default “start new conversations from” address, their email address, because the phone number is no longer available.
Actual Results:
User A’s reply is sent from their new phone number, and User B is more likely to confused by receiving an iMessage from an unknown phone number.
Version:
iOS 8.3 (12F70)
Configuration:
iPhone 6
-
Product Version: iOS 8.3 (12F70)
Created: 2015-05-07T21:58:02.538120
Originated: 2015-05-07T00:00:00
Open Radar Link: http://www.openradar.me/20862907 | True | 20862907: Messages’ “start new conversations from” not respected when the SIM card is changed - #### Description
Summary:
If an iMessage conversation between user A and user B has user A’s phone number as the address, and user A’s phone number changes—for example, after a SIM card swap when traveling internationally—user A sends a message to that conversation, the message will transparently be sent from user A’s new phone number, even if user A has selected an email address in iMessage’s “start new conversations from” setting.
Steps to Reproduce:
1. User A has a phone number and email address configured for receiving iMessages.
2. User A chooses their email address in “start new conversations from” in Settings > Messages > Send & Receive
3. User B sends an iMessage to User A’s phone number
4. User A changes their SIM card, and receives a new phone number
5. User A replies to the iMessage from User B
Expected Results:
User A’s reply is sent from their default “start new conversations from” address, their email address, because the phone number is no longer available.
Actual Results:
User A’s reply is sent from their new phone number, and User B is more likely to confused by receiving an iMessage from an unknown phone number.
Version:
iOS 8.3 (12F70)
Configuration:
iPhone 6
-
Product Version: iOS 8.3 (12F70)
Created: 2015-05-07T21:58:02.538120
Originated: 2015-05-07T00:00:00
Open Radar Link: http://www.openradar.me/20862907 | usab | messages’ “start new conversations from” not respected when the sim card is changed description summary if an imessage conversation between user a and user b has user a’s phone number as the address and user a’s phone number changes—for example after a sim card swap when traveling internationally—user a sends a message to that conversation the message will transparently be sent from user a’s new phone number even if user a has selected an email address in imessage’s “start new conversations from” setting steps to reproduce user a has a phone number and email address configured for receiving imessages user a chooses their email address in “start new conversations from” in settings messages send receive user b sends an imessage to user a’s phone number user a changes their sim card and receives a new phone number user a replies to the imessage from user b expected results user a’s reply is sent from their default “start new conversations from” address their email address because the phone number is no longer available actual results user a’s reply is sent from their new phone number and user b is more likely to confused by receiving an imessage from an unknown phone number version ios configuration iphone product version ios created originated open radar link | 1 |
40,002 | 12,743,882,299 | IssuesEvent | 2020-06-26 11:21:10 | RG4421/Communications-Developer-Content | https://api.github.com/repos/RG4421/Communications-Developer-Content | opened | CVE-2019-0820 (High) detected in system.text.regularexpressions.4.1.0.nupkg | security vulnerability | ## CVE-2019-0820 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.text.regularexpressions.4.1.0.nupkg</b></p></summary>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.1.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.1.0.nupkg</a></p>
<p>Path to dependency file: /tmp/ws-scm/Communications-Developer-Content/afc_saaspro_tax/afc_rest_apis/AfcRestDemoSource/src/RestDemoApplication.csproj</p>
<p>Path to vulnerable library: /Communications-Developer-Content/afc_saaspro_tax/afc_rest_apis/AfcRestDemoSource/src/packages.config</p>
<p>
Dependency Hierarchy:
- :x: **system.text.regularexpressions.4.1.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/RG4421/Communications-Developer-Content/commit/2cbbbc1ac4b07a8e0243b6a001a176f3bcf72993">2cbbbc1ac4b07a8e0243b6a001a176f3bcf72993</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>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</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-0820">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0820</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.2</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Nuget","packageName":"System.Text.RegularExpressions","packageVersion":"4.1.0","isTransitiveDependency":false,"dependencyTree":"System.Text.RegularExpressions:4.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"System.Text.RegularExpressions - 4.3.2"}],"vulnerabilityIdentifier":"CVE-2019-0820","vulnerabilityDetails":"A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka \u0027.NET Framework and .NET Core Denial of Service Vulnerability\u0027. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820","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-0820 (High) detected in system.text.regularexpressions.4.1.0.nupkg - ## CVE-2019-0820 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.text.regularexpressions.4.1.0.nupkg</b></p></summary>
<p>Provides the System.Text.RegularExpressions.Regex class, an implementation of a regular expression e...</p>
<p>Library home page: <a href="https://api.nuget.org/packages/system.text.regularexpressions.4.1.0.nupkg">https://api.nuget.org/packages/system.text.regularexpressions.4.1.0.nupkg</a></p>
<p>Path to dependency file: /tmp/ws-scm/Communications-Developer-Content/afc_saaspro_tax/afc_rest_apis/AfcRestDemoSource/src/RestDemoApplication.csproj</p>
<p>Path to vulnerable library: /Communications-Developer-Content/afc_saaspro_tax/afc_rest_apis/AfcRestDemoSource/src/packages.config</p>
<p>
Dependency Hierarchy:
- :x: **system.text.regularexpressions.4.1.0.nupkg** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/RG4421/Communications-Developer-Content/commit/2cbbbc1ac4b07a8e0243b6a001a176f3bcf72993">2cbbbc1ac4b07a8e0243b6a001a176f3bcf72993</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>
A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka '.NET Framework and .NET Core Denial of Service Vulnerability'. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.
<p>Publish Date: 2019-05-16
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820>CVE-2019-0820</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-0820">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-0820</a></p>
<p>Release Date: 2019-05-16</p>
<p>Fix Resolution: System.Text.RegularExpressions - 4.3.2</p>
</p>
</details>
<p></p>
***
:rescue_worker_helmet: Automatic Remediation is available for this issue
<!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Nuget","packageName":"System.Text.RegularExpressions","packageVersion":"4.1.0","isTransitiveDependency":false,"dependencyTree":"System.Text.RegularExpressions:4.1.0","isMinimumFixVersionAvailable":true,"minimumFixVersion":"System.Text.RegularExpressions - 4.3.2"}],"vulnerabilityIdentifier":"CVE-2019-0820","vulnerabilityDetails":"A denial of service vulnerability exists when .NET Framework and .NET Core improperly process RegEx strings, aka \u0027.NET Framework and .NET Core Denial of Service Vulnerability\u0027. This CVE ID is unique from CVE-2019-0980, CVE-2019-0981.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-0820","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_usab | cve high detected in system text regularexpressions nupkg cve high severity vulnerability vulnerable library system text regularexpressions nupkg provides the system text regularexpressions regex class an implementation of a regular expression e library home page a href path to dependency file tmp ws scm communications developer content afc saaspro tax afc rest apis afcrestdemosource src restdemoapplication csproj path to vulnerable library communications developer content afc saaspro tax afc rest apis afcrestdemosource src packages config dependency hierarchy x system text regularexpressions nupkg vulnerable library found in head commit a href vulnerability details a denial of service vulnerability exists when net framework and net core improperly process regex strings aka net framework and net core denial of service vulnerability this cve id is unique from cve cve 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 system text regularexpressions rescue worker helmet automatic remediation is available for this issue isopenpronvulnerability true ispackagebased true isdefaultbranch true packages vulnerabilityidentifier cve vulnerabilitydetails a denial of service vulnerability exists when net framework and net core improperly process regex strings aka net framework and net core denial of service vulnerability this cve id is unique from cve cve vulnerabilityurl | 0 |
27,766 | 30,350,253,467 | IssuesEvent | 2023-07-11 18:22:49 | mailpile/Mailpile | https://api.github.com/repos/mailpile/Mailpile | closed | Push-button Remote Access | Front End Back End Usability Mailpile-v1-is-Obsolete | We need a user-friendly interface for enabling remote access to the Mailpile web interface:
* This will allow people to access their Mailpile from their mobile devices
* Allow us to make backups to a device not running Mailpile (see #811).
The strategy for this is to integrate PageKite and Tor, and make it easy to enable one or both. Work is in progress in my local tree. | True | Push-button Remote Access - We need a user-friendly interface for enabling remote access to the Mailpile web interface:
* This will allow people to access their Mailpile from their mobile devices
* Allow us to make backups to a device not running Mailpile (see #811).
The strategy for this is to integrate PageKite and Tor, and make it easy to enable one or both. Work is in progress in my local tree. | usab | push button remote access we need a user friendly interface for enabling remote access to the mailpile web interface this will allow people to access their mailpile from their mobile devices allow us to make backups to a device not running mailpile see the strategy for this is to integrate pagekite and tor and make it easy to enable one or both work is in progress in my local tree | 1 |
109,589 | 16,858,512,449 | IssuesEvent | 2021-06-21 09:55:52 | guardian/amigo | https://api.github.com/repos/guardian/amigo | closed | CVE-2018-1000873 (Medium) detected in jackson-datatype-jsr310-2.7.1.jar | security vulnerability | ## CVE-2018-1000873 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-datatype-jsr310-2.7.1.jar</b></p></summary>
<p>Add-on module to support JSR-310 (Java 8 Date & Time API) data types.</p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/bundles/jackson-datatype-jsr310-2.7.1.jar</p>
<p>
Dependency Hierarchy:
- play-bootstrap3_2.11-0.4.5-P24.jar (Root Library)
- play-netty-server_2.11-2.5.1.jar
- play-server_2.11-2.5.1.jar
- play_2.11-2.5.1.jar
- :x: **jackson-datatype-jsr310-2.7.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/guardian/amigo/commit/42037f878b435e42e9262b44a73ceda0cdcf2a34">42037f878b435e42e9262b44a73ceda0cdcf2a34</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Fasterxml Jackson version Before 2.9.8 contains a CWE-20: Improper Input Validation vulnerability in Jackson-Modules-Java8 that can result in Causes a denial-of-service (DoS). This attack appear to be exploitable via The victim deserializes malicious input, specifically very large values in the nanoseconds field of a time value. This vulnerability appears to have been fixed in 2.9.8.
<p>Publish Date: 2018-12-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1000873>CVE-2018-1000873</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000873">https://nvd.nist.gov/vuln/detail/CVE-2018-1000873</a></p>
<p>Release Date: 2018-12-20</p>
<p>Fix Resolution: 2.9.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2018-1000873 (Medium) detected in jackson-datatype-jsr310-2.7.1.jar - ## CVE-2018-1000873 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-datatype-jsr310-2.7.1.jar</b></p></summary>
<p>Add-on module to support JSR-310 (Java 8 Date & Time API) data types.</p>
<p>Path to vulnerable library: /home/wss-scanner/.ivy2/cache/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/bundles/jackson-datatype-jsr310-2.7.1.jar</p>
<p>
Dependency Hierarchy:
- play-bootstrap3_2.11-0.4.5-P24.jar (Root Library)
- play-netty-server_2.11-2.5.1.jar
- play-server_2.11-2.5.1.jar
- play_2.11-2.5.1.jar
- :x: **jackson-datatype-jsr310-2.7.1.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/guardian/amigo/commit/42037f878b435e42e9262b44a73ceda0cdcf2a34">42037f878b435e42e9262b44a73ceda0cdcf2a34</a></p>
<p>Found in base branch: <b>main</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Fasterxml Jackson version Before 2.9.8 contains a CWE-20: Improper Input Validation vulnerability in Jackson-Modules-Java8 that can result in Causes a denial-of-service (DoS). This attack appear to be exploitable via The victim deserializes malicious input, specifically very large values in the nanoseconds field of a time value. This vulnerability appears to have been fixed in 2.9.8.
<p>Publish Date: 2018-12-20
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2018-1000873>CVE-2018-1000873</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: None
- Availability Impact: High
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-1000873">https://nvd.nist.gov/vuln/detail/CVE-2018-1000873</a></p>
<p>Release Date: 2018-12-20</p>
<p>Fix Resolution: 2.9.8</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_usab | cve medium detected in jackson datatype jar cve medium severity vulnerability vulnerable library jackson datatype jar add on module to support jsr java date time api data types path to vulnerable library home wss scanner cache com fasterxml jackson datatype jackson datatype bundles jackson datatype jar dependency hierarchy play jar root library play netty server jar play server jar play jar x jackson datatype jar vulnerable library found in head commit a href found in base branch main vulnerability details fasterxml jackson version before contains a cwe improper input validation vulnerability in jackson modules that can result in causes a denial of service dos this attack appear to be exploitable via the victim deserializes malicious input specifically very large values in the nanoseconds field of a time value this vulnerability appears to have been fixed in publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope unchanged impact metrics confidentiality impact none integrity impact none availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
21,721 | 17,577,680,628 | IssuesEvent | 2021-08-15 23:03:33 | tailscale/tailscale | https://api.github.com/repos/tailscale/tailscale | opened | Taildrop: no notification appears after sending file to Android 6 | OS-android L2 Few P2 Aggravating T5 Usability taildrop | Running Android 6.0.1 on a Nexus 7 (2013), attempting to taildrop files from other devices on the Tailnet shows the usual file transfer progress and success checkmark, but no notification appears on the Android 6 device to receive the file.
Using Tailscale 1.13.72. | True | Taildrop: no notification appears after sending file to Android 6 - Running Android 6.0.1 on a Nexus 7 (2013), attempting to taildrop files from other devices on the Tailnet shows the usual file transfer progress and success checkmark, but no notification appears on the Android 6 device to receive the file.
Using Tailscale 1.13.72. | usab | taildrop no notification appears after sending file to android running android on a nexus attempting to taildrop files from other devices on the tailnet shows the usual file transfer progress and success checkmark but no notification appears on the android device to receive the file using tailscale | 1 |
445,655 | 31,273,350,978 | IssuesEvent | 2023-08-22 03:07:58 | MikaylaFischler/cc-mek-scada | https://api.github.com/repos/MikaylaFischler/cc-mek-scada | opened | Release 2023.08.22 Wiki Updates | documentation | - [ ] Flow monitor dimensions note/monitor dimensions note
- [ ] Flow monitor screen documentation
- [ ] Supervisor dynamic tank configuration options
- [ ] Updated installer features (screenshots may need updates) | 1.0 | Release 2023.08.22 Wiki Updates - - [ ] Flow monitor dimensions note/monitor dimensions note
- [ ] Flow monitor screen documentation
- [ ] Supervisor dynamic tank configuration options
- [ ] Updated installer features (screenshots may need updates) | non_usab | release wiki updates flow monitor dimensions note monitor dimensions note flow monitor screen documentation supervisor dynamic tank configuration options updated installer features screenshots may need updates | 0 |
5,831 | 4,020,077,435 | IssuesEvent | 2016-05-16 17:07:26 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | scaling multiple nodes at once doesn't work | confirmed enhancement topic:editor usability | If you select several nodes at once and then modify the scale property, the change does not apply to all selected nodes, only one of them.
(This was initially reported in the forum by another user, and I can confirm it. http://www.godotengine.org/forum/viewtopic.php?f=9&t=269 ) | True | scaling multiple nodes at once doesn't work - If you select several nodes at once and then modify the scale property, the change does not apply to all selected nodes, only one of them.
(This was initially reported in the forum by another user, and I can confirm it. http://www.godotengine.org/forum/viewtopic.php?f=9&t=269 ) | usab | scaling multiple nodes at once doesn t work if you select several nodes at once and then modify the scale property the change does not apply to all selected nodes only one of them this was initially reported in the forum by another user and i can confirm it | 1 |
547,226 | 16,040,487,227 | IssuesEvent | 2021-04-22 07:12:40 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | error occur when set incorrect bitbucket repo url | area/console kind/bug kind/need-to-verify priority/low |
**Describe the Bug**
error occur when set incorrect bitbucket repo url

/kind bug
/area console
/assign @leoendless
/milestone 3.0.0
/priority low | 1.0 | error occur when set incorrect bitbucket repo url -
**Describe the Bug**
error occur when set incorrect bitbucket repo url

/kind bug
/area console
/assign @leoendless
/milestone 3.0.0
/priority low | non_usab | error occur when set incorrect bitbucket repo url describe the bug error occur when set incorrect bitbucket repo url kind bug area console assign leoendless milestone priority low | 0 |
228,959 | 18,273,208,533 | IssuesEvent | 2021-10-04 15:46:30 | cseelhoff/RimThreaded | https://api.github.com/repos/cseelhoff/RimThreaded | opened | Immortal pawn(s) hediff errors, PawnWoundDrawer | Bug Reproducible Accepted For Testing Game Breaking RW 1.3.3117 RT 2.5.16 | ## **IMPORTANT:**
**Please first search existing bugs to ensure you are not creating a duplicate bug report!**
**Make sure you have the latest version of Rimworld!**
### **Describe the bug**
i noticed that one of the enemies was supposed to be dead but was not
possibly related to #686
### **Steps to reproduce the behavior (VERY IMPORTANT)**
1. Use modlist
2. have a battle
3. stuff breaks
4. immortal pawns
5. errors
### **Error Logs**
```
Exception ticking Olly (at (356, 0, 123)): System.NullReferenceException: Object reference not set to an instance of an object
at RimWorld.PawnWoundDrawer.ReturnDrawCallList (System.Collections.Generic.List`1[T] lst) [0x00000] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at RimWorld.PawnWoundDrawer.ClearCache () [0x0001a] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.HediffSet.Verse.HediffSet.DirtyCache_Patch1(Verse.HediffSet)
at Verse.Pawn_HealthTracker.Notify_HediffChanged (Verse.Hediff hediff) [0x00000] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.HediffComp_GetsPermanent.SetPainCategory (Verse.PainCategory category) [0x00015] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.HediffComp_GetsPermanent.set_IsPermanent (System.Boolean value) [0x0004e] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.HediffComp_GetsPermanent.PreFinalizeInjury () [0x00099] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_AddInjury.FinalizeAndAddInjury (Verse.Pawn pawn, Verse.Hediff_Injury injury, Verse.DamageInfo dinfo, Verse.DamageWorker+DamageResult result) [0x0000a] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_AddInjury.FinalizeAndAddInjury (Verse.Pawn pawn, System.Single totalDamage, Verse.DamageInfo dinfo, Verse.DamageWorker+DamageResult result) [0x000c1] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_Cut.ApplySpecialEffectsToPart (Verse.Pawn pawn, System.Single totalDamage, Verse.DamageInfo dinfo, Verse.DamageWorker+DamageResult result) [0x001ce] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.DamageWorker_AddInjury.Verse.DamageWorker_AddInjury.ApplyDamageToPart_Patch2(Verse.DamageWorker_AddInjury,Verse.DamageInfo,Verse.Pawn,Verse.DamageWorker/DamageResult)
at Verse.DamageWorker_AddInjury.ApplyToPawn (Verse.DamageInfo dinfo, Verse.Pawn pawn) [0x00091] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_AddInjury.Apply (Verse.DamageInfo dinfo, Verse.Thing thing) [0x00013] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.TakeDamage_Patch1(Verse.Thing,Verse.DamageInfo)
at RimWorld.Verb_MeleeAttackDamage.ApplyMeleeDamageToTarget (Verse.LocalTargetInfo target) [0x0002e] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) RimWorld.Verb_MeleeAttack.RimWorld.Verb_MeleeAttack.TryCastShot_Patch1(RimWorld.Verb_MeleeAttack)
at (wrapper dynamic-method) Verse.Verb.Verse.Verb.TryCastNextBurstShot_Patch0(Verse.Verb)
at Verse.Verb.VerbTick () [0x00055] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.VerbTracker.VerbsTick () [0x00019] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.Pawn_EquipmentTracker.EquipmentTrackerTick () [0x00017] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.Pawn.Verse.Pawn.Tick_Patch1(Verse.Pawn)
at RimThreaded.TickList_Patch.NormalThingTick () [0x00025] in <86c14ce4cb7c40ce813d62d5517d4792>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
RimThreaded.TickList_Patch:NormalThingTick ()
RimThreaded.RimThreaded:ExecuteTicks ()
RimThreaded.RimThreaded:ProcessTicks (RimThreaded.RimThreaded/ThreadInfo)
RimThreaded.RimThreaded:InitializeThread (object)
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart (object)
```
#### **Player.log**
!!! Link to contents of Player.log or Error.log (MUST BE LINK) !!!
#### **HugsLib log**
https://gist.github.com/e7404809166972c05056f18eb4c202b2
### **Save file**
!!! Please add a save file where the issue occurs to speed up testing and fixing of the issue !!!
### **Screenshots**


### **Mod list (Preferably a RimPy compatible list.)**
[Mod list length: 286]
Harmony [https://steamcommunity.com/sharedfiles/filedetails/?id=2009463077]
BetterLoading [https://steamcommunity.com/sharedfiles/filedetails/?id=1999454301]
RIMMSAssemble [https://steamcommunity.com/sharedfiles/filedetails/?id=1780241645]
Core [https:// no link (local mod)]
Royalty [Official DLC] [https:// no link (local mod)]
Ideology [Official DLC] [https:// no link (local mod)]
Mod Manager [https://steamcommunity.com/sharedfiles/filedetails/?id=1507748539]
SRTS Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1845423808]
HugsLib [https://steamcommunity.com/sharedfiles/filedetails/?id=818773962]
RimSaves [https://steamcommunity.com/sharedfiles/filedetails/?id=1713367505]
WorldEdit 2.0 [https://steamcommunity.com/sharedfiles/filedetails/?id=2314163152]
EdB Prepare Carefully [https://steamcommunity.com/sharedfiles/filedetails/?id=735106432]
Enable Oversized Weapons [https://steamcommunity.com/sharedfiles/filedetails/?id=2543371889]
HAR Fix for Yayo Animation [https://steamcommunity.com/sharedfiles/filedetails/?id=2579147061]
Humanoid Alien Races [https://steamcommunity.com/sharedfiles/filedetails/?id=839005762]
ToolBox (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2576079360]
Custom Ritual Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2561617361]
Vanilla Expanded Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2023507013]
Vanilla Expanded - Royalty Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2260012940]
Vanilla Expanded - Ideology Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2566669771]
RWLayout [https://steamcommunity.com/sharedfiles/filedetails/?id=2209393954]
ModDiff [https://steamcommunity.com/sharedfiles/filedetails/?id=2200054867]
No Version Warning [https://steamcommunity.com/sharedfiles/filedetails/?id=2599504692]
Achtung! [https://steamcommunity.com/sharedfiles/filedetails/?id=730936602]
Camera+ [https://steamcommunity.com/sharedfiles/filedetails/?id=867467808]
What the hack?! [https://steamcommunity.com/sharedfiles/filedetails/?id=1505914869]
WTH Expanded : Core [https://steamcommunity.com/sharedfiles/filedetails/?id=2504546310]
What the hack - A little expansion [https://steamcommunity.com/sharedfiles/filedetails/?id=2456962656]
WTH retexture [https://steamcommunity.com/sharedfiles/filedetails/?id=2600860593]
Giddy-up! Core [https://steamcommunity.com/sharedfiles/filedetails/?id=1216999901]
Giddy-up! Battle Mounts [https://steamcommunity.com/sharedfiles/filedetails/?id=1217001091]
Giddy-up! Caravan [https://steamcommunity.com/sharedfiles/filedetails/?id=1253251478]
Giddy-up! Ride and Roll [https://steamcommunity.com/sharedfiles/filedetails/?id=1331961995]
Giddy-up! Mechanoids [https://steamcommunity.com/sharedfiles/filedetails/?id=1518932357]
More Vanilla Biomes [https://steamcommunity.com/sharedfiles/filedetails/?id=1931453053]
Prepare Landing [https://steamcommunity.com/sharedfiles/filedetails/?id=1095331978]
Map Reroll [https://steamcommunity.com/sharedfiles/filedetails/?id=761315214]
Better Map Sizes [https://steamcommunity.com/sharedfiles/filedetails/?id=2099101052]
RimCities [https://steamcommunity.com/sharedfiles/filedetails/?id=1775170117]
Real Ruins [https://steamcommunity.com/sharedfiles/filedetails/?id=1552146295]
[KV] Consolidated Traits [https://steamcommunity.com/sharedfiles/filedetails/?id=1507384362]
Vanilla Traits Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2296404655]
[KV] More Trait Slots [https://steamcommunity.com/sharedfiles/filedetails/?id=1508292711]
Backstories+ [https://steamcommunity.com/sharedfiles/filedetails/?id=2289854459]
Questionable Ethics Enhanced [https://steamcommunity.com/sharedfiles/filedetails/?id=2566962342]
Misc. Robots [https://steamcommunity.com/sharedfiles/filedetails/?id=724602224]
Misc. Robots Retexture [https:// no link (local mod)]
Android tiers [https://steamcommunity.com/sharedfiles/filedetails/?id=1386412863]
Android tiers - TX Series [https://steamcommunity.com/sharedfiles/filedetails/?id=2010528561]
[SYR] Scar Removal Plus [https://steamcommunity.com/sharedfiles/filedetails/?id=1507367510]
Death Rattle Continued [1.2+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2206107940]
Life Support Continued [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2213696082]
Medical Supplements (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195037369]
A Dog Said... Animal Prosthetics [https://steamcommunity.com/sharedfiles/filedetails/?id=746425621]
Medical System Expansion 2 [https://steamcommunity.com/sharedfiles/filedetails/?id=2056706586]
Locks [https://steamcommunity.com/sharedfiles/filedetails/?id=1157085076]
Prison Labor [https://steamcommunity.com/sharedfiles/filedetails/?id=1899474310]
Dubs Bad Hygiene [https://steamcommunity.com/sharedfiles/filedetails/?id=836308268]
Simple sidearms [https://steamcommunity.com/sharedfiles/filedetails/?id=927155256]
Suppression (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2559826227]
Brrr and Phew (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195938471]
Avoid Friendly Fire [https://steamcommunity.com/sharedfiles/filedetails/?id=1134165362]
Replace Stuff [https://steamcommunity.com/sharedfiles/filedetails/?id=1372003680]
Smarter Construction [https://steamcommunity.com/sharedfiles/filedetails/?id=2202185773]
Common Sense [https://steamcommunity.com/sharedfiles/filedetails/?id=1561769193]
Ugh You Got Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1542424705]
No Lazy Doctors [https://steamcommunity.com/sharedfiles/filedetails/?id=2476396157]
Stabilize [https://steamcommunity.com/sharedfiles/filedetails/?id=2023407836]
Build From Inventory [https://steamcommunity.com/sharedfiles/filedetails/?id=1691419062]
Injured Carry [https://steamcommunity.com/sharedfiles/filedetails/?id=2413690575]
Meals On Wheels [https://steamcommunity.com/sharedfiles/filedetails/?id=1323773476]
Use Bedrolls [https://steamcommunity.com/sharedfiles/filedetails/?id=1353625821]
Dubs Break Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=1722398508]
Snap Out! [https://steamcommunity.com/sharedfiles/filedetails/?id=1319782555]
Share The Load [https://steamcommunity.com/sharedfiles/filedetails/?id=1356838246]
SF Grim Reality [https://steamcommunity.com/sharedfiles/filedetails/?id=1543063349]
Use Minified Buildings [https://steamcommunity.com/sharedfiles/filedetails/?id=2185809028]
RunAndGun [https://steamcommunity.com/sharedfiles/filedetails/?id=1204108550]
Search and Destroy [https://steamcommunity.com/sharedfiles/filedetails/?id=1467764609]
[KV] Path Avoid [https://steamcommunity.com/sharedfiles/filedetails/?id=1180719857]
Guards For Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1855885448]
Bad Can Be Good [https://steamcommunity.com/sharedfiles/filedetails/?id=2025857053]
Raiders Never Die (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2024330186]
Hunt for Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1593245720]
Ignite Everything [https://steamcommunity.com/sharedfiles/filedetails/?id=1607884210]
Where's My Bed? [https://steamcommunity.com/sharedfiles/filedetails/?id=1919873778]
Defensive Positions [https://steamcommunity.com/sharedfiles/filedetails/?id=761219125]
Dress Patients [https://steamcommunity.com/sharedfiles/filedetails/?id=1667901146]
More filters for animals' pen [https://steamcommunity.com/sharedfiles/filedetails/?id=2558978295]
Auto-Cut Blight [https://steamcommunity.com/sharedfiles/filedetails/?id=1885186534]
More Precepts [https://steamcommunity.com/sharedfiles/filedetails/?id=2559533848]
Diversity and Discrimination [https://steamcommunity.com/sharedfiles/filedetails/?id=2588372194]
[KV] Save Storage, Outfit, Crafting, Drug, & Operation Settings [https://steamcommunity.com/sharedfiles/filedetails/?id=1180718516]
Smarter Deconstruction and Mining [https://steamcommunity.com/sharedfiles/filedetails/?id=2398365712]
Just Ignore Me Passing [https://steamcommunity.com/sharedfiles/filedetails/?id=1231617602]
Prisoners Dont Have Keys [https://steamcommunity.com/sharedfiles/filedetails/?id=2595360307]
Blueprint Totals Tooltip [https://steamcommunity.com/sharedfiles/filedetails/?id=1537871656]
Selectable Sculpture Graphic [https://steamcommunity.com/sharedfiles/filedetails/?id=1537873717]
QualityBuilder [https://steamcommunity.com/sharedfiles/filedetails/?id=754637870]
This Is Mine (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2560584629]
Best Mix (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195986094]
Conduit Deconstruct [https://steamcommunity.com/sharedfiles/filedetails/?id=838336462]
4M Mehni's Misc Modifications [1.2-1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=2228765246]
ED-EnhancedOptions [https://steamcommunity.com/sharedfiles/filedetails/?id=1241694757]
Music on the Rim [https://steamcommunity.com/sharedfiles/filedetails/?id=1872570102]
P-Music [https://steamcommunity.com/sharedfiles/filedetails/?id=725130005]
Ruined by temperature filter [https://steamcommunity.com/sharedfiles/filedetails/?id=2554476852]
What's Missing? [https://steamcommunity.com/sharedfiles/filedetails/?id=2073082747]
Raids For Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1633517937]
[KV] Don't stop the music [https://steamcommunity.com/sharedfiles/filedetails/?id=1210224966]
Reverse Commands [https://steamcommunity.com/sharedfiles/filedetails/?id=858744731]
Safely Hidden Away [https://steamcommunity.com/sharedfiles/filedetails/?id=1322196379]
Prepare For Combat [https://steamcommunity.com/sharedfiles/filedetails/?id=1722803450]
[D] Ignorance Is Bliss [https://steamcommunity.com/sharedfiles/filedetails/?id=2554423472]
[KV] Adjustable Trade Ships [https://steamcommunity.com/sharedfiles/filedetails/?id=1369828656]
A Petition for Provisions (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2444190820]
Area Inclusion & Exclusion [https://steamcommunity.com/sharedfiles/filedetails/?id=2033828736]
[KV] Show Hair With Hats or Hide All Hats [https://steamcommunity.com/sharedfiles/filedetails/?id=1180826364]
Vanilla Events Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1938420742]
Dynamic Diplomacy [https://steamcommunity.com/sharedfiles/filedetails/?id=1875168898]
Nurse Job [https://steamcommunity.com/sharedfiles/filedetails/?id=1820501433]
TD Enhancement Pack [https://steamcommunity.com/sharedfiles/filedetails/?id=1339135272]
ResearchPal - Forked [https://steamcommunity.com/sharedfiles/filedetails/?id=2351393394]
Animal Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=712141500]
Work Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=725219116]
Grouped Pawns Lists [https://steamcommunity.com/sharedfiles/filedetails/?id=2340773428]
More Graphs [https://steamcommunity.com/sharedfiles/filedetails/?id=1966250412]
More Planning 1.3 [https://steamcommunity.com/sharedfiles/filedetails/?id=2551225702]
Drug Response (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2196401201]
Blueprints [https://steamcommunity.com/sharedfiles/filedetails/?id=708455313]
Allow Tool [https://steamcommunity.com/sharedfiles/filedetails/?id=761421485]
Architect Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1195427067]
Optional Icons for Architect Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1966995052]
Pharmacist [https://steamcommunity.com/sharedfiles/filedetails/?id=1365242717]
Power Indicators [https://steamcommunity.com/sharedfiles/filedetails/?id=899714534]
Snowy Trees [https://steamcommunity.com/sharedfiles/filedetails/?id=1322101066]
Bionic icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1677616980]
More Sculpture [https://steamcommunity.com/sharedfiles/filedetails/?id=1612316880]
World Map Beautification Project [https://steamcommunity.com/sharedfiles/filedetails/?id=2314407956]
World Map Beautification Project - for More Vanilla Biomes [https://steamcommunity.com/sharedfiles/filedetails/?id=2381830973]
World Map Enhanced [https://steamcommunity.com/sharedfiles/filedetails/?id=2523248314]
Perspective: Trees [https://steamcommunity.com/sharedfiles/filedetails/?id=2572022990]
Better Roads [https://steamcommunity.com/sharedfiles/filedetails/?id=1489564822]
Scattered Stones [https://steamcommunity.com/sharedfiles/filedetails/?id=2598436855]
High quality textures [https://steamcommunity.com/sharedfiles/filedetails/?id=1676969930]
Arsenal of Ideology [https://steamcommunity.com/sharedfiles/filedetails/?id=2561610570]
No Debris 1.1/1.2 [https://steamcommunity.com/sharedfiles/filedetails/?id=2010756536]
Recipe icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1616643195]
Interaction Bubbles [https://steamcommunity.com/sharedfiles/filedetails/?id=1516158345]
RenameColony [https://steamcommunity.com/sharedfiles/filedetails/?id=1359645236]
Heat Map [https://steamcommunity.com/sharedfiles/filedetails/?id=947972722]
Quality Overlay [https://steamcommunity.com/sharedfiles/filedetails/?id=2568283376]
WealthHere [https://steamcommunity.com/sharedfiles/filedetails/?id=2593103416]
CaravanColonistInfo [https://steamcommunity.com/sharedfiles/filedetails/?id=2252000148]
CM Color Coded Mood Bar [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2006605356]
Fluffy Breakdowns (1.3 Update) [https://steamcommunity.com/sharedfiles/filedetails/?id=2584064444]
Pawn Badge Fan Fork [Adopted] [https://steamcommunity.com/sharedfiles/filedetails/?id=2526040241]
Pawn Badge Niilo's Addon [https:// no link (local mod)]
Job In Bar [https://steamcommunity.com/sharedfiles/filedetails/?id=2086300611]
Pawn Badge - (MISC) Job Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1734233154]
Wearing Armor Info [https://steamcommunity.com/sharedfiles/filedetails/?id=1839305669]
Compact Hediffs [https://steamcommunity.com/sharedfiles/filedetails/?id=2031734067]
Range Finder [https://steamcommunity.com/sharedfiles/filedetails/?id=1332119637]
Better Message Placement (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2259516339]
Power Alerts [https://steamcommunity.com/sharedfiles/filedetails/?id=1664714758]
Fixable Mood Debuffs Alert [https://steamcommunity.com/sharedfiles/filedetails/?id=1307316672]
Food Alert (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2017538067]
Level Up! [https://steamcommunity.com/sharedfiles/filedetails/?id=1701592470]
Auto links [https://steamcommunity.com/sharedfiles/filedetails/?id=2059389912]
De-generalize Work [https://steamcommunity.com/sharedfiles/filedetails/?id=2011655761]
Prisoners Should Fear Turrets [https://steamcommunity.com/sharedfiles/filedetails/?id=2602436826]
Undraft After Tucking [https://steamcommunity.com/sharedfiles/filedetails/?id=2157495459]
Drug Policy Fix (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195390245]
Immunities Reset (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195961535]
Grazing Lands [https://steamcommunity.com/sharedfiles/filedetails/?id=1770268130]
Yayo's Animation [https://steamcommunity.com/sharedfiles/filedetails/?id=2575938407]
Yayo's Caravan [https://steamcommunity.com/sharedfiles/filedetails/?id=2574818016]
Fill backstories [https://steamcommunity.com/sharedfiles/filedetails/?id=2407610901]
ProxyHeat [https://steamcommunity.com/sharedfiles/filedetails/?id=2365526329]
Ding On Game Loaded [https://steamcommunity.com/sharedfiles/filedetails/?id=2425530959]
More Random Seeds [https://steamcommunity.com/sharedfiles/filedetails/?id=1501463043]
Reworked Temperature Extreme Events [1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=1372130541]
Tech Advancing [https://steamcommunity.com/sharedfiles/filedetails/?id=735268789]
NamesGalore [https://steamcommunity.com/sharedfiles/filedetails/?id=2017130910]
Skilled Stonecutting [https://steamcommunity.com/sharedfiles/filedetails/?id=1207390617]
No Job Authors [https://steamcommunity.com/sharedfiles/filedetails/?id=2009825774]
Less Arbitrary Surgery (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2018250654]
Thick Armor [https://steamcommunity.com/sharedfiles/filedetails/?id=1321600671]
MinifyEverything [https://steamcommunity.com/sharedfiles/filedetails/?id=872762753]
ETRT: Room Size Tweaks [https://steamcommunity.com/sharedfiles/filedetails/?id=1544557907]
Mortar Accuracy [https://steamcommunity.com/sharedfiles/filedetails/?id=1729446857]
Configurable Deconstruct Percentage [https://steamcommunity.com/sharedfiles/filedetails/?id=2568850063]
Exotic's Better Crashed Ship Parts [https://steamcommunity.com/sharedfiles/filedetails/?id=1239138840]
[FSF] Filth Vanishes With Rain And Time [https://steamcommunity.com/sharedfiles/filedetails/?id=1508341791]
Better Jump Pack (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2565740103]
Prosthetic No Missing Body Parts [https://steamcommunity.com/sharedfiles/filedetails/?id=2103563425]
Perishable [https://steamcommunity.com/sharedfiles/filedetails/?id=2294597530]
Loading In Progress [https://steamcommunity.com/sharedfiles/filedetails/?id=1975622772]
[WD] Partially-Passable Wind Turbines [https://steamcommunity.com/sharedfiles/filedetails/?id=1621527381]
Save Our Ship 2 [https://steamcommunity.com/sharedfiles/filedetails/?id=1909914131]
Communicable Diseases [1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=2016577520]
Dub's Paint Shop [https://steamcommunity.com/sharedfiles/filedetails/?id=1579516669]
Architect Expanded - Fences (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2576081324]
[O21] Seamless Embrasures [https://steamcommunity.com/sharedfiles/filedetails/?id=2290689449]
Door Curtains [https://steamcommunity.com/sharedfiles/filedetails/?id=1541139150]
Roads of the Rim (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2280318231]
Auto Seller [https://steamcommunity.com/sharedfiles/filedetails/?id=1440321094]
Colony Manager [https://steamcommunity.com/sharedfiles/filedetails/?id=715565262]
Dubs Rimatomics [https://steamcommunity.com/sharedfiles/filedetails/?id=1127530465]
Rimefeller [https://steamcommunity.com/sharedfiles/filedetails/?id=1321849735]
RimHeli [https://steamcommunity.com/sharedfiles/filedetails/?id=2158396143]
Project RimFactory Revived [https://steamcommunity.com/sharedfiles/filedetails/?id=2033979700]
Omni Core Drill (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2562491370]
Quarry [https://steamcommunity.com/sharedfiles/filedetails/?id=2007576583]
Reclaim, Reuse, Recycle (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2567364887]
Commercial Server [https://steamcommunity.com/sharedfiles/filedetails/?id=1714455977]
[KV] RimFridge [https://steamcommunity.com/sharedfiles/filedetails/?id=1180721235]
LWM's Deep Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=1617282896]
Pick Up And Haul [https://steamcommunity.com/sharedfiles/filedetails/?id=1279012058]
While You're Up / PUAH+ [https://steamcommunity.com/sharedfiles/filedetails/?id=2034960453]
Stockpile Limit [https://steamcommunity.com/sharedfiles/filedetails/?id=1852323982]
Floored - Yellow and Striped Tiles Only [1.0+] [https://steamcommunity.com/sharedfiles/filedetails/?id=1543195051]
Stuffed Floors [https://steamcommunity.com/sharedfiles/filedetails/?id=853043503]
Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=725747149]
Trade Ships Drop Spot [https://steamcommunity.com/sharedfiles/filedetails/?id=1969732297]
[KV] Trading Spot [https://steamcommunity.com/sharedfiles/filedetails/?id=1180719658]
ProgrammableVents [https://steamcommunity.com/sharedfiles/filedetails/?id=824131713]
Diagonal Walls [https://steamcommunity.com/sharedfiles/filedetails/?id=2521631479]
RT Fuse [https://steamcommunity.com/sharedfiles/filedetails/?id=728314182]
RT Power Switch [https://steamcommunity.com/sharedfiles/filedetails/?id=728314859]
RT Solar Flare Shield [https://steamcommunity.com/sharedfiles/filedetails/?id=728315620]
Temperature Gauge (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2017464494]
Time-of-Day Switches [https://steamcommunity.com/sharedfiles/filedetails/?id=776114412]
Vanilla RT Solar Flare Shield Retexture [https://steamcommunity.com/sharedfiles/filedetails/?id=1941652952]
Power Logic [https://steamcommunity.com/sharedfiles/filedetails/?id=812653710]
Power++ [https://steamcommunity.com/sharedfiles/filedetails/?id=1771402217]
Parallel Power Grid (Parallel Conduits) [https://steamcommunity.com/sharedfiles/filedetails/?id=1277677885]
Underground Power Conduits [https://steamcommunity.com/sharedfiles/filedetails/?id=1735421319]
Signs and Comments [https://steamcommunity.com/sharedfiles/filedetails/?id=2576219203]
Wall Light [https://steamcommunity.com/sharedfiles/filedetails/?id=1423699208]
Gimmicks (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2168169520]
Weapon Tech [https://steamcommunity.com/sharedfiles/filedetails/?id=2005456121]
Fire Extinguisher (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195996970]
Fire Warden (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2197425463]
Taming Artifact [https://steamcommunity.com/sharedfiles/filedetails/?id=1769917767]
Expanded Roofing [https://steamcommunity.com/sharedfiles/filedetails/?id=2568893936]
Amnabi's Flags (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2592638428]
Vanilla Fishing Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1914064942]
Vanilla Books Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2193152410]
Wheelchairs [https://steamcommunity.com/sharedfiles/filedetails/?id=2599914280]
Vanilla Apparel Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814987817]
Vanilla Apparel Expanded — Accessories [https://steamcommunity.com/sharedfiles/filedetails/?id=2521176396]
[CM] Spots Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=2603638022]
Vanilla Ideology Expanded - Relics and Artifacts [https://steamcommunity.com/sharedfiles/filedetails/?id=2564895018]
Vanilla Ideology Expanded - Hats and Rags [https://steamcommunity.com/sharedfiles/filedetails/?id=2567387768]
Vanilla Plants Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2134308522]
VPE - No Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=2165594621]
Vanilla Weapons Expanded - Non-Lethal [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918354]
Vanilla Furniture Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1718190143]
Vanilla Furniture Expanded - Production [https://steamcommunity.com/sharedfiles/filedetails/?id=1880253632]
Vanilla Furniture Expanded - Medical Module [https://steamcommunity.com/sharedfiles/filedetails/?id=1718191613]
Vanilla Furniture Expanded - Spacer Module [https://steamcommunity.com/sharedfiles/filedetails/?id=2028381079]
Vanilla Furniture Expanded - Props and Decor [https://steamcommunity.com/sharedfiles/filedetails/?id=2102143149]
Vanilla Furniture Expanded - Art [https://steamcommunity.com/sharedfiles/filedetails/?id=1968134023]
Vanilla Furniture Expanded - Architect [https://steamcommunity.com/sharedfiles/filedetails/?id=2608762624]
Vanilla Factions Expanded - Medieval [https://steamcommunity.com/sharedfiles/filedetails/?id=2023513450]
Vanilla Furniture Expanded - Security [https://steamcommunity.com/sharedfiles/filedetails/?id=1845154007]
Earlier Trenches (VFE - Security Patch) [https://steamcommunity.com/sharedfiles/filedetails/?id=2605662978]
[XND] Tiny Tweaks (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2270049772]
More Linkables [https://steamcommunity.com/sharedfiles/filedetails/?id=1103809207]
Vanilla Hair Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1888705256]
[FSF] No Default Shelf Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=945085502]
Breachable Embrasures - An AI-Behaviour Change [https://steamcommunity.com/sharedfiles/filedetails/?id=2569778304]
Vanilla Animals Expanded — Boreal Forest [https://steamcommunity.com/sharedfiles/filedetails/?id=1895364938]
Better Infestations 1.3 [https://steamcommunity.com/sharedfiles/filedetails/?id=1319614331]
Better Vanilla Masking [https://steamcommunity.com/sharedfiles/filedetails/?id=1736114368]
[SYR] Terrain [https://steamcommunity.com/sharedfiles/filedetails/?id=1544439671]
Children, school and learning [https://steamcommunity.com/sharedfiles/filedetails/?id=1541438230]
Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2016436324]
Bradson's Main Button Icons for Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2361775777]
Quality Of Building [https://steamcommunity.com/sharedfiles/filedetails/?id=2101676323]
OgreStack [https://steamcommunity.com/sharedfiles/filedetails/?id=1447140290]
What's That Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=2258431182]
RIMMSqol [https://steamcommunity.com/sharedfiles/filedetails/?id=1084452457]
Dubs Performance Analyzer [https://steamcommunity.com/sharedfiles/filedetails/?id=2038874626]
RimThreaded [https://steamcommunity.com/sharedfiles/filedetails/?id=2222907981]
| 1.0 | Immortal pawn(s) hediff errors, PawnWoundDrawer - ## **IMPORTANT:**
**Please first search existing bugs to ensure you are not creating a duplicate bug report!**
**Make sure you have the latest version of Rimworld!**
### **Describe the bug**
i noticed that one of the enemies was supposed to be dead but was not
possibly related to #686
### **Steps to reproduce the behavior (VERY IMPORTANT)**
1. Use modlist
2. have a battle
3. stuff breaks
4. immortal pawns
5. errors
### **Error Logs**
```
Exception ticking Olly (at (356, 0, 123)): System.NullReferenceException: Object reference not set to an instance of an object
at RimWorld.PawnWoundDrawer.ReturnDrawCallList (System.Collections.Generic.List`1[T] lst) [0x00000] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at RimWorld.PawnWoundDrawer.ClearCache () [0x0001a] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.HediffSet.Verse.HediffSet.DirtyCache_Patch1(Verse.HediffSet)
at Verse.Pawn_HealthTracker.Notify_HediffChanged (Verse.Hediff hediff) [0x00000] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.HediffComp_GetsPermanent.SetPainCategory (Verse.PainCategory category) [0x00015] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.HediffComp_GetsPermanent.set_IsPermanent (System.Boolean value) [0x0004e] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.HediffComp_GetsPermanent.PreFinalizeInjury () [0x00099] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_AddInjury.FinalizeAndAddInjury (Verse.Pawn pawn, Verse.Hediff_Injury injury, Verse.DamageInfo dinfo, Verse.DamageWorker+DamageResult result) [0x0000a] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_AddInjury.FinalizeAndAddInjury (Verse.Pawn pawn, System.Single totalDamage, Verse.DamageInfo dinfo, Verse.DamageWorker+DamageResult result) [0x000c1] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_Cut.ApplySpecialEffectsToPart (Verse.Pawn pawn, System.Single totalDamage, Verse.DamageInfo dinfo, Verse.DamageWorker+DamageResult result) [0x001ce] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.DamageWorker_AddInjury.Verse.DamageWorker_AddInjury.ApplyDamageToPart_Patch2(Verse.DamageWorker_AddInjury,Verse.DamageInfo,Verse.Pawn,Verse.DamageWorker/DamageResult)
at Verse.DamageWorker_AddInjury.ApplyToPawn (Verse.DamageInfo dinfo, Verse.Pawn pawn) [0x00091] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.DamageWorker_AddInjury.Apply (Verse.DamageInfo dinfo, Verse.Thing thing) [0x00013] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.Thing.Verse.Thing.TakeDamage_Patch1(Verse.Thing,Verse.DamageInfo)
at RimWorld.Verb_MeleeAttackDamage.ApplyMeleeDamageToTarget (Verse.LocalTargetInfo target) [0x0002e] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) RimWorld.Verb_MeleeAttack.RimWorld.Verb_MeleeAttack.TryCastShot_Patch1(RimWorld.Verb_MeleeAttack)
at (wrapper dynamic-method) Verse.Verb.Verse.Verb.TryCastNextBurstShot_Patch0(Verse.Verb)
at Verse.Verb.VerbTick () [0x00055] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.VerbTracker.VerbsTick () [0x00019] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at Verse.Pawn_EquipmentTracker.EquipmentTrackerTick () [0x00017] in <b64badbf3c3d41018b3ca5d3e8c77771>:0
at (wrapper dynamic-method) Verse.Pawn.Verse.Pawn.Tick_Patch1(Verse.Pawn)
at RimThreaded.TickList_Patch.NormalThingTick () [0x00025] in <86c14ce4cb7c40ce813d62d5517d4792>:0
UnityEngine.StackTraceUtility:ExtractStackTrace ()
(wrapper dynamic-method) Verse.Log:Verse.Log.Error_Patch3 (string)
RimThreaded.TickList_Patch:NormalThingTick ()
RimThreaded.RimThreaded:ExecuteTicks ()
RimThreaded.RimThreaded:ProcessTicks (RimThreaded.RimThreaded/ThreadInfo)
RimThreaded.RimThreaded:InitializeThread (object)
System.Threading.ThreadHelper:ThreadStart_Context (object)
System.Threading.ExecutionContext:RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool)
System.Threading.ExecutionContext:Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object)
System.Threading.ThreadHelper:ThreadStart (object)
```
#### **Player.log**
!!! Link to contents of Player.log or Error.log (MUST BE LINK) !!!
#### **HugsLib log**
https://gist.github.com/e7404809166972c05056f18eb4c202b2
### **Save file**
!!! Please add a save file where the issue occurs to speed up testing and fixing of the issue !!!
### **Screenshots**


### **Mod list (Preferably a RimPy compatible list.)**
[Mod list length: 286]
Harmony [https://steamcommunity.com/sharedfiles/filedetails/?id=2009463077]
BetterLoading [https://steamcommunity.com/sharedfiles/filedetails/?id=1999454301]
RIMMSAssemble [https://steamcommunity.com/sharedfiles/filedetails/?id=1780241645]
Core [https:// no link (local mod)]
Royalty [Official DLC] [https:// no link (local mod)]
Ideology [Official DLC] [https:// no link (local mod)]
Mod Manager [https://steamcommunity.com/sharedfiles/filedetails/?id=1507748539]
SRTS Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1845423808]
HugsLib [https://steamcommunity.com/sharedfiles/filedetails/?id=818773962]
RimSaves [https://steamcommunity.com/sharedfiles/filedetails/?id=1713367505]
WorldEdit 2.0 [https://steamcommunity.com/sharedfiles/filedetails/?id=2314163152]
EdB Prepare Carefully [https://steamcommunity.com/sharedfiles/filedetails/?id=735106432]
Enable Oversized Weapons [https://steamcommunity.com/sharedfiles/filedetails/?id=2543371889]
HAR Fix for Yayo Animation [https://steamcommunity.com/sharedfiles/filedetails/?id=2579147061]
Humanoid Alien Races [https://steamcommunity.com/sharedfiles/filedetails/?id=839005762]
ToolBox (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2576079360]
Custom Ritual Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2561617361]
Vanilla Expanded Framework [https://steamcommunity.com/sharedfiles/filedetails/?id=2023507013]
Vanilla Expanded - Royalty Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2260012940]
Vanilla Expanded - Ideology Patches [https://steamcommunity.com/sharedfiles/filedetails/?id=2566669771]
RWLayout [https://steamcommunity.com/sharedfiles/filedetails/?id=2209393954]
ModDiff [https://steamcommunity.com/sharedfiles/filedetails/?id=2200054867]
No Version Warning [https://steamcommunity.com/sharedfiles/filedetails/?id=2599504692]
Achtung! [https://steamcommunity.com/sharedfiles/filedetails/?id=730936602]
Camera+ [https://steamcommunity.com/sharedfiles/filedetails/?id=867467808]
What the hack?! [https://steamcommunity.com/sharedfiles/filedetails/?id=1505914869]
WTH Expanded : Core [https://steamcommunity.com/sharedfiles/filedetails/?id=2504546310]
What the hack - A little expansion [https://steamcommunity.com/sharedfiles/filedetails/?id=2456962656]
WTH retexture [https://steamcommunity.com/sharedfiles/filedetails/?id=2600860593]
Giddy-up! Core [https://steamcommunity.com/sharedfiles/filedetails/?id=1216999901]
Giddy-up! Battle Mounts [https://steamcommunity.com/sharedfiles/filedetails/?id=1217001091]
Giddy-up! Caravan [https://steamcommunity.com/sharedfiles/filedetails/?id=1253251478]
Giddy-up! Ride and Roll [https://steamcommunity.com/sharedfiles/filedetails/?id=1331961995]
Giddy-up! Mechanoids [https://steamcommunity.com/sharedfiles/filedetails/?id=1518932357]
More Vanilla Biomes [https://steamcommunity.com/sharedfiles/filedetails/?id=1931453053]
Prepare Landing [https://steamcommunity.com/sharedfiles/filedetails/?id=1095331978]
Map Reroll [https://steamcommunity.com/sharedfiles/filedetails/?id=761315214]
Better Map Sizes [https://steamcommunity.com/sharedfiles/filedetails/?id=2099101052]
RimCities [https://steamcommunity.com/sharedfiles/filedetails/?id=1775170117]
Real Ruins [https://steamcommunity.com/sharedfiles/filedetails/?id=1552146295]
[KV] Consolidated Traits [https://steamcommunity.com/sharedfiles/filedetails/?id=1507384362]
Vanilla Traits Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2296404655]
[KV] More Trait Slots [https://steamcommunity.com/sharedfiles/filedetails/?id=1508292711]
Backstories+ [https://steamcommunity.com/sharedfiles/filedetails/?id=2289854459]
Questionable Ethics Enhanced [https://steamcommunity.com/sharedfiles/filedetails/?id=2566962342]
Misc. Robots [https://steamcommunity.com/sharedfiles/filedetails/?id=724602224]
Misc. Robots Retexture [https:// no link (local mod)]
Android tiers [https://steamcommunity.com/sharedfiles/filedetails/?id=1386412863]
Android tiers - TX Series [https://steamcommunity.com/sharedfiles/filedetails/?id=2010528561]
[SYR] Scar Removal Plus [https://steamcommunity.com/sharedfiles/filedetails/?id=1507367510]
Death Rattle Continued [1.2+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2206107940]
Life Support Continued [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2213696082]
Medical Supplements (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195037369]
A Dog Said... Animal Prosthetics [https://steamcommunity.com/sharedfiles/filedetails/?id=746425621]
Medical System Expansion 2 [https://steamcommunity.com/sharedfiles/filedetails/?id=2056706586]
Locks [https://steamcommunity.com/sharedfiles/filedetails/?id=1157085076]
Prison Labor [https://steamcommunity.com/sharedfiles/filedetails/?id=1899474310]
Dubs Bad Hygiene [https://steamcommunity.com/sharedfiles/filedetails/?id=836308268]
Simple sidearms [https://steamcommunity.com/sharedfiles/filedetails/?id=927155256]
Suppression (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2559826227]
Brrr and Phew (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195938471]
Avoid Friendly Fire [https://steamcommunity.com/sharedfiles/filedetails/?id=1134165362]
Replace Stuff [https://steamcommunity.com/sharedfiles/filedetails/?id=1372003680]
Smarter Construction [https://steamcommunity.com/sharedfiles/filedetails/?id=2202185773]
Common Sense [https://steamcommunity.com/sharedfiles/filedetails/?id=1561769193]
Ugh You Got Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1542424705]
No Lazy Doctors [https://steamcommunity.com/sharedfiles/filedetails/?id=2476396157]
Stabilize [https://steamcommunity.com/sharedfiles/filedetails/?id=2023407836]
Build From Inventory [https://steamcommunity.com/sharedfiles/filedetails/?id=1691419062]
Injured Carry [https://steamcommunity.com/sharedfiles/filedetails/?id=2413690575]
Meals On Wheels [https://steamcommunity.com/sharedfiles/filedetails/?id=1323773476]
Use Bedrolls [https://steamcommunity.com/sharedfiles/filedetails/?id=1353625821]
Dubs Break Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=1722398508]
Snap Out! [https://steamcommunity.com/sharedfiles/filedetails/?id=1319782555]
Share The Load [https://steamcommunity.com/sharedfiles/filedetails/?id=1356838246]
SF Grim Reality [https://steamcommunity.com/sharedfiles/filedetails/?id=1543063349]
Use Minified Buildings [https://steamcommunity.com/sharedfiles/filedetails/?id=2185809028]
RunAndGun [https://steamcommunity.com/sharedfiles/filedetails/?id=1204108550]
Search and Destroy [https://steamcommunity.com/sharedfiles/filedetails/?id=1467764609]
[KV] Path Avoid [https://steamcommunity.com/sharedfiles/filedetails/?id=1180719857]
Guards For Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1855885448]
Bad Can Be Good [https://steamcommunity.com/sharedfiles/filedetails/?id=2025857053]
Raiders Never Die (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2024330186]
Hunt for Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1593245720]
Ignite Everything [https://steamcommunity.com/sharedfiles/filedetails/?id=1607884210]
Where's My Bed? [https://steamcommunity.com/sharedfiles/filedetails/?id=1919873778]
Defensive Positions [https://steamcommunity.com/sharedfiles/filedetails/?id=761219125]
Dress Patients [https://steamcommunity.com/sharedfiles/filedetails/?id=1667901146]
More filters for animals' pen [https://steamcommunity.com/sharedfiles/filedetails/?id=2558978295]
Auto-Cut Blight [https://steamcommunity.com/sharedfiles/filedetails/?id=1885186534]
More Precepts [https://steamcommunity.com/sharedfiles/filedetails/?id=2559533848]
Diversity and Discrimination [https://steamcommunity.com/sharedfiles/filedetails/?id=2588372194]
[KV] Save Storage, Outfit, Crafting, Drug, & Operation Settings [https://steamcommunity.com/sharedfiles/filedetails/?id=1180718516]
Smarter Deconstruction and Mining [https://steamcommunity.com/sharedfiles/filedetails/?id=2398365712]
Just Ignore Me Passing [https://steamcommunity.com/sharedfiles/filedetails/?id=1231617602]
Prisoners Dont Have Keys [https://steamcommunity.com/sharedfiles/filedetails/?id=2595360307]
Blueprint Totals Tooltip [https://steamcommunity.com/sharedfiles/filedetails/?id=1537871656]
Selectable Sculpture Graphic [https://steamcommunity.com/sharedfiles/filedetails/?id=1537873717]
QualityBuilder [https://steamcommunity.com/sharedfiles/filedetails/?id=754637870]
This Is Mine (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2560584629]
Best Mix (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195986094]
Conduit Deconstruct [https://steamcommunity.com/sharedfiles/filedetails/?id=838336462]
4M Mehni's Misc Modifications [1.2-1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=2228765246]
ED-EnhancedOptions [https://steamcommunity.com/sharedfiles/filedetails/?id=1241694757]
Music on the Rim [https://steamcommunity.com/sharedfiles/filedetails/?id=1872570102]
P-Music [https://steamcommunity.com/sharedfiles/filedetails/?id=725130005]
Ruined by temperature filter [https://steamcommunity.com/sharedfiles/filedetails/?id=2554476852]
What's Missing? [https://steamcommunity.com/sharedfiles/filedetails/?id=2073082747]
Raids For Me [https://steamcommunity.com/sharedfiles/filedetails/?id=1633517937]
[KV] Don't stop the music [https://steamcommunity.com/sharedfiles/filedetails/?id=1210224966]
Reverse Commands [https://steamcommunity.com/sharedfiles/filedetails/?id=858744731]
Safely Hidden Away [https://steamcommunity.com/sharedfiles/filedetails/?id=1322196379]
Prepare For Combat [https://steamcommunity.com/sharedfiles/filedetails/?id=1722803450]
[D] Ignorance Is Bliss [https://steamcommunity.com/sharedfiles/filedetails/?id=2554423472]
[KV] Adjustable Trade Ships [https://steamcommunity.com/sharedfiles/filedetails/?id=1369828656]
A Petition for Provisions (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2444190820]
Area Inclusion & Exclusion [https://steamcommunity.com/sharedfiles/filedetails/?id=2033828736]
[KV] Show Hair With Hats or Hide All Hats [https://steamcommunity.com/sharedfiles/filedetails/?id=1180826364]
Vanilla Events Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1938420742]
Dynamic Diplomacy [https://steamcommunity.com/sharedfiles/filedetails/?id=1875168898]
Nurse Job [https://steamcommunity.com/sharedfiles/filedetails/?id=1820501433]
TD Enhancement Pack [https://steamcommunity.com/sharedfiles/filedetails/?id=1339135272]
ResearchPal - Forked [https://steamcommunity.com/sharedfiles/filedetails/?id=2351393394]
Animal Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=712141500]
Work Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=725219116]
Grouped Pawns Lists [https://steamcommunity.com/sharedfiles/filedetails/?id=2340773428]
More Graphs [https://steamcommunity.com/sharedfiles/filedetails/?id=1966250412]
More Planning 1.3 [https://steamcommunity.com/sharedfiles/filedetails/?id=2551225702]
Drug Response (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2196401201]
Blueprints [https://steamcommunity.com/sharedfiles/filedetails/?id=708455313]
Allow Tool [https://steamcommunity.com/sharedfiles/filedetails/?id=761421485]
Architect Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1195427067]
Optional Icons for Architect Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1966995052]
Pharmacist [https://steamcommunity.com/sharedfiles/filedetails/?id=1365242717]
Power Indicators [https://steamcommunity.com/sharedfiles/filedetails/?id=899714534]
Snowy Trees [https://steamcommunity.com/sharedfiles/filedetails/?id=1322101066]
Bionic icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1677616980]
More Sculpture [https://steamcommunity.com/sharedfiles/filedetails/?id=1612316880]
World Map Beautification Project [https://steamcommunity.com/sharedfiles/filedetails/?id=2314407956]
World Map Beautification Project - for More Vanilla Biomes [https://steamcommunity.com/sharedfiles/filedetails/?id=2381830973]
World Map Enhanced [https://steamcommunity.com/sharedfiles/filedetails/?id=2523248314]
Perspective: Trees [https://steamcommunity.com/sharedfiles/filedetails/?id=2572022990]
Better Roads [https://steamcommunity.com/sharedfiles/filedetails/?id=1489564822]
Scattered Stones [https://steamcommunity.com/sharedfiles/filedetails/?id=2598436855]
High quality textures [https://steamcommunity.com/sharedfiles/filedetails/?id=1676969930]
Arsenal of Ideology [https://steamcommunity.com/sharedfiles/filedetails/?id=2561610570]
No Debris 1.1/1.2 [https://steamcommunity.com/sharedfiles/filedetails/?id=2010756536]
Recipe icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1616643195]
Interaction Bubbles [https://steamcommunity.com/sharedfiles/filedetails/?id=1516158345]
RenameColony [https://steamcommunity.com/sharedfiles/filedetails/?id=1359645236]
Heat Map [https://steamcommunity.com/sharedfiles/filedetails/?id=947972722]
Quality Overlay [https://steamcommunity.com/sharedfiles/filedetails/?id=2568283376]
WealthHere [https://steamcommunity.com/sharedfiles/filedetails/?id=2593103416]
CaravanColonistInfo [https://steamcommunity.com/sharedfiles/filedetails/?id=2252000148]
CM Color Coded Mood Bar [1.1+] [https://steamcommunity.com/sharedfiles/filedetails/?id=2006605356]
Fluffy Breakdowns (1.3 Update) [https://steamcommunity.com/sharedfiles/filedetails/?id=2584064444]
Pawn Badge Fan Fork [Adopted] [https://steamcommunity.com/sharedfiles/filedetails/?id=2526040241]
Pawn Badge Niilo's Addon [https:// no link (local mod)]
Job In Bar [https://steamcommunity.com/sharedfiles/filedetails/?id=2086300611]
Pawn Badge - (MISC) Job Icons [https://steamcommunity.com/sharedfiles/filedetails/?id=1734233154]
Wearing Armor Info [https://steamcommunity.com/sharedfiles/filedetails/?id=1839305669]
Compact Hediffs [https://steamcommunity.com/sharedfiles/filedetails/?id=2031734067]
Range Finder [https://steamcommunity.com/sharedfiles/filedetails/?id=1332119637]
Better Message Placement (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2259516339]
Power Alerts [https://steamcommunity.com/sharedfiles/filedetails/?id=1664714758]
Fixable Mood Debuffs Alert [https://steamcommunity.com/sharedfiles/filedetails/?id=1307316672]
Food Alert (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2017538067]
Level Up! [https://steamcommunity.com/sharedfiles/filedetails/?id=1701592470]
Auto links [https://steamcommunity.com/sharedfiles/filedetails/?id=2059389912]
De-generalize Work [https://steamcommunity.com/sharedfiles/filedetails/?id=2011655761]
Prisoners Should Fear Turrets [https://steamcommunity.com/sharedfiles/filedetails/?id=2602436826]
Undraft After Tucking [https://steamcommunity.com/sharedfiles/filedetails/?id=2157495459]
Drug Policy Fix (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195390245]
Immunities Reset (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195961535]
Grazing Lands [https://steamcommunity.com/sharedfiles/filedetails/?id=1770268130]
Yayo's Animation [https://steamcommunity.com/sharedfiles/filedetails/?id=2575938407]
Yayo's Caravan [https://steamcommunity.com/sharedfiles/filedetails/?id=2574818016]
Fill backstories [https://steamcommunity.com/sharedfiles/filedetails/?id=2407610901]
ProxyHeat [https://steamcommunity.com/sharedfiles/filedetails/?id=2365526329]
Ding On Game Loaded [https://steamcommunity.com/sharedfiles/filedetails/?id=2425530959]
More Random Seeds [https://steamcommunity.com/sharedfiles/filedetails/?id=1501463043]
Reworked Temperature Extreme Events [1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=1372130541]
Tech Advancing [https://steamcommunity.com/sharedfiles/filedetails/?id=735268789]
NamesGalore [https://steamcommunity.com/sharedfiles/filedetails/?id=2017130910]
Skilled Stonecutting [https://steamcommunity.com/sharedfiles/filedetails/?id=1207390617]
No Job Authors [https://steamcommunity.com/sharedfiles/filedetails/?id=2009825774]
Less Arbitrary Surgery (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2018250654]
Thick Armor [https://steamcommunity.com/sharedfiles/filedetails/?id=1321600671]
MinifyEverything [https://steamcommunity.com/sharedfiles/filedetails/?id=872762753]
ETRT: Room Size Tweaks [https://steamcommunity.com/sharedfiles/filedetails/?id=1544557907]
Mortar Accuracy [https://steamcommunity.com/sharedfiles/filedetails/?id=1729446857]
Configurable Deconstruct Percentage [https://steamcommunity.com/sharedfiles/filedetails/?id=2568850063]
Exotic's Better Crashed Ship Parts [https://steamcommunity.com/sharedfiles/filedetails/?id=1239138840]
[FSF] Filth Vanishes With Rain And Time [https://steamcommunity.com/sharedfiles/filedetails/?id=1508341791]
Better Jump Pack (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2565740103]
Prosthetic No Missing Body Parts [https://steamcommunity.com/sharedfiles/filedetails/?id=2103563425]
Perishable [https://steamcommunity.com/sharedfiles/filedetails/?id=2294597530]
Loading In Progress [https://steamcommunity.com/sharedfiles/filedetails/?id=1975622772]
[WD] Partially-Passable Wind Turbines [https://steamcommunity.com/sharedfiles/filedetails/?id=1621527381]
Save Our Ship 2 [https://steamcommunity.com/sharedfiles/filedetails/?id=1909914131]
Communicable Diseases [1.3] [https://steamcommunity.com/sharedfiles/filedetails/?id=2016577520]
Dub's Paint Shop [https://steamcommunity.com/sharedfiles/filedetails/?id=1579516669]
Architect Expanded - Fences (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2576081324]
[O21] Seamless Embrasures [https://steamcommunity.com/sharedfiles/filedetails/?id=2290689449]
Door Curtains [https://steamcommunity.com/sharedfiles/filedetails/?id=1541139150]
Roads of the Rim (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2280318231]
Auto Seller [https://steamcommunity.com/sharedfiles/filedetails/?id=1440321094]
Colony Manager [https://steamcommunity.com/sharedfiles/filedetails/?id=715565262]
Dubs Rimatomics [https://steamcommunity.com/sharedfiles/filedetails/?id=1127530465]
Rimefeller [https://steamcommunity.com/sharedfiles/filedetails/?id=1321849735]
RimHeli [https://steamcommunity.com/sharedfiles/filedetails/?id=2158396143]
Project RimFactory Revived [https://steamcommunity.com/sharedfiles/filedetails/?id=2033979700]
Omni Core Drill (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2562491370]
Quarry [https://steamcommunity.com/sharedfiles/filedetails/?id=2007576583]
Reclaim, Reuse, Recycle (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2567364887]
Commercial Server [https://steamcommunity.com/sharedfiles/filedetails/?id=1714455977]
[KV] RimFridge [https://steamcommunity.com/sharedfiles/filedetails/?id=1180721235]
LWM's Deep Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=1617282896]
Pick Up And Haul [https://steamcommunity.com/sharedfiles/filedetails/?id=1279012058]
While You're Up / PUAH+ [https://steamcommunity.com/sharedfiles/filedetails/?id=2034960453]
Stockpile Limit [https://steamcommunity.com/sharedfiles/filedetails/?id=1852323982]
Floored - Yellow and Striped Tiles Only [1.0+] [https://steamcommunity.com/sharedfiles/filedetails/?id=1543195051]
Stuffed Floors [https://steamcommunity.com/sharedfiles/filedetails/?id=853043503]
Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=725747149]
Trade Ships Drop Spot [https://steamcommunity.com/sharedfiles/filedetails/?id=1969732297]
[KV] Trading Spot [https://steamcommunity.com/sharedfiles/filedetails/?id=1180719658]
ProgrammableVents [https://steamcommunity.com/sharedfiles/filedetails/?id=824131713]
Diagonal Walls [https://steamcommunity.com/sharedfiles/filedetails/?id=2521631479]
RT Fuse [https://steamcommunity.com/sharedfiles/filedetails/?id=728314182]
RT Power Switch [https://steamcommunity.com/sharedfiles/filedetails/?id=728314859]
RT Solar Flare Shield [https://steamcommunity.com/sharedfiles/filedetails/?id=728315620]
Temperature Gauge (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2017464494]
Time-of-Day Switches [https://steamcommunity.com/sharedfiles/filedetails/?id=776114412]
Vanilla RT Solar Flare Shield Retexture [https://steamcommunity.com/sharedfiles/filedetails/?id=1941652952]
Power Logic [https://steamcommunity.com/sharedfiles/filedetails/?id=812653710]
Power++ [https://steamcommunity.com/sharedfiles/filedetails/?id=1771402217]
Parallel Power Grid (Parallel Conduits) [https://steamcommunity.com/sharedfiles/filedetails/?id=1277677885]
Underground Power Conduits [https://steamcommunity.com/sharedfiles/filedetails/?id=1735421319]
Signs and Comments [https://steamcommunity.com/sharedfiles/filedetails/?id=2576219203]
Wall Light [https://steamcommunity.com/sharedfiles/filedetails/?id=1423699208]
Gimmicks (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2168169520]
Weapon Tech [https://steamcommunity.com/sharedfiles/filedetails/?id=2005456121]
Fire Extinguisher (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2195996970]
Fire Warden (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2197425463]
Taming Artifact [https://steamcommunity.com/sharedfiles/filedetails/?id=1769917767]
Expanded Roofing [https://steamcommunity.com/sharedfiles/filedetails/?id=2568893936]
Amnabi's Flags (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2592638428]
Vanilla Fishing Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1914064942]
Vanilla Books Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2193152410]
Wheelchairs [https://steamcommunity.com/sharedfiles/filedetails/?id=2599914280]
Vanilla Apparel Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1814987817]
Vanilla Apparel Expanded — Accessories [https://steamcommunity.com/sharedfiles/filedetails/?id=2521176396]
[CM] Spots Tab [https://steamcommunity.com/sharedfiles/filedetails/?id=2603638022]
Vanilla Ideology Expanded - Relics and Artifacts [https://steamcommunity.com/sharedfiles/filedetails/?id=2564895018]
Vanilla Ideology Expanded - Hats and Rags [https://steamcommunity.com/sharedfiles/filedetails/?id=2567387768]
Vanilla Plants Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2134308522]
VPE - No Tilled Soil [https://steamcommunity.com/sharedfiles/filedetails/?id=2165594621]
Vanilla Weapons Expanded - Non-Lethal [https://steamcommunity.com/sharedfiles/filedetails/?id=2454918354]
Vanilla Furniture Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1718190143]
Vanilla Furniture Expanded - Production [https://steamcommunity.com/sharedfiles/filedetails/?id=1880253632]
Vanilla Furniture Expanded - Medical Module [https://steamcommunity.com/sharedfiles/filedetails/?id=1718191613]
Vanilla Furniture Expanded - Spacer Module [https://steamcommunity.com/sharedfiles/filedetails/?id=2028381079]
Vanilla Furniture Expanded - Props and Decor [https://steamcommunity.com/sharedfiles/filedetails/?id=2102143149]
Vanilla Furniture Expanded - Art [https://steamcommunity.com/sharedfiles/filedetails/?id=1968134023]
Vanilla Furniture Expanded - Architect [https://steamcommunity.com/sharedfiles/filedetails/?id=2608762624]
Vanilla Factions Expanded - Medieval [https://steamcommunity.com/sharedfiles/filedetails/?id=2023513450]
Vanilla Furniture Expanded - Security [https://steamcommunity.com/sharedfiles/filedetails/?id=1845154007]
Earlier Trenches (VFE - Security Patch) [https://steamcommunity.com/sharedfiles/filedetails/?id=2605662978]
[XND] Tiny Tweaks (Continued) [https://steamcommunity.com/sharedfiles/filedetails/?id=2270049772]
More Linkables [https://steamcommunity.com/sharedfiles/filedetails/?id=1103809207]
Vanilla Hair Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=1888705256]
[FSF] No Default Shelf Storage [https://steamcommunity.com/sharedfiles/filedetails/?id=945085502]
Breachable Embrasures - An AI-Behaviour Change [https://steamcommunity.com/sharedfiles/filedetails/?id=2569778304]
Vanilla Animals Expanded — Boreal Forest [https://steamcommunity.com/sharedfiles/filedetails/?id=1895364938]
Better Infestations 1.3 [https://steamcommunity.com/sharedfiles/filedetails/?id=1319614331]
Better Vanilla Masking [https://steamcommunity.com/sharedfiles/filedetails/?id=1736114368]
[SYR] Terrain [https://steamcommunity.com/sharedfiles/filedetails/?id=1544439671]
Children, school and learning [https://steamcommunity.com/sharedfiles/filedetails/?id=1541438230]
Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2016436324]
Bradson's Main Button Icons for Vanilla Textures Expanded [https://steamcommunity.com/sharedfiles/filedetails/?id=2361775777]
Quality Of Building [https://steamcommunity.com/sharedfiles/filedetails/?id=2101676323]
OgreStack [https://steamcommunity.com/sharedfiles/filedetails/?id=1447140290]
What's That Mod [https://steamcommunity.com/sharedfiles/filedetails/?id=2258431182]
RIMMSqol [https://steamcommunity.com/sharedfiles/filedetails/?id=1084452457]
Dubs Performance Analyzer [https://steamcommunity.com/sharedfiles/filedetails/?id=2038874626]
RimThreaded [https://steamcommunity.com/sharedfiles/filedetails/?id=2222907981]
| non_usab | immortal pawn s hediff errors pawnwounddrawer important please first search existing bugs to ensure you are not creating a duplicate bug report make sure you have the latest version of rimworld describe the bug i noticed that one of the enemies was supposed to be dead but was not possibly related to steps to reproduce the behavior very important use modlist have a battle stuff breaks immortal pawns errors error logs exception ticking olly at system nullreferenceexception object reference not set to an instance of an object at rimworld pawnwounddrawer returndrawcalllist system collections generic list lst in at rimworld pawnwounddrawer clearcache in at wrapper dynamic method verse hediffset verse hediffset dirtycache verse hediffset at verse pawn healthtracker notify hediffchanged verse hediff hediff in at verse hediffcomp getspermanent setpaincategory verse paincategory category in at verse hediffcomp getspermanent set ispermanent system boolean value in at verse hediffcomp getspermanent prefinalizeinjury in at verse damageworker addinjury finalizeandaddinjury verse pawn pawn verse hediff injury injury verse damageinfo dinfo verse damageworker damageresult result in at verse damageworker addinjury finalizeandaddinjury verse pawn pawn system single totaldamage verse damageinfo dinfo verse damageworker damageresult result in at verse damageworker cut applyspecialeffectstopart verse pawn pawn system single totaldamage verse damageinfo dinfo verse damageworker damageresult result in at wrapper dynamic method verse damageworker addinjury verse damageworker addinjury applydamagetopart verse damageworker addinjury verse damageinfo verse pawn verse damageworker damageresult at verse damageworker addinjury applytopawn verse damageinfo dinfo verse pawn pawn in at verse damageworker addinjury apply verse damageinfo dinfo verse thing thing in at wrapper dynamic method verse thing verse thing takedamage verse thing verse damageinfo at rimworld verb meleeattackdamage applymeleedamagetotarget verse localtargetinfo target in at wrapper dynamic method rimworld verb meleeattack rimworld verb meleeattack trycastshot rimworld verb meleeattack at wrapper dynamic method verse verb verse verb trycastnextburstshot verse verb at verse verb verbtick in at verse verbtracker verbstick in at verse pawn equipmenttracker equipmenttrackertick in at wrapper dynamic method verse pawn verse pawn tick verse pawn at rimthreaded ticklist patch normalthingtick in unityengine stacktraceutility extractstacktrace wrapper dynamic method verse log verse log error string rimthreaded ticklist patch normalthingtick rimthreaded rimthreaded executeticks rimthreaded rimthreaded processticks rimthreaded rimthreaded threadinfo rimthreaded rimthreaded initializethread object system threading threadhelper threadstart context object system threading executioncontext runinternal system threading executioncontext system threading contextcallback object bool system threading executioncontext run system threading executioncontext system threading contextcallback object bool system threading executioncontext run system threading executioncontext system threading contextcallback object system threading threadhelper threadstart object player log link to contents of player log or error log must be link hugslib log save file please add a save file where the issue occurs to speed up testing and fixing of the issue screenshots mod list preferably a rimpy compatible list harmony betterloading rimmsassemble core royalty ideology mod manager srts expanded hugslib rimsaves worldedit edb prepare carefully enable oversized weapons har fix for yayo animation humanoid alien races toolbox continued custom ritual framework vanilla expanded framework vanilla expanded royalty patches vanilla expanded ideology patches rwlayout moddiff no version warning achtung camera what the hack wth expanded core what the hack a little expansion wth retexture giddy up core giddy up battle mounts giddy up caravan giddy up ride and roll giddy up mechanoids more vanilla biomes prepare landing map reroll better map sizes rimcities real ruins consolidated traits vanilla traits expanded more trait slots backstories questionable ethics enhanced misc robots misc robots retexture android tiers android tiers tx series scar removal plus death rattle continued life support continued medical supplements continued a dog said animal prosthetics medical system expansion locks prison labor dubs bad hygiene simple sidearms suppression continued brrr and phew continued avoid friendly fire replace stuff smarter construction common sense ugh you got me no lazy doctors stabilize build from inventory injured carry meals on wheels use bedrolls dubs break mod snap out share the load sf grim reality use minified buildings runandgun search and destroy path avoid guards for me bad can be good raiders never die continued hunt for me ignite everything where s my bed defensive positions dress patients more filters for animals pen auto cut blight more precepts diversity and discrimination save storage outfit crafting drug operation settings smarter deconstruction and mining just ignore me passing prisoners dont have keys blueprint totals tooltip selectable sculpture graphic qualitybuilder this is mine continued best mix continued conduit deconstruct mehni s misc modifications ed enhancedoptions music on the rim p music ruined by temperature filter what s missing raids for me don t stop the music reverse commands safely hidden away prepare for combat ignorance is bliss adjustable trade ships a petition for provisions continued area inclusion exclusion show hair with hats or hide all hats vanilla events expanded dynamic diplomacy nurse job td enhancement pack researchpal forked animal tab work tab grouped pawns lists more graphs more planning drug response continued blueprints allow tool architect icons optional icons for architect icons pharmacist power indicators snowy trees bionic icons more sculpture world map beautification project world map beautification project for more vanilla biomes world map enhanced perspective trees better roads scattered stones high quality textures arsenal of ideology no debris recipe icons interaction bubbles renamecolony heat map quality overlay wealthhere caravancolonistinfo cm color coded mood bar fluffy breakdowns update pawn badge fan fork pawn badge niilo s addon job in bar pawn badge misc job icons wearing armor info compact hediffs range finder better message placement continued power alerts fixable mood debuffs alert food alert continued level up auto links de generalize work prisoners should fear turrets undraft after tucking drug policy fix continued immunities reset continued grazing lands yayo s animation yayo s caravan fill backstories proxyheat ding on game loaded more random seeds reworked temperature extreme events tech advancing namesgalore skilled stonecutting no job authors less arbitrary surgery continued thick armor minifyeverything etrt room size tweaks mortar accuracy configurable deconstruct percentage exotic s better crashed ship parts filth vanishes with rain and time better jump pack continued prosthetic no missing body parts perishable loading in progress partially passable wind turbines save our ship communicable diseases dub s paint shop architect expanded fences continued seamless embrasures door curtains roads of the rim continued auto seller colony manager dubs rimatomics rimefeller rimheli project rimfactory revived omni core drill continued quarry reclaim reuse recycle continued commercial server rimfridge lwm s deep storage pick up and haul while you re up puah stockpile limit floored yellow and striped tiles only stuffed floors tilled soil trade ships drop spot trading spot programmablevents diagonal walls rt fuse rt power switch rt solar flare shield temperature gauge continued time of day switches vanilla rt solar flare shield retexture power logic power parallel power grid parallel conduits underground power conduits signs and comments wall light gimmicks continued weapon tech fire extinguisher continued fire warden continued taming artifact expanded roofing amnabi s flags continued vanilla fishing expanded vanilla books expanded wheelchairs vanilla apparel expanded vanilla apparel expanded — accessories spots tab vanilla ideology expanded relics and artifacts vanilla ideology expanded hats and rags vanilla plants expanded vpe no tilled soil vanilla weapons expanded non lethal vanilla furniture expanded vanilla furniture expanded production vanilla furniture expanded medical module vanilla furniture expanded spacer module vanilla furniture expanded props and decor vanilla furniture expanded art vanilla furniture expanded architect vanilla factions expanded medieval vanilla furniture expanded security earlier trenches vfe security patch tiny tweaks continued more linkables vanilla hair expanded no default shelf storage breachable embrasures an ai behaviour change vanilla animals expanded — boreal forest better infestations better vanilla masking terrain children school and learning vanilla textures expanded bradson s main button icons for vanilla textures expanded quality of building ogrestack what s that mod rimmsqol dubs performance analyzer rimthreaded | 0 |
499,381 | 14,446,192,120 | IssuesEvent | 2020-12-08 00:40:09 | VilllageBookBuilders/VBBPortal | https://api.github.com/repos/VilllageBookBuilders/VBBPortal | closed | create an "unbook" API | High Priority enhancement frontend | Issue: create an "unbook" API
Id:1189752661815997
Due Date: 2020-08-25
Assignee:Shwetha Shinju
| 1.0 | create an "unbook" API - Issue: create an "unbook" API
Id:1189752661815997
Due Date: 2020-08-25
Assignee:Shwetha Shinju
| non_usab | create an unbook api issue create an unbook api id due date assignee shwetha shinju | 0 |
59,567 | 14,614,826,076 | IssuesEvent | 2020-12-22 10:30:58 | dusk-network/dusk-blockchain | https://api.github.com/repos/dusk-network/dusk-blockchain | closed | After start & stop a Dusk node, when attempting to restart, node reports (fail missing coinbase tx) | area:conf&build need:investigation type:bug | ```
{"app":"dusk","level":"panic","msg":"missing coinbase tx","prefix":"main","time":"2020-11-10T09:57:25+01:00"}
{"app":"dusk","error":"\u0026{Logger:0xc000152930 Data:map[app:dusk prefix:main] Time:2020-11-10 09:57:25.171204353 +0100 CET m=+0.019848977 Level:panic Caller:\u003cnil\u003e Message:missing coinbase tx Buffer:\u003cnil\u003e Context:\u003cnil\u003e err:}","level":"error","msg":"Application panic","prefix":"main","time":"2020-11-10T09:57:25+01:00"}
```
The issue is mitigated by forcing a cleanup of the chain data:
`rm -rf /opt/dusk/dusk_data/chain/*` | 1.0 | After start & stop a Dusk node, when attempting to restart, node reports (fail missing coinbase tx) - ```
{"app":"dusk","level":"panic","msg":"missing coinbase tx","prefix":"main","time":"2020-11-10T09:57:25+01:00"}
{"app":"dusk","error":"\u0026{Logger:0xc000152930 Data:map[app:dusk prefix:main] Time:2020-11-10 09:57:25.171204353 +0100 CET m=+0.019848977 Level:panic Caller:\u003cnil\u003e Message:missing coinbase tx Buffer:\u003cnil\u003e Context:\u003cnil\u003e err:}","level":"error","msg":"Application panic","prefix":"main","time":"2020-11-10T09:57:25+01:00"}
```
The issue is mitigated by forcing a cleanup of the chain data:
`rm -rf /opt/dusk/dusk_data/chain/*` | non_usab | after start stop a dusk node when attempting to restart node reports fail missing coinbase tx app dusk level panic msg missing coinbase tx prefix main time app dusk error logger data map time cet m level panic caller message missing coinbase tx buffer context err level error msg application panic prefix main time the issue is mitigated by forcing a cleanup of the chain data rm rf opt dusk dusk data chain | 0 |
23,516 | 22,092,417,596 | IssuesEvent | 2022-06-01 07:18:13 | opentap/opentap | https://api.github.com/repos/opentap/opentap | opened | Add elevation prompt when uninstalling system-wide packages | Usability | In 9.17 we added an elevation prompt when installing system-wide packages, but we didn't add one when uninstalling them again. This means that a user must now manually elevate a shell or package manager before uninstalling system-wide packages. This shouldn't be that complicated to implement. | True | Add elevation prompt when uninstalling system-wide packages - In 9.17 we added an elevation prompt when installing system-wide packages, but we didn't add one when uninstalling them again. This means that a user must now manually elevate a shell or package manager before uninstalling system-wide packages. This shouldn't be that complicated to implement. | usab | add elevation prompt when uninstalling system wide packages in we added an elevation prompt when installing system wide packages but we didn t add one when uninstalling them again this means that a user must now manually elevate a shell or package manager before uninstalling system wide packages this shouldn t be that complicated to implement | 1 |
12,852 | 8,137,189,452 | IssuesEvent | 2018-08-20 10:53:10 | elastic/rally | https://api.github.com/repos/elastic/rally | opened | Improve error message when track repository is not present on remote machine | :Track Management :Usability enhancement | Source: https://discuss.elastic.co/t/must-be-a-git-repository/143773
When `--load-driver-hosts` is used, the track repository must be checked out on every host. If this is not possible (no remote configured), Rally raises the error `/path/to/repo must be a git repository` but provides no further guidance to the user. It would be good if we could detect this specific situation and provide a more helpful error message. | True | Improve error message when track repository is not present on remote machine - Source: https://discuss.elastic.co/t/must-be-a-git-repository/143773
When `--load-driver-hosts` is used, the track repository must be checked out on every host. If this is not possible (no remote configured), Rally raises the error `/path/to/repo must be a git repository` but provides no further guidance to the user. It would be good if we could detect this specific situation and provide a more helpful error message. | usab | improve error message when track repository is not present on remote machine source when load driver hosts is used the track repository must be checked out on every host if this is not possible no remote configured rally raises the error path to repo must be a git repository but provides no further guidance to the user it would be good if we could detect this specific situation and provide a more helpful error message | 1 |
35,016 | 9,530,704,770 | IssuesEvent | 2019-04-29 14:27:00 | Guestlogix/traveler-ios | https://api.github.com/repos/Guestlogix/traveler-ios | closed | Entire "Flight Number" row should be selectable | Future Build enhancement iOS | **Description**
Currently, the text field only gets selected if you click the right side of the row, but the entire row should be clickable as per @Do-Jones
**Acceptance Criteria**
Textfield is selectable no matter where on the row you click
**Error Messages**
Any error messages that should be expected for invalid usage.
**UX Requirements**
Mockups, wireframes or any notes pertaining to the UX.
**Tech Requirements**
Design patterns, naming conventions, or any other considerations for the developer.
**QA Requirements**
What the QA should be testing for when evaluating this feature.
| 1.0 | Entire "Flight Number" row should be selectable - **Description**
Currently, the text field only gets selected if you click the right side of the row, but the entire row should be clickable as per @Do-Jones
**Acceptance Criteria**
Textfield is selectable no matter where on the row you click
**Error Messages**
Any error messages that should be expected for invalid usage.
**UX Requirements**
Mockups, wireframes or any notes pertaining to the UX.
**Tech Requirements**
Design patterns, naming conventions, or any other considerations for the developer.
**QA Requirements**
What the QA should be testing for when evaluating this feature.
| non_usab | entire flight number row should be selectable description currently the text field only gets selected if you click the right side of the row but the entire row should be clickable as per do jones acceptance criteria textfield is selectable no matter where on the row you click error messages any error messages that should be expected for invalid usage ux requirements mockups wireframes or any notes pertaining to the ux tech requirements design patterns naming conventions or any other considerations for the developer qa requirements what the qa should be testing for when evaluating this feature | 0 |
349,076 | 31,772,655,135 | IssuesEvent | 2023-09-12 12:45:19 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) | triaged module: flaky-tests skipped module: ProxyTensor | Platforms: asan, linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_make_fx_symbolic_exhaustive_special_entr_cpu_float32&suite=TestProxyTensorOpInfoCPU) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/15889444552).
Over the past 3 hours, it has been determined flaky in 2 workflow(s) with 2 failures and 2 successes.
**Debugging instructions (after clicking on the recent samples link):**
DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs.
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work.
3. Grep for `test_make_fx_symbolic_exhaustive_special_entr_cpu_float32`
4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs.
Test file path: `test_proxy_tensor.py` | 1.0 | DISABLED test_make_fx_symbolic_exhaustive_special_entr_cpu_float32 (__main__.TestProxyTensorOpInfoCPU) - Platforms: asan, linux
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/flakytest?name=test_make_fx_symbolic_exhaustive_special_entr_cpu_float32&suite=TestProxyTensorOpInfoCPU) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/15889444552).
Over the past 3 hours, it has been determined flaky in 2 workflow(s) with 2 failures and 2 successes.
**Debugging instructions (after clicking on the recent samples link):**
DO NOT ASSUME THINGS ARE OKAY IF THE CI IS GREEN. We now shield flaky tests from developers so CI will thus be green but it will be harder to parse the logs.
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Click on the Test step of the job so that it is expanded. Otherwise, the grepping will not work.
3. Grep for `test_make_fx_symbolic_exhaustive_special_entr_cpu_float32`
4. There should be several instances run (as flaky tests are rerun in CI) from which you can study the logs.
Test file path: `test_proxy_tensor.py` | non_usab | disabled test make fx symbolic exhaustive special entr cpu main testproxytensoropinfocpu platforms asan linux this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has been determined flaky in workflow s with failures and successes debugging instructions after clicking on the recent samples link do not assume things are okay if the ci is green we now shield flaky tests from developers so ci will thus be green but it will be harder to parse the logs to find relevant log snippets click on the workflow logs linked above click on the test step of the job so that it is expanded otherwise the grepping will not work grep for test make fx symbolic exhaustive special entr cpu there should be several instances run as flaky tests are rerun in ci from which you can study the logs test file path test proxy tensor py | 0 |
21,687 | 17,483,164,898 | IssuesEvent | 2021-08-09 07:21:45 | agda/agda | https://api.github.com/repos/agda/agda | closed | C-c C-x C-a (abort) does not communicate well | emacs interaction usability | After `C-c C-x C-a`, the `*Agda information*` buffer still says `Checking Foo`, rather than telling me that checking has been aborted. | True | C-c C-x C-a (abort) does not communicate well - After `C-c C-x C-a`, the `*Agda information*` buffer still says `Checking Foo`, rather than telling me that checking has been aborted. | usab | c c c x c a abort does not communicate well after c c c x c a the agda information buffer still says checking foo rather than telling me that checking has been aborted | 1 |
358,573 | 25,196,547,542 | IssuesEvent | 2022-11-12 15:42:11 | lfx1001/avrela | https://api.github.com/repos/lfx1001/avrela | closed | Tools & techniques - Unit testing, integration testing | documentation | Related to #49 .
- [ ] Show differences before and after following BDD approach | 1.0 | Tools & techniques - Unit testing, integration testing - Related to #49 .
- [ ] Show differences before and after following BDD approach | non_usab | tools techniques unit testing integration testing related to show differences before and after following bdd approach | 0 |
23,640 | 22,394,032,780 | IssuesEvent | 2022-06-17 10:33:40 | the-tale/the-tale | https://api.github.com/repos/the-tale/the-tale | opened | Личные сообщения: кнопка "отправить сообщение" | comp_general type_improvement cont_usability est_simple good first issue | ```
Кстати, я заметил, что когда входишь в "Сообщения", невозможно написать отсюда письмо, надо выходить на аккаунт, кому хочешь написать и нажимать "личное сообщение"... Возможно внести кнопочку "написать" и сюда?
```
| True | Личные сообщения: кнопка "отправить сообщение" - ```
Кстати, я заметил, что когда входишь в "Сообщения", невозможно написать отсюда письмо, надо выходить на аккаунт, кому хочешь написать и нажимать "личное сообщение"... Возможно внести кнопочку "написать" и сюда?
```
| usab | личные сообщения кнопка отправить сообщение кстати я заметил что когда входишь в сообщения невозможно написать отсюда письмо надо выходить на аккаунт кому хочешь написать и нажимать личное сообщение возможно внести кнопочку написать и сюда | 1 |
746,979 | 26,052,370,288 | IssuesEvent | 2022-12-22 20:10:51 | BIDMCDigitalPsychiatry/LAMP-platform | https://api.github.com/repos/BIDMCDigitalPsychiatry/LAMP-platform | closed | Moderate slowdown issues when editing or completing activities | bug 4day frontend priority HIGH | We're noticing increased loading spinners in areas of the app where surveys or tips are being edited by a clinician or submitted by a patient.
> @tlakhtak: When finishing a survey and heading back to the assess page, the spinning wheel lingers just a second or so too long. This might weaken UI experience.
I'm parking this issue to collect screen recording evidence and network logs to determine potential causes, but @sarithapillai8 do you have any initial insight on why some folks are experiencing dashboard slowness? | 1.0 | Moderate slowdown issues when editing or completing activities - We're noticing increased loading spinners in areas of the app where surveys or tips are being edited by a clinician or submitted by a patient.
> @tlakhtak: When finishing a survey and heading back to the assess page, the spinning wheel lingers just a second or so too long. This might weaken UI experience.
I'm parking this issue to collect screen recording evidence and network logs to determine potential causes, but @sarithapillai8 do you have any initial insight on why some folks are experiencing dashboard slowness? | non_usab | moderate slowdown issues when editing or completing activities we re noticing increased loading spinners in areas of the app where surveys or tips are being edited by a clinician or submitted by a patient tlakhtak when finishing a survey and heading back to the assess page the spinning wheel lingers just a second or so too long this might weaken ui experience i m parking this issue to collect screen recording evidence and network logs to determine potential causes but do you have any initial insight on why some folks are experiencing dashboard slowness | 0 |
198,162 | 15,702,169,393 | IssuesEvent | 2021-03-26 12:15:15 | typeorm/typeorm | https://api.github.com/repos/typeorm/typeorm | opened | Change `@Entity({name: ''})` to lowercase/uppercase based on db type | documentation requires triage | ## Documentation Issue
### What was unclear or otherwise insufficient?
Change `@Entity({name: ''})` property to lowercase/uppercase based on db type
### Recommended Fix
### Additional Context
**TL;DR:** I need to use an uppercase entity name on `@Entity({name: ''})` when my default database connection type is Oracle and lowercase when it's Postgres.
Hi there! I'm using TypeORM with NestJS and I have a doubt about the `@Entity` decorator. I adopted the asynchronous way to configure TypeORM (`TypeORMModule.forRootAsync()`) to fetch the database configs from another service. These configurations lead to an Oracle database connection or a Postgres database connection. When using Oracle, I need the `@Entity({name: ''})` to be uppercase and when using Postgres, it should be lowercase. Is there a way to do it? Thank you!
### Relevant Database Driver(s)
- [ ] `aurora-data-api`
- [ ] `aurora-data-api-pg`
- [ ] `better-sqlite3`
- [ ] `cockroachdb`
- [ ] `cordova`
- [ ] `expo`
- [ ] `mongodb`
- [ ] `mysql`
- [ ] `nativescript`
- [x] `oracle`
- [x] `postgres`
- [ ] `react-native`
- [ ] `sap`
- [ ] `sqlite`
- [ ] `sqlite-abstract`
- [ ] `sqljs`
- [ ] `sqlserver`
### Are you willing to resolve this issue by submitting a Pull Request?
- [ ] Yes, I have the time, and I know how to start.
- [ ] Yes, I have the time, but I don't know how to start. I would need guidance.
- [ ] No, I don't have the time, although I believe I could do it if I had the time...
- [x] No, I don't have the time and I wouldn't even know how to start. | 1.0 | Change `@Entity({name: ''})` to lowercase/uppercase based on db type - ## Documentation Issue
### What was unclear or otherwise insufficient?
Change `@Entity({name: ''})` property to lowercase/uppercase based on db type
### Recommended Fix
### Additional Context
**TL;DR:** I need to use an uppercase entity name on `@Entity({name: ''})` when my default database connection type is Oracle and lowercase when it's Postgres.
Hi there! I'm using TypeORM with NestJS and I have a doubt about the `@Entity` decorator. I adopted the asynchronous way to configure TypeORM (`TypeORMModule.forRootAsync()`) to fetch the database configs from another service. These configurations lead to an Oracle database connection or a Postgres database connection. When using Oracle, I need the `@Entity({name: ''})` to be uppercase and when using Postgres, it should be lowercase. Is there a way to do it? Thank you!
### Relevant Database Driver(s)
- [ ] `aurora-data-api`
- [ ] `aurora-data-api-pg`
- [ ] `better-sqlite3`
- [ ] `cockroachdb`
- [ ] `cordova`
- [ ] `expo`
- [ ] `mongodb`
- [ ] `mysql`
- [ ] `nativescript`
- [x] `oracle`
- [x] `postgres`
- [ ] `react-native`
- [ ] `sap`
- [ ] `sqlite`
- [ ] `sqlite-abstract`
- [ ] `sqljs`
- [ ] `sqlserver`
### Are you willing to resolve this issue by submitting a Pull Request?
- [ ] Yes, I have the time, and I know how to start.
- [ ] Yes, I have the time, but I don't know how to start. I would need guidance.
- [ ] No, I don't have the time, although I believe I could do it if I had the time...
- [x] No, I don't have the time and I wouldn't even know how to start. | non_usab | change entity name to lowercase uppercase based on db type documentation issue what was unclear or otherwise insufficient change entity name property to lowercase uppercase based on db type recommended fix additional context tl dr i need to use an uppercase entity name on entity name when my default database connection type is oracle and lowercase when it s postgres hi there i m using typeorm with nestjs and i have a doubt about the entity decorator i adopted the asynchronous way to configure typeorm typeormmodule forrootasync to fetch the database configs from another service these configurations lead to an oracle database connection or a postgres database connection when using oracle i need the entity name to be uppercase and when using postgres it should be lowercase is there a way to do it thank you relevant database driver s aurora data api aurora data api pg better cockroachdb cordova expo mongodb mysql nativescript oracle postgres react native sap sqlite sqlite abstract sqljs sqlserver are you willing to resolve this issue by submitting a pull request yes i have the time and i know how to start yes i have the time but i don t know how to start i would need guidance no i don t have the time although i believe i could do it if i had the time no i don t have the time and i wouldn t even know how to start | 0 |
267,251 | 8,380,897,206 | IssuesEvent | 2018-10-07 19:16:46 | strapi/strapi | https://api.github.com/repos/strapi/strapi | closed | Fail to update admin path | priority: medium status: need informations type: bug 🐛 | <!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Before writing your issue make sure you are using:-->
<!-- Node 9.x.x -->
<!-- npm 5.x.x -->
<!-- The latest version of Strapi. -->
**Informations**
- **Node.js version**: v9.11.1
- **npm version**: 6.0.0
- **Strapi version**: 3.0.0-alpha.12.5
- **Database**: Mongo (hosted on Mlab)
- **Operating system**: macOS 10.13.5
**What is the current behavior?**
In the server config for each environment (i.e. config/environments/**/server.json) there is an option to set the default path for the admin page (by changing the admin.path variable). It is suggested in the [deployment documentation](https://strapi.io/documentation/guides/deployment.html) to change the variable to /dashboard for security reasons. However when doing so, plugins are not loaded. I believe this is due to some kind of routing issue. After setting the admin.path to '/dashboard' trying to navigate to /dashboard/plugins returns a 404 error. Trying to navigate to /admin/plugins (after the admin.path variable has been set to '/dashboard') works just fine.
**Steps to reproduce the problem**
For whatever environment you are working in, change the admin.path variable to anything but "admin" in config/environments/<your_environment>/server.json.
**What is the expected behavior?**
When the Strapi Admin page loads, for whatever value is set in admin.path, the plugins should load.
**Suggested solutions**
This is probably an issue in the main strapi router (not in the react router). I'm not familiar enough with it to give any suggestions off the top of my head.
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
| 1.0 | Fail to update admin path - <!-- ⚠️ If you do not respect this template your issue will be closed. -->
<!-- ⚠️ Before writing your issue make sure you are using:-->
<!-- Node 9.x.x -->
<!-- npm 5.x.x -->
<!-- The latest version of Strapi. -->
**Informations**
- **Node.js version**: v9.11.1
- **npm version**: 6.0.0
- **Strapi version**: 3.0.0-alpha.12.5
- **Database**: Mongo (hosted on Mlab)
- **Operating system**: macOS 10.13.5
**What is the current behavior?**
In the server config for each environment (i.e. config/environments/**/server.json) there is an option to set the default path for the admin page (by changing the admin.path variable). It is suggested in the [deployment documentation](https://strapi.io/documentation/guides/deployment.html) to change the variable to /dashboard for security reasons. However when doing so, plugins are not loaded. I believe this is due to some kind of routing issue. After setting the admin.path to '/dashboard' trying to navigate to /dashboard/plugins returns a 404 error. Trying to navigate to /admin/plugins (after the admin.path variable has been set to '/dashboard') works just fine.
**Steps to reproduce the problem**
For whatever environment you are working in, change the admin.path variable to anything but "admin" in config/environments/<your_environment>/server.json.
**What is the expected behavior?**
When the Strapi Admin page loads, for whatever value is set in admin.path, the plugins should load.
**Suggested solutions**
This is probably an issue in the main strapi router (not in the react router). I'm not familiar enough with it to give any suggestions off the top of my head.
<!-- ⚠️ Make sure to browse the opened and closed issues before submitting your issue. -->
| non_usab | fail to update admin path informations node js version npm version strapi version alpha database mongo hosted on mlab operating system macos what is the current behavior in the server config for each environment i e config environments server json there is an option to set the default path for the admin page by changing the admin path variable it is suggested in the to change the variable to dashboard for security reasons however when doing so plugins are not loaded i believe this is due to some kind of routing issue after setting the admin path to dashboard trying to navigate to dashboard plugins returns a error trying to navigate to admin plugins after the admin path variable has been set to dashboard works just fine steps to reproduce the problem for whatever environment you are working in change the admin path variable to anything but admin in config environments server json what is the expected behavior when the strapi admin page loads for whatever value is set in admin path the plugins should load suggested solutions this is probably an issue in the main strapi router not in the react router i m not familiar enough with it to give any suggestions off the top of my head | 0 |
23,088 | 15,817,507,460 | IssuesEvent | 2021-04-05 14:42:19 | happy-travel/agent-app-project | https://api.github.com/repos/happy-travel/agent-app-project | opened | Create a service to collect and show all services EventIds in one place | backend infrastructure logging | All our services have there own log event id ranges, typically all of them are listed in LogEvents.json file in solution.
Need to develop a service (or a script) to automatically collect event ids from all the services and show in a one place to make log searches simple.
The implementation details are not defined so there may be different approaches.
Please organize a discussion with a team if needed | 1.0 | Create a service to collect and show all services EventIds in one place - All our services have there own log event id ranges, typically all of them are listed in LogEvents.json file in solution.
Need to develop a service (or a script) to automatically collect event ids from all the services and show in a one place to make log searches simple.
The implementation details are not defined so there may be different approaches.
Please organize a discussion with a team if needed | non_usab | create a service to collect and show all services eventids in one place all our services have there own log event id ranges typically all of them are listed in logevents json file in solution need to develop a service or a script to automatically collect event ids from all the services and show in a one place to make log searches simple the implementation details are not defined so there may be different approaches please organize a discussion with a team if needed | 0 |
3,018 | 3,289,033,780 | IssuesEvent | 2015-10-29 17:19:34 | zaproxy/zaproxy | https://api.github.com/repos/zaproxy/zaproxy | closed | Scripts - Save Button Enablement Issue | bug Component-Scripts Component-UI Usability | Noticed this morning that when I changed a script, and tried to exit ZAP. ZAP complained that the script wasn't saved (cool) but that the save button for the script was disabled.
Screenshot attached (see red boxes)

.
Selecting another item in the script tree and then going back to the original script caused the Save button to become enabled and allowed me to save. | True | Scripts - Save Button Enablement Issue - Noticed this morning that when I changed a script, and tried to exit ZAP. ZAP complained that the script wasn't saved (cool) but that the save button for the script was disabled.
Screenshot attached (see red boxes)

.
Selecting another item in the script tree and then going back to the original script caused the Save button to become enabled and allowed me to save. | usab | scripts save button enablement issue noticed this morning that when i changed a script and tried to exit zap zap complained that the script wasn t saved cool but that the save button for the script was disabled screenshot attached see red boxes selecting another item in the script tree and then going back to the original script caused the save button to become enabled and allowed me to save | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.