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
173,709
27,515,531,603
IssuesEvent
2023-03-06 11:42:02
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
`BottomAppBar` does not match M3 spec
framework f: material design has reproducible steps found in release: 3.3 found in release: 3.7
## BottomAppBar Gets a Drop Shadow in M3 Based on the Material 3 specification the `BottomAppBar` should **not** have a drop shadow in Material 3 design. See specification https://m3.material.io/components/bottom-app-bar/specs. The current Flutter M3 implementation creates a default `BottomAppBar` in Material 3 m...
1.0
`BottomAppBar` does not match M3 spec - ## BottomAppBar Gets a Drop Shadow in M3 Based on the Material 3 specification the `BottomAppBar` should **not** have a drop shadow in Material 3 design. See specification https://m3.material.io/components/bottom-app-bar/specs. The current Flutter M3 implementation creates ...
non_usab
bottomappbar does not match spec bottomappbar gets a drop shadow in based on the material specification the bottomappbar should not have a drop shadow in material design see specification the current flutter implementation creates a default bottomappbar in material mode that has a dr...
0
13,442
8,468,962,030
IssuesEvent
2018-10-23 21:16:00
JuliaReach/Reachability.jl
https://api.github.com/repos/JuliaReach/Reachability.jl
closed
Wrap Options around pairs
fix usability
```julia # specify lazy discrete post operator sol = solve(system, options, Reachability.BFFPSV18(), Reachability.ReachSets.LazyTextbookDiscretePost(:lazy_R⋂I=>false)); MethodError: Cannot `convert` an object of type Pair{Symbol,Bool} to an object of type Reachability.Options This may have arisen f...
True
Wrap Options around pairs - ```julia # specify lazy discrete post operator sol = solve(system, options, Reachability.BFFPSV18(), Reachability.ReachSets.LazyTextbookDiscretePost(:lazy_R⋂I=>false)); MethodError: Cannot `convert` an object of type Pair{Symbol,Bool} to an object of type Reachability.Opt...
usab
wrap options around pairs julia specify lazy discrete post operator sol solve system options reachability reachability reachsets lazytextbookdiscretepost lazy r⋂i false methoderror cannot convert an object of type pair symbol bool to an object of type reachability options t...
1
26,944
27,396,829,364
IssuesEvent
2023-02-28 20:25:31
cosmos/ibc-rs
https://api.github.com/repos/cosmos/ibc-rs
closed
Remove `Send + Sync` requirement on `Module` trait
O: usability
I believe historically that we put `Send + Sync` as a convenience to facilitate [implementing the `tendermint_abci::Application` trait](https://docs.rs/tendermint-abci/0.29.1/tendermint_abci/trait.Application.html) in basecoin-rs. However, it is not strictly necessary, and is a blocker for Namada, whose transfer mo...
True
Remove `Send + Sync` requirement on `Module` trait - I believe historically that we put `Send + Sync` as a convenience to facilitate [implementing the `tendermint_abci::Application` trait](https://docs.rs/tendermint-abci/0.29.1/tendermint_abci/trait.Application.html) in basecoin-rs. However, it is not strictly nece...
usab
remove send sync requirement on module trait i believe historically that we put send sync as a convenience to facilitate in basecoin rs however it is not strictly necessary and is a blocker for namada whose transfer module
1
165,705
12,879,868,129
IssuesEvent
2020-07-12 01:25:29
osquery/osquery
https://api.github.com/repos/osquery/osquery
closed
Create tests for the table `powershell_events`
Windows good-first-issue table test
## Create tests for the table `powershell_events` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guarantee to number of rows (e.g. only 1 record in every q...
1.0
Create tests for the table `powershell_events` - ## Create tests for the table `powershell_events` - Create header file for the table implementation, if one is not exists. - In test, query the table and check if retrieved columns (name and types) match the columns from table spec. - If there is any guarantee...
non_usab
create tests for the table powershell events create tests for the table powershell events create header file for the table implementation if one is not exists in test query the table and check if retrieved columns name and types match the columns from table spec if there is any guarantee...
0
24,704
4,106,326,753
IssuesEvent
2016-06-06 08:17:57
cjlee112/socraticqs2
https://api.github.com/repos/cjlee112/socraticqs2
reopened
[Bug] No system messages
enhancement testme
**Steps:** Go to https://staging.courselets.org/ct/courses/ ( admin / testonly ) Go to "Enrolled courses" Click on any Course Go to Any Courselet Go to "Lessons" imput, and click on any Lesson Go to "Error" imput In "Search" field enter name of Not existing Lesson in CourseletDB Click "Search" button **Actual result:**...
1.0
[Bug] No system messages - **Steps:** Go to https://staging.courselets.org/ct/courses/ ( admin / testonly ) Go to "Enrolled courses" Click on any Course Go to Any Courselet Go to "Lessons" imput, and click on any Lesson Go to "Error" imput In "Search" field enter name of Not existing Lesson in CourseletDB Click "Search...
non_usab
no system messages steps go to admin testonly go to enrolled courses click on any course go to any courselet go to lessons imput and click on any lesson go to error imput in search field enter name of not existing lesson in courseletdb click search button actual result no system message...
0
31,823
12,025,731,798
IssuesEvent
2020-04-12 10:47:12
nycbeardo/nycbeardo.github.io
https://api.github.com/repos/nycbeardo/nycbeardo.github.io
closed
CVE-2019-10746 (High) detected in mixin-deep-1.3.1.tgz
security vulnerability
## CVE-2019-10746 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixin-deep-1.3.1.tgz</b></p></summary> <p>Deeply mix the properties of objects into the first object. Like merge-deep,...
True
CVE-2019-10746 (High) detected in mixin-deep-1.3.1.tgz - ## CVE-2019-10746 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>mixin-deep-1.3.1.tgz</b></p></summary> <p>Deeply mix the prop...
non_usab
cve high detected in mixin deep tgz cve high severity vulnerability vulnerable library mixin deep tgz deeply mix the properties of objects into the first object like merge deep but doesn t clone library home page a href path to dependency file nycbeardo github io re...
0
5,662
3,974,617,085
IssuesEvent
2016-05-04 23:01:36
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
26099290: Tapping keyboard 'Go' button to submit a web form bypasses universal links
classification:ui/usability reproducible:always status:open
#### Description Summary: In Safari, visit a web form where the submit action posts to a path that would trigger a universal link into some app. Tapping the submit button on the form will deep link the user into the app, but tapping the keyboard 'Go' button instead opens the destination in Safari. Steps to Reprodu...
True
26099290: Tapping keyboard 'Go' button to submit a web form bypasses universal links - #### Description Summary: In Safari, visit a web form where the submit action posts to a path that would trigger a universal link into some app. Tapping the submit button on the form will deep link the user into the app, but tappin...
usab
tapping keyboard go button to submit a web form bypasses universal links description summary in safari visit a web form where the submit action posts to a path that would trigger a universal link into some app tapping the submit button on the form will deep link the user into the app but tapping the k...
1
240,905
7,807,242,027
IssuesEvent
2018-06-11 16:13:56
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[studio] Support per site configuration of staging environment
enhancement priority: medium
### Expected behavior Each site in Crafter Studio should be able to activate and label live and staging publishing environments. ### Current behavior Today staging is a system-wide setting where all sites either have a staging endpoint or not. #### Version Studio Version Number: 3.0.14-SNAPSHOT-bb5185 Build...
1.0
[studio] Support per site configuration of staging environment - ### Expected behavior Each site in Crafter Studio should be able to activate and label live and staging publishing environments. ### Current behavior Today staging is a system-wide setting where all sites either have a staging endpoint or not. #...
non_usab
support per site configuration of staging environment expected behavior each site in crafter studio should be able to activate and label live and staging publishing environments current behavior today staging is a system wide setting where all sites either have a staging endpoint or not ver...
0
88,772
8,177,463,209
IssuesEvent
2018-08-28 10:48:11
gomods/athens
https://api.github.com/repos/gomods/athens
closed
Ensure storage tests can run without intermittent failures
ci/cd testing
Storage tests right now run in parallel against the same shared datastore, so intermittent failures can happen due to race conditions (@marwan-at-work mentioned that he's seen some). We should think about whether we can do something to make this more "foolproof". One idea is to use [testify/suite](https://godoc.org...
1.0
Ensure storage tests can run without intermittent failures - Storage tests right now run in parallel against the same shared datastore, so intermittent failures can happen due to race conditions (@marwan-at-work mentioned that he's seen some). We should think about whether we can do something to make this more "foo...
non_usab
ensure storage tests can run without intermittent failures storage tests right now run in parallel against the same shared datastore so intermittent failures can happen due to race conditions marwan at work mentioned that he s seen some we should think about whether we can do something to make this more foo...
0
11,676
7,354,889,533
IssuesEvent
2018-03-09 09:02:57
the-tale/the-tale
https://api.github.com/repos/the-tale/the-tale
opened
Вкладку «задания» переработать во вкладку «цели»
comp_general cont_usability est_medium type_improvement
Цепочку заданий показывать сверхку. Под ней цель накопления. Под ней все проекты, в которых участвует герой.
True
Вкладку «задания» переработать во вкладку «цели» - Цепочку заданий показывать сверхку. Под ней цель накопления. Под ней все проекты, в которых участвует герой.
usab
вкладку «задания» переработать во вкладку «цели» цепочку заданий показывать сверхку под ней цель накопления под ней все проекты в которых участвует герой
1
752,288
26,279,385,671
IssuesEvent
2023-01-07 05:36:08
minio/minio-dotnet
https://api.github.com/repos/minio/minio-dotnet
closed
Asynchronously processing GetObjectAsync stream
priority: medium community
**Feature request**: GetObjectAsync takes a synchronous stream processor. It defeats the point of the call being asynchronous, unless I'm misunderstanding something (is the stream buffered in memory already?) `Task GetObjectAsync(string bucketName, string objectName, Action<Stream> callback, ServerSideEncryption ...
1.0
Asynchronously processing GetObjectAsync stream - **Feature request**: GetObjectAsync takes a synchronous stream processor. It defeats the point of the call being asynchronous, unless I'm misunderstanding something (is the stream buffered in memory already?) `Task GetObjectAsync(string bucketName, string objectNa...
non_usab
asynchronously processing getobjectasync stream feature request getobjectasync takes a synchronous stream processor it defeats the point of the call being asynchronous unless i m misunderstanding something is the stream buffered in memory already task getobjectasync string bucketname string objectna...
0
21,257
16,722,354,997
IssuesEvent
2021-06-10 08:51:38
matomo-org/matomo
https://api.github.com/repos/matomo-org/matomo
closed
Persistent notifications aren't removed. Make Error while creating/copying file to warning dismissable
Bug Help wanted c: Usability
quite low priority, but I wanted to write it down just in case I stumble across it again in the future. (and maybe the same is true for other error messages and it confuses user) When developing Matomo doesn't have write permission to `plugins/`. This doesn't matter as it isn't needed for things apart from the mark...
True
Persistent notifications aren't removed. Make Error while creating/copying file to warning dismissable - quite low priority, but I wanted to write it down just in case I stumble across it again in the future. (and maybe the same is true for other error messages and it confuses user) When developing Matomo doesn't h...
usab
persistent notifications aren t removed make error while creating copying file to warning dismissable quite low priority but i wanted to write it down just in case i stumble across it again in the future and maybe the same is true for other error messages and it confuses user when developing matomo doesn t h...
1
21,067
16,529,212,342
IssuesEvent
2021-05-27 02:05:54
matomo-org/matomo
https://api.github.com/repos/matomo-org/matomo
closed
Show more clearly the freshness of reports when looking at Today or This week
c: Onboarding c: Usability
When viewing a report where the date includes Today, and when clicking on the help icon next to a report title, one can sometimes see the "Generated X hours Y min ago." information. This gives the freshness of the report: ![Screenshot from 2019-10-07 23-19-33](https://user-images.githubusercontent.com/466765/6646867...
True
Show more clearly the freshness of reports when looking at Today or This week - When viewing a report where the date includes Today, and when clicking on the help icon next to a report title, one can sometimes see the "Generated X hours Y min ago." information. This gives the freshness of the report: ![Screenshot fr...
usab
show more clearly the freshness of reports when looking at today or this week when viewing a report where the date includes today and when clicking on the help icon next to a report title one can sometimes see the generated x hours y min ago information this gives the freshness of the report it s ...
1
145,187
5,560,078,152
IssuesEvent
2017-03-24 18:30:19
vanilla-framework/vanilla-framework
https://api.github.com/repos/vanilla-framework/vanilla-framework
closed
Links wrong in the Readme
Priority: Medium Status: Review Type: Maintenance
Some broken links in the Readme - Mailing list - Homepage link by hotlink
1.0
Links wrong in the Readme - Some broken links in the Readme - Mailing list - Homepage link by hotlink
non_usab
links wrong in the readme some broken links in the readme mailing list homepage link by hotlink
0
14,626
9,370,345,154
IssuesEvent
2019-04-03 13:17:21
downshiftorg/prophoto7-issues
https://api.github.com/repos/downshiftorg/prophoto7-issues
opened
UI does not scroll up or highlight new creations in "Manage Designs" screen
bug top-picks-s usability
When clicking to "Create New Design" in ProPhoto, the UI does not scroll up to or highlight the newly-created design copy. For sites with more than one or two saved designs, this can make it challenging to find the new one.
True
UI does not scroll up or highlight new creations in "Manage Designs" screen - When clicking to "Create New Design" in ProPhoto, the UI does not scroll up to or highlight the newly-created design copy. For sites with more than one or two saved designs, this can make it challenging to find the new one.
usab
ui does not scroll up or highlight new creations in manage designs screen when clicking to create new design in prophoto the ui does not scroll up to or highlight the newly created design copy for sites with more than one or two saved designs this can make it challenging to find the new one
1
74,453
20,164,972,821
IssuesEvent
2022-02-10 02:41:57
gitpod-io/gitpod
https://api.github.com/repos/gitpod-io/gitpod
closed
Gitpod should checkout Git LFS files in workspace
type: feature request meta: stale feature: prebuilds
Gitpod does not natively support repositories using Git LFS (Large File Support). It would be great if this could be addressed. It is possible to work around this in some situations by manually installing git-lfs into the container and running `git lfs pull` in the workspace as an `init` task (in `.gitpod.yml`). ...
1.0
Gitpod should checkout Git LFS files in workspace - Gitpod does not natively support repositories using Git LFS (Large File Support). It would be great if this could be addressed. It is possible to work around this in some situations by manually installing git-lfs into the container and running `git lfs pull` in the...
non_usab
gitpod should checkout git lfs files in workspace gitpod does not natively support repositories using git lfs large file support it would be great if this could be addressed it is possible to work around this in some situations by manually installing git lfs into the container and running git lfs pull in the...
0
70,394
9,414,703,811
IssuesEvent
2019-04-10 10:47:45
puyotw/core-site
https://api.github.com/repos/puyotw/core-site
closed
撰寫youtube, niconico和twitch Liquid tag的教學文
documentation
#3 加入了這些Liquid tags,但還沒有教學文展示如何使用。應該要寫一寫在repo的wiki裡。
1.0
撰寫youtube, niconico和twitch Liquid tag的教學文 - #3 加入了這些Liquid tags,但還沒有教學文展示如何使用。應該要寫一寫在repo的wiki裡。
non_usab
撰寫youtube niconico和twitch liquid tag的教學文 加入了這些liquid tags,但還沒有教學文展示如何使用。應該要寫一寫在repo的wiki裡。
0
4,171
3,755,445,015
IssuesEvent
2016-03-12 17:24:29
php-coder/mystamps
https://api.github.com/repos/php-coder/mystamps
closed
/account/register: add clarification about using user's e-mail
area/usability kind/improvement ready trivial
We should tell user that we'll sent activation e-mail to him. (May be we should use [propover](http://getbootstrap.com/javascript/#popovers) for that?)
True
/account/register: add clarification about using user's e-mail - We should tell user that we'll sent activation e-mail to him. (May be we should use [propover](http://getbootstrap.com/javascript/#popovers) for that?)
usab
account register add clarification about using user s e mail we should tell user that we ll sent activation e mail to him may be we should use for that
1
8,519
5,793,701,241
IssuesEvent
2017-05-02 13:17:52
rpi-virtuell/reliwerk
https://api.github.com/repos/rpi-virtuell/reliwerk
reopened
"Gruppe verlassen"
Text Übersetzung Usability
Nun ist genau das passiert, was ich immer befürchtet habe: das riesige "Gruppe verlassen" - Schild verführt einfach dazu, darauf zu klicken, wenn man die Arbeit in der Gruppe beendet hat. Warum diese Aufforderung zum endgültigen Verlassen so groß da stehen muss, erschließt sich mir nicht. Kann man das nicht klein oben ...
True
"Gruppe verlassen" - Nun ist genau das passiert, was ich immer befürchtet habe: das riesige "Gruppe verlassen" - Schild verführt einfach dazu, darauf zu klicken, wenn man die Arbeit in der Gruppe beendet hat. Warum diese Aufforderung zum endgültigen Verlassen so groß da stehen muss, erschließt sich mir nicht. Kann man ...
usab
gruppe verlassen nun ist genau das passiert was ich immer befürchtet habe das riesige gruppe verlassen schild verführt einfach dazu darauf zu klicken wenn man die arbeit in der gruppe beendet hat warum diese aufforderung zum endgültigen verlassen so groß da stehen muss erschließt sich mir nicht kann man ...
1
20,605
15,768,365,364
IssuesEvent
2021-03-31 17:08:42
microsoft/win32metadata
https://api.github.com/repos/microsoft/win32metadata
closed
const fields
usability
As I'm working on adding support for constants, I noticed that some have a `Const` attribute while others do not. ``` [Const] public const int ACTIVPROF_E_UNABLE_TO_APPLY_ACTION = -2147220990; ``` ``` public const int ALERT_SYSTEM_CRITICAL = 5; ``` Not sure what to make of this.
True
const fields - As I'm working on adding support for constants, I noticed that some have a `Const` attribute while others do not. ``` [Const] public const int ACTIVPROF_E_UNABLE_TO_APPLY_ACTION = -2147220990; ``` ``` public const int ALERT_SYSTEM_CRITICAL = 5; ``` Not sure what to make of this.
usab
const fields as i m working on adding support for constants i noticed that some have a const attribute while others do not public const int activprof e unable to apply action public const int alert system critical not sure what to make of this
1
186,618
15,078,781,775
IssuesEvent
2021-02-05 09:14:20
aws-samples/smallmatter-package
https://api.github.com/repos/aws-samples/smallmatter-package
opened
Fine-grained extras requirements
documentation enhancement help wanted
Find a way to provide fine-grained extras requirements, whether as documentations, `extras_required`, convention or pattern to write codes, or any other mechanism. The idea is to prevent users to install dependencies only from the functionalities they required. For example, if users never use plotting-related functi...
1.0
Fine-grained extras requirements - Find a way to provide fine-grained extras requirements, whether as documentations, `extras_required`, convention or pattern to write codes, or any other mechanism. The idea is to prevent users to install dependencies only from the functionalities they required. For example, if user...
non_usab
fine grained extras requirements find a way to provide fine grained extras requirements whether as documentations extras required convention or pattern to write codes or any other mechanism the idea is to prevent users to install dependencies only from the functionalities they required for example if user...
0
117,669
25,171,005,110
IssuesEvent
2022-11-11 03:16:01
WebXDAO/DEV-NFT
https://api.github.com/repos/WebXDAO/DEV-NFT
closed
[Feat]: Improve NFT design
⭐ goal: addition no-issue-activity 🚦 status: awaiting triage 💻 aspect: code
### Detailed Description I think the feature should be added because actual NFT are quick-made for the hackaton purpose (thanks to @KukretiShubham) and it's not so fancy. Let this issue open to discuss about the design, and we should ask the community to vote. ### Contributing - [X] I have read the project's cont...
1.0
[Feat]: Improve NFT design - ### Detailed Description I think the feature should be added because actual NFT are quick-made for the hackaton purpose (thanks to @KukretiShubham) and it's not so fancy. Let this issue open to discuss about the design, and we should ask the community to vote. ### Contributing - [X] I...
non_usab
improve nft design detailed description i think the feature should be added because actual nft are quick made for the hackaton purpose thanks to kukretishubham and it s not so fancy let this issue open to discuss about the design and we should ask the community to vote contributing i have r...
0
10,935
6,991,475,604
IssuesEvent
2017-12-15 00:08:52
vapor-ware/ksync
https://api.github.com/repos/vapor-ware/ksync
opened
Overlap in `update` and `init --upgrade` commands
enhancement help wanted radar usability
Not sure how we should deal with this, but these functions feel like they should be logically grouped together.
True
Overlap in `update` and `init --upgrade` commands - Not sure how we should deal with this, but these functions feel like they should be logically grouped together.
usab
overlap in update and init upgrade commands not sure how we should deal with this but these functions feel like they should be logically grouped together
1
17,609
23,428,329,647
IssuesEvent
2022-08-14 18:34:49
ForNeVeR/Cesium
https://api.github.com/repos/ForNeVeR/Cesium
opened
Nested include support
kind:feature area:preprocessor
Look for the number `xxx` in the code to find clues to resolve this issue.
1.0
Nested include support - Look for the number `xxx` in the code to find clues to resolve this issue.
non_usab
nested include support look for the number xxx in the code to find clues to resolve this issue
0
220,190
24,564,744,951
IssuesEvent
2022-10-13 01:08:33
CodeChung/energydrank
https://api.github.com/repos/CodeChung/energydrank
opened
CVE-2022-37599 (Medium) detected in loader-utils-1.4.0.tgz
security vulnerability
## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.4.0.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://reg...
True
CVE-2022-37599 (Medium) detected in loader-utils-1.4.0.tgz - ## CVE-2022-37599 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.4.0.tgz</b></p></summary> <p>utils for w...
non_usab
cve medium detected in loader utils tgz cve medium severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file package json path to vulnerable library node modules loader utils package json ...
0
8,756
5,951,717,064
IssuesEvent
2017-05-26 20:22:11
flutter/flutter-intellij
https://api.github.com/repos/flutter/flutter-intellij
closed
not enough feedback when a hot reload has been performed
from: study usability
From UX studies, we've seen that there's not enough feedback when a hot reload has been performed or is in progress.
True
not enough feedback when a hot reload has been performed - From UX studies, we've seen that there's not enough feedback when a hot reload has been performed or is in progress.
usab
not enough feedback when a hot reload has been performed from ux studies we ve seen that there s not enough feedback when a hot reload has been performed or is in progress
1
324,408
23,997,951,243
IssuesEvent
2022-09-14 09:04:50
teamBugBash/hello
https://api.github.com/repos/teamBugBash/hello
closed
A demo issue
bug documentation duplicate
@apurva1112 is testing !! **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happe...
1.0
A demo issue - @apurva1112 is testing !! **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you ex...
non_usab
a demo issue is testing describe the bug a clear and concise description of what the bug is to reproduce steps to reproduce the behavior go to click on scroll down to see error expected behavior a clear and concise description of what you expected to...
0
14,079
8,816,324,941
IssuesEvent
2018-12-30 09:00:19
the-tale/the-tale
https://api.github.com/repos/the-tale/the-tale
opened
Сообщение об окончании подписки приходит для вечных подписчиков
comp_general cont_usability est_simple good first issue type_bug
Если вечка была куплена во время активности обычной подписки. Нужно отфильтровывать вечников и не слать им сообщение.
True
Сообщение об окончании подписки приходит для вечных подписчиков - Если вечка была куплена во время активности обычной подписки. Нужно отфильтровывать вечников и не слать им сообщение.
usab
сообщение об окончании подписки приходит для вечных подписчиков если вечка была куплена во время активности обычной подписки нужно отфильтровывать вечников и не слать им сообщение
1
27,230
27,870,967,516
IssuesEvent
2023-03-21 13:27:15
informalsystems/quint
https://api.github.com/repos/informalsystems/quint
closed
Change output order in "quint run --invariant=..."
usability Fsimulator (phase 5a)
I use invariant checking for some basic checks. It gives me ``` [ok] No violation found (32000ms). You may increase --max-samples and --max-steps. See the example: ``` ... followed by a trace of 20 steps. That is, in my terminal, I always need to scroll up to figure out whether it is OK. It would be great ...
True
Change output order in "quint run --invariant=..." - I use invariant checking for some basic checks. It gives me ``` [ok] No violation found (32000ms). You may increase --max-samples and --max-steps. See the example: ``` ... followed by a trace of 20 steps. That is, in my terminal, I always need to scroll ...
usab
change output order in quint run invariant i use invariant checking for some basic checks it gives me no violation found you may increase max samples and max steps see the example followed by a trace of steps that is in my terminal i always need to scroll up to figu...
1
14,528
9,247,434,109
IssuesEvent
2019-03-15 00:45:43
rabbitmq/rabbitmq-server
https://api.github.com/repos/rabbitmq/rabbitmq-server
closed
Consider starting protocol listeners later
usability
Per discussion with @Gsantomaggio and Mat Burton's excellent feedback in [this rabbitmq-users thread](https://groups.google.com/forum/#!topic/rabbitmq-users/ctLroWGmqGQ). When a node, in particular a new node, joins a cluster it becomes "eligible" for client operations as soon as * It is known to be a cluster me...
True
Consider starting protocol listeners later - Per discussion with @Gsantomaggio and Mat Burton's excellent feedback in [this rabbitmq-users thread](https://groups.google.com/forum/#!topic/rabbitmq-users/ctLroWGmqGQ). When a node, in particular a new node, joins a cluster it becomes "eligible" for client operations as...
usab
consider starting protocol listeners later per discussion with gsantomaggio and mat burton s excellent feedback in when a node in particular a new node joins a cluster it becomes eligible for client operations as soon as it is known to be a cluster member it starts tcp tls listeners for all enab...
1
3,116
3,343,822,436
IssuesEvent
2015-11-15 20:19:45
tgstation/-tg-station
https://api.github.com/repos/tgstation/-tg-station
closed
Send To on player panel has no cancel
Administration Bug UI Usability
Feature request. >show player panel >accidentally click send to button >no way to cancel, you are now forced to teleport the person somewhere
True
Send To on player panel has no cancel - Feature request. >show player panel >accidentally click send to button >no way to cancel, you are now forced to teleport the person somewhere
usab
send to on player panel has no cancel feature request show player panel accidentally click send to button no way to cancel you are now forced to teleport the person somewhere
1
165,517
26,183,988,518
IssuesEvent
2023-01-02 20:09:28
flutter/website
https://api.github.com/repos/flutter/website
opened
Migrate to Bootstrap 5
infrastructure design p3-low blocked e2-days e3-weeks
### Describe the problem Bootstrap 5 is the current release Bootstrap, replacing Bootstrap 4. We use it heavily across the site and we want to make sure we stay up to date. This will also allow us to eventually drop Jquery since Bootstrap 5 no longer uses it. Beyond that, this will also make a dark mode slightly easie...
1.0
Migrate to Bootstrap 5 - ### Describe the problem Bootstrap 5 is the current release Bootstrap, replacing Bootstrap 4. We use it heavily across the site and we want to make sure we stay up to date. This will also allow us to eventually drop Jquery since Bootstrap 5 no longer uses it. Beyond that, this will also make a...
non_usab
migrate to bootstrap describe the problem bootstrap is the current release bootstrap replacing bootstrap we use it heavily across the site and we want to make sure we stay up to date this will also allow us to eventually drop jquery since bootstrap no longer uses it beyond that this will also make a...
0
4,642
3,875,429,995
IssuesEvent
2016-04-12 01:01:40
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
22048240: UITableView's right swipe 'Delete' isn't localized in bulgarian
classification:ui/usability reproducible:always status:open
#### Description Summary: When swiping a table view to delete an entry in a table view, the ‘delete’ button isn’t localized in Bulgarian Steps to Reproduce: 1. Create a UITableView that you can remove elements 2. Enable the bulgarian language 3. Right swipe on a cell 4. It’ll show ‘Delete’ in English Expected Result...
True
22048240: UITableView's right swipe 'Delete' isn't localized in bulgarian - #### Description Summary: When swiping a table view to delete an entry in a table view, the ‘delete’ button isn’t localized in Bulgarian Steps to Reproduce: 1. Create a UITableView that you can remove elements 2. Enable the bulgarian language...
usab
uitableview s right swipe delete isn t localized in bulgarian description summary when swiping a table view to delete an entry in a table view the ‘delete’ button isn’t localized in bulgarian steps to reproduce create a uitableview that you can remove elements enable the bulgarian language rig...
1
177,704
6,586,636,580
IssuesEvent
2017-09-13 18:00:51
samsung-cnct/k2-logging-fluent-bit-daemonset
https://api.github.com/repos/samsung-cnct/k2-logging-fluent-bit-daemonset
closed
Add input to TAIL RKT containers
enhancement k2-logging-fluent-bit-daemonset priority-p1
Kubelet currently runs in a RKT container, logging for RKT is different than Docker. Add a TAIL input plugin to capture logs from RKT containers: http://fluentbit.io/documentation/0.11/input/tail.html Tag these logs appropriately Check that logs from startup services: quay.io/samsung_cnct/setup-network-environment:v...
1.0
Add input to TAIL RKT containers - Kubelet currently runs in a RKT container, logging for RKT is different than Docker. Add a TAIL input plugin to capture logs from RKT containers: http://fluentbit.io/documentation/0.11/input/tail.html Tag these logs appropriately Check that logs from startup services: quay.io/samsu...
non_usab
add input to tail rkt containers kubelet currently runs in a rkt container logging for rkt is different than docker add a tail input plugin to capture logs from rkt containers tag these logs appropriately check that logs from startup services quay io samsung cnct setup network environment mv quay io ...
0
9,449
6,307,406,625
IssuesEvent
2017-07-22 01:02:18
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
closed
32947938: iOS 11.0 (15A5304i): AirDrop settings popover is sideways
classification:ui/usability reproducible:always status:open
#### Description Summary: The AirDrop settings popover in the new Control Center is sideways when the iPad is in landscape orientation. Steps to Reproduce: 1. Turn on and unlock iPad. 2. Slide up from the bottom to show Control Center. 3. Tap the AirDrop icon to show the AirDrop settings action sheet popover. ...
True
32947938: iOS 11.0 (15A5304i): AirDrop settings popover is sideways - #### Description Summary: The AirDrop settings popover in the new Control Center is sideways when the iPad is in landscape orientation. Steps to Reproduce: 1. Turn on and unlock iPad. 2. Slide up from the bottom to show Control Center. 3. Tap...
usab
ios airdrop settings popover is sideways description summary the airdrop settings popover in the new control center is sideways when the ipad is in landscape orientation steps to reproduce turn on and unlock ipad slide up from the bottom to show control center tap the airdrop ic...
1
14,128
8,849,805,167
IssuesEvent
2019-01-08 11:18:51
gbif/registry-console
https://api.github.com/repos/gbif/registry-console
opened
line heights on prose
usability
line heights on longer pieces of texts is very high. A line height of 2.86 is unusually high. A typical is more around 1.5? ![screen shot 2019-01-08 at 12 14 54](https://user-images.githubusercontent.com/6759267/50827562-13595600-133f-11e9-876d-3e1b974c77fc.png)
True
line heights on prose - line heights on longer pieces of texts is very high. A line height of 2.86 is unusually high. A typical is more around 1.5? ![screen shot 2019-01-08 at 12 14 54](https://user-images.githubusercontent.com/6759267/50827562-13595600-133f-11e9-876d-3e1b974c77fc.png)
usab
line heights on prose line heights on longer pieces of texts is very high a line height of is unusually high a typical is more around
1
238,137
18,234,696,645
IssuesEvent
2021-10-01 04:37:56
seajell/seajell
https://api.github.com/repos/seajell/seajell
closed
Add the The SeaJell Contributors to README and main website license notice
documentation
Add The SeaJell Contributors to the README file and the main website license notice from > License > Copyright (c) Muhammad Hanis Irfan bin Mohd Zaid > > This system/project is licensed under GNU GPLv3. Each contributions to this system will be licensed under the same terms. To > License > Copyright (c) ...
1.0
Add the The SeaJell Contributors to README and main website license notice - Add The SeaJell Contributors to the README file and the main website license notice from > License > Copyright (c) Muhammad Hanis Irfan bin Mohd Zaid > > This system/project is licensed under GNU GPLv3. Each contributions to this system...
non_usab
add the the seajell contributors to readme and main website license notice add the seajell contributors to the readme file and the main website license notice from license copyright c muhammad hanis irfan bin mohd zaid this system project is licensed under gnu each contributions to this system wil...
0
20,305
15,229,296,252
IssuesEvent
2021-02-18 12:43:02
eclipse/dirigible
https://api.github.com/repos/eclipse/dirigible
closed
[UI Improvement] Unify button labels in the 'Snapshot' tab of the 'Repository' perspective
component-ide enhancement usability web-ide
**Description** All labels of buttons should be in title case. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Repository' perspective 2. Click on 'Snapshot' tab 3. Scroll down to see the buttons 'Upload all', 'Cancel all', 'Remove all' **Expected behavior** The labels of the buttons are in titl...
True
[UI Improvement] Unify button labels in the 'Snapshot' tab of the 'Repository' perspective - **Description** All labels of buttons should be in title case. **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Repository' perspective 2. Click on 'Snapshot' tab 3. Scroll down to see the buttons 'Upload all...
usab
unify button labels in the snapshot tab of the repository perspective description all labels of buttons should be in title case to reproduce steps to reproduce the behavior go to repository perspective click on snapshot tab scroll down to see the buttons upload all cancel all ...
1
84,286
10,368,893,147
IssuesEvent
2019-09-07 20:51:09
matplotlib/matplotlib
https://api.github.com/repos/matplotlib/matplotlib
closed
Check if point is in path or not by contains_point
Documentation
I tried to use `contains_point` method of `Patch` to check if some point is inside the closed path, e.g. I defined an ellipse with the center, width, height and angle parameters: ```Python >>> from matplotlib.patches import Ellipse >>> e1 = Ellipse((3,5), 10, 8, 20) >>> e1.contains_point((3,5)) True ``` The las...
1.0
Check if point is in path or not by contains_point - I tried to use `contains_point` method of `Patch` to check if some point is inside the closed path, e.g. I defined an ellipse with the center, width, height and angle parameters: ```Python >>> from matplotlib.patches import Ellipse >>> e1 = Ellipse((3,5), 10, 8, ...
non_usab
check if point is in path or not by contains point i tried to use contains point method of patch to check if some point is inside the closed path e g i defined an ellipse with the center width height and angle parameters python from matplotlib patches import ellipse ellipse ...
0
9,824
6,443,871,818
IssuesEvent
2017-08-12 01:51:26
cortoproject/corto
https://api.github.com/repos/cortoproject/corto
closed
Object query API
Corto:ObjectManagement Corto:Usability
An API is required for querying the object store. This API shall provide a uniform mechanism for any component that requires making a selection of objects. Examples are: - Generators (for which objects must code be generated) - Connectors (which objects should be synchronized) - Historian (for which objects should hist...
True
Object query API - An API is required for querying the object store. This API shall provide a uniform mechanism for any component that requires making a selection of objects. Examples are: - Generators (for which objects must code be generated) - Connectors (which objects should be synchronized) - Historian (for which ...
usab
object query api an api is required for querying the object store this api shall provide a uniform mechanism for any component that requires making a selection of objects examples are generators for which objects must code be generated connectors which objects should be synchronized historian for which ...
1
171,232
20,955,504,514
IssuesEvent
2022-03-27 03:23:58
RG4421/openedr
https://api.github.com/repos/RG4421/openedr
closed
CVE-2020-11023 (Medium) detected in multiple libraries - autoclosed
security vulnerability
## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.1.min.js</b>, <b>jquery-3.1.0.js</b>, <b>jquery-3.1.0.min.js</b>, <b>jquery-1.11.1.min.js</b></p></summa...
True
CVE-2020-11023 (Medium) detected in multiple libraries - autoclosed - ## CVE-2020-11023 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jquery-2.1.1.min.js</b>, <b>jquery-3.1.0.js</...
non_usab
cve medium detected in multiple libraries autoclosed cve medium severity vulnerability vulnerable libraries jquery min js jquery js jquery min js jquery min js jquery min js javascript library for dom operations library home page a href ...
0
172,480
27,288,347,259
IssuesEvent
2023-02-23 14:59:55
WordPress/developer-blog-content
https://api.github.com/repos/WordPress/developer-blog-content
closed
Intrinsic design vs. device view points
flow: needs input Design
How Gutenberg developer implement responsiveness for the block editor. Resources: - [Responsive blocks & intrinsic web design](https://github.com/WordPress/gutenberg/issues/34641) - [Everything You Know About Web Design Just Changed](https://www.youtube.com/watch?v=jBwBACbRuGY). From conversations... An an...
1.0
Intrinsic design vs. device view points - How Gutenberg developer implement responsiveness for the block editor. Resources: - [Responsive blocks & intrinsic web design](https://github.com/WordPress/gutenberg/issues/34641) - [Everything You Know About Web Design Just Changed](https://www.youtube.com/watch?v=jBw...
non_usab
intrinsic design vs device view points how gutenberg developer implement responsiveness for the block editor resources from conversations an answer to why are there no breakpoints and responsiveness in blocks the projects is implementing intrinsic design that reacts to any screen...
0
10,495
6,761,937,973
IssuesEvent
2017-10-25 05:14:07
ValueChart/WebValueCharts
https://api.github.com/repos/ValueChart/WebValueCharts
closed
Improve usability of ScoreFunction definition step
CREATE DIFFICULTY: Medium IMPORTANCE: High TYPE: Usability/Style
1. Devise a way to show and navigate through the Objective hierarchy 2. Add a toggle to invert the function 3. Inform users whether they have visited all plots Add back immutable score functions, and indicate that they are fixed by creator.
True
Improve usability of ScoreFunction definition step - 1. Devise a way to show and navigate through the Objective hierarchy 2. Add a toggle to invert the function 3. Inform users whether they have visited all plots Add back immutable score functions, and indicate that they are fixed by creator.
usab
improve usability of scorefunction definition step devise a way to show and navigate through the objective hierarchy add a toggle to invert the function inform users whether they have visited all plots add back immutable score functions and indicate that they are fixed by creator
1
20,614
15,774,043,850
IssuesEvent
2021-04-01 00:20:35
w3c/coga
https://api.github.com/repos/w3c/coga
closed
EO comments: Appendix B: Considerations for Uptake in Different Contexts and Policies
EO comments content-usable
This issue split from #199 -8 Appendix B: Considerations for Uptake in Different Contexts and Policies Rationale: This section was confusing to most reviewers. First of all, it is lengthy and complex. (The reading grade level is 15-18.) Reviewers noticed significant repetition and lack of focus. Several questioned th...
True
EO comments: Appendix B: Considerations for Uptake in Different Contexts and Policies - This issue split from #199 -8 Appendix B: Considerations for Uptake in Different Contexts and Policies Rationale: This section was confusing to most reviewers. First of all, it is lengthy and complex. (The reading grade level is 1...
usab
eo comments appendix b considerations for uptake in different contexts and policies this issue split from appendix b considerations for uptake in different contexts and policies rationale this section was confusing to most reviewers first of all it is lengthy and complex the reading grade level is ...
1
735,329
25,389,688,750
IssuesEvent
2022-11-22 02:16:24
LunarVim/LunarVim
https://api.github.com/repos/LunarVim/LunarVim
closed
lvimtree loses transparency when focus changes
bug stale low-priority
### Problem description 1. set transparent_window = true in lunarvim config 2. open nvim tree 3. navigate to file you want to open 4. press 'l' to open a buffer 5. lvimtree loses transparency expected: 5. lvimtree keeps transparency ;) colorscheme: tokyonight ![image](https://user-images.githubuserconte...
1.0
lvimtree loses transparency when focus changes - ### Problem description 1. set transparent_window = true in lunarvim config 2. open nvim tree 3. navigate to file you want to open 4. press 'l' to open a buffer 5. lvimtree loses transparency expected: 5. lvimtree keeps transparency ;) colorscheme: tokyonigh...
non_usab
lvimtree loses transparency when focus changes problem description set transparent window true in lunarvim config open nvim tree navigate to file you want to open press l to open a buffer lvimtree loses transparency expected lvimtree keeps transparency colorscheme tokyonigh...
0
4,753
3,882,220,950
IssuesEvent
2016-04-13 09:02:31
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
20824313: Apple Watch has no way to hide calendars
classification:ui/usability reproducible:always status:open
#### Description Summary: The Apple Watch calendar complication has no way to hide events from less important calendars that appear on your iPhone. Steps to Reproduce: Subscribe to your spouse’s iCloud calendar so you can see their appointments on your iPhone when needed. Expected Results: See your next event on you...
True
20824313: Apple Watch has no way to hide calendars - #### Description Summary: The Apple Watch calendar complication has no way to hide events from less important calendars that appear on your iPhone. Steps to Reproduce: Subscribe to your spouse’s iCloud calendar so you can see their appointments on your iPhone when ...
usab
apple watch has no way to hide calendars description summary the apple watch calendar complication has no way to hide events from less important calendars that appear on your iphone steps to reproduce subscribe to your spouse’s icloud calendar so you can see their appointments on your iphone when needed ...
1
6,381
4,259,502,937
IssuesEvent
2016-07-11 11:22:31
coreos/rkt
https://api.github.com/repos/coreos/rkt
opened
gc: too many files opened
area/usability component/store kind/bug
**Environment** ``` rkt Version: 1.10.0 appc Version: 0.8.5 Go Version: go1.6.2 Go OS/Arch: linux/amd64 Features: -TPM -- Linux 4.6.3-coreos x86_64 -- NAME=CoreOS ID=coreos VERSION=1097.0.0 VERSION_ID=1097.0.0 BUILD_ID=2016-07-02-0145 PRETTY_NAME="CoreOS 1097.0.0 (MoreOS)" ANSI_COLOR="1;32" HOME_URL=...
True
gc: too many files opened - **Environment** ``` rkt Version: 1.10.0 appc Version: 0.8.5 Go Version: go1.6.2 Go OS/Arch: linux/amd64 Features: -TPM -- Linux 4.6.3-coreos x86_64 -- NAME=CoreOS ID=coreos VERSION=1097.0.0 VERSION_ID=1097.0.0 BUILD_ID=2016-07-02-0145 PRETTY_NAME="CoreOS 1097.0.0 (MoreOS)" ...
usab
gc too many files opened environment rkt version appc version go version go os arch linux features tpm linux coreos name coreos id coreos version version id build id pretty name coreos moreos ansi color home url ...
1
168,252
13,067,495,148
IssuesEvent
2020-07-31 00:38:33
ayumi-cloud/oc-security-module
https://api.github.com/repos/ayumi-cloud/oc-security-module
closed
Add option in settings to turn on/off query strings in frontend and backend
Add to Blacklist Add to Whitelist FINSIHED Firewall Priority: High Testing - Passed enhancement
### Enhancement idea - [x] Add option in settings to turn on/off query strings in the frontend. - [x] Add option in settings to turn on/off query strings in the backend. - [x] Add option in settings to turn on/off query strings on `index.php` (fine tuning things) a lot of attacks targeting it. - [x] Finish ...
1.0
Add option in settings to turn on/off query strings in frontend and backend - ### Enhancement idea - [x] Add option in settings to turn on/off query strings in the frontend. - [x] Add option in settings to turn on/off query strings in the backend. - [x] Add option in settings to turn on/off query strings on `i...
non_usab
add option in settings to turn on off query strings in frontend and backend enhancement idea add option in settings to turn on off query strings in the frontend add option in settings to turn on off query strings in the backend add option in settings to turn on off query strings on index p...
0
15,238
9,889,262,506
IssuesEvent
2019-06-25 13:26:40
openstreetmap/iD
https://api.github.com/repos/openstreetmap/iD
closed
Curb preset icons
usability
The curb presets should each have unique icons that convey the shape of the curb. This will help users decide which one to use and let them differentiate curb features on the map at a glance <img width="380" alt="Screen Shot 2019-03-21 at 4 13 47 PM" src="https://user-images.githubusercontent.com/2046746/54782095-76...
True
Curb preset icons - The curb presets should each have unique icons that convey the shape of the curb. This will help users decide which one to use and let them differentiate curb features on the map at a glance <img width="380" alt="Screen Shot 2019-03-21 at 4 13 47 PM" src="https://user-images.githubusercontent.com...
usab
curb preset icons the curb presets should each have unique icons that convey the shape of the curb this will help users decide which one to use and let them differentiate curb features on the map at a glance img width alt screen shot at pm src
1
493,662
14,236,719,247
IssuesEvent
2020-11-18 16:19:36
BioKIC/NEON-Biorepository
https://api.github.com/repos/BioKIC/NEON-Biorepository
closed
Allow use of same sampleID acrosss sampleClasses when uploading records
Failed API Harvest priority
Currently the biorepo portal does not permit upload of samples with duplicate sampleIDs. I'm requesting that we adjust this constraint to filter for unique values by "sampleID + sampleClass" instead. This will permit use of the same sampleID across classes, where appropriate. In this case the samples in question a...
1.0
Allow use of same sampleID acrosss sampleClasses when uploading records - Currently the biorepo portal does not permit upload of samples with duplicate sampleIDs. I'm requesting that we adjust this constraint to filter for unique values by "sampleID + sampleClass" instead. This will permit use of the same sampleID...
non_usab
allow use of same sampleid acrosss sampleclasses when uploading records currently the biorepo portal does not permit upload of samples with duplicate sampleids i m requesting that we adjust this constraint to filter for unique values by sampleid sampleclass instead this will permit use of the same sampleid...
0
55,926
31,235,063,216
IssuesEvent
2023-08-20 06:58:30
ChainSafe/lodestar
https://api.github.com/repos/ChainSafe/lodestar
closed
High block processor time on mainnet
prio-high scope-performance meta-investigate meta-bug
### Describe the bug As of Jul 2023, investigate why sometimes it takes more than 1s to process a block. This consistently happens on all mainnet nodes: <img width="793" alt="Screenshot 2023-07-24 at 09 27 42" src="https://github.com/ChainSafe/lodestar/assets/10568965/9cbe3fd7-d811-4274-9ef4-afd318181350"> #...
True
High block processor time on mainnet - ### Describe the bug As of Jul 2023, investigate why sometimes it takes more than 1s to process a block. This consistently happens on all mainnet nodes: <img width="793" alt="Screenshot 2023-07-24 at 09 27 42" src="https://github.com/ChainSafe/lodestar/assets/10568965/9cbe3fd7...
non_usab
high block processor time on mainnet describe the bug as of jul investigate why sometimes it takes more than to process a block this consistently happens on all mainnet nodes img width alt screenshot at src expected behavior ideally it should take steps to rep...
0
18,535
13,019,256,881
IssuesEvent
2020-07-26 21:32:32
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
add .md files to resorce in export
bug topic:import usability
**Godot version:** 3.1 **OS/device including version:** Linux Mint 19 Cinnamon x64 kernel 4.15.0-47-generic AMD Ryzen 5 2600 Six-Core Processor × 6 NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] not graphic related, though Google Chrome Version 73.0.3683.103 (Official Version) 64 bits **Issue description:*...
True
add .md files to resorce in export - **Godot version:** 3.1 **OS/device including version:** Linux Mint 19 Cinnamon x64 kernel 4.15.0-47-generic AMD Ryzen 5 2600 Six-Core Processor × 6 NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] not graphic related, though Google Chrome Version 73.0.3683.103 (Official Vers...
usab
add md files to resorce in export godot version os device including version linux mint cinnamon kernel generic amd ryzen six core processor × nvidia corporation not graphic related though google chrome version official version bits issue description ...
1
237,631
18,165,999,133
IssuesEvent
2021-09-27 14:40:27
acm-mu/abacus
https://api.github.com/repos/acm-mu/abacus
closed
Create general diagram of Abacus
documentation
## Summary - There should be a high level diagram made that shows the architecture of Abacus
1.0
Create general diagram of Abacus - ## Summary - There should be a high level diagram made that shows the architecture of Abacus
non_usab
create general diagram of abacus summary there should be a high level diagram made that shows the architecture of abacus
0
211,049
16,167,252,759
IssuesEvent
2021-05-01 18:58:10
michael-milette/moodle-filter_filtercodes
https://api.github.com/repos/michael-milette/moodle-filter_filtercodes
closed
Custom Profile Field with value of 0 shows nth instead of 0
bug testing required
**Moodle 3.10** We set a custom profile field for Credit with the default value of 0. When using {profile_field_shortname}, it shows only when the credit is more than 0 & shows nth when it's 0.
1.0
Custom Profile Field with value of 0 shows nth instead of 0 - **Moodle 3.10** We set a custom profile field for Credit with the default value of 0. When using {profile_field_shortname}, it shows only when the credit is more than 0 & shows nth when it's 0.
non_usab
custom profile field with value of shows nth instead of moodle we set a custom profile field for credit with the default value of when using profile field shortname it shows only when the credit is more than shows nth when it s
0
5,507
3,602,763,386
IssuesEvent
2016-02-03 16:40:47
go-lang-plugin-org/go-lang-idea-plugin
https://api.github.com/repos/go-lang-plugin-org/go-lang-idea-plugin
closed
go build interrupted
building
- What version of Go plugin are you using? 0.10.749 - What version of IDEA are you using? IntelliJ 15.03 Ultimate (win10) - What version of Java are you using? Oracle JDK 8 - 1.8.0_66 - What did you do? So I started by installing the latest plugin via Browser Repositories -> Selecting Go (Custom La...
1.0
go build interrupted - - What version of Go plugin are you using? 0.10.749 - What version of IDEA are you using? IntelliJ 15.03 Ultimate (win10) - What version of Java are you using? Oracle JDK 8 - 1.8.0_66 - What did you do? So I started by installing the latest plugin via Browser Repositories -> ...
non_usab
go build interrupted what version of go plugin are you using what version of idea are you using intellij ultimate what version of java are you using oracle jdk what did you do so i started by installing the latest plugin via browser repositories selecting ...
0
50,805
3,006,769,666
IssuesEvent
2015-07-27 12:46:43
BirminghamConservatoire/IntegraLive
https://api.github.com/repos/BirminghamConservatoire/IntegraLive
opened
Allow for different keyboard layouts in the live view
enhancement GUI priority low
The live view keyboard currently assumes a QWERTY layout. However, many users may have AZERTY or other layouts. Ideally, the software should be able to detect keyboard layout and offer the correct layout
1.0
Allow for different keyboard layouts in the live view - The live view keyboard currently assumes a QWERTY layout. However, many users may have AZERTY or other layouts. Ideally, the software should be able to detect keyboard layout and offer the correct layout
non_usab
allow for different keyboard layouts in the live view the live view keyboard currently assumes a qwerty layout however many users may have azerty or other layouts ideally the software should be able to detect keyboard layout and offer the correct layout
0
141,241
21,465,570,763
IssuesEvent
2022-04-26 03:05:48
Diego-Ivan/Flowtime
https://api.github.com/repos/Diego-Ivan/Flowtime
opened
Consider removing recoloring
design
Recoloring has been problematic at the time of development, replacing the accent color change with the old green accent that Flowtime had must be considered.
1.0
Consider removing recoloring - Recoloring has been problematic at the time of development, replacing the accent color change with the old green accent that Flowtime had must be considered.
non_usab
consider removing recoloring recoloring has been problematic at the time of development replacing the accent color change with the old green accent that flowtime had must be considered
0
10,408
6,714,605,625
IssuesEvent
2017-10-13 17:36:35
loconomics/loconomics
https://api.github.com/repos/loconomics/loconomics
closed
Bug S2: Time Zone not displayed on appointment cards
C: Usability F: Booking
### Description Users are confused when traveling what time zone the appointment is in. ### To-do - add time zone to appointment and booking cards ![img_3729](https://user-images.githubusercontent.com/1202838/31454261-bbdbd0c8-ae69-11e7-8ad9-e3392970b459.PNG)
True
Bug S2: Time Zone not displayed on appointment cards - ### Description Users are confused when traveling what time zone the appointment is in. ### To-do - add time zone to appointment and booking cards ![img_3729](https://user-images.githubusercontent.com/1202838/31454261-bbdbd0c8-ae69-11e7-8ad9-e3392970b459.PNG)
usab
bug time zone not displayed on appointment cards description users are confused when traveling what time zone the appointment is in to do add time zone to appointment and booking cards
1
23,798
22,828,476,744
IssuesEvent
2022-07-12 10:44:24
HumanRightsWatch/VHS
https://api.github.com/repos/HumanRightsWatch/VHS
opened
Collections responsive when you add new content to them
usability
Would it be possible - when you have added a new video to a collection that the collection moves to the top of the list of the collections? As I know have so many to scroll through I'm realising how useful this would be.
True
Collections responsive when you add new content to them - Would it be possible - when you have added a new video to a collection that the collection moves to the top of the list of the collections? As I know have so many to scroll through I'm realising how useful this would be.
usab
collections responsive when you add new content to them would it be possible when you have added a new video to a collection that the collection moves to the top of the list of the collections as i know have so many to scroll through i m realising how useful this would be
1
15,052
9,684,156,262
IssuesEvent
2019-05-23 13:11:54
cucapra/hbir
https://api.github.com/repos/cucapra/hbir
opened
Arbitrary constant declarations
usability
The AST currently lets you declare a single constant, which must be called `dim`, in the `data` section: https://github.com/cucapra/hbir/blob/f1e0d20718233b89a2ff30e345f4316d9156c2c9/lotus/src/parser.mly#L164-L167 It should be possible to declare arbitrary constants to make HBIR programs more readable.
True
Arbitrary constant declarations - The AST currently lets you declare a single constant, which must be called `dim`, in the `data` section: https://github.com/cucapra/hbir/blob/f1e0d20718233b89a2ff30e345f4316d9156c2c9/lotus/src/parser.mly#L164-L167 It should be possible to declare arbitrary constants to make HBIR pr...
usab
arbitrary constant declarations the ast currently lets you declare a single constant which must be called dim in the data section it should be possible to declare arbitrary constants to make hbir programs more readable
1
10,576
6,808,393,411
IssuesEvent
2017-11-04 02:04:59
postmarketOS/pmbootstrap
https://api.github.com/repos/postmarketOS/pmbootstrap
closed
Check if work folder is inside pmbootstrap folder (not supported!)
enhancement pmbootstrap usability
I'm making efforts to port pmOS over to my old Droid 4, however when pmbootstrap is preparing to build the kernel it fails after building gcc-armhf with this message: ``` ERROR: [Errno 13] Permission denied: '/home/dominic/postmarketOS_experiments/pmbootstrap/ls/chroot_native/proc/1/cwd' ``` upon investigation of...
True
Check if work folder is inside pmbootstrap folder (not supported!) - I'm making efforts to port pmOS over to my old Droid 4, however when pmbootstrap is preparing to build the kernel it fails after building gcc-armhf with this message: ``` ERROR: [Errno 13] Permission denied: '/home/dominic/postmarketOS_experiments/p...
usab
check if work folder is inside pmbootstrap folder not supported i m making efforts to port pmos over to my old droid however when pmbootstrap is preparing to build the kernel it fails after building gcc armhf with this message error permission denied home dominic postmarketos experiments pmbootstra...
1
54,068
13,894,676,818
IssuesEvent
2020-10-19 14:57:37
jgeraigery/thingworx-gitbackup-extension
https://api.github.com/repos/jgeraigery/thingworx-gitbackup-extension
opened
CVE-2019-16942 (High) detected in jackson-databind-2.9.8.jar
security vulnerability
## CVE-2019-16942 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streamin...
True
CVE-2019-16942 (High) detected in jackson-databind-2.9.8.jar - ## CVE-2019-16942 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.8.jar</b></p></summary> <p>General...
non_usab
cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to vulnerable library thingworx gitbackup extensio...
0
21,714
17,572,206,051
IssuesEvent
2021-08-14 23:35:25
home-climate-control/dz
https://api.github.com/repos/home-climate-control/dz
closed
Swing Console: provide shortcuts to change the setpoint faster
annoyance Swing usability UX
### Existing Behavior Up/Down arrow keys change the setpoint by a predefined delta. This delta is good for fine control, but is not good for coarse control (case in point: change the setpoint in a room that is not often used to a value that is far from the current setpoint). ### Desired Behavior There is a way to ...
True
Swing Console: provide shortcuts to change the setpoint faster - ### Existing Behavior Up/Down arrow keys change the setpoint by a predefined delta. This delta is good for fine control, but is not good for coarse control (case in point: change the setpoint in a room that is not often used to a value that is far from t...
usab
swing console provide shortcuts to change the setpoint faster existing behavior up down arrow keys change the setpoint by a predefined delta this delta is good for fine control but is not good for coarse control case in point change the setpoint in a room that is not often used to a value that is far from t...
1
414,322
27,984,274,023
IssuesEvent
2023-03-26 14:16:02
JoaoManuelMarquesChaves/Tp1_PWM_AD
https://api.github.com/repos/JoaoManuelMarquesChaves/Tp1_PWM_AD
opened
gestPWM.c -> bugs et/ou remarques -> fct GPWM_ExecPWM
documentation duplicate question
voir commentaire + lien vidéo sur l'issue #6 - [ ] => voir #6 => point 2 => gestion de types => librairie https://github.com/JoaoManuelMarquesChaves/Tp1_PWM_AD/blob/75235377d45aa67c349d07c0c986b3455bcca475/TP1/firmware/src/gestPWM.c#LL106-L107C28 - [ ] => gestion de types => calculs https://github.com/JoaoMan...
1.0
gestPWM.c -> bugs et/ou remarques -> fct GPWM_ExecPWM - voir commentaire + lien vidéo sur l'issue #6 - [ ] => voir #6 => point 2 => gestion de types => librairie https://github.com/JoaoManuelMarquesChaves/Tp1_PWM_AD/blob/75235377d45aa67c349d07c0c986b3455bcca475/TP1/firmware/src/gestPWM.c#LL106-L107C28 - [ ] => ...
non_usab
gestpwm c bugs et ou remarques fct gpwm execpwm voir commentaire lien vidéo sur l issue voir point gestion de types librairie gestion de types calculs gestion des définition librairie voir point gestion des appels de...
0
13,464
8,488,336,858
IssuesEvent
2018-10-26 16:19:18
hashicorp/consul
https://api.github.com/repos/hashicorp/consul
closed
Enhancement Idea: per-datacenter ACL entries
enhancement theme/acls theme/federation-usability
# Summary For a variety of use cases, it would be useful to be able to specify per-datacenter rules in ACL policies. For example, given three Consul datacenters dc1, dc2, and dc3, you might want to grant token1 read access to the prefix `config/` in all three datacenters, but you might only want token2 to be able to r...
True
Enhancement Idea: per-datacenter ACL entries - # Summary For a variety of use cases, it would be useful to be able to specify per-datacenter rules in ACL policies. For example, given three Consul datacenters dc1, dc2, and dc3, you might want to grant token1 read access to the prefix `config/` in all three datacenters,...
usab
enhancement idea per datacenter acl entries summary for a variety of use cases it would be useful to be able to specify per datacenter rules in acl policies for example given three consul datacenters and you might want to grant read access to the prefix config in all three datacenters but you mi...
1
95,635
8,568,324,870
IssuesEvent
2018-11-10 20:19:43
CS2103-AY1819S1-F11-2/main
https://api.github.com/repos/CS2103-AY1819S1-F11-2/main
closed
Add tests for LogInCommand
testing
Tests have to be added in: - Storage unit - Model unit - Logic unit - Utilities
1.0
Add tests for LogInCommand - Tests have to be added in: - Storage unit - Model unit - Logic unit - Utilities
non_usab
add tests for logincommand tests have to be added in storage unit model unit logic unit utilities
0
453
6,535,185,828
IssuesEvent
2017-08-31 13:49:09
Azure/azure-powershell
https://api.github.com/repos/Azure/azure-powershell
closed
Add-AzureRmAutomationModule and Set-AzureRmAutomationModule 'ContentLink' parameters should have the same name.
Automation
### Cmdlet(s) `Add-AzureRmAutomationModule` `Set-AzureRmAutomationModule` ### PowerShell Version |Name|Value| |--------|--------| |PSVersion|5.1.14393.1066| |PSEdition|Desktop| |PSCompatibleVersions|{1.0, 2.0, 3.0, 4.0...}| |BuildVersion|10.0.14393.1066| |CLRVersion|4.0.30319.42000| |WSManStackVersion|3.0| ...
1.0
Add-AzureRmAutomationModule and Set-AzureRmAutomationModule 'ContentLink' parameters should have the same name. - ### Cmdlet(s) `Add-AzureRmAutomationModule` `Set-AzureRmAutomationModule` ### PowerShell Version |Name|Value| |--------|--------| |PSVersion|5.1.14393.1066| |PSEdition|Desktop| |PSCompatibleVersions...
non_usab
add azurermautomationmodule and set azurermautomationmodule contentlink parameters should have the same name cmdlet s add azurermautomationmodule set azurermautomationmodule powershell version name value psversion psedition desktop pscompatibleversions ...
0
12,738
8,058,845,424
IssuesEvent
2018-08-02 19:51:47
triplea-game/triplea
https://api.github.com/repos/triplea-game/triplea
closed
Fix accidental Space bar confirmation (problem while typing, eg: chatting)
category: UI problem category: usability
Background: https://forums.triplea-game.org/topic/293/remove-space-bar-for-casualties-confirmation Task: - look at any place where an action can be confirmed with a single press of space bar (politics is an example). Check if: - if it makes sense to assign a new hotkey for confirmation and space bar can be exclu...
True
Fix accidental Space bar confirmation (problem while typing, eg: chatting) - Background: https://forums.triplea-game.org/topic/293/remove-space-bar-for-casualties-confirmation Task: - look at any place where an action can be confirmed with a single press of space bar (politics is an example). Check if: - if it m...
usab
fix accidental space bar confirmation problem while typing eg chatting background task look at any place where an action can be confirmed with a single press of space bar politics is an example check if if it makes sense to assign a new hotkey for confirmation and space bar can be excluded ...
1
26,651
27,046,209,833
IssuesEvent
2023-02-13 09:58:06
panda3d/panda3d
https://api.github.com/repos/panda3d/panda3d
closed
Adding task object with extraArgs fails
direct usability
## Description When adding a taskObject back in to the task manager Panda3D crashes if the task has extraArgs. ## Steps to Reproduce **This code works fine:** ``` def test(task): ship.y += 0.01 return task.cont task = base.add_task(test, 'test_task') base.remove_task(task) base.add_task(task) ``` ...
True
Adding task object with extraArgs fails - ## Description When adding a taskObject back in to the task manager Panda3D crashes if the task has extraArgs. ## Steps to Reproduce **This code works fine:** ``` def test(task): ship.y += 0.01 return task.cont task = base.add_task(test, 'test_task') base.rem...
usab
adding task object with extraargs fails description when adding a taskobject back in to the task manager crashes if the task has extraargs steps to reproduce this code works fine def test task ship y return task cont task base add task test test task base remove tas...
1
9,556
6,384,326,748
IssuesEvent
2017-08-03 04:23:24
upspin/upspin
https://api.github.com/repos/upspin/upspin
closed
doc: make it clear that signup works without dir/store servers
docs usability
Quoth [@davidcrawshaw](https://twitter.com/davidcrawshaw/status/834180207582072832): > should it be enough to signup with http://key.upspin.io and then ls you? does not seem to work. do I need a dir server first? It actually is possible to use Upspin without having a dir or store server for one's own use. If you...
True
doc: make it clear that signup works without dir/store servers - Quoth [@davidcrawshaw](https://twitter.com/davidcrawshaw/status/834180207582072832): > should it be enough to signup with http://key.upspin.io and then ls you? does not seem to work. do I need a dir server first? It actually is possible to use Upsp...
usab
doc make it clear that signup works without dir store servers quoth should it be enough to signup with and then ls you does not seem to work do i need a dir server first it actually is possible to use upspin without having a dir or store server for one s own use if you just want to read upspin fil...
1
17,342
11,939,399,121
IssuesEvent
2020-04-02 15:09:20
humhub/humhub
https://api.github.com/repos/humhub/humhub
opened
Mentioning improvements
Component:Richtext Kind:Discussion Kind:Enhancement Require:Concept Topic:Usability
# Is your feature request related to a problem? Please describe. Currently the mentioning feature is rather simplistic and just searches through all users without any order. Sometimes the actual user can't even be selected if there are too many results and the search input can't be more specific (e.g. the user name...
True
Mentioning improvements - # Is your feature request related to a problem? Please describe. Currently the mentioning feature is rather simplistic and just searches through all users without any order. Sometimes the actual user can't even be selected if there are too many results and the search input can't be more sp...
usab
mentioning improvements is your feature request related to a problem please describe currently the mentioning feature is rather simplistic and just searches through all users without any order sometimes the actual user can t even be selected if there are too many results and the search input can t be more sp...
1
393,085
11,609,916,992
IssuesEvent
2020-02-26 01:26:28
yidongnan/grpc-spring-boot-starter
https://api.github.com/repos/yidongnan/grpc-spring-boot-starter
closed
Support gRPC Java version 1.26.0+
enhancement high priority incompatibility
**The problem** If you upgrade to gRPC Java 1.26.0 the GrpcClient annotated stub is no longer able to construct itself. It throws a NoSuchMethod exception for the constructor. **The solution** Revert back to 1.25.x **Alternatives considered** An alternative methodology of constructing this class by refle...
1.0
Support gRPC Java version 1.26.0+ - **The problem** If you upgrade to gRPC Java 1.26.0 the GrpcClient annotated stub is no longer able to construct itself. It throws a NoSuchMethod exception for the constructor. **The solution** Revert back to 1.25.x **Alternatives considered** An alternative methodology...
non_usab
support grpc java version the problem if you upgrade to grpc java the grpcclient annotated stub is no longer able to construct itself it throws a nosuchmethod exception for the constructor the solution revert back to x alternatives considered an alternative methodology of...
0
76,533
9,955,066,254
IssuesEvent
2019-07-05 09:59:38
bazelbuild/bazel
https://api.github.com/repos/bazelbuild/bazel
closed
Versioned docs: the default displayed version should be for the latest release
P2 team-Product type: documentation
This affects docs.bazel.build. Currently, https://docs.bazel.build redirects to https://docs.bazel.build/versions/master/bazel-overview.html. This may be confusing to users, because there is a almost always a documentation drift between git-master and the latest stable. As suggested by @mwoehlke-kitware in https:...
1.0
Versioned docs: the default displayed version should be for the latest release - This affects docs.bazel.build. Currently, https://docs.bazel.build redirects to https://docs.bazel.build/versions/master/bazel-overview.html. This may be confusing to users, because there is a almost always a documentation drift between...
non_usab
versioned docs the default displayed version should be for the latest release this affects docs bazel build currently redirects to this may be confusing to users because there is a almost always a documentation drift between git master and the latest stable as suggested by mwoehlke kitware in a bett...
0
18,349
12,807,195,381
IssuesEvent
2020-07-03 10:57:39
ElektraInitiative/libelektra
https://api.github.com/repos/ElektraInitiative/libelektra
closed
INI: Merging Does not Work
enhancement stale usability
# Description It seems like `kdb merge` does not work correctly if we use INI as default storage. # Steps to Reproduce the Problem 1. Configure Elektra with INI as default storage: ```sh mkdir build cd build cmake .. -GNinja -DPLUGINS='ALL' -DKDB_DB_FILE='default.ini' -DKDB_DB_INIT='elektra.i...
True
INI: Merging Does not Work - # Description It seems like `kdb merge` does not work correctly if we use INI as default storage. # Steps to Reproduce the Problem 1. Configure Elektra with INI as default storage: ```sh mkdir build cd build cmake .. -GNinja -DPLUGINS='ALL' -DKDB_DB_FILE='default....
usab
ini merging does not work description it seems like kdb merge does not work correctly if we use ini as default storage steps to reproduce the problem configure elektra with ini as default storage sh mkdir build cd build cmake gninja dplugins all dkdb db file default ...
1
216,134
7,301,462,990
IssuesEvent
2018-02-27 05:23:07
richjoyce/dissertation
https://api.github.com/repos/richjoyce/dissertation
closed
Talk about what is important in a cockpit
Chapter1 HighPriority
- safety critical environment - what are the important measures (time, accuracy, workload) - see comments on p20 and p32
1.0
Talk about what is important in a cockpit - - safety critical environment - what are the important measures (time, accuracy, workload) - see comments on p20 and p32
non_usab
talk about what is important in a cockpit safety critical environment what are the important measures time accuracy workload see comments on and
0
36,266
12,404,351,207
IssuesEvent
2020-05-21 15:23:38
jgeraigery/beaker-notebook
https://api.github.com/repos/jgeraigery/beaker-notebook
opened
WS-2017-0116 (Medium) detected in angular-v1.2.28
security vulnerability
## WS-2017-0116 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>angular-v1.2.28</b></p></summary> <p>null</p> <p>Path to dependency file: /tmp/ws-scm/beaker-notebook/core/bower.json<...
True
WS-2017-0116 (Medium) detected in angular-v1.2.28 - ## WS-2017-0116 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>angular-v1.2.28</b></p></summary> <p>null</p> <p>Path to dependenc...
non_usab
ws medium detected in angular ws medium severity vulnerability vulnerable library angular null path to dependency file tmp ws scm beaker notebook core bower json path to vulnerable library tmp ws scm beaker notebook core src vendor bower components angular bower json b...
0
12,904
8,034,875,610
IssuesEvent
2018-07-30 00:05:31
PaperMC/Paper
https://api.github.com/repos/PaperMC/Paper
opened
1.13: Optimize World.a(double d0, double d1, double d2, double d3, Predicate<Entity> predicate)
accepted help wanted performance
This method iterates all players in a world and compares distance. Optimize this to behave like getNearbyEntities (or use it) and only iterate potential chunks
True
1.13: Optimize World.a(double d0, double d1, double d2, double d3, Predicate<Entity> predicate) - This method iterates all players in a world and compares distance. Optimize this to behave like getNearbyEntities (or use it) and only iterate potential chunks
non_usab
optimize world a double double double double predicate predicate this method iterates all players in a world and compares distance optimize this to behave like getnearbyentities or use it and only iterate potential chunks
0
18,225
12,683,992,175
IssuesEvent
2020-06-19 21:12:48
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Space in connect dialog copied into script file causes error
bug junior job topic:editor topic:gdscript usability
**Godot version:** 3.2.1 release **OS/device including version:** Windows 10 **Issue description:** Adding a space when connecting a method via GUI to a script throws a GDScript error after the name has been pasted into the script file. ![bug-img](https://user-images.githubusercontent.com/26523086/8504373...
True
Space in connect dialog copied into script file causes error - **Godot version:** 3.2.1 release **OS/device including version:** Windows 10 **Issue description:** Adding a space when connecting a method via GUI to a script throws a GDScript error after the name has been pasted into the script file. ![bug-...
usab
space in connect dialog copied into script file causes error godot version release os device including version windows issue description adding a space when connecting a method via gui to a script throws a gdscript error after the name has been pasted into the script file ...
1
24,344
23,667,655,224
IssuesEvent
2022-08-26 23:55:35
godotengine/godot
https://api.github.com/repos/godotengine/godot
opened
Pasting TileMap node pastes tile pattern at the same time
bug topic:editor usability topic:2d
### Godot version 4808d01 ### System information Windows 10 x64 ### Issue description ![godot_FzRdFO4F1M](https://user-images.githubusercontent.com/2223172/187005014-f6ec68ee-f195-408e-b58b-c11357deac96.gif) You won't believe how many times I accidentally placed random tiles due to this. Pretty sure it can be ...
True
Pasting TileMap node pastes tile pattern at the same time - ### Godot version 4808d01 ### System information Windows 10 x64 ### Issue description ![godot_FzRdFO4F1M](https://user-images.githubusercontent.com/2223172/187005014-f6ec68ee-f195-408e-b58b-c11357deac96.gif) You won't believe how many times I accidentall...
usab
pasting tilemap node pastes tile pattern at the same time godot version system information windows issue description you won t believe how many times i accidentally placed random tiles due to this pretty sure it can be used by adding a call deferred somewhere like always st...
1
25,011
24,573,319,006
IssuesEvent
2022-10-13 10:18:55
code-kern-ai/refinery
https://api.github.com/repos/code-kern-ai/refinery
closed
[UX] - Startup/Update logic that is easier to extend
usability
**What would you improve?** create a helper container to start/update the application. the current bash/bat scripts are not very easy to extend.
True
[UX] - Startup/Update logic that is easier to extend - **What would you improve?** create a helper container to start/update the application. the current bash/bat scripts are not very easy to extend.
usab
startup update logic that is easier to extend what would you improve create a helper container to start update the application the current bash bat scripts are not very easy to extend
1
829,197
31,857,930,430
IssuesEvent
2023-09-15 08:49:58
oceanbase/odc
https://api.github.com/repos/oceanbase/odc
opened
[Bug]: The error log printed during PL operation is inconsistent with the error log debugged
type-bug priority-medium
### ODC version ODC421 ### OB version Oceanbase420 ### What happened? The error log printed during PL operation is inconsistent with the error log debugged ![image](https://github.com/oceanbase/odc/assets/59468957/56523e8b-9949-46a8-9e66-23b9ff2a3ae9) ![image](https://github.com/oceanbase/odc/assets/59468957/724...
1.0
[Bug]: The error log printed during PL operation is inconsistent with the error log debugged - ### ODC version ODC421 ### OB version Oceanbase420 ### What happened? The error log printed during PL operation is inconsistent with the error log debugged ![image](https://github.com/oceanbase/odc/assets/59468957/56523...
non_usab
the error log printed during pl operation is inconsistent with the error log debugged odc version ob version what happened the error log printed during pl operation is inconsistent with the error log debugged what did you expect to happen the error printing information is...
0
3,522
3,479,656,466
IssuesEvent
2015-12-28 22:01:31
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
opened
24016734: Xcode 7.2: Scrolling gets choppy over time
classification:ui/usability reproducible:sometimes status:open
#### Description Summary: The longer Xcode has been open, the choppier scrolling in the source code editor gets. Steps to Reproduce: 1. Open a project in Xcode. 2. Work on the project for, say, 5 hours over the course of a day. 3. Scroll in the source editor (no fancy panels or assistants open - just the project navi...
True
24016734: Xcode 7.2: Scrolling gets choppy over time - #### Description Summary: The longer Xcode has been open, the choppier scrolling in the source code editor gets. Steps to Reproduce: 1. Open a project in Xcode. 2. Work on the project for, say, 5 hours over the course of a day. 3. Scroll in the source editor (no ...
usab
xcode scrolling gets choppy over time description summary the longer xcode has been open the choppier scrolling in the source code editor gets steps to reproduce open a project in xcode work on the project for say hours over the course of a day scroll in the source editor no fancy p...
1
19,621
14,345,829,125
IssuesEvent
2020-11-28 21:01:02
rugk/unicodify
https://api.github.com/repos/rugk/unicodify
opened
Fraction replacments discussion
usability/UX
When seeing the options page I still am confused about the fraction replacement being done in two separate options. You've already explained the difference here, @tdulcet: > https://github.com/rugk/unicodify/pull/2#issuecomment-731033079 However, as for the options, I still feel that moving the fraction thing al...
True
Fraction replacments discussion - When seeing the options page I still am confused about the fraction replacement being done in two separate options. You've already explained the difference here, @tdulcet: > https://github.com/rugk/unicodify/pull/2#issuecomment-731033079 However, as for the options, I still feel...
usab
fraction replacments discussion when seeing the options page i still am confused about the fraction replacement being done in two separate options you ve already explained the difference here tdulcet however as for the options i still feel that moving the fraction thing all in it’s own setting would ...
1
21,818
17,796,985,242
IssuesEvent
2021-09-01 00:10:33
scottlamb/moonfire-nvr
https://api.github.com/repos/scottlamb/moonfire-nvr
opened
zero-dependencies Linux binary
enhancement rust usability
I think it's possible to produce a `moonfire-nvr` Linux binary that has no dependencies except tzdata and any remotely recent version of glibc. (Or we could try going absolutely statically linked with musl, but then we might also need to bring in jemalloc for decent performance, etc.) We'd likely still use Docker fo...
True
zero-dependencies Linux binary - I think it's possible to produce a `moonfire-nvr` Linux binary that has no dependencies except tzdata and any remotely recent version of glibc. (Or we could try going absolutely statically linked with musl, but then we might also need to bring in jemalloc for decent performance, etc.) ...
usab
zero dependencies linux binary i think it s possible to produce a moonfire nvr linux binary that has no dependencies except tzdata and any remotely recent version of glibc or we could try going absolutely statically linked with musl but then we might also need to bring in jemalloc for decent performance etc ...
1
173,296
6,523,283,114
IssuesEvent
2017-08-29 08:04:06
leo-project/leofs
https://api.github.com/repos/leo-project/leofs
closed
[leo_watchdog][leo_storage] Continuous warnings caused by disk usage make leo_mq stop
Bug Priority-MIDDLE survey _leo_storage _leo_watchdog
Found through the report on https://github.com/leo-project/leofs/issues/725#issuecomment-306502264. Now when warning/error get raised from leo_watchdog, leo_storage execute this code block https://github.com/leo-project/leofs/blob/1.3.4/apps/leo_storage/src/leo_storage_watchdog_sub.erl#L83-L99, as a result leo_mq stop...
1.0
[leo_watchdog][leo_storage] Continuous warnings caused by disk usage make leo_mq stop - Found through the report on https://github.com/leo-project/leofs/issues/725#issuecomment-306502264. Now when warning/error get raised from leo_watchdog, leo_storage execute this code block https://github.com/leo-project/leofs/blob/...
non_usab
continuous warnings caused by disk usage make leo mq stop found through the report on now when warning error get raised from leo watchdog leo storage execute this code block as a result leo mq stop to consume items anymore in case warning error s keep happening around a few minutes this behavior can be pro...
0
98,656
20,774,830,748
IssuesEvent
2022-03-16 09:31:00
suizokukan/wisteria
https://api.github.com/repos/suizokukan/wisteria
closed
pimydoc: DEFAULT_REPORTFILE_NAME > $DEFAULT_REPORTFILE_NAME
code readibility
see help_xxx functions: """.replace('DEFAULT_REPORTFILE_NAME', DEFAULT_REPORTFILE_NAME)
1.0
pimydoc: DEFAULT_REPORTFILE_NAME > $DEFAULT_REPORTFILE_NAME - see help_xxx functions: """.replace('DEFAULT_REPORTFILE_NAME', DEFAULT_REPORTFILE_NAME)
non_usab
pimydoc default reportfile name default reportfile name see help xxx functions replace default reportfile name default reportfile name
0
326,410
9,956,066,894
IssuesEvent
2019-07-05 12:56:56
bbc/simorgh
https://api.github.com/repos/bbc/simorgh
opened
Pull in new version of psammead-brand
Refinement Needed articles-current-epic articles-features-stream high priority
**Is your feature request related to a problem? Please describe.** `psammead-brand` currently does not work as expected in high contrast mode in Firefox. Work done in bbc/psammead#787 fixes this bug, and therefore following the merge of that, we should pull the new version of the component into Simorgh. **Describe ...
1.0
Pull in new version of psammead-brand - **Is your feature request related to a problem? Please describe.** `psammead-brand` currently does not work as expected in high contrast mode in Firefox. Work done in bbc/psammead#787 fixes this bug, and therefore following the merge of that, we should pull the new version of th...
non_usab
pull in new version of psammead brand is your feature request related to a problem please describe psammead brand currently does not work as expected in high contrast mode in firefox work done in bbc psammead fixes this bug and therefore following the merge of that we should pull the new version of the ...
0
679,054
23,220,015,057
IssuesEvent
2022-08-02 17:15:55
kubernetes/minikube
https://api.github.com/repos/kubernetes/minikube
closed
Limit size of audit log
priority/important-soon kind/improvement
### What Happened? after updating to v1.26 spotted the slowness of 'minikube kubectl' command investigation shows that audit.json was greater 5mb and that causes real slowness for every command ``` >time minikube options minikube options 16.86s user 2.37s system 266% cpu 7.219 total ``` deletion of audit....
1.0
Limit size of audit log - ### What Happened? after updating to v1.26 spotted the slowness of 'minikube kubectl' command investigation shows that audit.json was greater 5mb and that causes real slowness for every command ``` >time minikube options minikube options 16.86s user 2.37s system 266% cpu 7.219 total ...
non_usab
limit size of audit log what happened after updating to spotted the slowness of minikube kubectl command investigation shows that audit json was greater and that causes real slowness for every command time minikube options minikube options user system cpu total delet...
0
15,368
9,983,823,054
IssuesEvent
2019-07-10 13:17:45
godotengine/godot
https://api.github.com/repos/godotengine/godot
closed
Editor doesn't accept class name with dots in create script popup
bug topic:editor usability
**Godot version:** v3.1.stable.official **OS/device including version:** Arch Linux *(kernel 5.1.12)* **Issue description:** When creating a GDNative script, the editor doesn't allow me to input some characters in the *Class Name* field, like dots. But this only happens in the popup: after I input a random nam...
True
Editor doesn't accept class name with dots in create script popup - **Godot version:** v3.1.stable.official **OS/device including version:** Arch Linux *(kernel 5.1.12)* **Issue description:** When creating a GDNative script, the editor doesn't allow me to input some characters in the *Class Name* field, like ...
usab
editor doesn t accept class name with dots in create script popup godot version stable official os device including version arch linux kernel issue description when creating a gdnative script the editor doesn t allow me to input some characters in the class name field like do...
1
55,106
30,591,396,392
IssuesEvent
2023-07-21 17:22:30
Annoraaq/grid-engine
https://api.github.com/repos/Annoraaq/grid-engine
closed
Make closestToTarget optional in pathfinding
performance
Only determine the closestToTarget position if demanded. That way Bidirectional Search can stop as soon as one of the two BFSs has an empty queue.
True
Make closestToTarget optional in pathfinding - Only determine the closestToTarget position if demanded. That way Bidirectional Search can stop as soon as one of the two BFSs has an empty queue.
non_usab
make closesttotarget optional in pathfinding only determine the closesttotarget position if demanded that way bidirectional search can stop as soon as one of the two bfss has an empty queue
0
20,703
15,895,267,663
IssuesEvent
2021-04-11 13:24:43
defusioner/ShopList-Tracker
https://api.github.com/repos/defusioner/ShopList-Tracker
closed
Add checked notification with undo
done feature usability
When doing shopping, I could click on some item and check it by error. Need to rework notifications and add an undo action.
True
Add checked notification with undo - When doing shopping, I could click on some item and check it by error. Need to rework notifications and add an undo action.
usab
add checked notification with undo when doing shopping i could click on some item and check it by error need to rework notifications and add an undo action
1
24,577
23,960,394,256
IssuesEvent
2022-09-12 18:32:21
pulumi/pulumi-lsp
https://api.github.com/repos/pulumi/pulumi-lsp
closed
Publish the extension to VS Code
kind/enhancement impact/usability resolution/fixed
## Hello! <!-- Please leave this section as-is, it's designed to help others in the community know how to interact with our GitHub issues. --> - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.) ## Issue d...
True
Publish the extension to VS Code - ## Hello! <!-- Please leave this section as-is, it's designed to help others in the community know how to interact with our GitHub issues. --> - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on desi...
usab
publish the extension to vs code hello vote on this issue by adding a 👍 reaction if you want to implement this feature comment to let us know we ll work with you on design scheduling etc issue details i would love to see the extension published in vs code so that we wouldn t require man...
1
7,233
4,828,603,649
IssuesEvent
2016-11-07 16:40:09
ACP3/cms
https://api.github.com/repos/ACP3/cms
closed
[System] Add config option to purge the page cache automatically
modules Usability
The system config should be extended with a new option, where the user can select, whether the page cache should be purged automatically or manually.
True
[System] Add config option to purge the page cache automatically - The system config should be extended with a new option, where the user can select, whether the page cache should be purged automatically or manually.
usab
add config option to purge the page cache automatically the system config should be extended with a new option where the user can select whether the page cache should be purged automatically or manually
1
9,005
6,089,097,340
IssuesEvent
2017-06-19 03:02:52
lionheart/openradar-mirror
https://api.github.com/repos/lionheart/openradar-mirror
closed
32088593: Carrier Settings Update prompt: two spaces after period
classification:ui/usability reproducible:always status:open
#### Description Area: Software Update Summary: In the Carrier Settings Update alert on iOS, the message has two spaces after a period instead of the customary single space, as on the rest of iOS. Steps to Reproduce: 1. Wait for a carrier settings update to appear. If you know one is available, but it has...
True
32088593: Carrier Settings Update prompt: two spaces after period - #### Description Area: Software Update Summary: In the Carrier Settings Update alert on iOS, the message has two spaces after a period instead of the customary single space, as on the rest of iOS. Steps to Reproduce: 1. Wait for a carrier...
usab
carrier settings update prompt two spaces after period description area software update summary in the carrier settings update alert on ios the message has two spaces after a period instead of the customary single space as on the rest of ios steps to reproduce wait for a carrier settin...
1
14,465
9,199,212,982
IssuesEvent
2019-03-07 14:28:51
coreos/ignition
https://api.github.com/repos/coreos/ignition
reopened
Default files.overwrite to false
area/usability jira kind/friction low hanging fruit
# Feature Request # ## Environment ## Any ## Desired Feature ## `files.overwrite` defaults to true, unlike `directories.overwrite` and `links.overwrite`. Default `files.overwrite` to false for spec 3.0. ## Other Information ##
True
Default files.overwrite to false - # Feature Request # ## Environment ## Any ## Desired Feature ## `files.overwrite` defaults to true, unlike `directories.overwrite` and `links.overwrite`. Default `files.overwrite` to false for spec 3.0. ## Other Information ##
usab
default files overwrite to false feature request environment any desired feature files overwrite defaults to true unlike directories overwrite and links overwrite default files overwrite to false for spec other information
1
1,066
2,712,967,508
IssuesEvent
2015-04-09 16:34:48
hypothesis/h
https://api.github.com/repos/hypothesis/h
closed
Keep unsaved annotations in the browser
Usability
Problem: If I create or edit an annotation but don't save it then it hasn't been sent to the server. If I leave the page it will lose the annotation with no warning. Suggestion solution: Always autosave annotations in the browser, restore them in the sidebar when visiting the page again. Another suggested solutio...
True
Keep unsaved annotations in the browser - Problem: If I create or edit an annotation but don't save it then it hasn't been sent to the server. If I leave the page it will lose the annotation with no warning. Suggestion solution: Always autosave annotations in the browser, restore them in the sidebar when visiting th...
usab
keep unsaved annotations in the browser problem if i create or edit an annotation but don t save it then it hasn t been sent to the server if i leave the page it will lose the annotation with no warning suggestion solution always autosave annotations in the browser restore them in the sidebar when visiting th...
1
15,467
10,056,711,423
IssuesEvent
2019-07-22 09:46:50
The-Powder-Toy/The-Powder-Toy
https://api.github.com/repos/The-Powder-Toy/The-Powder-Toy
closed
stamps are always displayed with fancy display and deco
Usability issue
It's very difficult to place stamps/pastes with glowing elements and particles with dark deco colors. They should be displayed with the current settings (or at least normal display and deco disabled).
True
stamps are always displayed with fancy display and deco - It's very difficult to place stamps/pastes with glowing elements and particles with dark deco colors. They should be displayed with the current settings (or at least normal display and deco disabled).
usab
stamps are always displayed with fancy display and deco it s very difficult to place stamps pastes with glowing elements and particles with dark deco colors they should be displayed with the current settings or at least normal display and deco disabled
1
19,079
13,536,133,099
IssuesEvent
2020-09-16 08:36:40
topcoder-platform/qa-fun
https://api.github.com/repos/topcoder-platform/qa-fun
closed
Incorrect validation message " You have to pass reCAPTCHA to submit the form" for valid reCAPTCHA submission
UX/Usability
Steps:- 1. Enter the URL : https://www.topcoder.com/ 2. Click on Menu EnterPrise >> ENTERPRISE CROWDTESTING 3. View the Page . 4. Donot enter any details .Click Submit. 5. Click on and Enter valid reCAPTCHA . 6. Click Submit Actual Result : Incorrect validation message " You have to pass reCAPTCHA to submit...
True
Incorrect validation message " You have to pass reCAPTCHA to submit the form" for valid reCAPTCHA submission - Steps:- 1. Enter the URL : https://www.topcoder.com/ 2. Click on Menu EnterPrise >> ENTERPRISE CROWDTESTING 3. View the Page . 4. Donot enter any details .Click Submit. 5. Click on and Enter valid reC...
usab
incorrect validation message you have to pass recaptcha to submit the form for valid recaptcha submission steps enter the url click on menu enterprise enterprise crowdtesting view the page donot enter any details click submit click on and enter valid recaptcha click submi...
1
10,897
6,975,413,663
IssuesEvent
2017-12-12 06:55:28
cnr-ibf-pa/hbp-bsp-issues
https://api.github.com/repos/cnr-ibf-pa/hbp-bsp-issues
closed
User Documentation: collab -> Collab
Type_Usability UC_MorphAnalysis
On the user documentation for Morphology Analysis [HERE](https://lbologna.github.io/hbp-sp6-guidebook/online_usecases/morphology_analysis/morphology_analysis/morphology_analysis.html) I suggest to replace each occurrence of 'collab' by 'Collab' (as its more like a name of something).
True
User Documentation: collab -> Collab - On the user documentation for Morphology Analysis [HERE](https://lbologna.github.io/hbp-sp6-guidebook/online_usecases/morphology_analysis/morphology_analysis/morphology_analysis.html) I suggest to replace each occurrence of 'collab' by 'Collab' (as its more like a name of somethin...
usab
user documentation collab collab on the user documentation for morphology analysis i suggest to replace each occurrence of collab by collab as its more like a name of something
1
34,486
7,452,107,073
IssuesEvent
2018-03-29 07:03:55
kerdokullamae/test_koik_issued
https://api.github.com/repos/kerdokullamae/test_koik_issued
closed
Lisada kirjeldusüksustele lingid välistesse süsteemidesse
P: high R: fixed T: defect
**Reported by sven syld on 17 May 2013 08:30 UTC** '''Object''' Lingid välistesse süsteemidesse (nt spec lk 33) '''Todo''' Lisada KÜ detail- (spec lk 33) ja nimekirjavaateisse (lk 26) lingid välistesse süsteemidesse.
1.0
Lisada kirjeldusüksustele lingid välistesse süsteemidesse - **Reported by sven syld on 17 May 2013 08:30 UTC** '''Object''' Lingid välistesse süsteemidesse (nt spec lk 33) '''Todo''' Lisada KÜ detail- (spec lk 33) ja nimekirjavaateisse (lk 26) lingid välistesse süsteemidesse.
non_usab
lisada kirjeldusüksustele lingid välistesse süsteemidesse reported by sven syld on may utc object lingid välistesse süsteemidesse nt spec lk todo lisada kü detail spec lk ja nimekirjavaateisse lk lingid välistesse süsteemidesse
0