Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
259,060
8,183,004,447
IssuesEvent
2018-08-29 07:40:45
openshiftio/openshift.io
https://api.github.com/repos/openshiftio/openshift.io
reopened
Stack report for manifest file does not trigger any event due to CamelCasing
SEV4-low area/analytics priority/P4 team/analytics type/bug
_From @sara-02 on August 23, 2018 8:29_ An extension of the error: #151 While for whole workspace there is an error in the developer log, for the single manifest there is no developer log and no action is taken. When the camelcase is changed, it worked. We should take some action, to generate the appropriate error, ...
1.0
Stack report for manifest file does not trigger any event due to CamelCasing - _From @sara-02 on August 23, 2018 8:29_ An extension of the error: #151 While for whole workspace there is an error in the developer log, for the single manifest there is no developer log and no action is taken. When the camelcase is chang...
priority
stack report for manifest file does not trigger any event due to camelcasing from sara on august an extension of the error while for whole workspace there is an error in the developer log for the single manifest there is no developer log and no action is taken when the camelcase is changed it w...
1
785,970
27,629,878,890
IssuesEvent
2023-03-10 10:02:07
LuposX/KonfiguratorFuerOSMDaten
https://api.github.com/repos/LuposX/KonfiguratorFuerOSMDaten
closed
Last edit step does not work
bug View Model low priority
The project should store the last step the user where in during the configuration and restart the project from exakt that step.
1.0
Last edit step does not work - The project should store the last step the user where in during the configuration and restart the project from exakt that step.
priority
last edit step does not work the project should store the last step the user where in during the configuration and restart the project from exakt that step
1
538,135
15,763,301,095
IssuesEvent
2021-03-31 12:04:09
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID: 220451] Resource leak in tests/lib/mem_alloc/src/main.c
Coverity bug priority: low
Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/169144afa1826511ee6ec3f53d590b2c0d39d3d4/tests/lib/mem_alloc/src/main.c Category: Resource leaks Function: `test_calloc` Component: Tests CID: [220451](https://scan9.coverity.com/reports.htm#v29726/p12996/mergedDefectId=220451) ...
1.0
[Coverity CID: 220451] Resource leak in tests/lib/mem_alloc/src/main.c - Static code scan issues found in file: https://github.com/zephyrproject-rtos/zephyr/tree/169144afa1826511ee6ec3f53d590b2c0d39d3d4/tests/lib/mem_alloc/src/main.c Category: Resource leaks Function: `test_calloc` Component: Tests CID: [220451](htt...
priority
resource leak in tests lib mem alloc src main c static code scan issues found in file category resource leaks function test calloc component tests cid details please fix or provide comments in coverity using the link note this issue was created automatically priority was set based on c...
1
90,201
3,812,795,282
IssuesEvent
2016-03-27 21:04:38
wireservice/csvkit
https://api.github.com/repos/wireservice/csvkit
closed
CSV Sort requires large amounts of memory
Low Priority optimization
Would it be possible to utilize external sort instead of your current reverse sorter algorithm? If you are open to pull requests then I will do it; just let me know.
1.0
CSV Sort requires large amounts of memory - Would it be possible to utilize external sort instead of your current reverse sorter algorithm? If you are open to pull requests then I will do it; just let me know.
priority
csv sort requires large amounts of memory would it be possible to utilize external sort instead of your current reverse sorter algorithm if you are open to pull requests then i will do it just let me know
1
663,365
22,191,731,491
IssuesEvent
2022-06-07 00:14:00
hxs-mini2/Laravel_Forum-B
https://api.github.com/repos/hxs-mini2/Laravel_Forum-B
opened
ログインしていない状態での閲覧
Type: Feature Priority: Low
## 欲しい機能 - ログインしていない状態で閲覧だけは出来るようにする ## 目的 - 閲覧のためだけにログインするのは面倒 - はじめからアカウントが必要だととっつきにくいかと ## タスク 現段階ではやり方に検討がつかないためタスクは書きません ## その他 難しそう?だから「できればやりたい」レベルです
1.0
ログインしていない状態での閲覧 - ## 欲しい機能 - ログインしていない状態で閲覧だけは出来るようにする ## 目的 - 閲覧のためだけにログインするのは面倒 - はじめからアカウントが必要だととっつきにくいかと ## タスク 現段階ではやり方に検討がつかないためタスクは書きません ## その他 難しそう?だから「できればやりたい」レベルです
priority
ログインしていない状態での閲覧 欲しい機能 ログインしていない状態で閲覧だけは出来るようにする 目的 閲覧のためだけにログインするのは面倒 はじめからアカウントが必要だととっつきにくいかと タスク 現段階ではやり方に検討がつかないためタスクは書きません その他 難しそう?だから「できればやりたい」レベルです
1
235,633
7,741,210,938
IssuesEvent
2018-05-29 04:06:57
kubernetes-sigs/poseidon
https://api.github.com/repos/kubernetes-sigs/poseidon
closed
Unfriendly import packages of github.com/kubernetes-sigs/poseidon/pkg
Low Priority question
Just like: https://github.com/kubernetes-sigs/poseidon/blob/master/docs/devel/README.md Developers need to create new k8s.io directory under $GOPATH, but usually developers will directly fork poseidon to their $GOPATH/src/github.com/username/poseidon. If there is no k8s.io directory, go build will fail. If the deve...
1.0
Unfriendly import packages of github.com/kubernetes-sigs/poseidon/pkg - Just like: https://github.com/kubernetes-sigs/poseidon/blob/master/docs/devel/README.md Developers need to create new k8s.io directory under $GOPATH, but usually developers will directly fork poseidon to their $GOPATH/src/github.com/username/po...
priority
unfriendly import packages of github com kubernetes sigs poseidon pkg just like developers need to create new io directory under gopath but usually developers will directly fork poseidon to their gopath src github com username poseidon if there is no io directory go build will fail if the developer m...
1
109,804
4,414,133,999
IssuesEvent
2016-08-13 07:36:08
ianmobbs/KVRX-Website
https://api.github.com/repos/ianmobbs/KVRX-Website
opened
Simplify getBaseInfo()
low priority
Right now, the process is ugly 1. Call `getBaseInfo()` 2. Assign variable `p, p2` to it's output 3. Pass them through to *every* view Is there a better way to do this?
1.0
Simplify getBaseInfo() - Right now, the process is ugly 1. Call `getBaseInfo()` 2. Assign variable `p, p2` to it's output 3. Pass them through to *every* view Is there a better way to do this?
priority
simplify getbaseinfo right now the process is ugly call getbaseinfo assign variable p to it s output pass them through to every view is there a better way to do this
1
542,344
15,858,888,388
IssuesEvent
2021-04-08 07:20:19
nf-core/tools
https://api.github.com/repos/nf-core/tools
opened
small issue when creating test.yml file
DSL2 low-priority
Just came across this, when creating a module without a subtool, you get the message to run this command in the `test.yml`: `nf-core modules create-test-yml alevinqc/None` So should make sure to remove that `None`. Very minor but still worth correcting.
1.0
small issue when creating test.yml file - Just came across this, when creating a module without a subtool, you get the message to run this command in the `test.yml`: `nf-core modules create-test-yml alevinqc/None` So should make sure to remove that `None`. Very minor but still worth correcting.
priority
small issue when creating test yml file just came across this when creating a module without a subtool you get the message to run this command in the test yml nf core modules create test yml alevinqc none so should make sure to remove that none very minor but still worth correcting
1
291,498
8,926,018,005
IssuesEvent
2019-01-22 02:01:56
conan-community/community
https://api.github.com/repos/conan-community/community
closed
[TBB] Forced tbbmalloc use.
complex: low priority: low stage: review type: feature
### Description of Problem, Request, or Question At this moment tbbmalloc is linked by default. Shouldn't tbbmalloc be separate Conan project or at least option in TBB recipe? Why? I would like to use another malloc as tcmalloc to be used, and at this moment I'm forced to use tbbmalloc. ### Package Details ...
1.0
[TBB] Forced tbbmalloc use. - ### Description of Problem, Request, or Question At this moment tbbmalloc is linked by default. Shouldn't tbbmalloc be separate Conan project or at least option in TBB recipe? Why? I would like to use another malloc as tcmalloc to be used, and at this moment I'm forced to use tbbmall...
priority
forced tbbmalloc use description of problem request or question at this moment tbbmalloc is linked by default shouldn t tbbmalloc be separate conan project or at least option in tbb recipe why i would like to use another malloc as tcmalloc to be used and at this moment i m forced to use tbbmalloc ...
1
534,911
15,651,864,340
IssuesEvent
2021-03-23 10:41:41
blixttech/zero-firmware
https://api.github.com/repos/blixttech/zero-firmware
opened
Use separate interrupt handlers for switch open and close events
enhancement priority: low
If ``close`` and ``open`` events happened too fast before the interrupt handler (``on_off_status_changed()``) is executed, the interrupt handler does not have way to distinguish which event occurred. Take the issue #8 into account when implementing this.
1.0
Use separate interrupt handlers for switch open and close events - If ``close`` and ``open`` events happened too fast before the interrupt handler (``on_off_status_changed()``) is executed, the interrupt handler does not have way to distinguish which event occurred. Take the issue #8 into account when implementing t...
priority
use separate interrupt handlers for switch open and close events if close and open events happened too fast before the interrupt handler on off status changed is executed the interrupt handler does not have way to distinguish which event occurred take the issue into account when implementing t...
1
750,588
26,207,102,998
IssuesEvent
2023-01-04 00:18:28
apify-projects/store-crawler-google-places
https://api.github.com/repos/apify-projects/store-crawler-google-places
closed
Add option to allow duplicates cross 'start urls'
enhancement low priority
Would be a new input schema option that allows duplicates to appear in different start URLs, that each contain a separate term, but can have the same places in other URLs. the important part is to be able to get the search term tied to the listing, even if it's a duplicate. for example, beer, pub, liquor, all have ...
1.0
Add option to allow duplicates cross 'start urls' - Would be a new input schema option that allows duplicates to appear in different start URLs, that each contain a separate term, but can have the same places in other URLs. the important part is to be able to get the search term tied to the listing, even if it's a dupl...
priority
add option to allow duplicates cross start urls would be a new input schema option that allows duplicates to appear in different start urls that each contain a separate term but can have the same places in other urls the important part is to be able to get the search term tied to the listing even if it s a dupl...
1
163,865
6,216,142,334
IssuesEvent
2017-07-08 00:53:50
facelessuser/Rummage
https://api.github.com/repos/facelessuser/Rummage
closed
Replace plugin (saved search names should be unique)
Enhancement Priority - Low
Saved search names should be unique. I think moving forward we'll store them in a hash instead of an array. We'll upgrade the old list appending a `_<number>` if we find duplicates on upgrade.
1.0
Replace plugin (saved search names should be unique) - Saved search names should be unique. I think moving forward we'll store them in a hash instead of an array. We'll upgrade the old list appending a `_<number>` if we find duplicates on upgrade.
priority
replace plugin saved search names should be unique saved search names should be unique i think moving forward we ll store them in a hash instead of an array we ll upgrade the old list appending a if we find duplicates on upgrade
1
182,044
6,666,298,696
IssuesEvent
2017-10-03 07:37:04
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
closed
MVVM Grid missing schema.model.id
Bug C: Grid F: MVVM Kendo1 Priority 2 SEV: Low
### Bug report MVVM Grid missing schema.model.id. PersistSelection functionality depends on this. ### Reproduction of the problem http://dojo.telerik.com/ACUBo ### Expected/desired behavior The Grid takes the model ID from the definition and persistSelection works as expected. ### Environment * **K...
1.0
MVVM Grid missing schema.model.id - ### Bug report MVVM Grid missing schema.model.id. PersistSelection functionality depends on this. ### Reproduction of the problem http://dojo.telerik.com/ACUBo ### Expected/desired behavior The Grid takes the model ID from the definition and persistSelection works as ...
priority
mvvm grid missing schema model id bug report mvvm grid missing schema model id persistselection functionality depends on this reproduction of the problem expected desired behavior the grid takes the model id from the definition and persistselection works as expected environment...
1
827,972
31,805,199,095
IssuesEvent
2023-09-13 13:34:24
Daybringer/gomoku
https://api.github.com/repos/Daybringer/gomoku
opened
Allow fuzzysearch in leaderboard search by username
type: feature priority: medium estimated complexity: low
Should ignore lowercase/uppercase difference
1.0
Allow fuzzysearch in leaderboard search by username - Should ignore lowercase/uppercase difference
priority
allow fuzzysearch in leaderboard search by username should ignore lowercase uppercase difference
1
304,028
9,313,410,335
IssuesEvent
2019-03-26 05:52:41
netdata/netdata
https://api.github.com/repos/netdata/netdata
closed
Isn't it a security risk not having SSL mode for postgres plugin?
area/external/python feature request priority/low
<!--- When asking a new question please: - Verify first that your question wasn't asked before on GitHub. HINT: Use label "question" when searching for such issues. - Briefly explain what is the problem you are having - Try to provide as much information about your environment (OS distribution, running in co...
1.0
Isn't it a security risk not having SSL mode for postgres plugin? - <!--- When asking a new question please: - Verify first that your question wasn't asked before on GitHub. HINT: Use label "question" when searching for such issues. - Briefly explain what is the problem you are having - Try to provide as much i...
priority
isn t it a security risk not having ssl mode for postgres plugin when asking a new question please verify first that your question wasn t asked before on github hint use label question when searching for such issues briefly explain what is the problem you are having try to provide as much i...
1
466,784
13,433,593,269
IssuesEvent
2020-09-07 10:03:09
getkirby/kirby
https://api.github.com/repos/getkirby/kirby
closed
Topbar breaks layout with long site title in Chrome
difficulty: easy 🤩 priority: low 🐌 type: bug 🐛
**Describe the bug** <!-- A clear and concise description of what the bug is. --> If your site has a very long site title the title breaks out of the viewport in the topbar on Chrome. **To Reproduce** Steps to reproduce the behavior: 1. Create a new site 2. Change the site title to something long, e.g. "Kir...
1.0
Topbar breaks layout with long site title in Chrome - **Describe the bug** <!-- A clear and concise description of what the bug is. --> If your site has a very long site title the title breaks out of the viewport in the topbar on Chrome. **To Reproduce** Steps to reproduce the behavior: 1. Create a new site ...
priority
topbar breaks layout with long site title in chrome describe the bug if your site has a very long site title the title breaks out of the viewport in the topbar on chrome to reproduce steps to reproduce the behavior create a new site change the site title to something long e g kirby de...
1
687,417
23,525,812,880
IssuesEvent
2022-08-19 10:41:47
blockscout/blockscout
https://api.github.com/repos/blockscout/blockscout
closed
Error: ace.edit can't find div #code_viewer_main
bug :bug: priority: low
https://blockscout.com/poa/sokol/address/0xddFf4A885e46148968e43D562ab931DF8fC99E32/contracts#address-tabs <img width="1371" alt="Screenshot 2022-08-11 at 15 54 12" src="https://user-images.githubusercontent.com/4341812/184137810-a5891b77-9350-4cb3-b025-9b60310a1ca6.png">
1.0
Error: ace.edit can't find div #code_viewer_main - https://blockscout.com/poa/sokol/address/0xddFf4A885e46148968e43D562ab931DF8fC99E32/contracts#address-tabs <img width="1371" alt="Screenshot 2022-08-11 at 15 54 12" src="https://user-images.githubusercontent.com/4341812/184137810-a5891b77-9350-4cb3-b025-9b60310a1ca6...
priority
error ace edit can t find div code viewer main img width alt screenshot at src
1
148,188
5,660,569,294
IssuesEvent
2017-04-10 15:24:14
vmware/vic
https://api.github.com/repos/vmware/vic
closed
Installing UI plug-in reports success when it fails
area/appliance area/ui kind/bug priority/low
**VIC version:** OVA installer: `vic-v1.1.0-rc2-81820686.ova` **Deployment details:** Attempting to install the VIC UI plug-in to the vSphere 6.5 HTML5 client for a VC instance running on Windows. **Steps to reproduce:** 1. Deployed OVA successfully 2. Downloaded and unpacked `vic-engine-v1.1.0-rc2-8182...
1.0
Installing UI plug-in reports success when it fails - **VIC version:** OVA installer: `vic-v1.1.0-rc2-81820686.ova` **Deployment details:** Attempting to install the VIC UI plug-in to the vSphere 6.5 HTML5 client for a VC instance running on Windows. **Steps to reproduce:** 1. Deployed OVA successfully ...
priority
installing ui plug in reports success when it fails vic version ova installer vic ova deployment details attempting to install the vic ui plug in to the vsphere client for a vc instance running on windows steps to reproduce deployed ova successfully downloaded ...
1
121,698
4,820,401,120
IssuesEvent
2016-11-04 22:43:19
nprapps/elections16graphics
https://api.github.com/repos/nprapps/elections16graphics
closed
Touch device detection
Priority: Low
Don't show tooltips on touch devices. Need to get Modernizr working (had trouble installing/loading it).
1.0
Touch device detection - Don't show tooltips on touch devices. Need to get Modernizr working (had trouble installing/loading it).
priority
touch device detection don t show tooltips on touch devices need to get modernizr working had trouble installing loading it
1
434,876
12,528,964,319
IssuesEvent
2020-06-04 10:28:18
SUSE/doc-cap
https://api.github.com/repos/SUSE/doc-cap
closed
Remove references to "scf"
2.0 2.1.0 bug low priority
There are still 137 references to "scf", most of which still probably need to be changed. For list: `grep -ri "scf" xml`, for count see `grep -ri "scf" xml | wc -l`.
1.0
Remove references to "scf" - There are still 137 references to "scf", most of which still probably need to be changed. For list: `grep -ri "scf" xml`, for count see `grep -ri "scf" xml | wc -l`.
priority
remove references to scf there are still references to scf most of which still probably need to be changed for list grep ri scf xml for count see grep ri scf xml wc l
1
341,074
10,282,461,188
IssuesEvent
2019-08-26 11:12:51
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Bluetooth: Security problem
area: Bluetooth bug priority: low
**Describe the bug** `bt_conn_cb` - `security_changed` is called with requested security level even if establishing security fails. Information about error may only be found in logs. **To Reproduce** Connecting peripheral and central, establishing security (`bt_conn_security(conn, BT_SECURITY_MEDIUM)`). Even if se...
1.0
Bluetooth: Security problem - **Describe the bug** `bt_conn_cb` - `security_changed` is called with requested security level even if establishing security fails. Information about error may only be found in logs. **To Reproduce** Connecting peripheral and central, establishing security (`bt_conn_security(conn, BT_...
priority
bluetooth security problem describe the bug bt conn cb security changed is called with requested security level even if establishing security fails information about error may only be found in logs to reproduce connecting peripheral and central establishing security bt conn security conn bt ...
1
463,462
13,265,874,415
IssuesEvent
2020-08-21 07:26:50
org-arl/fjage
https://api.github.com/repos/org-arl/fjage
closed
Debug occasional timeouts seen during CI
bug low priority
Continued discussion from: https://github.com/org-arl/fjage/pull/138#issuecomment-637961225 @ngyewch @notthetup FYI, I've created an issue to continue this discussion from the PR and track the resolution.
1.0
Debug occasional timeouts seen during CI - Continued discussion from: https://github.com/org-arl/fjage/pull/138#issuecomment-637961225 @ngyewch @notthetup FYI, I've created an issue to continue this discussion from the PR and track the resolution.
priority
debug occasional timeouts seen during ci continued discussion from ngyewch notthetup fyi i ve created an issue to continue this discussion from the pr and track the resolution
1
784,192
27,560,859,508
IssuesEvent
2023-03-07 21:53:41
Boobl1k/chat-grpc
https://api.github.com/repos/Boobl1k/chat-grpc
opened
thread-safe messages loading
bug backend low priority
for now we can lose some messages in moment we got last messages from db and for now didn't subscribed to new messages
1.0
thread-safe messages loading - for now we can lose some messages in moment we got last messages from db and for now didn't subscribed to new messages
priority
thread safe messages loading for now we can lose some messages in moment we got last messages from db and for now didn t subscribed to new messages
1
823,651
31,028,567,960
IssuesEvent
2023-08-10 10:50:15
UCL-MIRSG/xnat-aws
https://api.github.com/repos/UCL-MIRSG/xnat-aws
opened
Get rid of Ansible deprecation warnings
priority-low
When running `configure/install_xnat.sh`, there are a few deprecation warnings: ``` Install the XNAT Container service [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible-core/2.15/user_guide/playbooks_reuse_includes.html for details. This fe...
1.0
Get rid of Ansible deprecation warnings - When running `configure/install_xnat.sh`, there are a few deprecation warnings: ``` Install the XNAT Container service [DEPRECATION WARNING]: "include" is deprecated, use include_tasks/import_tasks instead. See https://docs.ansible.com/ansible-core/2.15/user_guide/playbook...
priority
get rid of ansible deprecation warnings when running configure install xnat sh there are a few deprecation warnings install the xnat container service include is deprecated use include tasks import tasks instead see for details this feature will be removed in version deprecation warnings c...
1
78,437
3,509,759,052
IssuesEvent
2016-01-09 01:00:06
TheOriginalSINe/Project-M-CC
https://api.github.com/repos/TheOriginalSINe/Project-M-CC
closed
Knuckles: Vector Alt Shoes Don't Touch the Ground
Knuckles Low Priority Model/Animation
In Knuckle's Vector Alt Costume, his shoes slant in a way where only the very tip of his shoe touches the ground while the rest of it floats. Suggested Fix: Adjust the slope of the shoe sole so that more of his foot touches the ground.
1.0
Knuckles: Vector Alt Shoes Don't Touch the Ground - In Knuckle's Vector Alt Costume, his shoes slant in a way where only the very tip of his shoe touches the ground while the rest of it floats. Suggested Fix: Adjust the slope of the shoe sole so that more of his foot touches the ground.
priority
knuckles vector alt shoes don t touch the ground in knuckle s vector alt costume his shoes slant in a way where only the very tip of his shoe touches the ground while the rest of it floats suggested fix adjust the slope of the shoe sole so that more of his foot touches the ground
1
312,617
9,550,150,299
IssuesEvent
2019-05-02 11:15:39
mit-cml/appinventor-sources
https://api.github.com/repos/mit-cml/appinventor-sources
closed
Suggestions on buttons in "Blocks"
affects: master feature request help wanted issue: noted for future Work priority: low
I think a pointer cursor (`cursor: pointer`) should be shown when users move the cursor to the following 4 buttons. ![image](https://user-images.githubusercontent.com/29452642/45256295-3e4e9000-b3c7-11e8-8c8f-50104c86566a.png) Also, it's hard to see the buttons since they are only in gray color (grey colour). And the...
1.0
Suggestions on buttons in "Blocks" - I think a pointer cursor (`cursor: pointer`) should be shown when users move the cursor to the following 4 buttons. ![image](https://user-images.githubusercontent.com/29452642/45256295-3e4e9000-b3c7-11e8-8c8f-50104c86566a.png) Also, it's hard to see the buttons since they are only...
priority
suggestions on buttons in blocks i think a pointer cursor cursor pointer should be shown when users move the cursor to the following buttons also it s hard to see the buttons since they are only in gray color grey colour and the rubbish bin becomes under the blocks besides i suggest addi...
1
308,060
9,429,650,573
IssuesEvent
2019-04-12 06:50:50
OceanShare/OceanShare-iOS
https://api.github.com/repos/OceanShare/OceanShare-iOS
closed
Profile View
Priority: Low Status: Closed Type: Production
The profile view must fit with the one from android version. Add possibility to change the user name and the user email adress.
1.0
Profile View - The profile view must fit with the one from android version. Add possibility to change the user name and the user email adress.
priority
profile view the profile view must fit with the one from android version add possibility to change the user name and the user email adress
1
820,282
30,768,036,689
IssuesEvent
2023-07-30 14:48:51
JasonBock/Rocks
https://api.github.com/repos/JasonBock/Rocks
closed
Duplicate `Instance()` and Constructors
bug Low Priority
To reproduce: ```csharp var code = """ using Rocks; #nullable enable public class AnyOf<T1, T2> { public AnyOf(T1 value) { } public AnyOf(T2 value) { } public virtual object GetValue() => new(); } public static class Test { public static void Generate() { var rock = R...
1.0
Duplicate `Instance()` and Constructors - To reproduce: ```csharp var code = """ using Rocks; #nullable enable public class AnyOf<T1, T2> { public AnyOf(T1 value) { } public AnyOf(T2 value) { } public virtual object GetValue() => new(); } public static class Test { public st...
priority
duplicate instance and constructors to reproduce csharp var code using rocks nullable enable public class anyof public anyof value public anyof value public virtual object getvalue new public static class test public static void...
1
662,892
22,154,906,806
IssuesEvent
2022-06-03 21:14:30
Qiskit/qiskit-ibm-runtime
https://api.github.com/repos/Qiskit/qiskit-ibm-runtime
closed
Mention in tutorials about Qiskit classes like `VQEClient` will work only with legacy runtime
enhancement priority: low
**What is the expected feature or enhancement?** Mention in tutorials about Qiskit classes that use runtime like ex: `VQEClient` will work only with legacy runtime **Acceptance criteria**
1.0
Mention in tutorials about Qiskit classes like `VQEClient` will work only with legacy runtime - **What is the expected feature or enhancement?** Mention in tutorials about Qiskit classes that use runtime like ex: `VQEClient` will work only with legacy runtime **Acceptance criteria**
priority
mention in tutorials about qiskit classes like vqeclient will work only with legacy runtime what is the expected feature or enhancement mention in tutorials about qiskit classes that use runtime like ex vqeclient will work only with legacy runtime acceptance criteria
1
204,946
7,092,892,506
IssuesEvent
2018-01-12 18:15:19
DASSL/ClassDB
https://api.github.com/repos/DASSL/ClassDB
closed
Function dropUser in prepareClassDB.sql is unused (W)
priority low wrong
It looks like the function `dropUser` could be called (with some revision if necessary) from functions `dropStudent`, `dropInstructor`, and `dropDBManager `(each of which have quite a bit of repeated code).
1.0
Function dropUser in prepareClassDB.sql is unused (W) - It looks like the function `dropUser` could be called (with some revision if necessary) from functions `dropStudent`, `dropInstructor`, and `dropDBManager `(each of which have quite a bit of repeated code).
priority
function dropuser in prepareclassdb sql is unused w it looks like the function dropuser could be called with some revision if necessary from functions dropstudent dropinstructor and dropdbmanager each of which have quite a bit of repeated code
1
646,703
21,057,354,034
IssuesEvent
2022-04-01 05:42:39
thesaurus-linguae-aegyptiae/tla-web
https://api.github.com/repos/thesaurus-linguae-aegyptiae/tla-web
opened
Belegstellenseite: Button-Behandlung, JS effizienter implementieren
low priority
**Befund** JS-Code zur Behandlung von n Buttons wird bei _jedem_ der n Button wiederholt: n x n if-Abfragen
1.0
Belegstellenseite: Button-Behandlung, JS effizienter implementieren - **Befund** JS-Code zur Behandlung von n Buttons wird bei _jedem_ der n Button wiederholt: n x n if-Abfragen
priority
belegstellenseite button behandlung js effizienter implementieren befund js code zur behandlung von n buttons wird bei jedem der n button wiederholt n x n if abfragen
1
93,786
3,911,165,441
IssuesEvent
2016-04-20 03:40:20
facelessuser/SerializedDataConverter
https://api.github.com/repos/facelessuser/SerializedDataConverter
closed
Conversion from YAML to JSON should not re-sort items
Accepted Enhancement Priority - Low
I'm having an issue where it seems conversion from YAML to JSON shorts the keys in an object alphabetically instead of leaving them in the order they were defined in the YAML file. Can the order be maintained?
1.0
Conversion from YAML to JSON should not re-sort items - I'm having an issue where it seems conversion from YAML to JSON shorts the keys in an object alphabetically instead of leaving them in the order they were defined in the YAML file. Can the order be maintained?
priority
conversion from yaml to json should not re sort items i m having an issue where it seems conversion from yaml to json shorts the keys in an object alphabetically instead of leaving them in the order they were defined in the yaml file can the order be maintained
1
259,946
8,201,886,939
IssuesEvent
2018-09-02 00:12:29
Sonarr/Sonarr
https://api.github.com/repos/Sonarr/Sonarr
closed
Choose date for retention instead of number of days
enhancement priority:low
Most (all?) providers just keep adding days to their retention making a static number not very useful.
1.0
Choose date for retention instead of number of days - Most (all?) providers just keep adding days to their retention making a static number not very useful.
priority
choose date for retention instead of number of days most all providers just keep adding days to their retention making a static number not very useful
1
143,793
5,530,082,230
IssuesEvent
2017-03-21 00:58:23
nossas/bonde-client
https://api.github.com/repos/nossas/bonde-client
opened
Add edit link to block
Category: Frontend Priority: Low Stage: Backlog Type: New feature
When editing, you could change more options. Some options are background image size and position, plus css effects that could be applied to images. See examples: https://codepen.io/nxworld/pen/ZYNOBZ We could support all css filters: * blur() * brightness() * contrast() * drop-shadow() * grayscale() * hue-ro...
1.0
Add edit link to block - When editing, you could change more options. Some options are background image size and position, plus css effects that could be applied to images. See examples: https://codepen.io/nxworld/pen/ZYNOBZ We could support all css filters: * blur() * brightness() * contrast() * drop-shadow()...
priority
add edit link to block when editing you could change more options some options are background image size and position plus css effects that could be applied to images see examples we could support all css filters blur brightness contrast drop shadow grayscale hue rotate i...
1
653,777
21,626,189,747
IssuesEvent
2022-05-05 02:42:26
corsaircraft-dev/issues
https://api.github.com/repos/corsaircraft-dev/issues
opened
/ignore command
enhancement chat low priority
While Ctrl-P works, it can not be detected server-side, so the server can not disable PM sounds.
1.0
/ignore command - While Ctrl-P works, it can not be detected server-side, so the server can not disable PM sounds.
priority
ignore command while ctrl p works it can not be detected server side so the server can not disable pm sounds
1
172,230
6,500,574,746
IssuesEvent
2017-08-23 05:30:13
DiscordDungeons/Bugs
https://api.github.com/repos/DiscordDungeons/Bugs
closed
New command for “#!heal auto”
Bot Enhancement Low Priority
It would be great that there will be a new command that is related to the “#!heal auto”, which this command will calculate the amount of health potions needed to consume to gain an almost full heal. I believe this will likely help people who would like to save Health Potions when they do not want to use the last potion...
1.0
New command for “#!heal auto” - It would be great that there will be a new command that is related to the “#!heal auto”, which this command will calculate the amount of health potions needed to consume to gain an almost full heal. I believe this will likely help people who would like to save Health Potions when they do...
priority
new command for “ heal auto” it would be great that there will be a new command that is related to the “ heal auto” which this command will calculate the amount of health potions needed to consume to gain an almost full heal i believe this will likely help people who would like to save health potions when they do...
1
18,933
2,616,014,764
IssuesEvent
2015-03-02 00:57:30
jasonhall/bwapi
https://api.github.com/repos/jasonhall/bwapi
closed
Methods for Leaderboard access (UMS and other game types)
auto-migrated Component-Logic NewFeature Object-Game Offset-hunting Priority-Low Type-Enhancement Usability
``` As the title states. Create methods for accessing the leaderboard display whether it be kills or greed or anything else that would normally be unavailable (complete map info off) even though it is displayed before you. enum? type class? Game::getLeaderboardType() -- The leaderboard type, Kills, Greed, Score, et...
1.0
Methods for Leaderboard access (UMS and other game types) - ``` As the title states. Create methods for accessing the leaderboard display whether it be kills or greed or anything else that would normally be unavailable (complete map info off) even though it is displayed before you. enum? type class? Game::getLeaderb...
priority
methods for leaderboard access ums and other game types as the title states create methods for accessing the leaderboard display whether it be kills or greed or anything else that would normally be unavailable complete map info off even though it is displayed before you enum type class game getleaderb...
1
319,336
9,742,354,926
IssuesEvent
2019-06-02 16:25:58
generative-music/generative.fm
https://api.github.com/repos/generative-music/generative.fm
closed
Observable Streams doesn't record properly
bug low priority medium effort
Observable Streams uses RxJS for timing and doesn't using Tone's Transport system like every other piece on the site, which is why it doesn't record properly. - [x] Update pieces-alex-bainter - [x] Update generative.fm
1.0
Observable Streams doesn't record properly - Observable Streams uses RxJS for timing and doesn't using Tone's Transport system like every other piece on the site, which is why it doesn't record properly. - [x] Update pieces-alex-bainter - [x] Update generative.fm
priority
observable streams doesn t record properly observable streams uses rxjs for timing and doesn t using tone s transport system like every other piece on the site which is why it doesn t record properly update pieces alex bainter update generative fm
1
751,590
26,250,719,126
IssuesEvent
2023-01-05 19:02:32
AleoHQ/leo
https://api.github.com/repos/AleoHQ/leo
closed
[Feature] Move test expectations to where the tests are
feature priority-low
## 🚀 Feature Given `tests/parser/import/foobar.leo`, the `.out` file should be in `tests/parser/import/foobar.leo.out` ## Motivation - Less jumping around when trying to find the expecation, both locally and in GH PR reviews. ## Implementation Some changes to the test framework needed, some paths to edi...
1.0
[Feature] Move test expectations to where the tests are - ## 🚀 Feature Given `tests/parser/import/foobar.leo`, the `.out` file should be in `tests/parser/import/foobar.leo.out` ## Motivation - Less jumping around when trying to find the expecation, both locally and in GH PR reviews. ## Implementation So...
priority
move test expectations to where the tests are 🚀 feature given tests parser import foobar leo the out file should be in tests parser import foobar leo out motivation less jumping around when trying to find the expecation both locally and in gh pr reviews implementation some chang...
1
247,871
7,924,647,977
IssuesEvent
2018-07-05 17:43:20
VulcanForge/pvp-mode
https://api.github.com/repos/VulcanForge/pvp-mode
closed
Ensure in-game chat messages are gender neutral
improvement low priority
Some messages refer to 'he/him'. There are female players too, and possibly players of other gender types.
1.0
Ensure in-game chat messages are gender neutral - Some messages refer to 'he/him'. There are female players too, and possibly players of other gender types.
priority
ensure in game chat messages are gender neutral some messages refer to he him there are female players too and possibly players of other gender types
1
141,311
5,434,822,786
IssuesEvent
2017-03-05 11:24:32
rancher/convoy
https://api.github.com/repos/rancher/convoy
closed
is there any working convoy-glusterfs configuration ?
low priority rancher
I dont get it. I've been trying around for days with different version of convoy-gluster fs, different operating systems and different docker versions. but did not get ANY of them to work. So does anyone have a working configuration of convoy glusterfs ? please post your configuration of: os, docker-version, convoy-age...
1.0
is there any working convoy-glusterfs configuration ? - I dont get it. I've been trying around for days with different version of convoy-gluster fs, different operating systems and different docker versions. but did not get ANY of them to work. So does anyone have a working configuration of convoy glusterfs ? please po...
priority
is there any working convoy glusterfs configuration i dont get it i ve been trying around for days with different version of convoy gluster fs different operating systems and different docker versions but did not get any of them to work so does anyone have a working configuration of convoy glusterfs please po...
1
219,773
7,345,789,682
IssuesEvent
2018-03-07 18:32:42
PlasmaPy/PlasmaPy
https://api.github.com/repos/PlasmaPy/PlasmaPy
closed
Allow Roman numeral spectroscopic notation to represent ions
Atomic Effort: low Feature request Priority: low
In astronomy it is common to use Roman numerals to represent the ion species responsible for the emission from a particular spectral line. The Roman numeral is the charge state of the ion plus one (e.g., Fe I corresponds to Fe<sup>0+</sup> and Fe X corresponds to Fe<sup>9+</sup>). Some examples: ```Python >>> f...
1.0
Allow Roman numeral spectroscopic notation to represent ions - In astronomy it is common to use Roman numerals to represent the ion species responsible for the emission from a particular spectral line. The Roman numeral is the charge state of the ion plus one (e.g., Fe I corresponds to Fe<sup>0+</sup> and Fe X corresp...
priority
allow roman numeral spectroscopic notation to represent ions in astronomy it is common to use roman numerals to represent the ion species responsible for the emission from a particular spectral line the roman numeral is the charge state of the ion plus one e g fe i corresponds to fe and fe x corresponds to f...
1
114,486
4,634,853,484
IssuesEvent
2016-09-29 03:35:27
Jigoku/boxclip
https://api.github.com/repos/Jigoku/boxclip
closed
Add 'traps' entity type
enhancement entities low priority
Later on, some more features could be added including: Ideas: * trap door1 (open/close on a timer) * trap door2 (opens on contact) * falling platforms (falls on contact after X amount of time) * crumbling bridges * falling spikes (falls when player is underneath) * blades (spinning discs that move in/out of su...
1.0
Add 'traps' entity type - Later on, some more features could be added including: Ideas: * trap door1 (open/close on a timer) * trap door2 (opens on contact) * falling platforms (falls on contact after X amount of time) * crumbling bridges * falling spikes (falls when player is underneath) * blades (spinning di...
priority
add traps entity type later on some more features could be added including ideas trap open close on a timer trap opens on contact falling platforms falls on contact after x amount of time crumbling bridges falling spikes falls when player is underneath blades spinning discs that...
1
658,313
21,884,537,544
IssuesEvent
2022-05-19 17:14:03
RagnarokResearchLab/ragnarokresearchlab.github.io
https://api.github.com/repos/RagnarokResearchLab/ragnarokresearchlab.github.io
opened
Add a local search bar to the navigation bar
Priority: Low Complexity: Low Status: Accepted Type: New Feature Scope: UI
Should NOT dial home like the default Docusaurus feature. Maybe this: https://github.com/cmfcmf/docusaurus-search-local
1.0
Add a local search bar to the navigation bar - Should NOT dial home like the default Docusaurus feature. Maybe this: https://github.com/cmfcmf/docusaurus-search-local
priority
add a local search bar to the navigation bar should not dial home like the default docusaurus feature maybe this
1
790,211
27,819,183,257
IssuesEvent
2023-03-19 02:16:25
naomis-novas/handbook
https://api.github.com/repos/naomis-novas/handbook
opened
[CHORE] - Add Testing
help wanted ⭐ goal: addition 🏁 status: ready for dev 🟩 priority: low 🤖 aspect: dx
### What work needs to be performed? We should add `markdownlint` and `markdownlint-cli` to test this repo. ### Additional information Refer to https://github.com/naomi-lgbt/notes for implementation idea.
1.0
[CHORE] - Add Testing - ### What work needs to be performed? We should add `markdownlint` and `markdownlint-cli` to test this repo. ### Additional information Refer to https://github.com/naomi-lgbt/notes for implementation idea.
priority
add testing what work needs to be performed we should add markdownlint and markdownlint cli to test this repo additional information refer to for implementation idea
1
15,798
2,611,516,072
IssuesEvent
2015-02-27 05:51:17
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
Implement weapon offsets
auto-migrated Milestone-Release1.0 Priority-Low Type-Enhancement
``` What steps will reproduce the problem? 1. n/a 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. Weapon offsets was something that was only briefly available on 0.9.14. It was quickly ...
1.0
Implement weapon offsets - ``` What steps will reproduce the problem? 1. n/a 2. 3. What is the expected output? What do you see instead? What version of the product are you using? On what operating system? Please provide any additional information below. Weapon offsets was something that was only briefly available...
priority
implement weapon offsets what steps will reproduce the problem n a what is the expected output what do you see instead what version of the product are you using on what operating system please provide any additional information below weapon offsets was something that was only briefly available...
1
471,495
13,578,554,199
IssuesEvent
2020-09-20 08:23:26
codeRIT/hackathon-manager
https://api.github.com/repos/codeRIT/hackathon-manager
closed
Phone number not validated in questionnaire form
2.0 bug low priority
Currently any string can be entered and will be considered a valid phone number. Not sure if this issue applies to emails too; I haven't been able to get UserMailer to work for testing that. <img width="429" alt="Screen Shot 2020-05-24 at 1 40 30 AM" src="https://user-images.githubusercontent.com/2782749/82746592...
1.0
Phone number not validated in questionnaire form - Currently any string can be entered and will be considered a valid phone number. Not sure if this issue applies to emails too; I haven't been able to get UserMailer to work for testing that. <img width="429" alt="Screen Shot 2020-05-24 at 1 40 30 AM" src="https:/...
priority
phone number not validated in questionnaire form currently any string can be entered and will be considered a valid phone number not sure if this issue applies to emails too i haven t been able to get usermailer to work for testing that img width alt screen shot at am src
1
776,104
27,246,958,275
IssuesEvent
2023-02-22 03:22:18
momentum-mod/game
https://api.github.com/repos/momentum-mod/game
closed
Add label telling you to right-click in leaderboards/end of run panel
Type: Enhancement Priority: Low Size: Trivial Where: UI
Some people have been taking a while a realise that right-clicking in the leaderboards tab menu gives you cursor control. We should just add a smallish label somewhere informing people (CS:GO does the same if you want a reference).
1.0
Add label telling you to right-click in leaderboards/end of run panel - Some people have been taking a while a realise that right-clicking in the leaderboards tab menu gives you cursor control. We should just add a smallish label somewhere informing people (CS:GO does the same if you want a reference).
priority
add label telling you to right click in leaderboards end of run panel some people have been taking a while a realise that right clicking in the leaderboards tab menu gives you cursor control we should just add a smallish label somewhere informing people cs go does the same if you want a reference
1
514,487
14,940,007,194
IssuesEvent
2021-01-25 17:41:03
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Need Update Monster 3450 (MVP Drop Rate)
component:database mode:renewal priority:low status:confirmed type:bug
<!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: 48fca09 <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue. How to get your GitHub Hash: 1. ...
1.0
Need Update Monster 3450 (MVP Drop Rate) - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: 48fca09 <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this...
priority
need update monster mvp drop rate rathena hash please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date server mode ...
1
773,552
27,161,567,115
IssuesEvent
2023-02-17 12:18:42
getbooka/booka-issues
https://api.github.com/repos/getbooka/booka-issues
closed
bug: delete/toggle agency group not working
Type: Bug Fix Status: Available Priority: Low Effort: Light
Deleting an agency group works principally but it still shows up on the agency group overview. Toggling active status does not work at all. See #13 too and fix at that same point.
1.0
bug: delete/toggle agency group not working - Deleting an agency group works principally but it still shows up on the agency group overview. Toggling active status does not work at all. See #13 too and fix at that same point.
priority
bug delete toggle agency group not working deleting an agency group works principally but it still shows up on the agency group overview toggling active status does not work at all see too and fix at that same point
1
64,440
3,211,822,776
IssuesEvent
2015-10-06 12:59:31
cSploit/android
https://api.github.com/repos/cSploit/android
closed
Catalog integration
new feature priority: low
A catalog our something integrated with csploit, to report issues automatically by the app(newbies for example don't know how to make issues) . This can be divided by 2 parts : 1 - make a kind of catlog and save files for every error and some weeks it will be excluded 2- report issue automatically, can be sending b...
1.0
Catalog integration - A catalog our something integrated with csploit, to report issues automatically by the app(newbies for example don't know how to make issues) . This can be divided by 2 parts : 1 - make a kind of catlog and save files for every error and some weeks it will be excluded 2- report issue automatic...
priority
catalog integration a catalog our something integrated with csploit to report issues automatically by the app newbies for example don t know how to make issues this can be divided by parts make a kind of catlog and save files for every error and some weeks it will be excluded report issue automatic...
1
652,040
21,518,891,296
IssuesEvent
2022-04-28 12:35:40
google/flax
https://api.github.com/repos/google/flax
closed
Virtual batch norm, independent of number of replicas
Status: pull requests welcome Priority: P3 - low
### Description of the model to be implemented Virtual batch normalization is useful to achieve SOTA performance in several benchmarks. However, in the distributed setting, the implementation must change how it computes virtual batches based on whether or not the per-replica batch size is less than or greater than the...
1.0
Virtual batch norm, independent of number of replicas - ### Description of the model to be implemented Virtual batch normalization is useful to achieve SOTA performance in several benchmarks. However, in the distributed setting, the implementation must change how it computes virtual batches based on whether or not the...
priority
virtual batch norm independent of number of replicas description of the model to be implemented virtual batch normalization is useful to achieve sota performance in several benchmarks however in the distributed setting the implementation must change how it computes virtual batches based on whether or not the...
1
568,031
16,944,903,454
IssuesEvent
2021-06-28 04:44:59
PazerOP/tf2_bot_detector
https://api.github.com/repos/PazerOP/tf2_bot_detector
closed
FaceIT AntiCheat Warning
Priority: Low Type: Enhancement
**A clear and concise description of what the problem is.** When using Faceit's community servers, they require you to install and run an anti-cheat that blocks the ability for TF2 Bot Detector to communicate with TF2 **Describe the solution you'd like** TF2 Bot Detector should check to see if Faceit's anti-ch...
1.0
FaceIT AntiCheat Warning - **A clear and concise description of what the problem is.** When using Faceit's community servers, they require you to install and run an anti-cheat that blocks the ability for TF2 Bot Detector to communicate with TF2 **Describe the solution you'd like** TF2 Bot Detector should check...
priority
faceit anticheat warning a clear and concise description of what the problem is when using faceit s community servers they require you to install and run an anti cheat that blocks the ability for bot detector to communicate with describe the solution you d like bot detector should check to se...
1
212,325
7,235,829,396
IssuesEvent
2018-02-13 03:00:14
ho-ansible/ansible
https://api.github.com/repos/ho-ansible/ansible
closed
Tahoe-LAFS
low priority
I played around with this for a while but didn't have enough large-storage VPSes for it to be useful. Update, or drop?
1.0
Tahoe-LAFS - I played around with this for a while but didn't have enough large-storage VPSes for it to be useful. Update, or drop?
priority
tahoe lafs i played around with this for a while but didn t have enough large storage vpses for it to be useful update or drop
1
659,365
21,923,458,142
IssuesEvent
2022-05-22 22:50:41
szmarczak/http2-wrapper
https://api.github.com/repos/szmarczak/http2-wrapper
closed
Agent vs Pool
help wanted discussion low priority
A Pool would be a bit simpler than an Agent. One queue, one sessions array. That means we wouldn't have to normalize connect options - these would be passed in the constructor options. We could go for that approach if Agent turns out to be slow in production. On the other hand, Agent looks much more like an HTTP/1 Agen...
1.0
Agent vs Pool - A Pool would be a bit simpler than an Agent. One queue, one sessions array. That means we wouldn't have to normalize connect options - these would be passed in the constructor options. We could go for that approach if Agent turns out to be slow in production. On the other hand, Agent looks much more lik...
priority
agent vs pool a pool would be a bit simpler than an agent one queue one sessions array that means we wouldn t have to normalize connect options these would be passed in the constructor options we could go for that approach if agent turns out to be slow in production on the other hand agent looks much more lik...
1
149,914
5,731,148,637
IssuesEvent
2017-04-21 11:30:47
pmem/issues
https://api.github.com/repos/pmem/issues
closed
unit tests: obj_many_size_allocs/TEST3: SETUP (all/pmem/debug/memcheck) failed
Exposure: Low OS: Linux OS: Windows Priority: 4 low Type: Bug
Found on revision: 1fd7b4c4489e51b80213670780308feeea71275d > obj_many_size_allocs/TEST3: SETUP (all/pmem/debug/memcheck) > obj_many_size_allocs/TEST3: START: obj_many_size_allocs > obj_many_size_allocs/TEST3 failed with Valgrind. See memcheck3.log. First 20 lines below. > obj_many_size_allocs/TEST3 memcheck3.log...
1.0
unit tests: obj_many_size_allocs/TEST3: SETUP (all/pmem/debug/memcheck) failed - Found on revision: 1fd7b4c4489e51b80213670780308feeea71275d > obj_many_size_allocs/TEST3: SETUP (all/pmem/debug/memcheck) > obj_many_size_allocs/TEST3: START: obj_many_size_allocs > obj_many_size_allocs/TEST3 failed with Valgrind. See...
priority
unit tests obj many size allocs setup all pmem debug memcheck failed found on revision obj many size allocs setup all pmem debug memcheck obj many size allocs start obj many size allocs obj many size allocs failed with valgrind see log first lines below obj many size allocs ...
1
707,800
24,319,691,052
IssuesEvent
2022-09-30 09:36:26
Greenstand/treetracker-web-map-client
https://api.github.com/repos/Greenstand/treetracker-web-map-client
closed
Impact section cards not same height
good first issue mobile low-priority
# Description Cards on impact section are not the same height on mobile, see the screenshot below: Tested on chrome simulator: Galaxy S8+ 360x740 ![image](https://user-images.githubusercontent.com/31519867/192137773-c990f449-a832-4ec7-8c02-b64f6bf3c30a.png) ## To reproduce - visit: http://localhost:3000/wal...
1.0
Impact section cards not same height - # Description Cards on impact section are not the same height on mobile, see the screenshot below: Tested on chrome simulator: Galaxy S8+ 360x740 ![image](https://user-images.githubusercontent.com/31519867/192137773-c990f449-a832-4ec7-8c02-b64f6bf3c30a.png) ## To reprod...
priority
impact section cards not same height description cards on impact section are not the same height on mobile see the screenshot below tested on chrome simulator galaxy to reproduce visit some hints please read our for more information guide tutorial for design ...
1
541,643
15,830,720,807
IssuesEvent
2021-04-06 12:51:16
Landry333/Big-Owl
https://api.github.com/repos/Landry333/Big-Owl
closed
TS-220: As a developer, in the Repository class, I want my data to be returned as a Task, and not a LiveData
deleted low priority technical story
### Description: In the Repository class, all of the methods that get data will return a LiveData. However, this isn't practical if we want to capture errors, or if the class using this class has no UI involved (standard Java + Android class). Instead of providing data being ready to use, we will provide a Task and...
1.0
TS-220: As a developer, in the Repository class, I want my data to be returned as a Task, and not a LiveData - ### Description: In the Repository class, all of the methods that get data will return a LiveData. However, this isn't practical if we want to capture errors, or if the class using this class has no UI involv...
priority
ts as a developer in the repository class i want my data to be returned as a task and not a livedata description in the repository class all of the methods that get data will return a livedata however this isn t practical if we want to capture errors or if the class using this class has no ui involved...
1
143,060
5,495,396,289
IssuesEvent
2017-03-15 04:05:11
Sonarr/Sonarr
https://api.github.com/repos/Sonarr/Sonarr
closed
Health check when episodes could be renamed to match new format
enhancement priority:low
Health check when one or more episodes could be renamed to match selected naming format. Would need to show at a minimum a list of series that are affected. This check should also be dismissable, so the user isn't bothered by it again. Alternatively it could be like quality not met and a page that you can page throug...
1.0
Health check when episodes could be renamed to match new format - Health check when one or more episodes could be renamed to match selected naming format. Would need to show at a minimum a list of series that are affected. This check should also be dismissable, so the user isn't bothered by it again. Alternatively it...
priority
health check when episodes could be renamed to match new format health check when one or more episodes could be renamed to match selected naming format would need to show at a minimum a list of series that are affected this check should also be dismissable so the user isn t bothered by it again alternatively it...
1
437,612
12,600,114,162
IssuesEvent
2020-06-11 07:32:50
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Tutorial for housing objects has missing sprites
Priority: Low Status: Fixed Week Task
![image](https://user-images.githubusercontent.com/3536496/77980288-c7842b00-72bb-11ea-8c7c-3f9ebd3ee517.png) should be an arrow of some kind Also, this background for the tutorial is only used here. Can you propagate the same background to all the tutorials?
1.0
Tutorial for housing objects has missing sprites - ![image](https://user-images.githubusercontent.com/3536496/77980288-c7842b00-72bb-11ea-8c7c-3f9ebd3ee517.png) should be an arrow of some kind Also, this background for the tutorial is only used here. Can you propagate the same background to all the tutorials?
priority
tutorial for housing objects has missing sprites should be an arrow of some kind also this background for the tutorial is only used here can you propagate the same background to all the tutorials
1
654,782
21,662,468,695
IssuesEvent
2022-05-06 21:02:52
DIT113-V22/group-14
https://api.github.com/repos/DIT113-V22/group-14
closed
Fix emulator camera color encoding
sprint #2 sprint #3 Low Priority
As a user I want the applications camera to show accurate colors so that I can accurately see the health of my plants. - [ ] The color encoding in the applications camera shall work properly.
1.0
Fix emulator camera color encoding - As a user I want the applications camera to show accurate colors so that I can accurately see the health of my plants. - [ ] The color encoding in the applications camera shall work properly.
priority
fix emulator camera color encoding as a user i want the applications camera to show accurate colors so that i can accurately see the health of my plants the color encoding in the applications camera shall work properly
1
34,717
2,784,125,992
IssuesEvent
2015-05-07 07:25:49
electerious/Lychee
https://api.github.com/repos/electerious/Lychee
closed
Add feature "merge with album"
enhancement low priority
When we right click on an album it would be great if we could choose "merge album with..." and then choose the album within which we want to merge. Once again, great work ! Go on :)
1.0
Add feature "merge with album" - When we right click on an album it would be great if we could choose "merge album with..." and then choose the album within which we want to merge. Once again, great work ! Go on :)
priority
add feature merge with album when we right click on an album it would be great if we could choose merge album with and then choose the album within which we want to merge once again great work go on
1
171,555
6,490,538,135
IssuesEvent
2017-08-21 07:35:30
Polpetta/SecurityAndRiskManagementNotes
https://api.github.com/repos/Polpetta/SecurityAndRiskManagementNotes
opened
Mistranslation di SAAS
bug priority:low type:content type:mistranslation
**Description** Negli appunti ![image](https://user-images.githubusercontent.com/6976484/29508205-e902939a-8653-11e7-921f-e203577a3534.png) Mentre nelle slide ![image](https://user-images.githubusercontent.com/6976484/29508212-f37cfe5a-8653-11e7-8527-5cd8d97df54d.png) Il providere fa girare le SUE applicazioni no...
1.0
Mistranslation di SAAS - **Description** Negli appunti ![image](https://user-images.githubusercontent.com/6976484/29508205-e902939a-8653-11e7-921f-e203577a3534.png) Mentre nelle slide ![image](https://user-images.githubusercontent.com/6976484/29508212-f37cfe5a-8653-11e7-8527-5cd8d97df54d.png) Il providere fa gira...
priority
mistranslation di saas description negli appunti mentre nelle slide il providere fa girare le sue applicazioni non le terze parti other issues
1
151,000
5,795,126,998
IssuesEvent
2017-05-02 16:20:47
LemADEC/WarpDrive
https://api.github.com/repos/LemADEC/WarpDrive
closed
Default LUA scripts use hardcoded max jump distance
improvement low Priority
I am trying to rescale distances/costs/etc for my pack, and I set the configuration to 1024 blocks for maximum jump distance, but I'm still limited to 149, which is more than the default value. I think this might be part of a bigger problem, however. I think the configuration needs an overhaul. There seems to be a l...
1.0
Default LUA scripts use hardcoded max jump distance - I am trying to rescale distances/costs/etc for my pack, and I set the configuration to 1024 blocks for maximum jump distance, but I'm still limited to 149, which is more than the default value. I think this might be part of a bigger problem, however. I think the ...
priority
default lua scripts use hardcoded max jump distance i am trying to rescale distances costs etc for my pack and i set the configuration to blocks for maximum jump distance but i m still limited to which is more than the default value i think this might be part of a bigger problem however i think the confi...
1
752,440
26,285,643,717
IssuesEvent
2023-01-07 20:05:06
magicmarcy/w8abot_twitch
https://api.github.com/repos/magicmarcy/w8abot_twitch
opened
Eine Antwort bei Schneeball nicht korrekt
bug LOW PRIORITY
Die Antwort ist fehlerhaft: "@w8abit_de holt aus und versucht cypheration zu treffen. Mit rund 100km/h trifft der Schneeball cypheration Schulter - hat jemand nen Splint? " Das @ fehlt beim zweiten Usernamen und "trifft Schulter" müsste besser heißen "trifft der Schneeball cypheration an der Schulter"
1.0
Eine Antwort bei Schneeball nicht korrekt - Die Antwort ist fehlerhaft: "@w8abit_de holt aus und versucht cypheration zu treffen. Mit rund 100km/h trifft der Schneeball cypheration Schulter - hat jemand nen Splint? " Das @ fehlt beim zweiten Usernamen und "trifft Schulter" müsste besser heißen "trifft der Schneeb...
priority
eine antwort bei schneeball nicht korrekt die antwort ist fehlerhaft de holt aus und versucht cypheration zu treffen mit rund h trifft der schneeball cypheration schulter hat jemand nen splint das fehlt beim zweiten usernamen und trifft schulter müsste besser heißen trifft der schneeball cyphe...
1
336,451
10,191,728,645
IssuesEvent
2019-08-12 09:12:10
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Misleading enumeration placeholder
Good for new contributors priority: low type: enhancement 💅
<!-- ⚠️ If you do not respect this template your issue will be closed. --> <!-- =============================================================================== --> <!-- ⚠️ If you are not using the current Strapi release, you will be asked to update. --> <!-- Please see the wiki for guides on upgrading to the lates...
1.0
Misleading enumeration placeholder - <!-- ⚠️ If you do not respect this template your issue will be closed. --> <!-- =============================================================================== --> <!-- ⚠️ If you are not using the current Strapi release, you will be asked to update. --> <!-- Please see the wiki...
priority
misleading enumeration placeholder hello and thank you for this wonderful tool i d just like to make one small comment informations node js version any npm version any strapi version any database any operating system any what...
1
475,838
13,726,640,543
IssuesEvent
2020-10-04 01:09:28
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
disco_l475_iot1: samples/bluetooth/ipsp ko since 3151d26
Stale area: Bluetooth bug priority: low
**Describe the bug** `samples/bluetooth/ipsp` doesn't work anymore on disco_l475_iot1 since merge of 3151d265726fb528d31d8e1ee8b35004e901cfc4 **To Reproduce** Go before 3151d265726fb528d31d8e1ee8b35004e901cfc4 Test `samples/bluetooth/ipsp` (using CONFIG_NET_L2_BT_ZEP1656=y) It is possible to ping the device from...
1.0
disco_l475_iot1: samples/bluetooth/ipsp ko since 3151d26 - **Describe the bug** `samples/bluetooth/ipsp` doesn't work anymore on disco_l475_iot1 since merge of 3151d265726fb528d31d8e1ee8b35004e901cfc4 **To Reproduce** Go before 3151d265726fb528d31d8e1ee8b35004e901cfc4 Test `samples/bluetooth/ipsp` (using CONFIG_N...
priority
disco samples bluetooth ipsp ko since describe the bug samples bluetooth ipsp doesn t work anymore on disco since merge of to reproduce go before test samples bluetooth ipsp using config net bt y it is possible to ping the device from a remote go after test samples bluetoo...
1
763,731
26,771,840,357
IssuesEvent
2023-01-31 14:37:46
libre-tube/LibreTube
https://api.github.com/repos/libre-tube/LibreTube
closed
Unwatched videos marked as watched
bug help wanted priority: low
### Steps to reproduce 1. search for a video 2. scroll through the list of result ### Expected behavior The watched video thumbnails should have the duration played bar at the bottom while the unwatched video thumbnails shouldn't. ### Actual behavior some of the unwatched video thumbnails have the duration played...
1.0
Unwatched videos marked as watched - ### Steps to reproduce 1. search for a video 2. scroll through the list of result ### Expected behavior The watched video thumbnails should have the duration played bar at the bottom while the unwatched video thumbnails shouldn't. ### Actual behavior some of the unwatched vide...
priority
unwatched videos marked as watched steps to reproduce search for a video scroll through the list of result expected behavior the watched video thumbnails should have the duration played bar at the bottom while the unwatched video thumbnails shouldn t actual behavior some of the unwatched vide...
1
816,086
30,587,798,757
IssuesEvent
2023-07-21 14:37:01
testomatio/app
https://api.github.com/repos/testomatio/app
closed
Very long company's title shifts the layout of the site
bug ui\ux priority low
**Pre-conditions:** Website http://testomat.io/ is opened on the page “Companies” **Steps to reproduce:** 1. Click on the blue button “Create”. 2. Write 100 symbols in the company’s title. 3. Click on the “Create” blue button. 4. Click on the “Companies” button in the header. **Actual result:** A very long ...
1.0
Very long company's title shifts the layout of the site - **Pre-conditions:** Website http://testomat.io/ is opened on the page “Companies” **Steps to reproduce:** 1. Click on the blue button “Create”. 2. Write 100 symbols in the company’s title. 3. Click on the “Create” blue button. 4. Click on the “Companies...
priority
very long company s title shifts the layout of the site pre conditions website is opened on the page “companies” steps to reproduce click on the blue button “create” write symbols in the company’s title click on the “create” blue button click on the “companies” button in the head...
1
133,840
5,215,392,923
IssuesEvent
2017-01-26 04:40:12
imrogues/angularjs
https://api.github.com/repos/imrogues/angularjs
opened
Bootstrapping
[priority] low [status] accepted [type] feature
### Description Finish the implementation of AngularJS, which at this point, should have all the core features the Angular itself has. Everything about _change detection_, _expressions_, _dependency injection_, _directives_, _controllers_, _transclusion_, _templates_, _interpolation_, _promises_, and `$http`. ---...
1.0
Bootstrapping - ### Description Finish the implementation of AngularJS, which at this point, should have all the core features the Angular itself has. Everything about _change detection_, _expressions_, _dependency injection_, _directives_, _controllers_, _transclusion_, _templates_, _interpolation_, _promises_, and...
priority
bootstrapping description finish the implementation of angularjs which at this point should have all the core features the angular itself has everything about change detection expressions dependency injection directives controllers transclusion templates interpolation promises and...
1
469,843
13,526,625,965
IssuesEvent
2020-09-15 14:27:56
mozilla/experimenter
https://api.github.com/repos/mozilla/experimenter
closed
Configure kinto to use postgres db in local compose
Docker 🐳 P5 - Low Priority Task
Right now kinto is using an in memory db so it's wiped after every container restart, but to make local development smoother let's configure it to use the `db` instance we have in compose right now. https://docs.kinto-storage.org/en/latest/configuration/settings.html#backends ┆Issue is synchronized with this [Jira Ta...
1.0
Configure kinto to use postgres db in local compose - Right now kinto is using an in memory db so it's wiped after every container restart, but to make local development smoother let's configure it to use the `db` instance we have in compose right now. https://docs.kinto-storage.org/en/latest/configuration/settings.ht...
priority
configure kinto to use postgres db in local compose right now kinto is using an in memory db so it s wiped after every container restart but to make local development smoother let s configure it to use the db instance we have in compose right now ┆issue is synchronized with this
1
527,318
15,339,881,971
IssuesEvent
2021-02-27 04:03:21
Toontown-Offline-Issue-Tracker/issues
https://api.github.com/repos/Toontown-Offline-Issue-Tracker/issues
closed
Field Office walls are weirdly randomized
bug low priority visual
In this video from 2011, you can see the walls of the Field Office are random different walls. ![image](https://user-images.githubusercontent.com/27360239/94623925-38c58a80-02ad-11eb-990d-984c14b2df36.png) However, a field office spawned in the same place has only two different walls. ![image](https://user-images....
1.0
Field Office walls are weirdly randomized - In this video from 2011, you can see the walls of the Field Office are random different walls. ![image](https://user-images.githubusercontent.com/27360239/94623925-38c58a80-02ad-11eb-990d-984c14b2df36.png) However, a field office spawned in the same place has only two dif...
priority
field office walls are weirdly randomized in this video from you can see the walls of the field office are random different walls however a field office spawned in the same place has only two different walls while this could be a coincidence spawning more field offices on the same street has ...
1
215,046
7,286,144,699
IssuesEvent
2018-02-23 08:33:45
redhat-developer/rh-che
https://api.github.com/repos/redhat-developer/rh-che
closed
OpenShift connector: 'getImageStreamTagFromRepo' implementation should be more robust
kind/enhancement severity/low-priority
After switching rhche recipes to devshift registry all stacks but vertx were broken. More details can be found in https://github.com/openshiftio/openshift.io/issues/798 Basically, the problem was coupled with the fact that in `getImageStreamTagFromRepo`[1] method of OpenShiftConnector there was an assumption that im...
1.0
OpenShift connector: 'getImageStreamTagFromRepo' implementation should be more robust - After switching rhche recipes to devshift registry all stacks but vertx were broken. More details can be found in https://github.com/openshiftio/openshift.io/issues/798 Basically, the problem was coupled with the fact that in `ge...
priority
openshift connector getimagestreamtagfromrepo implementation should be more robust after switching rhche recipes to devshift registry all stacks but vertx were broken more details can be found in basically the problem was coupled with the fact that in getimagestreamtagfromrepo method of openshiftconnecto...
1
672,012
22,783,650,394
IssuesEvent
2022-07-09 00:21:14
vchelaru/FlatRedBall
https://api.github.com/repos/vchelaru/FlatRedBall
closed
Editor should allow show/hide of grid
enhancement edit mode PriorityLow
The grid is usually desireable for positioning things, however it can be disruptive if you just want to view the entity as it should appear in game. The editor options should allow you to show/hide the grid.
1.0
Editor should allow show/hide of grid - The grid is usually desireable for positioning things, however it can be disruptive if you just want to view the entity as it should appear in game. The editor options should allow you to show/hide the grid.
priority
editor should allow show hide of grid the grid is usually desireable for positioning things however it can be disruptive if you just want to view the entity as it should appear in game the editor options should allow you to show hide the grid
1
352,456
10,542,367,346
IssuesEvent
2019-10-02 13:02:47
IATI/ckanext-iati
https://api.github.com/repos/IATI/ckanext-iati
closed
Datasets returning internal server errors
Low priority
The following datasets return internal server errors: * https://iatiregistry.org/dataset/pdorg-activities * https://iatiregistry.org/dataset/wvuk-bo This one does a redirect to a 404 page: * https://iatiregistry.org/dataset/international-alert-org They all return 500 errors via the API: * https://ia...
1.0
Datasets returning internal server errors - The following datasets return internal server errors: * https://iatiregistry.org/dataset/pdorg-activities * https://iatiregistry.org/dataset/wvuk-bo This one does a redirect to a 404 page: * https://iatiregistry.org/dataset/international-alert-org They all ret...
priority
datasets returning internal server errors the following datasets return internal server errors this one does a redirect to a page they all return errors via the api
1
94,880
3,933,552,524
IssuesEvent
2016-04-25 19:32:01
ghutchis/avogadro
https://api.github.com/repos/ghutchis/avogadro
closed
Spectral generation from G09 D.01 anharmonic frequencies and their intensities jobs
auto-migrated feature low priority v_0.1.0
I would greatly appreciate in future releases of Avogrado have the capability to parse anharmonic frequencies and their intensities (Gaussian G09 D.01 has the capability to generate anharmonic frequencies and their intensities...) thanks, alex Reported by: *anonymous
1.0
Spectral generation from G09 D.01 anharmonic frequencies and their intensities jobs - I would greatly appreciate in future releases of Avogrado have the capability to parse anharmonic frequencies and their intensities (Gaussian G09 D.01 has the capability to generate anharmonic frequencies and their intensities...) th...
priority
spectral generation from d anharmonic frequencies and their intensities jobs i would greatly appreciate in future releases of avogrado have the capability to parse anharmonic frequencies and their intensities gaussian d has the capability to generate anharmonic frequencies and their intensities thanks ...
1
214,394
7,272,695,031
IssuesEvent
2018-02-21 00:25:39
minio/mc
https://api.github.com/repos/minio/mc
closed
[feature] Bring in readline support for mc
priority: low wontfix/invalid
## Expected behaviour Minio Client should if typed without any args spawns a proper readline terminal Sample `mc` readline output ``` $ mc mc RELEASE.2017-06-16T02-48-28Z Type "help", "copyright" or "license" for more information. mc > mc > <TAB> admin config diff ls mirror policy sessi...
1.0
[feature] Bring in readline support for mc - ## Expected behaviour Minio Client should if typed without any args spawns a proper readline terminal Sample `mc` readline output ``` $ mc mc RELEASE.2017-06-16T02-48-28Z Type "help", "copyright" or "license" for more information. mc > mc > <TAB> admin confi...
priority
bring in readline support for mc expected behaviour minio client should if typed without any args spawns a proper readline terminal sample mc readline output mc mc release type help copyright or license for more information mc mc admin config diff ls m...
1
271,623
8,485,903,184
IssuesEvent
2018-10-26 09:15:48
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
Expose login info outside CherryPy
Low Priority
Hi, After a discussion with @belforte, we think that all of CRAB's direct usage of CherryPy looks like this: https://github.com/dmwm/CRABServer/blob/631c55d6cc9f5aae1c73085b1e38051d00a4494c/src/python/UserFileCache/RESTExtensions.py#L38 That is, we look at the thread-local request variable to retrieve the `use...
1.0
Expose login info outside CherryPy - Hi, After a discussion with @belforte, we think that all of CRAB's direct usage of CherryPy looks like this: https://github.com/dmwm/CRABServer/blob/631c55d6cc9f5aae1c73085b1e38051d00a4494c/src/python/UserFileCache/RESTExtensions.py#L38 That is, we look at the thread-local ...
priority
expose login info outside cherrypy hi after a discussion with belforte we think that all of crab s direct usage of cherrypy looks like this that is we look at the thread local request variable to retrieve the user member set here could we add a method to wmcore rest auth that is basically...
1
510,084
14,784,573,690
IssuesEvent
2021-01-12 00:31:50
ElectionDataAnalysis/election_data_analysis
https://api.github.com/repos/ElectionDataAnalysis/election_data_analysis
closed
Remove hard-coding of system error messages
low-priority
Remove hard-coding of system error messages, via `inspect.currentframe().f_code.co_name` to get name of function, and something similar to get name of module.
1.0
Remove hard-coding of system error messages - Remove hard-coding of system error messages, via `inspect.currentframe().f_code.co_name` to get name of function, and something similar to get name of module.
priority
remove hard coding of system error messages remove hard coding of system error messages via inspect currentframe f code co name to get name of function and something similar to get name of module
1
49,750
3,004,161,266
IssuesEvent
2015-07-25 16:59:10
AmericanRedCross/disaster-asset-manager
https://api.github.com/repos/AmericanRedCross/disaster-asset-manager
reopened
show upload progress
priority: low
show the user some sort of percentage complete progress indicator when an asset is being uploaded
1.0
show upload progress - show the user some sort of percentage complete progress indicator when an asset is being uploaded
priority
show upload progress show the user some sort of percentage complete progress indicator when an asset is being uploaded
1
367,780
10,861,548,709
IssuesEvent
2019-11-14 11:19:21
MarcTowler/ItsLit-RPG-Tracker
https://api.github.com/repos/MarcTowler/ItsLit-RPG-Tracker
closed
Random shop error
GAPI Low Priority bug
![image](https://user-images.githubusercontent.com/1121980/67603835-eb25d100-f771-11e9-8f89-f146a05c9bfe.png) Looking at the shop page, it is pulling incorrect item id's for sale in both shops
1.0
Random shop error - ![image](https://user-images.githubusercontent.com/1121980/67603835-eb25d100-f771-11e9-8f89-f146a05c9bfe.png) Looking at the shop page, it is pulling incorrect item id's for sale in both shops
priority
random shop error looking at the shop page it is pulling incorrect item id s for sale in both shops
1
536,140
15,704,826,718
IssuesEvent
2021-03-26 15:26:18
Haivision/srt
https://api.github.com/repos/Haivision/srt
closed
[Statistics] The number of lost FEC control packets is not calculated in the statistics
Priority: Low Type: Enhancement [core]
The number of lost FEC control packets is not calculated in the statistics. I think it makes sense to have such a value as a separate statistic. Important to note that in case of FEC, lost data packets should be calculated as part of `pktRcvLossTotal` statistic, lost FEC control packets should not be included into ...
1.0
[Statistics] The number of lost FEC control packets is not calculated in the statistics - The number of lost FEC control packets is not calculated in the statistics. I think it makes sense to have such a value as a separate statistic. Important to note that in case of FEC, lost data packets should be calculated as ...
priority
the number of lost fec control packets is not calculated in the statistics the number of lost fec control packets is not calculated in the statistics i think it makes sense to have such a value as a separate statistic important to note that in case of fec lost data packets should be calculated as part of pk...
1
779,009
27,335,659,237
IssuesEvent
2023-02-26 06:45:34
Wizleap-Inc/wiz-ui
https://api.github.com/repos/Wizleap-Inc/wiz-ui
opened
Feat(WizFlatTable): ヘッダーはWizCardTableと同じものも選択できるようにする
📦 component 🔽 Low Priority
**機能追加理由・詳細** ボディはFlatTable、ヘッダーはCardTableというUIがあるため **解決策の提案(任意)** WizFlatTable, もしくはWizFlatTheadにプロパティ(headerType的な)を追加し、ヘッダーを切り替えられるようにする - Card <img width="244" alt="image" src="https://user-images.githubusercontent.com/43909370/221395921-e75108b7-d656-4ee6-bb84-edd2ac474ffe.png"> - Flat <img width="30...
1.0
Feat(WizFlatTable): ヘッダーはWizCardTableと同じものも選択できるようにする - **機能追加理由・詳細** ボディはFlatTable、ヘッダーはCardTableというUIがあるため **解決策の提案(任意)** WizFlatTable, もしくはWizFlatTheadにプロパティ(headerType的な)を追加し、ヘッダーを切り替えられるようにする - Card <img width="244" alt="image" src="https://user-images.githubusercontent.com/43909370/221395921-e75108b7-d65...
priority
feat wizflattable ヘッダーはwizcardtableと同じものも選択できるようにする 機能追加理由・詳細 ボディはflattable、ヘッダーはcardtableというuiがあるため 解決策の提案(任意) wizflattable もしくはwizflattheadにプロパティ headertype的な を追加し、ヘッダーを切り替えられるようにする card img width alt image src flat img width alt image src その他考慮事項(任意)
1
625,949
19,782,950,650
IssuesEvent
2022-01-18 00:38:32
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
opened
Remove deprecated `--critical` and `--noncritical` options
enhancement priority: low backwards incompatible
When the criticality concept was removed in RF 4.0 (#3624), `--critical` and `--noncritical` were preserved as deprecated aliases for `--skiponfailure` to make the change less backwards incompatible. Now in RF 5.0 these options can be removed.
1.0
Remove deprecated `--critical` and `--noncritical` options - When the criticality concept was removed in RF 4.0 (#3624), `--critical` and `--noncritical` were preserved as deprecated aliases for `--skiponfailure` to make the change less backwards incompatible. Now in RF 5.0 these options can be removed.
priority
remove deprecated critical and noncritical options when the criticality concept was removed in rf critical and noncritical were preserved as deprecated aliases for skiponfailure to make the change less backwards incompatible now in rf these options can be removed
1
109,102
4,375,674,213
IssuesEvent
2016-08-05 01:03:55
timwie/spoilerwatch
https://api.github.com/repos/timwie/spoilerwatch
opened
Wiki: Approved episode sets
feature low priority
Before creating a wiki, there should be framework of episodes stored locally in the database. The set of episodes may differ from the one on Trakt.tv in some cases, which will cause inconsistencies when syncing the watch progress. To assist creating the framework, other APIs, such as TheTVDB could be used to gather epi...
1.0
Wiki: Approved episode sets - Before creating a wiki, there should be framework of episodes stored locally in the database. The set of episodes may differ from the one on Trakt.tv in some cases, which will cause inconsistencies when syncing the watch progress. To assist creating the framework, other APIs, such as TheTV...
priority
wiki approved episode sets before creating a wiki there should be framework of episodes stored locally in the database the set of episodes may differ from the one on trakt tv in some cases which will cause inconsistencies when syncing the watch progress to assist creating the framework other apis such as thetv...
1
698,956
23,998,078,027
IssuesEvent
2022-09-14 09:10:23
ooni/probe
https://api.github.com/repos/ooni/probe
opened
http://filmsubito.tv: expired but still censored
priority/low chore data quality cleanup
A [dns.google query](https://dns.google/resolve?name=filmsubito.tv&type=A) returns: ``` { "Status": 3, "TC": false, "RD": true, "RA": true, "AD": false, "CD": false, "Question": [ { "name": "filmsubito.tv.", "type": 1 } ], "Authority": [ { "name": "tv."...
1.0
http://filmsubito.tv: expired but still censored - A [dns.google query](https://dns.google/resolve?name=filmsubito.tv&type=A) returns: ``` { "Status": 3, "TC": false, "RD": true, "RA": true, "AD": false, "CD": false, "Question": [ { "name": "filmsubito.tv.", "type": 1 } ...
priority
expired but still censored a returns status tc false rd true ra true ad false cd false question name filmsubito tv type authority name tv type ttl ...
1
466,884
13,435,995,054
IssuesEvent
2020-09-07 13:44:52
geocollections/sarv-edit
https://api.github.com/repos/geocollections/sarv-edit
closed
Show storage images in list view
Difficulty: Medium Priority: Low Source: App Status: Completed Type: Feature Request
Show storage (location) images in list view, similarly to specimen table/image view. Thumbnail should include eye icon - click on which would open large image file in separate window (like in case of specimen). Regular click on image should open the storage for editing. If storage has no image, empty thumbnail shoul...
1.0
Show storage images in list view - Show storage (location) images in list view, similarly to specimen table/image view. Thumbnail should include eye icon - click on which would open large image file in separate window (like in case of specimen). Regular click on image should open the storage for editing. If storage ...
priority
show storage images in list view show storage location images in list view similarly to specimen table image view thumbnail should include eye icon click on which would open large image file in separate window like in case of specimen regular click on image should open the storage for editing if storage ...
1
561,944
16,627,788,164
IssuesEvent
2021-06-03 11:56:55
ReplAPI-it/ReplAPI.it-Python
https://api.github.com/repos/ReplAPI-it/ReplAPI.it-Python
closed
Docs
Priority: LOW Type: REQUEST
# Docs So, I noticed that we don't have any docs, even an MD set up for how to use the module, and it's really bugging me, so, I was wondering if we could get a doc website set up with vercel, or even an MD ready for when it's time to write the docs. This is just a request, thanks!
1.0
Docs - # Docs So, I noticed that we don't have any docs, even an MD set up for how to use the module, and it's really bugging me, so, I was wondering if we could get a doc website set up with vercel, or even an MD ready for when it's time to write the docs. This is just a request, thanks!
priority
docs docs so i noticed that we don t have any docs even an md set up for how to use the module and it s really bugging me so i was wondering if we could get a doc website set up with vercel or even an md ready for when it s time to write the docs this is just a request thanks
1
514,594
14,941,298,881
IssuesEvent
2021-01-25 19:32:52
alexprey/sveltedoc-parser
https://api.github.com/repos/alexprey/sveltedoc-parser
opened
Support external refereferences for event parsing
discussion enhancement priority:low
Actually the following code returns `****undefined-event****` for dispatched event. ```js import { EVENT } from 'shared/events'; dispatch(EVENT.MODAL.CLOSE); ``` This issue is not key goal of the library, but it will be good if we can solve that. I propose to implement special API to resolve event name in t...
1.0
Support external refereferences for event parsing - Actually the following code returns `****undefined-event****` for dispatched event. ```js import { EVENT } from 'shared/events'; dispatch(EVENT.MODAL.CLOSE); ``` This issue is not key goal of the library, but it will be good if we can solve that. I propose...
priority
support external refereferences for event parsing actually the following code returns undefined event for dispatched event js import event from shared events dispatch event modal close this issue is not key goal of the library but it will be good if we can solve that i propose...
1
780,879
27,411,673,511
IssuesEvent
2023-03-01 10:58:15
Fammeo/EasyCloudBooks
https://api.github.com/repos/Fammeo/EasyCloudBooks
closed
All Page - Remove hand pointer, theire is not any action
UI Issue approved low-priority
**Describe the bug** 1. Home Dashboard page ![image](https://user-images.githubusercontent.com/46588125/203222414-8b9670e6-f1ec-4878-a35a-581d075cc0b4.png) ![image](https://user-images.githubusercontent.com/46588125/203222500-8bd7c7b6-d04d-4357-8a79-f61effad5e45.png) ![image](https://user-images.githubusercontent.c...
1.0
All Page - Remove hand pointer, theire is not any action - **Describe the bug** 1. Home Dashboard page ![image](https://user-images.githubusercontent.com/46588125/203222414-8b9670e6-f1ec-4878-a35a-581d075cc0b4.png) ![image](https://user-images.githubusercontent.com/46588125/203222500-8bd7c7b6-d04d-4357-8a79-f61effad...
priority
all page remove hand pointer theire is not any action describe the bug home dashboard page personal gadget contact page contact ledger page contact custom field page ...
1
201,772
7,036,240,898
IssuesEvent
2017-12-28 07:25:51
ProjectCeleste/Celeste_Server
https://api.github.com/repos/ProjectCeleste/Celeste_Server
closed
Crafted items always have standard stats
Priority Low
I see I didn't provide enough Information earlier. So here it goes: Crafted items DID in fact have variable stats just like dropped items. Standard +/- 4.5%. Example: In the original game I had the epic item recipe for Epona's Boar-Hide Boots Lvl 28 [http://aoedb.net/items/1591/28](http://aoedb.net/items/1591/28). ...
1.0
Crafted items always have standard stats - I see I didn't provide enough Information earlier. So here it goes: Crafted items DID in fact have variable stats just like dropped items. Standard +/- 4.5%. Example: In the original game I had the epic item recipe for Epona's Boar-Hide Boots Lvl 28 [http://aoedb.net/items...
priority
crafted items always have standard stats i see i didn t provide enough information earlier so here it goes crafted items did in fact have variable stats just like dropped items standard example in the original game i had the epic item recipe for epona s boar hide boots lvl standard stat is ...
1
313,536
9,564,245,975
IssuesEvent
2019-05-05 01:35:48
facebook/create-react-app
https://api.github.com/repos/facebook/create-react-app
closed
Can not run webpack-dev-server in Node V12
priority: low (needs more information)
This isn't a bug report. create-react-app不能在nodeV12的环境下启动webpack-dev-server,我把node环境降级到node11.5就解决了这个问题。
1.0
Can not run webpack-dev-server in Node V12 - This isn't a bug report. create-react-app不能在nodeV12的环境下启动webpack-dev-server,我把node环境降级到node11.5就解决了这个问题。
priority
can not run webpack dev server in node this isn t a bug report create react dev server, 。
1
96,812
3,973,698,428
IssuesEvent
2016-05-04 19:30:52
VSDiagnostics/VSDiagnostics
https://api.github.com/repos/VSDiagnostics/VSDiagnostics
opened
Implement DoNotThrowExceptionFromEquals
priority - low type - feature
> Do not throw an exception in the implementation of an Equals method. Instead, return false for a null argument. https://msdn.microsoft.com/en-us/library/336aedhh(v=vs.71).aspx
1.0
Implement DoNotThrowExceptionFromEquals - > Do not throw an exception in the implementation of an Equals method. Instead, return false for a null argument. https://msdn.microsoft.com/en-us/library/336aedhh(v=vs.71).aspx
priority
implement donotthrowexceptionfromequals do not throw an exception in the implementation of an equals method instead return false for a null argument
1
364,083
10,758,689,314
IssuesEvent
2019-10-31 15:23:02
open-learning-exchange/planet
https://api.github.com/repos/open-learning-exchange/planet
opened
Configuration: Endless spinner on error
low priority
**Current Behavior** After editing the configuration from the manager dashboard, if there is an error the spinner remains indefinitely **Desired Behavior** The spinner dialog should close after the database requests are completed regardless of success/error
1.0
Configuration: Endless spinner on error - **Current Behavior** After editing the configuration from the manager dashboard, if there is an error the spinner remains indefinitely **Desired Behavior** The spinner dialog should close after the database requests are completed regardless of success/error
priority
configuration endless spinner on error current behavior after editing the configuration from the manager dashboard if there is an error the spinner remains indefinitely desired behavior the spinner dialog should close after the database requests are completed regardless of success error
1
624,713
19,704,896,058
IssuesEvent
2022-01-12 20:43:48
sczerwinski/wavefront-obj-intellij-plugin
https://api.github.com/repos/sczerwinski/wavefront-obj-intellij-plugin
closed
Color markers for MTL language
type:feature resolution:done priority:low component:editor
Colours defined in MTL files should have gutter icon markers with `ColorIcon`s.
1.0
Color markers for MTL language - Colours defined in MTL files should have gutter icon markers with `ColorIcon`s.
priority
color markers for mtl language colours defined in mtl files should have gutter icon markers with coloricon s
1
312,045
9,542,302,914
IssuesEvent
2019-05-01 03:00:42
bdecon/econ_data
https://api.github.com/repos/bdecon/econ_data
opened
micro: update bd_CPS_flow_MM.ipynb
enhancement priority:low
Update the MM flow example notebook: 1) Include new data 2) Gap for missing data 3) New recession bar 4) Updated x ticks 5) Text location not based on data--based on axes
1.0
micro: update bd_CPS_flow_MM.ipynb - Update the MM flow example notebook: 1) Include new data 2) Gap for missing data 3) New recession bar 4) Updated x ticks 5) Text location not based on data--based on axes
priority
micro update bd cps flow mm ipynb update the mm flow example notebook include new data gap for missing data new recession bar updated x ticks text location not based on data based on axes
1
790,138
27,816,959,252
IssuesEvent
2023-03-18 19:55:12
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
opened
Emails routing internally for domain managed by another server
meta/needs triage meta/help wanted kind/question priority/low
# Subject I would like some feedback concerning a use case ## Description I've configured an email which is restricted to send only, updated SPF records to allow the server to send out on that domain's behalf, however other users on this mailserver now cannot send emails to users on that domain which resides i...
1.0
Emails routing internally for domain managed by another server - # Subject I would like some feedback concerning a use case ## Description I've configured an email which is restricted to send only, updated SPF records to allow the server to send out on that domain's behalf, however other users on this mailserv...
priority
emails routing internally for domain managed by another server subject i would like some feedback concerning a use case description i ve configured an email which is restricted to send only updated spf records to allow the server to send out on that domain s behalf however other users on this mailserv...
1
195,841
6,919,022,799
IssuesEvent
2017-11-29 14:16:22
hpi-swt2/sport-portal
https://api.github.com/repos/hpi-swt2/sport-portal
opened
Visibility for not signed user
enhancement epic team management priority low team kickerz
If user is not signed in on the platform, he can't see buttons "Delete" oder "Edit"auf der Teamseite.
1.0
Visibility for not signed user - If user is not signed in on the platform, he can't see buttons "Delete" oder "Edit"auf der Teamseite.
priority
visibility for not signed user if user is not signed in on the platform he can t see buttons delete oder edit auf der teamseite
1
489,414
14,106,094,301
IssuesEvent
2020-11-06 14:27:27
drashland/website
https://api.github.com/repos/drashland/website
opened
Drash - Add realworld app to sidebar
Priority: Low Type: Enhancement
## Summary What: Add https://github.com/drashland/deno-drash-realworld-example-app to the sidebar. Why: Because it's legit. ## Acceptance Criteria - [ ] Add EXAMPLE APPLICATIONS section to sidebar - [ ] Add the drash realworld example app under the EXAMPLE APPLICATIONS section - [ ] drash realworld ...
1.0
Drash - Add realworld app to sidebar - ## Summary What: Add https://github.com/drashland/deno-drash-realworld-example-app to the sidebar. Why: Because it's legit. ## Acceptance Criteria - [ ] Add EXAMPLE APPLICATIONS section to sidebar - [ ] Add the drash realworld example app under the EXAMPLE APPLI...
priority
drash add realworld app to sidebar summary what add to the sidebar why because it s legit acceptance criteria add example applications section to sidebar add the drash realworld example app under the example applications section drash realworld app should take user to
1
329,679
10,023,123,978
IssuesEvent
2019-07-16 18:24:10
cerner/terra-framework
https://api.github.com/repos/cerner/terra-framework
closed
Document Skip to Content Button
Orion Reviewed application-header-layout docs help wanted priority:low
# Feature Request The Skip to Content button was added to the application header layout, but never documented in that package. So that developers know what it does, we should mention that button in the documentation README.
1.0
Document Skip to Content Button - # Feature Request The Skip to Content button was added to the application header layout, but never documented in that package. So that developers know what it does, we should mention that button in the documentation README.
priority
document skip to content button feature request the skip to content button was added to the application header layout but never documented in that package so that developers know what it does we should mention that button in the documentation readme
1