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
751,713
26,254,644,485
IssuesEvent
2023-01-05 22:56:02
hoffstadt/DearPyGui
https://api.github.com/repos/hoffstadt/DearPyGui
closed
Allow `load_image` to load from in memory file buffer
type: feature priority: medium
### Discussed in https://github.com/hoffstadt/DearPyGui/discussions/1145 <div type='discussions-op-text'> <sup>Originally posted by **pbk0** August 7, 2021</sup> I know this will be possible. I would have contributed but the final file load happens in cpp code so I cannot add value. This is what I currently ...
1.0
Allow `load_image` to load from in memory file buffer - ### Discussed in https://github.com/hoffstadt/DearPyGui/discussions/1145 <div type='discussions-op-text'> <sup>Originally posted by **pbk0** August 7, 2021</sup> I know this will be possible. I would have contributed but the final file load happens in cpp ...
priority
allow load image to load from in memory file buffer discussed in originally posted by august i know this will be possible i would have contributed but the final file load happens in cpp code so i cannot add value this is what i currently do i save it on disk and then load it ...
1
282,602
8,708,388,711
IssuesEvent
2018-12-06 10:45:23
status-im/status-react
https://api.github.com/repos/status-im/status-react
reopened
No dot/comma is shown on keyboard when requesting/sending funds
bug medium-priority stale wallet
### Description *Type*: Bug *Summary*: No dot/comma displayed on keyboard, so can't request or send decimal amount #### Expected behavior ![image](https://user-images.githubusercontent.com/28752642/33829738-85ec82fc-de82-11e7-929e-b1e760624928.png) #### Actual behavior ![image](https://user-images.githubu...
1.0
No dot/comma is shown on keyboard when requesting/sending funds - ### Description *Type*: Bug *Summary*: No dot/comma displayed on keyboard, so can't request or send decimal amount #### Expected behavior ![image](https://user-images.githubusercontent.com/28752642/33829738-85ec82fc-de82-11e7-929e-b1e760624928....
priority
no dot comma is shown on keyboard when requesting sending funds description type bug summary no dot comma displayed on keyboard so can t request or send decimal amount expected behavior actual behavior reproduction open status go to wallet click request...
1
80,094
3,550,688,573
IssuesEvent
2016-01-20 23:00:09
google/paco
https://api.github.com/repos/google/paco
closed
Web UI: Unsigned in user can see empty template for experiment editing
Component-Server Component-UI Priority-Low Web-Medium
User is signed out and visits url to edit experiment, https://www.pacoapp.com/#/edit/123455/ Expected: Should get redirected to sign in first. Actual: User sees empty template for edit page. Does this happen on any other pages?
1.0
Web UI: Unsigned in user can see empty template for experiment editing - User is signed out and visits url to edit experiment, https://www.pacoapp.com/#/edit/123455/ Expected: Should get redirected to sign in first. Actual: User sees empty template for edit page. Does this happen on any other pages?
priority
web ui unsigned in user can see empty template for experiment editing user is signed out and visits url to edit experiment expected should get redirected to sign in first actual user sees empty template for edit page does this happen on any other pages
1
313,242
9,558,923,633
IssuesEvent
2019-05-03 15:20:43
ComPWA/ComPWA
https://api.github.com/repos/ComPWA/ComPWA
closed
Serialization of fit result/parameters causes segmentation fault after program finished.
Priority: Medium Status: Blocked Status: Review Needed Type: Bug
When I use serialization method to save fit result, although the fit result can be successfully saved and loaded, when the program finishes all its tasks and returns from main function, there will be segmentation fault. I only found it related with the serialization of ParameterList class. I don't know the detaile...
1.0
Serialization of fit result/parameters causes segmentation fault after program finished. - When I use serialization method to save fit result, although the fit result can be successfully saved and loaded, when the program finishes all its tasks and returns from main function, there will be segmentation fault. I only ...
priority
serialization of fit result parameters causes segmentation fault after program finished when i use serialization method to save fit result although the fit result can be successfully saved and loaded when the program finishes all its tasks and returns from main function there will be segmentation fault i only ...
1
767,709
26,937,718,976
IssuesEvent
2023-02-07 22:15:22
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[Unit Test]: ThreadSanitizer check failed in XClusterAdminCliTest.TestDeleteCDCStreamWithAlterUniverse
kind/bug area/docdb priority/medium QA
Jira Link: [DB-4185](https://yugabyte.atlassian.net/browse/DB-4185) ### Description ThreadSanitizer check failed in XClusterAdminCliTest.TestDeleteCDCStreamWithAlterUniverse for `2.17.0.0-b17` build type centos-master-clang14-tsan Stacktrace: https://gist.github.com/Karvy-yb/42d13db08c53a7fb6a98b24c327f024f
1.0
[Unit Test]: ThreadSanitizer check failed in XClusterAdminCliTest.TestDeleteCDCStreamWithAlterUniverse - Jira Link: [DB-4185](https://yugabyte.atlassian.net/browse/DB-4185) ### Description ThreadSanitizer check failed in XClusterAdminCliTest.TestDeleteCDCStreamWithAlterUniverse for `2.17.0.0-b17` build type centos-ma...
priority
threadsanitizer check failed in xclusteradminclitest testdeletecdcstreamwithalteruniverse jira link description threadsanitizer check failed in xclusteradminclitest testdeletecdcstreamwithalteruniverse for build type centos master tsan stacktrace
1
425,360
12,339,199,628
IssuesEvent
2020-05-14 17:43:06
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Treatment of non-moving ("static") geometry in Drake
priority: medium team: dynamics type: bug
Problem ====== There are several advantages in being able to partition the geometry (collision/visual/whatever) in the simulation between those that *can* move and those that *can't*. There are a number of issues to resolve here. 1) While non-moving geometry is typically referred to as "static" in the literatur...
1.0
Treatment of non-moving ("static") geometry in Drake - Problem ====== There are several advantages in being able to partition the geometry (collision/visual/whatever) in the simulation between those that *can* move and those that *can't*. There are a number of issues to resolve here. 1) While non-moving geometr...
priority
treatment of non moving static geometry in drake problem there are several advantages in being able to partition the geometry collision visual whatever in the simulation between those that can move and those that can t there are a number of issues to resolve here while non moving geometr...
1
183,739
6,691,118,708
IssuesEvent
2017-10-09 11:57:11
resin-io/resin-cli
https://api.github.com/repos/resin-io/resin-cli
opened
Improve caching with failed local builds
priority:medium type:ux-enhancement
A user's first experience with resin cli is important, but can also often involve failed builds, as they're often not yet experienced with docker and/or IoT. We should see what we can do to avoid rework during failed builds, to ensure quick iteration is as easy as possible from day 1.
1.0
Improve caching with failed local builds - A user's first experience with resin cli is important, but can also often involve failed builds, as they're often not yet experienced with docker and/or IoT. We should see what we can do to avoid rework during failed builds, to ensure quick iteration is as easy as possible fro...
priority
improve caching with failed local builds a user s first experience with resin cli is important but can also often involve failed builds as they re often not yet experienced with docker and or iot we should see what we can do to avoid rework during failed builds to ensure quick iteration is as easy as possible fro...
1
376,542
11,148,306,284
IssuesEvent
2019-12-23 15:10:07
Thorium-Sim/thorium
https://api.github.com/repos/Thorium-Sim/thorium
closed
Sensors contacts sticking to mouse
priority/medium type/bug
### Requested By: Jordan ### Priority: Medium ### Version: 2.0.0 If moving a sensors contact (or item from extras) onto the sensors array really fast (time from beginning the drag click to releasing is short) it will not place on the sensors but will stay with the mouse. If holding click longer it behaves as expected....
1.0
Sensors contacts sticking to mouse - ### Requested By: Jordan ### Priority: Medium ### Version: 2.0.0 If moving a sensors contact (or item from extras) onto the sensors array really fast (time from beginning the drag click to releasing is short) it will not place on the sensors but will stay with the mouse. If holding...
priority
sensors contacts sticking to mouse requested by jordan priority medium version if moving a sensors contact or item from extras onto the sensors array really fast time from beginning the drag click to releasing is short it will not place on the sensors but will stay with the mouse if holding...
1
589,761
17,761,022,937
IssuesEvent
2021-08-29 17:47:26
ClinGen/gene-and-variant-curation-tools
https://api.github.com/repos/ClinGen/gene-and-variant-curation-tools
opened
Amino acid changes in mitochondrial variant titles
curation blocker dependency VCI priority: medium
Currently, mitochondrial gene titles imported from the ClinGen Allele Registry (CAR) do not show the amino acid change for protein-coding variants. This is problematic for mitochondrial researchers using the VCI. We need to work with the CAR to bring in the full titles, including the protein-coding component. An exampl...
1.0
Amino acid changes in mitochondrial variant titles - Currently, mitochondrial gene titles imported from the ClinGen Allele Registry (CAR) do not show the amino acid change for protein-coding variants. This is problematic for mitochondrial researchers using the VCI. We need to work with the CAR to bring in the full titl...
priority
amino acid changes in mitochondrial variant titles currently mitochondrial gene titles imported from the clingen allele registry car do not show the amino acid change for protein coding variants this is problematic for mitochondrial researchers using the vci we need to work with the car to bring in the full titl...
1
244,212
7,872,093,234
IssuesEvent
2018-06-25 10:01:41
canonical-websites/vanillaframework.io
https://api.github.com/repos/canonical-websites/vanillaframework.io
opened
Update /coding-standards page styling/layout
Priority: Medium
## Summary Update /coding-standards page styling and layout. ## Process - Original design issue [here](https://github.com/ubuntudesign/vanilla-design/issues/283) - Intro paragraph: `h4` ## Screenshot ![coding-standards-007](https://user-images.githubusercontent.com/17748020/41842810-b6ffbf5a-7863-11e8-86a0-...
1.0
Update /coding-standards page styling/layout - ## Summary Update /coding-standards page styling and layout. ## Process - Original design issue [here](https://github.com/ubuntudesign/vanilla-design/issues/283) - Intro paragraph: `h4` ## Screenshot ![coding-standards-007](https://user-images.githubusercontent...
priority
update coding standards page styling layout summary update coding standards page styling and layout process original design issue intro paragraph screenshot
1
1,796
2,519,857,581
IssuesEvent
2015-01-18 13:08:22
SiCKRAGETV/sickrage-issues
https://api.github.com/repos/SiCKRAGETV/sickrage-issues
closed
Unable to submit SickRage errors to GitHub through SickRage
1: Bug / issue 2: Medium Priority 3: Confirmed 4: Fix pending branch: develop
SR Version: BRANCH: (develop) / COMMIT: (0bb84466d06ca068e09d5f8bc2bbb828c598963a) SR Config file: /Users/ryan/SickRage/config.ini SR Database file: /Users/ryan/SickRage/sickbeard.db SR Cache Dir: /Users/ryan/SickRage/cache SR Arguments: [] SR Web Root: Python Version: 2.7.6 (default, Se...
1.0
Unable to submit SickRage errors to GitHub through SickRage - SR Version: BRANCH: (develop) / COMMIT: (0bb84466d06ca068e09d5f8bc2bbb828c598963a) SR Config file: /Users/ryan/SickRage/config.ini SR Database file: /Users/ryan/SickRage/sickbeard.db SR Cache Dir: /Users/ryan/SickRage/cache SR Ar...
priority
unable to submit sickrage errors to github through sickrage sr version branch develop commit sr config file users ryan sickrage config ini sr database file users ryan sickrage sickbeard db sr cache dir users ryan sickrage cache sr arguments sr web root python versi...
1
680,673
23,281,769,186
IssuesEvent
2022-08-05 12:48:50
netdata/dashboard
https://api.github.com/repos/netdata/dashboard
closed
[BUG] Replicated Nodes search box disappears
bug priority/medium cloud-frontend mgmt-navigation-team
## Description When a user tries to search for a replicated node, under a parent node, the search box disappears when a name for a non-existing node is introduced ## Steps 1. Go to an Agent Dashboard for a parent agent 2. On the `Replicated Nodes` try to search for a child node that doesn't exist 3. Notice tha...
1.0
[BUG] Replicated Nodes search box disappears - ## Description When a user tries to search for a replicated node, under a parent node, the search box disappears when a name for a non-existing node is introduced ## Steps 1. Go to an Agent Dashboard for a parent agent 2. On the `Replicated Nodes` try to search for...
priority
replicated nodes search box disappears description when a user tries to search for a replicated node under a parent node the search box disappears when a name for a non existing node is introduced steps go to an agent dashboard for a parent agent on the replicated nodes try to search for a c...
1
614,546
19,185,208,584
IssuesEvent
2021-12-05 03:58:19
adirh3/Fluent-Search
https://api.github.com/repos/adirh3/Fluent-Search
closed
disable animation not working after update
bug Medium Priority UI/UX
**Describe the bug** disable animations not working after update **To Reproduce** Steps to reproduce the behavior: 1. disable animations 2. update FS 3. launch FS 4. animations show again **Expected behavior** animations keep disable after update **Screenshots** If applicable, add screenshots to help ...
1.0
disable animation not working after update - **Describe the bug** disable animations not working after update **To Reproduce** Steps to reproduce the behavior: 1. disable animations 2. update FS 3. launch FS 4. animations show again **Expected behavior** animations keep disable after update **Screensho...
priority
disable animation not working after update describe the bug disable animations not working after update to reproduce steps to reproduce the behavior disable animations update fs launch fs animations show again expected behavior animations keep disable after update screensho...
1
313,572
9,564,732,440
IssuesEvent
2019-05-05 06:42:21
rainlab/translate-plugin
https://api.github.com/repos/rainlab/translate-plugin
closed
AlternateHrefLangElements and LocalePicker components don't support Rainlab/Blog posts
Priority: Medium Type: Bug duplicate
There are various issues mentioning this but doesn't look like any fixes have been implemented. The `AlternateHrefLangElements` and `LocalePicker` components seem to support Static Pages and CMS Pages, but not Blog Posts. There must be a better way to detect a Blog Post on the current page, but this code seems to...
1.0
AlternateHrefLangElements and LocalePicker components don't support Rainlab/Blog posts - There are various issues mentioning this but doesn't look like any fixes have been implemented. The `AlternateHrefLangElements` and `LocalePicker` components seem to support Static Pages and CMS Pages, but not Blog Posts. The...
priority
alternatehreflangelements and localepicker components don t support rainlab blog posts there are various issues mentioning this but doesn t look like any fixes have been implemented the alternatehreflangelements and localepicker components seem to support static pages and cms pages but not blog posts the...
1
91,805
3,863,512,114
IssuesEvent
2016-04-08 09:44:31
iamxavier/elmah
https://api.github.com/repos/iamxavier/elmah
closed
Add request URL to ELMAH_Error table
auto-migrated Priority-Medium Type-Enhancement
``` What new or enhanced feature are you proposing? The request url is part of the error message detail. This could be parsed out and included as a specific URL field in the ELMAH_Error table. What goal would this enhancement help you achieve? Facilitate easier searching and filtering of errors in particular applic...
1.0
Add request URL to ELMAH_Error table - ``` What new or enhanced feature are you proposing? The request url is part of the error message detail. This could be parsed out and included as a specific URL field in the ELMAH_Error table. What goal would this enhancement help you achieve? Facilitate easier searching and f...
priority
add request url to elmah error table what new or enhanced feature are you proposing the request url is part of the error message detail this could be parsed out and included as a specific url field in the elmah error table what goal would this enhancement help you achieve facilitate easier searching and f...
1
627,203
19,899,434,014
IssuesEvent
2022-01-25 05:31:42
LBL-EESA/TECA
https://api.github.com/repos/LBL-EESA/TECA
closed
zero-copy to/from Python
feature 2_medium_priority data model python GPUization
implement the array interface for teca_variant_array et al and use it for zero copy passing data from Python. this will be r&d work to see if this is a viable option. links to various documentation and examples: https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.interface.html#__array_interface__ https:...
1.0
zero-copy to/from Python - implement the array interface for teca_variant_array et al and use it for zero copy passing data from Python. this will be r&d work to see if this is a viable option. links to various documentation and examples: https://docs.scipy.org/doc/numpy-1.13.0/reference/arrays.interface.html#...
priority
zero copy to from python implement the array interface for teca variant array et al and use it for zero copy passing data from python this will be r d work to see if this is a viable option links to various documentation and examples
1
674,667
23,061,394,473
IssuesEvent
2022-07-25 10:15:19
WordPress/Learn
https://api.github.com/repos/WordPress/Learn
closed
Child theme for block themes - Lesson Plan
[Priority] Medium [Experience Level] Beginner [Audience] Developers [Content Type] Lesson Plan 5.9 Review 1 complete Review 2 complete Ready to publish
# Topic Description Write a description of the topic here. # Related Resources Links to related content on Learn, HelpHub, DevHub, GitHub Gutenberg Issues, DevNotes, etc. - # Guidelines Review the team guidelines (https://make.wordpress.org/training/handbook/guidelines/) # Development Checklist: - [ ] ...
1.0
Child theme for block themes - Lesson Plan - # Topic Description Write a description of the topic here. # Related Resources Links to related content on Learn, HelpHub, DevHub, GitHub Gutenberg Issues, DevNotes, etc. - # Guidelines Review the team guidelines (https://make.wordpress.org/training/handbook/gui...
priority
child theme for block themes lesson plan topic description write a description of the topic here related resources links to related content on learn helphub devhub github gutenberg issues devnotes etc guidelines review the team guidelines development checklist gather links ...
1
403,295
11,838,738,068
IssuesEvent
2020-03-23 16:05:23
Slicer/Slicer
https://api.github.com/repos/Slicer/Slicer
closed
Semi-transparent markups are not rendered correctly if depth peeling is enabled
priority:medium type:bug
Semi-transparent markup lines and planes are not rendered correctly if depth peeling is enabled. Opacity of markup control points is correct, so whatever is done for that actor or widget representation should be done for lines and planes as well. ## Steps to reproduce - Create a markup curve - Set opacity to...
1.0
Semi-transparent markups are not rendered correctly if depth peeling is enabled - Semi-transparent markup lines and planes are not rendered correctly if depth peeling is enabled. Opacity of markup control points is correct, so whatever is done for that actor or widget representation should be done for lines and pla...
priority
semi transparent markups are not rendered correctly if depth peeling is enabled semi transparent markup lines and planes are not rendered correctly if depth peeling is enabled opacity of markup control points is correct so whatever is done for that actor or widget representation should be done for lines and pla...
1
23,503
2,659,904,825
IssuesEvent
2015-03-19 00:25:06
perfsonar/project
https://api.github.com/repos/perfsonar/project
closed
Alternative View of Communities for pSPT Setup
Component-GUI Component-pS-NPToolkit Milestone-Release3.5 Priority-Medium Type-Enhancement
Original [issue 532](https://code.google.com/p/perfsonar-ps/issues/detail?id=532) created by arlake228 on 2011-05-04T09:39:59.000Z: The &quot;word cloud&quot; of communities can be insufficient at times. A user writes: &quot;If I am a member of some group, like Los Nettos or MaineREN, which appear in the list, but...
1.0
Alternative View of Communities for pSPT Setup - Original [issue 532](https://code.google.com/p/perfsonar-ps/issues/detail?id=532) created by arlake228 on 2011-05-04T09:39:59.000Z: The &quot;word cloud&quot; of communities can be insufficient at times. A user writes: &quot;If I am a member of some group, like Los ...
priority
alternative view of communities for pspt setup original created by on the quot word cloud quot of communities can be insufficient at times a user writes quot if i am a member of some group like los nettos or maineren which appear in the list but do not appear benefit significantly from...
1
348,216
10,440,227,331
IssuesEvent
2019-09-18 08:16:25
supergrecko/QuestionBot
https://api.github.com/repos/supergrecko/QuestionBot
closed
core: Set up event logger
effort:medium priority:medium scope:dev status:work-in-progress type:feature-request
Need to set up the ability to log to a message channel every time a command has been invoked.
1.0
core: Set up event logger - Need to set up the ability to log to a message channel every time a command has been invoked.
priority
core set up event logger need to set up the ability to log to a message channel every time a command has been invoked
1
510,318
14,788,491,193
IssuesEvent
2021-01-12 09:17:41
crux-bphc/CMS-Android
https://api.github.com/repos/crux-bphc/CMS-Android
closed
Pinned announcements results in notification spam
bug easy pick medium_priority
Announcements can be pinned and such announcements always show up in notifications for that specific announcements. This is most likely because the REST responses has such discussions at the top, which the app probably doesn't take into account.
1.0
Pinned announcements results in notification spam - Announcements can be pinned and such announcements always show up in notifications for that specific announcements. This is most likely because the REST responses has such discussions at the top, which the app probably doesn't take into account.
priority
pinned announcements results in notification spam announcements can be pinned and such announcements always show up in notifications for that specific announcements this is most likely because the rest responses has such discussions at the top which the app probably doesn t take into account
1
620,094
19,552,236,435
IssuesEvent
2022-01-03 00:10:42
ScottUK/ladojrp-issues
https://api.github.com/repos/ScottUK/ladojrp-issues
closed
La Mesa M-Menu TP
Class: enhancement Priority: medium Scope: scripts
La Mesa PD Teleport Option for the M-Menu Can be put in place of the Senora Valley Option as it no longer exists and has been moved to La Mesa.
1.0
La Mesa M-Menu TP - La Mesa PD Teleport Option for the M-Menu Can be put in place of the Senora Valley Option as it no longer exists and has been moved to La Mesa.
priority
la mesa m menu tp la mesa pd teleport option for the m menu can be put in place of the senora valley option as it no longer exists and has been moved to la mesa
1
178,248
6,601,631,263
IssuesEvent
2017-09-18 02:39:11
RoboJackets/robocup-firmware
https://api.github.com/repos/RoboJackets/robocup-firmware
closed
Firmware "screensaver" stops working after a few minutes
area / mbed exp / intermediate priority / medium status / new type / bug
The "screensaver"/imAlive lights on the MBED builtin LEDs work for a little while, then stop. This may be related to PR RoboJackets/robocup-software#588. Migrated from RoboJackets/robocup-software#671
1.0
Firmware "screensaver" stops working after a few minutes - The "screensaver"/imAlive lights on the MBED builtin LEDs work for a little while, then stop. This may be related to PR RoboJackets/robocup-software#588. Migrated from RoboJackets/robocup-software#671
priority
firmware screensaver stops working after a few minutes the screensaver imalive lights on the mbed builtin leds work for a little while then stop this may be related to pr robojackets robocup software migrated from robojackets robocup software
1
274,944
8,570,197,743
IssuesEvent
2018-11-11 17:58:48
CS2103-AY1819S1-W17-3/main
https://api.github.com/repos/CS2103-AY1819S1-W17-3/main
closed
Fix GUI tests
priority.High severity.Medium status.Completed type.Bug
GUI currently is updated, but GUI related tests failed due to GUI robot not able to find certain elements.
1.0
Fix GUI tests - GUI currently is updated, but GUI related tests failed due to GUI robot not able to find certain elements.
priority
fix gui tests gui currently is updated but gui related tests failed due to gui robot not able to find certain elements
1
268,022
8,402,086,288
IssuesEvent
2018-10-11 04:44:07
ansible/awx
https://api.github.com/repos/ansible/awx
closed
Playbooks using import_playbook in wrong place in playbook listing
component:api component:ui component:ux priority:medium state:needs_devel type:bug
##### ISSUE TYPE - Bug Report ##### COMPONENT NAME - API - UI ##### SUMMARY With the release of Ansible 2.4 it's possible to use **import_playbook** statements to add other playbooks into a playbook file. In some instances a playbook only contains these statements to import other playbooks and it does not ...
1.0
Playbooks using import_playbook in wrong place in playbook listing - ##### ISSUE TYPE - Bug Report ##### COMPONENT NAME - API - UI ##### SUMMARY With the release of Ansible 2.4 it's possible to use **import_playbook** statements to add other playbooks into a playbook file. In some instances a playbook only...
priority
playbooks using import playbook in wrong place in playbook listing issue type bug report component name api ui summary with the release of ansible it s possible to use import playbook statements to add other playbooks into a playbook file in some instances a playbook only...
1
343,795
10,336,511,313
IssuesEvent
2019-09-03 13:07:49
wazuh/wazuh-splunk
https://api.github.com/repos/wazuh/wazuh-splunk
opened
Logtest from the app
UI/UX enhancement priority/medium
With the amazing enhancements and capabilities done to the app with version 3.9.0 the experience of creating custom decoders and rules has been greatly improved. Almost everything can now be done through the web interface while also having the added benefit of syntax and general verification as the files are being ...
1.0
Logtest from the app - With the amazing enhancements and capabilities done to the app with version 3.9.0 the experience of creating custom decoders and rules has been greatly improved. Almost everything can now be done through the web interface while also having the added benefit of syntax and general verification ...
priority
logtest from the app with the amazing enhancements and capabilities done to the app with version the experience of creating custom decoders and rules has been greatly improved almost everything can now be done through the web interface while also having the added benefit of syntax and general verification ...
1
675,297
23,088,947,224
IssuesEvent
2022-07-26 13:47:15
sciencemesh/cs3api4lab
https://api.github.com/repos/sciencemesh/cs3api4lab
closed
Remove Notebook imports
type:enhancement priority:medium
After upgrading to Jupyter 3 the plugin is compatible with jupyter-server and we should abandon notebook dependencies.
1.0
Remove Notebook imports - After upgrading to Jupyter 3 the plugin is compatible with jupyter-server and we should abandon notebook dependencies.
priority
remove notebook imports after upgrading to jupyter the plugin is compatible with jupyter server and we should abandon notebook dependencies
1
556,371
16,482,710,345
IssuesEvent
2021-05-24 13:52:51
visual-framework/vf-core
https://api.github.com/repos/visual-framework/vf-core
closed
vf-card nunjucks template contains a potential error
Priority: Medium Type: Bug
![image](https://user-images.githubusercontent.com/3931042/118501950-dbe8e880-b746-11eb-8eec-dd8f657353ed.png) This template takes variable `modifiers` from content but uses as `modifier`
1.0
vf-card nunjucks template contains a potential error - ![image](https://user-images.githubusercontent.com/3931042/118501950-dbe8e880-b746-11eb-8eec-dd8f657353ed.png) This template takes variable `modifiers` from content but uses as `modifier`
priority
vf card nunjucks template contains a potential error this template takes variable modifiers from content but uses as modifier
1
795,196
28,065,510,149
IssuesEvent
2023-03-29 15:09:08
KDT3-Final-6/final-project-BE
https://api.github.com/repos/KDT3-Final-6/final-project-BE
closed
feat: 검색 리스트 정렬 방식 인기순 추가
Type: Feature Status: Completed Priority: Medium For: API For: Backend
## Description 검색 리스트 정렬 방식 인기순 추가 ## Tasks(Process) - [x] sortList 메서드에 인기순 방식 추가 ## References
1.0
feat: 검색 리스트 정렬 방식 인기순 추가 - ## Description 검색 리스트 정렬 방식 인기순 추가 ## Tasks(Process) - [x] sortList 메서드에 인기순 방식 추가 ## References
priority
feat 검색 리스트 정렬 방식 인기순 추가 description 검색 리스트 정렬 방식 인기순 추가 tasks process sortlist 메서드에 인기순 방식 추가 references
1
577,929
17,139,280,181
IssuesEvent
2021-07-13 07:47:58
neogcamp/platform-93by4
https://api.github.com/repos/neogcamp/platform-93by4
closed
Adding SEO to pages
Priority: Medium Type: good first issue
Hey! When you finish working on pages, don't forget to add `<Head> </Head>` Element to your pages.
1.0
Adding SEO to pages - Hey! When you finish working on pages, don't forget to add `<Head> </Head>` Element to your pages.
priority
adding seo to pages hey when you finish working on pages don t forget to add element to your pages
1
230,293
7,606,349,937
IssuesEvent
2018-04-30 13:04:03
CityZenApp/Project-Management
https://api.github.com/repos/CityZenApp/Project-Management
closed
Blog: CityZen of the month April 2018
Priority: Medium blog community
After the initial idea #25 got some traction from @marianaballa we are planning to continue the series in the next months. People can also be nominated here at GitHub, which will involve also the community. Here are the proposed questions: - Please introduce yourself; - When and how did you discover CityZen? - Wh...
1.0
Blog: CityZen of the month April 2018 - After the initial idea #25 got some traction from @marianaballa we are planning to continue the series in the next months. People can also be nominated here at GitHub, which will involve also the community. Here are the proposed questions: - Please introduce yourself; - When...
priority
blog cityzen of the month april after the initial idea got some traction from marianaballa we are planning to continue the series in the next months people can also be nominated here at github which will involve also the community here are the proposed questions please introduce yourself when and...
1
172,481
6,506,398,935
IssuesEvent
2017-08-24 08:53:00
status-im/status-go
https://api.github.com/repos/status-im/status-go
closed
Ethereum logs are not shown and the output is barely readable by human
beginner medium-priority
After #221 has been implemented, we can easily see StatusIM logs. However, they're shown this way: https://goo.gl/qu4MrE where there's: 1. No way to turn on ethereum logs. There must be the way. Ethereum logs must also be turned on by default. 2. Logs output is not readable by humans. Output should be coloured, not...
1.0
Ethereum logs are not shown and the output is barely readable by human - After #221 has been implemented, we can easily see StatusIM logs. However, they're shown this way: https://goo.gl/qu4MrE where there's: 1. No way to turn on ethereum logs. There must be the way. Ethereum logs must also be turned on by default. ...
priority
ethereum logs are not shown and the output is barely readable by human after has been implemented we can easily see statusim logs however they re shown this way where there s no way to turn on ethereum logs there must be the way ethereum logs must also be turned on by default logs output is not ...
1
455,788
13,132,565,562
IssuesEvent
2020-08-06 19:09:39
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Add smog production to Steam Engine
Category: Balance Priority: Medium Type: Feature
Bakery Oven - has pipe connector and not produce smog. ![20180714104806_1](https://user-images.githubusercontent.com/4980243/42722371-999b306c-8753-11e8-9c5e-10ed617dd34d.jpg) ![20180714104757_1](https://user-images.githubusercontent.com/4980243/42722373-99b99124-8753-11e8-9338-267c8826d9f1.jpg) Cast Iron Stove - ...
1.0
Add smog production to Steam Engine - Bakery Oven - has pipe connector and not produce smog. ![20180714104806_1](https://user-images.githubusercontent.com/4980243/42722371-999b306c-8753-11e8-9c5e-10ed617dd34d.jpg) ![20180714104757_1](https://user-images.githubusercontent.com/4980243/42722373-99b99124-8753-11e8-9338-2...
priority
add smog production to steam engine bakery oven has pipe connector and not produce smog cast iron stove has pipe connector and not produce smog
1
462
2,497,112,614
IssuesEvent
2015-01-07 01:26:17
leonbloy/pngj
https://api.github.com/repos/leonbloy/pngj
closed
Multiple reads for metadata of a PNG causes a null pointer on Android 2.2.2
bug imported Priority-Medium
_From [my.goog....@gmail.com](https://code.google.com/u/106402237862597793750/) on October 15, 2013 02:16:41_ What steps will reproduce the problem? 1.Create a PNG with pngj 2.Read the file once, skipping all bytes to just get metadata 3.Do it again in the same Thread and you'll get a null pointer exception What is ...
1.0
Multiple reads for metadata of a PNG causes a null pointer on Android 2.2.2 - _From [my.goog....@gmail.com](https://code.google.com/u/106402237862597793750/) on October 15, 2013 02:16:41_ What steps will reproduce the problem? 1.Create a PNG with pngj 2.Read the file once, skipping all bytes to just get metadata 3.D...
priority
multiple reads for metadata of a png causes a null pointer on android from on october what steps will reproduce the problem create a png with pngj read the file once skipping all bytes to just get metadata do it again in the same thread and you ll get a null pointer exception what is...
1
551,051
16,136,704,672
IssuesEvent
2021-04-29 12:47:12
schemathesis/schemathesis
https://api.github.com/repos/schemathesis/schemathesis
opened
[FEATURE] Add more ways to customize stateful testing
Difficulty: Easy Priority: Medium Type: Enhancement
**Is your feature request related to a problem? Please describe.** The current implementation of stateful testing via state machines always adds a random data source, but it may not be desired. **Describe the solution you'd like** Extend the `as_state_machine()` method so the end-user can disable the random data s...
1.0
[FEATURE] Add more ways to customize stateful testing - **Is your feature request related to a problem? Please describe.** The current implementation of stateful testing via state machines always adds a random data source, but it may not be desired. **Describe the solution you'd like** Extend the `as_state_machine...
priority
add more ways to customize stateful testing is your feature request related to a problem please describe the current implementation of stateful testing via state machines always adds a random data source but it may not be desired describe the solution you d like extend the as state machine meth...
1
816,827
30,613,809,591
IssuesEvent
2023-07-23 23:26:13
AllYourBlocks/ChunkWars
https://api.github.com/repos/AllYourBlocks/ChunkWars
opened
Ruined Portal should teleport players to Nether Chunk once lit
type : feature request status : accepted priority : medium
After the Ruined Portal has been 're-made' and has been lit, a player (on touching the portal block) should get teleported to a specific spot on the Nether Chunk that has been generated as a result of re-making and lighting the portal. This spot will need to be programmed relative to 'Nether Chunk Marker'(?) and not ha...
1.0
Ruined Portal should teleport players to Nether Chunk once lit - After the Ruined Portal has been 're-made' and has been lit, a player (on touching the portal block) should get teleported to a specific spot on the Nether Chunk that has been generated as a result of re-making and lighting the portal. This spot will need...
priority
ruined portal should teleport players to nether chunk once lit after the ruined portal has been re made and has been lit a player on touching the portal block should get teleported to a specific spot on the nether chunk that has been generated as a result of re making and lighting the portal this spot will need...
1
130,348
5,114,443,204
IssuesEvent
2017-01-06 18:30:32
neuropoly/spinalcordtoolbox
https://api.github.com/repos/neuropoly/spinalcordtoolbox
closed
patch installation: file version.txt should only be updated at the end of the installation
installation priority: medium question
in case there is a problem, the file "version.txt" should not be updated. Currently, it is copied at the beginning of the procedure.
1.0
patch installation: file version.txt should only be updated at the end of the installation - in case there is a problem, the file "version.txt" should not be updated. Currently, it is copied at the beginning of the procedure.
priority
patch installation file version txt should only be updated at the end of the installation in case there is a problem the file version txt should not be updated currently it is copied at the beginning of the procedure
1
592,039
17,868,872,418
IssuesEvent
2021-09-06 13:00:33
vrchatapi/specification
https://api.github.com/repos/vrchatapi/specification
closed
Improve Instance documentation
Type: Enhancement Priority: Medium
missing `/instances/{worldId}:{instanceId}`, and expand on documentation. Maybe split out into Instance API?
1.0
Improve Instance documentation - missing `/instances/{worldId}:{instanceId}`, and expand on documentation. Maybe split out into Instance API?
priority
improve instance documentation missing instances worldid instanceid and expand on documentation maybe split out into instance api
1
176,899
6,568,999,510
IssuesEvent
2017-09-09 00:54:58
pydata/numexpr
https://api.github.com/repos/pydata/numexpr
closed
Test failure of 1.4.2 on 32bit platforms
bug imported Priority-Medium
_From [a.valent...@gmail.com](https://code.google.com/u/113663911208750643682/) on February 15, 2012 21:30:41_ Unit tests fails on 32 bit platforms. numexpr v. 1.4.2 The error is generated by the following code: x = zeros(1e5)+.01 # checks issue #41 assert_equal(evaluate("sum(x+2,axis=0)"), sum(x+2,axis=0)) See ...
1.0
Test failure of 1.4.2 on 32bit platforms - _From [a.valent...@gmail.com](https://code.google.com/u/113663911208750643682/) on February 15, 2012 21:30:41_ Unit tests fails on 32 bit platforms. numexpr v. 1.4.2 The error is generated by the following code: x = zeros(1e5)+.01 # checks issue #41 assert_equal(evaluate...
priority
test failure of on platforms from on february unit tests fails on bit platforms numexpr v the error is generated by the following code x zeros checks issue assert equal evaluate sum x axis sum x axis see also console output set e x for...
1
26,570
2,684,876,328
IssuesEvent
2015-03-29 13:26:35
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
opened
В случае активной putty-вкладки не все комбинации клавиш работают
1 star bug imported Priority-Medium
_From [yuri.kan...@gmail.com](https://code.google.com/u/105874132936548064353/) on June 11, 2013 04:45:16_ В частности не работает Win+Alt+Left/Right (перемещение вкладок). Хотелось бы узнать почему и можно ли это как-то исправить? Может можно в меню вкладки добавить эти команды? _Original issue: http://code.google.c...
1.0
В случае активной putty-вкладки не все комбинации клавиш работают - _From [yuri.kan...@gmail.com](https://code.google.com/u/105874132936548064353/) on June 11, 2013 04:45:16_ В частности не работает Win+Alt+Left/Right (перемещение вкладок). Хотелось бы узнать почему и можно ли это как-то исправить? Может можно в меню ...
priority
в случае активной putty вкладки не все комбинации клавиш работают from on june в частности не работает win alt left right перемещение вкладок хотелось бы узнать почему и можно ли это как то исправить может можно в меню вкладки добавить эти команды original issue
1
109,355
4,386,236,150
IssuesEvent
2016-08-08 12:05:48
jam2in/arcus-java-client
https://api.github.com/repos/jam2in/arcus-java-client
closed
CI 환경 구축 및 체크인 테스트 환경 구성
priority : medium type : enhancement
지금까지 수동으로 수행하는 mvn test 에 의존하고 있었는데, 효율적인 개발 진행을 위해서 CI 환경 구축이 도움이 많이 될 것 같습니다. 도입에 들어가는 코스트나 러닝커브는 조금 있겠지만, 장기적으로 보았을 때 실보다는 득이 많으리라 판단됩니다. 저도 CI 에 대해서 이론적으로나 실무적으로나 아는 것이 거의 없는 터라 조금씩이라도 내용 찾아보고 공유하도록 하겠습니다. 코드 보다가 다른 일 하고 싶을때 한번씩 의견 달아주세요 😄 * 아래는 네이버 이기열 책임님 건의입니다. * CI 환경은 염두해 두신게 없으시면 travis ci 는 어떤지 검토해 주...
1.0
CI 환경 구축 및 체크인 테스트 환경 구성 - 지금까지 수동으로 수행하는 mvn test 에 의존하고 있었는데, 효율적인 개발 진행을 위해서 CI 환경 구축이 도움이 많이 될 것 같습니다. 도입에 들어가는 코스트나 러닝커브는 조금 있겠지만, 장기적으로 보았을 때 실보다는 득이 많으리라 판단됩니다. 저도 CI 에 대해서 이론적으로나 실무적으로나 아는 것이 거의 없는 터라 조금씩이라도 내용 찾아보고 공유하도록 하겠습니다. 코드 보다가 다른 일 하고 싶을때 한번씩 의견 달아주세요 😄 * 아래는 네이버 이기열 책임님 건의입니다. * CI 환경은 염두해 두신게...
priority
ci 환경 구축 및 체크인 테스트 환경 구성 지금까지 수동으로 수행하는 mvn test 에 의존하고 있었는데 효율적인 개발 진행을 위해서 ci 환경 구축이 도움이 많이 될 것 같습니다 도입에 들어가는 코스트나 러닝커브는 조금 있겠지만 장기적으로 보았을 때 실보다는 득이 많으리라 판단됩니다 저도 ci 에 대해서 이론적으로나 실무적으로나 아는 것이 거의 없는 터라 조금씩이라도 내용 찾아보고 공유하도록 하겠습니다 코드 보다가 다른 일 하고 싶을때 한번씩 의견 달아주세요 😄 아래는 네이버 이기열 책임님 건의입니다 ci 환경은 염두해 두신게...
1
778,676
27,324,725,248
IssuesEvent
2023-02-25 00:15:32
acmucsd/membership-portal-ui
https://api.github.com/repos/acmucsd/membership-portal-ui
closed
Optional Facebook Link is Required to Create Events
Issue: Bug Priority: Medium
![Screen Shot 2022-09-27 at 12 00 45 PM](https://user-images.githubusercontent.com/33165426/192613083-dc2e4898-76f0-43f3-9578-5ead8b781f4f.jpg) Trying to submit an event to the membership portal without a facebook link fails the form validation but the field says it's optional. Either remove this validation if it...
1.0
Optional Facebook Link is Required to Create Events - ![Screen Shot 2022-09-27 at 12 00 45 PM](https://user-images.githubusercontent.com/33165426/192613083-dc2e4898-76f0-43f3-9578-5ead8b781f4f.jpg) Trying to submit an event to the membership portal without a facebook link fails the form validation but the field says...
priority
optional facebook link is required to create events trying to submit an event to the membership portal without a facebook link fails the form validation but the field says it s optional either remove this validation if it s actually optional or mark it as required to avoid confusion
1
137,894
5,318,890,642
IssuesEvent
2017-02-14 04:04:52
Blacklands/LinkedTreeMap-CPP
https://api.github.com/repos/Blacklands/LinkedTreeMap-CPP
opened
Add Continuous Integration
enhancement medium_priority
I have never done anything with this so far, but it sounds like a good concept. I actually had a habit in the past to often push "broken" commits to the repository, meaning commits that do not actually work and/or compile - this was because I was working on projects alone, they were private, and I did not care about t...
1.0
Add Continuous Integration - I have never done anything with this so far, but it sounds like a good concept. I actually had a habit in the past to often push "broken" commits to the repository, meaning commits that do not actually work and/or compile - this was because I was working on projects alone, they were privat...
priority
add continuous integration i have never done anything with this so far but it sounds like a good concept i actually had a habit in the past to often push broken commits to the repository meaning commits that do not actually work and or compile this was because i was working on projects alone they were privat...
1
587,053
17,603,423,211
IssuesEvent
2021-08-17 14:23:29
dmwm/CRABServer
https://api.github.com/repos/dmwm/CRABServer
opened
report number of jobs created in case of dryrun
Type: Enhancement Priority: Medium
moving to CRABServer this CRABClient issue, since a solution server-side may be easier https://github.com/dmwm/CRABClient/issues/5065 see https://github.com/dmwm/CRABClient/issues/5064#issuecomment-900282373 One possibility may be to use uploadMessage from server to add a message to the task with the number of ...
1.0
report number of jobs created in case of dryrun - moving to CRABServer this CRABClient issue, since a solution server-side may be easier https://github.com/dmwm/CRABClient/issues/5065 see https://github.com/dmwm/CRABClient/issues/5064#issuecomment-900282373 One possibility may be to use uploadMessage from server...
priority
report number of jobs created in case of dryrun moving to crabserver this crabclient issue since a solution server side may be easier see one possibility may be to use uploadmessage from server to add a message to the task with the number of jobs created by splitter but i do no know if that s available ...
1
150,363
5,765,420,262
IssuesEvent
2017-04-27 02:20:03
USC-CSSL/TACIT
https://api.github.com/repos/USC-CSSL/TACIT
closed
Latin Crawler does not save to corpus
crawler enhancement Medium Priority
The Latin Crawler should be changed so that it saves to TACIT corpus format, just like the other crawlers.
1.0
Latin Crawler does not save to corpus - The Latin Crawler should be changed so that it saves to TACIT corpus format, just like the other crawlers.
priority
latin crawler does not save to corpus the latin crawler should be changed so that it saves to tacit corpus format just like the other crawlers
1
802,954
29,086,327,493
IssuesEvent
2023-05-16 00:24:38
GSM-MSG/SMS-FrontEnd
https://api.github.com/repos/GSM-MSG/SMS-FrontEnd
closed
shared module 설정 수정
2️⃣ Priority: Medium
### Describe shared module의 설정을 수정합니다 ### Additional tsup이 사실은 필요가 없었음 ㅠㅠ
1.0
shared module 설정 수정 - ### Describe shared module의 설정을 수정합니다 ### Additional tsup이 사실은 필요가 없었음 ㅠㅠ
priority
shared module 설정 수정 describe shared module의 설정을 수정합니다 additional tsup이 사실은 필요가 없었음 ㅠㅠ
1
210,510
7,190,581,589
IssuesEvent
2018-02-02 17:45:45
ubc/compair
https://api.github.com/repos/ubc/compair
opened
Add time metrics to downloadable reports
enhancement instructor request medium priority
Decide how to best calculate from the analytics: - how much time a student is spending on each comparison - how much time a student is spending on all comparisons for a given assignment - how much time students are spending on average on comparisons for a given assignment - how each student compares to the average ...
1.0
Add time metrics to downloadable reports - Decide how to best calculate from the analytics: - how much time a student is spending on each comparison - how much time a student is spending on all comparisons for a given assignment - how much time students are spending on average on comparisons for a given assignment ...
priority
add time metrics to downloadable reports decide how to best calculate from the analytics how much time a student is spending on each comparison how much time a student is spending on all comparisons for a given assignment how much time students are spending on average on comparisons for a given assignment ...
1
429,141
12,421,379,325
IssuesEvent
2020-05-23 16:34:42
Tlotliso-Wiinc/CovidApp
https://api.github.com/repos/Tlotliso-Wiinc/CovidApp
closed
Add a Stepper Widget in the New Patient Screen form
medium priority
- Enhance the user experience of the App by using a **Stepper** Widget from Flutter to make it easier to input values in the long` PatientInfoForm`.
1.0
Add a Stepper Widget in the New Patient Screen form - - Enhance the user experience of the App by using a **Stepper** Widget from Flutter to make it easier to input values in the long` PatientInfoForm`.
priority
add a stepper widget in the new patient screen form enhance the user experience of the app by using a stepper widget from flutter to make it easier to input values in the long patientinfoform
1
297,549
9,171,890,102
IssuesEvent
2019-03-04 04:18:19
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
[Coverity CID :188755]Control flow issues in /subsys/shell/shell_utils.c
Coverity area: Shell bug priority: medium
Static code scan issues seen in File: /subsys/shell/shell_utils.c Category: Control flow issues Function: shell_buffer_trim Component: Other CID: 188755 Please fix or provide comments to square it off in coverity in the link: https://scan9.coverity.com/reports.htm#v32951/p12996
1.0
[Coverity CID :188755]Control flow issues in /subsys/shell/shell_utils.c - Static code scan issues seen in File: /subsys/shell/shell_utils.c Category: Control flow issues Function: shell_buffer_trim Component: Other CID: 188755 Please fix or provide comments to square it off in coverity in the link: https://scan9....
priority
control flow issues in subsys shell shell utils c static code scan issues seen in file subsys shell shell utils c category control flow issues function shell buffer trim component other cid please fix or provide comments to square it off in coverity in the link
1
623,035
19,660,291,706
IssuesEvent
2022-01-10 16:21:46
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
Comma operator disappearing after loading the members list
bug priority-medium Stale
**Describe the bug** **All members** label count in Members page is showing comma operator (When you have thousands of members) before the members ajax load. . After loading the comma operator disappears **To Reproduce** 1. Go to the 'Members' page. . 2. If you have 1000+ members, you will see the comma op...
1.0
Comma operator disappearing after loading the members list - **Describe the bug** **All members** label count in Members page is showing comma operator (When you have thousands of members) before the members ajax load. . After loading the comma operator disappears **To Reproduce** 1. Go to the 'Members' page...
priority
comma operator disappearing after loading the members list describe the bug all members label count in members page is showing comma operator when you have thousands of members before the members ajax load after loading the comma operator disappears to reproduce go to the members page...
1
177,393
6,583,227,855
IssuesEvent
2017-09-13 04:06:37
RoboJackets/apiary
https://api.github.com/repos/RoboJackets/apiary
closed
Implement an Admin view for Listing and Editing Members
area / frontend priority / medium status / in progress type / feature
As an admin user, I should be able to update the information of all users
1.0
Implement an Admin view for Listing and Editing Members - As an admin user, I should be able to update the information of all users
priority
implement an admin view for listing and editing members as an admin user i should be able to update the information of all users
1
55,457
3,073,456,350
IssuesEvent
2015-08-19 22:04:13
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Opened Activities Stack is Fundamentally Wrong
bug imported Priority-Medium
_From [Marek.Urbaniak](https://code.google.com/u/Marek.Urbaniak/) on January 07, 2013 02:38:25_ My team has a long history creating workarounds in our app because of Robotium leaking the memory. Renas has a long history trying to fix the issues in Robotium. However, the issue is still present in the newest version of ...
1.0
Opened Activities Stack is Fundamentally Wrong - _From [Marek.Urbaniak](https://code.google.com/u/Marek.Urbaniak/) on January 07, 2013 02:38:25_ My team has a long history creating workarounds in our app because of Robotium leaking the memory. Renas has a long history trying to fix the issues in Robotium. However, the...
priority
opened activities stack is fundamentally wrong from on january my team has a long history creating workarounds in our app because of robotium leaking the memory renas has a long history trying to fix the issues in robotium however the issue is still present in the newest version of robotium s...
1
643,555
20,959,521,496
IssuesEvent
2022-03-27 15:37:14
meerk40t/meerk40t
https://api.github.com/repos/meerk40t/meerk40t
closed
0.8.0 RC-3 (Request For Comments)
Status: In Progress Priority: Medium Work: Complicated
The latest Release Candidate is 3. THIS IS THE LATEST RC. This issue is for reporting issues with this specific version of MeerK40t. Please do all further testing on this release. Please do not report any further bugs with previous beta releases. Do give any other types of feedback, questions, concerns or comments...
1.0
0.8.0 RC-3 (Request For Comments) - The latest Release Candidate is 3. THIS IS THE LATEST RC. This issue is for reporting issues with this specific version of MeerK40t. Please do all further testing on this release. Please do not report any further bugs with previous beta releases. Do give any other types of feedb...
priority
rc request for comments the latest release candidate is this is the latest rc this issue is for reporting issues with this specific version of please do all further testing on this release please do not report any further bugs with previous beta releases do give any other types of feedback qu...
1
330,878
10,056,876,688
IssuesEvent
2019-07-22 10:09:56
microservices/omg
https://api.github.com/repos/microservices/omg
closed
omg run output validation fails on false booleans
bug :bug: priority: medium :warning:
If a property is supposed to have type `boolean` and its value is `false` in the action result, the output validation fails.
1.0
omg run output validation fails on false booleans - If a property is supposed to have type `boolean` and its value is `false` in the action result, the output validation fails.
priority
omg run output validation fails on false booleans if a property is supposed to have type boolean and its value is false in the action result the output validation fails
1
829,494
31,881,158,599
IssuesEvent
2023-09-16 11:51:27
eclipse/dirigible
https://api.github.com/repos/eclipse/dirigible
opened
[EDM] Update Referenced Entity
web-ide usability priority-medium efforts-high component-template
Update the referenced entity once it is already imported to the target model from the source model
1.0
[EDM] Update Referenced Entity - Update the referenced entity once it is already imported to the target model from the source model
priority
update referenced entity update the referenced entity once it is already imported to the target model from the source model
1
787,844
27,733,319,226
IssuesEvent
2023-03-15 09:34:19
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
closed
`ELSE IF` condition not passed to listeners
bug priority: medium effort: small
RF 6.0 enhanced listeners so that more info about control structures is passed to them (#4335). Due to a bug in the code, a missing comma in a single item tuple, `ELSE IF` condition is missing. Easy to fix and need to add tests as well.
1.0
`ELSE IF` condition not passed to listeners - RF 6.0 enhanced listeners so that more info about control structures is passed to them (#4335). Due to a bug in the code, a missing comma in a single item tuple, `ELSE IF` condition is missing. Easy to fix and need to add tests as well.
priority
else if condition not passed to listeners rf enhanced listeners so that more info about control structures is passed to them due to a bug in the code a missing comma in a single item tuple else if condition is missing easy to fix and need to add tests as well
1
271,112
8,476,356,557
IssuesEvent
2018-10-24 21:40:08
minio/minio
https://api.github.com/repos/minio/minio
closed
minio mirror error: no such file or directory
priority: medium triage
<!--- Provide a general summary of the issue in the Title above --> Need help perform mirroring between two minio server ## Expected Behavior should start mirror file between server <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it shou...
1.0
minio mirror error: no such file or directory - <!--- Provide a general summary of the issue in the Title above --> Need help perform mirroring between two minio server ## Expected Behavior should start mirror file between server <!--- If you're describing a bug, tell us what should happen --> <!--- If you're sugg...
priority
minio mirror error no such file or directory need help perform mirroring between two minio server expected behavior should start mirror file between server current behavior after performing below command and configuration on each minio server mc config host add wjalrxutnfemi bpxrficy...
1
197,383
6,954,918,127
IssuesEvent
2017-12-07 04:24:25
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
Connect authentication (tie Facebook to Local on one account)
not yet sectioned priority: medium status: issue: suggestion-discussion
This is embarrassing, we've had this conversation since day one (_so_ may times) - but I can't find any open tickets or Trello cards for the request. If anyone knows where it's at, fell free to dupe/close this (and let's make sure one is open). Anyway, the request: allow a single account to have multiple authenticatio...
1.0
Connect authentication (tie Facebook to Local on one account) - This is embarrassing, we've had this conversation since day one (_so_ may times) - but I can't find any open tickets or Trello cards for the request. If anyone knows where it's at, fell free to dupe/close this (and let's make sure one is open). Anyway, th...
priority
connect authentication tie facebook to local on one account this is embarrassing we ve had this conversation since day one so may times but i can t find any open tickets or trello cards for the request if anyone knows where it s at fell free to dupe close this and let s make sure one is open anyway th...
1
441,816
12,732,729,496
IssuesEvent
2020-06-25 10:56:44
Azure/ARO-RP
https://api.github.com/repos/Azure/ARO-RP
closed
Add redacted RegistryProfile to admin API
priority-medium size-small
Admin API should contain everything except the password. Check to see whether anything else is missing from the Admin API and add it.
1.0
Add redacted RegistryProfile to admin API - Admin API should contain everything except the password. Check to see whether anything else is missing from the Admin API and add it.
priority
add redacted registryprofile to admin api admin api should contain everything except the password check to see whether anything else is missing from the admin api and add it
1
808,246
30,051,925,841
IssuesEvent
2023-06-28 01:44:50
CreeperMagnet/the-creepers-code
https://api.github.com/repos/CreeperMagnet/the-creepers-code
closed
Cherry and bamboo stairs/trapdoors do not craft the correct amount
priority: medium
This is simply because I forgot to update their recipes to 6 count
1.0
Cherry and bamboo stairs/trapdoors do not craft the correct amount - This is simply because I forgot to update their recipes to 6 count
priority
cherry and bamboo stairs trapdoors do not craft the correct amount this is simply because i forgot to update their recipes to count
1
136,817
5,289,019,779
IssuesEvent
2017-02-08 16:27:15
jeveloper/jayrock
https://api.github.com/repos/jeveloper/jayrock
closed
[PATCH] Build target specifically for Unity Web Player
auto-migrated Priority-Medium Type-Enhancement
``` Unity Web Player is mostly Mono, but lacks some things that Mono usually has. Most problematically, it lacks System.Configuration. This commit adds patches to support this target: http://code.google.com/r/revchip-jayrock2/source/detail?r=5fda98ab6a492abe0ec122 77167da48c89aac2a4 I would like to also specifica...
1.0
[PATCH] Build target specifically for Unity Web Player - ``` Unity Web Player is mostly Mono, but lacks some things that Mono usually has. Most problematically, it lacks System.Configuration. This commit adds patches to support this target: http://code.google.com/r/revchip-jayrock2/source/detail?r=5fda98ab6a492abe...
priority
build target specifically for unity web player unity web player is mostly mono but lacks some things that mono usually has most problematically it lacks system configuration this commit adds patches to support this target i would like to also specifically exclude the system xml reference but i d...
1
209,623
7,177,971,940
IssuesEvent
2018-01-31 15:14:53
strapi/strapi
https://api.github.com/repos/strapi/strapi
closed
Strapi fails with two PostgreSQL databases
priority: medium source: framework type: bug version: 3.x
**Node.js version**: 8.9.3 **npm version**: 5.6.0 **Strapi version**: 3.0.0-alpha.8 **Operating system**: Ubuntu 16.04 x64 I have two PostgreSQL databases with multiple tables in each of them. Strapi works fine with either of them bit not both. As soon as I add both databases in `config/environments/development/d...
1.0
Strapi fails with two PostgreSQL databases - **Node.js version**: 8.9.3 **npm version**: 5.6.0 **Strapi version**: 3.0.0-alpha.8 **Operating system**: Ubuntu 16.04 x64 I have two PostgreSQL databases with multiple tables in each of them. Strapi works fine with either of them bit not both. As soon as I add both da...
priority
strapi fails with two postgresql databases node js version npm version strapi version alpha operating system ubuntu i have two postgresql databases with multiple tables in each of them strapi works fine with either of them bit not both as soon as i add both databa...
1
823,544
31,023,701,300
IssuesEvent
2023-08-10 07:40:49
malkitbenning/Coursework-Planner
https://api.github.com/repos/malkitbenning/Coursework-Planner
opened
[TECH ED] Prepare for Saturday's class
🏕 Priority Mandatory 🐂 Size Medium :brain: Prep work Week 2 📅 Databases
From Coursework-Planner created by [malkitbenning](https://github.com/malkitbenning): malkitbenning/Coursework-Planner#71 From Module-Databases created by [SallyMcGrath](https://github.com/SallyMcGrath): CodeYourFuture/Module-Databases#13 ### Link to the coursework https://www.youtube.com/playlist?list=PLozA7clo...
1.0
[TECH ED] Prepare for Saturday's class - From Coursework-Planner created by [malkitbenning](https://github.com/malkitbenning): malkitbenning/Coursework-Planner#71 From Module-Databases created by [SallyMcGrath](https://github.com/SallyMcGrath): CodeYourFuture/Module-Databases#13 ### Link to the coursework https:...
priority
prepare for saturday s class from coursework planner created by malkitbenning coursework planner from module databases created by codeyourfuture module databases link to the coursework why are we doing this it is essential to start learning new concepts and ideas before saturday s se...
1
55,524
3,073,634,250
IssuesEvent
2015-08-19 23:14:55
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
Cannot clickOnText in WebView.
bug imported invalid Priority-Medium
_From [tome...@gmail.com](https://code.google.com/u/109326875969492499384/) on April 09, 2013 06:28:13_ What steps will reproduce the problem? 1. Click on email address in WebView using my method: private void clickOnTextInBody(String text){ TextView textView = solo.getText(text); solo.clickOnView(textVie...
1.0
Cannot clickOnText in WebView. - _From [tome...@gmail.com](https://code.google.com/u/109326875969492499384/) on April 09, 2013 06:28:13_ What steps will reproduce the problem? 1. Click on email address in WebView using my method: private void clickOnTextInBody(String text){ TextView textView = solo.getText(te...
priority
cannot clickontext in webview from on april what steps will reproduce the problem click on email address in webview using my method private void clickontextinbody string text textview textview solo gettext text solo clickonview textview solo clickontext text w...
1
24,262
2,667,017,920
IssuesEvent
2015-03-22 05:00:04
NewCreature/EOF
https://api.github.com/repos/NewCreature/EOF
closed
Mouse input accumulates when menus/dialogs are open and affects selected notes after they close
bug imported Priority-Medium
_From [raynebc](https://code.google.com/u/raynebc/) on May 10, 2010 13:55:36_ When editing a lyric's text, it seems EOF changes the lyric's duration unexpectedly. _Original issue: http://code.google.com/p/editor-on-fire/issues/detail?id=43_
1.0
Mouse input accumulates when menus/dialogs are open and affects selected notes after they close - _From [raynebc](https://code.google.com/u/raynebc/) on May 10, 2010 13:55:36_ When editing a lyric's text, it seems EOF changes the lyric's duration unexpectedly. _Original issue: http://code.google.com/p/editor-on-fire...
priority
mouse input accumulates when menus dialogs are open and affects selected notes after they close from on may when editing a lyric s text it seems eof changes the lyric s duration unexpectedly original issue
1
252,039
8,031,108,999
IssuesEvent
2018-07-27 22:39:27
07th-mod/higurashi-dlls
https://api.github.com/repos/07th-mod/higurashi-dlls
closed
Tips screen for console arcs
medium-priority
Currently tips in the console arcs are just appended to the day where they're unlocked. It would be better to use the regular tips screen for these tips, same as the main arcs. In order to avoid separate dll for Hima and console arcs this requires a config file (JSON?) where the configuration for the tips screen ...
1.0
Tips screen for console arcs - Currently tips in the console arcs are just appended to the day where they're unlocked. It would be better to use the regular tips screen for these tips, same as the main arcs. In order to avoid separate dll for Hima and console arcs this requires a config file (JSON?) where the con...
priority
tips screen for console arcs currently tips in the console arcs are just appended to the day where they re unlocked it would be better to use the regular tips screen for these tips same as the main arcs in order to avoid separate dll for hima and console arcs this requires a config file json where the con...
1
745,260
25,976,831,144
IssuesEvent
2022-12-19 15:29:05
containrrr/watchtower
https://api.github.com/repos/containrrr/watchtower
opened
Email alias (XXX+YY@example.com) makes watchtower fail silently.
Type: Bug Priority: Medium Status: Available
### Describe the bug I have been using my standard email adress with watchtower with success recently. However, when using an email alias, watchtower does not send any email at all. ### Steps to reproduce 1. Set the following env variables : ``` WATCHTOWER_NOTIFICATION_REPORT="true" WATCHTOWER_NOTIFICATION_URL...
1.0
Email alias (XXX+YY@example.com) makes watchtower fail silently. - ### Describe the bug I have been using my standard email adress with watchtower with success recently. However, when using an email alias, watchtower does not send any email at all. ### Steps to reproduce 1. Set the following env variables : ``` ...
priority
email alias xxx yy example com makes watchtower fail silently describe the bug i have been using my standard email adress with watchtower with success recently however when using an email alias watchtower does not send any email at all steps to reproduce set the following env variables ...
1
471,856
13,611,671,003
IssuesEvent
2020-09-23 09:11:45
Automattic/abacus
https://api.github.com/repos/Automattic/abacus
closed
Add basic metric creation page
[!priority] medium [component] experimenter interface [type] enhancement
Aaron edited: Consider building metric details page first (#162). We can consider making the metric creation just be an empty metric details page. ## Metric creation: - name (snake case, lowercase) - description - indicator for `is_higher_better` (checkbox or slider button for on/off) - radio box for kind of ...
1.0
Add basic metric creation page - Aaron edited: Consider building metric details page first (#162). We can consider making the metric creation just be an empty metric details page. ## Metric creation: - name (snake case, lowercase) - description - indicator for `is_higher_better` (checkbox or slider button for ...
priority
add basic metric creation page aaron edited consider building metric details page first we can consider making the metric creation just be an empty metric details page metric creation name snake case lowercase description indicator for is higher better checkbox or slider button for on...
1
25,421
2,683,755,171
IssuesEvent
2015-03-28 08:51:32
prikhi/pencil
https://api.github.com/repos/prikhi/pencil
closed
Not working with xulrunner 2.0.1
2–5 stars bug imported Priority-Medium
_From [coolb...@gmail.com](https://code.google.com/u/105383019119736665055/) on June 07, 2011 09:31:00_ What steps will reproduce the problem? 1. Install Fedora 15 2. Install pencil from the rpm What is the expected output? What do you see instead? Error: Platform version '2.0.1' is not compatible with minVersion >=...
1.0
Not working with xulrunner 2.0.1 - _From [coolb...@gmail.com](https://code.google.com/u/105383019119736665055/) on June 07, 2011 09:31:00_ What steps will reproduce the problem? 1. Install Fedora 15 2. Install pencil from the rpm What is the expected output? What do you see instead? Error: Platform version '2.0.1' is...
priority
not working with xulrunner from on june what steps will reproduce the problem install fedora install pencil from the rpm what is the expected output what do you see instead error platform version is not compatible with minversion maxversion what vers...
1
205,509
7,102,746,674
IssuesEvent
2018-01-16 00:10:15
davide-romanini/comictagger
https://api.github.com/repos/davide-romanini/comictagger
closed
Can't set credit information via the command line
Priority-Medium bug imported
_From [wyldph...@gmail.com](https://code.google.com/u/112925390010469244217/) on August 07, 2014 15:11:35_ What version of ComicTagger are you using? 1.1.15-beta On what operating system (Mac, Linux, Windows)? What version? Mac, OS X 10.9.4 GUI or command line? Command Line What steps will reproduce the problem? 1. Tr...
1.0
Can't set credit information via the command line - _From [wyldph...@gmail.com](https://code.google.com/u/112925390010469244217/) on August 07, 2014 15:11:35_ What version of ComicTagger are you using? 1.1.15-beta On what operating system (Mac, Linux, Windows)? What version? Mac, OS X 10.9.4 GUI or command line? Comma...
priority
can t set credit information via the command line from on august what version of comictagger are you using beta on what operating system mac linux windows what version mac os x gui or command line command line what steps will reproduce the problem try the following comictag...
1
282,467
8,706,818,681
IssuesEvent
2018-12-06 04:51:58
Qiskit/qiskit-terra
https://api.github.com/repos/Qiskit/qiskit-terra
closed
Are test/qobj files valid?
priority: medium type: bug type: question
<!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Informations - **Qiskit Terra version**: 0.6 - **Python version**: 3.6 - **Operating system**: OSX ### What is the current behavior? I am trying to clean up depreciati...
1.0
Are test/qobj files valid? - <!-- ⚠️ If you do not respect this template, your issue will be closed --> <!-- ⚠️ Make sure to browse the opened and closed issues --> ### Informations - **Qiskit Terra version**: 0.6 - **Python version**: 3.6 - **Operating system**: OSX ### What is the current behavior? I am ...
priority
are test qobj files valid informations qiskit terra version python version operating system osx what is the current behavior i am trying to clean up depreciation warnings from the tests but have run into errors where by i cannot get results from running the qobj...
1
315,265
9,608,276,547
IssuesEvent
2019-05-12 04:23:19
kawalpemilu/kawalpemilu2019-www
https://api.github.com/repos/kawalpemilu/kawalpemilu2019-www
closed
[responsive2] sticky header moves on horizontal scroll
Priority: Medium
makes the sticky header moves when the (pileg) table is scrolled horizontally
1.0
[responsive2] sticky header moves on horizontal scroll - makes the sticky header moves when the (pileg) table is scrolled horizontally
priority
sticky header moves on horizontal scroll makes the sticky header moves when the pileg table is scrolled horizontally
1
701,263
24,093,498,559
IssuesEvent
2022-09-19 16:36:15
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
[YSQL] Improve the performance of NestedLoop joins with Index Scans using batched execution
kind/enhancement area/ysql priority/medium
Jira Link: [DB-2334](https://yugabyte.atlassian.net/browse/DB-2334) Consider a query like ``` SELECT * FROM users, orders WHERE users.id=orders.user_id ``` This could result in a nested join loop with the following behavior: ``` 1. Read 1024 rows (or prefetch limit) from users table. 2. For each row, retrieve...
1.0
[YSQL] Improve the performance of NestedLoop joins with Index Scans using batched execution - Jira Link: [DB-2334](https://yugabyte.atlassian.net/browse/DB-2334) Consider a query like ``` SELECT * FROM users, orders WHERE users.id=orders.user_id ``` This could result in a nested join loop with the following beha...
priority
improve the performance of nestedloop joins with index scans using batched execution jira link consider a query like select from users orders where users id orders user id this could result in a nested join loop with the following behavior read rows or prefetch limit from users ...
1
244,531
7,876,223,887
IssuesEvent
2018-06-25 23:45:35
MARKETProtocol/types
https://api.github.com/repos/MARKETProtocol/types
closed
[MarketContractFactoryOraclize] Test converted TypeScript ABI
Help Wanted Priority: Medium Status: Available Type: Enhancement
## Before you `start work` Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties) If you have ongoing work from other bounties with us where funding has not been release...
1.0
[MarketContractFactoryOraclize] Test converted TypeScript ABI - ## Before you `start work` Please read our contribution [guidelines](https://docs.marketprotocol.io/#contributing) and if there is a bounty involved please also see [here](https://docs.marketprotocol.io/#gitcoin-and-bounties) If you have ongoing wor...
priority
test converted typescript abi before you start work please read our contribution and if there is a bounty involved please also see if you have ongoing work from other bounties with us where funding has not been released please do not pick up a new issue we would like to involve as many contri...
1
16,823
2,615,124,562
IssuesEvent
2015-03-01 05:52:28
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
opened
post to blogger via android
auto-migrated Priority-Medium Type-Sample
``` Which Google API and version (e.g. Google Calendar Data API version 2)? 2 What format (e.g. JSON, Atom)? not sure What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? open to suggestions Java environment (e.g. Java 6, Android 2.3, App Engine)? 2.2 External references, such as API reference guide? Please pro...
1.0
post to blogger via android - ``` Which Google API and version (e.g. Google Calendar Data API version 2)? 2 What format (e.g. JSON, Atom)? not sure What Authentation (e.g. OAuth, OAuth 2, ClientLogin)? open to suggestions Java environment (e.g. Java 6, Android 2.3, App Engine)? 2.2 External references, such as API...
priority
post to blogger via android which google api and version e g google calendar data api version what format e g json atom not sure what authentation e g oauth oauth clientlogin open to suggestions java environment e g java android app engine external references such as api...
1
25,936
2,684,050,813
IssuesEvent
2015-03-28 16:15:36
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
Проблемы с запуском консольных программ
2–5 stars bug imported invalid Priority-Medium
_From [lazyeug...@gmail.com](https://code.google.com/u/112247363408340650912/) on March 04, 2012 01:25:22_ Required information! OS version: Win7 SP1 x86/x64 ConEmu version: 120215d x64/x86 Far version: 2.1.1807.bis25 Проблема: через некоторое время непрерывной работы в отдельно взятой консоли (табе) перестают зап...
1.0
Проблемы с запуском консольных программ - _From [lazyeug...@gmail.com](https://code.google.com/u/112247363408340650912/) on March 04, 2012 01:25:22_ Required information! OS version: Win7 SP1 x86/x64 ConEmu version: 120215d x64/x86 Far version: 2.1.1807.bis25 Проблема: через некоторое время непрерывной работы в от...
priority
проблемы с запуском консольных программ from on march required information os version conemu version far version проблема через некоторое время непрерывной работы в отдельно взятой консоли табе перестают запускаться консольные программы если я правильно понимаю те ...
1
72,683
3,389,875,652
IssuesEvent
2015-11-30 06:57:05
codenameone/CodenameOne
https://api.github.com/repos/codenameone/CodenameOne
closed
Validation on input char of TextField
Priority-Medium Type-Enhancement
Original [issue 904](https://code.google.com/p/codenameone/issues/detail?id=904) created by codenameone on 2013-09-30T10:46:03.000Z: Hi Team, I am using TextField and on addDataChangeListener i am checking input is char or number? if input is not a char remove that char. For this thing i use below mention code but i...
1.0
Validation on input char of TextField - Original [issue 904](https://code.google.com/p/codenameone/issues/detail?id=904) created by codenameone on 2013-09-30T10:46:03.000Z: Hi Team, I am using TextField and on addDataChangeListener i am checking input is char or number? if input is not a char remove that char. For t...
priority
validation on input char of textfield original created by codenameone on hi team i am using textfield and on adddatachangelistener i am checking input is char or number if input is not a char remove that char for this thing i use below mention code but it s not removing last char please check ...
1
284,408
8,738,047,067
IssuesEvent
2018-12-12 01:12:35
aowen87/TicketTester
https://api.github.com/repos/aowen87/TicketTester
closed
Python Query call crashes the cli in 2.4.x
bug likelihood medium priority reviewed severity low
Ed Kokko has a python query that crashes the cli as arguments are being packed up and send to the engine. His query works in 2.3.x. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was able to be captured in the transition. Below i...
1.0
Python Query call crashes the cli in 2.4.x - Ed Kokko has a python query that crashes the cli as arguments are being packed up and send to the engine. His query works in 2.3.x. -----------------------REDMINE MIGRATION----------------------- This ticket was migrated from Redmine. As such, not all information was a...
priority
python query call crashes the cli in x ed kokko has a python query that crashes the cli as arguments are being packed up and send to the engine his query works in x redmine migration this ticket was migrated from redmine as such not all information was a...
1
442,664
12,748,876,841
IssuesEvent
2020-06-26 21:09:59
ansible/awx
https://api.github.com/repos/ansible/awx
opened
Add smart inventory detail view
component:ui_next priority:medium state:in_progress type:feature
##### ISSUE TYPE - Feature Idea ##### SUMMARY 1) Fields: - Name - Description - Type - Activity - Organization - Smart host filter - Instance groups - Variables - Created by - Modified by 2) Edit button (rbac permitting) 3) Delete button (rbac permitting) Li...
1.0
Add smart inventory detail view - ##### ISSUE TYPE - Feature Idea ##### SUMMARY 1) Fields: - Name - Description - Type - Activity - Organization - Smart host filter - Instance groups - Variables - Created by - Modified by 2) Edit button (rbac permitting) 3) De...
priority
add smart inventory detail view issue type feature idea summary fields name description type activity organization smart host filter instance groups variables created by modified by edit button rbac permitting de...
1
635,303
20,383,970,817
IssuesEvent
2022-02-22 03:28:00
xournalpp/xournalpp
https://api.github.com/repos/xournalpp/xournalpp
closed
Be Able to Merge Two Layers Together
enhancement difficulty::easy priority::medium
**Is your feature request related to a problem? Please describe.** It would be nice to be able to combine/merge two layers. **Describe the solution you'd like** Perhaps when in the layer viewer, there could be a button, or you could right click a layer and select something like "merge up" or "merge down", which as...
1.0
Be Able to Merge Two Layers Together - **Is your feature request related to a problem? Please describe.** It would be nice to be able to combine/merge two layers. **Describe the solution you'd like** Perhaps when in the layer viewer, there could be a button, or you could right click a layer and select something li...
priority
be able to merge two layers together is your feature request related to a problem please describe it would be nice to be able to combine merge two layers describe the solution you d like perhaps when in the layer viewer there could be a button or you could right click a layer and select something li...
1
361,073
10,703,850,256
IssuesEvent
2019-10-24 10:24:20
UKZN-Astronomy/corrcal
https://api.github.com/repos/UKZN-Astronomy/corrcal
reopened
Need setup script
complexity → medium enhancement priority-1 timeframe → unknown
We need to write a `setup.py` script with `distutils` so that the package can be built and installed in a Python environment. This will remove to need to manually compile the C library reported in issue #9 too.
1.0
Need setup script - We need to write a `setup.py` script with `distutils` so that the package can be built and installed in a Python environment. This will remove to need to manually compile the C library reported in issue #9 too.
priority
need setup script we need to write a setup py script with distutils so that the package can be built and installed in a python environment this will remove to need to manually compile the c library reported in issue too
1
541,648
15,830,887,967
IssuesEvent
2021-04-06 13:02:42
AY2021S2-CS2103-T14-1/tp
https://api.github.com/repos/AY2021S2-CS2103-T14-1/tp
closed
[PE-D] No explanation what the 3 columns in the UI mean
priority.Medium type.Enhancement
![image.png](https://raw.githubusercontent.com/jlxw48/ped/main/files/e67231a1-415a-424d-87bc-785e701991bd.png) The 3 columns do not have headers to indicate what they represent. <!--session: 1617430469031-72ec8361-8ae5-4da2-9e75-169713d23cf6--> ------------- Labels: `severity.High` `type.DocumentationBug` original...
1.0
[PE-D] No explanation what the 3 columns in the UI mean - ![image.png](https://raw.githubusercontent.com/jlxw48/ped/main/files/e67231a1-415a-424d-87bc-785e701991bd.png) The 3 columns do not have headers to indicate what they represent. <!--session: 1617430469031-72ec8361-8ae5-4da2-9e75-169713d23cf6--> ------------...
priority
no explanation what the columns in the ui mean the columns do not have headers to indicate what they represent labels severity high type documentationbug original ped
1
106,698
4,282,468,669
IssuesEvent
2016-07-15 09:16:47
ubuntudesign/snapcraft.io
https://api.github.com/repos/ubuntudesign/snapcraft.io
closed
Homepage: 1st illustration changes required
Priority: medium
1) copy below should not be a part of illustration but a web page text 2) Add 20 px padding on both sides
1.0
Homepage: 1st illustration changes required - 1) copy below should not be a part of illustration but a web page text 2) Add 20 px padding on both sides
priority
homepage illustration changes required copy below should not be a part of illustration but a web page text add px padding on both sides
1
88,677
3,783,805,942
IssuesEvent
2016-03-19 11:18:55
Shtille/ShtilleEngine
https://api.github.com/repos/Shtille/ShtilleEngine
opened
Fullscreen mode toggle leads to OpenGL error
bug MacOSX medium priority
Need to stop DisplayLink during screen mode change.
1.0
Fullscreen mode toggle leads to OpenGL error - Need to stop DisplayLink during screen mode change.
priority
fullscreen mode toggle leads to opengl error need to stop displaylink during screen mode change
1
259,825
8,200,337,797
IssuesEvent
2018-09-01 02:47:34
LessWrong2/Lesswrong2
https://api.github.com/repos/LessWrong2/Lesswrong2
closed
Old links to link posts are currently broken
2. Medium Priority (Hard)
To fix this, we should actually compute the proper base-36 legacy ID and then use that to search for the old post, instead of relying on the provided url string, which appears to be unreliable.
1.0
Old links to link posts are currently broken - To fix this, we should actually compute the proper base-36 legacy ID and then use that to search for the old post, instead of relying on the provided url string, which appears to be unreliable.
priority
old links to link posts are currently broken to fix this we should actually compute the proper base legacy id and then use that to search for the old post instead of relying on the provided url string which appears to be unreliable
1
302,829
9,299,387,807
IssuesEvent
2019-03-23 02:48:29
lawlbit/Wizards_Pub_Crawl
https://api.github.com/repos/lawlbit/Wizards_Pub_Crawl
closed
SUGGESTION #7: Inform player of connection status
P2: Medium Priority
When connecting to a game it should inform the player when a connection succeeds or fails (an incorrectly typed IP currently does not inform you that the game doesn't exist)
1.0
SUGGESTION #7: Inform player of connection status - When connecting to a game it should inform the player when a connection succeeds or fails (an incorrectly typed IP currently does not inform you that the game doesn't exist)
priority
suggestion inform player of connection status when connecting to a game it should inform the player when a connection succeeds or fails an incorrectly typed ip currently does not inform you that the game doesn t exist
1
561,452
16,617,690,780
IssuesEvent
2021-06-02 19:00:15
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
closed
VA.gov virtual hearing opt-in
Epic Priority: Medium Product: caseflow-hearings Stakeholder: BVA Team: Tango 💃
## Background Coordinators at the board are currently calling and emailing Veterans to convert them to virtual. That has been manageable over the past few months for the ~1,500 already scheduled video and Central Office hearings from the end of FY20. Now the Board needs to scale up to contacting more than 70,000 Vetera...
1.0
VA.gov virtual hearing opt-in - ## Background Coordinators at the board are currently calling and emailing Veterans to convert them to virtual. That has been manageable over the past few months for the ~1,500 already scheduled video and Central Office hearings from the end of FY20. Now the Board needs to scale up to co...
priority
va gov virtual hearing opt in background coordinators at the board are currently calling and emailing veterans to convert them to virtual that has been manageable over the past few months for the already scheduled video and central office hearings from the end of now the board needs to scale up to contact...
1
41,840
2,869,085,211
IssuesEvent
2015-06-05 23:12:50
dart-lang/polymer-dart
https://api.github.com/repos/dart-lang/polymer-dart
opened
data binding doesn't work if binding contains reserved word in Dart
bug PolymerMilestone-Next Priority-Medium
<a href="https://github.com/jmesserly"><img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jmesserly](https://github.com/jmesserly)** _Originally opened as dart-lang/sdk#19069_ ---- we'll need to figure out something so we can bind to JS...
1.0
data binding doesn't work if binding contains reserved word in Dart - <a href="https://github.com/jmesserly"><img src="https://avatars.githubusercontent.com/u/1081711?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [jmesserly](https://github.com/jmesserly)** _Originally opened as dart-lang/sdk...
priority
data binding doesn t work if binding contains reserved word in dart issue by originally opened as dart lang sdk we ll need to figure out something so we can bind to js props with those names perhaps a name mangling scheme or something else it is primarily a concern because of interop othe...
1
247,861
7,924,501,491
IssuesEvent
2018-07-05 17:11:24
Coderockr/vitrine-social
https://api.github.com/repos/Coderockr/vitrine-social
opened
Enviar email de contato para Organização
Category: Backend Level: Medium Priority: High Type: New feature
## What is the objective? (Context) Quando o usuário se interessar em ajudar a organização com alguma necessidade ele vai entrar em contato por um formulário. Enviar os dados desse formulário por email para a organização. ## What is the current behavior? Já existe esse formulário mas ainda não foi implementado o e...
1.0
Enviar email de contato para Organização - ## What is the objective? (Context) Quando o usuário se interessar em ajudar a organização com alguma necessidade ele vai entrar em contato por um formulário. Enviar os dados desse formulário por email para a organização. ## What is the current behavior? Já existe esse fo...
priority
enviar email de contato para organização what is the objective context quando o usuário se interessar em ajudar a organização com alguma necessidade ele vai entrar em contato por um formulário enviar os dados desse formulário por email para a organização what is the current behavior já existe esse fo...
1
647,021
21,088,769,018
IssuesEvent
2022-04-04 00:38:45
Frontesque/VueTube
https://api.github.com/repos/Frontesque/VueTube
closed
"installed" indicator in updates clips into date
bug Priority: Medium
**Describe the bug** when on the updates page, the green "installed" indicator clips into the date on the latest version. **To Reproduce** Steps to reproduce the behavior: 1. Be on latest version 2. Go to settings 3. Click on updates 4. See error **Expected behavior** "installed" indicator does not clip into date **...
1.0
"installed" indicator in updates clips into date - **Describe the bug** when on the updates page, the green "installed" indicator clips into the date on the latest version. **To Reproduce** Steps to reproduce the behavior: 1. Be on latest version 2. Go to settings 3. Click on updates 4. See error **Expected behavior*...
priority
installed indicator in updates clips into date describe the bug when on the updates page the green installed indicator clips into the date on the latest version to reproduce steps to reproduce the behavior be on latest version go to settings click on updates see error expected behavior ...
1
401,533
11,795,073,972
IssuesEvent
2020-03-18 08:11:55
thaliawww/concrexit
https://api.github.com/repos/thaliawww/concrexit
closed
Registration student number field unclear
bug priority: medium registrations
In GitLab by @JobDoesburg on Aug 30, 2019, 09:46 ### One-sentence description Apparently people find it unclear whether their student number should be entered with the s prefix. ### Current behaviour / Reproducing the bug If you fill in only the number without prefix, it gives an error ### Expected behaviour Eit...
1.0
Registration student number field unclear - In GitLab by @JobDoesburg on Aug 30, 2019, 09:46 ### One-sentence description Apparently people find it unclear whether their student number should be entered with the s prefix. ### Current behaviour / Reproducing the bug If you fill in only the number without prefix, it...
priority
registration student number field unclear in gitlab by jobdoesburg on aug one sentence description apparently people find it unclear whether their student number should be entered with the s prefix current behaviour reproducing the bug if you fill in only the number without prefix it gives...
1
41,466
2,869,008,773
IssuesEvent
2015-06-05 22:33:01
dart-lang/intl
https://api.github.com/repos/dart-lang/intl
closed
Misleading docs for intl DateFormat.formatDuration
bug Fixed Priority-Medium
<a href="https://github.com/sethladd"><img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#10139_ ---- We can save other developers' time by documentation that this...
1.0
Misleading docs for intl DateFormat.formatDuration - <a href="https://github.com/sethladd"><img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sethladd](https://github.com/sethladd)** _Originally opened as dart-lang/sdk#10139_ ---- We can s...
priority
misleading docs for intl dateformat formatduration issue by originally opened as dart lang sdk we can save other developers time by documentation that this method always returns an empty string nbsp nbsp nbsp nbsp nbsp returns a date string indicating how long ago hours min...
1
626,041
19,783,655,048
IssuesEvent
2022-01-18 02:13:36
Baystation12/Baystation12
https://api.github.com/repos/Baystation12/Baystation12
closed
Meson Scanner not changing view stat
Priority: Medium
<!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK LINES BELOW THE HEADERS (The lines wi...
1.0
Meson Scanner not changing view stat - <!-- If a specific field doesn't apply, remove it! Anything inside tags like these is a comment and will not be displayed in the final issue. Be careful not to write inside them! Joke or spammed issues can and will result in punishment. PUT YOUR ANSWERS ON THE BLANK L...
priority
meson scanner not changing view stat if a specific field doesn t apply remove it anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them joke or spammed issues can and will result in punishment put your answers on the blank l...
1
399,381
11,747,761,953
IssuesEvent
2020-03-12 14:09:54
department-of-veterans-affairs/caseflow
https://api.github.com/repos/department-of-veterans-affairs/caseflow
opened
Allow Acting Judges (AVLJs) to be assigned drafting of Legacy Cases
Priority: Medium Product: caseflow-queue Stakeholder: BVA Team: Echo 🐬 Type: Tech-Improvement
## Description When an attorney on a Judge's team has been tapped to do Acting Judge (AVLJ) work, they still want to be able to accomplish on attorney work. At teh moment, these attorneys cannot be assigned Legacy cases to draft decisions for. ## Acceptance criteria - [ ] Attorneys with AVLJ status can be assigned...
1.0
Allow Acting Judges (AVLJs) to be assigned drafting of Legacy Cases - ## Description When an attorney on a Judge's team has been tapped to do Acting Judge (AVLJ) work, they still want to be able to accomplish on attorney work. At teh moment, these attorneys cannot be assigned Legacy cases to draft decisions for. ##...
priority
allow acting judges avljs to be assigned drafting of legacy cases description when an attorney on a judge s team has been tapped to do acting judge avlj work they still want to be able to accomplish on attorney work at teh moment these attorneys cannot be assigned legacy cases to draft decisions for ...
1
315,818
9,632,505,218
IssuesEvent
2019-05-15 16:20:23
eecs-autograder/autograder-server
https://api.github.com/repos/eecs-autograder/autograder-server
opened
Add endpoints for result output that take the test suite/command pk instead of the result pk
priority-1-normal size-medium topic-rest-api
This will allow for the possibility of phasing out the AGTestXXResult database objects in favor of the denormalized JSON fields that we currently use for optimization.
1.0
Add endpoints for result output that take the test suite/command pk instead of the result pk - This will allow for the possibility of phasing out the AGTestXXResult database objects in favor of the denormalized JSON fields that we currently use for optimization.
priority
add endpoints for result output that take the test suite command pk instead of the result pk this will allow for the possibility of phasing out the agtestxxresult database objects in favor of the denormalized json fields that we currently use for optimization
1
317,945
9,671,521,660
IssuesEvent
2019-05-21 23:11:06
craftercms/craftercms
https://api.github.com/repos/craftercms/craftercms
closed
[studio-ui] graphiql should work when accessed from URL differents than localhost
bug priority: medium
## Describe the bug GraphiQL doesn't load when authoring is accessed from URL that is not localhost ## To Reproduce Steps to reproduce the behavior: 1. Login to authoring using a URL that is not localhost e.g : 127.0.0.1, hostname, local IP. 2. Create a site from any BP 3. Go to `Site Config` and then `GraphiQ...
1.0
[studio-ui] graphiql should work when accessed from URL differents than localhost - ## Describe the bug GraphiQL doesn't load when authoring is accessed from URL that is not localhost ## To Reproduce Steps to reproduce the behavior: 1. Login to authoring using a URL that is not localhost e.g : 127.0.0.1, hostname...
priority
graphiql should work when accessed from url differents than localhost describe the bug graphiql doesn t load when authoring is accessed from url that is not localhost to reproduce steps to reproduce the behavior login to authoring using a url that is not localhost e g hostname local ip ...
1
39,879
2,860,715,459
IssuesEvent
2015-06-03 17:06:52
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
improve css api
Area-Library jquery Library-Html Priority-Medium Triaged Type-Enhancement
See CSSStyleDeclaration: http://api.dartlang.org/docs/continuous/dart_html/CSSStyleDeclaration.html A lot of these methods should have better types than &quot;String&quot;. I think we need to give CSS APIs the same overhaul we gave to DOM APIs. (Could've sworn I filed this already, but I can't find it, apologies if ...
1.0
improve css api - See CSSStyleDeclaration: http://api.dartlang.org/docs/continuous/dart_html/CSSStyleDeclaration.html A lot of these methods should have better types than &quot;String&quot;. I think we need to give CSS APIs the same overhaul we gave to DOM APIs. (Could've sworn I filed this already, but I can't find...
priority
improve css api see cssstyledeclaration a lot of these methods should have better types than quot string quot i think we need to give css apis the same overhaul we gave to dom apis could ve sworn i filed this already but i can t find it apologies if this is a dupe
1
673,353
22,959,383,765
IssuesEvent
2022-07-19 14:14:27
K1llByte/kazan
https://api.github.com/repos/K1llByte/kazan
opened
Improve Camera api
priority:medium enhacement
Current implementation relies on default ctor of Camera class, make some static ctor methods to look_at a position directly or other alternative
1.0
Improve Camera api - Current implementation relies on default ctor of Camera class, make some static ctor methods to look_at a position directly or other alternative
priority
improve camera api current implementation relies on default ctor of camera class make some static ctor methods to look at a position directly or other alternative
1
409,818
11,968,177,668
IssuesEvent
2020-04-06 08:11:31
appsody/appsody
https://api.github.com/repos/appsody/appsody
closed
Track Appsody projects and link them to corresponding docker volumes
enhancement priority/medium
**Is your feature request related to a problem? Please describe.** When an Appsody project is created and run, if the Dockerfile-stack has an APPSODY_DEPS entry, a docker volume is created using the project name prepended with -deps as the volume name. However if I delete the project and create a new project using th...
1.0
Track Appsody projects and link them to corresponding docker volumes - **Is your feature request related to a problem? Please describe.** When an Appsody project is created and run, if the Dockerfile-stack has an APPSODY_DEPS entry, a docker volume is created using the project name prepended with -deps as the volume n...
priority
track appsody projects and link them to corresponding docker volumes is your feature request related to a problem please describe when an appsody project is created and run if the dockerfile stack has an appsody deps entry a docker volume is created using the project name prepended with deps as the volume n...
1
123,853
4,877,385,382
IssuesEvent
2016-11-16 15:35:10
Scofield62/vasaroljesfozz
https://api.github.com/repos/Scofield62/vasaroljesfozz
opened
Alapanyag | Szerkesztése
bug Priority - Medium
Javascript problem - Keyup event - change event ezeknél az eventeknél ellenőrzés szükséges
1.0
Alapanyag | Szerkesztése - Javascript problem - Keyup event - change event ezeknél az eventeknél ellenőrzés szükséges
priority
alapanyag szerkesztése javascript problem keyup event change event ezeknél az eventeknél ellenőrzés szükséges
1