Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3
values | title stringlengths 1 1k | labels stringlengths 4 1.38k | body stringlengths 1 262k | index stringclasses 16
values | text_combine stringlengths 96 262k | label stringclasses 2
values | text stringlengths 96 252k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
601,749 | 18,429,868,892 | IssuesEvent | 2021-10-14 06:06:49 | ballerina-platform/ballerina-standard-library | https://api.github.com/repos/ballerina-platform/ballerina-standard-library | closed | Compiler plugin fails for wrong programs | Points/0.5 Priority/High Type/Improvement Team/PCP | Consider the below program where the io:println is not in the right place. Ideally it should be inside the init() function.
```ballerina
import ballerinax/kafka;
import ballerina/io;
kafka:ProducerConfiguration prod_config = {
clientId: "trainer-id",
acks: "all",
retryCount: 3
};
kafka:Producer... | 1.0 | Compiler plugin fails for wrong programs - Consider the below program where the io:println is not in the right place. Ideally it should be inside the init() function.
```ballerina
import ballerinax/kafka;
import ballerina/io;
kafka:ProducerConfiguration prod_config = {
clientId: "trainer-id",
acks: "a... | priority | compiler plugin fails for wrong programs consider the below program where the io println is not in the right place ideally it should be inside the init function ballerina import ballerinax kafka import ballerina io kafka producerconfiguration prod config clientid trainer id acks a... | 1 |
30,125 | 8,482,768,197 | IssuesEvent | 2018-10-25 19:30:51 | bitshares/bitshares-ui | https://api.github.com/repos/bitshares/bitshares-ui | closed | Exchange getObject ["2.0.0"] timed out | [1c] Task [3] Bug [4d] Critical Priority [5b] Small [6] Staging Build | When loading the exchange for the first time you may have a request timed out for object "2.0.0" resulting in the exchange page not loading the rest of the section due to missing `feeStatus`.

**Possible s... | 1.0 | Exchange getObject ["2.0.0"] timed out - When loading the exchange for the first time you may have a request timed out for object "2.0.0" resulting in the exchange page not loading the rest of the section due to missing `feeStatus`.
 are much easier to navigate.
A complete re-design of the dashboard with would be just what we need ๐.
 | 1.0 | Re-design dashboard - The dashboard is not very user-friendly, meanwhile the WordPress dashboard (or even the GitHub one) are much easier to navigate.
A complete re-design of the dashboard with would be just what we need ๐.
 = new(x)
end
julia> immutable KeywordArg
x::Int
KeywordArg(;x::Int=1) = new(x)
... | True | Constructors with keyword arguments a lot slower than ones without them - I find constructors taking keyword arguments are a lot slower than constructors that don't. For example,
```
julia> immutable PositionalArg
x::Int
PositionalArg(x::Int=1) = new(x)
end
julia> immutable Keyword... | non_priority | constructors with keyword arguments a lot slower than ones without them i find constructors taking keyword arguments are a lot slower than constructors that don t for example julia immutable positionalarg x int positionalarg x int new x end julia immutable keyword... | 0 |
12,700 | 8,711,371,914 | IssuesEvent | 2018-12-06 19:01:54 | ofuen/Slackbot | https://api.github.com/repos/ofuen/Slackbot | opened | WS-2017-0421 High Severity Vulnerability detected by WhiteSource | security vulnerability | ## WS-2017-0421 - High Severity Vulnerability
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ws-1.1.5.tgz</b></p></summary>
<p>Simple to use, blazing fast and thoroughly tested websocket client and server... | True | WS-2017-0421 High Severity Vulnerability detected by WhiteSource - ## WS-2017-0421 - High Severity Vulnerability
<details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ws-1.1.5.tgz</b></p></summary>
<p>Simple to ... | non_priority | ws high severity vulnerability detected by whitesource ws high severity vulnerability vulnerable library ws tgz simple to use blazing fast and thoroughly tested websocket client and server for node js path tmp git slackbot node modules ws package json library home page a hre... | 0 |
482,029 | 13,895,964,809 | IssuesEvent | 2020-10-19 16:31:16 | AY2021S1-CS2113T-F14-3/tp | https://api.github.com/repos/AY2021S1-CS2113T-F14-3/tp | closed | Removal of nested user inputs in RouteMapCommand class | priority.High type.Enhancement | Removal of nested user inputs in RouteMapCommand class to facillitate efficient use of the application | 1.0 | Removal of nested user inputs in RouteMapCommand class - Removal of nested user inputs in RouteMapCommand class to facillitate efficient use of the application | priority | removal of nested user inputs in routemapcommand class removal of nested user inputs in routemapcommand class to facillitate efficient use of the application | 1 |
69,407 | 8,405,556,016 | IssuesEvent | 2018-10-11 15:32:14 | LLK/scratch-gui | https://api.github.com/repos/LLK/scratch-gui | closed | Add menu items to play sound blocks for "add sound..." and "record sound..." | design feature needs-discussion | Scratch 2.0 has a menu item "record..." in the play sound blocks:
<img width="167" alt="screen shot 2018-01-29 at 3 57 54 pm" src="https://user-images.githubusercontent.com/567844/35534034-3eb4ca1e-050d-11e8-8383-93111c814f07.png">
We should consider adding options like "add sound..." and "record sound..." to the... | 1.0 | Add menu items to play sound blocks for "add sound..." and "record sound..." - Scratch 2.0 has a menu item "record..." in the play sound blocks:
<img width="167" alt="screen shot 2018-01-29 at 3 57 54 pm" src="https://user-images.githubusercontent.com/567844/35534034-3eb4ca1e-050d-11e8-8383-93111c814f07.png">
We ... | non_priority | add menu items to play sound blocks for add sound and record sound scratch has a menu item record in the play sound blocks img width alt screen shot at pm src we should consider adding options like add sound and record sound to the start sound and play sound b... | 0 |
582,251 | 17,356,991,377 | IssuesEvent | 2021-07-29 15:26:19 | threefoldfoundation/www_threefold_io | https://api.github.com/repos/threefoldfoundation/www_threefold_io | closed | Create Support Page | priority_major type_story | ## Situation right now:
We have Contact us in navigation and footer that immediately opens a "mailto" info@threefold.io having all support requests going to info mail that leaves them unanswered and such...
## To Do
Let's create more detailed Support page that consists of components guiding to our FAQs, Forum, S... | 1.0 | Create Support Page - ## Situation right now:
We have Contact us in navigation and footer that immediately opens a "mailto" info@threefold.io having all support requests going to info mail that leaves them unanswered and such...
## To Do
Let's create more detailed Support page that consists of components guiding... | priority | create support page situation right now we have contact us in navigation and footer that immediately opens a mailto info threefold io having all support requests going to info mail that leaves them unanswered and such to do let s create more detailed support page that consists of components guiding... | 1 |
66,023 | 12,703,479,346 | IssuesEvent | 2020-06-22 22:25:33 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | Attribute and analyzer for "soft abstract" | api-ready-for-review code-analyzer code-fixer | For abstract base types, we sometimes find ourselves in a situation where we'd like to add a new core concept to a type. In order to stay ABI-compatible, we can't add new `abstract` members as this means derived types that were compiled against the earlier version are missing the override, thus causing a `TypeLoadExcep... | 2.0 | Attribute and analyzer for "soft abstract" - For abstract base types, we sometimes find ourselves in a situation where we'd like to add a new core concept to a type. In order to stay ABI-compatible, we can't add new `abstract` members as this means derived types that were compiled against the earlier version are missin... | non_priority | attribute and analyzer for soft abstract for abstract base types we sometimes find ourselves in a situation where we d like to add a new core concept to a type in order to stay abi compatible we can t add new abstract members as this means derived types that were compiled against the earlier version are missin... | 0 |
741,782 | 25,818,555,010 | IssuesEvent | 2022-12-12 07:44:52 | xournalpp/xournalpp | https://api.github.com/repos/xournalpp/xournalpp | closed | Crash of unknown cause when writing | bug priority::high Crash | **Affects versions :**
- OS: Arch Linux
- (Linux only) Desktop environment: Gnome Wayland
- Which version of libgtk do you use 3.24.34
- Version of Xournal++: 1.12
- Installation method: flatpak
**Describe the bug**
Crash of unknown cause.
**To Reproduce**
Unknown. I was simply writing in a document i... | 1.0 | Crash of unknown cause when writing - **Affects versions :**
- OS: Arch Linux
- (Linux only) Desktop environment: Gnome Wayland
- Which version of libgtk do you use 3.24.34
- Version of Xournal++: 1.12
- Installation method: flatpak
**Describe the bug**
Crash of unknown cause.
**To Reproduce**
Unknown... | priority | crash of unknown cause when writing affects versions os arch linux linux only desktop environment gnome wayland which version of libgtk do you use version of xournal installation method flatpak describe the bug crash of unknown cause to reproduce unknown i... | 1 |
350,581 | 31,928,525,024 | IssuesEvent | 2023-09-19 05:11:36 | openobserve/openobserve | https://api.github.com/repos/openobserve/openobserve | closed | Not be able to assign value dynamically for the match_array function . | testing | ### Which OpenObserve functionalities are the source of the bug?
ingestion
### Is this a regression?
Yes
### Description
[match_array]
Match at least one element
Source
match_array(["foobar", "bazqux"], r'foo')
Return
true
How to assign values instead of foo dynamically from a variable. Please help.
#... | 1.0 | Not be able to assign value dynamically for the match_array function . - ### Which OpenObserve functionalities are the source of the bug?
ingestion
### Is this a regression?
Yes
### Description
[match_array]
Match at least one element
Source
match_array(["foobar", "bazqux"], r'foo')
Return
true
How to a... | non_priority | not be able to assign value dynamically for the match array function which openobserve functionalities are the source of the bug ingestion is this a regression yes description match at least one element source match array r foo return true how to assign values instead of foo dyn... | 0 |
166,135 | 6,291,506,591 | IssuesEvent | 2017-07-20 01:04:56 | GoogleCloudPlatform/google-cloud-eclipse | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-eclipse | reopened | Cannot run StarterPipeline generated by Dataflow wizard (Dataflow 2.0.0) | bug high priority | ```
Exception in thread "main" java.lang.RuntimeException: Failed to construct instance from factory method DataflowRunner#fromOptions(interface org.apache.beam.sdk.options.PipelineOptions)
at org.apache.beam.sdk.util.InstanceBuilder.buildFromMethod(InstanceBuilder.java:233)
at org.apache.beam.sdk.util.InstanceBui... | 1.0 | Cannot run StarterPipeline generated by Dataflow wizard (Dataflow 2.0.0) - ```
Exception in thread "main" java.lang.RuntimeException: Failed to construct instance from factory method DataflowRunner#fromOptions(interface org.apache.beam.sdk.options.PipelineOptions)
at org.apache.beam.sdk.util.InstanceBuilder.buildFro... | priority | cannot run starterpipeline generated by dataflow wizard dataflow exception in thread main java lang runtimeexception failed to construct instance from factory method dataflowrunner fromoptions interface org apache beam sdk options pipelineoptions at org apache beam sdk util instancebuilder buildfro... | 1 |
93,098 | 3,882,681,993 | IssuesEvent | 2016-04-13 10:55:32 | VengeanceRising/VengeanceRising | https://api.github.com/repos/VengeanceRising/VengeanceRising | closed | Dining Hall: Unlocking keyhole reverses fireplace back | bug enhancement Priority.low | Intended use: Interact with keyhole (with key in inventory) -> fireplace moves aside
Unexpected use: Interact with keyhole (again) -> "Unlock" shows up -> fireplace moves back to origin.
Maybe we could cater for the unexpected use case.... | 1.0 | Dining Hall: Unlocking keyhole reverses fireplace back - Intended use: Interact with keyhole (with key in inventory) -> fireplace moves aside
Unexpected use: Interact with keyhole (again) -> "Unlock" shows up -> fireplace moves back to origin.
Maybe we could cater for the unexpected use case.... | priority | dining hall unlocking keyhole reverses fireplace back intended use interact with keyhole with key in inventory fireplace moves aside unexpected use interact with keyhole again unlock shows up fireplace moves back to origin maybe we could cater for the unexpected use case | 1 |
722,322 | 24,858,631,949 | IssuesEvent | 2022-10-27 06:09:52 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | Platform permission 'cluster-management' can not authorized/unauthorized workspace | kind/bug priority/high | **Describe the Bug**
There is a user test, his platform permission is `cluster-management`, and did not invited to cluster host
**Versions Used**
KubeSphere: `v3.3.1-rc.5`
**How To Reproduce**
Steps to reproduce the behavior:
1. Login ks with user test
2. Go to cluster visibility of cluster host
3. au... | 1.0 | Platform permission 'cluster-management' can not authorized/unauthorized workspace - **Describe the Bug**
There is a user test, his platform permission is `cluster-management`, and did not invited to cluster host
**Versions Used**
KubeSphere: `v3.3.1-rc.5`
**How To Reproduce**
Steps to reproduce the beha... | priority | platform permission cluster management can not authorized unauthorized workspace describe the bug there is a user test his platform permission is cluster management and did not invited to cluster host versions used kubesphere rc how to reproduce steps to reproduce the behav... | 1 |
158,497 | 6,028,805,632 | IssuesEvent | 2017-06-08 16:30:50 | ArctosDB/arctos | https://api.github.com/repos/ArctosDB/arctos | closed | test request - https | Enhancement Priority-High | Please visit https://arctos.database.museum - everything should be the same as the http site - and let me know if something doesn't work or if you somehow end up back on http://arctos.database.museum or experience any other problems.
If there are no problems found in the next few days we can probably safely update i... | 1.0 | test request - https - Please visit https://arctos.database.museum - everything should be the same as the http site - and let me know if something doesn't work or if you somehow end up back on http://arctos.database.museum or experience any other problems.
If there are no problems found in the next few days we can p... | priority | test request https please visit everything should be the same as the http site and let me know if something doesn t work or if you somehow end up back on or experience any other problems if there are no problems found in the next few days we can probably safely update incoming links and possibly force ... | 1 |
93,883 | 27,063,003,551 | IssuesEvent | 2023-02-13 21:23:37 | dotnet/arcade | https://api.github.com/repos/dotnet/arcade | closed | Build failed: dotnet-helix-service-weekly/main #2023020601 | Build Failed FROps | Build [#2023020601](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2105834) failed
## :x: : internal / dotnet-helix-service-weekly failed
### Summary
**Finished** - Mon, 06 Feb 2023 15:46:07 GMT
**Duration** - 34 minutes
**Requested for** - Microsoft.VisualStudio.Servi... | 1.0 | Build failed: dotnet-helix-service-weekly/main #2023020601 - Build [#2023020601](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2105834) failed
## :x: : internal / dotnet-helix-service-weekly failed
### Summary
**Finished** - Mon, 06 Feb 2023 15:46:07 GMT
**Duration** ... | non_priority | build failed dotnet helix service weekly main build failed x internal dotnet helix service weekly failed summary finished mon feb gmt duration minutes requested for microsoft visualstudio services tfs reason schedule details synchroni... | 0 |
243,621 | 20,510,480,485 | IssuesEvent | 2022-03-01 05:36:07 | tendermint/farming | https://api.github.com/repos/tendermint/farming | opened | test: add an operation to send balances to `FarmingPoolAddress` | test and simulation | <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < โบ
v โฐ Thanks for opening an issue! โฐ
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out proposals may be rejected
v without deliberati... | 1.0 | test: add an operation to send balances to `FarmingPoolAddress` - <!-- < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < โบ
v โฐ Thanks for opening an issue! โฐ
v Before smashing the submit button please review the template.
v Word of caution: poorly thought-out pr... | non_priority | test add an operation to send balances to farmingpooladdress โบ v โฐ thanks for opening an issue โฐ v before smashing the submit button please review the template v word of caution poorly thought out pr... | 0 |
66,647 | 8,956,407,270 | IssuesEvent | 2019-01-26 17:16:15 | jacobtomlinson/datapoint-python | https://api.github.com/repos/jacobtomlinson/datapoint-python | closed | Convert documentation to ReStructured Text | documentation enhancement | The documentation has quite a few tables in, which are written as html in the markdown files. These are rather hard to read. ReStructured Text has a built in table syntax which is easier to read. Changing this would not require changing the documentation text. It would require changing the documentation build system to... | 1.0 | Convert documentation to ReStructured Text - The documentation has quite a few tables in, which are written as html in the markdown files. These are rather hard to read. ReStructured Text has a built in table syntax which is easier to read. Changing this would not require changing the documentation text. It would requi... | non_priority | convert documentation to restructured text the documentation has quite a few tables in which are written as html in the markdown files these are rather hard to read restructured text has a built in table syntax which is easier to read changing this would not require changing the documentation text it would requi... | 0 |
275,437 | 8,575,953,074 | IssuesEvent | 2018-11-12 18:50:31 | container-storage-interface/spec | https://api.github.com/repos/container-storage-interface/spec | closed | nit: scrub spec for should, must, etc. and capitalize | priority/p1 | We still have instances of the keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" that are not capitalized, before 1.0 we should fix that.
Example: ` // Plugin should ensure that multiple `CreateVolume` calls for the` in ... | 1.0 | nit: scrub spec for should, must, etc. and capitalize - We still have instances of the keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" that are not capitalized, before 1.0 we should fix that.
Example: ` // Plugin shoul... | priority | nit scrub spec for should must etc and capitalize we still have instances of the keywords must must not required shall shall not should should not recommended not recommended may and optional that are not capitalized before we should fix that example plugin shoul... | 1 |
26,445 | 7,838,066,011 | IssuesEvent | 2018-06-18 08:57:22 | anholt/libepoxy | https://api.github.com/repos/anholt/libepoxy | closed | libexpory-1.5 fails to build with uclibc | build linux | when compiling libpoxy-1.5 with uclibc, the build breaks with this error:
```../libepoxy-1.5.2/test/egl_has_extension_nocontext.c: In function 'main':
../libepoxy-1.5.2/test/egl_has_extension_nocontext.c:58:24: error: implicit declaration of function 'strdup' [-Werror=implicit-function-declaration]
an_ex... | 1.0 | libexpory-1.5 fails to build with uclibc - when compiling libpoxy-1.5 with uclibc, the build breaks with this error:
```../libepoxy-1.5.2/test/egl_has_extension_nocontext.c: In function 'main':
../libepoxy-1.5.2/test/egl_has_extension_nocontext.c:58:24: error: implicit declaration of function 'strdup' [-Werror=imp... | non_priority | libexpory fails to build with uclibc when compiling libpoxy with uclibc the build breaks with this error libepoxy test egl has extension nocontext c in function main libepoxy test egl has extension nocontext c error implicit declaration of function strdup an... | 0 |
165,804 | 6,286,561,850 | IssuesEvent | 2017-07-19 13:16:22 | kubernetes/dashboard | https://api.github.com/repos/kubernetes/dashboard | opened | Show log buttons on all lists & for jobs | help-wanted kind/enhancement priority/P3 | Currently we are missing log buttons on all lists except pod list and for jobs. We should add it. | 1.0 | Show log buttons on all lists & for jobs - Currently we are missing log buttons on all lists except pod list and for jobs. We should add it. | priority | show log buttons on all lists for jobs currently we are missing log buttons on all lists except pod list and for jobs we should add it | 1 |
186,123 | 6,733,632,572 | IssuesEvent | 2017-10-18 15:22:57 | montrealrb/Montreal.rb | https://api.github.com/repos/montrealrb/Montreal.rb | closed | Top left montreal.rb "logo" should be clickable and include official logo | chore Priority site | - [x] clickable
- [ ] logo

| 1.0 | Top left montreal.rb "logo" should be clickable and include official logo - - [x] clickable
- [ ] logo

| priority | top left montreal rb logo should be clickable and include official logo clickable logo | 1 |
759,903 | 26,617,638,635 | IssuesEvent | 2023-01-24 08:45:23 | apache/airflow | https://api.github.com/repos/apache/airflow | closed | graph disappears during run time when using branch_task and a dynamic classic operator | kind:bug good first issue priority:medium area:UI | ### Apache Airflow version
2.5.1
### What happened
when using a dynamically generated task that gets the expand data from xcom after a branch_task the graph doesn't render.
It reappears once the dag run is finished.
tried with BashOperator and a KubernetesPodOperator.
the developer console in the brows... | 1.0 | graph disappears during run time when using branch_task and a dynamic classic operator - ### Apache Airflow version
2.5.1
### What happened
when using a dynamically generated task that gets the expand data from xcom after a branch_task the graph doesn't render.
It reappears once the dag run is finished.
tr... | priority | graph disappears during run time when using branch task and a dynamic classic operator apache airflow version what happened when using a dynamically generated task that gets the expand data from xcom after a branch task the graph doesn t render it reappears once the dag run is finished tr... | 1 |
438,847 | 12,652,489,481 | IssuesEvent | 2020-06-17 03:45:29 | Open-Source-Medical-Supplies/react-projects-gallery | https://api.github.com/repos/Open-Source-Medical-Supplies/react-projects-gallery | closed | Full card: semantics per Kimly | correction medium priority | 1. 'Reviewed By', text should be, "Medical Status:"
2. the text from the tags 'Reviewed By' does need to be shown, ex 'Affiliated with: UW Health'
3. Text of Medical Supply Category should, be bold or somehow different from the Title Header Style, and link back to category supply page
4. In Materials List, underneat... | 1.0 | Full card: semantics per Kimly - 1. 'Reviewed By', text should be, "Medical Status:"
2. the text from the tags 'Reviewed By' does need to be shown, ex 'Affiliated with: UW Health'
3. Text of Medical Supply Category should, be bold or somehow different from the Title Header Style, and link back to category supply page... | priority | full card semantics per kimly reviewed by text should be medical status the text from the tags reviewed by does need to be shown ex affiliated with uw health text of medical supply category should be bold or somehow different from the title header style and link back to category supply page... | 1 |
768,799 | 26,981,347,776 | IssuesEvent | 2023-02-09 13:19:59 | capawesome-team/capacitor-file-picker | https://api.github.com/repos/capawesome-team/capacitor-file-picker | closed | duration is in milliseconds, whereas `HTMLMediaElement.duration` is in seconds | breaking change refactor priority: sponsor | Just wanted to let you know that when you inspect a `<video />` element and grab the `duration` from the `HTMLVideoElement` (which inherits `HTMLMediaElement`) the `duration` will be [in seconds](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/duration).
It might be better to align `duration` retur... | 1.0 | duration is in milliseconds, whereas `HTMLMediaElement.duration` is in seconds - Just wanted to let you know that when you inspect a `<video />` element and grab the `duration` from the `HTMLVideoElement` (which inherits `HTMLMediaElement`) the `duration` will be [in seconds](https://developer.mozilla.org/en-US/docs/We... | priority | duration is in milliseconds whereas htmlmediaelement duration is in seconds just wanted to let you know that when you inspect a element and grab the duration from the htmlvideoelement which inherits htmlmediaelement the duration will be it might be better to align duration returned by this p... | 1 |
732,422 | 25,258,797,829 | IssuesEvent | 2022-11-15 20:38:48 | openaq/openaq-fetch | https://api.github.com/repos/openaq/openaq-fetch | reopened | Iran (Tehran) - Data Sources | help wanted new data high priority needs investigation | This is listed as high priority b/c Tehran, Iran is experiencing very bad AQ. Media outlets report schools shut/will be shutting down to AQ. Plus it is in a region where we have minimal to no coverage currently in our system.
Most useful info:
List of stations and coordinates: http://31.24.238.89/home/station.aspx
Hou... | 1.0 | Iran (Tehran) - Data Sources - This is listed as high priority b/c Tehran, Iran is experiencing very bad AQ. Media outlets report schools shut/will be shutting down to AQ. Plus it is in a region where we have minimal to no coverage currently in our system.
Most useful info:
List of stations and coordinates: http://31.... | priority | iran tehran data sources this is listed as high priority b c tehran iran is experiencing very bad aq media outlets report schools shut will be shutting down to aq plus it is in a region where we have minimal to no coverage currently in our system most useful info list of stations and coordinates hourly p... | 1 |
17,926 | 12,438,553,892 | IssuesEvent | 2020-05-26 08:37:37 | godotengine/godot | https://api.github.com/repos/godotengine/godot | closed | `Auto Mapping` and `Layers` for GridMap | feature proposal topic:editor usability | Hey Godot devs,
I have a bit of a feature request / enhancement (or two) for [Grid Maps](http://docs.godotengine.org/en/stable/learning/features/3d/using_gridmaps.html). Currently Grid maps require that we select each mesh individually each time. For example If i want a wall piece I need to manually select a wall pi... | True | `Auto Mapping` and `Layers` for GridMap - Hey Godot devs,
I have a bit of a feature request / enhancement (or two) for [Grid Maps](http://docs.godotengine.org/en/stable/learning/features/3d/using_gridmaps.html). Currently Grid maps require that we select each mesh individually each time. For example If i want a wall... | non_priority | auto mapping and layers for gridmap hey godot devs i have a bit of a feature request enhancement or two for currently grid maps require that we select each mesh individually each time for example if i want a wall piece i need to manually select a wall piece if i want a ground piece i need to manuall... | 0 |
405,313 | 27,512,503,324 | IssuesEvent | 2023-03-06 09:47:34 | teekaytai/alpha7 | https://api.github.com/repos/teekaytai/alpha7 | opened | Everything's on fire!!!! | severity.Medium type.DocumentationBug | # Hoo boy it's getting hot in here
### Zoomm
1. tomato
2. hello
3. meep
###
- [ ] tomato

[test.txt](https://raw.githubusercontent.com/teekaytai/alpha7/main/files/b9531b25-339b-4fa6-ae51-5db320... | 1.0 | Everything's on fire!!!! - # Hoo boy it's getting hot in here
### Zoomm
1. tomato
2. hello
3. meep
###
- [ ] tomato

[test.txt](https://raw.githubusercontent.com/teekaytai/alpha7/main/files/b95... | non_priority | everything s on fire hoo boy it s getting hot in here zoomm tomato hello meep tomato | 0 |
574,392 | 17,023,806,445 | IssuesEvent | 2021-07-03 03:57:30 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | [roads] Render access=private for highway=service and area=yes | Component: mapnik Priority: minor Resolution: duplicate Type: enhancement | **[Submitted to the original trac issue database at 4.11pm, Wednesday, 27th June 2012]**
It would be nice if also the tag access=private is been tagged for highway=service and area=yes. One example could be: http://osm.org/go/0DKF9e5xU- | 1.0 | [roads] Render access=private for highway=service and area=yes - **[Submitted to the original trac issue database at 4.11pm, Wednesday, 27th June 2012]**
It would be nice if also the tag access=private is been tagged for highway=service and area=yes. One example could be: http://osm.org/go/0DKF9e5xU- | priority | render access private for highway service and area yes it would be nice if also the tag access private is been tagged for highway service and area yes one example could be | 1 |
72,938 | 19,536,201,102 | IssuesEvent | 2021-12-31 07:35:18 | apache/shardingsphere | https://api.github.com/repos/apache/shardingsphere | closed | Automatically append git commit id to Proxy's version | type: build | ## Feature Request
### Is your feature request related to a problem?
The Proxy's version in master branch is `5.0.1-SNAPSHOT`. We cannot identity the proxy built from which commit.
### Describe the feature you would like.
Find a way to append abbrev commit id to version when compiling project.
I found a plug... | 1.0 | Automatically append git commit id to Proxy's version - ## Feature Request
### Is your feature request related to a problem?
The Proxy's version in master branch is `5.0.1-SNAPSHOT`. We cannot identity the proxy built from which commit.
### Describe the feature you would like.
Find a way to append abbrev commit... | non_priority | automatically append git commit id to proxy s version feature request is your feature request related to a problem the proxy s version in master branch is snapshot we cannot identity the proxy built from which commit describe the feature you would like find a way to append abbrev commit... | 0 |
756,528 | 26,474,715,979 | IssuesEvent | 2023-01-17 10:14:41 | ChainSafe/forest | https://api.github.com/repos/ChainSafe/forest | closed | Spike: Investigate unusual code snippet | Priority: 4 - Low Ready | **Issue summary**
<!-- A clear and concise description of what the task is. -->
The `tipset_tracker.rs` file contains some peculiar looking code. I believe it does nothing (other than print a warning in some cases) but I'm not 100% sure. If the code truly does nothing, it should be deleted.
```rust
for cid in cid... | 1.0 | Spike: Investigate unusual code snippet - **Issue summary**
<!-- A clear and concise description of what the task is. -->
The `tipset_tracker.rs` file contains some peculiar looking code. I believe it does nothing (other than print a warning in some cases) but I'm not 100% sure. If the code truly does nothing, it sho... | priority | spike investigate unusual code snippet issue summary the tipset tracker rs file contains some peculiar looking code i believe it does nothing other than print a warning in some cases but i m not sure if the code truly does nothing it should be deleted rust for cid in cids iter t... | 1 |
46,560 | 9,960,861,917 | IssuesEvent | 2019-07-06 20:50:17 | baghadiya/coding-questions-practice | https://api.github.com/repos/baghadiya/coding-questions-practice | opened | Remove duplicates from sorted list | Leetcode code | Given a sorted linked list, delete all duplicates such that each element appear only once.
Leetcode: https://leetcode.com/problems/remove-duplicates-from-sorted-list/ | 2.0 | Remove duplicates from sorted list - Given a sorted linked list, delete all duplicates such that each element appear only once.
Leetcode: https://leetcode.com/problems/remove-duplicates-from-sorted-list/ | non_priority | remove duplicates from sorted list given a sorted linked list delete all duplicates such that each element appear only once leetcode | 0 |
24,843 | 24,369,982,105 | IssuesEvent | 2022-10-03 18:23:40 | bonny/texttv.nu-website | https://api.github.com/repos/bonny/texttv.nu-website | closed | H1-rubriker | usability seo | Startsidan + undersidor saknar H1.
T.ex. 377 borde ha ca "377" eller "SVT Text TV 377" eller liknande.
Och resten av sidorna liknande
Och startsidan saknar H1 ocksรฅ. Jรถsses. | True | H1-rubriker - Startsidan + undersidor saknar H1.
T.ex. 377 borde ha ca "377" eller "SVT Text TV 377" eller liknande.
Och resten av sidorna liknande
Och startsidan saknar H1 ocksรฅ. Jรถsses. | non_priority | rubriker startsidan undersidor saknar t ex borde ha ca eller svt text tv eller liknande och resten av sidorna liknande och startsidan saknar ocksรฅ jรถsses | 0 |
224,700 | 24,784,307,309 | IssuesEvent | 2022-10-24 08:32:00 | sast-automation-dev/dvws-43 | https://api.github.com/repos/sast-automation-dev/dvws-43 | opened | bootstrap-3.3.6.min.js: 6 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>bootstrap-3.3.6.min.js</b></p></summary>
<p>The most popular front-end framework for developing responsive, mobile first projects on the web.</p>
<p>Library home page... | True | bootstrap-3.3.6.min.js: 6 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>bootstrap-3.3.6.min.js</b></p></summary>
<p>The most popular front-end framework for developing... | non_priority | bootstrap min js vulnerabilities highest severity is vulnerable library bootstrap min js the most popular front end framework for developing responsive mobile first projects on the web library home page a href path to vulnerable library js bootstrap min js found in ... | 0 |
48,248 | 2,995,000,279 | IssuesEvent | 2015-07-22 14:48:15 | mcupak/beacon-of-beacons | https://api.github.com/repos/mcupak/beacon-of-beacons | closed | Dynamically generated beacon map | priority:low resolution:fixed severity:major type:enhancement | Generate beacon map in the client dynamically based on the beacons offered by the backend. This requires the backend to store and expose address/coordinates of the institutions as well as the number of beacons. | 1.0 | Dynamically generated beacon map - Generate beacon map in the client dynamically based on the beacons offered by the backend. This requires the backend to store and expose address/coordinates of the institutions as well as the number of beacons. | priority | dynamically generated beacon map generate beacon map in the client dynamically based on the beacons offered by the backend this requires the backend to store and expose address coordinates of the institutions as well as the number of beacons | 1 |
762,350 | 26,716,174,927 | IssuesEvent | 2023-01-28 14:45:42 | robertgouveia/JuiceJam | https://api.github.com/repos/robertgouveia/JuiceJam | opened | The user can see more of the level while in fullscreen. | bug priority: high | The game doesn't seem to be scaling properly. When I go into fullscreen I have an advantage because I can see much more of the level than I can in the small view.
Environment:
itch.io version 1 build
Reproducibility rate:
100%
Steps to reproduce:
1. Press the fullscreen button.
Expected result:
The game... | 1.0 | The user can see more of the level while in fullscreen. - The game doesn't seem to be scaling properly. When I go into fullscreen I have an advantage because I can see much more of the level than I can in the small view.
Environment:
itch.io version 1 build
Reproducibility rate:
100%
Steps to reproduce:
1. ... | priority | the user can see more of the level while in fullscreen the game doesn t seem to be scaling properly when i go into fullscreen i have an advantage because i can see much more of the level than i can in the small view environment itch io version build reproducibility rate steps to reproduce pr... | 1 |
78,659 | 22,340,683,124 | IssuesEvent | 2022-06-15 00:17:45 | chaotic-aur/packages | https://api.github.com/repos/chaotic-aur/packages | closed | [Request] gyroflow | request:new-pkg priority:low bug:PKGBUILD | ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/gyroflow-git
### Utility this package has for you
Used to stabilize video footage.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a few.
### Do you consider the package to be useful for feature testin... | 1.0 | [Request] gyroflow - ### Link to the package(s) in the AUR
https://aur.archlinux.org/packages/gyroflow-git
### Utility this package has for you
Used to stabilize video footage.
### Do you consider the package(s) to be useful for every Chaotic-AUR user?
No, but for a few.
### Do you consider the package to be usef... | non_priority | gyroflow link to the package s in the aur utility this package has for you used to stabilize video footage do you consider the package s to be useful for every chaotic aur user no but for a few do you consider the package to be useful for feature testing preview yes have you... | 0 |
5,064 | 5,415,194,997 | IssuesEvent | 2017-03-01 20:58:31 | Flatline4/Flatline4 | https://api.github.com/repos/Flatline4/Flatline4 | closed | Set up TSLint | infrastructure | It would be nice to have a linter in place to enforce certain rules are followed in the code base. The rules will need to be configured to our liking, and we will need to go through the existing code and make sure these rules are followed. Also, it would be nice to add running the linter as an npm script and make it ru... | 1.0 | Set up TSLint - It would be nice to have a linter in place to enforce certain rules are followed in the code base. The rules will need to be configured to our liking, and we will need to go through the existing code and make sure these rules are followed. Also, it would be nice to add running the linter as an npm scrip... | non_priority | set up tslint it would be nice to have a linter in place to enforce certain rules are followed in the code base the rules will need to be configured to our liking and we will need to go through the existing code and make sure these rules are followed also it would be nice to add running the linter as an npm scrip... | 0 |
95,618 | 10,883,868,999 | IssuesEvent | 2019-11-18 06:36:27 | patriciadevina/this-is-a-test-repo | https://api.github.com/repos/patriciadevina/this-is-a-test-repo | opened | Issue for | bug documentation duplicate enhancement good first issue help wanted | Issue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โTEST NOV 18
โ
โ151115111511151115111511151115111511151115111511 | 1.0 | Issue for - Issue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โIssue for
โ
โTEST NOV 18
โ
โ151115111511151115111511151115111511151115111511 | non_priority | issue for issue for โ โissue for โ โissue for โ โissue for โ โissue for โ โissue for โ โissue for โ โissue for โ โissue for โ โissue for โ โissue for โ โtest nov โ โ | 0 |
177,335 | 28,454,517,412 | IssuesEvent | 2023-04-17 05:41:55 | LeeJMorel/PathKit | https://api.github.com/repos/LeeJMorel/PathKit | opened | Design roll for actions components | ux design | **What MVP does your issue request work on?**
- [x] UX Design
**Describe the solution you'd like**
When selecting a creature from the initiative order, the top right box features buttons that let you roll for that creature's various actions. After pressing a button, the results are displayed for rolling for that a... | 1.0 | Design roll for actions components - **What MVP does your issue request work on?**
- [x] UX Design
**Describe the solution you'd like**
When selecting a creature from the initiative order, the top right box features buttons that let you roll for that creature's various actions. After pressing a button, the results... | non_priority | design roll for actions components what mvp does your issue request work on ux design describe the solution you d like when selecting a creature from the initiative order the top right box features buttons that let you roll for that creature s various actions after pressing a button the results a... | 0 |
758,690 | 26,565,172,186 | IssuesEvent | 2023-01-20 19:27:26 | meanstream-io/meanstream | https://api.github.com/repos/meanstream-io/meanstream | closed | USK Type Change Closes Panel | type: bug priority: high complexity: low impact: ux | When a user changes the type of upstream key e.g. from Luma to Chroma, the expansion panel closes and needs to be reopened. This is irritating for the user at best. | 1.0 | USK Type Change Closes Panel - When a user changes the type of upstream key e.g. from Luma to Chroma, the expansion panel closes and needs to be reopened. This is irritating for the user at best. | priority | usk type change closes panel when a user changes the type of upstream key e g from luma to chroma the expansion panel closes and needs to be reopened this is irritating for the user at best | 1 |
670,180 | 22,678,837,531 | IssuesEvent | 2022-07-04 08:03:54 | input-output-hk/cardano-graphql | https://api.github.com/repos/input-output-hk/cardano-graphql | closed | Deserialization failed in Transaction because: Invalid cbor: not enough bytes, expect 0 bytes but received 0 bytes. | BUG SEVERITY:LOW PRIORITY:MEDIUM | ### Environment
Testnet https://gimbalabs.com/dandelion/endpoints/graphql-api
### Steps to reproduce the bug
Send well formatted transaction with:
```graphql
mutation submitTransaction(
$transaction: String!
) {
submitTransaction(transaction: $transaction) {
hash
}
}
```
I got... | 1.0 | Deserialization failed in Transaction because: Invalid cbor: not enough bytes, expect 0 bytes but received 0 bytes. - ### Environment
Testnet https://gimbalabs.com/dandelion/endpoints/graphql-api
### Steps to reproduce the bug
Send well formatted transaction with:
```graphql
mutation submitTransaction(
... | priority | deserialization failed in transaction because invalid cbor not enough bytes expect bytes but received bytes environment testnet steps to reproduce the bug send well formatted transaction with graphql mutation submittransaction transaction string submittransaction ... | 1 |
433,214 | 12,503,692,239 | IssuesEvent | 2020-06-02 07:43:59 | CatalogueOfLife/clearinghouse-ui | https://api.github.com/repos/CatalogueOfLife/clearinghouse-ui | closed | Removed decision shown in assembly source tree | bug high priority tiny | When I delete a decision from the source tree in the assembly it is gone.
But when I close the source tree on some higher node and reopen it the decision show up again.
Deleting it once more causes a 404 - so it in already gone in the db and just a rendering problem
https://data.dev.catalogue.life/catalogue/3/as... | 1.0 | Removed decision shown in assembly source tree - When I delete a decision from the source tree in the assembly it is gone.
But when I close the source tree on some higher node and reopen it the decision show up again.
Deleting it once more causes a 404 - so it in already gone in the db and just a rendering problem
... | priority | removed decision shown in assembly source tree when i delete a decision from the source tree in the assembly it is gone but when i close the source tree on some higher node and reopen it the decision show up again deleting it once more causes a so it in already gone in the db and just a rendering problem ... | 1 |
97,143 | 28,107,574,890 | IssuesEvent | 2023-03-31 02:57:33 | awslabs/palace | https://api.github.com/repos/awslabs/palace | closed | Cannot Build on Mac OS | bug build | *Description: A clear and concise description of what the issue is.*
Cannot build palace on M1 Mac OS. Getting a `make` error on the step that configures PETSc to compile on my system.
*To reproduce: Please provide minimal example that reproduces the error. For existing
examples, please provide a link.*
Comma... | 1.0 | Cannot Build on Mac OS - *Description: A clear and concise description of what the issue is.*
Cannot build palace on M1 Mac OS. Getting a `make` error on the step that configures PETSc to compile on my system.
*To reproduce: Please provide minimal example that reproduces the error. For existing
examples, please ... | non_priority | cannot build on mac os description a clear and concise description of what the issue is cannot build palace on mac os getting a make error on the step that configures petsc to compile on my system to reproduce please provide minimal example that reproduces the error for existing examples please p... | 0 |
472,390 | 13,623,559,796 | IssuesEvent | 2020-09-24 06:34:02 | gardener/gardener | https://api.github.com/repos/gardener/gardener | closed | kube-controller-manager is often not scaled down on hibernation | area/dev-productivity area/ops-productivity kind/bug priority/normal | **How to categorize this issue?**
<!--
Please select area, kind, and priority for this issue. This helps the community categorizing it.
Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion.
If multiple identifiers make sense you can also state the commands multiple times... | 1.0 | kube-controller-manager is often not scaled down on hibernation - **How to categorize this issue?**
<!--
Please select area, kind, and priority for this issue. This helps the community categorizing it.
Replace below TODOs or exchange the existing identifiers with those that fit best in your opinion.
If multiple ide... | priority | kube controller manager is often not scaled down on hibernation how to categorize this issue please select area kind and priority for this issue this helps the community categorizing it replace below todos or exchange the existing identifiers with those that fit best in your opinion if multiple ide... | 1 |
810,476 | 30,244,533,120 | IssuesEvent | 2023-07-06 15:31:48 | GoogleCloudPlatform/cloud-sql-proxy | https://api.github.com/repos/GoogleCloudPlatform/cloud-sql-proxy | closed | Missing Documentation on Maxiumum # of Instances | priority: p2 type: docs | ### Description
Hey,
I'm curious on the maximum number of connections that the proxy can support? I can't seem to find anything other than that multiple connection strings are supported.
I need to connect to roughly 30 different SQL instances for constant data streaming. Will this cause any issues or extra laten... | 1.0 | Missing Documentation on Maxiumum # of Instances - ### Description
Hey,
I'm curious on the maximum number of connections that the proxy can support? I can't seem to find anything other than that multiple connection strings are supported.
I need to connect to roughly 30 different SQL instances for constant data ... | priority | missing documentation on maxiumum of instances description hey i m curious on the maximum number of connections that the proxy can support i can t seem to find anything other than that multiple connection strings are supported i need to connect to roughly different sql instances for constant data s... | 1 |
638,830 | 20,739,650,985 | IssuesEvent | 2022-03-14 16:31:03 | CDCgov/prime-reportstream | https://api.github.com/repos/CDCgov/prime-reportstream | closed | MD - Incorrect observation status of "X" in SimpleReport | onboarding-ops receiver data-issue Medium Priority | MD is also reporting receiving "X" in OBR-25 under observation status instead of P, F or C
Sample messages
Complete Care Severna Park 2/9/22 5:36 AM ```3a12a0df-d1ab-4556-a477-54ce808c188f```
sanchez pediatrics 2/10/22 11:26 AM ```ae25a69f-5726-48f3-b48d-1192d743e022```
ResultsLab,LLC 2/14/22 5:30 AM ```7a9e18e3-63c0-... | 1.0 | MD - Incorrect observation status of "X" in SimpleReport - MD is also reporting receiving "X" in OBR-25 under observation status instead of P, F or C
Sample messages
Complete Care Severna Park 2/9/22 5:36 AM ```3a12a0df-d1ab-4556-a477-54ce808c188f```
sanchez pediatrics 2/10/22 11:26 AM ```ae25a69f-5726-48f3-b48d-1192d... | priority | md incorrect observation status of x in simplereport md is also reporting receiving x in obr under observation status instead of p f or c sample messages complete care severna park am sanchez pediatrics am resultslab llc am bright... | 1 |
623,353 | 19,665,741,104 | IssuesEvent | 2022-01-10 22:16:10 | aws-solutions/aws-media-insights-engine | https://api.github.com/repos/aws-solutions/aws-media-insights-engine | closed | Create an operator that can detect scenes in video. | type: enhancement help wanted component: operator library priority: low point: 8 | This operator will be very useful to help determine different scenes in video. Applications include searching for ads, credits, slates, scenes. Another application is that applying ML to unique scenes would save processing time by running ML on still frames, rather than on video. | 1.0 | Create an operator that can detect scenes in video. - This operator will be very useful to help determine different scenes in video. Applications include searching for ads, credits, slates, scenes. Another application is that applying ML to unique scenes would save processing time by running ML on still frames, rathe... | priority | create an operator that can detect scenes in video this operator will be very useful to help determine different scenes in video applications include searching for ads credits slates scenes another application is that applying ml to unique scenes would save processing time by running ml on still frames rathe... | 1 |
37,703 | 12,489,940,958 | IssuesEvent | 2020-05-31 21:17:29 | the-benchmarker/web-frameworks | https://api.github.com/repos/the-benchmarker/web-frameworks | closed | WS-2017-3734 (Medium) detected in httpclient-4.4.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.4.1.jar</b></p></summary>
<p>Apache HttpComponents Client</p>
<p>Path to dependency file: /tmp/ws-scm/web... | True | WS-2017-3734 (Medium) detected in httpclient-4.4.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.4.1.jar</b></p></summary>
<p>Apache HttpComponen... | non_priority | ws medium detected in httpclient jar ws medium severity vulnerability vulnerable library httpclient jar apache httpcomponents client path to dependency file tmp ws scm web frameworks java rapidoid pom xml path to vulnerable library root repository org apache httpcompo... | 0 |
261,687 | 8,245,101,015 | IssuesEvent | 2018-09-11 08:42:06 | bitshares/bitshares-ui | https://api.github.com/repos/bitshares/bitshares-ui | reopened | [1][kapeer] Unable to update a smart coin's backing asset | bug high priority | **Describe the bug**
Should be able to update backing asset when supply is zero.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://wallet.bitshares.org/
2. Click on hamburg button, click assets
3. Click "update asset" of an smart coin which has zero supply
4. Click "smartcoin options" tab, scr... | 1.0 | [1][kapeer] Unable to update a smart coin's backing asset - **Describe the bug**
Should be able to update backing asset when supply is zero.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to https://wallet.bitshares.org/
2. Click on hamburg button, click assets
3. Click "update asset" of an smart coin ... | priority | unable to update a smart coin s backing asset describe the bug should be able to update backing asset when supply is zero to reproduce steps to reproduce the behavior go to click on hamburg button click assets click update asset of an smart coin which has zero supply click smar... | 1 |
627,559 | 19,908,402,914 | IssuesEvent | 2022-01-25 14:58:49 | ngageoint/hootenanny | https://api.github.com/repos/ngageoint/hootenanny | closed | TopologyException in Highway Diff | Type: Bug Type: Task Category: Core Priority: Critical | When certain relations are run through Highway Diff, a `geos::util::TopologyException` can be thrown. This must be caught and dealt with. | 1.0 | TopologyException in Highway Diff - When certain relations are run through Highway Diff, a `geos::util::TopologyException` can be thrown. This must be caught and dealt with. | priority | topologyexception in highway diff when certain relations are run through highway diff a geos util topologyexception can be thrown this must be caught and dealt with | 1 |
302,676 | 9,285,331,388 | IssuesEvent | 2019-03-21 06:37:18 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | tests/kernel/threads/no-multithreading/testcase.yam: Not Booting | area: NIOS2 bug priority: medium | **Describe the bug**
Failed to boot up on altera_max10 board
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=altera_max10
3. make
4. make run
**Expected behavior**
Should able to boot zephyr and show log on console output.
**Screenshots or console output**
no... | 1.0 | tests/kernel/threads/no-multithreading/testcase.yam: Not Booting - **Describe the bug**
Failed to boot up on altera_max10 board
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=altera_max10
3. make
4. make run
**Expected behavior**
Should able to boot zephyr and s... | priority | tests kernel threads no multithreading testcase yam not booting describe the bug failed to boot up on altera board to reproduce steps to reproduce the behavior mkdir build cd build cmake dboard altera make make run expected behavior should able to boot zephyr and show log ... | 1 |
14,702 | 5,736,184,173 | IssuesEvent | 2017-04-22 05:59:27 | opensim-org/opensim-core | https://api.github.com/repos/opensim-org/opensim-core | closed | Linking Simbody and OpenSim in Debug mode cmake issue | Build | I'm new to the community here. Thanks for being so active!
After compiling Simbody 3.6 and opensim-core from Github, both in Debug mode I tried to compile the simple arm and one muscle example on the main Github page using the SampleCMakeLists.txt as a template CMakeLists.txt file.
I got the following error message ... | 1.0 | Linking Simbody and OpenSim in Debug mode cmake issue - I'm new to the community here. Thanks for being so active!
After compiling Simbody 3.6 and opensim-core from Github, both in Debug mode I tried to compile the simple arm and one muscle example on the main Github page using the SampleCMakeLists.txt as a template ... | non_priority | linking simbody and opensim in debug mode cmake issue i m new to the community here thanks for being so active after compiling simbody and opensim core from github both in debug mode i tried to compile the simple arm and one muscle example on the main github page using the samplecmakelists txt as a template ... | 0 |
267,466 | 20,204,305,446 | IssuesEvent | 2022-02-11 18:26:27 | lnsandnkth/CI | https://api.github.com/repos/lnsandnkth/CI | opened | doc - readme additions | documentation | * project description
* compilation and testing instructions
* statement of contributions
* anything else ? | 1.0 | doc - readme additions - * project description
* compilation and testing instructions
* statement of contributions
* anything else ? | non_priority | doc readme additions project description compilation and testing instructions statement of contributions anything else | 0 |
472,399 | 13,623,734,534 | IssuesEvent | 2020-09-24 06:53:43 | TerryCavanagh/diceydungeons.com | https://api.github.com/repos/TerryCavanagh/diceydungeons.com | opened | There should be SFX and VFX feedback if an enemy blocks the infliction of a status effect | Priority for v1.10 | example of where this comes up: Madison blocks the Freeze status effect from short circuit, which is confusing.
https://github.com/TerryCavanagh/diceydungeons.com/issues/487 | 1.0 | There should be SFX and VFX feedback if an enemy blocks the infliction of a status effect - example of where this comes up: Madison blocks the Freeze status effect from short circuit, which is confusing.
https://github.com/TerryCavanagh/diceydungeons.com/issues/487 | priority | there should be sfx and vfx feedback if an enemy blocks the infliction of a status effect example of where this comes up madison blocks the freeze status effect from short circuit which is confusing | 1 |
131,744 | 5,165,218,829 | IssuesEvent | 2017-01-17 13:04:42 | Activisme-be/BK-zeverij | https://api.github.com/repos/Activisme-be/BK-zeverij | closed | Set aria-hidden="true" | enhancement Low priority | To improve web accessibility. We need to set `aria-hidden="true"` to the icons. | 1.0 | Set aria-hidden="true" - To improve web accessibility. We need to set `aria-hidden="true"` to the icons. | priority | set aria hidden true to improve web accessibility we need to set aria hidden true to the icons | 1 |
238,647 | 7,781,569,828 | IssuesEvent | 2018-06-06 01:05:38 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | material.io - design is broken | browser-firefox-mobile priority-normal type-bad-performance | <!-- @browser: Firefox Mobile 62.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:62.0) Gecko/62.0 Firefox/62.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://material.io/design/
**Browser / Version**: Firefox Mobile 62.0
**Operating System**: Android 7.0
**Tested Another Browser**: Yes
**P... | 1.0 | material.io - design is broken - <!-- @browser: Firefox Mobile 62.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 7.0; Mobile; rv:62.0) Gecko/62.0 Firefox/62.0 -->
<!-- @reported_with: mobile-reporter -->
**URL**: https://material.io/design/
**Browser / Version**: Firefox Mobile 62.0
**Operating System**: Android 7.0
**T... | priority | material io design is broken url browser version firefox mobile operating system android tested another browser yes problem type design is broken description menu items are poorly rendered steps to reproduce visit the site tap on the menu button scr... | 1 |
350,610 | 10,492,724,259 | IssuesEvent | 2019-09-25 13:48:28 | wix/wix-style-react | https://api.github.com/repos/wix/wix-style-react | closed | <ImageViewer/> - remove bg color | ImageViewer Priority:Low type:bug | # ๐ Bug Report
### ๐ Relevant Components
<ImageViewer/>
...
### ๐ฏ Current Behavior
when uploading semi-transparent png - bg should be transparent (not blue).
...
### ๐ค Expected Behavior
change bg color to transparent after image loads (so it won't flicker)
...
### ๐ฃ Steps to Reproduce... | 1.0 | <ImageViewer/> - remove bg color - # ๐ Bug Report
### ๐ Relevant Components
<ImageViewer/>
...
### ๐ฏ Current Behavior
when uploading semi-transparent png - bg should be transparent (not blue).
...
### ๐ค Expected Behavior
change bg color to transparent after image loads (so it won't flicker)
... | priority | remove bg color ๐ bug report ๐ relevant components ๐ฏ current behavior when uploading semi transparent png bg should be transparent not blue ๐ค expected behavior change bg color to transparent after image loads so it won t flicker ๐ฃ steps to ... | 1 |
228,719 | 7,567,005,138 | IssuesEvent | 2018-04-22 04:03:34 | compodoc/compodoc | https://api.github.com/repos/compodoc/compodoc | closed | [BUG] UsersAdminComponent has a templateUrl, include it. Cannot read template for UsersAdminComponent | 1. Type: Bug Priority: Medium Status: Accepted Status: Waiting feedback Time: ~1 hour | ##### **Overview of the issue**
I am unable to run it for templates
the application compiles and runs perfectly. the template is in the same folder as component
**I get the following error:**
UserPreferencesComponent has a templateUrl, include it
[15:13:37] UserProfileComponent has a templateUrl, include it
[... | 1.0 | [BUG] UsersAdminComponent has a templateUrl, include it. Cannot read template for UsersAdminComponent - ##### **Overview of the issue**
I am unable to run it for templates
the application compiles and runs perfectly. the template is in the same folder as component
**I get the following error:**
UserPreferencesCo... | priority | usersadmincomponent has a templateurl include it cannot read template for usersadmincomponent overview of the issue i am unable to run it for templates the application compiles and runs perfectly the template is in the same folder as component i get the following error userpreferencescompon... | 1 |
206,180 | 15,715,350,498 | IssuesEvent | 2021-03-28 00:46:36 | backend-br/vagas | https://api.github.com/repos/backend-br/vagas | closed | [Remoto] Pessoa Desenvolvedora Back-end Pleno@Mรฉliuz | AWS CI CLT DevOps Docker Git MySQL NoSQL PHP Pleno PostgreSQL Python Redis Remoto Rest Scrum Stale Testes automatizados | ## Nossa empresa
Nรณs do Mรฉliuz temos grandes sonhos e desafios e sabemos que para chegarmos cada vez mais longe precisamos aumentar nossa grande famรญlia com uma pessoa desenvolvedora Back-End Pleno. Temos produtos acessados por milhรตes de pessoas e muitos projetos para tornรก-los ainda mais interessante para nossos u... | 1.0 | [Remoto] Pessoa Desenvolvedora Back-end Pleno@Mรฉliuz - ## Nossa empresa
Nรณs do Mรฉliuz temos grandes sonhos e desafios e sabemos que para chegarmos cada vez mais longe precisamos aumentar nossa grande famรญlia com uma pessoa desenvolvedora Back-End Pleno. Temos produtos acessados por milhรตes de pessoas e muitos projet... | non_priority | pessoa desenvolvedora back end pleno mรฉliuz nossa empresa nรณs do mรฉliuz temos grandes sonhos e desafios e sabemos que para chegarmos cada vez mais longe precisamos aumentar nossa grande famรญlia com uma pessoa desenvolvedora back end pleno temos produtos acessados por milhรตes de pessoas e muitos projetos para... | 0 |
106,652 | 16,700,610,095 | IssuesEvent | 2021-06-09 01:26:31 | Guillerbr/api-app-adonisjs | https://api.github.com/repos/Guillerbr/api-app-adonisjs | opened | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz | security vulnerability | ## CVE-2020-7598 - Medium 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-1.2.0.tgz</b></p></summary>
<p>
<details><summary><b>minimist-0.0.8.tgz</b></p>... | True | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz - ## CVE-2020-7598 - Medium 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-1.2.... | non_priority | cve medium detected in minimist tgz minimist tgz cve medium severity vulnerability vulnerable libraries minimist tgz minimist tgz minimist tgz parse argument options library home page a href path to dependency file api app adonisjs packag... | 0 |
439,909 | 12,690,330,025 | IssuesEvent | 2020-06-21 11:32:55 | aysegulsari/swe-573 | https://api.github.com/repos/aysegulsari/swe-573 | closed | Advanced search feature implementation | Priority: High Status: Pending Type: Development | Implement a search feature that will enabled user to search for other user profiles and recipes. | 1.0 | Advanced search feature implementation - Implement a search feature that will enabled user to search for other user profiles and recipes. | priority | advanced search feature implementation implement a search feature that will enabled user to search for other user profiles and recipes | 1 |
761,027 | 26,664,025,627 | IssuesEvent | 2023-01-26 00:37:36 | apcountryman/picolibrary | https://api.github.com/repos/apcountryman/picolibrary | closed | Remove pseudo-random WIZnet W5500 socket memory block generation | priority-normal status-awaiting_review type-refactoring | Remove pseudo-random WIZnet W5500 socket memory block generation (`::picolibrary::Testing::Automated::random<WIZnet::W5500::Socket_Memory_Block>()`). | 1.0 | Remove pseudo-random WIZnet W5500 socket memory block generation - Remove pseudo-random WIZnet W5500 socket memory block generation (`::picolibrary::Testing::Automated::random<WIZnet::W5500::Socket_Memory_Block>()`). | priority | remove pseudo random wiznet socket memory block generation remove pseudo random wiznet socket memory block generation picolibrary testing automated random | 1 |
396,997 | 27,144,562,941 | IssuesEvent | 2023-02-16 18:52:05 | Pranjal360Agarwal/ApnaBharat-Bus-Booking-Reservation-System | https://api.github.com/repos/Pranjal360Agarwal/ApnaBharat-Bus-Booking-Reservation-System | closed | Adding IWOC logo in Open source section | documentation Easy iwoc | Hello sir , sir IWOC logo is missing in README file . IT can be added in Open Source filed | 1.0 | Adding IWOC logo in Open source section - Hello sir , sir IWOC logo is missing in README file . IT can be added in Open Source filed | non_priority | adding iwoc logo in open source section hello sir sir iwoc logo is missing in readme file it can be added in open source filed | 0 |
597,699 | 18,169,301,646 | IssuesEvent | 2021-09-27 17:59:33 | valora-inc/wallet | https://api.github.com/repos/valora-inc/wallet | closed | App get crashed when user try to scan QR code shown โhttps://use-contractkit.vercel.appโ website | bug Priority: P0 android wallet qa-report regression | **Frequency:** 100%
**Repro on build version:** Android Internal build V1.20.0
**Does Not Repro on build version:** Test Flight Build V1.20.0 , Android Internal build V1.19.0, Test Flight Build V1.19.0
**Repro on devices:** Redmi Note 8 (10.0),Redmi Note 8 (9.0), OnePlus 7t (11.0)
**Does Not Repro on devices:** i... | 1.0 | App get crashed when user try to scan QR code shown โhttps://use-contractkit.vercel.appโ website - **Frequency:** 100%
**Repro on build version:** Android Internal build V1.20.0
**Does Not Repro on build version:** Test Flight Build V1.20.0 , Android Internal build V1.19.0, Test Flight Build V1.19.0
**Repro on dev... | priority | app get crashed when user try to scan qr code shown โ website frequency repro on build version android internal build does not repro on build version test flight build android internal build test flight build repro on devices redmi note redmi note ... | 1 |
182,482 | 21,664,527,247 | IssuesEvent | 2022-05-07 01:39:22 | tt9133github/ForTest2 | https://api.github.com/repos/tt9133github/ForTest2 | closed | CVE-2015-1493 (Medium) detected in moodle/moodle-v2.6.2 - autoclosed | security vulnerability | ## CVE-2015-1493 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moodle/moodle-v2.6.2</b></p></summary>
<p>Moodle - the world's open source learning platform</p>
<p>
Dependency Hier... | True | CVE-2015-1493 (Medium) detected in moodle/moodle-v2.6.2 - autoclosed - ## CVE-2015-1493 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>moodle/moodle-v2.6.2</b></p></summary>
<p>Mood... | non_priority | cve medium detected in moodle moodle autoclosed cve medium severity vulnerability vulnerable library moodle moodle moodle the world s open source learning platform dependency hierarchy x moodle moodle vulnerable library found in head commit a href ... | 0 |
388,229 | 11,484,868,434 | IssuesEvent | 2020-02-11 05:34:37 | openmsupply/mobile | https://api.github.com/repos/openmsupply/mobile | closed | Can't select an ItemDirection | Bug: development Docs: not needed Effort: small Module: dispensary Priority: high | ## Describe the bug
`ItemDirection`s in the drop down aren't selectable
### To reproduce
Dispensing development bug
### Expected behaviour
Dispensing development bug
### Proposed Solution
Dispensing development bug
### Version and device info
Dispensing development bug
### Additional cont... | 1.0 | Can't select an ItemDirection - ## Describe the bug
`ItemDirection`s in the drop down aren't selectable
### To reproduce
Dispensing development bug
### Expected behaviour
Dispensing development bug
### Proposed Solution
Dispensing development bug
### Version and device info
Dispensing develo... | priority | can t select an itemdirection describe the bug itemdirection s in the drop down aren t selectable to reproduce dispensing development bug expected behaviour dispensing development bug proposed solution dispensing development bug version and device info dispensing develo... | 1 |
395,026 | 27,050,583,286 | IssuesEvent | 2023-02-13 12:59:14 | GDSC-MYONGJI/22-23-TDD-Study | https://api.github.com/repos/GDSC-MYONGJI/22-23-TDD-Study | opened | 8์ฃผ์ฐจ - ํ
์คํธ ๊ฐ๋ฅํ ์ค๊ณ - ๊น์ ํธ | documentation | #78
# โญ Chapter 8. ํ
์คํธ ๊ฐ๋ฅํ ์ค๊ณ
ํ
์คํธ๊ฐ ์ด๋ ค์ด ์ฝ๋๋ฅผ ์ํฉ์ ๋ฐ๋ผ ์๋ง์ ๋ฐฉ๋ฒ์ ํตํด ํ
์คํธํ ์ ์๋๋ก ํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณธ๋ค.
- [ ] ํ
์คํธ๊ฐ ๊ฐ๋ฅํ ์ค๊ณํ๋ ๋ฐฉ๋ฒ ์ค์ตํ๊ธฐ
- [ ] Chap 8์ ๋ด์ฉ์ ๊ฐ์ธ ๊ธฐ์ ๋ธ๋ก๊ทธ์ ์ ๋ฆฌํ ํ ์์ ์ issue์ comment๋ก ๋งํฌ ๋จ๊ธฐ๊ธฐ
- [ ] ๋ฌธ์ ๋ง๋ค๊ณ , Core Member์๊ฒ ์ ์ถํ๊ธฐ(์คํฐ๋ ์ ๋ ๊น์ง ๋ถํ๋๋ ค์!)
<br>
- [ ] ๋ชจ๋ ๊ณผ์ ์ ๋ง์น ํ pull request ์ฌ๋ฆฌ๊ธฐ(pr ์ฌ๋ฆด ๋ณ๊ฒฝ์ฌํญ์ด ์๋ค๋ฉด ์ค๋ช
์ ๋จ๊ธด ํ, ์ฒดํฌํด์ฃผ์ธ์) | 1.0 | 8์ฃผ์ฐจ - ํ
์คํธ ๊ฐ๋ฅํ ์ค๊ณ - ๊น์ ํธ - #78
# โญ Chapter 8. ํ
์คํธ ๊ฐ๋ฅํ ์ค๊ณ
ํ
์คํธ๊ฐ ์ด๋ ค์ด ์ฝ๋๋ฅผ ์ํฉ์ ๋ฐ๋ผ ์๋ง์ ๋ฐฉ๋ฒ์ ํตํด ํ
์คํธํ ์ ์๋๋ก ํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณธ๋ค.
- [ ] ํ
์คํธ๊ฐ ๊ฐ๋ฅํ ์ค๊ณํ๋ ๋ฐฉ๋ฒ ์ค์ตํ๊ธฐ
- [ ] Chap 8์ ๋ด์ฉ์ ๊ฐ์ธ ๊ธฐ์ ๋ธ๋ก๊ทธ์ ์ ๋ฆฌํ ํ ์์ ์ issue์ comment๋ก ๋งํฌ ๋จ๊ธฐ๊ธฐ
- [ ] ๋ฌธ์ ๋ง๋ค๊ณ , Core Member์๊ฒ ์ ์ถํ๊ธฐ(์คํฐ๋ ์ ๋ ๊น์ง ๋ถํ๋๋ ค์!)
<br>
- [ ] ๋ชจ๋ ๊ณผ์ ์ ๋ง์น ํ pull request ์ฌ๋ฆฌ๊ธฐ(pr ์ฌ๋ฆด ๋ณ๊ฒฝ์ฌ... | non_priority | ํ
์คํธ ๊ฐ๋ฅํ ์ค๊ณ ๊น์ ํธ โญ chapter ํ
์คํธ ๊ฐ๋ฅํ ์ค๊ณ ํ
์คํธ๊ฐ ์ด๋ ค์ด ์ฝ๋๋ฅผ ์ํฉ์ ๋ฐ๋ผ ์๋ง์ ๋ฐฉ๋ฒ์ ํตํด ํ
์คํธํ ์ ์๋๋ก ํ๋ ๋ฐฉ๋ฒ์ ๋ํด ์์๋ณธ๋ค ํ
์คํธ๊ฐ ๊ฐ๋ฅํ ์ค๊ณํ๋ ๋ฐฉ๋ฒ ์ค์ตํ๊ธฐ chap ๋ด์ฉ์ ๊ฐ์ธ ๊ธฐ์ ๋ธ๋ก๊ทธ์ ์ ๋ฆฌํ ํ ์์ ์ issue์ comment๋ก ๋งํฌ ๋จ๊ธฐ๊ธฐ ๋ฌธ์ ๋ง๋ค๊ณ core member์๊ฒ ์ ์ถํ๊ธฐ ์คํฐ๋ ์ ๋ ๊น์ง ๋ถํ๋๋ ค์ ๋ชจ๋ ๊ณผ์ ์ ๋ง์น ํ pull request ์ฌ๋ฆฌ๊ธฐ pr ์ฌ๋ฆด ๋ณ๊ฒฝ์ฌํญ์ด ์๋ค๋ฉด ์ค๋ช
์ ๋จ๊ธด ํ... | 0 |
257,388 | 22,157,970,582 | IssuesEvent | 2022-06-04 03:57:32 | apache/beam | https://api.github.com/repos/apache/beam | opened | Add unit tests for InMemoryBagUserStateFactory | testing P4 test java-fn-execution |
Imported from Jira [BEAM-7521](https://issues.apache.org/jira/browse/BEAM-7521). Original Jira may contain additional context.
Reported by: ibzib. | 2.0 | Add unit tests for InMemoryBagUserStateFactory -
Imported from Jira [BEAM-7521](https://issues.apache.org/jira/browse/BEAM-7521). Original Jira may contain additional context.
Reported by: ibzib. | non_priority | add unit tests for inmemorybaguserstatefactory imported from jira original jira may contain additional context reported by ibzib | 0 |
45,830 | 5,965,745,433 | IssuesEvent | 2017-05-30 12:27:36 | Automattic/wp-calypso | https://api.github.com/repos/Automattic/wp-calypso | opened | Site Settings: Content in some info popovers looks bad | Design Site Settings [Type] Bug | There are some cases, where info popovers within Site Settings look awkward:

We should find a good solution for these cases, considering the fact that they can break in a different way for different languages... | 1.0 | Site Settings: Content in some info popovers looks bad - There are some cases, where info popovers within Site Settings look awkward:

We should find a good solution for these cases, considering the fact that ... | non_priority | site settings content in some info popovers looks bad there are some cases where info popovers within site settings look awkward we should find a good solution for these cases considering the fact that they can break in a different way for different languages reported originally by eliorivero here... | 0 |
558,507 | 16,535,384,295 | IssuesEvent | 2021-05-27 11:13:29 | woocommerce/woocommerce-ios | https://api.github.com/repos/woocommerce/woocommerce-ios | opened | Shipping Labels: auto layout warnings on Shipping Label Form | feature: shipping labels priority: low type: bug | @ealeksandrov while testing this #4274 has discovered that there are 2 autolayout warnings, on Shipping Label Form, appearing when "Rates" cell is activated. He thinks that's for "Continue" button with a spinner inside that cell.
```
2021-05-26 20:28:50.159102+0300 WooCommerce[20426:450414] [LayoutConstraints] Unab... | 1.0 | Shipping Labels: auto layout warnings on Shipping Label Form - @ealeksandrov while testing this #4274 has discovered that there are 2 autolayout warnings, on Shipping Label Form, appearing when "Rates" cell is activated. He thinks that's for "Continue" button with a spinner inside that cell.
```
2021-05-26 20:28:50... | priority | shipping labels auto layout warnings on shipping label form ealeksandrov while testing this has discovered that there are autolayout warnings on shipping label form appearing when rates cell is activated he thinks that s for continue button with a spinner inside that cell woocom... | 1 |
113,999 | 4,600,046,870 | IssuesEvent | 2016-09-22 02:14:23 | thommoboy/There-are-no-brakes | https://api.github.com/repos/thommoboy/There-are-no-brakes | opened | Camera Is lowered in all levels but tutorial | bug Priority IMPORTANT | (Already Know fix) just make an if statement for the tutorial level | 1.0 | Camera Is lowered in all levels but tutorial - (Already Know fix) just make an if statement for the tutorial level | priority | camera is lowered in all levels but tutorial already know fix just make an if statement for the tutorial level | 1 |
112,676 | 4,535,786,650 | IssuesEvent | 2016-09-08 18:25:03 | newamericafoundation/newamerica-data-projects | https://api.github.com/repos/newamericafoundation/newamerica-data-projects | closed | Title panel heading css | medium-priority | Font seemed to have gotten smaller and padding was added
`
.title-panel__title { font-size: 3rem; } .title-panel__title { text-align: center; font-weight: 700; font-size: 2rem; line-height: 1.2; padding: 0px 0; }` | 1.0 | Title panel heading css - Font seemed to have gotten smaller and padding was added
`
.title-panel__title { font-size: 3rem; } .title-panel__title { text-align: center; font-weight: 700; font-size: 2rem; line-height: 1.2; padding: 0px 0; }` | priority | title panel heading css font seemed to have gotten smaller and padding was added title panel title font size title panel title text align center font weight font size line height padding | 1 |
93,851 | 8,445,842,975 | IssuesEvent | 2018-10-18 23:11:27 | LunaMultiplayer/LunaMultiplayer | https://api.github.com/repos/LunaMultiplayer/LunaMultiplayer | closed | Kerbal is shown as dead | needs testing |
------------------------------------------------------------------------------
OS: Win 10 64x
------------------------------------------------------------------------------
KSPVersion: 1.4.5 no expansions
------------------------------------------------------------------------------
LMP version (includ... | 1.0 | Kerbal is shown as dead -
------------------------------------------------------------------------------
OS: Win 10 64x
------------------------------------------------------------------------------
KSPVersion: 1.4.5 no expansions
---------------------------------------------------------------------------... | non_priority | kerbal is shown as dead os win kspversion no expansions ... | 0 |
79,788 | 29,145,347,153 | IssuesEvent | 2023-05-18 02:02:11 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | For days Markdown for links has not worked. | T-Defect | ### Steps to reproduce
I am using nightly builds on Mac OS version 13.4 latest public release candidate. It is simple. I use Markdown for links in the format of [link name](url). For a few days [not sure when it began] Element fails to render links nicely as did previously. Instead, the code shows and the URL shows. N... | 1.0 | For days Markdown for links has not worked. - ### Steps to reproduce
I am using nightly builds on Mac OS version 13.4 latest public release candidate. It is simple. I use Markdown for links in the format of [link name](url). For a few days [not sure when it began] Element fails to render links nicely as did previously... | non_priority | for days markdown for links has not worked steps to reproduce i am using nightly builds on mac os version latest public release candidate it is simple i use markdown for links in the format of url for a few days element fails to render links nicely as did previously instead the code shows and the ... | 0 |
304,121 | 9,321,477,133 | IssuesEvent | 2019-03-27 04:06:08 | python/mypy | https://api.github.com/repos/python/mypy | closed | Type ignore comment has no effect after argument type comment | bug false-positive priority-0-high | This program generates an error on the first line even though there is a `# type: ignore` comment:
```py
def f(x, # type: x # type: ignore
):
# type: (...) -> None
pass
```
Similarly, this generates an error even though it shouldn't:
```py
def f(x=y, # type: int # type: ignore # Name '... | 1.0 | Type ignore comment has no effect after argument type comment - This program generates an error on the first line even though there is a `# type: ignore` comment:
```py
def f(x, # type: x # type: ignore
):
# type: (...) -> None
pass
```
Similarly, this generates an error even though it should... | priority | type ignore comment has no effect after argument type comment this program generates an error on the first line even though there is a type ignore comment py def f x type x type ignore type none pass similarly this generates an error even though it should... | 1 |
51,912 | 12,827,433,077 | IssuesEvent | 2020-07-06 18:28:30 | OpenRCT2/OpenRCT2 | https://api.github.com/repos/OpenRCT2/OpenRCT2 | closed | Commit message Lint shouldn't prevent build generation | build discussion | When I introduced the commit message lint on the CI, I intended for it to be educational on the PR side, but occasionally we do push things that make it fail (such as when the squash merge adds the PR number at the end at this makes it exceed the allowed length).
That was a minor problem, as it would just show up as... | 1.0 | Commit message Lint shouldn't prevent build generation - When I introduced the commit message lint on the CI, I intended for it to be educational on the PR side, but occasionally we do push things that make it fail (such as when the squash merge adds the PR number at the end at this makes it exceed the allowed length).... | non_priority | commit message lint shouldn t prevent build generation when i introduced the commit message lint on the ci i intended for it to be educational on the pr side but occasionally we do push things that make it fail such as when the squash merge adds the pr number at the end at this makes it exceed the allowed length ... | 0 |
3,767 | 6,262,373,547 | IssuesEvent | 2017-07-15 09:56:02 | NCIEVS/nci-protege5 | https://api.github.com/repos/NCIEVS/nci-protege5 | reopened | set Concept_Status property on retirement | current requirement fixed | to value Retired_Concept (taken from the enumerated range). This would include retirements on merges as well as outright retirements. Probably needs discussion. | 1.0 | set Concept_Status property on retirement - to value Retired_Concept (taken from the enumerated range). This would include retirements on merges as well as outright retirements. Probably needs discussion. | non_priority | set concept status property on retirement to value retired concept taken from the enumerated range this would include retirements on merges as well as outright retirements probably needs discussion | 0 |
26,886 | 11,411,472,878 | IssuesEvent | 2020-02-01 05:50:24 | brave/brave-ios | https://api.github.com/repos/brave/brave-ios | closed | Disable Bookmarklets URL bar entirely | Epic: Security QA/Yes release-notes/exclude | <!-- Have you searched for similar issues on the repository?
Before submitting this issue, please visit our wiki for common ones: https://github.com/brave/browser-ios/wiki
For more, check out our community site: https://community.brave.com/ -->
### Description:
Internal description due to nature of bug discovere... | True | Disable Bookmarklets URL bar entirely - <!-- Have you searched for similar issues on the repository?
Before submitting this issue, please visit our wiki for common ones: https://github.com/brave/browser-ios/wiki
For more, check out our community site: https://community.brave.com/ -->
### Description:
Internal de... | non_priority | disable bookmarklets url bar entirely have you searched for similar issues on the repository before submitting this issue please visit our wiki for common ones for more check out our community site description internal description due to nature of bug discovered steps to reprod... | 0 |
44,091 | 11,962,106,747 | IssuesEvent | 2020-04-05 11:06:50 | gitblit/gitblit | https://api.github.com/repos/gitblit/gitblit | closed | Manifest Change in 1.9.0 Requires Explicit Classpath | Catg-Defect Status-Fixed | First of all thank you very much for the development of Gitblit, it's a really nice software :)
I was just helping a colleage to update Gitblit GO on a FreeBSD server from 1.8.0 to 1.9.0. We ran into problems regarding a change in `MANIFEST.MF` in `gitblit.jar`. Since the issues are Java-related, they most likely ap... | 1.0 | Manifest Change in 1.9.0 Requires Explicit Classpath - First of all thank you very much for the development of Gitblit, it's a really nice software :)
I was just helping a colleage to update Gitblit GO on a FreeBSD server from 1.8.0 to 1.9.0. We ran into problems regarding a change in `MANIFEST.MF` in `gitblit.jar`.... | non_priority | manifest change in requires explicit classpath first of all thank you very much for the development of gitblit it s a really nice software i was just helping a colleage to update gitblit go on a freebsd server from to we ran into problems regarding a change in manifest mf in gitblit jar ... | 0 |
542,629 | 15,863,857,692 | IssuesEvent | 2021-04-08 13:14:47 | inverse-inc/packetfence | https://api.github.com/repos/inverse-inc/packetfence | closed | web admin: improvements on interfaces menu | API Priority: Low Type: Bug | **Describe the bug**
To be more consistent, we should change minor things in Interfaces menu.
#### Interfaces and networks
- Netmask should be just after IPv4 address
#### L3 networks
- Order of fields should be: Network, Netmask, Description and Type (like in form)
#### Available buttons
When we change so... | 1.0 | web admin: improvements on interfaces menu - **Describe the bug**
To be more consistent, we should change minor things in Interfaces menu.
#### Interfaces and networks
- Netmask should be just after IPv4 address
#### L3 networks
- Order of fields should be: Network, Netmask, Description and Type (like in form)... | priority | web admin improvements on interfaces menu describe the bug to be more consistent we should change minor things in interfaces menu interfaces and networks netmask should be just after address networks order of fields should be network netmask description and type like in form ... | 1 |
19,198 | 3,152,383,673 | IssuesEvent | 2015-09-16 13:37:51 | servicefabric/servicefabric | https://api.github.com/repos/servicefabric/servicefabric | closed | TransportChannel not sensitive to connection appearance | defect discussion transport | Get ```TransportChannel``` using ```Transport.to()``` to a server endpoint which doesn't exist. And save a reference. Send messages in a loop using saved reference and check settable_futures. After some time start remote server endpoint. Now you will see settable_futures continue failing despite remote endpoint is up. ... | 1.0 | TransportChannel not sensitive to connection appearance - Get ```TransportChannel``` using ```Transport.to()``` to a server endpoint which doesn't exist. And save a reference. Send messages in a loop using saved reference and check settable_futures. After some time start remote server endpoint. Now you will see settabl... | non_priority | transportchannel not sensitive to connection appearance get transportchannel using transport to to a server endpoint which doesn t exist and save a reference send messages in a loop using saved reference and check settable futures after some time start remote server endpoint now you will see settabl... | 0 |
65,962 | 27,293,779,438 | IssuesEvent | 2023-02-23 18:32:55 | hashicorp/terraform-provider-google | https://api.github.com/repos/hashicorp/terraform-provider-google | closed | Spanner instance not updated properly when changing only the force destroy | bug service/spanner | <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a ๐ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request.
* Please do not ... | 1.0 | Spanner instance not updated properly when changing only the force destroy - <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a ๐ [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to ... | non_priority | spanner instance not updated properly when changing only the force destroy community note please vote on this issue by adding a ๐ to the original issue to help the community and maintainers prioritize this request please do not leave or me too comments they generate extra noise for issu... | 0 |
198,958 | 6,979,474,713 | IssuesEvent | 2017-12-12 21:10:40 | redhat-nfvpe/kube-centos-ansible | https://api.github.com/repos/redhat-nfvpe/kube-centos-ansible | closed | Ability to install optional packages on hosts | priority:high state:needs_review type:enhancement | Used to have some play where I installed packages that not everyone needs, but, that I need every single time I spin up a cluster. Especially an editor and network tracing tools (e.g. tcpdump).
I'm going to create a playbook that lets you set those packages if you need. | 1.0 | Ability to install optional packages on hosts - Used to have some play where I installed packages that not everyone needs, but, that I need every single time I spin up a cluster. Especially an editor and network tracing tools (e.g. tcpdump).
I'm going to create a playbook that lets you set those packages if you nee... | priority | ability to install optional packages on hosts used to have some play where i installed packages that not everyone needs but that i need every single time i spin up a cluster especially an editor and network tracing tools e g tcpdump i m going to create a playbook that lets you set those packages if you nee... | 1 |
166,587 | 6,307,208,868 | IssuesEvent | 2017-07-21 23:49:00 | haskell/cabal | https://api.github.com/repos/haskell/cabal | closed | Version number of Cabal on 2.0 branch is incorrect | priority: high | The version number listed in `Cabal.cabal` is 2.0.0.0 whereas the tag claims the release should be 2.0.0.1.
Thanks to @hvr for noticing this. | 1.0 | Version number of Cabal on 2.0 branch is incorrect - The version number listed in `Cabal.cabal` is 2.0.0.0 whereas the tag claims the release should be 2.0.0.1.
Thanks to @hvr for noticing this. | priority | version number of cabal on branch is incorrect the version number listed in cabal cabal is whereas the tag claims the release should be thanks to hvr for noticing this | 1 |
63,894 | 26,543,848,379 | IssuesEvent | 2023-01-19 21:46:52 | teambtcmap/btcmap-data | https://api.github.com/repos/teambtcmap/btcmap-data | closed | Virtual Space Costa Rica | help wanted good first issue location-submission service Costa Rica | Merchant name: Virtual Space Costa Rica
Country: Costa Rica
Address: 600 Este de Iglesia Catolica de San Sebastian
Lat: 9.911709930018981
Long: -84.08073099951656
OSM: https://www.openstreetmap.org/edit#map=21/9.911709930018981/-84.08073099951656
Category: IT Services - 3D Virtual Tours
Payment methods: onchain,lightni... | 1.0 | Virtual Space Costa Rica - Merchant name: Virtual Space Costa Rica
Country: Costa Rica
Address: 600 Este de Iglesia Catolica de San Sebastian
Lat: 9.911709930018981
Long: -84.08073099951656
OSM: https://www.openstreetmap.org/edit#map=21/9.911709930018981/-84.08073099951656
Category: IT Services - 3D Virtual Tours
Payme... | non_priority | virtual space costa rica merchant name virtual space costa rica country costa rica address este de iglesia catolica de san sebastian lat long osm category it services virtual tours payment methods onchain lightning website phone opening hours mon fri to twitter merchant tw... | 0 |
73,084 | 13,966,282,508 | IssuesEvent | 2020-10-26 01:56:24 | va-net/flare | https://api.github.com/repos/va-net/flare | opened | Logger | codequality enhancement | **Is your feature request related to a problem? Please describe.**
N/A
**Describe the solution you'd like**
A logger that logs all events and any manual events
**Describe alternatives you've considered**
N/A
**Additional context**
Logs should be saved to the filesystem and be deleted after a provided amoun... | 1.0 | Logger - **Is your feature request related to a problem? Please describe.**
N/A
**Describe the solution you'd like**
A logger that logs all events and any manual events
**Describe alternatives you've considered**
N/A
**Additional context**
Logs should be saved to the filesystem and be deleted after a provi... | non_priority | logger is your feature request related to a problem please describe n a describe the solution you d like a logger that logs all events and any manual events describe alternatives you ve considered n a additional context logs should be saved to the filesystem and be deleted after a provi... | 0 |
95,567 | 8,563,458,784 | IssuesEvent | 2018-11-09 14:07:00 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | closed | Font Size issue when using predefined sizes | Blocks Needs Testing [Type] Bug | **Describe the bug**
If I pick "XL" size and see in the front-end, I see no change in size. I think that's the expected behavior to leave that to themes.
However, when I use 48px as custom size, it doesn't work as it changed the font size to "XL" and I don't get 48px in front-end. It works just fine with 47 and 49.... | 1.0 | Font Size issue when using predefined sizes - **Describe the bug**
If I pick "XL" size and see in the front-end, I see no change in size. I think that's the expected behavior to leave that to themes.
However, when I use 48px as custom size, it doesn't work as it changed the font size to "XL" and I don't get 48px in... | non_priority | font size issue when using predefined sizes describe the bug if i pick xl size and see in the front end i see no change in size i think that s the expected behavior to leave that to themes however when i use as custom size it doesn t work as it changed the font size to xl and i don t get in front... | 0 |
302,239 | 22,794,916,951 | IssuesEvent | 2022-07-10 15:14:28 | ampproject/amphtml | https://api.github.com/repos/ampproject/amphtml | closed | Examples: amp-inline-gallery thumbnails cannot be used with a keyboard | Type: Bug Related to: Accessibility Related to: Documentation Type: Accessibility Stale Component: amp-inline-gallery | ## WCAG Level
Level AA
## Priority
Low
## Type
Interaction
## Pages/screens/components affected
* [amp-inline-gallery](https://amp.dev/documentation/components/amp-inline-gallery/)
## Description
Good design means supporting different modes of interaction, because there are many reasons why someone mig... | 1.0 | Examples: amp-inline-gallery thumbnails cannot be used with a keyboard - ## WCAG Level
Level AA
## Priority
Low
## Type
Interaction
## Pages/screens/components affected
* [amp-inline-gallery](https://amp.dev/documentation/components/amp-inline-gallery/)
## Description
Good design means supporting diffe... | non_priority | examples amp inline gallery thumbnails cannot be used with a keyboard wcag level level aa priority low type interaction pages screens components affected description good design means supporting different modes of interaction because there are many reasons why someone might use... | 0 |
477,926 | 13,770,361,856 | IssuesEvent | 2020-10-07 20:06:32 | gravitational/robotest | https://api.github.com/repos/gravitational/robotest | closed | Allow robotest to configure kubernetes applications running inside Gravity | enhancement gravity-feature priority/1 | Use a more complicated cluster image for the tests that has some application resources and things like install/upgrade/join/remove hooks so these paths are covered.
Currently weโre using base gravity image which has neither any of the hooks nor the actual application resources. | 1.0 | Allow robotest to configure kubernetes applications running inside Gravity - Use a more complicated cluster image for the tests that has some application resources and things like install/upgrade/join/remove hooks so these paths are covered.
Currently weโre using base gravity image which has neither any of the hooks... | priority | allow robotest to configure kubernetes applications running inside gravity use a more complicated cluster image for the tests that has some application resources and things like install upgrade join remove hooks so these paths are covered currently weโre using base gravity image which has neither any of the hooks... | 1 |
93,032 | 8,392,299,351 | IssuesEvent | 2018-10-09 17:13:44 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | closed | teamcity: failed tests on master: testrace/TestDistSQLRangeCachesIntegrationTest | A-sql-execution C-test-failure O-robot | The following tests appear to have failed:
[#830114](https://teamcity.cockroachdb.com/viewLog.html?buildId=830114):
```
--- FAIL: testrace/TestDistSQLRangeCachesIntegrationTest (10.110s)
distsql_physical_planner_test.go:376: expected prefix "{\"nodeNames\":[\"1\",\"2\",\"3\",\"4\"]", but json is: {"nodeNames":["1","... | 1.0 | teamcity: failed tests on master: testrace/TestDistSQLRangeCachesIntegrationTest - The following tests appear to have failed:
[#830114](https://teamcity.cockroachdb.com/viewLog.html?buildId=830114):
```
--- FAIL: testrace/TestDistSQLRangeCachesIntegrationTest (10.110s)
distsql_physical_planner_test.go:376: expected ... | non_priority | teamcity failed tests on master testrace testdistsqlrangecachesintegrationtest the following tests appear to have failed fail testrace testdistsqlrangecachesintegrationtest distsql physical planner test go expected prefix nodenames but json is nodenames processors core... | 0 |
690,651 | 23,668,053,898 | IssuesEvent | 2022-08-27 00:45:34 | earth-chris/earthlib | https://api.github.com/repos/earth-chris/earthlib | opened | Create service account for testing `ee` functions in CI | high effort low priority | You need to run `ee.Initialize()` prior to running any earth engine calls, which requires setting up a service account. This should be done when the package is stable enough to handle this (lotsa refactoring goin' on right now).
Here's a useful [SO post](https://gis.stackexchange.com/questions/377222/creating-automa... | 1.0 | Create service account for testing `ee` functions in CI - You need to run `ee.Initialize()` prior to running any earth engine calls, which requires setting up a service account. This should be done when the package is stable enough to handle this (lotsa refactoring goin' on right now).
Here's a useful [SO post](http... | priority | create service account for testing ee functions in ci you need to run ee initialize prior to running any earth engine calls which requires setting up a service account this should be done when the package is stable enough to handle this lotsa refactoring goin on right now here s a useful to guide t... | 1 |
348,011 | 24,905,657,517 | IssuesEvent | 2022-10-29 07:49:27 | peviitor-ro/ui-js | https://api.github.com/repos/peviitor-ro/ui-js | closed | [SERP] Tile for each open position in Results Page | documentation TestQuality | Tile for presenting the open position is delimited by a border 0.5px with radius of 10px with color: #C4C4C4, solid.
Tile contains Company
Tile contains Job Title
Tile contains location (Country, City where applicable)
Tile contains the link to the original Job Description
Title and link are clickable
Tile... | 1.0 | [SERP] Tile for each open position in Results Page - Tile for presenting the open position is delimited by a border 0.5px with radius of 10px with color: #C4C4C4, solid.
Tile contains Company
Tile contains Job Title
Tile contains location (Country, City where applicable)
Tile contains the link to the original Jo... | non_priority | tile for each open position in results page tile for presenting the open position is delimited by a border with radius of with color solid tile contains company tile contains job title tile contains location country city where applicable tile contains the link to the original job description ... | 0 |
69,255 | 13,224,669,651 | IssuesEvent | 2020-08-17 19:36:09 | vasl-developers/vasl | https://api.github.com/repos/vasl-developers/vasl | opened | Sending ? units to casualties bin reveals their CVP` | 2 - Code | the cvp of a ? unit is calculated when it is sent to the casbin, thereby providing an opportunity to cheat by moving your opponents counters into the casbin, learning their worth and then returning them to the game map.
It may be possible to have the casbin cvp calculation process not include ? units. | 1.0 | Sending ? units to casualties bin reveals their CVP` - the cvp of a ? unit is calculated when it is sent to the casbin, thereby providing an opportunity to cheat by moving your opponents counters into the casbin, learning their worth and then returning them to the game map.
It may be possible to have the casbin cvp... | non_priority | sending units to casualties bin reveals their cvp the cvp of a unit is calculated when it is sent to the casbin thereby providing an opportunity to cheat by moving your opponents counters into the casbin learning their worth and then returning them to the game map it may be possible to have the casbin cvp... | 0 |
217,219 | 7,316,148,600 | IssuesEvent | 2018-03-01 13:41:34 | 0-complexity/openvcloud | https://api.github.com/repos/0-complexity/openvcloud | closed | We need to resolve recurring issues ( multiple ECOs of the same condition ) | priority_minor state_verification type_bug | In several systems we have the same ECO, appearing in the environment on all CPU nodes, for example on be-gen-1 we have:
<img width="1439" alt="screen shot 2018-01-12 at 13 54 01" src="https://user-images.githubusercontent.com/3851678/34874109-66b05800-f7a0-11e7-8411-f247451f7876.png">
eg. ECO at
https://be-gen-1... | 1.0 | We need to resolve recurring issues ( multiple ECOs of the same condition ) - In several systems we have the same ECO, appearing in the environment on all CPU nodes, for example on be-gen-1 we have:
<img width="1439" alt="screen shot 2018-01-12 at 13 54 01" src="https://user-images.githubusercontent.com/3851678/348741... | priority | we need to resolve recurring issues multiple ecos of the same condition in several systems we have the same eco appearing in the environment on all cpu nodes for example on be gen we have img width alt screen shot at src eg eco at tag opt lib jumpscale grid jumpscripts ... | 1 |
49,269 | 26,074,226,687 | IssuesEvent | 2022-12-24 08:34:24 | python/cpython | https://api.github.com/repos/python/cpython | closed | release GIL while doing I/O operations in the mmap module | performance extension-modules 3.12 | BPO | [1572968](https://bugs.python.org/issue1572968)
--- | :---
Nosy | @pitrou, @briancurtin, @jnwatson, @ZackerySpytz, @isidentical
PRs | <li>python/cpython#14114</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.*</sup>
<details><summar... | True | release GIL while doing I/O operations in the mmap module - BPO | [1572968](https://bugs.python.org/issue1572968)
--- | :---
Nosy | @pitrou, @briancurtin, @jnwatson, @ZackerySpytz, @isidentical
PRs | <li>python/cpython#14114</li>
<sup>*Note: these values reflect the state of the issue at the time it was migrated and m... | non_priority | release gil while doing i o operations in the mmap module bpo nosy pitrou briancurtin jnwatson zackeryspytz isidentical prs python cpython note these values reflect the state of the issue at the time it was migrated and might not reflect the current state show more details ... | 0 |
625,032 | 19,716,707,471 | IssuesEvent | 2022-01-13 11:43:28 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Support isBreaking filter in packageRules | type:feature priority-3-normal status:ready | **What would you like Renovate to be able to do?**
I would like to be able to apply packageRules based on whether a change is (potentially) breaking. For example:
- Major updates should be flagged as breaking
- In semver, any updates where the existing version is <1.0.0 should be flagged as breaking
- Any upgrade... | 1.0 | Support isBreaking filter in packageRules - **What would you like Renovate to be able to do?**
I would like to be able to apply packageRules based on whether a change is (potentially) breaking. For example:
- Major updates should be flagged as breaking
- In semver, any updates where the existing version is <1.0.0 ... | priority | support isbreaking filter in packagerules what would you like renovate to be able to do i would like to be able to apply packagerules based on whether a change is potentially breaking for example major updates should be flagged as breaking in semver any updates where the existing version is ... | 1 |
176,245 | 28,052,015,120 | IssuesEvent | 2023-03-29 06:43:04 | tjsrjs8282/Today-s-meal | https://api.github.com/repos/tjsrjs8282/Today-s-meal | opened | Style: Style change after comparison with figma design draft | Markup Design | ### ๋ชฉ์
> ๋น์ฃผ์ผ ์ ์ธ ๋ถ๋ถ ๋ฐ ๊ฐ๋
์ฑ ๋ฑ๋ฑ ํฅ์ ์ํค๊ธฐ ์ํจ
## ์์
ํ ๋ด์ฉ
- ๋์์ธ ์์๊ณผ ๋น๊ต ํ ๋ ์ข์ ๋์์ธ์ผ๋ก ๊ต์ฒด
- ํ๋กํ
๋ฐ, ๋ฐฑ๊ทธ๋ผ์ด๋ ๋ฑ๋ฑ ์ํฉ์ ๋ง๋ ์คํ์ผ๋ก ๋ณ๊ฒฝ
| 1.0 | Style: Style change after comparison with figma design draft - ### ๋ชฉ์
> ๋น์ฃผ์ผ ์ ์ธ ๋ถ๋ถ ๋ฐ ๊ฐ๋
์ฑ ๋ฑ๋ฑ ํฅ์ ์ํค๊ธฐ ์ํจ
## ์์
ํ ๋ด์ฉ
- ๋์์ธ ์์๊ณผ ๋น๊ต ํ ๋ ์ข์ ๋์์ธ์ผ๋ก ๊ต์ฒด
- ํ๋กํ
๋ฐ, ๋ฐฑ๊ทธ๋ผ์ด๋ ๋ฑ๋ฑ ์ํฉ์ ๋ง๋ ์คํ์ผ๋ก ๋ณ๊ฒฝ
| non_priority | style style change after comparison with figma design draft ๋ชฉ์ ๋น์ฃผ์ผ ์ ์ธ ๋ถ๋ถ ๋ฐ ๊ฐ๋
์ฑ ๋ฑ๋ฑ ํฅ์ ์ํค๊ธฐ ์ํจ ์์
ํ ๋ด์ฉ ๋์์ธ ์์๊ณผ ๋น๊ต ํ ๋ ์ข์ ๋์์ธ์ผ๋ก ๊ต์ฒด ํ๋กํ
๋ฐ ๋ฐฑ๊ทธ๋ผ์ด๋ ๋ฑ๋ฑ ์ํฉ์ ๋ง๋ ์คํ์ผ๋ก ๋ณ๊ฒฝ | 0 |
152,991 | 12,132,423,606 | IssuesEvent | 2020-04-23 07:14:39 | kwk/test-llvm-bz-import-5 | https://api.github.com/repos/kwk/test-llvm-bz-import-5 | closed | SPEC not run when object tree differs from source tree | BZ-BUG-STATUS: RESOLVED BZ-RESOLUTION: FIXED Test Suite/Programs Tests dummy import from bugzilla | This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=189. | 2.0 | SPEC not run when object tree differs from source tree - This issue was imported from Bugzilla https://bugs.llvm.org/show_bug.cgi?id=189. | non_priority | spec not run when object tree differs from source tree this issue was imported from bugzilla | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.