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
346,763
10,419,566,664
IssuesEvent
2019-09-15 17:30:11
HW-PlayersPatch/Development
https://api.github.com/repos/HW-PlayersPatch/Development
opened
EMP Friendly Fire and vs Frigs
MP priority: medium status: in discussion
## hw2c EMP Damage: 35 / 105 (per scout/squad) ### EMP Shields: Scouts 0 Fighters/Corvs 75 Frigs 310 Friendly Fire 0% ## Current State EMP Damage: 20 / 60 (per scout/squad) ### EMP Shields: Scouts 100 hw2 Fighters/Corvs 75 hw1 Fighters 30 hw1 Corvs 45 Frigs 310 Friendly Fire 50% When 4 scouts try to e...
1.0
EMP Friendly Fire and vs Frigs - ## hw2c EMP Damage: 35 / 105 (per scout/squad) ### EMP Shields: Scouts 0 Fighters/Corvs 75 Frigs 310 Friendly Fire 0% ## Current State EMP Damage: 20 / 60 (per scout/squad) ### EMP Shields: Scouts 100 hw2 Fighters/Corvs 75 hw1 Fighters 30 hw1 Corvs 45 Frigs 310 Friendly...
priority
emp friendly fire and vs frigs emp damage per scout squad emp shields scouts fighters corvs frigs friendly fire current state emp damage per scout squad emp shields scouts fighters corvs fighters corvs frigs friendly fire when scouts ...
1
626,271
19,806,357,948
IssuesEvent
2022-01-19 07:19:44
VoltanFr/memcheck
https://api.github.com/repos/VoltanFr/memcheck
closed
Ordered list rendering bug
bug complexity-medium priority-high
Ordered lists in MarkDown are rendered unordered (with bullets). We are meant to use the same style sheet as GitHub, but the MarkDown editor in GitHub doesn't show this problem. Fix that. I suspect this is related to the css class memcheck-markdown, which I think should be deleted (needs verification, could be more ...
1.0
Ordered list rendering bug - Ordered lists in MarkDown are rendered unordered (with bullets). We are meant to use the same style sheet as GitHub, but the MarkDown editor in GitHub doesn't show this problem. Fix that. I suspect this is related to the css class memcheck-markdown, which I think should be deleted (needs...
priority
ordered list rendering bug ordered lists in markdown are rendered unordered with bullets we are meant to use the same style sheet as github but the markdown editor in github doesn t show this problem fix that i suspect this is related to the css class memcheck markdown which i think should be deleted needs...
1
151,704
5,825,791,774
IssuesEvent
2017-05-08 00:35:08
DotFreelance/floatplane
https://api.github.com/repos/DotFreelance/floatplane
opened
ENHANCEMENT - Interesting Backdrop for Game Area
enhancement medium priority
As a user I would like to have an interesting game play area to look at to enjoy the game more. Requirements: - Locate assets to spice up the game board. - Apply assets as background image or as sprites. Estimated Developer Hours: 4 Hours
1.0
ENHANCEMENT - Interesting Backdrop for Game Area - As a user I would like to have an interesting game play area to look at to enjoy the game more. Requirements: - Locate assets to spice up the game board. - Apply assets as background image or as sprites. Estimated Developer Hours: 4 Hours
priority
enhancement interesting backdrop for game area as a user i would like to have an interesting game play area to look at to enjoy the game more requirements locate assets to spice up the game board apply assets as background image or as sprites estimated developer hours hours
1
425,832
12,359,922,038
IssuesEvent
2020-05-17 13:09:51
D0019208/Service-Loop
https://api.github.com/repos/D0019208/Service-Loop
closed
Tutor received wrong notification after student accepted on agreement
bug medium priority
When the student accepted the agreement, student received a notification stating that the student has accepted the agreement offered by tutor "name". Tutor also received the exact same notification as this one, while it should be the student "name" has accepted agreement. The notification is fixed when tutor reload...
1.0
Tutor received wrong notification after student accepted on agreement - When the student accepted the agreement, student received a notification stating that the student has accepted the agreement offered by tutor "name". Tutor also received the exact same notification as this one, while it should be the student "name"...
priority
tutor received wrong notification after student accepted on agreement when the student accepted the agreement student received a notification stating that the student has accepted the agreement offered by tutor name tutor also received the exact same notification as this one while it should be the student name ...
1
807,047
29,933,449,200
IssuesEvent
2023-06-22 11:06:33
returntocorp/semgrep
https://api.github.com/repos/returntocorp/semgrep
closed
Python's Relaxing Grammar Restrictions On Decorators (PEP 614) is not supported
bug priority:medium lang:python parsing
**Describe the bug** https://peps.python.org/pep-0614/ (in Python 3.9, released 2020-10-05) generalises Python decorator syntax from `@a.b.c(any, arguments[here])` to accept most expressions, like `@foo[0].bar`. It seems semgrep currently rejects any file that contains this syntax: ``` [WARN] Semgrep Core — Synt...
1.0
Python's Relaxing Grammar Restrictions On Decorators (PEP 614) is not supported - **Describe the bug** https://peps.python.org/pep-0614/ (in Python 3.9, released 2020-10-05) generalises Python decorator syntax from `@a.b.c(any, arguments[here])` to accept most expressions, like `@foo[0].bar`. It seems semgrep curren...
priority
python s relaxing grammar restrictions on decorators pep is not supported describe the bug in python released generalises python decorator syntax from a b c any arguments to accept most expressions like foo bar it seems semgrep currently rejects any file that contains this syntax...
1
379,502
11,222,534,351
IssuesEvent
2020-01-07 20:24:42
newrelic/newrelic-client-go
https://api.github.com/repos/newrelic/newrelic-client-go
closed
Migrate Types
priority:medium size:S
### Objective Migrate [types.go](https://github.com/paultyng/go-newrelic/blob/master/api/types.go) from `go-newrelic` to our project. Consider whether or not we should put types within their specific domain instead of having all of the types in a single file, which is how `go-newrelic` has done it. Something like `...
1.0
Migrate Types - ### Objective Migrate [types.go](https://github.com/paultyng/go-newrelic/blob/master/api/types.go) from `go-newrelic` to our project. Consider whether or not we should put types within their specific domain instead of having all of the types in a single file, which is how `go-newrelic` has done it. ...
priority
migrate types objective migrate from go newrelic to our project consider whether or not we should put types within their specific domain instead of having all of the types in a single file which is how go newrelic has done it something like alert channels types go and dashboard types go could b...
1
5,857
2,580,355,345
IssuesEvent
2015-02-13 17:07:28
thompsct/SemGen
https://api.github.com/repos/thompsct/SemGen
opened
Incompatible OPB property error hidden by search dialog
bug medium priority
To reproduce bug: Add OPB:Chemical concentration at the start of a blank composite annotation, then hit the "Add entity" button. Then go back and search for a new OPB term to replace Chemical concentration. Search for "flow rate" and select "Chemical molar flow rate." The error message indicating that the OPB property ...
1.0
Incompatible OPB property error hidden by search dialog - To reproduce bug: Add OPB:Chemical concentration at the start of a blank composite annotation, then hit the "Add entity" button. Then go back and search for a new OPB term to replace Chemical concentration. Search for "flow rate" and select "Chemical molar flow ...
priority
incompatible opb property error hidden by search dialog to reproduce bug add opb chemical concentration at the start of a blank composite annotation then hit the add entity button then go back and search for a new opb term to replace chemical concentration search for flow rate and select chemical molar flow ...
1
228,367
7,550,199,097
IssuesEvent
2018-04-18 16:10:53
minio/minio
https://api.github.com/repos/minio/minio
closed
[gateway/gcs] Content-Type/Content-Encoding lost when updating an objects custom metadata
priority: medium
## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> When copying an object over itself for the purpose of updating its metadata I expect that the Content-Type/Content-Encoding of the object is preserved....
1.0
[gateway/gcs] Content-Type/Content-Encoding lost when updating an objects custom metadata - ## Expected Behavior <!--- If you're describing a bug, tell us what should happen --> <!--- If you're suggesting a change/improvement, tell us how it should work --> When copying an object over itself for the purpose of updat...
priority
content type content encoding lost when updating an objects custom metadata expected behavior when copying an object over itself for the purpose of updating its metadata i expect that the content type content encoding of the object is preserved current behavior the new user defined metadata is app...
1
798,232
28,240,823,030
IssuesEvent
2023-04-06 07:00:07
AY2223S2-CS2103T-F12-1/tp
https://api.github.com/repos/AY2223S2-CS2103T-F12-1/tp
opened
DG - Change picture of GUI in Implementation section
priority.Medium type.Docs
The picture of the GUI in the Gui features subsection is not updated.
1.0
DG - Change picture of GUI in Implementation section - The picture of the GUI in the Gui features subsection is not updated.
priority
dg change picture of gui in implementation section the picture of the gui in the gui features subsection is not updated
1
584,543
17,457,891,560
IssuesEvent
2021-08-06 05:57:25
dataware-tools/dataware-tools
https://api.github.com/repos/dataware-tools/dataware-tools
closed
[Data-browser] Add Button for viewing neighbor file in file previewing dialog
kind/feature priority/medium wg/web-app
## Purpose Feature request ## Description プレビュー画面で「次のファイル」ボタンと「前のファイル」ボタンを表示したい
1.0
[Data-browser] Add Button for viewing neighbor file in file previewing dialog - ## Purpose Feature request ## Description プレビュー画面で「次のファイル」ボタンと「前のファイル」ボタンを表示したい
priority
add button for viewing neighbor file in file previewing dialog purpose feature request description プレビュー画面で「次のファイル」ボタンと「前のファイル」ボタンを表示したい
1
117,680
4,726,558,652
IssuesEvent
2016-10-18 10:37:04
CS2103AUG2016-W13-C3/main
https://api.github.com/repos/CS2103AUG2016-W13-C3/main
closed
Undo and redo action should not take in additional parameters
priority.medium type.enhancement
"undo abcde" and/or "redo 1" should be considered as invalid
1.0
Undo and redo action should not take in additional parameters - "undo abcde" and/or "redo 1" should be considered as invalid
priority
undo and redo action should not take in additional parameters undo abcde and or redo should be considered as invalid
1
45,452
2,931,609,415
IssuesEvent
2015-06-29 13:33:31
rcasero/gerardus
https://api.github.com/repos/rcasero/gerardus
closed
Bug in scimat_downsample
bug priority-medium
Two of the axes are way off when using this function. Also, convn() should be replaced by conv(). Better approximation to the Gaussian filter.
1.0
Bug in scimat_downsample - Two of the axes are way off when using this function. Also, convn() should be replaced by conv(). Better approximation to the Gaussian filter.
priority
bug in scimat downsample two of the axes are way off when using this function also convn should be replaced by conv better approximation to the gaussian filter
1
647,892
21,158,723,103
IssuesEvent
2022-04-07 07:22:45
erlang/otp
https://api.github.com/repos/erlang/otp
closed
ERL-1395: CERL_DETACHED_PROG Eargsp double assignment without use
team:VM bug priority:medium
Original reporter: `JIRAUSER16810` Affected version: `OTP-21.1` Component: `erts` Migrated from: https://bugs.erlang.org/browse/ERL-1395 --- ``` There is a undocumented environment variable {color:#a31515}CERL_DETACHED_PROG{color} in it's initialization code in erlexec.c there is an obvious double set on {color:#001...
1.0
ERL-1395: CERL_DETACHED_PROG Eargsp double assignment without use - Original reporter: `JIRAUSER16810` Affected version: `OTP-21.1` Component: `erts` Migrated from: https://bugs.erlang.org/browse/ERL-1395 --- ``` There is a undocumented environment variable {color:#a31515}CERL_DETACHED_PROG{color} in it's initializa...
priority
erl cerl detached prog eargsp double assignment without use original reporter affected version otp component erts migrated from there is a undocumented environment variable color cerl detached prog color in it s initialization code in erlexec c there is an obvious double set on c...
1
276,553
8,600,152,543
IssuesEvent
2018-11-16 06:15:00
olinrobotics/gravl
https://api.github.com/repos/olinrobotics/gravl
opened
High-Level Tractor Design Page
document priority:medium
Need somewhere documenting high level tractor design for people to review. Probably pretty important.
1.0
High-Level Tractor Design Page - Need somewhere documenting high level tractor design for people to review. Probably pretty important.
priority
high level tractor design page need somewhere documenting high level tractor design for people to review probably pretty important
1
48,006
2,990,112,448
IssuesEvent
2015-07-21 07:00:00
jayway/rest-assured
https://api.github.com/repos/jayway/rest-assured
opened
New ContentType.EXCLUDE_HEADER functionality
bug imported Priority-Medium
_From [jmeri...@innoventsolutions.com](https://code.google.com/u/117473902635607325139/) on April 17, 2013 01:06:09_ This is an enhancement request that can be treated as a low priority since there is a workaround by using HttpClient. The request is for a functional expansion of the ContentType enumeration where a...
1.0
New ContentType.EXCLUDE_HEADER functionality - _From [jmeri...@innoventsolutions.com](https://code.google.com/u/117473902635607325139/) on April 17, 2013 01:06:09_ This is an enhancement request that can be treated as a low priority since there is a workaround by using HttpClient. The request is for a functional e...
priority
new contenttype exclude header functionality from on april this is an enhancement request that can be treated as a low priority since there is a workaround by using httpclient the request is for a functional expansion of the contenttype enumeration where a new value contenttype exclude header c...
1
133,407
5,202,677,137
IssuesEvent
2017-01-24 10:18:14
hpi-swt2/workshop-portal
https://api.github.com/repos/hpi-swt2/workshop-portal
closed
Wrong number of errors in forms
bug Medium Priority needs acceptance team-helene
When there are multiple errors in one file (e.g. empty and not a valid mail address) then the error message states that there are too many wrong input fields. @hpi-swt2/scrum-master-2016
1.0
Wrong number of errors in forms - When there are multiple errors in one file (e.g. empty and not a valid mail address) then the error message states that there are too many wrong input fields. @hpi-swt2/scrum-master-2016
priority
wrong number of errors in forms when there are multiple errors in one file e g empty and not a valid mail address then the error message states that there are too many wrong input fields hpi scrum master
1
30,024
2,722,132,438
IssuesEvent
2015-04-14 00:15:33
CruxFramework/crux-smart-faces
https://api.github.com/repos/CruxFramework/crux-smart-faces
opened
Inform to user that some Widgets are not compatible with a given browser
enhancement imported Priority-Medium
_From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on February 24, 2015 15:28:13_ Suggestion: Create an annotation similar to @PartialSupport telling the versions and the browsers that a given Widget is compatible. _Original issue: http://code.google.com/p/crux-framework/issues/d...
1.0
Inform to user that some Widgets are not compatible with a given browser - _From [samuel@cruxframework.org](https://code.google.com/u/samuel@cruxframework.org/) on February 24, 2015 15:28:13_ Suggestion: Create an annotation similar to @PartialSupport telling the versions and the browsers that a given Widget is com...
priority
inform to user that some widgets are not compatible with a given browser from on february suggestion create an annotation similar to partialsupport telling the versions and the browsers that a given widget is compatible original issue
1
16,560
2,615,118,859
IssuesEvent
2015-03-01 05:44:38
chrsmith/google-api-java-client
https://api.github.com/repos/chrsmith/google-api-java-client
closed
some picasa featured pictures couldn't be parsed by json
auto-migrated Priority-Medium Type-Sample
``` Version of google-api-java-client (e.g. 1.2.1-alpha)? 1.1.1-alpha and 1.3.1-alpha Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)? Android 2.2 Describe the problem. I download the data from the http://picasaweb.google.com/data/feed/api/featured, and then use parseAs() to my defined class, just li...
1.0
some picasa featured pictures couldn't be parsed by json - ``` Version of google-api-java-client (e.g. 1.2.1-alpha)? 1.1.1-alpha and 1.3.1-alpha Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)? Android 2.2 Describe the problem. I download the data from the http://picasaweb.google.com/data/feed/api/fe...
priority
some picasa featured pictures couldn t be parsed by json version of google api java client e g alpha alpha and alpha java environment e g java android app engine android describe the problem i download the data from the and then use parseas to my defined class...
1
317,566
9,666,630,187
IssuesEvent
2019-05-21 11:19:27
canonical-web-and-design/vanilla-framework
https://api.github.com/repos/canonical-web-and-design/vanilla-framework
closed
Combining u-hide--medium and the grid
Priority: Medium Status: Blocked
When using `u-hide-medium` on a column it hides the column but does not remove the margin-left on the next column as it's not the first element but the first visible one. We need a way for the grid to ignore hidden columns. For example: ```html <div class="row"> <div class="col-6 u-hide--medium"> .... ...
1.0
Combining u-hide--medium and the grid - When using `u-hide-medium` on a column it hides the column but does not remove the margin-left on the next column as it's not the first element but the first visible one. We need a way for the grid to ignore hidden columns. For example: ```html <div class="row"> <div clas...
priority
combining u hide medium and the grid when using u hide medium on a column it hides the column but does not remove the margin left on the next column as it s not the first element but the first visible one we need a way for the grid to ignore hidden columns for example html ...
1
249,621
7,964,167,769
IssuesEvent
2018-07-13 20:21:45
dmwm/WMCore
https://api.github.com/repos/dmwm/WMCore
closed
ReqMgr2 info API reqmgr_last_injected_request
Medium Priority
This API is probably not used for anything but by the ServerMonitor. Still, we might eventually want to fix this `reqmgr_last_injected_request`, which is clearly wrong. And there might be other parameters not getting updated as well. ``` {"result": [ { "wmcore_reqmgr_version": "1.1.14.pre4", "reqmgr_db_i...
1.0
ReqMgr2 info API reqmgr_last_injected_request - This API is probably not used for anything but by the ServerMonitor. Still, we might eventually want to fix this `reqmgr_last_injected_request`, which is clearly wrong. And there might be other parameters not getting updated as well. ``` {"result": [ { "wmcore_...
priority
info api reqmgr last injected request this api is probably not used for anything but by the servermonitor still we might eventually want to fix this reqmgr last injected request which is clearly wrong and there might be other parameters not getting updated as well result wmcore reqmgr...
1
406,365
11,890,646,468
IssuesEvent
2020-03-28 19:19:29
Azure/ARO-RP
https://api.github.com/repos/Azure/ARO-RP
opened
Allow customers to specify tags to be set on CRG at create time
priority-low size-medium
Helps when customers have a policy requiring tags to be set and otherwise get a RequestDisallowedByPolicy error. Probably requires an API change, low priority for now.
1.0
Allow customers to specify tags to be set on CRG at create time - Helps when customers have a policy requiring tags to be set and otherwise get a RequestDisallowedByPolicy error. Probably requires an API change, low priority for now.
priority
allow customers to specify tags to be set on crg at create time helps when customers have a policy requiring tags to be set and otherwise get a requestdisallowedbypolicy error probably requires an api change low priority for now
1
359,247
10,667,288,236
IssuesEvent
2019-10-19 11:14:01
AY1920S1-CS2103T-F13-2/main
https://api.github.com/repos/AY1920S1-CS2103T-F13-2/main
closed
Fix Collapse to Two Separate Commands
priority.Medium type.Task
To have a separate command for expanding the Food Card.
1.0
Fix Collapse to Two Separate Commands - To have a separate command for expanding the Food Card.
priority
fix collapse to two separate commands to have a separate command for expanding the food card
1
4,170
2,545,619,748
IssuesEvent
2015-01-29 18:17:24
IQSS/dataverse
https://api.github.com/repos/IQSS/dataverse
closed
Metadata HTML Validation - Limit the valid HTML tags in metadata fields
Priority: Medium Status: QA Type: Feature
--- Author Name: **Mike Heppler** (@mheppler) Original Redmine Issue: 3653, https://redmine.hmdc.harvard.edu/issues/3653 Original Date: 2014-03-06 Original Assignee: Steve Kraffmiller --- We should probably limit the HTML tags we allow in dataverse and dataset metadata fields to things like <p>, <b>, <i>, etc. and ...
1.0
Metadata HTML Validation - Limit the valid HTML tags in metadata fields - --- Author Name: **Mike Heppler** (@mheppler) Original Redmine Issue: 3653, https://redmine.hmdc.harvard.edu/issues/3653 Original Date: 2014-03-06 Original Assignee: Steve Kraffmiller --- We should probably limit the HTML tags we allow in dat...
priority
metadata html validation limit the valid html tags in metadata fields author name mike heppler mheppler original redmine issue original date original assignee steve kraffmiller we should probably limit the html tags we allow in dataverse and dataset metadata fields to things like ...
1
678,066
23,185,913,387
IssuesEvent
2022-08-01 08:22:01
owncloud/web
https://api.github.com/repos/owncloud/web
closed
User management: Bottom bar should state "✅ Saved" on save (not "no changes" )
Type:Bug Priority:p3-medium
### Steps to reproduce 1. login as admin on https://ocis.ocis-web.latest.owncloud.works/ 2. go to user management 3. edit a user, click "Save" 4. bottom bar shows "no changes" after "save" had been clicked https://user-images.githubusercontent.com/26610733/181183178-93af72a6-9236-47e4-8d89-195a6d026c3e.mp4 ...
1.0
User management: Bottom bar should state "✅ Saved" on save (not "no changes" ) - ### Steps to reproduce 1. login as admin on https://ocis.ocis-web.latest.owncloud.works/ 2. go to user management 3. edit a user, click "Save" 4. bottom bar shows "no changes" after "save" had been clicked https://user-images.github...
priority
user management bottom bar should state ✅ saved on save not no changes steps to reproduce login as admin on go to user management edit a user click save bottom bar shows no changes after save had been clicked expected behaviour bottom bar should confirm the latest a...
1
696,977
23,922,962,367
IssuesEvent
2022-09-09 18:54:13
cznethub/dsp
https://api.github.com/repos/cznethub/dsp
closed
Add a map control for creating spatial coverage information
5 medium priority
**Describe the feature you'd like and what it will do** Add a Google Map control for creating spatial coverage information similar to the one used in HydroShare. This applies to the HydroShare and Register Dataset forms. Enable point and box coverage. **Why is this feature important?** This will make it far ea...
1.0
Add a map control for creating spatial coverage information - **Describe the feature you'd like and what it will do** Add a Google Map control for creating spatial coverage information similar to the one used in HydroShare. This applies to the HydroShare and Register Dataset forms. Enable point and box coverage. ...
priority
add a map control for creating spatial coverage information describe the feature you d like and what it will do add a google map control for creating spatial coverage information similar to the one used in hydroshare this applies to the hydroshare and register dataset forms enable point and box coverage ...
1
289,761
8,876,049,490
IssuesEvent
2019-01-12 11:02:39
gravityview/GravityView
https://api.github.com/repos/gravityview/GravityView
opened
Optimize GravityView_Admin_Views::render_field_pickers
Core: Administration Difficulty: Medium Priority: High
The `GravityView_Admin_Views::render_field_pickers` outputs prerendered field pickers for all the forms in existence. We have someone here with https://secure.helpscout.net/conversation/747489052/18443/ about 300 forms not too many fields, but across 3 configuration contexts it amounted to almost 25MB of data on the...
1.0
Optimize GravityView_Admin_Views::render_field_pickers - The `GravityView_Admin_Views::render_field_pickers` outputs prerendered field pickers for all the forms in existence. We have someone here with https://secure.helpscout.net/conversation/747489052/18443/ about 300 forms not too many fields, but across 3 configu...
priority
optimize gravityview admin views render field pickers the gravityview admin views render field pickers outputs prerendered field pickers for all the forms in existence we have someone here with about forms not too many fields but across configuration contexts it amounted to almost of data on the page...
1
441,632
12,728,357,806
IssuesEvent
2020-06-25 02:18:51
buddyboss/buddyboss-platform
https://api.github.com/repos/buddyboss/buddyboss-platform
closed
'Comments' option not appearing for Posts in Activity.
Has-PR bug component: activity priority: medium status: needs review
**Describe the bug** No comments in activity even "Post Comments" enable: http://prntscr.com/sk468v **To Reproduce** Steps to reproduce the behavior: 1. Create a post. 2. Enable http://prntscr.com/sk45yh 3.You will not see the comments option for Post in activity. **Expected behavior** Comments should appea...
1.0
'Comments' option not appearing for Posts in Activity. - **Describe the bug** No comments in activity even "Post Comments" enable: http://prntscr.com/sk468v **To Reproduce** Steps to reproduce the behavior: 1. Create a post. 2. Enable http://prntscr.com/sk45yh 3.You will not see the comments option for Post in...
priority
comments option not appearing for posts in activity describe the bug no comments in activity even post comments enable to reproduce steps to reproduce the behavior create a post enable you will not see the comments option for post in activity expected behavior comments sh...
1
48,346
2,997,643,849
IssuesEvent
2015-07-23 09:05:04
jayway/powermock
https://api.github.com/repos/jayway/powermock
closed
Create a compatibility junit runner
enhancement imported Milestone-Future Priority-Medium
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on September 23, 2008 13:05:18_ We should create a "compatibility" runner for JUnit 4 and perhaps JUnit 3. This means a Junit runner without any chunking. The chunking is tightly coupled to internal Junit4 functionality and for custom ve...
1.0
Create a compatibility junit runner - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on September 23, 2008 13:05:18_ We should create a "compatibility" runner for JUnit 4 and perhaps JUnit 3. This means a Junit runner without any chunking. The chunking is tightly coupled to internal ...
priority
create a compatibility junit runner from on september we should create a compatibility runner for junit and perhaps junit this means a junit runner without any chunking the chunking is tightly coupled to internal functionality and for custom versions of junit our chunking mechanism will...
1
242,257
7,840,176,233
IssuesEvent
2018-06-18 15:37:10
RoboJackets/robocup-software
https://api.github.com/repos/RoboJackets/robocup-software
opened
Save in-game timestamp in logger
exp / adept (2) priority / medium status / new type / enhancement
If we can keep track of the time elapsed as displayed in soccer & ssl-refbox, it would be easier to locate specific events in the log.
1.0
Save in-game timestamp in logger - If we can keep track of the time elapsed as displayed in soccer & ssl-refbox, it would be easier to locate specific events in the log.
priority
save in game timestamp in logger if we can keep track of the time elapsed as displayed in soccer ssl refbox it would be easier to locate specific events in the log
1
607,149
18,773,582,792
IssuesEvent
2021-11-07 09:14:49
Lightcaster-Studios/Beamerman
https://api.github.com/repos/Lightcaster-Studios/Beamerman
opened
[Online] Loading screen does not work when clients connecting to host
Bug Priority.Medium Feature.Multiplayer
When a client connects to the host, they are able to see the camera changes before the camera goes to the lobby camera. I have tried to fix this, using the following methods 1. When the `MultiplayerGameMap` loads, I immediately add the loading screen to the viewport - This does not work, as the player will sti...
1.0
[Online] Loading screen does not work when clients connecting to host - When a client connects to the host, they are able to see the camera changes before the camera goes to the lobby camera. I have tried to fix this, using the following methods 1. When the `MultiplayerGameMap` loads, I immediately add the loading ...
priority
loading screen does not work when clients connecting to host when a client connects to the host they are able to see the camera changes before the camera goes to the lobby camera i have tried to fix this using the following methods when the multiplayergamemap loads i immediately add the loading screen ...
1
231,945
7,646,838,898
IssuesEvent
2018-05-09 00:13:48
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
Chat is not showing up correctly
Medium Priority
Via Forum: http://ecoforum.strangeloopgames.com/topic/4417/chat-nachrichten-nicht-lesbar "Hello since I play Eco and have a server, I can not communicate with others. I write something, in the server settings in the chat you can see it, but in-game not. Does anyone know advice? In general, I have definitely wr...
1.0
Chat is not showing up correctly - Via Forum: http://ecoforum.strangeloopgames.com/topic/4417/chat-nachrichten-nicht-lesbar "Hello since I play Eco and have a server, I can not communicate with others. I write something, in the server settings in the chat you can see it, but in-game not. Does anyone know advice? ...
priority
chat is not showing up correctly via forum hello since i play eco and have a server i can not communicate with others i write something in the server settings in the chat you can see it but in game not does anyone know advice in general i have definitely written if i write to people privately it...
1
240,407
7,801,394,690
IssuesEvent
2018-06-09 20:37:15
project8/morpho
https://api.github.com/repos/project8/morpho
closed
Port all tests as unittest
enhancement medium priority
- [x] IO - [x] cvs - [x] json/yaml - [x] root - [x] R - [x] Samplers - [x] pystan - [x] root - [x] Pre/postprocessing - [x] A posteriori - [x] Time series - [x] Histogram
1.0
Port all tests as unittest - - [x] IO - [x] cvs - [x] json/yaml - [x] root - [x] R - [x] Samplers - [x] pystan - [x] root - [x] Pre/postprocessing - [x] A posteriori - [x] Time series - [x] Histogram
priority
port all tests as unittest io cvs json yaml root r samplers pystan root pre postprocessing a posteriori time series histogram
1
757,771
26,527,655,466
IssuesEvent
2023-01-19 10:00:32
ClassicLootManager/ClassicLootManager
https://api.github.com/repos/ClassicLootManager/ClassicLootManager
opened
Conditional bidding window open / close
feature Priority::Medium
- [ ] Close Bidding window only after player bid on all items - [ ] Auto-Open bidding window if enabled but only if there is at least one item usable by the player
1.0
Conditional bidding window open / close - - [ ] Close Bidding window only after player bid on all items - [ ] Auto-Open bidding window if enabled but only if there is at least one item usable by the player
priority
conditional bidding window open close close bidding window only after player bid on all items auto open bidding window if enabled but only if there is at least one item usable by the player
1
238,922
7,784,582,890
IssuesEvent
2018-06-06 13:41:20
salesagility/SuiteCRM
https://api.github.com/repos/salesagility/SuiteCRM
closed
Audit log reporting entries that were not even edited on field type of 'text' has integrated tinymce plugin edit or value contain special character: &"
Fix Proposed Medium Priority Resolved: Next Release bug category:module
<!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been closed before. ---> <!--- If you have discovered a security risk please report it by emailing security@suitecrm.com. This will be delivered to the product ...
1.0
Audit log reporting entries that were not even edited on field type of 'text' has integrated tinymce plugin edit or value contain special character: &" - <!--- Provide a general summary of the issue in the **Title** above --> <!--- Before you open an issue, please check if a similar issue already exists or has been cl...
priority
audit log reporting entries that were not even edited on field type of text has integrated tinymce plugin edit or value contain special character issue audit log reporting entries that were not even edited issue in field type of text and has intergrated tinymce plugin is...
1
162,927
6,180,416,310
IssuesEvent
2017-07-03 05:37:20
OperationCode/operationcode_frontend
https://api.github.com/repos/OperationCode/operationcode_frontend
closed
Create team page
Priority: Medium Status: Available Type: Feature
Create a page that lists our staff. See below for the page design. The following pages list the current staff: https://github.com/OperationCode/operationcode/blob/a0eec2c9f681040942e3537e49e79dead759d58d/app/views/pages/board.html.erb https://github.com/OperationCode/operationcode/blob/a0eec2c9f681040942e3537e49e7...
1.0
Create team page - Create a page that lists our staff. See below for the page design. The following pages list the current staff: https://github.com/OperationCode/operationcode/blob/a0eec2c9f681040942e3537e49e79dead759d58d/app/views/pages/board.html.erb https://github.com/OperationCode/operationcode/blob/a0eec2c9f...
priority
create team page create a page that lists our staff see below for the page design the following pages list the current staff
1
450,633
13,017,630,538
IssuesEvent
2020-07-26 13:29:43
SeaLoong/BLRHH
https://api.github.com/repos/SeaLoong/BLRHH
closed
无法自动抽奖
bug duplicate medium priority
**描述bug** N多的小电视抽奖都没有自动去领,全手动 **重现bug** 大概是最近的520小电视跟以前的不一样? **使用环境:** - 浏览器: Chrome - 浏览器版本: Chromium 74.0.3729.169 - 脚本的版本: 如2.4.10 - 网络情况(网速): 好 - bug出现时间: 未知
1.0
无法自动抽奖 - **描述bug** N多的小电视抽奖都没有自动去领,全手动 **重现bug** 大概是最近的520小电视跟以前的不一样? **使用环境:** - 浏览器: Chrome - 浏览器版本: Chromium 74.0.3729.169 - 脚本的版本: 如2.4.10 - 网络情况(网速): 好 - bug出现时间: 未知
priority
无法自动抽奖 描述bug n多的小电视抽奖都没有自动去领,全手动 重现bug ? 使用环境 浏览器 chrome 浏览器版本 chromium 脚本的版本 网络情况 网速 好 bug出现时间 未知
1
258,053
8,153,955,324
IssuesEvent
2018-08-23 00:29:06
SETI/pds-opus
https://api.github.com/repos/SETI/pds-opus
opened
Remove duplicate time/SCLK/etc fields
A-Enhancement B-OPUS Django Effort 2 Medium Priority TBD
Right now OPUS stores "parsed" fields twice - once in the native string format and once in the parsed format. Sorts are done on the string, but range queries are done on the parsed float. We should get rid of the string fields entirely and do everything using the parsed version. For example, right now there is time1...
1.0
Remove duplicate time/SCLK/etc fields - Right now OPUS stores "parsed" fields twice - once in the native string format and once in the parsed format. Sorts are done on the string, but range queries are done on the parsed float. We should get rid of the string fields entirely and do everything using the parsed version. ...
priority
remove duplicate time sclk etc fields right now opus stores parsed fields twice once in the native string format and once in the parsed format sorts are done on the string but range queries are done on the parsed float we should get rid of the string fields entirely and do everything using the parsed version ...
1
676,397
23,124,223,150
IssuesEvent
2022-07-28 02:45:16
yugabyte/yugabyte-db
https://api.github.com/repos/yugabyte/yugabyte-db
closed
Build failed w/ non-standard GCC installation on Ubuntu 18.04
kind/bug area/docdb priority/medium
Jira Link: [DB-1385](https://yugabyte.atlassian.net/browse/DB-1385) `$ ./yb_build.sh --ndltp release # Using --ndltp due to no permission to /opt` ``` ... Skipping build type asan because build type uninstrumented is specified in the arguments Skipping build type tsan because build type uninstrumented is specifie...
1.0
Build failed w/ non-standard GCC installation on Ubuntu 18.04 - Jira Link: [DB-1385](https://yugabyte.atlassian.net/browse/DB-1385) `$ ./yb_build.sh --ndltp release # Using --ndltp due to no permission to /opt` ``` ... Skipping build type asan because build type uninstrumented is specified in the arguments Skippi...
priority
build failed w non standard gcc installation on ubuntu jira link yb build sh ndltp release using ndltp due to no permission to opt skipping build type asan because build type uninstrumented is specified in the arguments skipping build type tsan because build type uninstrumented is...
1
41,302
2,868,995,089
IssuesEvent
2015-06-05 22:27:02
dart-lang/pub-dartlang
https://api.github.com/repos/dart-lang/pub-dartlang
closed
pub-dartlang: allow posting packages 'hidden'
enhancement MovedToGithub Priority-Medium
<a href="https://github.com/kevmoo"><img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kevmoo](https://github.com/kevmoo)** _Originally opened as dart-lang/sdk#6599_ ---- Scenario: I'm often working on BOT and HOP at the same time. They ...
1.0
pub-dartlang: allow posting packages 'hidden' - <a href="https://github.com/kevmoo"><img src="https://avatars.githubusercontent.com/u/17034?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [kevmoo](https://github.com/kevmoo)** _Originally opened as dart-lang/sdk#6599_ ---- Scenario: I'm ofte...
priority
pub dartlang allow posting packages hidden issue by originally opened as dart lang sdk scenario i m often working on bot and hop at the same time they also have a circular dependency let s say they are both on and i d like to bump them both to due to inter related breaking change...
1
211,048
7,197,801,542
IssuesEvent
2018-02-05 10:25:23
BlueBrain/neurocurator
https://api.github.com/repos/BlueBrain/neurocurator
closed
[Packaging] Persisted data aren't kept between uses
enhancement medium priority
The work done to persist data in the directory where the executable is launched for settings.ini and the Zotero data must be done for all other data persisted with Pickle. See `utils.working_directory()`.
1.0
[Packaging] Persisted data aren't kept between uses - The work done to persist data in the directory where the executable is launched for settings.ini and the Zotero data must be done for all other data persisted with Pickle. See `utils.working_directory()`.
priority
persisted data aren t kept between uses the work done to persist data in the directory where the executable is launched for settings ini and the zotero data must be done for all other data persisted with pickle see utils working directory
1
34,273
2,776,595,482
IssuesEvent
2015-05-04 22:43:12
umutafacan/bounswe2015group3
https://api.github.com/repos/umutafacan/bounswe2015group3
reopened
Requirements - Group Requierements
auto-migrated Priority-Medium Type-Task
``` editing the requirements page ``` Original issue reported on code.google.com by `tuba.top...@gmail.com` on 7 Mar 2015 at 2:50
1.0
Requirements - Group Requierements - ``` editing the requirements page ``` Original issue reported on code.google.com by `tuba.top...@gmail.com` on 7 Mar 2015 at 2:50
priority
requirements group requierements editing the requirements page original issue reported on code google com by tuba top gmail com on mar at
1
556,789
16,491,041,821
IssuesEvent
2021-05-25 03:48:24
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
nrf: Debugging any test fails when CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_DWT is enabled
bug platform: nRF priority: medium
**Describe the bug** Nordic board by default has null pointer detection using DWT enabled in all tests. As a result, any test fails in debug session and ends in the assert during startup https://github.com/zephyrproject-rtos/zephyr/blob/76f35f29f01e57690576067f301ddf3df74e4815/arch/arm/include/aarch32/cortex_m/dwt.h#L...
1.0
nrf: Debugging any test fails when CORTEX_M_DEBUG_NULL_POINTER_EXCEPTION_DETECTION_DWT is enabled - **Describe the bug** Nordic board by default has null pointer detection using DWT enabled in all tests. As a result, any test fails in debug session and ends in the assert during startup https://github.com/zephyrproject...
priority
nrf debugging any test fails when cortex m debug null pointer exception detection dwt is enabled describe the bug nordic board by default has null pointer detection using dwt enabled in all tests as a result any test fails in debug session and ends in the assert during startup to reproduce steps to ...
1
346,411
10,412,093,708
IssuesEvent
2019-09-13 15:11:50
isawnyu/isaw.web
https://api.github.com/repos/isawnyu/isaw.web
closed
do not include bare URIs in the publications listing - 1
bug medium priority
Currently the publication listing includes a plain-text URI that seems to be the "access URI". There should be no bare URIs in the listing. ![listing](https://user-images.githubusercontent.com/263285/64796876-67f84500-d54e-11e9-9caa-846a203b0cb9.jpg)
1.0
do not include bare URIs in the publications listing - 1 - Currently the publication listing includes a plain-text URI that seems to be the "access URI". There should be no bare URIs in the listing. ![listing](https://user-images.githubusercontent.com/263285/64796876-67f84500-d54e-11e9-9caa-846a203b0cb9.jpg)
priority
do not include bare uris in the publications listing currently the publication listing includes a plain text uri that seems to be the access uri there should be no bare uris in the listing
1
248,299
7,929,051,295
IssuesEvent
2018-07-06 13:52:08
C3DSU/e-DefPR
https://api.github.com/repos/C3DSU/e-DefPR
closed
[DEPRECATED] Implementar breadcrumb
Category: Frontend Priority: Medium Stage: In-progress Type: New-feature
exemplos: Home / Funcionários / Cadastro Home / Funcionário / :id Home / Agenda docs: - component: https://developer.microsoft.com/en-us/fabric#/components/breadcrumb - router: https://github.com/ReactTraining/react-router
1.0
[DEPRECATED] Implementar breadcrumb - exemplos: Home / Funcionários / Cadastro Home / Funcionário / :id Home / Agenda docs: - component: https://developer.microsoft.com/en-us/fabric#/components/breadcrumb - router: https://github.com/ReactTraining/react-router
priority
implementar breadcrumb exemplos home funcionários cadastro home funcionário id home agenda docs component router
1
602,978
18,520,351,897
IssuesEvent
2021-10-20 14:29:23
ZigRazor/CXXGraph
https://api.github.com/repos/ZigRazor/CXXGraph
closed
Add Eulerian Path algorithm
enhancement good first issue development core Priority:Medium hacktoberfest
Eulerian Path is a path in graph that visits every edge exactly once. Eulerian Circuit is an Eulerian Path which starts and ends on the same vertex. time complexity is O(V+E) space complexity is O(VE)
1.0
Add Eulerian Path algorithm - Eulerian Path is a path in graph that visits every edge exactly once. Eulerian Circuit is an Eulerian Path which starts and ends on the same vertex. time complexity is O(V+E) space complexity is O(VE)
priority
add eulerian path algorithm eulerian path is a path in graph that visits every edge exactly once eulerian circuit is an eulerian path which starts and ends on the same vertex time complexity is o v e space complexity is o ve
1
509,489
14,737,753,502
IssuesEvent
2021-01-07 02:44:19
NewtTheWolf/rawdata
https://api.github.com/repos/NewtTheWolf/rawdata
closed
Member kicked from server
Medium priority planed
## Information * Executer of the kick * Time of the kick * Basic member info from the kicked User
1.0
Member kicked from server - ## Information * Executer of the kick * Time of the kick * Basic member info from the kicked User
priority
member kicked from server information executer of the kick time of the kick basic member info from the kicked user
1
675,940
23,112,542,321
IssuesEvent
2022-07-27 14:08:01
codbex/codbex-kronos
https://api.github.com/repos/codbex/codbex-kronos
opened
[Migration] Add a "Cancel migration" button for migrations that are being ran
priority-medium effort-medium tooling usability core
From xsk created by [vmutafov](https://github.com/vmutafov): SAP/xsk#1549 We should add a "Cancel migration" button for users to cancel a migration that is currently running. This would save us some resources and improve the UX of the migrations perspective as there is currently no way to stop a migration.
1.0
[Migration] Add a "Cancel migration" button for migrations that are being ran - From xsk created by [vmutafov](https://github.com/vmutafov): SAP/xsk#1549 We should add a "Cancel migration" button for users to cancel a migration that is currently running. This would save us some resources and improve the UX of the mi...
priority
add a cancel migration button for migrations that are being ran from xsk created by sap xsk we should add a cancel migration button for users to cancel a migration that is currently running this would save us some resources and improve the ux of the migrations perspective as there is currently no way ...
1
443,010
12,754,452,847
IssuesEvent
2020-06-28 05:32:10
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
Oil Refinery has significant issues
Category: Balance Priority: Medium
During the most recent playtest, we have tracked the major source of over-pollution to the Oil Refinery. There are a few reasons for this: - It is world object with the highest pollution - Multiple refineries are running 24/7. With barrels being refunded 100%, we can setup a loop where the oil refineries run indefini...
1.0
Oil Refinery has significant issues - During the most recent playtest, we have tracked the major source of over-pollution to the Oil Refinery. There are a few reasons for this: - It is world object with the highest pollution - Multiple refineries are running 24/7. With barrels being refunded 100%, we can setup a loop...
priority
oil refinery has significant issues during the most recent playtest we have tracked the major source of over pollution to the oil refinery there are a few reasons for this it is world object with the highest pollution multiple refineries are running with barrels being refunded we can setup a loop wh...
1
178,811
6,618,972,515
IssuesEvent
2017-09-21 10:14:21
EyeSeeTea/malariapp
https://api.github.com/repos/EyeSeeTea/malariapp
closed
Retrieve Obs&Action Plan values from DB
complexity - med (1-5hr) HNQIS priority - medium type - feature
When the Obs&Action Plan of a given feedback is opened, we need to check in the DB if there are already values for that survey in the DB. If so: - If the status of the Obs&Action Plan is other than IN PROGRESS, it would open in read-only mode - Otherwise, it would open in read-write mode In any case, the textfields an...
1.0
Retrieve Obs&Action Plan values from DB - When the Obs&Action Plan of a given feedback is opened, we need to check in the DB if there are already values for that survey in the DB. If so: - If the status of the Obs&Action Plan is other than IN PROGRESS, it would open in read-only mode - Otherwise, it would open in read-...
priority
retrieve obs action plan values from db when the obs action plan of a given feedback is opened we need to check in the db if there are already values for that survey in the db if so if the status of the obs action plan is other than in progress it would open in read only mode otherwise it would open in read ...
1
319,601
9,747,141,132
IssuesEvent
2019-06-03 13:49:21
tiagoalvesdulce/pi-ui
https://api.github.com/repos/tiagoalvesdulce/pi-ui
closed
Use correct error icon for text input
component-improvement priority: medium
Textinput component is not using the correct error icon: - Current: ![Screen Shot 2019-05-27 at 20 04 24](https://user-images.githubusercontent.com/14864439/58434177-a874a580-80ba-11e9-943e-d14b63ad7b1c.png) - Expected: ![Screen Shot 2019-05-27 at 20 02 50](https://user-images.githubusercontent.com/14864439/584...
1.0
Use correct error icon for text input - Textinput component is not using the correct error icon: - Current: ![Screen Shot 2019-05-27 at 20 04 24](https://user-images.githubusercontent.com/14864439/58434177-a874a580-80ba-11e9-943e-d14b63ad7b1c.png) - Expected: ![Screen Shot 2019-05-27 at 20 02 50](https://user-i...
priority
use correct error icon for text input textinput component is not using the correct error icon current expected
1
182,376
6,669,468,514
IssuesEvent
2017-10-03 19:28:07
jiwoochun/sailpointwp
https://api.github.com/repos/jiwoochun/sailpointwp
opened
Homepage not secure
bug Priority: Medium
Homepage is pulling up as not secure - the little lock is unlocked. this is hte only page i think left on the site. I think it's images hardcoded. Can you take a look please?
1.0
Homepage not secure - Homepage is pulling up as not secure - the little lock is unlocked. this is hte only page i think left on the site. I think it's images hardcoded. Can you take a look please?
priority
homepage not secure homepage is pulling up as not secure the little lock is unlocked this is hte only page i think left on the site i think it s images hardcoded can you take a look please
1
613,376
19,088,242,869
IssuesEvent
2021-11-29 09:11:45
ms-club-sliit/msclub-backend
https://api.github.com/repos/ms-club-sliit/msclub-backend
closed
Create Top Speaker Controllers
medium-priority feature
Need to implement the following controllers in the event controller Add TopSpeaker Get all TopSpeakers Get TopSpeaker Update TopSpeaker Delete TopSpeaker
1.0
Create Top Speaker Controllers - Need to implement the following controllers in the event controller Add TopSpeaker Get all TopSpeakers Get TopSpeaker Update TopSpeaker Delete TopSpeaker
priority
create top speaker controllers need to implement the following controllers in the event controller add topspeaker get all topspeakers get topspeaker update topspeaker delete topspeaker
1
506,112
14,658,668,885
IssuesEvent
2020-12-28 18:29:15
bounswe/bounswe2020group4
https://api.github.com/repos/bounswe/bounswe2020group4
closed
(BKND) Create Mock Products
Backend Effort: Medium Group Work Priority: High Status: In-Progress
Mock products should be generated and their image files should be uploaded to AWS bucket. Deadline: 27/12/20
1.0
(BKND) Create Mock Products - Mock products should be generated and their image files should be uploaded to AWS bucket. Deadline: 27/12/20
priority
bknd create mock products mock products should be generated and their image files should be uploaded to aws bucket deadline
1
586,826
17,598,141,673
IssuesEvent
2021-08-17 08:26:36
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
tests-ci : kernel: memory_protection: userspace test Timeout
bug priority: medium area: Kernel platform: NXP
**Describe the bug** userspace test is Timeout on zephyr-v2.6.0-1424-g14f09a3b00d4 on lpcxpresso55s28 see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --sub-test kernel.memory_protection ``` 2. See error **Expected behavior** test pass ...
1.0
tests-ci : kernel: memory_protection: userspace test Timeout - **Describe the bug** userspace test is Timeout on zephyr-v2.6.0-1424-g14f09a3b00d4 on lpcxpresso55s28 see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p lpcxpresso55s28 --sub-test kernel.memo...
priority
tests ci kernel memory protection userspace test timeout describe the bug userspace test is timeout on zephyr on see logs for details to reproduce scripts twister device testing device serial dev p sub test kernel memory protection see error expected behavio...
1
744,285
25,936,969,413
IssuesEvent
2022-12-16 14:59:26
vaticle/typedb-studio
https://api.github.com/repos/vaticle/typedb-studio
closed
Allow running selected query in other file types
type: feature priority: medium domain: query
I'm currently using Markdown files to help documenting/explaining queries to other developers. When trying to run queries in the Markdown file, the option Run Selection gets greyed out. ![image](https://user-images.githubusercontent.com/15805484/198292341-28125863-934c-4673-bf82-e9f19e27950a.png) Would it be p...
1.0
Allow running selected query in other file types - I'm currently using Markdown files to help documenting/explaining queries to other developers. When trying to run queries in the Markdown file, the option Run Selection gets greyed out. ![image](https://user-images.githubusercontent.com/15805484/198292341-2812586...
priority
allow running selected query in other file types i m currently using markdown files to help documenting explaining queries to other developers when trying to run queries in the markdown file the option run selection gets greyed out would it be possible to enable that
1
56,925
3,081,218,030
IssuesEvent
2015-08-22 14:02:39
bitfighter/bitfighter
https://api.github.com/repos/bitfighter/bitfighter
opened
Add health indicator for teammates
020 enhancement imported Priority-Medium
_From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on January 01, 2012 13:53:03_ One idea: No flashing or slow flashing means the ship is healthy, fast flashing means it needs health desperately. Another (perhaps better idea): show a series of 1-5 stars/dots/boxes under the ship ...
1.0
Add health indicator for teammates - _From [watusim...@bitfighter.org](https://code.google.com/u/105427273526970468779/) on January 01, 2012 13:53:03_ One idea: No flashing or slow flashing means the ship is healthy, fast flashing means it needs health desperately. Another (perhaps better idea): show a series of...
priority
add health indicator for teammates from on january one idea no flashing or slow flashing means the ship is healthy fast flashing means it needs health desperately another perhaps better idea show a series of stars dots boxes under the ship indicating health to make it quick to see at...
1
467,962
13,459,023,248
IssuesEvent
2020-09-09 11:36:27
input-output-hk/cardano-wallet
https://api.github.com/repos/input-output-hk/cardano-wallet
closed
Creating an address takes a massive amount of time on large wallets
BUG PRIORITY:HIGH SEVERITY:MEDIUM
# Context <!-- WHEN CREATED Any information that is useful to understand the bug and the subsystem it evolves in. References to documentation and or other tickets are welcome. --> | Information | - | | --- | --- ...
1.0
Creating an address takes a massive amount of time on large wallets - # Context <!-- WHEN CREATED Any information that is useful to understand the bug and the subsystem it evolves in. References to documentation and or other tickets are welcome. --> | Information | - ...
priority
creating an address takes a massive amount of time on large wallets context when created any information that is useful to understand the bug and the subsystem it evolves in references to documentation and or other tickets are welcome information ...
1
509,560
14,739,771,414
IssuesEvent
2021-01-07 07:53:55
MikeVedsted/JoinMe
https://api.github.com/repos/MikeVedsted/JoinMe
closed
[ADMIN] Refactor icon library
Priority: Medium :zap: Status: Received :inbox_tray: Type: Admin :tophat:
## 🐱‍🏍 To the rescue! *Describe the main idea of the issue that should be solved* Once too many icons are being used, refactor to library style shown here: https://www.digitalocean.com/community/tutorials/how-to-use-font-awesome-5-with-react
1.0
[ADMIN] Refactor icon library - ## 🐱‍🏍 To the rescue! *Describe the main idea of the issue that should be solved* Once too many icons are being used, refactor to library style shown here: https://www.digitalocean.com/community/tutorials/how-to-use-font-awesome-5-with-react
priority
refactor icon library 🐱‍🏍 to the rescue describe the main idea of the issue that should be solved once too many icons are being used refactor to library style shown here
1
55,320
3,072,669,146
IssuesEvent
2015-08-19 18:04:29
RobotiumTech/robotium
https://api.github.com/repos/RobotiumTech/robotium
closed
How to Scroll down in a fragment page.
bug imported invalid Priority-Medium
_From [vaibha...@gmail.com](https://code.google.com/u/110283323986568949848/) on July 05, 2012 02:45:31_ What steps will reproduce the problem? I have an activity with tabs in vertical on half page and if we select an tab then items for the corresponding tabs are shown in fragment. I want to know how to scroll down t...
1.0
How to Scroll down in a fragment page. - _From [vaibha...@gmail.com](https://code.google.com/u/110283323986568949848/) on July 05, 2012 02:45:31_ What steps will reproduce the problem? I have an activity with tabs in vertical on half page and if we select an tab then items for the corresponding tabs are shown in fragm...
priority
how to scroll down in a fragment page from on july what steps will reproduce the problem i have an activity with tabs in vertical on half page and if we select an tab then items for the corresponding tabs are shown in fragment i want to know how to scroll down the items in fragments page the fr...
1
147,608
5,642,780,406
IssuesEvent
2017-04-06 22:01:02
OperationCode/vettec
https://api.github.com/repos/OperationCode/vettec
closed
Add 'Supporters' section
Priority: Medium Status: Available Type: Feature
At the bottom of the page add a new 'Supporters' section with logos of people supporting this bill and their logos, with a link to their home page. First two: - [ ] Operation Code (use the logo with text) - [x] PDX Code Guild (logo attached) ![PDX Code Guild](https://cloud.githubusercontent.com/assets/334550/247...
1.0
Add 'Supporters' section - At the bottom of the page add a new 'Supporters' section with logos of people supporting this bill and their logos, with a link to their home page. First two: - [ ] Operation Code (use the logo with text) - [x] PDX Code Guild (logo attached) ![PDX Code Guild](https://cloud.githubuserco...
priority
add supporters section at the bottom of the page add a new supporters section with logos of people supporting this bill and their logos with a link to their home page first two operation code use the logo with text pdx code guild logo attached
1
48,007
2,990,114,218
IssuesEvent
2015-07-21 07:00:52
jayway/rest-assured
https://api.github.com/repos/jayway/rest-assured
closed
Change logging in REST Assured to use ":" instead of "=" between names and values
bug imported Priority-Medium
_From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on April 17, 2013 08:11:55_ .. _Original issue: http://code.google.com/p/rest-assured/issues/detail?id=227_
1.0
Change logging in REST Assured to use ":" instead of "=" between names and values - _From [johan.ha...@gmail.com](https://code.google.com/u/105676376875942041029/) on April 17, 2013 08:11:55_ .. _Original issue: http://code.google.com/p/rest-assured/issues/detail?id=227_
priority
change logging in rest assured to use instead of between names and values from on april original issue
1
651,452
21,479,220,065
IssuesEvent
2022-04-26 16:05:26
betty-gures/SWE573-Spring22
https://api.github.com/repos/betty-gures/SWE573-Spring22
closed
Implementation of creating and editing of User Profiles
priority medium effort medium backend implementation
Users shall be able to display and edit their user profiles.
1.0
Implementation of creating and editing of User Profiles - Users shall be able to display and edit their user profiles.
priority
implementation of creating and editing of user profiles users shall be able to display and edit their user profiles
1
367,092
10,833,820,532
IssuesEvent
2019-11-11 13:47:21
AY1920S1-CS2113-T16-2/main
https://api.github.com/repos/AY1920S1-CS2113-T16-2/main
closed
Implement config file/personalization
priority.Medium
Possibly load this file on startup; and use it for logic
1.0
Implement config file/personalization - Possibly load this file on startup; and use it for logic
priority
implement config file personalization possibly load this file on startup and use it for logic
1
442,870
12,752,135,036
IssuesEvent
2020-06-27 14:53:57
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
closed
profile URL for non-existent / deleted account should show an error message
priority: medium section: Avatar/User Modal status: issue: in progress
If you click on a profile URL for an account that does not exist (e.g., when someone has deleted their account), you see just whitespace where the body of the page should be - i.e., there's no message to indicate why loading the profile failed. You can see an example of this at https://habitica.com/profile/12345678-b5b...
1.0
profile URL for non-existent / deleted account should show an error message - If you click on a profile URL for an account that does not exist (e.g., when someone has deleted their account), you see just whitespace where the body of the page should be - i.e., there's no message to indicate why loading the profile faile...
priority
profile url for non existent deleted account should show an error message if you click on a profile url for an account that does not exist e g when someone has deleted their account you see just whitespace where the body of the page should be i e there s no message to indicate why loading the profile faile...
1
56,400
3,079,551,324
IssuesEvent
2015-08-21 16:53:59
pavel-pimenov/flylinkdc-r5xx
https://api.github.com/repos/pavel-pimenov/flylinkdc-r5xx
closed
Не работает настройка количества слотов на отдачу.
bug Component-Logic imported Priority-Medium
_From [fort_k...@mail.ru](https://code.google.com/u/115243521186897319314/) on December 12, 2011 14:27:49_ Периодически наблюдаю такую вот картину, как на первом скрине. Версия 501 х64, билд последний, с какого началось - затрудняюсь сказать, но давно. Win7 x64. В качестве бонуса - второй скрин, где помимо проблем со ...
1.0
Не работает настройка количества слотов на отдачу. - _From [fort_k...@mail.ru](https://code.google.com/u/115243521186897319314/) on December 12, 2011 14:27:49_ Периодически наблюдаю такую вот картину, как на первом скрине. Версия 501 х64, билд последний, с какого началось - затрудняюсь сказать, но давно. Win7 x64. В к...
priority
не работает настройка количества слотов на отдачу from on december периодически наблюдаю такую вот картину как на первом скрине версия билд последний с какого началось затрудняюсь сказать но давно в качестве бонуса второй скрин где помимо проблем со слотами можно лицезреть нераб...
1
103,783
4,185,470,665
IssuesEvent
2016-06-23 11:10:13
pagespeed/mod_pagespeed
https://api.github.com/repos/pagespeed/mod_pagespeed
closed
Option to avoid inline images on favicons (pagespeed_no_transform for <link>)
auto-migrated Priority-Medium Type-Enhancement
``` Using pagespeed version: 1.8.31.5-4307 We have a number of <link> tags on our site that look like this: <link rel="apple-touch-icon" sizes="57x57" href=".." /> <link rel="apple-touch-icon" sizes="114x114" href=".." /> ... <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"/> <meta name="msapp...
1.0
Option to avoid inline images on favicons (pagespeed_no_transform for <link>) - ``` Using pagespeed version: 1.8.31.5-4307 We have a number of <link> tags on our site that look like this: <link rel="apple-touch-icon" sizes="57x57" href=".." /> <link rel="apple-touch-icon" sizes="114x114" href=".." /> ... <link rel="ic...
priority
option to avoid inline images on favicons pagespeed no transform for using pagespeed version we have a number of tags on our site that look like this etc these are for favicons on a variety of browsers and platforms because they re small pagespeed automatically inlines all of t...
1
389,025
11,496,430,910
IssuesEvent
2020-02-12 07:56:43
canonical-web-and-design/vanilla-framework
https://api.github.com/repos/canonical-web-and-design/vanilla-framework
closed
Can’t search for anything that isn’t a component name
Priority: Medium
1\. Go to docs.vanillaframework.io. 2\. Try to search for “error”, or “previous next”, or “pull quote”, or “radio button”. What you see: No search results. What you should see: Relevant search results, for example, “[.p-notification--negative](https://docs.vanillaframework.io/en/patterns/notification#.p-notifica...
1.0
Can’t search for anything that isn’t a component name - 1\. Go to docs.vanillaframework.io. 2\. Try to search for “error”, or “previous next”, or “pull quote”, or “radio button”. What you see: No search results. What you should see: Relevant search results, for example, “[.p-notification--negative](https://docs....
priority
can’t search for anything that isn’t a component name go to docs vanillaframework io try to search for “error” or “previous next” or “pull quote” or “radio button” what you see no search results what you should see relevant search results for example “ and “ as results when searching fo...
1
310,560
9,515,832,885
IssuesEvent
2019-04-26 07:08:48
jackthehack21/koth
https://api.github.com/repos/jackthehack21/koth
opened
[Bug|Issue] Permissions.
Priority: Medium Status: Confirmed/Replicated Type: Bug/Issue
(Put issue here to remember to fix it 😜) When using koth commands, it does check for permissions etc, However every user gets every permission node therefor giving them power to do anything in koth.
1.0
[Bug|Issue] Permissions. - (Put issue here to remember to fix it 😜) When using koth commands, it does check for permissions etc, However every user gets every permission node therefor giving them power to do anything in koth.
priority
permissions put issue here to remember to fix it 😜 when using koth commands it does check for permissions etc however every user gets every permission node therefor giving them power to do anything in koth
1
338,689
10,235,652,799
IssuesEvent
2019-08-19 09:39:20
conan-io/conan
https://api.github.com/repos/conan-io/conan
opened
Bintray search fails for packages with "=" symbol in the values of settings
complex: medium component: bintray priority: medium stage: queue type: bug
Coming from #5581 Seems that Bintray does not support parsing the conaninfo.txt files that have a content similar to this when doing a search: ``` [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.toolset=v141,version=14.14,cuda=10.0,host=x64 ...
1.0
Bintray search fails for packages with "=" symbol in the values of settings - Coming from #5581 Seems that Bintray does not support parsing the conaninfo.txt files that have a content similar to this when doing a search: ``` [settings] arch=x86_64 build_type=Release compiler=Visual Studio com...
priority
bintray search fails for packages with symbol in the values of settings coming from seems that bintray does not support parsing the conaninfo txt files that have a content similar to this when doing a search arch build type release compiler visual studio compiler runtime m...
1
35,854
2,793,244,217
IssuesEvent
2015-05-11 09:38:04
bounswe/bounswe2015group3
https://api.github.com/repos/bounswe/bounswe2015group3
closed
Create member description for Burak Yılmaz
auto-migrated Priority-Medium Type-Task
``` Create an issue for myself to create my description ``` Original issue reported on code.google.com by `burakyil...@gmail.com` on 17 Feb 2015 at 8:04
1.0
Create member description for Burak Yılmaz - ``` Create an issue for myself to create my description ``` Original issue reported on code.google.com by `burakyil...@gmail.com` on 17 Feb 2015 at 8:04
priority
create member description for burak yılmaz create an issue for myself to create my description original issue reported on code google com by burakyil gmail com on feb at
1
43,131
2,882,936,630
IssuesEvent
2015-06-11 09:03:25
clementine-player/Clementine
https://api.github.com/repos/clementine-player/Clementine
closed
Library updates "*** glibc detected *** /home/joel/Projects/clementine-player/bin/clementine-tagreader: corrupted double-linked list: 0x000000000145cfd0 ***"
bug imported Priority-Medium
_From [cincoden...@gmail.com](https://code.google.com/u/105505315440794373505/) on July 07, 2013 17:41:45_ What steps will reproduce the problem? 1. Start Clementine with some new music to scan (mp3s in my case), or initiate a re-scan 2. View debug info 3. To see more, run a killall clementine-tagreader, which will ...
1.0
Library updates "*** glibc detected *** /home/joel/Projects/clementine-player/bin/clementine-tagreader: corrupted double-linked list: 0x000000000145cfd0 ***" - _From [cincoden...@gmail.com](https://code.google.com/u/105505315440794373505/) on July 07, 2013 17:41:45_ What steps will reproduce the problem? 1. Start Clem...
priority
library updates glibc detected home joel projects clementine player bin clementine tagreader corrupted double linked list from on july what steps will reproduce the problem start clementine with some new music to scan in my case or initiate a re scan view debug info ...
1
484,174
13,935,518,536
IssuesEvent
2020-10-22 11:38:54
ele-l10n-cjk/wingpanel-indicator-inputmethod
https://api.github.com/repos/ele-l10n-cjk/wingpanel-indicator-inputmethod
opened
Changing input method engines in IBus switcher is not reflected immediately
Help Wanted Priority: Medium
![2020-10-22 20 25 09 の画面録画](https://user-images.githubusercontent.com/26003928/96865924-88ab0200-14a5-11eb-8f33-9dad4f10728e.gif) - Switch IME with `Ctrl` + `Space` - The indicator does not change its icon - To reflect the change to the indicator, you need to focus on some text input area
1.0
Changing input method engines in IBus switcher is not reflected immediately - ![2020-10-22 20 25 09 の画面録画](https://user-images.githubusercontent.com/26003928/96865924-88ab0200-14a5-11eb-8f33-9dad4f10728e.gif) - Switch IME with `Ctrl` + `Space` - The indicator does not change its icon - To reflect the change to the...
priority
changing input method engines in ibus switcher is not reflected immediately switch ime with ctrl space the indicator does not change its icon to reflect the change to the indicator you need to focus on some text input area
1
759,065
26,578,683,171
IssuesEvent
2023-01-22 06:06:37
meanstream-io/meanstream
https://api.github.com/repos/meanstream-io/meanstream
closed
UI Forgets USK Config On Type Switch
type: enhancement priority: medium complexity: medium impact: ux
When a user switches from one USK type to another and back, the previous config is forgotten and reset to defaults.
1.0
UI Forgets USK Config On Type Switch - When a user switches from one USK type to another and back, the previous config is forgotten and reset to defaults.
priority
ui forgets usk config on type switch when a user switches from one usk type to another and back the previous config is forgotten and reset to defaults
1
646,665
21,055,493,684
IssuesEvent
2022-04-01 02:29:33
Gilded-Games/The-Aether
https://api.github.com/repos/Gilded-Games/The-Aether
closed
Enhancement: Aerwhale (polishing)
priority/medium status/in-progress type/enhancement feat/entity
- [x] Aerwhale flying movement is jittery. Look at the fix that was applied to Zephyrs for this. - [x] Aerwhales spin a lot and their rotation often doesn't correlate with their direction. - [x] Aerwhales rotate too fast, - [x] Aerwhales can go really high into the sky. Maybe they should have some minimum and maximu...
1.0
Enhancement: Aerwhale (polishing) - - [x] Aerwhale flying movement is jittery. Look at the fix that was applied to Zephyrs for this. - [x] Aerwhales spin a lot and their rotation often doesn't correlate with their direction. - [x] Aerwhales rotate too fast, - [x] Aerwhales can go really high into the sky. Maybe they...
priority
enhancement aerwhale polishing aerwhale flying movement is jittery look at the fix that was applied to zephyrs for this aerwhales spin a lot and their rotation often doesn t correlate with their direction aerwhales rotate too fast aerwhales can go really high into the sky maybe they should ...
1
25,731
2,683,946,938
IssuesEvent
2015-03-28 14:06:44
ConEmu/old-issues
https://api.github.com/repos/ConEmu/old-issues
closed
ConEmu.Maximus5.091016: [req] Прокрутка буфера консоли клавишами, при работающем FAR’е
1 star bug imported Priority-Medium
_From [yurivk...@gmail.com](https://code.google.com/u/109564459582005085765/) on September 05, 2010 23:07:38_ Windows XP Pro SP3 x86 FAR 2.0.1661 x86 Запускаем far /w под conemu. Есть несколько случаев, когда FAR показывает консольный вывод: CtrlO из панелей CtrlO из вьюера CtrlO из редактора зажать CtrlAltS...
1.0
ConEmu.Maximus5.091016: [req] Прокрутка буфера консоли клавишами, при работающем FAR’е - _From [yurivk...@gmail.com](https://code.google.com/u/109564459582005085765/) on September 05, 2010 23:07:38_ Windows XP Pro SP3 x86 FAR 2.0.1661 x86 Запускаем far /w под conemu. Есть несколько случаев, когда FAR показывает ко...
priority
conemu прокрутка буфера консоли клавишами при работающем far’е from on september windows xp pro far запускаем far w под conemu есть несколько случаев когда far показывает консольный вывод ctrlo из панелей ctrlo из вьюера ctrlo из редактора зажать ctrlaltshift из вью...
1
770,444
27,039,929,194
IssuesEvent
2023-02-13 03:48:39
BitBucketsFRC4183/FRC2023-Charged-Up
https://api.github.com/repos/BitBucketsFRC4183/FRC2023-Charged-Up
closed
Drive subsystem fixes
Medium Priority
https://github.com/BitBucketsFRC4183/FRC2023-Charged-Up/blob/04b2e8891ef46095da62590537c96ac6a343df33/src/main/java/org/bitbuckets/drive/DriveConstants.java#L16 Change this to use the other constants you've defined above (and move the relevant constants like drivetrain size and wheel diameter and SwerveDriveKinemati...
1.0
Drive subsystem fixes - https://github.com/BitBucketsFRC4183/FRC2023-Charged-Up/blob/04b2e8891ef46095da62590537c96ac6a343df33/src/main/java/org/bitbuckets/drive/DriveConstants.java#L16 Change this to use the other constants you've defined above (and move the relevant constants like drivetrain size and wheel diameter...
priority
drive subsystem fixes change this to use the other constants you ve defined above and move the relevant constants like drivetrain size and wheel diameter and swervedrivekinematics from robotconstants to this file finish the todos in this file why are there two driveconstants files with redundant infor...
1
222,210
7,430,584,400
IssuesEvent
2018-03-25 03:51:40
DistrictDataLabs/yellowbrick
https://api.github.com/repos/DistrictDataLabs/yellowbrick
closed
Discrimination Threshold Visualizer
level: intermediate priority: medium review type: feature
Very cool package - I'm interested in starting to contribute at some point in the coming months. As a post-learning task, I often find it helpful for classification problems to plot various scores (precision/recall/F1/etc.) over all possible discrimination thresholds (similar to a ROC plot), to gain an intuition fo...
1.0
Discrimination Threshold Visualizer - Very cool package - I'm interested in starting to contribute at some point in the coming months. As a post-learning task, I often find it helpful for classification problems to plot various scores (precision/recall/F1/etc.) over all possible discrimination thresholds (similar t...
priority
discrimination threshold visualizer very cool package i m interested in starting to contribute at some point in the coming months as a post learning task i often find it helpful for classification problems to plot various scores precision recall etc over all possible discrimination thresholds similar to...
1
724,001
24,915,261,387
IssuesEvent
2022-10-30 10:21:25
AY2223S1-CS2113-W12-2/tp
https://api.github.com/repos/AY2223S1-CS2113-W12-2/tp
closed
[PE-D][Tester D] Not retrieving list correctly when used with period
priority.Medium type.Suggestion
![image.png](https://raw.githubusercontent.com/dhanish265/ped/main/files/58a96f90-c246-402c-9303-bbfd454b3550.png) ![image.png](https://raw.githubusercontent.com/dhanish265/ped/main/files/fbaf09b9-748a-4175-a76a-6821d3a609d5.png) I am writing and testing on 28th October. When recalling 52 weeks (which is 1 year), o...
1.0
[PE-D][Tester D] Not retrieving list correctly when used with period - ![image.png](https://raw.githubusercontent.com/dhanish265/ped/main/files/58a96f90-c246-402c-9303-bbfd454b3550.png) ![image.png](https://raw.githubusercontent.com/dhanish265/ped/main/files/fbaf09b9-748a-4175-a76a-6821d3a609d5.png) I am writing an...
priority
not retrieving list correctly when used with period i am writing and testing on october when recalling weeks which is year or even week before this it is not showing the expenses incomes borne on october which falls in the specified period it may have to do with how the program retri...
1
615,224
19,250,213,180
IssuesEvent
2021-12-09 03:40:21
MTWGA/thoughtworks-code-review-tools
https://api.github.com/repos/MTWGA/thoughtworks-code-review-tools
closed
[整洁代码] 删除掉未使用的 kotlin 的默认代码
Medium Priority
**Is your feature request related to a problem? Please describe.** 默认的 kotlin 代码 并无实际作用,因此可以删掉 **Describe the solution you'd like** 删除掉 kotlin 的未使用代码
1.0
[整洁代码] 删除掉未使用的 kotlin 的默认代码 - **Is your feature request related to a problem? Please describe.** 默认的 kotlin 代码 并无实际作用,因此可以删掉 **Describe the solution you'd like** 删除掉 kotlin 的未使用代码
priority
删除掉未使用的 kotlin 的默认代码 is your feature request related to a problem please describe 默认的 kotlin 代码 并无实际作用,因此可以删掉 describe the solution you d like 删除掉 kotlin 的未使用代码
1
663,257
22,171,354,083
IssuesEvent
2022-06-06 01:17:16
PlaceOS/user-interfaces
https://api.github.com/repos/PlaceOS/user-interfaces
closed
staff/schedule view event: Body should render HTML not display it
Type: Enhancement Priority: Medium focus: front end
[APP][APP] 9ea81ab | Built: 18th May 2022, 2:26PM <img width="711" alt="Screen Shot 2022-06-02 at 5 18 22 pm" src="https://user-images.githubusercontent.com/10395560/171558006-a4fd6c2f-f91d-4492-bfa5-7735ce25a70f.png">
1.0
staff/schedule view event: Body should render HTML not display it - [APP][APP] 9ea81ab | Built: 18th May 2022, 2:26PM <img width="711" alt="Screen Shot 2022-06-02 at 5 18 22 pm" src="https://user-images.githubusercontent.com/10395560/171558006-a4fd6c2f-f91d-4492-bfa5-7735ce25a70f.png">
priority
staff schedule view event body should render html not display it built may img width alt screen shot at pm src
1
643,648
20,961,291,218
IssuesEvent
2022-03-27 20:49:09
Radarr/Radarr
https://api.github.com/repos/Radarr/Radarr
opened
Convert Restrictions to Release Profiles
Type: Feature Request Priority: Medium Area: Indexers Area: UI
### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe Convert the current state of `Restrictions` to become Release Profiles. For Radarr restrictions is still hidden under indexers, unlike Lidarr, Readarr, Sonarr. This pro...
1.0
Convert Restrictions to Release Profiles - ### Is there an existing issue for this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe Convert the current state of `Restrictions` to become Release Profiles. For Radarr restrictions is still hidden under indexer...
priority
convert restrictions to release profiles is there an existing issue for this i have searched the existing issues is your feature request related to a problem please describe convert the current state of restrictions to become release profiles for radarr restrictions is still hidden under indexers ...
1
818,017
30,667,546,024
IssuesEvent
2023-07-25 19:30:52
linux-audit/audit-userspace
https://api.github.com/repos/linux-audit/audit-userspace
closed
RFE: support audit container ID records
enhancement priority/medium
Add userspace audit tool support for the features introduced by kernel audit container ID support. - AUDIT_CONTAINER_OP records - AUDIT_CONTAINER_ID records See: linux-audit/audit-kernel#90 See: https://github.com/linux-audit/audit-kernel/wiki/RFE-Audit-Container-ID
1.0
RFE: support audit container ID records - Add userspace audit tool support for the features introduced by kernel audit container ID support. - AUDIT_CONTAINER_OP records - AUDIT_CONTAINER_ID records See: linux-audit/audit-kernel#90 See: https://github.com/linux-audit/audit-kernel/wiki/RFE-Audit-Container-ID
priority
rfe support audit container id records add userspace audit tool support for the features introduced by kernel audit container id support audit container op records audit container id records see linux audit audit kernel see
1
223,754
7,460,371,987
IssuesEvent
2018-03-30 19:23:07
XthemeOrg/Xtheme
https://api.github.com/repos/XthemeOrg/Xtheme
closed
Add SUSPEND reasons (when applicable) to "You're suspended on.." messages
enhancement priority:Medium
# Suspend Reasons (when applicable) to "You're suspended on..." messages This would help clarify to the user that they are suspended, and what for, and how long.
1.0
Add SUSPEND reasons (when applicable) to "You're suspended on.." messages - # Suspend Reasons (when applicable) to "You're suspended on..." messages This would help clarify to the user that they are suspended, and what for, and how long.
priority
add suspend reasons when applicable to you re suspended on messages suspend reasons when applicable to you re suspended on messages this would help clarify to the user that they are suspended and what for and how long
1
694,581
23,819,508,180
IssuesEvent
2022-09-05 09:53:43
YangCatalog/backend
https://api.github.com/repos/YangCatalog/backend
reopened
Always specify exception type
maintenance Priority: Medium
In try-except, exception type should be always specified. From the [PEP-8](http://www.python.org/dev/peps/pep-0008/) Style Guide for Python : `When catching exceptions, mention specific exceptions whenever possible instead of using a bare except: clause.` For example, use: ``` try: print(x) except NameError: ...
1.0
Always specify exception type - In try-except, exception type should be always specified. From the [PEP-8](http://www.python.org/dev/peps/pep-0008/) Style Guide for Python : `When catching exceptions, mention specific exceptions whenever possible instead of using a bare except: clause.` For example, use: ``` try: ...
priority
always specify exception type in try except exception type should be always specified from the style guide for python when catching exceptions mention specific exceptions whenever possible instead of using a bare except clause for example use try print x except nameerror print varia...
1
278,298
8,638,788,134
IssuesEvent
2018-11-23 15:56:13
FireflyArtsCollective/ffagc
https://api.github.com/repos/FireflyArtsCollective/ffagc
closed
drop-down selection for funding amount
Medium Priority db change enhancement
Funding amounts shouldn't be a plain text field, it should be a dropdown with the amounts we allow. For example, Creativity might allow 50, 150, 300, 500, 700. This feature will need some backend work: * A new table for funding-levels-per-grant, with a schema like: * id * grant_id * dollars * A new...
1.0
drop-down selection for funding amount - Funding amounts shouldn't be a plain text field, it should be a dropdown with the amounts we allow. For example, Creativity might allow 50, 150, 300, 500, 700. This feature will need some backend work: * A new table for funding-levels-per-grant, with a schema like: * i...
priority
drop down selection for funding amount funding amounts shouldn t be a plain text field it should be a dropdown with the amounts we allow for example creativity might allow this feature will need some backend work a new table for funding levels per grant with a schema like id ...
1
263,134
8,273,852,679
IssuesEvent
2018-09-17 07:51:42
andrekirst/DateTimeRangeParser
https://api.github.com/repos/andrekirst/DateTimeRangeParser
opened
Enumaration of DateTime from Start to End
feature :new: idea :bulb: priority: medium
Provide an implementation of an enumaration from start to end. Exmaple usage: ```csharp DateTimeRange range = ... foreach(DateTime date in range) { // doing with date } ```
1.0
Enumaration of DateTime from Start to End - Provide an implementation of an enumaration from start to end. Exmaple usage: ```csharp DateTimeRange range = ... foreach(DateTime date in range) { // doing with date } ```
priority
enumaration of datetime from start to end provide an implementation of an enumaration from start to end exmaple usage csharp datetimerange range foreach datetime date in range doing with date
1
416,611
12,149,393,034
IssuesEvent
2020-04-24 16:04:44
scality/metalk8s
https://api.github.com/repos/scality/metalk8s
opened
Rewrite add solution to environment in Go
complexity:medium kind:enhancement priority:medium topic:kubectl-plugin topic:solutions
<!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: 'salt', 'kubectl-plugin', 'solutions' <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why this is needed**: Centralized CLI **What...
1.0
Rewrite add solution to environment in Go - <!-- Please only use this template for submitting improvement requests, and make sure it is linked to the relevant GitHub Project. --> **Component**: 'salt', 'kubectl-plugin', 'solutions' <!-- E.g. 'salt', 'containers', 'kubernetes', 'build', 'tests'... --> **Why th...
priority
rewrite add solution to environment in go component salt kubectl plugin solutions why this is needed centralized cli what should be done add solution to environment command of solution should be part of go kubectl plugin kubectl add solution version ...
1
449,298
12,966,542,451
IssuesEvent
2020-07-21 00:56:58
spacetelescope/astronify
https://api.github.com/repos/spacetelescope/astronify
opened
Integrate simulator into the rest of the package
Priority: Medium simulator
The simulator is really just sharing a repo with Astronify right now. At some point it should actually be integrated into the package properly.
1.0
Integrate simulator into the rest of the package - The simulator is really just sharing a repo with Astronify right now. At some point it should actually be integrated into the package properly.
priority
integrate simulator into the rest of the package the simulator is really just sharing a repo with astronify right now at some point it should actually be integrated into the package properly
1
676,067
23,115,256,011
IssuesEvent
2022-07-27 16:05:31
DDMAL/Rodan
https://api.github.com/repos/DDMAL/Rodan
closed
[rodan-main in py3] Certain resource types not identified when uploaded
bug priority: Medium
Due to some changes in the way files are opened from python 2 to 3, certain resource types haven't been properly identified when uploaded onto rodan. Instead they are assigned as 'application/octet-stream'. This was first noticed with PNG image types. After going into the postgres to check the resource database I fo...
1.0
[rodan-main in py3] Certain resource types not identified when uploaded - Due to some changes in the way files are opened from python 2 to 3, certain resource types haven't been properly identified when uploaded onto rodan. Instead they are assigned as 'application/octet-stream'. This was first noticed with PNG ima...
priority
certain resource types not identified when uploaded due to some changes in the way files are opened from python to certain resource types haven t been properly identified when uploaded onto rodan instead they are assigned as application octet stream this was first noticed with png image types after go...
1
623,927
19,683,844,156
IssuesEvent
2022-01-11 19:39:21
BTAA-Geospatial-Data-Project/geomg
https://api.github.com/repos/BTAA-Geospatial-Data-Project/geomg
closed
Can only export one page of results or everything in the database
type:bug priority:medium
### What should happen: 1. Refine a set of results using search/facets 2. Select everything on the page 3. Click "All results on this page are selected. Select all results that match this search." 4. Export to CSV 5. **CSV contains only the selected items** ### What is currently happening: 1. Refine a set ...
1.0
Can only export one page of results or everything in the database - ### What should happen: 1. Refine a set of results using search/facets 2. Select everything on the page 3. Click "All results on this page are selected. Select all results that match this search." 4. Export to CSV 5. **CSV contains only the sele...
priority
can only export one page of results or everything in the database what should happen refine a set of results using search facets select everything on the page click all results on this page are selected select all results that match this search export to csv csv contains only the sele...
1
60,525
3,130,401,583
IssuesEvent
2015-09-09 09:12:48
Slyum/slyum
https://api.github.com/repos/Slyum/slyum
closed
Project properties
auto-migrated Priority-Medium Type-Enhancement
``` Enregistrer dans le diagramme lui-même si les méthodes sont cachées ou non. Laisser la propriété générale comme actuellement et en ajouter une supplémentaire qui indique que ce changement se fait par project. Plus généralement, ajouter des propriétés propres aux projets et d'autres propres aux programme. ``` O...
1.0
Project properties - ``` Enregistrer dans le diagramme lui-même si les méthodes sont cachées ou non. Laisser la propriété générale comme actuellement et en ajouter une supplémentaire qui indique que ce changement se fait par project. Plus généralement, ajouter des propriétés propres aux projets et d'autres propres ...
priority
project properties enregistrer dans le diagramme lui même si les méthodes sont cachées ou non laisser la propriété générale comme actuellement et en ajouter une supplémentaire qui indique que ce changement se fait par project plus généralement ajouter des propriétés propres aux projets et d autres propres ...
1
812,955
30,439,669,858
IssuesEvent
2023-07-15 00:29:31
robotframework/robotframework
https://api.github.com/repos/robotframework/robotframework
closed
Libdoc does not show inits having only named-only arguments
bug priority: medium
For example, the following `__init__` in the following example isn't shown in Libdoc outputs at all: ```python class mylib: def __init__(self, *, pos1=None, pos2=None): ... def kw(self): ... ``` Thanks @Snooz82 for reporting this issue on our Slack.
1.0
Libdoc does not show inits having only named-only arguments - For example, the following `__init__` in the following example isn't shown in Libdoc outputs at all: ```python class mylib: def __init__(self, *, pos1=None, pos2=None): ... def kw(self): ... ``` Thanks @Snooz82 for reporti...
priority
libdoc does not show inits having only named only arguments for example the following init in the following example isn t shown in libdoc outputs at all python class mylib def init self none none def kw self thanks for reporting this issu...
1
249,213
7,954,434,476
IssuesEvent
2018-07-12 07:30:11
status-im/status-react
https://api.github.com/repos/status-im/status-react
opened
Custom contact picture and username are not updated after adding user as contact (Public chat, 1-1 chat header)
bug chat desktop medium-priority medium-severity
### Description *Type*: Bug *Summary*: contact picture (custom) is not updated after user added you to his contacts in Public Chat, as well as chat header is not updated in 1-1 chat #### Expected behavior 7) 1-1 chat: chat header is updated; 8) Public chat: can see custom user photo; #### Actual behav...
1.0
Custom contact picture and username are not updated after adding user as contact (Public chat, 1-1 chat header) - ### Description *Type*: Bug *Summary*: contact picture (custom) is not updated after user added you to his contacts in Public Chat, as well as chat header is not updated in 1-1 chat #### Expected...
priority
custom contact picture and username are not updated after adding user as contact public chat chat header description type bug summary contact picture custom is not updated after user added you to his contacts in public chat as well as chat header is not updated in chat expected...
1
261,975
8,248,567,329
IssuesEvent
2018-09-11 18:49:54
MARKETProtocol/dApp
https://api.github.com/repos/MARKETProtocol/dApp
reopened
[UI/UX] [Sim exchange] Create fill order flow
Priority: Medium Type: Enhancement
<!-- Hello! Please use the template below for issue ideas or bugs found within MARKET Protocol. If it is general support you need, reach out to us at https://marketprotocol.io/discord Provide a general summary of the issue in the title above and use relevant fields below to define the problem. --> <!-- ##...
1.0
[UI/UX] [Sim exchange] Create fill order flow - <!-- Hello! Please use the template below for issue ideas or bugs found within MARKET Protocol. If it is general support you need, reach out to us at https://marketprotocol.io/discord Provide a general summary of the issue in the title above and use relevant fiel...
priority
create fill order flow hello please use the template below for issue ideas or bugs found within market protocol if it is general support you need reach out to us at provide a general summary of the issue in the title above and use relevant fields below to define the problem be...
1
794,033
28,020,057,907
IssuesEvent
2023-03-28 04:10:59
AY2223S2-CS2103T-T13-1/tp
https://api.github.com/repos/AY2223S2-CS2103T-T13-1/tp
closed
Find Command further enhancement
type.Enhancement priority.Medium
Currently, the find command only allows for filtering of single prefix, except for tags. If multiple prefixes are included, only the last one will be taken into account. If time permits, perhaps we could enhance the implementation to allow for multiple prefixes to be included. For example, `find /m CS /m MA` would ...
1.0
Find Command further enhancement - Currently, the find command only allows for filtering of single prefix, except for tags. If multiple prefixes are included, only the last one will be taken into account. If time permits, perhaps we could enhance the implementation to allow for multiple prefixes to be included. For...
priority
find command further enhancement currently the find command only allows for filtering of single prefix except for tags if multiple prefixes are included only the last one will be taken into account if time permits perhaps we could enhance the implementation to allow for multiple prefixes to be included for...
1
635,523
20,405,041,581
IssuesEvent
2022-02-23 03:37:40
dnd-side-project/dnd-6th-1-iOS
https://api.github.com/repos/dnd-side-project/dnd-6th-1-iOS
opened
캘린더 Datasource 생성
인제 홈(다이어리)탭 Priority: Medium Feature Network
## 기능 설명 FSCalendar에 들어갈 datasource 서버로 부터 수신 ## 완료 조건 - [ ] 서버에서 data 받아오기 - [ ] 받아온 data를 FSCalendar의 datasource로 만들기 - [ ] datasource기반 캘린더에 이벤트 표시
1.0
캘린더 Datasource 생성 - ## 기능 설명 FSCalendar에 들어갈 datasource 서버로 부터 수신 ## 완료 조건 - [ ] 서버에서 data 받아오기 - [ ] 받아온 data를 FSCalendar의 datasource로 만들기 - [ ] datasource기반 캘린더에 이벤트 표시
priority
캘린더 datasource 생성 기능 설명 fscalendar에 들어갈 datasource 서버로 부터 수신 완료 조건 서버에서 data 받아오기 받아온 data를 fscalendar의 datasource로 만들기 datasource기반 캘린더에 이벤트 표시
1
398,206
11,739,281,217
IssuesEvent
2020-03-11 17:26:23
onaio/reveal-frontend
https://api.github.com/repos/onaio/reveal-frontend
closed
RVL407 - Create a direct link from “add plan page” to the focus investigation page
Priority: Medium enhancement has pr
Create a direct link from “add plan page” to the focus investigation page. Focus investigation page is currently accessible via the following path: Monitor > Focus investigations > focus area columns, click little blue arrow > open link for that focus area. More info: https://smartregister.atlassian.net/browse...
1.0
RVL407 - Create a direct link from “add plan page” to the focus investigation page - Create a direct link from “add plan page” to the focus investigation page. Focus investigation page is currently accessible via the following path: Monitor > Focus investigations > focus area columns, click little blue arrow > op...
priority
create a direct link from “add plan page” to the focus investigation page create a direct link from “add plan page” to the focus investigation page focus investigation page is currently accessible via the following path monitor focus investigations focus area columns click little blue arrow open li...
1
754,350
26,383,153,674
IssuesEvent
2023-01-12 10:12:20
kubevela/kubevela
https://api.github.com/repos/kubevela/kubevela
closed
[Bug] Health check bypass owner check
type/bug priority/critical area/controller effort/medium
**Describe the bug** <!-- A clear and concise description of what the bug is. --> When using `deploy` workflow step to dispatch resources, it will 1. do health check for all components to deploy 2. for unhealthy component, execute applyComponent 3. do health check again For second step, if the resource to c...
1.0
[Bug] Health check bypass owner check - **Describe the bug** <!-- A clear and concise description of what the bug is. --> When using `deploy` workflow step to dispatch resources, it will 1. do health check for all components to deploy 2. for unhealthy component, execute applyComponent 3. do health check again ...
priority
health check bypass owner check describe the bug a clear and concise description of what the bug is when using deploy workflow step to dispatch resources it will do health check for all components to deploy for unhealthy component execute applycomponent do health check again f...
1
308,251
9,436,852,114
IssuesEvent
2019-04-13 10:25:54
CS2103-AY1819S2-W16-2/main
https://api.github.com/repos/CS2103-AY1819S2-W16-2/main
closed
As a user who prefers visuals, I can select a contact and see the address (if any) of the contact on the Google Map applet within the app
priority.Medium type.Story
so that I can visualise the location of the property and search for directions to the location.
1.0
As a user who prefers visuals, I can select a contact and see the address (if any) of the contact on the Google Map applet within the app - so that I can visualise the location of the property and search for directions to the location.
priority
as a user who prefers visuals i can select a contact and see the address if any of the contact on the google map applet within the app so that i can visualise the location of the property and search for directions to the location
1
693,848
23,792,124,383
IssuesEvent
2022-09-02 15:27:42
blindnet-io/privacy-components-web
https://api.github.com/repos/blindnet-io/privacy-components-web
closed
[PRCI] Access Action Form
type: feature effort2: medium (days) priority: 0 (critical) draft
See [sketches](https://github.com/blindnet-io/product-management/blob/main/specifications/Diagrams-Sketches-Privacy-Request-Capture-Interface.md) (bottom right of the figma) Will use a very similar form to transparency. The main differences are: - Password creation (see ACCESS 1 sketch) - "OTHER-DATA" in the main ...
1.0
[PRCI] Access Action Form - See [sketches](https://github.com/blindnet-io/product-management/blob/main/specifications/Diagrams-Sketches-Privacy-Request-Capture-Interface.md) (bottom right of the figma) Will use a very similar form to transparency. The main differences are: - Password creation (see ACCESS 1 sketch) ...
priority
access action form see bottom right of the figma will use a very similar form to transparency the main differences are password creation see access sketch other data in the main dropdown must allow the user to enter info can t just use allchecklist as is see access sketch advanced se...
1