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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
340 | 2,577,836,560 | IssuesEvent | 2015-02-12 19:25:45 | Elgg/Elgg | https://api.github.com/repos/Elgg/Elgg | opened | Non-private _elgg_* functions fate | cleanup dev usability easy | We have following functions not marked explicitly as private:
- `_elgg_add_metastring` - not used in the core, warning says explicitly to not use it `ou should not call this directly. Use elgg_get_metastring_id().`
- `_elgg_comments_permissions_override` - missing `@access private` tag?
- `_elgg_comments_notificatio... | True | Non-private _elgg_* functions fate - We have following functions not marked explicitly as private:
- `_elgg_add_metastring` - not used in the core, warning says explicitly to not use it `ou should not call this directly. Use elgg_get_metastring_id().`
- `_elgg_comments_permissions_override` - missing `@access private... | usab | non private elgg functions fate we have following functions not marked explicitly as private elgg add metastring not used in the core warning says explicitly to not use it ou should not call this directly use elgg get metastring id elgg comments permissions override missing access private... | 1 |
324,893 | 9,913,926,423 | IssuesEvent | 2019-06-28 13:11:45 | Sinapse-Energia/bootloader-stm32 | https://api.github.com/repos/Sinapse-Energia/bootloader-stm32 | opened | [Cortex - M3] To adapt the BL to new behaviour of HLK and take into account the retries | CortexM3 Priority: medium Size: 8 Status: new Type: enhancement | The HLK driver have been updated in the client side of the program in order to manage the configuration in a easy and sustainable way. Here the linked task: https://github.com/Sinapse-Energia/M2M-CommBoard/issues/155
It is necessary to modify the BL to work with this behaviour in a secure way, allowing the reset if ... | 1.0 | [Cortex - M3] To adapt the BL to new behaviour of HLK and take into account the retries - The HLK driver have been updated in the client side of the program in order to manage the configuration in a easy and sustainable way. Here the linked task: https://github.com/Sinapse-Energia/M2M-CommBoard/issues/155
It is nece... | non_usab | to adapt the bl to new behaviour of hlk and take into account the retries the hlk driver have been updated in the client side of the program in order to manage the configuration in a easy and sustainable way here the linked task it is necessary to modify the bl to work with this behaviour in a secure way al... | 0 |
26,265 | 5,240,988,069 | IssuesEvent | 2017-01-31 14:39:34 | saltstack/salt | https://api.github.com/repos/saltstack/salt | opened | Missing/obsolete splay module (module executors) documentation. | Documentation | ### Description of Issue/Question
Splay execution module became a part of the module executors subsystem but it's documentation is obsolete and the module executors subsystem isn't documented well at all.
### Setup
N/A
### Steps to Reproduce Issue
N/A
### Versions Report
2016.* | 1.0 | Missing/obsolete splay module (module executors) documentation. - ### Description of Issue/Question
Splay execution module became a part of the module executors subsystem but it's documentation is obsolete and the module executors subsystem isn't documented well at all.
### Setup
N/A
### Steps to Reproduce Issu... | non_usab | missing obsolete splay module module executors documentation description of issue question splay execution module became a part of the module executors subsystem but it s documentation is obsolete and the module executors subsystem isn t documented well at all setup n a steps to reproduce issu... | 0 |
27,177 | 27,786,639,565 | IssuesEvent | 2023-03-17 04:14:52 | microsoft/win32metadata | https://api.github.com/repos/microsoft/win32metadata | closed | Avoiding duplicate type names | usability | Duplicate type names are used today to let the same struct or function have distinct per-architecture definitions. The canonical example is the `CONTEXT` struct. One of the reasons that it is so hard to fix "the CONTEXT problem" (#1044) is that it is very difficult to manipulate the individual per-architecture definiti... | True | Avoiding duplicate type names - Duplicate type names are used today to let the same struct or function have distinct per-architecture definitions. The canonical example is the `CONTEXT` struct. One of the reasons that it is so hard to fix "the CONTEXT problem" (#1044) is that it is very difficult to manipulate the indi... | usab | avoiding duplicate type names duplicate type names are used today to let the same struct or function have distinct per architecture definitions the canonical example is the context struct one of the reasons that it is so hard to fix the context problem is that it is very difficult to manipulate the individ... | 1 |
294,666 | 22,159,814,219 | IssuesEvent | 2022-06-04 10:26:52 | EddieHubCommunity/.github | https://api.github.com/repos/EddieHubCommunity/.github | closed | [DOCS] The .github-private README is being displayed, not this repo profile readme. | documentation | ### Description
I am not sure if it was intended, but the EddieHub profile README is looking like this:

