Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
795
body
stringlengths
1
259k
index
stringclasses
12 values
text_combine
stringlengths
96
259k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
45,496
2,933,949,687
IssuesEvent
2015-06-30 03:55:51
facelessuser/Rummage
https://api.github.com/repos/facelessuser/Rummage
closed
Look into adding a replace feature.
Feature Maybe Priority - Medium
Big hold up is since I am guessing the encoding, I want to make sure I replace, and write with the correct encoding. I mainly use the tool for searches, so this is low priority. - [x] Need to account for binary file searches. - [x] Probably need to account for an ASCII file having unicode data inserted into it. Ma...
1.0
Look into adding a replace feature. - Big hold up is since I am guessing the encoding, I want to make sure I replace, and write with the correct encoding. I mainly use the tool for searches, so this is low priority. - [x] Need to account for binary file searches. - [x] Probably need to account for an ASCII file ha...
priority
look into adding a replace feature big hold up is since i am guessing the encoding i want to make sure i replace and write with the correct encoding i mainly use the tool for searches so this is low priority need to account for binary file searches probably need to account for an ascii file having...
1
93,499
3,901,147,656
IssuesEvent
2016-04-18 09:38:24
ggrov/tinker
https://api.github.com/repos/ggrov/tinker
closed
logging information display panel & config
Priority : Medium Tinker Core Tinker GUI TODO
configurable logging display panel in the GUI (see #20 and #19 ) - [x] show logging information during eval session - [x] configure the desirable logging information, e.g. *all*, *goaltype*, *none*
1.0
logging information display panel & config - configurable logging display panel in the GUI (see #20 and #19 ) - [x] show logging information during eval session - [x] configure the desirable logging information, e.g. *all*, *goaltype*, *none*
priority
logging information display panel config configurable logging display panel in the gui see and show logging information during eval session configure the desirable logging information e g all goaltype none
1
336,721
10,195,948,446
IssuesEvent
2019-08-12 19:27:15
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
closed
Add an OverpassReader
Category: Core Priority: Medium Status: Defined Type: Feature
Add a reader that can submit queries directly to the Overpass API, so it can be called from `changeset-derive-replacement`. Implement `Boundable` on it. This will prevent the extra step of having to externally download a file with the reference data in it via an Overapass API query. It may be easiest to just implement...
1.0
Add an OverpassReader - Add a reader that can submit queries directly to the Overpass API, so it can be called from `changeset-derive-replacement`. Implement `Boundable` on it. This will prevent the extra step of having to externally download a file with the reference data in it via an Overapass API query. It may be e...
priority
add an overpassreader add a reader that can submit queries directly to the overpass api so it can be called from changeset derive replacement implement boundable on it this will prevent the extra step of having to externally download a file with the reference data in it via an overapass api query it may be e...
1
221,589
7,390,099,446
IssuesEvent
2018-03-16 11:04:23
CS2103JAN2018-W15-B4/main
https://api.github.com/repos/CS2103JAN2018-W15-B4/main
closed
As a forgetful member, I can add an alternative name for a command
duplicate priority.medium type.story
So that I can use names that I am used to
1.0
As a forgetful member, I can add an alternative name for a command - So that I can use names that I am used to
priority
as a forgetful member i can add an alternative name for a command so that i can use names that i am used to
1
243,014
7,852,322,693
IssuesEvent
2018-06-20 14:19:50
opentargets/webapp
https://api.github.com/repos/opentargets/webapp
closed
Broken external links in the "Mechanism of Action" column in evidence page drugs tables
Kind: Bug Priority: Medium Status: Needs info area/web/disease area/web/drug area/web/evidence area/web/target
### Observed behaviour In the Mechanism of Action column in the known drugs table, the external links do not work if there are both publications and non-publications links. For example, on the [CACNA1B in asthma evidence page](https://www.targetvalidation.org/evidence/ENSG00000148408/EFO_0000270?view=sec:known_dru...
1.0
Broken external links in the "Mechanism of Action" column in evidence page drugs tables - ### Observed behaviour In the Mechanism of Action column in the known drugs table, the external links do not work if there are both publications and non-publications links. For example, on the [CACNA1B in asthma evidence page...
priority
broken external links in the mechanism of action column in evidence page drugs tables observed behaviour in the mechanism of action column in the known drugs table the external links do not work if there are both publications and non publications links for example on the the isbn link is a comm...
1
243,283
7,855,217,372
IssuesEvent
2018-06-21 00:20:28
photonstorm/phaser
https://api.github.com/repos/photonstorm/phaser
closed
Zoom and bounds issues
🐛 Bug 🤨 Difficulty: Medium 🥈 Priority: Medium
I think I've stumbled upon a bug with zoom and bounds, possibly only on tilemaps. If you zoom into a tilemap and want to keep 0,0 in the top left corner I need to adjust scrollX to "-gameWidth/(2*zoomFactor)" (and likewise for scrollY) and not (scrollX, scrollY) = (0,0) as expected. If you set camera bounds you c...
1.0
Zoom and bounds issues - I think I've stumbled upon a bug with zoom and bounds, possibly only on tilemaps. If you zoom into a tilemap and want to keep 0,0 in the top left corner I need to adjust scrollX to "-gameWidth/(2*zoomFactor)" (and likewise for scrollY) and not (scrollX, scrollY) = (0,0) as expected. If yo...
priority
zoom and bounds issues i think i ve stumbled upon a bug with zoom and bounds possibly only on tilemaps if you zoom into a tilemap and want to keep in the top left corner i need to adjust scrollx to gamewidth zoomfactor and likewise for scrolly and not scrollx scrolly as expected if yo...
1
450,065
12,979,381,431
IssuesEvent
2020-07-22 01:54:42
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
settings: ISO C++ forbids converting a string constant to 'char*'
area: C++ area: Settings bug priority: medium
When compiling a cpp source file using the settings_handler struct, the compiler throws a warning: ``` warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] ``` For example, referring to the samples/subsys/settings/src/main.c, the following code block causes the above warning when com...
1.0
settings: ISO C++ forbids converting a string constant to 'char*' - When compiling a cpp source file using the settings_handler struct, the compiler throws a warning: ``` warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] ``` For example, referring to the samples/subsys/settings/sr...
priority
settings iso c forbids converting a string constant to char when compiling a cpp source file using the settings handler struct the compiler throws a warning warning iso c forbids converting a string constant to char for example referring to the samples subsys settings src main c the fo...
1
661,613
22,061,829,627
IssuesEvent
2022-05-30 19:04:46
davidfstr/Crystal-Web-Archiver
https://api.github.com/repos/davidfstr/Crystal-Web-Archiver
opened
CLI console log available in GUI app
priority-medium type-feature
It would be nice if I could have a CLI console when I run Crystal as a GUI app. This console is frequently necessary to debug issues like served pages that don't render correctly (due to errors that are only printed to the console). Until this feature is implemented I'm **de-facto forced to run Crystal from source**...
1.0
CLI console log available in GUI app - It would be nice if I could have a CLI console when I run Crystal as a GUI app. This console is frequently necessary to debug issues like served pages that don't render correctly (due to errors that are only printed to the console). Until this feature is implemented I'm **de-fa...
priority
cli console log available in gui app it would be nice if i could have a cli console when i run crystal as a gui app this console is frequently necessary to debug issues like served pages that don t render correctly due to errors that are only printed to the console until this feature is implemented i m de fa...
1
227,025
7,526,132,679
IssuesEvent
2018-04-13 13:07:07
Stivius/XiboLinuxStack
https://api.github.com/repos/Stivius/XiboLinuxStack
closed
Support for image rendering options
medium priority task
The Player is responsible for natively rendering images according to the following options: - scaleType: Either center or stretch. - align: Either left, center or right. - valign: Either top, middle or bottom. [From Xibo Documentation]
1.0
Support for image rendering options - The Player is responsible for natively rendering images according to the following options: - scaleType: Either center or stretch. - align: Either left, center or right. - valign: Either top, middle or bottom. [From Xibo Documentation]
priority
support for image rendering options the player is responsible for natively rendering images according to the following options scaletype either center or stretch align either left center or right valign either top middle or bottom
1
577,036
17,102,191,550
IssuesEvent
2021-07-09 12:54:20
EricssonResearch/scott-eu
https://api.github.com/repos/EricssonResearch/scott-eu
closed
test new scene with ros
Comp: Warehouse Scene Priority: Medium Status: Review Needed Type: Enhancement Upstream: ROS
@jramadeu and @albertohata I've create this branch with the new "git friendlier" scene: [https://github.com/EricssonResearch/scott-eu/tree/vrep_git_friendlier/simulation-ros/src/turtlebot2i/turtlebot2i_description/v-rep_model/warehouse_scene](https://github.com/EricssonResearch/scott-eu/tree/vrep_git_friendlier/si...
1.0
test new scene with ros - @jramadeu and @albertohata I've create this branch with the new "git friendlier" scene: [https://github.com/EricssonResearch/scott-eu/tree/vrep_git_friendlier/simulation-ros/src/turtlebot2i/turtlebot2i_description/v-rep_model/warehouse_scene](https://github.com/EricssonResearch/scott-eu/t...
priority
test new scene with ros jramadeu and albertohata i ve create this branch with the new git friendlier scene we need to test its connection with ros
1
562,680
16,666,984,282
IssuesEvent
2021-06-07 06:05:30
kubesphere/website
https://api.github.com/repos/kubesphere/website
closed
[Have video] Add a tutorial about how to config Jenkins via CasC
area/devops help wanted priority/medium
See also https://github.com/jenkinsci/configuration-as-code-plugin /area devops /priority medium /help
1.0
[Have video] Add a tutorial about how to config Jenkins via CasC - See also https://github.com/jenkinsci/configuration-as-code-plugin /area devops /priority medium /help
priority
add a tutorial about how to config jenkins via casc see also area devops priority medium help
1
375,718
11,133,371,160
IssuesEvent
2019-12-20 09:14:50
projectacrn/acrn-hypervisor
https://api.github.com/repos/projectacrn/acrn-hypervisor
closed
Not support: –s n,virtio-console, (pty,stido,tty,self-define)
priority: P3-Medium type: bug
Environment git clone https://github.com/projectacrn/acrn-hypervisor.git git checkout acrn-2019w41.3-140000p HW/Board D0 MRB, APLNUC, KBLNUC, UP2, WHL Steps for automation test [acrn-configuration-tool] must support: –s n,virtio-console, (pty,stido,tty,self-define)
1.0
Not support: –s n,virtio-console, (pty,stido,tty,self-define) - Environment git clone https://github.com/projectacrn/acrn-hypervisor.git git checkout acrn-2019w41.3-140000p HW/Board D0 MRB, APLNUC, KBLNUC, UP2, WHL Steps for automation test [acrn-configuration-tool] must support: –s n,virtio-console, (pty,stid...
priority
not support –s n virtio console pty stido tty self define environment git clone git checkout acrn hw board mrb aplnuc kblnuc whl steps for automation test must support –s n virtio console pty stido tty self define
1
151,531
5,823,990,322
IssuesEvent
2017-05-07 08:23:52
adrn/gala
https://api.github.com/repos/adrn/gala
closed
Add support for translated reference frames and composite Hamiltonians
enhancement priority:medium
This would add support for, e.g., misaligned disks, point masses at positions other than the origin, rotated or rotating halos.
1.0
Add support for translated reference frames and composite Hamiltonians - This would add support for, e.g., misaligned disks, point masses at positions other than the origin, rotated or rotating halos.
priority
add support for translated reference frames and composite hamiltonians this would add support for e g misaligned disks point masses at positions other than the origin rotated or rotating halos
1
241,081
7,808,739,507
IssuesEvent
2018-06-11 21:11:28
medic/medic-webapp
https://api.github.com/repos/medic/medic-webapp
reopened
Bulk delete errors on conflict
Priority: 2 - Medium Status: 5 - Ready Type: Bug
Raised from #4113 The bulk delete should make sure that when it's done all documents that were asked to be deleted are deleted. Currently this can fail to be true if there are conflicts, which not only stops the conflicted documents from being deleted, but also halt the bulk delete completely. One solution wo...
1.0
Bulk delete errors on conflict - Raised from #4113 The bulk delete should make sure that when it's done all documents that were asked to be deleted are deleted. Currently this can fail to be true if there are conflicts, which not only stops the conflicted documents from being deleted, but also halt the bulk dele...
priority
bulk delete errors on conflict raised from the bulk delete should make sure that when it s done all documents that were asked to be deleted are deleted currently this can fail to be true if there are conflicts which not only stops the conflicted documents from being deleted but also halt the bulk delete ...
1
606,709
18,767,913,269
IssuesEvent
2021-11-06 09:00:45
MarketSquare/robotframework-browser
https://api.github.com/repos/MarketSquare/robotframework-browser
closed
ImportError: cannot import name 'DialogAction' from 'Browser'
bug priority: medium
**Describe the bug** while developing and running a Python sript, with the following import statement and call: from Browser import Browser, DialogAction [..] I received the following error traceback: [..] from Browser import Browser, DialogAction ImportError: cannot import name 'DialogAction' from 'Br...
1.0
ImportError: cannot import name 'DialogAction' from 'Browser' - **Describe the bug** while developing and running a Python sript, with the following import statement and call: from Browser import Browser, DialogAction [..] I received the following error traceback: [..] from Browser import Browser, Dialo...
priority
importerror cannot import name dialogaction from browser describe the bug while developing and running a python sript with the following import statement and call from browser import browser dialogaction i received the following error traceback from browser import browser dialogactio...
1
587,651
17,627,838,905
IssuesEvent
2021-08-19 01:45:57
rich-iannone/pointblank
https://api.github.com/repos/rich-iannone/pointblank
closed
Have `all_passed()` return FALSE when there are evaluation errors?
Difficulty: [2] Intermediate Effort: [2] Medium Type: ★ Enhancement Priority: [3] High
I often want `all_passed()` to return FALSE if there is anything other than `TRUE` in the result, e.g. `agent$validation_set$all_passed`. This means, NA would be interpreted as a failure and from what I have gathered, this happens when there is an evaluation error. I can see benefits to both behaviors, current behavior...
1.0
Have `all_passed()` return FALSE when there are evaluation errors? - I often want `all_passed()` to return FALSE if there is anything other than `TRUE` in the result, e.g. `agent$validation_set$all_passed`. This means, NA would be interpreted as a failure and from what I have gathered, this happens when there is an eva...
priority
have all passed return false when there are evaluation errors i often want all passed to return false if there is anything other than true in the result e g agent validation set all passed this means na would be interpreted as a failure and from what i have gathered this happens when there is an eva...
1
663,262
22,171,557,646
IssuesEvent
2022-06-06 01:40:52
RoboJackets/apiary
https://api.github.com/repos/RoboJackets/apiary
closed
Support self-service access overrides
area / frontend priority / medium type / feature
Per Slack discussion, show a dashboard card for anyone who has never paid dues or had an override in the past after they attend a meeting. The card has a button to grant the user an override until the next future access end date so long as that date is within the next two months, otherwise it can’t be given out.
1.0
Support self-service access overrides - Per Slack discussion, show a dashboard card for anyone who has never paid dues or had an override in the past after they attend a meeting. The card has a button to grant the user an override until the next future access end date so long as that date is within the next two months,...
priority
support self service access overrides per slack discussion show a dashboard card for anyone who has never paid dues or had an override in the past after they attend a meeting the card has a button to grant the user an override until the next future access end date so long as that date is within the next two months ...
1
747,675
26,095,050,245
IssuesEvent
2022-12-26 17:59:57
bounswe/bounswe2022group4
https://api.github.com/repos/bounswe/bounswe2022group4
closed
Backend: Get and Post endpoints text annotation by post-slug
Category - Enhancement Status: Completed Priority: Severe Difficulty - Medium Team - Backend
Description: We need to provide endpoints for the given post because when frontend needs a list of annotations for the given post. Get endpoints returns a list of annotations. Post endpoint creates an annotation for the given post. The body requiered to create is as follows: ```json { "position": { ...
1.0
Backend: Get and Post endpoints text annotation by post-slug - Description: We need to provide endpoints for the given post because when frontend needs a list of annotations for the given post. Get endpoints returns a list of annotations. Post endpoint creates an annotation for the given post. The body requiered to ...
priority
backend get and post endpoints text annotation by post slug description we need to provide endpoints for the given post because when frontend needs a list of annotations for the given post get endpoints returns a list of annotations post endpoint creates an annotation for the given post the body requiered to ...
1
309,557
9,477,039,927
IssuesEvent
2019-04-19 17:09:46
x13pixels/remedybg-issues
https://api.github.com/repos/x13pixels/remedybg-issues
closed
Checksum files based on PDB data to determine if different
Component: Text Window Priority: 6 (Medium) Status: Completed Type: Enhancement
Use checksums in PDB to determine if the source file on disk matches or not. If not, then display an indicator on the text window's title bar.
1.0
Checksum files based on PDB data to determine if different - Use checksums in PDB to determine if the source file on disk matches or not. If not, then display an indicator on the text window's title bar.
priority
checksum files based on pdb data to determine if different use checksums in pdb to determine if the source file on disk matches or not if not then display an indicator on the text window s title bar
1
454,940
13,109,468,822
IssuesEvent
2020-08-04 18:45:26
pesos/grofer
https://api.github.com/repos/pesos/grofer
closed
[FEATURE REQ] package name `graphs` is not accurate
enhancement good first issue priority: medium
**Is your feature request related to a problem? Please describe.** The package `graphs` is inaccurately named since the info being displayed by the tool contains tables, lists, text, etc. **Describe the solution you'd like** Rename the directory `src/graphs/...` to `src/display/...` **PR deliverables:** - [ ] ...
1.0
[FEATURE REQ] package name `graphs` is not accurate - **Is your feature request related to a problem? Please describe.** The package `graphs` is inaccurately named since the info being displayed by the tool contains tables, lists, text, etc. **Describe the solution you'd like** Rename the directory `src/graphs/......
priority
package name graphs is not accurate is your feature request related to a problem please describe the package graphs is inaccurately named since the info being displayed by the tool contains tables lists text etc describe the solution you d like rename the directory src graphs to src di...
1
823,852
31,048,075,323
IssuesEvent
2023-08-11 03:03:51
kubebb/core
https://api.github.com/repos/kubebb/core
opened
Discuss: CRD manager
enhancement priority-medium difficulty-hard
(Created: 20230811 Document is time-sensitive) # CRD Handling in Helm https://github.com/helm/community/blob/main/hips/hip-0011.md https://github.com/helm/helm/issues/7735 https://github.com/helm/helm/issues/10585 https://github.com/helm/helm/issues/5871 # Existing solutions for other tools ## flux2 h...
1.0
Discuss: CRD manager - (Created: 20230811 Document is time-sensitive) # CRD Handling in Helm https://github.com/helm/community/blob/main/hips/hip-0011.md https://github.com/helm/helm/issues/7735 https://github.com/helm/helm/issues/10585 https://github.com/helm/helm/issues/5871 # Existing solutions for other...
priority
discuss crd manager created document is time sensitive) crd handling in helm existing solutions for other tools problems we encountered problems encountered by others
1
52,355
3,022,659,173
IssuesEvent
2015-07-31 21:46:23
information-artifact-ontology/IAO
https://api.github.com/repos/information-artifact-ontology/IAO
opened
ontology metadata: has id prefix
imported Priority-Medium Type-Term
_From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on January 21, 2013 17:33:22_ Replace \<owl:AnnotationProperty rdf:about=" http://purl.obolibrary.org/obo/iao/IAO_0000599 "> \<rdfs:label xml:lang="en">has ID prefix</rdfs:label> with example has ID prefix&#39;: &quot; http://purl.o...
1.0
ontology metadata: has id prefix - _From [mcour...@gmail.com](https://code.google.com/u/116795168307825520406/) on January 21, 2013 17:33:22_ Replace \<owl:AnnotationProperty rdf:about=" http://purl.obolibrary.org/obo/iao/IAO_0000599 "> \<rdfs:label xml:lang="en">has ID prefix</rdfs:label> with example has I...
priority
ontology metadata has id prefix from on january replace has id prefix with example has id prefix quot with annotation properties id prefix or id space ro uri prefix or rather rename it to has uri prefix and create the has idspace property original issue
1
404,037
11,851,305,332
IssuesEvent
2020-03-24 17:55:01
eecs-autograder/autograder-server
https://api.github.com/repos/eecs-autograder/autograder-server
opened
Add "reject submission if setup fails" option to AGTestSuite
feature priority-1-normal size-medium
- Add new "rejected" status to Submission.GradingStatus, should have similar properties to "removed_from_queue" - Bonus submissions and late day tokens used by the rejected submission should be refunded - Recommend to users that this should only be used in the 1st suite, but don't enforce - Illegal for deferred ...
1.0
Add "reject submission if setup fails" option to AGTestSuite - - Add new "rejected" status to Submission.GradingStatus, should have similar properties to "removed_from_queue" - Bonus submissions and late day tokens used by the rejected submission should be refunded - Recommend to users that this should only be us...
priority
add reject submission if setup fails option to agtestsuite add new rejected status to submission gradingstatus should have similar properties to removed from queue bonus submissions and late day tokens used by the rejected submission should be refunded recommend to users that this should only be us...
1
829,815
31,899,768,978
IssuesEvent
2023-09-18 06:53:13
lucia2007/bookwormkid
https://api.github.com/repos/lucia2007/bookwormkid
closed
US - Search Functionality
Should Have Medium Priority US Points 2 EPIC - VIEWING AND NAVIGATION USER STORY
As a **site user**, I can **enter keywords into the search** bar so that I can **search for a specific item**. ### Acceptance Criteria 1. Search bar is accessible in the navigation area. The search bar changes into a looking glass for smaller screens. 2. Placeholder text in the search field informs the user to enter t...
1.0
US - Search Functionality - As a **site user**, I can **enter keywords into the search** bar so that I can **search for a specific item**. ### Acceptance Criteria 1. Search bar is accessible in the navigation area. The search bar changes into a looking glass for smaller screens. 2. Placeholder text in the search field...
priority
us search functionality as a site user i can enter keywords into the search bar so that i can search for a specific item acceptance criteria search bar is accessible in the navigation area the search bar changes into a looking glass for smaller screens placeholder text in the search field...
1
821,799
30,837,041,729
IssuesEvent
2023-08-02 08:08:03
assemblee-virtuelle/semapps
https://api.github.com/repos/assemblee-virtuelle/semapps
closed
No display type & status in ReferenceInput
bug low difficulty medium priority
**Décrivez le bug** For exemple in organization Edit, input of type & status are empty. When you refresh page, it display the content. **Etapes pour reproduire** 1. Open an organization which have a type or/and a status 2. Clic "Edit" button 3. See input field Type & status empty **Comportement attendu** Di...
1.0
No display type & status in ReferenceInput - **Décrivez le bug** For exemple in organization Edit, input of type & status are empty. When you refresh page, it display the content. **Etapes pour reproduire** 1. Open an organization which have a type or/and a status 2. Clic "Edit" button 3. See input field Type &...
priority
no display type status in referenceinput décrivez le bug for exemple in organization edit input of type status are empty when you refresh page it display the content etapes pour reproduire open an organization which have a type or and a status clic edit button see input field type ...
1
662,399
22,138,544,419
IssuesEvent
2022-06-03 03:02:57
sopel-irc/sopel
https://api.github.com/repos/sopel-irc/sopel
closed
url: `.title` command shows an error for links handled by another plugin
Bug Medium Priority
### Description Links handled by another plugin (for example links to GitHub issues, if the `github` plugin is installed) are skipped intentionally in the `.title` command, to avoid giving duplicate output. However, the error message code from #2029 can't tell the difference between a link that was intentionally skipp...
1.0
url: `.title` command shows an error for links handled by another plugin - ### Description Links handled by another plugin (for example links to GitHub issues, if the `github` plugin is installed) are skipped intentionally in the `.title` command, to avoid giving duplicate output. However, the error message code from ...
priority
url title command shows an error for links handled by another plugin description links handled by another plugin for example links to github issues if the github plugin is installed are skipped intentionally in the title command to avoid giving duplicate output however the error message code from ...
1
236,566
7,750,673,767
IssuesEvent
2018-05-30 14:56:07
digital-york/oasis
https://api.github.com/repos/digital-york/oasis
closed
Update language being learned and first language of learners
Priority - medium
@yf508 The list of languages in IRIS is much longer than the list we have (see below)? First language and Language being learned are not in the data dictionary in IRIS so we couldn't copy the full list across to use on OASIS. Where does the list of languages in IRIS come from? And can we use the same list in OASIS for ...
1.0
Update language being learned and first language of learners - @yf508 The list of languages in IRIS is much longer than the list we have (see below)? First language and Language being learned are not in the data dictionary in IRIS so we couldn't copy the full list across to use on OASIS. Where does the list of languag...
priority
update language being learned and first language of learners the list of languages in iris is much longer than the list we have see below first language and language being learned are not in the data dictionary in iris so we couldn t copy the full list across to use on oasis where does the list of languages i...
1
428,139
12,403,638,594
IssuesEvent
2020-05-21 14:14:59
US-CBP/GTAS
https://api.github.com/repos/US-CBP/GTAS
closed
Travel Frequency | revisit computation
5 - Pre Archive Medium Priority Sprint 2 (29 MAY - 12 JUN) enhancement
<!--- @huboard:{"order":1.3210168861137168e-13,"milestone_order":963.0,"custom_state":""} -->
1.0
Travel Frequency | revisit computation - <!--- @huboard:{"order":1.3210168861137168e-13,"milestone_order":963.0,"custom_state":""} -->
priority
travel frequency revisit computation huboard order milestone order custom state
1
312,431
9,546,926,830
IssuesEvent
2019-05-01 21:24:37
Verseghy/website_frontend
https://api.github.com/repos/Verseghy/website_frontend
opened
Add swipe gesture for featured posts on mobile
Priority: Medium Status: Proposal
Make the featured post switch pages on swiping gesture
1.0
Add swipe gesture for featured posts on mobile - Make the featured post switch pages on swiping gesture
priority
add swipe gesture for featured posts on mobile make the featured post switch pages on swiping gesture
1
41,434
2,869,005,719
IssuesEvent
2015-06-05 22:31:43
dart-lang/http
https://api.github.com/repos/dart-lang/http
closed
Http package fails to read an URL
enhancement NotPlanned Priority-Medium
<a href="https://github.com/kaisellgren"><img src="https://avatars.githubusercontent.com/u/148256?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kaisellgren](https://github.com/kaisellgren)** _Originally opened as dart-lang/sdk#9675_ ---- This code using the HTTP package fails: &nbsp;&nbs...
1.0
Http package fails to read an URL - <a href="https://github.com/kaisellgren"><img src="https://avatars.githubusercontent.com/u/148256?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kaisellgren](https://github.com/kaisellgren)** _Originally opened as dart-lang/sdk#9675_ ---- This code using...
priority
http package fails to read an url issue by originally opened as dart lang sdk this code using the http package fails nbsp nbsp nbsp nbsp http read the result is uncaught error socketioexception rawsecuresocket error unexpected handshake error in client os error errno unhan...
1
315,766
9,631,900,152
IssuesEvent
2019-05-15 15:05:59
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
Package WMCore into pypi
Medium Priority New Feature WMAgent
I was wanting to float the idea of pushing WMCore into pypi so it can be easily be pulled into other projects. Setuptools already handles it via `python setup.py upload`, but that requires credentials, whch kinda makes `bin/buildrelease.sh` not the right place to put it, since whoever built a release would need to have...
1.0
Package WMCore into pypi - I was wanting to float the idea of pushing WMCore into pypi so it can be easily be pulled into other projects. Setuptools already handles it via `python setup.py upload`, but that requires credentials, whch kinda makes `bin/buildrelease.sh` not the right place to put it, since whoever built a...
priority
package wmcore into pypi i was wanting to float the idea of pushing wmcore into pypi so it can be easily be pulled into other projects setuptools already handles it via python setup py upload but that requires credentials whch kinda makes bin buildrelease sh not the right place to put it since whoever built a...
1
64,040
3,203,938,212
IssuesEvent
2015-10-02 21:44:33
urbit/urbit
https://api.github.com/repos/urbit/urbit
opened
Restore tree 404s
priority medium tree
7e111eaa disabled them due to false positives, figure out where the relevant code should actually go.
1.0
Restore tree 404s - 7e111eaa disabled them due to false positives, figure out where the relevant code should actually go.
priority
restore tree disabled them due to false positives figure out where the relevant code should actually go
1
300,484
9,211,236,907
IssuesEvent
2019-03-09 13:39:00
CS2103-AY1819S2-W10-3/main
https://api.github.com/repos/CS2103-AY1819S2-W10-3/main
closed
As a user, I want to display equipments on the map
priority.Medium type.Story v1.2
so I can have an overview of the equipments.
1.0
As a user, I want to display equipments on the map - so I can have an overview of the equipments.
priority
as a user i want to display equipments on the map so i can have an overview of the equipments
1
464,433
13,324,606,413
IssuesEvent
2020-08-27 08:42:21
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
Concurrent file descriptor allocations may return the same descriptor
bug priority: medium
**Describe the bug** File descriptors are currently allocated in various parts of the code base via ``` z_reserve_fd() .. z_finalize_fd() ``` Internally, z_finalize_fd() is calling z_fd_ref() to add to the reference count of the fd that is being allocated. This is too late because if another thread also trie...
1.0
Concurrent file descriptor allocations may return the same descriptor - **Describe the bug** File descriptors are currently allocated in various parts of the code base via ``` z_reserve_fd() .. z_finalize_fd() ``` Internally, z_finalize_fd() is calling z_fd_ref() to add to the reference count of the fd that ...
priority
concurrent file descriptor allocations may return the same descriptor describe the bug file descriptors are currently allocated in various parts of the code base via z reserve fd z finalize fd internally z finalize fd is calling z fd ref to add to the reference count of the fd that ...
1
757,912
26,535,327,638
IssuesEvent
2023-01-19 15:16:22
MattTheLegoman/RealmsInExile
https://api.github.com/repos/MattTheLegoman/RealmsInExile
closed
Bug: Old Isengard events cause tons of errors
bug oddity priority: medium
![image](https://user-images.githubusercontent.com/76008882/210140939-491ff5ae-0234-4b99-b48f-68cf01145737.png) This is from my error log. There seem to be a ton of errors related to Sarumans stuff, Jamie told me its probably part of the old events.
1.0
Bug: Old Isengard events cause tons of errors - ![image](https://user-images.githubusercontent.com/76008882/210140939-491ff5ae-0234-4b99-b48f-68cf01145737.png) This is from my error log. There seem to be a ton of errors related to Sarumans stuff, Jamie told me its probably part of the old events.
priority
bug old isengard events cause tons of errors this is from my error log there seem to be a ton of errors related to sarumans stuff jamie told me its probably part of the old events
1
652,022
21,518,546,140
IssuesEvent
2022-04-28 12:18:01
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
NXP I2S (SAI) driver bugs
bug priority: medium platform: NXP
**Describe the bug** The I2S driver for NXP's SAI peripheral has multiple bugs that prevent the driver from working properly. Including DMA does not transmit, and FIFO under/overruns. Please also mention any information which could help others to understand the problem you're facing: testing on MIMXRT1170_EVK ...
1.0
NXP I2S (SAI) driver bugs - **Describe the bug** The I2S driver for NXP's SAI peripheral has multiple bugs that prevent the driver from working properly. Including DMA does not transmit, and FIFO under/overruns. Please also mention any information which could help others to understand the problem you're facing: ...
priority
nxp sai driver bugs describe the bug the driver for nxp s sai peripheral has multiple bugs that prevent the driver from working properly including dma does not transmit and fifo under overruns please also mention any information which could help others to understand the problem you re facing test...
1
58,332
3,088,828,246
IssuesEvent
2015-08-25 18:29:55
CenterForOpenScience/osf.io
https://api.github.com/repos/CenterForOpenScience/osf.io
closed
Mobile site - dashboard layout issues
3 - hold bug: production bug: staging discuss JIRA priority - medium
Expected ------------- On the home page (dashboard), the projects table should fit on the screen. Also, "Quick Tasks"/"Watchlist" should be right under this instead of having so much whitespace. Actual -------- ![screen shot 2015-05-20 at 3 34 48 pm](https://cloud.githubusercontent.com/assets/8229937/7734838/26...
1.0
Mobile site - dashboard layout issues - Expected ------------- On the home page (dashboard), the projects table should fit on the screen. Also, "Quick Tasks"/"Watchlist" should be right under this instead of having so much whitespace. Actual -------- ![screen shot 2015-05-20 at 3 34 48 pm](https://cloud.githubu...
priority
mobile site dashboard layout issues expected on the home page dashboard the projects table should fit on the screen also quick tasks watchlist should be right under this instead of having so much whitespace actual table is too wide tons of unnecessary white...
1
569,147
16,996,274,657
IssuesEvent
2021-07-01 06:55:48
google/android-fhir
https://api.github.com/repos/google/android-fhir
opened
Resolve ValueSet lookups via Search API
enhancement epic: search medium priority
**Describe the solution you'd like** Add functionality to the search API to find concepts within a ValueSet resource: * By code * By DisplayName Return the concept (from the CodeSystem) or Concept Not Found
1.0
Resolve ValueSet lookups via Search API - **Describe the solution you'd like** Add functionality to the search API to find concepts within a ValueSet resource: * By code * By DisplayName Return the concept (from the CodeSystem) or Concept Not Found
priority
resolve valueset lookups via search api describe the solution you d like add functionality to the search api to find concepts within a valueset resource by code by displayname return the concept from the codesystem or concept not found
1
644,166
20,968,891,960
IssuesEvent
2022-03-28 09:28:47
pystardust/ani-cli
https://api.github.com/repos/pystardust/ani-cli
opened
not working on i3wm Ubuntu 20.04
type: bug priority 2: medium
**Metadata (please complete the following information)** Version: 1.9.2 OS: Ubuntu 20.04 Shell: zsh Anime: suisei-no-gargantia media player window start and not playing anything, then close by itself. **Steps To Reproduce** 1. ./ani-cli 2. gargantia 3. 2 **Expected behavior** Anime should Play
1.0
not working on i3wm Ubuntu 20.04 - **Metadata (please complete the following information)** Version: 1.9.2 OS: Ubuntu 20.04 Shell: zsh Anime: suisei-no-gargantia media player window start and not playing anything, then close by itself. **Steps To Reproduce** 1. ./ani-cli 2. gargantia 3. 2 **Expected b...
priority
not working on ubuntu metadata please complete the following information version os ubuntu shell zsh anime suisei no gargantia media player window start and not playing anything then close by itself steps to reproduce ani cli gargantia expected behavior...
1
73,291
3,410,546,949
IssuesEvent
2015-12-04 20:41:07
angular/material
https://api.github.com/repos/angular/material
closed
Examples on site are very old and wrong for newer version
needs: merge priority: medium type: docs
The site has a lot of older examples on the landing page which are outdated. Can we please update them? Site link : https://material.angularjs.org/latest/#/getting-started
1.0
Examples on site are very old and wrong for newer version - The site has a lot of older examples on the landing page which are outdated. Can we please update them? Site link : https://material.angularjs.org/latest/#/getting-started
priority
examples on site are very old and wrong for newer version the site has a lot of older examples on the landing page which are outdated can we please update them site link
1
418,818
12,203,535,545
IssuesEvent
2020-04-30 10:46:19
Matteas-Eden/roll-for-reaction
https://api.github.com/repos/Matteas-Eden/roll-for-reaction
closed
Add total defence value to UI
Medium Priority usability
**User Story** As a game designer, I want to communicate to the player how much defence they have. **Acceptance Criteria** - Total defence (armour + DEX bonus) is visable on the UI **Notes** --- **Why is this feature needed? Please describe the problem your requested feature wants to solve** No way to ...
1.0
Add total defence value to UI - **User Story** As a game designer, I want to communicate to the player how much defence they have. **Acceptance Criteria** - Total defence (armour + DEX bonus) is visable on the UI **Notes** --- **Why is this feature needed? Please describe the problem your requested feat...
priority
add total defence value to ui user story as a game designer i want to communicate to the player how much defence they have acceptance criteria total defence armour dex bonus is visable on the ui notes why is this feature needed please describe the problem your requested feat...
1
118,540
4,750,472,256
IssuesEvent
2016-10-22 10:54:36
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
Incompatibility issues with JaCoCo
bug imported Priority:Medium
_From [headcrashing](https://code.google.com/u/headcrashing/) on February 21, 2013 09:22:20_ There seems to be an incompatibility issue between powermock and JaCoCo, possibly related to JDK 7. Attached is a small maven project which can be executed using "mvn clean verify" to showcase the problem. Depending on w...
1.0
Incompatibility issues with JaCoCo - _From [headcrashing](https://code.google.com/u/headcrashing/) on February 21, 2013 09:22:20_ There seems to be an incompatibility issue between powermock and JaCoCo, possibly related to JDK 7. Attached is a small maven project which can be executed using "mvn clean verify" to sh...
priority
incompatibility issues with jacoco from on february there seems to be an incompatibility issue between powermock and jacoco possibly related to jdk attached is a small maven project which can be executed using mvn clean verify to showcase the problem depending on which type of classload...
1
748,792
26,137,587,423
IssuesEvent
2022-12-29 14:04:57
crhunt/ormjs
https://api.github.com/repos/crhunt/ormjs
opened
Fact shadow doesn't appear for facts with different UICs
bug priority:medium
This might have been done on purpose, but shouldn't be this way. When two facts with the same name have different UICs, the shadow disappears. Behavior should reflect an overloaded Rel relation, where the shadow still applies. This will also impact Rel integrity constraint formulations, still to be added.
1.0
Fact shadow doesn't appear for facts with different UICs - This might have been done on purpose, but shouldn't be this way. When two facts with the same name have different UICs, the shadow disappears. Behavior should reflect an overloaded Rel relation, where the shadow still applies. This will also impact Rel integrit...
priority
fact shadow doesn t appear for facts with different uics this might have been done on purpose but shouldn t be this way when two facts with the same name have different uics the shadow disappears behavior should reflect an overloaded rel relation where the shadow still applies this will also impact rel integrit...
1
275,335
8,575,583,038
IssuesEvent
2018-11-12 17:41:13
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Update queries to use new MapNode AsReal when available.
Expected Use: 3 - Occasional Feature Impact: 3 - Medium Priority: Normal
Queries that want double/doubleVector must check their params for int variants and do the conversion. Have them use the new 'AsReal' methods instead when it is available. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able ...
1.0
Update queries to use new MapNode AsReal when available. - Queries that want double/doubleVector must check their params for int variants and do the conversion. Have them use the new 'AsReal' methods instead when it is available. -----------------------REDMINE MIGRATION----------------------- This ticket was mig...
priority
update queries to use new mapnode asreal when available queries that want double doublevector must check their params for int variants and do the conversion have them use the new asreal methods instead when it is available redmine migration this ticket was mig...
1
487,909
14,061,197,161
IssuesEvent
2020-11-03 07:41:58
aau-giraf/wiki
https://api.github.com/repos/aau-giraf/wiki
closed
The textfont size for the app, is described wrongly in the designguide
group 6 point: 2 priority: medium type: refactor
**Is your feature request related to a problem? Please describe.** The designguide is currently referering to a file with font sizes, but this files does not exist. **Describe the solution you'd like** The file should be made with the font sizes for the different screens and widgets in the weekplanner. **Descr...
1.0
The textfont size for the app, is described wrongly in the designguide - **Is your feature request related to a problem? Please describe.** The designguide is currently referering to a file with font sizes, but this files does not exist. **Describe the solution you'd like** The file should be made with the font s...
priority
the textfont size for the app is described wrongly in the designguide is your feature request related to a problem please describe the designguide is currently referering to a file with font sizes but this files does not exist describe the solution you d like the file should be made with the font s...
1
223,889
7,463,134,914
IssuesEvent
2018-04-01 00:25:55
KAIST-IS521/2018s-onion-team3
https://api.github.com/repos/KAIST-IS521/2018s-onion-team3
closed
[Program] 소켓 버퍼 길이 처리, 특수문자, 패딩
Priority: Medium Status: Review needed Type: Online
현재 소켓 버퍼가 4096바이트로 한정되어 있습니다. 따라서 메시지의 길이에 따라 유동적으로 읽어들일 수 있는 버퍼로 바꾸어 봅시다. 탭, 줄바꿈 등의 특수문자를 처리하지 못합니다. 특히 줄바꿈에 대해 고민해 봅니다. 경유지에서 랜덤 패딩을 붙여 봅시다. 물론 소켓 버퍼를 해결해주지 않으면 재미난 광경이 펼쳐지겠죠.
1.0
[Program] 소켓 버퍼 길이 처리, 특수문자, 패딩 - 현재 소켓 버퍼가 4096바이트로 한정되어 있습니다. 따라서 메시지의 길이에 따라 유동적으로 읽어들일 수 있는 버퍼로 바꾸어 봅시다. 탭, 줄바꿈 등의 특수문자를 처리하지 못합니다. 특히 줄바꿈에 대해 고민해 봅니다. 경유지에서 랜덤 패딩을 붙여 봅시다. 물론 소켓 버퍼를 해결해주지 않으면 재미난 광경이 펼쳐지겠죠.
priority
소켓 버퍼 길이 처리 특수문자 패딩 현재 소켓 버퍼가 한정되어 있습니다 따라서 메시지의 길이에 따라 유동적으로 읽어들일 수 있는 버퍼로 바꾸어 봅시다 탭 줄바꿈 등의 특수문자를 처리하지 못합니다 특히 줄바꿈에 대해 고민해 봅니다 경유지에서 랜덤 패딩을 붙여 봅시다 물론 소켓 버퍼를 해결해주지 않으면 재미난 광경이 펼쳐지겠죠
1
220,739
7,370,345,338
IssuesEvent
2018-03-13 08:04:55
teamforus/research-and-development
https://api.github.com/repos/teamforus/research-and-development
closed
POC: Generic usable identities
fill-template priority-medium proposal
## poc-generic-identities ### Background / Context **Goal/user story:** **More:** - One identity for multiple different dapps - Uport ### Hypothesis: ### Method *documentation/code* ### Result *present findings* ### Recommendation *write recomendation*
1.0
POC: Generic usable identities - ## poc-generic-identities ### Background / Context **Goal/user story:** **More:** - One identity for multiple different dapps - Uport ### Hypothesis: ### Method *documentation/code* ### Result *present findings* ### Recommendation *write recomendation*
priority
poc generic usable identities poc generic identities background context goal user story more one identity for multiple different dapps uport hypothesis method documentation code result present findings recommendation write recomendation
1
25,683
2,683,924,595
IssuesEvent
2015-03-28 13:34:51
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
Mouse wheel broken in ConEmu.Maximus5.100520
1 star bug imported Priority-Medium
_From [Denis.Dzenskevich](https://code.google.com/u/Denis.Dzenskevich/) on May 25, 2010 02:03:22_ ConEmu : ConEmu .Maximus5.100520 Far: 2.0 build 1365 x86 OS: WinXP SP3 Колесико мышки не прокручивает панели. В ConEmu .Maximus5.100518 работало. _Original issue: http://code.google.com/p/conemu-maximus5/issues/deta...
1.0
Mouse wheel broken in ConEmu.Maximus5.100520 - _From [Denis.Dzenskevich](https://code.google.com/u/Denis.Dzenskevich/) on May 25, 2010 02:03:22_ ConEmu : ConEmu .Maximus5.100520 Far: 2.0 build 1365 x86 OS: WinXP SP3 Колесико мышки не прокручивает панели. В ConEmu .Maximus5.100518 работало. _Original issue: http:...
priority
mouse wheel broken in conemu from on may conemu conemu far build os winxp колесико мышки не прокручивает панели в conemu работало original issue
1
737,722
25,528,543,480
IssuesEvent
2022-11-29 05:58:02
wp-media/wp-rocket
https://api.github.com/repos/wp-media/wp-rocket
closed
Notify the customer that ProfilePress is preventing page cache
type: enhancement waiting for feedback 3rd party compatibility module: cache priority: medium
**Before submitting an issue please check that you’ve completed the following steps:** - [x] Made sure you’re on the latest version `3.12.2.1` - [x] Used the search feature to ensure that the bug hasn’t been reported before **Describe the bug** When ProfilePress is enabled, it adds `DONOTCACHEPAGE` to all pages a...
1.0
Notify the customer that ProfilePress is preventing page cache - **Before submitting an issue please check that you’ve completed the following steps:** - [x] Made sure you’re on the latest version `3.12.2.1` - [x] Used the search feature to ensure that the bug hasn’t been reported before **Describe the bug** When...
priority
notify the customer that profilepress is preventing page cache before submitting an issue please check that you’ve completed the following steps made sure you’re on the latest version used the search feature to ensure that the bug hasn’t been reported before describe the bug when prof...
1
205,837
7,106,627,195
IssuesEvent
2018-01-16 17:10:43
nlbdev/pipeline
https://api.github.com/repos/nlbdev/pipeline
opened
TOC - line improvement
Priority:2 - Medium enhancement
Sometimes text in TOC is placed in the "page number column", and sometimes a line with only dots follows. Is it possible to avoid this? ![skjermbilde](https://user-images.githubusercontent.com/12409918/35001918-4cb934ee-fae8-11e7-9c03-f396e57ef75d.PNG)
1.0
TOC - line improvement - Sometimes text in TOC is placed in the "page number column", and sometimes a line with only dots follows. Is it possible to avoid this? ![skjermbilde](https://user-images.githubusercontent.com/12409918/35001918-4cb934ee-fae8-11e7-9c03-f396e57ef75d.PNG)
priority
toc line improvement sometimes text in toc is placed in the page number column and sometimes a line with only dots follows is it possible to avoid this
1
737,256
25,508,437,291
IssuesEvent
2022-11-28 11:14:21
Software-Engineering-LNU/Software-Engineering-Project
https://api.github.com/repos/Software-Engineering-LNU/Software-Engineering-Project
closed
Implement employee's dashboard
UserStory Medium priority
Acceptance criteria: - [ ] Form is created - [x] #41 - [x] #42 - [x] #43 - [x] #44 - [ ] #45 Deadline - 11/11/2022 23:59
1.0
Implement employee's dashboard - Acceptance criteria: - [ ] Form is created - [x] #41 - [x] #42 - [x] #43 - [x] #44 - [ ] #45 Deadline - 11/11/2022 23:59
priority
implement employee s dashboard acceptance criteria form is created deadline
1
533,222
15,586,669,073
IssuesEvent
2021-03-18 02:29:48
nlpsandbox/nlpsandbox-client
https://api.github.com/repos/nlpsandbox/nlpsandbox-client
closed
Change "date", "person", and "address" parameters
Enhancement Priority: Medium
### Is your proposal related to a problem? From @cascadianblue The `annotator_type` parameter takes inputs (date, person, address) that are out of line with anything else, as far as a I can tell. ### Describe the solution you'd like Could they be changed to `text_date`, `text_person_name`, and `text_physi...
1.0
Change "date", "person", and "address" parameters - ### Is your proposal related to a problem? From @cascadianblue The `annotator_type` parameter takes inputs (date, person, address) that are out of line with anything else, as far as a I can tell. ### Describe the solution you'd like Could they be changed...
priority
change date person and address parameters is your proposal related to a problem from cascadianblue the annotator type parameter takes inputs date person address that are out of line with anything else as far as a i can tell describe the solution you d like could they be changed...
1
45,115
2,920,434,483
IssuesEvent
2015-06-24 18:55:09
ashanbh/chrome-rest-client
https://api.github.com/repos/ashanbh/chrome-rest-client
closed
Local save load functionality
auto-migrated Priority-Medium Type-Enhancement
``` We are using the rest client here at work... and we setup a demo for another team. We have need to be able to internally trade the json files used for configuring the endpoints. Is there a way to get local save load functionality? ``` Original issue reported on code.google.com by `AnthonyJ...@gmail.com` on 27...
1.0
Local save load functionality - ``` We are using the rest client here at work... and we setup a demo for another team. We have need to be able to internally trade the json files used for configuring the endpoints. Is there a way to get local save load functionality? ``` Original issue reported on code.google.com ...
priority
local save load functionality we are using the rest client here at work and we setup a demo for another team we have need to be able to internally trade the json files used for configuring the endpoints is there a way to get local save load functionality original issue reported on code google com ...
1
366,751
10,825,748,413
IssuesEvent
2019-11-09 17:46:47
AY1920S1-CS2103T-W13-3/main
https://api.github.com/repos/AY1920S1-CS2103T-W13-3/main
closed
As a student who finds it difficult to revise regularly, I can use the flashcard reminder feature
priority.Medium type.Story
to remind me at appropriate times to revise my work.
1.0
As a student who finds it difficult to revise regularly, I can use the flashcard reminder feature - to remind me at appropriate times to revise my work.
priority
as a student who finds it difficult to revise regularly i can use the flashcard reminder feature to remind me at appropriate times to revise my work
1
371,969
10,997,188,133
IssuesEvent
2019-12-03 08:37:50
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Premade graphs empty in server api
Fixed Medium Priority
On government webpage, server is not offering premade graphs via {serverUrl}/datasets/graphs for example, it used to show graph of all plant populations.
1.0
Premade graphs empty in server api - On government webpage, server is not offering premade graphs via {serverUrl}/datasets/graphs for example, it used to show graph of all plant populations.
priority
premade graphs empty in server api on government webpage server is not offering premade graphs via serverurl datasets graphs for example it used to show graph of all plant populations
1
455,521
13,128,494,443
IssuesEvent
2020-08-06 12:24:29
flextype/flextype
https://api.github.com/repos/flextype/flextype
opened
GraphQL implementation.
priority: medium type: feature
We should have GraphQL implementation in Flextype Core. Possible build it on top of this lib: https://github.com/webonyx/graphql-php by @webonyx
1.0
GraphQL implementation. - We should have GraphQL implementation in Flextype Core. Possible build it on top of this lib: https://github.com/webonyx/graphql-php by @webonyx
priority
graphql implementation we should have graphql implementation in flextype core possible build it on top of this lib by webonyx
1
279,934
8,676,009,344
IssuesEvent
2018-11-30 12:48:41
canonical-websites/snapcraft.io
https://api.github.com/repos/canonical-websites/snapcraft.io
closed
Prettier/Black pre-commit hook always commits whole file
Priority: Medium
Prettier/Black pre-commit hooks that we have set to format files in the commit, but if only part of the changes in a file are part of the commit EVERYTHING will be formatted and added to commit by a hook leading to unintentionally commit, possibly not working code. ### Steps to reproduce the problem 1. Edit any J...
1.0
Prettier/Black pre-commit hook always commits whole file - Prettier/Black pre-commit hooks that we have set to format files in the commit, but if only part of the changes in a file are part of the commit EVERYTHING will be formatted and added to commit by a hook leading to unintentionally commit, possibly not working c...
priority
prettier black pre commit hook always commits whole file prettier black pre commit hooks that we have set to format files in the commit but if only part of the changes in a file are part of the commit everything will be formatted and added to commit by a hook leading to unintentionally commit possibly not working c...
1
690,346
23,654,745,294
IssuesEvent
2022-08-26 10:05:18
projectdiscovery/nuclei
https://api.github.com/repos/projectdiscovery/nuclei
closed
Notify users if the passed in template will not be executed
Priority: Medium Status: Completed Type: Bug
The user is not notified that the template will not be executed. We should let them know that headless templates require the `-headless` flag. ```sh nuclei -t headless.yaml -u https://www.instagram.com/jerkingmad -v ``` ```yaml id: template-id info: name: Template Name author: forgedhallpass severity...
1.0
Notify users if the passed in template will not be executed - The user is not notified that the template will not be executed. We should let them know that headless templates require the `-headless` flag. ```sh nuclei -t headless.yaml -u https://www.instagram.com/jerkingmad -v ``` ```yaml id: template-id info...
priority
notify users if the passed in template will not be executed the user is not notified that the template will not be executed we should let them know that headless templates require the headless flag sh nuclei t headless yaml u v yaml id template id info name template name author ...
1
508,792
14,705,983,117
IssuesEvent
2021-01-04 19:04:33
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
opened
correct source/destination configs flash red after successful checks in the UI
priority/medium type/bug
## Expected Behavior Inputs for sources/destinations should either flash green or not change border color at all when connection checks succeed. ## Current Behavior Right now, they flash red for a brief moment as it shows the success message, before continuing to the next view. ## Steps to Reproduce 1. Configu...
1.0
correct source/destination configs flash red after successful checks in the UI - ## Expected Behavior Inputs for sources/destinations should either flash green or not change border color at all when connection checks succeed. ## Current Behavior Right now, they flash red for a brief moment as it shows the success ...
priority
correct source destination configs flash red after successful checks in the ui expected behavior inputs for sources destinations should either flash green or not change border color at all when connection checks succeed current behavior right now they flash red for a brief moment as it shows the success ...
1
505,215
14,629,879,097
IssuesEvent
2020-12-23 16:37:52
carbon-design-system/carbon-for-ibm-dotcom
https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom
closed
Web component: Content block - simple Prod QA testing
QA dev complete package: web components priority: medium
<!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: developer using the ibm.com Library `Content block - simple` ...
1.0
Web component: Content block - simple Prod QA testing - <!-- Avoid any type of solutions in this user story --> <!-- replace _{{...}}_ with your own words or remove --> #### User Story <!-- {{Provide a detailed description of the user's need here, but avoid any type of solutions}} --> > As a `[user role below]`: deve...
priority
web component content block simple prod qa testing user story as a developer using the ibm com library content block simple i need to have a version of the component that has been tested for accessibility compliance as well as on multiple browsers and platforms so that i can be con...
1
626,672
19,830,691,797
IssuesEvent
2022-01-20 11:39:19
GoldenSoftwareLtd/gedemin
https://api.github.com/repos/GoldenSoftwareLtd/gedemin
closed
В Отчётах рецептурного журнала колбасного цеха добавить параметр "подразделение"
Type-Enhancement Priority-Medium Meat
Originally reported on Google Code with ID 2278 ``` Добавить в параметры отчётов выбор подразделения (которое ограничить как указано в топике 2277). Если подразделение не выбрано то строить по всем подразделениям Так же и группы готовой продукции в этих же отчётах. Сделать - если не выбрана группа строить по всем ```...
1.0
В Отчётах рецептурного журнала колбасного цеха добавить параметр "подразделение" - Originally reported on Google Code with ID 2278 ``` Добавить в параметры отчётов выбор подразделения (которое ограничить как указано в топике 2277). Если подразделение не выбрано то строить по всем подразделениям Так же и группы готово...
priority
в отчётах рецептурного журнала колбасного цеха добавить параметр подразделение originally reported on google code with id добавить в параметры отчётов выбор подразделения которое ограничить как указано в топике если подразделение не выбрано то строить по всем подразделениям так же и группы готовой прод...
1
756,104
26,457,735,034
IssuesEvent
2023-01-16 15:23:11
hoffstadt/DearPyGui
https://api.github.com/repos/hoffstadt/DearPyGui
closed
Exit button does not maintain red color on hover
platform: Windows can't reproduce priority: medium type: bug
## Version of Dear PyGui Version: 1.3.1 Operating System: Windows 10 ## My Issue/Question When attempting to exit a dearpygui viewport window in Windows, if you hover over the 'X', it is momentarily red instead of staying a steady red (as other applications do). ## To Reproduce Steps to reproduce the be...
1.0
Exit button does not maintain red color on hover - ## Version of Dear PyGui Version: 1.3.1 Operating System: Windows 10 ## My Issue/Question When attempting to exit a dearpygui viewport window in Windows, if you hover over the 'X', it is momentarily red instead of staying a steady red (as other applications d...
priority
exit button does not maintain red color on hover version of dear pygui version operating system windows my issue question when attempting to exit a dearpygui viewport window in windows if you hover over the x it is momentarily red instead of staying a steady red as other applications do...
1
322,400
9,817,249,656
IssuesEvent
2019-06-13 16:16:42
codesardine/Jade-Application-Kit
https://api.github.com/repos/codesardine/Jade-Application-Kit
closed
remove window shadows in Dock mode
Medium Priority bug enhancement
this should be just finding the right css classes, needs more testing!
1.0
remove window shadows in Dock mode - this should be just finding the right css classes, needs more testing!
priority
remove window shadows in dock mode this should be just finding the right css classes needs more testing
1
213,817
7,260,709,196
IssuesEvent
2018-02-18 13:20:56
SWE-574-Spring-2018/LinkyWay
https://api.github.com/repos/SWE-574-Spring-2018/LinkyWay
closed
First draft for project plan should be created
management priority-medium
A high level project plan should be created without going into much details.
1.0
First draft for project plan should be created - A high level project plan should be created without going into much details.
priority
first draft for project plan should be created a high level project plan should be created without going into much details
1
44,310
2,903,452,085
IssuesEvent
2015-06-18 13:31:42
rasmi/civic-graph
https://api.github.com/repos/rasmi/civic-graph
closed
Place "No Information" text at the bottom.
priority-medium
If there is no data, display that text below fields with data.
1.0
Place "No Information" text at the bottom. - If there is no data, display that text below fields with data.
priority
place no information text at the bottom if there is no data display that text below fields with data
1
97,376
3,989,359,639
IssuesEvent
2016-05-09 13:47:01
ImageEngine/gaffer
https://api.github.com/repos/ImageEngine/gaffer
closed
asciidoc conversion upset by ${ in source text
component-docs priority-medium type-bug
For example, the instancer node has these notes in it's documentation: `Per-instance variation can be achieved using the ${instancer:id} variable in the upstream instance graph. A common use case is to use this to randomise the index ` The ${instancer:id} is caught as an asciidoc attribute, rather than plain t...
1.0
asciidoc conversion upset by ${ in source text - For example, the instancer node has these notes in it's documentation: `Per-instance variation can be achieved using the ${instancer:id} variable in the upstream instance graph. A common use case is to use this to randomise the index ` The ${instancer:id} is cau...
priority
asciidoc conversion upset by in source text for example the instancer node has these notes in it s documentation per instance variation can be achieved using the instancer id variable in the upstream instance graph a common use case is to use this to randomise the index the instancer id is cau...
1
647,730
21,154,465,659
IssuesEvent
2022-04-07 00:34:21
belav/csharpier
https://api.github.com/repos/belav/csharpier
closed
Conditional access edge cases
type:bug area:formatting priority:medium
These may be related to the way #596 edge cases are handled ```c# // these do not format consistently if you remove the ? output.Measurements.Add( new BenchmarkMeasurement { Timestamp = DateTime.UtcNow, Name = "blazorwasm/com...
1.0
Conditional access edge cases - These may be related to the way #596 edge cases are handled ```c# // these do not format consistently if you remove the ? output.Measurements.Add( new BenchmarkMeasurement { Timestamp = DateTime.UtcNow, ...
priority
conditional access edge cases these may be related to the way edge cases are handled c these do not format consistently if you remove the output measurements add new benchmarkmeasurement timestamp datetime utcnow ...
1
72,591
3,388,399,006
IssuesEvent
2015-11-29 08:19:43
crutchcorn/stagger
https://api.github.com/repos/crutchcorn/stagger
closed
Validate frame fields as they are being set
bug Priority Medium
``` Probably this'll involve adding __setattr__/__getattr__ to Frame. Or maybe we can add properties on the fly? This will also help with issue 9. (Upgrading "foo" to ["foo"] for sequence fields.) ``` Original issue reported on code.google.com by `Karoly.Lorentey` on 15 Jun 2009 at 2:29
1.0
Validate frame fields as they are being set - ``` Probably this'll involve adding __setattr__/__getattr__ to Frame. Or maybe we can add properties on the fly? This will also help with issue 9. (Upgrading "foo" to ["foo"] for sequence fields.) ``` Original issue reported on code.google.com by `Karoly.Lorentey` on ...
priority
validate frame fields as they are being set probably this ll involve adding setattr getattr to frame or maybe we can add properties on the fly this will also help with issue upgrading foo to for sequence fields original issue reported on code google com by karoly lorentey on jun ...
1
806,361
29,813,260,456
IssuesEvent
2023-06-16 16:46:41
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL][Unit Test] Unit test flaky across builds MasterFailoverRetryAddTableToXcluster
kind/bug area/docdb priority/medium
Jira Link: [DB-6647](https://yugabyte.atlassian.net/browse/DB-6647) ### Description Following test case has been flaky since introduced: XClusterYsqlIndexTest.MasterFailoverRetryAddTableToXcluster It is failing with below error: ``` ../../src/yb/integration-tests/xcluster/xcluster_ysql_index-test.cc:321 Failed ...
1.0
[YSQL][Unit Test] Unit test flaky across builds MasterFailoverRetryAddTableToXcluster - Jira Link: [DB-6647](https://yugabyte.atlassian.net/browse/DB-6647) ### Description Following test case has been flaky since introduced: XClusterYsqlIndexTest.MasterFailoverRetryAddTableToXcluster It is failing with below error...
priority
unit test flaky across builds masterfailoverretryaddtabletoxcluster jira link description following test case has been flaky since introduced xclusterysqlindextest masterfailoverretryaddtabletoxcluster it is failing with below error src yb integration tests xcluster xcluster ysql index ...
1
370,780
10,948,645,347
IssuesEvent
2019-11-26 09:19:17
tunapanda/swag
https://api.github.com/repos/tunapanda/swag
closed
Lesson Item Component MVP
frontend points:5 priority:medium type:feature
As a frontend engineer, I would like a reusable component to display lessons in a list. - [ ] Basic Template and styling - [ ] Show status of topic ((in)complete or having (in)complete dependencies) - [ ] Optionally show chapters of topic and their completion status - [ ] Any interaction - [ ] Test interaction
1.0
Lesson Item Component MVP - As a frontend engineer, I would like a reusable component to display lessons in a list. - [ ] Basic Template and styling - [ ] Show status of topic ((in)complete or having (in)complete dependencies) - [ ] Optionally show chapters of topic and their completion status - [ ] Any interacti...
priority
lesson item component mvp as a frontend engineer i would like a reusable component to display lessons in a list basic template and styling show status of topic in complete or having in complete dependencies optionally show chapters of topic and their completion status any interaction ...
1
529,962
15,398,568,362
IssuesEvent
2021-03-04 00:18:10
oresat/oresat-linux
https://api.github.com/repos/oresat/oresat-linux
opened
Boot partition
medium priority
Should modify the image_builder.sh script to use two partition (boot and root).
1.0
Boot partition - Should modify the image_builder.sh script to use two partition (boot and root).
priority
boot partition should modify the image builder sh script to use two partition boot and root
1
220,354
7,359,385,401
IssuesEvent
2018-03-10 05:48:08
QueensRideshare/Qshare
https://api.github.com/repos/QueensRideshare/Qshare
closed
Add 'rides joined' list to profile page 🏎️
enhancement priority: required (medium)
## Consider refactoring profile page ride listings into new table format filter functionality is not necessary for 1 - 5 rides. - User will likely only join 1 / 2 ride at a time - Look into alternate ride list options to link all rides which user is a passenger of - Profile page will show both **rides posted*...
1.0
Add 'rides joined' list to profile page 🏎️ - ## Consider refactoring profile page ride listings into new table format filter functionality is not necessary for 1 - 5 rides. - User will likely only join 1 / 2 ride at a time - Look into alternate ride list options to link all rides which user is a passenger of ...
priority
add rides joined list to profile page 🏎️ consider refactoring profile page ride listings into new table format filter functionality is not necessary for rides user will likely only join ride at a time look into alternate ride list options to link all rides which user is a passenger of ...
1
65,261
3,227,386,835
IssuesEvent
2015-10-11 05:10:13
sohelvali/Test-Git-Issue
https://api.github.com/repos/sohelvali/Test-Git-Issue
closed
Forest plot* search fails to find term
Bugs Highlights Medium Priority Search Query
Steps to replicate: 1. search for "forest plot*" in Clinical Studies section (see screenshot) 2. add ELIQUIS label to comparison panel 3. no highlighted term appears in Clinical Studies section, and within label search fails to find term "forest" (see screenshot)
1.0
Forest plot* search fails to find term - Steps to replicate: 1. search for "forest plot*" in Clinical Studies section (see screenshot) 2. add ELIQUIS label to comparison panel 3. no highlighted term appears in Clinical Studies section, and within label search fails to find term "forest" (see screenshot)
priority
forest plot search fails to find term steps to replicate search for forest plot in clinical studies section see screenshot add eliquis label to comparison panel no highlighted term appears in clinical studies section and within label search fails to find term forest see screenshot
1
280,497
8,682,664,117
IssuesEvent
2018-12-02 10:54:48
bounswe/bounswe2018group3
https://api.github.com/repos/bounswe/bounswe2018group3
opened
Redirect E-mail Confirmation page to the Frontend from the Backend
Backend difficulty : medium priority : low type : enhancement
When e-mail confirmation link is used, the user arrives at the backend endpoint of this function. This should be changed.
1.0
Redirect E-mail Confirmation page to the Frontend from the Backend - When e-mail confirmation link is used, the user arrives at the backend endpoint of this function. This should be changed.
priority
redirect e mail confirmation page to the frontend from the backend when e mail confirmation link is used the user arrives at the backend endpoint of this function this should be changed
1
391,393
11,572,893,403
IssuesEvent
2020-02-21 01:35:04
inexorgame/vulkan-renderer
https://api.github.com/repos/inexorgame/vulkan-renderer
closed
Use a staging buffer and a separated transfer queue (if existent) for memory transfer from CPU to GPU.
difficulty: medium feature priority: high problem: performance refactoring
The [memory mapping](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/memory_mapping.html) that we use currently is not as fast as using a staging buffer as pointed out by the [Vulkan Tutorial](https://vulkan-tutorial.com/). It is much faster to use a [staging buffer](https://vulkan-tutorial.com/Ve...
1.0
Use a staging buffer and a separated transfer queue (if existent) for memory transfer from CPU to GPU. - The [memory mapping](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/memory_mapping.html) that we use currently is not as fast as using a staging buffer as pointed out by the [Vulkan Tutorial](...
priority
use a staging buffer and a separated transfer queue if existent for memory transfer from cpu to gpu the that we use currently is not as fast as using a staging buffer as pointed out by the it is much faster to use a
1
488,436
14,077,436,371
IssuesEvent
2020-11-04 12:01:53
gnosis/conditional-tokens-explorer
https://api.github.com/repos/gnosis/conditional-tokens-explorer
closed
[Prod/Dev] 404 error appears when open condition details from a position detail (when there are >1 conditions)
Medium priority QA Passed bug verify in production
See the video. The issue is reproducible only from a position's details page https://drive.google.com/file/d/1vXi4CLZEBoOATyQunnUuwMVUyk6BCVFX/view **steps:** search for a position with >than 1 condition open the position details expand condition ids pop-uo click on any condition ID **AR:** 404 error appears **ER:...
1.0
[Prod/Dev] 404 error appears when open condition details from a position detail (when there are >1 conditions) - See the video. The issue is reproducible only from a position's details page https://drive.google.com/file/d/1vXi4CLZEBoOATyQunnUuwMVUyk6BCVFX/view **steps:** search for a position with >than 1 condition ...
priority
error appears when open condition details from a position detail when there are conditions see the video the issue is reproducible only from a position s details page steps search for a position with than condition open the position details expand condition ids pop uo click on any condition id ...
1
774,441
27,196,971,132
IssuesEvent
2023-02-20 06:25:47
KDT3-MiniProject-8/MiniProject-BE
https://api.github.com/repos/KDT3-MiniProject-8/MiniProject-BE
closed
Feat : 구매 서비스 - 구매(신청), 조회, 구매 취소 기능 개발
For: API Priority: Medium Status: In Progress Type: Feature
## Description(설명) 구매 신청 및 구매 취소 기능 개발 장바구니 기능과 동일하여 조금 다르게 soft delete방식으로 진행 예정 ## Tasks(New feature) - [ ] 구매 테이블 생성(purchase) - [ ] 구매(신청) / 대출 조회 / 예금(적금) 조회 / 1개삭제(신청 취소) / 전체 삭제(취소)
1.0
Feat : 구매 서비스 - 구매(신청), 조회, 구매 취소 기능 개발 - ## Description(설명) 구매 신청 및 구매 취소 기능 개발 장바구니 기능과 동일하여 조금 다르게 soft delete방식으로 진행 예정 ## Tasks(New feature) - [ ] 구매 테이블 생성(purchase) - [ ] 구매(신청) / 대출 조회 / 예금(적금) 조회 / 1개삭제(신청 취소) / 전체 삭제(취소)
priority
feat 구매 서비스 구매 신청 조회 구매 취소 기능 개발 description 설명 구매 신청 및 구매 취소 기능 개발 장바구니 기능과 동일하여 조금 다르게 soft delete방식으로 진행 예정 tasks new feature 구매 테이블 생성 purchase 구매 신청 대출 조회 예금 적금 조회 신청 취소 전체 삭제 취소
1
3,272
2,537,609,698
IssuesEvent
2015-01-26 21:45:41
web2py/web2py
https://api.github.com/repos/web2py/web2py
opened
Bug with forking/multiprocessing -- launch directory
1 star bug imported Priority-Medium
_From [rmathews_at_gmail.com](https://code.google.com/u/rmathews_at_gmail.com/) on December 20, 2014 08:06:57_ I have a weird bug that seems to be triggered when using the multiprocessing module, if web2py is launched from another directory. I've tried to isolate the issue. To reproduce the issue, take a clean web...
1.0
Bug with forking/multiprocessing -- launch directory - _From [rmathews_at_gmail.com](https://code.google.com/u/rmathews_at_gmail.com/) on December 20, 2014 08:06:57_ I have a weird bug that seems to be triggered when using the multiprocessing module, if web2py is launched from another directory. I've tried to isola...
priority
bug with forking multiprocessing launch directory from on december i have a weird bug that seems to be triggered when using the multiprocessing module if is launched from another directory i ve tried to isolate the issue to reproduce the issue take a clean source tarball and make the...
1
791,183
27,854,409,916
IssuesEvent
2023-03-20 21:26:03
ITI/searcch
https://api.github.com/repos/ITI/searcch
closed
User Change Email Address
priority: medium
As researchers move between organizations, their email addresses change. Users should be able to change their email address in SEARCCH so that as they move, they can keep their SEARCCH account intact.
1.0
User Change Email Address - As researchers move between organizations, their email addresses change. Users should be able to change their email address in SEARCCH so that as they move, they can keep their SEARCCH account intact.
priority
user change email address as researchers move between organizations their email addresses change users should be able to change their email address in searcch so that as they move they can keep their searcch account intact
1
345,971
10,375,236,671
IssuesEvent
2019-09-09 11:32:36
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Replace default `_id` by `id` with Mongoose
priority: medium type: enhancement 💅
When the schema is generated, the primaryKey used is `_id`. But following the OpenCRUD and other GraphQL convention, the flag "_" should not be used for variable like `title` or `content` I already try to change it inside the plugin and it seems to work with MongoDB because there are the two fields `_id` and `id` i...
1.0
Replace default `_id` by `id` with Mongoose - When the schema is generated, the primaryKey used is `_id`. But following the OpenCRUD and other GraphQL convention, the flag "_" should not be used for variable like `title` or `content` I already try to change it inside the plugin and it seems to work with MongoDB bec...
priority
replace default id by id with mongoose when the schema is generated the primarykey used is id but following the opencrud and other graphql convention the flag should not be used for variable like title or content i already try to change it inside the plugin and it seems to work with mongodb bec...
1
588,156
17,649,037,987
IssuesEvent
2021-08-20 10:28:59
frappe/ecommerce_integrations
https://api.github.com/repos/frappe/ecommerce_integrations
opened
Make item upload/update configurable and move this task to background
priority: low complexity: medium
- each item should have a checkbox to control whether that item needs to uploaded/updated to Shopify. - Item update/upload should happen via background job and not a hook.
1.0
Make item upload/update configurable and move this task to background - - each item should have a checkbox to control whether that item needs to uploaded/updated to Shopify. - Item update/upload should happen via background job and not a hook.
priority
make item upload update configurable and move this task to background each item should have a checkbox to control whether that item needs to uploaded updated to shopify item update upload should happen via background job and not a hook
1
128,413
5,064,839,867
IssuesEvent
2016-12-23 09:06:40
BinPar/PPD
https://api.github.com/repos/BinPar/PPD
opened
ENVIAR MENSAJE NOTIFICACION CUANDO SE SUBAN DOCUMENTOS AL REPOSITORIO
Priority: Medium
Se solicita desde el departamento editorial que cada que se suba un documento al repositorio envíe el siguiente mensaje: Ya está disponible el PDF del documento (Tipo documento) de la siguiente obra: AUTOR (PRIMERA POSICIóN) TÍTULO NUMERO DE EDICIÓN Pueden consutar su contenido pinchando en el siguiente enlace. ...
1.0
ENVIAR MENSAJE NOTIFICACION CUANDO SE SUBAN DOCUMENTOS AL REPOSITORIO - Se solicita desde el departamento editorial que cada que se suba un documento al repositorio envíe el siguiente mensaje: Ya está disponible el PDF del documento (Tipo documento) de la siguiente obra: AUTOR (PRIMERA POSICIóN) TÍTULO NUMERO DE E...
priority
enviar mensaje notificacion cuando se suban documentos al repositorio se solicita desde el departamento editorial que cada que se suba un documento al repositorio envíe el siguiente mensaje ya está disponible el pdf del documento tipo documento de la siguiente obra autor primera posición título numero de e...
1
216,608
7,310,146,682
IssuesEvent
2018-02-28 14:12:32
VALIDproject/netflower
https://api.github.com/repos/VALIDproject/netflower
closed
Sparklines Axis Labels on Hover
medium priority
On Hover Tooltip + Legende (Axenbeschriftung + Heading) Sparklines Tooltip zu groß
1.0
Sparklines Axis Labels on Hover - On Hover Tooltip + Legende (Axenbeschriftung + Heading) Sparklines Tooltip zu groß
priority
sparklines axis labels on hover on hover tooltip legende axenbeschriftung heading sparklines tooltip zu groß
1
335,223
10,150,782,546
IssuesEvent
2019-08-05 18:35:00
minio/minio
https://api.github.com/repos/minio/minio
closed
build github.com/minio/minio: cannot load archive/zip: cannot find module providing package archive/zip
community priority: medium triage
<!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> Install minio from source. ## Current Behavior <!--- If describing a bug, te...
1.0
build github.com/minio/minio: cannot load archive/zip: cannot find module providing package archive/zip - <!--- Provide a general summary of the issue in the Title above --> ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell u...
priority
build github com minio minio cannot load archive zip cannot find module providing package archive zip expected behavior install minio from source current behavior cannot find module archive zip i e cannot install minio possible solution provide package archive zip ...
1
283,065
8,713,537,954
IssuesEvent
2018-12-07 03:07:59
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Problem with wrong python when using cli and multiple visit versions installed in a single directory.
bug likelihood medium priority reviewed severity medium
Rick Angelini ran into a bug where he install both VisIt 2.6.2 and 2.7.0 in the same directory and made current link to 2.7.0. When he runs visit -cli -nowin -v 2.6.2 it gets a bunch of errors from Python. Here is his e-mail. I've run into an issue with python confusion at execution time ... I have 2.6.2 and 2.7...
1.0
Problem with wrong python when using cli and multiple visit versions installed in a single directory. - Rick Angelini ran into a bug where he install both VisIt 2.6.2 and 2.7.0 in the same directory and made current link to 2.7.0. When he runs visit -cli -nowin -v 2.6.2 it gets a bunch of errors from Python. Here is hi...
priority
problem with wrong python when using cli and multiple visit versions installed in a single directory rick angelini ran into a bug where he install both visit and in the same directory and made current link to when he runs visit cli nowin v it gets a bunch of errors from python here is hi...
1
244,162
7,871,211,390
IssuesEvent
2018-06-25 06:58:16
assistify/Rocket.Chat
https://api.github.com/repos/assistify/Rocket.Chat
opened
Re-activate / Re-implement delta sync
Cmp: Smarti in RocketChat Priority: Medium Type: Maintenance
### Description: Currently we have deactivated the delta synch, because it is/was related to the "stuck channels". Since we were able to fix the problem in other ways, we can now reactivate and test the delta synch. ### Target: By implementing this issue, channels that are out-of-sync should heal themselves as soo...
1.0
Re-activate / Re-implement delta sync - ### Description: Currently we have deactivated the delta synch, because it is/was related to the "stuck channels". Since we were able to fix the problem in other ways, we can now reactivate and test the delta synch. ### Target: By implementing this issue, channels that are o...
priority
re activate re implement delta sync description currently we have deactivated the delta synch because it is was related to the stuck channels since we were able to fix the problem in other ways we can now reactivate and test the delta synch target by implementing this issue channels that are o...
1
146,671
5,625,826,347
IssuesEvent
2017-04-04 20:21:14
SCIInstitute/ALMA-TDA
https://api.github.com/repos/SCIInstitute/ALMA-TDA
closed
alignment of original scalarfield with simplified
bug medium priority
there is a slight offset in the scalarfield visualization between the original field and the simplified one.
1.0
alignment of original scalarfield with simplified - there is a slight offset in the scalarfield visualization between the original field and the simplified one.
priority
alignment of original scalarfield with simplified there is a slight offset in the scalarfield visualization between the original field and the simplified one
1
733,573
25,312,011,215
IssuesEvent
2022-11-17 18:13:41
dmwm/CRABServer
https://api.github.com/repos/dmwm/CRABServer
opened
change how we handle user sandbox
Type: Enhancement Priority: Medium Status: Available
Maybe there was a special reason in the past, but currently we may simply download `sandbox.tar.gx` from S3 in the scheduler. E.g. as part of https://github.com/dmwm/CRABServer/blob/master/scripts/AdjustSite Problem: * user sandboxes use a lot of disk on TW and may quickly cumulate in case of repeated submissions. ...
1.0
change how we handle user sandbox - Maybe there was a special reason in the past, but currently we may simply download `sandbox.tar.gx` from S3 in the scheduler. E.g. as part of https://github.com/dmwm/CRABServer/blob/master/scripts/AdjustSite Problem: * user sandboxes use a lot of disk on TW and may quickly cumula...
priority
change how we handle user sandbox maybe there was a special reason in the past but currently we may simply download sandbox tar gx from in the scheduler e g as part of problem user sandboxes use a lot of disk on tw and may quickly cumulate in case of repeated submissions as architecture goes tw h...
1
17,575
2,615,147,497
IssuesEvent
2015-03-01 06:23:47
chrsmith/html5rocks
https://api.github.com/repos/chrsmith/html5rocks
closed
Feature topic: Graphics
auto-migrated Milestone-3 NewArticle Priority-Medium Type-Enhancement
``` Arne provided the Graphics topic for the features column. ``` Original issue reported on code.google.com by `han...@google.com` on 30 Sep 2010 at 8:17
1.0
Feature topic: Graphics - ``` Arne provided the Graphics topic for the features column. ``` Original issue reported on code.google.com by `han...@google.com` on 30 Sep 2010 at 8:17
priority
feature topic graphics arne provided the graphics topic for the features column original issue reported on code google com by han google com on sep at
1
298,090
9,195,732,328
IssuesEvent
2019-03-07 03:45:11
pytorch/pytorch
https://api.github.com/repos/pytorch/pytorch
closed
Different behavior of torch.round() on CPU and GPU
medium priority
## 🐛 Bug <!-- A clear and concise description of what the bug is. --> torch.round() seems to be rounding differently for CPU and GPU tensors. On CPU tensors it rounds [half-to-even](https://en.wikipedia.org/wiki/Rounding#Round_half_to_even) and on GPU it rounds [away-from-zero](https://en.wikipedia.org/wiki/Round...
1.0
Different behavior of torch.round() on CPU and GPU - ## 🐛 Bug <!-- A clear and concise description of what the bug is. --> torch.round() seems to be rounding differently for CPU and GPU tensors. On CPU tensors it rounds [half-to-even](https://en.wikipedia.org/wiki/Rounding#Round_half_to_even) and on GPU it rounds...
priority
different behavior of torch round on cpu and gpu 🐛 bug torch round seems to be rounding differently for cpu and gpu tensors on cpu tensors it rounds and on gpu it rounds as shown in the example below to reproduce cpu rounding torch tensor round tensor gpu roundin...
1
293,495
8,996,644,908
IssuesEvent
2019-02-02 03:09:31
bdecon/econ_data
https://api.github.com/repos/bdecon/econ_data
opened
bd CPS: New Variable COW (1989-onward consistent class of worker)
1989-93 enhancement new variable priority: medium
Class of worker: Federal, State, Local, Private WS, Self-employed incorporated, Self-employed unincorporated, Unpaid
1.0
bd CPS: New Variable COW (1989-onward consistent class of worker) - Class of worker: Federal, State, Local, Private WS, Self-employed incorporated, Self-employed unincorporated, Unpaid
priority
bd cps new variable cow onward consistent class of worker class of worker federal state local private ws self employed incorporated self employed unincorporated unpaid
1
19,752
2,622,166,618
IssuesEvent
2015-03-04 00:12:40
byzhang/rapidjson
https://api.github.com/repos/byzhang/rapidjson
closed
Object's member access is O(n)
auto-migrated Performance Priority-Medium Type-Enhancement
``` Object member access, i.e. Value::FindMember(), is in O(n) by linear searching. Design a faster approach for member access. ``` Original issue reported on code.google.com by `milo...@gmail.com` on 30 Nov 2011 at 5:31
1.0
Object's member access is O(n) - ``` Object member access, i.e. Value::FindMember(), is in O(n) by linear searching. Design a faster approach for member access. ``` Original issue reported on code.google.com by `milo...@gmail.com` on 30 Nov 2011 at 5:31
priority
object s member access is o n object member access i e value findmember is in o n by linear searching design a faster approach for member access original issue reported on code google com by milo gmail com on nov at
1
23,966
2,665,102,440
IssuesEvent
2015-03-20 18:20:26
readium/readium-js-viewer
https://api.github.com/repos/readium/readium-js-viewer
closed
Reduce size of settings dialog
enhancement priority medium
Do users care about keyboard shortcuts and page effects? What about the other things? How many people change the theme? Looking at the epub spec, it only mentions night mode. The problem is that the settings dialog has become massive and hard to use. I would like to hide and/or remove less-used features
1.0
Reduce size of settings dialog - Do users care about keyboard shortcuts and page effects? What about the other things? How many people change the theme? Looking at the epub spec, it only mentions night mode. The problem is that the settings dialog has become massive and hard to use. I would like to hide and/or r...
priority
reduce size of settings dialog do users care about keyboard shortcuts and page effects what about the other things how many people change the theme looking at the epub spec it only mentions night mode the problem is that the settings dialog has become massive and hard to use i would like to hide and or r...
1
396,222
11,705,581,304
IssuesEvent
2020-03-07 16:46:05
BCcampus/edehr
https://api.github.com/repos/BCcampus/edehr
closed
Assignment submission date
Priority - Medium help ~Bug
In the dashboard there is a column that displays the submission date of each student's assignment. Currently, it contains dates for unsubmitted assignments. <img width="1463" alt="Screen Shot 2019-11-26 at 11 31 24 PM" src="https://user-images.githubusercontent.com/20425828/69702866-ff2c5d80-10a4-11ea-91af-e1cb1d0...
1.0
Assignment submission date - In the dashboard there is a column that displays the submission date of each student's assignment. Currently, it contains dates for unsubmitted assignments. <img width="1463" alt="Screen Shot 2019-11-26 at 11 31 24 PM" src="https://user-images.githubusercontent.com/20425828/69702866-ff...
priority
assignment submission date in the dashboard there is a column that displays the submission date of each student s assignment currently it contains dates for unsubmitted assignments img width alt screen shot at pm src desired the cell should be empty unless the student has submitted ...
1
83,089
3,626,310,954
IssuesEvent
2016-02-10 00:08:07
aseprite/aseprite
https://api.github.com/repos/aseprite/aseprite
closed
Does not open on OSX Mavericks
bug imported medium priority
_From [filiza...@gmail.com](https://code.google.com/u/101017077768018285453/) on November 10, 2013 22:55:06_ What steps will reproduce the problem? 1. Simply opening the program does not yield any results. What is the expected output? What do you see instead? Can't open program. What version of the product are you usi...
1.0
Does not open on OSX Mavericks - _From [filiza...@gmail.com](https://code.google.com/u/101017077768018285453/) on November 10, 2013 22:55:06_ What steps will reproduce the problem? 1. Simply opening the program does not yield any results. What is the expected output? What do you see instead? Can't open program. What v...
priority
does not open on osx mavericks from on november what steps will reproduce the problem simply opening the program does not yield any results what is the expected output what do you see instead can t open program what version of the product are you using on what operating system osx maverick...
1
399,718
11,759,558,060
IssuesEvent
2020-03-13 17:31:04
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Web feedback
Priority: Medium
![image](https://user-images.githubusercontent.com/3536496/75951602-69943b80-5ee7-11ea-8fc8-8fde2e15d7dc.png) - [x] Denys': The 'Eco Tree' intro text is overlapped with the leaf text, probably want to hide that when its open ![image](https://user-images.githubusercontent.com/3536496/75951777-d60f3a80-5ee7-11ea-91...
1.0
Web feedback - ![image](https://user-images.githubusercontent.com/3536496/75951602-69943b80-5ee7-11ea-8fc8-8fde2e15d7dc.png) - [x] Denys': The 'Eco Tree' intro text is overlapped with the leaf text, probably want to hide that when its open ![image](https://user-images.githubusercontent.com/3536496/75951777-d60f3...
priority
web feedback denys the eco tree intro text is overlapped with the leaf text probably want to hide that when its open jeff s scrollbar and hamburger are a little awkward here maybe make scroll bar attach closer to page denys making all images clickable would be ideal...
1
705,822
24,250,414,310
IssuesEvent
2022-09-27 13:50:04
MichalLytek/typegraphql-prisma
https://api.github.com/repos/MichalLytek/typegraphql-prisma
closed
noncount noun / no plural form
enhancement priority:medium community
**Describe the Bug** When generating out the graphql schema, noncount nouns or words that have no plural forms cause the generation to skip in generating out 2 queries (the singular and plural form) of the find unique and find many for the specific cases (well, they're generated but they're called `findUnique*` and `f...
1.0
noncount noun / no plural form - **Describe the Bug** When generating out the graphql schema, noncount nouns or words that have no plural forms cause the generation to skip in generating out 2 queries (the singular and plural form) of the find unique and find many for the specific cases (well, they're generated but th...
priority
noncount noun no plural form describe the bug when generating out the graphql schema noncount nouns or words that have no plural forms cause the generation to skip in generating out queries the singular and plural form of the find unique and find many for the specific cases well they re generated but th...
1
724,790
24,941,888,742
IssuesEvent
2022-10-31 19:41:40
isawnyu/pleiades-gazetteer
https://api.github.com/repos/isawnyu/pleiades-gazetteer
closed
Connected place does not show that it is in drafting/pending state
enhancement review priority: medium
When viewing https://pleiades.stoa.org/places/865014139 while not logged in, I can see that it has a connection with Lucus Stimulae, which appears as a normally-colored live link (below). ![image](https://cloud.githubusercontent.com/assets/4740995/19003228/88d241f2-8715-11e6-97e3-b8e4a245e754.png) If I follow that li...
1.0
Connected place does not show that it is in drafting/pending state - When viewing https://pleiades.stoa.org/places/865014139 while not logged in, I can see that it has a connection with Lucus Stimulae, which appears as a normally-colored live link (below). ![image](https://cloud.githubusercontent.com/assets/4740995/19...
priority
connected place does not show that it is in drafting pending state when viewing while not logged in i can see that it has a connection with lucus stimulae which appears as a normally colored live link below if i follow that link however i m taken to a login page and if i log in i discover that this ...
1
77,666
3,507,204,515
IssuesEvent
2016-01-08 11:53:24
OregonCore/OregonCore
https://api.github.com/repos/OregonCore/OregonCore
closed
duplicate buffs (BB #646)
migrated Priority: Medium Type: Bug
This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 14.08.2014 14:44:37 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** invalid **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/646 <hr> buffs, which are taken from scrolls (for exampl...
1.0
duplicate buffs (BB #646) - This issue was migrated from bitbucket. **Original Reporter:** PadreWoW **Original Date:** 14.08.2014 14:44:37 GMT+0000 **Original Priority:** major **Original Type:** bug **Original State:** invalid **Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/646 <hr> buffs, which are ta...
priority
duplicate buffs bb this issue was migrated from bitbucket original reporter padrewow original date gmt original priority major original type bug original state invalid direct link buffs which are taken from scrolls for example scroll of agility or scroll of prot...
1
346,033
10,383,404,657
IssuesEvent
2019-09-10 09:35:27
AbsaOSS/hyperdrive-trigger
https://api.github.com/repos/AbsaOSS/hyperdrive-trigger
opened
Add Runs button to action menu of a workflow
UX priority: medium
Many times people will only want to go to their runs when they see/view what is in them to see how is the workflow behaving. For that reason, I would add a `Runs` button to a workflow action menu that would open `URL/#/WorkflowRuns/X` without the need to go to runs, search for your WF again and open it up. **Main...
1.0
Add Runs button to action menu of a workflow - Many times people will only want to go to their runs when they see/view what is in them to see how is the workflow behaving. For that reason, I would add a `Runs` button to a workflow action menu that would open `URL/#/WorkflowRuns/X` without the need to go to runs, sea...
priority
add runs button to action menu of a workflow many times people will only want to go to their runs when they see view what is in them to see how is the workflow behaving for that reason i would add a runs button to a workflow action menu that would open url workflowruns x without the need to go to runs sea...
1