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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
734,555 | 25,352,839,723 | IssuesEvent | 2022-11-20 00:53:06 | streamlit/streamlit | https://api.github.com/repos/streamlit/streamlit | closed | Emojis are not valid if they have a variant selector character attached | type:bug good first issue status:confirmed priority:P2 feature:st.info | ### Summary
Emojis are not valid if they are prefixed with a variant selector character. This is a hidden character that is used as prefix for the emoji (more information [here](https://stackoverflow.com/questions/38100329/what-does-u-ufe0f-in-an-emoji-mean-is-it-the-same-if-i-delete-it)).
### Steps to reproduce
... | 1.0 | Emojis are not valid if they have a variant selector character attached - ### Summary
Emojis are not valid if they are prefixed with a variant selector character. This is a hidden character that is used as prefix for the emoji (more information [here](https://stackoverflow.com/questions/38100329/what-does-u-ufe0f-in... | priority | emojis are not valid if they have a variant selector character attached summary emojis are not valid if they are prefixed with a variant selector character this is a hidden character that is used as prefix for the emoji more information steps to reproduce code snippet python st e... | 1 |
9,089 | 11,140,397,426 | IssuesEvent | 2019-12-21 14:05:13 | KongMD-Steam/QuestionableEthicsEnhanced | https://api.github.com/repos/KongMD-Steam/QuestionableEthicsEnhanced | opened | Better Workbench Management Compatibility | compatibility | **What mod would you like to see compatibility with?**
Better Workbench Management
**Is there a bug in the mod when it's enabled with this other mod?**
Reported by Madman666 on Steam Workshop:
> when present, makes it so that when organs finish growing and are taken out of vats, the bill count doesn't go down, ... | True | Better Workbench Management Compatibility - **What mod would you like to see compatibility with?**
Better Workbench Management
**Is there a bug in the mod when it's enabled with this other mod?**
Reported by Madman666 on Steam Workshop:
> when present, makes it so that when organs finish growing and are taken o... | non_priority | better workbench management compatibility what mod would you like to see compatibility with better workbench management is there a bug in the mod when it s enabled with this other mod reported by on steam workshop when present makes it so that when organs finish growing and are taken out of va... | 0 |
104,597 | 4,215,243,878 | IssuesEvent | 2016-06-30 02:44:09 | nexusformat/definitions | https://api.github.com/repos/nexusformat/definitions | closed | NXtransformations and "anonymous" field in NXDL specification | high priority | **Original reporter**: *[prjemian](https://github.com/prjemian)*
In the NXtransformations NXDL specification, there appears an unnamed field (field element with no name attribute). The present NXDL rules do not allow this.
Should the rules (nxdl.xsd) be extended to provide for anonymous fields or can this idea b... | 1.0 | NXtransformations and "anonymous" field in NXDL specification - **Original reporter**: *[prjemian](https://github.com/prjemian)*
In the NXtransformations NXDL specification, there appears an unnamed field (field element with no name attribute). The present NXDL rules do not allow this.
Should the rules (nxdl.xsd... | priority | nxtransformations and anonymous field in nxdl specification original reporter in the nxtransformations nxdl specification there appears an unnamed field field element with no name attribute the present nxdl rules do not allow this should the rules nxdl xsd be extended to provide for anonymou... | 1 |
5,642 | 2,957,907,749 | IssuesEvent | 2015-07-08 18:41:05 | ContinuumIO/blaze | https://api.github.com/repos/ContinuumIO/blaze | closed | Start accumulating release notes, what's new, and bug fixes | dev experience documentation user experience | I think it's time we start documenting changes outside of GitHub. | 1.0 | Start accumulating release notes, what's new, and bug fixes - I think it's time we start documenting changes outside of GitHub. | non_priority | start accumulating release notes what s new and bug fixes i think it s time we start documenting changes outside of github | 0 |
41,536 | 6,916,958,248 | IssuesEvent | 2017-11-29 06:00:50 | bodsch/ruby-icinga2 | https://api.github.com/repos/bodsch/ruby-icinga2 | closed | Documentation create instance | documentation | add require, replace :pass and Icinga::Client.new
```
require 'icinga2'
config = {
:icinga => {
:host => 'fornax.icinga-book.local',
:api => {
:port => api_port,
:user => api_user,
:password => api_password
}
}
}
@icinga = Icinga2::Client.new( config )
``` | 1.0 | Documentation create instance - add require, replace :pass and Icinga::Client.new
```
require 'icinga2'
config = {
:icinga => {
:host => 'fornax.icinga-book.local',
:api => {
:port => api_port,
:user => api_user,
:password => api_password
}
}
}
@icinga = Ici... | non_priority | documentation create instance add require replace pass and icinga client new require config icinga host fornax icinga book local api port api port user api user password api password icinga client... | 0 |
11,132 | 2,637,516,360 | IssuesEvent | 2015-03-10 13:49:08 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | reopened | Parallel algorithms inclusive_scan and exclusive_scan break under different initial values | category: algorithms type: defect | Example: Parallel inclusive_scan under the array {1,2,3,4,5,6} should yield {1,3,6,10,15,21} when init is 0 and {101,103,106,110,115,121} when init is 100. With each chunk_size equal to two, the current parallel implmentation yields {1,3,6,10,15,21} when init is 0 (correct) and {101,103,206,210,315,321} when init is 10... | 1.0 | Parallel algorithms inclusive_scan and exclusive_scan break under different initial values - Example: Parallel inclusive_scan under the array {1,2,3,4,5,6} should yield {1,3,6,10,15,21} when init is 0 and {101,103,106,110,115,121} when init is 100. With each chunk_size equal to two, the current parallel implmentation y... | non_priority | parallel algorithms inclusive scan and exclusive scan break under different initial values example parallel inclusive scan under the array should yield when init is and when init is with each chunk size equal to two the current parallel implmentation yields ... | 0 |
183,293 | 14,221,552,669 | IssuesEvent | 2020-11-17 15:50:14 | cBioPortal/cbioportal | https://api.github.com/repos/cBioPortal/cbioportal | opened | Add multi study query test for treatments API | test | I think the current tests for treatment API maybe only covers single studies? We deployed a change that worked for single studies but not for multi studies | 1.0 | Add multi study query test for treatments API - I think the current tests for treatment API maybe only covers single studies? We deployed a change that worked for single studies but not for multi studies | non_priority | add multi study query test for treatments api i think the current tests for treatment api maybe only covers single studies we deployed a change that worked for single studies but not for multi studies | 0 |
78,642 | 10,076,672,855 | IssuesEvent | 2019-07-24 16:48:16 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Identify existing comm channels for external services | backend discovery documentation triage | ## User Story
As a VSP Triage team member, I need to know the communication channels we have access to for updates from external services that VA.gov and VSP depend on so I can be proactive about managing user impacts from changes to these services.
## Goal
- VSP team is aware of changes to external services we rely ... | 1.0 | Identify existing comm channels for external services - ## User Story
As a VSP Triage team member, I need to know the communication channels we have access to for updates from external services that VA.gov and VSP depend on so I can be proactive about managing user impacts from changes to these services.
## Goal
- VS... | non_priority | identify existing comm channels for external services user story as a vsp triage team member i need to know the communication channels we have access to for updates from external services that va gov and vsp depend on so i can be proactive about managing user impacts from changes to these services goal vs... | 0 |
178,405 | 14,668,662,600 | IssuesEvent | 2020-12-29 21:54:59 | WindhoverLabs/auto-yamcs | https://api.github.com/repos/WindhoverLabs/auto-yamcs | opened | Write Schema For Configuration | documentation | We need a schema for the configuration of auto-yamcs. The schema should be saved under the `schemas` folder. | 1.0 | Write Schema For Configuration - We need a schema for the configuration of auto-yamcs. The schema should be saved under the `schemas` folder. | non_priority | write schema for configuration we need a schema for the configuration of auto yamcs the schema should be saved under the schemas folder | 0 |
147,159 | 11,776,168,480 | IssuesEvent | 2020-03-16 12:46:45 | hashicorp/nomad | https://api.github.com/repos/hashicorp/nomad | closed | CSI: create test utils/mocks for plugin/volumes | storage testing | As I'm wrapping up #6903 I'm finding I'm writing a lot of error-prone code just to set up simple unit tests for CSI. We could use some test utils for this. | 1.0 | CSI: create test utils/mocks for plugin/volumes - As I'm wrapping up #6903 I'm finding I'm writing a lot of error-prone code just to set up simple unit tests for CSI. We could use some test utils for this. | non_priority | csi create test utils mocks for plugin volumes as i m wrapping up i m finding i m writing a lot of error prone code just to set up simple unit tests for csi we could use some test utils for this | 0 |
567,711 | 16,890,430,974 | IssuesEvent | 2021-06-23 08:36:04 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.3 release-190] Another Player arrow direction in minimap is still moving jerky. | Category: UI Priority: Medium Squad: Wild Turkey Status: Fixed Type: Bug | original issue here #20561
The point itself moves well, but the direction indicator still jerks.
https://drive.google.com/file/d/1VlTKwtcy8-bhh1JmTZVyklWhZwHSv4Ar/view?usp=sharing
| 1.0 | [0.9.3 release-190] Another Player arrow direction in minimap is still moving jerky. - original issue here #20561
The point itself moves well, but the direction indicator still jerks.
https://drive.google.com/file/d/1VlTKwtcy8-bhh1JmTZVyklWhZwHSv4Ar/view?usp=sharing
| priority | another player arrow direction in minimap is still moving jerky original issue here the point itself moves well but the direction indicator still jerks | 1 |
119,150 | 4,762,172,823 | IssuesEvent | 2016-10-25 10:35:23 | kulish-alina/HR_Project | https://api.github.com/repos/kulish-alina/HR_Project | opened | Invite modal design | enhancement medium priority | Please, add required fields - firstName and lastName on invite new member modal for creating new user with setted ones. | 1.0 | Invite modal design - Please, add required fields - firstName and lastName on invite new member modal for creating new user with setted ones. | priority | invite modal design please add required fields firstname and lastname on invite new member modal for creating new user with setted ones | 1 |
285,700 | 31,155,126,693 | IssuesEvent | 2023-08-16 12:41:02 | Trinadh465/linux-4.1.15_CVE-2018-5873 | https://api.github.com/repos/Trinadh465/linux-4.1.15_CVE-2018-5873 | opened | CVE-2020-27786 (High) detected in linux-stable-rtv4.1.33, linuxlinux-4.1.52 | Mend: dependency security vulnerability | ## CVE-2020-27786 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.1.52</b></p></summary>
<p>
</p>
</details>
<p></p>
<details><summary><i... | True | CVE-2020-27786 (High) detected in linux-stable-rtv4.1.33, linuxlinux-4.1.52 - ## CVE-2020-27786 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linuxlin... | non_priority | cve high detected in linux stable linuxlinux cve high severity vulnerability vulnerable libraries linux stable linuxlinux vulnerability details a flaw was found in the linux kernel’s implementation of midi where an attacker with a local acco... | 0 |
249,844 | 7,964,726,841 | IssuesEvent | 2018-07-13 23:03:58 | samsung-cnct/k2-crash-application | https://api.github.com/repos/samsung-cnct/k2-crash-application | closed | Integrate binary push and releases into CI | CI blocked k2-crash-application priority-p2 | Currently binary + releases are push manually via git-releases tool and Makefile.
Wait for K2Cli releases to be finished and use that style. | 1.0 | Integrate binary push and releases into CI - Currently binary + releases are push manually via git-releases tool and Makefile.
Wait for K2Cli releases to be finished and use that style. | priority | integrate binary push and releases into ci currently binary releases are push manually via git releases tool and makefile wait for releases to be finished and use that style | 1 |
13,107 | 3,314,105,999 | IssuesEvent | 2015-11-06 02:16:44 | kumulsoft/Fixed-Assets | https://api.github.com/repos/kumulsoft/Fixed-Assets | closed | Building Management >>Occupation Application >> Details page issues | bug Fixed NORMAL Ready for testing | Refer attached image and rectify.

| 1.0 | Building Management >>Occupation Application >> Details page issues - Refer attached image and rectify.

| non_priority | building management occupation application details page issues refer attached image and rectify | 0 |
81,315 | 3,588,483,674 | IssuesEvent | 2016-01-31 01:51:16 | PowerPointLabs/PowerPointLabs | https://api.github.com/repos/PowerPointLabs/PowerPointLabs | closed | Remove Audio button causes an exception | Feature.AutoNarrate forFirstTimers Priority.Medium type-bug | Sometimes the add audio button sometimes does not work. I have to resort to using right-click on the comment text to add audio.
After using right-click to add audio, the remove audio button causes an exception. | 1.0 | Remove Audio button causes an exception - Sometimes the add audio button sometimes does not work. I have to resort to using right-click on the comment text to add audio.
After using right-click to add audio, the remove audio button causes an exception. | priority | remove audio button causes an exception sometimes the add audio button sometimes does not work i have to resort to using right click on the comment text to add audio after using right click to add audio the remove audio button causes an exception | 1 |
444,965 | 12,824,263,762 | IssuesEvent | 2020-07-06 13:12:59 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | tvtropes.org - see bug description | browser-firefox-mobile engine-gecko priority-normal | <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55020 -->
**URL**: https://tvtropes.org/
**Browser / Version**: Firefox Mobile 78.0
**O... | 1.0 | tvtropes.org - see bug description - <!-- @browser: Firefox Mobile 78.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 10; Mobile; rv:78.0) Gecko/78.0 Firefox/78.0 -->
<!-- @reported_with: desktop-reporter -->
<!-- @public_url: https://github.com/webcompat/web-bugs/issues/55020 -->
**URL**: https://tvtropes.org/
**Browser... | priority | tvtropes org see bug description url browser version firefox mobile operating system android tested another browser yes chrome problem type something else description the site features a dark mode enabling dark mode of the website creates a white bar when the naviga... | 1 |
5,854 | 2,981,510,427 | IssuesEvent | 2015-07-17 01:55:21 | pgRouting/pgrouting | https://api.github.com/repos/pgRouting/pgrouting | closed | CMakeLists.txt needs an option to select PG version | Bug Report Documentation Feature Request Fixed on Develop | Currently if you have multiple versions of Postgresql installed on your system, which is common for a server supporting a cluster, cmake will only compile pgRouting against the latest version of postgresql. For example if you have versions 9.2, 9.3, 9.4 installed, you can only build pgRouting against 9.4.
We need to... | 1.0 | CMakeLists.txt needs an option to select PG version - Currently if you have multiple versions of Postgresql installed on your system, which is common for a server supporting a cluster, cmake will only compile pgRouting against the latest version of postgresql. For example if you have versions 9.2, 9.3, 9.4 installed, y... | non_priority | cmakelists txt needs an option to select pg version currently if you have multiple versions of postgresql installed on your system which is common for a server supporting a cluster cmake will only compile pgrouting against the latest version of postgresql for example if you have versions installed y... | 0 |
196,259 | 15,587,082,341 | IssuesEvent | 2021-03-18 03:28:27 | Adlik/Adlik | https://api.github.com/repos/Adlik/Adlik | closed | Rewrite TUTORIALS.md | documentation | For a beginner and newer to this project, I can not **learn anything** from TUTORIALS.md. Suggestion:
- Reorganize tutorials to these parts: Basic usage(hello world example), an end to end example(compile, serving, infer), components usage introduction(model compiler, infer engine building, infer engine deployment, ... | 1.0 | Rewrite TUTORIALS.md - For a beginner and newer to this project, I can not **learn anything** from TUTORIALS.md. Suggestion:
- Reorganize tutorials to these parts: Basic usage(hello world example), an end to end example(compile, serving, infer), components usage introduction(model compiler, infer engine building, in... | non_priority | rewrite tutorials md for a beginner and newer to this project i can not learn anything from tutorials md suggestion reorganize tutorials to these parts basic usage hello world example an end to end example compile serving infer components usage introduction model compiler infer engine building in... | 0 |
91,020 | 8,288,376,939 | IssuesEvent | 2018-09-19 11:49:16 | kartoza/django-bims | https://api.github.com/repos/kartoza/django-bims | closed | legend div does not fit large legends | bug testing | # problem
wide legends are cut off.
# solution
add a side scroll if the legend is wider than the div | 1.0 | legend div does not fit large legends - # problem
wide legends are cut off.
# solution
add a side scroll if the legend is wider than the div | non_priority | legend div does not fit large legends problem wide legends are cut off solution add a side scroll if the legend is wider than the div | 0 |
100,814 | 21,523,177,621 | IssuesEvent | 2022-04-28 15:50:50 | stan-dev/stanc3 | https://api.github.com/repos/stan-dev/stanc3 | closed | error message - instead of actual index for container variable element, index is: `sym1__` | bug cpp-codegen | running CmdStan example model `bernoulli.stan` with imput data:
```
bernoulli_data = { "N": 10, "y": [1, 0, 1, 1, 1, 0, 0, 0, 1, 2]}
```
Model cannot be instantiated, fails with error message:
```
Exception: bernoulli_model_namespace::bernoulli_model: y[sym1__] is 2, but must be less than or equal to 1 (in ... | 1.0 | error message - instead of actual index for container variable element, index is: `sym1__` - running CmdStan example model `bernoulli.stan` with imput data:
```
bernoulli_data = { "N": 10, "y": [1, 0, 1, 1, 1, 0, 0, 0, 1, 2]}
```
Model cannot be instantiated, fails with error message:
```
Exception: bernoul... | non_priority | error message instead of actual index for container variable element index is running cmdstan example model bernoulli stan with imput data bernoulli data n y model cannot be instantiated fails with error message exception bernoulli model namespace bernoulli mod... | 0 |
408,651 | 11,950,318,011 | IssuesEvent | 2020-04-03 15:01:02 | project-koku/koku | https://api.github.com/repos/project-koku/koku | closed | ProviderAuthentication.DoesNotExist: ProviderAuthentication matching query does not exist. | bug priority - medium | Sentry Issue: [KOKU-CELERY-1M](https://sentry.io/organizations/project-koku/issues/1390580051/?referrer=github_integration)
```
KeyError: 'authentication'
File "django/db/models/fields/related_descriptors.py", line 164, in __get__
rel_obj = self.field.get_cached_value(instance)
File "django/db/models/fields/mi... | 1.0 | ProviderAuthentication.DoesNotExist: ProviderAuthentication matching query does not exist. - Sentry Issue: [KOKU-CELERY-1M](https://sentry.io/organizations/project-koku/issues/1390580051/?referrer=github_integration)
```
KeyError: 'authentication'
File "django/db/models/fields/related_descriptors.py", line 164, in _... | priority | providerauthentication doesnotexist providerauthentication matching query does not exist sentry issue keyerror authentication file django db models fields related descriptors py line in get rel obj self field get cached value instance file django db models fields mixins py line ... | 1 |
350,512 | 10,491,637,390 | IssuesEvent | 2019-09-25 11:36:43 | tj/go-news | https://api.github.com/repos/tj/go-news | closed | Testing more stuff | Priority: Low Priority: Medium bug enhancement | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sapien sem, euismod quis diam ut, auctor commodo libero. Donec ultrices erat nisi, ac consectetur ipsum euismod eget. Donec varius sodales justo et suscipit. Curabitur non metus in nulla vehicula pulvinar. Mauris eget turpis placerat, gravida ipsum sit... | 2.0 | Testing more stuff - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum sapien sem, euismod quis diam ut, auctor commodo libero. Donec ultrices erat nisi, ac consectetur ipsum euismod eget. Donec varius sodales justo et suscipit. Curabitur non metus in nulla vehicula pulvinar. Mauris eget turpis placer... | priority | testing more stuff lorem ipsum dolor sit amet consectetur adipiscing elit vestibulum sapien sem euismod quis diam ut auctor commodo libero donec ultrices erat nisi ac consectetur ipsum euismod eget donec varius sodales justo et suscipit curabitur non metus in nulla vehicula pulvinar mauris eget turpis placer... | 1 |
499,044 | 14,438,557,733 | IssuesEvent | 2020-12-07 13:13:15 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | iOS build : 'absl/base/options.h' file not found | kind/bug lang/core platform/iOS priority/P2 | <!--
PLEASE DO NOT POST A QUESTION HERE.
This form is for bug reports and feature requests ONLY!
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
For questions that specifically need to be answered by gRPC t... | 1.0 | iOS build : 'absl/base/options.h' file not found - <!--
PLEASE DO NOT POST A QUESTION HERE.
This form is for bug reports and feature requests ONLY!
For general questions and troubleshooting, please ask/look for answers at StackOverflow, with "grpc" tag: https://stackoverflow.com/questions/tagged/grpc
For questi... | priority | ios build absl base options h file not found please do not post a question here this form is for bug reports and feature requests only for general questions and troubleshooting please ask look for answers at stackoverflow with grpc tag for questions that specifically need to be answered by g... | 1 |
72,549 | 8,751,322,461 | IssuesEvent | 2018-12-13 21:57:35 | eBay/skin | https://api.github.com/repos/eBay/skin | opened | Website: check icon missing in custom checkbox menu items (DS6) | aspect: website design system: DS6 module: icon module: menu type: bug | DS4:

DS6:

After a quick look i... | 1.0 | Website: check icon missing in custom checkbox menu items (DS6) - DS4:

DS6:

### What command(s) is the bug in?
forge test
### Operating System
macOS (Apple Silicon)
### Describe the bug
When... | 1.0 | ewasm in extraoutput config throw a InternalCompilerError error - ### Component
Forge
### Have you ensured that all of these are up to date?
- [X] Foundry
- [X] Foundryup
### What version of Foundry are you on?
forge 0.2.0 (9010e8b 2022-06-21T00:10:16.127085Z)
### What command(s) is the bug in?
forge test
### O... | non_priority | ewasm in extraoutput config throw a internalcompilererror error component forge have you ensured that all of these are up to date foundry foundryup what version of foundry are you on forge what command s is the bug in forge test operating system macos ap... | 0 |
95,555 | 3,953,673,368 | IssuesEvent | 2016-04-29 14:20:08 | dhis2/d2-ui | https://api.github.com/repos/dhis2/d2-ui | closed | [FormBuilder] Don't update value from props if field is dirty | bug priority:high question wontfix | If a form field has been changed by the user (eg. `state.fields[name].pristine = false`) when new props arrive, the current field value should be retained. | 1.0 | [FormBuilder] Don't update value from props if field is dirty - If a form field has been changed by the user (eg. `state.fields[name].pristine = false`) when new props arrive, the current field value should be retained. | priority | don t update value from props if field is dirty if a form field has been changed by the user eg state fields pristine false when new props arrive the current field value should be retained | 1 |
24,804 | 4,104,665,495 | IssuesEvent | 2016-06-05 14:42:58 | bwu-dart/bwu_datagrid | https://api.github.com/repos/bwu-dart/bwu_datagrid | closed | example e04_model several things are not working | status:accepted type:defect | - Paging
- "Select first 10 rows" button
- console logs several exeptions | 1.0 | example e04_model several things are not working - - Paging
- "Select first 10 rows" button
- console logs several exeptions | non_priority | example model several things are not working paging select first rows button console logs several exeptions | 0 |
189,646 | 15,192,351,334 | IssuesEvent | 2021-02-15 21:51:15 | hackforla/product-management | https://api.github.com/repos/hackforla/product-management | closed | Create a Template for Making Guides/Templates | documentation | ### Overview
### Action Items
- [x] Make a template issue
- [x] Add labels
- [x] TG: Gather examples
- [x] TG: Draft Template
- [x] TG: Create Guide
- [x] TG: Place Guide
```
### Action Items
- [ ] Gather examples of how other projects have done X
- [ ] Create a draft template, either in markd... | 1.0 | Create a Template for Making Guides/Templates - ### Overview
### Action Items
- [x] Make a template issue
- [x] Add labels
- [x] TG: Gather examples
- [x] TG: Draft Template
- [x] TG: Create Guide
- [x] TG: Place Guide
```
### Action Items
- [ ] Gather examples of how other projects have done X... | non_priority | create a template for making guides templates overview action items make a template issue add labels tg gather examples tg draft template tg create guide tg place guide action items gather examples of how other projects have done x create a ... | 0 |
31,427 | 7,361,039,549 | IssuesEvent | 2018-03-11 01:30:33 | GTNewHorizons/NewHorizons | https://api.github.com/repos/GTNewHorizons/NewHorizons | opened | GT++/Berries++ code issures | Need Code changes waiting for fix | #### Which modpack version are you using?
2.0.3.0
#### What do you suggest instead/what changes do you propose?
Mixer recipe for Alcopos, gives GT++ cell instead of empty one. Talking with alkalus to see at which side the issure will be fixed.
 detected in puma-4.3.1.gem | security vulnerability | ## CVE-2020-11076 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>puma-4.3.1.gem</b></p></summary>
<p>Puma is a simple, fast, threaded, and highly concurrent HTTP 1.1 server for Ruby/R... | True | CVE-2020-11076 (High) detected in puma-4.3.1.gem - ## CVE-2020-11076 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>puma-4.3.1.gem</b></p></summary>
<p>Puma is a simple, fast, threade... | non_priority | cve high detected in puma gem cve high severity vulnerability vulnerable library puma gem puma is a simple fast threaded and highly concurrent http server for ruby rack applications puma is intended for use in both development and production environments it s great for ... | 0 |
258,815 | 22,349,861,628 | IssuesEvent | 2022-06-15 11:03:23 | ubtue/DatenProbleme | https://api.github.com/repos/ubtue/DatenProbleme | closed | ISSN 2699-3414 | Berliner Theologische Zeitschrift (DeGruyter) | OA, Zusatztitel, Abstract | ready for testing Zotero_SEMI-AUTO | #### URL
https://www.degruyter.com/document/doi/10.1515/bthz-2021-0004/html
#### Import-Translator
ubtue_DeGruyter.js
(Einzel- und Mehrfach-Import)
### Problembeschreibung
- [x] Der OA-Aufsatz wird nicht als solcher mit Notiz in Zotero gekennzeichnet.
- [x] Der Zusatztitel wird nicht nach Zotero import... | 1.0 | ISSN 2699-3414 | Berliner Theologische Zeitschrift (DeGruyter) | OA, Zusatztitel, Abstract - #### URL
https://www.degruyter.com/document/doi/10.1515/bthz-2021-0004/html
#### Import-Translator
ubtue_DeGruyter.js
(Einzel- und Mehrfach-Import)
### Problembeschreibung
- [x] Der OA-Aufsatz wird nicht als sol... | non_priority | issn berliner theologische zeitschrift degruyter oa zusatztitel abstract url import translator ubtue degruyter js einzel und mehrfach import problembeschreibung der oa aufsatz wird nicht als solcher mit notiz in zotero gekennzeichnet der zusatztitel wird nicht ... | 0 |
342,155 | 10,312,718,472 | IssuesEvent | 2019-08-29 20:35:00 | SIGBlockchain/project_aurum | https://api.github.com/repos/SIGBlockchain/project_aurum | closed | Client update with pending pool | Priority: Critical Type: Enhancement Type: Invalid | Handle case where client sends update request when they have pending contracts. It should check the pending pool for the wallet metadata first and update based on that or proceed normally.
- [x] Add pending pool map to `HandleAccountInfoRequest`
- [x] In `HandleAccountInfoRequest`, first check if `var walletAddress` i... | 1.0 | Client update with pending pool - Handle case where client sends update request when they have pending contracts. It should check the pending pool for the wallet metadata first and update based on that or proceed normally.
- [x] Add pending pool map to `HandleAccountInfoRequest`
- [x] In `HandleAccountInfoRequest`, fi... | priority | client update with pending pool handle case where client sends update request when they have pending contracts it should check the pending pool for the wallet metadata first and update based on that or proceed normally add pending pool map to handleaccountinforequest in handleaccountinforequest first ... | 1 |
421,048 | 28,307,802,100 | IssuesEvent | 2023-04-10 12:48:20 | bounswe/bounswe2023group6 | https://api.github.com/repos/bounswe/bounswe2023group6 | opened | Forming an individual report for milestone 1 | type: documentation priority: high status: inprogress area: milestone | ### Problem
As a part of the milestone report 1, each team member is required to create an Individual Contribution Report.
### Solution
I will create my individual contribution report . The contribution report will include:
- Member: Info about myself (name, group)
- Responsibilities: Overall description of... | 1.0 | Forming an individual report for milestone 1 - ### Problem
As a part of the milestone report 1, each team member is required to create an Individual Contribution Report.
### Solution
I will create my individual contribution report . The contribution report will include:
- Member: Info about myself (name, group... | non_priority | forming an individual report for milestone problem as a part of the milestone report each team member is required to create an individual contribution report solution i will create my individual contribution report the contribution report will include member info about myself name group... | 0 |
239,808 | 19,916,343,998 | IssuesEvent | 2022-01-25 23:17:00 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Test Unicode Highlighting - Allowed Locales | testplan-item | Refs: #138767
- [x] anyOS @deepak1556
- [x] anyOS @joaomoreno (windows)
Complexity: 4
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23141338%0A%0A&assignees=hediet)
---
## Locale Override
* Ensure neither your OS locale nor VS Code locale is Russian
* Paste the cyrillic... | 1.0 | Test Unicode Highlighting - Allowed Locales - Refs: #138767
- [x] anyOS @deepak1556
- [x] anyOS @joaomoreno (windows)
Complexity: 4
[Create Issue](https://github.com/microsoft/vscode/issues/new?body=Testing+%23141338%0A%0A&assignees=hediet)
---
## Locale Override
* Ensure neither your OS locale nor V... | non_priority | test unicode highlighting allowed locales refs anyos anyos joaomoreno windows complexity locale override ensure neither your os locale nor vs code locale is russian paste the cyrillic а into a js document not in a comment observe that it gets highlighte... | 0 |
77,169 | 21,689,900,419 | IssuesEvent | 2022-05-09 14:31:36 | damccorm/test-migration-target | https://api.github.com/repos/damccorm/test-migration-target | opened | Improve docker-pull-licenses trigger rule | P3 improvement build-system | Now license pulling is triggered at Jenkins test whenever a Java or Python SDK docker image is created. We can improve this to trigger the job only when there are dependency changes.
Imported from Jira [BEAM-9866](https://issues.apache.org/jira/browse/BEAM-9866). Original Jira may contain additional context.
Reported... | 1.0 | Improve docker-pull-licenses trigger rule - Now license pulling is triggered at Jenkins test whenever a Java or Python SDK docker image is created. We can improve this to trigger the job only when there are dependency changes.
Imported from Jira [BEAM-9866](https://issues.apache.org/jira/browse/BEAM-9866). Original J... | non_priority | improve docker pull licenses trigger rule now license pulling is triggered at jenkins test whenever a java or python sdk docker image is created we can improve this to trigger the job only when there are dependency changes imported from jira original jira may contain additional context reported by hannahjia... | 0 |
170,572 | 6,447,841,435 | IssuesEvent | 2017-08-14 09:20:09 | intel-analytics/BigDL | https://api.github.com/repos/intel-analytics/BigDL | closed | rename docs src folder to sync with the side bar titles | document low priority | This makes it easier for people to find the corresponding docs, e.g
- rename `UserGuide` to `ScalaUserGuide`
- rename `PythonSupport` to `PythonUserGuide`
- rename `APIdocs` to `APIGuide` | 1.0 | rename docs src folder to sync with the side bar titles - This makes it easier for people to find the corresponding docs, e.g
- rename `UserGuide` to `ScalaUserGuide`
- rename `PythonSupport` to `PythonUserGuide`
- rename `APIdocs` to `APIGuide` | priority | rename docs src folder to sync with the side bar titles this makes it easier for people to find the corresponding docs e g rename userguide to scalauserguide rename pythonsupport to pythonuserguide rename apidocs to apiguide | 1 |
238,848 | 7,783,490,922 | IssuesEvent | 2018-06-06 10:02:48 | DarkPacks/SevTech-Ages | https://api.github.com/repos/DarkPacks/SevTech-Ages | closed | Twilight Forest Ur-Ghast Tower/random Structures Issue | Investigate Further Priority: Medium Type: Bug |
## Issue / Bug
Random structures/dungeons spawning within twilight forest dungeons. This one completely broke this Ur-ghast tower. We were able to dig around the locks, Ghast slaughtered the tower. etc.
https://clips.twitch.tv/DrabSmoothWhaleDuDudu
https://clips.twitch.tv/ResoluteZealousJayDoritosChip
... | 1.0 | Twilight Forest Ur-Ghast Tower/random Structures Issue -
## Issue / Bug
Random structures/dungeons spawning within twilight forest dungeons. This one completely broke this Ur-ghast tower. We were able to dig around the locks, Ghast slaughtered the tower. etc.
https://clips.twitch.tv/DrabSmoothWhaleDuDudu
... | priority | twilight forest ur ghast tower random structures issue issue bug random structures dungeons spawning within twilight forest dungeons this one completely broke this ur ghast tower we were able to dig around the locks ghast slaughtered the tower etc expected behavior the tower should ... | 1 |
205,954 | 15,701,413,666 | IssuesEvent | 2021-03-26 11:09:37 | enonic/app-contentstudio | https://api.github.com/repos/enonic/app-contentstudio | opened | Unsaved new added x-data should affect validity of the content | Bug Not in Changelog Test is Failing | 1. Specify the required text area in `x-data`
```
<?xml version="1.0" encoding="UTF-8"?>
<x-data xmlns="urn:enonic:xp:model:1.0">
<display-name>Text Area x-data</display-name>
<form>
<input name="textarea" type="TextArea">
<label>Text Area</label>
<occurrences minimum="1" maximum="1"/>
... | 1.0 | Unsaved new added x-data should affect validity of the content - 1. Specify the required text area in `x-data`
```
<?xml version="1.0" encoding="UTF-8"?>
<x-data xmlns="urn:enonic:xp:model:1.0">
<display-name>Text Area x-data</display-name>
<form>
<input name="textarea" type="TextArea">
<label>T... | non_priority | unsaved new added x data should affect validity of the content specify the required text area in x data text area x data text area specify this x data in site xml for double content for example open new wizard with this x data ... | 0 |
26,540 | 4,231,500,846 | IssuesEvent | 2016-07-04 16:18:47 | lo-co/exscalabar_server | https://api.github.com/repos/lo-co/exscalabar_server | closed | Init Power turns on wrong breakers | bug READY FOR TESTING | The order of the digital outputs in Init Power.vi different to MAX. | 1.0 | Init Power turns on wrong breakers - The order of the digital outputs in Init Power.vi different to MAX. | non_priority | init power turns on wrong breakers the order of the digital outputs in init power vi different to max | 0 |
370,865 | 25,927,260,191 | IssuesEvent | 2022-12-16 06:17:11 | iltae/Todo-FE-Framework | https://api.github.com/repos/iltae/Todo-FE-Framework | closed | Todo App 요구사항 명세서 작성 | documentation | ### 만들고자 하는 기능이 무엇인가요?
Todo 생성 기능
### 해당 기능을 구현하기 위해 할 일이 무엇인가요?
1. [X] CRUD 기능 구현한 컴퍼넌트 구성
2. [X] CSS로 깔끔하게 꾸미기
3. [ ] 서버에 연결하기
### 예상 작업 시간
100h
| 1.0 | Todo App 요구사항 명세서 작성 - ### 만들고자 하는 기능이 무엇인가요?
Todo 생성 기능
### 해당 기능을 구현하기 위해 할 일이 무엇인가요?
1. [X] CRUD 기능 구현한 컴퍼넌트 구성
2. [X] CSS로 깔끔하게 꾸미기
3. [ ] 서버에 연결하기
### 예상 작업 시간
100h
| non_priority | todo app 요구사항 명세서 작성 만들고자 하는 기능이 무엇인가요 todo 생성 기능 해당 기능을 구현하기 위해 할 일이 무엇인가요 crud 기능 구현한 컴퍼넌트 구성 css로 깔끔하게 꾸미기 서버에 연결하기 예상 작업 시간 | 0 |
298,962 | 9,203,816,318 | IssuesEvent | 2019-03-08 04:20:59 | LouisBenjamin/UC3-Team-Project | https://api.github.com/repos/LouisBenjamin/UC3-Team-Project | closed | #11 Store information | 1-point High Priority User Story | User Story:
As a blog user, I want the website to store my information to let other users see. #23 #24
- [X] Tasks in #24
- [ ] Acceptance Test #67 | 1.0 | #11 Store information - User Story:
As a blog user, I want the website to store my information to let other users see. #23 #24
- [X] Tasks in #24
- [ ] Acceptance Test #67 | priority | store information user story as a blog user i want the website to store my information to let other users see tasks in acceptance test | 1 |
438,729 | 12,643,828,754 | IssuesEvent | 2020-06-16 10:28:50 | way-of-elendil/3.3.5 | https://api.github.com/repos/way-of-elendil/3.3.5 | opened | Quete: Reprendre Achérus - Problème phasage | bug priority-medium type-quest | **Description**
Cas où le joueur se retrouve en phase 1 après avoir rendu la lumière de l'aube
**Étapes de reproduction**
- .q a https://woehead.way-of-elendil.fr/?quest=12801 et lancer l'event
- attendre la fin de l'event et rendre la quête
_Pendant la lecture de https://woehead.way-of-elendil.fr/?quest=13... | 1.0 | Quete: Reprendre Achérus - Problème phasage - **Description**
Cas où le joueur se retrouve en phase 1 après avoir rendu la lumière de l'aube
**Étapes de reproduction**
- .q a https://woehead.way-of-elendil.fr/?quest=12801 et lancer l'event
- attendre la fin de l'event et rendre la quête
_Pendant la lecture ... | priority | quete reprendre achérus problème phasage description cas où le joueur se retrouve en phase après avoir rendu la lumière de l aube étapes de reproduction q a et lancer l event attendre la fin de l event et rendre la quête pendant la lecture de ne pas prendre la quête darion despaw... | 1 |
136,830 | 19,985,283,640 | IssuesEvent | 2022-01-30 15:12:16 | kodadot/nft-gallery | https://api.github.com/repos/kodadot/nft-gallery | closed | Use only border-top on control buttons/actions | $ redesign-seeds item v2.2 | Time to lightweight our UI for easier adoption.
- Let's remove the border and keep only border-top like on pic1
- Use border-top on emojis as well
- remove the white shadow from accordion/cards at price chart and history
- rename "Price Chart" -> "Chart"
- at history button, language and profile button as well,... | 1.0 | Use only border-top on control buttons/actions - Time to lightweight our UI for easier adoption.
- Let's remove the border and keep only border-top like on pic1
- Use border-top on emojis as well
- remove the white shadow from accordion/cards at price chart and history
- rename "Price Chart" -> "Chart"
- at his... | non_priority | use only border top on control buttons actions time to lightweight our ui for easier adoption let s remove the border and keep only border top like on use border top on emojis as well remove the white shadow from accordion cards at price chart and history rename price chart chart at histor... | 0 |
71,300 | 9,488,724,627 | IssuesEvent | 2019-04-22 20:21:52 | dotnet/machinelearning | https://api.github.com/repos/dotnet/machinelearning | opened | AveragedPerceptronTrainer's output schema is not correct | bug documentation | It should be
```
private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
{
return new[]
{
// REVIEW AP is currently not calibrating. Add the probability column after fixing the behavior.
new SchemaShape.... | 1.0 | AveragedPerceptronTrainer's output schema is not correct - It should be
```
private protected override SchemaShape.Column[] GetOutputColumnsCore(SchemaShape inputSchema)
{
return new[]
{
// REVIEW AP is currently not calibrating. Add the probability column a... | non_priority | averagedperceptrontrainer s output schema is not correct it should be private protected override schemashape column getoutputcolumnscore schemashape inputschema return new review ap is currently not calibrating add the probability column aft... | 0 |
272,210 | 8,500,262,032 | IssuesEvent | 2018-10-29 19:22:10 | nprapps/elections18-graphics | https://api.github.com/repos/nprapps/elections18-graphics | reopened | State pages: Only show the board key on the "key results" tab | effort:light priority:normal | It's irrelevant to all the other views. | 1.0 | State pages: Only show the board key on the "key results" tab - It's irrelevant to all the other views. | priority | state pages only show the board key on the key results tab it s irrelevant to all the other views | 1 |
338,315 | 10,227,398,576 | IssuesEvent | 2019-08-16 20:39:42 | bcgov/entity | https://api.github.com/repos/bcgov/entity | closed | UI - Add actions list and previous name data (directors, mailing address) | Coops Priority2 | ### UI - Add actions list and previous name data (directors, mailing address)
## Description:
Per #1004.
Ready to Build (DoR):
- [ ] Stakeholders have approved
- [ ] User story completed
- [ ] What are the dependencies
- [ ] Acceptance criteria has been defined (happy path, known sad paths)
- [ ] Validation rules def... | 1.0 | UI - Add actions list and previous name data (directors, mailing address) - ### UI - Add actions list and previous name data (directors, mailing address)
## Description:
Per #1004.
Ready to Build (DoR):
- [ ] Stakeholders have approved
- [ ] User story completed
- [ ] What are the dependencies
- [ ] Acceptance criter... | priority | ui add actions list and previous name data directors mailing address ui add actions list and previous name data directors mailing address description per ready to build dor stakeholders have approved user story completed what are the dependencies acceptance criteria has been... | 1 |
210,202 | 7,186,808,978 | IssuesEvent | 2018-02-02 01:12:26 | sul-dlss/preservation_catalog | https://api.github.com/repos/sul-dlss/preservation_catalog | closed | (PC) ensure workflows message always includes storage disk (and version?) (see also #539) | blocking! catalog to moab checksum validation high priority moab to catalog needs review | These things are in the message prefix, but they should be included in the workflows error:
- storage disk
- ? version we're checking for ?
related to #539 | 1.0 | (PC) ensure workflows message always includes storage disk (and version?) (see also #539) - These things are in the message prefix, but they should be included in the workflows error:
- storage disk
- ? version we're checking for ?
related to #539 | priority | pc ensure workflows message always includes storage disk and version see also these things are in the message prefix but they should be included in the workflows error storage disk version we re checking for related to | 1 |
418,694 | 12,202,170,825 | IssuesEvent | 2020-04-30 08:31:26 | code4romania/stam-acasa | https://api.github.com/repos/code4romania/stam-acasa | closed | Add more padding in my profile layout | front-end help wanted high-priority | In `https://dev.stamacasa.ro/account/me`
Add padding between:
- paragraph text `.....Poți completa formularul aici.` and title `Istoric Simptome`
- `Istoric Simptome` data and footer | 1.0 | Add more padding in my profile layout - In `https://dev.stamacasa.ro/account/me`
Add padding between:
- paragraph text `.....Poți completa formularul aici.` and title `Istoric Simptome`
- `Istoric Simptome` data and footer | priority | add more padding in my profile layout in add padding between paragraph text poți completa formularul aici and title istoric simptome istoric simptome data and footer | 1 |
301,975 | 26,114,000,509 | IssuesEvent | 2022-12-28 02:00:28 | unifyai/ivy | https://api.github.com/repos/unifyai/ivy | closed | Fix jax_devicearray.test_jax_devicearray__neg_ | JAX Frontend Sub Task Failing Test | | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3715988985/jobs/6301794542" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
| 1.0 | Fix jax_devicearray.test_jax_devicearray__neg_ - | | |
|---|---|
|tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/3715988985/jobs/6301794542" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a>
| non_priority | fix jax devicearray test jax devicearray neg tensorflow img src | 0 |
153,744 | 19,708,581,041 | IssuesEvent | 2022-01-13 01:42:42 | artsking/linux-4.19.72_CVE-2020-14386 | https://api.github.com/repos/artsking/linux-4.19.72_CVE-2020-14386 | opened | CVE-2020-27152 (Medium) detected in linux-yoctov5.4.51 | security vulnerability | ## CVE-2020-27152 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Embedded kernel</p>
<p>Library home page: <a href=https://gi... | True | CVE-2020-27152 (Medium) detected in linux-yoctov5.4.51 - ## CVE-2020-27152 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-yoctov5.4.51</b></p></summary>
<p>
<p>Yocto Linux Emb... | non_priority | cve medium detected in linux cve medium severity vulnerability vulnerable library linux yocto linux embedded kernel library home page a href found in base branch master vulnerable source files arch kvm ioapic c arch kvm ioapic ... | 0 |
3,591 | 2,538,774,771 | IssuesEvent | 2015-01-27 10:11:12 | newca12/gapt | https://api.github.com/repos/newca12/gapt | closed | pruning cut-configurations | 2–5 stars Component-CERes imported Milestone-Release4.0 Priority-High Type-Feature | _From [cdunc...@gmail.com](https://code.google.com/u/102976883554608245195/) on October 03, 2011 15:06:53_
It should prune the clause set in a way that only relevant cut-configurations appear in the computation of the clause set.
_Original issue: http://code.google.com/p/gapt/issues/detail?id=183_ | 1.0 | pruning cut-configurations - _From [cdunc...@gmail.com](https://code.google.com/u/102976883554608245195/) on October 03, 2011 15:06:53_
It should prune the clause set in a way that only relevant cut-configurations appear in the computation of the clause set.
_Original issue: http://code.google.com/p/gapt/issues/detai... | priority | pruning cut configurations from on october it should prune the clause set in a way that only relevant cut configurations appear in the computation of the clause set original issue | 1 |
63,885 | 6,887,137,117 | IssuesEvent | 2017-11-21 22:07:00 | cfpb/capital-framework | https://api.github.com/repos/cfpb/capital-framework | closed | Set up linting | enhancement priority: medium Testing | We need both CSS and JS linting. There is an open question on when to run them. The options we are considering are:
1. Running during each `grunt compile`
2. Running only on pre-commit.
**Research**
- Grunt linting tips
[Eliminating Code Smell with Grunt](http://flippinawesome.org/2013/12/02/eliminating-code-smell... | 1.0 | Set up linting - We need both CSS and JS linting. There is an open question on when to run them. The options we are considering are:
1. Running during each `grunt compile`
2. Running only on pre-commit.
**Research**
- Grunt linting tips
[Eliminating Code Smell with Grunt](http://flippinawesome.org/2013/12/02/elimi... | non_priority | set up linting we need both css and js linting there is an open question on when to run them the options we are considering are running during each grunt compile running only on pre commit research grunt linting tips pre commit tests | 0 |
33,050 | 2,761,787,840 | IssuesEvent | 2015-04-28 19:04:09 | DDMAL/Rodan | https://api.github.com/repos/DDMAL/Rodan | closed | resource_type and project not being saved in Resource | Location: Server Priority: Blocker Type: Bug | When saving a new resource, the resource_type and project fields are not being saved. A quick look at rodan/views/resource.py shows that the resource_type is checked, but never associated with the resource. As for the project, there doesn't seem to be any check.
https://github.com/DDMAL/Rodan/blob/develop/rodan/view... | 1.0 | resource_type and project not being saved in Resource - When saving a new resource, the resource_type and project fields are not being saved. A quick look at rodan/views/resource.py shows that the resource_type is checked, but never associated with the resource. As for the project, there doesn't seem to be any check.
... | priority | resource type and project not being saved in resource when saving a new resource the resource type and project fields are not being saved a quick look at rodan views resource py shows that the resource type is checked but never associated with the resource as for the project there doesn t seem to be any check ... | 1 |
426,065 | 12,366,958,229 | IssuesEvent | 2020-05-18 11:25:32 | threefoldtech/jumpscaleX_threebot | https://api.github.com/repos/threefoldtech/jumpscaleX_threebot | closed | admin panel: when reserving capacity with chatflow, opening calendar shows date in the past | priority_minor type_bug | When creating a workload, expiry date is now shown as a calendar day, but flist chatflow shows timestamp in the past as proposed date. | 1.0 | admin panel: when reserving capacity with chatflow, opening calendar shows date in the past - When creating a workload, expiry date is now shown as a calendar day, but flist chatflow shows timestamp in the past as proposed date. | priority | admin panel when reserving capacity with chatflow opening calendar shows date in the past when creating a workload expiry date is now shown as a calendar day but flist chatflow shows timestamp in the past as proposed date | 1 |
55,783 | 13,683,655,828 | IssuesEvent | 2020-09-30 02:31:08 | mapbox/mapbox-navigation-ios | https://api.github.com/repos/mapbox/mapbox-navigation-ios | opened | Minimum deployment target warnings when linting CocoaPods podspec with Xcode 12 | - build CocoaPods | Xcode 12 raises build warnings about invalid minimum deployment targets in the project that CocoaPods generates. These warnings also cause CocoaPods to reject any attempt to push the MapboxCoreNavigation or MapboxNavigation pod to CocoaPods trunk.
These warnings are in addition to the linker error reported in #2665.... | 1.0 | Minimum deployment target warnings when linting CocoaPods podspec with Xcode 12 - Xcode 12 raises build warnings about invalid minimum deployment targets in the project that CocoaPods generates. These warnings also cause CocoaPods to reject any attempt to push the MapboxCoreNavigation or MapboxNavigation pod to CocoaPo... | non_priority | minimum deployment target warnings when linting cocoapods podspec with xcode xcode raises build warnings about invalid minimum deployment targets in the project that cocoapods generates these warnings also cause cocoapods to reject any attempt to push the mapboxcorenavigation or mapboxnavigation pod to cocoapods... | 0 |
16,542 | 2,615,118,490 | IssuesEvent | 2015-03-01 05:44:09 | chrsmith/google-api-java-client | https://api.github.com/repos/chrsmith/google-api-java-client | opened | News-Search-json-sample | auto-migrated Priority-Low Type-Sample | ```
Which API and version (e.g. Google Calendar Data API version 2)?
Google News Search API
What format (e.g. JSON, Atom)?
JSON
What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Java 6
External references, such as API reference guide?
Pl... | 1.0 | News-Search-json-sample - ```
Which API and version (e.g. Google Calendar Data API version 2)?
Google News Search API
What format (e.g. JSON, Atom)?
JSON
What Authentation (e.g. OAuth, OAuth 2, Android, ClientLogin)?
Java environment (e.g. Java 6, Android 2.2, App Engine 1.3.7)?
Java 6
External references, such as... | priority | news search json sample which api and version e g google calendar data api version google news search api what format e g json atom json what authentation e g oauth oauth android clientlogin java environment e g java android app engine java external references such as... | 1 |
96,627 | 20,047,843,156 | IssuesEvent | 2022-02-03 00:16:41 | sympy/sympy | https://api.github.com/repos/sympy/sympy | opened | Internal import ordering in `concrete` | Code quality | The SymPy import ordering is a mess. To try to make it slightly better, I am aiming at defining a hierarchy among the submodules and within each submodule.
Starting with concrete, this is the current ordering:
digraph concrete {
gosper;
products -> delta;
summations -> delta;
expr_with_limits -> expr_with_intl... | 1.0 | Internal import ordering in `concrete` - The SymPy import ordering is a mess. To try to make it slightly better, I am aiming at defining a hierarchy among the submodules and within each submodule.
Starting with concrete, this is the current ordering:
digraph concrete {
gosper;
products -> delta;
summations -> d... | non_priority | internal import ordering in concrete the sympy import ordering is a mess to try to make it slightly better i am aiming at defining a hierarchy among the submodules and within each submodule starting with concrete this is the current ordering digraph concrete gosper products delta summations d... | 0 |
272,915 | 20,763,343,690 | IssuesEvent | 2022-03-15 18:10:44 | ioos/bio_data_guide | https://api.github.com/repos/ioos/bio_data_guide | opened | `Location.FootprintWKT` length limitation? | documentation question | @TaikiSan21 had a good question regarding the `Location.FootprintWKT` term.
The [drifting bouy dataset](https://github.com/ioos/bio_data_guide/tree/main/datasets/drifting_bouy) has a large number of GPS coordinates and we are concerned about length limitations on how many characters of WKT OBIS will accept.
Any idea... | 1.0 | `Location.FootprintWKT` length limitation? - @TaikiSan21 had a good question regarding the `Location.FootprintWKT` term.
The [drifting bouy dataset](https://github.com/ioos/bio_data_guide/tree/main/datasets/drifting_bouy) has a large number of GPS coordinates and we are concerned about length limitations on how many ... | non_priority | location footprintwkt length limitation had a good question regarding the location footprintwkt term the has a large number of gps coordinates and we are concerned about length limitations on how many characters of wkt obis will accept any ideas | 0 |
121,691 | 4,820,330,160 | IssuesEvent | 2016-11-04 22:24:04 | dealii/dealii | https://api.github.com/repos/dealii/dealii | closed | Static analysis: dealii-git/source/fe/fe_nedelec.cc | Low priority Starter project | ```
dealii-git/source/fe/fe_nedelec.cc 325 warn V688 The 'degree' function argument possesses the same name as one of the class members, which can result in a confusion.
```
We should address these warnings and errors from the static analysis tool PVS. In response to #3342. | 1.0 | Static analysis: dealii-git/source/fe/fe_nedelec.cc - ```
dealii-git/source/fe/fe_nedelec.cc 325 warn V688 The 'degree' function argument possesses the same name as one of the class members, which can result in a confusion.
```
We should address these warnings and errors from the static analysis tool PVS. In response ... | priority | static analysis dealii git source fe fe nedelec cc dealii git source fe fe nedelec cc warn the degree function argument possesses the same name as one of the class members which can result in a confusion we should address these warnings and errors from the static analysis tool pvs in response to ... | 1 |
302,086 | 22,786,778,976 | IssuesEvent | 2022-07-09 11:22:21 | haessae0/based-board | https://api.github.com/repos/haessae0/based-board | closed | Organize a project and issues | documentation | set a project and make a card
- [x] make a project beta
- [x] make a card list
- [x] change to issue | 1.0 | Organize a project and issues - set a project and make a card
- [x] make a project beta
- [x] make a card list
- [x] change to issue | non_priority | organize a project and issues set a project and make a card make a project beta make a card list change to issue | 0 |
311,558 | 26,797,715,214 | IssuesEvent | 2023-02-01 13:06:37 | kernitus/BukkitOldCombatMechanics | https://api.github.com/repos/kernitus/BukkitOldCombatMechanics | closed | Old Armour Strength netherite damage too small | bug user vanished awaiting testing | <!-- Before reporting, please try the latest test version from https://ci.rayzr.dev/job/OldCombatMechanics/ as often bugs have already been fixed there. ->
<!-- Please fill out all fields as applicable, providing as many details as possible -->
## Information
<!-- Version of the Server, e.g. Spigot 1.14.1 -->
*... | 1.0 | Old Armour Strength netherite damage too small - <!-- Before reporting, please try the latest test version from https://ci.rayzr.dev/job/OldCombatMechanics/ as often bugs have already been fixed there. ->
<!-- Please fill out all fields as applicable, providing as many details as possible -->
## Information
<!--... | non_priority | old armour strength netherite damage too small information server version purpur oldcombatmechanics version b server log file oldcombatmechanics config file problem description anything wearing a full netherite set is literally inv... | 0 |
620,006 | 19,542,721,752 | IssuesEvent | 2022-01-01 07:55:22 | TradersTeam/grand-node-java-client | https://api.github.com/repos/TradersTeam/grand-node-java-client | closed | IEdmExpression | schema/model low priority | <html><body>
<!--StartFragment--><span class="model-box"><div class="model-box"><span class="model"><span class=""><button aria-expanded="true" class="model-box-control"><span class="pointer"><span class="model-title"><span class="model-title__text">IEdmExpression</span></span></span><span class="model-toggle"></span>... | 1.0 | IEdmExpression - <html><body>
<!--StartFragment--><span class="model-box"><div class="model-box"><span class="model"><span class=""><button aria-expanded="true" class="model-box-control"><span class="pointer"><span class="model-title"><span class="model-title__text">IEdmExpression</span></span></span><span class="mode... | priority | iedmexpression iedmexpression expressionkind edmexpressionkindinteger none binaryconstant booleanconstant datetimeoffsetconstant decimalconstant floatingconstant guidconstant integerconstant stringconstant durationconstant null ... | 1 |
251,268 | 18,944,284,579 | IssuesEvent | 2021-11-18 08:27:19 | haskell/cabal | https://api.github.com/repos/haskell/cabal | closed | overwrite-policy is not documented | documentation attention: pr-welcome | While I did find a mention of `install-method` in the docs, I did not find a mention of `overwrite-policy`, unless the search at
https://cabal.readthedocs.io/en/3.4/search.html?q=%22overwrite-policy%22&check_keywords=yes&area=default
is failing me.
Given that every user who wants to re-install an executable with ... | 1.0 | overwrite-policy is not documented - While I did find a mention of `install-method` in the docs, I did not find a mention of `overwrite-policy`, unless the search at
https://cabal.readthedocs.io/en/3.4/search.html?q=%22overwrite-policy%22&check_keywords=yes&area=default
is failing me.
Given that every user who wa... | non_priority | overwrite policy is not documented while i did find a mention of install method in the docs i did not find a mention of overwrite policy unless the search at is failing me given that every user who wants to re install an executable with cabal install will have to think about this policy this is prob... | 0 |
514,693 | 14,942,789,584 | IssuesEvent | 2021-01-25 21:52:21 | bounswe/bounswe2020group3 | https://api.github.com/repos/bounswe/bounswe2020group3 | closed | [Frontend] Implementing Notifications | Frontend Priority: High Type: Enhancement | * **Project: FRONTEND **
* **This is a: FEATURE REQUEST **
* **Description of the issue**
Notifications will be implemented.
* **For feature requests: Expected functionality of the requested feature**
Notifications should be seen from frontend.
* **Deadline for resolution:**
20.01.2021
| 1.0 | [Frontend] Implementing Notifications - * **Project: FRONTEND **
* **This is a: FEATURE REQUEST **
* **Description of the issue**
Notifications will be implemented.
* **For feature requests: Expected functionality of the requested feature**
Notifications should be seen from frontend.
* **Deadline for ... | priority | implementing notifications project frontend this is a feature request description of the issue notifications will be implemented for feature requests expected functionality of the requested feature notifications should be seen from frontend deadline for resolutio... | 1 |
10,744 | 12,716,520,968 | IssuesEvent | 2020-06-24 02:11:19 | opendistro-for-elasticsearch/sql | https://api.github.com/repos/opendistro-for-elasticsearch/sql | closed | Elasticsearch 7.8.0 compatibility | version compatibility | ## Requirement
OD Version: 1.9
Elasticsearch Version: 7.8.0 | True | Elasticsearch 7.8.0 compatibility - ## Requirement
OD Version: 1.9
Elasticsearch Version: 7.8.0 | non_priority | elasticsearch compatibility requirement od version elasticsearch version | 0 |
4,001 | 6,565,500,035 | IssuesEvent | 2017-09-08 08:36:12 | singapore/renovate | https://api.github.com/repos/singapore/renovate | opened | Handle package.json files with varying `node` engines | feat needs-requirements pri3-normal | Currently the Renovate app runs on node LTS (6.11.3). If a repo has engines>node=6.9.x in its `package.json` then it fails to run `yarn install`.
Option 1: delete any node version from package.json>engines
Option 2: switch node version? e.g. using `nvm` or `n` | 1.0 | Handle package.json files with varying `node` engines - Currently the Renovate app runs on node LTS (6.11.3). If a repo has engines>node=6.9.x in its `package.json` then it fails to run `yarn install`.
Option 1: delete any node version from package.json>engines
Option 2: switch node version? e.g. using `nvm` or `n` | non_priority | handle package json files with varying node engines currently the renovate app runs on node lts if a repo has engines node x in its package json then it fails to run yarn install option delete any node version from package json engines option switch node version e g using nvm or n | 0 |
226,077 | 7,498,476,403 | IssuesEvent | 2018-04-09 04:54:50 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | [Proposal] Include beta types in `oc types` (ReplicaSets, PetSets, etc) | component/cli lifecycle/rotten priority/P3 | `oc types` does not include new resource types, such as ReplicaSets and PetSets
##### Version
oc v1.3.0-alpha.0+d0df369-dirty
kubernetes v1.3.0+507d3a7
features: Basic-Auth
##### Steps To Reproduce
1. `oc types | grep replicasets`
2. `oc types | grep petsets`
3. `oc types | grep deployments`
##### Current Result
1. No... | 1.0 | [Proposal] Include beta types in `oc types` (ReplicaSets, PetSets, etc) - `oc types` does not include new resource types, such as ReplicaSets and PetSets
##### Version
oc v1.3.0-alpha.0+d0df369-dirty
kubernetes v1.3.0+507d3a7
features: Basic-Auth
##### Steps To Reproduce
1. `oc types | grep replicasets`
2. `oc types |... | priority | include beta types in oc types replicasets petsets etc oc types does not include new resource types such as replicasets and petsets version oc alpha dirty kubernetes features basic auth steps to reproduce oc types grep replicasets oc types grep petsets oc t... | 1 |
256,606 | 22,067,131,428 | IssuesEvent | 2022-05-31 05:24:13 | wso2/product-is | https://api.github.com/repos/wso2/product-is | opened | Attribute Consuming Service Index in SAML2 supported federated IDP does not get validated | IS-6.0.0-Test-Hackathon | **Describe the issue:**
<!-- A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. -->
Attribute Consuming Service Index in SAML2 supported federated IDP does not get validated.
**How to reproduce:**
<!-- Steps to reproduce the behavior. -->
- Config... | 1.0 | Attribute Consuming Service Index in SAML2 supported federated IDP does not get validated - **Describe the issue:**
<!-- A clear and concise description of what the bug is. If applicable, add screenshots to help explain your problem. -->
Attribute Consuming Service Index in SAML2 supported federated IDP does not ge... | non_priority | attribute consuming service index in supported federated idp does not get validated describe the issue attribute consuming service index in supported federated idp does not get validated how to reproduce configure a supported federated idp add a number any random number other tha... | 0 |
154,088 | 5,908,869,236 | IssuesEvent | 2017-05-19 21:41:05 | angular/angular-cli | https://api.github.com/repos/angular/angular-cli | closed | Jenkins Integration | priority: 3 (nice to have) severity1: confusing type: question/support | <!--
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
-->
### Bug Report or Feature Request (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] question
```
### Versions.
<!--
Output from: `ng --versio... | 1.0 | Jenkins Integration - <!--
IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING
-->
### Bug Report or Feature Request (mark with an `x`)
```
- [ ] bug report -> please search issues before submitting
- [ ] feature request
- [x] question
```
### Versions.
<!--
Out... | priority | jenkins integration if you don t fill out the following information your issue might be closed without investigating bug report or feature request mark with an x bug report please search issues before submitting feature request question versions output fr... | 1 |
27,584 | 11,516,144,581 | IssuesEvent | 2020-02-14 03:51:33 | MadeByEmil/wdhan-basic | https://api.github.com/repos/MadeByEmil/wdhan-basic | closed | WS-2016-0090 (Medium) detected in jquery-1.10.2.min.js | security vulnerability | ## WS-2016-0090 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="htt... | True | WS-2016-0090 (Medium) detected in jquery-1.10.2.min.js - ## WS-2016-0090 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.10.2.min.js</b></p></summary>
<p>JavaScript library ... | non_priority | ws medium detected in jquery min js ws medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm wdhan basic includes head html path to vulnerable library wdhan ... | 0 |
62,063 | 6,775,007,673 | IssuesEvent | 2017-10-27 12:47:50 | EnMasseProject/enmasse | https://api.github.com/repos/EnMasseProject/enmasse | closed | System-tests: brokered: test JMS client | test development | 1. create brokered address space A
2. create topic C
3. use JMS client(s) to send/receive messages from topic
| 1.0 | System-tests: brokered: test JMS client - 1. create brokered address space A
2. create topic C
3. use JMS client(s) to send/receive messages from topic
| non_priority | system tests brokered test jms client create brokered address space a create topic c use jms client s to send receive messages from topic | 0 |
153,068 | 5,874,208,971 | IssuesEvent | 2017-05-15 15:34:32 | k0shk0sh/FastHub | https://api.github.com/repos/k0shk0sh/FastHub | closed | Show repo name when viewing issue | Priority: High Status: Accepted Type: Enhancement | - FastHub Version: 2.1.0
- Android Version: 6/CM 13
Currently when I go to my notifications and tap on an issue to view it, I directly get to the issue/comment and then I wonder: "Uhh, which project is this issue actually about?"
There is just an repo/author indicator missing when viewing an issue. Otherwise I... | 1.0 | Show repo name when viewing issue - - FastHub Version: 2.1.0
- Android Version: 6/CM 13
Currently when I go to my notifications and tap on an issue to view it, I directly get to the issue/comment and then I wonder: "Uhh, which project is this issue actually about?"
There is just an repo/author indicator missin... | priority | show repo name when viewing issue fasthub version android version cm currently when i go to my notifications and tap on an issue to view it i directly get to the issue comment and then i wonder uhh which project is this issue actually about there is just an repo author indicator missing... | 1 |
118,958 | 25,414,953,227 | IssuesEvent | 2022-11-22 22:46:23 | sizespectrum/mizer | https://api.github.com/repos/sizespectrum/mizer | opened | Set and document default for exponents in `set...()` functions | setting parameters documentation minor effort code improvement low priority | `setSearchVolume()` assumes that the search volume exponent `q` is given in the `species_params` data frame. This usually creates no problems because a value is set in the `new....Params()` functions. But that is not enough. `validSpeciesParams()` neither sets a default nor complains if `q` is missing. If one then call... | 1.0 | Set and document default for exponents in `set...()` functions - `setSearchVolume()` assumes that the search volume exponent `q` is given in the `species_params` data frame. This usually creates no problems because a value is set in the `new....Params()` functions. But that is not enough. `validSpeciesParams()` neither... | non_priority | set and document default for exponents in set functions setsearchvolume assumes that the search volume exponent q is given in the species params data frame this usually creates no problems because a value is set in the new params functions but that is not enough validspeciesparams neither... | 0 |
815,614 | 30,564,446,457 | IssuesEvent | 2023-07-20 16:40:40 | WSB-2023-Informatyka/ML-Chess | https://api.github.com/repos/WSB-2023-Informatyka/ML-Chess | closed | Research chess notations | priority: 1 type: research | ### Description
Issue releted to issure nr.: #2
We need to decide what chess notation we will use.
The more difficult to visualise it will be, the harder it will be to implement changes/features into it.
Example notations:
https://www.chess.com/terms/fen-chess
https://en.wikipedia.org/wiki/Algebraic_notat... | 1.0 | Research chess notations - ### Description
Issue releted to issure nr.: #2
We need to decide what chess notation we will use.
The more difficult to visualise it will be, the harder it will be to implement changes/features into it.
Example notations:
https://www.chess.com/terms/fen-chess
https://en.wikiped... | priority | research chess notations description issue releted to issure nr we need to decide what chess notation we will use the more difficult to visualise it will be the harder it will be to implement changes features into it example notations my suggestion pgn notation area user inte... | 1 |
35,239 | 7,924,216,723 | IssuesEvent | 2018-07-05 16:12:38 | kobotoolbox/kpi | https://api.github.com/repos/kobotoolbox/kpi | closed | IE11 issues with current build on prod | bug coded | I made a mistake a little while ago, a little overeager in cleaning things up while doing the Webpack 4 upgrade: https://github.com/kobotoolbox/kpi/commit/5c8821c19327e335dcecf6fce882187692919a26#diff-3dcf35fd5fbe5cfbaf1a5abe4e01f217L7
That omission of `babel-polyfill` causes IE to stop intepreting ES2015+ function... | 1.0 | IE11 issues with current build on prod - I made a mistake a little while ago, a little overeager in cleaning things up while doing the Webpack 4 upgrade: https://github.com/kobotoolbox/kpi/commit/5c8821c19327e335dcecf6fce882187692919a26#diff-3dcf35fd5fbe5cfbaf1a5abe4e01f217L7
That omission of `babel-polyfill` cause... | non_priority | issues with current build on prod i made a mistake a little while ago a little overeager in cleaning things up while doing the webpack upgrade that omission of babel polyfill causes ie to stop intepreting functions like array prototype includes | 0 |
531,850 | 15,526,520,613 | IssuesEvent | 2021-03-13 01:33:23 | CreeperMagnet/the-creepers-code | https://api.github.com/repos/CreeperMagnet/the-creepers-code | closed | Hashs is mistakenly misgendered in compendium credits | priority: high | "Hashs
This guy is lazy. Whenever I see him not working on his datapack, it reminds me I should be working on mine. He has a cool pack though, demons are neat. Go download Undermagic."
->
"Hashs
This gal is lazy. Whenever I see her not working on her datapack, it reminds me I should be working on mine. She has a co... | 1.0 | Hashs is mistakenly misgendered in compendium credits - "Hashs
This guy is lazy. Whenever I see him not working on his datapack, it reminds me I should be working on mine. He has a cool pack though, demons are neat. Go download Undermagic."
->
"Hashs
This gal is lazy. Whenever I see her not working on her datapack,... | priority | hashs is mistakenly misgendered in compendium credits hashs this guy is lazy whenever i see him not working on his datapack it reminds me i should be working on mine he has a cool pack though demons are neat go download undermagic hashs this gal is lazy whenever i see her not working on her datapack ... | 1 |
42,058 | 2,869,095,517 | IssuesEvent | 2015-06-05 23:17:56 | dart-lang/test | https://api.github.com/repos/dart-lang/test | closed | Make it possible to unittest applications depending on dart:html on the Dart VM. | bug NotPlanned Priority-Medium | <a href="https://github.com/rbeeger"><img src="https://avatars.githubusercontent.com/u/426834?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [rbeeger](https://github.com/rbeeger)**
_Originally opened as dart-lang/sdk#6424_
----
I have unittests that mock away the view of the app I'm develop... | 1.0 | Make it possible to unittest applications depending on dart:html on the Dart VM. - <a href="https://github.com/rbeeger"><img src="https://avatars.githubusercontent.com/u/426834?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [rbeeger](https://github.com/rbeeger)**
_Originally opened as dart-la... | priority | make it possible to unittest applications depending on dart html on the dart vm issue by originally opened as dart lang sdk i have unittests that mock away the view of the app i m developing the unittests test the logic by simulating the triggering of events and by checking what values are put ... | 1 |
378,295 | 11,199,946,695 | IssuesEvent | 2020-01-03 20:13:18 | intakedesk/PowerBI-General | https://api.github.com/repos/intakedesk/PowerBI-General | closed | HK: Intake Agents needs reports for their displays (see details) | high-priority revision-hk | HK: Make report based off of Pipeline Reports - Intake Pending/CB/Stuck
JG: Access will be controlled using Power BI Pro accounts for each agent. RLS was tested on 5/5 19, resulting positive using a Power BI Local table holding the Intake Rep USER ID (leads_cstm.intake_representative_c = users.id) against correspond... | 1.0 | HK: Intake Agents needs reports for their displays (see details) - HK: Make report based off of Pipeline Reports - Intake Pending/CB/Stuck
JG: Access will be controlled using Power BI Pro accounts for each agent. RLS was tested on 5/5 19, resulting positive using a Power BI Local table holding the Intake Rep USER ID... | priority | hk intake agents needs reports for their displays see details hk make report based off of pipeline reports intake pending cb stuck jg access will be controlled using power bi pro accounts for each agent rls was tested on resulting positive using a power bi local table holding the intake rep user id ... | 1 |
352,878 | 25,086,910,633 | IssuesEvent | 2022-11-08 01:04:28 | pharmaverse/admiraldev | https://api.github.com/repos/pharmaverse/admiraldev | opened | Documentation: In tests, change pkgname::function() to library(pkgname), if needed, and function() | documentation | ### Please select a category the issue is focused on?
Other
### Let us know where something needs a refresh or put your idea here!
Some tests have pkgname::function(). We would like this to be library(pkgname), if needed, and function(). If NAMESPACE already has importFrom(pkgname, function), then we do not need the... | 1.0 | Documentation: In tests, change pkgname::function() to library(pkgname), if needed, and function() - ### Please select a category the issue is focused on?
Other
### Let us know where something needs a refresh or put your idea here!
Some tests have pkgname::function(). We would like this to be library(pkgname), if n... | non_priority | documentation in tests change pkgname function to library pkgname if needed and function please select a category the issue is focused on other let us know where something needs a refresh or put your idea here some tests have pkgname function we would like this to be library pkgname if n... | 0 |
727,354 | 25,032,604,068 | IssuesEvent | 2022-11-04 13:38:05 | redhat-developer/odo | https://api.github.com/repos/redhat-developer/odo | closed | odo delete enters an infinite loop after project is deleted and component name is set | kind/bug priority/Medium area/component v2 | [kind/bug]
## What versions of software are you using?
- Operating System: Win10Pro
- Output of `odo version`:
```
odo v1.0.0-beta3 (c2b402e3)
Server: https://172.17.159.174:8443
Kubernetes: v1.11.0+d4cacc0
```
## How did you run odo exactly?
first:
`oc delete project/demoproj`
then
odo creat... | 1.0 | odo delete enters an infinite loop after project is deleted and component name is set - [kind/bug]
## What versions of software are you using?
- Operating System: Win10Pro
- Output of `odo version`:
```
odo v1.0.0-beta3 (c2b402e3)
Server: https://172.17.159.174:8443
Kubernetes: v1.11.0+d4cacc0
```
##... | priority | odo delete enters an infinite loop after project is deleted and component name is set what versions of software are you using operating system output of odo version odo server kubernetes how did you run odo exactly first oc delete project de... | 1 |
150,691 | 11,981,312,242 | IssuesEvent | 2020-04-07 10:52:57 | onaio/reveal-frontend | https://api.github.com/repos/onaio/reveal-frontend | closed | Increase test coverage for InterventionPlan/IRS/index.tsx | Priority: High tests | Increase test coverage to be >= 85% for:
`src/containers/pages/InterventionPlan/IRS/index.tsx`
Part of #658 | 1.0 | Increase test coverage for InterventionPlan/IRS/index.tsx - Increase test coverage to be >= 85% for:
`src/containers/pages/InterventionPlan/IRS/index.tsx`
Part of #658 | non_priority | increase test coverage for interventionplan irs index tsx increase test coverage to be for src containers pages interventionplan irs index tsx part of | 0 |
135,392 | 30,288,547,671 | IssuesEvent | 2023-07-09 01:28:56 | quiqueck/BCLib | https://api.github.com/repos/quiqueck/BCLib | closed | [Bug] BCLib causes crash on game initialisation, version 1.20.1 | 🔥 bug ⚡ compatibility 🎉 Dev Code | ### What happened?
Game crashes after initialisation, crash log suspects BCLib. Could have something to do with the datapacks I have installed, as mentioned elsewhere here.
### BCLib
3.0.10
### Fabric API
0.84.0
### Fabric Loader
0.14.21
### Minecraft
1.20.1
### Relevant log output
```shell
---- Minecraft Cr... | 1.0 | [Bug] BCLib causes crash on game initialisation, version 1.20.1 - ### What happened?
Game crashes after initialisation, crash log suspects BCLib. Could have something to do with the datapacks I have installed, as mentioned elsewhere here.
### BCLib
3.0.10
### Fabric API
0.84.0
### Fabric Loader
0.14.21
### Mine... | non_priority | bclib causes crash on game initialisation version what happened game crashes after initialisation crash log suspects bclib could have something to do with the datapacks i have installed as mentioned elsewhere here bclib fabric api fabric loader minecraft ... | 0 |
371,148 | 10,962,197,701 | IssuesEvent | 2019-11-27 16:46:20 | prysmaticlabs/prysm | https://api.github.com/repos/prysmaticlabs/prysm | closed | Prune Blacklisted Block Hashes Past FinalizedState | Enhancement Good First Issue Help Wanted Priority: Low | As a follow-up to #2297, we should prune the map of blacklisted block hashes once we have a new finalized state. At that point, all block hashes that came before the new finalized state can be safely deleted, as those blocks will never be considered again. | 1.0 | Prune Blacklisted Block Hashes Past FinalizedState - As a follow-up to #2297, we should prune the map of blacklisted block hashes once we have a new finalized state. At that point, all block hashes that came before the new finalized state can be safely deleted, as those blocks will never be considered again. | priority | prune blacklisted block hashes past finalizedstate as a follow up to we should prune the map of blacklisted block hashes once we have a new finalized state at that point all block hashes that came before the new finalized state can be safely deleted as those blocks will never be considered again | 1 |
49,647 | 6,035,611,745 | IssuesEvent | 2017-06-09 14:17:49 | IronLanguages/ironpython2 | https://api.github.com/repos/IronLanguages/ironpython2 | opened | Reenable tests in test_strformat.py on mono once it supports the format specifiers needed | mono Test Failure | _From @slide on March 14, 2017 15:50_
Need to file an issue on mono that it doesn't support custom format specifiers for BigIntegers. Two tests are disabled in test_strformat.py because of this.
_Copied from original issue: IronLanguages/main#1598_ | 1.0 | Reenable tests in test_strformat.py on mono once it supports the format specifiers needed - _From @slide on March 14, 2017 15:50_
Need to file an issue on mono that it doesn't support custom format specifiers for BigIntegers. Two tests are disabled in test_strformat.py because of this.
_Copied from original issue: Ir... | non_priority | reenable tests in test strformat py on mono once it supports the format specifiers needed from slide on march need to file an issue on mono that it doesn t support custom format specifiers for bigintegers two tests are disabled in test strformat py because of this copied from original issue ironlang... | 0 |
442 | 2,497,104,814 | IssuesEvent | 2015-01-07 01:20:32 | leonbloy/pngj | https://api.github.com/repos/leonbloy/pngj | closed | Google app-engine: build/test for sandbox | imported Priority-High Type-Task | _From [hgonzalez@gmail.com](https://code.google.com/u/hgonzalez@gmail.com/) on May 27, 2011 13:16:47_
We must have an alternative build, a jar apt for app-engine sandboxing.
_Original issue: http://code.google.com/p/pngj/issues/detail?id=5_ | 1.0 | Google app-engine: build/test for sandbox - _From [hgonzalez@gmail.com](https://code.google.com/u/hgonzalez@gmail.com/) on May 27, 2011 13:16:47_
We must have an alternative build, a jar apt for app-engine sandboxing.
_Original issue: http://code.google.com/p/pngj/issues/detail?id=5_ | priority | google app engine build test for sandbox from on may we must have an alternative build a jar apt for app engine sandboxing original issue | 1 |
102,541 | 12,807,086,446 | IssuesEvent | 2020-07-03 10:43:25 | mozilla/m-response | https://api.github.com/repos/mozilla/m-response | closed | Feedback stats "total' figure styling | Design | The "total" figure presenting on the user's weekly stats graph should be visually distinct from the "current" figure.
On staging we see them styled the same:
<img width="557" alt="Screenshot 2019-08-30 at 15 44 19" src="https://user-images.githubusercontent.com/42435754/64029771-28d4f780-cb3d-11e9-8ecc-aaa0bcbc9a... | 1.0 | Feedback stats "total' figure styling - The "total" figure presenting on the user's weekly stats graph should be visually distinct from the "current" figure.
On staging we see them styled the same:
<img width="557" alt="Screenshot 2019-08-30 at 15 44 19" src="https://user-images.githubusercontent.com/42435754/640... | non_priority | feedback stats total figure styling the total figure presenting on the user s weekly stats graph should be visually distinct from the current figure on staging we see them styled the same img width alt screenshot at src the zeplin designs show that they should be smaller in size... | 0 |
3,898 | 2,541,844,434 | IssuesEvent | 2015-01-28 12:15:36 | garywmendel/Yopine | https://api.github.com/repos/garywmendel/Yopine | closed | * * - toolbar icon goes disabled after xx period of time | 1 priority bug | the only way to re-start the plugin is to close/open ff
this cant be right. | 1.0 | * * - toolbar icon goes disabled after xx period of time - the only way to re-start the plugin is to close/open ff
this cant be right. | priority | toolbar icon goes disabled after xx period of time the only way to re start the plugin is to close open ff this cant be right | 1 |
803,847 | 29,191,586,392 | IssuesEvent | 2023-05-19 20:36:18 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | closed | [CAL-1244] Missing prefill support with Floating Button popup Embed | ✨ feature Low priority | Config is what actually allows certain form values to be prefilled and it's missing in floating button popup
Also, `config` should have `prefill` property to clearly signify where prefill parameters can be specified.
<sub>From [SyncLinear.com](https://synclinear.com) | [CAL-1244](https://linear.app/calcom/issue/CAL-1... | 1.0 | [CAL-1244] Missing prefill support with Floating Button popup Embed - Config is what actually allows certain form values to be prefilled and it's missing in floating button popup
Also, `config` should have `prefill` property to clearly signify where prefill parameters can be specified.
<sub>From [SyncLinear.com](http... | priority | missing prefill support with floating button popup embed config is what actually allows certain form values to be prefilled and it s missing in floating button popup also config should have prefill property to clearly signify where prefill parameters can be specified from | 1 |
92,902 | 8,387,412,435 | IssuesEvent | 2018-10-09 00:14:34 | nebula-plugins/gradle-nebula-integration | https://api.github.com/repos/nebula-plugins/gradle-nebula-integration | closed | Platform Artifact Support | testable | project: https://github.com/nebula-plugins/gradle-nebula-integration/tree/master/excludes-in-bom
Excludes within BOM
===================
A dependency that is excluded within a bom ends up brought in anyway.
BOM
---
```
<dependencyManagement>
<dependencies>
<dependency>
<groupId... | 1.0 | Platform Artifact Support - project: https://github.com/nebula-plugins/gradle-nebula-integration/tree/master/excludes-in-bom
Excludes within BOM
===================
A dependency that is excluded within a bom ends up brought in anyway.
BOM
---
```
<dependencyManagement>
<dependencies>
<depen... | non_priority | platform artifact support project excludes within bom a dependency that is excluded within a bom ends up brought in anyway bom org springframework spring beans release ... | 0 |
47,535 | 2,981,837,225 | IssuesEvent | 2015-07-17 06:10:59 | Kunstmaan/KunstmaanBundlesCMS | https://api.github.com/repos/Kunstmaan/KunstmaanBundlesCMS | closed | The slugs are not slugified anymore | Priority: High Profile: Backend Target audience: Visitors Type: Bugfix | If you put a space in the slug, then you'll get a 500 because it tries to generate the (preview) url, and it is possible that the whole site is down (because the page is in the navigation). | 1.0 | The slugs are not slugified anymore - If you put a space in the slug, then you'll get a 500 because it tries to generate the (preview) url, and it is possible that the whole site is down (because the page is in the navigation). | priority | the slugs are not slugified anymore if you put a space in the slug then you ll get a because it tries to generate the preview url and it is possible that the whole site is down because the page is in the navigation | 1 |
169,903 | 6,420,016,824 | IssuesEvent | 2017-08-08 22:44:13 | canonical-websites/vanillaframework.io | https://api.github.com/repos/canonical-websites/vanillaframework.io | closed | “Quick start” nav link and “Get started” button don’t work | Priority: Medium Type: Bug | 1\. Go to [the front page](https://vanillaframework.io/).
2\. In the header click “Quick start”.
3\. On the front page click “Get started”.
What happens:
2\. Nothing.
3\. Nothing.
What should happen:
2\. The page scrolls to the “Quick start” section.
3\. The page scrolls to the “Quick start” section.
Thi... | 1.0 | “Quick start” nav link and “Get started” button don’t work - 1\. Go to [the front page](https://vanillaframework.io/).
2\. In the header click “Quick start”.
3\. On the front page click “Get started”.
What happens:
2\. Nothing.
3\. Nothing.
What should happen:
2\. The page scrolls to the “Quick start” sectio... | priority | “quick start” nav link and “get started” button don’t work go to in the header click “quick start” on the front page click “get started” what happens nothing nothing what should happen the page scrolls to the “quick start” section the page scrolls to the “quick start... | 1 |
87,432 | 3,754,683,092 | IssuesEvent | 2016-03-12 04:41:50 | googlei18n/noto-fonts | https://api.github.com/repos/googlei18n/noto-fonts | opened | Potential issue with UCAS Cree shapes | Android Priority-Medium | Here is feedback from Ray Larabie to Unicode about some potential issues with Cree shapes in the Unified Canadian Aboriginal Syllabics font:
> Someone familiar with the Cree language let me know, on Twitter that there was a problem with the "sh" series. From 1510-1525 is a range of "sh" characters that are only used... | 1.0 | Potential issue with UCAS Cree shapes - Here is feedback from Ray Larabie to Unicode about some potential issues with Cree shapes in the Unified Canadian Aboriginal Syllabics font:
> Someone familiar with the Cree language let me know, on Twitter that there was a problem with the "sh" series. From 1510-1525 is a ran... | priority | potential issue with ucas cree shapes here is feedback from ray larabie to unicode about some potential issues with cree shapes in the unified canadian aboriginal syllabics font someone familiar with the cree language let me know on twitter that there was a problem with the sh series from is a range of ... | 1 |
168,732 | 14,171,385,782 | IssuesEvent | 2020-11-12 15:39:17 | zmkfirmware/zmk | https://api.github.com/repos/zmkfirmware/zmk | opened | Codes Support Testing: Android | documentation help wanted hid | With the release of https://zmkfirmware.dev/docs/codes/, it's time to explore operating system support!
For those unaware, it became clear during the codes redevelopment (#21) that documentation for HID operating system support was sometimes sparse or dated. So, we decided to include every feasible code we could id... | 1.0 | Codes Support Testing: Android - With the release of https://zmkfirmware.dev/docs/codes/, it's time to explore operating system support!
For those unaware, it became clear during the codes redevelopment (#21) that documentation for HID operating system support was sometimes sparse or dated. So, we decided to includ... | non_priority | codes support testing android with the release of it s time to explore operating system support for those unaware it became clear during the codes redevelopment that documentation for hid operating system support was sometimes sparse or dated so we decided to include every feasible code we could ident... | 0 |
220,861 | 7,371,645,594 | IssuesEvent | 2018-03-13 12:30:18 | pmem/issues | https://api.github.com/repos/pmem/issues | closed | test: vmem_multiple_pools/TEST1 sporadically fails on AppVeyor | Exposure: Medium OS: Windows Priority: 3 medium Type: Bug | [av_20171003_vmem_multiple_pools1.txt](https://github.com/pmem/issues/files/1382418/av_20171003_vmem_multiple_pools1.txt)
[av_20171013_vmem_multiple_pools1.txt](https://github.com/pmem/issues/files/1382419/av_20171013_vmem_multiple_pools1.txt)
[av_20170911_vmem_multiple_pools1.txt](https://github.com/pmem/issues/file... | 1.0 | test: vmem_multiple_pools/TEST1 sporadically fails on AppVeyor - [av_20171003_vmem_multiple_pools1.txt](https://github.com/pmem/issues/files/1382418/av_20171003_vmem_multiple_pools1.txt)
[av_20171013_vmem_multiple_pools1.txt](https://github.com/pmem/issues/files/1382419/av_20171013_vmem_multiple_pools1.txt)
[av_20170... | priority | test vmem multiple pools sporadically fails on appveyor could be the same issue as | 1 |
220,944 | 16,990,922,248 | IssuesEvent | 2021-06-30 20:21:02 | cds-snc/platform-forms-client | https://api.github.com/repos/cds-snc/platform-forms-client | opened | Documentation for onboarding new developers to the team | documentation | Todo:
List everything we need to document | 1.0 | Documentation for onboarding new developers to the team - Todo:
List everything we need to document | non_priority | documentation for onboarding new developers to the team todo list everything we need to document | 0 |
630,929 | 20,121,058,042 | IssuesEvent | 2022-02-08 02:23:33 | prysmaticlabs/prysm | https://api.github.com/repos/prysmaticlabs/prysm | opened | Rethinking the Architecture of Block Receiving and Processing Pipelines in Prysm | Enhancement Discussion Priority: Low | Thanks to @kasey for the fruitful discussion on this and original idea.
## Background
Prysm's current architecture when it comes to receiving blocks and processing is complex, as it is a pipeline connecting several packages as part of the Prysm runtime. This makes it hard to test and arguably error prone. At a hi... | 1.0 | Rethinking the Architecture of Block Receiving and Processing Pipelines in Prysm - Thanks to @kasey for the fruitful discussion on this and original idea.
## Background
Prysm's current architecture when it comes to receiving blocks and processing is complex, as it is a pipeline connecting several packages as part... | priority | rethinking the architecture of block receiving and processing pipelines in prysm thanks to kasey for the fruitful discussion on this and original idea background prysm s current architecture when it comes to receiving blocks and processing is complex as it is a pipeline connecting several packages as part... | 1 |
118,010 | 4,730,503,714 | IssuesEvent | 2016-10-18 21:49:53 | NuGet/Home | https://api.github.com/repos/NuGet/Home | closed | GetFullVsVersionString must be called on the UI thread | Area:VS.Client Priority:0 Type:Bug | Cannot open Nuget package manager in Visual Studio 2015:
Here is the error log:
LegacySitePackage failed for package [NuGetPackage]Source: Microsoft.VisualStudio.Composition
Description: An exception was thrown while initializing part "NuGet.PackageManagement.VisualStudio.VSSolutionManager".
Microsoft.VisualStud... | 1.0 | GetFullVsVersionString must be called on the UI thread - Cannot open Nuget package manager in Visual Studio 2015:
Here is the error log:
LegacySitePackage failed for package [NuGetPackage]Source: Microsoft.VisualStudio.Composition
Description: An exception was thrown while initializing part "NuGet.PackageManageme... | priority | getfullvsversionstring must be called on the ui thread cannot open nuget package manager in visual studio here is the error log legacysitepackage failed for package source microsoft visualstudio composition description an exception was thrown while initializing part nuget packagemanagement visualstudio ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.