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
228,486
7,551,555,000
IssuesEvent
2018-04-18 20:31:17
AZMAG/map-Employment-statewide
https://api.github.com/repos/AZMAG/map-Employment-statewide
closed
Add City Dropdown to Job Center Report dropdown
Issue: Enhancement Priority: Medium
When you click on the job center summary report, it only gives the drop down for the job center. However, on the old regional viewer it also gave a drop down for the city. I would like to see the city drop down added again. Per Peter
1.0
Add City Dropdown to Job Center Report dropdown - When you click on the job center summary report, it only gives the drop down for the job center. However, on the old regional viewer it also gave a drop down for the city. I would like to see the city drop down added again. Per Peter
priority
add city dropdown to job center report dropdown when you click on the job center summary report it only gives the drop down for the job center however on the old regional viewer it also gave a drop down for the city i would like to see the city drop down added again per peter
1
373,574
11,045,711,900
IssuesEvent
2019-12-09 15:35:07
carbon-design-system/ibm-dotcom-library
https://api.github.com/repos/carbon-design-system/ibm-dotcom-library
closed
[ListSection] Update styles to apply color theme as a container modifier
Airtable Done dev drupal package: patterns package: styles priority: medium
<!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: IBM.com adopter > I need to: apply a color theme modi...
1.0
[ListSection] Update styles to apply color theme as a container modifier - <!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[us...
priority
update styles to apply color theme as a container modifier user story as a ibm com adopter i need to apply a color theme modifier class at the same level as the container level class of the listsection so that i can easily switch color themes additional information ...
1
232,533
7,661,224,470
IssuesEvent
2018-05-11 13:35:30
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[test-suite] Automate: Verify that the application allows to cancel the create site process.
priority: medium task
Please automate ID 3 in **Studio -> Sites**: Verify that the application allows to cancel the create site process. **Setup** Authoring environment is running **Steps** 1) Login as Admin 2) Go to sites page 3) Click on create site button and provide valid values (select the Empty Blue print on this) 4) Click ...
1.0
[test-suite] Automate: Verify that the application allows to cancel the create site process. - Please automate ID 3 in **Studio -> Sites**: Verify that the application allows to cancel the create site process. **Setup** Authoring environment is running **Steps** 1) Login as Admin 2) Go to sites page 3) Click ...
priority
automate verify that the application allows to cancel the create site process please automate id in studio sites verify that the application allows to cancel the create site process setup authoring environment is running steps login as admin go to sites page click on create s...
1
663,861
22,209,168,011
IssuesEvent
2022-06-07 17:29:08
Flutter-Vision/FlutterVision
https://api.github.com/repos/Flutter-Vision/FlutterVision
closed
Create a modal to collect Name
New Feature Medium Priority
For those users we don't have name, it will be interesting to collect their names. So I suggest a modal, when the user is logged, to collect this information.
1.0
Create a modal to collect Name - For those users we don't have name, it will be interesting to collect their names. So I suggest a modal, when the user is logged, to collect this information.
priority
create a modal to collect name for those users we don t have name it will be interesting to collect their names so i suggest a modal when the user is logged to collect this information
1
69,559
3,305,548,084
IssuesEvent
2015-11-04 05:55:27
aggrorehrigson/tunnelblick
https://api.github.com/repos/aggrorehrigson/tunnelblick
reopened
Change VPN profile based on Network location
auto-migrated Priority-Medium Type-Enhancement
``` Enhancement: Change VPN profile and connect on change of Network Location. What steps will reproduce the problem? 1. Apple Logo (left upper corner) -> Locations -> "Location Name" What is the expected output? Change of network location will result in a change of the VPN profile associated to the network location...
1.0
Change VPN profile based on Network location - ``` Enhancement: Change VPN profile and connect on change of Network Location. What steps will reproduce the problem? 1. Apple Logo (left upper corner) -> Locations -> "Location Name" What is the expected output? Change of network location will result in a change of the ...
priority
change vpn profile based on network location enhancement change vpn profile and connect on change of network location what steps will reproduce the problem apple logo left upper corner locations location name what is the expected output change of network location will result in a change of the ...
1
188,029
6,767,532,210
IssuesEvent
2017-10-26 04:00:26
minio/minio-java
https://api.github.com/repos/minio/minio-java
closed
Mint test 'putObject' fails when Minio runs as s3 gateway
priority: medium
Here is the error log message: ``` { "name": "minio-java", "function": "putObject(String bucketName, String objectName, InputStream body, long size, String contentType)", "args": "contentType: application/javascript", "duration": 1375959, "status": "FAIL", "error": "java.net.SocketTimeoutException: ...
1.0
Mint test 'putObject' fails when Minio runs as s3 gateway - Here is the error log message: ``` { "name": "minio-java", "function": "putObject(String bucketName, String objectName, InputStream body, long size, String contentType)", "args": "contentType: application/javascript", "duration": 1375959, "sta...
priority
mint test putobject fails when minio runs as gateway here is the error log message name minio java function putobject string bucketname string objectname inputstream body long size string contenttype args contenttype application javascript duration status ...
1
296,728
9,125,652,901
IssuesEvent
2019-02-24 15:31:32
pixijs/pixi.js
https://api.github.com/repos/pixijs/pixi.js
closed
lineTo with a duplicate point renders a gap in a line drawing.
Domain: API Plugin: Graphics Priority: Medium Resolution: Won't Fix Status: Accepting PRs Type: Bug Version: v4.x
Hey! I was working on some line drawing and came across this potential issue: If you create a graphics object, and then start drawing a line.. when you add a duplicate point into to `lineTo` method, the renderer somehow seems to add a gap in the line. I am unintentionally adding the duplicate point, so I'm not su...
1.0
lineTo with a duplicate point renders a gap in a line drawing. - Hey! I was working on some line drawing and came across this potential issue: If you create a graphics object, and then start drawing a line.. when you add a duplicate point into to `lineTo` method, the renderer somehow seems to add a gap in the lin...
priority
lineto with a duplicate point renders a gap in a line drawing hey i was working on some line drawing and came across this potential issue if you create a graphics object and then start drawing a line when you add a duplicate point into to lineto method the renderer somehow seems to add a gap in the lin...
1
216,355
7,307,149,002
IssuesEvent
2018-02-28 01:14:34
OperationCode/operationcode_frontend
https://api.github.com/repos/OperationCode/operationcode_frontend
closed
Quick Fixes on /team
Priority: Medium Status: In Progress Type: Content Change beginner friendly
# Bug Report ## What is the current behavior? Typo: Please correct "Weiderman" to "Weideman" on /team, and "Stefano DAniello" to "Stefano D’Aniello" Add new team card: Ashley Templet, CCO, ashley@operationcode.org Update Founding Board acknowledgement to (under Board Members): “Operation Code deeply appreciat...
1.0
Quick Fixes on /team - # Bug Report ## What is the current behavior? Typo: Please correct "Weiderman" to "Weideman" on /team, and "Stefano DAniello" to "Stefano D’Aniello" Add new team card: Ashley Templet, CCO, ashley@operationcode.org Update Founding Board acknowledgement to (under Board Members): “Operatio...
priority
quick fixes on team bug report what is the current behavior typo please correct weiderman to weideman on team and stefano daniello to stefano d’aniello add new team card ashley templet cco ashley operationcode org update founding board acknowledgement to under board members “operatio...
1
780,391
27,393,247,577
IssuesEvent
2023-02-28 17:39:29
sunpy/sunpy
https://api.github.com/repos/sunpy/sunpy
closed
Autoalign plotting of maps is off by half a pixel
Bug Package Novice map Priority Medium Effort Low Good First Issue
If you don't supply the pixel edges explicitly to `pcolormesh()`, it treats integer pixels as pixel edges, but we need integer pixels as pixel centers. We just need to supply pixel edges in this call: https://github.com/sunpy/sunpy/blob/b18bd5ec29953a877f2ae641ec30add87f680a79/sunpy/map/mapbase.py#L2549
1.0
Autoalign plotting of maps is off by half a pixel - If you don't supply the pixel edges explicitly to `pcolormesh()`, it treats integer pixels as pixel edges, but we need integer pixels as pixel centers. We just need to supply pixel edges in this call: https://github.com/sunpy/sunpy/blob/b18bd5ec29953a877f2ae641ec30a...
priority
autoalign plotting of maps is off by half a pixel if you don t supply the pixel edges explicitly to pcolormesh it treats integer pixels as pixel edges but we need integer pixels as pixel centers we just need to supply pixel edges in this call
1
89,393
3,793,427,999
IssuesEvent
2016-03-22 13:56:15
AnotherCodeArtist/medien-transparenz.at
https://api.github.com/repos/AnotherCodeArtist/medien-transparenz.at
closed
Support filter/search for organization and media pages
enhancement medium priority ready to go
These pages are currently lists with pagination. Adding a search input field at the top will help to fiend interesting entries. The problem might be - usability-wise - how this interferes with the search field in the menu bar ([see issue #1](https://github.com/AnotherCodeArtist/medien-transparenz.at/issues/1))
1.0
Support filter/search for organization and media pages - These pages are currently lists with pagination. Adding a search input field at the top will help to fiend interesting entries. The problem might be - usability-wise - how this interferes with the search field in the menu bar ([see issue #1](https://github.com/A...
priority
support filter search for organization and media pages these pages are currently lists with pagination adding a search input field at the top will help to fiend interesting entries the problem might be usability wise how this interferes with the search field in the menu bar
1
245,735
7,890,399,170
IssuesEvent
2018-06-28 08:42:40
canonical-websites/partners.ubuntu.com
https://api.github.com/repos/canonical-websites/partners.ubuntu.com
closed
Picklist values on form
Priority: Medium
Not exactly a bug but rather a small change on the partner contact us form: Please change picklist values of "interested in" to: Certified Public Cloud Channel/SI/Reseller IHV - Integrated Hardware Vendor ISV - Integrated Software Vendor Internet of Things OEM Other We had a lot of outdated options. Che...
1.0
Picklist values on form - Not exactly a bug but rather a small change on the partner contact us form: Please change picklist values of "interested in" to: Certified Public Cloud Channel/SI/Reseller IHV - Integrated Hardware Vendor ISV - Integrated Software Vendor Internet of Things OEM Other We had a lot o...
priority
picklist values on form not exactly a bug but rather a small change on the partner contact us form please change picklist values of interested in to certified public cloud channel si reseller ihv integrated hardware vendor isv integrated software vendor internet of things oem other we had a lot o...
1
118,608
4,751,127,187
IssuesEvent
2016-10-22 18:18:46
dkpro/dkpro-tc
https://api.github.com/repos/dkpro/dkpro-tc
closed
Possible duplicate FE TypeTokenRatio
bug Priority-Medium
Originally reported on Google Code with ID 226 ``` We now have TypeTokenRatio FE in style and readability. Do they have the same functionality? Then maybe we should remove one. ``` Reported by `torsten.zesch` on 2014-12-12 21:10:56
1.0
Possible duplicate FE TypeTokenRatio - Originally reported on Google Code with ID 226 ``` We now have TypeTokenRatio FE in style and readability. Do they have the same functionality? Then maybe we should remove one. ``` Reported by `torsten.zesch` on 2014-12-12 21:10:56
priority
possible duplicate fe typetokenratio originally reported on google code with id we now have typetokenratio fe in style and readability do they have the same functionality then maybe we should remove one reported by torsten zesch on
1
626,361
19,808,831,453
IssuesEvent
2022-01-19 09:59:46
pika-org/pika
https://api.github.com/repos/pika-org/pika
opened
Use bors for all building
effort: 3 priority: medium type: refactoring
This would reduce duplicate and unnecessary builds. This requires: - CI that is stable for all enabled builds - Jenkins sets the commit status on all builds
1.0
Use bors for all building - This would reduce duplicate and unnecessary builds. This requires: - CI that is stable for all enabled builds - Jenkins sets the commit status on all builds
priority
use bors for all building this would reduce duplicate and unnecessary builds this requires ci that is stable for all enabled builds jenkins sets the commit status on all builds
1
662,132
22,102,035,232
IssuesEvent
2022-06-01 14:23:20
opencrvs/opencrvs-core
https://api.github.com/repos/opencrvs/opencrvs-core
closed
Default Profile Image should be shown while offline
👹Bug Priority: medium ⛔ Blocked
Description: Default Profile Image should be shown while offline. But not shown for any user except for field agent. Steps: 1.Login as any user whos profile image is not set (except field agent). 2. observe profile image, initials of first and last name should be shown while online & when profile image is not set...
1.0
Default Profile Image should be shown while offline - Description: Default Profile Image should be shown while offline. But not shown for any user except for field agent. Steps: 1.Login as any user whos profile image is not set (except field agent). 2. observe profile image, initials of first and last name should...
priority
default profile image should be shown while offline description default profile image should be shown while offline but not shown for any user except for field agent steps login as any user whos profile image is not set except field agent observe profile image initials of first and last name should...
1
429,086
12,420,799,873
IssuesEvent
2020-05-23 13:51:31
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
closed
Warning about new schema
Priority: Medium Status: Available Type: Question
When launching watchtower recently I received a warning about upgrading the schema of the dockerfile, just thought you should know. ``` [user@host watchtower]# docker-compose up -d Pulling watchtower (centurylink/watchtower:latest)... latest: Pulling from centurylink/watchtower Image docker.io/centurylink/watcht...
1.0
Warning about new schema - When launching watchtower recently I received a warning about upgrading the schema of the dockerfile, just thought you should know. ``` [user@host watchtower]# docker-compose up -d Pulling watchtower (centurylink/watchtower:latest)... latest: Pulling from centurylink/watchtower Image d...
priority
warning about new schema when launching watchtower recently i received a warning about upgrading the schema of the dockerfile just thought you should know docker compose up d pulling watchtower centurylink watchtower latest latest pulling from centurylink watchtower image docker io centurylink ...
1
563,140
16,676,883,488
IssuesEvent
2021-06-07 17:19:35
cdklabs/construct-hub-webapp
https://api.github.com/repos/cdklabs/construct-hub-webapp
closed
Implement: Package page: package data area - navigation area
effort/medium priority/p0 risk/low
Create a Markdown based navigation component to be used in the package page. The main content of the package page is a markdown that includes both the user defined `README.md`, as well as a generated API reference doc based on the jsii assembly file. Navigation between the different markdown headers should be d...
1.0
Implement: Package page: package data area - navigation area - Create a Markdown based navigation component to be used in the package page. The main content of the package page is a markdown that includes both the user defined `README.md`, as well as a generated API reference doc based on the jsii assembly file. ...
priority
implement package page package data area navigation area create a markdown based navigation component to be used in the package page the main content of the package page is a markdown that includes both the user defined readme md as well as a generated api reference doc based on the jsii assembly file ...
1
752,135
26,274,402,064
IssuesEvent
2023-01-06 20:20:43
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio][studio-ui] Content types can be overridden by creating a new one with the same ID
bug priority: medium
### Duplicates - [X] I have searched the existing issues ### Latest version - [X] The issue is in the latest released 4.0.x - [ ] The issue is in the latest released 3.1.x ### Describe the issue If you attempt to create a type with an existing id, without warning you'll override the previous type ###...
1.0
[studio][studio-ui] Content types can be overridden by creating a new one with the same ID - ### Duplicates - [X] I have searched the existing issues ### Latest version - [X] The issue is in the latest released 4.0.x - [ ] The issue is in the latest released 3.1.x ### Describe the issue If you attempt t...
priority
content types can be overridden by creating a new one with the same id duplicates i have searched the existing issues latest version the issue is in the latest released x the issue is in the latest released x describe the issue if you attempt to create a type with an...
1
629,145
20,024,457,687
IssuesEvent
2022-02-01 19:41:07
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
pm_power_state_force returns false after first call
bug priority: medium area: Power Management Regression
**Describe the bug** I modified the zephyr/samples/boards/stm32/power_mgmt/stm32wb_ble/src/main.c file and I changed "pure" call to pm_power_state_force for sometihing to allow visually detect problems witch switching to shutdown: ```C if (!pm_power_state_force(0u, (struct pm_state_info){PM_STATE_SOFT_OFF, 0...
1.0
pm_power_state_force returns false after first call - **Describe the bug** I modified the zephyr/samples/boards/stm32/power_mgmt/stm32wb_ble/src/main.c file and I changed "pure" call to pm_power_state_force for sometihing to allow visually detect problems witch switching to shutdown: ```C if (!pm_power_state...
priority
pm power state force returns false after first call describe the bug i modified the zephyr samples boards power mgmt ble src main c file and i changed pure call to pm power state force for sometihing to allow visually detect problems witch switching to shutdown c if pm power state force ...
1
676,690
23,134,287,755
IssuesEvent
2022-07-28 13:10:21
docker-mailserver/docker-mailserver
https://api.github.com/repos/docker-mailserver/docker-mailserver
closed
dmarc does not appear to work
kind/bug meta/needs triage priority/medium
### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct. ### Affected Component(s) DMARC ### What happened...
1.0
dmarc does not appear to work - ### Miscellaneous first checks - [X] I checked that all ports are open and not blocked by my ISP / hosting provider. - [X] I know that SSL errors are likely the result of a wrong setup on the user side and not caused by DMS itself. I'm confident my setup is correct. ### Affected Compon...
priority
dmarc does not appear to work miscellaneous first checks i checked that all ports are open and not blocked by my isp hosting provider i know that ssl errors are likely the result of a wrong setup on the user side and not caused by dms itself i m confident my setup is correct affected component ...
1
712,557
24,499,109,019
IssuesEvent
2022-10-10 11:16:47
radix-ui/primitives
https://api.github.com/repos/radix-ui/primitives
closed
[Slider] Distinguish onInput from onValueChange
Type: Enhancement Priority: Medium Type: Feature Difficulty: Easy Package: react/slider
## Feature request Slider should have two triggers. One to act onInput and one to act on blur that would fire onValueChange. See discussion at the bottom of this issue: https://github.com/radix-ui/primitives/issues/570 ### Overview Like in the demo created by @jjenzz it is typical for sliders (as well as inputs) to...
1.0
[Slider] Distinguish onInput from onValueChange - ## Feature request Slider should have two triggers. One to act onInput and one to act on blur that would fire onValueChange. See discussion at the bottom of this issue: https://github.com/radix-ui/primitives/issues/570 ### Overview Like in the demo created by @jjenz...
priority
distinguish oninput from onvaluechange feature request slider should have two triggers one to act oninput and one to act on blur that would fire onvaluechange see discussion at the bottom of this issue overview like in the demo created by jjenzz it is typical for sliders as well as inputs to deno...
1
157,756
6,015,552,644
IssuesEvent
2017-06-07 02:39:01
facelessuser/Aprosopo
https://api.github.com/repos/facelessuser/Aprosopo
closed
Hires graphics
Enhancement Priority - Medium
Windows 4k doors not use the @2x resources. This is a Sublime issue, but I'm kind of tired off waiting for Sublime to fix this. If we inflate all graphics by 2, they will get scaled down. So even if ST can't figure out the appropriate graphics to use, it will use high res ones by default. In the future, when the c...
1.0
Hires graphics - Windows 4k doors not use the @2x resources. This is a Sublime issue, but I'm kind of tired off waiting for Sublime to fix this. If we inflate all graphics by 2, they will get scaled down. So even if ST can't figure out the appropriate graphics to use, it will use high res ones by default. In the f...
priority
hires graphics windows doors not use the resources this is a sublime issue but i m kind of tired off waiting for sublime to fix this if we inflate all graphics by they will get scaled down so even if st can t figure out the appropriate graphics to use it will use high res ones by default in the fut...
1
45,423
2,931,202,316
IssuesEvent
2015-06-29 10:48:17
databoard/server
https://api.github.com/repos/databoard/server
opened
Implement widget-specific settings
feature priority:medium server
This will allow widgets to invididually register specific settings. Each setting can be adjusted by a user within the admin section, and allows the widget to be customised (e.g. the number of top stories to display on the BBC News widget, or the format of the clock).
1.0
Implement widget-specific settings - This will allow widgets to invididually register specific settings. Each setting can be adjusted by a user within the admin section, and allows the widget to be customised (e.g. the number of top stories to display on the BBC News widget, or the format of the clock).
priority
implement widget specific settings this will allow widgets to invididually register specific settings each setting can be adjusted by a user within the admin section and allows the widget to be customised e g the number of top stories to display on the bbc news widget or the format of the clock
1
495,008
14,270,360,111
IssuesEvent
2020-11-21 06:31:47
nanoframework/Home
https://api.github.com/repos/nanoframework/Home
reopened
Deprecate/drop `Windows.Devices` namespace in favour of `System.Device`
Priority: Medium Status: In progress Type: Enhancement stale
This brings it inline with expected .netCore 5 namespaces and would aid compatibility towards .Net Standard support
1.0
Deprecate/drop `Windows.Devices` namespace in favour of `System.Device` - This brings it inline with expected .netCore 5 namespaces and would aid compatibility towards .Net Standard support
priority
deprecate drop windows devices namespace in favour of system device this brings it inline with expected netcore namespaces and would aid compatibility towards net standard support
1
591,630
17,856,489,425
IssuesEvent
2021-09-05 05:50:49
naoTimesdev/naoTimes
https://api.github.com/repos/naoTimesdev/naoTimes
closed
[Migrasi] Pindah dari discord-py-slash-commands ke dislash.py
type: enhancements priority: medium area: bot
Untuk integrasi dengan d.py/nextcord lebih mudah kayaknya dan gak ribet. discord-py-slash-commands lagi direwrite dan kemungkinan merupakan library yang lepas dari discord.py/nextcord. https://github.com/EQUENOS/dislash.py
1.0
[Migrasi] Pindah dari discord-py-slash-commands ke dislash.py - Untuk integrasi dengan d.py/nextcord lebih mudah kayaknya dan gak ribet. discord-py-slash-commands lagi direwrite dan kemungkinan merupakan library yang lepas dari discord.py/nextcord. https://github.com/EQUENOS/dislash.py
priority
pindah dari discord py slash commands ke dislash py untuk integrasi dengan d py nextcord lebih mudah kayaknya dan gak ribet discord py slash commands lagi direwrite dan kemungkinan merupakan library yang lepas dari discord py nextcord
1
590,513
17,779,313,007
IssuesEvent
2021-08-31 00:45:27
staynomad/Nomad-Back
https://api.github.com/repos/staynomad/Nomad-Back
closed
Listing loading indefinitely on Staging
dev:bug dev:investigation difficulty:medium priority:high
# Background <!--- Put any relevant background information here. ---> ![image](https://user-images.githubusercontent.com/44332326/131422389-68a5c32a-6450-4440-a133-067c06e80830.png) # Task <!--- Put the task here (ideally bullet points). ---> - Reservation should load # Done When <!--- Put the completion...
1.0
Listing loading indefinitely on Staging - # Background <!--- Put any relevant background information here. ---> ![image](https://user-images.githubusercontent.com/44332326/131422389-68a5c32a-6450-4440-a133-067c06e80830.png) # Task <!--- Put the task here (ideally bullet points). ---> - Reservation should loa...
priority
listing loading indefinitely on staging background task reservation should load done when reservation loads
1
389,002
11,496,082,165
IssuesEvent
2020-02-12 07:00:41
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.9.0 staging-1307] Wrong tabs in Government menu
Priority: Medium Status: Fixed
Tabs in Constitution, Legislation and Your Civic Duties same. In Population we have excess tabs. ![image](https://user-images.githubusercontent.com/45708377/71352682-fdf92e00-2587-11ea-9f6e-02eaef70fe19.png) ![image](https://user-images.githubusercontent.com/45708377/71352687-005b8800-2588-11ea-9daf-51483312d892.png)...
1.0
[0.9.0 staging-1307] Wrong tabs in Government menu - Tabs in Constitution, Legislation and Your Civic Duties same. In Population we have excess tabs. ![image](https://user-images.githubusercontent.com/45708377/71352682-fdf92e00-2587-11ea-9f6e-02eaef70fe19.png) ![image](https://user-images.githubusercontent.com/457083...
priority
wrong tabs in government menu tabs in constitution legislation and your civic duties same in population we have excess tabs
1
715,611
24,605,923,692
IssuesEvent
2022-10-14 16:12:22
responsible-ai-collaborative/aiid
https://api.github.com/repos/responsible-ai-collaborative/aiid
closed
Lists break out of incident card padding
Type:Bug Effort: Low Priority:Medium
See: https://incidentdatabase.ai/cite/309#r1956 <img width="363" alt="Screen Shot 2022-09-28 at 4 43 47 PM" src="https://user-images.githubusercontent.com/64780/192907469-070e0211-91e4-4807-bd88-3d9c73390299.png">
1.0
Lists break out of incident card padding - See: https://incidentdatabase.ai/cite/309#r1956 <img width="363" alt="Screen Shot 2022-09-28 at 4 43 47 PM" src="https://user-images.githubusercontent.com/64780/192907469-070e0211-91e4-4807-bd88-3d9c73390299.png">
priority
lists break out of incident card padding see img width alt screen shot at pm src
1
724,636
24,937,239,501
IssuesEvent
2022-10-31 16:00:53
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[DocDB] Introduce macros for deprecating gflags
kind/enhancement area/docdb priority/medium
Jira Link: [DB-4024](https://yugabyte.atlassian.net/browse/DB-4024) ### Description Introduce a graceful way to remove flags from code by deprecating them. When customers try to set Deprecated flags we will print a warning in the logs but not crash the process.
1.0
[DocDB] Introduce macros for deprecating gflags - Jira Link: [DB-4024](https://yugabyte.atlassian.net/browse/DB-4024) ### Description Introduce a graceful way to remove flags from code by deprecating them. When customers try to set Deprecated flags we will print a warning in the logs but not crash the process.
priority
introduce macros for deprecating gflags jira link description introduce a graceful way to remove flags from code by deprecating them when customers try to set deprecated flags we will print a warning in the logs but not crash the process
1
407,738
11,936,752,550
IssuesEvent
2020-04-02 10:53:26
TheCodeXTeam/Kandahar-IHS
https://api.github.com/repos/TheCodeXTeam/Kandahar-IHS
closed
Student's Group page UI
Effort: 3 For: UI Priority: Medium Type-Enhancement
Develop the Student group page UI, for more info go to the link https://xd.adobe.com/view/5bc3d435-24f8-4d8e-70a9-ff4366e14e2e-2df2/ Includes these tables: - Clearance - Nightshift - Group Here is the database queries, can find fields here: https://github.com/TheCodeXTeam/Kandahar-IHS/blob/master/src/main/r...
1.0
Student's Group page UI - Develop the Student group page UI, for more info go to the link https://xd.adobe.com/view/5bc3d435-24f8-4d8e-70a9-ff4366e14e2e-2df2/ Includes these tables: - Clearance - Nightshift - Group Here is the database queries, can find fields here: https://github.com/TheCodeXTeam/Kandahar-...
priority
student s group page ui develop the student group page ui for more info go to the link includes these tables clearance nightshift group here is the database queries can find fields here
1
523,109
15,172,952,390
IssuesEvent
2021-02-13 11:50:58
ethereum/sourcify
https://api.github.com/repos/ethereum/sourcify
closed
Save fetched solc to /tmp directory
bug medium priority
How to reproduce: Desired solc version is available locally but server does not have permission to read it. You can replicate that by using `chmod` and removing all permisions while still keeping the original file name. Solution: Instead of throwing error, fetch the correct solc from github. ![Screenshot from 20...
1.0
Save fetched solc to /tmp directory - How to reproduce: Desired solc version is available locally but server does not have permission to read it. You can replicate that by using `chmod` and removing all permisions while still keeping the original file name. Solution: Instead of throwing error, fetch the correct s...
priority
save fetched solc to tmp directory how to reproduce desired solc version is available locally but server does not have permission to read it you can replicate that by using chmod and removing all permisions while still keeping the original file name solution instead of throwing error fetch the correct s...
1
736,172
25,460,915,345
IssuesEvent
2022-11-24 18:53:55
spinalcordtoolbox/spinalcordtoolbox
https://api.github.com/repos/spinalcordtoolbox/spinalcordtoolbox
closed
`algo=dl` abruptly stops with no error message when used on images that are too large
bug priority:MEDIUM sct_register_multimodal
As discovered in https://github.com/spinalcordtoolbox/spinalcordtoolbox/pull/3865#issuecomment-1232161658, when the following command is run: ``` sct_register_multimodal -i _VISTA_Lspine_SENSE_20210922113031_2001.nii -d _VISTA_Tspine_SENSE_20210922113031_1901.nii -param step=1,type=im,algo=dl ``` The output of ...
1.0
`algo=dl` abruptly stops with no error message when used on images that are too large - As discovered in https://github.com/spinalcordtoolbox/spinalcordtoolbox/pull/3865#issuecomment-1232161658, when the following command is run: ``` sct_register_multimodal -i _VISTA_Lspine_SENSE_20210922113031_2001.nii -d _VISTA_T...
priority
algo dl abruptly stops with no error message when used on images that are too large as discovered in when the following command is run sct register multimodal i vista lspine sense nii d vista tspine sense nii param step type im algo dl the output of sct register multimodal abrupt...
1
680,622
23,280,256,173
IssuesEvent
2022-08-05 11:19:34
vaticle/typedb-studio
https://api.github.com/repos/vaticle/typedb-studio
closed
Schema Designer: differentiating the visualisation of inherited roles
type: feature status: solved priority: medium
## Problem to Solve At the moment, when visualising the schema, we draw out edges from relation types to all their direct and inherited roleplayer types. This, especially in a heavily typed schema, can quickly lead to the canvas getting convoluted and, in extream cases, impossible to read. ## Current Workaround ...
1.0
Schema Designer: differentiating the visualisation of inherited roles - ## Problem to Solve At the moment, when visualising the schema, we draw out edges from relation types to all their direct and inherited roleplayer types. This, especially in a heavily typed schema, can quickly lead to the canvas getting convolut...
priority
schema designer differentiating the visualisation of inherited roles problem to solve at the moment when visualising the schema we draw out edges from relation types to all their direct and inherited roleplayer types this especially in a heavily typed schema can quickly lead to the canvas getting convolut...
1
285,392
8,758,206,271
IssuesEvent
2018-12-15 01:17:06
conveyal/trimet-mod-otp
https://api.github.com/repos/conveyal/trimet-mod-otp
closed
DESIGN: use circle for Origin icon (not a star)
has fix medium priority
We suggest using a _circle_ (or other icon) to indicate TO location instead of _star_, mainly because a star is commonly used to indicate favorites. ![Circle Icon Mockup](https://user-images.githubusercontent.com/64323/31239154-02e03846-a9b1-11e7-8783-8af4b0fa55d1.png)
1.0
DESIGN: use circle for Origin icon (not a star) - We suggest using a _circle_ (or other icon) to indicate TO location instead of _star_, mainly because a star is commonly used to indicate favorites. ![Circle Icon Mockup](https://user-images.githubusercontent.com/64323/31239154-02e03846-a9b1-11e7-8783-8af4b0fa55d1....
priority
design use circle for origin icon not a star we suggest using a circle or other icon to indicate to location instead of star mainly because a star is commonly used to indicate favorites
1
76,918
3,506,024,641
IssuesEvent
2016-01-08 02:51:35
DistrictDataLabs/trinket
https://api.github.com/repos/DistrictDataLabs/trinket
opened
Gather/create datasets for auto analysis validation
priority: medium type: feature
We need a variety of datasets to show that our auto analysis technique works/doesn't work and how completely it works, and when it fails. Consider data sets with: - a variety of delimiters and escape characters - headers and no headers - rows of varying lengths - columns of many different data types - datasets wi...
1.0
Gather/create datasets for auto analysis validation - We need a variety of datasets to show that our auto analysis technique works/doesn't work and how completely it works, and when it fails. Consider data sets with: - a variety of delimiters and escape characters - headers and no headers - rows of varying lengths ...
priority
gather create datasets for auto analysis validation we need a variety of datasets to show that our auto analysis technique works doesn t work and how completely it works and when it fails consider data sets with a variety of delimiters and escape characters headers and no headers rows of varying lengths ...
1
30,265
2,723,319,370
IssuesEvent
2015-04-14 11:45:11
CruxFramework/crux-widgets
https://api.github.com/repos/CruxFramework/crux-widgets
closed
GWT VerticalSplitPanel does not work at Crux
bug GwtWidgetLibrary imported Milestone-2.1.0 Priority-Medium
_From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on March 12, 2010 15:30:43_ What steps will reproduce the problem? 1. creates any page with a verticalSplitPanel What is the expected output? What do you see instead? The VerticalSplitPanelFactory has an error on its contructor, that ma...
1.0
GWT VerticalSplitPanel does not work at Crux - _From [tr_busta...@yahoo.com.br](https://code.google.com/u/115454294030253308352/) on March 12, 2010 15:30:43_ What steps will reproduce the problem? 1. creates any page with a verticalSplitPanel What is the expected output? What do you see instead? The VerticalSplitPanel...
priority
gwt verticalsplitpanel does not work at crux from on march what steps will reproduce the problem creates any page with a verticalsplitpanel what is the expected output what do you see instead the verticalsplitpanelfactory has an error on its contructor that makes registeredwidgetfactories ge...
1
825,587
31,395,167,093
IssuesEvent
2023-08-26 21:02:58
ubiquity/research
https://api.github.com/repos/ubiquity/research
reopened
ubq.fi copywriting strategy
Time: <1 Day Priority: 1 (Medium) Permitted
we should empasize devpool more and figure out the balance between it and our stablecoin - this should be delivered as a pull request to the updated landing page. > landing page > marketing stuff on "normie" landing page with a big call to action "read the technical docs" to our notion for our cto type counter...
1.0
ubq.fi copywriting strategy - we should empasize devpool more and figure out the balance between it and our stablecoin - this should be delivered as a pull request to the updated landing page. > landing page > marketing stuff on "normie" landing page with a big call to action "read the technical docs" to our n...
priority
ubq fi copywriting strategy we should empasize devpool more and figure out the balance between it and our stablecoin this should be delivered as a pull request to the updated landing page landing page marketing stuff on normie landing page with a big call to action read the technical docs to our n...
1
77,483
3,506,397,103
IssuesEvent
2016-01-08 06:27:34
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Priest - combat bug (BB #528)
Category: Miscellaneous migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 04.03.2014 10:15:44 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/528 <hr> When priest die, i think Spirit of Redemption bugs com...
1.0
Priest - combat bug (BB #528) - This issue was migrated from bitbucket. **Original Reporter:** **Original Date:** 04.03.2014 10:15:44 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** resolved **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/528 <hr> When priest die, i thi...
priority
priest combat bug bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state resolved direct link when priest die i think spirit of redemption bugs combat of priest and you cant attac...
1
763,834
26,776,573,744
IssuesEvent
2023-01-31 17:35:07
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[DocDB] Shutdown sequence in Messenger is incorrect
kind/bug area/docdb priority/medium
Jira Link: [DB-4919](https://yugabyte.atlassian.net/browse/DB-4919) ### Description rpc_services are cleared before reactor tasks complete causing CleanupHooks to access deleted data that was owned by the services. [DB-4919]: https://yugabyte.atlassian.net/browse/DB-4919?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU...
1.0
[DocDB] Shutdown sequence in Messenger is incorrect - Jira Link: [DB-4919](https://yugabyte.atlassian.net/browse/DB-4919) ### Description rpc_services are cleared before reactor tasks complete causing CleanupHooks to access deleted data that was owned by the services. [DB-4919]: https://yugabyte.atlassian.net/browse...
priority
shutdown sequence in messenger is incorrect jira link description rpc services are cleared before reactor tasks complete causing cleanuphooks to access deleted data that was owned by the services
1
696,942
23,921,916,663
IssuesEvent
2022-09-09 17:48:19
callmegiorgio/cvm
https://api.github.com/repos/callmegiorgio/cvm
closed
Use import all syntax
Priority: Medium Status: Completed Type: Refactor
### Description Export names in `__init__.py` using the syntax `from import *` and define `__all__` in modules.
1.0
Use import all syntax - ### Description Export names in `__init__.py` using the syntax `from import *` and define `__all__` in modules.
priority
use import all syntax description export names in init py using the syntax from import and define all in modules
1
108,043
4,325,839,765
IssuesEvent
2016-07-26 02:08:37
Samreay/Marz
https://api.github.com/repos/Samreay/Marz
closed
Scaling options
enhancement Priority Medium
Would it be possible to have a set of scaling options that are similar to the ones used in ds9. Currently, It seems that the automatic scaling is to do a linear scaling between min and max. ds9 has options under the scale tab called as 99.5%, 99%, 98%, etc. which allow users to progressively make tighter and tighter s...
1.0
Scaling options - Would it be possible to have a set of scaling options that are similar to the ones used in ds9. Currently, It seems that the automatic scaling is to do a linear scaling between min and max. ds9 has options under the scale tab called as 99.5%, 99%, 98%, etc. which allow users to progressively make tig...
priority
scaling options would it be possible to have a set of scaling options that are similar to the ones used in currently it seems that the automatic scaling is to do a linear scaling between min and max has options under the scale tab called as etc which allow users to progressively make tighter an...
1
61,712
3,152,019,070
IssuesEvent
2015-09-16 11:38:43
theodi/member-directory
https://api.github.com/repos/theodi/member-directory
closed
Improve mailing list management & data protection for members
enhancement priority: medium
Give new and existing members the option to opt-out of newsletters and events emails (and accordingly remove their names from Mailchimp lists but keep their data within Capsule). Give new and existing members the option to opt-out of sharing their data with the node network (where would the data of those who agree ...
1.0
Improve mailing list management & data protection for members - Give new and existing members the option to opt-out of newsletters and events emails (and accordingly remove their names from Mailchimp lists but keep their data within Capsule). Give new and existing members the option to opt-out of sharing their data...
priority
improve mailing list management data protection for members give new and existing members the option to opt out of newsletters and events emails and accordingly remove their names from mailchimp lists but keep their data within capsule give new and existing members the option to opt out of sharing their data...
1
799,356
28,304,899,144
IssuesEvent
2023-04-10 10:00:28
AY2223S2-CS2103-F10-2/tp
https://api.github.com/repos/AY2223S2-CS2103-F10-2/tp
closed
Importing does not update list of videos
priority.Medium type.Bug
### Description When in a lecture context with no videos, importing a data set which has a matching lecture with video items does not update the list UI. ### Steps for reproducing `nav /mod CS2040S /lec Week 1` `add Vid 1` `add Vid 2` `export bug.json` `delete Vid 1, Vid 2` `import bug.json /overwrite` ##...
1.0
Importing does not update list of videos - ### Description When in a lecture context with no videos, importing a data set which has a matching lecture with video items does not update the list UI. ### Steps for reproducing `nav /mod CS2040S /lec Week 1` `add Vid 1` `add Vid 2` `export bug.json` `delete Vid 1,...
priority
importing does not update list of videos description when in a lecture context with no videos importing a data set which has a matching lecture with video items does not update the list ui steps for reproducing nav mod lec week add vid add vid export bug json delete vid vid ...
1
702,596
24,127,536,989
IssuesEvent
2022-09-21 02:54:48
CS3219-AY2223S1/cs3219-project-ay2223s1-g33
https://api.github.com/repos/CS3219-AY2223S1/cs3219-project-ay2223s1-g33
closed
[Session Management Service] Add Refresh Tokens
Module/Back-End Status/Medium-Priority Type/Feature
## Description Implement a JWT token refreshing system using refresh tokens ## Parent Task - #79
1.0
[Session Management Service] Add Refresh Tokens - ## Description Implement a JWT token refreshing system using refresh tokens ## Parent Task - #79
priority
add refresh tokens description implement a jwt token refreshing system using refresh tokens parent task
1
5,020
2,570,466,838
IssuesEvent
2015-02-10 09:43:12
innotop/innotop
https://api.github.com/repos/innotop/innotop
closed
Use of uninitialized value $mysqlversion in pattern match (m//) at /usr/local/bin/innotop line 473
bug imported Priority-Medium
_From [jtin...@etsy.com](https://code.google.com/u/111252479582573427653/) on September 30, 2014 06:34:19_ What steps will reproduce the problem? 1. Percona Server 5.5, use mode T 2. Observe "Use of uninitialized value $mysqlversion in pattern match (m//) at /usr/local/bin/innotop line 473, <FIN> line 1" 3. What is t...
1.0
Use of uninitialized value $mysqlversion in pattern match (m//) at /usr/local/bin/innotop line 473 - _From [jtin...@etsy.com](https://code.google.com/u/111252479582573427653/) on September 30, 2014 06:34:19_ What steps will reproduce the problem? 1. Percona Server 5.5, use mode T 2. Observe "Use of uninitialized valu...
priority
use of uninitialized value mysqlversion in pattern match m at usr local bin innotop line from on september what steps will reproduce the problem percona server use mode t observe use of uninitialized value mysqlversion in pattern match m at usr local bin innotop line ...
1
531,224
15,443,025,714
IssuesEvent
2021-03-08 08:35:58
AY2021S2-CS2103T-W13-3/tp
https://api.github.com/repos/AY2021S2-CS2103T-W13-3/tp
opened
Export contacts
priority.Medium type.Story
As a user I can export contacts so that I can share the contacts with other people/transfer to other devices.
1.0
Export contacts - As a user I can export contacts so that I can share the contacts with other people/transfer to other devices.
priority
export contacts as a user i can export contacts so that i can share the contacts with other people transfer to other devices
1
48,888
3,000,820,215
IssuesEvent
2015-07-24 06:25:44
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
powermock-easymock-testng-1.3.7.zip contains wrong powermock jar file
bug imported Priority-Medium
_From [oliver.boeff](https://code.google.com/u/oliver.boeff/) on March 28, 2010 13:33:25_ What steps will reproduce the problem? 1. downloading powermock-easymock-testng-1.3.7.zip What is the expected output? What do you see instead? containing the powermock-easymock-1.3.7-full.jar file but contains powermock-easymoc...
1.0
powermock-easymock-testng-1.3.7.zip contains wrong powermock jar file - _From [oliver.boeff](https://code.google.com/u/oliver.boeff/) on March 28, 2010 13:33:25_ What steps will reproduce the problem? 1. downloading powermock-easymock-testng-1.3.7.zip What is the expected output? What do you see instead? containing th...
priority
powermock easymock testng zip contains wrong powermock jar file from on march what steps will reproduce the problem downloading powermock easymock testng zip what is the expected output what do you see instead containing the powermock easymock full jar file but contains powe...
1
356,857
10,598,339,723
IssuesEvent
2019-10-10 04:26:50
impossibl/pgjdbc-ng
https://api.github.com/repos/impossibl/pgjdbc-ng
closed
CallableStatement cannot be used as a PreparedStatement
priority: medium status: in progress type: conformance
Liquibase uses a `CallableStatement` but never assigns any parameter modes and calls `executeQuery`; thus treating it exactly like a `PreparedStatement`. This is demonstrated in the test case presented in #413 but surely any use of Liquibase will encounter this issue. The driver treats it as a `CallableStatement` ...
1.0
CallableStatement cannot be used as a PreparedStatement - Liquibase uses a `CallableStatement` but never assigns any parameter modes and calls `executeQuery`; thus treating it exactly like a `PreparedStatement`. This is demonstrated in the test case presented in #413 but surely any use of Liquibase will encounter thi...
priority
callablestatement cannot be used as a preparedstatement liquibase uses a callablestatement but never assigns any parameter modes and calls executequery thus treating it exactly like a preparedstatement this is demonstrated in the test case presented in but surely any use of liquibase will encounter this ...
1
381,232
11,275,301,197
IssuesEvent
2020-01-14 20:27:46
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
opened
Vitrual Hearings Daily Docket - Hearing type not reflecting hearings currently on docket
Bug priority-medium tango
Description: Daily Docket - Hearing type not reflecting hearings currently on docket Observed - changed hearing to virtual. It's the only one on the docket. Hearing type displays as 'Video, virtual' Expected: Hearing type displays as 'Virtual' ![image](https://user-images.githubusercontent.com/49729315/72379897-57...
1.0
Vitrual Hearings Daily Docket - Hearing type not reflecting hearings currently on docket - Description: Daily Docket - Hearing type not reflecting hearings currently on docket Observed - changed hearing to virtual. It's the only one on the docket. Hearing type displays as 'Video, virtual' Expected: Hearing type displ...
priority
vitrual hearings daily docket hearing type not reflecting hearings currently on docket description daily docket hearing type not reflecting hearings currently on docket observed changed hearing to virtual it s the only one on the docket hearing type displays as video virtual expected hearing type displ...
1
389,749
11,516,649,882
IssuesEvent
2020-02-14 05:55:51
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Selection in minimap is displaced
Priority: Medium Status: Fixed
Selection in minimap (in zoning office) is displaced. It should be right in center of cursor
1.0
Selection in minimap is displaced - Selection in minimap (in zoning office) is displaced. It should be right in center of cursor
priority
selection in minimap is displaced selection in minimap in zoning office is displaced it should be right in center of cursor
1
65,859
3,244,589,919
IssuesEvent
2015-10-16 03:47:09
aodn/aatams
https://api.github.com/repos/aodn/aatams
closed
Report on tags which are currently embargoed
enhancement medium priority
SQL: ```sql set search_path to 'aatams'; select distinct valid_detection.transmitter_id from valid_detection join sensor on valid_detection.transmitter_id = sensor.transmitter_id join device tag on sensor.tag_id = tag.id join surgery on tag.id = surgery.tag_id join animal_release on surgery.release_id = anim...
1.0
Report on tags which are currently embargoed - SQL: ```sql set search_path to 'aatams'; select distinct valid_detection.transmitter_id from valid_detection join sensor on valid_detection.transmitter_id = sensor.transmitter_id join device tag on sensor.tag_id = tag.id join surgery on tag.id = surgery.tag_id j...
priority
report on tags which are currently embargoed sql sql set search path to aatams select distinct valid detection transmitter id from valid detection join sensor on valid detection transmitter id sensor transmitter id join device tag on sensor tag id tag id join surgery on tag id surgery tag id j...
1
679,870
23,247,938,279
IssuesEvent
2022-08-03 22:31:09
AlexHalbesleben/SmarterCalendar
https://api.github.com/repos/AlexHalbesleben/SmarterCalendar
closed
Users should be able to have maximum time worked on different days of the week
enhancement medium-priority medium-effort
In the settings modal, users should be able to limit the amount of time worked on each day.
1.0
Users should be able to have maximum time worked on different days of the week - In the settings modal, users should be able to limit the amount of time worked on each day.
priority
users should be able to have maximum time worked on different days of the week in the settings modal users should be able to limit the amount of time worked on each day
1
316,392
9,646,908,819
IssuesEvent
2019-05-17 12:40:11
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Add default configuration for testing in Style Editor
Accepted Priority: Medium StyleEditor enhancement pending review review
### Description Style Editor needs a configuration to make it usable for testing. ### Other useful information (optional):
1.0
Add default configuration for testing in Style Editor - ### Description Style Editor needs a configuration to make it usable for testing. ### Other useful information (optional):
priority
add default configuration for testing in style editor description style editor needs a configuration to make it usable for testing other useful information optional
1
302,166
9,255,807,778
IssuesEvent
2019-03-16 13:50:35
Azure/acs-engine
https://api.github.com/repos/Azure/acs-engine
closed
Switch to using recently added udev symlinks for mounting etcd disks
cse-sync-week kind/feature orchestrator/k8s priority/P1 size/medium stale
**Is this a request for help?**: No --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): FEATURE REQUEST Use the recently added udev symlinks instead of /dev/sdc for mounting etcddisk in Kubernetes clusters. **Orchestrator and version (e.g. Kubernetes, DC/OS, Swarm)** Kubernetes **What happen...
1.0
Switch to using recently added udev symlinks for mounting etcd disks - **Is this a request for help?**: No --- **Is this a BUG REPORT or FEATURE REQUEST?** (choose one): FEATURE REQUEST Use the recently added udev symlinks instead of /dev/sdc for mounting etcddisk in Kubernetes clusters. **Orchestrator and ...
priority
switch to using recently added udev symlinks for mounting etcd disks is this a request for help no is this a bug report or feature request choose one feature request use the recently added udev symlinks instead of dev sdc for mounting etcddisk in kubernetes clusters orchestrator and ...
1
71,556
3,362,071,090
IssuesEvent
2015-11-20 02:13:17
angular/material
https://api.github.com/repos/angular/material
closed
md-select md-options :hover and :focus styles aren't accessible
needs: team discussion priority: medium ui: CSS
From what I can tell, the spec does not explicitly require `:hover` styles on select dropdown items or on menu items. However, `<md-menu-item>`s have `:hover` styles and `<md-option>`s do not. It's not very user-friendly on a desktop environment.
1.0
md-select md-options :hover and :focus styles aren't accessible - From what I can tell, the spec does not explicitly require `:hover` styles on select dropdown items or on menu items. However, `<md-menu-item>`s have `:hover` styles and `<md-option>`s do not. It's not very user-friendly on a desktop environment.
priority
md select md options hover and focus styles aren t accessible from what i can tell the spec does not explicitly require hover styles on select dropdown items or on menu items however s have hover styles and s do not it s not very user friendly on a desktop environment
1
617,375
19,348,749,270
IssuesEvent
2021-12-15 13:40:38
Esri/solutions-widget-utility-network-trace
https://api.github.com/repos/Esri/solutions-widget-utility-network-trace
closed
Terminals and filter barrier dropdown needs to be more obvious
enhancement JSAPI widget UI/UX Priority - Medium
Open to suggestions here - we need to make terminals dropdown more obvious or use a different approach like suggested here: https://github.com/Esri/solutions-widget-utility-network-trace/issues/101#issuecomment-910408703 How do I know this is expandable and terminal options are available? ![image](https://user-ima...
1.0
Terminals and filter barrier dropdown needs to be more obvious - Open to suggestions here - we need to make terminals dropdown more obvious or use a different approach like suggested here: https://github.com/Esri/solutions-widget-utility-network-trace/issues/101#issuecomment-910408703 How do I know this is expandab...
priority
terminals and filter barrier dropdown needs to be more obvious open to suggestions here we need to make terminals dropdown more obvious or use a different approach like suggested here how do i know this is expandable and terminal options are available
1
710,649
24,426,794,143
IssuesEvent
2022-10-06 03:57:53
PrefectHQ/prefect
https://api.github.com/repos/PrefectHQ/prefect
closed
Expose a utility that creates a flow run from a deployment
enhancement status:accepted v2 priority:medium v1-parity
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. - [X] I searched the Prefect documentation for this feature. ### Prefect Version 2.x ### Describe the current behavior Currently, to create a flow run from a deployment, you...
1.0
Expose a utility that creates a flow run from a deployment - ### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. - [X] I searched the Prefect documentation for this feature. ### Prefect Version 2.x ### Describe the current beh...
priority
expose a utility that creates a flow run from a deployment first check i added a descriptive title to this issue i used the github search to find a similar request and didn t find it i searched the prefect documentation for this feature prefect version x describe the current behavior ...
1
796,973
28,134,059,565
IssuesEvent
2023-04-01 06:44:07
AY2223S2-CS2113-T15-4/tp
https://api.github.com/repos/AY2223S2-CS2113-T15-4/tp
closed
[PE-D][Tester C] Unable to reproduce the output in the User Guide
type.Enhancement priority.Medium severity.VeryLow
![image.png](https://raw.githubusercontent.com/denzelcjy/ped/main/files/1b5af882-fd34-4cb6-a7ab-812edde891b1.png) ![image.png](https://raw.githubusercontent.com/denzelcjy/ped/main/files/d24e61a6-9414-49e8-9bc4-ac6a52d2142f.png) Somehow unable to reproduce the outputs according to the user guide where is mentions "The...
1.0
[PE-D][Tester C] Unable to reproduce the output in the User Guide - ![image.png](https://raw.githubusercontent.com/denzelcjy/ped/main/files/1b5af882-fd34-4cb6-a7ab-812edde891b1.png) ![image.png](https://raw.githubusercontent.com/denzelcjy/ped/main/files/d24e61a6-9414-49e8-9bc4-ac6a52d2142f.png) Somehow unable to repr...
priority
unable to reproduce the output in the user guide somehow unable to reproduce the outputs according to the user guide where is mentions the card will be asked later today and the card will be asked tomorrow or the card will be asked on february instead upon completing the review of a flash...
1
627,388
19,903,843,216
IssuesEvent
2022-01-25 10:41:52
geosolutions-it/MapStore2
https://api.github.com/repos/geosolutions-it/MapStore2
closed
Domain Sharding in Catalog
bug Priority: Medium Accepted Internal Good first issue
## Description Actually MapStore allows to set domain sharding for a WMS layer by adding an array for the URL, in the catalog. This is a little hard to understand (setting the URL of the catalog, comma separated, for configure alternative URLs is not immediate and documented). In addition, configuring this way, the F...
1.0
Domain Sharding in Catalog - ## Description Actually MapStore allows to set domain sharding for a WMS layer by adding an array for the URL, in the catalog. This is a little hard to understand (setting the URL of the catalog, comma separated, for configure alternative URLs is not immediate and documented). In addition...
priority
domain sharding in catalog description actually mapstore allows to set domain sharding for a wms layer by adding an array for the url in the catalog this is a little hard to understand setting the url of the catalog comma separated for configure alternative urls is not immediate and documented in addition...
1
751,377
26,241,957,827
IssuesEvent
2023-01-05 12:17:27
getbooka/booka-issues
https://api.github.com/repos/getbooka/booka-issues
opened
usability: offer easy way to add users cashbook
Type: Improvement Priority: High Effort: Medium Status: In Progress
Add option to create user's cashbook in users > user > edit screen and disable cashbook and cash options if the user has no cashbook. cashbook options include the payment fields in booking forms.
1.0
usability: offer easy way to add users cashbook - Add option to create user's cashbook in users > user > edit screen and disable cashbook and cash options if the user has no cashbook. cashbook options include the payment fields in booking forms.
priority
usability offer easy way to add users cashbook add option to create user s cashbook in users user edit screen and disable cashbook and cash options if the user has no cashbook cashbook options include the payment fields in booking forms
1
462,816
13,254,405,052
IssuesEvent
2020-08-20 09:12:35
OpenSRP/opensrp-client-reveal
https://api.github.com/repos/OpenSRP/opensrp-client-reveal
closed
Issue 13: Default Value not set on first field when opening spray form from list view
Priority: Medium
Issue 13 from https://docs.google.com/spreadsheets/d/1NDnOy_yWjv4QbFdf4EAWU_Ic12dLY9G-28q9a9LIKhM/edit?pli=1#gid=0 Version: 5.2.0 Android version: 8.0.0 If you access a yellow structure from the list view, the record spray status form does not pre-select ""no"" for were you able to access this household question. If...
1.0
Issue 13: Default Value not set on first field when opening spray form from list view - Issue 13 from https://docs.google.com/spreadsheets/d/1NDnOy_yWjv4QbFdf4EAWU_Ic12dLY9G-28q9a9LIKhM/edit?pli=1#gid=0 Version: 5.2.0 Android version: 8.0.0 If you access a yellow structure from the list view, the record spray status...
priority
issue default value not set on first field when opening spray form from list view issue from version android version if you access a yellow structure from the list view the record spray status form does not pre select no for were you able to access this household question if you tap a ye...
1
68,175
3,284,595,316
IssuesEvent
2015-10-28 17:12:08
unt-libraries/django-premis-event-service
https://api.github.com/repos/unt-libraries/django-premis-event-service
closed
Add Migrations
enhancement models priority medium
Once #45 is completed, lets add some migrations. We should audit the current model state prior.
1.0
Add Migrations - Once #45 is completed, lets add some migrations. We should audit the current model state prior.
priority
add migrations once is completed lets add some migrations we should audit the current model state prior
1
4,179
2,545,642,333
IssuesEvent
2015-01-29 18:26:35
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
Permissions: Can save new role with no permission selected, needs validation.
Component: UX & Upgrade Priority: Medium Status: QA Type: Bug
Can save new role with no permission selected, needs validation. Actually, needs validation on page, period. There seems to be an alias length validation but it allows saving and only appears when you click on create role again, it remembers your previously unsaved role and presents the error. Other things like no n...
1.0
Permissions: Can save new role with no permission selected, needs validation. - Can save new role with no permission selected, needs validation. Actually, needs validation on page, period. There seems to be an alias length validation but it allows saving and only appears when you click on create role again, it remem...
priority
permissions can save new role with no permission selected needs validation can save new role with no permission selected needs validation actually needs validation on page period there seems to be an alias length validation but it allows saving and only appears when you click on create role again it remem...
1
34,783
2,787,740,173
IssuesEvent
2015-05-08 08:39:06
marvinlabs/customer-area
https://api.github.com/repos/marvinlabs/customer-area
opened
Shortcode for user groups
enhancement Premium add-ons Priority - medium
Would be good to have a shortcode to display the groups of a user. Could be nice to have that shown on the profile page (with a setting to enable/disable)
1.0
Shortcode for user groups - Would be good to have a shortcode to display the groups of a user. Could be nice to have that shown on the profile page (with a setting to enable/disable)
priority
shortcode for user groups would be good to have a shortcode to display the groups of a user could be nice to have that shown on the profile page with a setting to enable disable
1
618,836
19,488,440,213
IssuesEvent
2021-12-26 21:31:08
bounswe/2021SpringGroup3
https://api.github.com/repos/bounswe/2021SpringGroup3
closed
Implementation for Web: Community Accept/Reject/Join/Leave/Kick Components
Type: Feature Status: Review Needed Priority: Medium Component: Web
We need to implement **Community Accept/Reject/Join/Leave/Kick Components** for our web application. - [x] There should be a moderation tab next to the posts tab, for moderators of communities to see only. - [x] Users shall be able to send a join request to moderators of communities - [x] Moderators shall be able ...
1.0
Implementation for Web: Community Accept/Reject/Join/Leave/Kick Components - We need to implement **Community Accept/Reject/Join/Leave/Kick Components** for our web application. - [x] There should be a moderation tab next to the posts tab, for moderators of communities to see only. - [x] Users shall be able to send...
priority
implementation for web community accept reject join leave kick components we need to implement community accept reject join leave kick components for our web application there should be a moderation tab next to the posts tab for moderators of communities to see only users shall be able to send a j...
1
200,552
7,009,090,685
IssuesEvent
2017-12-19 17:49:35
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Move all X86 boards to device tree
area: Device Tree enhancement priority: medium
**_Reported by Anas Nashif:_** All X86 boards and associated cores need to move to device tree - [x] galileo - [x] minnowboard (ignore panther, it will be dropped) (Imported from Jira ZEP-2269)
1.0
Move all X86 boards to device tree - **_Reported by Anas Nashif:_** All X86 boards and associated cores need to move to device tree - [x] galileo - [x] minnowboard (ignore panther, it will be dropped) (Imported from Jira ZEP-2269)
priority
move all boards to device tree reported by anas nashif all boards and associated cores need to move to device tree galileo minnowboard ignore panther it will be dropped imported from jira zep
1
477,596
13,765,061,768
IssuesEvent
2020-10-07 12:56:35
daxplore/daxplore-producer
https://api.github.com/repos/daxplore/daxplore-producer
opened
Add producer support for nested perspectives
priority: 2 medium type: new feature
Presenter already support nested perspectives, which right now have to be handwritten. A nested perspective can be built up as a tree from any number of other perspectives, up to a depth 3 nesting of options.
1.0
Add producer support for nested perspectives - Presenter already support nested perspectives, which right now have to be handwritten. A nested perspective can be built up as a tree from any number of other perspectives, up to a depth 3 nesting of options.
priority
add producer support for nested perspectives presenter already support nested perspectives which right now have to be handwritten a nested perspective can be built up as a tree from any number of other perspectives up to a depth nesting of options
1
379,277
11,218,834,514
IssuesEvent
2020-01-07 12:30:20
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1326] Not very smart ingredients intake
Medium Priority
It should first take ingredients for non-tagged items, then for tagged. Because for some recipes it can glitch. Step to reproduce: - place Research table and stockpile. - put 5 Dendrology research paper I and 5 gathering research paper I. First should Dendrology: ![image](https://user-images.githubusercontent.com/4...
1.0
[0.9.0 staging-1326] Not very smart ingredients intake - It should first take ingredients for non-tagged items, then for tagged. Because for some recipes it can glitch. Step to reproduce: - place Research table and stockpile. - put 5 Dendrology research paper I and 5 gathering research paper I. First should Dendrolo...
priority
not very smart ingredients intake it should first take ingredients for non tagged items then for tagged because for some recipes it can glitch step to reproduce place research table and stockpile put dendrology research paper i and gathering research paper i first should dendrology open r...
1
744,607
25,949,703,867
IssuesEvent
2022-12-17 12:28:29
bounswe/bounswe2022group2
https://api.github.com/repos/bounswe/bounswe2022group2
closed
Mobile: Research on Map Packages in Flutter
priority-medium type-research status-needreview mobile
### Issue Description We will integrate maps into our mobile application in the events section to show the event location by using the geolocation standard. We need to find and integrate a **free** package into our app to visually show the event location using the coordinates. With this issue, possible solutions will ...
1.0
Mobile: Research on Map Packages in Flutter - ### Issue Description We will integrate maps into our mobile application in the events section to show the event location by using the geolocation standard. We need to find and integrate a **free** package into our app to visually show the event location using the coordina...
priority
mobile research on map packages in flutter issue description we will integrate maps into our mobile application in the events section to show the event location by using the geolocation standard we need to find and integrate a free package into our app to visually show the event location using the coordina...
1
233,394
7,697,472,804
IssuesEvent
2018-05-18 18:54:25
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[deployer] When an update and a delete are received by the Deployer at the same time, each update and delete is indexed twice
bug priority: medium
If file A is updated and file B is deleted, and the Deployer wakes and receives both changes at the same time, file A will be updated twice and file B will be deleted twice from the index.
1.0
[deployer] When an update and a delete are received by the Deployer at the same time, each update and delete is indexed twice - If file A is updated and file B is deleted, and the Deployer wakes and receives both changes at the same time, file A will be updated twice and file B will be deleted twice from the index.
priority
when an update and a delete are received by the deployer at the same time each update and delete is indexed twice if file a is updated and file b is deleted and the deployer wakes and receives both changes at the same time file a will be updated twice and file b will be deleted twice from the index
1
681,494
23,312,907,915
IssuesEvent
2022-08-08 09:51:40
owncloud/web
https://api.github.com/repos/owncloud/web
closed
Missing finedesign in Shares Panel
Type:Bug Priority:p3-medium GA-Blocker
### Steps to reproduce 1.login at https://ocis.ocis-web.latest.owncloud.works/ 2. share a fiel with several people 3. create 4 links for the same resource 4. Shares panel looks not well visually tidied up yet ![Screenshot 000098](https://user-images.githubusercontent.com/26610733/181039119-842c4d6b-d12a-4985-a...
1.0
Missing finedesign in Shares Panel - ### Steps to reproduce 1.login at https://ocis.ocis-web.latest.owncloud.works/ 2. share a fiel with several people 3. create 4 links for the same resource 4. Shares panel looks not well visually tidied up yet ![Screenshot 000098](https://user-images.githubusercontent.com/26...
priority
missing finedesign in shares panel steps to reproduce login at share a fiel with several people create links for the same resource shares panel looks not well visually tidied up yet expected behaviour remove top and bottom seperators from header remove resource siz...
1
493,080
14,225,776,460
IssuesEvent
2020-11-17 21:48:58
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Organization fields (and similar fields) should respond to clicks on the field itself.
component:ui_next priority:medium state:blocked type:bug
##### ISSUE TYPE - Bug Report ##### SUMMARY Here is an example of the field I'm discussing: ![Screenshot from 2020-02-26 14-28-13](https://user-images.githubusercontent.com/19942822/75380773-a2a82c80-58a5-11ea-892f-abf68456f137.png) When you click the magnifying glass, a modal appears which lets you choose an...
1.0
Organization fields (and similar fields) should respond to clicks on the field itself. - ##### ISSUE TYPE - Bug Report ##### SUMMARY Here is an example of the field I'm discussing: ![Screenshot from 2020-02-26 14-28-13](https://user-images.githubusercontent.com/19942822/75380773-a2a82c80-58a5-11ea-892f-abf68456f...
priority
organization fields and similar fields should respond to clicks on the field itself issue type bug report summary here is an example of the field i m discussing when you click the magnifying glass a modal appears which lets you choose an organization from the list clicking the field...
1
7,014
2,596,372,515
IssuesEvent
2015-02-20 20:13:35
DoSomething/dosomething
https://api.github.com/repos/DoSomething/dosomething
closed
client side validation needed for accepted image file types
#campaign-template @fender priority-medium
error only comes after the whole form has been submitted, ideally this error should appear right after the user selects an invalid file: ![image](https://cloud.githubusercontent.com/assets/6330971/6042932/c1a546a0-ac56-11e4-909a-839d9bdfe79a.png) related trello card: https://trello.com/c/dflw2sBj
1.0
client side validation needed for accepted image file types - error only comes after the whole form has been submitted, ideally this error should appear right after the user selects an invalid file: ![image](https://cloud.githubusercontent.com/assets/6330971/6042932/c1a546a0-ac56-11e4-909a-839d9bdfe79a.png) relat...
priority
client side validation needed for accepted image file types error only comes after the whole form has been submitted ideally this error should appear right after the user selects an invalid file related trello card
1
512,965
14,913,387,582
IssuesEvent
2021-01-22 14:04:32
gnosis/conditional-tokens-explorer
https://api.github.com/repos/gnosis/conditional-tokens-explorer
opened
[DEV] Positions list is not loaded to a not connected user
Medium priority bug
Reproducible in **DEV** environment only. 1. open the app as a not connected user 2. go to the positions list **AR**: the positions list is eternally being loaded ![image.png](https://images.zenhubusercontent.com/5f55ec970a2e890ec10f7778/507167c4-1f36-49e2-b0da-9cf27fdd3ead) **ER**: positions list is opened
1.0
[DEV] Positions list is not loaded to a not connected user - Reproducible in **DEV** environment only. 1. open the app as a not connected user 2. go to the positions list **AR**: the positions list is eternally being loaded ![image.png](https://images.zenhubusercontent.com/5f55ec970a2e890ec10f7778/507167c4-1f36-49e2...
priority
positions list is not loaded to a not connected user reproducible in dev environment only open the app as a not connected user go to the positions list ar the positions list is eternally being loaded er positions list is opened
1
354,090
10,562,678,371
IssuesEvent
2019-10-04 18:56:29
OpenSRP/opensrp-client-chw
https://api.github.com/repos/OpenSRP/opensrp-client-chw
closed
Modify constraint on family head DOB and age fields
Fails QA enhancement medium priority
Right now, in the Add family form, the constraint on family head age and DOB is 5-120 years, but we are requested to change it to 15-120 years. - [x] Modify constraint to `>= 15 and <= 120 years of age` on both `dob_entered` and `age_entered` fields in the add family form - [x] Do this in both English and French js...
1.0
Modify constraint on family head DOB and age fields - Right now, in the Add family form, the constraint on family head age and DOB is 5-120 years, but we are requested to change it to 15-120 years. - [x] Modify constraint to `>= 15 and <= 120 years of age` on both `dob_entered` and `age_entered` fields in the add fa...
priority
modify constraint on family head dob and age fields right now in the add family form the constraint on family head age and dob is years but we are requested to change it to years modify constraint to and years of age on both dob entered and age entered fields in the add family form ...
1
468,485
13,483,516,653
IssuesEvent
2020-09-11 04:06:42
Apexal/late
https://api.github.com/repos/Apexal/late
closed
Group Work for Multiple LATE Users
Area: Back End Area: Front End Difficulty: Hard Priority: Medium Type: Feature
As a student currently in IED, a lot of my work blocks are done with my group members, including one group member who is also beta testing for LATE. We have to meet in person to schedule our time together, to make sure everyone is available. What if LATE could schedule group work? Users could designate a specific as...
1.0
Group Work for Multiple LATE Users - As a student currently in IED, a lot of my work blocks are done with my group members, including one group member who is also beta testing for LATE. We have to meet in person to schedule our time together, to make sure everyone is available. What if LATE could schedule group work? ...
priority
group work for multiple late users as a student currently in ied a lot of my work blocks are done with my group members including one group member who is also beta testing for late we have to meet in person to schedule our time together to make sure everyone is available what if late could schedule group work ...
1
427,913
12,400,786,979
IssuesEvent
2020-05-21 08:34:45
bc-ticketing/idetix
https://api.github.com/repos/bc-ticketing/idetix
opened
Story: Presale
medium priority user story
As a HOST, I want to be able to define a start-time of the regular ticket sale, so that guests can register for a presale lottery to get fair chances for a high stake ticket. ### Acceptance Criteria - [ ] lottery cannot be manipulated - [ ] lottery outcome is publicly available - [ ] host can issue lottery ticket...
1.0
Story: Presale - As a HOST, I want to be able to define a start-time of the regular ticket sale, so that guests can register for a presale lottery to get fair chances for a high stake ticket. ### Acceptance Criteria - [ ] lottery cannot be manipulated - [ ] lottery outcome is publicly available - [ ] host can iss...
priority
story presale as a host i want to be able to define a start time of the regular ticket sale so that guests can register for a presale lottery to get fair chances for a high stake ticket acceptance criteria lottery cannot be manipulated lottery outcome is publicly available host can issue lot...
1
236,918
7,753,626,088
IssuesEvent
2018-05-31 01:48:08
zavan/monetus-fia-bot
https://api.github.com/repos/zavan/monetus-fia-bot
opened
Composition change notifications
enhancement medium priority
When the portfolio composition changes, notify users about with details on what's changed.
1.0
Composition change notifications - When the portfolio composition changes, notify users about with details on what's changed.
priority
composition change notifications when the portfolio composition changes notify users about with details on what s changed
1
326,197
9,948,619,530
IssuesEvent
2019-07-04 09:20:43
netdata/netdata
https://api.github.com/repos/netdata/netdata
opened
netdata daemon crash during shutdown
area/daemon area/database bug priority/medium size:3
<!--- When creating a bug report please: - Verify first that your issue is not already reported on GitHub - Test if the latest release and master branch are affected too. - Provide a clear and concise description of what the bug is in "Bug report summary" section. - Try to provide as much information about you...
1.0
netdata daemon crash during shutdown - <!--- When creating a bug report please: - Verify first that your issue is not already reported on GitHub - Test if the latest release and master branch are affected too. - Provide a clear and concise description of what the bug is in "Bug report summary" section. - Try t...
priority
netdata daemon crash during shutdown when creating a bug report please verify first that your issue is not already reported on github test if the latest release and master branch are affected too provide a clear and concise description of what the bug is in bug report summary section try t...
1
176,741
6,564,570,101
IssuesEvent
2017-09-08 02:33:39
enforcer574/smashclub
https://api.github.com/repos/enforcer574/smashclub
opened
Matchmaking sort by random in unranked play
Minor Change Priority: MEDIUM (3) Request
Two changes: A. Matchmaking should select opponents in a random order when used in unranked mode. B. If ranks are the same, the competitive search query should order secondarily by random to prevent the same players from being picked repeatedly.
1.0
Matchmaking sort by random in unranked play - Two changes: A. Matchmaking should select opponents in a random order when used in unranked mode. B. If ranks are the same, the competitive search query should order secondarily by random to prevent the same players from being picked repeatedly.
priority
matchmaking sort by random in unranked play two changes a matchmaking should select opponents in a random order when used in unranked mode b if ranks are the same the competitive search query should order secondarily by random to prevent the same players from being picked repeatedly
1
414,436
12,103,461,390
IssuesEvent
2020-04-20 18:26:23
ooni/probe
https://api.github.com/repos/ooni/probe
closed
Improve the auto-updater UI
enhancement ooni/probe-desktop priority/medium
When the software auto-updates the UI could use with a lot of improvements. Currently the update progress is merely printout out with no sort of formatting or presentation: ``` Download speed: 892291 - Downloaded 0.7067332471883516% (939582/132947191) Download speed: 1058032 - Downloaded 1.6656703938934672% (2214...
1.0
Improve the auto-updater UI - When the software auto-updates the UI could use with a lot of improvements. Currently the update progress is merely printout out with no sort of formatting or presentation: ``` Download speed: 892291 - Downloaded 0.7067332471883516% (939582/132947191) Download speed: 1058032 - Downlo...
priority
improve the auto updater ui when the software auto updates the ui could use with a lot of improvements currently the update progress is merely printout out with no sort of formatting or presentation download speed downloaded download speed downloaded download speed do...
1
196,656
6,937,108,699
IssuesEvent
2017-12-04 02:27:24
intel-analytics/BigDL
https://api.github.com/repos/intel-analytics/BigDL
closed
Need min function in tensorNumeric
medium priority tensor
We have max function in TensorNumeric but didn't have min. Need it for some criterions.
1.0
Need min function in tensorNumeric - We have max function in TensorNumeric but didn't have min. Need it for some criterions.
priority
need min function in tensornumeric we have max function in tensornumeric but didn t have min need it for some criterions
1
530,815
15,436,900,880
IssuesEvent
2021-03-07 14:47:03
teambit/bit
https://api.github.com/repos/teambit/bit
closed
bit remove should not break by dependencies in bulk mode
area/remove priority/medium type/feature
I have 3 components: ``` ab -> a, b a b ``` I want to delete all 3, so I run: ```bit remove --remote kutner.temp/a kutner.temp/b kutner.temp/ab``` and I am getting this error: ``` error: unable to delete kutner.temp/a, because the following components depend on it: kutner.temp/ab error: unable to dele...
1.0
bit remove should not break by dependencies in bulk mode - I have 3 components: ``` ab -> a, b a b ``` I want to delete all 3, so I run: ```bit remove --remote kutner.temp/a kutner.temp/b kutner.temp/ab``` and I am getting this error: ``` error: unable to delete kutner.temp/a, because the following compon...
priority
bit remove should not break by dependencies in bulk mode i have components ab a b a b i want to delete all so i run bit remove remote kutner temp a kutner temp b kutner temp ab and i am getting this error error unable to delete kutner temp a because the following compon...
1
125,605
4,958,523,301
IssuesEvent
2016-12-02 10:04:16
GeographicaGS/gipc
https://api.github.com/repos/GeographicaGS/gipc
closed
Crear tabla de lineas con los paisajes tipo lineas
feature inprogress inreview priority:medium
Esta tabla debe de estar relacionada con la tabla de paisajes
1.0
Crear tabla de lineas con los paisajes tipo lineas - Esta tabla debe de estar relacionada con la tabla de paisajes
priority
crear tabla de lineas con los paisajes tipo lineas esta tabla debe de estar relacionada con la tabla de paisajes
1
77,617
3,507,181,716
IssuesEvent
2016-01-08 11:44:41
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
Mount+Flag (BB #600)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** smoldar **Original Date:** 28.06.2014 06:11:58 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** closed **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/600 <hr> Sometimes can be created bug with flag. Someon...
1.0
Mount+Flag (BB #600) - This issue was migrated from bitbucket. **Original Reporter:** smoldar **Original Date:** 28.06.2014 06:11:58 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** closed **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/600 <hr> Sometimes can be created b...
priority
mount flag bb this issue was migrated from bitbucket original reporter smoldar original date gmt original priority major original type bug original state closed direct link sometimes can be created bug with flag someone drop flag you must cast mount and same ...
1
462,540
13,248,906,748
IssuesEvent
2020-08-19 19:49:43
Railcraft/Railcraft
https://api.github.com/repos/Railcraft/Railcraft
closed
water tank issues
bug medium priority
**Description of the Bug** 1. Cannot obtain water from a water tank by rightclicking it in the world with a fluid container in hand (tested with modded fluid containers as well as vanilla bucket). 2. Can only feed full water buckets into the water tank using a hopper, it will spit it back out instantly if you have an...
1.0
water tank issues - **Description of the Bug** 1. Cannot obtain water from a water tank by rightclicking it in the world with a fluid container in hand (tested with modded fluid containers as well as vanilla bucket). 2. Can only feed full water buckets into the water tank using a hopper, it will spit it back out inst...
priority
water tank issues description of the bug cannot obtain water from a water tank by rightclicking it in the world with a fluid container in hand tested with modded fluid containers as well as vanilla bucket can only feed full water buckets into the water tank using a hopper it will spit it back out inst...
1
458,584
13,177,919,852
IssuesEvent
2020-08-12 08:15:31
EyeSeeTea/training-app
https://api.github.com/repos/EyeSeeTea/training-app
opened
Create settings page
complexity - med (1-5 hr) priority - medium type - feature
- [ ] Settings access (Similar to ``Bulk-Load``) - [ ] Translation settings - [ ] Content configuration (optional)
1.0
Create settings page - - [ ] Settings access (Similar to ``Bulk-Load``) - [ ] Translation settings - [ ] Content configuration (optional)
priority
create settings page settings access similar to bulk load translation settings content configuration optional
1
372,715
11,019,651,953
IssuesEvent
2019-12-05 13:09:11
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
reopened
[0.9.0 staging-1189] Not grants a tool for taking a profession
Medium Priority Reopen
I should get Iron Axe, Iron Pickaxe, Bow, Iron Scythe when I take Logging, Mining, Hunting, Farmer. ![image](https://user-images.githubusercontent.com/45708377/67746587-c9f60680-fa37-11e9-8c9e-4a8c564d963f.png)
1.0
[0.9.0 staging-1189] Not grants a tool for taking a profession - I should get Iron Axe, Iron Pickaxe, Bow, Iron Scythe when I take Logging, Mining, Hunting, Farmer. ![image](https://user-images.githubusercontent.com/45708377/67746587-c9f60680-fa37-11e9-8c9e-4a8c564d963f.png)
priority
not grants a tool for taking a profession i should get iron axe iron pickaxe bow iron scythe when i take logging mining hunting farmer
1
92,477
3,871,329,282
IssuesEvent
2016-04-11 09:21:58
cs2103jan2016-v15-1j/main
https://api.github.com/repos/cs2103jan2016-v15-1j/main
closed
Parser improvement
priority.medium type.task
- Have relative change command beside absolute change e.g. `Reschedule d1 to 5 days later` `Delay e1 by 1 hour` - Consider the following for keywords: `delay`, `cancel` - Consider the following commands: `cancel all events today`, `mark everything today`, `shift everything today to tomorrow` - Consider changing item...
1.0
Parser improvement - - Have relative change command beside absolute change e.g. `Reschedule d1 to 5 days later` `Delay e1 by 1 hour` - Consider the following for keywords: `delay`, `cancel` - Consider the following commands: `cancel all events today`, `mark everything today`, `shift everything today to tomorrow` - C...
priority
parser improvement have relative change command beside absolute change e g reschedule to days later delay by hour consider the following for keywords delay cancel consider the following commands cancel all events today mark everything today shift everything today to tomorrow con...
1
41,920
2,869,088,341
IssuesEvent
2015-06-05 23:14:21
dart-lang/polymer-dart
https://api.github.com/repos/dart-lang/polymer-dart
opened
Help detect a missing @observable
bug Priority-Medium
<a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#20643_ ---- Here is a situation I run into today: &nbsp;- I have pr...
1.0
Help detect a missing @observable - <a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#20643_ ---- Here is a situation...
priority
help detect a missing observable issue by originally opened as dart lang sdk here is a situation i run into today nbsp i have property defined in a custom element nbsp i use the property in a template nbsp the property is initialized in the body of created but otherwise never changes ...
1
743,193
25,890,594,344
IssuesEvent
2022-12-14 17:36:52
adanvdo/YT-RED-UI
https://api.github.com/repos/adanvdo/YT-RED-UI
opened
Add Additional Option support to Control Panel
enhancement Medium Priority
Child of #106 Add a panel that allows additional options to be specified for a download
1.0
Add Additional Option support to Control Panel - Child of #106 Add a panel that allows additional options to be specified for a download
priority
add additional option support to control panel child of add a panel that allows additional options to be specified for a download
1
392,295
11,589,704,824
IssuesEvent
2020-02-24 03:31:39
DDMAL/cantus
https://api.github.com/repos/DDMAL/cantus
closed
Search Query and Results heading to stay stable on the page
Enhancement Medium Priority Public Website
> We need the Search Query and the Results heading to stay stable on the page as we scroll through the results. At present, these disappear as we scroll. ![image](https://cloud.githubusercontent.com/assets/2154530/6626145/1437218c-c8cb-11e4-942c-00710dff767f.png) Refs #132
1.0
Search Query and Results heading to stay stable on the page - > We need the Search Query and the Results heading to stay stable on the page as we scroll through the results. At present, these disappear as we scroll. ![image](https://cloud.githubusercontent.com/assets/2154530/6626145/1437218c-c8cb-11e4-942c-00710dff767...
priority
search query and results heading to stay stable on the page we need the search query and the results heading to stay stable on the page as we scroll through the results at present these disappear as we scroll refs
1
48,658
2,999,428,153
IssuesEvent
2015-07-23 18:59:02
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
Port suppressMethod etc to Mockito API
enhancement imported Milestone-Release1.3 Priority-Medium
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on September 14, 2009 08:42:46_ do it _Original issue: http://code.google.com/p/powermock/issues/detail?id=166_
1.0
Port suppressMethod etc to Mockito API - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on September 14, 2009 08:42:46_ do it _Original issue: http://code.google.com/p/powermock/issues/detail?id=166_
priority
port suppressmethod etc to mockito api from on september do it original issue
1
753,038
26,338,540,382
IssuesEvent
2023-01-10 15:59:31
visit-dav/visit
https://api.github.com/repos/visit-dav/visit
closed
interface_penetration_out keyword data not output in visit mili properly for dyna3d/Issue with penXs visualization
bug reviewed likelihood medium impact medium priority engineering
### Describe the bug "interface_penetration_out” keyword set in dyna lets you visualize gap distances for a given contact definition​, When used with griz, the proper data is displayed, but when viewed in visit the data is not correct. Input decks and additional information can be provided on OCF
1.0
interface_penetration_out keyword data not output in visit mili properly for dyna3d/Issue with penXs visualization - ### Describe the bug "interface_penetration_out” keyword set in dyna lets you visualize gap distances for a given contact definition​, When used with griz, the proper data is displayed, but when viewed...
priority
interface penetration out keyword data not output in visit mili properly for issue with penxs visualization describe the bug interface penetration out” keyword set in dyna lets you visualize gap distances for a given contact definition​ when used with griz the proper data is displayed but when viewed in v...
1
503,165
14,580,282,396
IssuesEvent
2020-12-18 08:54:48
Plaxy-Technologies-Inc/YouPlanets-Bug-Report
https://api.github.com/repos/Plaxy-Technologies-Inc/YouPlanets-Bug-Report
opened
Uploading planet profile logo beaks the app for a planet under the pre-launch stage
Priority: Medium bug
**Describe the bug** Just try to upload a planet logo when the planet is under the pre-launch stage. **Error Message** ![image](https://user-images.githubusercontent.com/40333215/102594492-46d4bb80-40e4-11eb-8a71-e3ac41a559a2.png)
1.0
Uploading planet profile logo beaks the app for a planet under the pre-launch stage - **Describe the bug** Just try to upload a planet logo when the planet is under the pre-launch stage. **Error Message** ![image](https://user-images.githubusercontent.com/40333215/102594492-46d4bb80-40e4-11eb-8a71-e3ac41a559a2.p...
priority
uploading planet profile logo beaks the app for a planet under the pre launch stage describe the bug just try to upload a planet logo when the planet is under the pre launch stage error message
1
319,992
9,763,327,704
IssuesEvent
2019-06-05 13:36:07
minio/minio-js
https://api.github.com/repos/minio/minio-js
closed
Is it ok to use `makeRequest()` directly?
community priority: medium
I was wondering if it is an ok practice to call `makeRequest()` (inside `src/main/minio.js`) in our source. We would like to use STS and create temporary credentials (AssumeRole) and it would be easier to use the existing client connection that to figure out the signing/auth on our own.
1.0
Is it ok to use `makeRequest()` directly? - I was wondering if it is an ok practice to call `makeRequest()` (inside `src/main/minio.js`) in our source. We would like to use STS and create temporary credentials (AssumeRole) and it would be easier to use the existing client connection that to figure out the signing/auth ...
priority
is it ok to use makerequest directly i was wondering if it is an ok practice to call makerequest inside src main minio js in our source we would like to use sts and create temporary credentials assumerole and it would be easier to use the existing client connection that to figure out the signing auth ...
1
270,679
8,468,498,191
IssuesEvent
2018-10-23 19:55:33
radical-cybertools/radical.pilot
https://api.github.com/repos/radical-cybertools/radical.pilot
closed
Summit: support new launcher jsrun
priority:medium topic:resource:summit type:feature
Topology of a summit node: - 2 sockets - 3 GPU per socket - 22 physical cores (21 usable, 1 reserved by jsrun and not accessible) - 84 hardware cores (hardware threads, hyperthreading done right?!) Jsrun: - multiple jsrun per node - jsrun does not span across nodes
1.0
Summit: support new launcher jsrun - Topology of a summit node: - 2 sockets - 3 GPU per socket - 22 physical cores (21 usable, 1 reserved by jsrun and not accessible) - 84 hardware cores (hardware threads, hyperthreading done right?!) Jsrun: - multiple jsrun per node - jsrun does not span across nodes
priority
summit support new launcher jsrun topology of a summit node sockets gpu per socket physical cores usable reserved by jsrun and not accessible hardware cores hardware threads hyperthreading done right jsrun multiple jsrun per node jsrun does not span across nodes
1
57,153
3,081,244,300
IssuesEvent
2015-08-22 14:34:46
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
opened
Develop a measure of level size
020 bug imported Priority-Medium
_From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on January 27, 2014 03:12:31_ It would be helpful to let players choose levels based on size (want a small level for a small group?) Perhaps when a level is triangulated we could add the area of the zones to get a total that is wr...
1.0
Develop a measure of level size - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on January 27, 2014 03:12:31_ It would be helpful to let players choose levels based on size (want a small level for a small group?) Perhaps when a level is triangulated we could add the area of t...
priority
develop a measure of level size from on january it would be helpful to let players choose levels based on size want a small level for a small group perhaps when a level is triangulated we could add the area of the zones to get a total that is written to the level file or stored in an interna...
1
723,795
24,908,115,566
IssuesEvent
2022-10-29 14:19:42
JasonBock/Rocks
https://api.github.com/repos/JasonBock/Rocks
closed
Remove TODOs
enhancement Medium Priority
I've accumulated a number of TODOs in the code, and I need to address them before 7.0.0 is released.
1.0
Remove TODOs - I've accumulated a number of TODOs in the code, and I need to address them before 7.0.0 is released.
priority
remove todos i ve accumulated a number of todos in the code and i need to address them before is released
1
565,358
16,760,080,824
IssuesEvent
2021-06-13 15:53:20
mlr-org/mlr3spatiotempcv
https://api.github.com/repos/mlr-org/mlr3spatiotempcv
closed
mlr3spatiotempcv within mlr3 object model
Priority: Medium Status: In Progress
Section 3 could use *one* additional paragraph outlining mlr3spatiotempcv's place in the mlr3 object hierarchy. mlr3 is object-oriented, so what is the name and basic structure of object classes for partitioning / validation, are mlr3spatiotempcv classes a subclass with coordinates or what, how does this relate to esta...
1.0
mlr3spatiotempcv within mlr3 object model - Section 3 could use *one* additional paragraph outlining mlr3spatiotempcv's place in the mlr3 object hierarchy. mlr3 is object-oriented, so what is the name and basic structure of object classes for partitioning / validation, are mlr3spatiotempcv classes a subclass with coord...
priority
within object model section could use one additional paragraph outlining s place in the object hierarchy is object oriented so what is the name and basic structure of object classes for partitioning validation are classes a subclass with coordinates or what how does this relate to established sp...
1
48,029
2,990,127,374
IssuesEvent
2015-07-21 07:08:03
jayway/rest-assured
https://api.github.com/repos/jayway/rest-assured
closed
Configurable Custom HttpClient Instance
bug Duplicate imported Priority-Medium
_From [jan.dude...@gmail.com](https://code.google.com/u/113468839788476961043/) on June 25, 2013 15:16:00_ We developed a custom implementation of the HttpClient interface which deals with (a rather exotic, frankly) authentication to our platform. However I can't use Rest Assured since I can't use this HttpClient inst...
1.0
Configurable Custom HttpClient Instance - _From [jan.dude...@gmail.com](https://code.google.com/u/113468839788476961043/) on June 25, 2013 15:16:00_ We developed a custom implementation of the HttpClient interface which deals with (a rather exotic, frankly) authentication to our platform. However I can't use Rest Assu...
priority
configurable custom httpclient instance from on june we developed a custom implementation of the httpclient interface which deals with a rather exotic frankly authentication to our platform however i can t use rest assured since i can t use this httpclient instance it would be great if rest ...
1