This has come from this repo [https://github.com/EddieHubCommunity/.github-private/blob/main/profi... | 1.0 | [DOCS] The .github-private README is being displayed, not this repo profile readme. - ### Description
I am not sure if it was intended, but the EddieHub profile README is looking like this:

This has com... | non_usab | the github private readme is being displayed not this repo profile readme description i am not sure if it was intended but the eddiehub profile readme is looking like this this has come from this repo however here on this repo it is looking like this how it used to is this th... | 0 |
22,242 | 18,871,606,191 | IssuesEvent | 2021-11-13 09:16:06 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | IDiskRemote should use DiskPtr to handle the file system operations | usability | In class IDiskRemote, all metadata file system operations use os file system api directly.
There is little extendiability if we want store the metadata of HDFS or S3 into distributed file system.
So I suggest change this way by using DiskPtr and will propose a pull request.
In addition, metadata of HDFS or S3 only... | True | IDiskRemote should use DiskPtr to handle the file system operations - In class IDiskRemote, all metadata file system operations use os file system api directly.
There is little extendiability if we want store the metadata of HDFS or S3 into distributed file system.
So I suggest change this way by using DiskPtr and wi... | usab | idiskremote should use diskptr to handle the file system operations in class idiskremote all metadata file system operations use os file system api directly there is little extendiability if we want store the metadata of hdfs or into distributed file system so i suggest change this way by using diskptr and wil... | 1 |
20,360 | 15,342,043,015 | IssuesEvent | 2021-02-27 14:39:05 | aroberge/friendly-traceback | https://api.github.com/repos/aroberge/friendly-traceback | opened | Implement undo | enhancement usability | If a mistake is done when typing a friendly command (such as `whi()` instead of `why()`), this triggers a new exception, losing all the information about the original exception. It might be useful to implement an `undo()` command to go back in history. | True | Implement undo - If a mistake is done when typing a friendly command (such as `whi()` instead of `why()`), this triggers a new exception, losing all the information about the original exception. It might be useful to implement an `undo()` command to go back in history. | usab | implement undo if a mistake is done when typing a friendly command such as whi instead of why this triggers a new exception losing all the information about the original exception it might be useful to implement an undo command to go back in history | 1 |
30,752 | 8,584,913,570 | IssuesEvent | 2018-11-14 00:48:45 | DynamoRIO/drmemory | https://api.github.com/repos/DynamoRIO/drmemory | closed | cmake 2.8.12 policy CMP0022 warns about INTERFACE_LINK_LIBRARIES | Component-Build Migrated Priority-Medium | _From [priyankb...@gmail.com](https://code.google.com/u/113079830533410703845/) on March 21, 2014 18:35:33_
What steps will reproduce the problem? 1.cmake-gui .. on command line
2.configure
3.Visual Studio 10
4.Use Default Native Compiler
5.Finish What is the expected output? What do you see instead? Expected Output: ... | 1.0 | cmake 2.8.12 policy CMP0022 warns about INTERFACE_LINK_LIBRARIES - _From [priyankb...@gmail.com](https://code.google.com/u/113079830533410703845/) on March 21, 2014 18:35:33_
What steps will reproduce the problem? 1.cmake-gui .. on command line
2.configure
3.Visual Studio 10
4.Use Default Native Compiler
5.Finish What... | non_usab | cmake policy warns about interface link libraries from on march what steps will reproduce the problem cmake gui on command line configure visual studio use default native compiler finish what is the expected output what do you see instead expected output configuring done w... | 0 |
16,481 | 10,963,237,556 | IssuesEvent | 2019-11-27 19:10:54 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | Creation of Districts and Demographics not possible in the law they are meant to be used in | Feature Laws Usability | Copied from here: https://github.com/StrangeLoopGames/EcoIssues/issues/10112 | True | Creation of Districts and Demographics not possible in the law they are meant to be used in - Copied from here: https://github.com/StrangeLoopGames/EcoIssues/issues/10112 | usab | creation of districts and demographics not possible in the law they are meant to be used in copied from here | 1 |
21,343 | 16,851,359,660 | IssuesEvent | 2021-06-20 15:22:54 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Reusable block: Clicking name/title should bring focus to sidebar name field similar to the Navigation editor. | [Feature] Reusable Blocks [Type] Enhancement | ## What problem does this address?
Clicking the title/name opens a Transform to drop down.
https://user-images.githubusercontent.com/5323259/116752552-0841fc80-aa06-11eb-8244-76cbaf3c76e9.mp4
Other blocks one clicks the block icon to open the Transform to drop down.
https://user-images.githubusercontent.c... | True | Reusable block: Clicking name/title should bring focus to sidebar name field similar to the Navigation editor. - ## What problem does this address?
Clicking the title/name opens a Transform to drop down.
https://user-images.githubusercontent.com/5323259/116752552-0841fc80-aa06-11eb-8244-76cbaf3c76e9.mp4
Othe... | usab | reusable block clicking name title should bring focus to sidebar name field similar to the navigation editor what problem does this address clicking the title name opens a transform to drop down other blocks one clicks the block icon to open the transform to drop down what is you... | 1 |
285,534 | 8,766,239,283 | IssuesEvent | 2018-12-17 16:20:19 | CosmiQ/cw-eval | https://api.github.com/repos/CosmiQ/cw-eval | closed | Enable read-in of CSV-formatted ground truth for EvalBase init | Difficulty: Easy Priority: High Status: In Progress Type: Enhancement Type: Maintenance | Though `cw_eval.baseeval.EvalBase.load_truth()` can accept CSV-formatted ground truth files, `__init__` cannot. This could be annoying if someone only has CSV-formatted ground truth. `__init__` needs to be extended to accommodate CSVs without interfering with its current arguments. | 1.0 | Enable read-in of CSV-formatted ground truth for EvalBase init - Though `cw_eval.baseeval.EvalBase.load_truth()` can accept CSV-formatted ground truth files, `__init__` cannot. This could be annoying if someone only has CSV-formatted ground truth. `__init__` needs to be extended to accommodate CSVs without interfering ... | non_usab | enable read in of csv formatted ground truth for evalbase init though cw eval baseeval evalbase load truth can accept csv formatted ground truth files init cannot this could be annoying if someone only has csv formatted ground truth init needs to be extended to accommodate csvs without interfering ... | 0 |
253,492 | 21,685,606,254 | IssuesEvent | 2022-05-09 10:58:02 | pharo-project/pharo | https://api.github.com/repos/pharo-project/pharo | closed | Failing on CI (mac only): SpJobListPresenterTest>>testJobIsFinishedWhenWaitingMoreThanWorkBlockDuration | Bug Fixed upstream Fleaky-test | **Bug description**
We have SpJobListPresenterTest>>testJobIsFinishedWhenWaitingMoreThanWorkBlockDuration failing consistently, but only
on the mac.
```
Error
Got 92 instead of 100.
Stacktrace
TestFailure
Got 92 instead of 100.
SpJobListPresenterTest(TestAsserter)>>assert:description:resumable:
SpJobListPr... | 1.0 | Failing on CI (mac only): SpJobListPresenterTest>>testJobIsFinishedWhenWaitingMoreThanWorkBlockDuration - **Bug description**
We have SpJobListPresenterTest>>testJobIsFinishedWhenWaitingMoreThanWorkBlockDuration failing consistently, but only
on the mac.
```
Error
Got 92 instead of 100.
Stacktrace
TestFailure... | non_usab | failing on ci mac only spjoblistpresentertest testjobisfinishedwhenwaitingmorethanworkblockduration bug description we have spjoblistpresentertest testjobisfinishedwhenwaitingmorethanworkblockduration failing consistently but only on the mac error got instead of stacktrace testfailure g... | 0 |
148,086 | 5,658,731,927 | IssuesEvent | 2017-04-10 10:56:03 | research-resource/research_resource | https://api.github.com/repos/research-resource/research_resource | closed | Alert on consent page to confirm saliva kit has been requested | priority-2 T2h | As a user, I want to be reassured that my request for a saliva sample kit has been acknowledged and that the kit is on the way to me
What is the easiest way to do this?
Ties in with #18 - so when the user enters their address and clicks to submit the request, a message would show with 'Thank you for requesting your... | 1.0 | Alert on consent page to confirm saliva kit has been requested - As a user, I want to be reassured that my request for a saliva sample kit has been acknowledged and that the kit is on the way to me
What is the easiest way to do this?
Ties in with #18 - so when the user enters their address and clicks to submit the ... | non_usab | alert on consent page to confirm saliva kit has been requested as a user i want to be reassured that my request for a saliva sample kit has been acknowledged and that the kit is on the way to me what is the easiest way to do this ties in with so when the user enters their address and clicks to submit the r... | 0 |
49,454 | 13,453,465,124 | IssuesEvent | 2020-09-09 01:02:15 | nasifimtiazohi/openmrs-module-coreapps-1.28.0 | https://api.github.com/repos/nasifimtiazohi/openmrs-module-coreapps-1.28.0 | opened | WS-2019-0424 (Medium) detected in elliptic-6.4.1.tgz | security vulnerability | ## WS-2019-0424 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary>
<p>EC cryptography</p>
<p>Library home page: <a href="https://registry.npmjs.org/... | True | WS-2019-0424 (Medium) detected in elliptic-6.4.1.tgz - ## WS-2019-0424 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.4.1.tgz</b></p></summary>
<p>EC cryptography</p>
<p>... | non_usab | ws medium detected in elliptic tgz ws medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file tmp ws scm openmrs module coreapps package json path to vulnerable library tmp ws scm openmrs ... | 0 |
820 | 2,622,223,983 | IssuesEvent | 2015-03-04 00:39:46 | geneontology/amigo | https://api.github.com/repos/geneontology/amigo | opened | Define ontology "roots" using configuration variables of files | bug (B: affects usability) enhancement | We occasionally have a page that for some reason needs to know the roots of the view (or other graph related meta-information). For example, the ontology and drill-down browsers.
Currently, this information is somewhat hard coded into the app. This is rather silly and could easily pulled from a configuration variabl... | True | Define ontology "roots" using configuration variables of files - We occasionally have a page that for some reason needs to know the roots of the view (or other graph related meta-information). For example, the ontology and drill-down browsers.
Currently, this information is somewhat hard coded into the app. This is ... | usab | define ontology roots using configuration variables of files we occasionally have a page that for some reason needs to know the roots of the view or other graph related meta information for example the ontology and drill down browsers currently this information is somewhat hard coded into the app this is ... | 1 |
9,000 | 2,615,119,022 | IssuesEvent | 2015-03-01 05:44:51 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | closed | Mocked methods should declare thrown IOException | auto-migrated Component-Tests Milestone-Version1.3.2 Priority-Medium Type-Defect | ```
Version of google-api-java-client (e.g. 1.3.1-alpha)?
1.3.1-alpha
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)?
All
Describe the problem.
The following methods do not declare that they may throw IOException, which
means subclasses cannot throw them, which is a problem for testing:
MockHttpCo... | 1.0 | Mocked methods should declare thrown IOException - ```
Version of google-api-java-client (e.g. 1.3.1-alpha)?
1.3.1-alpha
Java environment (e.g. Java 6, Android 2.3, App Engine 1.4.2)?
All
Describe the problem.
The following methods do not declare that they may throw IOException, which
means subclasses cannot thro... | non_usab | mocked methods should declare thrown ioexception version of google api java client e g alpha alpha java environment e g java android app engine all describe the problem the following methods do not declare that they may throw ioexception which means subclasses cannot thro... | 0 |
28,207 | 32,059,796,889 | IssuesEvent | 2023-09-24 14:20:38 | argoproj/argo-cd | https://api.github.com/repos/argoproj/argo-cd | closed | Consider kpt support | type:usability component:git | kpt is a toolkit to help you manage, manipulate, customize, and apply Kubernetes Resource configuration data files.
* [github](https://github.com/GoogleContainerTools/kpt)
* [Blog](https://opensource.googleblog.com/2020/03/kpt-packaging-up-your-kubernetes.html)
* [Documentation](https://googlecontainertools.github.io... | True | Consider kpt support - kpt is a toolkit to help you manage, manipulate, customize, and apply Kubernetes Resource configuration data files.
* [github](https://github.com/GoogleContainerTools/kpt)
* [Blog](https://opensource.googleblog.com/2020/03/kpt-packaging-up-your-kubernetes.html)
* [Documentation](https://googlec... | usab | consider kpt support kpt is a toolkit to help you manage manipulate customize and apply kubernetes resource configuration data files | 1 |
21,710 | 17,570,603,563 | IssuesEvent | 2021-08-14 16:02:08 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Difficulties when translating 3D view name | bug topic:editor usability topic:3d | ### Godot version
3.3.2, 3.4.beta1, 3.x(883bb2f4f6), 4.0(5de991d57c)
### System information
macOS 11.4
### Issue description
Name is shown on the top left corner of each 3D viewport, like "Top Orthognal". But i18n and l10n are done separately on each word and then joined with a space.
This is OK in English, but... | True | Difficulties when translating 3D view name - ### Godot version
3.3.2, 3.4.beta1, 3.x(883bb2f4f6), 4.0(5de991d57c)
### System information
macOS 11.4
### Issue description
Name is shown on the top left corner of each 3D viewport, like "Top Orthognal". But i18n and l10n are done separately on each word and then joine... | usab | difficulties when translating view name godot version x system information macos issue description name is shown on the top left corner of each viewport like top orthognal but and are done separately on each word and then joined with a space this is ok i... | 1 |
99,990 | 4,075,210,637 | IssuesEvent | 2016-05-29 01:48:21 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Add ability to customize colors | accepted enhancement HelpWanted Priority-Medium UI | (Sorry if the process for remarks to the new material design is supposed to be different than using the issues.)
I have just downloaded the 2.5beta2 version to try out the night mode, something I've been longing for for a while. In general, I really, really like the new material design and especially the night mode ... | 1.0 | Add ability to customize colors - (Sorry if the process for remarks to the new material design is supposed to be different than using the issues.)
I have just downloaded the 2.5beta2 version to try out the night mode, something I've been longing for for a while. In general, I really, really like the new material des... | non_usab | add ability to customize colors sorry if the process for remarks to the new material design is supposed to be different than using the issues i have just downloaded the version to try out the night mode something i ve been longing for for a while in general i really really like the new material design a... | 0 |
9,350 | 6,256,703,972 | IssuesEvent | 2017-07-14 11:00:56 | loconomics/loconomics | https://api.github.com/repos/loconomics/loconomics | closed | Bug: S4 Some numeric input fields allow for negative values on client-side | Bug: S4 C: Usability F: General Site Good first issue | Site: live
Some input fields that take numbers (e.g., price for service, zipcode for service location) allow for the user to input negative values. These values are caught in validation, but we can set a minimum value on the input field to prevent this from happening in the first place.
(Oddly on Chrome and Fire... | True | Bug: S4 Some numeric input fields allow for negative values on client-side - Site: live
Some input fields that take numbers (e.g., price for service, zipcode for service location) allow for the user to input negative values. These values are caught in validation, but we can set a minimum value on the input field to ... | usab | bug some numeric input fields allow for negative values on client side site live some input fields that take numbers e g price for service zipcode for service location allow for the user to input negative values these values are caught in validation but we can set a minimum value on the input field to p... | 1 |
5,428 | 3,925,233,098 | IssuesEvent | 2016-04-22 18:10:18 | CellProfiler/CellProfiler | https://api.github.com/repos/CellProfiler/CellProfiler | closed | Buttons grayed out mistakenly | Bug Layout and usability Windows | Load Welcome screen Example fly pipeline.
Start Test Mode
Change the order of the modules.
The Test Mode and Analyze buttons are grayed out.
I have also seen the Test Mode buttons (e.g. Step) grayed out, but I can't reproduce.
Only seems to occur on Windows. | True | Buttons grayed out mistakenly - Load Welcome screen Example fly pipeline.
Start Test Mode
Change the order of the modules.
The Test Mode and Analyze buttons are grayed out.
I have also seen the Test Mode buttons (e.g. Step) grayed out, but I can't reproduce.
Only seems to occur on Windows. | usab | buttons grayed out mistakenly load welcome screen example fly pipeline start test mode change the order of the modules the test mode and analyze buttons are grayed out i have also seen the test mode buttons e g step grayed out but i can t reproduce only seems to occur on windows | 1 |
16,528 | 11,029,660,950 | IssuesEvent | 2019-12-06 14:20:14 | textpattern/textpattern | https://api.github.com/repos/textpattern/textpattern | closed | Minor tweak to Theme import UI | admin-side usability | Above the themes table on the Themes panel, why does the dropdown have a blank entry? Can anyone think of a reason why we can't just dive straight in to the list?
Also, is 'Upload' the right terminology? Looking around other panels we have:
* Files panel: file options such as category assignment and file chooser ... | True | Minor tweak to Theme import UI - Above the themes table on the Themes panel, why does the dropdown have a blank entry? Can anyone think of a reason why we can't just dive straight in to the list?
Also, is 'Upload' the right terminology? Looking around other panels we have:
* Files panel: file options such as cate... | usab | minor tweak to theme import ui above the themes table on the themes panel why does the dropdown have a blank entry can anyone think of a reason why we can t just dive straight in to the list also is upload the right terminology looking around other panels we have files panel file options such as cate... | 1 |
19,043 | 13,536,127,067 | IssuesEvent | 2020-09-16 08:36:08 | topcoder-platform/qa-fun | https://api.github.com/repos/topcoder-platform/qa-fun | closed | Thrive page - Unnecessary image keeps loading | UX/Usability |
Steps:-
1. Enter the URL : topcoder.com
2. Click on Explore menu > Select Thrive Sub Menu
3. View the Image keeps loading
4. Click on Show Filter
Actual Result : Unnecessary image keeps loading
Expected Result : As the Filter is populated .Loading page is not required
 w/ Product(PPO)=Petroleum(83) -> PPO field dropped | Category: Translation Priority: Medium Status: In Progress Type: Bug | **Describe the bug**
In iD (and probably JOSM as well), under the MGCP schema, if one maps an area Storage Depot (AM010) and sets the Product(PPO) to Petroleum(83), the PPO field is dropped.
| 1.0 | Storage Depot (AM010) w/ Product(PPO)=Petroleum(83) -> PPO field dropped - **Describe the bug**
In iD (and probably JOSM as well), under the MGCP schema, if one maps an area Storage Depot (AM010) and sets the Product(PPO) to Petroleum(83), the PPO field is dropped.
| non_usab | storage depot w product ppo petroleum ppo field dropped describe the bug in id and probably josm as well under the mgcp schema if one maps an area storage depot and sets the product ppo to petroleum the ppo field is dropped | 0 |
4,280 | 3,796,383,160 | IssuesEvent | 2016-03-23 00:09:10 | coreos/etcd | https://api.github.com/repos/coreos/etcd | closed | `cluster is healthy` returned by `etcdctl cluster-health` is sometimes confusing | area/usability component/etcdctl kind/question | ```
etcdctl cluster-health
member 2eacd324a7820934 is healthy: got healthy result from http://172.17.8.102:2379
failed to check the health of member 65de4ea85ff20848 on http://172.17.8.103:2379: Get http://172.17.8.103:2379/health: dial tcp 172.17.8.103:2379: i/o timeout
member 65de4ea85ff20848 is unreachable: [htt... | True | `cluster is healthy` returned by `etcdctl cluster-health` is sometimes confusing - ```
etcdctl cluster-health
member 2eacd324a7820934 is healthy: got healthy result from http://172.17.8.102:2379
failed to check the health of member 65de4ea85ff20848 on http://172.17.8.103:2379: Get http://172.17.8.103:2379/health: di... | usab | cluster is healthy returned by etcdctl cluster health is sometimes confusing etcdctl cluster health member is healthy got healthy result from failed to check the health of member on get dial tcp i o timeout member is unreachable are all unreachable member is healthy got heal... | 1 |
24,307 | 23,616,114,018 | IssuesEvent | 2022-08-24 16:00:30 | HumanRightsWatch/VHS | https://api.github.com/repos/HumanRightsWatch/VHS | closed | Ability to edit text | enhancement usability | For instance after you have added a description or a title of a video you upload or the ability to add new tags. | True | Ability to edit text - For instance after you have added a description or a title of a video you upload or the ability to add new tags. | usab | ability to edit text for instance after you have added a description or a title of a video you upload or the ability to add new tags | 1 |
170,433 | 20,870,878,320 | IssuesEvent | 2022-03-22 11:50:24 | CMSgov/cms-carts-seds | https://api.github.com/repos/CMSgov/cms-carts-seds | closed | SHF - macpro - master - HIGH - RHEL 7 : kernel (RHSA-2022:0620) | security-hub production | **************************************************************
__This issue was generated from Security Hub data and is managed through automation.__
Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/comments are welcome.
Finding Id: 730373213083/us-east-1/i-0feb83a383... | True | SHF - macpro - master - HIGH - RHEL 7 : kernel (RHSA-2022:0620) - **************************************************************
__This issue was generated from Security Hub data and is managed through automation.__
Please do not edit the title or body of this issue, or remove the security-hub tag. All other edits/com... | non_usab | shf macpro master high rhel kernel rhsa this issue was generated from security hub data and is managed through automation please do not edit the title or body of this issue or remove the security hub tag all other edits comments ... | 0 |
74,894 | 9,811,318,740 | IssuesEvent | 2019-06-12 23:13:38 | brusMX/promitor-tests | https://api.github.com/repos/brusMX/promitor-tests | opened | Follow README | documentation wip | Make sure README makes sense, documentation is on par, I can do the listed tasks | 1.0 | Follow README - Make sure README makes sense, documentation is on par, I can do the listed tasks | non_usab | follow readme make sure readme makes sense documentation is on par i can do the listed tasks | 0 |
17,316 | 11,890,737,425 | IssuesEvent | 2020-03-28 19:45:14 | giuspen/cherrytree | https://api.github.com/repos/giuspen/cherrytree | closed | Very, very, very long node creation | usability | In a file with several thousand nodes, a new one is created for a very long time (15-25 seconds or more).
For verification, a test file with a large number of empty nodes was created.
The problem is reproduced on it.
Test file name: 0_Root_50.ctb (868k size, 5555 nodes)
Shared link: https://drive.google.com/file/... | True | Very, very, very long node creation - In a file with several thousand nodes, a new one is created for a very long time (15-25 seconds or more).
For verification, a test file with a large number of empty nodes was created.
The problem is reproduced on it.
Test file name: 0_Root_50.ctb (868k size, 5555 nodes)
Share... | usab | very very very long node creation in a file with several thousand nodes a new one is created for a very long time seconds or more for verification a test file with a large number of empty nodes was created the problem is reproduced on it test file name root ctb size nodes shared link ... | 1 |
6,263 | 4,203,571,176 | IssuesEvent | 2016-06-28 06:13:59 | Virtual-Labs/structural-dynamics-iiith | https://api.github.com/repos/Virtual-Labs/structural-dynamics-iiith | closed | QA_concept of Response Spectrum_Back to experiments_smk | Category: Usability Developed by: VLEAD Release Number: Production Resolved Severity: S2 | Defect Description :
In the "concept of Response Spectrum" 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 "concept of Response Spectrum" experiment... | True | QA_concept of Response Spectrum_Back to experiments_smk - Defect Description :
In the "concept of Response Spectrum" 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 ... | usab | qa concept of response spectrum back to experiments smk defect description in the concept of response spectrum 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 ... | 1 |
8,247 | 5,535,919,558 | IssuesEvent | 2017-03-21 18:24:01 | openstreetmap/iD | https://api.github.com/repos/openstreetmap/iD | closed | Visibility of Select Halos when objects very close together | usability | The visibility of the select halos with the current breathe behavior is not always good.
Copied from #2879:
- Visibility of the halo is bad here:

https://openstreetmap.us/iD/master/#backgroun... | True | Visibility of Select Halos when objects very close together - The visibility of the select halos with the current breathe behavior is not always good.
Copied from #2879:
- Visibility of the halo is bad here:

| 1.0 | Task: Add integration tests for all creatures and spells - Helps debug every creature/spell/effect model and make sure Eevee systems work properly.
- Need to add checks for contextual stats
- Need to test status + turns passing (triggers + expiration)
| non_usab | task add integration tests for all creatures and spells helps debug every creature spell effect model and make sure eevee systems work properly need to add checks for contextual stats need to test status turns passing triggers expiration | 0 |
110,999 | 13,996,860,240 | IssuesEvent | 2020-10-28 06:50:13 | imelilabourne/Shopping-App | https://api.github.com/repos/imelilabourne/Shopping-App | closed | Shop: Item Border | Design RESOLVED enhancement | Current Design: Too much space between the image, name, and price

As much as possible, group related items together.
Suggestion:
1. Put border per product, inside the border must contain all the detai... | 1.0 | Shop: Item Border - Current Design: Too much space between the image, name, and price

As much as possible, group related items together.
Suggestion:
1. Put border per product, inside the border must c... | non_usab | shop item border current design too much space between the image name and price as much as possible group related items together suggestion put border per product inside the border must contain all the details of the product add to cart and add subtract quantity buttons must be after the... | 0 |
113,554 | 17,146,567,880 | IssuesEvent | 2021-07-13 15:10:19 | idonthaveafifaaddiction/fetch | https://api.github.com/repos/idonthaveafifaaddiction/fetch | opened | CVE-2015-8858 (High) detected in uglify-js-2.3.6.tgz | security vulnerability | ## CVE-2015-8858 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-2.3.6.tgz</b></p></summary>
<p>JavaScript parser, mangler/compressor and beautifier toolkit</p>
<p>Library ho... | True | CVE-2015-8858 (High) detected in uglify-js-2.3.6.tgz - ## CVE-2015-8858 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>uglify-js-2.3.6.tgz</b></p></summary>
<p>JavaScript parser, mang... | non_usab | cve high detected in uglify js tgz cve high severity vulnerability vulnerable library uglify js tgz javascript parser mangler compressor and beautifier toolkit library home page a href path to dependency file fetch package json path to vulnerable library fetch node ... | 0 |
86,198 | 10,477,082,825 | IssuesEvent | 2019-09-23 20:04:55 | weaveworks/ignite | https://api.github.com/repos/weaveworks/ignite | closed | Documented install breaks docker-ce .deb installations | area/runtime kind/bug kind/documentation priority/important-soon | This is because we document that users install `containerd` from the default ubuntu apt repos.
`docker-ce` uses its own version called `containerd.io`.
These packages conflict and installing one will stop the other from running which naturally kills dockerd as well.
We can prevent this by checking for `which con... | 1.0 | Documented install breaks docker-ce .deb installations - This is because we document that users install `containerd` from the default ubuntu apt repos.
`docker-ce` uses its own version called `containerd.io`.
These packages conflict and installing one will stop the other from running which naturally kills dockerd a... | non_usab | documented install breaks docker ce deb installations this is because we document that users install containerd from the default ubuntu apt repos docker ce uses its own version called containerd io these packages conflict and installing one will stop the other from running which naturally kills dockerd a... | 0 |
22,287 | 18,951,043,567 | IssuesEvent | 2021-11-18 15:12:27 | merico-dev/lake | https://api.github.com/repos/merico-dev/lake | closed | Progress Details with higher granularity | proposal iter5 usability | ## Description
Currently, our progress updates from tasks is very low resolution and doesn't provide very much information.
## Describe the solution you'd like
We should improve progress updates by giving users more specific messages about what their plugin is doing, and some numerical idea about how far along it ... | True | Progress Details with higher granularity - ## Description
Currently, our progress updates from tasks is very low resolution and doesn't provide very much information.
## Describe the solution you'd like
We should improve progress updates by giving users more specific messages about what their plugin is doing, and ... | usab | progress details with higher granularity description currently our progress updates from tasks is very low resolution and doesn t provide very much information describe the solution you d like we should improve progress updates by giving users more specific messages about what their plugin is doing and ... | 1 |
1,271 | 2,774,955,350 | IssuesEvent | 2015-05-04 13:23:37 | tgstation/-tg-station | https://api.github.com/repos/tgstation/-tg-station | closed | Air alarm window refreshes and scrolls back to the top each time a button is pressed | Not a bug Usability | Makes it a pain in the ass using this UI. | True | Air alarm window refreshes and scrolls back to the top each time a button is pressed - Makes it a pain in the ass using this UI. | usab | air alarm window refreshes and scrolls back to the top each time a button is pressed makes it a pain in the ass using this ui | 1 |
10,532 | 6,792,775,735 | IssuesEvent | 2017-11-01 02:45:49 | openstreetmap/iD | https://api.github.com/repos/openstreetmap/iD | closed | Don't disable spellchecking for Changeset Comments | usability | When entering a Changeset Comment, the user finds the browser's spellchecker has been disabled.
No matter Firefox or Chromium.
But spellchecking when filling in Profile Description on ```https://www.openstreetmap.org/user/<ME>/account``` works fine, So it must be an id problem. | True | Don't disable spellchecking for Changeset Comments - When entering a Changeset Comment, the user finds the browser's spellchecker has been disabled.
No matter Firefox or Chromium.
But spellchecking when filling in Profile Description on ```https://www.openstreetmap.org/user/<ME>/account``` works fine, So it must be... | usab | don t disable spellchecking for changeset comments when entering a changeset comment the user finds the browser s spellchecker has been disabled no matter firefox or chromium but spellchecking when filling in profile description on works fine so it must be an id problem | 1 |
216,443 | 24,281,525,638 | IssuesEvent | 2022-09-28 17:51:27 | liorzilberg/struts | https://api.github.com/repos/liorzilberg/struts | opened | CVE-2019-12086 (High) detected in jackson-databind-2.9.5.jar | security vulnerability | ## CVE-2019-12086 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.5.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2019-12086 (High) detected in jackson-databind-2.9.5.jar - ## CVE-2019-12086 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.5.jar</b></p></summary>
<p>General... | non_usab | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file apps rest showcase pom xml p... | 0 |
61,989 | 15,116,016,433 | IssuesEvent | 2021-02-09 05:52:57 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | no such package '@com_google_protobuf error while running bazel build | TF 1.15 stat:awaiting tensorflower subtype:windows type:build/install | **System information**
- OS Platform and Distribution: Windows10 x64
- TensorFlow installed from: binary
- TensorFlow version: 1.15.0
- Python version: 3.7
- Installed using: conda
- Bazel version (if compiling from source): 1.1/2.0
- CUDA/cuDNN version: 10.0
I was trying to inspect a model following the guid... | 1.0 | no such package '@com_google_protobuf error while running bazel build - **System information**
- OS Platform and Distribution: Windows10 x64
- TensorFlow installed from: binary
- TensorFlow version: 1.15.0
- Python version: 3.7
- Installed using: conda
- Bazel version (if compiling from source): 1.1/2.0
- CUDA/c... | non_usab | no such package com google protobuf error while running bazel build system information os platform and distribution tensorflow installed from binary tensorflow version python version installed using conda bazel version if compiling from source cuda cudnn versio... | 0 |
6,848 | 4,581,420,063 | IssuesEvent | 2016-09-19 05:14:55 | scantailor/scantailor | https://api.github.com/repos/scantailor/scantailor | opened | Maintain zoom level between tabs and pages | dewarp enhancement optimization usability [difficulty] medium | "The interface allows one to zoom in, but does not maintain the zoom level between pages.
It is frustrating to have to zoom every page."
_via BookBuff: https://groups.google.com/forum/#!topic/scantailor-users/1T5Dam4kVp0_
The zoom level resets even between tabs on the output page, making dewarping more of a h... | True | Maintain zoom level between tabs and pages - "The interface allows one to zoom in, but does not maintain the zoom level between pages.
It is frustrating to have to zoom every page."
_via BookBuff: https://groups.google.com/forum/#!topic/scantailor-users/1T5Dam4kVp0_
The zoom level resets even between tabs on ... | usab | maintain zoom level between tabs and pages the interface allows one to zoom in but does not maintain the zoom level between pages it is frustrating to have to zoom every page via bookbuff the zoom level resets even between tabs on the output page making dewarping more of a hassle than it needs to ... | 1 |
15,566 | 10,137,386,093 | IssuesEvent | 2019-08-02 15:09:27 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Find in Files does not search scene files | enhancement topic:core topic:editor usability | **Godot version:**
3.1
**OS/device including version:**
Windows 10
**Issue description:**
Find in files seems to only search within .gd files. If your code is in the .tscn file (i.e. a large majority of the code) then it does not find it.
**Steps to reproduce:**
1. Have some known text in a scene code ... | True | Find in Files does not search scene files - **Godot version:**
3.1
**OS/device including version:**
Windows 10
**Issue description:**
Find in files seems to only search within .gd files. If your code is in the .tscn file (i.e. a large majority of the code) then it does not find it.
**Steps to reproduce:... | usab | find in files does not search scene files godot version os device including version windows issue description find in files seems to only search within gd files if your code is in the tscn file i e a large majority of the code then it does not find it steps to reproduce ... | 1 |
19,521 | 25,832,291,397 | IssuesEvent | 2022-12-12 16:55:12 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | Cannot filter in Mongo on a nested key named just `_` (underscore) | Type:Bug Priority:P3 Database/Mongo Querying/Processor Querying/Parameters & Variables .Backend | Hi, I'm trying to filter a JSON/MongoDB. It works with some fields, but, for some arrays, I receive this error:
```
There was a problem with your question
Most of the time this is caused by an invalid selection or bad input value. Double check your inputs and retry your query.
`Show error details
Here's the fu... | 1.0 | Cannot filter in Mongo on a nested key named just `_` (underscore) - Hi, I'm trying to filter a JSON/MongoDB. It works with some fields, but, for some arrays, I receive this error:
```
There was a problem with your question
Most of the time this is caused by an invalid selection or bad input value. Double check yo... | non_usab | cannot filter in mongo on a nested key named just underscore hi i m trying to filter a json mongodb it works with some fields but for some arrays i receive this error there was a problem with your question most of the time this is caused by an invalid selection or bad input value double check yo... | 0 |
276,405 | 8,598,066,760 | IssuesEvent | 2018-11-15 20:37:18 | cBioPortal/cbioportal | https://api.github.com/repos/cBioPortal/cbioportal | opened | Reset filters UI is not showing up for the standalone mutation mapper | bug priority | Reset filter option is missing for the standalone mutation mapper.
Seems like a bug introduced with https://github.com/cBioPortal/cbioportal-frontend/pull/1700 | 1.0 | Reset filters UI is not showing up for the standalone mutation mapper - Reset filter option is missing for the standalone mutation mapper.
Seems like a bug introduced with https://github.com/cBioPortal/cbioportal-frontend/pull/1700 | non_usab | reset filters ui is not showing up for the standalone mutation mapper reset filter option is missing for the standalone mutation mapper seems like a bug introduced with | 0 |
3,697 | 3,518,075,281 | IssuesEvent | 2016-01-12 11:01:44 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 24146794: SFSafariViewController: "Open in Safari" accessibilityLabel not localized | classification:ui/usability reproducible:always status:open | #### Description
The Voice Over label for the "Open in Safari" toolbar button is not localized: "Open in Safari" in the German localization.
-
Product Version: 9.2
Created: 2016-01-12T10:37:27.554980
Originated: 2016-01-12T11:37:00
Open Radar Link: http://www.openradar.me/24146794 | True | 24146794: SFSafariViewController: "Open in Safari" accessibilityLabel not localized - #### Description
The Voice Over label for the "Open in Safari" toolbar button is not localized: "Open in Safari" in the German localization.
-
Product Version: 9.2
Created: 2016-01-12T10:37:27.554980
Originated: 2016-01-12T11:37:00
... | usab | sfsafariviewcontroller open in safari accessibilitylabel not localized description the voice over label for the open in safari toolbar button is not localized open in safari in the german localization product version created originated open radar link | 1 |
304,874 | 26,342,552,140 | IssuesEvent | 2023-01-10 18:57:11 | microsoft/playwright | https://api.github.com/repos/microsoft/playwright | closed | [Feature] Make the steps API log the steps to console. | feature-test-runner | Currently, the newly released steps API doesn't keep a log of the steps being executed in the console.
It would be helpful for tracking purposes to log the steps in console in a tree-fashion
It'll be something like this:
status testSuite
-step1
-step2
Reference: https://playwright.sl... | 1.0 | [Feature] Make the steps API log the steps to console. - Currently, the newly released steps API doesn't keep a log of the steps being executed in the console.
It would be helpful for tracking purposes to log the steps in console in a tree-fashion
It'll be something like this:
status testSuite
-step... | non_usab | make the steps api log the steps to console currently the newly released steps api doesn t keep a log of the steps being executed in the console it would be helpful for tracking purposes to log the steps in console in a tree fashion it ll be something like this status testsuite ... | 0 |
12,155 | 7,725,894,296 | IssuesEvent | 2018-05-24 19:26:06 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Editor sliders are tiny and difficult to hit | enhancement topic:editor usability | **Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Godot 3 beta 1
**Issue description:**
<!-- What happened, and what was expected. -->
Horizontal sliders of editor are too thin and is difficult to hit in them and drag. Contextual slider in exported variables are very very ... | True | Editor sliders are tiny and difficult to hit - **Operating system or device, Godot version, GPU Model and driver (if graphics related):**
Godot 3 beta 1
**Issue description:**
<!-- What happened, and what was expected. -->
Horizontal sliders of editor are too thin and is difficult to hit in them and drag. Context... | usab | editor sliders are tiny and difficult to hit operating system or device godot version gpu model and driver if graphics related godot beta issue description horizontal sliders of editor are too thin and is difficult to hit in them and drag contextual slider in exported variables are very ver... | 1 |
81,229 | 10,113,546,356 | IssuesEvent | 2019-07-30 16:59:19 | material-components/material-components-ios | https://api.github.com/repos/material-components/material-components-ios | closed | Text Field Autocomplete? | [TextFields] skill:API design type:Feature request | Hi all,
Firstly, great job with this library! Out of curiosity, do the text fields offer autocomplete functionality (either inline or a dropdown, or both). For reference: http://www.material-ui.com/#/components/auto-complete. If not, is this something that you plan to implement eventually? Thanks!
<!-- Auto-generat... | 1.0 | Text Field Autocomplete? - Hi all,
Firstly, great job with this library! Out of curiosity, do the text fields offer autocomplete functionality (either inline or a dropdown, or both). For reference: http://www.material-ui.com/#/components/auto-complete. If not, is this something that you plan to implement eventually?... | non_usab | text field autocomplete hi all firstly great job with this library out of curiosity do the text fields offer autocomplete functionality either inline or a dropdown or both for reference if not is this something that you plan to implement eventually thanks internal data associated inte... | 0 |
323,541 | 23,953,350,619 | IssuesEvent | 2022-09-12 13:17:24 | redhat-developer/odo | https://api.github.com/repos/redhat-developer/odo | closed | Add table of contents / new structure to documentation | kind/documentation | create a new issue titled "re-organize documentation" and inside that issue define the new structure (table of content) for odo documentation | 1.0 | Add table of contents / new structure to documentation - create a new issue titled "re-organize documentation" and inside that issue define the new structure (table of content) for odo documentation | non_usab | add table of contents new structure to documentation create a new issue titled re organize documentation and inside that issue define the new structure table of content for odo documentation | 0 |
8,164 | 6,445,007,209 | IssuesEvent | 2017-08-12 20:26:04 | reactioncommerce/reaction | https://api.github.com/repos/reactioncommerce/reaction | opened | use dynamic import in registerComponent | performance pull-requests-encouraged | Reaction UI components should use [dynamic imports](https://blog.meteor.com/dynamic-imports-in-meteor-1-5-c6130419c3cd) and defer loading modules by default. Perhaps we could add that functionality to registerComponent. See #2487 | True | use dynamic import in registerComponent - Reaction UI components should use [dynamic imports](https://blog.meteor.com/dynamic-imports-in-meteor-1-5-c6130419c3cd) and defer loading modules by default. Perhaps we could add that functionality to registerComponent. See #2487 | non_usab | use dynamic import in registercomponent reaction ui components should use and defer loading modules by default perhaps we could add that functionality to registercomponent see | 0 |
6,464 | 4,307,552,689 | IssuesEvent | 2016-07-21 09:26:18 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Ctrl+Drag to rotate collides with Ctrl+Click to add point in Path2D | bug topic:editor usability | Ctrl+Drag to rotate node,
Ctrl+Click to add point in Path2D.
They collide with each other, so when you want to rotate path2d node you add a new point instead, which is quite annoying. | True | Ctrl+Drag to rotate collides with Ctrl+Click to add point in Path2D - Ctrl+Drag to rotate node,
Ctrl+Click to add point in Path2D.
They collide with each other, so when you want to rotate path2d node you add a new point instead, which is quite annoying. | usab | ctrl drag to rotate collides with ctrl click to add point in ctrl drag to rotate node ctrl click to add point in they collide with each other so when you want to rotate node you add a new point instead which is quite annoying | 1 |
412,035 | 27,842,558,217 | IssuesEvent | 2023-03-20 13:40:42 | KinsonDigital/CASL | https://api.github.com/repos/KinsonDigital/CASL | closed | 🚧Pack XML docs into NuGet | high priority preview 📝documentation/product | ### Complete The Item Below
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Setup the code XML documentation to be setup for NuGet packages for all NuGet package builds.
This will involve some simple csproj settings.
### **Project File Setup:**
This simple enables the XML... | 1.0 | 🚧Pack XML docs into NuGet - ### Complete The Item Below
- [X] I have updated the title without removing the 🚧 emoji.
### Description
Setup the code XML documentation to be setup for NuGet packages for all NuGet package builds.
This will involve some simple csproj settings.
### **Project File Setup:**
... | non_usab | 🚧pack xml docs into nuget complete the item below i have updated the title without removing the 🚧 emoji description setup the code xml documentation to be setup for nuget packages for all nuget package builds this will involve some simple csproj settings project file setup ... | 0 |
3,866 | 3,591,968,170 | IssuesEvent | 2016-02-01 14:21:38 | Yakindu/statecharts | https://api.github.com/repos/Yakindu/statecharts | opened | Force user to select a generator and statechart when generating code | Comp-Graphical Editor Usability Issue | When the user wants to create a new code generator, in the first step of the wizard it is possible to select "Finish" although on the next page the user has to select the generator and statechart.
-> Disable button "Finish" in the first step of the wizard. | True | Force user to select a generator and statechart when generating code - When the user wants to create a new code generator, in the first step of the wizard it is possible to select "Finish" although on the next page the user has to select the generator and statechart.
-> Disable button "Finish" in the first step of th... | usab | force user to select a generator and statechart when generating code when the user wants to create a new code generator in the first step of the wizard it is possible to select finish although on the next page the user has to select the generator and statechart disable button finish in the first step of th... | 1 |
394,618 | 27,034,690,613 | IssuesEvent | 2023-02-12 16:33:10 | membrane/service-proxy | https://api.github.com/repos/membrane/service-proxy | opened | Describe the buildin variables for expressions and scripts at a central place | Prio-2 documentation | Like header, request, message, exchange.
Maybe at membrane-api.io
And link from plugins and the documentation there | 1.0 | Describe the buildin variables for expressions and scripts at a central place - Like header, request, message, exchange.
Maybe at membrane-api.io
And link from plugins and the documentation there | non_usab | describe the buildin variables for expressions and scripts at a central place like header request message exchange maybe at membrane api io and link from plugins and the documentation there | 0 |
799,992 | 28,322,040,276 | IssuesEvent | 2023-04-11 02:33:34 | priyankarpal/ProjectsHut | https://api.github.com/repos/priyankarpal/ProjectsHut | closed | 🐞Bug: Product Cards are too wide to read at big screen size | 🐞 bug ⚒️ status: Under construction 🤏 priority: medium | **Describe the bug**
The product cards grow extensively for large screen size, which hampers the user experience.
**To Reproduce**
Steps to reproduce the behavior:
1. Open 'Chrome Devtools'
2. Click on 'Responsive Mode'
3. Expand the screen
**Expected behavior**
The cards and the card container should ... | 1.0 | 🐞Bug: Product Cards are too wide to read at big screen size - **Describe the bug**
The product cards grow extensively for large screen size, which hampers the user experience.
**To Reproduce**
Steps to reproduce the behavior:
1. Open 'Chrome Devtools'
2. Click on 'Responsive Mode'
3. Expand the screen
... | non_usab | 🐞bug product cards are too wide to read at big screen size describe the bug the product cards grow extensively for large screen size which hampers the user experience to reproduce steps to reproduce the behavior open chrome devtools click on responsive mode expand the screen ... | 0 |
13,701 | 8,649,954,587 | IssuesEvent | 2018-11-26 21:00:21 | Microsoft/BotFramework-WebChat | https://api.github.com/repos/Microsoft/BotFramework-WebChat | closed | [Usable] Reading 'Group' between the text boxes while navigating in scan mode. | A11yUsable AccSelfLime Accessibility Bug HCL_BotFramework_WebChat Nov-18 UnderReview | **Actual Result:**
Narrator is reading 'Group', on Gap between the text boxes while navigating in scan mode.
**Note** - Same issue repro at -
1. URL -> Help -> Show Restaurant information using Adaptive card Button ->New Content -> Call Restaurant - Narrator is reading 'Group', Gap between the text boxes while n... | True | [Usable] Reading 'Group' between the text boxes while navigating in scan mode. - **Actual Result:**
Narrator is reading 'Group', on Gap between the text boxes while navigating in scan mode.
**Note** - Same issue repro at -
1. URL -> Help -> Show Restaurant information using Adaptive card Button ->New Content -> ... | usab | reading group between the text boxes while navigating in scan mode actual result narrator is reading group on gap between the text boxes while navigating in scan mode note same issue repro at url help show restaurant information using adaptive card button new content call re... | 1 |
14,391 | 9,124,753,807 | IssuesEvent | 2019-02-24 07:01:35 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | closed | 46578364: Extraneous Warning For `windowShouldClose` | classification:usability reproducible:yes status:open | #### Description
Summary:
An extraneous warning is presented for `windowShouldClose` in the NSWindow delegate
Steps to Reproduce:
create an instance method `@objc func windowShouldClose(_ sender: NSWindow)` for the NSWindow delegate
Expected Results:
No warning
Actual Results:
Instance method 'windowShoul... | True | 46578364: Extraneous Warning For `windowShouldClose` - #### Description
Summary:
An extraneous warning is presented for `windowShouldClose` in the NSWindow delegate
Steps to Reproduce:
create an instance method `@objc func windowShouldClose(_ sender: NSWindow)` for the NSWindow delegate
Expected Results:
No w... | usab | extraneous warning for windowshouldclose description summary an extraneous warning is presented for windowshouldclose in the nswindow delegate steps to reproduce create an instance method objc func windowshouldclose sender nswindow for the nswindow delegate expected results no warning ... | 1 |
13,949 | 8,744,924,163 | IssuesEvent | 2018-12-13 00:11:45 | OctopusDeploy/Issues | https://api.github.com/repos/OctopusDeploy/Issues | closed | Viewing project process throws error if user doesn't have LifecycleView | area/usability kind/bug tag/regression | # Prerequisites
- [x] I have verified the problem exists in the latest version
- [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed) issues to make sure it isn't already reported
- [x] I have... | True | Viewing project process throws error if user doesn't have LifecycleView - # Prerequisites
- [x] I have verified the problem exists in the latest version
- [x] I have searched [open](https://github.com/OctopusDeploy/Issues/issues) and [closed](https://github.com/OctopusDeploy/Issues/issues?utf8=%E2%9C%93&q=is%3Aissu... | usab | viewing project process throws error if user doesn t have lifecycleview prerequisites i have verified the problem exists in the latest version i have searched and issues to make sure it isn t already reported i have written a descriptive issue title i have linked the original source of... | 1 |
1,866 | 3,025,096,848 | IssuesEvent | 2015-08-03 05:05:32 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 21670792: File-specific indentions not respected for Objective-C/C++ files in the assistant editor | classification:ui/usability reproducible:always status:open | #### Description
Summary:
Additionally to the global indention settings (tabs vs. spaces) reachable via Xcode -> Preferences… -> Text Editing -> Indention, these settings can be configured for each file using the file inspector.
However if a file whose indention settings differ from the default is opened in the assi... | True | 21670792: File-specific indentions not respected for Objective-C/C++ files in the assistant editor - #### Description
Summary:
Additionally to the global indention settings (tabs vs. spaces) reachable via Xcode -> Preferences… -> Text Editing -> Indention, these settings can be configured for each file using the file... | usab | file specific indentions not respected for objective c c files in the assistant editor description summary additionally to the global indention settings tabs vs spaces reachable via xcode preferences… text editing indention these settings can be configured for each file using the file inspec... | 1 |
120,773 | 4,793,908,966 | IssuesEvent | 2016-10-31 19:30:49 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | [k8s.io] PetSet [Slow] [Feature:PetSet] [k8s.io] Deploy clustered applications [Slow] [Feature:PetSet] should creating a working mysql cluster [Feature:PetSet] {Kubernetes e2e suite} | kind/flake priority/P2 | https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce-alpha-features-release-1.4/919/
Failed: [k8s.io] PetSet [Slow] [Feature:PetSet] [k8s.io] Deploy clustered applications [Slow] [Feature:PetSet] should creating a working mysql cluster [Feature:PetSet] {Kubernetes e2e suite}
```
/go... | 1.0 | [k8s.io] PetSet [Slow] [Feature:PetSet] [k8s.io] Deploy clustered applications [Slow] [Feature:PetSet] should creating a working mysql cluster [Feature:PetSet] {Kubernetes e2e suite} - https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/logs/kubernetes-e2e-gci-gce-alpha-features-release-1.4/919/
Failed: [k8s.i... | non_usab | petset deploy clustered applications should creating a working mysql cluster kubernetes suite failed petset deploy clustered applications should creating a working mysql cluster kubernetes suite go src io kubernetes output dockerized go src io kubernetes test petse... | 0 |
43,257 | 23,166,781,894 | IssuesEvent | 2022-07-30 04:15:48 | conda/conda | https://api.github.com/repos/conda/conda | closed | Cannot Install RStudio within GUI Navigator nor with Powershell Prompt | solver source::community solver::performance stale stale::closed | ## Current Behavior
On a fresh install on a brand new PC, Installed Anaconda 2020.02 v1.19.12 64bit edition
Within the navigator, I cannot install RStudio, as it is constantly loading with the bottom pane showing: Installing application rstudio on _Filepath_
The loading indicator never completes and is shown ... | True | Cannot Install RStudio within GUI Navigator nor with Powershell Prompt - ## Current Behavior
On a fresh install on a brand new PC, Installed Anaconda 2020.02 v1.19.12 64bit edition
Within the navigator, I cannot install RStudio, as it is constantly loading with the bottom pane showing: Installing application rst... | non_usab | cannot install rstudio within gui navigator nor with powershell prompt current behavior on a fresh install on a brand new pc installed anaconda edition within the navigator i cannot install rstudio as it is constantly loading with the bottom pane showing installing application rstudio on fi... | 0 |
210,024 | 23,731,034,119 | IssuesEvent | 2022-08-31 01:44:26 | Baneeishaque/educature-education | https://api.github.com/repos/Baneeishaque/educature-education | closed | CVE-2019-8331 (Medium) detected in bootstrap-4.1.3.min.js - autoclosed | security vulnerability | ## CVE-2019-8331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.1.3.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile fi... | True | CVE-2019-8331 (Medium) detected in bootstrap-4.1.3.min.js - autoclosed - ## CVE-2019-8331 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-4.1.3.min.js</b></p></summary>
<p>... | non_usab | cve medium detected in bootstrap min js autoclosed cve medium severity vulnerability vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable librar... | 0 |
299,138 | 22,591,459,874 | IssuesEvent | 2022-06-28 20:20:31 | iree-org/iree | https://api.github.com/repos/iree-org/iree | closed | Inconsistent documentation for how to generate python packages | bug 🐞 documentation help wanted | https://google.github.io/iree/building-from-source/python-bindings-and-importers/
https://github.com/google/iree/blob/main/docs/developers/get_started/getting_started_python.md
https://github.com/google/iree/tree/main/bindings/python
Each of the above offers ultimately different instructions on how to build an... | 1.0 | Inconsistent documentation for how to generate python packages - https://google.github.io/iree/building-from-source/python-bindings-and-importers/
https://github.com/google/iree/blob/main/docs/developers/get_started/getting_started_python.md
https://github.com/google/iree/tree/main/bindings/python
Each of the ... | non_usab | inconsistent documentation for how to generate python packages each of the above offers ultimately different instructions on how to build and use the python bindings the only one that is functionally correct is the first assuming you need the iree compiler bindings i was able to generate a pip packa... | 0 |
8,274 | 5,544,427,212 | IssuesEvent | 2017-03-22 19:06:46 | LLNL/RAJA | https://api.github.com/repos/LLNL/RAJA | opened | Establish file naming convention for files. | API/usability task | We have a mixture of upper/lower case, underscores, use of "raja", etc. Let's follow a common naming scheme. This should be captured in the coding guidelines. | True | Establish file naming convention for files. - We have a mixture of upper/lower case, underscores, use of "raja", etc. Let's follow a common naming scheme. This should be captured in the coding guidelines. | usab | establish file naming convention for files we have a mixture of upper lower case underscores use of raja etc let s follow a common naming scheme this should be captured in the coding guidelines | 1 |
27,004 | 27,527,088,667 | IssuesEvent | 2023-03-06 18:55:25 | tailscale/tailscale | https://api.github.com/repos/tailscale/tailscale | closed | Tailscale 1.36.0 (Mac App Store) on Ventura will not log in . | OS-macos L1 Very few P3 Can't get started T5 Usability bug | ### What is the issue?
I just upgraded to Tailscale 1.36.0 via the App Store on Ventura, and now it will not log in .
```
$ ~ /Applications/Tailscale.app/Contents/MacOS/Tailscale debug ts2021 --verbose
23:10:20.062413 HTTP proxy env: (none)
23:10:20.062679 tshttpproxy.ProxyFromEnvironment = (<nil>, <nil>)
23... | True | Tailscale 1.36.0 (Mac App Store) on Ventura will not log in . - ### What is the issue?
I just upgraded to Tailscale 1.36.0 via the App Store on Ventura, and now it will not log in .
```
$ ~ /Applications/Tailscale.app/Contents/MacOS/Tailscale debug ts2021 --verbose
23:10:20.062413 HTTP proxy env: (none)
23:10... | usab | tailscale mac app store on ventura will not log in what is the issue i just upgraded to tailscale via the app store on ventura and now it will not log in applications tailscale app contents macos tailscale debug verbose http proxy env none tshttpproxy ... | 1 |
24,136 | 23,383,286,064 | IssuesEvent | 2022-08-11 11:34:29 | godotengine/godot | https://api.github.com/repos/godotengine/godot | opened | Import dock randomly causes sidebar size jumps | bug topic:editor usability regression | ### Godot version
e9e9e92
### System information
Windows 10 x64
### Issue description
Seems like minimum size of the import dock varies greatly and it can abruptly change sidebar's width. It always happens when switching to Import tab, but also randomly on it's own.
 but then if unanswered gets validation error to select "None of the above"
 but then if unanswered gets validation error to select "None of the above"

- [x] That will be stored as a field in the middlelayer database
- [x] Included in both of the permit types' Purpose field in requests to the basic API.
... | True | Add Application ID Field - For noncommericial group use and temp outfitter and guide permits:
- [X] The Intake module should be able to post an application ID field (string or numeric tbd)
- [x] That will be stored as a field in the middlelayer database
- [x] Included in both of the permit types' Purpose field in re... | usab | add application id field for noncommericial group use and temp outfitter and guide permits the intake module should be able to post an application id field string or numeric tbd that will be stored as a field in the middlelayer database included in both of the permit types purpose field in requests... | 1 |
2,085 | 3,040,837,829 | IssuesEvent | 2015-08-07 17:40:36 | tgstation/-tg-station | https://api.github.com/repos/tgstation/-tg-station | closed | Object verbs need to have hotkey alternatives | Feature Request Not a bug Usability | this is a feature request I guess? seems like the best way to grab the attention of a heroic contributor willing to turn every object verb into a hotkey
I'm thinking ctrl-click could work, as long as the item is in your hand/inventory. Alt-click could be useful as well, for items with multiple verbs
pls | True | Object verbs need to have hotkey alternatives - this is a feature request I guess? seems like the best way to grab the attention of a heroic contributor willing to turn every object verb into a hotkey
I'm thinking ctrl-click could work, as long as the item is in your hand/inventory. Alt-click could be useful as well... | usab | object verbs need to have hotkey alternatives this is a feature request i guess seems like the best way to grab the attention of a heroic contributor willing to turn every object verb into a hotkey i m thinking ctrl click could work as long as the item is in your hand inventory alt click could be useful as well... | 1 |
306,386 | 26,464,115,817 | IssuesEvent | 2023-01-16 21:03:10 | apache/camel-quarkus | https://api.github.com/repos/apache/camel-quarkus | closed | Increase telegram test coverage | test | Add test coverage for these functionalities:
- Webhook mode
- Customizing keyboard
| 1.0 | Increase telegram test coverage - Add test coverage for these functionalities:
- Webhook mode
- Customizing keyboard
| non_usab | increase telegram test coverage add test coverage for these functionalities webhook mode customizing keyboard | 0 |
5,645 | 3,970,779,210 | IssuesEvent | 2016-05-04 08:58:09 | kolliSuman/issues | https://api.github.com/repos/kolliSuman/issues | closed | QA_Aerodynamic forces and moments on a generic aircraft model_Back to experiments_smk | Category: Usability Developed By: VLEAD Release Number: Production Severity: S2 Status: Open | Defect Description :
In the "Aerodynamic forces and moments on a generic aircraft model" 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... | True | QA_Aerodynamic forces and moments on a generic aircraft model_Back to experiments_smk - Defect Description :
In the "Aerodynamic forces and moments on a generic aircraft model" 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-or... | usab | qa aerodynamic forces and moments on a generic aircraft model back to experiments smk defect description in the aerodynamic forces and moments on a generic aircraft model 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 or... | 1 |
154,751 | 19,758,348,713 | IssuesEvent | 2022-01-16 01:18:40 | lemurchop/pancake-frontend | https://api.github.com/repos/lemurchop/pancake-frontend | opened | CVE-2022-0155 (High) detected in follow-redirects-1.14.3.tgz, follow-redirects-1.14.1.tgz | security vulnerability | ## CVE-2022-0155 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>follow-redirects-1.14.3.tgz</b>, <b>follow-redirects-1.14.1.tgz</b></p></summary>
<p>
<details><summary><b>follow-red... | True | CVE-2022-0155 (High) detected in follow-redirects-1.14.3.tgz, follow-redirects-1.14.1.tgz - ## CVE-2022-0155 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>follow-redirects-1.14.3.tg... | non_usab | cve high detected in follow redirects tgz follow redirects tgz cve high severity vulnerability vulnerable libraries follow redirects tgz follow redirects tgz follow redirects tgz http and https modules that follow redirects library home page a... | 0 |
34,210 | 16,479,159,024 | IssuesEvent | 2021-05-24 09:21:26 | mapequation/infomap | https://api.github.com/repos/mapequation/infomap | closed | inner-parallelization option doesn't work | docs performance | I use the inner-parallelization option in local mode(linux), it doesn't work, please help~
```
im = Infomap('--two-level --markov-time 0.5 -FFF --inner-parallelization')
im.run()
partition = dict(im.get_modules(depth_level=-1))
```
when I add "--inner-parallelization", it gets even slower. | True | inner-parallelization option doesn't work - I use the inner-parallelization option in local mode(linux), it doesn't work, please help~
```
im = Infomap('--two-level --markov-time 0.5 -FFF --inner-parallelization')
im.run()
partition = dict(im.get_modules(depth_level=-1))
```
when I add "--inner-parallelization", ... | non_usab | inner parallelization option doesn t work i use the inner parallelization option in local mode linux it doesn t work please help im infomap two level markov time fff inner parallelization im run partition dict im get modules depth level when i add inner parallelization ... | 0 |
23,235 | 21,485,638,455 | IssuesEvent | 2022-04-26 22:56:08 | bevyengine/bevy | https://api.github.com/repos/bevyengine/bevy | closed | Bevy_utils should not force tracing's release_max_level_info crate feature | C-Bug C-Usability A-Utils | ## Bevy version
[0.6.1](https://github.com/bevyengine/bevy/blob/v0.6.1/crates/bevy_utils/Cargo.toml#L14) and [current main](https://github.com/bevyengine/bevy/blob/786654307d4142cfd19fd385b004f75420e024aa/crates/bevy_utils/Cargo.toml#L14)
## Operating system & version
Applicable to all
## What you did
I... | True | Bevy_utils should not force tracing's release_max_level_info crate feature - ## Bevy version
[0.6.1](https://github.com/bevyengine/bevy/blob/v0.6.1/crates/bevy_utils/Cargo.toml#L14) and [current main](https://github.com/bevyengine/bevy/blob/786654307d4142cfd19fd385b004f75420e024aa/crates/bevy_utils/Cargo.toml#L14)
... | usab | bevy utils should not force tracing s release max level info crate feature bevy version and operating system version applicable to all what you did include a direct transitive dependency on bevy utils which is a dependency of most bevy internal crates some of which are a lit... | 1 |
21,154 | 16,598,395,421 | IssuesEvent | 2021-06-01 15:58:21 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | func name autocomplete doesn't appear until you type something | bug topic:editor usability | **Godot version:**
3.2
**Issue description:**
Title.


You should be able to use Ctrl + Space ... | True | func name autocomplete doesn't appear until you type something - **Godot version:**
3.2
**Issue description:**
Title.

. | True | instructorFeedbackRemind: give an option to send to all students - Current options are: send to
1. all who have not submitted
2. specific students
We should give an option to send to all students in the course (even those who submitted). | usab | instructorfeedbackremind give an option to send to all students current options are send to all who have not submitted specific students we should give an option to send to all students in the course even those who submitted | 1 |
236,390 | 26,009,785,774 | IssuesEvent | 2022-12-20 23:47:26 | ManageIQ/miq_bot | https://api.github.com/repos/ManageIQ/miq_bot | closed | CVE-2022-23519 (Medium) detected in rails-html-sanitizer-1.4.3.gem - autoclosed | security vulnerability | ## CVE-2022-23519 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails-html-sanitizer-1.4.3.gem</b></p></summary>
<p>HTML sanitization for Rails applications</p>
<p>Library home pag... | True | CVE-2022-23519 (Medium) detected in rails-html-sanitizer-1.4.3.gem - autoclosed - ## CVE-2022-23519 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails-html-sanitizer-1.4.3.gem</b><... | non_usab | cve medium detected in rails html sanitizer gem autoclosed cve medium severity vulnerability vulnerable library rails html sanitizer gem html sanitization for rails applications library home page a href path to dependency file gemfile lock path to vulnerable librar... | 0 |
201,765 | 15,812,262,439 | IssuesEvent | 2021-04-05 05:10:29 | thenewboston-developers/Website | https://api.github.com/repos/thenewboston-developers/Website | closed | Documentation Bugs | bug documentation | **Bug Description**
Redirecting to the invalid sub-menu/pages/sections under the Guide category. But there are no sections/sub-menu/pages under the Guide category in search of the links that are redirecting cause these are invalid redirects so it's moving it to the introduction page.
**Steps to Reproduce**
Steps t... | 1.0 | Documentation Bugs - **Bug Description**
Redirecting to the invalid sub-menu/pages/sections under the Guide category. But there are no sections/sub-menu/pages under the Guide category in search of the links that are redirecting cause these are invalid redirects so it's moving it to the introduction page.
**Steps to... | non_usab | documentation bugs bug description redirecting to the invalid sub menu pages sections under the guide category but there are no sections sub menu pages under the guide category in search of the links that are redirecting cause these are invalid redirects so it s moving it to the introduction page steps to... | 0 |
55,271 | 3,072,615,059 | IssuesEvent | 2015-08-19 17:49:00 | sukritchhabra/chessGame-cs451 | https://api.github.com/repos/sukritchhabra/chessGame-cs451 | closed | When piece left spot, attributes still left in span tag | bug Priority 1 | So normally an empty spot looks like: `<span></span>` but if a piece was in a spot and leaves a spot, instead of becoming `<span></span>` like all other empty spots, its left as `<span data-color data-piece class></span>`. This is blocking me so this needs to be fixed right away. | 1.0 | When piece left spot, attributes still left in span tag - So normally an empty spot looks like: `<span></span>` but if a piece was in a spot and leaves a spot, instead of becoming `<span></span>` like all other empty spots, its left as `<span data-color data-piece class></span>`. This is blocking me so this needs to be... | non_usab | when piece left spot attributes still left in span tag so normally an empty spot looks like but if a piece was in a spot and leaves a spot instead of becoming like all other empty spots its left as this is blocking me so this needs to be fixed right away | 0 |
411,314 | 12,016,818,747 | IssuesEvent | 2020-04-10 16:57:35 | Perustaja/CentennialAircraftMaintenance | https://api.github.com/repos/Perustaja/CentennialAircraftMaintenance | opened | Replace PartCategory with a pre-defined enum | BackEnd Priority:Medium | No real point in having user-created categories for this, the benefit of having simple, pre-defined categories means less setup work for the end user as they likely don't care that much about them anyway.
- [ ] Remove relational table, replace with enum
- [ ] Replace dropdown list with enum list
- [ ] Replace all ed... | 1.0 | Replace PartCategory with a pre-defined enum - No real point in having user-created categories for this, the benefit of having simple, pre-defined categories means less setup work for the end user as they likely don't care that much about them anyway.
- [ ] Remove relational table, replace with enum
- [ ] Replace dro... | non_usab | replace partcategory with a pre defined enum no real point in having user created categories for this the benefit of having simple pre defined categories means less setup work for the end user as they likely don t care that much about them anyway remove relational table replace with enum replace dropdow... | 0 |
616,113 | 19,294,146,843 | IssuesEvent | 2021-12-12 09:49:55 | OpenTreeHole/backend | https://api.github.com/repos/OpenTreeHole/backend | closed | API KEY 生成机制 | dev request high priority | **Is your feature request related to a problem? Please describe.**
API KEY 的生成机制迟迟没有提交,这是 APP 端认证用户的手段,属于最基本的功能,应当被优先解决。
**Describe the solution you'd like**
等待能否获得学校的oauth,在找到更好的认证方式之前,正式版将暂缓发布
**Describe alternatives you've considered**
1. 目前提到的基于时间生成令牌
理由:由于种子需要被写进前端,无论算法是否开源,都有被反编译的可能
2. 将uis学号和密码发给后... | 1.0 | API KEY 生成机制 - **Is your feature request related to a problem? Please describe.**
API KEY 的生成机制迟迟没有提交,这是 APP 端认证用户的手段,属于最基本的功能,应当被优先解决。
**Describe the solution you'd like**
等待能否获得学校的oauth,在找到更好的认证方式之前,正式版将暂缓发布
**Describe alternatives you've considered**
1. 目前提到的基于时间生成令牌
理由:由于种子需要被写进前端,无论算法是否开源,都有被反编译的可能
... | non_usab | api key 生成机制 is your feature request related to a problem please describe api key 的生成机制迟迟没有提交,这是 app 端认证用户的手段,属于最基本的功能,应当被优先解决。 describe the solution you d like 等待能否获得学校的oauth,在找到更好的认证方式之前,正式版将暂缓发布 describe alternatives you ve considered 目前提到的基于时间生成令牌 理由:由于种子需要被写进前端,无论算法是否开源,都有被反编译的可能 ... | 0 |
26,918 | 27,365,208,020 | IssuesEvent | 2023-02-27 18:36:29 | LLNL/RAJA | https://api.github.com/repos/LLNL/RAJA | closed | CUDA separable compilation broken | API/usability compilation cuda support | The issue was first reported here: https://github.com/LLNL/RAJA/issues/1430
Additional information after investigation
- The issue first appears after this PR was merged: https://github.com/LLNL/RAJA/pull/1004 (10/19/2022).
- Code compiles, but all CUDA tests error at run time and report invalid device function ... | True | CUDA separable compilation broken - The issue was first reported here: https://github.com/LLNL/RAJA/issues/1430
Additional information after investigation
- The issue first appears after this PR was merged: https://github.com/LLNL/RAJA/pull/1004 (10/19/2022).
- Code compiles, but all CUDA tests error at run time... | usab | cuda separable compilation broken the issue was first reported here additional information after investigation the issue first appears after this pr was merged code compiles but all cuda tests error at run time and report invalid device function at verbose build output is identical bef... | 1 |
108,139 | 13,560,126,813 | IssuesEvent | 2020-09-18 00:53:45 | flutter/flutter | https://api.github.com/repos/flutter/flutter | opened | ReorderableListView updates | f: material design framework | We have had numerous requests for new features and bug fixes related to the `ReorderableListView`. This issue will be used to track the main issues and describe our current plan for resolving them. We have an initial [design doc](https://docs.google.com/document/d/1JzNtMQ-jnPnSHEBoi6IO0x2qMMylwhvRslEDcmqiwSs/edit#headi... | 1.0 | ReorderableListView updates - We have had numerous requests for new features and bug fixes related to the `ReorderableListView`. This issue will be used to track the main issues and describe our current plan for resolving them. We have an initial [design doc](https://docs.google.com/document/d/1JzNtMQ-jnPnSHEBoi6IO0x2q... | non_usab | reorderablelistview updates we have had numerous requests for new features and bug fixes related to the reorderablelistview this issue will be used to track the main issues and describe our current plan for resolving them we have an initial that summarizes the current features bugs we would like to address in... | 0 |
33,360 | 15,884,666,535 | IssuesEvent | 2021-04-09 19:15:48 | ampproject/amp-wp | https://api.github.com/repos/ampproject/amp-wp | opened | Use loading=lazy as a signal for images to skip as candidates in DetermineHeroImages transformer | Enhancement Optimizer Performance | ## Feature description
Update `DetermineHeroImages` transformer to use `loading=lazy` as a signal for images which should _not_ be prerendered. As can be seen in [wpcore#52139](https://core.trac.wordpress.org/ticket/52139), the featured image omits the `loading` attribute for the featured image because it should _no... | True | Use loading=lazy as a signal for images to skip as candidates in DetermineHeroImages transformer - ## Feature description
Update `DetermineHeroImages` transformer to use `loading=lazy` as a signal for images which should _not_ be prerendered. As can be seen in [wpcore#52139](https://core.trac.wordpress.org/ticket/52... | non_usab | use loading lazy as a signal for images to skip as candidates in determineheroimages transformer feature description update determineheroimages transformer to use loading lazy as a signal for images which should not be prerendered as can be seen in the featured image omits the loading attribute for... | 0 |
440,948 | 30,763,942,883 | IssuesEvent | 2023-07-30 03:32:33 | Shopify/polaris | https://api.github.com/repos/Shopify/polaris | closed | document "EmptySearchResult" | Documentation no-issue-activity | ## Issue summary
We should provide documentation and best practice guidance for this component.

From @chloerice :
> We have an undocumented `EmptySearchResult` component that should document best ... | 1.0 | document "EmptySearchResult" - ## Issue summary
We should provide documentation and best practice guidance for this component.

From @chloerice :
> We have an undocumented `EmptySearchResult` compo... | non_usab | document emptysearchresult issue summary we should provide documentation and best practice guidance for this component from chloerice we have an undocumented emptysearchresult component that should document best practices for this these all implement the correct pattern of telling me... | 0 |
33,940 | 7,768,119,330 | IssuesEvent | 2018-06-03 14:39:58 | MoonchildProductions/Pale-Moon | https://api.github.com/repos/MoonchildProductions/Pale-Moon | closed | Remove automated tests | Code Cleanup UXP-task | A large chunk of our code tree is taken up by automated tests which are never used and serve no purpose. They require maintenance lest they bitrot, so lets reduce our work load and remove these automated tests.
Reftests should be retained since they are handy to have for manual visual verification of rendering/layou... | 1.0 | Remove automated tests - A large chunk of our code tree is taken up by automated tests which are never used and serve no purpose. They require maintenance lest they bitrot, so lets reduce our work load and remove these automated tests.
Reftests should be retained since they are handy to have for manual visual verifi... | non_usab | remove automated tests a large chunk of our code tree is taken up by automated tests which are never used and serve no purpose they require maintenance lest they bitrot so lets reduce our work load and remove these automated tests reftests should be retained since they are handy to have for manual visual verifi... | 0 |
3,690 | 3,517,002,761 | IssuesEvent | 2016-01-12 03:41:29 | gama-platform/gama | https://api.github.com/repos/gama-platform/gama | closed | Cannot reopen a project that has been closed | > Bug Affects Usability Version Git | When we close a project (by right clicking on the project / close project), the project disappear completely from the project navigation. And it is impossible to re-import it again, because it is seen as an already imported project. | True | Cannot reopen a project that has been closed - When we close a project (by right clicking on the project / close project), the project disappear completely from the project navigation. And it is impossible to re-import it again, because it is seen as an already imported project. | usab | cannot reopen a project that has been closed when we close a project by right clicking on the project close project the project disappear completely from the project navigation and it is impossible to re import it again because it is seen as an already imported project | 1 |
4,382 | 5,029,511,228 | IssuesEvent | 2016-12-15 21:25:31 | couchbaselabs/mobile-testkit | https://api.github.com/repos/couchbaselabs/mobile-testkit | closed | Add cluster check in teardown of topology specific tests | infrastructure P1: high sync gateway | Needs to coincide with reorg of feature/rebalance branch | 1.0 | Add cluster check in teardown of topology specific tests - Needs to coincide with reorg of feature/rebalance branch | non_usab | add cluster check in teardown of topology specific tests needs to coincide with reorg of feature rebalance branch | 0 |
23,931 | 23,135,125,171 | IssuesEvent | 2022-07-28 13:46:13 | tailscale/tailscale | https://api.github.com/repos/tailscale/tailscale | closed | Tailscale connected prevents GoPro app from working | OS-android L1 Very few P2 Aggravating T5 Usability | ERROR: type should be string, got "https://twitter.com/scottalaird/status/1421137488534380545\r\n\r\nSteps to reproduce:\r\n\r\nGoPro: Hero9, with v1.52, v1.6, and v1.6 \"GoPro labs\"\r\nAndroid: Galaxy S20 Ultra, Android 11, Tailscale v1.10.2-36fe8addc39\r\n\r\nInstall GoPro Quik app. Connect to GoPro. Click on \"start preview\".\r\n\r\nTailscale active: 100% failure.\r\nTailscale stopped: 100% success." | True | Tailscale connected prevents GoPro app from working - https://twitter.com/scottalaird/status/1421137488534380545
Steps to reproduce:
GoPro: Hero9, with v1.52, v1.6, and v1.6 "GoPro labs"
Android: Galaxy S20 Ultra, Android 11, Tailscale v1.10.2-36fe8addc39
Install GoPro Quik app. Connect to GoPro. Click on "... | usab | tailscale connected prevents gopro app from working steps to reproduce gopro with and gopro labs android galaxy ultra android tailscale install gopro quik app connect to gopro click on start preview tailscale active failure tailscale stopped success | 1 |
423,108 | 12,290,835,355 | IssuesEvent | 2020-05-10 06:38:56 | kubeflow/community | https://api.github.com/repos/kubeflow/community | closed | [devstats] redirect http to https | lifecycle/stale priority/p2 | We currently serve devstats.kubeflow.org at http and https (#130).
We would like all http traffic to automatically be redirected to https. We'd like to do this because users could potentially login into grafana and we don't want that to be over http.
| 1.0 | [devstats] redirect http to https - We currently serve devstats.kubeflow.org at http and https (#130).
We would like all http traffic to automatically be redirected to https. We'd like to do this because users could potentially login into grafana and we don't want that to be over http.
| non_usab | redirect http to https we currently serve devstats kubeflow org at http and https we would like all http traffic to automatically be redirected to https we d like to do this because users could potentially login into grafana and we don t want that to be over http | 0 |
17,705 | 12,262,009,298 | IssuesEvent | 2020-05-06 21:10:54 | MetaMask/metamask-mobile | https://api.github.com/repos/MetaMask/metamask-mobile | closed | UI UX: detect already added bookmark in menu | enhancement usability | **Describe the usability problem**
If a URL is already bookmarked the option to add it to Favorites is still there and can be clicked. User feedback in case: 33854
**Screenshots**
 | Accounts usability version-12 | Currently, field label doesn't indicate that Loan Period has to be entered in Days. Let's add this term in the label itself.
<img width="1236" alt="Screenshot 2019-07-12 at 11 49 20 AM" src="https://user-images.githubusercontent.com/910238/61106690-846af900-a49b-11e9-9e0e-e4e108c11f78.png">
Period can mean to D... | True | Auto-invoicing: Rename Loan Period to Load Period (Days) - Currently, field label doesn't indicate that Loan Period has to be entered in Days. Let's add this term in the label itself.
<img width="1236" alt="Screenshot 2019-07-12 at 11 49 20 AM" src="https://user-images.githubusercontent.com/910238/61106690-846af900-... | usab | auto invoicing rename loan period to load period days currently field label doesn t indicate that loan period has to be entered in days let s add this term in the label itself img width alt screenshot at am src period can mean to days weeks months etc | 1 |
3,671 | 6,137,799,491 | IssuesEvent | 2017-06-26 13:15:45 | OpenSRP/opensrp-client | https://api.github.com/repos/OpenSRP/opensrp-client | closed | BZ4.5a Ability to generate HIA2 report monthly and put in printable format | Confirm Requirements PATH BID Zambia | - [ ] Need to confirm where this would be printed from (DHIS2?) and what format it would be printed in. | 1.0 | BZ4.5a Ability to generate HIA2 report monthly and put in printable format - - [ ] Need to confirm where this would be printed from (DHIS2?) and what format it would be printed in. | non_usab | ability to generate report monthly and put in printable format need to confirm where this would be printed from and what format it would be printed in | 0 |
437,209 | 12,565,179,212 | IssuesEvent | 2020-06-08 09:11:14 | jabardigitalservice/pikobar-pelaporan-backend | https://api.github.com/repos/jabardigitalservice/pikobar-pelaporan-backend | closed | [Laporan Harian] API Export Laporan Harian | backend priority high | ## User Story
Sebagai dinkes kota/kab/provinsi saya ingin mengexport laporan harian sebagai laporan harian kepada dinkes provinsi
> <img width="839" alt="81374556-b8e62a80-9129-11ea-934f-ca0d97c7a366" src="https://user-images.githubusercontent.com/11548871/82247216-3868ca80-9970-11ea-894c-eaaaf2734db3.png">
## A... | 1.0 | [Laporan Harian] API Export Laporan Harian - ## User Story
Sebagai dinkes kota/kab/provinsi saya ingin mengexport laporan harian sebagai laporan harian kepada dinkes provinsi
> <img width="839" alt="81374556-b8e62a80-9129-11ea-934f-ca0d97c7a366" src="https://user-images.githubusercontent.com/11548871/82247216-3868c... | non_usab | api export laporan harian user story sebagai dinkes kota kab provinsi saya ingin mengexport laporan harian sebagai laporan harian kepada dinkes provinsi img width alt src acceptance criteria dinkes provinsi bisa export data dinkes kota kab bisa export data expor... | 0 |
224,653 | 17,767,259,016 | IssuesEvent | 2021-08-30 09:08:03 | MohistMC/Mohist | https://api.github.com/repos/MohistMC/Mohist | closed | [1.16.5] Console spam with BetterAnimalsPlus mod | 1.16.5 Needs Testing Needs User Answer | <!-- ISSUE_TEMPLATE_1 -> IMPORTANT: DO NOT DELETE THIS LINE.-->
<!-- Thank you for reporting ! Please note that issues can take a lot of time to be fixed and there is no eta.-->
<!-- If you don't know where to upload your logs and crash reports, you can use these websites : -->
<!-- https://paste.ubuntu.com/ (re... | 1.0 | [1.16.5] Console spam with BetterAnimalsPlus mod - <!-- ISSUE_TEMPLATE_1 -> IMPORTANT: DO NOT DELETE THIS LINE.-->
<!-- Thank you for reporting ! Please note that issues can take a lot of time to be fixed and there is no eta.-->
<!-- If you don't know where to upload your logs and crash reports, you can use these... | non_usab | console spam with betteranimalsplus mod important do not delete this line minecraft version mohist version operating system windows concerned mod plugin better animals plus logs defineid called for class its... | 0 |
184,941 | 14,290,879,331 | IssuesEvent | 2020-11-23 21:39:08 | rancher/dashboard | https://api.github.com/repos/rancher/dashboard | closed | If page scroll is on, Drop-down follow page and gets removed from field | [zube]: To Test area/drop-downs product/logging | Steps:
1. Install logging
2. Go to Create Cluster Flow
3. Make browser small enough that scroll on left show up
4. Click on LImit to drop-down (either is fine)
5. Scroll the page
Results: the drop-down follows the page and doesn't stay attached to the field it came from

5. Scroll the page
Results: the drop-down follows the page and doesn't stay... | non_usab | if page scroll is on drop down follow page and gets removed from field steps install logging go to create cluster flow make browser small enough that scroll on left show up click on limit to drop down either is fine scroll the page results the drop down follows the page and doesn t stay... | 0 |
18,834 | 13,285,066,780 | IssuesEvent | 2020-08-24 07:28:46 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Autocompletion triggers on numbers | bug regression topic:editor topic:gdscript usability | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.3 rc4
**Issue description:**
<!-- What happened, and what was expected. -->
I noticed... | True | Autocompletion triggers on numbers - <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
<!-- Specify commit hash if using non-official build. -->
3.2.3 rc4
**Issue description:**
<!-- What happened, ... | usab | autocompletion triggers on numbers please search existing issues for potential duplicates before filing yours godot version issue description i noticed that autocompletion is overzealous recently when you type any standalone number it will suggest some class containing ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.