Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
957
labels
stringlengths
4
1.11k
body
stringlengths
1
261k
index
stringclasses
11 values
text_combine
stringlengths
95
261k
label
stringclasses
2 values
text
stringlengths
96
250k
binary_label
int64
0
1
53,070
6,677,096,269
IssuesEvent
2017-10-05 09:05:36
elastic/logstash
https://api.github.com/repos/elastic/logstash
opened
Introduce the concept of topics to the DLQ
design discuss DLQ enhancement
During the SupportSummit developer take-over, I handled two tickets where users wanted to get DLQ entries off disk and into ES ASAP - both users fell short with simple dlq input -> es output configs because the entries had different shapes for one mapping. **I am proposing that we generate a "topic" that categorises...
1.0
Introduce the concept of topics to the DLQ - During the SupportSummit developer take-over, I handled two tickets where users wanted to get DLQ entries off disk and into ES ASAP - both users fell short with simple dlq input -> es output configs because the entries had different shapes for one mapping. **I am proposin...
design
introduce the concept of topics to the dlq during the supportsummit developer take over i handled two tickets where users wanted to get dlq entries off disk and into es asap both users fell short with simple dlq input es output configs because the entries had different shapes for one mapping i am proposin...
1
756,576
26,477,165,232
IssuesEvent
2023-01-17 12:04:17
helpwave/services
https://api.github.com/repos/helpwave/services
opened
libs not linted in CI
bug priority: low
### Describe the bug We only lint each service, but never the libs.
1.0
libs not linted in CI - ### Describe the bug We only lint each service, but never the libs.
non_design
libs not linted in ci describe the bug we only lint each service but never the libs
0
26,995
4,847,546,720
IssuesEvent
2016-11-10 15:14:38
quickapps/cms
https://api.github.com/repos/quickapps/cms
closed
List type fields
Defect Resolved
The instructions for List Type options states: > The label is optional: if a line contains a single string, it will be used as key and label. I found that this is not true if you only use one string null is saved in the value if you use the key|label format it works correctly
1.0
List type fields - The instructions for List Type options states: > The label is optional: if a line contains a single string, it will be used as key and label. I found that this is not true if you only use one string null is saved in the value if you use the key|label format it works correctly
non_design
list type fields the instructions for list type options states the label is optional if a line contains a single string it will be used as key and label i found that this is not true if you only use one string null is saved in the value if you use the key label format it works correctly
0
65,313
16,195,988,407
IssuesEvent
2021-05-04 14:37:57
tensorflow/tensorflow
https://api.github.com/repos/tensorflow/tensorflow
closed
Fail to build on Linux aarch64
stalled stat:awaiting response subtype: ubuntu/linux type:build/install
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Linux Ubuntu devel 21.04 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A - TensorFlow installed from (source or binary):source - TensorFlow version:master - Python version:3.9.4 - ...
1.0
Fail to build on Linux aarch64 - **System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04):Linux Ubuntu devel 21.04 - Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: N/A - TensorFlow installed from (source or binary):source - TensorFlow version:ma...
non_design
fail to build on linux system information os platform and distribution e g linux ubuntu linux ubuntu devel mobile device e g iphone pixel samsung galaxy if the issue happens on mobile device n a tensorflow installed from source or binary source tensorflow version master p...
0
8,698
2,878,602,242
IssuesEvent
2015-06-10 02:42:25
18F/govt-wide-patternlibrary
https://api.github.com/repos/18F/govt-wide-patternlibrary
opened
Need more context on 'Charts/Graphs'
help wanted visual design
Looking for teams to give us a bit more insight on what components of charts and graphs people are looking for. Like styled out bar charts, line graphs, etc? Would be helpful to get guidance on whether this is about visual guidance and/or also building customizeable interfaces, which will require muchmore front end...
1.0
Need more context on 'Charts/Graphs' - Looking for teams to give us a bit more insight on what components of charts and graphs people are looking for. Like styled out bar charts, line graphs, etc? Would be helpful to get guidance on whether this is about visual guidance and/or also building customizeable interface...
design
need more context on charts graphs looking for teams to give us a bit more insight on what components of charts and graphs people are looking for like styled out bar charts line graphs etc would be helpful to get guidance on whether this is about visual guidance and or also building customizeable interface...
1
227,068
25,030,717,345
IssuesEvent
2022-11-04 12:07:59
sast-automation-dev/PartsUnlimited-46
https://api.github.com/repos/sast-automation-dev/PartsUnlimited-46
opened
jquery-2.2.0.js: 4 vulnerabilities (highest severity is: 6.1)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.2.0.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.0/jque...
True
jquery-2.2.0.js: 4 vulnerabilities (highest severity is: 6.1) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-2.2.0.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <...
non_design
jquery js vulnerabilities highest severity is vulnerable library jquery js javascript library for dom operations library home page a href path to vulnerable library labfiles az implementing application infrastructure sample netcorewebapp wwwroot lib jquery dist jquery j...
0
41,886
9,090,884,416
IssuesEvent
2019-02-19 01:31:10
phetsims/wave-interference
https://api.github.com/repos/phetsims/wave-interference
opened
StepButton can enable/disable itself
dev:code-review
Noted while doing something similar in Gas Properties. In TimeControls.js: ```js const stepButton = new StepButton( { ... } ); // Only enable the step button when the model is paused. model.isRunningProperty.link( isRunning => {stepButton.enabled = !isRunning;} ); ``` Th...
1.0
StepButton can enable/disable itself - Noted while doing something similar in Gas Properties. In TimeControls.js: ```js const stepButton = new StepButton( { ... } ); // Only enable the step button when the model is paused. model.isRunningProperty.link( isRunning => {stepButt...
non_design
stepbutton can enable disable itself noted while doing something similar in gas properties in timecontrols js js const stepbutton new stepbutton only enable the step button when the model is paused model isrunningproperty link isrunning stepbutt...
0
491,332
14,149,322,695
IssuesEvent
2020-11-11 00:33:29
apcountryman/picolibrary-microchip-avr-megaavr
https://api.github.com/repos/apcountryman/picolibrary-microchip-avr-megaavr
closed
Simplify asynchronous serial transmitter implementation
priority-normal status-awaiting_approval type-refactoring
Simplify asynchronous serial transmitter (`::picolibrary::Microchip::AVR::megaAVR::Asynchronous_Serial::Transmitter`) implementation by leveraging `::picolibrary::Microchip::AVR::megaAVR::Asynchronous_Serial::Basic_Transmitter` and `::picolibrary::Asynchronous_Serial::Transmitter`.
1.0
Simplify asynchronous serial transmitter implementation - Simplify asynchronous serial transmitter (`::picolibrary::Microchip::AVR::megaAVR::Asynchronous_Serial::Transmitter`) implementation by leveraging `::picolibrary::Microchip::AVR::megaAVR::Asynchronous_Serial::Basic_Transmitter` and `::picolibrary::Asynchronous_S...
non_design
simplify asynchronous serial transmitter implementation simplify asynchronous serial transmitter picolibrary microchip avr megaavr asynchronous serial transmitter implementation by leveraging picolibrary microchip avr megaavr asynchronous serial basic transmitter and picolibrary asynchronous s...
0
117,669
15,162,352,275
IssuesEvent
2021-02-12 10:28:36
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
drawerOpened may be false when opening the drawer by sliding
P4 e: device-specific f: material design f: routes found in release: 1.19 framework has reproducible steps waiting for customer response
When checking on `onWillPop`, `scaffoldKey.currentState.isDrawerOpen` may report `false` if the drawer was opened by sliding the finger from the edge of the screen.
1.0
drawerOpened may be false when opening the drawer by sliding - When checking on `onWillPop`, `scaffoldKey.currentState.isDrawerOpen` may report `false` if the drawer was opened by sliding the finger from the edge of the screen.
design
draweropened may be false when opening the drawer by sliding when checking on onwillpop scaffoldkey currentstate isdraweropen may report false if the drawer was opened by sliding the finger from the edge of the screen
1
479,889
13,807,043,077
IssuesEvent
2020-10-11 20:15:22
vitreo12/AlgaSC
https://api.github.com/repos/vitreo12/AlgaSC
opened
Clock sync for AlgaNode creation / connection
high priority
Sync to clock (optionally) the creation / connection of AlgaNodes
1.0
Clock sync for AlgaNode creation / connection - Sync to clock (optionally) the creation / connection of AlgaNodes
non_design
clock sync for alganode creation connection sync to clock optionally the creation connection of alganodes
0
167,811
20,726,411,495
IssuesEvent
2022-03-14 02:49:50
Thezone1975/send
https://api.github.com/repos/Thezone1975/send
opened
CVE-2022-24433 (High) detected in simple-git-1.113.0.tgz
security vulnerability
## CVE-2022-24433 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-git-1.113.0.tgz</b></p></summary> <p>Simple GIT interface for node.js</p> <p>Library home page: <a href="https:...
True
CVE-2022-24433 (High) detected in simple-git-1.113.0.tgz - ## CVE-2022-24433 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>simple-git-1.113.0.tgz</b></p></summary> <p>Simple GIT inte...
non_design
cve high detected in simple git tgz cve high severity vulnerability vulnerable library simple git tgz simple git interface for node js library home page a href path to dependency file send package json path to vulnerable library node modules simple git package json...
0
105,850
23,127,270,512
IssuesEvent
2022-07-28 07:10:47
swift-nav/libsbp
https://api.github.com/repos/swift-nav/libsbp
closed
Comments only sometimes line up in generated C headers
Message/Code Generation
e.g. ``` #define SBP_MSG_UART_STATE 0x0018 typedef struct __attribute__((packed)) { uart_channel_t uart_a; /**< State of UART A */ uart_channel_t uart_b; /**< State of UART B */ uart_channel_t uart_ftdi; /**< State of UART FTDI (USB logger) */ latency_t latency; /**< UART communication l...
1.0
Comments only sometimes line up in generated C headers - e.g. ``` #define SBP_MSG_UART_STATE 0x0018 typedef struct __attribute__((packed)) { uart_channel_t uart_a; /**< State of UART A */ uart_channel_t uart_b; /**< State of UART B */ uart_channel_t uart_ftdi; /**< State of UART FTDI (USB logge...
non_design
comments only sometimes line up in generated c headers e g define sbp msg uart state typedef struct attribute packed uart channel t uart a state of uart a uart channel t uart b state of uart b uart channel t uart ftdi state of uart ftdi usb logger ...
0
183,888
31,779,959,093
IssuesEvent
2023-09-12 16:42:08
jpmorganchase/salt-ds
https://api.github.com/repos/jpmorganchase/salt-ds
opened
Create mega-menu for use with navigation item
role: dev 💻 role: design 🎨 role: content 📝
## Description The navigation item should include the option of a mega-menu drop-down. ## Tasks ```[tasklist] ### Checklist - [ ] Density (HD, MD, LD, TD) - [ ] Mode (Light, Dark) - [ ] Fill (Primary, Secondary, Tertiary) - [ ] State (Default, Hover, Selected/Active, Disabled, Read-only, Other) - [ ] Contr...
1.0
Create mega-menu for use with navigation item - ## Description The navigation item should include the option of a mega-menu drop-down. ## Tasks ```[tasklist] ### Checklist - [ ] Density (HD, MD, LD, TD) - [ ] Mode (Light, Dark) - [ ] Fill (Primary, Secondary, Tertiary) - [ ] State (Default, Hover, Selected/...
design
create mega menu for use with navigation item description the navigation item should include the option of a mega menu drop down tasks checklist density hd md ld td mode light dark fill primary secondary tertiary state default hover selected active disabled ...
1
130,005
17,971,513,504
IssuesEvent
2021-09-14 03:02:03
AcrossTheCloud/TBA21-client
https://api.github.com/repos/AcrossTheCloud/TBA21-client
closed
Windows alignment of text should be vertically aligned in boxes but isn't
bug ux/ui differs from design
<img width="408" alt="Screen Shot 2021-09-14 at 12 08 34 pm" src="https://user-images.githubusercontent.com/2288238/133182853-b12c9fd3-bb92-4ef8-bf3d-5cc788b0a78c.png">
1.0
Windows alignment of text should be vertically aligned in boxes but isn't - <img width="408" alt="Screen Shot 2021-09-14 at 12 08 34 pm" src="https://user-images.githubusercontent.com/2288238/133182853-b12c9fd3-bb92-4ef8-bf3d-5cc788b0a78c.png">
design
windows alignment of text should be vertically aligned in boxes but isn t img width alt screen shot at pm src
1
122,242
4,828,699,874
IssuesEvent
2016-11-07 16:54:29
meumobi/sitebuilder
https://api.github.com/repos/meumobi/sitebuilder
opened
Push not received
bug high priority push notification
I've sent push on various sites, with segmented audience and not, but never received push on my ios. Can't digg further on my investigation due to issue #431
1.0
Push not received - I've sent push on various sites, with segmented audience and not, but never received push on my ios. Can't digg further on my investigation due to issue #431
non_design
push not received i ve sent push on various sites with segmented audience and not but never received push on my ios can t digg further on my investigation due to issue
0
67,828
17,084,679,131
IssuesEvent
2021-07-08 10:13:22
ballerina-platform/ballerina-standard-library
https://api.github.com/repos/ballerina-platform/ballerina-standard-library
closed
Update Build and Release Scripts - Part I
Type/Task area/build
**Description:** We have to complete the following three tasks: 1. Remove the `push` trigger from the `pull-request.yml` file 2. Update to Gradle `7.1` version Use ```gradle wrapper --gradle-version 7.1``` to update to the `7.1` version. Make sure to commit the `gradle/wrapper/gradle-wrapper.jar` file too. ...
1.0
Update Build and Release Scripts - Part I - **Description:** We have to complete the following three tasks: 1. Remove the `push` trigger from the `pull-request.yml` file 2. Update to Gradle `7.1` version Use ```gradle wrapper --gradle-version 7.1``` to update to the `7.1` version. Make sure to commit the `g...
non_design
update build and release scripts part i description we have to complete the following three tasks remove the push trigger from the pull request yml file update to gradle version use gradle wrapper gradle version to update to the version make sure to commit the g...
0
256,177
27,552,723,853
IssuesEvent
2023-03-07 15:55:14
BrianMcDonaldWS/genie
https://api.github.com/repos/BrianMcDonaldWS/genie
opened
CVE-2022-31159 (Medium) detected in aws-java-sdk-s3-1.11.415.jar
security vulnerability
## CVE-2022-31159 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aws-java-sdk-s3-1.11.415.jar</b></p></summary> <p>The AWS Java SDK for Amazon S3 module holds the client classes tha...
True
CVE-2022-31159 (Medium) detected in aws-java-sdk-s3-1.11.415.jar - ## CVE-2022-31159 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>aws-java-sdk-s3-1.11.415.jar</b></p></summary> <p...
non_design
cve medium detected in aws java sdk jar cve medium severity vulnerability vulnerable library aws java sdk jar the aws java sdk for amazon module holds the client classes that are used for communicating with amazon simple storage service library home page a href pat...
0
9,011
6,725,281,776
IssuesEvent
2017-10-17 04:15:16
woocommerce/woocommerce
https://api.github.com/repos/woocommerce/woocommerce
closed
Coupon limit where clause
Focus: Performance Type: Bug
## Steps to reproduce the issue 1. Set up a coupon with a non-zero value for "Usage limit per user" 2. Add coupon to an order and check out 3. During checkout, [this query](https://github.com/woocommerce/woocommerce/blob/803b31a18cf240368c46633f98fded76ffbd949c/includes/class-wc-cart.php#L1495) will select from th...
True
Coupon limit where clause - ## Steps to reproduce the issue 1. Set up a coupon with a non-zero value for "Usage limit per user" 2. Add coupon to an order and check out 3. During checkout, [this query](https://github.com/woocommerce/woocommerce/blob/803b31a18cf240368c46633f98fded76ffbd949c/includes/class-wc-cart.ph...
non_design
coupon limit where clause steps to reproduce the issue set up a coupon with a non zero value for usage limit per user add coupon to an order and check out during checkout will select from the users table with a where clause of if the site has enough users this can use up a lot of mem...
0
812,396
30,331,868,572
IssuesEvent
2023-07-11 07:01:41
matrixorigin/matrixone
https://api.github.com/repos/matrixorigin/matrixone
closed
[Feature Request]: implement lower_case_table_names
priority/p0 kind/feature source/on-demand doc close
### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_ ### Describe the feature you'd like https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html This should be a DB level config as ...
1.0
[Feature Request]: implement lower_case_table_names - ### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_ ### Describe the feature you'd like https://dev.mysql.com/doc/refman/8.0/en/identifier-case-se...
non_design
implement lower case table names is there an existing issue for the same feature request i have checked the existing issues is your feature request related to a problem no response describe the feature you d like this should be a db level config as describe implementation you ...
0
241,198
20,107,507,017
IssuesEvent
2022-02-07 12:01:29
kyma-incubator/reconciler
https://api.github.com/repos/kyma-incubator/reconciler
opened
Testing reconciler changes
area/reconciler area/installation test-missing release blocker
<!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** Implement pipeline building reconciler from the sources and installing kyma. Pipeline should be triggered on reconciler changes: before me...
1.0
Testing reconciler changes - <!-- Thank you for your contribution. Before you submit the issue: 1. Search open and closed issues for duplicates. 2. Read the contributing guidelines. --> **Description** Implement pipeline building reconciler from the sources and installing kyma. Pipeline should be triggered on ...
non_design
testing reconciler changes thank you for your contribution before you submit the issue search open and closed issues for duplicates read the contributing guidelines description implement pipeline building reconciler from the sources and installing kyma pipeline should be triggered on ...
0
172,090
27,233,053,774
IssuesEvent
2023-02-21 14:32:42
prgrms-web-devcourse/Team-5YES-WuMo-FE
https://api.github.com/repos/prgrms-web-devcourse/Team-5YES-WuMo-FE
closed
모바일 반응형 레이아웃 세팅
feature design
## 📕 작업 설명 - 모바일 반응형 레이아웃 작업 작업 브랜치: feature/mobile-layout-setting/#1 ## 📖 진행 사항 - [ ] 모바일 반응형 레이아웃 작업
1.0
모바일 반응형 레이아웃 세팅 - ## 📕 작업 설명 - 모바일 반응형 레이아웃 작업 작업 브랜치: feature/mobile-layout-setting/#1 ## 📖 진행 사항 - [ ] 모바일 반응형 레이아웃 작업
design
모바일 반응형 레이아웃 세팅 📕 작업 설명 모바일 반응형 레이아웃 작업 작업 브랜치 feature mobile layout setting 📖 진행 사항 모바일 반응형 레이아웃 작업
1
114,356
14,564,427,648
IssuesEvent
2020-12-17 05:04:45
Opentrons/opentrons
https://api.github.com/repos/Opentrons/opentrons
opened
PD: Triggers that force a user to confirm or cancel loss of changes to a step form
:spider: SPDDRS protocol designer
### User Story As a user I want loss of work to be a conscious choice Example existing modal in PD: ![image.png](https://images.zenhubusercontent.com/5e27344f9aca8806bc57bc3b/e0cd9949-40f2-41f1-a6aa-0207f06ac7bc) ### Acceptance Criteria **When users will always be asked to save or cancel changes** - [ ] When a user h...
1.0
PD: Triggers that force a user to confirm or cancel loss of changes to a step form - ### User Story As a user I want loss of work to be a conscious choice Example existing modal in PD: ![image.png](https://images.zenhubusercontent.com/5e27344f9aca8806bc57bc3b/e0cd9949-40f2-41f1-a6aa-0207f06ac7bc) ### Acceptance Criter...
design
pd triggers that force a user to confirm or cancel loss of changes to a step form user story as a user i want loss of work to be a conscious choice example existing modal in pd acceptance criteria when users will always be asked to save or cancel changes when a user has made changes to a sing...
1
242,840
7,849,239,407
IssuesEvent
2018-06-20 02:20:00
kubeflow/kubeflow
https://api.github.com/repos/kubeflow/kubeflow
closed
Batch Prediction Beam Library
area/inference priority/p1 release/0.2.0 sprint/2018-05-29-to-06-08 sprint/2018-06-11-to-06-22
We'd like to have a story for batch prediction with beam. We will need a library of DoFns to do inference. Related to: Batch Prediction using GPUs #251 /assign @yixinshi
1.0
Batch Prediction Beam Library - We'd like to have a story for batch prediction with beam. We will need a library of DoFns to do inference. Related to: Batch Prediction using GPUs #251 /assign @yixinshi
non_design
batch prediction beam library we d like to have a story for batch prediction with beam we will need a library of dofns to do inference related to batch prediction using gpus assign yixinshi
0
40,133
12,750,677,866
IssuesEvent
2020-06-27 06:12:24
LucasZuk/Carrosserie
https://api.github.com/repos/LucasZuk/Carrosserie
closed
CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js
security vulnerability
## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library for DOM operations</p> <p>Library home page: <a href="htt...
True
CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js - ## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary> <p>JavaScript library ...
non_design
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm carrosserie wp content themes twentytwenty node modules vm browseri...
0
11,917
3,028,451,223
IssuesEvent
2015-08-04 05:28:11
MarlinFirmware/MarlinDev
https://api.github.com/repos/MarlinFirmware/MarlinDev
opened
More parse-able M115
Design Concept Hosts & Protocols Needs Feedback
Currently the output of `M115` looks like this: FIRMWARE_NAME:Marlin 1.1 abc-123-de4db33f SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel RepRap EXTRUDER_COUNT:1 UUID:00000000-0000-0000-0000-000000000000 This is hard to parse. It would help to add a delimiter...
1.0
More parse-able M115 - Currently the output of `M115` looks like this: FIRMWARE_NAME:Marlin 1.1 abc-123-de4db33f SOURCE_CODE_URL:https://github.com/MarlinFirmware/Marlin/ PROTOCOL_VERSION:1.0 MACHINE_TYPE:Mendel RepRap EXTRUDER_COUNT:1 UUID:00000000-0000-0000-0000-000000000000 This is hard to parse. It would ...
design
more parse able currently the output of looks like this firmware name marlin abc source code url protocol version machine type mendel reprap extruder count uuid this is hard to parse it would help to add a delimiter such as a semicolon between parts this results in… ...
1
9,617
2,910,501,232
IssuesEvent
2015-06-21 20:26:04
hhroc/yellr-ios
https://api.github.com/repos/hhroc/yellr-ios
opened
Change voting colors
design
The up-arrow and down-arrow should be grey, unless a vote has been cast. Then, if it is an upvote, then the up arrow should turn green, and the down arrow should turn red if it was a down vote. Additionally, the color of the up/down vote counts should be green/red. Look at how the Android app does it, as well as t...
1.0
Change voting colors - The up-arrow and down-arrow should be grey, unless a vote has been cast. Then, if it is an upvote, then the up arrow should turn green, and the down arrow should turn red if it was a down vote. Additionally, the color of the up/down vote counts should be green/red. Look at how the Android ap...
design
change voting colors the up arrow and down arrow should be grey unless a vote has been cast then if it is an upvote then the up arrow should turn green and the down arrow should turn red if it was a down vote additionally the color of the up down vote counts should be green red look at how the android ap...
1
80,533
10,023,139,704
IssuesEvent
2019-07-16 18:26:26
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
Focus ring on buttons looks odd
QA/Yes design feature/user-interface polish priority/P5 release-notes/exclude
<!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV...
1.0
Focus ring on buttons looks odd - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue. PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE. INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOP...
design
focus ring on buttons looks odd have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reop...
1
75,372
20,779,189,134
IssuesEvent
2022-03-16 13:23:12
mozilla-mobile/reference-browser
https://api.github.com/repos/mozilla-mobile/reference-browser
closed
Update Sentry tokens for the new client
🏗️ build
Update Sentry tokens for the new clientAs part of moving to a newer instance of Sentry, we would need to update Sentry tokens in our build system's secrets. Dependant on https://github.com/mozilla-mobile/android-components/issues/11646.
1.0
Update Sentry tokens for the new client - Update Sentry tokens for the new clientAs part of moving to a newer instance of Sentry, we would need to update Sentry tokens in our build system's secrets. Dependant on https://github.com/mozilla-mobile/android-components/issues/11646.
non_design
update sentry tokens for the new client update sentry tokens for the new clientas part of moving to a newer instance of sentry we would need to update sentry tokens in our build system s secrets dependant on
0
163,255
25,779,989,346
IssuesEvent
2022-12-09 15:08:10
RE-SS3D/SS3D
https://api.github.com/repos/RE-SS3D/SS3D
closed
Add end of round mechanics
High Priority Type: Feature Bounty Needs: Documents/Design System: Rounds
<!-- Text within these arrows are notes for you and should be deleted. --> ### Summary Add end of round mechanics. ### Goal Basically, a trigger to end the round for the players. Sends all players back to lobby. I think it is tied to a timer currently, but adding a way to trigger it from in-game would be ...
1.0
Add end of round mechanics - <!-- Text within these arrows are notes for you and should be deleted. --> ### Summary Add end of round mechanics. ### Goal Basically, a trigger to end the round for the players. Sends all players back to lobby. I think it is tied to a timer currently, but adding a way to trig...
design
add end of round mechanics summary add end of round mechanics goal basically a trigger to end the round for the players sends all players back to lobby i think it is tied to a timer currently but adding a way to trigger it from in game would be nice too like from a command console ...
1
51,196
10,595,774,186
IssuesEvent
2019-10-09 19:44:25
fdorg/flashdevelop
https://api.github.com/repos/fdorg/flashdevelop
opened
[Haxe][CodeGenerator] Add the generator `Generate constructor with initializer` for `abstract`
coderefactor enhancement haxe
```haxe abstract AType(Int) { $(EntryPoint) } ``` expected result: ```haxe abstract AType(Int) { public function new(value:Int) this = value; } ```
1.0
[Haxe][CodeGenerator] Add the generator `Generate constructor with initializer` for `abstract` - ```haxe abstract AType(Int) { $(EntryPoint) } ``` expected result: ```haxe abstract AType(Int) { public function new(value:Int) this = value; } ```
non_design
add the generator generate constructor with initializer for abstract haxe abstract atype int entrypoint expected result haxe abstract atype int public function new value int this value
0
17,009
3,588,328,781
IssuesEvent
2016-01-30 23:06:46
tgstation/-tg-station
https://api.github.com/repos/tgstation/-tg-station
closed
It's not possible to put the new bras on as a man or a woman from the dresser
Bug Needs Reproducing/Testing
Important to note that when trying as a woman I was either made into a woman via (I assume) admin intervention or surgery. Also I don't think it's possible to actually put on any of the female restricted clothing? I just didn't know what the rest of them looked like.
1.0
It's not possible to put the new bras on as a man or a woman from the dresser - Important to note that when trying as a woman I was either made into a woman via (I assume) admin intervention or surgery. Also I don't think it's possible to actually put on any of the female restricted clothing? I just didn't know what...
non_design
it s not possible to put the new bras on as a man or a woman from the dresser important to note that when trying as a woman i was either made into a woman via i assume admin intervention or surgery also i don t think it s possible to actually put on any of the female restricted clothing i just didn t know what...
0
59,855
7,298,785,423
IssuesEvent
2018-02-26 18:01:08
CDLUC3/Make-Data-Count
https://api.github.com/repos/CDLUC3/Make-Data-Count
closed
Decide which repositories to target
Log Processing MVP S06: Design Log Processor in progress
Need to know which repositories will be the focus: - Dash - DataONE - DataCite
1.0
Decide which repositories to target - Need to know which repositories will be the focus: - Dash - DataONE - DataCite
design
decide which repositories to target need to know which repositories will be the focus dash dataone datacite
1
45,272
5,918,795,715
IssuesEvent
2017-05-22 16:07:41
blockstack/blockstack.org
https://api.github.com/repos/blockstack/blockstack.org
opened
design section 2 content
design
Design section 2 content - [ ] mobile - [ ] desktop Reference - [#302: home page content](https://github.com/blockstack/blockstack.org/issues/302) - [#292: design new landing view hero section and illustration](https://github.com/blockstack/blockstack.org/issues/292)
1.0
design section 2 content - Design section 2 content - [ ] mobile - [ ] desktop Reference - [#302: home page content](https://github.com/blockstack/blockstack.org/issues/302) - [#292: design new landing view hero section and illustration](https://github.com/blockstack/blockstack.org/issues/292)
design
design section content design section content mobile desktop reference
1
27,134
4,282,382,290
IssuesEvent
2016-07-15 08:55:23
e-government-ua/i
https://api.github.com/repos/e-government-ua/i
closed
Ошибка в разделе Документы, если у пользователя еще нет документов
bug test _central-js
На боевом сервере при переходе в раздел Документы от имени пользователя, у которого еще нет документов вылазит ошибка. ![2016-07-08 13-27-12](https://cloud.githubusercontent.com/assets/5942291/16684911/45deac1a-4510-11e6-877d-08622fc76046.png) В консоли на локальном фронт-енде лог примерно такой: ``` GET /app/doc...
1.0
Ошибка в разделе Документы, если у пользователя еще нет документов - На боевом сервере при переходе в раздел Документы от имени пользователя, у которого еще нет документов вылазит ошибка. ![2016-07-08 13-27-12](https://cloud.githubusercontent.com/assets/5942291/16684911/45deac1a-4510-11e6-877d-08622fc76046.png) В к...
non_design
ошибка в разделе документы если у пользователя еще нет документов на боевом сервере при переходе в раздел документы от имени пользователя у которого еще нет документов вылазит ошибка в консоли на локальном фронт енде лог примерно такой get app documents index html get auth isauthenticated ...
0
28,796
4,119,691,112
IssuesEvent
2016-06-08 15:34:31
owncloud/core
https://api.github.com/repos/owncloud/core
closed
Tooltip in federated sharing is not showing the full url.
bug design in progress sev4-low
### Steps to reproduce Having admin in serverA and admin in serverB 1. Share a file from admin@serverA with admin@serverB. 2. In ServerB accept the share. 3. In ServerA open the sidebar of the shared file and hover the shared name ### Expected behaviour Tooltip shows full url. ### Actual behaviour Tooltip...
1.0
Tooltip in federated sharing is not showing the full url. - ### Steps to reproduce Having admin in serverA and admin in serverB 1. Share a file from admin@serverA with admin@serverB. 2. In ServerB accept the share. 3. In ServerA open the sidebar of the shared file and hover the shared name ### Expected behavio...
design
tooltip in federated sharing is not showing the full url steps to reproduce having admin in servera and admin in serverb share a file from admin servera with admin serverb in serverb accept the share in servera open the sidebar of the shared file and hover the shared name expected behavio...
1
100,318
12,514,717,002
IssuesEvent
2020-06-03 06:05:11
JeschkeLab/DeerLab
https://api.github.com/repos/JeschkeLab/DeerLab
opened
Built-in models information interface
design
All parametric models in DeerLab when called without inputs return a ``info`` structure which contains the essentials (start values, boundaries, parameter names,...) needed to setup optimization with built-in models and constraints. ### Structure At the moment `info` looks like this, e.g. for the `dd_gauss` mode...
1.0
Built-in models information interface - All parametric models in DeerLab when called without inputs return a ``info`` structure which contains the essentials (start values, boundaries, parameter names,...) needed to setup optimization with built-in models and constraints. ### Structure At the moment `info` looks...
design
built in models information interface all parametric models in deerlab when called without inputs return a info structure which contains the essentials start values boundaries parameter names needed to setup optimization with built in models and constraints structure at the moment info looks...
1
173,779
27,523,001,069
IssuesEvent
2023-03-06 16:10:07
department-of-veterans-affairs/va.gov-team
https://api.github.com/repos/department-of-veterans-affairs/va.gov-team
closed
Release to Production
frontend design product ux HCE-Checkin
## ENGINEERING TASKS - [x] Merge code to main branch (or flip the feature flag) on day of release - [x] Conduct prod or staging validation, if necessary - [ ] Needed - [ ] Not needed ## RESEARCH TASKS - [x] Push updated Product Guides to Git, if necessary ## DESIGN TASKS - [x] Merge final wireframes to Abstrac...
1.0
Release to Production - ## ENGINEERING TASKS - [x] Merge code to main branch (or flip the feature flag) on day of release - [x] Conduct prod or staging validation, if necessary - [ ] Needed - [ ] Not needed ## RESEARCH TASKS - [x] Push updated Product Guides to Git, if necessary ## DESIGN TASKS - [x] Merge fin...
design
release to production engineering tasks merge code to main branch or flip the feature flag on day of release conduct prod or staging validation if necessary needed not needed research tasks push updated product guides to git if necessary design tasks merge final wireframe...
1
129,634
17,851,577,838
IssuesEvent
2021-09-04 06:44:59
SuperHouse/OXRS
https://api.github.com/repos/SuperHouse/OXRS
closed
Adding maker designator
request maker designator
Was hoping to add maker designator for Austin's Creations (AC) In relation to this page: [https://oxrs.io/glossary/makers.html](https://oxrs.io/glossary/makers.html) I do have a terribly outdated website: [austinscreations.ca](https://www.austinscreations.ca/) most of my work is posted on Instagram, and sometime...
1.0
Adding maker designator - Was hoping to add maker designator for Austin's Creations (AC) In relation to this page: [https://oxrs.io/glossary/makers.html](https://oxrs.io/glossary/makers.html) I do have a terribly outdated website: [austinscreations.ca](https://www.austinscreations.ca/) most of my work is posted ...
design
adding maker designator was hoping to add maker designator for austin s creations ac in relation to this page i do have a terribly outdated website most of my work is posted on instagram and sometimes cross posted to twitter
1
171,284
27,091,391,166
IssuesEvent
2023-02-14 21:24:27
department-of-veterans-affairs/vets-design-system-documentation
https://api.github.com/repos/department-of-veterans-affairs/vets-design-system-documentation
opened
Experimental Design - Link - Active variation and Modal variation
vsp-design-system-team experimental_design
## What Proposing an additional Link - Active variation and a new Modal variation. ## Purpose VFS teams have a need to use primary links in modals instead of primary buttons and sometimes alongside secondary buttons. This creates some visual problems with the primary action not having visual prominence. * We d...
2.0
Experimental Design - Link - Active variation and Modal variation - ## What Proposing an additional Link - Active variation and a new Modal variation. ## Purpose VFS teams have a need to use primary links in modals instead of primary buttons and sometimes alongside secondary buttons. This creates some visual probl...
design
experimental design link active variation and modal variation what proposing an additional link active variation and a new modal variation purpose vfs teams have a need to use primary links in modals instead of primary buttons and sometimes alongside secondary buttons this creates some visual probl...
1
403,159
27,403,052,255
IssuesEvent
2023-03-01 03:11:53
flathub/cc.arduino.IDE2
https://api.github.com/repos/flathub/cc.arduino.IDE2
closed
READ FIRST: NOTICE ABOUT ISSUES
documentation
The Flathub release is an 3rd party wrapper maintained by the community and is not an officially supported method of installing the IDE. This does **not** mean that I (the current maintainer) and the Arduino Dev's are not interested in your issues. If you experience **any** issues with the IDE please report them he...
1.0
READ FIRST: NOTICE ABOUT ISSUES - The Flathub release is an 3rd party wrapper maintained by the community and is not an officially supported method of installing the IDE. This does **not** mean that I (the current maintainer) and the Arduino Dev's are not interested in your issues. If you experience **any** issues ...
non_design
read first notice about issues the flathub release is an party wrapper maintained by the community and is not an officially supported method of installing the ide this does not mean that i the current maintainer and the arduino dev s are not interested in your issues if you experience any issues wi...
0
49,255
13,186,549,484
IssuesEvent
2020-08-13 00:31:35
icecube-trac/tix3
https://api.github.com/repos/icecube-trac/tix3
opened
[simprod-scripts] GenerateAtmosphericNeutrinos bug (Trac #1050)
Incomplete Migration Migrated from Trac combo simulation defect
<details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1050">https://code.icecube.wisc.edu/ticket/1050</a>, reported by david.schultz and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime": "2016-03-18T21:14:03", "description": "The error:\n\n{{{\n ...
1.0
[simprod-scripts] GenerateAtmosphericNeutrinos bug (Trac #1050) - <details> <summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/1050">https://code.icecube.wisc.edu/ticket/1050</a>, reported by david.schultz and owned by olivas</em></summary> <p> ```json { "status": "closed", "changetime"...
non_design
generateatmosphericneutrinos bug trac migrated from json status closed changetime description the error n n n file data user edvorak metaprojects icesim trunk build lib icecube simprod segments generateneutrinos py line in generateatmo...
0
28,147
5,200,163,050
IssuesEvent
2017-01-23 22:56:51
jccastillo0007/eFacturaT
https://api.github.com/repos/jccastillo0007/eFacturaT
opened
Optibelt - el PDF en web está incompleto, ya que no muestra datos extra a nivel pro.
bug defect
Hay que arreglarlo
1.0
Optibelt - el PDF en web está incompleto, ya que no muestra datos extra a nivel pro. - Hay que arreglarlo
non_design
optibelt el pdf en web está incompleto ya que no muestra datos extra a nivel pro hay que arreglarlo
0
74,533
9,084,289,072
IssuesEvent
2019-02-18 02:47:51
TNRIS/data.tnris.org
https://api.github.com/repos/TNRIS/data.tnris.org
closed
archer/jack Image Remake Test
Design Ideas
Could we test the two images I've adapted to 16:9 for Archer Jack Counties Lidar? They are on the vault under the data.tnris.org folder. ID for the collection is cd8246cf-99fa-4504-b178-8c6ddecc1c02
1.0
archer/jack Image Remake Test - Could we test the two images I've adapted to 16:9 for Archer Jack Counties Lidar? They are on the vault under the data.tnris.org folder. ID for the collection is cd8246cf-99fa-4504-b178-8c6ddecc1c02
design
archer jack image remake test could we test the two images i ve adapted to for archer jack counties lidar they are on the vault under the data tnris org folder id for the collection is
1
321,897
23,877,373,449
IssuesEvent
2022-09-07 20:29:19
DisciplinasProgramacao/projeto1-grupo-1-lpm
https://api.github.com/repos/DisciplinasProgramacao/projeto1-grupo-1-lpm
closed
Cadastrar compromissos periódicos
documentation enhancement
Cadastrar compromissos periódicos. Por exemplo, cadastrar uma ida ao Pilates em 16/08/2022, e repetir a cada 7 dias por 15 vezes.
1.0
Cadastrar compromissos periódicos - Cadastrar compromissos periódicos. Por exemplo, cadastrar uma ida ao Pilates em 16/08/2022, e repetir a cada 7 dias por 15 vezes.
non_design
cadastrar compromissos periódicos cadastrar compromissos periódicos por exemplo cadastrar uma ida ao pilates em e repetir a cada dias por vezes
0
14,090
8,823,348,177
IssuesEvent
2019-01-02 13:17:44
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
[ML] Changing to time-picker Job list refresh control is not intuitive
:ml :ml-config usability
Found in 6.4.0-SNAPSHOT (pre BC1) Now that the Job List page uses the Kibana time-picker to control its refresh rate, there are usability concerns around the how the end-user will know if their data is recent. This will hit existing end-users who are accustomed to more regular refreshing and new users as the list do...
True
[ML] Changing to time-picker Job list refresh control is not intuitive - Found in 6.4.0-SNAPSHOT (pre BC1) Now that the Job List page uses the Kibana time-picker to control its refresh rate, there are usability concerns around the how the end-user will know if their data is recent. This will hit existing end-users w...
non_design
changing to time picker job list refresh control is not intuitive found in snapshot pre now that the job list page uses the kibana time picker to control its refresh rate there are usability concerns around the how the end user will know if their data is recent this will hit existing end users who ar...
0
13,536
3,152,305,792
IssuesEvent
2015-09-16 13:15:45
JMurk/OAM-Activity-Manager
https://api.github.com/repos/JMurk/OAM-Activity-Manager
closed
OAM - Remove Work Activity Look Up Activity
design low priority
We can now remove the "Work Activity Look Up" activity from the activity manager since it has been migrated into it's own application.
1.0
OAM - Remove Work Activity Look Up Activity - We can now remove the "Work Activity Look Up" activity from the activity manager since it has been migrated into it's own application.
design
oam remove work activity look up activity we can now remove the work activity look up activity from the activity manager since it has been migrated into it s own application
1
95,891
12,058,369,095
IssuesEvent
2020-04-15 17:20:20
cds-snc/notification-api
https://api.github.com/repos/cds-snc/notification-api
closed
Branding technical debt clean up phase 1
Design Dev:computer: SPIKE
**Story** When uploading branding for a service I want to be able to be able to use the french FIP just like the english one and easy to use, and to one day support different branding for different templates in a service. **What?** - Branding needs some fixing, can we make a plan on how to accomplish this without...
1.0
Branding technical debt clean up phase 1 - **Story** When uploading branding for a service I want to be able to be able to use the french FIP just like the english one and easy to use, and to one day support different branding for different templates in a service. **What?** - Branding needs some fixing, can we ma...
design
branding technical debt clean up phase story when uploading branding for a service i want to be able to be able to use the french fip just like the english one and easy to use and to one day support different branding for different templates in a service what branding needs some fixing can we ma...
1
17,529
12,414,464,726
IssuesEvent
2020-05-22 14:35:26
edgi-govdata-archiving/EEW_Planning
https://api.github.com/repos/edgi-govdata-archiving/EEW_Planning
closed
Give Casey Zoom account access
coordination infrastructure
Give Casey access to EDGI zoom account ┆Issue is synchronized with this [Trello card](https://trello.com/c/OW8RlEVC)
1.0
Give Casey Zoom account access - Give Casey access to EDGI zoom account ┆Issue is synchronized with this [Trello card](https://trello.com/c/OW8RlEVC)
non_design
give casey zoom account access give casey access to edgi zoom account ┆issue is synchronized with this
0
573,300
17,023,624,754
IssuesEvent
2021-07-03 02:59:19
tomhughes/trac-tickets
https://api.github.com/repos/tomhughes/trac-tickets
closed
[landcover] render hotel areas
Component: mapnik Priority: major Resolution: duplicate Type: enhancement
**[Submitted to the original trac issue database at 9.25pm, Friday, 20th August 2010]** http://www.openstreetmap.org/?lat=28.38634&lon=-81.50292&zoom=17&layers=M Here the hotels are not rendered as areas, while the landuse areas are. Perhaps a grayish pink (cross between residential and commercial) would be best.
1.0
[landcover] render hotel areas - **[Submitted to the original trac issue database at 9.25pm, Friday, 20th August 2010]** http://www.openstreetmap.org/?lat=28.38634&lon=-81.50292&zoom=17&layers=M Here the hotels are not rendered as areas, while the landuse areas are. Perhaps a grayish pink (cross between residential a...
non_design
render hotel areas here the hotels are not rendered as areas while the landuse areas are perhaps a grayish pink cross between residential and commercial would be best
0
16,991
5,315,510,032
IssuesEvent
2017-02-13 17:29:33
devtools-html/perf.html
https://api.github.com/repos/devtools-html/perf.html
opened
Create types for units of time and dimensions.
code cleanup timeline timeline flame chart
The flame chart uses a variety of timing and dimensions units. Make this explicit with flow typing.
1.0
Create types for units of time and dimensions. - The flame chart uses a variety of timing and dimensions units. Make this explicit with flow typing.
non_design
create types for units of time and dimensions the flame chart uses a variety of timing and dimensions units make this explicit with flow typing
0
154,682
24,329,787,583
IssuesEvent
2022-09-30 18:14:31
Opentrons/opentrons
https://api.github.com/repos/Opentrons/opentrons
closed
PD Code Cleanup: Nullsy only when you really want to handle both null and undefined
refactor protocol designer
With @b-cooper - review where we use ` != null` or ` == null` in PD and make sure that it's not over-protecting for cases where values are never `undefined` and always `null` or non-nullsy, or visa-versa.
1.0
PD Code Cleanup: Nullsy only when you really want to handle both null and undefined - With @b-cooper - review where we use ` != null` or ` == null` in PD and make sure that it's not over-protecting for cases where values are never `undefined` and always `null` or non-nullsy, or visa-versa.
design
pd code cleanup nullsy only when you really want to handle both null and undefined with b cooper review where we use null or null in pd and make sure that it s not over protecting for cases where values are never undefined and always null or non nullsy or visa versa
1
96,384
12,126,278,054
IssuesEvent
2020-04-22 16:45:55
DataONEorg/dataone-web
https://api.github.com/repos/DataONEorg/dataone-web
closed
Change data illustration on bottom of homepage
design status: in progress
The "Universal access to data" section should have a different visual than the graph/chart illustration.
1.0
Change data illustration on bottom of homepage - The "Universal access to data" section should have a different visual than the graph/chart illustration.
design
change data illustration on bottom of homepage the universal access to data section should have a different visual than the graph chart illustration
1
81,712
10,168,719,523
IssuesEvent
2019-08-07 21:36:41
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
Bug to view File Explorer Button of side bar.
*as-designed
Issue Type: <b>Bug</b> he file explorer button is hidden when I go to any other option on the left side panel (for example search or extensions) and I can only show the panel again by pressing Ctrl + Shift + E (This only works if I have a file open) otherwise I have to close and reopen the visual code application ...
1.0
Bug to view File Explorer Button of side bar. - Issue Type: <b>Bug</b> he file explorer button is hidden when I go to any other option on the left side panel (for example search or extensions) and I can only show the panel again by pressing Ctrl + Shift + E (This only works if I have a file open) otherwise I have to...
design
bug to view file explorer button of side bar issue type bug he file explorer button is hidden when i go to any other option on the left side panel for example search or extensions and i can only show the panel again by pressing ctrl shift e this only works if i have a file open otherwise i have to clos...
1
369,756
10,917,311,207
IssuesEvent
2019-11-21 14:57:01
eclipse-emfcloud/emfcloud-modelserver
https://api.github.com/repos/eclipse-emfcloud/emfcloud-modelserver
opened
Support undo/redo API
high priority
- [ ] undo and redo commands on the `edit` endpoint - [ ] on undo, compute the inverse of the command that was undone and send that to subscribers for incremental update notification - [ ] on redo, send the redone command to subscribers - [ ] ensure that the save API tells the `CommandStack` that save was done - [ ...
1.0
Support undo/redo API - - [ ] undo and redo commands on the `edit` endpoint - [ ] on undo, compute the inverse of the command that was undone and send that to subscribers for incremental update notification - [ ] on redo, send the redone command to subscribers - [ ] ensure that the save API tells the `CommandStack` ...
non_design
support undo redo api undo and redo commands on the edit endpoint on undo compute the inverse of the command that was undone and send that to subscribers for incremental update notification on redo send the redone command to subscribers ensure that the save api tells the commandstack that sav...
0
23,397
3,839,465,859
IssuesEvent
2016-04-03 03:39:36
ddayguerrero/soen341
https://api.github.com/repos/ddayguerrero/soen341
closed
#33 Create descriptions of entities in the class diagram (UML)
design
From the word document: "4.2 Validity and clarity and completeness of the class descriptions for each subsystem." Work closely with @ddayguerrero who's doing issue 32.
1.0
#33 Create descriptions of entities in the class diagram (UML) - From the word document: "4.2 Validity and clarity and completeness of the class descriptions for each subsystem." Work closely with @ddayguerrero who's doing issue 32.
design
create descriptions of entities in the class diagram uml from the word document validity and clarity and completeness of the class descriptions for each subsystem work closely with ddayguerrero who s doing issue
1
60,387
12,102,190,084
IssuesEvent
2020-04-20 16:18:13
dotnet/roslyn-analyzers
https://api.github.com/repos/dotnet/roslyn-analyzers
opened
CA1062 not firing if '?.' is used on the previous line
Area-Microsoft.CodeQuality.Analyzers Bug DataFlow
#### Analyzer package [Microsoft.CodeAnalysis.FxCopAnalyzers](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers) #### Package Version v3.0.0-beta3.final (latest pre-release) #### Diagnostic ID Example: [CA1062](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1062?view=vs-2...
1.0
CA1062 not firing if '?.' is used on the previous line - #### Analyzer package [Microsoft.CodeAnalysis.FxCopAnalyzers](https://www.nuget.org/packages/Microsoft.CodeAnalysis.FxCopAnalyzers) #### Package Version v3.0.0-beta3.final (latest pre-release) #### Diagnostic ID Example: [CA1062](https://docs.micro...
non_design
not firing if is used on the previous line analyzer package package version final latest pre release diagnostic id example repro steps csharp namespace public static class thing public static void fn int items var i...
0
25,251
3,926,381,026
IssuesEvent
2016-04-22 23:20:35
angular/angular.io
https://api.github.com/repos/angular/angular.io
closed
Changing between typescript and javascript causes flash of restyle
design love
The issue described above can be viewed here: ![flash of restylized elements](https://cloud.githubusercontent.com/assets/1329167/14111805/261ec678-f59a-11e5-846d-45e0936e9d2e.gif) The restyling is most visible on the navigation toolbar, and the language switch dropdown. This issue appears on https://angular.io/doc...
1.0
Changing between typescript and javascript causes flash of restyle - The issue described above can be viewed here: ![flash of restylized elements](https://cloud.githubusercontent.com/assets/1329167/14111805/261ec678-f59a-11e5-846d-45e0936e9d2e.gif) The restyling is most visible on the navigation toolbar, and the lang...
design
changing between typescript and javascript causes flash of restyle the issue described above can be viewed here the restyling is most visible on the navigation toolbar and the language switch dropdown this issue appears on and the other pages that are accessible from the sidebar
1
25,151
4,229,782,287
IssuesEvent
2016-07-04 09:16:28
hazelcast/hazelcast
https://api.github.com/repos/hazelcast/hazelcast
closed
no-op multiple entry operations should update `get` and `hit` count
Team: Core Type: Defect
`AbstractMultipleEntryOperation` increments put/remove counts when entries are updated/removed but if an `EntryProcessor` does only `get` then `get`/`hit` count is not updated. Stats updated when entry added/updated; https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/main/java/com/hazelcast/map/impl/...
1.0
no-op multiple entry operations should update `get` and `hit` count - `AbstractMultipleEntryOperation` increments put/remove counts when entries are updated/removed but if an `EntryProcessor` does only `get` then `get`/`hit` count is not updated. Stats updated when entry added/updated; https://github.com/hazelcast...
non_design
no op multiple entry operations should update get and hit count abstractmultipleentryoperation increments put remove counts when entries are updated removed but if an entryprocessor does only get then get hit count is not updated stats updated when entry added updated stats updated when entr...
0
99,801
11,162,974,805
IssuesEvent
2019-12-26 20:07:42
graphql-python/graphene
https://api.github.com/repos/graphql-python/graphene
closed
Example in types/objecttypes is out of date
📖 documentation
1. namedtuple is not created correctly 2. result object is not subscriptable as result['data'] 3. result data key is incorrect (my_best_friend -> myBestFriend)
1.0
Example in types/objecttypes is out of date - 1. namedtuple is not created correctly 2. result object is not subscriptable as result['data'] 3. result data key is incorrect (my_best_friend -> myBestFriend)
non_design
example in types objecttypes is out of date namedtuple is not created correctly result object is not subscriptable as result result data key is incorrect my best friend mybestfriend
0
36,261
5,040,681,546
IssuesEvent
2016-12-19 07:05:09
tbeu/Modelica
https://api.github.com/repos/tbeu/Modelica
closed
Simulation of ModelicaTest.Fluid.TestComponents.Pipes.DynamicPipeWithNominalLaminarFlow fails1
bug ModelicaTest
**Reported by otter on 16 Oct 2010 22:25 UTC** Simulation of ``` ModelicaTest.Fluid.TestComponents.Pipes.DynamicPipeWithNominalLaminarFlow ``` fails with the assert (which is present in the text layer of the model): ``` abs(pipeN10.mediums[1].p-pipeN10nParallel10.mediums[1].p) < 1 The following error was detected a...
1.0
Simulation of ModelicaTest.Fluid.TestComponents.Pipes.DynamicPipeWithNominalLaminarFlow fails1 - **Reported by otter on 16 Oct 2010 22:25 UTC** Simulation of ``` ModelicaTest.Fluid.TestComponents.Pipes.DynamicPipeWithNominalLaminarFlow ``` fails with the assert (which is present in the text layer of the model): ```...
non_design
simulation of modelicatest fluid testcomponents pipes dynamicpipewithnominallaminarflow reported by otter on oct utc simulation of modelicatest fluid testcomponents pipes dynamicpipewithnominallaminarflow fails with the assert which is present in the text layer of the model abs medi...
0
26,561
12,425,317,577
IssuesEvent
2020-05-24 15:47:58
openshift/odo
https://api.github.com/repos/openshift/odo
closed
parameters in services are not stored as secret
area/service kind/feature lifecycle/rotten
[kind/Enhancement] <!-- Welcome! - We kindly ask you to: 1. Fill out the issue template below 2. Use the Google group if you have a question rather than a bug or feature request. The group is at: https://groups.google.com/forum/#!forum/odo-users Thanks for understanding, and for contributing to the...
1.0
parameters in services are not stored as secret - [kind/Enhancement] <!-- Welcome! - We kindly ask you to: 1. Fill out the issue template below 2. Use the Google group if you have a question rather than a bug or feature request. The group is at: https://groups.google.com/forum/#!forum/odo-users Tha...
non_design
parameters in services are not stored as secret welcome we kindly ask you to fill out the issue template below use the google group if you have a question rather than a bug or feature request the group is at thanks for understanding and for contributing to the project ...
0
305,070
23,097,020,318
IssuesEvent
2022-07-26 20:40:06
build-trust/ockam
https://api.github.com/repos/build-trust/ockam
closed
Links used in PR templates are missing from the website
Type: Documentation
The contributor guides we link to in our [Pull Request template](https://github.com/build-trust/ockam/blob/develop/.github/PULL_REQUEST_TEMPLATE.md) re-direct to our homepage on the new website: * https://www.ockam.io/learn/how-to-guides/high-performance-team/conduct/ * https://www.ockam.io/learn/how-to-guides/cont...
1.0
Links used in PR templates are missing from the website - The contributor guides we link to in our [Pull Request template](https://github.com/build-trust/ockam/blob/develop/.github/PULL_REQUEST_TEMPLATE.md) re-direct to our homepage on the new website: * https://www.ockam.io/learn/how-to-guides/high-performance-team...
non_design
links used in pr templates are missing from the website the contributor guides we link to in our re direct to our homepage on the new website
0
15,679
2,868,983,276
IssuesEvent
2015-06-05 22:22:10
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Validate the SDK constraint when checking if the lockfile is up-to-date
Area-Pub Priority-Unassigned Triaged Type-Defect
Currently, if &quot;pub get&quot; is run with one version of the SDK and then later the SDK upgrades to a version that's no longer valid, future &quot;pub get&quot;s won't necessarily validate the SDK constraint. One possible solution would be to save the intersection of all SDK constraints to the lockfile and check t...
1.0
Validate the SDK constraint when checking if the lockfile is up-to-date - Currently, if &quot;pub get&quot; is run with one version of the SDK and then later the SDK upgrades to a version that's no longer valid, future &quot;pub get&quot;s won't necessarily validate the SDK constraint. One possible solution would be t...
non_design
validate the sdk constraint when checking if the lockfile is up to date currently if quot pub get quot is run with one version of the sdk and then later the sdk upgrades to a version that s no longer valid future quot pub get quot s won t necessarily validate the sdk constraint one possible solution would be t...
0
134,643
19,296,152,443
IssuesEvent
2021-12-12 16:17:36
glennl-msft/WAF_PnP_Demo3
https://api.github.com/repos/glennl-msft/WAF_PnP_Demo3
opened
Secure your configuration information: Remove platform specific information from HTTP headers, do not expose security details in error messages,etc
Security Application Design Design
<a href="https://docs.microsoft.com/azure/architecture/framework/security/design-app-dependencies#configuration-security">Secure your configuration information: Remove platform specific information from HTTP headers, do not expose security details in error messages,etc</a>
2.0
Secure your configuration information: Remove platform specific information from HTTP headers, do not expose security details in error messages,etc - <a href="https://docs.microsoft.com/azure/architecture/framework/security/design-app-dependencies#configuration-security">Secure your configuration information: Remove pl...
design
secure your configuration information remove platform specific information from http headers do not expose security details in error messages etc
1
268,179
20,261,045,982
IssuesEvent
2022-02-15 07:27:48
marmelab/react-admin
https://api.github.com/repos/marmelab/react-admin
closed
DateInput parse and format does not display the value in the input
bug documentation
<!-- Please do not submit support requests or "How to" questions here. For that, - go to Stack Overflow: https://stackoverflow.com/questions/tagged/react-admin) for community support, or - use the Professional Support (https://marmelab.com/ra-enterprise/#support) if you're an Enterprise Edition subscriber. --> #...
1.0
DateInput parse and format does not display the value in the input - <!-- Please do not submit support requests or "How to" questions here. For that, - go to Stack Overflow: https://stackoverflow.com/questions/tagged/react-admin) for community support, or - use the Professional Support (https://marmelab.com/ra-ente...
non_design
dateinput parse and format does not display the value in the input please do not submit support requests or how to questions here for that go to stack overflow for community support or use the professional support if you re an enterprise edition subscriber what you were expecting ...
0
127,196
5,025,830,002
IssuesEvent
2016-12-15 10:29:17
9705395/Examen
https://api.github.com/repos/9705395/Examen
closed
Toevoegen cursussen
high-priority
### Huidige situatie Alleen de cursussen van dit jaar zijn vermeld. ### Nieuwe situatie Ook de cursussen voor nieuwere jaren moeten toegevoegd worden. ### Reden wijziging Nieuw cursusjaar [Nieuw Cursusjaar.csv.zip](https://github.com/9705395/Examen/files/654267/Nieuw.Cursusjaar.csv.zip)
1.0
Toevoegen cursussen - ### Huidige situatie Alleen de cursussen van dit jaar zijn vermeld. ### Nieuwe situatie Ook de cursussen voor nieuwere jaren moeten toegevoegd worden. ### Reden wijziging Nieuw cursusjaar [Nieuw Cursusjaar.csv.zip](https://github.com/9705395/Examen/files/654267/Nieuw.Cursusjaar.csv.zip...
non_design
toevoegen cursussen huidige situatie alleen de cursussen van dit jaar zijn vermeld nieuwe situatie ook de cursussen voor nieuwere jaren moeten toegevoegd worden reden wijziging nieuw cursusjaar
0
451,137
32,009,574,506
IssuesEvent
2023-09-21 17:01:28
rooch-network/rooch
https://api.github.com/repos/rooch-network/rooch
closed
Considering adding brew formula for downloading Rooch binary directly?
documentation devops
Should we consider adding a brew formula for downloading the Rooch binary directly?
1.0
Considering adding brew formula for downloading Rooch binary directly? - Should we consider adding a brew formula for downloading the Rooch binary directly?
non_design
considering adding brew formula for downloading rooch binary directly should we consider adding a brew formula for downloading the rooch binary directly
0
407,780
11,937,310,750
IssuesEvent
2020-04-02 11:57:28
metabase/metabase
https://api.github.com/repos/metabase/metabase
closed
Zooming-in yields fks->join-information does not match schema
.Need More Info Priority:P3 Querying/GUI Type:Bug
Getting a Output of fks->join-information does not match schema:  [nil nil {:pk-field-id (not (integer? nil))}]  When zooming-in on the value of an aggregated cell using a query built by Metabase. What additional information can I contribute to help reproduce this issue?
1.0
Zooming-in yields fks->join-information does not match schema - Getting a Output of fks->join-information does not match schema:  [nil nil {:pk-field-id (not (integer? nil))}]  When zooming-in on the value of an aggregated cell using a query built by Metabase. What additional information can I contri...
non_design
zooming in yields fks join information does not match schema getting a output of fks join information does not match schema   when zooming in on the value of an aggregated cell using a query built by metabase what additional information can i contribute to help reproduce this issue
0
12,649
5,222,561,135
IssuesEvent
2017-01-27 08:53:15
JimBobSquarePants/ImageSharp
https://api.github.com/repos/JimBobSquarePants/ImageSharp
closed
Could not load signature of ImageSharp.Image`1[TColor]:To due to: Could not load file or assembly or one of its dependencies.
area:build help needed
Hello! Awesome project you have here! Can't wait to have a first release :) I'm on OSX, and I'm using MonoDevelop on a project compiled against Mono / .NET 4.5. I downloaded every DLL (in the net45 folder) from the pre-releases here https://www.myget.org/gallery/imagesharp except the ImageSharp.Drawing which I won...
1.0
Could not load signature of ImageSharp.Image`1[TColor]:To due to: Could not load file or assembly or one of its dependencies. - Hello! Awesome project you have here! Can't wait to have a first release :) I'm on OSX, and I'm using MonoDevelop on a project compiled against Mono / .NET 4.5. I downloaded every DLL (in...
non_design
could not load signature of imagesharp image to due to could not load file or assembly or one of its dependencies hello awesome project you have here can t wait to have a first release i m on osx and i m using monodevelop on a project compiled against mono net i downloaded every dll in the ...
0
99,343
12,418,948,052
IssuesEvent
2020-05-23 02:58:43
retaildevcrews/webvalidate
https://api.github.com/repos/retaildevcrews/webvalidate
opened
Move WebV to Microsoft github
Design Review Documentation Enhancement WebV
## Description: - To increase visibility and sharing of WebV, move the repo to github/Microsoft ## Tasks - Remove most of the helium specific tests from webv so that it is more general purpose - Add tests against a public API - Come up with a strategy for using WebV in Helium - Could move the test files to ea...
1.0
Move WebV to Microsoft github - ## Description: - To increase visibility and sharing of WebV, move the repo to github/Microsoft ## Tasks - Remove most of the helium specific tests from webv so that it is more general purpose - Add tests against a public API - Come up with a strategy for using WebV in Helium -...
design
move webv to microsoft github description to increase visibility and sharing of webv move the repo to github microsoft tasks remove most of the helium specific tests from webv so that it is more general purpose add tests against a public api come up with a strategy for using webv in helium ...
1
35,162
4,631,296,287
IssuesEvent
2016-09-28 15:06:40
xiaohanyu/org-site
https://api.github.com/repos/xiaohanyu/org-site
closed
Theme and design refinement
design enhancement
Design ---------- Current theme still has lots flaws and bugs, which may need some refinement and redesign. For example, the TOC anchor doesn't locate to the right section due to css margin. Implementation ---------- Pluskid's blog is really a good design using bootstrap, see http://freemind.pluskid.org/, I'l...
1.0
Theme and design refinement - Design ---------- Current theme still has lots flaws and bugs, which may need some refinement and redesign. For example, the TOC anchor doesn't locate to the right section due to css margin. Implementation ---------- Pluskid's blog is really a good design using bootstrap, see htt...
design
theme and design refinement design current theme still has lots flaws and bugs which may need some refinement and redesign for example the toc anchor doesn t locate to the right section due to css margin implementation pluskid s blog is really a good design using bootstrap see i...
1
770,791
27,056,843,859
IssuesEvent
2023-02-13 16:43:41
matrixorigin/matrixone
https://api.github.com/repos/matrixorigin/matrixone
closed
[Feature Request]: Examination points for distributed cluster of MO
priority/p0 kind/feature source/on-demand component/distributed tae
### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_ ### Describe the feature you'd like In 0.6.0, MO will provide these features as following in distributed level: - [ ] #3685 - [ ] #37...
1.0
[Feature Request]: Examination points for distributed cluster of MO - ### Is there an existing issue for the same feature request? - [X] I have checked the existing issues. ### Is your feature request related to a problem? _No response_ ### Describe the feature you'd like In 0.6.0, MO will provide these ...
non_design
examination points for distributed cluster of mo is there an existing issue for the same feature request i have checked the existing issues is your feature request related to a problem no response describe the feature you d like in mo will provide these features as follow...
0
91,548
15,856,524,207
IssuesEvent
2021-04-08 02:32:44
rammatzkvosky/cwa-website
https://api.github.com/repos/rammatzkvosky/cwa-website
opened
CVE-2020-7733 (High) detected in ua-parser-js-0.7.17.tgz
security vulnerability
## CVE-2020-7733 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.17.tgz</b></p></summary> <p>Lightweight JavaScript-based user-agent string parser</p> <p>Library home ...
True
CVE-2020-7733 (High) detected in ua-parser-js-0.7.17.tgz - ## CVE-2020-7733 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ua-parser-js-0.7.17.tgz</b></p></summary> <p>Lightweight Jav...
non_design
cve high detected in ua parser js tgz cve high severity vulnerability vulnerable library ua parser js tgz lightweight javascript based user agent string parser library home page a href path to dependency file cwa website package json path to vulnerable library cwa we...
0
94,077
11,846,930,878
IssuesEvent
2020-03-24 11:04:16
LiskHQ/lisk-desktop
https://api.github.com/repos/LiskHQ/lisk-desktop
closed
Inform user to initialize account, before registering as delegate
type: bug type: design
### Expected behavior The user should be informed, that the delegate registration fails, if the account is not initialises. ### Actual behavior It was reported that it is not possible to register as a delegate with an uninitialised account, without further information why it fails. After initialising the account,...
1.0
Inform user to initialize account, before registering as delegate - ### Expected behavior The user should be informed, that the delegate registration fails, if the account is not initialises. ### Actual behavior It was reported that it is not possible to register as a delegate with an uninitialised account, withou...
design
inform user to initialize account before registering as delegate expected behavior the user should be informed that the delegate registration fails if the account is not initialises actual behavior it was reported that it is not possible to register as a delegate with an uninitialised account withou...
1
193,981
22,261,769,311
IssuesEvent
2022-06-10 01:37:31
nanopathi/linux-4.19.72_CVE-2020-14381
https://api.github.com/repos/nanopathi/linux-4.19.72_CVE-2020-14381
reopened
CVE-2019-17666 (High) detected in linuxlinux-4.19.237
security vulnerability
## CVE-2019-17666 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.237</b></p></summary> <p> <p>The Linux Kernel</p> <p>Library home page: <a href=https://mirrors.edge.k...
True
CVE-2019-17666 (High) detected in linuxlinux-4.19.237 - ## CVE-2019-17666 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-4.19.237</b></p></summary> <p> <p>The Linux Kernel<...
non_design
cve high detected in linuxlinux cve high severity vulnerability vulnerable library linuxlinux the linux kernel library home page a href found in head commit a href found in base branch master vulnerable source files vuln...
0
83,542
7,874,507,848
IssuesEvent
2018-06-25 17:17:11
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
closed
Manual test run on OS X for 0.23.x (Beta Channel)
OS/macOS release-notes/exclude tests
## Per release specialty tests - [x] Context-menu search items doesn't use DDG if the private tab search engine is DDG. ([#14530](https://github.com/brave/browser-laptop/issues/14530)) - [x] Pinned tabs shift when closing tabs (before animating). ([#14528](https://github.com/brave/browser-laptop/issues/14528)) - [x]...
1.0
Manual test run on OS X for 0.23.x (Beta Channel) - ## Per release specialty tests - [x] Context-menu search items doesn't use DDG if the private tab search engine is DDG. ([#14530](https://github.com/brave/browser-laptop/issues/14530)) - [x] Pinned tabs shift when closing tabs (before animating). ([#14528](https://g...
non_design
manual test run on os x for x beta channel per release specialty tests context menu search items doesn t use ddg if the private tab search engine is ddg pinned tabs shift when closing tabs before animating private tab doesn t allow torrent download allow site to run f...
0
146,215
23,031,877,848
IssuesEvent
2022-07-22 14:38:40
coder/coder
https://api.github.com/repos/coder/coder
closed
Add icons to the workspace resources
design
Initial proposal: <img width="1347" alt="Screen Shot 2022-07-20 at 13 57 51" src="https://user-images.githubusercontent.com/3165839/180040046-a63b8797-8a6b-43e8-829b-38e9c34784b4.png"> Discord discussion: https://discord.com/channels/747933592273027093/991429648200245358/999314552560824441 Notes: - Drop the co...
1.0
Add icons to the workspace resources - Initial proposal: <img width="1347" alt="Screen Shot 2022-07-20 at 13 57 51" src="https://user-images.githubusercontent.com/3165839/180040046-a63b8797-8a6b-43e8-829b-38e9c34784b4.png"> Discord discussion: https://discord.com/channels/747933592273027093/991429648200245358/9993...
design
add icons to the workspace resources initial proposal img width alt screen shot at src discord discussion notes drop the color changes try to make it more simple increase the contrast and make it more visible the plan is to still keep using the text
1
178,188
29,512,923,470
IssuesEvent
2023-06-04 06:11:43
SeSACTHON-Winner/SeSACTHON-Front
https://api.github.com/repos/SeSACTHON-Winner/SeSACTHON-Front
opened
[Feat] - Navigation기능 삭제 & MapAnnotation 뷰 만들기
Design
## To Do - [ ] Navigation기능 삭제 - [ ] MapAnnotation 뷰 만들기
1.0
[Feat] - Navigation기능 삭제 & MapAnnotation 뷰 만들기 - ## To Do - [ ] Navigation기능 삭제 - [ ] MapAnnotation 뷰 만들기
design
navigation기능 삭제 mapannotation 뷰 만들기 to do navigation기능 삭제 mapannotation 뷰 만들기
1
125,177
4,953,650,519
IssuesEvent
2016-12-01 15:36:32
department-of-veterans-affairs/vets-website
https://api.github.com/repos/department-of-veterans-affairs/vets-website
opened
FL Header consistencies
enhancement FL low-priority
Couple of header size inconsistencies. Please check the following - [ ] Page headers should be `h1` instead of `h3` - [ ] Service and Facility Locator on search page - [ ] Name of facility on detail page - [ ] In detail page, sidebar headings should use `h4 highlight` class - [ ] View on Map - [ ] Hou...
1.0
FL Header consistencies - Couple of header size inconsistencies. Please check the following - [ ] Page headers should be `h1` instead of `h3` - [ ] Service and Facility Locator on search page - [ ] Name of facility on detail page - [ ] In detail page, sidebar headings should use `h4 highlight` class - [ ...
non_design
fl header consistencies couple of header size inconsistencies please check the following page headers should be instead of service and facility locator on search page name of facility on detail page in detail page sidebar headings should use highlight class view on map...
0
150,316
19,603,608,856
IssuesEvent
2022-01-06 06:06:57
snykiotcubedev/react-17.0.2
https://api.github.com/repos/snykiotcubedev/react-17.0.2
opened
CVE-2021-3803 (High) detected in nth-check-1.0.1.tgz, nth-check-1.0.2.tgz
security vulnerability
## CVE-2021-3803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>nth-check-1.0.1.tgz</b>, <b>nth-check-1.0.2.tgz</b></p></summary> <p> <details><summary><b>nth-check-1.0.1.tgz</b></p...
True
CVE-2021-3803 (High) detected in nth-check-1.0.1.tgz, nth-check-1.0.2.tgz - ## CVE-2021-3803 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>nth-check-1.0.1.tgz</b>, <b>nth-check-1.0....
non_design
cve high detected in nth check tgz nth check tgz cve high severity vulnerability vulnerable libraries nth check tgz nth check tgz nth check tgz performant nth check parser compiler library home page a href dependency hierarchy reac...
0
96,918
28,050,602,753
IssuesEvent
2023-03-29 05:15:38
PaddlePaddle/Paddle
https://api.github.com/repos/PaddlePaddle/Paddle
closed
在MacOS下编译Paddle无法重复make
status/following-up type/build PFCC
### 问题描述 Issue Description ```bash make -j$(nproc) ``` ``` [ 0%] copy_if_different /Users/wangxin/repos/Paddle/build/paddle/phi/kernels/declarations.h [ 0%] copy_if_different /Users/wangxin/repos/Paddle/build/paddle/fluid/inference/api/paddle_inference_pass.h [ 0%] Built target extern_zlib [ 0%] copy_if_d...
1.0
在MacOS下编译Paddle无法重复make - ### 问题描述 Issue Description ```bash make -j$(nproc) ``` ``` [ 0%] copy_if_different /Users/wangxin/repos/Paddle/build/paddle/phi/kernels/declarations.h [ 0%] copy_if_different /Users/wangxin/repos/Paddle/build/paddle/fluid/inference/api/paddle_inference_pass.h [ 0%] Built target ext...
non_design
在macos下编译paddle无法重复make 问题描述 issue description bash make j nproc copy if different users wangxin repos paddle build paddle phi kernels declarations h copy if different users wangxin repos paddle build paddle fluid inference api paddle inference pass h built target extern zlib cop...
0
380,047
26,399,381,939
IssuesEvent
2023-01-12 22:58:26
chatwoot/chatwoot
https://api.github.com/repos/chatwoot/chatwoot
closed
yaml key duplication results in not all calls appearing in API docs
documentation
I've noticed that some duplicate keys appear in the swagger paths yaml files. This results in only one of the duplicated calls appearing in the final swagger.json. Some examples of this: https://github.com/chatwoot/chatwoot/blob/2880f4942a03a4a4ee40b023d00ae24da99e8ab7/swagger/paths/index.yml#L4-L8 https://githu...
1.0
yaml key duplication results in not all calls appearing in API docs - I've noticed that some duplicate keys appear in the swagger paths yaml files. This results in only one of the duplicated calls appearing in the final swagger.json. Some examples of this: https://github.com/chatwoot/chatwoot/blob/2880f4942a03a4a4e...
non_design
yaml key duplication results in not all calls appearing in api docs i ve noticed that some duplicate keys appear in the swagger paths yaml files this results in only one of the duplicated calls appearing in the final swagger json some examples of this possible solution for the first instance of the i...
0
213,859
24,022,466,862
IssuesEvent
2022-09-15 08:47:57
sast-automation-dev/vulnado-25
https://api.github.com/repos/sast-automation-dev/vulnado-25
opened
spring-boot-starter-web-2.1.2.RELEASE.jar: 68 vulnerabilities (highest severity is: 9.8)
security vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-boot-starter-web-2.1.2.RELEASE.jar</b></p></summary> <p></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repo...
True
spring-boot-starter-web-2.1.2.RELEASE.jar: 68 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-boot-starter-web-2.1.2.RELEASE.jar</b></p></summary> <p></p> <p>Path...
non_design
spring boot starter web release jar vulnerabilities highest severity is vulnerable library spring boot starter web release jar path to dependency file pom xml path to vulnerable library home wss scanner repository org springframework spring web release spring web ...
0
410,789
27,802,254,879
IssuesEvent
2023-03-17 16:43:09
Sarahsparxx/mywebclass-simulation
https://api.github.com/repos/Sarahsparxx/mywebclass-simulation
opened
Select appropriate testing methods and tools
documentation
Select appropriate testing methods and tools based on the project requirements
1.0
Select appropriate testing methods and tools - Select appropriate testing methods and tools based on the project requirements
non_design
select appropriate testing methods and tools select appropriate testing methods and tools based on the project requirements
0
35,229
4,641,468,645
IssuesEvent
2016-09-30 05:02:48
tor4kichi/Hohoema
https://api.github.com/repos/tor4kichi/Hohoema
closed
お気に入りの追加可能数の表示
ui_design
お気に入りに追加できるアイテム数が把握できないので、管理が難しいです。 (ローカルへのお気に入り保存はここでは扱いません) FavManagerに上限数はまとめてあります。 ``` public const uint FAV_USER_MAX_COUNT = 50; public const uint PREMIUM_FAV_USER_MAX_COUNT = 400; public const uint FAV_MYLIST_MAX_COUNT = 20; public const uint PREMIUM_FAV_MYLIST_MAX_COUNT = 50; public const uint ...
1.0
お気に入りの追加可能数の表示 - お気に入りに追加できるアイテム数が把握できないので、管理が難しいです。 (ローカルへのお気に入り保存はここでは扱いません) FavManagerに上限数はまとめてあります。 ``` public const uint FAV_USER_MAX_COUNT = 50; public const uint PREMIUM_FAV_USER_MAX_COUNT = 400; public const uint FAV_MYLIST_MAX_COUNT = 20; public const uint PREMIUM_FAV_MYLIST_MAX_COUNT = 50; p...
design
お気に入りの追加可能数の表示 お気に入りに追加できるアイテム数が把握できないので、管理が難しいです。 (ローカルへのお気に入り保存はここでは扱いません) favmanagerに上限数はまとめてあります。 public const uint fav user max count public const uint premium fav user max count public const uint fav mylist max count public const uint premium fav mylist max count public...
1
42,546
5,474,754,974
IssuesEvent
2017-03-11 03:08:20
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Doxygen Style Guide
priority: backlog team: software core type: design
# Problem Definition [Doxygen](http://www.stack.nl/~dimitri/doxygen/) supports numerous documentation styles. As an example, [this page](http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html) lists four different ways to create a documentation block. For the same reasons we adopted a [C++ style guide](http://drak...
1.0
Doxygen Style Guide - # Problem Definition [Doxygen](http://www.stack.nl/~dimitri/doxygen/) supports numerous documentation styles. As an example, [this page](http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html) lists four different ways to create a documentation block. For the same reasons we adopted a [C++ st...
design
doxygen style guide problem definition supports numerous documentation styles as an example lists four different ways to create a documentation block for the same reasons we adopted a we need to adopt a doxygen style guide i ll start conversation started by pointing to — a possible model t...
1
130,881
5,134,861,457
IssuesEvent
2017-01-11 10:23:50
DRDD2016/sparkn2
https://api.github.com/repos/DRDD2016/sparkn2
closed
Loading app state
priority 2
Want to be able to hydrate app state at various points, primarily on initial login. State items include: * Fetching phone contacts
1.0
Loading app state - Want to be able to hydrate app state at various points, primarily on initial login. State items include: * Fetching phone contacts
non_design
loading app state want to be able to hydrate app state at various points primarily on initial login state items include fetching phone contacts
0
152,216
23,932,692,028
IssuesEvent
2022-09-10 19:43:38
rohmishra/personal_website
https://api.github.com/repos/rohmishra/personal_website
reopened
Impovement: Who am I needs more visual highlights
Design Needed
**Is your feature request related to a problem? Please describe.** Current "Who am I" is way too simple. It has only 2 lines **Describe the solution you'd like** MORE INTERACTIVITY **Describe alternatives you've considered** _*DESIGN NEEDED*_ **Additional context** _Examples go here_
1.0
Impovement: Who am I needs more visual highlights - **Is your feature request related to a problem? Please describe.** Current "Who am I" is way too simple. It has only 2 lines **Describe the solution you'd like** MORE INTERACTIVITY **Describe alternatives you've considered** _*DESIGN NEEDED*_ **Additional...
design
impovement who am i needs more visual highlights is your feature request related to a problem please describe current who am i is way too simple it has only lines describe the solution you d like more interactivity describe alternatives you ve considered design needed additional...
1
97,788
12,261,836,382
IssuesEvent
2020-05-06 20:50:58
Princeton-CDH/mep-django
https://api.github.com/repos/Princeton-CDH/mep-django
closed
Make the text inside the breadcrumb horizontally centered to make it look visually correct
awaiting design testing site≠design
All the text inside the breadcrumb containers are still off-centered – any way to fix that so they are horizontally centered? - Level of importance: It's just killing me visually, may not be noticed by the user, the user may not be affected in any way.
2.0
Make the text inside the breadcrumb horizontally centered to make it look visually correct - All the text inside the breadcrumb containers are still off-centered – any way to fix that so they are horizontally centered? - Level of importance: It's just killing me visually, may not be noticed by the user, the user may n...
design
make the text inside the breadcrumb horizontally centered to make it look visually correct all the text inside the breadcrumb containers are still off centered – any way to fix that so they are horizontally centered level of importance it s just killing me visually may not be noticed by the user the user may n...
1
139,748
18,853,783,638
IssuesEvent
2021-11-12 01:43:31
peterwkc85/selenium-loadable-component
https://api.github.com/repos/peterwkc85/selenium-loadable-component
opened
WS-2017-3734 (Medium) detected in httpclient-4.5.1.jar
security vulnerability
## WS-2017-3734 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>httpclient-4.5.1.jar</b></p></summary> <p>Apache HttpComponents Client</p> <p>Path to dependency file: /selenium-loada...
True
WS-2017-3734 (Medium) detected in httpclient-4.5.1.jar - ## WS-2017-3734 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>httpclient-4.5.1.jar</b></p></summary> <p>Apache HttpComponen...
non_design
ws medium detected in httpclient jar ws medium severity vulnerability vulnerable library httpclient jar apache httpcomponents client path to dependency file selenium loadable component pom xml path to vulnerable library root repository org apache httpcomponents httpcl...
0
532,799
15,571,683,158
IssuesEvent
2021-03-17 05:32:16
wso2/integration-studio
https://api.github.com/repos/wso2/integration-studio
closed
Target is not getting saved in call mediator
8.0.0 Priority/High Type/Bug
**Description:** 1. Add a call mediator. 2. Add source and target configuration in the source view 3. Switch to design view Target is getting removed from the config. When we add to config to source view, it is not getting saved in the capp. **Affected Product Version:** 8.0.0 Alpha **OS, DB, other envir...
1.0
Target is not getting saved in call mediator - **Description:** 1. Add a call mediator. 2. Add source and target configuration in the source view 3. Switch to design view Target is getting removed from the config. When we add to config to source view, it is not getting saved in the capp. **Affected Product V...
non_design
target is not getting saved in call mediator description add a call mediator add source and target configuration in the source view switch to design view target is getting removed from the config when we add to config to source view it is not getting saved in the capp affected product v...
0
95,019
11,948,767,356
IssuesEvent
2020-04-03 12:30:18
mozilla-mobile/fenix
https://api.github.com/repos/mozilla-mobile/fenix
closed
[Fenix] Use Metropolis font for headers, buttons, and snackbars
P2 eng:qa:needed eng:ready ux:visual-design
Since we are unable to use Sharp Sans, we will be using Metropolis instead for headers, buttons, and snackbars. Please see reference below @colintheshots Font location: https://github.com/chrismsimpson/Metropolis ![Screen Shot 2019-06-26 at 3 55 21 PM](https://user-images.githubusercontent.com/5992746/60210496-02d...
1.0
[Fenix] Use Metropolis font for headers, buttons, and snackbars - Since we are unable to use Sharp Sans, we will be using Metropolis instead for headers, buttons, and snackbars. Please see reference below @colintheshots Font location: https://github.com/chrismsimpson/Metropolis ![Screen Shot 2019-06-26 at 3 55 21 ...
design
use metropolis font for headers buttons and snackbars since we are unable to use sharp sans we will be using metropolis instead for headers buttons and snackbars please see reference below colintheshots font location
1
169,685
20,841,861,438
IssuesEvent
2022-03-21 01:42:25
prafullkotecha/fabmedical
https://api.github.com/repos/prafullkotecha/fabmedical
opened
CVE-2021-44906 (High) detected in multiple libraries
security vulnerability
## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimist-1.2.0.tgz</b></p></summary> <p> <details><summary><b...
True
CVE-2021-44906 (High) detected in multiple libraries - ## CVE-2021-44906 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>minimist-0.0.8.tgz</b>, <b>minimist-0.0.10.tgz</b>, <b>minimis...
non_design
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz minimist tgz parse argument options library home page a href dependency hierarchy karma tgz root l...
0
50,477
6,393,560,848
IssuesEvent
2017-08-04 07:51:12
alphagov/govuk-frontend
https://api.github.com/repos/alphagov/govuk-frontend
closed
Make all form elements the same height
design
If our form elements were the same height it would make it much easier to maintain a vertical rhythm and to create horizontal form layouts where necessary. For example, we sometimes need to align buttons to the right of form fields (eg. search boxes). They'd look a lot nicer if they were the same height. I'm thin...
1.0
Make all form elements the same height - If our form elements were the same height it would make it much easier to maintain a vertical rhythm and to create horizontal form layouts where necessary. For example, we sometimes need to align buttons to the right of form fields (eg. search boxes). They'd look a lot nicer ...
design
make all form elements the same height if our form elements were the same height it would make it much easier to maintain a vertical rhythm and to create horizontal form layouts where necessary for example we sometimes need to align buttons to the right of form fields eg search boxes they d look a lot nicer ...
1
52,646
6,648,531,325
IssuesEvent
2017-09-28 09:39:58
wellcometrust/wellcomecollection.org
https://api.github.com/repos/wellcometrust/wellcomecollection.org
closed
Design: Revisit page grid on key templates
needs:design
## Type - enhancement ## Description Review and update the page grid on Article and Work templates to improve visual hierarchy and standardise the layout.
1.0
Design: Revisit page grid on key templates - ## Type - enhancement ## Description Review and update the page grid on Article and Work templates to improve visual hierarchy and standardise the layout.
design
design revisit page grid on key templates type enhancement description review and update the page grid on article and work templates to improve visual hierarchy and standardise the layout
1
765,225
26,838,407,651
IssuesEvent
2023-02-02 21:37:36
inaturalist/inaturalist
https://api.github.com/repos/inaturalist/inaturalist
closed
Better indicators that slow PDF Generation of large guides is not hungup
abandoned priority
The generation of PDFs of large guides for the first time takes several minutes and then gives the following 'taking forever' alert ![image 3](https://cloud.githubusercontent.com/assets/598026/4480115/68305292-4994-11e4-8f13-cd68cf40ce18.png)Indicator Ultimately these guides do generate, but users are perceiving this...
1.0
Better indicators that slow PDF Generation of large guides is not hungup - The generation of PDFs of large guides for the first time takes several minutes and then gives the following 'taking forever' alert ![image 3](https://cloud.githubusercontent.com/assets/598026/4480115/68305292-4994-11e4-8f13-cd68cf40ce18.png)Ind...
non_design
better indicators that slow pdf generation of large guides is not hungup the generation of pdfs of large guides for the first time takes several minutes and then gives the following taking forever alert ultimately these guides do generate but users are perceiving this as a bug in pdf generation we should r...
0
158,112
20,007,591,363
IssuesEvent
2022-02-01 00:03:14
timf-app-sandbox/t1
https://api.github.com/repos/timf-app-sandbox/t1
opened
CVE-2018-3728 (High) detected in hoek-0.9.1.tgz, hoek-2.16.3.tgz
security vulnerability
## CVE-2018-3728 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>hoek-0.9.1.tgz</b>, <b>hoek-2.16.3.tgz</b></p></summary> <p> <details><summary><b>hoek-0.9.1.tgz</b></p></summary> <...
True
CVE-2018-3728 (High) detected in hoek-0.9.1.tgz, hoek-2.16.3.tgz - ## CVE-2018-3728 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>hoek-0.9.1.tgz</b>, <b>hoek-2.16.3.tgz</b></p></sum...
non_design
cve high detected in hoek tgz hoek tgz cve high severity vulnerability vulnerable libraries hoek tgz hoek tgz hoek tgz general purpose node utilities library home page a href path to dependency file package json path to vulnerable libra...
0
51,064
6,491,348,652
IssuesEvent
2017-08-21 09:48:15
CatalystCode/ibex-dashboard
https://api.github.com/repos/CatalystCode/ibex-dashboard
closed
Add info balloons when hovering on the icons in create dashboard page
design feature
![image](https://user-images.githubusercontent.com/13463870/29119054-3f1b18d8-7d0d-11e7-97bf-db2fb438383b.png) screenshot with suggestion attached
1.0
Add info balloons when hovering on the icons in create dashboard page - ![image](https://user-images.githubusercontent.com/13463870/29119054-3f1b18d8-7d0d-11e7-97bf-db2fb438383b.png) screenshot with suggestion attached
design
add info balloons when hovering on the icons in create dashboard page screenshot with suggestion attached
1
175,255
27,815,947,959
IssuesEvent
2023-03-18 17:32:49
chromium/subspace
https://api.github.com/repos/chromium/subspace
opened
Make all Iterator types in the library Clone
enhancement design
- If they are over references, like iter(), or slice iterators. - Cloning mutable references is fraught. Do we... support that? - If they are over values, like into_iter() if the values are `Clone`.
1.0
Make all Iterator types in the library Clone - - If they are over references, like iter(), or slice iterators. - Cloning mutable references is fraught. Do we... support that? - If they are over values, like into_iter() if the values are `Clone`.
design
make all iterator types in the library clone if they are over references like iter or slice iterators cloning mutable references is fraught do we support that if they are over values like into iter if the values are clone
1
112,326
9,560,636,359
IssuesEvent
2019-05-03 20:13:38
dart-lang/sdk
https://api.github.com/repos/dart-lang/sdk
closed
Tests of non-utf8 filenames break infrastructure if they don't clean up their temp files
area-test library-io
The tests standalone_2/io/non_utf8_directory_test standalone_2/io/non_utf8_file_test standalone_2/io/non_utf8_link_test standalone_2/io/non_utf8_output_test (possibly) will leave behind a temporary file system object with a non-utf8 name (starting with 0xb6, decimal 182) if they time out or crash. The swarm...
1.0
Tests of non-utf8 filenames break infrastructure if they don't clean up their temp files - The tests standalone_2/io/non_utf8_directory_test standalone_2/io/non_utf8_file_test standalone_2/io/non_utf8_link_test standalone_2/io/non_utf8_output_test (possibly) will leave behind a temporary file system object wi...
non_design
tests of non filenames break infrastructure if they don t clean up their temp files the tests standalone io non directory test standalone io non file test standalone io non link test standalone io non output test possibly will leave behind a temporary file system object with a non name...
0