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
145,397
22,679,144,650
IssuesEvent
2022-07-04 08:19:33
microsoft/AdaptiveCards
https://api.github.com/repos/microsoft/AdaptiveCards
opened
[Designer]Bug 31585214: [Usable - Adaptive Cards - Activity Update.Json]: Narrator does not read the selected date under the calendar window as focus lands by using Tab key.
Bug Area-Designer
### Problem Description [Bug 31585214](https://microsoft.visualstudio.com/OS/_workitems/edit/31585214): [Usable - Adaptive Cards - Activity Update.Json]: Narrator does not read the selected date under the calendar window as focus lands by using Tab key. User Experience: Narrator users will be impacted if narrato...
1.0
[Designer]Bug 31585214: [Usable - Adaptive Cards - Activity Update.Json]: Narrator does not read the selected date under the calendar window as focus lands by using Tab key. - ### Problem Description [Bug 31585214](https://microsoft.visualstudio.com/OS/_workitems/edit/31585214): [Usable - Adaptive Cards - Activity Upd...
design
bug narrator does not read the selected date under the calendar window as focus lands by using tab key problem description narrator does not read the selected date under the calendar window as focus lands by using tab key user experience narrator users will be impacted if narrator will not...
1
478,502
13,780,557,487
IssuesEvent
2020-10-08 15:04:00
calliope-project/calliope
https://api.github.com/repos/calliope-project/calliope
closed
Overrides silently killed by YAML parsing
bug priority
## Problem description Depending on the notation used to refer to configuration options in the YAML files, certain key:value pairs are being silently ignored. Not sure if this is a quirk of ruamel.yaml or the AttrDict class. Either way, it is particularly easy to make the mistake in a model override without ever kno...
1.0
Overrides silently killed by YAML parsing - ## Problem description Depending on the notation used to refer to configuration options in the YAML files, certain key:value pairs are being silently ignored. Not sure if this is a quirk of ruamel.yaml or the AttrDict class. Either way, it is particularly easy to make the ...
non_design
overrides silently killed by yaml parsing problem description depending on the notation used to refer to configuration options in the yaml files certain key value pairs are being silently ignored not sure if this is a quirk of ruamel yaml or the attrdict class either way it is particularly easy to make the ...
0
223,244
24,711,716,646
IssuesEvent
2022-10-20 01:42:09
violasarah2000/strings-attached
https://api.github.com/repos/violasarah2000/strings-attached
opened
CVE-2022-37601 (High) detected in loader-utils-1.2.3.tgz
security vulnerability
## CVE-2022-37601 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpack loaders</p> <p>Library home page: <a href="https://regis...
True
CVE-2022-37601 (High) detected in loader-utils-1.2.3.tgz - ## CVE-2022-37601 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>loader-utils-1.2.3.tgz</b></p></summary> <p>utils for webpa...
non_design
cve high detected in loader utils tgz cve high severity vulnerability vulnerable library loader utils tgz utils for webpack loaders library home page a href path to dependency file package json path to vulnerable library node modules loader utils package json d...
0
3,770
4,039,230,375
IssuesEvent
2016-05-20 03:08:00
JuliaLang/julia
https://api.github.com/repos/JuliaLang/julia
closed
Performance regression in dynamic dispatch
benchmark performance regression
On latest master we noticed performance regression with the following simple code (This is quite similar to the regression reported in https://groups.google.com/forum/#!topic/julia-users/gZVTjUF_9E0 by @wbhart but does not involve gmp): ```julia import Base: + typealias ZZ Array{UInt, 1} function +(a::ZZ, b::...
True
Performance regression in dynamic dispatch - On latest master we noticed performance regression with the following simple code (This is quite similar to the regression reported in https://groups.google.com/forum/#!topic/julia-users/gZVTjUF_9E0 by @wbhart but does not involve gmp): ```julia import Base: + typeali...
non_design
performance regression in dynamic dispatch on latest master we noticed performance regression with the following simple code this is quite similar to the regression reported in by wbhart but does not involve gmp julia import base typealias zz array uint function a zz b int r zz l...
0
132,387
10,743,113,878
IssuesEvent
2019-10-30 00:52:54
Charcoal-SE/SmokeDetector
https://api.github.com/repos/Charcoal-SE/SmokeDetector
closed
PullApprove v3: what needs to be done?
area: tests status: stale
[PullApprove v3 is out](https://medium.com/dropseed/introducing-pullapprove-version-3-4da68e14a623). Yay! However, it looks like a lot has changed. For instance, v3 is tied in directly to the GH review system, which may affect the ability for non-collaborators to review blacklist PRs. We'll have to look into this. ...
1.0
PullApprove v3: what needs to be done? - [PullApprove v3 is out](https://medium.com/dropseed/introducing-pullapprove-version-3-4da68e14a623). Yay! However, it looks like a lot has changed. For instance, v3 is tied in directly to the GH review system, which may affect the ability for non-collaborators to review black...
non_design
pullapprove what needs to be done yay however it looks like a lot has changed for instance is tied in directly to the gh review system which may affect the ability for non collaborators to review blacklist prs we ll have to look into this things that we need to check do does still ha...
0
70,928
3,348,619,063
IssuesEvent
2015-11-17 03:16:35
nfischer/course-dashboard
https://api.github.com/repos/nfischer/course-dashboard
closed
Backend unit testing
help wanted Priority
I think we should set up unit testing for the flask stuff. The sooner the better, since we're required to have it done anyway. Reasons to do it sooner: - Continuous Integration: This will run all our unit tests on every push and pull request, so that makes sure that we never merge broken code (which is tough to ...
1.0
Backend unit testing - I think we should set up unit testing for the flask stuff. The sooner the better, since we're required to have it done anyway. Reasons to do it sooner: - Continuous Integration: This will run all our unit tests on every push and pull request, so that makes sure that we never merge broken c...
non_design
backend unit testing i think we should set up unit testing for the flask stuff the sooner the better since we re required to have it done anyway reasons to do it sooner continuous integration this will run all our unit tests on every push and pull request so that makes sure that we never merge broken c...
0
99,380
12,420,970,140
IssuesEvent
2020-05-23 14:39:36
coverlet-coverage/coverlet
https://api.github.com/repos/coverlet-coverage/coverlet
closed
Coverlet report not generating for dotnet core project
as-designed tenet-reporters
This appears to be a common ticket, so apologies if you roll your eyes and point me to an existing ticket.. I am running this in TeamCity: ``` dotnet test ` %teamcity.build.checkoutDir%\UnitTests\UnitTests.csproj ` --no-build ` -c Release ` -l "console;verbosity=normal" ` -a %teamcity.build.checkoutDir%\Uni...
1.0
Coverlet report not generating for dotnet core project - This appears to be a common ticket, so apologies if you roll your eyes and point me to an existing ticket.. I am running this in TeamCity: ``` dotnet test ` %teamcity.build.checkoutDir%\UnitTests\UnitTests.csproj ` --no-build ` -c Release ` -l "console...
design
coverlet report not generating for dotnet core project this appears to be a common ticket so apologies if you roll your eyes and point me to an existing ticket i am running this in teamcity dotnet test teamcity build checkoutdir unittests unittests csproj no build c release l console...
1
71,184
8,633,466,565
IssuesEvent
2018-11-22 13:57:23
vtex/styleguide
https://api.github.com/repos/vtex/styleguide
closed
Toasts
Designing New Component
Problema ---------------- Solução genérica para notificar sucessos e erros de ações do usuário em ações de interface assíncronas, comuns em SPAs (Single Page Applications). Alternativa ao sistema de Alerts, que são _inline_, ou seja, interferem no layout da tela. **_Que outras diferenças tem entre Alerts e Toasts...
1.0
Toasts - Problema ---------------- Solução genérica para notificar sucessos e erros de ações do usuário em ações de interface assíncronas, comuns em SPAs (Single Page Applications). Alternativa ao sistema de Alerts, que são _inline_, ou seja, interferem no layout da tela. **_Que outras diferenças tem entre Alerts...
design
toasts problema solução genérica para notificar sucessos e erros de ações do usuário em ações de interface assíncronas comuns em spas single page applications alternativa ao sistema de alerts que são inline ou seja interferem no layout da tela que outras diferenças tem entre alerts...
1
107,403
23,407,182,221
IssuesEvent
2022-08-12 13:55:35
gitpod-io/gitpod
https://api.github.com/repos/gitpod-io/gitpod
closed
VS Code does not use pyenv global Python version by default
feature: documentation editor: code (browser) team: IDE
### Bug description The https://www.gitpod.io/docs/languages/python#python-versions docs explain how to use pyenv to install and use a different global version of Python from the system version, namely `pyenv install x.y.z && pyenv global x.y.z`. (This is particularly important because the system version of Python is ...
1.0
VS Code does not use pyenv global Python version by default - ### Bug description The https://www.gitpod.io/docs/languages/python#python-versions docs explain how to use pyenv to install and use a different global version of Python from the system version, namely `pyenv install x.y.z && pyenv global x.y.z`. (This is p...
non_design
vs code does not use pyenv global python version by default bug description the docs explain how to use pyenv to install and use a different global version of python from the system version namely pyenv install x y z pyenv global x y z this is particularly important because the system version of python...
0
439,186
12,678,855,426
IssuesEvent
2020-06-19 10:33:32
pingcap/dumpling
https://api.github.com/repos/pingcap/dumpling
closed
Let Dumpling set GC safepoint ttl with new pd interface
difficulty/2-medium priority/P3
When Dumpling dumps large data it needs to set TiDB snapshot at a ts. When the dumping time is too long tikv may gc this TiDB snapshot ts and Dumpling will fail to dump, exits with an error. To avoid this problem, users need to set `tikv_gc_life_time` longer, which is explained in the end of https://pingcap.com/docs...
1.0
Let Dumpling set GC safepoint ttl with new pd interface - When Dumpling dumps large data it needs to set TiDB snapshot at a ts. When the dumping time is too long tikv may gc this TiDB snapshot ts and Dumpling will fail to dump, exits with an error. To avoid this problem, users need to set `tikv_gc_life_time` longer,...
non_design
let dumpling set gc safepoint ttl with new pd interface when dumpling dumps large data it needs to set tidb snapshot at a ts when the dumping time is too long tikv may gc this tidb snapshot ts and dumpling will fail to dump exits with an error to avoid this problem users need to set tikv gc life time longer ...
0
126,508
17,066,178,285
IssuesEvent
2021-07-07 07:39:03
nim-lang/Nim
https://api.github.com/repos/nim-lang/Nim
closed
Orc does not call a custom destructor
ARC/ORC Language design Severe
The cycle created by this snippet never get's collected, as evidenced by the `=destroy` hook never getting called. ### Example ```nim type ThingObj = object name: string Thing = ref ThingObj C = ref object of RootObj result: Thing child: C proc `=destroy`(t: var ThingObj) = ec...
1.0
Orc does not call a custom destructor - The cycle created by this snippet never get's collected, as evidenced by the `=destroy` hook never getting called. ### Example ```nim type ThingObj = object name: string Thing = ref ThingObj C = ref object of RootObj result: Thing child: C ...
design
orc does not call a custom destructor the cycle created by this snippet never get s collected as evidenced by the destroy hook never getting called example nim type thingobj object name string thing ref thingobj c ref object of rootobj result thing child c ...
1
184,005
31,803,464,580
IssuesEvent
2023-09-13 12:38:48
PrefectHQ/prefect
https://api.github.com/repos/PrefectHQ/prefect
closed
Toggle to show/hide subflows in the UI
enhancement needs:design ui from:sales
### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. - [X] I searched the Prefect documentation for this feature. ### Prefect Version 2.x ### Describe the current behavior Parent and child flows are displayed the same way on t...
1.0
Toggle to show/hide subflows in the UI - ### First check - [X] I added a descriptive title to this issue. - [X] I used the GitHub search to find a similar request and didn't find it. - [X] I searched the Prefect documentation for this feature. ### Prefect Version 2.x ### Describe the current behavior Parent and ch...
design
toggle to show hide subflows in the ui first check i added a descriptive title to this issue i used the github search to find a similar request and didn t find it i searched the prefect documentation for this feature prefect version x describe the current behavior parent and child fl...
1
87,590
10,931,399,180
IssuesEvent
2019-11-23 09:50:52
ubclaunchpad/ubcsim2
https://api.github.com/repos/ubclaunchpad/ubcsim2
closed
Cute Girl at Life Building
design dev enhancement event
**Main Prompt** What is the question that needs to be asked to the player? You see a cute girl in the Life Building, what do you do? **Choices** Detail the choices the player can choose, and the changes this makes to the game session Choice 1: Buy her EDC (Electronic Daisy Carnival) tickets - Player stat chan...
1.0
Cute Girl at Life Building - **Main Prompt** What is the question that needs to be asked to the player? You see a cute girl in the Life Building, what do you do? **Choices** Detail the choices the player can choose, and the changes this makes to the game session Choice 1: Buy her EDC (Electronic Daisy Carnival...
design
cute girl at life building main prompt what is the question that needs to be asked to the player you see a cute girl in the life building what do you do choices detail the choices the player can choose and the changes this makes to the game session choice buy her edc electronic daisy carnival...
1
174,868
13,524,399,371
IssuesEvent
2020-09-15 11:29:08
ember-intl/ember-intl
https://api.github.com/repos/ember-intl/ember-intl
opened
Add `expect-type`
ci enhancement test types
@chriskrycho suggested: https://github.com/ember-intl/ember-intl/pull/1412#issuecomment-692216000 > This is awesome! I strongly recommend, as a follow-on, adding [`expect-type`](https://github.com/mmkal/ts/tree/master/packages/expect-type?rgh-link-date=2020-09-14T17%3A56%3A00Z) and using it to write type tests, and...
1.0
Add `expect-type` - @chriskrycho suggested: https://github.com/ember-intl/ember-intl/pull/1412#issuecomment-692216000 > This is awesome! I strongly recommend, as a follow-on, adding [`expect-type`](https://github.com/mmkal/ts/tree/master/packages/expect-type?rgh-link-date=2020-09-14T17%3A56%3A00Z) and using it to w...
non_design
add expect type chriskrycho suggested this is awesome i strongly recommend as a follow on adding and using it to write type tests and integrating those into ci that will help you know that you re maintaining the public api contract of your types see and for good examples of that and fee...
0
153,468
24,133,466,740
IssuesEvent
2022-09-21 09:20:32
nextcloud/calendar
https://api.github.com/repos/nextcloud/calendar
opened
Header of left sidebar is a bit too wide
1 - to develop bug design Feature: Calendar list design review
### Steps to reproduce 1. Open the calendar. 2. Observe the left sidebar. 3. Compare the width of the header and the other entries of the sidebar. ### Expected behavior Well aligned and visually consistent items in the left sidebar. ### Actual behaviour The calendar header is a bit too wide. It looks like it h...
2.0
Header of left sidebar is a bit too wide - ### Steps to reproduce 1. Open the calendar. 2. Observe the left sidebar. 3. Compare the width of the header and the other entries of the sidebar. ### Expected behavior Well aligned and visually consistent items in the left sidebar. ### Actual behaviour The calendar h...
design
header of left sidebar is a bit too wide steps to reproduce open the calendar observe the left sidebar compare the width of the header and the other entries of the sidebar expected behavior well aligned and visually consistent items in the left sidebar actual behaviour the calendar h...
1
164,237
25,940,350,413
IssuesEvent
2022-12-16 17:44:35
chapel-lang/chapel
https://api.github.com/repos/chapel-lang/chapel
closed
Should we deprecate "is type subtype of" querying operators?
type: Design type: Chapel 2.0
Currently types can be compared using the `<`, `<=`, and `>`, and `>=` operators to see if one type is a subtype of another. On the one hand, using operators to express this seems kind of clever but on the other it may not be clear to end-users what these operators do. I think we should deprecate these operators in ...
1.0
Should we deprecate "is type subtype of" querying operators? - Currently types can be compared using the `<`, `<=`, and `>`, and `>=` operators to see if one type is a subtype of another. On the one hand, using operators to express this seems kind of clever but on the other it may not be clear to end-users what thes...
design
should we deprecate is type subtype of querying operators currently types can be compared using the and operators to see if one type is a subtype of another on the one hand using operators to express this seems kind of clever but on the other it may not be clear to end users what these operators do ...
1
364,113
25,481,543,463
IssuesEvent
2022-11-25 22:06:04
NWNHT/TwitterChessBot
https://api.github.com/repos/NWNHT/TwitterChessBot
closed
Fix all of the temporary print statements and implement proper logging
documentation enhancement
There are a bunch of random print statements and commented out lines that need to be fixed. Additionally, proper logging should be implemented.
1.0
Fix all of the temporary print statements and implement proper logging - There are a bunch of random print statements and commented out lines that need to be fixed. Additionally, proper logging should be implemented.
non_design
fix all of the temporary print statements and implement proper logging there are a bunch of random print statements and commented out lines that need to be fixed additionally proper logging should be implemented
0
177,804
29,144,809,380
IssuesEvent
2023-05-18 01:14:04
Message-Photon-Studios/Rock-Bottom
https://api.github.com/repos/Message-Photon-Studios/Rock-Bottom
closed
Create room making template with tools and instructions
System design
For the rest of the team to be able to make rooms for the random generator, a standard with the necessary tools and some instructions will have to be made.
1.0
Create room making template with tools and instructions - For the rest of the team to be able to make rooms for the random generator, a standard with the necessary tools and some instructions will have to be made.
design
create room making template with tools and instructions for the rest of the team to be able to make rooms for the random generator a standard with the necessary tools and some instructions will have to be made
1
336,951
30,230,826,715
IssuesEvent
2023-07-06 06:46:07
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
reopened
Fix jax_nn_activations.test_jax_nn_celu
JAX Frontend Sub Task Failing Test
| | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5447954844/jobs/9910570321"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5447954844/jobs/9910570321"><img src=https://img.shields.io/badge/-success-success></a> |t...
1.0
Fix jax_nn_activations.test_jax_nn_celu - | | | |---|---| |jax|<a href="https://github.com/unifyai/ivy/actions/runs/5447954844/jobs/9910570321"><img src=https://img.shields.io/badge/-success-success></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/runs/5447954844/jobs/9910570321"><img src=https://img....
non_design
fix jax nn activations test jax nn celu jax a href src numpy a href src tensorflow a href src torch a href src paddle a href src
0
166,561
26,376,000,856
IssuesEvent
2023-01-12 02:33:11
Wizleap-Inc/wiz-ui
https://api.github.com/repos/Wizleap-Inc/wiz-ui
opened
Feat: WizTabの文字がはみ出した時に改行ではなく3点リーダーにしたい
⚠️ bug: design
**機能追加理由・詳細** 改行されると他の改行されてないタブが浮き上がってしまうため <img width="422" alt="image" src="https://user-images.githubusercontent.com/43909370/211962082-25787935-4340-4dc6-8852-81db3ca0a07e.png"> **解決策の提案(任意)** **その他考慮事項(任意)**
1.0
Feat: WizTabの文字がはみ出した時に改行ではなく3点リーダーにしたい - **機能追加理由・詳細** 改行されると他の改行されてないタブが浮き上がってしまうため <img width="422" alt="image" src="https://user-images.githubusercontent.com/43909370/211962082-25787935-4340-4dc6-8852-81db3ca0a07e.png"> **解決策の提案(任意)** **その他考慮事項(任意)**
design
feat 機能追加理由・詳細 改行されると他の改行されてないタブが浮き上がってしまうため img width alt image src 解決策の提案(任意) その他考慮事項(任意)
1