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
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
548,828
16,076,253,503
IssuesEvent
2021-04-25 12:10:40
alerta/alerta-webui
https://api.github.com/repos/alerta/alerta-webui
closed
Blackout start is set to the future by default
enhancement priority: medium
**Issue Summary** If user creates a blackout via UI, it starts in the future by default. Especially people who used an old UI for a long time don't expect it – they expect blackout start now. **Environment** - OS: Linux - API version: 8.3.3 - Deployment: self-hosted - For self-hosted, WSGI environment: nginx/uwsgi - Database: MongoDB - Server config: Auth enabled? Yes Auth provider? Basic Customer views? No - web UI version: 8.4.0 **To Reproduce** Steps to reproduce the behavior: 1. Create a blackout at 11:47 for example. 2. If user doesn't change the start time, it is created with 12:00 as a start time. **Expected behavior** Users expect blackout start at the moment it is created most of the time.
1.0
Blackout start is set to the future by default - **Issue Summary** If user creates a blackout via UI, it starts in the future by default. Especially people who used an old UI for a long time don't expect it – they expect blackout start now. **Environment** - OS: Linux - API version: 8.3.3 - Deployment: self-hosted - For self-hosted, WSGI environment: nginx/uwsgi - Database: MongoDB - Server config: Auth enabled? Yes Auth provider? Basic Customer views? No - web UI version: 8.4.0 **To Reproduce** Steps to reproduce the behavior: 1. Create a blackout at 11:47 for example. 2. If user doesn't change the start time, it is created with 12:00 as a start time. **Expected behavior** Users expect blackout start at the moment it is created most of the time.
priority
blackout start is set to the future by default issue summary if user creates a blackout via ui it starts in the future by default especially people who used an old ui for a long time don t expect it – they expect blackout start now environment os linux api version deployment self hosted for self hosted wsgi environment nginx uwsgi database mongodb server config auth enabled yes auth provider basic customer views no web ui version to reproduce steps to reproduce the behavior create a blackout at for example if user doesn t change the start time it is created with as a start time expected behavior users expect blackout start at the moment it is created most of the time
1
258,241
8,166,710,918
IssuesEvent
2018-08-25 12:59:16
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
tests/power/power_states fail on arduino101:x86
area: Power Management area: X86 bug priority: medium
Commit: 0d0b221efa6abab94204cd3663641c92a95b1126 ``` E#1 @srrsotc03/a101-05 console output: ***** delaying boot 1000ms (per build configuration) ***** E#1 @srrsotc03/a101-05 console output: ***** Booting Zephyr OS 1.13.0-rc1 (delayed boot 1000ms) ***** E#1 @srrsotc03/a101-05 console output: Running test suite test_power_states E#1 @srrsotc03/a101-05 console output: =================================================================== E#1 @srrsotc03/a101-05 console output: starting test - test_power_state E#1 @srrsotc03/a101-05 console output: Quark SE(arc): Power Management sample application E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_CPU_LPS state E#1 @srrsotc03/a101-05 console output: Exiting SYS_POWER_STATE_CPU_LPS state E#1 @srrsotc03/a101-05 console output: Not enough time for PM operations (ticks: 101). E#1 @srrsotc03/a101-05 console output: Time elapsed from suspend to resume is 5010 milliseconds E#1 @srrsotc03/a101-05 console output: Back to the application E#1 @srrsotc03/a101-05 console output: E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_CPU_LPS_1 state E#1 @srrsotc03/a101-05 console output: Exiting SYS_POWER_STATE_CPU_LPS_1 state E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_DEEP_SLEEP state E#1 @srrsotc03/a101-05 console output: Woke up with RTC (pin:1) E#1 @srrsotc03/a101-05 console output: Exiting SYS_POWER_STATE_DEEP_SLEEP state E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_DEEP_SLEEP_1 state ``` There is no output after this, assuming target never woke up from deep sleep.
1.0
tests/power/power_states fail on arduino101:x86 - Commit: 0d0b221efa6abab94204cd3663641c92a95b1126 ``` E#1 @srrsotc03/a101-05 console output: ***** delaying boot 1000ms (per build configuration) ***** E#1 @srrsotc03/a101-05 console output: ***** Booting Zephyr OS 1.13.0-rc1 (delayed boot 1000ms) ***** E#1 @srrsotc03/a101-05 console output: Running test suite test_power_states E#1 @srrsotc03/a101-05 console output: =================================================================== E#1 @srrsotc03/a101-05 console output: starting test - test_power_state E#1 @srrsotc03/a101-05 console output: Quark SE(arc): Power Management sample application E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_CPU_LPS state E#1 @srrsotc03/a101-05 console output: Exiting SYS_POWER_STATE_CPU_LPS state E#1 @srrsotc03/a101-05 console output: Not enough time for PM operations (ticks: 101). E#1 @srrsotc03/a101-05 console output: Time elapsed from suspend to resume is 5010 milliseconds E#1 @srrsotc03/a101-05 console output: Back to the application E#1 @srrsotc03/a101-05 console output: E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_CPU_LPS_1 state E#1 @srrsotc03/a101-05 console output: Exiting SYS_POWER_STATE_CPU_LPS_1 state E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_DEEP_SLEEP state E#1 @srrsotc03/a101-05 console output: Woke up with RTC (pin:1) E#1 @srrsotc03/a101-05 console output: Exiting SYS_POWER_STATE_DEEP_SLEEP state E#1 @srrsotc03/a101-05 console output: Entering SYS_POWER_STATE_DEEP_SLEEP_1 state ``` There is no output after this, assuming target never woke up from deep sleep.
priority
tests power power states fail on commit e console output delaying boot per build configuration e console output booting zephyr os delayed boot e console output running test suite test power states e console output e console output starting test test power state e console output quark se arc power management sample application e console output entering sys power state cpu lps state e console output exiting sys power state cpu lps state e console output not enough time for pm operations ticks e console output time elapsed from suspend to resume is milliseconds e console output back to the application e console output e console output entering sys power state cpu lps state e console output exiting sys power state cpu lps state e console output entering sys power state deep sleep state e console output woke up with rtc pin e console output exiting sys power state deep sleep state e console output entering sys power state deep sleep state there is no output after this assuming target never woke up from deep sleep
1
450,419
13,003,894,898
IssuesEvent
2020-07-24 07:50:23
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Allow stores to use no currency again
Category: Gameplay Priority: Medium Status: Fixed
Stores have always been allowed to have no currency set, in which case they go off a strict barter system, item for item with no left over amounts. This has broken recently, though the code mostly remains. Restore it to its former glory. - Make the selector for currencies in stores able to be 'null' - Remove all the asserts that trigger if its null - Make exchange rates not calculate (and crash) if its null - Make the client handle the proper UI if its null. Also, verify that a user's bank account is being set on a store when they claim it, and its not set to null. There were a bunch set to null somehow.
1.0
Allow stores to use no currency again - Stores have always been allowed to have no currency set, in which case they go off a strict barter system, item for item with no left over amounts. This has broken recently, though the code mostly remains. Restore it to its former glory. - Make the selector for currencies in stores able to be 'null' - Remove all the asserts that trigger if its null - Make exchange rates not calculate (and crash) if its null - Make the client handle the proper UI if its null. Also, verify that a user's bank account is being set on a store when they claim it, and its not set to null. There were a bunch set to null somehow.
priority
allow stores to use no currency again stores have always been allowed to have no currency set in which case they go off a strict barter system item for item with no left over amounts this has broken recently though the code mostly remains restore it to its former glory make the selector for currencies in stores able to be null remove all the asserts that trigger if its null make exchange rates not calculate and crash if its null make the client handle the proper ui if its null also verify that a user s bank account is being set on a store when they claim it and its not set to null there were a bunch set to null somehow
1
774,389
27,194,608,414
IssuesEvent
2023-02-20 03:19:15
Team-4795/2023-Charged-Up
https://api.github.com/repos/Team-4795/2023-Charged-Up
closed
2D alignment improvements
Priority : Medium
Update 2d alignment code to: - [ ] Pipeline switcher from state machine - [ ] Feed in forwards/backwards at all times - [ ] Feed left/right when no target in frame
1.0
2D alignment improvements - Update 2d alignment code to: - [ ] Pipeline switcher from state machine - [ ] Feed in forwards/backwards at all times - [ ] Feed left/right when no target in frame
priority
alignment improvements update alignment code to pipeline switcher from state machine feed in forwards backwards at all times feed left right when no target in frame
1
651,838
21,511,800,548
IssuesEvent
2022-04-28 05:49:45
GDSCUTM-CommunityProjects/UTimeManager
https://api.github.com/repos/GDSCUTM-CommunityProjects/UTimeManager
closed
UserStory: Creating Post Task Details Component
Priority: Medium Frontend: Enhancement
As a user, I want to create add post work feedback so that I can keep track of how satisfied I was with my work **Acceptance Criteria** - [x] Users should have radio buttons to choose their level of satisfaction - [x] The correct API should be called with the appropriate data to store the values **Sub Tasks** - [x] Creating Post Task Details Component **Additional Comments**
1.0
UserStory: Creating Post Task Details Component - As a user, I want to create add post work feedback so that I can keep track of how satisfied I was with my work **Acceptance Criteria** - [x] Users should have radio buttons to choose their level of satisfaction - [x] The correct API should be called with the appropriate data to store the values **Sub Tasks** - [x] Creating Post Task Details Component **Additional Comments**
priority
userstory creating post task details component as a user i want to create add post work feedback so that i can keep track of how satisfied i was with my work acceptance criteria users should have radio buttons to choose their level of satisfaction the correct api should be called with the appropriate data to store the values sub tasks creating post task details component additional comments
1
280,533
8,683,418,417
IssuesEvent
2018-12-02 17:58:32
richelbilderbeek/djog_unos_2018
https://api.github.com/repos/richelbilderbeek/djog_unos_2018
closed
Remove sfml_game::aboutScreenText
junior medium priority
**Is your feature request related to a problem? Please describe.** Currently, `sfml_game` has member variable: ```c++ class sfml_game { //... Text aboutScreenText; //... }; ``` As there is already a class `sfml_about_screen`, this member variable has become obsolete and must be removed. **Describe the solution you'd like** * Delete it * Delete all lines where it is used **Describe alternatives you've considered** None. **Additional context** None.
1.0
Remove sfml_game::aboutScreenText - **Is your feature request related to a problem? Please describe.** Currently, `sfml_game` has member variable: ```c++ class sfml_game { //... Text aboutScreenText; //... }; ``` As there is already a class `sfml_about_screen`, this member variable has become obsolete and must be removed. **Describe the solution you'd like** * Delete it * Delete all lines where it is used **Describe alternatives you've considered** None. **Additional context** None.
priority
remove sfml game aboutscreentext is your feature request related to a problem please describe currently sfml game has member variable c class sfml game text aboutscreentext as there is already a class sfml about screen this member variable has become obsolete and must be removed describe the solution you d like delete it delete all lines where it is used describe alternatives you ve considered none additional context none
1
130,328
5,114,287,743
IssuesEvent
2017-01-06 17:59:13
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
opened
Create case test for scrapNode error from perty test 2 data
Category: Algorithms Priority: Medium Status: Defined Type: Bug
"scrapNode should line up with the beginning or end of a way" Fix issue and change the warning message back to an exception.
1.0
Create case test for scrapNode error from perty test 2 data - "scrapNode should line up with the beginning or end of a way" Fix issue and change the warning message back to an exception.
priority
create case test for scrapnode error from perty test data scrapnode should line up with the beginning or end of a way fix issue and change the warning message back to an exception
1
576,807
17,095,332,198
IssuesEvent
2021-07-09 01:02:14
magda-io/magda
https://api.github.com/repos/magda-io/magda
closed
CSV-GEO-AU is not recognised as a map in distribution page
bug priority: medium unrefined
### Problem description CSV-GEO-AU is recognised as a map format on the dataset page, but is recognised only as a csv on the distribution page. On the distribution page the icon should be a map icon and the preview should be either just a map, or a map and the chart/table preview ### Problem reproduction steps 1. Go to a dataset that has a CSV-GEO-AU format distribution **Notice the correct map icon on the dataset page** 1. Click on the CSV-GEO-AU distribution ### Screenshot / Design / File reference Dataset page: ![image](https://user-images.githubusercontent.com/13863530/42199320-38b87212-7ed1-11e8-8531-59c263a54f7d.png) ---- Distribution page: ![image](https://user-images.githubusercontent.com/13863530/42199194-7a9f1394-7ed0-11e8-86ac-526206ad71a2.png)
1.0
CSV-GEO-AU is not recognised as a map in distribution page - ### Problem description CSV-GEO-AU is recognised as a map format on the dataset page, but is recognised only as a csv on the distribution page. On the distribution page the icon should be a map icon and the preview should be either just a map, or a map and the chart/table preview ### Problem reproduction steps 1. Go to a dataset that has a CSV-GEO-AU format distribution **Notice the correct map icon on the dataset page** 1. Click on the CSV-GEO-AU distribution ### Screenshot / Design / File reference Dataset page: ![image](https://user-images.githubusercontent.com/13863530/42199320-38b87212-7ed1-11e8-8531-59c263a54f7d.png) ---- Distribution page: ![image](https://user-images.githubusercontent.com/13863530/42199194-7a9f1394-7ed0-11e8-86ac-526206ad71a2.png)
priority
csv geo au is not recognised as a map in distribution page problem description csv geo au is recognised as a map format on the dataset page but is recognised only as a csv on the distribution page on the distribution page the icon should be a map icon and the preview should be either just a map or a map and the chart table preview problem reproduction steps go to a dataset that has a csv geo au format distribution notice the correct map icon on the dataset page click on the csv geo au distribution screenshot design file reference dataset page distribution page
1
386,352
11,435,813,446
IssuesEvent
2020-02-04 20:10:15
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Cannot read property 'isLegacyAppeal' of undefined in SelectRemandReasonsView
BVA caseflow-queue echo priority-medium sentry-alert
[Sentry alert](https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/7805/?referrer=webhooks_plugin) ### To replicate 1. Sign in as an attorney 1. Start decision draft of a legacy appeal 1. Remand one of the issues 1. Cancel checkout 1. White screen of death ![ezgif-2-2a95946d649b](https://user-images.githubusercontent.com/45575454/72999718-c3c0bd80-3dcd-11ea-8000-a9a34214154a.gif) ### AC - [ ] Case details screen loads without error
1.0
Cannot read property 'isLegacyAppeal' of undefined in SelectRemandReasonsView - [Sentry alert](https://sentry.ds.va.gov/department-of-veterans-affairs/caseflow/issues/7805/?referrer=webhooks_plugin) ### To replicate 1. Sign in as an attorney 1. Start decision draft of a legacy appeal 1. Remand one of the issues 1. Cancel checkout 1. White screen of death ![ezgif-2-2a95946d649b](https://user-images.githubusercontent.com/45575454/72999718-c3c0bd80-3dcd-11ea-8000-a9a34214154a.gif) ### AC - [ ] Case details screen loads without error
priority
cannot read property islegacyappeal of undefined in selectremandreasonsview to replicate sign in as an attorney start decision draft of a legacy appeal remand one of the issues cancel checkout white screen of death ac case details screen loads without error
1
77,274
3,506,332,444
IssuesEvent
2016-01-08 05:49:30
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
[spell] Mind Control (BB #321)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 08.10.2010 09:21:14 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/321 <hr> Problem : When i cast on player this spell, i can control his movements, but when the spell ends, players is still in the same position where i casted the spell. it also show ERROR: SESSION: received unhandled opcode CMSG_MOVE_NOT_ACTIVE_MOVER (0x02D1) int the server log. How it should look like : Player can control other players char usign mind control, after spell ends, the position of players should be different. The problems appers only on players, it works on npcs in 80% because sometimes it "teleports" player to last know npc position after spell ends.
1.0
[spell] Mind Control (BB #321) - This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 08.10.2010 09:21:14 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/321 <hr> Problem : When i cast on player this spell, i can control his movements, but when the spell ends, players is still in the same position where i casted the spell. it also show ERROR: SESSION: received unhandled opcode CMSG_MOVE_NOT_ACTIVE_MOVER (0x02D1) int the server log. How it should look like : Player can control other players char usign mind control, after spell ends, the position of players should be different. The problems appers only on players, it works on npcs in 80% because sometimes it "teleports" player to last know npc position after spell ends.
priority
mind control bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link problem when i cast on player this spell i can control his movements but when the spell ends players is still in the same position where i casted the spell it also show error session received unhandled opcode cmsg move not active mover int the server log how it should look like player can control other players char usign mind control after spell ends the position of players should be different the problems appers only on players it works on npcs in because sometimes it teleports player to last know npc position after spell ends
1
757,391
26,510,480,956
IssuesEvent
2023-01-18 16:44:00
phylum-dev/cli
https://api.github.com/repos/phylum-dev/cli
closed
Add `group delete` command
enhancement medium priority
# Overview The API now supports [group deletion](https://api.phylum.io/api/v0/swagger/index.html#/Groups/groups_delete_group). This feature request is to add it as a sub-command for the CLI. # Additional Information Make sure the user is really sure because the `group delete` endpoint will remove the group **and any projects that are still in it.** # Acceptance Criteria - [ ] `group delete` sub-command is added - [ ] The command works in the same way as the UI (no surprises) - [ ] Documentation is updated
1.0
Add `group delete` command - # Overview The API now supports [group deletion](https://api.phylum.io/api/v0/swagger/index.html#/Groups/groups_delete_group). This feature request is to add it as a sub-command for the CLI. # Additional Information Make sure the user is really sure because the `group delete` endpoint will remove the group **and any projects that are still in it.** # Acceptance Criteria - [ ] `group delete` sub-command is added - [ ] The command works in the same way as the UI (no surprises) - [ ] Documentation is updated
priority
add group delete command overview the api now supports this feature request is to add it as a sub command for the cli additional information make sure the user is really sure because the group delete endpoint will remove the group and any projects that are still in it acceptance criteria group delete sub command is added the command works in the same way as the ui no surprises documentation is updated
1
615,948
19,286,491,061
IssuesEvent
2021-12-11 03:05:34
BanklessDAO/bankless-dao-ghost-website
https://api.github.com/repos/BanklessDAO/bankless-dao-ghost-website
closed
Update Hero Article Styles
Medium Priority
Currently the hero article looks a little Meh. Looking at the theme on which the site was based it would be nice to make it pop a little. desktop: ![image](https://user-images.githubusercontent.com/17715430/141700447-7076280d-c13d-4b1a-9a0d-396eb1f57ab2.png) [renge theme] ![image](https://user-images.githubusercontent.com/17715430/141700452-397eb229-fbe1-4305-9857-5f2e724f1c15.png) tablet: ![image](https://user-images.githubusercontent.com/17715430/141707155-f46bdd02-3d51-4f1c-b002-2ef3307ad6a9.png) [renge theme] ![image](https://user-images.githubusercontent.com/17715430/141707166-b198c406-5afd-4487-a269-17109159860d.png)
1.0
Update Hero Article Styles - Currently the hero article looks a little Meh. Looking at the theme on which the site was based it would be nice to make it pop a little. desktop: ![image](https://user-images.githubusercontent.com/17715430/141700447-7076280d-c13d-4b1a-9a0d-396eb1f57ab2.png) [renge theme] ![image](https://user-images.githubusercontent.com/17715430/141700452-397eb229-fbe1-4305-9857-5f2e724f1c15.png) tablet: ![image](https://user-images.githubusercontent.com/17715430/141707155-f46bdd02-3d51-4f1c-b002-2ef3307ad6a9.png) [renge theme] ![image](https://user-images.githubusercontent.com/17715430/141707166-b198c406-5afd-4487-a269-17109159860d.png)
priority
update hero article styles currently the hero article looks a little meh looking at the theme on which the site was based it would be nice to make it pop a little desktop tablet
1
564,942
16,745,482,308
IssuesEvent
2021-06-11 15:00:44
ita-social-projects/TeachUA
https://api.github.com/repos/ita-social-projects/TeachUA
closed
[Про нас] Text and photo alignment
Priority: Medium bug
Environment: Windows 7, Service Pack 1, Google Chrome, 90.0.4430.212 (Розробка) (64-розрядна версія). Reproducible: always. Build found: the last commit 04.06.2021 Preconditions Go to [https://speak-ukrainian.org.ua/dev/](https://speak-ukrainian.org.ua/dev/) Steps to reproduce 1. Click on 'Про нас' menu navigation bar 3. Scroll down to 'Амбасадори проєкту' Actual result Text and photos are not aligned. ![2021-06-04_11h21_16](https://user-images.githubusercontent.com/83178616/120774171-b1f73a80-c52a-11eb-93c5-82518dfbddce.png) ![2021-06-04_11h21_59](https://user-images.githubusercontent.com/83178616/120773260-da326980-c529-11eb-8942-8210608d54c8.png) ![2021-06-04_11h22_13](https://user-images.githubusercontent.com/83178616/120773286-e1f20e00-c529-11eb-80a1-32f0415d58cd.png) ![2021-06-04_11h22_37](https://user-images.githubusercontent.com/83178616/120773343-efa79380-c529-11eb-9567-3398caf67c07.png) Expected result Text should be aligned with the photo
1.0
[Про нас] Text and photo alignment - Environment: Windows 7, Service Pack 1, Google Chrome, 90.0.4430.212 (Розробка) (64-розрядна версія). Reproducible: always. Build found: the last commit 04.06.2021 Preconditions Go to [https://speak-ukrainian.org.ua/dev/](https://speak-ukrainian.org.ua/dev/) Steps to reproduce 1. Click on 'Про нас' menu navigation bar 3. Scroll down to 'Амбасадори проєкту' Actual result Text and photos are not aligned. ![2021-06-04_11h21_16](https://user-images.githubusercontent.com/83178616/120774171-b1f73a80-c52a-11eb-93c5-82518dfbddce.png) ![2021-06-04_11h21_59](https://user-images.githubusercontent.com/83178616/120773260-da326980-c529-11eb-8942-8210608d54c8.png) ![2021-06-04_11h22_13](https://user-images.githubusercontent.com/83178616/120773286-e1f20e00-c529-11eb-80a1-32f0415d58cd.png) ![2021-06-04_11h22_37](https://user-images.githubusercontent.com/83178616/120773343-efa79380-c529-11eb-9567-3398caf67c07.png) Expected result Text should be aligned with the photo
priority
text and photo alignment environment windows service pack google chrome розробка розрядна версія reproducible always build found the last commit preconditions go to steps to reproduce click on про нас menu navigation bar scroll down to амбасадори проєкту actual result text and photos are not aligned expected result text should be aligned with the photo
1
376,357
11,145,957,547
IssuesEvent
2019-12-23 08:20:24
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
opened
how to select usb mps for SAME70 board
bug priority: medium question
I use PyUSB on linux host to communicate with SAME70 board, which always send data to host, when my app packet is small(less than 32), selecting mps 32 bytes, it works well; when my application packet is big(hundreds bytes), 32 bytes as mps there is max packet drop(usb spec packet) in my app big packet, but 64 bytes as mps it works well, so mps for bulk IN endpoint on SAME70 impact usb transfer a lot (assume host is good)?
1.0
how to select usb mps for SAME70 board - I use PyUSB on linux host to communicate with SAME70 board, which always send data to host, when my app packet is small(less than 32), selecting mps 32 bytes, it works well; when my application packet is big(hundreds bytes), 32 bytes as mps there is max packet drop(usb spec packet) in my app big packet, but 64 bytes as mps it works well, so mps for bulk IN endpoint on SAME70 impact usb transfer a lot (assume host is good)?
priority
how to select usb mps for board i use pyusb on linux host to communicate with board which always send data to host when my app packet is small less than selecting mps bytes it works well when my application packet is big hundreds bytes bytes as mps there is max packet drop usb spec packet in my app big packet but bytes as mps it works well so mps for bulk in endpoint on impact usb transfer a lot assume host is good
1
158,212
6,023,806,341
IssuesEvent
2017-06-08 01:52:27
zom/Zom-iOS
https://api.github.com/repos/zom/Zom-iOS
closed
Easy message resend
enhancement medium-priority upstream ux
If a message did not go through, can there be an option to resend without having to retype?
1.0
Easy message resend - If a message did not go through, can there be an option to resend without having to retype?
priority
easy message resend if a message did not go through can there be an option to resend without having to retype
1
83,831
3,643,733,186
IssuesEvent
2016-02-15 04:44:38
uwdata/lyra
https://api.github.com/repos/uwdata/lyra
closed
Prevent or warning Grouping by same data field twice.
Priority/3-Medium usability
Suppose I apply a group by transform to a variable A. Then I try to drag the same field to a marks property (e.g. drag key to color). However, I didn’t realize that I’m selecting *group marks* rather than actual marks and that will automatically add another group by transform to the same variable which is confusing. Note that this also supports the need for splitting panes #95. ![idl_cs_washington_edu_projects_lyra_app__and_new_issue__uwdata_lyra-9](https://f.cloud.github.com/assets/111269/2276303/af3fe1a6-9f31-11e3-975b-2d72d3e9eadc.png)
1.0
Prevent or warning Grouping by same data field twice. - Suppose I apply a group by transform to a variable A. Then I try to drag the same field to a marks property (e.g. drag key to color). However, I didn’t realize that I’m selecting *group marks* rather than actual marks and that will automatically add another group by transform to the same variable which is confusing. Note that this also supports the need for splitting panes #95. ![idl_cs_washington_edu_projects_lyra_app__and_new_issue__uwdata_lyra-9](https://f.cloud.github.com/assets/111269/2276303/af3fe1a6-9f31-11e3-975b-2d72d3e9eadc.png)
priority
prevent or warning grouping by same data field twice suppose i apply a group by transform to a variable a then i try to drag the same field to a marks property e g drag key to color however i didn’t realize that i’m selecting group marks rather than actual marks and that will automatically add another group by transform to the same variable which is confusing note that this also supports the need for splitting panes
1
804,419
29,486,595,683
IssuesEvent
2023-06-02 10:11:50
rpm-software-management/dnf5
https://api.github.com/repos/rpm-software-management/dnf5
closed
When the RPM transaction test fails, the DNF exit code should return a non-zero value
Priority: MEDIUM Triaged
When f.e. installing a package from CLI and a file conflict is detected during the RPM transaction test, the `TransactionRunResult::ERROR_RPM_RUN` is internally returned from the `libdnf::base::Transaction` object, but the DNF returns a zero exit code in the end. This is a follow-up discovered when fixing the https://github.com/rpm-software-management/dnf5/pull/517.
1.0
When the RPM transaction test fails, the DNF exit code should return a non-zero value - When f.e. installing a package from CLI and a file conflict is detected during the RPM transaction test, the `TransactionRunResult::ERROR_RPM_RUN` is internally returned from the `libdnf::base::Transaction` object, but the DNF returns a zero exit code in the end. This is a follow-up discovered when fixing the https://github.com/rpm-software-management/dnf5/pull/517.
priority
when the rpm transaction test fails the dnf exit code should return a non zero value when f e installing a package from cli and a file conflict is detected during the rpm transaction test the transactionrunresult error rpm run is internally returned from the libdnf base transaction object but the dnf returns a zero exit code in the end this is a follow up discovered when fixing the
1
356,395
10,592,508,598
IssuesEvent
2019-10-09 13:14:36
geosolutions-it/geonode
https://api.github.com/repos/geosolutions-it/geonode
closed
Monitoring/analytics - change the label of the "Monitoring" menu item
Priority: Medium analytics enhancement
We should change the label of the "Monitoring" menu item in "Monitoring & Analytics": ![Selection_020](https://user-images.githubusercontent.com/43670920/64877686-32d51b00-d652-11e9-8f70-b51f0b37c1fd.png)
1.0
Monitoring/analytics - change the label of the "Monitoring" menu item - We should change the label of the "Monitoring" menu item in "Monitoring & Analytics": ![Selection_020](https://user-images.githubusercontent.com/43670920/64877686-32d51b00-d652-11e9-8f70-b51f0b37c1fd.png)
priority
monitoring analytics change the label of the monitoring menu item we should change the label of the monitoring menu item in monitoring analytics
1
55,266
3,072,598,893
IssuesEvent
2015-08-19 17:44:27
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Please provide jar with source
bug imported Priority-Medium wontfix
_From [vladisla...@bioport.cz](https://code.google.com/u/113757890723466587885/) on April 07, 2012 08:29:04_ Could you please provide jar with source attached? In ADT 17 is bug, which broken source/javadoc attachments as separate jar: https://code.google.com/p/android/issues/detail?id=27490#c8 Jar bundled with source will be also helpful for better understanding of how the Robotium works, just by clicking on method in Eclipse. Thanks allot! _Original issue: http://code.google.com/p/robotium/issues/detail?id=245_
1.0
Please provide jar with source - _From [vladisla...@bioport.cz](https://code.google.com/u/113757890723466587885/) on April 07, 2012 08:29:04_ Could you please provide jar with source attached? In ADT 17 is bug, which broken source/javadoc attachments as separate jar: https://code.google.com/p/android/issues/detail?id=27490#c8 Jar bundled with source will be also helpful for better understanding of how the Robotium works, just by clicking on method in Eclipse. Thanks allot! _Original issue: http://code.google.com/p/robotium/issues/detail?id=245_
priority
please provide jar with source from on april could you please provide jar with source attached in adt is bug which broken source javadoc attachments as separate jar jar bundled with source will be also helpful for better understanding of how the robotium works just by clicking on method in eclipse thanks allot original issue
1
712,473
24,496,445,807
IssuesEvent
2022-10-10 09:05:47
trimble-oss/modus-react-bootstrap
https://api.github.com/repos/trimble-oss/modus-react-bootstrap
closed
Fix Lint issues in Modus React Bootstrap site
priority:medium
Enable eslint for finding code bugs and formatting, run it and fix the issues in iterations.
1.0
Fix Lint issues in Modus React Bootstrap site - Enable eslint for finding code bugs and formatting, run it and fix the issues in iterations.
priority
fix lint issues in modus react bootstrap site enable eslint for finding code bugs and formatting run it and fix the issues in iterations
1
731,564
25,222,831,173
IssuesEvent
2022-11-14 14:03:50
firecracker-microvm/firecracker
https://api.github.com/repos/firecracker-microvm/firecracker
closed
Investigate snapshot restore performance on host kernel >= 5.4
Priority: Medium Feature: KernelPolicy
The snapshot restore operation is slower on AMD than on Intel. We should investigate why and either fix the root cause or change the `test_snapshot_resume_latency` test in order to check different values for AMD and Intel.
1.0
Investigate snapshot restore performance on host kernel >= 5.4 - The snapshot restore operation is slower on AMD than on Intel. We should investigate why and either fix the root cause or change the `test_snapshot_resume_latency` test in order to check different values for AMD and Intel.
priority
investigate snapshot restore performance on host kernel the snapshot restore operation is slower on amd than on intel we should investigate why and either fix the root cause or change the test snapshot resume latency test in order to check different values for amd and intel
1
741,955
25,829,709,571
IssuesEvent
2022-12-12 15:18:02
tdxvolt/tdxvolt-tracker
https://api.github.com/repos/tdxvolt/tdxvolt-tracker
opened
Can't open resource from search results
Type: Bug Priority: Medium
You can't open a search result that resides on another Volt. This is a regression as a result of recent work on the tab bar.
1.0
Can't open resource from search results - You can't open a search result that resides on another Volt. This is a regression as a result of recent work on the tab bar.
priority
can t open resource from search results you can t open a search result that resides on another volt this is a regression as a result of recent work on the tab bar
1
244,240
7,872,433,870
IssuesEvent
2018-06-25 11:13:23
omni-compiler/xcodeml-tools
https://api.github.com/repos/omni-compiler/xcodeml-tools
opened
Duplicated PUBLIC :: <id> statement
Kind: Bug Module: F_Back Module: F_Front Priority: Medium
The following code is not compilable after going through the front-end/back-end workflow. ```fortran MODULE mod1 IMPLICIT NONE PRIVATE PUBLIC :: netcdf_read_att_int INTERFACE netcdf_read_att_int MODULE PROCEDURE netcdf_read_ATT_INT END INTERFACE netcdf_read_att_int CONTAINS FUNCTION netcdf_read_ATT_INT(file_id, variable_name, attribute_name) result(res) INTEGER :: res INTEGER, INTENT(IN) :: file_id CHARACTER(LEN=*), INTENT(IN) :: variable_name CHARACTER(LEN=*), INTENT(IN) :: attribute_name END FUNCTION netcdf_read_ATT_INT END MODULE mod1 ``` The resulting code shown below has two `PUBLIC :: netcdf_read_att_int` declaration which is not correct according to the standard. ```fortran MODULE mod1 PUBLIC :: netcdf_read_att_int PUBLIC :: netcdf_read_att_int INTERFACE netcdf_read_att_int MODULE PROCEDURE netcdf_read_att_int END INTERFACE CONTAINS FUNCTION netcdf_read_att_int ( file_id , variable_name , attribute_name ) RESULT(res) INTEGER :: res INTEGER , INTENT(IN) :: file_id CHARACTER ( LEN= * ) , INTENT(IN) :: variable_name CHARACTER ( LEN= * ) , INTENT(IN) :: attribute_name END FUNCTION netcdf_read_att_int END MODULE mod1 ``` ```bash out.f90:3:30: PUBLIC :: netcdf_read_att_int 1 Error: ACCESS specification at (1) was already specified ```
1.0
Duplicated PUBLIC :: <id> statement - The following code is not compilable after going through the front-end/back-end workflow. ```fortran MODULE mod1 IMPLICIT NONE PRIVATE PUBLIC :: netcdf_read_att_int INTERFACE netcdf_read_att_int MODULE PROCEDURE netcdf_read_ATT_INT END INTERFACE netcdf_read_att_int CONTAINS FUNCTION netcdf_read_ATT_INT(file_id, variable_name, attribute_name) result(res) INTEGER :: res INTEGER, INTENT(IN) :: file_id CHARACTER(LEN=*), INTENT(IN) :: variable_name CHARACTER(LEN=*), INTENT(IN) :: attribute_name END FUNCTION netcdf_read_ATT_INT END MODULE mod1 ``` The resulting code shown below has two `PUBLIC :: netcdf_read_att_int` declaration which is not correct according to the standard. ```fortran MODULE mod1 PUBLIC :: netcdf_read_att_int PUBLIC :: netcdf_read_att_int INTERFACE netcdf_read_att_int MODULE PROCEDURE netcdf_read_att_int END INTERFACE CONTAINS FUNCTION netcdf_read_att_int ( file_id , variable_name , attribute_name ) RESULT(res) INTEGER :: res INTEGER , INTENT(IN) :: file_id CHARACTER ( LEN= * ) , INTENT(IN) :: variable_name CHARACTER ( LEN= * ) , INTENT(IN) :: attribute_name END FUNCTION netcdf_read_att_int END MODULE mod1 ``` ```bash out.f90:3:30: PUBLIC :: netcdf_read_att_int 1 Error: ACCESS specification at (1) was already specified ```
priority
duplicated public statement the following code is not compilable after going through the front end back end workflow fortran module implicit none private public netcdf read att int interface netcdf read att int module procedure netcdf read att int end interface netcdf read att int contains function netcdf read att int file id variable name attribute name result res integer res integer intent in file id character len intent in variable name character len intent in attribute name end function netcdf read att int end module the resulting code shown below has two public netcdf read att int declaration which is not correct according to the standard fortran module public netcdf read att int public netcdf read att int interface netcdf read att int module procedure netcdf read att int end interface contains function netcdf read att int file id variable name attribute name result res integer res integer intent in file id character len intent in variable name character len intent in attribute name end function netcdf read att int end module bash out public netcdf read att int error access specification at was already specified
1
809,418
30,192,220,032
IssuesEvent
2023-07-04 16:24:07
momentum-mod/website
https://api.github.com/repos/momentum-mod/website
closed
Rewrite Community News component to use new blog
Priority: Medium Size: Medium For: Frontend Good first issue
We currently have a component called `community-news` that uses the Tumblr to get content from our old Tumblr blog. Fortunately, we're no longer using Tumblr (thank god), [the new one](https://github.com/momentum-mod/blog) is a static site using Hugo and is already configured to generate an RSS feed we can use. I've no experience with RSS whatsoever, but looks easy. XML feed is here at https://blog.momentum-mod.org/index.xml, will probably need to install `xml2js` or similar unless there's some native browser method I'm unaware of.
1.0
Rewrite Community News component to use new blog - We currently have a component called `community-news` that uses the Tumblr to get content from our old Tumblr blog. Fortunately, we're no longer using Tumblr (thank god), [the new one](https://github.com/momentum-mod/blog) is a static site using Hugo and is already configured to generate an RSS feed we can use. I've no experience with RSS whatsoever, but looks easy. XML feed is here at https://blog.momentum-mod.org/index.xml, will probably need to install `xml2js` or similar unless there's some native browser method I'm unaware of.
priority
rewrite community news component to use new blog we currently have a component called community news that uses the tumblr to get content from our old tumblr blog fortunately we re no longer using tumblr thank god is a static site using hugo and is already configured to generate an rss feed we can use i ve no experience with rss whatsoever but looks easy xml feed is here at will probably need to install or similar unless there s some native browser method i m unaware of
1
451,069
13,024,020,916
IssuesEvent
2020-07-27 11:04:01
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1686] 'Selected Shader does not support Stencil Masking' is spamming in log
Category: Tech Priority: Medium
It very often happen when you open any UI. For exemple selecting form: ![image](https://user-images.githubusercontent.com/45708377/88534934-ba7d0b80-d011-11ea-87f9-e48b02aaa527.png) ``` Selected Shader does not support Stencil Masking. Please select the Distance Field or Mobile Distance Field Shader. UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:LogWarning(Object) TMPro.TMP_MaterialManager:GetStencilMaterial(Material, Int32) TMPro.TMP_SubMeshUI:GetModifiedMaterial(Material) TMPro.TMP_MaterialManager:GetMaterialForRendering(MaskableGraphic, Material) TMPro.TMP_SubMeshUI:UpdateMaterial() TMPro.TMP_SubMeshUI:SetMaterialDirty() TMPro.TextMeshProUGUI:SetActiveSubMeshes(Boolean) TMPro.TextMeshProUGUI:OnEnable() MinimapUIObjectManager:PlaceIcon(MinimapObjectIcon, Vector3, Single, Boolean, Boolean, Nullable`1) MinimapUIObjectManager:UpdateIconPlacement(Boolean, Boolean) MinimapUI:Update() ```
1.0
[0.9.0 staging-1686] 'Selected Shader does not support Stencil Masking' is spamming in log - It very often happen when you open any UI. For exemple selecting form: ![image](https://user-images.githubusercontent.com/45708377/88534934-ba7d0b80-d011-11ea-87f9-e48b02aaa527.png) ``` Selected Shader does not support Stencil Masking. Please select the Distance Field or Mobile Distance Field Shader. UnityEngine.Logger:Log(LogType, Object) UnityEngine.Debug:LogWarning(Object) TMPro.TMP_MaterialManager:GetStencilMaterial(Material, Int32) TMPro.TMP_SubMeshUI:GetModifiedMaterial(Material) TMPro.TMP_MaterialManager:GetMaterialForRendering(MaskableGraphic, Material) TMPro.TMP_SubMeshUI:UpdateMaterial() TMPro.TMP_SubMeshUI:SetMaterialDirty() TMPro.TextMeshProUGUI:SetActiveSubMeshes(Boolean) TMPro.TextMeshProUGUI:OnEnable() MinimapUIObjectManager:PlaceIcon(MinimapObjectIcon, Vector3, Single, Boolean, Boolean, Nullable`1) MinimapUIObjectManager:UpdateIconPlacement(Boolean, Boolean) MinimapUI:Update() ```
priority
selected shader does not support stencil masking is spamming in log it very often happen when you open any ui for exemple selecting form selected shader does not support stencil masking please select the distance field or mobile distance field shader unityengine logger log logtype object unityengine debug logwarning object tmpro tmp materialmanager getstencilmaterial material tmpro tmp submeshui getmodifiedmaterial material tmpro tmp materialmanager getmaterialforrendering maskablegraphic material tmpro tmp submeshui updatematerial tmpro tmp submeshui setmaterialdirty tmpro textmeshprougui setactivesubmeshes boolean tmpro textmeshprougui onenable minimapuiobjectmanager placeicon minimapobjecticon single boolean boolean nullable minimapuiobjectmanager updateiconplacement boolean boolean minimapui update
1
672,519
22,829,455,503
IssuesEvent
2022-07-12 11:37:59
projectdiscovery/dnsx
https://api.github.com/repos/projectdiscovery/dnsx
opened
Not working with Mullvad VPN
Priority: Medium Type: Bug
The `-v` and/or `-raw`/`-debug`, `-stats` flags should indicate that there is a problem. ![image](https://user-images.githubusercontent.com/13679401/178481202-4494722d-7947-4bdf-abd5-fd56095047f6.png)
1.0
Not working with Mullvad VPN - The `-v` and/or `-raw`/`-debug`, `-stats` flags should indicate that there is a problem. ![image](https://user-images.githubusercontent.com/13679401/178481202-4494722d-7947-4bdf-abd5-fd56095047f6.png)
priority
not working with mullvad vpn the v and or raw debug stats flags should indicate that there is a problem
1
624,748
19,706,092,502
IssuesEvent
2022-01-12 22:12:52
SAP/xsk
https://api.github.com/repos/SAP/xsk
opened
[Migration] Migrated projects are not visible in the workspace
core priority-high effort-medium tooling
Due to [an issue in the Dirigible](https://github.com/eclipse/dirigible/issues/1439) when migrating some projects, they are not visible in the Workspace perspective. This issue should be closed once [the Dirigible fix](https://github.com/eclipse/dirigible/pull/1440) is merged and a new release is made and the XSK updated.
1.0
[Migration] Migrated projects are not visible in the workspace - Due to [an issue in the Dirigible](https://github.com/eclipse/dirigible/issues/1439) when migrating some projects, they are not visible in the Workspace perspective. This issue should be closed once [the Dirigible fix](https://github.com/eclipse/dirigible/pull/1440) is merged and a new release is made and the XSK updated.
priority
migrated projects are not visible in the workspace due to when migrating some projects they are not visible in the workspace perspective this issue should be closed once is merged and a new release is made and the xsk updated
1
130,231
5,112,183,779
IssuesEvent
2017-01-06 10:09:03
DigitalCampus/moodle-block_oppia_mobile_export
https://api.github.com/repos/DigitalCampus/moodle-block_oppia_mobile_export
closed
Non latin video filenames
bug medium priority time: 2 hours
files with names in non-latin script don't get picked up with the media filter
1.0
Non latin video filenames - files with names in non-latin script don't get picked up with the media filter
priority
non latin video filenames files with names in non latin script don t get picked up with the media filter
1
658,151
21,879,145,343
IssuesEvent
2022-05-19 12:59:15
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
when creating a community #general chat doesn't appear by default
bug Communities priority 2: medium E:Communities
# Bug Report ## Steps to reproduce 1. create a community expected result: #general channel should appear
1.0
when creating a community #general chat doesn't appear by default - # Bug Report ## Steps to reproduce 1. create a community expected result: #general channel should appear
priority
when creating a community general chat doesn t appear by default bug report steps to reproduce create a community expected result general channel should appear
1
695,955
23,877,745,656
IssuesEvent
2022-09-07 20:51:28
pokt-network/pocket
https://api.github.com/repos/pokt-network/pocket
opened
[Utility] CLI - Non custodial Staking command
core priority:medium tooling interface
## Objective The CLI, as implemented in #177, supports only `Custodial` staking. We need to support `Non Custodial` as well. ## Origin Document This comment: [two separate subcommands - Can you create a followup issue to add support for non-cusotidal CLI support to avoid increasing the scope of this PR.](https://github.com/pokt-network/pocket/pull/177#discussion_r965182073) ## Goals - [ ] `NonCustodial` subcommand under the `Stake` command - [ ] Identify the required arguments by referencing the [V0 implementation](https://github.com/pokt-network/pocket-core/blob/de8ec8c46cdcf17606b1491e2fca9f8ea3f7d716/app/cmd/cli/stake.go#L92-L100) - [ ] Make sure that the `MessageStake` has all the necessary fields to support `NonCustodial` staking and that you are assigning the right values to them ## Deliverable - [ ] Updated CLI ## Non-goals / Non-deliverables - ... ## General issue deliverables - [ ] Update the appropriate CHANGELOG - [ ] Update any relevant READMEs (local and/or global) - [ ] Update any relevant global documentation & references - [ ] If applicable, update the source code tree explanation - [ ] If applicable, add or update a state, sequence or flowchart diagram using [mermaid](https://mermaid-js.github.io/mermaid/) ## [Optional] Testing Methodology - **Task specific tests**: `make ...` - **All tests**: `make test_all` - **LocalNet**: verify a `LocalNet` is still functioning correctly by following the instructions at [docs/development/README.md](https://github.com/pokt-network/pocket/tree/main/docs/development) --- **Creator**: @deblasis **Co-Owners**: ??
1.0
[Utility] CLI - Non custodial Staking command - ## Objective The CLI, as implemented in #177, supports only `Custodial` staking. We need to support `Non Custodial` as well. ## Origin Document This comment: [two separate subcommands - Can you create a followup issue to add support for non-cusotidal CLI support to avoid increasing the scope of this PR.](https://github.com/pokt-network/pocket/pull/177#discussion_r965182073) ## Goals - [ ] `NonCustodial` subcommand under the `Stake` command - [ ] Identify the required arguments by referencing the [V0 implementation](https://github.com/pokt-network/pocket-core/blob/de8ec8c46cdcf17606b1491e2fca9f8ea3f7d716/app/cmd/cli/stake.go#L92-L100) - [ ] Make sure that the `MessageStake` has all the necessary fields to support `NonCustodial` staking and that you are assigning the right values to them ## Deliverable - [ ] Updated CLI ## Non-goals / Non-deliverables - ... ## General issue deliverables - [ ] Update the appropriate CHANGELOG - [ ] Update any relevant READMEs (local and/or global) - [ ] Update any relevant global documentation & references - [ ] If applicable, update the source code tree explanation - [ ] If applicable, add or update a state, sequence or flowchart diagram using [mermaid](https://mermaid-js.github.io/mermaid/) ## [Optional] Testing Methodology - **Task specific tests**: `make ...` - **All tests**: `make test_all` - **LocalNet**: verify a `LocalNet` is still functioning correctly by following the instructions at [docs/development/README.md](https://github.com/pokt-network/pocket/tree/main/docs/development) --- **Creator**: @deblasis **Co-Owners**: ??
priority
cli non custodial staking command objective the cli as implemented in supports only custodial staking we need to support non custodial as well origin document this comment goals noncustodial subcommand under the stake command identify the required arguments by referencing the make sure that the messagestake has all the necessary fields to support noncustodial staking and that you are assigning the right values to them deliverable updated cli non goals non deliverables general issue deliverables update the appropriate changelog update any relevant readmes local and or global update any relevant global documentation references if applicable update the source code tree explanation if applicable add or update a state sequence or flowchart diagram using testing methodology task specific tests make all tests make test all localnet verify a localnet is still functioning correctly by following the instructions at creator deblasis co owners
1
619,681
19,532,452,200
IssuesEvent
2021-12-30 19:51:20
hackforla/expunge-assist
https://api.github.com/repos/hackforla/expunge-assist
closed
Draft a plan for potential partnership
role: research priority: medium feature: outreach size: large
### Overview The research team is working on building partnerships with more expungement clinics ### Action Items - [x] Draft email scripts for partnership - [x] Draft a collaboration and reach out a plan for partnership - [x] Create a list of potential partners ### Resources/Instructions [Email and phone call draft](https://docs.google.com/document/d/1G9sgQfftKITKaqQXuzilg-dtV17TriczmyopZGEKki0/edit#) [List of partners for research](https://docs.google.com/spreadsheets/d/19ZiQHRrtjISvxdbqdoCmxE7byDk7V04xDjAUK-00iwQ/edit#gid=0) [A previous list of outreach](https://docs.google.com/spreadsheets/d/1KYkhzJvZktKHeMGMFKqCC0bwTcP-Uboh_MbwtQmBJJw/edit#gid=0)
1.0
Draft a plan for potential partnership - ### Overview The research team is working on building partnerships with more expungement clinics ### Action Items - [x] Draft email scripts for partnership - [x] Draft a collaboration and reach out a plan for partnership - [x] Create a list of potential partners ### Resources/Instructions [Email and phone call draft](https://docs.google.com/document/d/1G9sgQfftKITKaqQXuzilg-dtV17TriczmyopZGEKki0/edit#) [List of partners for research](https://docs.google.com/spreadsheets/d/19ZiQHRrtjISvxdbqdoCmxE7byDk7V04xDjAUK-00iwQ/edit#gid=0) [A previous list of outreach](https://docs.google.com/spreadsheets/d/1KYkhzJvZktKHeMGMFKqCC0bwTcP-Uboh_MbwtQmBJJw/edit#gid=0)
priority
draft a plan for potential partnership overview the research team is working on building partnerships with more expungement clinics action items draft email scripts for partnership draft a collaboration and reach out a plan for partnership create a list of potential partners resources instructions
1
651,389
21,476,212,260
IssuesEvent
2022-04-26 13:52:15
electrumsv/electrumsv-reference-server
https://api.github.com/repos/electrumsv/electrumsv-reference-server
closed
Reference server: Fix the peer channel SQL
bug priority-medium
The current SQL in the peer channel code is postgres SQL blindly copied which has not been converted to SQLite compatibility. An example of this is the "TIMESTAMP" field type. All the SQL should be gone over and verified to be recognised/directly supported by SQLite.
1.0
Reference server: Fix the peer channel SQL - The current SQL in the peer channel code is postgres SQL blindly copied which has not been converted to SQLite compatibility. An example of this is the "TIMESTAMP" field type. All the SQL should be gone over and verified to be recognised/directly supported by SQLite.
priority
reference server fix the peer channel sql the current sql in the peer channel code is postgres sql blindly copied which has not been converted to sqlite compatibility an example of this is the timestamp field type all the sql should be gone over and verified to be recognised directly supported by sqlite
1
516,359
14,980,462,597
IssuesEvent
2021-01-28 13:40:57
bounswe/bounswe2020group5
https://api.github.com/repos/bounswe/bounswe2020group5
opened
backend/ Vendor details
Priority: Medium Status: Completed backend
* Endpoint that returns vendor' products, rating, username, email, first name, last name and address without requesting any user authentication should be implemented Deadline: 28.01.2020 @23.59
1.0
backend/ Vendor details - * Endpoint that returns vendor' products, rating, username, email, first name, last name and address without requesting any user authentication should be implemented Deadline: 28.01.2020 @23.59
priority
backend vendor details endpoint that returns vendor products rating username email first name last name and address without requesting any user authentication should be implemented deadline
1
744,441
25,943,039,450
IssuesEvent
2022-12-16 20:34:45
phetsims/quadrilateral
https://api.github.com/repos/phetsims/quadrilateral
closed
Zoom out grid slightly to allow vertex to rest on a grid line at each boundary
dev:model priority:3-medium
When making the maximum size shape, interviewees had tried to go to the top and bottom grid lines, but the vertex is halted by the boundary before reaching it. It'd be nice to have the grid lines indented enough so the vertex rests on a grid line at the boundary. @jessegreenberg tested this after discussion in a meeting: ![Image](https://user-images.githubusercontent.com/47331395/190682395-78f2185e-e2c9-4d35-a1d5-7d448069d657.png) with the comment: > Model bounds dilated by 0.05 model units to produce this image Follow-up in slack: **BF:** Looks fine I think. Really not too big of a change. Does the grid spacing need any adjusting? Are there still five spaces per grid square? **JG:** >Does the grid spacing need any adjusting? IMO nope! >Are there still five spaces per grid square? Yes
1.0
Zoom out grid slightly to allow vertex to rest on a grid line at each boundary - When making the maximum size shape, interviewees had tried to go to the top and bottom grid lines, but the vertex is halted by the boundary before reaching it. It'd be nice to have the grid lines indented enough so the vertex rests on a grid line at the boundary. @jessegreenberg tested this after discussion in a meeting: ![Image](https://user-images.githubusercontent.com/47331395/190682395-78f2185e-e2c9-4d35-a1d5-7d448069d657.png) with the comment: > Model bounds dilated by 0.05 model units to produce this image Follow-up in slack: **BF:** Looks fine I think. Really not too big of a change. Does the grid spacing need any adjusting? Are there still five spaces per grid square? **JG:** >Does the grid spacing need any adjusting? IMO nope! >Are there still five spaces per grid square? Yes
priority
zoom out grid slightly to allow vertex to rest on a grid line at each boundary when making the maximum size shape interviewees had tried to go to the top and bottom grid lines but the vertex is halted by the boundary before reaching it it d be nice to have the grid lines indented enough so the vertex rests on a grid line at the boundary jessegreenberg tested this after discussion in a meeting with the comment model bounds dilated by model units to produce this image follow up in slack bf looks fine i think really not too big of a change does the grid spacing need any adjusting are there still five spaces per grid square jg does the grid spacing need any adjusting imo nope are there still five spaces per grid square yes
1
39,208
2,852,183,909
IssuesEvent
2015-06-01 12:11:19
adsabs/biblib-service
https://api.github.com/repos/adsabs/biblib-service
opened
Allow submitting of bibcodes on library creation
enhancement medium priority
It would be convenient to be able to submit bibcodes when you POST to /libraries/ to create a new library, cutting out a second request to /documents/ to add things to the library
1.0
Allow submitting of bibcodes on library creation - It would be convenient to be able to submit bibcodes when you POST to /libraries/ to create a new library, cutting out a second request to /documents/ to add things to the library
priority
allow submitting of bibcodes on library creation it would be convenient to be able to submit bibcodes when you post to libraries to create a new library cutting out a second request to documents to add things to the library
1
57,467
3,082,015,477
IssuesEvent
2015-08-23 09:53:56
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
closed
Убрать вывод диалога медиаинформации при двойном клике
bug imported Priority-Medium
_From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on April 08, 2013 20:32:50_ http://www.flylinkdc.ru/2013/03/flylinkdc-r502-beta74-build-13460.html "Ребята! Пожалуйста верните скачивание одиночных файлов по двойному клику! Пересмотрел все настройки... Облазил интернет, а толку нет! Если можно, то сделайте отдельный пункт в выпадающем меню: "Просмотреть инфорамацию о файле". Иногда это бывает нужно, но не всегда. Смотреть каждый раз инфу о файле, и совершать лишний клик - нет нужды. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=987_
1.0
Убрать вывод диалога медиаинформации при двойном клике - _From [Pavel.Pimenov@gmail.com](https://code.google.com/u/Pavel.Pimenov@gmail.com/) on April 08, 2013 20:32:50_ http://www.flylinkdc.ru/2013/03/flylinkdc-r502-beta74-build-13460.html "Ребята! Пожалуйста верните скачивание одиночных файлов по двойному клику! Пересмотрел все настройки... Облазил интернет, а толку нет! Если можно, то сделайте отдельный пункт в выпадающем меню: "Просмотреть инфорамацию о файле". Иногда это бывает нужно, но не всегда. Смотреть каждый раз инфу о файле, и совершать лишний клик - нет нужды. _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=987_
priority
убрать вывод диалога медиаинформации при двойном клике from on april ребята пожалуйста верните скачивание одиночных файлов по двойному клику пересмотрел все настройки облазил интернет а толку нет если можно то сделайте отдельный пункт в выпадающем меню просмотреть инфорамацию о файле иногда это бывает нужно но не всегда смотреть каждый раз инфу о файле и совершать лишний клик нет нужды original issue
1
361,746
10,719,796,513
IssuesEvent
2019-10-26 13:02:46
AY1920S1-CS2113T-T12-1/main
https://api.github.com/repos/AY1920S1-CS2113T-T12-1/main
closed
As a user I want to reassign seats booked by customers
priority.Medium type.Story
... so that I can fulfill customer's request to change seats
1.0
As a user I want to reassign seats booked by customers - ... so that I can fulfill customer's request to change seats
priority
as a user i want to reassign seats booked by customers so that i can fulfill customer s request to change seats
1
182,956
6,675,869,136
IssuesEvent
2017-10-05 01:08:34
mreishman/Log-Hog
https://api.github.com/repos/mreishman/Log-Hog
opened
- [ ] Notification bubble for count of messages(per tab)
enhancement Priority - 3 - Medium
- [ ] Notification bubble for count of messages(per tab) - [ ] —— option for bubble, side bar or full (no count / count)
1.0
- [ ] Notification bubble for count of messages(per tab) - - [ ] Notification bubble for count of messages(per tab) - [ ] —— option for bubble, side bar or full (no count / count)
priority
notification bubble for count of messages per tab notification bubble for count of messages per tab —— option for bubble side bar or full no count count
1
250,929
7,992,823,386
IssuesEvent
2018-07-20 04:02:39
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :187073] Null pointer dereferences in /subsys/net/ip/utils.c
Coverity area: Networking bug priority: medium
Static code scan issues seen in File: /subsys/net/ip/utils.c Category: Null pointer dereferences Function: net_addr_pton Component: Networking CID: 187073 Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
1.0
[Coverity CID :187073] Null pointer dereferences in /subsys/net/ip/utils.c - Static code scan issues seen in File: /subsys/net/ip/utils.c Category: Null pointer dereferences Function: net_addr_pton Component: Networking CID: 187073 Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
priority
null pointer dereferences in subsys net ip utils c static code scan issues seen in file subsys net ip utils c category null pointer dereferences function net addr pton component networking cid please fix or provide comments to square it off in coverity in the link
1
10,002
2,610,021,951
IssuesEvent
2015-02-26 18:03:55
Metaswitch/gemini
https://api.github.com/repos/Metaswitch/gemini
opened
g.3gpp.ics media feature tag rendering is wrong
bug cat:easy medium-priority
When used in Accept-Contact/Contact/Reject-Contact headers, media tags are rendered with a leading ‘+’: `Accept-Contact: *;+g.3gpp.ics` Gemini does not include the ‘+’, it should.
1.0
g.3gpp.ics media feature tag rendering is wrong - When used in Accept-Contact/Contact/Reject-Contact headers, media tags are rendered with a leading ‘+’: `Accept-Contact: *;+g.3gpp.ics` Gemini does not include the ‘+’, it should.
priority
g ics media feature tag rendering is wrong when used in accept contact contact reject contact headers media tags are rendered with a leading ‘ ’ accept contact g ics gemini does not include the ‘ ’ it should
1
555,988
16,472,653,253
IssuesEvent
2021-05-23 18:22:34
kir-dev/tanulo-next
https://api.github.com/repos/kir-dev/tanulo-next
closed
Bump easymde version
dependencies good first issue medium priority
We use this from CDN so we have to manually update the version every time.
1.0
Bump easymde version - We use this from CDN so we have to manually update the version every time.
priority
bump easymde version we use this from cdn so we have to manually update the version every time
1
544,547
15,894,490,020
IssuesEvent
2021-04-11 10:20:48
AY2021S2-CS2103T-W15-3/tp
https://api.github.com/repos/AY2021S2-CS2103T-W15-3/tp
closed
[PE-D] When I edit the name of an ingredient, the name does not change in the order.
bug priority.Medium
When I edit the name of an ingredient to something else, the name of that ingredient should also change in the orders containing those ingredients. However, this does not happen. For example, I edited the name an ingredient called Chicken Wings to Wing. However, the orders still show that ingredient as Chicken Wings. This will be very confusing for the users. This is the edited ingredient: ![image.png](https://raw.githubusercontent.com/simran-bhadani3/ped/main/files/c7e182ae-6822-4c65-9ed4-f0bceff24c83.png) This is the screenshot of how the orders look after editing the ingredient name to Wing from Chicken wings: ![image.png](https://raw.githubusercontent.com/simran-bhadani3/ped/main/files/31f9b339-16d2-43a9-abe1-948052732326.png) <!--session: 1617429865863-fd1b9681-5db8-42a5-8d26-2ea061c5ecb4--> ------------- Labels: `severity.Medium` `type.FunctionalityBug` original: simran-bhadani3/ped#9
1.0
[PE-D] When I edit the name of an ingredient, the name does not change in the order. - When I edit the name of an ingredient to something else, the name of that ingredient should also change in the orders containing those ingredients. However, this does not happen. For example, I edited the name an ingredient called Chicken Wings to Wing. However, the orders still show that ingredient as Chicken Wings. This will be very confusing for the users. This is the edited ingredient: ![image.png](https://raw.githubusercontent.com/simran-bhadani3/ped/main/files/c7e182ae-6822-4c65-9ed4-f0bceff24c83.png) This is the screenshot of how the orders look after editing the ingredient name to Wing from Chicken wings: ![image.png](https://raw.githubusercontent.com/simran-bhadani3/ped/main/files/31f9b339-16d2-43a9-abe1-948052732326.png) <!--session: 1617429865863-fd1b9681-5db8-42a5-8d26-2ea061c5ecb4--> ------------- Labels: `severity.Medium` `type.FunctionalityBug` original: simran-bhadani3/ped#9
priority
when i edit the name of an ingredient the name does not change in the order when i edit the name of an ingredient to something else the name of that ingredient should also change in the orders containing those ingredients however this does not happen for example i edited the name an ingredient called chicken wings to wing however the orders still show that ingredient as chicken wings this will be very confusing for the users this is the edited ingredient this is the screenshot of how the orders look after editing the ingredient name to wing from chicken wings labels severity medium type functionalitybug original simran ped
1
501,142
14,522,106,598
IssuesEvent
2020-12-14 08:22:48
CHOMPStation2/CHOMPStation2
https://api.github.com/repos/CHOMPStation2/CHOMPStation2
closed
Port Teshari security cloak armor and add armor for security pancho
CHOMPStation Content Medium Priority
- [ ] Port https://github.com/CHOMPstation/CHOMPstation/pull/690 - [ ] Add armor values to security poncho.
1.0
Port Teshari security cloak armor and add armor for security pancho - - [ ] Port https://github.com/CHOMPstation/CHOMPstation/pull/690 - [ ] Add armor values to security poncho.
priority
port teshari security cloak armor and add armor for security pancho port add armor values to security poncho
1
372,219
11,011,074,644
IssuesEvent
2019-12-04 15:40:52
derlem/kanarya
https://api.github.com/repos/derlem/kanarya
opened
Development of front-end for web application
Frontend Priority: Medium Status: In Progress
We can track the status of frontend of our web application in this thread
1.0
Development of front-end for web application - We can track the status of frontend of our web application in this thread
priority
development of front end for web application we can track the status of frontend of our web application in this thread
1
37,908
2,832,293,983
IssuesEvent
2015-05-25 06:35:26
lua-carbon/carbon
https://api.github.com/repos/lua-carbon/carbon
opened
Decorators
difficulty:medium feature priority:medium
It would be nice to have some sort of decorator syntax for methods. It would integrate with some of the other proposals potentially. ```lua @deprecated function foo() -- Throws deprecated warning once end @custom_decorator function bar() -- Does some sort of custom behavior end ```
1.0
Decorators - It would be nice to have some sort of decorator syntax for methods. It would integrate with some of the other proposals potentially. ```lua @deprecated function foo() -- Throws deprecated warning once end @custom_decorator function bar() -- Does some sort of custom behavior end ```
priority
decorators it would be nice to have some sort of decorator syntax for methods it would integrate with some of the other proposals potentially lua deprecated function foo throws deprecated warning once end custom decorator function bar does some sort of custom behavior end
1
392,735
11,595,185,078
IssuesEvent
2020-02-24 16:33:32
waltster/Ernest
https://api.github.com/repos/waltster/Ernest
opened
Voxel Sprites
enhancement entity priority: medium to-do
Add support for voxel sprites in the game for characters and entities. The sprites will be 32 voxels tall by 16 voxels wide, by 4 voxels deep. - [ ] Voxel sprites should be able to be edited in a model editor - [ ] A simple JSON format: - [ ] Name/Identifier - [ ] Block and block data in string format - [ ] Animations: - [ ] Animation name - [ ] Animation block data in string format
1.0
Voxel Sprites - Add support for voxel sprites in the game for characters and entities. The sprites will be 32 voxels tall by 16 voxels wide, by 4 voxels deep. - [ ] Voxel sprites should be able to be edited in a model editor - [ ] A simple JSON format: - [ ] Name/Identifier - [ ] Block and block data in string format - [ ] Animations: - [ ] Animation name - [ ] Animation block data in string format
priority
voxel sprites add support for voxel sprites in the game for characters and entities the sprites will be voxels tall by voxels wide by voxels deep voxel sprites should be able to be edited in a model editor a simple json format name identifier block and block data in string format animations animation name animation block data in string format
1
466,907
13,436,729,662
IssuesEvent
2020-09-07 14:48:23
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
Challenge tags are not converted to normal tags after a Challenge link is broken
priority: medium section: Challenges: all section: Challenges: other section: Task Page status: issue: in progress status: needs reply type: medium level coding
When a Challenge ends (or is deleted) the associated tag should be converted to a normal tag and sorted properly in the tags dropdown. Currently, when a Challenge ends, the tag is still considered a Challenge tag and sorted incorrectly. Cleanup of #7569. You can visit that ticket to see the full history of discussion on this issue.
1.0
Challenge tags are not converted to normal tags after a Challenge link is broken - When a Challenge ends (or is deleted) the associated tag should be converted to a normal tag and sorted properly in the tags dropdown. Currently, when a Challenge ends, the tag is still considered a Challenge tag and sorted incorrectly. Cleanup of #7569. You can visit that ticket to see the full history of discussion on this issue.
priority
challenge tags are not converted to normal tags after a challenge link is broken when a challenge ends or is deleted the associated tag should be converted to a normal tag and sorted properly in the tags dropdown currently when a challenge ends the tag is still considered a challenge tag and sorted incorrectly cleanup of you can visit that ticket to see the full history of discussion on this issue
1
488,591
14,079,699,108
IssuesEvent
2020-11-04 15:12:08
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
opened
[BUG] Response schema conformance can't handle valid 204 responses
Difficulty: Medium Priority: High Spec: OpenAPI Type: Bug
Based on [this comment](https://github.com/schemathesis/schemathesis/issues/816#issuecomment-717395086) **Describe the bug** > What is the desired behaviour for a 204 No Content response? According to RCF2616 section 7.2.1, "any HTTP/1.1 message containing an entity-body SHOULD include a Content-Type header field defining the media type of that body." Conversely, the RFC does not suggest anywhere that an HTTP response without an entity-body is required to include a Content-Type. **To Reproduce** Steps to reproduce the behavior: 1. Pass a response without the "Content-Type" header to the `response_schema_conformance` check 2. Observe `Response is missing the `Content-Type` header` error **Expected behavior** If there is no media type defined in the schema and the received response, it should not raise any error. If the schema defines expected media types, then it should be required. If not - then the check is skipped.
1.0
[BUG] Response schema conformance can't handle valid 204 responses - Based on [this comment](https://github.com/schemathesis/schemathesis/issues/816#issuecomment-717395086) **Describe the bug** > What is the desired behaviour for a 204 No Content response? According to RCF2616 section 7.2.1, "any HTTP/1.1 message containing an entity-body SHOULD include a Content-Type header field defining the media type of that body." Conversely, the RFC does not suggest anywhere that an HTTP response without an entity-body is required to include a Content-Type. **To Reproduce** Steps to reproduce the behavior: 1. Pass a response without the "Content-Type" header to the `response_schema_conformance` check 2. Observe `Response is missing the `Content-Type` header` error **Expected behavior** If there is no media type defined in the schema and the received response, it should not raise any error. If the schema defines expected media types, then it should be required. If not - then the check is skipped.
priority
response schema conformance can t handle valid responses based on describe the bug what is the desired behaviour for a no content response according to section any http message containing an entity body should include a content type header field defining the media type of that body conversely the rfc does not suggest anywhere that an http response without an entity body is required to include a content type to reproduce steps to reproduce the behavior pass a response without the content type header to the response schema conformance check observe response is missing the content type header error expected behavior if there is no media type defined in the schema and the received response it should not raise any error if the schema defines expected media types then it should be required if not then the check is skipped
1
29,900
2,718,340,243
IssuesEvent
2015-04-12 06:40:25
codenameone/CodenameOne
https://api.github.com/repos/codenameone/CodenameOne
closed
Log should persist to the cloud & allow stripping
Priority-Medium Type-Enhancement
Original [issue 23](https://code.google.com/p/codenameone/issues/detail?id=23) created by codenameone on 2012-02-12T14:21:22.000Z: The codename one logging service should persist to the cloud and allow stripping of some logging data when building production versions. Logging to the cloud should allow debugging device builds more easily without setting up a build environment. Stripping should allow removing logging of non-critical log calls from a production application.
1.0
Log should persist to the cloud & allow stripping - Original [issue 23](https://code.google.com/p/codenameone/issues/detail?id=23) created by codenameone on 2012-02-12T14:21:22.000Z: The codename one logging service should persist to the cloud and allow stripping of some logging data when building production versions. Logging to the cloud should allow debugging device builds more easily without setting up a build environment. Stripping should allow removing logging of non-critical log calls from a production application.
priority
log should persist to the cloud allow stripping original created by codenameone on the codename one logging service should persist to the cloud and allow stripping of some logging data when building production versions logging to the cloud should allow debugging device builds more easily without setting up a build environment stripping should allow removing logging of non critical log calls from a production application
1
575,345
17,027,779,930
IssuesEvent
2021-07-03 22:59:38
Team-uMigrate/umigrate
https://api.github.com/repos/Team-uMigrate/umigrate
closed
App: Implement missing functionality in EditProfileView [BLOCKED BY 409]
high priority medium
There are some parts of the EditProfileView that is not working, such as changing a user's profile picture. We should ensure that all of the functionality in the EditProfileView works
1.0
App: Implement missing functionality in EditProfileView [BLOCKED BY 409] - There are some parts of the EditProfileView that is not working, such as changing a user's profile picture. We should ensure that all of the functionality in the EditProfileView works
priority
app implement missing functionality in editprofileview there are some parts of the editprofileview that is not working such as changing a user s profile picture we should ensure that all of the functionality in the editprofileview works
1
372,008
11,007,675,410
IssuesEvent
2019-12-04 09:01:38
OpenSRP/opensrp-client-chw-anc
https://api.github.com/repos/OpenSRP/opensrp-client-chw-anc
closed
Fix French string for Td vaccine on medical history page in ANC profile
Medium priority WCARO-specific bug
The translation for `VAT` was changed to `Td` in Transifex, yet in the medical history page, it's still showing as VAT. I can't find "VAT" anywhere in Transifex to change it to Td, so I think it might be a code issue. ![Screenshot_20191114-124712_CFC-RTM_-_Togo](https://user-images.githubusercontent.com/3488986/68845833-15b5da80-06dd-11ea-904f-65a054b6f2fa.jpg)
1.0
Fix French string for Td vaccine on medical history page in ANC profile - The translation for `VAT` was changed to `Td` in Transifex, yet in the medical history page, it's still showing as VAT. I can't find "VAT" anywhere in Transifex to change it to Td, so I think it might be a code issue. ![Screenshot_20191114-124712_CFC-RTM_-_Togo](https://user-images.githubusercontent.com/3488986/68845833-15b5da80-06dd-11ea-904f-65a054b6f2fa.jpg)
priority
fix french string for td vaccine on medical history page in anc profile the translation for vat was changed to td in transifex yet in the medical history page it s still showing as vat i can t find vat anywhere in transifex to change it to td so i think it might be a code issue
1
55,682
3,074,234,687
IssuesEvent
2015-08-20 05:18:30
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
opened
proper versioning
bug imported Priority-Medium
_From [toast.ro...@gmail.com](https://code.google.com/u/110717561849073200639/) on January 09, 2011 18:05:41_ Would be kinda nice if flylink actually had a versioning system that actually complied with actual standards https://secure.wikimedia.org/wikipedia/en/wiki/Software_versioning _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=283_
1.0
proper versioning - _From [toast.ro...@gmail.com](https://code.google.com/u/110717561849073200639/) on January 09, 2011 18:05:41_ Would be kinda nice if flylink actually had a versioning system that actually complied with actual standards https://secure.wikimedia.org/wikipedia/en/wiki/Software_versioning _Original issue: http://code.google.com/p/flylinkdc/issues/detail?id=283_
priority
proper versioning from on january would be kinda nice if flylink actually had a versioning system that actually complied with actual standards original issue
1
476,342
13,737,049,147
IssuesEvent
2020-10-05 12:40:19
openshift/odo
https://api.github.com/repos/openshift/odo
reopened
homebrew: move odo to homebrew-core
area/release-eng kind/cleanup lifecycle/rotten points/2 priority/Medium
Deprecate homebrew tap at kadel/homebrew-odo and move it to https://github.com/Homebrew/homebrew-core
1.0
homebrew: move odo to homebrew-core - Deprecate homebrew tap at kadel/homebrew-odo and move it to https://github.com/Homebrew/homebrew-core
priority
homebrew move odo to homebrew core deprecate homebrew tap at kadel homebrew odo and move it to
1
320,184
9,777,545,945
IssuesEvent
2019-06-07 09:24:31
conan-io/conan
https://api.github.com/repos/conan-io/conan
opened
Support references without user/channel
complex: medium priority: high type: feature type: look into
The idea would be to declare a "default user and default channel" so, for all the input references and all the output references (stdout) won't use the @user/channel. Here is a POC (not valid) where the user and channel is evaluated internally as `None`: https://github.com/lasote/conan/tree/feature/reference_default The task for the 1.17 would be to define the behavior (how to specify the default values, what are the default "default values" for the central repository)
1.0
Support references without user/channel - The idea would be to declare a "default user and default channel" so, for all the input references and all the output references (stdout) won't use the @user/channel. Here is a POC (not valid) where the user and channel is evaluated internally as `None`: https://github.com/lasote/conan/tree/feature/reference_default The task for the 1.17 would be to define the behavior (how to specify the default values, what are the default "default values" for the central repository)
priority
support references without user channel the idea would be to declare a default user and default channel so for all the input references and all the output references stdout won t use the user channel here is a poc not valid where the user and channel is evaluated internally as none the task for the would be to define the behavior how to specify the default values what are the default default values for the central repository
1
779,146
27,341,174,795
IssuesEvent
2023-02-26 20:16:06
CMU-313/spring23-nodebb-team-dj-kew
https://api.github.com/repos/CMU-313/spring23-nodebb-team-dj-kew
closed
US3 - Create a button "submit as private" that submits from as private.
(P0) high priority medium effort
US3 - As a student using NodeBB, I would like the ability to post privately so only instructors and myself can see the post and I can avoid committing AIV. Effort: Medium Depends on: #32 Milestone: Sprint 2 Acceptance Criteria: Pass lint/test and additional tests that ensure correctness and manually/visually test.
1.0
US3 - Create a button "submit as private" that submits from as private. - US3 - As a student using NodeBB, I would like the ability to post privately so only instructors and myself can see the post and I can avoid committing AIV. Effort: Medium Depends on: #32 Milestone: Sprint 2 Acceptance Criteria: Pass lint/test and additional tests that ensure correctness and manually/visually test.
priority
create a button submit as private that submits from as private as a student using nodebb i would like the ability to post privately so only instructors and myself can see the post and i can avoid committing aiv effort medium depends on milestone sprint acceptance criteria pass lint test and additional tests that ensure correctness and manually visually test
1
136,739
5,288,430,289
IssuesEvent
2017-02-08 15:07:36
dhis2/d2-ui
https://api.github.com/repos/dhis2/d2-ui
closed
Create distinction between relative and absolute url validators
enhancement priority:medium
OAuth and CORS urls need to be absolute urls (For CORS _/_ should also be allowed?) > Another thing with that one is and perhaps a couple others, we need a differentiation between absolute > and relative URL validators. > > Some fields require absolute urls and some might also accept relative paths.
1.0
Create distinction between relative and absolute url validators - OAuth and CORS urls need to be absolute urls (For CORS _/_ should also be allowed?) > Another thing with that one is and perhaps a couple others, we need a differentiation between absolute > and relative URL validators. > > Some fields require absolute urls and some might also accept relative paths.
priority
create distinction between relative and absolute url validators oauth and cors urls need to be absolute urls for cors should also be allowed another thing with that one is and perhaps a couple others we need a differentiation between absolute and relative url validators some fields require absolute urls and some might also accept relative paths
1
779,877
27,369,932,368
IssuesEvent
2023-02-27 22:26:18
owncloud/web
https://api.github.com/repos/owncloud/web
closed
tags can be create with only space as tag name
Type:Bug Priority:p3-medium
### Steps to reproduce 1. user creates a file `music` 2. navigate to `add or edit tag` 3. Enter a space new tag suggestion available 4. Can `Save` such tag ![tag](https://user-images.githubusercontent.com/54478846/218510231-f2fc55af-3318-42bf-a8a7-1cf864dc22b8.png) ![tag2](https://user-images.githubusercontent.com/54478846/218510408-4ad7ce36-2dc1-4331-ba9d-69c93366e10b.png) ### Expected behaviour tags name should not be spaces ### Actual behaviour double/triple space named tags can be created ### Question for developer 1. Is this actual behavior for tags? ### Environment general **Operating system**: ubuntu 20.04 **Backend (ownCloud Core or Infinite Scale)**: ocis **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... ### Environment ownCloud Infinite Scale **Version:** **Updated from an older Infinite Scale or fresh install:** master **Where did you install Infinite Scale from:** github
1.0
tags can be create with only space as tag name - ### Steps to reproduce 1. user creates a file `music` 2. navigate to `add or edit tag` 3. Enter a space new tag suggestion available 4. Can `Save` such tag ![tag](https://user-images.githubusercontent.com/54478846/218510231-f2fc55af-3318-42bf-a8a7-1cf864dc22b8.png) ![tag2](https://user-images.githubusercontent.com/54478846/218510408-4ad7ce36-2dc1-4331-ba9d-69c93366e10b.png) ### Expected behaviour tags name should not be spaces ### Actual behaviour double/triple space named tags can be created ### Question for developer 1. Is this actual behavior for tags? ### Environment general **Operating system**: ubuntu 20.04 **Backend (ownCloud Core or Infinite Scale)**: ocis **Are you using an external user-backend, if yes which one:** LDAP/ActiveDirectory/Webdav/... ### Environment ownCloud Infinite Scale **Version:** **Updated from an older Infinite Scale or fresh install:** master **Where did you install Infinite Scale from:** github
priority
tags can be create with only space as tag name steps to reproduce user creates a file music navigate to add or edit tag enter a space new tag suggestion available can save such tag expected behaviour tags name should not be spaces actual behaviour double triple space named tags can be created question for developer is this actual behavior for tags environment general operating system ubuntu backend owncloud core or infinite scale ocis are you using an external user backend if yes which one ldap activedirectory webdav environment owncloud infinite scale version updated from an older infinite scale or fresh install master where did you install infinite scale from github
1
226,814
7,523,214,239
IssuesEvent
2018-04-12 23:39:07
datproject/dat
https://api.github.com/repos/datproject/dat
closed
tell user if dat version is out of date
Priority: Medium Type: Enhancement
I like how yarn does this: <img width="617" alt="screen shot 2017-05-22 at 10 04 18" src="https://cloud.githubusercontent.com/assets/684965/26319992/15821cda-3ed6-11e7-9b79-882b47e63096.png">
1.0
tell user if dat version is out of date - I like how yarn does this: <img width="617" alt="screen shot 2017-05-22 at 10 04 18" src="https://cloud.githubusercontent.com/assets/684965/26319992/15821cda-3ed6-11e7-9b79-882b47e63096.png">
priority
tell user if dat version is out of date i like how yarn does this img width alt screen shot at src
1
236,703
7,752,109,744
IssuesEvent
2018-05-30 19:12:45
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[Suggestion] Add Admins info to World Save
Medium Priority Suggestion
If a Player is made an Admin and the world is used again, but in a different version the player has to ask the Server owner to be made Admin Again. Example: Hoary Marmot as this gets updated quite regularly and if we have been given Admin Rights we have to ask for them again when its updated but the world is still the same one. Don't Add it to user Info as quite often when testing i want my Character deleted from Server but when i join again as a new Player i don't want to have to ask again to be made Admin,
1.0
[Suggestion] Add Admins info to World Save - If a Player is made an Admin and the world is used again, but in a different version the player has to ask the Server owner to be made Admin Again. Example: Hoary Marmot as this gets updated quite regularly and if we have been given Admin Rights we have to ask for them again when its updated but the world is still the same one. Don't Add it to user Info as quite often when testing i want my Character deleted from Server but when i join again as a new Player i don't want to have to ask again to be made Admin,
priority
add admins info to world save if a player is made an admin and the world is used again but in a different version the player has to ask the server owner to be made admin again example hoary marmot as this gets updated quite regularly and if we have been given admin rights we have to ask for them again when its updated but the world is still the same one don t add it to user info as quite often when testing i want my character deleted from server but when i join again as a new player i don t want to have to ask again to be made admin
1
534,459
15,619,225,391
IssuesEvent
2021-03-20 03:39:03
AY2021S2-CS2103-T14-1/tp
https://api.github.com/repos/AY2021S2-CS2103-T14-1/tp
opened
As a power user, I can see the command history from previous sessions
priority.Medium type.Story
... so that I can use commands from previous sessions
1.0
As a power user, I can see the command history from previous sessions - ... so that I can use commands from previous sessions
priority
as a power user i can see the command history from previous sessions so that i can use commands from previous sessions
1
631,346
20,150,946,107
IssuesEvent
2022-02-09 12:20:00
ita-social-projects/horondi_client_be
https://api.github.com/repos/ita-social-projects/horondi_client_be
closed
Fix incorrect email message when trying to recover password
bug BackEnd priority: medium
When i trying to recover password, there is wrong email text: ![image](https://user-images.githubusercontent.com/36608907/129740616-177828a4-53ac-42d4-a4f4-6d6d5c633991.png)
1.0
Fix incorrect email message when trying to recover password - When i trying to recover password, there is wrong email text: ![image](https://user-images.githubusercontent.com/36608907/129740616-177828a4-53ac-42d4-a4f4-6d6d5c633991.png)
priority
fix incorrect email message when trying to recover password when i trying to recover password there is wrong email text
1
400,348
11,773,935,495
IssuesEvent
2020-03-16 08:28:55
luna/ide
https://api.github.com/repos/luna/ide
closed
It is not possible to rescale Enso Studio window with top window edge
Category: IDE Priority: Medium Status: Cannot Reproduce Type: Bug
<!-- Please ensure that you are using the latest version of BaseGL before reporting the bug! It may have been fixed since. --> ### General Summary <!-- - Please include a high-level description of your bug here. --> Rescaling the window is possible just by "catching" bottom or side edges. Top edge is inactive. ### Steps to Reproduce <!-- Please list the reproduction steps for your bug. --> Open Enso Studio Try to rescale window by grabbing the top edge ### Expected Result <!-- - A description of the results you expected from the reproduction steps. --> Rescaled Enso Studio window ### Actual Result <!-- - A description of what actually happens when you perform these steps. - Please include any error output if relevant. --> Nothing happens ### Luna Version <!-- - Please include the version of BaseGL you are using here. -->
1.0
It is not possible to rescale Enso Studio window with top window edge - <!-- Please ensure that you are using the latest version of BaseGL before reporting the bug! It may have been fixed since. --> ### General Summary <!-- - Please include a high-level description of your bug here. --> Rescaling the window is possible just by "catching" bottom or side edges. Top edge is inactive. ### Steps to Reproduce <!-- Please list the reproduction steps for your bug. --> Open Enso Studio Try to rescale window by grabbing the top edge ### Expected Result <!-- - A description of the results you expected from the reproduction steps. --> Rescaled Enso Studio window ### Actual Result <!-- - A description of what actually happens when you perform these steps. - Please include any error output if relevant. --> Nothing happens ### Luna Version <!-- - Please include the version of BaseGL you are using here. -->
priority
it is not possible to rescale enso studio window with top window edge please ensure that you are using the latest version of basegl before reporting the bug it may have been fixed since general summary please include a high level description of your bug here rescaling the window is possible just by catching bottom or side edges top edge is inactive steps to reproduce please list the reproduction steps for your bug open enso studio try to rescale window by grabbing the top edge expected result a description of the results you expected from the reproduction steps rescaled enso studio window actual result a description of what actually happens when you perform these steps please include any error output if relevant nothing happens luna version please include the version of basegl you are using here
1
402,636
11,812,265,030
IssuesEvent
2020-03-19 19:49:08
seccomp/libseccomp
https://api.github.com/repos/seccomp/libseccomp
closed
BUG: compatibility with openmp
bug priority/medium
The non-deterministic nature of multi-threading makes this one hard to debug, but I think, I have arrived at a rather reproducible test case [seccomp_omp.c.gz](https://github.com/seccomp/libseccomp/files/1271957/seccomp_omp.c.gz). Compile the program with `-O0 -ggdb -fopenmp`. If we execute it with just one thread and let it do the forbidden syscall, the program dies as expected. $ ./seccomp_omp -t 1 -k 0 86195973 [1] 10103 invalid system call (core dumped) ./seccomp_omp -t 1 -k 0 However, given more threads it just ceases to function. $ ./seccomp_omp -t 2 -k 0 86198868 86195973 86200317 ^C The program doesn't get killed, it just stops doing anything, at all. I am at a loss what happened to the SIGSYS signal, and why it doesn't get handled? This might not be a libseccomp issue at all, but I am not proficient enough with seccomp, signals and the threading system in general to debug the root cause. Hope you can make some sense of it.
1.0
BUG: compatibility with openmp - The non-deterministic nature of multi-threading makes this one hard to debug, but I think, I have arrived at a rather reproducible test case [seccomp_omp.c.gz](https://github.com/seccomp/libseccomp/files/1271957/seccomp_omp.c.gz). Compile the program with `-O0 -ggdb -fopenmp`. If we execute it with just one thread and let it do the forbidden syscall, the program dies as expected. $ ./seccomp_omp -t 1 -k 0 86195973 [1] 10103 invalid system call (core dumped) ./seccomp_omp -t 1 -k 0 However, given more threads it just ceases to function. $ ./seccomp_omp -t 2 -k 0 86198868 86195973 86200317 ^C The program doesn't get killed, it just stops doing anything, at all. I am at a loss what happened to the SIGSYS signal, and why it doesn't get handled? This might not be a libseccomp issue at all, but I am not proficient enough with seccomp, signals and the threading system in general to debug the root cause. Hope you can make some sense of it.
priority
bug compatibility with openmp the non deterministic nature of multi threading makes this one hard to debug but i think i have arrived at a rather reproducible test case compile the program with ggdb fopenmp if we execute it with just one thread and let it do the forbidden syscall the program dies as expected seccomp omp t k invalid system call core dumped seccomp omp t k however given more threads it just ceases to function seccomp omp t k c the program doesn t get killed it just stops doing anything at all i am at a loss what happened to the sigsys signal and why it doesn t get handled this might not be a libseccomp issue at all but i am not proficient enough with seccomp signals and the threading system in general to debug the root cause hope you can make some sense of it
1
25,855
2,684,013,467
IssuesEvent
2015-03-28 15:31:36
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
Ошибки Drag&Drop в коммандную строку
1 star bug imported Priority-Medium
_From [pavel.ko...@gmail.com](https://code.google.com/u/105509565852138036275/) on July 06, 2011 20:50:32_ Ошибки Drag&Drop в коммандную строку: (1) При Drag&Drop файла с панели FAR обрезается последний символ. Например, перетаскиваю "D:\think.htm", в строке появляется "D:\think.ht ". (2) Перетаскиваю любой файл с рабочего стола или любой папки из "Библиотеки" - crash. Операционная система Win 7 Домашняя Расширенная. ConEmu 110629 x86 _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=411_
1.0
Ошибки Drag&Drop в коммандную строку - _From [pavel.ko...@gmail.com](https://code.google.com/u/105509565852138036275/) on July 06, 2011 20:50:32_ Ошибки Drag&Drop в коммандную строку: (1) При Drag&Drop файла с панели FAR обрезается последний символ. Например, перетаскиваю "D:\think.htm", в строке появляется "D:\think.ht ". (2) Перетаскиваю любой файл с рабочего стола или любой папки из "Библиотеки" - crash. Операционная система Win 7 Домашняя Расширенная. ConEmu 110629 x86 _Original issue: http://code.google.com/p/conemu-maximus5/issues/detail?id=411_
priority
ошибки drag drop в коммандную строку from on july ошибки drag drop в коммандную строку при drag drop файла с панели far обрезается последний символ например перетаскиваю d think htm в строке появляется d think ht перетаскиваю любой файл с рабочего стола или любой папки из библиотеки crash операционная система win домашняя расширенная conemu original issue
1
491,727
14,170,082,827
IssuesEvent
2020-11-12 14:05:51
nomadjimbob/mikio
https://api.github.com/repos/nomadjimbob/mikio
closed
Use Full TOC breaks under Hogsfather
Category: Bug Fix Priority: Medium Resolution: Cannot Fix
When displayed in a narrow viewport, it can break the layout or be displayed offscreen
1.0
Use Full TOC breaks under Hogsfather - When displayed in a narrow viewport, it can break the layout or be displayed offscreen
priority
use full toc breaks under hogsfather when displayed in a narrow viewport it can break the layout or be displayed offscreen
1
700,244
24,052,472,258
IssuesEvent
2022-09-16 13:57:42
rodriquelca/dunamis-jform
https://api.github.com/repos/rodriquelca/dunamis-jform
closed
Max Date Property for DateTime and Date Picker Components
feature medium priority simple
**Description** Two components need a maximum date to be specified: * DateTime * Date Picker **Additional information** From the [PM3 wiki:](https://wiki.processmaker.com/3.2/Datetime_Control) Defines the latest valid date that will be available in the date picker when the form is rendered. The property can be set in the control properties (using the date picker) or by using a variable to define the value @@MaxDate. **Screenshot**
1.0
Max Date Property for DateTime and Date Picker Components - **Description** Two components need a maximum date to be specified: * DateTime * Date Picker **Additional information** From the [PM3 wiki:](https://wiki.processmaker.com/3.2/Datetime_Control) Defines the latest valid date that will be available in the date picker when the form is rendered. The property can be set in the control properties (using the date picker) or by using a variable to define the value @@MaxDate. **Screenshot**
priority
max date property for datetime and date picker components description two components need a maximum date to be specified datetime date picker additional information from the defines the latest valid date that will be available in the date picker when the form is rendered the property can be set in the control properties using the date picker or by using a variable to define the value maxdate screenshot
1
270,100
8,452,316,687
IssuesEvent
2018-10-20 02:13:28
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
math: Provide sugar method for Isometry3d / RigidTransform from xyz + rpy
priority: medium team: dynamics
Hitting the rule of 3 here: https://github.com/RobotLocomotion/drake/pull/9677 The current usage of `RollPitchYaw` + `RotationMatrix` + `RigidTransform` is concise, but verbose. ~I don't want to modify the existing methods for sugar; rather, I just want a simple free-floating method.~ ~It will start out as `Isometry3`. It can transition to `RigidTransform` once it's fully supported in all of `MultibodyPlant`.~ See #9684. \cc @amcastro-tri @sammy-tri @mitiguy
1.0
math: Provide sugar method for Isometry3d / RigidTransform from xyz + rpy - Hitting the rule of 3 here: https://github.com/RobotLocomotion/drake/pull/9677 The current usage of `RollPitchYaw` + `RotationMatrix` + `RigidTransform` is concise, but verbose. ~I don't want to modify the existing methods for sugar; rather, I just want a simple free-floating method.~ ~It will start out as `Isometry3`. It can transition to `RigidTransform` once it's fully supported in all of `MultibodyPlant`.~ See #9684. \cc @amcastro-tri @sammy-tri @mitiguy
priority
math provide sugar method for rigidtransform from xyz rpy hitting the rule of here the current usage of rollpitchyaw rotationmatrix rigidtransform is concise but verbose i don t want to modify the existing methods for sugar rather i just want a simple free floating method it will start out as it can transition to rigidtransform once it s fully supported in all of multibodyplant see cc amcastro tri sammy tri mitiguy
1
20,638
2,622,855,384
IssuesEvent
2015-03-04 08:07:27
max99x/pagemon-chrome-ext
https://api.github.com/repos/max99x/pagemon-chrome-ext
closed
Email Notification
auto-migrated Priority-Medium
``` Email Notificiations rather than Desktop ``` Original issue reported on code.google.com by `patrickj...@gmail.com` on 17 Feb 2015 at 6:08 * Merged into: #75
1.0
Email Notification - ``` Email Notificiations rather than Desktop ``` Original issue reported on code.google.com by `patrickj...@gmail.com` on 17 Feb 2015 at 6:08 * Merged into: #75
priority
email notification email notificiations rather than desktop original issue reported on code google com by patrickj gmail com on feb at merged into
1
248,683
7,934,988,739
IssuesEvent
2018-07-09 01:46:38
zhengqunkoo/taxibros
https://api.github.com/repos/zhengqunkoo/taxibros
closed
Locations.objects.get raises error due to multiple objects.
Priority: Medium bug
Note that all Location objects have a unique primary key, that is the `roadID`. Here is snipped output of `daemons.convert.ConvertLocationRecords`. ``` Percentage of coordinates without coresponding location: 0.0% Error in finding coordinate: get() returned more than one Location -- it returned 10082! (1.352083, 103.819836) <snip> Success! ``` By analyzing with `sqlitebrowser`, here are the interpretation of coordinates. `(1.352083, 103.819836)` road_name="Unnamed Road" The rest of the snipped coordinates correspond to postal codes of large buildings, that span muiltiple roads.
1.0
Locations.objects.get raises error due to multiple objects. - Note that all Location objects have a unique primary key, that is the `roadID`. Here is snipped output of `daemons.convert.ConvertLocationRecords`. ``` Percentage of coordinates without coresponding location: 0.0% Error in finding coordinate: get() returned more than one Location -- it returned 10082! (1.352083, 103.819836) <snip> Success! ``` By analyzing with `sqlitebrowser`, here are the interpretation of coordinates. `(1.352083, 103.819836)` road_name="Unnamed Road" The rest of the snipped coordinates correspond to postal codes of large buildings, that span muiltiple roads.
priority
locations objects get raises error due to multiple objects note that all location objects have a unique primary key that is the roadid here is snipped output of daemons convert convertlocationrecords percentage of coordinates without coresponding location error in finding coordinate get returned more than one location it returned success by analyzing with sqlitebrowser here are the interpretation of coordinates road name unnamed road the rest of the snipped coordinates correspond to postal codes of large buildings that span muiltiple roads
1
95,500
3,952,509,434
IssuesEvent
2016-04-29 09:09:18
Vannevelj/VSDiagnostics
https://api.github.com/repos/Vannevelj/VSDiagnostics
closed
Implement SwitchStatementWithoutDefaultBlock
priority - medium type - feature
`switch` statements their `default` block is optional but I believe it should always be included, at the very least to indicate in what scenario none of the `case` blocks would have been hit. I would suggest to add a code fix that adds the following block (or a similar message): default: // This should or shouldn't get hit because..
1.0
Implement SwitchStatementWithoutDefaultBlock - `switch` statements their `default` block is optional but I believe it should always be included, at the very least to indicate in what scenario none of the `case` blocks would have been hit. I would suggest to add a code fix that adds the following block (or a similar message): default: // This should or shouldn't get hit because..
priority
implement switchstatementwithoutdefaultblock switch statements their default block is optional but i believe it should always be included at the very least to indicate in what scenario none of the case blocks would have been hit i would suggest to add a code fix that adds the following block or a similar message default this should or shouldn t get hit because
1
508,060
14,689,122,411
IssuesEvent
2021-01-02 07:38:40
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
opened
Reduce memory usage for large schemas
Difficulty: Medium Priority: Low Spec: OpenAPI Type: Enhancement
Schemathesis consumes too much memory for extra-large schemas like this one - https://raw.githubusercontent.com/APIs-guru/openapi-directory/master/APIs/microsoft.com/graph/1.0.1/openapi.yaml. There are ~5500 operations, and it is somehow expected that it will take a lot, but I think that it can be significantly reduced for our own runner. At the moment, the runner generates all strategies upfront in both single and multiple workers scenarios. But actually, it can generate only what is needed at the moment. Also, getting the total number of operations involves computing all of them - also not needed.
1.0
Reduce memory usage for large schemas - Schemathesis consumes too much memory for extra-large schemas like this one - https://raw.githubusercontent.com/APIs-guru/openapi-directory/master/APIs/microsoft.com/graph/1.0.1/openapi.yaml. There are ~5500 operations, and it is somehow expected that it will take a lot, but I think that it can be significantly reduced for our own runner. At the moment, the runner generates all strategies upfront in both single and multiple workers scenarios. But actually, it can generate only what is needed at the moment. Also, getting the total number of operations involves computing all of them - also not needed.
priority
reduce memory usage for large schemas schemathesis consumes too much memory for extra large schemas like this one there are operations and it is somehow expected that it will take a lot but i think that it can be significantly reduced for our own runner at the moment the runner generates all strategies upfront in both single and multiple workers scenarios but actually it can generate only what is needed at the moment also getting the total number of operations involves computing all of them also not needed
1
528,963
15,378,027,612
IssuesEvent
2021-03-02 17:47:57
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
opened
Ability to set up asynchronous replication by keyspace/database vs table at a time.
area/docdb kind/enhancement priority/medium
For customers who have a large amount of tables that need to have asynchronous replication set up it can be very time consuming to have to set this up table by table. so it would be good if we could specify they at a higher level for both the SQL and CQL api's.
1.0
Ability to set up asynchronous replication by keyspace/database vs table at a time. - For customers who have a large amount of tables that need to have asynchronous replication set up it can be very time consuming to have to set this up table by table. so it would be good if we could specify they at a higher level for both the SQL and CQL api's.
priority
ability to set up asynchronous replication by keyspace database vs table at a time for customers who have a large amount of tables that need to have asynchronous replication set up it can be very time consuming to have to set this up table by table so it would be good if we could specify they at a higher level for both the sql and cql api s
1
633,511
20,257,209,323
IssuesEvent
2022-02-15 01:11:55
adirh3/Fluent-Search
https://api.github.com/repos/adirh3/Fluent-Search
closed
missing input various in `Parse JSON`
bug Medium Priority
**Describe the bug** missing input various in `Parse JSON` **To Reproduce** Steps to reproduce the behavior: 1. Go to `tasks` 2. add `Parse JSON` 3. see error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ![图片](https://user-images.githubusercontent.com/93647031/153787694-17c6429a-72cb-4457-98ef-8c8cdc87d59a.png) **Desktop (please complete the following information):** - Windows 11 Version: 21H2 - Fluent Search Version 0.9.91.15 **Additional context** Add any other context about the problem here.
1.0
missing input various in `Parse JSON` - **Describe the bug** missing input various in `Parse JSON` **To Reproduce** Steps to reproduce the behavior: 1. Go to `tasks` 2. add `Parse JSON` 3. see error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** ![图片](https://user-images.githubusercontent.com/93647031/153787694-17c6429a-72cb-4457-98ef-8c8cdc87d59a.png) **Desktop (please complete the following information):** - Windows 11 Version: 21H2 - Fluent Search Version 0.9.91.15 **Additional context** Add any other context about the problem here.
priority
missing input various in parse json describe the bug missing input various in parse json to reproduce steps to reproduce the behavior go to tasks add parse json see error expected behavior a clear and concise description of what you expected to happen screenshots desktop please complete the following information windows version fluent search version additional context add any other context about the problem here
1
642,303
20,883,856,597
IssuesEvent
2022-03-23 01:20:46
openvinotoolkit/openvino
https://api.github.com/repos/openvinotoolkit/openvino
closed
Inference Engine Initialization
category: CPU effort: ∞ feature optimization priority: medium
Hi! I noticed that the part "Loading the Model to the Device" takes up a lot of time. I need to perform series of inference requests so I am trying to initialize the model once. Is there a way to save the values? (For example: ExecutableNetwork network)
1.0
Inference Engine Initialization - Hi! I noticed that the part "Loading the Model to the Device" takes up a lot of time. I need to perform series of inference requests so I am trying to initialize the model once. Is there a way to save the values? (For example: ExecutableNetwork network)
priority
inference engine initialization hi i noticed that the part loading the model to the device takes up a lot of time i need to perform series of inference requests so i am trying to initialize the model once is there a way to save the values for example executablenetwork network
1
695,719
23,869,804,229
IssuesEvent
2022-09-07 14:01:07
architectury/architectury-loom
https://api.github.com/repos/architectury/architectury-loom
closed
Overwrite mixin not remapping in forge correctly.
bug priority: medium
Mixins are being mapped to mojang srgs in development when they shouldnt. ``` Mixin apply failed debugify-common.mixins.json:client.mc148149.OperatingSystemMixin -> net.minecraft.util.Util$OperatingSystem: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException Overwrite target "m_137648_" was not located in target class net/minecraft/util/Util$OperatingSystem [ -> MAIN Applicator Phase -> debugify-common.mixins.json:client.mc148149.OperatingSystemMixin -> Apply Methods -> (Ljava/net/URI;)V:m_137648_] ``` Also, when building, it seems to not generate any sort of refmap entry. This could relate to 817bdb9 Here is my mixin ```java @Mixin(Util.OperatingSystem.class) public abstract class OperatingSystemMixin { @Shadow public abstract void open(URL url); @Overwrite public void open(URI uri) { CompletableFuture.runAsync(() -> { try { this.open(uri.toURL()); } catch (MalformedURLException e) { System.err.println("Couldn't open uri '" + uri + "'"); e.printStackTrace(); } }); } @Overwrite public void open(File file) { CompletableFuture.runAsync(() -> { try { this.open(file.toURI().toURL()); } catch (MalformedURLException e) { System.err.println("Couldn't open file '" + file + "'"); e.printStackTrace(); } }); } } ``` this works fine on fabric. This seems to be an issue with the `Overwrite` annotation. Using the equivelent with Inject at head with cancellable works fine
1.0
Overwrite mixin not remapping in forge correctly. - Mixins are being mapped to mojang srgs in development when they shouldnt. ``` Mixin apply failed debugify-common.mixins.json:client.mc148149.OperatingSystemMixin -> net.minecraft.util.Util$OperatingSystem: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException Overwrite target "m_137648_" was not located in target class net/minecraft/util/Util$OperatingSystem [ -> MAIN Applicator Phase -> debugify-common.mixins.json:client.mc148149.OperatingSystemMixin -> Apply Methods -> (Ljava/net/URI;)V:m_137648_] ``` Also, when building, it seems to not generate any sort of refmap entry. This could relate to 817bdb9 Here is my mixin ```java @Mixin(Util.OperatingSystem.class) public abstract class OperatingSystemMixin { @Shadow public abstract void open(URL url); @Overwrite public void open(URI uri) { CompletableFuture.runAsync(() -> { try { this.open(uri.toURL()); } catch (MalformedURLException e) { System.err.println("Couldn't open uri '" + uri + "'"); e.printStackTrace(); } }); } @Overwrite public void open(File file) { CompletableFuture.runAsync(() -> { try { this.open(file.toURI().toURL()); } catch (MalformedURLException e) { System.err.println("Couldn't open file '" + file + "'"); e.printStackTrace(); } }); } } ``` this works fine on fabric. This seems to be an issue with the `Overwrite` annotation. Using the equivelent with Inject at head with cancellable works fine
priority
overwrite mixin not remapping in forge correctly mixins are being mapped to mojang srgs in development when they shouldnt mixin apply failed debugify common mixins json client operatingsystemmixin net minecraft util util operatingsystem org spongepowered asm mixin transformer throwables invalidmixinexception overwrite target m was not located in target class net minecraft util util operatingsystem also when building it seems to not generate any sort of refmap entry this could relate to here is my mixin java mixin util operatingsystem class public abstract class operatingsystemmixin shadow public abstract void open url url overwrite public void open uri uri completablefuture runasync try this open uri tourl catch malformedurlexception e system err println couldn t open uri uri e printstacktrace overwrite public void open file file completablefuture runasync try this open file touri tourl catch malformedurlexception e system err println couldn t open file file e printstacktrace this works fine on fabric this seems to be an issue with the overwrite annotation using the equivelent with inject at head with cancellable works fine
1
520,142
15,080,454,482
IssuesEvent
2021-02-05 11:39:49
canonical-web-and-design/ubuntu.com
https://api.github.com/repos/canonical-web-and-design/ubuntu.com
closed
three vs four distributions
Priority: Medium
> Canonical brings the three most popular Ubuntu Server distributions to choose from - 14.04 LTS, 16.04 LTS, 18.04 LTS and 20.04 LTS. The page reports "three most popular" but then lists four releases. --- *Reported from: https://ubuntu.com/aws/pro*
1.0
three vs four distributions - > Canonical brings the three most popular Ubuntu Server distributions to choose from - 14.04 LTS, 16.04 LTS, 18.04 LTS and 20.04 LTS. The page reports "three most popular" but then lists four releases. --- *Reported from: https://ubuntu.com/aws/pro*
priority
three vs four distributions canonical brings the three most popular ubuntu server distributions to choose from lts lts lts and lts the page reports three most popular but then lists four releases reported from
1
127,775
5,039,235,389
IssuesEvent
2016-12-18 18:11:04
MarcusWolschon/osmeditor4android
https://api.github.com/repos/MarcusWolschon/osmeditor4android
closed
Highlight 'apply best preset' button when a match is available
auto-migrated Enhancement Medium Priority
``` On the tag editor screen there is a '+ abc' button to 'apply best preset' based on the current tags of the object. Whenever the tag editor is opened, or the tags for the object are changed the findBestPreset() method should be re-run to see if there is a preset matching (i.e. if pressing the button would actually apply a tagging preset. If so, the apply best preset button should be highlighted in some way to draw the users attention to it and inform them that a preset is available to save them typing. When editing in the field, I often forget to press the button and end up adding more tags then necessary manually before finally pressing it, or I forget it is there at all and do all the tags manually (potentially forgetting to fill in some fields that the preset would have prompted me for). Highlighting the button with something like a green background color would draw attention to it as soon as it lights up making it more likely to be used saving time, and helping the user gather more information that they might have forgotten to include. ``` Original issue reported on code.google.com by `andrew.r...@gmail.com` on 12 Dec 2014 at 2:17
1.0
Highlight 'apply best preset' button when a match is available - ``` On the tag editor screen there is a '+ abc' button to 'apply best preset' based on the current tags of the object. Whenever the tag editor is opened, or the tags for the object are changed the findBestPreset() method should be re-run to see if there is a preset matching (i.e. if pressing the button would actually apply a tagging preset. If so, the apply best preset button should be highlighted in some way to draw the users attention to it and inform them that a preset is available to save them typing. When editing in the field, I often forget to press the button and end up adding more tags then necessary manually before finally pressing it, or I forget it is there at all and do all the tags manually (potentially forgetting to fill in some fields that the preset would have prompted me for). Highlighting the button with something like a green background color would draw attention to it as soon as it lights up making it more likely to be used saving time, and helping the user gather more information that they might have forgotten to include. ``` Original issue reported on code.google.com by `andrew.r...@gmail.com` on 12 Dec 2014 at 2:17
priority
highlight apply best preset button when a match is available on the tag editor screen there is a abc button to apply best preset based on the current tags of the object whenever the tag editor is opened or the tags for the object are changed the findbestpreset method should be re run to see if there is a preset matching i e if pressing the button would actually apply a tagging preset if so the apply best preset button should be highlighted in some way to draw the users attention to it and inform them that a preset is available to save them typing when editing in the field i often forget to press the button and end up adding more tags then necessary manually before finally pressing it or i forget it is there at all and do all the tags manually potentially forgetting to fill in some fields that the preset would have prompted me for highlighting the button with something like a green background color would draw attention to it as soon as it lights up making it more likely to be used saving time and helping the user gather more information that they might have forgotten to include original issue reported on code google com by andrew r gmail com on dec at
1
56,844
3,081,207,373
IssuesEvent
2015-08-22 13:49:09
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
Game Lobby - Activate /mute
016 bug imported Priority-Medium
_From [karamazo...@gmail.com](https://code.google.com/u/111822155770525741650/) on February 22, 2011 16:06:37_ People can get really annoying and/or flood in the game lobby. Can we make /mute work there, as well as in game? _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=66_
1.0
Game Lobby - Activate /mute - _From [karamazo...@gmail.com](https://code.google.com/u/111822155770525741650/) on February 22, 2011 16:06:37_ People can get really annoying and/or flood in the game lobby. Can we make /mute work there, as well as in game? _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=66_
priority
game lobby activate mute from on february people can get really annoying and or flood in the game lobby can we make mute work there as well as in game original issue
1
778,320
27,311,294,386
IssuesEvent
2023-02-24 12:24:40
jellywallet/extension
https://api.github.com/repos/jellywallet/extension
closed
Validation UI glitch
Bug Priority: Medium
The validation summary makes the elements using more height. This pushes down the other elements and is not pleasing on the eyes. ![image](https://user-images.githubusercontent.com/25133399/219352580-b621e7f9-ba6c-4694-9d0c-d643e134000c.png)
1.0
Validation UI glitch - The validation summary makes the elements using more height. This pushes down the other elements and is not pleasing on the eyes. ![image](https://user-images.githubusercontent.com/25133399/219352580-b621e7f9-ba6c-4694-9d0c-d643e134000c.png)
priority
validation ui glitch the validation summary makes the elements using more height this pushes down the other elements and is not pleasing on the eyes
1
679,681
23,241,783,995
IssuesEvent
2022-08-03 16:11:41
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
[meshcat] Hydroelastic Contact Visualization
type: feature request priority: medium Epic component: geometry illustration
This issue documents the outstanding tasks to be completed to bring hydroelastic contact visualization in Meshcat to feature parity with DrakeVisualizer and beyond. This work has already started in #16913 and #17599 adding basic functionality visualizing contact patches and their corresponding force and moment vectors. ### Remaining Tasks - [ ] Use better shading for hydroelastic contact patches - [ ] Improve wireframe visualization - [ ] Global control of contact quantities - [ ] Add global color map normalization
1.0
[meshcat] Hydroelastic Contact Visualization - This issue documents the outstanding tasks to be completed to bring hydroelastic contact visualization in Meshcat to feature parity with DrakeVisualizer and beyond. This work has already started in #16913 and #17599 adding basic functionality visualizing contact patches and their corresponding force and moment vectors. ### Remaining Tasks - [ ] Use better shading for hydroelastic contact patches - [ ] Improve wireframe visualization - [ ] Global control of contact quantities - [ ] Add global color map normalization
priority
hydroelastic contact visualization this issue documents the outstanding tasks to be completed to bring hydroelastic contact visualization in meshcat to feature parity with drakevisualizer and beyond this work has already started in and adding basic functionality visualizing contact patches and their corresponding force and moment vectors remaining tasks use better shading for hydroelastic contact patches improve wireframe visualization global control of contact quantities add global color map normalization
1
150,390
5,765,791,023
IssuesEvent
2017-04-27 04:11:17
status-im/status-react
https://api.github.com/repos/status-im/status-react
closed
missing "new group" under + symbol
intermediate medium-priority
with "New Contact" , we also need "New Group" can leave for next release
1.0
missing "new group" under + symbol - with "New Contact" , we also need "New Group" can leave for next release
priority
missing new group under symbol with new contact we also need new group can leave for next release
1
629,416
20,032,420,901
IssuesEvent
2022-02-02 08:11:15
eclipse/dirigible
https://api.github.com/repos/eclipse/dirigible
opened
[IDE] Debugger - MJS files can't be debugged
bug component-ide web-ide priority-medium IDE
I've created a hello world ***.mjs** file with the following content: ```javascript import {response} from "@dirigible/http"; response.println("Hello World!"); response.flush(); response.close(); ``` After I switch to the **Debugger** perspective and select the file, I go through the following screens, if I hit the **Continue** button: ![debugger-continue-1](https://user-images.githubusercontent.com/4092083/152116107-c1bb2cdf-3f24-4509-81b7-cd06662e5437.png) ![debugger-continue-2](https://user-images.githubusercontent.com/4092083/152116113-d0386a81-68cf-44fb-8e55-b7cae4f5bc4a.png) ![debugger-continue-3](https://user-images.githubusercontent.com/4092083/152116114-670055ea-51c2-4c6a-9090-544bb9c0b4bc.png) However if I select multiple times the **Step Into** and/or **Step Over** buttons, then somehow I'm able to get to the following screen: ![debugger-step-over](https://user-images.githubusercontent.com/4092083/152116514-53946dc7-87c8-4d8a-bcd0-93e29fac2935.png)
1.0
[IDE] Debugger - MJS files can't be debugged - I've created a hello world ***.mjs** file with the following content: ```javascript import {response} from "@dirigible/http"; response.println("Hello World!"); response.flush(); response.close(); ``` After I switch to the **Debugger** perspective and select the file, I go through the following screens, if I hit the **Continue** button: ![debugger-continue-1](https://user-images.githubusercontent.com/4092083/152116107-c1bb2cdf-3f24-4509-81b7-cd06662e5437.png) ![debugger-continue-2](https://user-images.githubusercontent.com/4092083/152116113-d0386a81-68cf-44fb-8e55-b7cae4f5bc4a.png) ![debugger-continue-3](https://user-images.githubusercontent.com/4092083/152116114-670055ea-51c2-4c6a-9090-544bb9c0b4bc.png) However if I select multiple times the **Step Into** and/or **Step Over** buttons, then somehow I'm able to get to the following screen: ![debugger-step-over](https://user-images.githubusercontent.com/4092083/152116514-53946dc7-87c8-4d8a-bcd0-93e29fac2935.png)
priority
debugger mjs files can t be debugged i ve created a hello world mjs file with the following content javascript import response from dirigible http response println hello world response flush response close after i switch to the debugger perspective and select the file i go through the following screens if i hit the continue button however if i select multiple times the step into and or step over buttons then somehow i m able to get to the following screen
1
325,239
9,921,459,387
IssuesEvent
2019-06-30 18:26:18
momentum-mod/game
https://api.github.com/repos/momentum-mod/game
opened
Tool Assisted Speedrun Mode
Priority: Medium Size: Large Type: Enhancement Type: Feature
In this mode, players have practically all control over their run, being able to rewind and have frame-perfect strafes, jumps, etc. Being able to predict paths and have the most optimum run. Work has been started on this in the tas_wip branch but needs a heavy update and touchup.
1.0
Tool Assisted Speedrun Mode - In this mode, players have practically all control over their run, being able to rewind and have frame-perfect strafes, jumps, etc. Being able to predict paths and have the most optimum run. Work has been started on this in the tas_wip branch but needs a heavy update and touchup.
priority
tool assisted speedrun mode in this mode players have practically all control over their run being able to rewind and have frame perfect strafes jumps etc being able to predict paths and have the most optimum run work has been started on this in the tas wip branch but needs a heavy update and touchup
1
701,666
24,102,944,230
IssuesEvent
2022-09-20 03:46:08
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] DDL operations should cleanly handle failed Postgres syscatalog updates
kind/bug area/ysql priority/medium
Jira Link: [DB-2529](https://yugabyte.atlassian.net/browse/DB-2529) It can happen that Postgres system catalog updates related to a DDL operation fail after the YugaByte DDL operation is finished. Then the YSQL operation will fail as expected, but YugaByte's internal metadata may remain inconsistent (since the YugaByte operation succeeded): e.g. a failed `CREATE TABLE` command may leave around a YugaByte table in `DONE` state. The YugaByte operation should not be considered done until the Postgres catalog updates have finished.
1.0
[YSQL] DDL operations should cleanly handle failed Postgres syscatalog updates - Jira Link: [DB-2529](https://yugabyte.atlassian.net/browse/DB-2529) It can happen that Postgres system catalog updates related to a DDL operation fail after the YugaByte DDL operation is finished. Then the YSQL operation will fail as expected, but YugaByte's internal metadata may remain inconsistent (since the YugaByte operation succeeded): e.g. a failed `CREATE TABLE` command may leave around a YugaByte table in `DONE` state. The YugaByte operation should not be considered done until the Postgres catalog updates have finished.
priority
ddl operations should cleanly handle failed postgres syscatalog updates jira link it can happen that postgres system catalog updates related to a ddl operation fail after the yugabyte ddl operation is finished then the ysql operation will fail as expected but yugabyte s internal metadata may remain inconsistent since the yugabyte operation succeeded e g a failed create table command may leave around a yugabyte table in done state the yugabyte operation should not be considered done until the postgres catalog updates have finished
1
19,656
2,622,157,926
IssuesEvent
2015-03-04 00:08:50
byzhang/terrastore
https://api.github.com/repos/byzhang/terrastore
closed
Implement "matches" predicate condition.
auto-migrated Milestone-0.8.0 Priority-Medium Project-Terrastore Type-Feature
``` Implement a predicate condition to easily matche a document first level field against a provided value. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 13 Oct 2010 at 4:01 * Blocked on: #113
1.0
Implement "matches" predicate condition. - ``` Implement a predicate condition to easily matche a document first level field against a provided value. ``` Original issue reported on code.google.com by `sergio.b...@gmail.com` on 13 Oct 2010 at 4:01 * Blocked on: #113
priority
implement matches predicate condition implement a predicate condition to easily matche a document first level field against a provided value original issue reported on code google com by sergio b gmail com on oct at blocked on
1
596,868
18,149,309,711
IssuesEvent
2021-09-26 02:04:39
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Dropping materials after building an anchored object causes the client to freeze.
Type: Bug Priority: 1-Urgent Difficulty: 2-Medium Bug: Replicated
![image](https://user-images.githubusercontent.com/7907891/126883929-336ef00f-1e3d-48cc-832d-c2d19551eb0b.png) How to reproduce: - Get a stack of steel, enough that you can build a single girder and still have at least one steel left. - Go into the construction menu, and pick the "wall" option. Place the construction ghost. - Use the steel on the ghost to make a girder. - Drop the leftover steel stack. - The client will freeze, with above error repeating infinitely.
1.0
Dropping materials after building an anchored object causes the client to freeze. - ![image](https://user-images.githubusercontent.com/7907891/126883929-336ef00f-1e3d-48cc-832d-c2d19551eb0b.png) How to reproduce: - Get a stack of steel, enough that you can build a single girder and still have at least one steel left. - Go into the construction menu, and pick the "wall" option. Place the construction ghost. - Use the steel on the ghost to make a girder. - Drop the leftover steel stack. - The client will freeze, with above error repeating infinitely.
priority
dropping materials after building an anchored object causes the client to freeze how to reproduce get a stack of steel enough that you can build a single girder and still have at least one steel left go into the construction menu and pick the wall option place the construction ghost use the steel on the ghost to make a girder drop the leftover steel stack the client will freeze with above error repeating infinitely
1
52,244
3,022,447,287
IssuesEvent
2015-07-31 20:24:50
information-artifact-ontology/IAO
https://api.github.com/repos/information-artifact-ontology/IAO
closed
update measurement unit label
imported Priority-Medium Type-Term
_From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on March 04, 2009 12:09:45_ Hi, During the OBI workshop in Vancouver the OBI group identified some terms to be added/updated in IAO. If there is no objection this term will be updated in the IAO file on Tuesday March 10th. measurement unit label subclass of: label definition: measurement unit label is as a label that is part of a scalar measurement data item and denotes a unit of measure. editor note: instances of unit label would be drawn from the PATO units of measurement ontology or equivalent. definition source: Alan Ruttenberg definition source :GROUP:OBI" with an editor note "2009-xx-xx: work on this term has been finalized during the OBI workshop winter 2009" Melanie _Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=12_
1.0
update measurement unit label - _From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on March 04, 2009 12:09:45_ Hi, During the OBI workshop in Vancouver the OBI group identified some terms to be added/updated in IAO. If there is no objection this term will be updated in the IAO file on Tuesday March 10th. measurement unit label subclass of: label definition: measurement unit label is as a label that is part of a scalar measurement data item and denotes a unit of measure. editor note: instances of unit label would be drawn from the PATO units of measurement ontology or equivalent. definition source: Alan Ruttenberg definition source :GROUP:OBI" with an editor note "2009-xx-xx: work on this term has been finalized during the OBI workshop winter 2009" Melanie _Original issue: http://code.google.com/p/information-artifact-ontology/issues/detail?id=12_
priority
update measurement unit label from on march hi during the obi workshop in vancouver the obi group identified some terms to be added updated in iao if there is no objection this term will be updated in the iao file on tuesday march measurement unit label subclass of label definition measurement unit label is as a label that is part of a scalar measurement data item and denotes a unit of measure editor note instances of unit label would be drawn from the pato units of measurement ontology or equivalent definition source alan ruttenberg definition source group obi with an editor note xx xx work on this term has been finalized during the obi workshop winter melanie original issue
1
224,021
7,465,816,397
IssuesEvent
2018-04-02 07:16:37
samurailens/teedknow-issue-tracker
https://api.github.com/repos/samurailens/teedknow-issue-tracker
closed
Update and Cancel buttons are showing twice in particular scenario.
Priority: Medium
1. Login as Trainer 2. Click on My courses -> click on Create Batch 3. Click on Create Batch tab -> click on edit icon which is beside the course name ![image](https://user-images.githubusercontent.com/37771328/37957425-865485b8-31cb-11e8-8387-a1a9165f93f8.png) Notice that when user clicks on Edit button, Cancel and Update buttons are displaying. Please check the above screenshot. 4. Click on Update Batch info Issue – Cancel and update buttons are displaying twice. ![image](https://user-images.githubusercontent.com/37771328/37957518-c7a1eee8-31cb-11e8-8dea-981f71decb82.png)
1.0
Update and Cancel buttons are showing twice in particular scenario. - 1. Login as Trainer 2. Click on My courses -> click on Create Batch 3. Click on Create Batch tab -> click on edit icon which is beside the course name ![image](https://user-images.githubusercontent.com/37771328/37957425-865485b8-31cb-11e8-8387-a1a9165f93f8.png) Notice that when user clicks on Edit button, Cancel and Update buttons are displaying. Please check the above screenshot. 4. Click on Update Batch info Issue – Cancel and update buttons are displaying twice. ![image](https://user-images.githubusercontent.com/37771328/37957518-c7a1eee8-31cb-11e8-8dea-981f71decb82.png)
priority
update and cancel buttons are showing twice in particular scenario login as trainer click on my courses click on create batch click on create batch tab click on edit icon which is beside the course name notice that when user clicks on edit button cancel and update buttons are displaying please check the above screenshot click on update batch info issue – cancel and update buttons are displaying twice
1
728,742
25,091,076,419
IssuesEvent
2022-11-08 06:17:19
ProdigyPNP/ProdigyMathGameHacking
https://api.github.com/repos/ProdigyPNP/ProdigyMathGameHacking
closed
[B] Cheat Menu always loads from a static URL.
Is: Bug Priority: Medium Category: Cheat GUI Official
## Actual Behavior Cheat Menu always loads from a static URL. ## Expected Behavior Cheat Menu will load from the URL specified in P-NP. At ProdigyPNP/P-NP/[dist/util.js](https://github.com/ProdigyPNP/P-NP/blob/main/dist/util.js), line 18 and 19. ## Location At ProdigyPNP/ProdigyMathGameHacking/[willsCheatMenu/src/hacks/utility.ts](https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/a8d6e4d6cc75eca1e799042e219c86899b84c45f/willsCheatMenu/src/hacks/utility.ts), line 91. # I know the fix In P-NP, add another URL export at `[pnpDomain]/cheatmenu`. <br><br> In ProdigyMathGameHacking, load the cheat menu like this: javascript: ```js const cmu = // get the cheat menu URL from [pnpDomain]/cheatmenu (async () => { eval(await (await fetch(`${cmu}?updated=${Date.now()}`)).text()); // updated parameter is so browser ignores cached version })(); ```
1.0
[B] Cheat Menu always loads from a static URL. - ## Actual Behavior Cheat Menu always loads from a static URL. ## Expected Behavior Cheat Menu will load from the URL specified in P-NP. At ProdigyPNP/P-NP/[dist/util.js](https://github.com/ProdigyPNP/P-NP/blob/main/dist/util.js), line 18 and 19. ## Location At ProdigyPNP/ProdigyMathGameHacking/[willsCheatMenu/src/hacks/utility.ts](https://github.com/ProdigyPNP/ProdigyMathGameHacking/blob/a8d6e4d6cc75eca1e799042e219c86899b84c45f/willsCheatMenu/src/hacks/utility.ts), line 91. # I know the fix In P-NP, add another URL export at `[pnpDomain]/cheatmenu`. <br><br> In ProdigyMathGameHacking, load the cheat menu like this: javascript: ```js const cmu = // get the cheat menu URL from [pnpDomain]/cheatmenu (async () => { eval(await (await fetch(`${cmu}?updated=${Date.now()}`)).text()); // updated parameter is so browser ignores cached version })(); ```
priority
cheat menu always loads from a static url actual behavior cheat menu always loads from a static url expected behavior cheat menu will load from the url specified in p np at prodigypnp p np line and location at prodigypnp prodigymathgamehacking line i know the fix in p np add another url export at cheatmenu in prodigymathgamehacking load the cheat menu like this javascript js const cmu get the cheat menu url from cheatmenu async eval await await fetch cmu updated date now text updated parameter is so browser ignores cached version
1
150,846
5,792,171,320
IssuesEvent
2017-05-02 08:43:23
code-corps/code-corps-api
https://api.github.com/repos/code-corps/code-corps-api
closed
Add route to connect with GitHub
Difficulty: Medium Priority: High Size: M Skill: Elixir Skill: Phoenix
# Problem The client will use the [web application flow](https://developer.github.com/v3/oauth/#web-application-flow) to connect with github. This provides the client with a `code` parameter, which it posts to the server. We should add a `POST /github_connect` route and an action in the `UserController` which receives the code, calls a function to handle the API side of the flow, then signs in (to refresh) and renders the current user. The module which gets called, if not yet implemented as part of another issue, can be temporarily defined under `/lib/codecorps/github.ex`. If not yet implemented, the function should be temporarily written as: ```elixir defmodule CodeCorps.GitHub do @doc """ Temporary function until the actual behavior is implemented. """ def connect(user, _code), do: user end ``` The github connect action requires authentication. It calls `Guardian.Plug.current_resource` to retrieve the current user, then sends it, alongside the `code` parameter into the `CodeCorps.GitHub.connect` function. It receives back an `{:ok, user}` which can just be sent outwards, to be handled by `ja_resource`. ## Subtasks - [ ] Add the `POST /github_connect` route - [ ] Add the `UserController.github_connect/2` action. It - [ ] Add a user controller test for this action.
1.0
Add route to connect with GitHub - # Problem The client will use the [web application flow](https://developer.github.com/v3/oauth/#web-application-flow) to connect with github. This provides the client with a `code` parameter, which it posts to the server. We should add a `POST /github_connect` route and an action in the `UserController` which receives the code, calls a function to handle the API side of the flow, then signs in (to refresh) and renders the current user. The module which gets called, if not yet implemented as part of another issue, can be temporarily defined under `/lib/codecorps/github.ex`. If not yet implemented, the function should be temporarily written as: ```elixir defmodule CodeCorps.GitHub do @doc """ Temporary function until the actual behavior is implemented. """ def connect(user, _code), do: user end ``` The github connect action requires authentication. It calls `Guardian.Plug.current_resource` to retrieve the current user, then sends it, alongside the `code` parameter into the `CodeCorps.GitHub.connect` function. It receives back an `{:ok, user}` which can just be sent outwards, to be handled by `ja_resource`. ## Subtasks - [ ] Add the `POST /github_connect` route - [ ] Add the `UserController.github_connect/2` action. It - [ ] Add a user controller test for this action.
priority
add route to connect with github problem the client will use the to connect with github this provides the client with a code parameter which it posts to the server we should add a post github connect route and an action in the usercontroller which receives the code calls a function to handle the api side of the flow then signs in to refresh and renders the current user the module which gets called if not yet implemented as part of another issue can be temporarily defined under lib codecorps github ex if not yet implemented the function should be temporarily written as elixir defmodule codecorps github do doc temporary function until the actual behavior is implemented def connect user code do user end the github connect action requires authentication it calls guardian plug current resource to retrieve the current user then sends it alongside the code parameter into the codecorps github connect function it receives back an ok user which can just be sent outwards to be handled by ja resource subtasks add the post github connect route add the usercontroller github connect action it add a user controller test for this action
1
586,556
17,580,654,251
IssuesEvent
2021-08-16 06:55:30
TencentBlueKing/bk-iam-saas
https://api.github.com/repos/TencentBlueKing/bk-iam-saas
opened
[讨论] 无权限申请支持链式多系统批量申请
Priority: Medium Layer: Product Type: Discuss
`A -> B -> C` - 需要同时申请 A/B/C 三个系统的权限 - 目前的协议, 只支持申请一个系统的权限(无权限链式依赖, 只能透一级) - 目前的申请单, 只支持一个系统 -------- 需求: 多个系统链式调用, 补齐所有无权限的申请数据, 然后一次性提交, 批量申请
1.0
[讨论] 无权限申请支持链式多系统批量申请 - `A -> B -> C` - 需要同时申请 A/B/C 三个系统的权限 - 目前的协议, 只支持申请一个系统的权限(无权限链式依赖, 只能透一级) - 目前的申请单, 只支持一个系统 -------- 需求: 多个系统链式调用, 补齐所有无权限的申请数据, 然后一次性提交, 批量申请
priority
无权限申请支持链式多系统批量申请 a b c 需要同时申请 a b c 三个系统的权限 目前的协议 只支持申请一个系统的权限 无权限链式依赖 只能透一级 目前的申请单 只支持一个系统 需求 多个系统链式调用 补齐所有无权限的申请数据 然后一次性提交 批量申请
1
56,900
3,081,213,789
IssuesEvent
2015-08-22 13:57:26
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
closed
Window drifts across screen
016 bug imported Priority-Medium
_From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on September 06, 2011 10:58:38_ Try opening the game from the cmd line in windows, close it, and reopen. The window position has migrated down and to the right a bit. This should not be so! _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=123_
1.0
Window drifts across screen - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on September 06, 2011 10:58:38_ Try opening the game from the cmd line in windows, close it, and reopen. The window position has migrated down and to the right a bit. This should not be so! _Original issue: http://code.google.com/p/bitfighter/issues/detail?id=123_
priority
window drifts across screen from on september try opening the game from the cmd line in windows close it and reopen the window position has migrated down and to the right a bit this should not be so original issue
1
627,027
19,850,229,883
IssuesEvent
2022-01-21 11:26:02
opencaching/opencaching-pl
https://api.github.com/repos/opencaching/opencaching-pl
closed
Responsive mode
Priority Medium Type Enhancement Component Layout
I like to use opencaching.pl on my smartphone or car radio with android, but the site does not fit the screen width. I have to scroll horizontally all the time. I am working on a solution that should make the use of the website more convenient on a smartphone.
1.0
Responsive mode - I like to use opencaching.pl on my smartphone or car radio with android, but the site does not fit the screen width. I have to scroll horizontally all the time. I am working on a solution that should make the use of the website more convenient on a smartphone.
priority
responsive mode i like to use opencaching pl on my smartphone or car radio with android but the site does not fit the screen width i have to scroll horizontally all the time i am working on a solution that should make the use of the website more convenient on a smartphone
1
783,904
27,550,712,932
IssuesEvent
2023-03-07 14:46:51
sunpy/sunpy
https://api.github.com/repos/sunpy/sunpy
opened
Create a function to return the map pixels that intersect with a coordinate path
Feature Request Package Novice map Priority Medium Effort Medium
### Provide a general description of the issue or problem. `extract_along_coord()` extracts map-pixel values along a pixel path that approximates a coordinate path, but has a number of issues (see #6802). We should create a new function that: - Determines all of the pixels that intersect with the coordinate path, including accounting for coordinates that are not at pixel centers - Returns only the coordinates for the centers of those pixels, and not the values in those pixels We would then deprecate `extract_along_coord()`. If the user wants the values in those pixels, they would pass the output on to `sample_at_coords()`.
1.0
Create a function to return the map pixels that intersect with a coordinate path - ### Provide a general description of the issue or problem. `extract_along_coord()` extracts map-pixel values along a pixel path that approximates a coordinate path, but has a number of issues (see #6802). We should create a new function that: - Determines all of the pixels that intersect with the coordinate path, including accounting for coordinates that are not at pixel centers - Returns only the coordinates for the centers of those pixels, and not the values in those pixels We would then deprecate `extract_along_coord()`. If the user wants the values in those pixels, they would pass the output on to `sample_at_coords()`.
priority
create a function to return the map pixels that intersect with a coordinate path provide a general description of the issue or problem extract along coord extracts map pixel values along a pixel path that approximates a coordinate path but has a number of issues see we should create a new function that determines all of the pixels that intersect with the coordinate path including accounting for coordinates that are not at pixel centers returns only the coordinates for the centers of those pixels and not the values in those pixels we would then deprecate extract along coord if the user wants the values in those pixels they would pass the output on to sample at coords
1
659,654
21,936,258,825
IssuesEvent
2022-05-23 14:02:17
owncloud/web
https://api.github.com/repos/owncloud/web
closed
oc10 language setting does not take effect in the Web UI
Type:Bug Priority:p3-medium
### Steps to reproduce 1. Set your browser language to english 2. Login to oc10, go to user settings (via classic ui) 2. Set oc10 language to german (via classic ui) 3. switch to Web UI "New design" ### Expected behaviour UI language in Web UI should be german ### Actual behaviour UI language is english ### Note This works as designed, but can be considered as a bug from a users perspective and should be changed therefore.
1.0
oc10 language setting does not take effect in the Web UI - ### Steps to reproduce 1. Set your browser language to english 2. Login to oc10, go to user settings (via classic ui) 2. Set oc10 language to german (via classic ui) 3. switch to Web UI "New design" ### Expected behaviour UI language in Web UI should be german ### Actual behaviour UI language is english ### Note This works as designed, but can be considered as a bug from a users perspective and should be changed therefore.
priority
language setting does not take effect in the web ui steps to reproduce set your browser language to english login to go to user settings via classic ui set language to german via classic ui switch to web ui new design expected behaviour ui language in web ui should be german actual behaviour ui language is english note this works as designed but can be considered as a bug from a users perspective and should be changed therefore
1
449,986
12,977,852,726
IssuesEvent
2020-07-21 21:28:52
Sage-Bionetworks/sageseqr
https://api.github.com/repos/Sage-Bionetworks/sageseqr
closed
Add check that sample IDs are unique
medium priority
Add an error message: `print("Unique sample IDs are required for subsequent functions")`
1.0
Add check that sample IDs are unique - Add an error message: `print("Unique sample IDs are required for subsequent functions")`
priority
add check that sample ids are unique add an error message print unique sample ids are required for subsequent functions
1
380,549
11,267,809,971
IssuesEvent
2020-01-14 03:40:37
crcn/tandem
https://api.github.com/repos/crcn/tandem
closed
ability to enable / disable styles & attributes
feature priority: medium
easy to implement now since props are stored as key/value
1.0
ability to enable / disable styles & attributes - easy to implement now since props are stored as key/value
priority
ability to enable disable styles attributes easy to implement now since props are stored as key value
1
369,225
10,889,740,298
IssuesEvent
2019-11-18 18:54:24
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
opened
Changeset replacement derivation fails when secondary dataset is filtered down to no elements
Category: Algorithms Priority: Medium Status: In Progress Type: Bug
Also, found a bug with duplicate statements in the changeset output, so will fix both.
1.0
Changeset replacement derivation fails when secondary dataset is filtered down to no elements - Also, found a bug with duplicate statements in the changeset output, so will fix both.
priority
changeset replacement derivation fails when secondary dataset is filtered down to no elements also found a bug with duplicate statements in the changeset output so will fix both
1
458,310
13,173,068,905
IssuesEvent
2020-08-11 19:36:11
metrumresearchgroup/rbabylon
https://api.github.com/repos/metrumresearchgroup/rbabylon
closed
Add model_summary() info to run_log()
enhancement priority: high risk: medium
# Summary As a user, I would like to be able to summarize multiple models in batch and have some subset of the information in those summaries extracted into a tibble similar to `bbi_run_log_df` (the tibble output from `run_log()`). I would also like to be able to easily append that table onto a `bbi_run_log_df`. ## Technical specification This will be accomplished with the following functions: * **summary_log()** -- Return a new tibble with the "absolute_model_path" column as the primary key, plus the columns extracted from `model_summaries()`. * **add_summary()** -- Return the input tibble, with the columns extracted from `model_summaries()` joined onto it. ## Fields extracted to tibble * objective function value * model estimation method * number of (non-fixed) parameters * number of patients/observations * the boolean heuristics that are currently in `bbi_nonmem_summary$run_heuristics` ## Related Issues Note that this functionality is dependent on functionality described in https://github.com/metrumresearchgroup/rbabylon/issues/53 and will be implemented with that in mind. # Tests - tests/testthat/test-summary-log.R - summary_log() errors with malformed YAML - summary_log() returns NULL and warns when no YAML found - summary_log() works correctly with nested dirs - summary_log(.recurse = FALSE) works - add_summary() works correctly - summary_log works some failed summaries - summary_log works all failed summaries
1.0
Add model_summary() info to run_log() - # Summary As a user, I would like to be able to summarize multiple models in batch and have some subset of the information in those summaries extracted into a tibble similar to `bbi_run_log_df` (the tibble output from `run_log()`). I would also like to be able to easily append that table onto a `bbi_run_log_df`. ## Technical specification This will be accomplished with the following functions: * **summary_log()** -- Return a new tibble with the "absolute_model_path" column as the primary key, plus the columns extracted from `model_summaries()`. * **add_summary()** -- Return the input tibble, with the columns extracted from `model_summaries()` joined onto it. ## Fields extracted to tibble * objective function value * model estimation method * number of (non-fixed) parameters * number of patients/observations * the boolean heuristics that are currently in `bbi_nonmem_summary$run_heuristics` ## Related Issues Note that this functionality is dependent on functionality described in https://github.com/metrumresearchgroup/rbabylon/issues/53 and will be implemented with that in mind. # Tests - tests/testthat/test-summary-log.R - summary_log() errors with malformed YAML - summary_log() returns NULL and warns when no YAML found - summary_log() works correctly with nested dirs - summary_log(.recurse = FALSE) works - add_summary() works correctly - summary_log works some failed summaries - summary_log works all failed summaries
priority
add model summary info to run log summary as a user i would like to be able to summarize multiple models in batch and have some subset of the information in those summaries extracted into a tibble similar to bbi run log df the tibble output from run log i would also like to be able to easily append that table onto a bbi run log df technical specification this will be accomplished with the following functions summary log return a new tibble with the absolute model path column as the primary key plus the columns extracted from model summaries add summary return the input tibble with the columns extracted from model summaries joined onto it fields extracted to tibble objective function value model estimation method number of non fixed parameters number of patients observations the boolean heuristics that are currently in bbi nonmem summary run heuristics related issues note that this functionality is dependent on functionality described in and will be implemented with that in mind tests tests testthat test summary log r summary log errors with malformed yaml summary log returns null and warns when no yaml found summary log works correctly with nested dirs summary log recurse false works add summary works correctly summary log works some failed summaries summary log works all failed summaries
1
237,334
7,758,687,328
IssuesEvent
2018-05-31 20:26:53
jonas747/yagpdb
https://api.github.com/repos/jonas747/yagpdb
closed
Suggestion: Custom Command Autodelete
Priority: Medium enhancement
Allow option to auto delete the command and its trigger like you do with normal commands. Currently possible workaround with Exec Clear but would be nice.
1.0
Suggestion: Custom Command Autodelete - Allow option to auto delete the command and its trigger like you do with normal commands. Currently possible workaround with Exec Clear but would be nice.
priority
suggestion custom command autodelete allow option to auto delete the command and its trigger like you do with normal commands currently possible workaround with exec clear but would be nice
1