Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
844
labels
stringlengths
4
721
body
stringlengths
1
261k
index
stringclasses
12 values
text_combine
stringlengths
96
261k
label
stringclasses
2 values
text
stringlengths
96
248k
binary_label
int64
0
1
407,940
11,939,772,602
IssuesEvent
2020-04-02 15:40:52
cpeditor/cpeditor
https://api.github.com/repos/cpeditor/cpeditor
opened
Toggle "view all fonts" when choosing font
enhancement low_priority
**Is your feature request related to a problem? Please describe.** Some monospace fonts don't display when `QFontDialog::MonospacedFonts` is set. It's reported that PragmataPro is one of them. **Describe the solution you'd like** Add a "view all fonts" checkbox in the font dialog. **Describe alternatives yo...
1.0
Toggle "view all fonts" when choosing font - **Is your feature request related to a problem? Please describe.** Some monospace fonts don't display when `QFontDialog::MonospacedFonts` is set. It's reported that PragmataPro is one of them. **Describe the solution you'd like** Add a "view all fonts" checkbox in t...
priority
toggle view all fonts when choosing font is your feature request related to a problem please describe some monospace fonts don t display when qfontdialog monospacedfonts is set it s reported that pragmatapro is one of them describe the solution you d like add a view all fonts checkbox in t...
1
192,427
6,849,856,925
IssuesEvent
2017-11-13 23:55:37
mozilla/MozDef
https://api.github.com/repos/mozilla/MozDef
closed
WebUI: Update branding
category:enhancement priority:low
<!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and master branch are affected too. --> #### ISSUE TYPE <!--- Pick one below and delete the rest: --> -UI Update #### COMPONENT NAME UI elements update to get closer to brand guidelines. ####...
1.0
WebUI: Update branding - <!--- Verify first that your issue/request is not already reported on GitHub. Also test if the latest release, and master branch are affected too. --> #### ISSUE TYPE <!--- Pick one below and delete the rest: --> -UI Update #### COMPONENT NAME UI elements update to get closer to br...
priority
webui update branding verify first that your issue request is not already reported on github also test if the latest release and master branch are affected too issue type ui update component name ui elements update to get closer to brand guidelines description mozde...
1
28,104
2,699,646,962
IssuesEvent
2015-04-03 18:43:07
ChrisMahlke/contribute-dev
https://api.github.com/repos/ChrisMahlke/contribute-dev
opened
After user hits Send email, change that button's name to "Close"
LowPriority
When you hit "Send" and the email client opens up the mailto: link, and you send that email, you are returned to the same dialog box in our app, which says "Cancel" or "Send". It might be useful to change the "Send" button to "Close" and remove the "Cancel" button once the user clicks "Send" on our dialog box.
1.0
After user hits Send email, change that button's name to "Close" - When you hit "Send" and the email client opens up the mailto: link, and you send that email, you are returned to the same dialog box in our app, which says "Cancel" or "Send". It might be useful to change the "Send" button to "Close" and remove the "Ca...
priority
after user hits send email change that button s name to close when you hit send and the email client opens up the mailto link and you send that email you are returned to the same dialog box in our app which says cancel or send it might be useful to change the send button to close and remove the ca...
1
47,125
2,974,465,557
IssuesEvent
2015-07-15 00:51:41
minetest/minetest
https://api.github.com/repos/minetest/minetest
closed
having trouble registering schematic decorations
@ Mapgen bug Low priority
I used worldedit to make the .mts file. Normally I would just get the invalid schematic file error with no crash but ever since I updated a few days ago I get this longer error with a crash. Here is the error: ``` 19:18:03: ERROR[main]: loadSchematicFile: invalid schematic file 19:18:03: ERROR[main]: ========== E...
1.0
having trouble registering schematic decorations - I used worldedit to make the .mts file. Normally I would just get the invalid schematic file error with no crash but ever since I updated a few days ago I get this longer error with a crash. Here is the error: ``` 19:18:03: ERROR[main]: loadSchematicFile: invalid ...
priority
having trouble registering schematic decorations i used worldedit to make the mts file normally i would just get the invalid schematic file error with no crash but ever since i updated a few days ago i get this longer error with a crash here is the error error loadschematicfile invalid schemati...
1
809,594
30,200,935,259
IssuesEvent
2023-07-05 05:35:35
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Request] cyberchef-electron
request:new-pkg priority:lowest
### Link to the package base(s) in the AUR [cyberchef-electron](https://aur.archlinux.org/packages/cyberchef-electron) ### Utility this package has for you This tool is the best tool for decoding used in a lot of activities (i.e., CTF, job purposes, decoding and encoding). ### Do you consider the package(s) to be u...
1.0
[Request] cyberchef-electron - ### Link to the package base(s) in the AUR [cyberchef-electron](https://aur.archlinux.org/packages/cyberchef-electron) ### Utility this package has for you This tool is the best tool for decoding used in a lot of activities (i.e., CTF, job purposes, decoding and encoding). ### Do you ...
priority
cyberchef electron link to the package base s in the aur utility this package has for you this tool is the best tool for decoding used in a lot of activities i e ctf job purposes decoding and encoding do you consider the package s to be useful for every chaotic aur user yes do y...
1
696,362
23,898,701,841
IssuesEvent
2022-09-08 16:45:05
rust-windowing/winit
https://api.github.com/repos/rust-windowing/winit
closed
Allow window to be a child of an existing NSView on Mac OS
type: enhancement platform: macOS type: api status: in progress difficulty: hard priority: low
I'm interested in adding this functionality to winit. My use case is writing cross-platform VST audio plugins; I would like to use winit and glutin to keep the platform-specific code to a minimum, but currently I'm unable to use them on Mac OS as the VST host creates a window for me and the API just hands me an NSView....
1.0
Allow window to be a child of an existing NSView on Mac OS - I'm interested in adding this functionality to winit. My use case is writing cross-platform VST audio plugins; I would like to use winit and glutin to keep the platform-specific code to a minimum, but currently I'm unable to use them on Mac OS as the VST host...
priority
allow window to be a child of an existing nsview on mac os i m interested in adding this functionality to winit my use case is writing cross platform vst audio plugins i would like to use winit and glutin to keep the platform specific code to a minimum but currently i m unable to use them on mac os as the vst host...
1
101,461
4,118,357,817
IssuesEvent
2016-06-08 11:07:55
japanesemediamanager/jmmclient
https://api.github.com/repos/japanesemediamanager/jmmclient
closed
Image Displayed Incorrectly When Manually Linking Episodes
Bug - Low Priority Enhancement - Aesthetics
I was manually linking some specials when I noticed one of the images for a special was incorrectly displayed. ![jmmdesktop_2016-05-24_05-11-56](https://cloud.githubusercontent.com/assets/9443295/15503392/70f351d2-216e-11e6-9c31-ce10d87fc740.png) For some reason, that image being shown is much larger in JMM than...
1.0
Image Displayed Incorrectly When Manually Linking Episodes - I was manually linking some specials when I noticed one of the images for a special was incorrectly displayed. ![jmmdesktop_2016-05-24_05-11-56](https://cloud.githubusercontent.com/assets/9443295/15503392/70f351d2-216e-11e6-9c31-ce10d87fc740.png) For s...
priority
image displayed incorrectly when manually linking episodes i was manually linking some specials when i noticed one of the images for a special was incorrectly displayed for some reason that image being shown is much larger in jmm than it actually is here s the same image on tvdb and another for comp...
1
498,809
14,433,971,366
IssuesEvent
2020-12-07 06:08:18
ogorlab/ogor-frontend
https://api.github.com/repos/ogorlab/ogor-frontend
opened
Clamp parcel popup in the map view
enhancement low priority
In the map view the parcel popup can sometimes be positioned outside of the currently viewed bounding box.
1.0
Clamp parcel popup in the map view - In the map view the parcel popup can sometimes be positioned outside of the currently viewed bounding box.
priority
clamp parcel popup in the map view in the map view the parcel popup can sometimes be positioned outside of the currently viewed bounding box
1
355,965
10,586,854,061
IssuesEvent
2019-10-08 20:40:17
EUCweb/BIS-F
https://api.github.com/repos/EUCweb/BIS-F
closed
New BIS-F version numbers like yymm.v
Priority: Low Status: In Progress Type: Enhancement
For new BIS-F Release it's possible to create new Version numbers like 1905.1 (looks like MS and CTX) Currently the build number increases automatically during creating the installer: 01 = PROD 02 = ACCEPTANCE 03 = TEST 04 = DEV internal build numbers also required, for the frontend: yymm.v = 1905.0 Ver...
1.0
New BIS-F version numbers like yymm.v - For new BIS-F Release it's possible to create new Version numbers like 1905.1 (looks like MS and CTX) Currently the build number increases automatically during creating the installer: 01 = PROD 02 = ACCEPTANCE 03 = TEST 04 = DEV internal build numbers also required, f...
priority
new bis f version numbers like yymm v for new bis f release it s possible to create new version numbers like looks like ms and ctx currently the build number increases automatically during creating the installer prod acceptance test dev internal build numbers also required for the ...
1
315,190
9,607,565,118
IssuesEvent
2019-05-11 20:03:17
bounswe/bounswe2019group8
https://api.github.com/repos/bounswe/bounswe2019group8
opened
Writing the "Challenges you met as a group" Part of the Milestone 2
Effort: Low Priority: High Status: Available
**Actions:** 1. Writing the "Challenges you met as a group" Part of the Milestone 2 **Deadline:** 12.05.2019 17.00
1.0
Writing the "Challenges you met as a group" Part of the Milestone 2 - **Actions:** 1. Writing the "Challenges you met as a group" Part of the Milestone 2 **Deadline:** 12.05.2019 17.00
priority
writing the challenges you met as a group part of the milestone actions writing the challenges you met as a group part of the milestone deadline
1
577,612
17,115,051,441
IssuesEvent
2021-07-11 06:52:06
membermatters/MemberMatters
https://api.github.com/repos/membermatters/MemberMatters
closed
Setup account linking feature with Discord for syncing roles
enhancement low priority
A member should be able to link their external, third party account, with the member portal. We should support the following: * Discord (for syncing roles etc) * [DONE - SSO] ~Discourse (for syncing roles etc)~ * [CANCELLED - Links on wiki pages] ~Trello (for giving access to boards)~
1.0
Setup account linking feature with Discord for syncing roles - A member should be able to link their external, third party account, with the member portal. We should support the following: * Discord (for syncing roles etc) * [DONE - SSO] ~Discourse (for syncing roles etc)~ * [CANCELLED - Links on wiki pages] ~Trello...
priority
setup account linking feature with discord for syncing roles a member should be able to link their external third party account with the member portal we should support the following discord for syncing roles etc discourse for syncing roles etc trello for giving access to boards
1
230,637
7,612,489,505
IssuesEvent
2018-05-01 17:44:35
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
opened
Use `load("@drake//tools/skylark:...` consistently
priority: low team: software core type: cleanup
We should use `load("@drake//tools/skylark:...` consistently instead of sometimes doing `load("//tools/skylark:...`.
1.0
Use `load("@drake//tools/skylark:...` consistently - We should use `load("@drake//tools/skylark:...` consistently instead of sometimes doing `load("//tools/skylark:...`.
priority
use load drake tools skylark consistently we should use load drake tools skylark consistently instead of sometimes doing load tools skylark
1
264,209
8,306,596,798
IssuesEvent
2018-09-22 20:33:57
electerious/Lychee
https://api.github.com/repos/electerious/Lychee
closed
[Feature] upload a full directory
enhancement low priority
Hi ! Is there a way to implement the directory html5 attribute : http://www.w3bees.com/2013/03/directory-upload-using-html-5-and-php.html The idea is to select a client-side directory, this will create a new album with the same name and upload all pictures in it. Thanks for the job :)
1.0
[Feature] upload a full directory - Hi ! Is there a way to implement the directory html5 attribute : http://www.w3bees.com/2013/03/directory-upload-using-html-5-and-php.html The idea is to select a client-side directory, this will create a new album with the same name and upload all pictures in it. Thanks for the job...
priority
upload a full directory hi is there a way to implement the directory attribute the idea is to select a client side directory this will create a new album with the same name and upload all pictures in it thanks for the job
1
617,332
19,348,734,894
IssuesEvent
2021-12-15 13:39:48
Esri/solutions-widget-utility-network-trace
https://api.github.com/repos/Esri/solutions-widget-utility-network-trace
closed
Handle long error messages scroll
enhancement JSAPI widget UI/UX Priority - Low
We need a better way to display long error messages - may need to define a max height for the results block so the message can scroll ![image](https://user-images.githubusercontent.com/50338557/143133112-1cc68b81-2113-4d64-8cc8-adfa06d792fa.png)
1.0
Handle long error messages scroll - We need a better way to display long error messages - may need to define a max height for the results block so the message can scroll ![image](https://user-images.githubusercontent.com/50338557/143133112-1cc68b81-2113-4d64-8cc8-adfa06d792fa.png)
priority
handle long error messages scroll we need a better way to display long error messages may need to define a max height for the results block so the message can scroll
1
653,124
21,572,603,766
IssuesEvent
2022-05-02 10:04:27
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
closed
Product weight does not accept "4,5" values although product price does
priority: low focus: product plugin: woocommerce
**Describe the bug** We use WooCommerce 3.9.2 and and WooCommerce Admin 0.26.1 in a german WordPress installation. When adding products, we are able to setup a product price like "49,99", but not a weight like "4,5". **To Reproduce** Steps to reproduce the behavior: 1. Get a german WooCommerce 3.9.2 installation ...
1.0
Product weight does not accept "4,5" values although product price does - **Describe the bug** We use WooCommerce 3.9.2 and and WooCommerce Admin 0.26.1 in a german WordPress installation. When adding products, we are able to setup a product price like "49,99", but not a weight like "4,5". **To Reproduce** Steps t...
priority
product weight does not accept values although product price does describe the bug we use woocommerce and and woocommerce admin in a german wordpress installation when adding products we are able to setup a product price like but not a weight like to reproduce steps to r...
1
285,575
8,766,831,133
IssuesEvent
2018-12-17 17:54:34
allan-walpy/vulmy
https://api.github.com/repos/allan-walpy/vulmy
closed
throws unsupported media types on get requests
a bug flow suggestion priority yellow scope server
```csharp [Produces("application/json")] [Consumes("application/json")] [Route("api/info")] [ApiController] public class InfoController : ControllerBase { ... } ``` so far one or two of first two lines **may be** commented out to catch other bugs
1.0
throws unsupported media types on get requests - ```csharp [Produces("application/json")] [Consumes("application/json")] [Route("api/info")] [ApiController] public class InfoController : ControllerBase { ... } ``` so far one or two of first two lines **may be** commented out to catch ot...
priority
throws unsupported media types on get requests csharp public class infocontroller controllerbase so far one or two of first two lines may be commented out to catch other bugs
1
339,323
10,252,493,274
IssuesEvent
2019-08-21 09:08:07
UniversityOfHelsinkiCS/fuksilaiterekisteri
https://api.github.com/repos/UniversityOfHelsinkiCS/fuksilaiterekisteri
opened
show director of studies (opintoesimies) based on students' study right
enhancement low priority
- on non-eligible view, show the contact email for director of studies for student's own study right - same for tasks view, 'in case something is wrong on this page'
1.0
show director of studies (opintoesimies) based on students' study right - - on non-eligible view, show the contact email for director of studies for student's own study right - same for tasks view, 'in case something is wrong on this page'
priority
show director of studies opintoesimies based on students study right on non eligible view show the contact email for director of studies for student s own study right same for tasks view in case something is wrong on this page
1
617,706
19,403,069,464
IssuesEvent
2021-12-19 14:34:04
pixiebrix/pixiebrix-extension
https://api.github.com/repos/pixiebrix/pixiebrix-extension
opened
Allow user to configure quick bar shortcut
enhancement low priority
**Context** - The quick bar is registered at "Cmd + K" if any custom quickbar action are defined for the page **Related** - Discussion: https://github.com/pixiebrix/pixiebrix-extension/issues/1866#issuecomment-991737907
1.0
Allow user to configure quick bar shortcut - **Context** - The quick bar is registered at "Cmd + K" if any custom quickbar action are defined for the page **Related** - Discussion: https://github.com/pixiebrix/pixiebrix-extension/issues/1866#issuecomment-991737907
priority
allow user to configure quick bar shortcut context the quick bar is registered at cmd k if any custom quickbar action are defined for the page related discussion
1
177,558
6,585,156,616
IssuesEvent
2017-09-13 13:06:47
telerik/kendo-ui-core
https://api.github.com/repos/telerik/kendo-ui-core
opened
Bottom and right border cannot be applied to the last row/column
Bug C: Spreadsheet Kendo2 Priority 1 SEV: Low
### Bug report [https://dojo.telerik.com/obERoL/4](https://dojo.telerik.com/obERoL/4) ### Reproduction of the problem 1. Load the dojo ### Current behavior Styles for bottom and right border are not displayed for the last row/column ### Expected/desired behavior All cells to have applied border. ### E...
1.0
Bottom and right border cannot be applied to the last row/column - ### Bug report [https://dojo.telerik.com/obERoL/4](https://dojo.telerik.com/obERoL/4) ### Reproduction of the problem 1. Load the dojo ### Current behavior Styles for bottom and right border are not displayed for the last row/column ### Ex...
priority
bottom and right border cannot be applied to the last row column bug report reproduction of the problem load the dojo current behavior styles for bottom and right border are not displayed for the last row column expected desired behavior all cells to have applied border e...
1
476,040
13,732,784,872
IssuesEvent
2020-10-05 05:42:41
AY2021S1-CS2113-T14-1/tp
https://api.github.com/repos/AY2021S1-CS2113-T14-1/tp
opened
Refined Overview of Power Consumption
priority.Low
User able to view monthly/daily appliance power consumption
1.0
Refined Overview of Power Consumption - User able to view monthly/daily appliance power consumption
priority
refined overview of power consumption user able to view monthly daily appliance power consumption
1
149,990
5,732,534,680
IssuesEvent
2017-04-21 15:03:56
NREL/OpenStudio-BEopt
https://api.github.com/repos/NREL/OpenStudio-BEopt
closed
Ceiling fans
priority low
- [x] Do we want to include BEopt's "Use Benchmark Energy" input in our measure? Yes, this input is included. Selecting "yes" creates the ceiling fan energy portion of MELs and zeros out the EMS electric equipment object. - [x] What value is assigned to `unit.misc_electric_loads.rad`? This is Fraction Radiant for the ...
1.0
Ceiling fans - - [x] Do we want to include BEopt's "Use Benchmark Energy" input in our measure? Yes, this input is included. Selecting "yes" creates the ceiling fan energy portion of MELs and zeros out the EMS electric equipment object. - [x] What value is assigned to `unit.misc_electric_loads.rad`? This is Fraction R...
priority
ceiling fans do we want to include beopt s use benchmark energy input in our measure yes this input is included selecting yes creates the ceiling fan energy portion of mels and zeros out the ems electric equipment object what value is assigned to unit misc electric loads rad this is fraction radia...
1
626,115
19,785,284,543
IssuesEvent
2022-01-18 05:35:39
iotaledger/iota.c
https://api.github.com/repos/iotaledger/iota.c
opened
Core - outputs refactor
Priority: Low Type: Task
## Description Move the `address` field to an `Unlock Condition`. Changes could be found in the [commit 0d8b38](https://github.com/iotaledger/tips/pull/38/commits/0d8b3847aec3cc486b3b7e509633154db96b5f18)
1.0
Core - outputs refactor - ## Description Move the `address` field to an `Unlock Condition`. Changes could be found in the [commit 0d8b38](https://github.com/iotaledger/tips/pull/38/commits/0d8b3847aec3cc486b3b7e509633154db96b5f18)
priority
core outputs refactor description move the address field to an unlock condition changes could be found in the
1
661,815
22,089,709,115
IssuesEvent
2022-06-01 04:17:14
roq-trading/roq-issues
https://api.github.com/repos/roq-trading/roq-issues
closed
[roq-api] Make cache::Manager a non-template
enhancement low priority support
There was no real reason to make `roq::cache::Manager` a template. The `MarketByPriceFactory` template argument could equally be represented by a `std::function`.
1.0
[roq-api] Make cache::Manager a non-template - There was no real reason to make `roq::cache::Manager` a template. The `MarketByPriceFactory` template argument could equally be represented by a `std::function`.
priority
make cache manager a non template there was no real reason to make roq cache manager a template the marketbypricefactory template argument could equally be represented by a std function
1
780,212
27,384,934,776
IssuesEvent
2023-02-28 12:41:08
AY2223S2-CS2103T-T17-4/tp
https://api.github.com/repos/AY2223S2-CS2103T-T17-4/tp
closed
Fix documentation link in README
type.Bug priority.Medium severity.Low
To be changed to our doc (?) in the future _Originally posted by @ryanchua00 in https://github.com/AY2223S2-CS2103T-T17-4/tp/pull/17#discussion_r1118786157_
1.0
Fix documentation link in README - To be changed to our doc (?) in the future _Originally posted by @ryanchua00 in https://github.com/AY2223S2-CS2103T-T17-4/tp/pull/17#discussion_r1118786157_
priority
fix documentation link in readme to be changed to our doc in the future originally posted by in
1
289,025
8,854,279,383
IssuesEvent
2019-01-09 00:36:34
visit-dav/issues-test
https://api.github.com/repos/visit-dav/issues-test
closed
VisIt engine sometimes crashes when making a filled boundary plot from CSG data from a Silo file.
bug likelihood medium priority reviewed severity low
Greg Greenman reported that VisIt crashed when he was doing a filled boundary plot of some CSG data from a Silo file. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below is a complete r...
1.0
VisIt engine sometimes crashes when making a filled boundary plot from CSG data from a Silo file. - Greg Greenman reported that VisIt crashed when he was doing a filled boundary plot of some CSG data from a Silo file. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Red...
priority
visit engine sometimes crashes when making a filled boundary plot from csg data from a silo file greg greenman reported that visit crashed when he was doing a filled boundary plot of some csg data from a silo file redmine migration this ticket was migrated from red...
1
617,905
19,409,529,470
IssuesEvent
2021-12-20 07:54:53
basxsoftwareassociation/basxconnect
https://api.github.com/repos/basxsoftwareassociation/basxconnect
closed
Improve mailchimp sync
Feature Low Priority
Here a few improvements for the mailchimp sync: - I think the function should not be under settings: Suggestion: New menu Items tools - Translations missing - Previous Executions: - Column "Person records with errors" instead of Invalid Persons, add first and last name, 1 per line - Column "New person records"...
1.0
Improve mailchimp sync - Here a few improvements for the mailchimp sync: - I think the function should not be under settings: Suggestion: New menu Items tools - Translations missing - Previous Executions: - Column "Person records with errors" instead of Invalid Persons, add first and last name, 1 per line - Co...
priority
improve mailchimp sync here a few improvements for the mailchimp sync i think the function should not be under settings suggestion new menu items tools translations missing previous executions column person records with errors instead of invalid persons add first and last name per line co...
1
236,738
7,752,358,351
IssuesEvent
2018-05-30 20:01:57
fedora-infra/bodhi
https://api.github.com/repos/fedora-infra/bodhi
opened
Refactor: read pungi Compose dir in _punge
Composer Ideas Low Priority RFE WebUI
Right now, _punge does a `time.sleep(3)` to determine whether pungi accepted our configuration and didn't crash early, to abort the compose early on if pungi failed. However, the "Compose dir: <path>" string is only printed *after* the configuration is fully checked. So we could move the code that searches for "Compo...
1.0
Refactor: read pungi Compose dir in _punge - Right now, _punge does a `time.sleep(3)` to determine whether pungi accepted our configuration and didn't crash early, to abort the compose early on if pungi failed. However, the "Compose dir: <path>" string is only printed *after* the configuration is fully checked. So we...
priority
refactor read pungi compose dir in punge right now punge does a time sleep to determine whether pungi accepted our configuration and didn t crash early to abort the compose early on if pungi failed however the compose dir string is only printed after the configuration is fully checked so we coul...
1
550,088
16,104,685,317
IssuesEvent
2021-04-27 13:41:30
HyphaApp/hypha
https://api.github.com/repos/HyphaApp/hypha
closed
Link or URL is not visible and accessible when added to website project page
Partner: OTF Priority: Low Status: Needs UI/UX review 📖 Open or 📕Close
On website's project pages, when you add a link to a website, it shows up as this inscrutable purple button with a Win95 mouse pointer, any way we can change that to something more noticeable, like the actual link? Example: https://www.opentech.fund/results/supported-projects/seaglass-imsi-catcher-detection-latin-a...
1.0
Link or URL is not visible and accessible when added to website project page - On website's project pages, when you add a link to a website, it shows up as this inscrutable purple button with a Win95 mouse pointer, any way we can change that to something more noticeable, like the actual link? Example: https://www.o...
priority
link or url is not visible and accessible when added to website project page on website s project pages when you add a link to a website it shows up as this inscrutable purple button with a mouse pointer any way we can change that to something more noticeable like the actual link example
1
712,110
24,485,055,351
IssuesEvent
2022-10-09 10:14:54
HiAvatar/backend
https://api.github.com/repos/HiAvatar/backend
opened
텍스트 페이지를 조회할 때 texts와 splitTextList가 일치하지 않을 경우 대비
Type: Maintenance Priority: Low
### Description FE로부터 Request을 받을 때 splitTextList의 크기와 texts를 마침표를 기준으로 나눈 List의 크기가 다를 경우, 400대 응답을 보내도록 예외 처리가 필요함. <br> ### Todo List - [ ] ProjectControllerAdvice에 해당 예외 처리하는 코드 구현 - [ ] 텍스트 페이지를 조회하는 비즈니스 로직 부분에 해당 이슈 반영하기 <br> ### e.t.c (Optional) (참조 및 링크 첨부하기)
1.0
텍스트 페이지를 조회할 때 texts와 splitTextList가 일치하지 않을 경우 대비 - ### Description FE로부터 Request을 받을 때 splitTextList의 크기와 texts를 마침표를 기준으로 나눈 List의 크기가 다를 경우, 400대 응답을 보내도록 예외 처리가 필요함. <br> ### Todo List - [ ] ProjectControllerAdvice에 해당 예외 처리하는 코드 구현 - [ ] 텍스트 페이지를 조회하는 비즈니스 로직 부분에 해당 이슈 반영하기 <br> ### e.t.c (Option...
priority
텍스트 페이지를 조회할 때 texts와 splittextlist가 일치하지 않을 경우 대비 description fe로부터 request을 받을 때 splittextlist의 크기와 texts를 마침표를 기준으로 나눈 list의 크기가 다를 경우 응답을 보내도록 예외 처리가 필요함 todo list projectcontrolleradvice에 해당 예외 처리하는 코드 구현 텍스트 페이지를 조회하는 비즈니스 로직 부분에 해당 이슈 반영하기 e t c optional 참조 및 링크...
1
347,762
10,433,918,304
IssuesEvent
2019-09-17 14:20:08
onaio/reveal-frontend
https://api.github.com/repos/onaio/reveal-frontend
closed
Update Reveal UI Colors
Priority: Low enhancement
This ticket tracks work needed to update the color scheme to match the marvel mockups: https://marvelapp.com/cc83f0e/screen/61277177
1.0
Update Reveal UI Colors - This ticket tracks work needed to update the color scheme to match the marvel mockups: https://marvelapp.com/cc83f0e/screen/61277177
priority
update reveal ui colors this ticket tracks work needed to update the color scheme to match the marvel mockups
1
758,957
26,575,148,896
IssuesEvent
2023-01-21 18:13:09
mavoweb/mavo
https://api.github.com/repos/mavoweb/mavo
closed
Mavo bar should be inserted in <body> when mv-app is on <html>
enhancement good first issue priority: low
There is literally *no* use case where authors would want the Mavo bar to be inserted as a direct child of `<html>` before `<head>` and even if there were, they can override the default placement by using their own element.
1.0
Mavo bar should be inserted in <body> when mv-app is on <html> - There is literally *no* use case where authors would want the Mavo bar to be inserted as a direct child of `<html>` before `<head>` and even if there were, they can override the default placement by using their own element.
priority
mavo bar should be inserted in when mv app is on there is literally no use case where authors would want the mavo bar to be inserted as a direct child of before and even if there were they can override the default placement by using their own element
1
306,005
9,379,474,896
IssuesEvent
2019-04-04 15:00:13
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
The Sign Quest Error : Dancing Tile
component:script missing:revision mode:renewal priority:low type:bug
<!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: Latest <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue. How to get your GitHub Hash: 1. c...
1.0
The Sign Quest Error : Dancing Tile - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **rAthena Hash**: Latest <!-- Please specify the rAthena [GitHub hash](https://help.github.com/articles/autolinked-references-and-urls/#commit-shas) on which you encountered this issue...
priority
the sign quest error dancing tile rathena hash latest please specify the rathena on which you encountered this issue how to get your github hash cd your rathena directory git rev parse short head copy the resulting hash client date server mode...
1
470,506
13,539,174,227
IssuesEvent
2020-09-16 13:08:28
willowtreeapps/vocable-android
https://api.github.com/repos/willowtreeapps/vocable-android
closed
Category settings do not persist on app upgrade
bug priority - low
**Describe the bug** When the user upgrades the application their hidden categories and category order will be reset **To Reproduce** Launch application Navigate to Settings -> Categories Hide a category Change the order of a category Update the application Navigate to Settings -> Categories **Expected beh...
1.0
Category settings do not persist on app upgrade - **Describe the bug** When the user upgrades the application their hidden categories and category order will be reset **To Reproduce** Launch application Navigate to Settings -> Categories Hide a category Change the order of a category Update the application Na...
priority
category settings do not persist on app upgrade describe the bug when the user upgrades the application their hidden categories and category order will be reset to reproduce launch application navigate to settings categories hide a category change the order of a category update the application na...
1
319,225
9,740,500,549
IssuesEvent
2019-06-01 21:08:36
hackoregon/civic-devops
https://api.github.com/repos/hackoregon/civic-devops
closed
Automate ecs CF template to use latest ecs optimized AMI
Priority: low
AWS is now placing the ID of the latest ecs AMI image into ssm parameter store so that its easier to update bt having scripts/templates check there to get their AMI ID rather than hard coding it in. Using that setup, the block of code that maps the AMI ID for each region can be removed as it will get the proper imag...
1.0
Automate ecs CF template to use latest ecs optimized AMI - AWS is now placing the ID of the latest ecs AMI image into ssm parameter store so that its easier to update bt having scripts/templates check there to get their AMI ID rather than hard coding it in. Using that setup, the block of code that maps the AMI ID fo...
priority
automate ecs cf template to use latest ecs optimized ami aws is now placing the id of the latest ecs ami image into ssm parameter store so that its easier to update bt having scripts templates check there to get their ami id rather than hard coding it in using that setup the block of code that maps the ami id fo...
1
788,225
27,747,753,956
IssuesEvent
2023-03-15 18:14:16
kytos-ng/mef_eline
https://api.github.com/repos/kytos-ng/mef_eline
closed
chore: nuke staticmethod `run_sdntrace`
priority_low 2023.1
[`run_sdntrace`](https://github.com/kytos-ng/mef_eline/blob/master/models/evc.py#L1146) got replaced with [`run_bulk_sdntraces`](https://github.com/kytos-ng/mef_eline/blob/master/models/evc.py#L1169), but it hasn't been removed yet: ``` ❯ rg "run_sdntrace" -g "*.py" models/evc.py 1146: def run_sdntrace(uni): ...
1.0
chore: nuke staticmethod `run_sdntrace` - [`run_sdntrace`](https://github.com/kytos-ng/mef_eline/blob/master/models/evc.py#L1146) got replaced with [`run_bulk_sdntraces`](https://github.com/kytos-ng/mef_eline/blob/master/models/evc.py#L1169), but it hasn't been removed yet: ``` ❯ rg "run_sdntrace" -g "*.py" models...
priority
chore nuke staticmethod run sdntrace got replaced with but it hasn t been removed yet ❯ rg run sdntrace g py models evc py def run sdntrace uni tests unit models test evc deploy py def test run sdntrace self put mock test run sdntrace method ...
1
129,976
5,107,343,022
IssuesEvent
2017-01-05 14:40:51
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Z-level transfers hard/impossible/unintuitive for ghosts
oversight priority: low
#### Brief description of the issue Couldn't find a way to transfer Z-level as a ghost without jumping to an area on a different level #### What you expected to happen Would get verbs like the jetpack up/down ones if I was a ghost and/or would be able to click on ladders to move up/down/etc. #### What actually happen...
1.0
Z-level transfers hard/impossible/unintuitive for ghosts - #### Brief description of the issue Couldn't find a way to transfer Z-level as a ghost without jumping to an area on a different level #### What you expected to happen Would get verbs like the jetpack up/down ones if I was a ghost and/or would be able to clic...
priority
z level transfers hard impossible unintuitive for ghosts brief description of the issue couldn t find a way to transfer z level as a ghost without jumping to an area on a different level what you expected to happen would get verbs like the jetpack up down ones if i was a ghost and or would be able to clic...
1
690,626
23,666,239,890
IssuesEvent
2022-08-26 21:19:01
TheHiveRP/HiveIssues
https://api.github.com/repos/TheHiveRP/HiveIssues
closed
Nos noise not shutting off after use
bug low priority
#### __Description__ After using Nos the spray audio continues even after being let go. As well as i found if you press it multiple times it will add to the audio making it SUPER loud. #### __Evidence__ https://medal.tv/games/gta-v/clips/jvSKRpxdrgZVj/d1337tS3HMYS?invite=cr-MSw5TkYsMjU3NTAxOTcs #### __Additional Info...
1.0
Nos noise not shutting off after use - #### __Description__ After using Nos the spray audio continues even after being let go. As well as i found if you press it multiple times it will add to the audio making it SUPER loud. #### __Evidence__ https://medal.tv/games/gta-v/clips/jvSKRpxdrgZVj/d1337tS3HMYS?invite=cr-MSw5...
priority
nos noise not shutting off after use description after using nos the spray audio continues even after being let go as well as i found if you press it multiple times it will add to the audio making it super loud evidence additional information title information ...
1
607,573
18,786,195,123
IssuesEvent
2021-11-08 12:24:22
eduvpn/python-eduvpn-client
https://api.github.com/repos/eduvpn/python-eduvpn-client
closed
Eliminate gtk warnings
low priority
when i start eduvpn current master (2.0 these warnings are printed to the console: `(eduvpn-gui:106796): Gtk-WARNING **: 11:18:23.295: Overriding tab label for notebook` probably best to find out why this is printed.
1.0
Eliminate gtk warnings - when i start eduvpn current master (2.0 these warnings are printed to the console: `(eduvpn-gui:106796): Gtk-WARNING **: 11:18:23.295: Overriding tab label for notebook` probably best to find out why this is printed.
priority
eliminate gtk warnings when i start eduvpn current master these warnings are printed to the console eduvpn gui gtk warning overriding tab label for notebook probably best to find out why this is printed
1
422,896
12,287,910,168
IssuesEvent
2020-05-09 14:25:40
sergevdz/nomoni-app
https://api.github.com/repos/sergevdz/nomoni-app
opened
Funcionalidad para agregar gastos automáticamente
Priority: Low Status: To Do Type: Enhancement
Habilitar una opción para que el gasto se realice automáticamente cuando llegue la fecha indicada
1.0
Funcionalidad para agregar gastos automáticamente - Habilitar una opción para que el gasto se realice automáticamente cuando llegue la fecha indicada
priority
funcionalidad para agregar gastos automáticamente habilitar una opción para que el gasto se realice automáticamente cuando llegue la fecha indicada
1
614,324
19,179,498,310
IssuesEvent
2021-12-04 05:44:55
bsu-cs315/Final-Space-Race
https://api.github.com/repos/bsu-cs315/Final-Space-Race
closed
Add a purchase system for vehicles
Low priority
As a player, I would like to purchase new vehicles to make the gameplay experience different. Time to complete: 4 hours
1.0
Add a purchase system for vehicles - As a player, I would like to purchase new vehicles to make the gameplay experience different. Time to complete: 4 hours
priority
add a purchase system for vehicles as a player i would like to purchase new vehicles to make the gameplay experience different time to complete hours
1
458,883
13,183,584,773
IssuesEvent
2020-08-12 17:47:29
trezor/trezor-suite
https://api.github.com/repos/trezor/trezor-suite
opened
Anchor link to pending TX
Low priority
Send TX > Snack bar notif / Activity panel > View details > Anchor link to pending TX
1.0
Anchor link to pending TX - Send TX > Snack bar notif / Activity panel > View details > Anchor link to pending TX
priority
anchor link to pending tx send tx snack bar notif activity panel view details anchor link to pending tx
1
463,745
13,299,481,412
IssuesEvent
2020-08-25 09:48:15
kiudee/chess-tuning-tools
https://api.github.com/repos/kiudee/chess-tuning-tools
closed
Stabilize output of optimization plot
Priority: Low enhancement
Due to changing axis labels during the tuning it can happen that the subplots jump around. It would be great that these always stay fixed to allow flipping back and forth between plots. Another application is animating the tuning process.
1.0
Stabilize output of optimization plot - Due to changing axis labels during the tuning it can happen that the subplots jump around. It would be great that these always stay fixed to allow flipping back and forth between plots. Another application is animating the tuning process.
priority
stabilize output of optimization plot due to changing axis labels during the tuning it can happen that the subplots jump around it would be great that these always stay fixed to allow flipping back and forth between plots another application is animating the tuning process
1
395,303
11,683,524,329
IssuesEvent
2020-03-05 03:41:20
BingLingGroup/autosub
https://api.github.com/repos/BingLingGroup/autosub
opened
Add translation language code input during run time
Priority: Low Status: Accepted Type: Enhancement
**Describe the solution you'd like** https://github.com/BingLingGroup/autosub#speech-to-texttranslation-language-support Catch py-googletrans exceptions and request user to input a new one like the codes used to avoid overwriting.
1.0
Add translation language code input during run time - **Describe the solution you'd like** https://github.com/BingLingGroup/autosub#speech-to-texttranslation-language-support Catch py-googletrans exceptions and request user to input a new one like the codes used to avoid overwriting.
priority
add translation language code input during run time describe the solution you d like catch py googletrans exceptions and request user to input a new one like the codes used to avoid overwriting
1
23,079
2,652,535,788
IssuesEvent
2015-03-16 17:50:49
Esri/map-and-app-gallery-template
https://api.github.com/repos/Esri/map-and-app-gallery-template
closed
Focus is displayed beyond the tittle in the header panel.
Low Priority
1. Launch the application. 2. Tap on thumbnail of any Feature Service/ Map Service item. 3. Tap on the title in the header panel. 4. Observed that the focus is displayed beyond the title. ![focus](https://cloud.githubusercontent.com/assets/2959186/3838071/9f56ec36-1dfc-11e4-82e5-7528fe6d91c1.png)
1.0
Focus is displayed beyond the tittle in the header panel. - 1. Launch the application. 2. Tap on thumbnail of any Feature Service/ Map Service item. 3. Tap on the title in the header panel. 4. Observed that the focus is displayed beyond the title. ![focus](https://cloud.githubusercontent.com/assets/2959186/383807...
priority
focus is displayed beyond the tittle in the header panel launch the application tap on thumbnail of any feature service map service item tap on the title in the header panel observed that the focus is displayed beyond the title
1
283,238
8,718,121,108
IssuesEvent
2018-12-07 19:23:22
ansible/galaxy
https://api.github.com/repos/ansible/galaxy
closed
Add more information to my content page
area/frontend priority/low type/enhancement type/proposal
It would be nice if the My Content page gave some more information about the content that has been imported. It would be great to see: - The content score - Number of downloads - Number of followers. Additionally, we could also put graphs of this data over time in a drop down menu: ![image](https://user-images...
1.0
Add more information to my content page - It would be nice if the My Content page gave some more information about the content that has been imported. It would be great to see: - The content score - Number of downloads - Number of followers. Additionally, we could also put graphs of this data over time in a drop ...
priority
add more information to my content page it would be nice if the my content page gave some more information about the content that has been imported it would be great to see the content score number of downloads number of followers additionally we could also put graphs of this data over time in a drop ...
1
626,903
19,846,351,452
IssuesEvent
2022-01-21 06:59:48
Hukino/Sky-traveller
https://api.github.com/repos/Hukino/Sky-traveller
opened
追加[エネミー]:赤鬼鉄鎖
😵help wanted 🗒️ priority: low ✨ feature ⚔item 📦need modeling
### 概要 - 赤黒い鉄の足枷 ### 性能 - 移動速度-20% - 与えたダメージの四分の一回復 ### タスク - [ ] アイテムテクスチャ/モデル制作 - [ ] アイテムの表示制作
1.0
追加[エネミー]:赤鬼鉄鎖 - ### 概要 - 赤黒い鉄の足枷 ### 性能 - 移動速度-20% - 与えたダメージの四分の一回復 ### タスク - [ ] アイテムテクスチャ/モデル制作 - [ ] アイテムの表示制作
priority
追加[エネミー]:赤鬼鉄鎖 概要 赤黒い鉄の足枷 性能 移動速度 与えたダメージの四分の一回復 タスク アイテムテクスチャ モデル制作 アイテムの表示制作
1
715,618
24,606,069,186
IssuesEvent
2022-10-14 16:20:12
Plutonomicon/cardano-transaction-lib
https://api.github.com/repos/Plutonomicon/cardano-transaction-lib
closed
Add `logLevel` parameter to `customLogger` in `ConfigParams`
enhancement lower-priority low hanging fruit
I was trying to filter out messages of a certain log level while using a custom logger. Unexpectedly, no filtering occurred at all. After asking around on Slack about this, @Luis-omega identified the culprit: ```config # _.customLogger >>> fromMaybe (logWithLevel config.logLevel)``` https://github.com/Plutonom...
1.0
Add `logLevel` parameter to `customLogger` in `ConfigParams` - I was trying to filter out messages of a certain log level while using a custom logger. Unexpectedly, no filtering occurred at all. After asking around on Slack about this, @Luis-omega identified the culprit: ```config # _.customLogger >>> fromMaybe (...
priority
add loglevel parameter to customlogger in configparams i was trying to filter out messages of a certain log level while using a custom logger unexpectedly no filtering occurred at all after asking around on slack about this luis omega identified the culprit config customlogger frommaybe ...
1
400,399
11,774,512,886
IssuesEvent
2020-03-16 09:36:30
Icyr/DnDApp
https://api.github.com/repos/Icyr/DnDApp
opened
Character list: add loading while list is updating.
Priority: Low
There is no delay on add (thanks to Firestore). But there is a delay on initial load. We need to display loading indicator when list is updated.
1.0
Character list: add loading while list is updating. - There is no delay on add (thanks to Firestore). But there is a delay on initial load. We need to display loading indicator when list is updated.
priority
character list add loading while list is updating there is no delay on add thanks to firestore but there is a delay on initial load we need to display loading indicator when list is updated
1
104,077
4,194,918,104
IssuesEvent
2016-06-25 11:24:22
jroal/a2dpvolume
https://api.github.com/repos/jroal/a2dpvolume
closed
Cut off notification fix - cant hear beginning Navigation instructions
auto-migrated CantFix Priority-Low Type-Enhancement
``` When my A2DP headset is connected and the navigation tells me "In 300m turn left" I can only hear "...turn left" which is really irritating and annoying. You can find a lot of bug reports for that problem on Google. Can you please add a one seconds buffer and stream one second silent before another application se...
1.0
Cut off notification fix - cant hear beginning Navigation instructions - ``` When my A2DP headset is connected and the navigation tells me "In 300m turn left" I can only hear "...turn left" which is really irritating and annoying. You can find a lot of bug reports for that problem on Google. Can you please add a one ...
priority
cut off notification fix cant hear beginning navigation instructions when my headset is connected and the navigation tells me in turn left i can only hear turn left which is really irritating and annoying you can find a lot of bug reports for that problem on google can you please add a one second...
1
525,631
15,257,339,853
IssuesEvent
2021-02-21 00:40:11
azerothcore/azerothcore-wotlk
https://api.github.com/repos/azerothcore/azerothcore-wotlk
closed
BRD respawntime is too high in The Lyceum
Confirmed Fix included Instance - Dungeon - Classic Priority - Low
SMALL DESCRIPTION: The Lyceum is a place in FRG where many non-elite run around that's also okay you have to collect 2 torches from the Shadowforge Flame Keepers the challenge is that the creatures respawn very fast. that happens but only the respawn is much too long. EXPECTED BLIZZLIKE BEHAVIOUR: Link: https://...
1.0
BRD respawntime is too high in The Lyceum - SMALL DESCRIPTION: The Lyceum is a place in FRG where many non-elite run around that's also okay you have to collect 2 torches from the Shadowforge Flame Keepers the challenge is that the creatures respawn very fast. that happens but only the respawn is much too long. E...
priority
brd respawntime is too high in the lyceum small description the lyceum is a place in frg where many non elite run around that s also okay you have to collect torches from the shadowforge flame keepers the challenge is that the creatures respawn very fast that happens but only the respawn is much too long e...
1
304,072
9,320,715,562
IssuesEvent
2019-03-27 00:30:09
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Simplify MosekSolver::Solve error semantics
priority: low team: manipulation type: cleanup
(Incurring technical debt to simplify PR #6085.) Some of the logic within `MosekSolver::Solve` could be reduced by: * Using some sort of `ScopeExit` mechanism to (a) free the task, and (b) set the solver type. * Throwing exceptions when there are infrastructure issues (such as when `MSK_appendvars` fails). An a...
1.0
Simplify MosekSolver::Solve error semantics - (Incurring technical debt to simplify PR #6085.) Some of the logic within `MosekSolver::Solve` could be reduced by: * Using some sort of `ScopeExit` mechanism to (a) free the task, and (b) set the solver type. * Throwing exceptions when there are infrastructure issues ...
priority
simplify moseksolver solve error semantics incurring technical debt to simplify pr some of the logic within moseksolver solve could be reduced by using some sort of scopeexit mechanism to a free the task and b set the solver type throwing exceptions when there are infrastructure issues su...
1
191,546
6,830,079,901
IssuesEvent
2017-11-09 04:16:41
qroll/NM3216
https://api.github.com/repos/qroll/NM3216
closed
Alternative adaptive difficulty measure
enhancement low priority
Add a toggle that allows this feature to be disabled or enabled
1.0
Alternative adaptive difficulty measure - Add a toggle that allows this feature to be disabled or enabled
priority
alternative adaptive difficulty measure add a toggle that allows this feature to be disabled or enabled
1
163,471
6,198,930,187
IssuesEvent
2017-07-05 20:21:16
mozilla/MozDef
https://api.github.com/repos/mozilla/MozDef
closed
Include alert URL in notifications
category:enhancement priority:low state:stale
We should provide the alert URL in notifications to get more info about an alert or give a short id and have the IRC bot reply the URL when asked with this short id.
1.0
Include alert URL in notifications - We should provide the alert URL in notifications to get more info about an alert or give a short id and have the IRC bot reply the URL when asked with this short id.
priority
include alert url in notifications we should provide the alert url in notifications to get more info about an alert or give a short id and have the irc bot reply the url when asked with this short id
1
440,630
12,702,121,759
IssuesEvent
2020-06-22 19:32:02
spacetelescope/jwql
https://api.github.com/repos/spacetelescope/jwql
opened
Improvements for JWQLDB table viewer
Low Priority Web Application enhancement
This issue will hold ideas for various improvements for the JWQLDB table viewer. A few that immediately come to mind: - Remove `django_migrations` as an option as it does not hold any relevant information - Embed the resulting table directly in the webpage view instead of opening a new tab. - Include another laye...
1.0
Improvements for JWQLDB table viewer - This issue will hold ideas for various improvements for the JWQLDB table viewer. A few that immediately come to mind: - Remove `django_migrations` as an option as it does not hold any relevant information - Embed the resulting table directly in the webpage view instead of op...
priority
improvements for jwqldb table viewer this issue will hold ideas for various improvements for the jwqldb table viewer a few that immediately come to mind remove django migrations as an option as it does not hold any relevant information embed the resulting table directly in the webpage view instead of op...
1
525,400
15,252,604,065
IssuesEvent
2021-02-20 03:39:53
LujainKhalaf/Soengram
https://api.github.com/repos/LujainKhalaf/Soengram
closed
As a user, I want to be able to view the description of a post on the profile page
2 points low-risk priority-critical user story
<!-- Please search existing issues to avoid creating duplicates. --> ### Describe the feature or problem you'd like to solve A user should be able to view the description of a post in a modal on the profile page ### Sub tasks - Design and implement the post modal #108
1.0
As a user, I want to be able to view the description of a post on the profile page - <!-- Please search existing issues to avoid creating duplicates. --> ### Describe the feature or problem you'd like to solve A user should be able to view the description of a post in a modal on the profile page ### Sub tasks ...
priority
as a user i want to be able to view the description of a post on the profile page describe the feature or problem you d like to solve a user should be able to view the description of a post in a modal on the profile page sub tasks design and implement the post modal
1
327,232
9,968,627,565
IssuesEvent
2019-07-08 15:59:29
Automattic/Co-Authors-Plus
https://api.github.com/repos/Automattic/Co-Authors-Plus
closed
Deleting user A, replacing them with user B results in two authors attached to post
Priority::Low needs-investigation
### Scenario ### You are _not_ on WordPress.com (or another multisite instance). You have several WordPress user accounts: B, C, D, … You have several CoAuthors Plus profile b, c, d, … Each WordPress user is mapped to a corresponding CoAuthors Plus Profile. User B (with profile b) writes many articles: A[1],...
1.0
Deleting user A, replacing them with user B results in two authors attached to post - ### Scenario ### You are _not_ on WordPress.com (or another multisite instance). You have several WordPress user accounts: B, C, D, … You have several CoAuthors Plus profile b, c, d, … Each WordPress user is mapped to a corres...
priority
deleting user a replacing them with user b results in two authors attached to post scenario you are not on wordpress com or another multisite instance you have several wordpress user accounts b c d … you have several coauthors plus profile b c d … each wordpress user is mapped to a corres...
1
324,186
9,885,657,649
IssuesEvent
2019-06-25 03:27:53
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.8.2.0 staging-4] Scroll Bar works incorrect in species tooltip
Low Priority QA Staging
1. In fact, he is in a different place. ![image](https://user-images.githubusercontent.com/45708377/57428940-27e92480-7233-11e9-8be5-615c1925cced.png) 2. Inverted axis. When you drag up, the scroll moves down; drag down - moves up. ![2019 05 09 Scroll Bar](https://user-images.githubusercontent.com/45708377/57429281-...
1.0
[0.8.2.0 staging-4] Scroll Bar works incorrect in species tooltip - 1. In fact, he is in a different place. ![image](https://user-images.githubusercontent.com/45708377/57428940-27e92480-7233-11e9-8be5-615c1925cced.png) 2. Inverted axis. When you drag up, the scroll moves down; drag down - moves up. ![2019 05 09 Scro...
priority
scroll bar works incorrect in species tooltip in fact he is in a different place inverted axis when you drag up the scroll moves down drag down moves up
1
767,295
26,917,899,636
IssuesEvent
2023-02-07 08:17:51
ballerina-platform/ballerina-dev-website
https://api.github.com/repos/ballerina-platform/ballerina-dev-website
closed
Make the font color of titles black
Priority/Low Type/Improvement Area/LearnPages WebsiteRewrite
## Description Making the font color of all the headings black will make them stand out from the normal text. Right now it is not very contrasting to differentiate them. ## Related website/documentation area > Add/Uncomment the relevant area label out of the following. <!--Area/BBEs--> <!--Area/HomePageSample...
1.0
Make the font color of titles black - ## Description Making the font color of all the headings black will make them stand out from the normal text. Right now it is not very contrasting to differentiate them. ## Related website/documentation area > Add/Uncomment the relevant area label out of the following. <!-...
priority
make the font color of titles black description making the font color of all the headings black will make them stand out from the normal text right now it is not very contrasting to differentiate them related website documentation area add uncomment the relevant area label out of the following ...
1
600,261
18,292,500,218
IssuesEvent
2021-10-05 16:42:12
encorelab/ck-board
https://api.github.com/repos/encorelab/ck-board
opened
Return to dashboard from canvas
enhancement low priority
From the canvas view, create a button (maybe a back button; maybe a dashboard button) for returning to the dashboard view.
1.0
Return to dashboard from canvas - From the canvas view, create a button (maybe a back button; maybe a dashboard button) for returning to the dashboard view.
priority
return to dashboard from canvas from the canvas view create a button maybe a back button maybe a dashboard button for returning to the dashboard view
1
241,844
7,834,970,518
IssuesEvent
2018-06-16 21:01:46
bigbluebutton/bigbluebutton
https://api.github.com/repos/bigbluebutton/bigbluebutton
closed
Double click on users name will open private chat window
Chat Enhancement Low Priority
Originally reported on Google Code with ID 589 ``` Purpose of the feature request: I would like to have a feature, which does the following: If you make a double click on a name in the users window, a new tab in your chat window appears and opens a private chat with that person. It is a faster way of creating a chat ...
1.0
Double click on users name will open private chat window - Originally reported on Google Code with ID 589 ``` Purpose of the feature request: I would like to have a feature, which does the following: If you make a double click on a name in the users window, a new tab in your chat window appears and opens a private ch...
priority
double click on users name will open private chat window originally reported on google code with id purpose of the feature request i would like to have a feature which does the following if you make a double click on a name in the users window a new tab in your chat window appears and opens a private chat...
1
668,324
22,578,165,321
IssuesEvent
2022-06-28 09:12:06
gratestas/zerno
https://api.github.com/repos/gratestas/zerno
opened
(enhance): `RefreshToken` on multiple devices
enhancement priority: low
Allow users to sign in from more than one device on the same account
1.0
(enhance): `RefreshToken` on multiple devices - Allow users to sign in from more than one device on the same account
priority
enhance refreshtoken on multiple devices allow users to sign in from more than one device on the same account
1
599,778
18,282,515,520
IssuesEvent
2021-10-05 06:22:10
HyphaApp/hypha
https://api.github.com/repos/HyphaApp/hypha
closed
Remove default from determination forms
Type: Enhancement Partner: OTF Priority: Low
## User story As a user I would send out the wrong determination type because the default is either 'dismiss', 'accept', or 'need more information' depending on the workflow status. ## Describe the solution you'd like in Hypha I would like to select the determination type I need (dismiss, accept, need more i...
1.0
Remove default from determination forms - ## User story As a user I would send out the wrong determination type because the default is either 'dismiss', 'accept', or 'need more information' depending on the workflow status. ## Describe the solution you'd like in Hypha I would like to select the determination ...
priority
remove default from determination forms user story as a user i would send out the wrong determination type because the default is either dismiss accept or need more information depending on the workflow status describe the solution you d like in hypha i would like to select the determination ...
1
60,829
3,134,681,653
IssuesEvent
2015-09-10 11:35:26
ukwa/w3act
https://api.github.com/repos/ukwa/w3act
closed
Crawl depth set up as none
3 - Done bug Low Priority
I think there’s another problem with Joan’s account. I’ve just noticed that some of her records have in the view mode ‘depth’ as none https://www.webarchive.org.uk/act/targets/act/act-1745066024703868039#crawlpolicy. When clicked on the edit mode it brings the default ‘Capped 500MB’ https://www.webarchive.org.uk/act/ta...
1.0
Crawl depth set up as none - I think there’s another problem with Joan’s account. I’ve just noticed that some of her records have in the view mode ‘depth’ as none https://www.webarchive.org.uk/act/targets/act/act-1745066024703868039#crawlpolicy. When clicked on the edit mode it brings the default ‘Capped 500MB’ https:/...
priority
crawl depth set up as none i think there’s another problem with joan’s account i’ve just noticed that some of her records have in the view mode ‘depth’ as none when clicked on the edit mode it brings the default ‘capped ’ i don’t even have an option as depth ‘none’ it seems to be a display issue in view mode ...
1
464,597
13,327,738,806
IssuesEvent
2020-08-27 13:35:47
benetech/ServiceNet
https://api.github.com/repos/benetech/ServiceNet
closed
Match percentage shows as 0.00% even though there are 4 matching records
PM: Workflow Priority B bug
In the production system logged in as uwbauser, I'm looking at this record and 4 matching records in "multi" view. You would think each of the matching records would have some non-zero matching score, but all of them have 0.00%, which must be an error (or the matches should not be showing). Please investigate. Scre...
1.0
Match percentage shows as 0.00% even though there are 4 matching records - In the production system logged in as uwbauser, I'm looking at this record and 4 matching records in "multi" view. You would think each of the matching records would have some non-zero matching score, but all of them have 0.00%, which must b...
priority
match percentage shows as even though there are matching records in the production system logged in as uwbauser i m looking at this record and matching records in multi view you would think each of the matching records would have some non zero matching score but all of them have which must be ...
1
277,692
8,631,670,929
IssuesEvent
2018-11-22 08:34:27
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Civilian chefs have access to military loadout items but not civilian loadout items
oversight priority: low
<!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines wi...
1.0
Civilian chefs have access to military loadout items but not civilian loadout items - <!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in p...
priority
civilian chefs have access to military loadout items but not civilian loadout items if a specific field doesn t apply remove it anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them joke or spammed issues can and will result in p...
1
444,146
12,807,073,909
IssuesEvent
2020-07-03 10:41:49
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Check for spikes in commanded positions in ManipulationStation demos
priority: low team: robot locomotion group type: MIT 6.881
#11162 introduced an `AdvanceTo()` that gets called before the IK positions have been initialized: https://github.com/RobotLocomotion/drake/commit/d1739bbfd0e88284d93b9b9d40529c6b2c5bef75#diff-7c73b71268c8b836c7f3c87172b92fffR285 This makes sense in the lcm use case. But it looks dangerous to me. We could be send...
1.0
Check for spikes in commanded positions in ManipulationStation demos - #11162 introduced an `AdvanceTo()` that gets called before the IK positions have been initialized: https://github.com/RobotLocomotion/drake/commit/d1739bbfd0e88284d93b9b9d40529c6b2c5bef75#diff-7c73b71268c8b836c7f3c87172b92fffR285 This makes sens...
priority
check for spikes in commanded positions in manipulationstation demos introduced an advanceto that gets called before the ik positions have been initialized this makes sense in the lcm use case but it looks dangerous to me we could be sending an uninitialized command to the robot this is a reminder...
1
78,056
3,509,170,747
IssuesEvent
2016-01-08 21:23:03
duckduckgo/zeroclickinfo-spice
https://api.github.com/repos/duckduckgo/zeroclickinfo-spice
opened
Wikinews: CSS needs to be namespaced
Bug Low-Hanging Fruit Priority: Medium
Currently the CSS classes target `.tile--c` which will modify all Instant Answers tiles that are displaying. The CSS rules must be prefaced with `.tile--wikinews` so it only affects this IA's tiles /cc @iambibhas ------ IA Page: http://duck.co/ia/view/wikinews
1.0
Wikinews: CSS needs to be namespaced - Currently the CSS classes target `.tile--c` which will modify all Instant Answers tiles that are displaying. The CSS rules must be prefaced with `.tile--wikinews` so it only affects this IA's tiles /cc @iambibhas ------ IA Page: http://duck.co/ia/view/wikinews
priority
wikinews css needs to be namespaced currently the css classes target tile c which will modify all instant answers tiles that are displaying the css rules must be prefaced with tile wikinews so it only affects this ia s tiles cc iambibhas ia page
1
506,087
14,658,255,086
IssuesEvent
2020-12-28 17:27:28
bounswe/bounswe2020group4
https://api.github.com/repos/bounswe/bounswe2020group4
closed
(BUG)(BKND) Products are not sorted by price
Backend Bug Effort: Low Priority: Low Status: Needs Review
**Describe the bug** When I try to sort the products by ascending price, they are not returned in correct order. **To Reproduce** 1. GET http://3.138.113.101:8080/products?categories=["Cosmetics","Skincare"]&sortingFactor=price&sortingType=ascending 2. Observe that the products are not returned in correct order ...
1.0
(BUG)(BKND) Products are not sorted by price - **Describe the bug** When I try to sort the products by ascending price, they are not returned in correct order. **To Reproduce** 1. GET http://3.138.113.101:8080/products?categories=["Cosmetics","Skincare"]&sortingFactor=price&sortingType=ascending 2. Observe that t...
priority
bug bknd products are not sorted by price describe the bug when i try to sort the products by ascending price they are not returned in correct order to reproduce get sortingfactor price sortingtype ascending observe that the products are not returned in correct order expected behavior...
1
384,885
11,405,140,441
IssuesEvent
2020-01-31 11:21:28
level73/membernet
https://api.github.com/repos/level73/membernet
opened
Tweaks to Search
Platform: Membernet Priority: Low Type: Enhancement
-Add platforms to search -organise the organisations list drop down so that it first displays members, and then non-members. If possible, include a way to select whether non-member orgs should display in drop down (we dont want to make another filter for non member orgs, but it would be good to be able to distinguish ...
1.0
Tweaks to Search - -Add platforms to search -organise the organisations list drop down so that it first displays members, and then non-members. If possible, include a way to select whether non-member orgs should display in drop down (we dont want to make another filter for non member orgs, but it would be good to be a...
priority
tweaks to search add platforms to search organise the organisations list drop down so that it first displays members and then non members if possible include a way to select whether non member orgs should display in drop down we dont want to make another filter for non member orgs but it would be good to be a...
1
227,038
7,526,293,604
IssuesEvent
2018-04-13 13:36:50
Submitty/Submitty
https://api.github.com/repos/Submitty/Submitty
closed
Error on account/index.php when resizing window
TA Grading bug low priority
[This line](https://github.com/RCOS-Grading-Server/HWserver/blob/master/TAGradingServer/account/index.php#L432) throws an error in JS console when resizing the JS console. This should be investigated. Error: ``` Uncaught TypeError: Cannot read property 'style' of null ```
1.0
Error on account/index.php when resizing window - [This line](https://github.com/RCOS-Grading-Server/HWserver/blob/master/TAGradingServer/account/index.php#L432) throws an error in JS console when resizing the JS console. This should be investigated. Error: ``` Uncaught TypeError: Cannot read property 'style' of null...
priority
error on account index php when resizing window throws an error in js console when resizing the js console this should be investigated error uncaught typeerror cannot read property style of null
1
737,508
25,519,120,547
IssuesEvent
2022-11-28 18:52:22
pandaproject/panda
https://api.github.com/repos/pandaproject/panda
closed
Non-login access for users behind a firewall
Priority: Low
I would like to deploy PANDA only using the Django's auth system on the /admin/ pages and have all the "client" pages available to all users at all times. Is this possible without a hideous hack?
1.0
Non-login access for users behind a firewall - I would like to deploy PANDA only using the Django's auth system on the /admin/ pages and have all the "client" pages available to all users at all times. Is this possible without a hideous hack?
priority
non login access for users behind a firewall i would like to deploy panda only using the django s auth system on the admin pages and have all the client pages available to all users at all times is this possible without a hideous hack
1
94,978
3,933,559,322
IssuesEvent
2016-04-25 19:33:26
ghutchis/avogadro
https://api.github.com/repos/ghutchis/avogadro
closed
Installation problem: Could NOT find OpenBabel 2.3 or later
auto-migrated Could NOT find OpenBabel 2.3 or later low priority v_0.1.0
I followed exactly the installation instructions. openbabel-2.3.2 was installed properly but doing cmake to install avogadro I get : -- checking for module 'openbabel-2.0>=2.3.0' -- package 'openbabel-2.0>=2.3.0' not found CMake Error at cmake/modules/FindOpenBabel2.cmake:69 (message): Could NOT find OpenBab...
1.0
Installation problem: Could NOT find OpenBabel 2.3 or later - I followed exactly the installation instructions. openbabel-2.3.2 was installed properly but doing cmake to install avogadro I get : -- checking for module 'openbabel-2.0>=2.3.0' -- package 'openbabel-2.0>=2.3.0' not found CMake Error at cmake/modul...
priority
installation problem could not find openbabel or later i followed exactly the installation instructions openbabel was installed properly but doing cmake to install avogadro i get checking for module openbabel package openbabel not found cmake error at cmake modul...
1
671,813
22,777,210,191
IssuesEvent
2022-07-08 15:32:53
ClickHouse/clickhouse-go
https://api.github.com/repos/ClickHouse/clickhouse-go
opened
Improve http streaming
low priority
Currently the http approach reads the[ entire body](https://github.com/ClickHouse/clickhouse-go/blob/v2/conn_http_query.go#L45) before decoding the blocks. We should ideally do this in a streaming fashion to reduce memory. @ortyomka
1.0
Improve http streaming - Currently the http approach reads the[ entire body](https://github.com/ClickHouse/clickhouse-go/blob/v2/conn_http_query.go#L45) before decoding the blocks. We should ideally do this in a streaming fashion to reduce memory. @ortyomka
priority
improve http streaming currently the http approach reads the before decoding the blocks we should ideally do this in a streaming fashion to reduce memory ortyomka
1
159,973
6,065,477,867
IssuesEvent
2017-06-14 16:18:14
hydroshare/hydroshare
https://api.github.com/repos/hydroshare/hydroshare
closed
If you try to create a user with a user name that is already taken then you get a hard crash
bug Low Priority User Information
Worse yet, it seems that the email to confirm the user is sent to the new address. So I might have an opportunity to hijack someone else's account by simply creating a new user with the same user name someone else has already use. I haven't tried this hack, but maybe we just need to avoid it by giving a clean error mes...
1.0
If you try to create a user with a user name that is already taken then you get a hard crash - Worse yet, it seems that the email to confirm the user is sent to the new address. So I might have an opportunity to hijack someone else's account by simply creating a new user with the same user name someone else has already...
priority
if you try to create a user with a user name that is already taken then you get a hard crash worse yet it seems that the email to confirm the user is sent to the new address so i might have an opportunity to hijack someone else s account by simply creating a new user with the same user name someone else has already...
1
5,467
2,576,533,150
IssuesEvent
2015-02-12 10:49:12
georchestra/georchestra
https://api.github.com/repos/georchestra/georchestra
opened
mapfishapp : referentials doesn't work with GS 2.5.4
14.12 bug priority-low
as seen on sdi.georchestra.org using the referentials tab ```xml <ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://sdi.georchestra.org/geoserver/schemas/ows/1.1.0/owsAll.xsd"> ...
1.0
mapfishapp : referentials doesn't work with GS 2.5.4 - as seen on sdi.georchestra.org using the referentials tab ```xml <ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="2.0.0" xsi:schemaLocation="http://www.opengis.net/ows/1.1 http://sdi.ge...
priority
mapfishapp referentials doesn t work with gs as seen on sdi georchestra org using the referentials tab xml ows exceptionreport xmlns ows xmlns xsi version xsi schemalocation request parsing failed parsing failed for propertyislike java lang classcastexception java lang s...
1
131,309
5,145,969,387
IssuesEvent
2017-01-12 23:13:29
easydigitaldownloads/easy-digital-downloads
https://api.github.com/repos/easydigitaldownloads/easy-digital-downloads
closed
South Korea Zip/Postal Code Validation Issue
Bug Priority: Low
A customer recently contacted me who was having issues proceeding with his order due to the address validation on the EDD checkout screen. He was from Germany but living in North Korea and while the VAT plugin I use asks for location confirmation (if the Geo IP lookup reports a different country to the billing address)...
1.0
South Korea Zip/Postal Code Validation Issue - A customer recently contacted me who was having issues proceeding with his order due to the address validation on the EDD checkout screen. He was from Germany but living in North Korea and while the VAT plugin I use asks for location confirmation (if the Geo IP lookup repo...
priority
south korea zip postal code validation issue a customer recently contacted me who was having issues proceeding with his order due to the address validation on the edd checkout screen he was from germany but living in north korea and while the vat plugin i use asks for location confirmation if the geo ip lookup repo...
1
332,215
10,089,604,349
IssuesEvent
2019-07-26 09:20:29
WoWManiaUK/Blackwing-Lair
https://api.github.com/repos/WoWManiaUK/Blackwing-Lair
closed
[NPC] Zaeldarr the Outcast- (double spawned) - Eastern Plaguelands
Fixed Confirmed Fixed in Dev Low Priority zone 40-50
NPC -https://www.wowhead.com/npc=12250/zaeldarr-the-outcast Quest -https://www.wowhead.com/quest=6021/zaeldarr-the-outcast NPC picked up from - https://www.wowhead.com/npc=45500 Just informing you this NPC has doubled spawned. not so much an issue quest is to completable.
1.0
[NPC] Zaeldarr the Outcast- (double spawned) - Eastern Plaguelands - NPC -https://www.wowhead.com/npc=12250/zaeldarr-the-outcast Quest -https://www.wowhead.com/quest=6021/zaeldarr-the-outcast NPC picked up from - https://www.wowhead.com/npc=45500 Just informing you this NPC has doubled spawned. not so much an issue...
priority
zaeldarr the outcast double spawned eastern plaguelands npc quest npc picked up from just informing you this npc has doubled spawned not so much an issue quest is to completable
1
264,433
8,310,006,620
IssuesEvent
2018-09-24 09:09:46
ZeusWPI/MOZAIC
https://api.github.com/repos/ZeusWPI/MOZAIC
opened
gameserver logging
discussion gameserver input wanted priority:low
@Robbe7730 tends to get upset because we don't really do much logging in the gameserver (and rightfully so), so maybe we should? Just to be clear, this is not about logging what happens in a game, but rather about the mechanics of the gameserver (connections are opened, handshakes that fail, ... , in short: things y...
1.0
gameserver logging - @Robbe7730 tends to get upset because we don't really do much logging in the gameserver (and rightfully so), so maybe we should? Just to be clear, this is not about logging what happens in a game, but rather about the mechanics of the gameserver (connections are opened, handshakes that fail, ......
priority
gameserver logging tends to get upset because we don t really do much logging in the gameserver and rightfully so so maybe we should just to be clear this is not about logging what happens in a game but rather about the mechanics of the gameserver connections are opened handshakes that fail in sh...
1
15,641
2,611,495,632
IssuesEvent
2015-02-27 05:35:16
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
opened
Allow to set limit on teams number in net game
auto-migrated Priority-Low Type-Enhancement
``` Allow to set limit on teams number in net game ``` Original issue reported on code.google.com by `unC0Rr` on 9 Aug 2012 at 7:19
1.0
Allow to set limit on teams number in net game - ``` Allow to set limit on teams number in net game ``` Original issue reported on code.google.com by `unC0Rr` on 9 Aug 2012 at 7:19
priority
allow to set limit on teams number in net game allow to set limit on teams number in net game original issue reported on code google com by on aug at
1
378,438
11,202,253,017
IssuesEvent
2020-01-04 10:58:23
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Forgot password form - Objects are not valid as a React child (found: object with keys {id}).
priority: low status: confirmed type: bug 🐛
<!-- Hello 👋 Thank you for submitting an issue. Before you start, please make sure your issue is understandable and reproducible. To make your issue readable make sure you use valid Markdown syntax. https://guides.github.com/features/mastering-markdown/ --> **Describe the bug** When I try to submit forgot...
1.0
Forgot password form - Objects are not valid as a React child (found: object with keys {id}). - <!-- Hello 👋 Thank you for submitting an issue. Before you start, please make sure your issue is understandable and reproducible. To make your issue readable make sure you use valid Markdown syntax. https://guides.g...
priority
forgot password form objects are not valid as a react child found object with keys id hello 👋 thank you for submitting an issue before you start please make sure your issue is understandable and reproducible to make your issue readable make sure you use valid markdown syntax desc...
1
562,489
16,661,830,381
IssuesEvent
2021-06-06 13:16:52
CyanLabs/Syn3Updater
https://api.github.com/repos/CyanLabs/Syn3Updater
closed
Download idles when Access Controlled Folder protection in Windows Security gets a pop-up
Priority: Low Type: Bug
While downloading the files. It happened to me I get a pop-up of those Controlled Access Folder protection to say it's blocked, I pressed to allow it, but the download of those file got stuck on 100% veryfing, so u need to cancel those one, restart, but now u better choose no to empty the folder. So it only verif...
1.0
Download idles when Access Controlled Folder protection in Windows Security gets a pop-up - While downloading the files. It happened to me I get a pop-up of those Controlled Access Folder protection to say it's blocked, I pressed to allow it, but the download of those file got stuck on 100% veryfing, so u need to ca...
priority
download idles when access controlled folder protection in windows security gets a pop up while downloading the files it happened to me i get a pop up of those controlled access folder protection to say it s blocked i pressed to allow it but the download of those file got stuck on veryfing so u need to canc...
1
501,087
14,521,092,232
IssuesEvent
2020-12-14 06:45:47
Kerosz/reddit-client
https://api.github.com/repos/Kerosz/reddit-client
closed
Search-bar to adapt to the theme colors
Cost-Low Idea-Enhancement Priority-2
Make the search bar colors adapt and change depending on the theme mode of the website
1.0
Search-bar to adapt to the theme colors - Make the search bar colors adapt and change depending on the theme mode of the website
priority
search bar to adapt to the theme colors make the search bar colors adapt and change depending on the theme mode of the website
1
365,395
10,781,160,245
IssuesEvent
2019-11-04 14:25:24
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
PHP Notice in SugarWidgetField.php
Bug Fix Proposed Low Priority Resolved: Next Release
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product ...
1.0
PHP Notice in SugarWidgetField.php - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. T...
priority
php notice in sugarwidgetfield php issue the method getvardef in include generic sugarwidgets sugarwidgetfield php is not checking that column key and reporter are setted php public function getvardef layout def myname layout def vardef ...
1
245,131
7,881,583,323
IssuesEvent
2018-06-26 19:33:25
Richtype/openstrat
https://api.github.com/repos/Richtype/openstrat
opened
Multiple Cavases
feature low priority
I had thought at some point to offer multiple canvases. Not sure if that would create difficulties in the browser.
1.0
Multiple Cavases - I had thought at some point to offer multiple canvases. Not sure if that would create difficulties in the browser.
priority
multiple cavases i had thought at some point to offer multiple canvases not sure if that would create difficulties in the browser
1
206,258
7,110,898,589
IssuesEvent
2018-01-17 12:23:28
Automattic/liveblog
https://api.github.com/repos/Automattic/liveblog
closed
Structured Data support
Priority::Low enhancement
Google is piloting structured data support for liveblogs and it'd be really cool if we integrated it: https://developers.google.com/structured-data/carousels/live-blogs
1.0
Structured Data support - Google is piloting structured data support for liveblogs and it'd be really cool if we integrated it: https://developers.google.com/structured-data/carousels/live-blogs
priority
structured data support google is piloting structured data support for liveblogs and it d be really cool if we integrated it
1
428,501
12,412,525,834
IssuesEvent
2020-05-22 10:44:45
mui-org/material-ui
https://api.github.com/repos/mui-org/material-ui
closed
Components responsiveness (when resizing window)
low priority
Hi, I started using Material-ui recently and despite the fact that I am not so much aware of the Material design principles, there is a few components behaviour that does not make sense to me. Let's take for instance one of the AppBar from the demo page (https://material-ui.com/components/app-bar/#app-bar-with-a-pri...
1.0
Components responsiveness (when resizing window) - Hi, I started using Material-ui recently and despite the fact that I am not so much aware of the Material design principles, there is a few components behaviour that does not make sense to me. Let's take for instance one of the AppBar from the demo page (https://mat...
priority
components responsiveness when resizing window hi i started using material ui recently and despite the fact that i am not so much aware of the material design principles there is a few components behaviour that does not make sense to me let s take for instance one of the appbar from the demo page when i...
1
772,346
27,117,416,835
IssuesEvent
2023-02-15 19:44:45
openforcefield/openff-toolkit
https://api.github.com/repos/openforcefield/openff-toolkit
closed
Plugins not reliably tracked if loaded externally
bug priority:low effort:low
**Describe the bug** <!-- A clear and concise description of what the bug is. --> The logic I introduced in #1467 only works if its call to `load_handler_plugins` is the first one. **To Reproduce** The simple behavior, which works fine, is ```python3 >>> from openff.toolkit import ForceField >>> ForceFie...
1.0
Plugins not reliably tracked if loaded externally - **Describe the bug** <!-- A clear and concise description of what the bug is. --> The logic I introduced in #1467 only works if its call to `load_handler_plugins` is the first one. **To Reproduce** The simple behavior, which works fine, is ```python3 >>>...
priority
plugins not reliably tracked if loaded externally describe the bug the logic i introduced in only works if its call to load handler plugins is the first one to reproduce the simple behavior which works fine is from openff toolkit import forcefield forcefield load plugins ...
1
136,472
5,283,436,186
IssuesEvent
2017-02-07 21:23:46
qutebrowser/qutebrowser
https://api.github.com/repos/qutebrowser/qutebrowser
opened
Segfaults when showing download overwrite prompt with QtWebEngine mhtml downloads
component: downloads priority: 2 - low QtWebEngine
This seems to be quite rare, and the fix in ... helped a lot. Stack with it reverted: ``` #0 0x00007f93c27a9f5f in raise () at /usr/lib/libpthread.so.0 #1 0x00007f93c27aa080 in <signal handler called> () at /usr/lib/libpthread.so.0 #2 0x00007f93a20aa8e2 in QQmlData::isSignalConnected(QAbstractDeclarativeData*,...
1.0
Segfaults when showing download overwrite prompt with QtWebEngine mhtml downloads - This seems to be quite rare, and the fix in ... helped a lot. Stack with it reverted: ``` #0 0x00007f93c27a9f5f in raise () at /usr/lib/libpthread.so.0 #1 0x00007f93c27aa080 in <signal handler called> () at /usr/lib/libpthread.so...
priority
segfaults when showing download overwrite prompt with qtwebengine mhtml downloads this seems to be quite rare and the fix in helped a lot stack with it reverted in raise at usr lib libpthread so in at usr lib libpthread so in qqmldata issignalconnected qabstractdeclar...
1
733,033
25,285,238,059
IssuesEvent
2022-11-16 18:43:47
PrefectHQ/prefect
https://api.github.com/repos/PrefectHQ/prefect
closed
'name' and 'version' arguments for the @flow decorator are not optional
bug good first issue status:accepted v2 priority:low
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the Prefect documentation for this issue. - [X] I checked that this issue is related to Prefect and not one of its dependencies. ### Bug summary A user took not...
1.0
'name' and 'version' arguments for the @flow decorator are not optional - ### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it. - [X] I searched the Prefect documentation for this issue. - [X] I checked that this issue is related to ...
priority
name and version arguments for the flow decorator are not optional first check i added a descriptive title to this issue i used the github search to find a similar issue and didn t find it i searched the prefect documentation for this issue i checked that this issue is related to prefect ...
1
305,942
9,378,513,103
IssuesEvent
2019-04-04 13:04:22
scandipwa/base-theme
https://api.github.com/repos/scandipwa/base-theme
opened
HTML select does not change sort key in Category Page
PRIORITY: LOW bug good first issue
**Describe the bug** Product List sort key does not change when trying to change it by tabbing to the hidden html select and changing sort option. **To Reproduce** Steps to reproduce the behavior: 1. Go to Category Page 2. Click on label "Sort by:" 3. Press tab until the Select dropdown shrinks and press enter ...
1.0
HTML select does not change sort key in Category Page - **Describe the bug** Product List sort key does not change when trying to change it by tabbing to the hidden html select and changing sort option. **To Reproduce** Steps to reproduce the behavior: 1. Go to Category Page 2. Click on label "Sort by:" 3. Pres...
priority
html select does not change sort key in category page describe the bug product list sort key does not change when trying to change it by tabbing to the hidden html select and changing sort option to reproduce steps to reproduce the behavior go to category page click on label sort by pres...
1
373,708
11,047,716,691
IssuesEvent
2019-12-09 19:34:46
LongTailBio/pangea-server
https://api.github.com/repos/LongTailBio/pangea-server
closed
Add map interface
low priority question sample-group
@dcdanko, is this just a map of sample location shown on Sample Group pages? Or is there more to it than that (ex. genomic mapping rather than geographical)?
1.0
Add map interface - @dcdanko, is this just a map of sample location shown on Sample Group pages? Or is there more to it than that (ex. genomic mapping rather than geographical)?
priority
add map interface dcdanko is this just a map of sample location shown on sample group pages or is there more to it than that ex genomic mapping rather than geographical
1
283,199
8,717,761,135
IssuesEvent
2018-12-07 18:11:29
Text-Mining/Persian-NER
https://api.github.com/repos/Text-Mining/Persian-NER
closed
change Ahmad to Mojtaba :)
Effort: Low Priority: Low Product: Web App Type: bug
mentioned here https://twitter.com/BitaKn/status/1070393902941786114 we should use the correct name in this tag guide line ![dtrnkemx4aatdrc](https://user-images.githubusercontent.com/1385656/49562904-c561c480-f932-11e8-9c0b-a009a612112d.jpg)
1.0
change Ahmad to Mojtaba :) - mentioned here https://twitter.com/BitaKn/status/1070393902941786114 we should use the correct name in this tag guide line ![dtrnkemx4aatdrc](https://user-images.githubusercontent.com/1385656/49562904-c561c480-f932-11e8-9c0b-a009a612112d.jpg)
priority
change ahmad to mojtaba mentioned here we should use the correct name in this tag guide line
1
479,194
13,792,546,564
IssuesEvent
2020-10-09 13:46:00
workcraft/workcraft
https://api.github.com/repos/workcraft/workcraft
closed
Library of templates for frequently used primitives
enhancement priority:low
Example 1) Digital Circuit plugin When a Function component generator is activated, the Tool controls panel should contain:   - A drop-down list of predefined gates (e.g. read from Genlib file) Example 2) STG plugin When a Transition or Place generator is activated the Tool control panel should have:  - A drop-down l...
1.0
Library of templates for frequently used primitives - Example 1) Digital Circuit plugin When a Function component generator is activated, the Tool controls panel should contain:   - A drop-down list of predefined gates (e.g. read from Genlib file) Example 2) STG plugin When a Transition or Place generator is activate...
priority
library of templates for frequently used primitives example digital circuit plugin when a function component generator is activated the tool controls panel should contain    a drop down list of predefined gates e g read from genlib file example stg plugin when a transition or place generator is activate...
1
588,963
17,686,603,084
IssuesEvent
2021-08-24 03:03:12
BediBot/BediBot-Rewrite
https://api.github.com/repos/BediBot/BediBot-Rewrite
closed
Change winston console transport level to be specified in .env
low-priority
Remember to update .env.example
1.0
Change winston console transport level to be specified in .env - Remember to update .env.example
priority
change winston console transport level to be specified in env remember to update env example
1
121,712
4,820,630,356
IssuesEvent
2016-11-04 23:58:33
dealii/dealii
https://api.github.com/repos/dealii/dealii
closed
Static analysis: dealii-git/source/base/quadrature.cc
Low priority Starter project
``` dealii-git/source/base/quadrature.cc 676 warn V636 The 'subface_no / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. ``` We should address these warnings and errors from the...
1.0
Static analysis: dealii-git/source/base/quadrature.cc - ``` dealii-git/source/base/quadrature.cc 676 warn V636 The 'subface_no / 2' expression was implicitly cast from 'int' type to 'double' type. Consider utilizing an explicit type cast to avoid the loss of a fractional part. An example: double A = (double)(X) / Y;. `...
priority
static analysis dealii git source base quadrature cc dealii git source base quadrature cc warn the subface no expression was implicitly cast from int type to double type consider utilizing an explicit type cast to avoid the loss of a fractional part an example double a double x y w...
1
801,954
28,508,181,090
IssuesEvent
2023-04-19 00:15:57
IDAES/idaes-pse
https://api.github.com/repos/IDAES/idaes-pse
closed
"gaussian" rbf type always displayed when loading surrogate using `PysmoSurrogate.load_from_file()`
bug Priority:Low surrogates
I performed independent surrogate training for all radial basis functions using the config argument in `PysmoRBFTrainer()` When training, the terminal display is for example, ``` Default parameter estimation method is used. Parameter estimation method: algebraic Basis function: imq Regularization done: True ...
1.0
"gaussian" rbf type always displayed when loading surrogate using `PysmoSurrogate.load_from_file()` - I performed independent surrogate training for all radial basis functions using the config argument in `PysmoRBFTrainer()` When training, the terminal display is for example, ``` Default parameter estimation method ...
priority
gaussian rbf type always displayed when loading surrogate using pysmosurrogate load from file i performed independent surrogate training for all radial basis functions using the config argument in pysmorbftrainer when training the terminal display is for example default parameter estimation method ...
1
718,668
24,728,103,142
IssuesEvent
2022-10-20 15:23:19
COS301-SE-2022/Happy-Muncher
https://api.github.com/repos/COS301-SE-2022/Happy-Muncher
closed
Default recipe image
type: enhancement scope: front-end Priority: low
set a default image that will be displayed rather than a blank block when the recipe network image can't be loaded, such as when the app is offline.
1.0
Default recipe image - set a default image that will be displayed rather than a blank block when the recipe network image can't be loaded, such as when the app is offline.
priority
default recipe image set a default image that will be displayed rather than a blank block when the recipe network image can t be loaded such as when the app is offline
1
286,894
8,795,618,609
IssuesEvent
2018-12-22 17:57:05
Monika-After-Story/MonikaModDev
https://api.github.com/repos/Monika-After-Story/MonikaModDev
closed
near equator option in hemisphere topic
low priority suggestion
Hello! I'm using v.0.8.10-unstable.2018.06.76, and I have several questions that I'm not sure where to put (or even title this issue), so I hope it's okay for me to mash these questions up in one issue. 1. Hemisphere topic I know that most people live in northen or southern hemisphere, but I don't live in those two...
1.0
near equator option in hemisphere topic - Hello! I'm using v.0.8.10-unstable.2018.06.76, and I have several questions that I'm not sure where to put (or even title this issue), so I hope it's okay for me to mash these questions up in one issue. 1. Hemisphere topic I know that most people live in northen or southern...
priority
near equator option in hemisphere topic hello i m using v unstable and i have several questions that i m not sure where to put or even title this issue so i hope it s okay for me to mash these questions up in one issue hemisphere topic i know that most people live in northen or southern hemis...
1
394,595
11,645,602,832
IssuesEvent
2020-03-01 02:47:37
VandyHacks/vaken
https://api.github.com/repos/VandyHacks/vaken
opened
Themed Hacker Dashboard
Priority: Low Type: Enhancement
Having the views that the hackers see be easily stylable according to the theme
1.0
Themed Hacker Dashboard - Having the views that the hackers see be easily stylable according to the theme
priority
themed hacker dashboard having the views that the hackers see be easily stylable according to the theme
1
626,238
19,804,838,289
IssuesEvent
2022-01-19 04:47:03
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Can't enable pull-up resistors in ESP32 gpio 25,26,27
bug priority: low area: GPIO platform: ESP32
**Describe the bug** The pull-up resistors for GPIO25, GPIO26, and GPIO27 aren't being enabled and the pins are left floating. This behavior is shown on a dev board that has the ESP-WROOM-32 module as well as a TTGO T-Display board. **To Reproduce** ``` / { aliases { sw0 = &button0; }; ...
1.0
Can't enable pull-up resistors in ESP32 gpio 25,26,27 - **Describe the bug** The pull-up resistors for GPIO25, GPIO26, and GPIO27 aren't being enabled and the pins are left floating. This behavior is shown on a dev board that has the ESP-WROOM-32 module as well as a TTGO T-Display board. **To Reproduce** ``` ...
priority
can t enable pull up resistors in gpio describe the bug the pull up resistors for and aren t being enabled and the pins are left floating this behavior is shown on a dev board that has the esp wroom module as well as a ttgo t display board to reproduce aliases ...
1