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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
6,185 | 4,172,814,171 | IssuesEvent | 2016-06-21 08:14:44 | coreos/bugs | https://api.github.com/repos/coreos/bugs | closed | Support for fully read-only rootfs (or overlay) | area/usability component/distro kind/question team/os | Previously `/etc` was read-only on CoreOS, but it's since been made writable after improvements. Is there an out-of-the-box way to make it so CoreOS resides entirely as a read-only image, or would I need to hack away at the internals? My use case for this would be using it as an embedded system image. Thoughts? | True | Support for fully read-only rootfs (or overlay) - Previously `/etc` was read-only on CoreOS, but it's since been made writable after improvements. Is there an out-of-the-box way to make it so CoreOS resides entirely as a read-only image, or would I need to hack away at the internals? My use case for this would be using... | usab | support for fully read only rootfs or overlay previously etc was read only on coreos but it s since been made writable after improvements is there an out of the box way to make it so coreos resides entirely as a read only image or would i need to hack away at the internals my use case for this would be using... | 1 |
6,648 | 4,422,428,000 | IssuesEvent | 2016-08-16 02:32:51 | VirtualDisgrace/opencollar | https://api.github.com/repos/VirtualDisgrace/opencollar | closed | AO(s) get silently turned on at Collar detach/reattach | fixed usability | When a Collar is detach and gets reattached by default a command is send to the OC AO and Firestorm AO to turn it on again (this was to prevent turned off AOs from collar poses).
How ever specially the detach is rather randomly working due to "does it execute before being off world, or does it execute suddenly on atta... | True | AO(s) get silently turned on at Collar detach/reattach - When a Collar is detach and gets reattached by default a command is send to the OC AO and Firestorm AO to turn it on again (this was to prevent turned off AOs from collar poses).
How ever specially the detach is rather randomly working due to "does it execute be... | usab | ao s get silently turned on at collar detach reattach when a collar is detach and gets reattached by default a command is send to the oc ao and firestorm ao to turn it on again this was to prevent turned off aos from collar poses how ever specially the detach is rather randomly working due to does it execute be... | 1 |
281,210 | 24,371,772,622 | IssuesEvent | 2022-10-03 19:58:43 | appium/appium | https://api.github.com/repos/appium/appium | closed | iOS fails to hide_keyboard on appium-xcuitest-driver 4.11.1 with legit conditions | NotABug XCUITest | ## The problem
Trying to hide keyboard on iOS with corresponding python client method but receiving error:
```
[debug] [XCUITestDriver@4844 (b91203d3)] Proxying [POST /wda/keyboard/dismiss] to [POST http://127.0.0.1:8100/session/8840DD90-45AF-45C9-9BF7-7B5794C62824/wda/keyboard/dismiss] with body: {"keyNames":["Do... | 1.0 | iOS fails to hide_keyboard on appium-xcuitest-driver 4.11.1 with legit conditions - ## The problem
Trying to hide keyboard on iOS with corresponding python client method but receiving error:
```
[debug] [XCUITestDriver@4844 (b91203d3)] Proxying [POST /wda/keyboard/dismiss] to [POST http://127.0.0.1:8100/session/88... | non_usab | ios fails to hide keyboard on appium xcuitest driver with legit conditions the problem trying to hide keyboard on ios with corresponding python client method but receiving error proxying to with body keynames got response with status value error invalid element state m... | 0 |
26,648 | 27,044,135,860 | IssuesEvent | 2023-02-13 08:30:04 | godotengine/godot-proposals | https://api.github.com/repos/godotengine/godot-proposals | closed | Disable long-press rename in the Scene tree dock to avoid conflicts with the node context menu in the Android editor | topic:editor platform:android usability | ### Describe the project you are working on
Game, developed using the android editor
### Describe the problem or limitation you are having in your project
When trying to delete nodes from the scene tree, Godot attempts to rename them. To popup the right click menu, you have to long-press onto the icon of the node in... | True | Disable long-press rename in the Scene tree dock to avoid conflicts with the node context menu in the Android editor - ### Describe the project you are working on
Game, developed using the android editor
### Describe the problem or limitation you are having in your project
When trying to delete nodes from the scene ... | usab | disable long press rename in the scene tree dock to avoid conflicts with the node context menu in the android editor describe the project you are working on game developed using the android editor describe the problem or limitation you are having in your project when trying to delete nodes from the scene ... | 1 |
20,213 | 15,145,223,805 | IssuesEvent | 2021-02-11 03:47:39 | joe-daywalt-games/BitmapFontCutterPlus | https://api.github.com/repos/joe-daywalt-games/BitmapFontCutterPlus | closed | Having to specify the characters in order can be a pain, especially when omitting chars. | t:usability v:high | This typically means leaving big gaps of carefully counted blanks between used characters. It's tedious, error-prone, and not respectful of memory. | True | Having to specify the characters in order can be a pain, especially when omitting chars. - This typically means leaving big gaps of carefully counted blanks between used characters. It's tedious, error-prone, and not respectful of memory. | usab | having to specify the characters in order can be a pain especially when omitting chars this typically means leaving big gaps of carefully counted blanks between used characters it s tedious error prone and not respectful of memory | 1 |
6,503 | 4,322,037,777 | IssuesEvent | 2016-07-25 12:45:37 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Exposed int script variables have a maximum limit of 65535 | enhancement topic:editor usability | If you export an int variable from script like this:
export(int) var my_var
it can only be set to a maximum of 65,535 via the editor as the editor clamps it to that, despite it being able to hold a much larger number. | True | Exposed int script variables have a maximum limit of 65535 - If you export an int variable from script like this:
export(int) var my_var
it can only be set to a maximum of 65,535 via the editor as the editor clamps it to that, despite it being able to hold a much larger number. | usab | exposed int script variables have a maximum limit of if you export an int variable from script like this export int var my var it can only be set to a maximum of via the editor as the editor clamps it to that despite it being able to hold a much larger number | 1 |
56,646 | 15,255,943,426 | IssuesEvent | 2021-02-20 18:07:10 | ophrescue/RescueRails | https://api.github.com/repos/ophrescue/RescueRails | opened | Image Gallery Bug on Mobile Chrome | Defect |
> While browsing DMS on mobile chrome (iOS) you can only view a different picture once and then it won’t change pictures again. | 1.0 | Image Gallery Bug on Mobile Chrome -
> While browsing DMS on mobile chrome (iOS) you can only view a different picture once and then it won’t change pictures again. | non_usab | image gallery bug on mobile chrome while browsing dms on mobile chrome ios you can only view a different picture once and then it won’t change pictures again | 0 |
12,880 | 8,142,911,802 | IssuesEvent | 2018-08-21 09:09:58 | xcat2/xcat-core | https://api.github.com/repos/xcat2/xcat-core | closed | liteimg should display some initial message and progress messages to avoid appearing like a hung command | sprint1 status:pending type:usability | Running `liteimg` caused me some concern because I was not sure how long it would take, and no output is printed to the console....
```
# liteimg rhels7.5-SP1.1.Frank.IST
```
Then once it's complete, the following messages come out:
```
going to modify /install/netboot/rhels7.5-SP1.1/ppc64le/rhels7.5-SP1.1.... | True | liteimg should display some initial message and progress messages to avoid appearing like a hung command - Running `liteimg` caused me some concern because I was not sure how long it would take, and no output is printed to the console....
```
# liteimg rhels7.5-SP1.1.Frank.IST
```
Then once it's complete, the ... | usab | liteimg should display some initial message and progress messages to avoid appearing like a hung command running liteimg caused me some concern because i was not sure how long it would take and no output is printed to the console liteimg frank ist then once it s complete the followi... | 1 |
8,621 | 5,870,646,292 | IssuesEvent | 2017-05-15 05:54:03 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Browse for file dialog - incorrect ordering | enhancement junior job topic:core topic:editor usability | **Operating system or device - Godot version:**
Godot_v2.1.3-stable_win64
**Issue description:**
When importing a large number of files (textures in my case) the browse for file dialog does not order the file list correctly, which makes it difficult for building SpriteFrames because I must click individually throu... | True | Browse for file dialog - incorrect ordering - **Operating system or device - Godot version:**
Godot_v2.1.3-stable_win64
**Issue description:**
When importing a large number of files (textures in my case) the browse for file dialog does not order the file list correctly, which makes it difficult for building Sprite... | usab | browse for file dialog incorrect ordering operating system or device godot version godot stable issue description when importing a large number of files textures in my case the browse for file dialog does not order the file list correctly which makes it difficult for building spriteframe... | 1 |
694,031 | 23,799,491,328 | IssuesEvent | 2022-09-03 03:50:58 | googleapis/google-cloud-go | https://api.github.com/repos/googleapis/google-cloud-go | closed | spanner/spansql: Add support for COALESCE expressions | api: spanner triage me priority: p3 | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
COALESCE expressions are not supported now.
https://cloud.google.com/spanner/docs/reference/standard-sql/functions-and-operators#coalesce
**Describe the... | 1.0 | spanner/spansql: Add support for COALESCE expressions - **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
COALESCE expressions are not supported now.
https://cloud.google.com/spanner/docs/reference/standar... | non_usab | spanner spansql add support for coalesce expressions is your feature request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when coalesce expressions are not supported now describe the solution you d like a clear and conc... | 0 |
31,649 | 2,735,073,186 | IssuesEvent | 2015-04-18 02:07:25 | GoogleCloudPlatform/kubernetes | https://api.github.com/repos/GoogleCloudPlatform/kubernetes | closed | the container data lost when restart k8s cluster env | priority/support | hi,
I meet some questions when use kubernetes cluster, please kindly help me if you know the reason.
1.The pod container's data lost when restart k8s cluster, I find replicatorController will create a new pod other than restart the pod container when start the cluster. I set the "restartPolicy" for replicatorControll... | 1.0 | the container data lost when restart k8s cluster env - hi,
I meet some questions when use kubernetes cluster, please kindly help me if you know the reason.
1.The pod container's data lost when restart k8s cluster, I find replicatorController will create a new pod other than restart the pod container when start the cl... | non_usab | the container data lost when restart cluster env hi i meet some questions when use kubernetes cluster please kindly help me if you know the reason the pod container s data lost when restart cluster i find replicatorcontroller will create a new pod other than restart the pod container when start the cluste... | 0 |
17,291 | 11,868,325,763 | IssuesEvent | 2020-03-26 08:59:07 | felixerdy/origami | https://api.github.com/repos/felixerdy/origami | closed | Setting screen closure | creategame enhancement usability | **Expected behavior**
The settings screen should only close by clicking the save-button or the X.
**Actual behavior**
The settings screen closes each time the user accidentally clicks next to the screen. | True | Setting screen closure - **Expected behavior**
The settings screen should only close by clicking the save-button or the X.
**Actual behavior**
The settings screen closes each time the user accidentally clicks next to the screen. | usab | setting screen closure expected behavior the settings screen should only close by clicking the save button or the x actual behavior the settings screen closes each time the user accidentally clicks next to the screen | 1 |
3,188 | 3,367,799,027 | IssuesEvent | 2015-11-22 13:56:28 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Editor font setting is not applied when open gd file from FileSystem tab | bug topic:editor usability | reproduce steps
1. Set custom font at Editor Settings > Global > Font
2. Browse gd file in FileSystem panel
3. Open gd file which is not already opened. | True | Editor font setting is not applied when open gd file from FileSystem tab - reproduce steps
1. Set custom font at Editor Settings > Global > Font
2. Browse gd file in FileSystem panel
3. Open gd file which is not already opened. | usab | editor font setting is not applied when open gd file from filesystem tab reproduce steps set custom font at editor settings global font browse gd file in filesystem panel open gd file which is not already opened | 1 |
327,614 | 28,073,428,146 | IssuesEvent | 2023-03-29 20:57:55 | elastic/kibana | https://api.github.com/repos/elastic/kibana | opened | Failing test: Jest Integration Tests.src/plugins/files/server/routes/file_kind/integration_tests - File kind HTTP API list shares | failed-test | A test failed on a tracked branch
```
Error: Unable to read snapshot manifest: Internal Server Error
<?xml version='1.0' encoding='UTF-8'?><Error><Code>InternalError</Code><Message>We encountered an internal error. Please try again.</Message><Details>AMJxxAvYGMCv3RmB7FnTF6UK1xl4ft0Qtb7JdQj7ksKRHttXnuw06WfOyRWgK63fjX... | 1.0 | Failing test: Jest Integration Tests.src/plugins/files/server/routes/file_kind/integration_tests - File kind HTTP API list shares - A test failed on a tracked branch
```
Error: Unable to read snapshot manifest: Internal Server Error
<?xml version='1.0' encoding='UTF-8'?><Error><Code>InternalError</Code><Message>We e... | non_usab | failing test jest integration tests src plugins files server routes file kind integration tests file kind http api list shares a test failed on a tracked branch error unable to read snapshot manifest internal server error internalerror we encountered an internal error please try again at ge... | 0 |
1,475 | 2,856,566,493 | IssuesEvent | 2015-06-02 15:30:27 | Graylog2/graylog2-web-interface | https://api.github.com/repos/Graylog2/graylog2-web-interface | closed | Move terminate input button to somewhere less prominent | usability | right now i feel the urge to click it every time i'm on the page
 | True | Move terminate input button to somewhere less prominent - right now i feel the urge to click it every time i'm on the page
 | usab | move terminate input button to somewhere less prominent right now i feel the urge to click it every time i m on the page | 1 |
13,091 | 8,248,901,597 | IssuesEvent | 2018-09-11 19:52:57 | uber/hudi | https://api.github.com/repos/uber/hudi | closed | Fixing Spark & Hive jar mismatch for hive registration via hoodie-hive | usability | This is a hairy issue. Spark comes with its version of Hive, which could be different from what version of Hive itself being run. Ultimately since Hoodie is a spark app, this means any incompatibility here prevents hivesync being done inline from a tool like HoodieDeltaStreamer, and forced to run a separate task on a ... | True | Fixing Spark & Hive jar mismatch for hive registration via hoodie-hive - This is a hairy issue. Spark comes with its version of Hive, which could be different from what version of Hive itself being run. Ultimately since Hoodie is a spark app, this means any incompatibility here prevents hivesync being done inline fro... | usab | fixing spark hive jar mismatch for hive registration via hoodie hive this is a hairy issue spark comes with its version of hive which could be different from what version of hive itself being run ultimately since hoodie is a spark app this means any incompatibility here prevents hivesync being done inline fro... | 1 |
1,048 | 2,702,121,673 | IssuesEvent | 2015-04-06 01:56:36 | piwik/piwik | https://api.github.com/repos/piwik/piwik | closed | Skip to Content overlaps with top menu | c: Usability Task | As described in https://github.com/piwik/piwik/pull/7025#issuecomment-81567476
The `Skip to content` link overlaps with top menu:

| True | Skip to Content overlaps with top menu - As described in https://github.com/piwik/piwik/pull/7025#issuecomment-81567476
The `Skip to content` link overlaps with top menu:

| usab | skip to content overlaps with top menu as described in the skip to content link overlaps with top menu | 1 |
7,300 | 4,866,200,821 | IssuesEvent | 2016-11-14 22:57:45 | rabbitmq/rabbitmq-shovel | https://api.github.com/repos/rabbitmq/rabbitmq-shovel | opened | CLI extension for server status | effort-low enhancement usability | Now that [new CLI tools](https://github.com/rabbitmq/rabbitmq-cli) are merged, we should take advantage of their extensibility and provide a command for Shovel status: `rabbitmqctl shovel-status` (aliased as `rabbitmq-diagnostics shovel-status`). | True | CLI extension for server status - Now that [new CLI tools](https://github.com/rabbitmq/rabbitmq-cli) are merged, we should take advantage of their extensibility and provide a command for Shovel status: `rabbitmqctl shovel-status` (aliased as `rabbitmq-diagnostics shovel-status`). | usab | cli extension for server status now that are merged we should take advantage of their extensibility and provide a command for shovel status rabbitmqctl shovel status aliased as rabbitmq diagnostics shovel status | 1 |
5,458 | 3,929,992,979 | IssuesEvent | 2016-04-25 04:56:32 | OpenZWave/open-zwave | https://api.github.com/repos/OpenZWave/open-zwave | closed | Error in documentation | Usability | Hello,
I found an error in the documentation of the Notification class and more precisely the Notification::Type_ControllerCommand enumeration value. Indeed the documentation said that:
* Notification::GetEvent returns a Driver::ControllerCommand and
* Notification::GetNotification returns a Driver::ControllerStat... | True | Error in documentation - Hello,
I found an error in the documentation of the Notification class and more precisely the Notification::Type_ControllerCommand enumeration value. Indeed the documentation said that:
* Notification::GetEvent returns a Driver::ControllerCommand and
* Notification::GetNotification returns... | usab | error in documentation hello i found an error in the documentation of the notification class and more precisely the notification type controllercommand enumeration value indeed the documentation said that notification getevent returns a driver controllercommand and notification getnotification returns... | 1 |
25,418 | 25,162,636,110 | IssuesEvent | 2022-11-10 17:59:09 | privacy-tech-lab/privacy-pioneer | https://api.github.com/repos/privacy-tech-lab/privacy-pioneer | closed | Pre usability study improvements | bug fine tuning optimization usability | - [x] Add unique pop-up message on home page
<img width="160" alt="Screen Shot 2022-10-16 at 1 07 59 PM" src="https://user-images.githubusercontent.com/97986810/196048607-5f5c5cd5-5d70-45a2-8300-5ae5c2b0ba0b.png">
- [x] Add watchlist hover label for automatically generated keywords
<img width="400" alt="Screen Sho... | True | Pre usability study improvements - - [x] Add unique pop-up message on home page
<img width="160" alt="Screen Shot 2022-10-16 at 1 07 59 PM" src="https://user-images.githubusercontent.com/97986810/196048607-5f5c5cd5-5d70-45a2-8300-5ae5c2b0ba0b.png">
- [x] Add watchlist hover label for automatically generated keywor... | usab | pre usability study improvements add unique pop up message on home page img width alt screen shot at pm src add watchlist hover label for automatically generated keywords img width alt screen shot at pm src clarify the purpose or remove the system defa... | 1 |
24,608 | 24,015,464,932 | IssuesEvent | 2022-09-14 23:54:03 | dgraph-io/dgraph | https://api.github.com/repos/dgraph-io/dgraph | reopened | Zero's /health endpoint returns just "Ok" where the same Alpha's endpoint returns a JSON | kind/enhancement status/accepted area/usability | I'm testing Dgraph 1.2.3 version and notice there is a difference in `/health` endpoints for Zero and Alpha. It would be good to unify that endpoint to return the same JSON structure.
Zero's response to `curl http://localhost:6080/health`
```
Ok
```
Alpha's reponse to `curl http://localhost:8080/health`:
```
... | True | Zero's /health endpoint returns just "Ok" where the same Alpha's endpoint returns a JSON - I'm testing Dgraph 1.2.3 version and notice there is a difference in `/health` endpoints for Zero and Alpha. It would be good to unify that endpoint to return the same JSON structure.
Zero's response to `curl http://localhost:... | usab | zero s health endpoint returns just ok where the same alpha s endpoint returns a json i m testing dgraph version and notice there is a difference in health endpoints for zero and alpha it would be good to unify that endpoint to return the same json structure zero s response to curl ok ... | 1 |
98,840 | 30,193,928,752 | IssuesEvent | 2023-07-04 18:18:47 | easybuilders/easybuild | https://api.github.com/repos/easybuilders/easybuild | closed | Toolchain Support Policy - EasyBuild 5 | EasyBuild-5.0 feedback | Work has started on [EasyBuild 5](https://docs.easybuild.io/easybuild-v5/overview-of-changes) and we, the EasyBuild maintainers, are requesting community feedback on some potential changes. If you will be impacted by this proposed change then please leave feedback below.
## Proposed Change
For the central EasyBui... | 1.0 | Toolchain Support Policy - EasyBuild 5 - Work has started on [EasyBuild 5](https://docs.easybuild.io/easybuild-v5/overview-of-changes) and we, the EasyBuild maintainers, are requesting community feedback on some potential changes. If you will be impacted by this proposed change then please leave feedback below.
## P... | non_usab | toolchain support policy easybuild work has started on and we the easybuild maintainers are requesting community feedback on some potential changes if you will be impacted by this proposed change then please leave feedback below proposed change for the central easybuild repositories we will supp... | 0 |
7,635 | 5,100,928,952 | IssuesEvent | 2017-01-04 14:01:48 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 29863723: iOS 10: Cannot edit a contact opened from Spotlight | classification:ui/usability reproducible:always status:open | #### Description
Opened a contact from Spotlight, wanted to edit it. Can't.
How to Reproduce?
• Look for a contact in Spotlight.
• Tap on it's name — the card shows
• Want to edit
Expected Results
An Edit button somewhere or any other UI, to at least open that contact in the Contacts/Phone app
Actual Resu... | True | 29863723: iOS 10: Cannot edit a contact opened from Spotlight - #### Description
Opened a contact from Spotlight, wanted to edit it. Can't.
How to Reproduce?
• Look for a contact in Spotlight.
• Tap on it's name — the card shows
• Want to edit
Expected Results
An Edit button somewhere or any other UI, to at ... | usab | ios cannot edit a contact opened from spotlight description opened a contact from spotlight wanted to edit it can t how to reproduce • look for a contact in spotlight • tap on it s name — the card shows • want to edit expected results an edit button somewhere or any other ui to at least op... | 1 |
13,985 | 8,774,370,927 | IssuesEvent | 2018-12-18 19:37:08 | Microsoft/BotFramework-WebChat | https://api.github.com/repos/Microsoft/BotFramework-WebChat | closed | Screen reader is not providing any information about 'Sent' message. | 4.3 A11yUsable AccSelfLime Accessibility Bug HCL_BotFramework_WebChat Nov-18 Production T-Shirt: S Triaged | **Actual Result:**
After sending the "hi" message narrator is silent, not reading anything when message is in Sending state.
Narrator is not providing any information about the sent message.
**Note:** Same issue repro at -
Upload File button - After Uploading Image narrator not give information that Image has bee... | True | Screen reader is not providing any information about 'Sent' message. - **Actual Result:**
After sending the "hi" message narrator is silent, not reading anything when message is in Sending state.
Narrator is not providing any information about the sent message.
**Note:** Same issue repro at -
Upload File button -... | usab | screen reader is not providing any information about sent message actual result after sending the hi message narrator is silent not reading anything when message is in sending state narrator is not providing any information about the sent message note same issue repro at upload file button ... | 1 |
4,651 | 3,875,580,571 | IssuesEvent | 2016-04-12 02:01:48 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 22001495: Don't display UIAlertController when opening your own app's CFBundleURLTypes | classification:ui/usability reproducible:always status:open | #### Description
Summary:
Starting in iOS 9b4, a UIAlertController is presented when an app tries to open another app with openURL:. This is confusing and disrupting to users when an app is trying to open URLs to itself, which must be done to authenticate in the OAuth authentication scheme. These URLs are in CFBundleU... | True | 22001495: Don't display UIAlertController when opening your own app's CFBundleURLTypes - #### Description
Summary:
Starting in iOS 9b4, a UIAlertController is presented when an app tries to open another app with openURL:. This is confusing and disrupting to users when an app is trying to open URLs to itself, which mus... | usab | don t display uialertcontroller when opening your own app s cfbundleurltypes description summary starting in ios a uialertcontroller is presented when an app tries to open another app with openurl this is confusing and disrupting to users when an app is trying to open urls to itself which must be done... | 1 |
836 | 2,633,970,175 | IssuesEvent | 2015-03-09 10:01:19 | AdamsLair/duality | https://api.github.com/repos/AdamsLair/duality | opened | Allow PropertyGrid to Create Generics of Undefined <T> | Editor Feature Usability | - Right now, the Object Inspector can edit any List<T>, but is only able to create one when T is pre-defined.
- There should be a UI for manually selecting T when creating a new List<T> without knowing what T could be. It also should pop up when T can be derived from previous elements in a list, but isn't strictly bou... | True | Allow PropertyGrid to Create Generics of Undefined <T> - - Right now, the Object Inspector can edit any List<T>, but is only able to create one when T is pre-defined.
- There should be a UI for manually selecting T when creating a new List<T> without knowing what T could be. It also should pop up when T can be derived... | usab | allow propertygrid to create generics of undefined right now the object inspector can edit any list but is only able to create one when t is pre defined there should be a ui for manually selecting t when creating a new list without knowing what t could be it also should pop up when t can be derived from ... | 1 |
25,105 | 24,716,672,063 | IssuesEvent | 2022-10-20 07:33:21 | git4school/git4school-visu | https://api.github.com/repos/git4school/git4school-visu | opened | Include the questions in a set (worksheet) | usability story pending | **Description**
So it will be easier to link a milestone with a whole set of questions for example.
| True | Include the questions in a set (worksheet) - **Description**
So it will be easier to link a milestone with a whole set of questions for example.
| usab | include the questions in a set worksheet description so it will be easier to link a milestone with a whole set of questions for example | 1 |
5,216 | 3,906,051,772 | IssuesEvent | 2016-04-19 07:05:57 | kolliSuman/issues | https://api.github.com/repos/kolliSuman/issues | closed | QA_Morphological Operations_Back to experiment_smk | Category: Production Developed By: VLEAD Release Number: 18 Severity: Usability Status: Open |
Test Step Link:
https://github.com/Virtual-Labs/image-processing-iiith/blob/master/test-cases/integration_test-cases/Morphological%20Operations/Morphological%20Operations_Defect Description :
In the "Morphological Operations" experiment,the back to experiments link is not present in the page instead the back to exper... | True | QA_Morphological Operations_Back to experiment_smk -
Test Step Link:
https://github.com/Virtual-Labs/image-processing-iiith/blob/master/test-cases/integration_test-cases/Morphological%20Operations/Morphological%20Operations_Defect Description :
In the "Morphological Operations" experiment,the back to experiments link... | usab | qa morphological operations back to experiment smk test step link description in the morphological operations 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 ... | 1 |
1,470 | 2,855,812,263 | IssuesEvent | 2015-06-02 11:53:43 | MISP/MISP | https://api.github.com/repos/MISP/MISP | closed | Free text importer parsing improvements | functionality usability | Try to also parse the following cases taken from [this post](http://blog.shadowserver.org/2012/04/16/beware-of-what-you-download-recent-purported-ceiec-document-dump-booby-trapped/):
```
1. Both samples beacon back to www.ollay011.zyns.com, which at the time of this writing and since
-> Expected output: parsed... | True | Free text importer parsing improvements - Try to also parse the following cases taken from [this post](http://blog.shadowserver.org/2012/04/16/beware-of-what-you-download-recent-purported-ceiec-document-dump-booby-trapped/):
```
1. Both samples beacon back to www.ollay011.zyns.com, which at the time of this writing ... | usab | free text importer parsing improvements try to also parse the following cases taken from both samples beacon back to which at the time of this writing and since expected output parsed as hostname callback gicp net expected output parsed as hostname with port added as co... | 1 |
71,818 | 15,209,826,621 | IssuesEvent | 2021-02-17 06:13:42 | YJSoft/bootstrap-board | https://api.github.com/repos/YJSoft/bootstrap-board | opened | CVE-2018-14040 (Medium) detected in bootstrap-3.0.3.min.js | security vulnerability | ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.0.3.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile f... | True | CVE-2018-14040 (Medium) detected in bootstrap-3.0.3.min.js - ## CVE-2018-14040 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>bootstrap-3.0.3.min.js</b></p></summary>
<p>The most po... | non_usab | cve medium detected in bootstrap min js 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 library bootstrap ... | 0 |
94,321 | 8,484,621,431 | IssuesEvent | 2018-10-26 03:38:56 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | Investigate flaky test-http2-compat-serverresponse-end | CI / flaky test http2 | https://ci.nodejs.org/job/node-test-binary-windows/20236/COMPILED_BY=vs2017-x86,RUNNER=win2012r2,RUN_SUBSET=0/console
```console
07:09:30 not ok 257 parallel/test-http2-compat-serverresponse-end
07:09:30 ---
07:09:30 duration_ms: 120.69
07:09:30 severity: fail
07:09:30 exitcode: 1
07:09:30 stack: |-
... | 1.0 | Investigate flaky test-http2-compat-serverresponse-end - https://ci.nodejs.org/job/node-test-binary-windows/20236/COMPILED_BY=vs2017-x86,RUNNER=win2012r2,RUN_SUBSET=0/console
```console
07:09:30 not ok 257 parallel/test-http2-compat-serverresponse-end
07:09:30 ---
07:09:30 duration_ms: 120.69
07:09:30 seve... | non_usab | investigate flaky test compat serverresponse end console not ok parallel test compat serverresponse end duration ms severity fail exitcode stack timeout | 0 |
24,790 | 24,288,973,660 | IssuesEvent | 2022-09-29 02:54:29 | yirugi/sptest | https://api.github.com/repos/yirugi/sptest | opened | Tool doesn't adjust to fill/fit screen on a larger display | enhancement usability | <a href="https://github.itap.purdue.edu/kawasson"><img src="https://avatars.github.itap.purdue.edu/u/4727?" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [kawasson](https://github.itap.purdue.edu/kawasson)**
_Thursday May 26, 2022 at 19:41 GMT_
_Originally opened as https://github.itap.purdue.ed... | True | Tool doesn't adjust to fill/fit screen on a larger display - <a href="https://github.itap.purdue.edu/kawasson"><img src="https://avatars.github.itap.purdue.edu/u/4727?" align="left" width="96" height="96" hspace="10"></img></a> **Issue by [kawasson](https://github.itap.purdue.edu/kawasson)**
_Thursday May 26, 2022 at 1... | usab | tool doesn t adjust to fill fit screen on a larger display issue by thursday may at gmt originally opened as describe the bug when i open the superpower app on different sized monitors displays the tool doesn t readjust to fit the size of the monitor screenshots i noticed... | 1 |
23,109 | 15,826,462,434 | IssuesEvent | 2021-04-06 07:27:41 | airyhq/airy | https://api.github.com/repos/airyhq/airy | closed | Prometheus Metrics about Kubernetes Pods | infrastructure | This [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator) makes it easier to configure Prometheus instances to monitor Kubernetes Pods | 1.0 | Prometheus Metrics about Kubernetes Pods - This [Prometheus Operator](https://github.com/prometheus-operator/prometheus-operator) makes it easier to configure Prometheus instances to monitor Kubernetes Pods | non_usab | prometheus metrics about kubernetes pods this makes it easier to configure prometheus instances to monitor kubernetes pods | 0 |
127,247 | 18,010,358,057 | IssuesEvent | 2021-09-16 07:53:22 | maddyCode23/linux-4.1.15 | https://api.github.com/repos/maddyCode23/linux-4.1.15 | opened | CVE-2018-13095 (Medium) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2018-13095 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home p... | True | CVE-2018-13095 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2018-13095 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia C... | non_usab | cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href vulnerable source files fs xfs libx... | 0 |
257 | 2,597,990,314 | IssuesEvent | 2015-02-22 01:25:31 | TeamMentor/TM_4_0_Design | https://api.github.com/repos/TeamMentor/TM_4_0_Design | closed | HTTP 413 Request entity too large in Login form | Action:QA Area: Security Effort: Schooner - 1d P0 Sprint1 Type:Bug | If you enter a long value in the username textbox in the login form, you receive this error
Note that the stack trace also shows up directories.
 | True | HTTP 413 Request entity too large in Login form - If you enter a long value in the username textbox in the login form, you receive this error
Note that the stack trace also shows up directories.
 is not working in Gluu CE 4.2.2 | Low priority bug | Hi I am trying to change the logo and favicon in Gluu CE 4.2.2 and to do this I have copied the custom logo to custom/static/logo/logo.png and favicon to custom/static/favicon/favicon.ico. After this I restarted services (oxauth, identity).
Still I see the default logo and favicon. It seems that the internal servlet... | 1.0 | Custom Branding (change in logo and favicon) is not working in Gluu CE 4.2.2 - Hi I am trying to change the logo and favicon in Gluu CE 4.2.2 and to do this I have copied the custom logo to custom/static/logo/logo.png and favicon to custom/static/favicon/favicon.ico. After this I restarted services (oxauth, identity).
... | non_usab | custom branding change in logo and favicon is not working in gluu ce hi i am trying to change the logo and favicon in gluu ce and to do this i have copied the custom logo to custom static logo logo png and favicon to custom static favicon favicon ico after this i restarted services oxauth identity ... | 0 |
18,463 | 12,963,502,484 | IssuesEvent | 2020-07-20 18:53:48 | solo-io/gloo | https://api.github.com/repos/solo-io/gloo | closed | New Rate Limiting API | Area: API Area: Usability Enterprise Type: Enhancement | # Problem Summary
Gloo Enterprise currently exposes a fine-grained rate limit API that allows you to configure a [vast number of use cases](https://docs.solo.io/gloo/latest/guides/security/rate_limiting/envoy/).
The two main objects that make up the API are:
1. the [`descriptors`](https://docs.solo.io/gloo/latest/gu... | True | New Rate Limiting API - # Problem Summary
Gloo Enterprise currently exposes a fine-grained rate limit API that allows you to configure a [vast number of use cases](https://docs.solo.io/gloo/latest/guides/security/rate_limiting/envoy/).
The two main objects that make up the API are:
1. the [`descriptors`](https://doc... | usab | new rate limiting api problem summary gloo enterprise currently exposes a fine grained rate limit api that allows you to configure a the two main objects that make up the api are the which configure the rate limit server and are defined on the global settings resource and the that determin... | 1 |
15,014 | 9,657,673,222 | IssuesEvent | 2019-05-20 09:08:51 | eclipse/mita | https://api.github.com/repos/eclipse/mita | opened | Content assist shows to many elements | In-Progress Usability | **Current behavior:**
<!-- Describe how the bug manifests. -->
The content assist shows too many elements. Selecting the wrong ones results in compilation errors.
**Expected behavior:**
<!-- Describe what the behavior would be without the bug. -->
Only elements that are relevant in the corresponding context shou... | True | Content assist shows to many elements - **Current behavior:**
<!-- Describe how the bug manifests. -->
The content assist shows too many elements. Selecting the wrong ones results in compilation errors.
**Expected behavior:**
<!-- Describe what the behavior would be without the bug. -->
Only elements that are re... | usab | content assist shows to many elements current behavior the content assist shows too many elements selecting the wrong ones results in compilation errors expected behavior only elements that are relevant in the corresponding context should be provided list of issues in event handle... | 1 |
125,619 | 26,699,708,830 | IssuesEvent | 2023-01-27 13:26:22 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | data corruption on delta+gorilla+lz4 codec pipeline | bug minor comp-codecs | **Describe what's wrong**
I have dataset from sensors that was corrupted when using codec (Delta, Gorilla, LZ4)
**Does it reproduce on recent release?**
checked only on
```
+----------------+----------------------------------------+
|name |value |
+------------... | 1.0 | data corruption on delta+gorilla+lz4 codec pipeline - **Describe what's wrong**
I have dataset from sensors that was corrupted when using codec (Delta, Gorilla, LZ4)
**Does it reproduce on recent release?**
checked only on
```
+----------------+----------------------------------------+
|name |va... | non_usab | data corruption on delta gorilla codec pipeline describe what s wrong i have dataset from sensors that was corrupted when using codec delta gorilla does it reproduce on recent release checked only on name value ... | 0 |
173,752 | 21,177,104,599 | IssuesEvent | 2022-04-08 01:57:23 | Thezone1975/Office-Add-in-NodeJS-SSO | https://api.github.com/repos/Thezone1975/Office-Add-in-NodeJS-SSO | opened | CVE-2022-24785 (High) detected in moment-2.23.0.tgz | security vulnerability | ## CVE-2022-24785 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.23.0.tgz</b></p></summary>
<p>Parse, validate, manipulate, and display dates</p>
<p>Library home page: <a hre... | True | CVE-2022-24785 (High) detected in moment-2.23.0.tgz - ## CVE-2022-24785 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moment-2.23.0.tgz</b></p></summary>
<p>Parse, validate, manipula... | non_usab | cve high detected in moment tgz cve high severity vulnerability vulnerable library moment tgz parse validate manipulate and display dates library home page a href path to dependency file office add in nodejs sso completed multitenant package json path to vulnerabl... | 0 |
14,337 | 9,048,645,833 | IssuesEvent | 2019-02-12 00:57:43 | matomo-org/matomo | https://api.github.com/repos/matomo-org/matomo | opened | in Ecommerce > Sales report and in all Goal reports, move "Keywords (including not defined)" down the list | c: Usability | Since search engines don't provide 95%+ of keywords used to access a website, the "Keywords" report (sometimes named "Keywords (including not defined)") will not contain valuable information.
Therefore we can prevent some confusion and show a more interesting default report for people who click on:
* Ecommerce > Sa... | True | in Ecommerce > Sales report and in all Goal reports, move "Keywords (including not defined)" down the list - Since search engines don't provide 95%+ of keywords used to access a website, the "Keywords" report (sometimes named "Keywords (including not defined)") will not contain valuable information.
Therefore we can... | usab | in ecommerce sales report and in all goal reports move keywords including not defined down the list since search engines don t provide of keywords used to access a website the keywords report sometimes named keywords including not defined will not contain valuable information therefore we can ... | 1 |
57,925 | 11,810,574,397 | IssuesEvent | 2020-03-19 16:42:25 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | Pass correct parameterName to ArgumentException | api-suggestion area-System.Runtime code-analyzer | Find places where `nameof(...)` is passed as the first (rather than second) argument to `ArgumentException`. Also places where `nameof` is used as the argument name in an `ArgumentException` (or derived type) but where it's not referring to a parameter.
**Category**: Reliability | 1.0 | Pass correct parameterName to ArgumentException - Find places where `nameof(...)` is passed as the first (rather than second) argument to `ArgumentException`. Also places where `nameof` is used as the argument name in an `ArgumentException` (or derived type) but where it's not referring to a parameter.
**Category**: ... | non_usab | pass correct parametername to argumentexception find places where nameof is passed as the first rather than second argument to argumentexception also places where nameof is used as the argument name in an argumentexception or derived type but where it s not referring to a parameter category ... | 0 |
15,825 | 10,317,153,971 | IssuesEvent | 2019-08-30 11:58:39 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | Inspector dock changes size when selected | bug confirmed topic:editor usability | <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
5b5db08
**Issue description:**
When clicking the Inspector dock, it will change its size. It only affects this dock alone, no matter its current l... | True | Inspector dock changes size when selected - <!-- Please search existing issues for potential duplicates before filing yours:
https://github.com/godotengine/godot/issues?q=is%3Aissue
-->
**Godot version:**
5b5db08
**Issue description:**
When clicking the Inspector dock, it will change its size. It only affe... | usab | inspector dock changes size when selected please search existing issues for potential duplicates before filing yours godot version issue description when clicking the inspector dock it will change its size it only affects this dock alone no matter its current location | 1 |
152,899 | 5,871,686,607 | IssuesEvent | 2017-05-15 09:22:43 | javaee/glassfish | https://api.github.com/repos/javaee/glassfish | closed | "Delete all messages" doesn't clear stats | Component: jms Priority: Major Type: Bug | From the Glassfish server 4.0 admin console
server(Admin Server)>JMS Physical Destinations>Select any queue(s) -> "delete all messages"
after this If you click on "View" to see the statistics of the queue they remain unchanged. | 1.0 | "Delete all messages" doesn't clear stats - From the Glassfish server 4.0 admin console
server(Admin Server)>JMS Physical Destinations>Select any queue(s) -> "delete all messages"
after this If you click on "View" to see the statistics of the queue they remain unchanged. | non_usab | delete all messages doesn t clear stats from the glassfish server admin console server admin server jms physical destinations select any queue s delete all messages after this if you click on view to see the statistics of the queue they remain unchanged | 0 |
42,228 | 9,195,161,128 | IssuesEvent | 2019-03-07 01:14:38 | cryptoeconomics-study/visualizations | https://api.github.com/repos/cryptoeconomics-study/visualizations | closed | Use library for message animation | UI/UX code refactoring | Here's an example of using d3 transition to animate along an svg path. Definitely better performance than our current animation: http://bl.ocks.org/KoGor/8162640
I think the above is the best option, but if we end up needing to use react for animation, here are the top react animation libraries: react-transition-gro... | 1.0 | Use library for message animation - Here's an example of using d3 transition to animate along an svg path. Definitely better performance than our current animation: http://bl.ocks.org/KoGor/8162640
I think the above is the best option, but if we end up needing to use react for animation, here are the top react anima... | non_usab | use library for message animation here s an example of using transition to animate along an svg path definitely better performance than our current animation i think the above is the best option but if we end up needing to use react for animation here are the top react animation libraries react transition... | 0 |
22,115 | 18,720,973,164 | IssuesEvent | 2021-11-03 11:44:52 | eclipse/dirigible | https://api.github.com/repos/eclipse/dirigible | closed | [Workbench] Alerts not working | bug web-ide usability efforts-low | **Describe the bug**
When you activate `AlertSuccess`, `AlertInfo`, `AlertWarning` or `AlertError` while in the workbench perspective, nothing happens. There is no error in the console but there is no alert either.
**Expected behavior**
Alerts should be shown in the workbench perspective.
**Desktop (please comp... | True | [Workbench] Alerts not working - **Describe the bug**
When you activate `AlertSuccess`, `AlertInfo`, `AlertWarning` or `AlertError` while in the workbench perspective, nothing happens. There is no error in the console but there is no alert either.
**Expected behavior**
Alerts should be shown in the workbench persp... | usab | alerts not working describe the bug when you activate alertsuccess alertinfo alertwarning or alerterror while in the workbench perspective nothing happens there is no error in the console but there is no alert either expected behavior alerts should be shown in the workbench perspective ... | 1 |
270,472 | 28,960,725,171 | IssuesEvent | 2023-05-10 02:04:58 | mattdanielbrown/primed | https://api.github.com/repos/mattdanielbrown/primed | closed | CVE-2020-7751 (High) detected in pathval-1.1.0.tgz - autoclosed | Mend: dependency security vulnerability | ## CVE-2020-7751 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pathval-1.1.0.tgz</b></p></summary>
<p>Object value retrieval given a string path</p>
<p>Library home page: <a href="ht... | True | CVE-2020-7751 (High) detected in pathval-1.1.0.tgz - autoclosed - ## CVE-2020-7751 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pathval-1.1.0.tgz</b></p></summary>
<p>Object value r... | non_usab | cve high detected in pathval tgz autoclosed cve high severity vulnerability vulnerable library pathval tgz object value retrieval given a string path library home page a href path to dependency file package json path to vulnerable library node modules pathval pac... | 0 |
7,821 | 5,225,534,787 | IssuesEvent | 2017-01-27 18:35:10 | VenturaFranklin/ThetaTauAnnualReport | https://api.github.com/repos/VenturaFranklin/ThetaTauAnnualReport | closed | Really Long Same Names | Usability | Really long names means that the attendance sheet is not clear which member
eg. Christopher | True | Really Long Same Names - Really long names means that the attendance sheet is not clear which member
eg. Christopher | usab | really long same names really long names means that the attendance sheet is not clear which member eg christopher | 1 |
142,266 | 11,461,922,435 | IssuesEvent | 2020-02-07 13:05:30 | elastic/elasticsearch | https://api.github.com/repos/elastic/elasticsearch | opened | [CI] ArraySearchPhaseResults shardIndex is already set | :Search/Search >test-failure | I've come across various apparently unrelated integration tests with the following error stacktrace:
```
Caused by:
java.lang.AssertionError: shardIndex: 3 is already set
at __randomizedtesting.SeedInfo.seed([A373DD6CE0DE449A]:0)
at org.elasticsearch.action.search.ArraySe... | 1.0 | [CI] ArraySearchPhaseResults shardIndex is already set - I've come across various apparently unrelated integration tests with the following error stacktrace:
```
Caused by:
java.lang.AssertionError: shardIndex: 3 is already set
at __randomizedtesting.SeedInfo.seed([A373DD6CE0DE449A]:0)... | non_usab | arraysearchphaseresults shardindex is already set i ve come across various apparently unrelated integration tests with the following error stacktrace caused by java lang assertionerror shardindex is already set at randomizedtesting seedinfo seed at or... | 0 |
26,957 | 27,428,239,003 | IssuesEvent | 2023-03-01 22:14:23 | facebook/RapiD | https://api.github.com/repos/facebook/RapiD | closed | New Data should not be abide by same rules of edition than ID, before being uploaded to the OSM Database | feature-usability | ### Description
One of the problems that I ever encounted with the AI Data suggestion is that several magenta lines once accepted as highway=residential (despite what later will become) are too big to be moved, adjusted or otherwise edited, that produce an unnessesary burden for the mapper to be splitting the line and... | True | New Data should not be abide by same rules of edition than ID, before being uploaded to the OSM Database - ### Description
One of the problems that I ever encounted with the AI Data suggestion is that several magenta lines once accepted as highway=residential (despite what later will become) are too big to be moved, a... | usab | new data should not be abide by same rules of edition than id before being uploaded to the osm database description one of the problems that i ever encounted with the ai data suggestion is that several magenta lines once accepted as highway residential despite what later will become are too big to be moved a... | 1 |
53,089 | 13,260,881,444 | IssuesEvent | 2020-08-20 18:55:25 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | lhapdf_5.8.7 Portfile bugfix (Trac #683) | Migrated from Trac defect tools/ports | This patch fixes a bug that appears when "with_python" is not set. A patch against the current Portfile is attached.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/683">https://code.icecube.wisc.edu/projects/icecube/ticket/683</a>, reported by claudio.kopperand own... | 1.0 | lhapdf_5.8.7 Portfile bugfix (Trac #683) - This patch fixes a bug that appears when "with_python" is not set. A patch against the current Portfile is attached.
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/683">https://code.icecube.wisc.edu/projects/icecube/ticket... | non_usab | lhapdf portfile bugfix trac this patch fixes a bug that appears when with python is not set a patch against the current portfile is attached migrated from json status closed changetime ts description this patch fixes a bug that appears... | 0 |
308,709 | 23,262,946,815 | IssuesEvent | 2022-08-04 14:52:35 | Kitware/dive | https://api.github.com/repos/Kitware/dive | opened | Update Admin Documentation | Type: documentation Type: Feature Request | Administrative Documentation needs to be updated.
Specifically:
- Addons installing and tools
- Admin Panel information
- Admin Jobs Panel
- Admin Branding panel
| 1.0 | Update Admin Documentation - Administrative Documentation needs to be updated.
Specifically:
- Addons installing and tools
- Admin Panel information
- Admin Jobs Panel
- Admin Branding panel
| non_usab | update admin documentation administrative documentation needs to be updated specifically addons installing and tools admin panel information admin jobs panel admin branding panel | 0 |
22,702 | 20,017,491,484 | IssuesEvent | 2022-02-01 13:32:27 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Client: long queries are not removed when navigating through history | usability | **How to reproduce:**
1. Run several long queries in `clickhouse-client` such that query does not fit into one line in terminal
2. Try to navigate through history using "up" and "down" keys
3. You will see something like this:
.
### Expected result
Can add the module class suffix.
### Actual result
Unable to add the module class suffix.
### System information (as much as possible)
Joomla 4
### Additional comm... | 1.0 | [4.0] Unable to add module class suffix - ### Steps to reproduce the issue
Try to add the module class suffix to the modules (backend and frontend).
### Expected result
Can add the module class suffix.
### Actual result
Unable to add the module class suffix.
### System information (as much as po... | non_usab | unable to add module class suffix steps to reproduce the issue try to add the module class suffix to the modules backend and frontend expected result can add the module class suffix actual result unable to add the module class suffix system information as much as possib... | 0 |
3,076 | 2,733,986,778 | IssuesEvent | 2015-04-17 17:04:10 | stealjs/steal | https://api.github.com/repos/stealjs/steal | closed | system-bower support for bowerIgnore | feature needs documentation | This is mainly for tracking the milestone, upstream pr: https://github.com/stealjs/system-bower/pull/14 | 1.0 | system-bower support for bowerIgnore - This is mainly for tracking the milestone, upstream pr: https://github.com/stealjs/system-bower/pull/14 | non_usab | system bower support for bowerignore this is mainly for tracking the milestone upstream pr | 0 |
283,568 | 24,553,312,015 | IssuesEvent | 2022-10-12 14:08:11 | marklogic/java-client-api | https://api.github.com/repos/marklogic/java-client-api | closed | op.sampleBy misses the 0 parameter overloaded method | Bug minor test | In PlanBuilder.java, we only have
public abstract ModifyPlan sampleBy(PlanSampleByOptions option);
while missing
public abstract ModifyPlan sampleBy();
Updated the server code src/makefiles/optic/optic-defs.json to regenerate PlanBuilder.java
So we can address your issue, please include the following:
### Ve... | 1.0 | op.sampleBy misses the 0 parameter overloaded method - In PlanBuilder.java, we only have
public abstract ModifyPlan sampleBy(PlanSampleByOptions option);
while missing
public abstract ModifyPlan sampleBy();
Updated the server code src/makefiles/optic/optic-defs.json to regenerate PlanBuilder.java
So we can ad... | non_usab | op sampleby misses the parameter overloaded method in planbuilder java we only have public abstract modifyplan sampleby plansamplebyoptions option while missing public abstract modifyplan sampleby updated the server code src makefiles optic optic defs json to regenerate planbuilder java so we can ad... | 0 |
36,574 | 12,417,832,537 | IssuesEvent | 2020-05-22 21:48:51 | TIBCOSoftware/labs-air | https://api.github.com/repos/TIBCOSoftware/labs-air | closed | CVE-2017-16129 (Medium) detected in superagent-0.17.0.tgz | security vulnerability | ## CVE-2017-16129 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>superagent-0.17.0.tgz</b></p></summary>
<p>elegant & feature rich browser / node HTTP with a fluent API</p>
<p>Libra... | True | CVE-2017-16129 (Medium) detected in superagent-0.17.0.tgz - ## CVE-2017-16129 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>superagent-0.17.0.tgz</b></p></summary>
<p>elegant & fea... | non_usab | cve medium detected in superagent tgz cve medium severity vulnerability vulnerable library superagent tgz elegant feature rich browser node http with a fluent api library home page a href path to dependency file tmp ws scm labs air ui projectair package json path... | 0 |
24,807 | 24,310,262,130 | IssuesEvent | 2022-09-29 21:28:54 | DCS-LCSR/SignStream3 | https://api.github.com/repos/DCS-LCSR/SignStream3 | opened | Audio Files and Visualization | usability concern severity NONE | Code is completed which allows the selection of audio files to be annotated in SignStream.
An audio file waveform is displayed in a zoomable window along with a visual spectrogram and the calculated pitch values of that audio. Mouse hovering displays values within the audio at the hovered time and mouse selection o... | True | Audio Files and Visualization - Code is completed which allows the selection of audio files to be annotated in SignStream.
An audio file waveform is displayed in a zoomable window along with a visual spectrogram and the calculated pitch values of that audio. Mouse hovering displays values within the audio at the ho... | usab | audio files and visualization code is completed which allows the selection of audio files to be annotated in signstream an audio file waveform is displayed in a zoomable window along with a visual spectrogram and the calculated pitch values of that audio mouse hovering displays values within the audio at the ho... | 1 |
241,091 | 7,808,813,320 | IssuesEvent | 2018-06-11 21:27:31 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | DHCP client does not notice missing link | area: Debugging area: Networking bug priority: medium | The current DHCP implementation seems not to be able to detect link changes (on my Nucleo-F429ZI board). After pulling the cable the interface status remains bound:
```
shell> net iface
Interface 0x2000a140 (Ethernet) [0]
===================================
Link addr : 00:80:E1:3A:A5:26
MTU : 1500
IPv4 u... | 1.0 | DHCP client does not notice missing link - The current DHCP implementation seems not to be able to detect link changes (on my Nucleo-F429ZI board). After pulling the cable the interface status remains bound:
```
shell> net iface
Interface 0x2000a140 (Ethernet) [0]
===================================
Link addr : ... | non_usab | dhcp client does not notice missing link the current dhcp implementation seems not to be able to detect link changes on my nucleo board after pulling the cable the interface status remains bound shell net iface interface ethernet link addr mtu... | 0 |
357 | 2,524,590,407 | IssuesEvent | 2015-01-20 18:47:33 | SemanticMediaWiki/SemanticMediaWiki | https://api.github.com/repos/SemanticMediaWiki/SemanticMediaWiki | opened | CacheableResultCollector::findPropertyTableByType uses undefined field | code quality | It accessed a $store field, which is not defined in the class itself. It implicitly relies on the deriving classes to define one. | 1.0 | CacheableResultCollector::findPropertyTableByType uses undefined field - It accessed a $store field, which is not defined in the class itself. It implicitly relies on the deriving classes to define one. | non_usab | cacheableresultcollector findpropertytablebytype uses undefined field it accessed a store field which is not defined in the class itself it implicitly relies on the deriving classes to define one | 0 |
3,927 | 3,614,361,495 | IssuesEvent | 2016-02-06 01:06:25 | tgstation/-tg-station | https://api.github.com/repos/tgstation/-tg-station | reopened | SPIDER POPUP WINDOWS | Not a bug UI Usability | >spiders lay eggs
>no end of popup windows and beeps asking if you want to be a spider
>you think it's stopped finally
>they lay eggs again
Absolutely critical issue | True | SPIDER POPUP WINDOWS - >spiders lay eggs
>no end of popup windows and beeps asking if you want to be a spider
>you think it's stopped finally
>they lay eggs again
Absolutely critical issue | usab | spider popup windows spiders lay eggs no end of popup windows and beeps asking if you want to be a spider you think it s stopped finally they lay eggs again absolutely critical issue | 1 |
280,220 | 30,807,791,868 | IssuesEvent | 2023-08-01 08:23:47 | momo-tong/jackson-databind-2.8.11.4 | https://api.github.com/repos/momo-tong/jackson-databind-2.8.11.4 | opened | jackson-databind-2.8.11.4.jar: 49 vulnerabilities (highest severity is: 9.8) | Mend: dependency security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.4.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streaming API</p>
<p>Library home page: <a href="http... | True | jackson-databind-2.8.11.4.jar: 49 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.8.11.4.jar</b></p></summary>
<p>General data-binding functionality f... | non_usab | jackson databind jar vulnerabilities highest severity is 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 pom xml path to vulnerable library home wss ... | 0 |
418,782 | 28,127,301,230 | IssuesEvent | 2023-03-31 18:56:49 | InstituteforDiseaseModeling/idmtools | https://api.github.com/repos/InstituteforDiseaseModeling/idmtools | closed | slurm commission take too much memory which can exceeds head node's max memory | High priority Core CLI Documentation SLURM Priority: high | <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [Description](#description)
- [What I Did](#what-i-did)
- [Extras](#extras)
<!-- END doctoc generated TOC please keep comment here... | 1.0 | slurm commission take too much memory which can exceeds head node's max memory - <!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents**
- [Description](#description)
- [What I Did](#what-i-d... | non_usab | slurm commission take too much memory which can exceeds head node s max memory table of contents description what i did extras description currently annie from northwestern u can not run serialized simulations after burnin it always killed with simulatio... | 0 |
1,840 | 3,488,487,129 | IssuesEvent | 2016-01-03 00:44:23 | ZahlGraf/mySafeCore | https://api.github.com/repos/ZahlGraf/mySafeCore | closed | [mySafeDB] Add compatibility tests for different systems | security feature | Test: Store Database with Passwords => must be byte equal to a given array
Test: Load a given byte array => must be readable and contain a given Password | True | [mySafeDB] Add compatibility tests for different systems - Test: Store Database with Passwords => must be byte equal to a given array
Test: Load a given byte array => must be readable and contain a given Password | non_usab | add compatibility tests for different systems test store database with passwords must be byte equal to a given array test load a given byte array must be readable and contain a given password | 0 |
392,593 | 26,949,767,320 | IssuesEvent | 2023-02-08 10:47:01 | oras-project/oras-go | https://api.github.com/repos/oras-project/oras-go | closed | Example not working | documentation | Example provided in the doc https://oras.land/client_libraries/go/ is not working
```
package main
import (
"context"
"fmt"
"github.com/containerd/containerd/remotes/docker"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
"oras.land/oras-go/pkg/content"
"oras.land/oras... | 1.0 | Example not working - Example provided in the doc https://oras.land/client_libraries/go/ is not working
```
package main
import (
"context"
"fmt"
"github.com/containerd/containerd/remotes/docker"
ocispec "github.com/opencontainers/image-spec/specs-go/v1"
"oras.land/oras-go/pkg/content... | non_usab | example not working example provided in the doc is not working package main import context fmt github com containerd containerd remotes docker ocispec github com opencontainers image spec specs go oras land oras go pkg content oras land oras go pkg oras ... | 0 |
29,895 | 2,718,336,704 | IssuesEvent | 2015-04-12 06:33:27 | codenameone/CodenameOne | https://api.github.com/repos/codenameone/CodenameOne | closed | Add A Build Release Option That will build all targets | Priority-Medium Type-Enhancement wontfix | Original [issue 38](https://code.google.com/p/codenameone/issues/detail?id=38) created by codenameone on 2012-02-18T14:00:40.000Z:
For simplified release updates, ideally it should also increment the version number where appropriate. | 1.0 | Add A Build Release Option That will build all targets - Original [issue 38](https://code.google.com/p/codenameone/issues/detail?id=38) created by codenameone on 2012-02-18T14:00:40.000Z:
For simplified release updates, ideally it should also increment the version number where appropriate. | non_usab | add a build release option that will build all targets original created by codenameone on for simplified release updates ideally it should also increment the version number where appropriate | 0 |
18,663 | 13,150,585,218 | IssuesEvent | 2020-08-09 12:24:02 | rugk/awesome-emoji-picker | https://api.github.com/repos/rugk/awesome-emoji-picker | closed | RTL: overlap in bottom panel/skin selector | UI/usability/UX bug i18n/l10n | ## Bug description
<!-- A short summary of the issue. You can also explain how it affected you or explain some background of the story. -->
As reported by @shanirub in https://github.com/rugk/awesome-emoji-picker/pull/62#issue-329930736:
> The small circle that represents the skin tone overlaps the text "Awesome E... | True | RTL: overlap in bottom panel/skin selector - ## Bug description
<!-- A short summary of the issue. You can also explain how it affected you or explain some background of the story. -->
As reported by @shanirub in https://github.com/rugk/awesome-emoji-picker/pull/62#issue-329930736:
> The small circle that represen... | usab | rtl overlap in bottom panel skin selector bug description as reported by shanirub in the small circle that represents the skin tone overlaps the text awesome emoji steps to reproduce use a version with the hebrew or another rtl language translation choose that language in t... | 1 |
775,033 | 27,216,001,045 | IssuesEvent | 2023-02-20 21:55:22 | GoogleCloudPlatform/cloud-sql-python-connector | https://api.github.com/repos/GoogleCloudPlatform/cloud-sql-python-connector | closed | system.test_asyncpg_connection: test_connection_with_asyncpg failed | type: bug priority: p2 flakybot: issue | Note: #597 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 79d227784531f61cca70ebbaa8e9c75c438fd4f4
buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/4227214516
status: failed
<details><summary>Test output</summary><br><p... | 1.0 | system.test_asyncpg_connection: test_connection_with_asyncpg failed - Note: #597 was also for this test, but it was closed more than 10 days ago. So, I didn't mark it flaky.
----
commit: 79d227784531f61cca70ebbaa8e9c75c438fd4f4
buildURL: https://github.com/GoogleCloudPlatform/cloud-sql-python-connector/actions/runs/4... | non_usab | system test asyncpg connection test connection with asyncpg failed note was also for this test but it was closed more than days ago so i didn t mark it flaky commit buildurl status failed test output pytest fixture name conn async def setup asyncgenerator initializ... | 0 |
206,613 | 16,047,797,448 | IssuesEvent | 2021-04-22 15:26:13 | Valheim-Modding/Jotunn | https://api.github.com/repos/Valheim-Modding/Jotunn | reopened | Add transition documents for current JotunnLib/ValheimLib users | documentation | We should add a section to the documentation, with code examples, that explains how to transition existing mods from ValheimLib and JotunnLib to the new combined Jotunn lib.
Requirements:
- [ ] Transition guide for JotunnLib
- [ ] Transition guide for ValheimLib | 1.0 | Add transition documents for current JotunnLib/ValheimLib users - We should add a section to the documentation, with code examples, that explains how to transition existing mods from ValheimLib and JotunnLib to the new combined Jotunn lib.
Requirements:
- [ ] Transition guide for JotunnLib
- [ ] Transition guide... | non_usab | add transition documents for current jotunnlib valheimlib users we should add a section to the documentation with code examples that explains how to transition existing mods from valheimlib and jotunnlib to the new combined jotunn lib requirements transition guide for jotunnlib transition guide for... | 0 |
789,555 | 27,795,321,572 | IssuesEvent | 2023-03-17 12:06:03 | svthalia/concrexit | https://api.github.com/repos/svthalia/concrexit | opened | Move from Nix to docker only | priority: high request-for-comments server nix | None of use can work with Nix, and the current state of stuff doesn't really seem to allow us to even release a new version (i.e. we could probably manage to replace the docker image but not the nginx configs).
We should change our server stuff such that anyone can understand and maintain it: docker compose on a sim... | 1.0 | Move from Nix to docker only - None of use can work with Nix, and the current state of stuff doesn't really seem to allow us to even release a new version (i.e. we could probably manage to replace the docker image but not the nginx configs).
We should change our server stuff such that anyone can understand and maint... | non_usab | move from nix to docker only none of use can work with nix and the current state of stuff doesn t really seem to allow us to even release a new version i e we could probably manage to replace the docker image but not the nginx configs we should change our server stuff such that anyone can understand and maint... | 0 |
5,323 | 7,835,601,693 | IssuesEvent | 2018-06-17 08:36:52 | hugomd/parrot.live | https://api.github.com/repos/hugomd/parrot.live | closed | ASCII escape characters do not work on Windows | compatibility windows | Despite some other posts saying Windows doesn't come with `curl` pre-installed or whatever, it works fine on my machine, and it's definitely not something I've added myself. For some reason though, my PC won't print it in colors (or with the `cls` or `clear` that makes it actually look animated by resetting the screen ... | True | ASCII escape characters do not work on Windows - Despite some other posts saying Windows doesn't come with `curl` pre-installed or whatever, it works fine on my machine, and it's definitely not something I've added myself. For some reason though, my PC won't print it in colors (or with the `cls` or `clear` that makes i... | non_usab | ascii escape characters do not work on windows despite some other posts saying windows doesn t come with curl pre installed or whatever it works fine on my machine and it s definitely not something i ve added myself for some reason though my pc won t print it in colors or with the cls or clear that makes i... | 0 |
17,386 | 11,965,308,342 | IssuesEvent | 2020-04-05 22:51:10 | openstreetmap/iD | https://api.github.com/repos/openstreetmap/iD | reopened | Use new preset browser for changing presets | iD v3 usability | The new toolbar preset browser can be used for adding features, but the old browser is still required for changing presets or setting a preset after drawing. This results in twice the number of UIs for a user to learn and twice the amount of development work to maintain them. We should completely replace the old browse... | True | Use new preset browser for changing presets - The new toolbar preset browser can be used for adding features, but the old browser is still required for changing presets or setting a preset after drawing. This results in twice the number of UIs for a user to learn and twice the amount of development work to maintain the... | usab | use new preset browser for changing presets the new toolbar preset browser can be used for adding features but the old browser is still required for changing presets or setting a preset after drawing this results in twice the number of uis for a user to learn and twice the amount of development work to maintain the... | 1 |
351,676 | 10,521,971,268 | IssuesEvent | 2019-09-30 07:37:41 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | login.live.com - desktop site instead of mobile site | browser-firefox engine-gecko priority-critical | <!-- @browser: Firefox 70.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_id=00000000401B4D20&response_type=token&response_mode=fr... | 1.0 | login.live.com - desktop site instead of mobile site - <!-- @browser: Firefox 70.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:70.0) Gecko/20100101 Firefox/70.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://login.live.com/oauth20_authorize.srf?lw=1&fl=dob&cobrandid=90011&client_i... | non_usab | login live com desktop site instead of mobile site url browser version firefox operating system windows tested another browser no problem type desktop site instead of mobile site description clicked sign into microsoft account and the auth just stayed blank step... | 0 |
20,184 | 15,103,311,869 | IssuesEvent | 2021-02-08 10:08:50 | zaproxy/zaproxy | https://api.github.com/repos/zaproxy/zaproxy | closed | Can't send Manual Request with ZAP vD-2021-01-20 | Component-UI OpSys-OSX Usability | I was trying to test to verify issue #6045 was fixed properly (and I think it has been). To do this I was trying to replay the request to the very first test case, which is:
```http
POST https://localhost:8443/benchmark/pathtraver-00/BenchmarkTest00001 HTTP/1.1
User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:39... | True | Can't send Manual Request with ZAP vD-2021-01-20 - I was trying to test to verify issue #6045 was fixed properly (and I think it has been). To do this I was trying to replay the request to the very first test case, which is:
```http
POST https://localhost:8443/benchmark/pathtraver-00/BenchmarkTest00001 HTTP/1.1
Us... | usab | can t send manual request with zap vd i was trying to test to verify issue was fixed properly and i think it has been to do this i was trying to replay the request to the very first test case which is http post http user agent mozilla windows nt rv gecko firefox p... | 1 |
155,087 | 19,765,664,862 | IssuesEvent | 2022-01-17 01:41:19 | tuanducdesign/view-book | https://api.github.com/repos/tuanducdesign/view-book | closed | CVE-2021-23382 (Medium) detected in postcss-7.0.21.tgz, postcss-7.0.35.tgz - autoclosed | security vulnerability | ## CVE-2021-23382 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>postcss-7.0.21.tgz</b>, <b>postcss-7.0.35.tgz</b></p></summary>
<p>
<details><summary><b>postcss-7.0.21.tgz</b></p... | True | CVE-2021-23382 (Medium) detected in postcss-7.0.21.tgz, postcss-7.0.35.tgz - autoclosed - ## CVE-2021-23382 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>postcss-7.0.21.tgz</b>, <... | non_usab | cve medium detected in postcss tgz postcss tgz autoclosed cve medium severity vulnerability vulnerable libraries postcss tgz postcss tgz postcss tgz tool for transforming styles with js plugins library home page a href path to dependency ... | 0 |
24,170 | 12,037,046,623 | IssuesEvent | 2020-04-13 21:00:22 | emergenzeHack/covid19gr_issues | https://api.github.com/repos/emergenzeHack/covid19gr_issues | opened | goods donation and services offering | Missing position form goods donation and services offering | <pre><yamldata>
Beneficiaries: Παιδιά και γονείς
Description: Το Εθνικό Θέατρο ψηφιοποίησε το αρχείο του, το οποίο περιλαμβάνει μία
μεγάλη συλλογή από βιντεοσκοπημένες παραστάσεις όλων των σκηνών του. Μία καλή ευκαιρία
να παρακολουθήσετε μαζί με τα παιδιά σας αγαπημένες, κλασικές θεατρικές παραστάσεις
από το Παιδ... | 1.0 | goods donation and services offering - <pre><yamldata>
Beneficiaries: Παιδιά και γονείς
Description: Το Εθνικό Θέατρο ψηφιοποίησε το αρχείο του, το οποίο περιλαμβάνει μία
μεγάλη συλλογή από βιντεοσκοπημένες παραστάσεις όλων των σκηνών του. Μία καλή ευκαιρία
να παρακολουθήσετε μαζί με τα παιδιά σας αγαπημένες, κλασι... | non_usab | goods donation and services offering beneficiaries παιδιά και γονείς description το εθνικό θέατρο ψηφιοποίησε το αρχείο του το οποίο περιλαμβάνει μία μεγάλη συλλογή από βιντεοσκοπημένες παραστάσεις όλων των σκηνών του μία καλή ευκαιρία να παρακολουθήσετε μαζί με τα παιδιά σας αγαπημένες κλασικές θεατρικές... | 0 |
25,353 | 25,038,563,980 | IssuesEvent | 2022-11-04 18:16:41 | godotengine/godot | https://api.github.com/repos/godotengine/godot | opened | Nothing happens when trying to add characters to font prerendering if no configuration is created | enhancement usability topic:gui | ### Godot version
4.0.beta (282e50ac8)
### System information
Fedora 36, AMD Radeon RX 6900 XT
### Issue description
In the advanced import settings for a font, you can enable prerendering. However, when you click **Shape Text and Add Glyphs** in the **Glyphs from the Text**, nothing happens unless you already cre... | True | Nothing happens when trying to add characters to font prerendering if no configuration is created - ### Godot version
4.0.beta (282e50ac8)
### System information
Fedora 36, AMD Radeon RX 6900 XT
### Issue description
In the advanced import settings for a font, you can enable prerendering. However, when you click *... | usab | nothing happens when trying to add characters to font prerendering if no configuration is created godot version beta system information fedora amd radeon rx xt issue description in the advanced import settings for a font you can enable prerendering however when you click shape text ... | 1 |
266,225 | 23,226,664,019 | IssuesEvent | 2022-08-03 01:24:16 | MPMG-DCC-UFMG/F01 | https://api.github.com/repos/MPMG-DCC-UFMG/F01 | closed | Teste de generalizacao para a tag Servidores - Relatório mensal da despesa com pessoal - Divisa Alegre | generalization test development template-Síntese tecnologia informatica subtag-Relatórios Despesas com Pessoal tag-Servidores | DoD: Realizar o teste de Generalização do validador da tag Servidores - Relatório mensal da despesa com pessoal para o Município de Divisa Alegre. | 1.0 | Teste de generalizacao para a tag Servidores - Relatório mensal da despesa com pessoal - Divisa Alegre - DoD: Realizar o teste de Generalização do validador da tag Servidores - Relatório mensal da despesa com pessoal para o Município de Divisa Alegre. | non_usab | teste de generalizacao para a tag servidores relatório mensal da despesa com pessoal divisa alegre dod realizar o teste de generalização do validador da tag servidores relatório mensal da despesa com pessoal para o município de divisa alegre | 0 |
19,008 | 13,536,101,761 | IssuesEvent | 2020-09-16 08:33:57 | topcoder-platform/qa-fun | https://api.github.com/repos/topcoder-platform/qa-fun | closed | Incorrect selection of list & grid icons | UX/Usability | Steps:-
1. Enter the URL : topcoder.com
2. Click on More >> Resources .
3. Click on Press Releases .
4. Click on Grid & list icon
Actual Result : When Grid icon is ON List page is displayed & when List is ON Grid page is displayed
Expected Result : When Grid icon is clicked - Grid page should display vicever... | True | Incorrect selection of list & grid icons - Steps:-
1. Enter the URL : topcoder.com
2. Click on More >> Resources .
3. Click on Press Releases .
4. Click on Grid & list icon
Actual Result : When Grid icon is ON List page is displayed & when List is ON Grid page is displayed
Expected Result : When Grid icon is... | usab | incorrect selection of list grid icons steps enter the url topcoder com click on more resources click on press releases click on grid list icon actual result when grid icon is on list page is displayed when list is on grid page is displayed expected result when grid icon is... | 1 |
27,299 | 28,058,335,304 | IssuesEvent | 2023-03-29 10:53:51 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | closed | Strange exception while INSERT INTO FUNCTION file(...) PARTITION BY ... | usability st-need-repro | **Describe the issue**
```
ip-172-31-22-38.eu-central-1.compute.internal :) INSERT INTO FUNCTION file('wikistat{_partition_id}.native.zst', Native, 'time DateTime, project LowCardinality(String), subproject LowCardinality(String), path String, hits UInt64') PARTITION BY toYYYYMM(time) SELECT * FROM wikistat
INSERT... | True | Strange exception while INSERT INTO FUNCTION file(...) PARTITION BY ... - **Describe the issue**
```
ip-172-31-22-38.eu-central-1.compute.internal :) INSERT INTO FUNCTION file('wikistat{_partition_id}.native.zst', Native, 'time DateTime, project LowCardinality(String), subproject LowCardinality(String), path String, ... | usab | strange exception while insert into function file partition by describe the issue ip eu central compute internal insert into function file wikistat partition id native zst native time datetime project lowcardinality string subproject lowcardinality string path string hits ... | 1 |
3,995 | 3,644,417,833 | IssuesEvent | 2016-02-15 09:49:37 | rabbitmq/rabbitmq-stomp | https://api.github.com/repos/rabbitmq/rabbitmq-stomp | closed | Support both persistent and durable headers for UNSUBSCRIBE frames | bug effort-tiny usability | See [this rabbitmq-users thread](https://groups.google.com/d/msg/rabbitmq-users/bLarEeYnfCg/59iziWjJBQAJ). When `durable` was introduced as an alias for `persistent`, we [didn't update UNSUBSCRIBE frame handler to support both](https://github.com/rabbitmq/rabbitmq-stomp/blob/master/src/rabbit_stomp_processor.erl#L456). | True | Support both persistent and durable headers for UNSUBSCRIBE frames - See [this rabbitmq-users thread](https://groups.google.com/d/msg/rabbitmq-users/bLarEeYnfCg/59iziWjJBQAJ). When `durable` was introduced as an alias for `persistent`, we [didn't update UNSUBSCRIBE frame handler to support both](https://github.com/rabb... | usab | support both persistent and durable headers for unsubscribe frames see when durable was introduced as an alias for persistent we | 1 |
2,658 | 3,102,849,400 | IssuesEvent | 2015-08-31 04:26:17 | OctopusDeploy/Issues | https://api.github.com/repos/OctopusDeploy/Issues | closed | Detect unsaved changes when editing step templates | bug in progress usability | As one can spend quite a bit of time editing templates, detecting unsaved changes when navigating away is important.
<!---
@huboard:{"milestone_order":320.5,"order":932}
-->
| True | Detect unsaved changes when editing step templates - As one can spend quite a bit of time editing templates, detecting unsaved changes when navigating away is important.
<!---
@huboard:{"milestone_order":320.5,"order":932}
-->
| usab | detect unsaved changes when editing step templates as one can spend quite a bit of time editing templates detecting unsaved changes when navigating away is important huboard milestone order order | 1 |
625,352 | 19,726,171,580 | IssuesEvent | 2022-01-13 20:11:54 | MatthewSpofford/Multiscale-Statistical-Analysis | https://api.github.com/repos/MatthewSpofford/Multiscale-Statistical-Analysis | closed | Implement efficient management of datasets contained within a workbook | enhancement priority medium | User should be able to add, reorder, rename, and delete datasets that were added to the workbook as freely as they choose. Maybe add a "Dataset" section to the tree menu underneath each workbook. | 1.0 | Implement efficient management of datasets contained within a workbook - User should be able to add, reorder, rename, and delete datasets that were added to the workbook as freely as they choose. Maybe add a "Dataset" section to the tree menu underneath each workbook. | non_usab | implement efficient management of datasets contained within a workbook user should be able to add reorder rename and delete datasets that were added to the workbook as freely as they choose maybe add a dataset section to the tree menu underneath each workbook | 0 |
27,311 | 28,086,205,172 | IssuesEvent | 2023-03-30 09:56:23 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | opened | Not host info for "Connection refused" error | usability | **Describe the issue**
Not host info for "Connection refused" error
**How to reproduce**
(version 23.2.4.12 (official build))
**Expected behavior**
Need add host-port info to understand to which server click couldn't connect
**Error message and/or stacktrace**
```
2023.03.30 09:49:33.702993 [ 67 ] {} <Er... | True | Not host info for "Connection refused" error - **Describe the issue**
Not host info for "Connection refused" error
**How to reproduce**
(version 23.2.4.12 (official build))
**Expected behavior**
Need add host-port info to understand to which server click couldn't connect
**Error message and/or stacktrace**... | usab | not host info for connection refused error describe the issue not host info for connection refused error how to reproduce version official build expected behavior need add host port info to understand to which server click couldn t connect error message and or stacktrace ... | 1 |
20,565 | 15,700,572,407 | IssuesEvent | 2021-03-26 10:02:00 | OpenOrienteering/mapper | https://api.github.com/repos/OpenOrienteering/mapper | closed | New cutout and cut away icon | usability | ### Steps to reproduce
Personally I struggle a lot with the iconography of the cutout and the cut away buttons.

I mean, yes, rationally I see it. Purple marks the area you get rid of, but at the same time ... | True | New cutout and cut away icon - ### Steps to reproduce
Personally I struggle a lot with the iconography of the cutout and the cut away buttons.

I mean, yes, rationally I see it. Purple marks the area you ge... | usab | new cutout and cut away icon steps to reproduce personally i struggle a lot with the iconography of the cutout and the cut away buttons i mean yes rationally i see it purple marks the area you get rid of but at the same time purple is usually used to mark what is important neither do i want do get r... | 1 |
60,327 | 14,786,099,638 | IssuesEvent | 2021-01-12 04:35:08 | nnstreamer/nnstreamer | https://api.github.com/repos/nnstreamer/nnstreamer | closed | Problems in the coexistence of TF 1.13.1 with the ProtoBuf 3.12.3 | bug build/CI discussion | If there are v3.12.3 of the ProtoBuf libraries (i.e., libproto*.so.23) in the system, TF 1.13.1 tries to call those libraries' methods even if it is built with the bundled ProtoBuf (v3.6.1) sources or linked with the ProtoBuf (v3.6.1) libraries.
IMO, this is because there are methods that have the same namespaces bu... | 1.0 | Problems in the coexistence of TF 1.13.1 with the ProtoBuf 3.12.3 - If there are v3.12.3 of the ProtoBuf libraries (i.e., libproto*.so.23) in the system, TF 1.13.1 tries to call those libraries' methods even if it is built with the bundled ProtoBuf (v3.6.1) sources or linked with the ProtoBuf (v3.6.1) libraries.
IMO... | non_usab | problems in the coexistence of tf with the protobuf if there are of the protobuf libraries i e libproto so in the system tf tries to call those libraries methods even if it is built with the bundled protobuf sources or linked with the protobuf libraries imo this i... | 0 |
255,127 | 27,484,757,566 | IssuesEvent | 2023-03-04 01:15:58 | panasalap/linux-4.1.15 | https://api.github.com/repos/panasalap/linux-4.1.15 | opened | CVE-2019-12819 (Medium) detected in linuxlinux-4.1.17 | security vulnerability | ## CVE-2019-12819 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.17</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https:... | True | CVE-2019-12819 (Medium) detected in linuxlinux-4.1.17 - ## CVE-2019-12819 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.1.17</b></p></summary>
<p>
<p>Apache Software F... | non_usab | cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in base branch master vulnerable source files drivers net phy mdio bus c ... | 0 |
574 | 2,603,745,769 | IssuesEvent | 2015-02-24 17:42:31 | chrsmith/bwapi | https://api.github.com/repos/chrsmith/bwapi | closed | interfaces and portability | auto-migrated Usability | ```
forked issue 134, collecting facts:
1.
fact:
current interface is the "abstract interface". Read more under "C++ Mature
Approach: Using an Abstract Interface" at
http://www.codeproject.com/KB/cpp/howto_export_cpp_classes.aspx . This
interface is only portable between C++ compilers. More on that under "Why
This... | True | interfaces and portability - ```
forked issue 134, collecting facts:
1.
fact:
current interface is the "abstract interface". Read more under "C++ Mature
Approach: Using an Abstract Interface" at
http://www.codeproject.com/KB/cpp/howto_export_cpp_classes.aspx . This
interface is only portable between C++ compilers. ... | usab | interfaces and portability forked issue collecting facts fact current interface is the abstract interface read more under c mature approach using an abstract interface at this interface is only portable between c compilers more on that under why this works with other compilers pla... | 1 |
78,050 | 9,658,619,560 | IssuesEvent | 2019-05-20 11:29:28 | alan-turing-institute/sktime | https://api.github.com/repos/alan-turing-institute/sktime | opened | Extend pipeline functionality to classical forecasters | API design implementation: framework | * See [pmdarima](https://github.com/tgsmith61591/pmdarima) Python package for a working example
* related to #7
| 1.0 | Extend pipeline functionality to classical forecasters - * See [pmdarima](https://github.com/tgsmith61591/pmdarima) Python package for a working example
* related to #7
| non_usab | extend pipeline functionality to classical forecasters see python package for a working example related to | 0 |
26,889 | 27,317,998,320 | IssuesEvent | 2023-02-24 17:12:24 | DOI-ONRR/onrr.gov-site | https://api.github.com/repos/DOI-ONRR/onrr.gov-site | closed | Research page tags for site indexing in Search.gov | enhancement usability | Research the location for tags that will allow Search.gov's in-house indexing to read tags and direct users to correct page. This will include tags for 2nd level tabs. | True | Research page tags for site indexing in Search.gov - Research the location for tags that will allow Search.gov's in-house indexing to read tags and direct users to correct page. This will include tags for 2nd level tabs. | usab | research page tags for site indexing in search gov research the location for tags that will allow search gov s in house indexing to read tags and direct users to correct page this will include tags for level tabs | 1 |
173,153 | 27,392,436,937 | IssuesEvent | 2023-02-28 17:08:11 | grommet/hpe-design-system | https://api.github.com/repos/grommet/hpe-design-system | closed | Page Templates - List + Table | design | [Figma file
](https://www.figma.com/file/4rdBkUlHd5MCVq3hvUOXHd/Page-Layouts?node-id=5639%3A166209&t=qRxjtBcYDfqAJ7A2-1)
## Problem Statement
How might we provide easy to use List/DataTable examples to our designers and developer so that they can copy and paste them when designing?
## Acceptance Criteria
- [x] publi... | 1.0 | Page Templates - List + Table - [Figma file
](https://www.figma.com/file/4rdBkUlHd5MCVq3hvUOXHd/Page-Layouts?node-id=5639%3A166209&t=qRxjtBcYDfqAJ7A2-1)
## Problem Statement
How might we provide easy to use List/DataTable examples to our designers and developer so that they can copy and paste them when designing?
## ... | non_usab | page templates list table figma file problem statement how might we provide easy to use list datatable examples to our designers and developer so that they can copy and paste them when designing acceptance criteria publish list page template in a format consistent with the publish datat... | 0 |
11,256 | 7,131,004,601 | IssuesEvent | 2018-01-22 09:25:40 | zaproxy/zaproxy | https://api.github.com/repos/zaproxy/zaproxy | closed | ZAP should accept/parse cookies without name | Usability bug | Issue reported in OWASP ZAP User Group: https://groups.google.com/d/topic/zaproxy-users/1gvzbFUTbGI/discussion
Steps to reproduce the issue:
1. Run ZAP;
2. Proxy a request with a cookie without name:
```
GET / HTTP/1.1
Cookie: value
Host: example.org
```
3. Note that ZAP logs some warnings:
```
51511 [ZAP-... | True | ZAP should accept/parse cookies without name - Issue reported in OWASP ZAP User Group: https://groups.google.com/d/topic/zaproxy-users/1gvzbFUTbGI/discussion
Steps to reproduce the issue:
1. Run ZAP;
2. Proxy a request with a cookie without name:
```
GET / HTTP/1.1
Cookie: value
Host: example.org
```
3. Note... | usab | zap should accept parse cookies without name issue reported in owasp zap user group steps to reproduce the issue run zap proxy a request with a cookie without name get http cookie value host example org note that zap logs some warnings warn org zaproxy zap extensio... | 1 |
6,060 | 4,146,561,949 | IssuesEvent | 2016-06-15 00:47:14 | zaproxy/zaproxy | https://api.github.com/repos/zaproxy/zaproxy | closed | Enable searching in ZAP Addons Pop-up | Component-UI enhancement Usability | Hi,
as the number of ZAP extensions is growing, the addons pop-up should have a search box in order to be user-friendly.
I can work on this feature. Will need some guidance where to start also ;) | True | Enable searching in ZAP Addons Pop-up - Hi,
as the number of ZAP extensions is growing, the addons pop-up should have a search box in order to be user-friendly.
I can work on this feature. Will need some guidance where to start also ;) | usab | enable searching in zap addons pop up hi as the number of zap extensions is growing the addons pop up should have a search box in order to be user friendly i can work on this feature will need some guidance where to start also | 1 |
131,267 | 27,864,130,426 | IssuesEvent | 2023-03-21 09:04:09 | isogeo/isogeo-plugin-qgis | https://api.github.com/repos/isogeo/isogeo-plugin-qgis | opened | Refonte de l'interaction avec l'APIIsogeo | enhancement code art | Il s'agit principalement de travailler sur les 3 modules suivants :
* **ApiRequester**
* **SearchFormManager**
* **ResultsManager**
L'idée étant d'assainir l'algorithme et d'essayer de simplifier les relations entre le formulaire, l'envoie de requête, le traitement des réponses de l'API et l'affichage des résult... | 1.0 | Refonte de l'interaction avec l'APIIsogeo - Il s'agit principalement de travailler sur les 3 modules suivants :
* **ApiRequester**
* **SearchFormManager**
* **ResultsManager**
L'idée étant d'assainir l'algorithme et d'essayer de simplifier les relations entre le formulaire, l'envoie de requête, le traitement des... | non_usab | refonte de l interaction avec l apiisogeo il s agit principalement de travailler sur les modules suivants apirequester searchformmanager resultsmanager l idée étant d assainir l algorithme et d essayer de simplifier les relations entre le formulaire l envoie de requête le traitement des... | 0 |
11,070 | 9,210,740,102 | IssuesEvent | 2019-03-09 08:38:01 | NLog/NLog | https://api.github.com/repos/NLog/NLog | closed | NLog Webservice Target - Soap envelope missing | webservice-target | - Bug
**NLog version**: (e.g. 4.2.3)
4.3.11
**Platform**: ..Net 4.5.2
**Current NLog config** (xml or C#, if relevant)
```xml
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:sch... | 1.0 | NLog Webservice Target - Soap envelope missing - - Bug
**NLog version**: (e.g. 4.2.3)
4.3.11
**Platform**: ..Net 4.5.2
**Current NLog config** (xml or C#, if relevant)
```xml
<?xml version="1.0" encoding="utf-8" ?>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd"
xmlns:xsi="http://w... | non_usab | nlog webservice target soap envelope missing bug nlog version e g platform net current nlog config xml or c if relevant xml nlog xmlns xmlns xsi xsi schemalocation nlog xsd autoreload true throwexceptions t... | 0 |
785,118 | 27,599,079,827 | IssuesEvent | 2023-03-09 08:50:02 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Improve recovery for invalid qualifiers in local-var-decl | Type/Improvement Priority/High Team/CompilerFE Area/Parser Deferred | **Description:**
Consider following code segment.
```bal
function foo() {
configurable int e = 6; // cannot have configurable qualifier locally.
}
```
Recovery:
```bal
function foo() {
MISSING[}] configurable int e = 6;
INVALID[}]
```
Need to allow parsing the configurable, isolated, etc f... | 1.0 | Improve recovery for invalid qualifiers in local-var-decl - **Description:**
Consider following code segment.
```bal
function foo() {
configurable int e = 6; // cannot have configurable qualifier locally.
}
```
Recovery:
```bal
function foo() {
MISSING[}] configurable int e = 6;
INVALID[}]
`... | non_usab | improve recovery for invalid qualifiers in local var decl description consider following code segment bal function foo configurable int e cannot have configurable qualifier locally recovery bal function foo missing configurable int e invalid ... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.