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
644,635
20,983,406,991
IssuesEvent
2022-03-28 22:43:31
zebscripts/AFK-Daily
https://api.github.com/repos/zebscripts/AFK-Daily
opened
Collect Guild Chests
Good first issue :ok_hand: Type: Feature request :green_heart: Priority: Low :snowflake: File: afk-daily.sh :file_folder:
It would be nice for the script to actively try and collect every available Guild Chest instead of passively waiting for the pop-up.
1.0
Collect Guild Chests - It would be nice for the script to actively try and collect every available Guild Chest instead of passively waiting for the pop-up.
priority
collect guild chests it would be nice for the script to actively try and collect every available guild chest instead of passively waiting for the pop up
1
614,802
19,190,176,063
IssuesEvent
2021-12-05 21:28:14
StatisticsNZ/simplevis
https://api.github.com/repos/StatisticsNZ/simplevis
closed
Rename *zero_line arguments
low priority
`x_zero_line_v` `y_zero_line_h` Or... `zero_line_horizontal = TRUE` `zero_line_vertical = TRUE`
1.0
Rename *zero_line arguments - `x_zero_line_v` `y_zero_line_h` Or... `zero_line_horizontal = TRUE` `zero_line_vertical = TRUE`
priority
rename zero line arguments x zero line v y zero line h or zero line horizontal true zero line vertical true
1
41,686
2,869,072,805
IssuesEvent
2015-06-05 23:06:44
dart-lang/polymer-dart
https://api.github.com/repos/dart-lang/polymer-dart
opened
test fail with force shadowdom
bug PolymerMilestone-Later Priority-Low
<a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#19414_ ---- we seem to be hitting an issue when forcing the shadow-...
1.0
test fail with force shadowdom - <a href="https://github.com/sigmundch"><img src="https://avatars.githubusercontent.com/u/2049220?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sigmundch](https://github.com/sigmundch)** _Originally opened as dart-lang/sdk#19414_ ---- we seem to be hitting ...
priority
test fail with force shadowdom issue by originally opened as dart lang sdk we seem to be hitting an issue when forcing the shadow dom polyfill the following code nbsp jsobject polymerelementproto nbsp nbsp nbsp var polyelem document...
1
650,618
21,411,081,096
IssuesEvent
2022-04-22 06:03:12
lardemua/atlascar2
https://api.github.com/repos/lardemua/atlascar2
opened
Create a sick lrms gazebo sensor
enhancement Low priority
The idea is first to search for an existing gazebo sensor of the sick lrms, but if we can't find one we can develop following this tutorial. http://gazebosim.org/tutorials?cat=guided_i&tut=guided_i1 This should be low priority.
1.0
Create a sick lrms gazebo sensor - The idea is first to search for an existing gazebo sensor of the sick lrms, but if we can't find one we can develop following this tutorial. http://gazebosim.org/tutorials?cat=guided_i&tut=guided_i1 This should be low priority.
priority
create a sick lrms gazebo sensor the idea is first to search for an existing gazebo sensor of the sick lrms but if we can t find one we can develop following this tutorial this should be low priority
1
386,049
11,430,982,042
IssuesEvent
2020-02-04 11:09:52
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1383] Rounded value 'worked' when you get wages.
Priority: Low
Step to reproduce: - change 'Wage Frequency Minutes' to 1 min: ![image](https://user-images.githubusercontent.com/45708377/73738971-73931500-4756-11ea-833e-c37b34372dda.png) - wait several pays. - change 'Wage Frequency Minutes' to 1,5 min. Wait several pays. - change 'Wage Frequency Minutes' to 1,9 min. Wait seve...
1.0
[0.9.0 staging-1383] Rounded value 'worked' when you get wages. - Step to reproduce: - change 'Wage Frequency Minutes' to 1 min: ![image](https://user-images.githubusercontent.com/45708377/73738971-73931500-4756-11ea-833e-c37b34372dda.png) - wait several pays. - change 'Wage Frequency Minutes' to 1,5 min. Wait seve...
priority
rounded value worked when you get wages step to reproduce change wage frequency minutes to min wait several pays change wage frequency minutes to min wait several pays change wage frequency minutes to min wait several pays i had different pays but it also write ...
1
370,050
10,924,627,573
IssuesEvent
2019-11-22 10:32:50
popperjs/popper.js
https://api.github.com/repos/popperjs/popper.js
closed
Methods to disable / enable tooltip
# ENHANCEMENT DIFFICULTY: low PRIORITY: low TARGETS: Tooltip.js
It's sometimes useful to temporarily disable a tooltip from triggering through user events (focus, hover, click, etc). Other libraries provide an `enable` and `disable` method to do this. Right now, the only way to do this is by calling `destroy` on the tooltip to disable it and reinitializing it to enable it. I'm h...
1.0
Methods to disable / enable tooltip - It's sometimes useful to temporarily disable a tooltip from triggering through user events (focus, hover, click, etc). Other libraries provide an `enable` and `disable` method to do this. Right now, the only way to do this is by calling `destroy` on the tooltip to disable it and re...
priority
methods to disable enable tooltip it s sometimes useful to temporarily disable a tooltip from triggering through user events focus hover click etc other libraries provide an enable and disable method to do this right now the only way to do this is by calling destroy on the tooltip to disable it and re...
1
393,368
11,614,233,808
IssuesEvent
2020-02-26 12:13:24
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
#ifdef __cplusplus missing in tracking_cpu_stats.h
bug priority: low
**Describe the bug** When we include the header file subsys/tracing/include/tracing_cpu_stats.h into the C++ file with reference to one of the functions it will not link. **To Reproduce** Steps to reproduce the behavior: 1. add C++ file into the Zephyr project 2. enable TRACING_CPU_STATS in menuconfig 2. #i...
1.0
#ifdef __cplusplus missing in tracking_cpu_stats.h - **Describe the bug** When we include the header file subsys/tracing/include/tracing_cpu_stats.h into the C++ file with reference to one of the functions it will not link. **To Reproduce** Steps to reproduce the behavior: 1. add C++ file into the Zephyr proje...
priority
ifdef cplusplus missing in tracking cpu stats h describe the bug when we include the header file subsys tracing include tracing cpu stats h into the c file with reference to one of the functions it will not link to reproduce steps to reproduce the behavior add c file into the zephyr proje...
1
129,435
5,097,064,069
IssuesEvent
2017-01-03 20:14:20
resin-io/versionist
https://api.github.com/repos/resin-io/versionist
closed
Versionist should be able to update itself with a simple script action
enhancement priority/low
It'd be nice if we had an easy way , like a `package.json` script, to run `npm run versionist` on this very repo
1.0
Versionist should be able to update itself with a simple script action - It'd be nice if we had an easy way , like a `package.json` script, to run `npm run versionist` on this very repo
priority
versionist should be able to update itself with a simple script action it d be nice if we had an easy way like a package json script to run npm run versionist on this very repo
1
300,114
9,206,159,016
IssuesEvent
2019-03-08 12:54:43
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
crash loading big shapefile
Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1452, https://issues.qgis.org/issues/1452 Original Assignee: nobody - --- QGIS crashes loading a 382 MB shapefile, 180514 polygons: ``` $ ogrinfo -al -so neg_patch_poly_bnd_area_splt INFO: Open of @robota/fucha/2008_javier/neg_patch...
1.0
crash loading big shapefile - --- Author Name: **Maciej Sieczka -** (Maciej Sieczka -) Original Redmine Issue: 1452, https://issues.qgis.org/issues/1452 Original Assignee: nobody - --- QGIS crashes loading a 382 MB shapefile, 180514 polygons: ``` $ ogrinfo -al -so neg_patch_poly_bnd_area_splt INFO: Open of @robo...
priority
crash loading big shapefile author name maciej sieczka maciej sieczka original redmine issue original assignee nobody qgis crashes loading a mb shapefile polygons ogrinfo al so neg patch poly bnd area splt info open of robota fucha javier neg patch poly bnd area sp...
1
645,712
21,012,707,831
IssuesEvent
2022-03-30 08:13:40
tempus-finance/tempus-app
https://api.github.com/repos/tempus-finance/tempus-app
opened
Switch is not responding on its entire surface
bug low priority
**Description** Only letters are clickable, while the empty space within the switch is not clickable. **To Reproduce** 1. Navigate to Staging environment. 2. Click Fiat/Crypto switch far right edge. **Expected behavior** Fiat should switch to Crypto. **Actual behavior** Nothing happens. **Screenshots**...
1.0
Switch is not responding on its entire surface - **Description** Only letters are clickable, while the empty space within the switch is not clickable. **To Reproduce** 1. Navigate to Staging environment. 2. Click Fiat/Crypto switch far right edge. **Expected behavior** Fiat should switch to Crypto. **Actua...
priority
switch is not responding on its entire surface description only letters are clickable while the empty space within the switch is not clickable to reproduce navigate to staging environment click fiat crypto switch far right edge expected behavior fiat should switch to crypto actua...
1
272,829
8,518,173,094
IssuesEvent
2018-11-01 10:39:37
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
DifferentialInverseKinematicsParameters should take time_step in the constructor
priority: low team: manipulation type: cleanup
Per slack discussion. The default value of dt=1 is a landmine.
1.0
DifferentialInverseKinematicsParameters should take time_step in the constructor - Per slack discussion. The default value of dt=1 is a landmine.
priority
differentialinversekinematicsparameters should take time step in the constructor per slack discussion the default value of dt is a landmine
1
398,272
11,739,424,983
IssuesEvent
2020-03-11 17:41:18
thaliawww/ThaliApp
https://api.github.com/repos/thaliawww/ThaliApp
closed
Event registrations admin
events feature priority: low
In GitLab by @gijshendriksen on Dec 19, 2018, 19:00 ### One-sentence description Implement the admin for events in the ThaliApp. ### Desired behaviour If the user is organizer of an event, allow the user to open an admin screen of the registrations of that event. In this admin screen, the user can update the registra...
1.0
Event registrations admin - In GitLab by @gijshendriksen on Dec 19, 2018, 19:00 ### One-sentence description Implement the admin for events in the ThaliApp. ### Desired behaviour If the user is organizer of an event, allow the user to open an admin screen of the registrations of that event. In this admin screen, the ...
priority
event registrations admin in gitlab by gijshendriksen on dec one sentence description implement the admin for events in the thaliapp desired behaviour if the user is organizer of an event allow the user to open an admin screen of the registrations of that event in this admin screen the user c...
1
89,199
3,790,479,252
IssuesEvent
2016-03-21 21:37:01
rsanchez-wsu/sp16-ceg3120
https://api.github.com/repos/rsanchez-wsu/sp16-ceg3120
opened
Create the "go to line" search toolbar option
priority-low team-5
Create functionality for the go to line option in the search tab of the toolbar. This will allow the user to provide the program a number that will tell the program which line of the current window the user would like the cursor moved to. The cursor will be moved to the beginning of that line, if we want to go more in...
1.0
Create the "go to line" search toolbar option - Create functionality for the go to line option in the search tab of the toolbar. This will allow the user to provide the program a number that will tell the program which line of the current window the user would like the cursor moved to. The cursor will be moved to the ...
priority
create the go to line search toolbar option create functionality for the go to line option in the search tab of the toolbar this will allow the user to provide the program a number that will tell the program which line of the current window the user would like the cursor moved to the cursor will be moved to the ...
1
265,687
8,357,674,460
IssuesEvent
2018-10-02 22:29:15
bluek8s/kubedirector
https://api.github.com/repos/bluek8s/kubedirector
opened
longterm KD log management/storage story
Priority: Low Project: KD Admin Type: Enhancement
We need log storage that can outlive the KD container (and provide easier access).
1.0
longterm KD log management/storage story - We need log storage that can outlive the KD container (and provide easier access).
priority
longterm kd log management storage story we need log storage that can outlive the kd container and provide easier access
1
621,940
19,601,042,093
IssuesEvent
2022-01-06 01:24:14
Unity-Technologies/com.unity.netcode.gameobjects
https://api.github.com/repos/Unity-Technologies/com.unity.netcode.gameobjects
closed
Rigidbody2D should not be a 100% required dependency
type:bug stat:commited priority:low
**Describe the bug** I removed the Rigidbody2D package because I don't use 2D physics, however Netcode complains about this. **To Reproduce** 1. Go to `Packages/manifest.json` 2. Remove the `com.unity.modules.physics2d` line. 3. Go back to Unity. 4. See the error in the console. **Actual outcome** Compila...
1.0
Rigidbody2D should not be a 100% required dependency - **Describe the bug** I removed the Rigidbody2D package because I don't use 2D physics, however Netcode complains about this. **To Reproduce** 1. Go to `Packages/manifest.json` 2. Remove the `com.unity.modules.physics2d` line. 3. Go back to Unity. 4. See t...
priority
should not be a required dependency describe the bug i removed the package because i don t use physics however netcode complains about this to reproduce go to packages manifest json remove the com unity modules line go back to unity see the error in the console a...
1
464,963
13,348,903,471
IssuesEvent
2020-08-29 21:07:55
absoIute/Mega-Hack-Pro-Future
https://api.github.com/repos/absoIute/Mega-Hack-Pro-Future
closed
Odd Overlay Behaviour When Opened Whilst Playing Levels
Priority | Low enhancement
- [ ] If the mouse is hidden, it remains hidden. I believe it should become visible until the overlay is closed again. - [ ] Users should be able to choose whether the overlay can be opened whilst playing a level, or the shortcut is ignored until they are at least paused.
1.0
Odd Overlay Behaviour When Opened Whilst Playing Levels - - [ ] If the mouse is hidden, it remains hidden. I believe it should become visible until the overlay is closed again. - [ ] Users should be able to choose whether the overlay can be opened whilst playing a level, or the shortcut is ignored until they are at le...
priority
odd overlay behaviour when opened whilst playing levels if the mouse is hidden it remains hidden i believe it should become visible until the overlay is closed again users should be able to choose whether the overlay can be opened whilst playing a level or the shortcut is ignored until they are at least ...
1
62,895
3,193,597,306
IssuesEvent
2015-09-30 06:52:23
fusioninventory/fusioninventory-for-glpi
https://api.github.com/repos/fusioninventory/fusioninventory-for-glpi
closed
PHP Notice if fusinvsnmp is not activated
Component: For junior contributor Component: Found in version Priority: Low Status: Closed Tracker: Bug
--- Author Name: **Gonéri Le Bouder** (Gonéri Le Bouder) Original Redmine Issue: 1281, http://forge.fusioninventory.org/issues/1281 Original Date: 2011-10-20 Original Assignee: David Durieux --- ``` PHP Notice: Undefined index: plugin_fusinvsnmp in /var/www/glpideploy/plugins/fusioninventory/inc/agentmodule.class....
1.0
PHP Notice if fusinvsnmp is not activated - --- Author Name: **Gonéri Le Bouder** (Gonéri Le Bouder) Original Redmine Issue: 1281, http://forge.fusioninventory.org/issues/1281 Original Date: 2011-10-20 Original Assignee: David Durieux --- ``` PHP Notice: Undefined index: plugin_fusinvsnmp in /var/www/glpideploy/pl...
priority
php notice if fusinvsnmp is not activated author name gonéri le bouder gonéri le bouder original redmine issue original date original assignee david durieux php notice undefined index plugin fusinvsnmp in var www glpideploy plugins fusioninventory inc agentmodule class php ...
1
736,111
25,458,816,035
IssuesEvent
2022-11-24 16:26:51
aseprite/aseprite
https://api.github.com/repos/aseprite/aseprite
opened
Aseprite asks for Accessibility Access on MacOS
bug low priority macos
We have 3 reports of this type of event: <img width="340" alt="Screenshot 2022-11-24 at 13 20 35" src="https://user-images.githubusercontent.com/32165475/203829804-2172775f-f894-4df8-ab3a-b3c5a7460a8b.png"> This is weird because we don't use any accessibility API from macOS. More research is needed. Internal u...
1.0
Aseprite asks for Accessibility Access on MacOS - We have 3 reports of this type of event: <img width="340" alt="Screenshot 2022-11-24 at 13 20 35" src="https://user-images.githubusercontent.com/32165475/203829804-2172775f-f894-4df8-ab3a-b3c5a7460a8b.png"> This is weird because we don't use any accessibility API ...
priority
aseprite asks for accessibility access on macos we have reports of this type of event img width alt screenshot at src this is weird because we don t use any accessibility api from macos more research is needed internal use reported reproducible for the artist with a magic tra...
1
594,205
18,040,326,769
IssuesEvent
2021-09-18 00:46:57
gravityview/GravityView
https://api.github.com/repos/gravityview/GravityView
opened
Add Custom Label field to GravityView widgets
Core: Administration Difficulty: Low Priority: Medium Core: Fields
When speaking with a customer today, I saw that he had a bunch of GravityView Widgets in his View configuration. They all said "custom content" which is not easy to parse. We have the setting in Custom Content fields that allows labeling for admin purposes only. We should add that for widgets.
1.0
Add Custom Label field to GravityView widgets - When speaking with a customer today, I saw that he had a bunch of GravityView Widgets in his View configuration. They all said "custom content" which is not easy to parse. We have the setting in Custom Content fields that allows labeling for admin purposes only. We sho...
priority
add custom label field to gravityview widgets when speaking with a customer today i saw that he had a bunch of gravityview widgets in his view configuration they all said custom content which is not easy to parse we have the setting in custom content fields that allows labeling for admin purposes only we sho...
1
98,026
4,016,153,952
IssuesEvent
2016-05-15 12:14:29
Sententiaregum/Sententiaregum
https://api.github.com/repos/Sententiaregum/Sententiaregum
opened
improve structure of behat contexts
Backend Improvement Low priority
the structure of the ``Behat`` namespace must be improved (e.g. creating sub-namespaces) in order to avoid a big mess of fat contexts.
1.0
improve structure of behat contexts - the structure of the ``Behat`` namespace must be improved (e.g. creating sub-namespaces) in order to avoid a big mess of fat contexts.
priority
improve structure of behat contexts the structure of the behat namespace must be improved e g creating sub namespaces in order to avoid a big mess of fat contexts
1
611,462
18,955,844,553
IssuesEvent
2021-11-18 20:09:12
ZeynepDYilmaz/swe573-Project
https://api.github.com/repos/ZeynepDYilmaz/swe573-Project
opened
Wiki sidebar update
management wiki low priority easy
Update the sidebar so that the titles too have a link to their respective pages. (an example haas been done for the diagrams page.) Have the 3 pages for class, database and sequence diagrams accessible from the sidebar and the homepage.
1.0
Wiki sidebar update - Update the sidebar so that the titles too have a link to their respective pages. (an example haas been done for the diagrams page.) Have the 3 pages for class, database and sequence diagrams accessible from the sidebar and the homepage.
priority
wiki sidebar update update the sidebar so that the titles too have a link to their respective pages an example haas been done for the diagrams page have the pages for class database and sequence diagrams accessible from the sidebar and the homepage
1
240,299
7,800,883,990
IssuesEvent
2018-06-09 14:42:41
ventoviro/windwalker-core
https://api.github.com/repos/ventoviro/windwalker-core
closed
New message interface
3.4 Priority Low
``` php $this->message->add('Foo', 'info'); $this->message->info('Foo'); $this->message->error('Foo'); $this->message->warning('Foo'); ```
1.0
New message interface - ``` php $this->message->add('Foo', 'info'); $this->message->info('Foo'); $this->message->error('Foo'); $this->message->warning('Foo'); ```
priority
new message interface php this message add foo info this message info foo this message error foo this message warning foo
1
434,635
12,520,967,229
IssuesEvent
2020-06-03 16:43:03
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
Build out feature flag for Central Office-to-virtual conversions
Priority: Medium Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃
## Description Build out new feature flag for Central Office-to-virtual conversions Proposed feature flag name: `schedule_virtual_hearings_for_central` ## Acceptance criteria - [ ] Confirm user with feature flag can see hearing type dropdown for CO hearings - [ ] Confirm user w/o feature flag _can't_ see hearing ty...
1.0
Build out feature flag for Central Office-to-virtual conversions - ## Description Build out new feature flag for Central Office-to-virtual conversions Proposed feature flag name: `schedule_virtual_hearings_for_central` ## Acceptance criteria - [ ] Confirm user with feature flag can see hearing type dropdown for CO ...
priority
build out feature flag for central office to virtual conversions description build out new feature flag for central office to virtual conversions proposed feature flag name schedule virtual hearings for central acceptance criteria confirm user with feature flag can see hearing type dropdown for co he...
1
238,577
7,781,009,723
IssuesEvent
2018-06-05 22:01:52
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
When entering a polluted world, the title screen flashes pollution for a moment while fading out
Low Priority
![image](https://user-images.githubusercontent.com/3536496/34857340-124048b2-f6ff-11e7-8c44-157384170dae.png)
1.0
When entering a polluted world, the title screen flashes pollution for a moment while fading out - ![image](https://user-images.githubusercontent.com/3536496/34857340-124048b2-f6ff-11e7-8c44-157384170dae.png)
priority
when entering a polluted world the title screen flashes pollution for a moment while fading out
1
177,546
6,585,077,359
IssuesEvent
2017-09-13 12:50:40
hobbit-project/platform
https://api.github.com/repos/hobbit-project/platform
opened
Parallel execution of experiments
component: controller component: core-lib priority: low type: enhancement
Some benchmarks/systems need only a small portion of the platform. To make sure that the experiments are executed fast, it could be possible to collect experiments with these benchmarks/systems from the queue and execute them in parallel. * The benchmarks and systems have to contain this information in their meta data...
1.0
Parallel execution of experiments - Some benchmarks/systems need only a small portion of the platform. To make sure that the experiments are executed fast, it could be possible to collect experiments with these benchmarks/systems from the queue and execute them in parallel. * The benchmarks and systems have to contai...
priority
parallel execution of experiments some benchmarks systems need only a small portion of the platform to make sure that the experiments are executed fast it could be possible to collect experiments with these benchmarks systems from the queue and execute them in parallel the benchmarks and systems have to contai...
1
470,488
13,538,914,390
IssuesEvent
2020-09-16 12:47:40
HackYourFuture-CPH/chattie
https://api.github.com/repos/HackYourFuture-CPH/chattie
closed
Endpoint: DELETE api/messages
Low priority User story
## User story **Who:** **As a** developer **What:** **I want to** be able to delete new message using a DELETE endpoint **Why:** **so that we can** delete messages ## Implementation details - Create the DELETE endpoint `api/messages` - Should work like this: `api/messages/24` where 24 is the id of the me...
1.0
Endpoint: DELETE api/messages - ## User story **Who:** **As a** developer **What:** **I want to** be able to delete new message using a DELETE endpoint **Why:** **so that we can** delete messages ## Implementation details - Create the DELETE endpoint `api/messages` - Should work like this: `api/messages/...
priority
endpoint delete api messages user story who as a developer what i want to be able to delete new message using a delete endpoint why so that we can delete messages implementation details create the delete endpoint api messages should work like this api messages ...
1
265,661
8,357,445,615
IssuesEvent
2018-10-02 21:36:08
fac-14/OSCEBossKey
https://api.github.com/repos/fac-14/OSCEBossKey
closed
Functionality: Adding Mark scheme
add-history-case-page add-user-content-flow priority-1
The second stage of adding a new History case. First stage: #19 When adding a new History case, I can add my own mark scheme Two components of this issue: - #21 - adding pre-written mark scheme elements - #22 - adding user-inputted mark scheme elements
1.0
Functionality: Adding Mark scheme - The second stage of adding a new History case. First stage: #19 When adding a new History case, I can add my own mark scheme Two components of this issue: - #21 - adding pre-written mark scheme elements - #22 - adding user-inputted mark scheme elements
priority
functionality adding mark scheme the second stage of adding a new history case first stage when adding a new history case i can add my own mark scheme two components of this issue adding pre written mark scheme elements adding user inputted mark scheme elements
1
613,298
19,086,335,381
IssuesEvent
2021-11-29 06:42:22
inblockio/DataAccounting
https://api.github.com/repos/inblockio/DataAccounting
closed
get_page_all_revs should return 404 when the result is empty, not 200 with [] and remove unused output
low priority
The external verifier might assume that it'd return `[]` instead of HTTP 404. We should return 404.
1.0
get_page_all_revs should return 404 when the result is empty, not 200 with [] and remove unused output - The external verifier might assume that it'd return `[]` instead of HTTP 404. We should return 404.
priority
get page all revs should return when the result is empty not with and remove unused output the external verifier might assume that it d return instead of http we should return
1
591,678
17,858,473,067
IssuesEvent
2021-09-05 13:56:25
francheska-vicente/cssweng
https://api.github.com/repos/francheska-vicente/cssweng
closed
Mobile Number error message does not appear
bug priority: low severity: low issue: validation
### Summary: - Inputting an invalid mobile number (e.g. wrong format) would not show an error message in the Edit Booking Screen, though the booking will not push through. ### Steps to Reproduce: 1. Create a reservation 2. Enter 123 as the mobile number 3. Click on Edit ### Visual Proof: ![image](https://use...
1.0
Mobile Number error message does not appear - ### Summary: - Inputting an invalid mobile number (e.g. wrong format) would not show an error message in the Edit Booking Screen, though the booking will not push through. ### Steps to Reproduce: 1. Create a reservation 2. Enter 123 as the mobile number 3. Click on E...
priority
mobile number error message does not appear summary inputting an invalid mobile number e g wrong format would not show an error message in the edit booking screen though the booking will not push through steps to reproduce create a reservation enter as the mobile number click on edi...
1
293,943
9,011,362,541
IssuesEvent
2019-02-05 14:31:46
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
List View bug when users perform/clear searches
Low Priority bug
#### Issue When performing/clearing searches in SuiteCRM 7.7, it appears that the footer links get merged into the 'Security Group' mass assign panel. #### Expected Behavior Security Groups Mass Assign panel does not merge with/overflow onto the footer section within the list view. #### Actual Behavior Security Grou...
1.0
List View bug when users perform/clear searches - #### Issue When performing/clearing searches in SuiteCRM 7.7, it appears that the footer links get merged into the 'Security Group' mass assign panel. #### Expected Behavior Security Groups Mass Assign panel does not merge with/overflow onto the footer section within ...
priority
list view bug when users perform clear searches issue when performing clearing searches in suitecrm it appears that the footer links get merged into the security group mass assign panel expected behavior security groups mass assign panel does not merge with overflow onto the footer section within ...
1
404,439
11,857,475,648
IssuesEvent
2020-03-25 09:39:24
OpenSourceBrain/redmine
https://api.github.com/repos/OpenSourceBrain/redmine
closed
More OSB specific error messages
Low priority in progress
Should update the info we present when there is an error, e.g. a better, more OSB specific message than: --- Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If you are the Redmine administrator, ...
1.0
More OSB specific error messages - Should update the info we present when there is an error, e.g. a better, more OSB specific message than: --- Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your Redmine administrator for assistance. If...
priority
more osb specific error messages should update the info we present when there is an error e g a better more osb specific message than internal error an error occurred on the page you were trying to access if you continue to experience problems please contact your redmine administrator for assistance if...
1
192,560
6,874,764,153
IssuesEvent
2017-11-19 04:10:20
GlobalLives/globallives
https://api.github.com/repos/GlobalLives/globallives
closed
Cut off of gradient in video play bar, Chrome
blocking low priority
<img width="1280" alt="screen_shot_2017-11-04_at_4_30_13_pm" src="https://user-images.githubusercontent.com/22509814/32411008-40bf55fe-c18d-11e7-8a16-00d240b12703.png"> Professor Harris already made an issue similar to this one, but I couldn't find it in the issues list so I decided to make a new one. This issue can...
1.0
Cut off of gradient in video play bar, Chrome - <img width="1280" alt="screen_shot_2017-11-04_at_4_30_13_pm" src="https://user-images.githubusercontent.com/22509814/32411008-40bf55fe-c18d-11e7-8a16-00d240b12703.png"> Professor Harris already made an issue similar to this one, but I couldn't find it in the issues list...
priority
cut off of gradient in video play bar chrome img width alt screen shot at pm src professor harris already made an issue similar to this one but i couldn t find it in the issues list so i decided to make a new one this issue can be seen in how all the videos are displayed so it s not spec...
1
398,846
11,742,424,780
IssuesEvent
2020-03-12 00:44:30
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Only show events you're registered for in ical feed
feature priority: low
In GitLab by kirstenkingma on Mar 11, 2018, 16:57 ### One-sentence description Only show events you're registered for in ical feed. ### Desired behaviour Provide the option to download a personalized ical feed which only shows events you're registered for and events for which there is no registration.
1.0
Only show events you're registered for in ical feed - In GitLab by kirstenkingma on Mar 11, 2018, 16:57 ### One-sentence description Only show events you're registered for in ical feed. ### Desired behaviour Provide the option to download a personalized ical feed which only shows events you're registered for and ev...
priority
only show events you re registered for in ical feed in gitlab by kirstenkingma on mar one sentence description only show events you re registered for in ical feed desired behaviour provide the option to download a personalized ical feed which only shows events you re registered for and events f...
1
284,457
8,742,294,772
IssuesEvent
2018-12-12 16:06:17
aiidateam/aiida_core
https://api.github.com/repos/aiidateam/aiida_core
closed
expose_inputs tries to use deepcopy on stored data
priority/important topic/DataTypes topic/Workflows type/bug
## How to reproduce * aiida-core: current develop (after commit 777c16) Run a workchain which exposes inputs of a lower level one. Example: 'vasp.relax' from aiida-vasp. ## Observed behaviour ``` .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/launch.py:43: in run return runner.run(process, *args, *...
1.0
expose_inputs tries to use deepcopy on stored data - ## How to reproduce * aiida-core: current develop (after commit 777c16) Run a workchain which exposes inputs of a lower level one. Example: 'vasp.relax' from aiida-vasp. ## Observed behaviour ``` .tox/aiida_dev/lib/python2.7/site-packages/aiida/work/launch.p...
priority
expose inputs tries to use deepcopy on stored data how to reproduce aiida core current develop after commit run a workchain which exposes inputs of a lower level one example vasp relax from aiida vasp observed behaviour tox aiida dev lib site packages aiida work launch py in run...
1
320,068
9,764,263,249
IssuesEvent
2019-06-05 15:25:24
wherebyus/general-tasks
https://api.github.com/repos/wherebyus/general-tasks
closed
We need to figure out how to get a list of every paid registrant to an event
Priority: Low Product: Events Type: Data
We need to understand how paid event registration data is stored so we can query the shit out of it. ## DOD - [ ] A list of every user who has attended a [paid/any] event - [ ] ### Suggested priority priority-medium ### Stakeholders *Submitted:* michael
1.0
We need to figure out how to get a list of every paid registrant to an event - We need to understand how paid event registration data is stored so we can query the shit out of it. ## DOD - [ ] A list of every user who has attended a [paid/any] event - [ ] ### Suggested priority priority-medium ### Stakeholders *Su...
priority
we need to figure out how to get a list of every paid registrant to an event we need to understand how paid event registration data is stored so we can query the shit out of it dod a list of every user who has attended a event suggested priority priority medium stakeholders submitted mic...
1
32,256
2,751,514,546
IssuesEvent
2015-04-24 09:31:29
OCHA-DAP/hdx-ckan
https://api.github.com/repos/OCHA-DAP/hdx-ckan
closed
Dataset create/edit: remove unused tags from autocomplete suggestions
Priority-Low
The filter only shows tags that are in use, but the autocomplete suggestions show every flavor of a tag that was ever in use, which doesn't encourage standardization.
1.0
Dataset create/edit: remove unused tags from autocomplete suggestions - The filter only shows tags that are in use, but the autocomplete suggestions show every flavor of a tag that was ever in use, which doesn't encourage standardization.
priority
dataset create edit remove unused tags from autocomplete suggestions the filter only shows tags that are in use but the autocomplete suggestions show every flavor of a tag that was ever in use which doesn t encourage standardization
1
61,296
3,143,919,884
IssuesEvent
2015-09-14 10:13:31
tvrenamer/tvrenamer
https://api.github.com/repos/tvrenamer/tvrenamer
closed
Multi-subtitle support
Priority - Low Type - Enhancement
It'd be nice if the program could either detect or correctly rename subtitles. Using something like http://detectlanguage.com/ and requiring the user to get an API key, and use it inside the program.
1.0
Multi-subtitle support - It'd be nice if the program could either detect or correctly rename subtitles. Using something like http://detectlanguage.com/ and requiring the user to get an API key, and use it inside the program.
priority
multi subtitle support it d be nice if the program could either detect or correctly rename subtitles using something like and requiring the user to get an api key and use it inside the program
1
252,426
8,036,182,046
IssuesEvent
2018-07-30 08:17:31
medtune/beta-platform
https://api.github.com/repos/medtune/beta-platform
closed
Capsule's client
area/capsules area/networking kind/experimental level/hard priority/medium techno/Tensorflow techno/gRPC version/0.1.0
Before diving into Capsules project, we could create a simple client that will handle inference and look ups on Tensorflow freezed models. Keep in mind that gRPC is required also TensorflowServing signatures
1.0
Capsule's client - Before diving into Capsules project, we could create a simple client that will handle inference and look ups on Tensorflow freezed models. Keep in mind that gRPC is required also TensorflowServing signatures
priority
capsule s client before diving into capsules project we could create a simple client that will handle inference and look ups on tensorflow freezed models keep in mind that grpc is required also tensorflowserving signatures
1
37,299
2,824,111,670
IssuesEvent
2015-05-21 13:06:47
pywinauto/pywinauto
https://api.github.com/repos/pywinauto/pywinauto
closed
_treeview_element.Click() uses ClickInput()
auto-migrated bug internal Priority-Low
``` What steps will reproduce the problem? 1. In common_control.py class _treeview_element contain method Click 2. Method Click uses another method HwndWrapper.ClickInput 3. It is inconsistent, HwndWrapper has Click and ClickInput methods and they works in different way. What is the expected output? What do you see i...
1.0
_treeview_element.Click() uses ClickInput() - ``` What steps will reproduce the problem? 1. In common_control.py class _treeview_element contain method Click 2. Method Click uses another method HwndWrapper.ClickInput 3. It is inconsistent, HwndWrapper has Click and ClickInput methods and they works in different way. ...
priority
treeview element click uses clickinput what steps will reproduce the problem in common control py class treeview element contain method click method click uses another method hwndwrapper clickinput it is inconsistent hwndwrapper has click and clickinput methods and they works in different way ...
1
195,810
6,918,598,227
IssuesEvent
2017-11-29 12:49:05
htpcBeginner/AtoMiC-ToolKit
https://api.github.com/repos/htpcBeginner/AtoMiC-ToolKit
closed
Light/Dark color scheme request
Enhancement Priority: Low
Hello, This can be super low priority, but i run my terminal sessions white background and black text, but when using the scripts, it will use yellow text or green text which does not display very well on the light background. Could it be possible to request a Light or Dark color scheme upon startup for folks tha...
1.0
Light/Dark color scheme request - Hello, This can be super low priority, but i run my terminal sessions white background and black text, but when using the scripts, it will use yellow text or green text which does not display very well on the light background. Could it be possible to request a Light or Dark color...
priority
light dark color scheme request hello this can be super low priority but i run my terminal sessions white background and black text but when using the scripts it will use yellow text or green text which does not display very well on the light background could it be possible to request a light or dark color...
1
338,965
10,239,888,653
IssuesEvent
2019-08-19 19:23:44
fusor/cpma
https://api.github.com/repos/fusor/cpma
closed
Remove empty roles report
Priority: Low bug
In `Roles` part of `RBAC` report there are namespaces that don't have any role. Example: ``` "roles": [ { "namespace": "default", "roles": [ { "name": "prometheus-k8s" } ] }, { "namespace": "glusterfs", "roles": [] }, { "namespace": ...
1.0
Remove empty roles report - In `Roles` part of `RBAC` report there are namespaces that don't have any role. Example: ``` "roles": [ { "namespace": "default", "roles": [ { "name": "prometheus-k8s" } ] }, { "namespace": "glusterfs", "roles": [] }...
priority
remove empty roles report in roles part of rbac report there are namespaces that don t have any role example roles namespace default roles name prometheus namespace glusterfs roles ...
1
137,185
5,295,172,074
IssuesEvent
2017-02-09 13:08:35
rwth-afu/RustPager
https://api.github.com/repos/rwth-afu/RustPager
opened
Nach Änderung der IP des Core und Save Config passiert nichts
Priority: Low Type: Bug
Gestartet, IP geändert, "Save config". Log-Ausgabe ````Connected to RustPager. info Config updated. Initiating restart. info Waiting for the connection to terminate... ```` Mehr schieht nicht.
1.0
Nach Änderung der IP des Core und Save Config passiert nichts - Gestartet, IP geändert, "Save config". Log-Ausgabe ````Connected to RustPager. info Config updated. Initiating restart. info Waiting for the connection to terminate... ```` Mehr schieht nicht.
priority
nach änderung der ip des core und save config passiert nichts gestartet ip geändert save config log ausgabe connected to rustpager info config updated initiating restart info waiting for the connection to terminate mehr schieht nicht
1
150,062
5,735,812,619
IssuesEvent
2017-04-22 01:48:54
zeit/next.js
https://api.github.com/repos/zeit/next.js
closed
Resolve Webpack deprecation warning for loaderUtils.parseQuery()
Priority: Low
Seeing the following deprecation warning after updating to the latest version of Next beta. Can anyone else confirm? ``` DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56 parseQuery() will be replaced with getOpti...
1.0
Resolve Webpack deprecation warning for loaderUtils.parseQuery() - Seeing the following deprecation warning after updating to the latest version of Next beta. Can anyone else confirm? ``` DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpac...
priority
resolve webpack deprecation warning for loaderutils parsequery seeing the following deprecation warning after updating to the latest version of next beta can anyone else confirm deprecationwarning loaderutils parsequery received a non string value which can be problematic see parsequery will be re...
1
156,527
5,970,779,663
IssuesEvent
2017-05-30 23:51:14
wphicks/Writing3D
https://api.github.com/repos/wphicks/Writing3D
closed
3D Models do not transition smoothly to visibility
low-priority
To reproduce: Create any W3DShape and have it become invisible via a timeline.
1.0
3D Models do not transition smoothly to visibility - To reproduce: Create any W3DShape and have it become invisible via a timeline.
priority
models do not transition smoothly to visibility to reproduce create any and have it become invisible via a timeline
1
37,085
2,814,776,799
IssuesEvent
2015-05-18 21:57:58
opentx/opentx
https://api.github.com/repos/opentx/opentx
opened
LCD AVR: strange y-coordinate dependent bounding line
bug Priority-Low Radio Firmware
I couldn't find any explanation for this line of code: https://github.com/opentx/opentx/blob/next/radio/src/gui/9X/lcd.cpp#L1255 I wrote a simple test: TEST(Lcd, InversSteps) { lcd_clear(); int x = 0, y; for(y = 0; y < 16; y++) { lcd_putcAtt(x, y, 'B', INVERS); x +=...
1.0
LCD AVR: strange y-coordinate dependent bounding line - I couldn't find any explanation for this line of code: https://github.com/opentx/opentx/blob/next/radio/src/gui/9X/lcd.cpp#L1255 I wrote a simple test: TEST(Lcd, InversSteps) { lcd_clear(); int x = 0, y; for(y = 0; y < 16; y++) ...
priority
lcd avr strange y coordinate dependent bounding line i couldn t find any explanation for this line of code i wrote a simple test test lcd inverssteps lcd clear int x y for y y y lcd putcatt x y b invers x fw ...
1
182,216
6,668,056,953
IssuesEvent
2017-10-03 14:38:46
lucasdanielian/treinamentoTeste
https://api.github.com/repos/lucasdanielian/treinamentoTeste
reopened
[TREINAMENTO]- Problema no campo senha
bug lowpriority
**Procedimento:** Entrar na home do site >redimensionar o tamanho da página para a metade > Clicar no campo senha, no canto superior direito > Observar o componente em questão **Erro:** A tela de cpf ou usuário e senha, está piscando, mostrando BRL e outras características, como ilustrado na imagem abaixo: ![...
1.0
[TREINAMENTO]- Problema no campo senha - **Procedimento:** Entrar na home do site >redimensionar o tamanho da página para a metade > Clicar no campo senha, no canto superior direito > Observar o componente em questão **Erro:** A tela de cpf ou usuário e senha, está piscando, mostrando BRL e outras característi...
priority
problema no campo senha procedimento entrar na home do site redimensionar o tamanho da página para a metade clicar no campo senha no canto superior direito observar o componente em questão erro a tela de cpf ou usuário e senha está piscando mostrando brl e outras características como il...
1
163,900
6,216,596,011
IssuesEvent
2017-07-08 05:39:17
gregswindle/generator-apigee-apiproxy
https://api.github.com/repos/gregswindle/generator-apigee-apiproxy
closed
feat(subgenerator:editorconfig): add common IDE definitions for source code consistency
Points: 0.5 Priority: Low Status: In Progress Type: Chore Type: Feature Type: Style
## User story As an API Producer, I want to define and maintain consistent coding styles between different editors and IDEs, In order to make source code readable and work well with version control systems. ## Acceptance criterion - [x] A newly scaffolded product has an `.editorconfig` with the following opt...
1.0
feat(subgenerator:editorconfig): add common IDE definitions for source code consistency - ## User story As an API Producer, I want to define and maintain consistent coding styles between different editors and IDEs, In order to make source code readable and work well with version control systems. ## Acceptance c...
priority
feat subgenerator editorconfig add common ide definitions for source code consistency user story as an api producer i want to define and maintain consistent coding styles between different editors and ides in order to make source code readable and work well with version control systems acceptance c...
1
680,055
23,255,700,629
IssuesEvent
2022-08-04 09:04:18
firecracker-microvm/firecracker
https://api.github.com/repos/firecracker-microvm/firecracker
closed
Check for Memory Leaks
Contribute: Good First Issue Quality: Improvement Security: Hardening Priority: Low
We have a bunch of unsafe code & usage of CString which needs to be deallocated explicitly. We should check to see if we find any memory leaks. We could use valgrind. See https://creativcoder.github.io/post/checking_memory_leaks_in_rust_ffi/ as it might not work out of the box.
1.0
Check for Memory Leaks - We have a bunch of unsafe code & usage of CString which needs to be deallocated explicitly. We should check to see if we find any memory leaks. We could use valgrind. See https://creativcoder.github.io/post/checking_memory_leaks_in_rust_ffi/ as it might not work out of the box.
priority
check for memory leaks we have a bunch of unsafe code usage of cstring which needs to be deallocated explicitly we should check to see if we find any memory leaks we could use valgrind see as it might not work out of the box
1
376,157
11,139,177,127
IssuesEvent
2019-12-21 02:37:41
rstudio/gt
https://api.github.com/repos/rstudio/gt
closed
Attempting to format cells of an incompatible type leads to an unhelpful error message
Difficulty: ① Novice Effort: ① Low Priority: ♨︎ Critical Type: ★ Enhancement
Using `fmt_number()` on a column that is `character` will result in an unhelpful error message. This should be changed so that the message identifies the problem and states which columns/cells are incompatible.
1.0
Attempting to format cells of an incompatible type leads to an unhelpful error message - Using `fmt_number()` on a column that is `character` will result in an unhelpful error message. This should be changed so that the message identifies the problem and states which columns/cells are incompatible.
priority
attempting to format cells of an incompatible type leads to an unhelpful error message using fmt number on a column that is character will result in an unhelpful error message this should be changed so that the message identifies the problem and states which columns cells are incompatible
1
48,716
2,999,495,056
IssuesEvent
2015-07-23 19:19:33
jayway/powermock
https://api.github.com/repos/jayway/powermock
opened
Add src folder in tutorial project
enhancement imported Milestone-Release1.6 Priority-Low
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on December 14, 2009 08:18:39_ E.g. \<!-- Add src/ft/java to classpath --> \<plugin> \<groupId>org.codehaus.mojo</groupId> \<artifactId>build-helper-maven-plugin</artifactId> \<version>1.1</version> \<executions> \<execution> ...
1.0
Add src folder in tutorial project - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on December 14, 2009 08:18:39_ E.g. \<!-- Add src/ft/java to classpath --> \<plugin> \<groupId>org.codehaus.mojo</groupId> \<artifactId>build-helper-maven-plugin</artifactId> \<version>1.1</versi...
priority
add src folder in tutorial project from on december e g org codehaus mojo build helper maven plugin add test source generate sources add test source src ft java original ...
1
197,873
6,965,625,971
IssuesEvent
2017-12-09 08:45:55
JustArchi/ArchiSteamFarm
https://api.github.com/repos/JustArchi/ArchiSteamFarm
closed
Bot says "Failed!" when opening booster packs, even if it was successfull
Confirmed Enhancement Low priority Not a bug
I fully read and understood contributing guidelines of ASF available above, especially the point that GITHUB IS NOT TECHNICAL SUPPORT - IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS. I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE - I fully understand that ASF GitHub is ONLY for ASF development purpose. I ...
1.0
Bot says "Failed!" when opening booster packs, even if it was successfull - I fully read and understood contributing guidelines of ASF available above, especially the point that GITHUB IS NOT TECHNICAL SUPPORT - IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS. I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE ...
priority
bot says failed when opening booster packs even if it was successfull i fully read and understood contributing guidelines of asf available above especially the point that github is not technical support it s the place only for asf bugs and suggestions i admit that this is not a question or technical issue ...
1
48,277
2,996,935,978
IssuesEvent
2015-07-23 01:57:24
TaverntainmenT/taverntainment-legacy
https://api.github.com/repos/TaverntainmenT/taverntainment-legacy
closed
Add Multiple Players to Event
low priority
When inputting scores & TED has to add players, it would be great if we could add multiple players at one time instead of adding them 1 at a time.
1.0
Add Multiple Players to Event - When inputting scores & TED has to add players, it would be great if we could add multiple players at one time instead of adding them 1 at a time.
priority
add multiple players to event when inputting scores ted has to add players it would be great if we could add multiple players at one time instead of adding them at a time
1
88,805
3,785,713,987
IssuesEvent
2016-03-20 17:54:51
MetalCowRobotics/2016Robot_M3
https://api.github.com/repos/MetalCowRobotics/2016Robot_M3
opened
Ball Shooting Autonomous
enhancement Low-Priority
We would like to have a ball shooting autonomous. Something that will move forward until it detects a stuck point. Then aim at the tower and shoot ( most likely using vision processing ). It would also be nice if the user could specify a defense number ( 1 - 5 ) and have the robot be able to shoot from any position on ...
1.0
Ball Shooting Autonomous - We would like to have a ball shooting autonomous. Something that will move forward until it detects a stuck point. Then aim at the tower and shoot ( most likely using vision processing ). It would also be nice if the user could specify a defense number ( 1 - 5 ) and have the robot be able to ...
priority
ball shooting autonomous we would like to have a ball shooting autonomous something that will move forward until it detects a stuck point then aim at the tower and shoot most likely using vision processing it would also be nice if the user could specify a defense number and have the robot be able to ...
1
769,449
27,006,245,432
IssuesEvent
2023-02-10 11:55:33
woocommerce/woocommerce-gateway-payfast
https://api.github.com/repos/woocommerce/woocommerce-gateway-payfast
closed
Update Payfast to match their new styling
good first issue priority: low type: bug
Payfast updated their branding. This is where to find their new website. From what I can tell, these are the things that would need to be changed: https://payfast.io/logos-and-images/ * Logo (now adds "by network") * Capitalisation: should be "Payfast" instead of "PayFast" (we have capital `F`) * Colour palett...
1.0
Update Payfast to match their new styling - Payfast updated their branding. This is where to find their new website. From what I can tell, these are the things that would need to be changed: https://payfast.io/logos-and-images/ * Logo (now adds "by network") * Capitalisation: should be "Payfast" instead of "Pay...
priority
update payfast to match their new styling payfast updated their branding this is where to find their new website from what i can tell these are the things that would need to be changed logo now adds by network capitalisation should be payfast instead of payfast we have capital f colo...
1
136,892
5,289,906,043
IssuesEvent
2017-02-08 18:32:37
ElektraInitiative/libelektra
https://api.github.com/repos/ElektraInitiative/libelektra
closed
crypto plugin: security levels
low priority proposal usability
# Situation / Problem At the moment the configuration of the crypto plugin exposes internal details about cryptographic operations like: - PBKDF2 iteration count - length of the master password # Expected Behaviour (Proposal) Instead of exposing those details we provide built-in security levels: - low (sufficiently s...
1.0
crypto plugin: security levels - # Situation / Problem At the moment the configuration of the crypto plugin exposes internal details about cryptographic operations like: - PBKDF2 iteration count - length of the master password # Expected Behaviour (Proposal) Instead of exposing those details we provide built-in secur...
priority
crypto plugin security levels situation problem at the moment the configuration of the crypto plugin exposes internal details about cryptographic operations like iteration count length of the master password expected behaviour proposal instead of exposing those details we provide built in security l...
1
25,226
2,678,175,829
IssuesEvent
2015-03-26 08:48:04
knime-mpicbg/HCS-Tools
https://api.github.com/repos/knime-mpicbg/HCS-Tools
opened
Possibility to color barcode patterns in pref?
enhancement low priority
check, if it is possible to color the barcode patterns in the preferences to improve readability (see expand barcode node)
1.0
Possibility to color barcode patterns in pref? - check, if it is possible to color the barcode patterns in the preferences to improve readability (see expand barcode node)
priority
possibility to color barcode patterns in pref check if it is possible to color the barcode patterns in the preferences to improve readability see expand barcode node
1
510,051
14,768,225,297
IssuesEvent
2021-01-10 11:01:49
corona-school/web-user-app
https://api.github.com/repos/corona-school/web-user-app
closed
Fix null grade in settings for project coachees
bug:UI good first issue priority:low
If a project coachee registers without providing a grade (this is allowed if someone is only a project coachee, because university students may also participate) that fact is not represented in the settings UI. Instead it is displayed `null. Klasse`, see this: <img width="669" alt="Bildschirmfoto 2020-12-29 um 00 46 4...
1.0
Fix null grade in settings for project coachees - If a project coachee registers without providing a grade (this is allowed if someone is only a project coachee, because university students may also participate) that fact is not represented in the settings UI. Instead it is displayed `null. Klasse`, see this: <img wid...
priority
fix null grade in settings for project coachees if a project coachee registers without providing a grade this is allowed if someone is only a project coachee because university students may also participate that fact is not represented in the settings ui instead it is displayed null klasse see this img wid...
1
482,625
13,910,876,425
IssuesEvent
2020-10-20 16:37:51
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
memory domain locking may not be entirely correct
area: Memory Protection area: X86 area: X86_64 bug priority: low
**Describe the bug** The memory domain APIs have a global spinlock in kernel/mem_domain.c to serialize access to memory domain data structures. However, the memory domain structures may also be accessed from within the arch code, without holding these locks. For example, on x86, arch_user_mode_enter() examines the ...
1.0
memory domain locking may not be entirely correct - **Describe the bug** The memory domain APIs have a global spinlock in kernel/mem_domain.c to serialize access to memory domain data structures. However, the memory domain structures may also be accessed from within the arch code, without holding these locks. For e...
priority
memory domain locking may not be entirely correct describe the bug the memory domain apis have a global spinlock in kernel mem domain c to serialize access to memory domain data structures however the memory domain structures may also be accessed from within the arch code without holding these locks for e...
1
287,358
8,809,503,487
IssuesEvent
2018-12-27 20:03:30
AbigFUZZYbunny/SCU-8D
https://api.github.com/repos/AbigFUZZYbunny/SCU-8D
opened
Setup GPIO pins (STM32CUBEMX)
Priority - Low needed on hold
Need to define pins for Analog inputs (2) and Digital Interrupts (4: LTDC, I2C, etc...)
1.0
Setup GPIO pins (STM32CUBEMX) - Need to define pins for Analog inputs (2) and Digital Interrupts (4: LTDC, I2C, etc...)
priority
setup gpio pins need to define pins for analog inputs and digital interrupts ltdc etc
1
667,779
22,499,944,623
IssuesEvent
2022-06-23 10:52:50
leanprover/lean4
https://api.github.com/repos/leanprover/lean4
opened
Function induction rules
enhancement low priority
For recursive functions, especially ones that are not primitive recursive, we want to automatically generate induction rules that reflect the function's recursion structure so that proofs over the function do not have to reconstruct this structure manually. For reference, see Sections 2.2 & 5.1 of https://isabelle.in.t...
1.0
Function induction rules - For recursive functions, especially ones that are not primitive recursive, we want to automatically generate induction rules that reflect the function's recursion structure so that proofs over the function do not have to reconstruct this structure manually. For reference, see Sections 2.2 & 5...
priority
function induction rules for recursive functions especially ones that are not primitive recursive we want to automatically generate induction rules that reflect the function s recursion structure so that proofs over the function do not have to reconstruct this structure manually for reference see sections ...
1
805,933
29,737,535,672
IssuesEvent
2023-06-14 03:02:42
SlimeVR/SlimeVR-Server
https://api.github.com/repos/SlimeVR/SlimeVR-Server
closed
Fix tracker rotation unit tests
Type: Bug Priority: Low
We have empirically concluded that current reset and adjustment algorithm works fine, but it doesn't pass unit tests. We need to rewrite tests from scratch that would have rigorous proof of it working; or we need to adjust test to pass for current reset algorithm.
1.0
Fix tracker rotation unit tests - We have empirically concluded that current reset and adjustment algorithm works fine, but it doesn't pass unit tests. We need to rewrite tests from scratch that would have rigorous proof of it working; or we need to adjust test to pass for current reset algorithm.
priority
fix tracker rotation unit tests we have empirically concluded that current reset and adjustment algorithm works fine but it doesn t pass unit tests we need to rewrite tests from scratch that would have rigorous proof of it working or we need to adjust test to pass for current reset algorithm
1
279,860
8,674,616,253
IssuesEvent
2018-11-30 08:20:02
testing-cabal/mock
https://api.github.com/repos/testing-cabal/mock
closed
mock setup.py fails to detect incompatible setuptools fork 'distribute' and after install fails with "Versioning for this project requires..."
Priority-Low
# Reproducer: 1. run a system with virtualenv 1.7.1.2 (in my case, a [Vagrant](https://www.vagrantup.com/) box based on [debian/wheezy64](https://atlas.hashicorp.com/debian/boxes/wheezy64)) 2. create a Python 2.7 virtual environment (`virtualenv venv`) 3. activate the environment (`source venv/bin/activate`) 4. upgrade...
1.0
mock setup.py fails to detect incompatible setuptools fork 'distribute' and after install fails with "Versioning for this project requires..." - # Reproducer: 1. run a system with virtualenv 1.7.1.2 (in my case, a [Vagrant](https://www.vagrantup.com/) box based on [debian/wheezy64](https://atlas.hashicorp.com/debian/bo...
priority
mock setup py fails to detect incompatible setuptools fork distribute and after install fails with versioning for this project requires reproducer run a system with virtualenv in my case a box based on create a python virtual environment virtualenv venv activate the enviro...
1
310,234
9,487,361,572
IssuesEvent
2019-04-22 16:38:41
itachi1706/CheesecakeUtilities
https://api.github.com/repos/itachi1706/CheesecakeUtilities
opened
Minesweeper game
future-development new feature:games priority:low requires-research
Replicate the Minesweeper game from Windows Easy, Medium and Hard will have their set amount of grid size and mines put into a 2D array, where the following values are assigned 0 - No mines nearby >0 - x amount of mines in the immediate vicinity of the cell (8 cells) -1 - Mine -2 - Flag have another array ...
1.0
Minesweeper game - Replicate the Minesweeper game from Windows Easy, Medium and Hard will have their set amount of grid size and mines put into a 2D array, where the following values are assigned 0 - No mines nearby >0 - x amount of mines in the immediate vicinity of the cell (8 cells) -1 - Mine -2 - Flag ...
priority
minesweeper game replicate the minesweeper game from windows easy medium and hard will have their set amount of grid size and mines put into a array where the following values are assigned no mines nearby x amount of mines in the immediate vicinity of the cell cells mine flag h...
1
522,157
15,158,075,055
IssuesEvent
2021-02-12 00:16:40
NOAA-GSL/MATS
https://api.github.com/repos/NOAA-GSL/MATS
closed
The PlotFormat bar keeps going in front of the map modal
Priority: Low Project: MATS Status: Closed Type: Bug
--- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 57604, https://vlab.ncep.noaa.gov/redmine/issues/57604 Original Date: 2018-11-15 Original Assignee: molly.b.smith --- This is annoying and makes it difficult to select stations behind the PlotFormat bar. Maybe the modal needs a z axis va...
1.0
The PlotFormat bar keeps going in front of the map modal - --- Author Name: **molly.b.smith** (@mollybsmith-noaa) Original Redmine Issue: 57604, https://vlab.ncep.noaa.gov/redmine/issues/57604 Original Date: 2018-11-15 Original Assignee: molly.b.smith --- This is annoying and makes it difficult to select stations b...
priority
the plotformat bar keeps going in front of the map modal author name molly b smith mollybsmith noaa original redmine issue original date original assignee molly b smith this is annoying and makes it difficult to select stations behind the plotformat bar maybe the modal needs a z axi...
1
657,183
21,787,891,366
IssuesEvent
2022-05-14 12:39:15
chaotic-aur/packages
https://api.github.com/repos/chaotic-aur/packages
closed
[Bug] blender-git doesn't include denoising support
priority:low request:enhancement
### What happens? `blender-git` has `openimagedenoise` listed only as an optional dependency, unlike the upstream Arch `blender` package where it's a regular dependency. This probably results in it being unavailable at build time in the chaotic chroot. If it isn't available at build time, blender gets built without de...
1.0
[Bug] blender-git doesn't include denoising support - ### What happens? `blender-git` has `openimagedenoise` listed only as an optional dependency, unlike the upstream Arch `blender` package where it's a regular dependency. This probably results in it being unavailable at build time in the chaotic chroot. If it isn't ...
priority
blender git doesn t include denoising support what happens blender git has openimagedenoise listed only as an optional dependency unlike the upstream arch blender package where it s a regular dependency this probably results in it being unavailable at build time in the chaotic chroot if it isn t avai...
1
207,995
7,135,010,128
IssuesEvent
2018-01-22 22:57:37
wulkano/kap
https://api.github.com/repos/wulkano/kap
closed
Preferences for recording audio displaying "None" device
Help Wanted Priority: Low Status: In Progress Type: Enhancement
If you have not overwritten the system settings for audio recording in Kap, the selector should display "Default".
1.0
Preferences for recording audio displaying "None" device - If you have not overwritten the system settings for audio recording in Kap, the selector should display "Default".
priority
preferences for recording audio displaying none device if you have not overwritten the system settings for audio recording in kap the selector should display default
1
164,338
6,224,486,936
IssuesEvent
2017-07-10 14:21:25
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
opened
[engine] Engine in preview 500 error if cookie is set and nothing is on disk
bug Priority: Low
Per our conversation. Steps to Reproduce =============== * Create a site * Visit site on localhost:8080 * Delete the site * Reload localhost:8080 Error logs: ``` org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalArgumentException: Non-nor...
1.0
[engine] Engine in preview 500 error if cookie is set and nothing is on disk - Per our conversation. Steps to Reproduce =============== * Create a site * Visit site on localhost:8080 * Delete the site * Reload localhost:8080 Error logs: ``` org.springframework.web.util.NestedServletException: Request pro...
priority
engine in preview error if cookie is set and nothing is on disk per our conversation steps to reproduce create a site visit site on localhost delete the site reload localhost error logs org springframework web util nestedservletexception request processing failed ...
1
335,273
10,151,335,248
IssuesEvent
2019-08-05 20:03:36
khval/AmosKittens
https://api.github.com/repos/khval/AmosKittens
closed
Amos Pro gets out of memory error when loading pac.pic made by Amos kittens.
Not important (low priority) bug
**Describe the bug:** Pac.Pic files packed by Amos kittens is not 100% compatible with Pac.Pic made by AmosPro. **To Reproduce:** Steps to reproduce the behavior: Pack a image using Amos Kittens. load it in amos pro. unpack 5 to 2 You get a out of memory error. **Expected behavior** No out of mem...
1.0
Amos Pro gets out of memory error when loading pac.pic made by Amos kittens. - **Describe the bug:** Pac.Pic files packed by Amos kittens is not 100% compatible with Pac.Pic made by AmosPro. **To Reproduce:** Steps to reproduce the behavior: Pack a image using Amos Kittens. load it in amos pro. unpack 5 t...
priority
amos pro gets out of memory error when loading pac pic made by amos kittens describe the bug pac pic files packed by amos kittens is not compatible with pac pic made by amospro to reproduce steps to reproduce the behavior pack a image using amos kittens load it in amos pro unpack to ...
1
356,516
10,593,970,371
IssuesEvent
2019-10-09 15:49:07
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Removal of jAthena Legacy Code
component:core mode:prerenewal mode:renewal priority:low status:confirmed type:maintenance
<!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **Description of Issue**: A bit of backstory on this... when investing in your castle's defenses, your Emperium and Guardian's defenses and HP increases resulting in decreased damage taken when enemies attack them. Bac...
1.0
Removal of jAthena Legacy Code - <!-- NOTE: Anything within these brackets will be hidden on the preview of the Issue. --> * **Description of Issue**: A bit of backstory on this... when investing in your castle's defenses, your Emperium and Guardian's defenses and HP increases resulting in decreased damage taken...
priority
removal of jathena legacy code description of issue a bit of backstory on this when investing in your castle s defenses your emperium and guardian s defenses and hp increases resulting in decreased damage taken when enemies attack them back in the day jathena s team wasn t really sure to the ...
1
587,469
17,616,791,043
IssuesEvent
2021-08-18 10:43:40
vrchatapi/specification
https://api.github.com/repos/vrchatapi/specification
opened
Missing Message API
Priority: Low Status: Help Wanted Status: Accepted Type: Undocumented Endpoint
### `https://vrchat.com/api/1/message/<userId>/message` ```javascript [ { "id":"default", "slot":0, "message":"Come hang out with me!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true }, { "id":"default", "slot":1,...
1.0
Missing Message API - ### `https://vrchat.com/api/1/message/<userId>/message` ```javascript [ { "id":"default", "slot":0, "message":"Come hang out with me!", "messageType":"message", "updatedAt":"2017-02-01T21:59:00.000+0000", "remainingCooldownMinutes":0, "canBeUpdated":true }, { "id":"...
priority
missing message api javascript id default slot message come hang out with me messagetype message updatedat remainingcooldownminutes canbeupdated true id default slot message come hang out with everyone...
1
329,980
10,027,772,794
IssuesEvent
2019-07-17 09:58:41
nsftx/chameleon-bundle-material
https://api.github.com/repos/nsftx/chameleon-bundle-material
closed
Prepend and Apend icons on Switch action in Vertical list display in new lines
Priority:Low Type:Bug
When placing Switch action into a Vertical List and adding Prepend and Apend icons to it, the icons are displayed in new lines, above and below, instead of inline. **Steps to reproduce:** 1. Place Vertical List to a Page 2. Place Switch action to Vertical List 3. Add Prepend and Apend Icons to Switch See ex...
1.0
Prepend and Apend icons on Switch action in Vertical list display in new lines - When placing Switch action into a Vertical List and adding Prepend and Apend icons to it, the icons are displayed in new lines, above and below, instead of inline. **Steps to reproduce:** 1. Place Vertical List to a Page 2. Place S...
priority
prepend and apend icons on switch action in vertical list display in new lines when placing switch action into a vertical list and adding prepend and apend icons to it the icons are displayed in new lines above and below instead of inline steps to reproduce place vertical list to a page place s...
1
734,643
25,357,024,571
IssuesEvent
2022-11-20 13:11:11
MartinXPN/profound.academy
https://api.github.com/repos/MartinXPN/profound.academy
opened
Automate weekly user report sending
enhancement priority/low
Currently we send the emails for weekly progress by hand. We should automate weekly user report sending with sendgrid.
1.0
Automate weekly user report sending - Currently we send the emails for weekly progress by hand. We should automate weekly user report sending with sendgrid.
priority
automate weekly user report sending currently we send the emails for weekly progress by hand we should automate weekly user report sending with sendgrid
1
228,936
7,569,666,875
IssuesEvent
2018-04-23 06:00:55
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
closed
Restructure the repository to be more standard and logical
Priority: 3 - Low Status: 1 - Triaged Type: Technical issue
Most of our JS and CSS is not served statically. These files should reside in a `src/` directory. `static/` should be reserved for files deployed directly to the server without modification.
1.0
Restructure the repository to be more standard and logical - Most of our JS and CSS is not served statically. These files should reside in a `src/` directory. `static/` should be reserved for files deployed directly to the server without modification.
priority
restructure the repository to be more standard and logical most of our js and css is not served statically these files should reside in a src directory static should be reserved for files deployed directly to the server without modification
1
475,301
13,690,891,020
IssuesEvent
2020-09-30 14:54:43
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Remove checks on board undocumented DT strings
bug priority: low
**Describe the bug** Each time a new board is introduced, zephyrbot reports undocumented warnings for board's compatible: ``` -:358: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "olimex,stm32-p103" appears un-documented -- check ./dts/bindings/ #358: FILE: boards/arm/olimex_stm32_p103/olimex_stm32_p103.dts:...
1.0
Remove checks on board undocumented DT strings - **Describe the bug** Each time a new board is introduced, zephyrbot reports undocumented warnings for board's compatible: ``` -:358: WARNING:UNDOCUMENTED_DT_STRING: DT compatible string "olimex,stm32-p103" appears un-documented -- check ./dts/bindings/ #358: FILE: bo...
priority
remove checks on board undocumented dt strings describe the bug each time a new board is introduced zephyrbot reports undocumented warnings for board s compatible warning undocumented dt string dt compatible string olimex appears un documented check dts bindings file boards arm ol...
1
752,395
26,284,209,537
IssuesEvent
2023-01-07 16:52:09
nielsrowinbik/visitter
https://api.github.com/repos/nielsrowinbik/visitter
opened
Add calendar view on booking management page
priority:low ergonomics
Instead of just being able to view all bookings in a list, it should be possible to view them within a calendar, too.
1.0
Add calendar view on booking management page - Instead of just being able to view all bookings in a list, it should be possible to view them within a calendar, too.
priority
add calendar view on booking management page instead of just being able to view all bookings in a list it should be possible to view them within a calendar too
1
201,380
7,030,677,298
IssuesEvent
2017-12-26 11:51:14
GDquest/Blender-power-sequencer
https://api.github.com/repos/GDquest/Blender-power-sequencer
closed
Add a paint select tool?
feature feedback wanted low priority
Border select is nice, but we can have a faster option to select with the mouse. Ideas: - Paint select, select all the strips on hover, without the need to click - Faster box select: start from the cursor, without the need to click first
1.0
Add a paint select tool? - Border select is nice, but we can have a faster option to select with the mouse. Ideas: - Paint select, select all the strips on hover, without the need to click - Faster box select: start from the cursor, without the need to click first
priority
add a paint select tool border select is nice but we can have a faster option to select with the mouse ideas paint select select all the strips on hover without the need to click faster box select start from the cursor without the need to click first
1
179,076
6,621,367,422
IssuesEvent
2017-09-21 18:53:46
opensecuritycontroller/osc-core
https://api.github.com/repos/opensecuritycontroller/osc-core
closed
Travis check fails on OSC 0.6
improvement/functional priority/low triage/more-info
We are able to generate the parametrized/local build. However, Travis checks fails for the same pull request. [Travis build](https://travis-ci.com/opensecuritycontroller/osc-core/builds/49323602)
1.0
Travis check fails on OSC 0.6 - We are able to generate the parametrized/local build. However, Travis checks fails for the same pull request. [Travis build](https://travis-ci.com/opensecuritycontroller/osc-core/builds/49323602)
priority
travis check fails on osc we are able to generate the parametrized local build however travis checks fails for the same pull request
1
504,791
14,621,057,869
IssuesEvent
2020-12-22 20:52:54
GSA/fpki-guides
https://api.github.com/repos/GSA/fpki-guides
closed
FPKI Mapping Tables Playbook
Audience - Affiliates Priority - Low
This would be new -- not a conversion of an existing document. The FPKI has two different mapping tables. The [FPKI Applicant Certification Mapping Table](https://www.idmanagement.gov/IDM/s/document_detail?Id=kA0t00000008OcnCAE)is used by non-SSPs to map their Certificate Policy against the FBCA Certificate Policy. T...
1.0
FPKI Mapping Tables Playbook - This would be new -- not a conversion of an existing document. The FPKI has two different mapping tables. The [FPKI Applicant Certification Mapping Table](https://www.idmanagement.gov/IDM/s/document_detail?Id=kA0t00000008OcnCAE)is used by non-SSPs to map their Certificate Policy against ...
priority
fpki mapping tables playbook this would be new not a conversion of an existing document the fpki has two different mapping tables the used by non ssps to map their certificate policy against the fbca certificate policy the is for ssps to map their certification practice statement against fcpca certifi...
1
619,433
19,525,053,431
IssuesEvent
2021-12-30 05:30:47
obsei/obsei
https://api.github.com/repos/obsei/obsei
closed
NewsAPI integration
enhancement low priority observer
Obsei have google news search but google impose rate limit on it also it does not search any article older than 7 days. Hence having [NewsAPI ](https://newsapi.org/) integration will provide user this capability.
1.0
NewsAPI integration - Obsei have google news search but google impose rate limit on it also it does not search any article older than 7 days. Hence having [NewsAPI ](https://newsapi.org/) integration will provide user this capability.
priority
newsapi integration obsei have google news search but google impose rate limit on it also it does not search any article older than days hence having integration will provide user this capability
1
537,480
15,729,623,997
IssuesEvent
2021-03-29 15:02:56
ThreeSixtyGiving/grantnav
https://api.github.com/repos/ThreeSixtyGiving/grantnav
opened
Update matomo client code with new uri
2021-03 Low Priority
Matomo was Piwik and the endpoint has been renamed from /piwik.php to matomo.php . This needs updating in the base template, the old link will still work as it is backward compatible.
1.0
Update matomo client code with new uri - Matomo was Piwik and the endpoint has been renamed from /piwik.php to matomo.php . This needs updating in the base template, the old link will still work as it is backward compatible.
priority
update matomo client code with new uri matomo was piwik and the endpoint has been renamed from piwik php to matomo php this needs updating in the base template the old link will still work as it is backward compatible
1
576,399
17,086,201,854
IssuesEvent
2021-07-08 12:11:23
HEPData/hepdata
https://api.github.com/repos/HEPData/hepdata
closed
email: send notification to Coordinator when a new record has been created
complexity: low priority: high type: enhancement
The email should contain the paper title, a link to the record, and the names and email addresses of the Uploader and Reviewer. This notification would be particularly useful to keep everyone informed when multiple Coordinators share a group email address.
1.0
email: send notification to Coordinator when a new record has been created - The email should contain the paper title, a link to the record, and the names and email addresses of the Uploader and Reviewer. This notification would be particularly useful to keep everyone informed when multiple Coordinators share a group ...
priority
email send notification to coordinator when a new record has been created the email should contain the paper title a link to the record and the names and email addresses of the uploader and reviewer this notification would be particularly useful to keep everyone informed when multiple coordinators share a group ...
1
581,389
17,292,688,530
IssuesEvent
2021-07-25 04:46:27
LovecraftianHorror/subwinder
https://api.github.com/repos/LovecraftianHorror/subwinder
closed
Expose other language options
enhancement low priority
Currently this library only exposes some of the information from the API in English (such as the long language names): however, it would be best to expose other languages as well. This could be done with some mild tweaking to the `lang` module as well as changing the endpoints to give the option to pass in other langua...
1.0
Expose other language options - Currently this library only exposes some of the information from the API in English (such as the long language names): however, it would be best to expose other languages as well. This could be done with some mild tweaking to the `lang` module as well as changing the endpoints to give th...
priority
expose other language options currently this library only exposes some of the information from the api in english such as the long language names however it would be best to expose other languages as well this could be done with some mild tweaking to the lang module as well as changing the endpoints to give th...
1
492,556
14,215,817,012
IssuesEvent
2020-11-17 08:03:19
SebastienFPRousseau/handypixi
https://api.github.com/repos/SebastienFPRousseau/handypixi
closed
Update dependency pixi to version 4.8.2
Backlog priority:low type:dependencies
## Summary `Pixi.js` version 4.8.2 has been published and seems to be fully operational, we should update our dependency on this package in order to be fully compliant with all Pixi.js features. ## Objective Update pixi.js to version 4.8.2 and make relevant changes to handypixi. ## Acceptance Criteria - ...
1.0
Update dependency pixi to version 4.8.2 - ## Summary `Pixi.js` version 4.8.2 has been published and seems to be fully operational, we should update our dependency on this package in order to be fully compliant with all Pixi.js features. ## Objective Update pixi.js to version 4.8.2 and make relevant changes to ...
priority
update dependency pixi to version summary pixi js version has been published and seems to be fully operational we should update our dependency on this package in order to be fully compliant with all pixi js features objective update pixi js to version and make relevant changes to ...
1
183,481
6,689,078,522
IssuesEvent
2017-10-08 21:48:23
emimontesdeoca/Lovis
https://api.github.com/repos/emimontesdeoca/Lovis
opened
Add name to my profile view
Priority: Low Status: Pending Type: Enhancement
Instead of **Lovis > My profile** it should say **Lovis > Name Surname**
1.0
Add name to my profile view - Instead of **Lovis > My profile** it should say **Lovis > Name Surname**
priority
add name to my profile view instead of lovis my profile it should say lovis name surname
1
302,992
9,301,221,764
IssuesEvent
2019-03-23 20:04:00
DrylandEcology/STEPWAT2
https://api.github.com/repos/DrylandEcology/STEPWAT2
closed
Remove specific case for annuals in Species_Kill function
lowpriority
We should be able to remove the seperate call to annuals in Species_Kill, as annual species and functional groups are now represented by individuals and can be treated in the same way as perennials.
1.0
Remove specific case for annuals in Species_Kill function - We should be able to remove the seperate call to annuals in Species_Kill, as annual species and functional groups are now represented by individuals and can be treated in the same way as perennials.
priority
remove specific case for annuals in species kill function we should be able to remove the seperate call to annuals in species kill as annual species and functional groups are now represented by individuals and can be treated in the same way as perennials
1
602,153
18,452,858,067
IssuesEvent
2021-10-15 13:04:13
ouch-org/ouch
https://api.github.com/repos/ouch-org/ouch
closed
Simplify colors implementation to remove code duplication
enhancement low priority
Each color could have it's function created with a macro, the function would receive the color &str as the argument and use conditional compilation inside in an `cfg!()` `if ` block, which is resolved and optimized out in compile time.
1.0
Simplify colors implementation to remove code duplication - Each color could have it's function created with a macro, the function would receive the color &str as the argument and use conditional compilation inside in an `cfg!()` `if ` block, which is resolved and optimized out in compile time.
priority
simplify colors implementation to remove code duplication each color could have it s function created with a macro the function would receive the color str as the argument and use conditional compilation inside in an cfg if block which is resolved and optimized out in compile time
1
287,181
8,805,374,222
IssuesEvent
2018-12-26 19:13:52
dita-ot/dita-ot
https://api.github.com/repos/dita-ot/dita-ot
closed
Support DITA <object> in PDF plugin with RenderX XEP
feature plugin/pdf priority/low stale
The DITA `<object>` seems to be supported only for HTML generation. RenderX XEP seems to have an extension called `<rx:media-object>` which could be used to embed videos or flash in PDF. So maybe if the user is using RenderX XEP to produce PDF we could convert the existing DITA `<object>` to an XSL-FO `<rx:media-objec...
1.0
Support DITA <object> in PDF plugin with RenderX XEP - The DITA `<object>` seems to be supported only for HTML generation. RenderX XEP seems to have an extension called `<rx:media-object>` which could be used to embed videos or flash in PDF. So maybe if the user is using RenderX XEP to produce PDF we could convert the...
priority
support dita in pdf plugin with renderx xep the dita seems to be supported only for html generation renderx xep seems to have an extension called which could be used to embed videos or flash in pdf so maybe if the user is using renderx xep to produce pdf we could convert the existing dita to an xsl f...
1
703,781
24,172,883,783
IssuesEvent
2022-09-22 21:01:49
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Should support continuous joints from SDFormat
type: feature request priority: low component: multibody parsing
SDFormat defines "continuous" as a supported joint type since 1.6; however, our SDF parser does not support this joint type and throws a "Joint type not supported" exception when parsing a SDF file containing such a joint.
1.0
Should support continuous joints from SDFormat - SDFormat defines "continuous" as a supported joint type since 1.6; however, our SDF parser does not support this joint type and throws a "Joint type not supported" exception when parsing a SDF file containing such a joint.
priority
should support continuous joints from sdformat sdformat defines continuous as a supported joint type since however our sdf parser does not support this joint type and throws a joint type not supported exception when parsing a sdf file containing such a joint
1
631,764
20,159,758,283
IssuesEvent
2022-02-09 20:08:57
NathanPB/DeepMobLearning-Refabricated
https://api.github.com/repos/NathanPB/DeepMobLearning-Refabricated
closed
Expose an API for data models.
Low Priority
Hi, I'm making an addon mod for Deep Mob Learning and I need to get the data amount from the data models, would it be possible to expose that as an API or would there be another way to do that without having to expose an API?
1.0
Expose an API for data models. - Hi, I'm making an addon mod for Deep Mob Learning and I need to get the data amount from the data models, would it be possible to expose that as an API or would there be another way to do that without having to expose an API?
priority
expose an api for data models hi i m making an addon mod for deep mob learning and i need to get the data amount from the data models would it be possible to expose that as an api or would there be another way to do that without having to expose an api
1
145,932
5,584,143,410
IssuesEvent
2017-03-29 03:32:04
nortikin/sverchok
https://api.github.com/repos/nortikin/sverchok
closed
Texture Viewer GL Glitch Bug is something
bug low priority
Not sure if this is something that can be fixable at some point, but just to note that the bug do extist. ![screen shot 2017-03-29 at 14 29 36](https://cloud.githubusercontent.com/assets/3952687/24437340/3398712a-148c-11e7-8d61-0c14101c6732.png)
1.0
Texture Viewer GL Glitch Bug is something - Not sure if this is something that can be fixable at some point, but just to note that the bug do extist. ![screen shot 2017-03-29 at 14 29 36](https://cloud.githubusercontent.com/assets/3952687/24437340/3398712a-148c-11e7-8d61-0c14101c6732.png)
priority
texture viewer gl glitch bug is something not sure if this is something that can be fixable at some point but just to note that the bug do extist
1
802,550
28,966,443,055
IssuesEvent
2023-05-10 08:14:58
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
LE Audio: CSIP not disabling option characteristics for size and rank
bug priority: low area: Bluetooth area: Bluetooth Audio
**Describe the bug** The documentation for `struct bt_csip_set_member_register_param` states that if `rank` or `set_size` is 0, then the (optional) characteristics are not initialized. However, the implementation of `bt_csip_set_member_register` ensures not such thing. **To Reproduce** N/A **Expected behavior*...
1.0
LE Audio: CSIP not disabling option characteristics for size and rank - **Describe the bug** The documentation for `struct bt_csip_set_member_register_param` states that if `rank` or `set_size` is 0, then the (optional) characteristics are not initialized. However, the implementation of `bt_csip_set_member_register` e...
priority
le audio csip not disabling option characteristics for size and rank describe the bug the documentation for struct bt csip set member register param states that if rank or set size is then the optional characteristics are not initialized however the implementation of bt csip set member register e...
1
729,491
25,130,030,433
IssuesEvent
2022-11-09 14:32:56
FrontMen/resumator
https://api.github.com/repos/FrontMen/resumator
opened
search on resumes with side projects and publications
type: enhancement layer: front-end priority: low
as a manager I want to see which resumes have sideprojects and publications
1.0
search on resumes with side projects and publications - as a manager I want to see which resumes have sideprojects and publications
priority
search on resumes with side projects and publications as a manager i want to see which resumes have sideprojects and publications
1
679,225
23,224,797,617
IssuesEvent
2022-08-02 22:16:21
HighDimensionalEconLab/DifferentiableStateSpaceModels.jl
https://api.github.com/repos/HighDimensionalEconLab/DifferentiableStateSpaceModels.jl
closed
Move towards stacked sylvesters with inplace operations
low priority
This isn't the complete solution, but given what we have learned about the tensors and the dataprep, I think it will help. In particular: - [ ] Can we define something which will radically simplify the notation (and give us something to think about putting on a GPU). For example, ``` Z := [g_x h_x; g_x; h_x; I] ...
1.0
Move towards stacked sylvesters with inplace operations - This isn't the complete solution, but given what we have learned about the tensors and the dataprep, I think it will help. In particular: - [ ] Can we define something which will radically simplify the notation (and give us something to think about putting o...
priority
move towards stacked sylvesters with inplace operations this isn t the complete solution but given what we have learned about the tensors and the dataprep i think it will help in particular can we define something which will radically simplify the notation and give us something to think about putting on ...
1
658,936
21,912,873,231
IssuesEvent
2022-05-21 10:38:16
SALUNAinMC/SkyTraveller-datapack
https://api.github.com/repos/SALUNAinMC/SkyTraveller-datapack
closed
追加[アクセサリー]:金剛の指輪
😵help wanted 🗒️ priority: low ✨ feature ⚔item 📦need modeling
### 概要 - 宝石の指輪 ### 性能 - 防御力+15 ### タスク - [x] アイテムテクスチャ/モデル制作 - [x] アイテムの表示制作
1.0
追加[アクセサリー]:金剛の指輪 - ### 概要 - 宝石の指輪 ### 性能 - 防御力+15 ### タスク - [x] アイテムテクスチャ/モデル制作 - [x] アイテムの表示制作
priority
追加[アクセサリー]:金剛の指輪 概要 宝石の指輪 性能 防御力+ タスク アイテムテクスチャ モデル制作 アイテムの表示制作
1
771,258
27,076,818,663
IssuesEvent
2023-02-14 11:11:17
Zokrates/ZoKrates
https://api.github.com/repos/Zokrates/ZoKrates
closed
Panic when running `zokrates mpc`
Priority: Low
## Description Unexpected panic ## Environment - Compiler version: develop - Operating system: macos ## Steps to Reproduce ``` > zokrates mpc internal error: entered unreachable code (zokrates_cli/src/ops/mpc/mod.rs:28:14) ``` Should instead return the same output as `zokrates mpc --help`
1.0
Panic when running `zokrates mpc` - ## Description Unexpected panic ## Environment - Compiler version: develop - Operating system: macos ## Steps to Reproduce ``` > zokrates mpc internal error: entered unreachable code (zokrates_cli/src/ops/mpc/mod.rs:28:14) ``` Should instead return the same outp...
priority
panic when running zokrates mpc description unexpected panic environment compiler version develop operating system macos steps to reproduce zokrates mpc internal error entered unreachable code zokrates cli src ops mpc mod rs should instead return the same output...
1
683,318
23,377,178,767
IssuesEvent
2022-08-11 05:18:45
BirthdayResearch/liquidity.dfi.dev
https://api.github.com/repos/BirthdayResearch/liquidity.dfi.dev
closed
Making repo public
kind/feature area/workflow priority/important-soon needs/triage
<!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: We'll need to make this repository public once we're done with most of our features. #### Why is this needed:
1.0
Making repo public - <!-- Please only use this template for submitting enhancement/feature requests --> #### What would you like to be added: We'll need to make this repository public once we're done with most of our features. #### Why is this needed:
priority
making repo public what would you like to be added we ll need to make this repository public once we re done with most of our features why is this needed
1
265,270
8,351,755,403
IssuesEvent
2018-10-02 02:08:31
rmjordas/alys
https://api.github.com/repos/rmjordas/alys
reopened
Style guide incomplete
point: 2 priority: low type: chore
Tasks: - Generate `core` style guide: - **Settings:** + [ ] Color palette + [ ] Font Family + [ ] Typography - **Elements:** + [ ] `input` + [ ] `img` + [ ] `select` + [ ] `textarea` + [ ] `button` + [ ] `progress` + [ ] `meter` + [ ]...
1.0
Style guide incomplete - Tasks: - Generate `core` style guide: - **Settings:** + [ ] Color palette + [ ] Font Family + [ ] Typography - **Elements:** + [ ] `input` + [ ] `img` + [ ] `select` + [ ] `textarea` + [ ] `button` + [ ] `progress` +...
priority
style guide incomplete tasks generate core style guide settings color palette font family typography elements input img select textarea button progress meter ...
1
562,291
16,656,190,873
IssuesEvent
2021-06-05 15:13:55
BibleBot/BibleBot
https://api.github.com/repos/BibleBot/BibleBot
closed
[BUG] A null Verse.Text results in NullReferenceException in VersesController.
bug priority:low
**Describe the bug** Whenever a message slips through the cracks and makes its way to the provider, the provider has nothing to give and the Text attribute in the remaining Verse object is never initialized as a result. This creates an error in `src/BibleBot.Backend/Controllers/VersesController.cs#L110`, which should ...
1.0
[BUG] A null Verse.Text results in NullReferenceException in VersesController. - **Describe the bug** Whenever a message slips through the cracks and makes its way to the provider, the provider has nothing to give and the Text attribute in the remaining Verse object is never initialized as a result. This creates an er...
priority
a null verse text results in nullreferenceexception in versescontroller describe the bug whenever a message slips through the cracks and makes its way to the provider the provider has nothing to give and the text attribute in the remaining verse object is never initialized as a result this creates an error ...
1
287,727
8,819,652,237
IssuesEvent
2018-12-31 22:41:39
jrflab/modules
https://api.github.com/repos/jrflab/modules
closed
BED TARGETS_FILE with header throws error
bug low priority
If a `TARGETS_FILE` bed file is specified that has a header an error is thrown when running `make gatk`: ``` modules/variant_callers/gatk.mk:36: *** recipe commences before first target. Stop. ```
1.0
BED TARGETS_FILE with header throws error - If a `TARGETS_FILE` bed file is specified that has a header an error is thrown when running `make gatk`: ``` modules/variant_callers/gatk.mk:36: *** recipe commences before first target. Stop. ```
priority
bed targets file with header throws error if a targets file bed file is specified that has a header an error is thrown when running make gatk modules variant callers gatk mk recipe commences before first target stop
1
450,938
13,021,672,175
IssuesEvent
2020-07-27 06:52:30
org-arl/fjage
https://api.github.com/repos/org-arl/fjage
closed
Rare occurrences of NullPointerException in DiscreteEventSimulator
bug low priority
Issue encountered in version: 1.6.2 Reproducibility: low ## Sample error ``` Jan 01, 1970 8:31:23 AM org.arl.fjage.DiscreteEventSimulator run SEVERE: Exception: java.lang.NullPointerException at org.arl.fjage.DiscreteEventSimulator.run(DiscreteEventSimulator.java:144) at java.lang.Thread.run(Thread.java:...
1.0
Rare occurrences of NullPointerException in DiscreteEventSimulator - Issue encountered in version: 1.6.2 Reproducibility: low ## Sample error ``` Jan 01, 1970 8:31:23 AM org.arl.fjage.DiscreteEventSimulator run SEVERE: Exception: java.lang.NullPointerException at org.arl.fjage.DiscreteEventSimulator.run(Di...
priority
rare occurrences of nullpointerexception in discreteeventsimulator issue encountered in version reproducibility low sample error jan am org arl fjage discreteeventsimulator run severe exception java lang nullpointerexception at org arl fjage discreteeventsimulator run discrete...
1