Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3
values | title stringlengths 1 744 | labels stringlengths 4 574 | body stringlengths 9 211k | index stringclasses 10
values | text_combine stringlengths 96 211k | label stringclasses 2
values | text stringlengths 96 188k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
98,587 | 8,681,056,051 | IssuesEvent | 2018-12-01 16:43:31 | SpongePowered/SpongeCommon | https://api.github.com/repos/SpongePowered/SpongeCommon | closed | SqlService incompatible with MySQL 8.0.x (failing to read password) | status: needs testing type: bug version: 1.12 | **I am currently running**
<!-- If you don't use the latest version, please tell us why. -->
- SpongeForge version:
- SpongeVanilla version: 1.12.2-7.1.5-RC139
- Java version: 1.8.0_192
- Operating System: Windows 10
- SQL Server: mysql 8.0.13
- Plugins/Mods: Irrelevant.
**Issue Description**
Despite prop... | 1.0 | SqlService incompatible with MySQL 8.0.x (failing to read password) - **I am currently running**
<!-- If you don't use the latest version, please tell us why. -->
- SpongeForge version:
- SpongeVanilla version: 1.12.2-7.1.5-RC139
- Java version: 1.8.0_192
- Operating System: Windows 10
- SQL Server: mysql 8.0.13... | non_process | sqlservice incompatible with mysql x failing to read password i am currently running spongeforge version spongevanilla version java version operating system windows sql server mysql plugins mods irrelevant issue description despite proper ... | 0 |
5,462 | 12,513,095,044 | IssuesEvent | 2020-06-03 00:51:33 | FusionAuth/fusionauth-issues | https://api.github.com/repos/FusionAuth/fusionauth-issues | closed | refresh token isnt returned after a user is registered. | architecture enhancement | ## (Put bug title here)
### Description
After we register a new user with fusionauth, only access_token is returned but not the refresh token, the login api provides the setting to return both the access and refresh token but the registration api doesnt have that setting to return refresh token.
### Steps to re... | 1.0 | refresh token isnt returned after a user is registered. - ## (Put bug title here)
### Description
After we register a new user with fusionauth, only access_token is returned but not the refresh token, the login api provides the setting to return both the access and refresh token but the registration api doesnt hav... | non_process | refresh token isnt returned after a user is registered put bug title here description after we register a new user with fusionauth only access token is returned but not the refresh token the login api provides the setting to return both the access and refresh token but the registration api doesnt hav... | 0 |
14,809 | 18,143,473,284 | IssuesEvent | 2021-09-25 02:34:32 | chipsalliance/verible | https://api.github.com/repos/chipsalliance/verible | closed | preprocessor placement gives error | rejects-valid syntax preprocessor | **Describe the bug**
If I put `else in the middle of a module declaration (before ;) it fails. This is valid code.
**To Reproduce**
`ifndef three
module test1
`else
module test2
`endif
;
endmodule
Did it reject valid code? or crash?
./verible-verilog-lint blah.v
blah.v:3:1: syntax error, rejected "`... | 1.0 | preprocessor placement gives error - **Describe the bug**
If I put `else in the middle of a module declaration (before ;) it fails. This is valid code.
**To Reproduce**
`ifndef three
module test1
`else
module test2
`endif
;
endmodule
Did it reject valid code? or crash?
./verible-verilog-lint blah.v
... | process | preprocessor placement gives error describe the bug if i put else in the middle of a module declaration before it fails this is valid code to reproduce ifndef three module else module endif endmodule did it reject valid code or crash verible verilog lint blah v blah v ... | 1 |
119,779 | 4,775,851,348 | IssuesEvent | 2016-10-27 11:56:33 | openshift/origin | https://api.github.com/repos/openshift/origin | closed | subdomain change in master-config.yaml doesn't work | kind/question priority/P2 | [provide a description of the issue]
##### Version 1.3.1
[provide output of the `openshift version` or `oc version` command]
##### Steps To Reproduce
Docker Installation:
Add Docker repo:
cat > /etc/yum.repos.d/docker.repo << '__EOF__'
[docker]
name=Docker Repository
baseurl=https://yum.dockerproject.org/r... | 1.0 | subdomain change in master-config.yaml doesn't work - [provide a description of the issue]
##### Version 1.3.1
[provide output of the `openshift version` or `oc version` command]
##### Steps To Reproduce
Docker Installation:
Add Docker repo:
cat > /etc/yum.repos.d/docker.repo << '__EOF__'
[docker]
name=Dock... | non_process | subdomain change in master config yaml doesn t work version steps to reproduce docker installation add docker repo cat etc yum repos d docker repo eof name docker repository baseurl enabled gpgcheck gpgkey eof install docker engine yum y install... | 0 |
56,111 | 13,757,517,391 | IssuesEvent | 2020-10-06 21:48:37 | sitmun/sitmun-backend-core | https://api.github.com/repos/sitmun/sitmun-backend-core | closed | Fix generation of API documentation | bug build | Generation of documentation does not work as expected. Swagger.json file is generated at the root of the project rather than at the build folder. In addition tests are run twice in Travis-CI because `convertSwagger2markup` always depends on tests. | 1.0 | Fix generation of API documentation - Generation of documentation does not work as expected. Swagger.json file is generated at the root of the project rather than at the build folder. In addition tests are run twice in Travis-CI because `convertSwagger2markup` always depends on tests. | non_process | fix generation of api documentation generation of documentation does not work as expected swagger json file is generated at the root of the project rather than at the build folder in addition tests are run twice in travis ci because always depends on tests | 0 |
37,928 | 15,395,447,864 | IssuesEvent | 2021-03-03 19:14:36 | Azure/azure-sdk-for-python | https://api.github.com/repos/Azure/azure-sdk-for-python | closed | [ServiceBus] Functions should take dict-representations of objects, and optional kwarg-parameters for updates | Client Service Bus blocking-release help wanted | Per python guidelines: https://azure.github.io/azure-sdk/python_design.html#python-client-splat-args
- mgmt update methods should take updateable fields as kwargs (e.g. update_queue should perhaps take DeleteOnIdle or what-have-you as a kwarg to override, if specified, the one in the primary description object)
- For... | 1.0 | [ServiceBus] Functions should take dict-representations of objects, and optional kwarg-parameters for updates - Per python guidelines: https://azure.github.io/azure-sdk/python_design.html#python-client-splat-args
- mgmt update methods should take updateable fields as kwargs (e.g. update_queue should perhaps take Delet... | non_process | functions should take dict representations of objects and optional kwarg parameters for updates per python guidelines mgmt update methods should take updateable fields as kwargs e g update queue should perhaps take deleteonidle or what have you as a kwarg to override if specified the one in the primary d... | 0 |
3,045 | 6,041,221,221 | IssuesEvent | 2017-06-10 22:01:06 | kerubistan/kerub | https://api.github.com/repos/kerubistan/kerub | closed | ubuntubsd hosts | component:data processing | FreeBSD kernel, gnu userland, most tools should be reusable from other distros, could be still interesting
https://www.ubuntubsd.org/
| 1.0 | ubuntubsd hosts - FreeBSD kernel, gnu userland, most tools should be reusable from other distros, could be still interesting
https://www.ubuntubsd.org/
| process | ubuntubsd hosts freebsd kernel gnu userland most tools should be reusable from other distros could be still interesting | 1 |
14,152 | 17,037,189,875 | IssuesEvent | 2021-07-05 08:43:47 | hermeznetwork/hermez-node | https://api.github.com/repos/hermeznetwork/hermez-node | closed | Use higher gasPrice among provided Ethereum node or Etherscan service | coordinator txprocessor | <!-- 🎉 Thanks for the bug report!! 🎉 -->
## Summary of Bug
Today the Hermez Node is getting gas price from Etherscan service. However, in some Ethereum test network these values can be higher (surprisingly?!).
### Expected Behavior
Use higher gasPrice among provided Ethereum node or Etherscan service
| 1.0 | Use higher gasPrice among provided Ethereum node or Etherscan service - <!-- 🎉 Thanks for the bug report!! 🎉 -->
## Summary of Bug
Today the Hermez Node is getting gas price from Etherscan service. However, in some Ethereum test network these values can be higher (surprisingly?!).
### Expected Behavior
Us... | process | use higher gasprice among provided ethereum node or etherscan service summary of bug today the hermez node is getting gas price from etherscan service however in some ethereum test network these values can be higher surprisingly expected behavior use higher gasprice among provided ethereum... | 1 |
23,477 | 2,659,763,407 | IssuesEvent | 2015-03-18 23:09:26 | IQSS/dataverse | https://api.github.com/repos/IQSS/dataverse | closed | Log in: Not specifying a password results in null ptr error in log file. | Priority: Medium Status: Dev Status: QA Type: Bug |
Seeing as this was reported for create account, reporting it for log in too. | 1.0 | Log in: Not specifying a password results in null ptr error in log file. -
Seeing as this was reported for create account, reporting it for log in too. | non_process | log in not specifying a password results in null ptr error in log file seeing as this was reported for create account reporting it for log in too | 0 |
11,273 | 14,061,311,248 | IssuesEvent | 2020-11-03 07:55:20 | Open-EO/openeo-processes | https://api.github.com/repos/Open-EO/openeo-processes | closed | Which process for mean over a window with no overlap | new process question | I would like to take the mean over a window of a specified size. However, apply_kernel doesn't have a stride value to set, so it's not possible to have no overlap theoretically. I would like to know how you would handle this using the given processes and maybe if you can give an example.
Input:
[[1, 1, 1, 1, 1, 1],... | 1.0 | Which process for mean over a window with no overlap - I would like to take the mean over a window of a specified size. However, apply_kernel doesn't have a stride value to set, so it's not possible to have no overlap theoretically. I would like to know how you would handle this using the given processes and maybe if y... | process | which process for mean over a window with no overlap i would like to take the mean over a window of a specified size however apply kernel doesn t have a stride value to set so it s not possible to have no overlap theoretically i would like to know how you would handle this using the given processes and maybe if y... | 1 |
10,131 | 13,044,162,388 | IssuesEvent | 2020-07-29 03:47:32 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | UCP: Migrate scalar function `JsonValidStringSig` from TiDB | challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor |
## Description
Port the scalar function `JsonValidStringSig` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @andylokandy
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/tikv/tree/master/components/tidb_query/... | 2.0 | UCP: Migrate scalar function `JsonValidStringSig` from TiDB -
## Description
Port the scalar function `JsonValidStringSig` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @andylokandy
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- h... | process | ucp migrate scalar function jsonvalidstringsig from tidb description port the scalar function jsonvalidstringsig from tidb to coprocessor score mentor s andylokandy recommended skills rust programming learning materials already implemented expressions ported from tidb ... | 1 |
18,219 | 24,279,282,096 | IssuesEvent | 2022-09-28 16:00:10 | Blazebit/blaze-persistence | https://api.github.com/repos/Blazebit/blaze-persistence | closed | Java build stuck with blazer persistence framework | kind: bug worth: high component: entity-view-annotation-processor | When I try to build an existent maven java project where I have added the blaze framework in it, the build process stuck.
My Steps to reproduce
In a fresh 2022.09 eclipse installation,
- download the entityView maven archetype
'mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=blaz... | 1.0 | Java build stuck with blazer persistence framework - When I try to build an existent maven java project where I have added the blaze framework in it, the build process stuck.
My Steps to reproduce
In a fresh 2022.09 eclipse installation,
- download the entityView maven archetype
'mvn archetype:generate "-Darche... | process | java build stuck with blazer persistence framework when i try to build an existent maven java project where i have added the blaze framework in it the build process stuck my steps to reproduce in a fresh eclipse installation download the entityview maven archetype mvn archetype generate darchetype... | 1 |
9,468 | 12,465,367,046 | IssuesEvent | 2020-05-28 13:56:53 | Devnilson/fisima | https://api.github.com/repos/Devnilson/fisima | closed | Create PullRequestTemplate | process | ```
# Issue
{#numIssue}
# Description
...Write here your PR description with a complete context to reviwers
# Changes Summary
- [x] Changes one
- [x] Changes two
Attachments
...Attach here some files that helps to understood the PR context
{screehnshots}
{gifts}
```
create a `.github` foder... | 1.0 | Create PullRequestTemplate - ```
# Issue
{#numIssue}
# Description
...Write here your PR description with a complete context to reviwers
# Changes Summary
- [x] Changes one
- [x] Changes two
Attachments
...Attach here some files that helps to understood the PR context
{screehnshots}
{gifts}
```... | process | create pullrequesttemplate issue numissue description write here your pr description with a complete context to reviwers changes summary changes one changes two attachments attach here some files that helps to understood the pr context screehnshots gifts ... | 1 |
3,459 | 3,924,423,940 | IssuesEvent | 2016-04-22 15:09:57 | pydata/pandas | https://api.github.com/repos/pydata/pandas | closed | Read SAS (sas7bdat) | Difficulty Intermediate Effort Low IO SAS Performance | Very excited to have this new feature in Pandas. I have a few comments to share:
1. `pd.read_sas()` doesn't read SAS date variable correctly (this is noted in the doc). Dates are read as `numpy.float64`. Note in SAS, dates are recorded as numbers relative to 1960-1-1. It would be helpful to allow some sort of argume... | True | Read SAS (sas7bdat) - Very excited to have this new feature in Pandas. I have a few comments to share:
1. `pd.read_sas()` doesn't read SAS date variable correctly (this is noted in the doc). Dates are read as `numpy.float64`. Note in SAS, dates are recorded as numbers relative to 1960-1-1. It would be helpful to al... | non_process | read sas very excited to have this new feature in pandas i have a few comments to share pd read sas doesn t read sas date variable correctly this is noted in the doc dates are read as numpy note in sas dates are recorded as numbers relative to it would be helpful to allow some sort of... | 0 |
8,981 | 12,099,695,689 | IssuesEvent | 2020-04-20 12:38:26 | ComposableWeb/poolbase | https://api.github.com/repos/ComposableWeb/poolbase | opened | [💥FEAT] PDF creation from page | enhancement epic: processing | **Feature request? Please describe.**
Automatically create PDF from page's rendered HTML
**Acceptance Criteria - Describe the solution you'd like**
A clear and concise description of what you want to happen in bullet points:
* ...
**Related issues**
And any other context or screenshots about the feature req... | 1.0 | [💥FEAT] PDF creation from page - **Feature request? Please describe.**
Automatically create PDF from page's rendered HTML
**Acceptance Criteria - Describe the solution you'd like**
A clear and concise description of what you want to happen in bullet points:
* ...
**Related issues**
And any other context or... | process | pdf creation from page feature request please describe automatically create pdf from page s rendered html acceptance criteria describe the solution you d like a clear and concise description of what you want to happen in bullet points related issues and any other context or screen... | 1 |
16,669 | 21,774,489,078 | IssuesEvent | 2022-05-13 12:32:15 | camunda/zeebe | https://api.github.com/repos/camunda/zeebe | closed | Enable default export of `process-message-subscription` record type | kind/toil team/process-automation | **Description**
Operate starts to import data from index `process-message-subscription` (related issue https://github.com/camunda-cloud/operate/issues/2750), therefore we need to have export for this index enabled by default. | 1.0 | Enable default export of `process-message-subscription` record type - **Description**
Operate starts to import data from index `process-message-subscription` (related issue https://github.com/camunda-cloud/operate/issues/2750), therefore we need to have export for this index enabled by default. | process | enable default export of process message subscription record type description operate starts to import data from index process message subscription related issue therefore we need to have export for this index enabled by default | 1 |
20,359 | 27,015,915,304 | IssuesEvent | 2023-02-10 19:21:30 | srophe/caesarea-data | https://api.github.com/repos/srophe/caesarea-data | closed | Reorder creator-editor elements | data template post-processor | The `editor[@role="creator"]` elements should be reordered so that Joe is listed last. Cf. #154 .
A simple way to do this, I think, is to remove the `//titleStmt/editor[@role="creator"][@ref="https://caesarea-maritima.org/documentation/editors.xml#jrife"]` and then insert the node `<editor role="creator" ref="https://... | 1.0 | Reorder creator-editor elements - The `editor[@role="creator"]` elements should be reordered so that Joe is listed last. Cf. #154 .
A simple way to do this, I think, is to remove the `//titleStmt/editor[@role="creator"][@ref="https://caesarea-maritima.org/documentation/editors.xml#jrife"]` and then insert the node `<e... | process | reorder creator editor elements the editor elements should be reordered so that joe is listed last cf a simple way to do this i think is to remove the titlestmt editor and then insert the node into titlestmt after titlestmt editor | 1 |
6,627 | 9,726,194,952 | IssuesEvent | 2019-05-30 10:47:00 | googleapis/google-cloud-php | https://api.github.com/repos/googleapis/google-cloud-php | opened | conventional commits for merged pull requests | type: process | 👋 Hello, I'm Ben one of the folks on the Yoshi team at Google working on improving the process around library releases.
I've recently been deploying a tool that allows us to make the process around releases (choosing the next appropriate version, maintaining a CHANGELOG, etc), called `release-please`.
Here's an ... | 1.0 | conventional commits for merged pull requests - 👋 Hello, I'm Ben one of the folks on the Yoshi team at Google working on improving the process around library releases.
I've recently been deploying a tool that allows us to make the process around releases (choosing the next appropriate version, maintaining a CHANGEL... | process | conventional commits for merged pull requests 👋 hello i m ben one of the folks on the yoshi team at google working on improving the process around library releases i ve recently been deploying a tool that allows us to make the process around releases choosing the next appropriate version maintaining a changel... | 1 |
12,378 | 3,071,766,537 | IssuesEvent | 2015-08-19 13:56:29 | JMurk/OAM-Activity-Manager | https://api.github.com/repos/JMurk/OAM-Activity-Manager | closed | OAM - CW Lookup - Adjust Details Section Design | design low priority | Please make the minor adjustments shown in the image below in both the SR and WO details.

| 1.0 | OAM - CW Lookup - Adjust Details Section Design - Please make the minor adjustments shown in the image below in both the SR and WO details.

| non_process | oam cw lookup adjust details section design please make the minor adjustments shown in the image below in both the sr and wo details | 0 |
37,276 | 18,250,633,073 | IssuesEvent | 2021-10-02 06:12:01 | akaihola/darker | https://api.github.com/repos/akaihola/darker | closed | Loop invariant code slows down bisection when AST verification fails | performance | As noted by @rogalski in #205,
>`run_black`, `diff_and_get_opcodes` and `opcodes_to_chunks` are run in each pass of bisect loop, despite being independent from context_lines variable: https://github.com/akaihola/darker/blob/d269159bd23391be7b0c414d550441a2438de718/src/darker/__main__.py#L150 https://github.com/akaihol... | True | Loop invariant code slows down bisection when AST verification fails - As noted by @rogalski in #205,
>`run_black`, `diff_and_get_opcodes` and `opcodes_to_chunks` are run in each pass of bisect loop, despite being independent from context_lines variable: https://github.com/akaihola/darker/blob/d269159bd23391be7b0c414d... | non_process | loop invariant code slows down bisection when ast verification fails as noted by rogalski in run black diff and get opcodes and opcodes to chunks are run in each pass of bisect loop despite being independent from context lines variable these lines should be moved to be executed before the loo... | 0 |
961 | 4,725,262,421 | IssuesEvent | 2016-10-18 05:32:14 | SpartanRefactoring/Spartanizer | https://api.github.com/repos/SpartanRefactoring/Spartanizer | opened | Replace dialogs with a view | Architecture Challenge enhancement Folks GUI/IT On hold | An idea worth consideration. Would give the plugin nicer, sharper look. | 1.0 | Replace dialogs with a view - An idea worth consideration. Would give the plugin nicer, sharper look. | non_process | replace dialogs with a view an idea worth consideration would give the plugin nicer sharper look | 0 |
78,134 | 22,151,414,234 | IssuesEvent | 2022-06-03 17:14:27 | apache/beam | https://api.github.com/repos/apache/beam | opened | Jenkins cross JDK version test on Windows | P3 build-system beam-fixit testing task | We can set os variant to choose windows for Jenkins test, which can be combined with JDK version test. So that we can have cross OS / cross JDK version test.
This discussion came from https://github.com/apache/beam/pull/3184#pullrequestreview-39303400
Imported from Jira [BEAM-2339](https://issues.apache.org/jira/bro... | 1.0 | Jenkins cross JDK version test on Windows - We can set os variant to choose windows for Jenkins test, which can be combined with JDK version test. So that we can have cross OS / cross JDK version test.
This discussion came from https://github.com/apache/beam/pull/3184#pullrequestreview-39303400
Imported from Jira [B... | non_process | jenkins cross jdk version test on windows we can set os variant to choose windows for jenkins test which can be combined with jdk version test so that we can have cross os cross jdk version test this discussion came from imported from jira original jira may contain additional context reported by markf... | 0 |
1,910 | 4,745,567,941 | IssuesEvent | 2016-10-21 07:54:40 | opentrials/opentrials | https://api.github.com/repos/opentrials/opentrials | opened | Some processors writers are breaking if they don't receive nullable URLs | 3. In Development bug Processors | As part of validating URLs before inserting them into our DB (https://github.com/opentrials/processors/commit/042ba23c5087bde6e14a8bc641107dde56fb1059), we ended up requiring URLs that should be nullable. | 1.0 | Some processors writers are breaking if they don't receive nullable URLs - As part of validating URLs before inserting them into our DB (https://github.com/opentrials/processors/commit/042ba23c5087bde6e14a8bc641107dde56fb1059), we ended up requiring URLs that should be nullable. | process | some processors writers are breaking if they don t receive nullable urls as part of validating urls before inserting them into our db we ended up requiring urls that should be nullable | 1 |
16,405 | 21,187,223,848 | IssuesEvent | 2022-04-08 13:53:48 | TEAMLAB-Lecture/python-101-for-data-science-by-pknu | https://api.github.com/repos/TEAMLAB-Lecture/python-101-for-data-science-by-pknu | closed | text_processing 1-1 질문드립니다! | question homework Assginment guide text_processing completed | for 문으로 하다가 잘 안 되어서 다른 방법을 찾았는데 틀렸다고 떠서 질문드려요
```
normalized_string= None
input_string1=input()
normalized_string = str(input())
normalized_string = normalized_string.lower()
normalized_string = normalized_string.strip()
normalized_string = normalized_string.split()
normalized_string = (' ', join(normalized_str... | 1.0 | text_processing 1-1 질문드립니다! - for 문으로 하다가 잘 안 되어서 다른 방법을 찾았는데 틀렸다고 떠서 질문드려요
```
normalized_string= None
input_string1=input()
normalized_string = str(input())
normalized_string = normalized_string.lower()
normalized_string = normalized_string.strip()
normalized_string = normalized_string.split()
normalized_str... | process | text processing 질문드립니다 for 문으로 하다가 잘 안 되어서 다른 방법을 찾았는데 틀렸다고 떠서 질문드려요 normalized string none input input normalized string str input normalized string normalized string lower normalized string normalized string strip normalized string normalized string split normalized string ... | 1 |
18,985 | 4,327,910,968 | IssuesEvent | 2016-07-26 12:22:55 | CodingInfinity/Benchmark-Instrumentation-Application | https://api.github.com/repos/CodingInfinity/Benchmark-Instrumentation-Application | opened | Create README.md file | documentation | Add a general description about the project, anybody from the general internet public at large should be able to read readme and understand why this module is needed, where does it fit in the arch, how they can use it, where more information can be gained i.e. refer to service documentation, installation manual etc, c... | 1.0 | Create README.md file - Add a general description about the project, anybody from the general internet public at large should be able to read readme and understand why this module is needed, where does it fit in the arch, how they can use it, where more information can be gained i.e. refer to service documentation, in... | non_process | create readme md file add a general description about the project anybody from the general internet public at large should be able to read readme and understand why this module is needed where does it fit in the arch how they can use it where more information can be gained i e refer to service documentation in... | 0 |
22,175 | 2,645,721,233 | IssuesEvent | 2015-03-13 01:29:37 | CorsixTH/CorsixTH | https://api.github.com/repos/CorsixTH/CorsixTH | closed | Graphics freeze while game continues to play | bug imported Priority-Medium | _From [plugnp...@gmail.com](https://code.google.com/u/112462140463187718406/) on March 08, 2012 16:02:21_
I'm experiencing an intermittent problem that's best described by the graphics freeze, mouse pointer too, but the game continues to play. Also the sounds keep playing. Then after a while (not a constant time inter... | 1.0 | Graphics freeze while game continues to play - _From [plugnp...@gmail.com](https://code.google.com/u/112462140463187718406/) on March 08, 2012 16:02:21_
I'm experiencing an intermittent problem that's best described by the graphics freeze, mouse pointer too, but the game continues to play. Also the sounds keep playing... | non_process | graphics freeze while game continues to play from on march i m experiencing an intermittent problem that s best described by the graphics freeze mouse pointer too but the game continues to play also the sounds keep playing then after a while not a constant time interval the graphics move again... | 0 |
13,262 | 15,729,850,443 | IssuesEvent | 2021-03-29 15:16:53 | bisq-network/bisq | https://api.github.com/repos/bisq-network/bisq | closed | Transaction returned to "start payment2 status after PC restarted | a:bug in:trade-process |
SUPPORT REQUESTS: This is for reporting bugs in the Bisq app.
If you have a support request, please join #support on Bisq's
Keybase team at https://keybase.io/team/Bisq
### Description
Last night I completed the transaction by paying the seller. The seller verified the payment and I received in my... | 1.0 | Transaction returned to "start payment2 status after PC restarted -
SUPPORT REQUESTS: This is for reporting bugs in the Bisq app.
If you have a support request, please join #support on Bisq's
Keybase team at https://keybase.io/team/Bisq
### Description
Last night I completed the transaction by pay... | process | transaction returned to start status after pc restarted support requests this is for reporting bugs in the bisq app if you have a support request please join support on bisq s keybase team at description last night i completed the transaction by paying the seller the seller verifie... | 1 |
7,070 | 10,220,580,734 | IssuesEvent | 2019-08-15 21:47:44 | Jeffail/benthos | https://api.github.com/repos/Jeffail/benthos | closed | Support grok pattern definitions | enhancement processors | At the moment benthos doesn't support custom pattern definitions, it has only [default ones](https://github.com/trivago/grok/blob/master/patterns.go#L5).
It would be useful if we can specify our specific definitions to use in grok patterns. | 1.0 | Support grok pattern definitions - At the moment benthos doesn't support custom pattern definitions, it has only [default ones](https://github.com/trivago/grok/blob/master/patterns.go#L5).
It would be useful if we can specify our specific definitions to use in grok patterns. | process | support grok pattern definitions at the moment benthos doesn t support custom pattern definitions it has only it would be useful if we can specify our specific definitions to use in grok patterns | 1 |
1,327 | 3,875,195,013 | IssuesEvent | 2016-04-11 23:37:45 | cubing/wca-regulations | https://api.github.com/repos/cubing/wca-regulations | closed | Introduce a `draft` branch. | process | In the past, I used `fixes` for... well, uncontroversial fixes. As we start handling more controversial issues, the name becomes less appropriate.
WRC folks: What do you think of switching to development on a branch named `draft` after the next release?
Something like `dev` would also work, but I think `draft` m... | 1.0 | Introduce a `draft` branch. - In the past, I used `fixes` for... well, uncontroversial fixes. As we start handling more controversial issues, the name becomes less appropriate.
WRC folks: What do you think of switching to development on a branch named `draft` after the next release?
Something like `dev` would al... | process | introduce a draft branch in the past i used fixes for well uncontroversial fixes as we start handling more controversial issues the name becomes less appropriate wrc folks what do you think of switching to development on a branch named draft after the next release something like dev would al... | 1 |
92,266 | 18,797,234,504 | IssuesEvent | 2021-11-09 00:25:45 | robocorp/robotframework-lsp | https://api.github.com/repos/robocorp/robotframework-lsp | closed | Use `integrated` as the default terminal in launches | enhancement robotframework-ls robocorp-code P1 | This allows users to better communicate with the shell (for instance, using `Ctrl+C`).
Until now this wasn't the default due to: https://github.com/robocorp/robotframework-lsp/issues/394, but with that fixed, this is a better approach than using the console view. | 1.0 | Use `integrated` as the default terminal in launches - This allows users to better communicate with the shell (for instance, using `Ctrl+C`).
Until now this wasn't the default due to: https://github.com/robocorp/robotframework-lsp/issues/394, but with that fixed, this is a better approach than using the console view... | non_process | use integrated as the default terminal in launches this allows users to better communicate with the shell for instance using ctrl c until now this wasn t the default due to but with that fixed this is a better approach than using the console view | 0 |
16,033 | 20,188,245,770 | IssuesEvent | 2022-02-11 01:21:18 | savitamittalmsft/WAS-SEC-TEST | https://api.github.com/repos/savitamittalmsft/WAS-SEC-TEST | opened | Make sure that all regulatory requirements are known and well understood | WARP-Import WAF FEB 2021 Security Performance and Scalability Capacity Management Processes Governance Standards | <a href="https://docs.microsoft.com/azure/architecture/framework/security/design-regulatory-compliance#gather-regulatory-requirements">Make sure that all regulatory requirements are known and well understood</a>
<p><b>Why Consider This?</b></p>
Knowing whether your cloud resources are in compliance with standar... | 1.0 | Make sure that all regulatory requirements are known and well understood - <a href="https://docs.microsoft.com/azure/architecture/framework/security/design-regulatory-compliance#gather-regulatory-requirements">Make sure that all regulatory requirements are known and well understood</a>
<p><b>Why Consider This?</... | process | make sure that all regulatory requirements are known and well understood why consider this knowing whether your cloud resources are in compliance with standards mandated by governments or industry organizations is essential in today s globalized world e g gdpr context suggested actions... | 1 |
8,925 | 12,032,855,744 | IssuesEvent | 2020-04-13 13:06:47 | KarloParagas/EducationalWebsite | https://api.github.com/repos/KarloParagas/EducationalWebsite | closed | Set up Continuous Integration with GitHub Actions | dev process | GitHub actions should be used to build project on each commit. | 1.0 | Set up Continuous Integration with GitHub Actions - GitHub actions should be used to build project on each commit. | process | set up continuous integration with github actions github actions should be used to build project on each commit | 1 |
245,240 | 20,754,776,394 | IssuesEvent | 2022-03-15 11:06:55 | huggingface/transformers | https://api.github.com/repos/huggingface/transformers | closed | [CI] switching CI to pytorch-1.11 | Testing | Heads up: pytorch-1.11 will be released tomorrow
@LysandreJik , I recommend we switch our CI to it once it's released - note that nightly is 1.12-tobe so should remain as it is now.
I have already requested torch-scatter binary wheels for 1.11 which will be needed to switch to : https://github.com/rusty1s/pytorc... | 1.0 | [CI] switching CI to pytorch-1.11 - Heads up: pytorch-1.11 will be released tomorrow
@LysandreJik , I recommend we switch our CI to it once it's released - note that nightly is 1.12-tobe so should remain as it is now.
I have already requested torch-scatter binary wheels for 1.11 which will be needed to switch to... | non_process | switching ci to pytorch heads up pytorch will be released tomorrow lysandrejik i recommend we switch our ci to it once it s released note that nightly is tobe so should remain as it is now i have already requested torch scatter binary wheels for which will be needed to switch to ... | 0 |
333,853 | 24,393,679,561 | IssuesEvent | 2022-10-04 17:15:49 | SUI-Components/docs-components | https://api.github.com/repos/SUI-Components/docs-components | opened | New component for Documentation Library: Placeholder component | documentation enhancement ★☆☆☆☆☆ Easy hacktoberfest | # We have a component placeholder in Figma, ideal to show placeholder content, dummy blank space to inform "here you can put whatever you need"
It would be awesome to have the exact same component in SUI Studio as well. This way we could have this, instead of this:
| 1.0 | New component for Documentation Library: Placeholder component - # We have a component placeholder in Figma, ideal to show placeholder content, dummy blank space to inform "here you can put whatever you need"
It would be awesome to have the exact same component in SUI Studio as well. This way we could have this, ins... | non_process | new component for documentation library placeholder component we have a component placeholder in figma ideal to show placeholder content dummy blank space to inform here you can put whatever you need it would be awesome to have the exact same component in sui studio as well this way we could have this ins... | 0 |
1,497 | 4,074,985,978 | IssuesEvent | 2016-05-28 21:20:35 | alexrj/Slic3r | https://api.github.com/repos/alexrj/Slic3r | closed | Fan Kickstart - Feature Request | Feature request Fixable with post-process script Not a bug | At low speeds, fans may be able to continue running, but unable to start moving. Please add a feature to briefly kick the fan at full power, before operating at low speed.
Prepending M106 commands with a configurable G4 (dwell) command might do the trick. | 1.0 | Fan Kickstart - Feature Request - At low speeds, fans may be able to continue running, but unable to start moving. Please add a feature to briefly kick the fan at full power, before operating at low speed.
Prepending M106 commands with a configurable G4 (dwell) command might do the trick. | process | fan kickstart feature request at low speeds fans may be able to continue running but unable to start moving please add a feature to briefly kick the fan at full power before operating at low speed prepending commands with a configurable dwell command might do the trick | 1 |
12,210 | 14,742,892,940 | IssuesEvent | 2021-01-07 13:04:18 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | FW: Laser Answering Service Invoice for account 7325 | anc-process anp-1 ant-support | In GitLab by @kdjstudios on Jun 19, 2019, 15:21
**From:** Jessica Hinkle <jhinkle@laseranswering.com>
**HD:** http://www.servicedesk.answernet.com/profiles/ticket/2019-06-19-37989
**Server:** External
**Site:** Laser
**Account:** 7325
**Issue:**
The customer below # 7325 is not receiving their emails out of SA ... | 1.0 | FW: Laser Answering Service Invoice for account 7325 - In GitLab by @kdjstudios on Jun 19, 2019, 15:21
**From:** Jessica Hinkle <jhinkle@laseranswering.com>
**HD:** http://www.servicedesk.answernet.com/profiles/ticket/2019-06-19-37989
**Server:** External
**Site:** Laser
**Account:** 7325
**Issue:**
The custome... | process | fw laser answering service invoice for account in gitlab by kdjstudios on jun from jessica hinkle hd server external site laser account issue the customer below is not receiving their emails out of sa billing thanks jessica hinkle vice president las... | 1 |
69,612 | 15,021,441,480 | IssuesEvent | 2021-02-01 15:49:08 | SafeSafe-app/opentrace-cloud-functions | https://api.github.com/repos/SafeSafe-app/opentrace-cloud-functions | closed | WS-2020-0068 (Medium) detected in yargs-parser-13.1.2.tgz | security vulnerability | ## WS-2020-0068 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>yargs-parser-13.1.2.tgz</b></p></summary>
<p>the mighty option parser used by yargs</p>
<p>Library home page: <a href=... | True | WS-2020-0068 (Medium) detected in yargs-parser-13.1.2.tgz - ## WS-2020-0068 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>yargs-parser-13.1.2.tgz</b></p></summary>
<p>the mighty op... | non_process | ws medium detected in yargs parser tgz ws medium severity vulnerability vulnerable library yargs parser tgz the mighty option parser used by yargs library home page a href path to dependency file tmp ws scm opentrace cloud functions functions package json path to vul... | 0 |
777,688 | 27,290,717,457 | IssuesEvent | 2023-02-23 16:25:03 | GSM-MSG/GCMS-FrontEnd-V2 | https://api.github.com/repos/GSM-MSG/GCMS-FrontEnd-V2 | closed | club member 페이지 권한 이슈 | 1️⃣ Priority: High 🐞 Bug | ### Describe
club member 페이지에서 부장 권한 가진 사람이 자기자신을 위임 또는 추방을 할 수 있다.(...?)
### Additional
_No response_ | 1.0 | club member 페이지 권한 이슈 - ### Describe
club member 페이지에서 부장 권한 가진 사람이 자기자신을 위임 또는 추방을 할 수 있다.(...?)
### Additional
_No response_ | non_process | club member 페이지 권한 이슈 describe club member 페이지에서 부장 권한 가진 사람이 자기자신을 위임 또는 추방을 할 수 있다 additional no response | 0 |
12,618 | 15,014,764,545 | IssuesEvent | 2021-02-01 07:13:12 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [iOS] Current > Next runs button is not available for custom schedule | Bug P2 Process: under observation iOS | Steps:
1. Schedule a custom schedule having multiple runs
2. Enroll into study after some runs are expired
3. Observe the current section
Actual: Next runs button is not available for custom schedule
Expected: '+X more' (x=runs) should be displayed
iOS:
 should be ... | process | current next runs button is not available for custom schedule steps schedule a custom schedule having multiple runs enroll into study after some runs are expired observe the current section actual next runs button is not available for custom schedule expected x more x runs should be disp... | 1 |
126,836 | 26,925,685,201 | IssuesEvent | 2023-02-07 13:38:57 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | Residual Waste works on Unidentified Genetic Material processing | Bug Code | ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [ ] My issue happened while using mods.
### What happened?
The doubling effect of Residual Waste can occur while processing Unidentified Genetic Materials, resulting in two genes.

| 1.0 | Landing page city/state is not big enough - Field not big enough to show many names - can shrink font size, or embiggen box.

| non_process | landing page city state is not big enough field not big enough to show many names can shrink font size or embiggen box | 0 |
47,703 | 25,142,801,845 | IssuesEvent | 2022-11-10 01:08:25 | mhostetter/galois | https://api.github.com/repos/mhostetter/galois | closed | Lagrange interpolation speed problem | performance poly | I think Lagrange interpolation using this library is way slower than using vanilla python (+ numpy). Below is the code I used to test this. Sorry if it's not too clean, I just grabbed a few minutes to repurpose some code from another project and put this together.
```python3
import time
import galois
import nump... | True | Lagrange interpolation speed problem - I think Lagrange interpolation using this library is way slower than using vanilla python (+ numpy). Below is the code I used to test this. Sorry if it's not too clean, I just grabbed a few minutes to repurpose some code from another project and put this together.
```python3
... | non_process | lagrange interpolation speed problem i think lagrange interpolation using this library is way slower than using vanilla python numpy below is the code i used to test this sorry if it s not too clean i just grabbed a few minutes to repurpose some code from another project and put this together import... | 0 |
236,308 | 7,748,383,682 | IssuesEvent | 2018-05-30 08:09:42 | Gloirin/m2gTest | https://api.github.com/repos/Gloirin/m2gTest | closed | 0002544:
find recur instance conflicts when adding/editing recurring events | Calendar bug high priority | **Reported by cweiss on 17 Apr 2010 07:29**
**Version:** Mialena (2010-03) Milestone 2
find conflicts when adding/editing recurring events
| 1.0 | 0002544:
find recur instance conflicts when adding/editing recurring events - **Reported by cweiss on 17 Apr 2010 07:29**
**Version:** Mialena (2010-03) Milestone 2
find conflicts when adding/editing recurring events
| non_process | find recur instance conflicts when adding editing recurring events reported by cweiss on apr version mialena milestone find conflicts when adding editing recurring events | 0 |
86,757 | 24,942,551,345 | IssuesEvent | 2022-10-31 20:16:51 | ManageIQ/manageiq | https://api.github.com/repos/ManageIQ/manageiq | closed | najdorf-1.3 docker monolith doesn't work | bug build/docker | Heya - Apologies if this is the wrong place to ask this, I'm more than happy to re-ask in the appropriate place with guidance.
I'm following the Get Started guide attempting to use the Docker deployment path for both local and Ubuntu 22.04 deployment of the pulled najdorf-1.3 and najdorf-latest images and in both ci... | 1.0 | najdorf-1.3 docker monolith doesn't work - Heya - Apologies if this is the wrong place to ask this, I'm more than happy to re-ask in the appropriate place with guidance.
I'm following the Get Started guide attempting to use the Docker deployment path for both local and Ubuntu 22.04 deployment of the pulled najdorf-1... | non_process | najdorf docker monolith doesn t work heya apologies if this is the wrong place to ask this i m more than happy to re ask in the appropriate place with guidance i m following the get started guide attempting to use the docker deployment path for both local and ubuntu deployment of the pulled najdorf ... | 0 |
14,534 | 17,631,703,739 | IssuesEvent | 2021-08-19 08:48:09 | prisma/prisma | https://api.github.com/repos/prisma/prisma | closed | Unable to run `prisma migrate` with both `microsoftSqlServer` and `referentialActions` preview features enabled | bug/2-confirmed kind/bug process/candidate topic: sql server team/migrations topic: referential actions | ### Bug description
Using SQL server (preview) as my database, i create a model with a self relation. This gives me the expected error that i have cyclic relations. To fix this i enable the referential actions preview feature and add `onDelete: NoAction, onUpdate: NoAction` to one of my relations.
I then try and r... | 1.0 | Unable to run `prisma migrate` with both `microsoftSqlServer` and `referentialActions` preview features enabled - ### Bug description
Using SQL server (preview) as my database, i create a model with a self relation. This gives me the expected error that i have cyclic relations. To fix this i enable the referential act... | process | unable to run prisma migrate with both microsoftsqlserver and referentialactions preview features enabled bug description using sql server preview as my database i create a model with a self relation this gives me the expected error that i have cyclic relations to fix this i enable the referential act... | 1 |
2,031 | 3,027,999,807 | IssuesEvent | 2015-08-04 00:20:16 | cloudera/ibis | https://api.github.com/repos/cloudera/ibis | opened | Add a convenience API to cross-join a collection of disjoint tables | usability | I ran into this need myself. Can also be useful for long-to-wide transformations | True | Add a convenience API to cross-join a collection of disjoint tables - I ran into this need myself. Can also be useful for long-to-wide transformations | non_process | add a convenience api to cross join a collection of disjoint tables i ran into this need myself can also be useful for long to wide transformations | 0 |
3,566 | 6,599,971,606 | IssuesEvent | 2017-09-17 04:34:04 | rubberduck-vba/Rubberduck | https://api.github.com/repos/rubberduck-vba/Rubberduck | opened | VBA language statements should be added as SubroutineDeclarations under a dedicated ProjectDeclaration | discussion enhancement parse-tree-processing | The majority of VBA statements (i.e. built-into the VBA language, rather than from the VBA type library) are not currently resolved by RD, and a statement selection isn't identified in the status bar.
The `Debug.Print` and `Debug.Assert` statements are currently special-cased by RD, and added as if members of the `V... | 1.0 | VBA language statements should be added as SubroutineDeclarations under a dedicated ProjectDeclaration - The majority of VBA statements (i.e. built-into the VBA language, rather than from the VBA type library) are not currently resolved by RD, and a statement selection isn't identified in the status bar.
The `Debug.... | process | vba language statements should be added as subroutinedeclarations under a dedicated projectdeclaration the majority of vba statements i e built into the vba language rather than from the vba type library are not currently resolved by rd and a statement selection isn t identified in the status bar the debug ... | 1 |
15,704 | 19,848,419,226 | IssuesEvent | 2022-01-21 09:32:27 | ooi-data/CE04OSSM-RID27-02-FLORTD000-telemetered-flort_sample | https://api.github.com/repos/ooi-data/CE04OSSM-RID27-02-FLORTD000-telemetered-flort_sample | opened | 🛑 Processing failed: ValueError | process | ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T09:32:26.741757.
## Details
Flow name: `CE04OSSM-RID27-02-FLORTD000-telemetered-flort_sample`
Task name: `processing_task`
Error type: `ValueError`
Error message: cannot reshape array of size 1209600 into shape (2777778,)
<deta... | 1.0 | 🛑 Processing failed: ValueError - ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T09:32:26.741757.
## Details
Flow name: `CE04OSSM-RID27-02-FLORTD000-telemetered-flort_sample`
Task name: `processing_task`
Error type: `ValueError`
Error message: cannot reshape array of size 12... | process | 🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name telemetered flort sample task name processing task error type valueerror error message cannot reshape array of size into shape traceback ... | 1 |
3,696 | 6,722,542,854 | IssuesEvent | 2017-10-16 15:27:02 | threefoldfoundation/app_backend | https://api.github.com/repos/threefoldfoundation/app_backend | closed | Document signatures | priority_minor process_duplicate type_feature | Copy of https://docs.greenitglobe.com/ThreeFold/proj_onboarding_tools/issues/66
1. When you go to ItsYou.Olnie See ->
2. And download signed document,
3. It is without any signatures (only printed name on it) like its a blank unsigned document. It is quite confusing.
Proposition:
1. Write in some artistic fo... | 1.0 | Document signatures - Copy of https://docs.greenitglobe.com/ThreeFold/proj_onboarding_tools/issues/66
1. When you go to ItsYou.Olnie See ->
2. And download signed document,
3. It is without any signatures (only printed name on it) like its a blank unsigned document. It is quite confusing.
Proposition:
1. Wri... | process | document signatures copy of when you go to itsyou olnie see and download signed document it is without any signatures only printed name on it like its a blank unsigned document it is quite confusing proposition write in some artistic font full name of the client sign the text of... | 1 |
11,206 | 13,957,704,529 | IssuesEvent | 2020-10-24 08:14:15 | alexanderkotsev/geoportal | https://api.github.com/repos/alexanderkotsev/geoportal | opened | NL: Restart NL Harvest | Geoportal Harvesting process NL - The Netherlands | The latest NL harvest is form 4 April. Could you please harvest again as our dataproviders have been busy in improving metadata.
Thanks in advance.
Cheers,
Wim Looijen
Geonovum | 1.0 | NL: Restart NL Harvest - The latest NL harvest is form 4 April. Could you please harvest again as our dataproviders have been busy in improving metadata.
Thanks in advance.
Cheers,
Wim Looijen
Geonovum | process | nl restart nl harvest the latest nl harvest is form april could you please harvest again as our dataproviders have been busy in improving metadata thanks in advance cheers wim looijen geonovum | 1 |
109,264 | 23,748,192,277 | IssuesEvent | 2022-08-31 17:56:53 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | Joomla Administrator Login Issue | No Code Attached Yet | Dear Joomla Team,
we are facing issue in login Joomla application.
in the login screen we getting message as below:
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/customer/www/pcard.com.sa/public_html/libraries/cms/application/administrator.php on line 119
Also, attached the error appeared d... | 1.0 | Joomla Administrator Login Issue - Dear Joomla Team,
we are facing issue in login Joomla application.
in the login screen we getting message as below:
Deprecated: Function get_magic_quotes_gpc() is deprecated in /home/customer/www/pcard.com.sa/public_html/libraries/cms/application/administrator.php on line 119
... | non_process | joomla administrator login issue dear joomla team we are facing issue in login joomla application in the login screen we getting message as below deprecated function get magic quotes gpc is deprecated in home customer www pcard com sa public html libraries cms application administrator php on line al... | 0 |
3,204 | 6,262,551,109 | IssuesEvent | 2017-07-15 11:54:33 | coala/teams | https://api.github.com/repos/coala/teams | closed | Aspects Team Member Application: Abinash Senapati | process/approved | # Bio
My name is Abinash Senapati. I am currently pursuing my B.Tech. in Electronics and Electrical Communication Engineering at IIT Kharagpur, India. I am a 19 year old open-source enthusiast (well both software and hardware :wink:)
# coala Contributions so far
My all merged commits are in coala/bears repo t... | 1.0 | Aspects Team Member Application: Abinash Senapati - # Bio
My name is Abinash Senapati. I am currently pursuing my B.Tech. in Electronics and Electrical Communication Engineering at IIT Kharagpur, India. I am a 19 year old open-source enthusiast (well both software and hardware :wink:)
# coala Contributions so fa... | process | aspects team member application abinash senapati bio my name is abinash senapati i am currently pursuing my b tech in electronics and electrical communication engineering at iit kharagpur india i am a year old open source enthusiast well both software and hardware wink coala contributions so far... | 1 |
4,895 | 7,768,176,661 | IssuesEvent | 2018-06-03 15:14:37 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | investigate flaky parallel/test-child-process-exec-kill-throws on Windows | CI / flaky test child_process test windows | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | 1.0 | investigate flaky parallel/test-child-process-exec-kill-throws on Windows - <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as m... | process | investigate flaky parallel test child process exec kill throws on windows thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as ... | 1 |
161,558 | 25,362,500,254 | IssuesEvent | 2022-11-21 01:25:10 | CSBSJU-CS330-F22/GarageSaleFinder | https://api.github.com/repos/CSBSJU-CS330-F22/GarageSaleFinder | opened | Memento Design Pattern | Design Pattern | The memento design pattern would allow for the ability to restore an object to its previous state. A useful application to the Sales of Wales app would be allowing users to undo changes to their items and posts. | 1.0 | Memento Design Pattern - The memento design pattern would allow for the ability to restore an object to its previous state. A useful application to the Sales of Wales app would be allowing users to undo changes to their items and posts. | non_process | memento design pattern the memento design pattern would allow for the ability to restore an object to its previous state a useful application to the sales of wales app would be allowing users to undo changes to their items and posts | 0 |
284,951 | 8,752,647,975 | IssuesEvent | 2018-12-14 04:17:58 | spacetelescope/jwql | https://api.github.com/repos/spacetelescope/jwql | closed | Form on main page to quickly view a particular rootname of proposal | Low Priority Web Application enhancement | I think our users would find it useful to be able to get straight to viewing a single observation or a particular proposal right from the homepage, instead of having to navigate the archive. We could have a blank form to enter a rootname or proposal number that, upon submit, redirects the user to the appropriate 'view... | 1.0 | Form on main page to quickly view a particular rootname of proposal - I think our users would find it useful to be able to get straight to viewing a single observation or a particular proposal right from the homepage, instead of having to navigate the archive. We could have a blank form to enter a rootname or proposal... | non_process | form on main page to quickly view a particular rootname of proposal i think our users would find it useful to be able to get straight to viewing a single observation or a particular proposal right from the homepage instead of having to navigate the archive we could have a blank form to enter a rootname or proposal... | 0 |
167,497 | 26,509,177,570 | IssuesEvent | 2023-01-18 15:52:35 | microsoft/pyright | https://api.github.com/repos/microsoft/pyright | closed | `type[T]` cannot be an instance of a runtime checkable protocol | as designed | **Describe the bug**
`isinstance` checks comparing instances of `type` / `type[object]` / `type[T]` / `type[Any]` to any `@runtime_checkable` marked `Protocol` infer the instance as `Never`.
**Expected behavior**
The instance should be inferred as the intersection of `type` and the given protocol, i.e. `<subclass ... | 1.0 | `type[T]` cannot be an instance of a runtime checkable protocol - **Describe the bug**
`isinstance` checks comparing instances of `type` / `type[object]` / `type[T]` / `type[Any]` to any `@runtime_checkable` marked `Protocol` infer the instance as `Never`.
**Expected behavior**
The instance should be inferred as t... | non_process | type cannot be an instance of a runtime checkable protocol describe the bug isinstance checks comparing instances of type type type type to any runtime checkable marked protocol infer the instance as never expected behavior the instance should be inferred as the intersection... | 0 |
253,626 | 8,058,527,403 | IssuesEvent | 2018-08-02 18:46:05 | space-wizards/space-station-14-content | https://api.github.com/repos/space-wizards/space-station-14-content | closed | Construction System | Priority: 2-medium W: In Progress | The general idea here is that we will use yml prototypes to define "steps" to the recipe. Construction and deconstruction will be handled by a component which loads in these values from the prototype.
A step will be something like
```
type: recipe
recipetype: advancedwall //defines which entity we will use this... | 1.0 | Construction System - The general idea here is that we will use yml prototypes to define "steps" to the recipe. Construction and deconstruction will be handled by a component which loads in these values from the prototype.
A step will be something like
```
type: recipe
recipetype: advancedwall //defines which e... | non_process | construction system the general idea here is that we will use yml prototypes to define steps to the recipe construction and deconstruction will be handled by a component which loads in these values from the prototype a step will be something like type recipe recipetype advancedwall defines which e... | 0 |
21,974 | 30,467,809,540 | IssuesEvent | 2023-07-17 11:40:45 | scverse/anndata | https://api.github.com/repos/scverse/anndata | opened | Stop tests from writing files everywhere | enhancement testing dev process | ### Please describe your wishes and possible alternatives to achieve the desired result.
AnnData’s tests are not well behaved and write `test.h5ad` and other things into the work directory.
We should set the working directory to read only in CI during test runs to prevent this. | 1.0 | Stop tests from writing files everywhere - ### Please describe your wishes and possible alternatives to achieve the desired result.
AnnData’s tests are not well behaved and write `test.h5ad` and other things into the work directory.
We should set the working directory to read only in CI during test runs to prevent... | process | stop tests from writing files everywhere please describe your wishes and possible alternatives to achieve the desired result anndata’s tests are not well behaved and write test and other things into the work directory we should set the working directory to read only in ci during test runs to prevent th... | 1 |
7,138 | 16,669,882,611 | IssuesEvent | 2021-06-07 09:31:17 | mbecker12/surface-rl-decoder | https://api.github.com/repos/mbecker12/surface-rl-decoder | closed | Implement Transfer Learning for 3D Conv Networks | infrastructure network architecture q learning | We want to investigate if transfer learning from smaller systems to larger systems is beneficial.
For that, implement the functionality to load a pretrained d=5 3D Conv model and apply it to a model capable of decoding at d=7,9,.... | 1.0 | Implement Transfer Learning for 3D Conv Networks - We want to investigate if transfer learning from smaller systems to larger systems is beneficial.
For that, implement the functionality to load a pretrained d=5 3D Conv model and apply it to a model capable of decoding at d=7,9,.... | non_process | implement transfer learning for conv networks we want to investigate if transfer learning from smaller systems to larger systems is beneficial for that implement the functionality to load a pretrained d conv model and apply it to a model capable of decoding at d | 0 |
2,770 | 5,704,933,426 | IssuesEvent | 2017-04-18 06:55:12 | serde-rs/serde-rs.github.io | https://api.github.com/repos/serde-rs/serde-rs.github.io | closed | Documentation of future version | process | Put a copy of the gitbook at https://serde.rs/future so we can start pushing documentation of planned breaking changes. | 1.0 | Documentation of future version - Put a copy of the gitbook at https://serde.rs/future so we can start pushing documentation of planned breaking changes. | process | documentation of future version put a copy of the gitbook at so we can start pushing documentation of planned breaking changes | 1 |
327,292 | 24,126,639,684 | IssuesEvent | 2022-09-21 01:30:15 | PMEAL/OpenPNM | https://api.github.com/repos/PMEAL/OpenPNM | closed | Wish list for OpenPNM examples | documentation proposal feature request | @jgostick and I discussed a wishlist for OpenPNM examples. Is there anything else that should be on the list? | 1.0 | Wish list for OpenPNM examples - @jgostick and I discussed a wishlist for OpenPNM examples. Is there anything else that should be on the list? | non_process | wish list for openpnm examples jgostick and i discussed a wishlist for openpnm examples is there anything else that should be on the list | 0 |
9,274 | 12,302,252,131 | IssuesEvent | 2020-05-11 16:39:56 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Parallel classic release jobs on horizon | Pri1 devops-cicd-process/tech devops/prod doc-bug | The article states that 'Job dependencies are not yet supported in release pipelines. Multiple jobs in a release pipeline run in sequence.'.
Is this on the roadmap or are there no current plans to support?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue link... | 1.0 | Parallel classic release jobs on horizon - The article states that 'Job dependencies are not yet supported in release pipelines. Multiple jobs in a release pipeline run in sequence.'.
Is this on the roadmap or are there no current plans to support?
---
#### Document Details
⚠ *Do not edit this section. It is required... | process | parallel classic release jobs on horizon the article states that job dependencies are not yet supported in release pipelines multiple jobs in a release pipeline run in sequence is this on the roadmap or are there no current plans to support document details ⚠ do not edit this section it is required... | 1 |
817,438 | 30,641,205,068 | IssuesEvent | 2023-07-24 22:13:00 | TownyAdvanced/Towny | https://api.github.com/repos/TownyAdvanced/Towny | closed | Suggestion: Dynmap-Towny reload command | enhancement Priority-Low Label-Dynmap | ### **Please explain your feature request to the best of your abilities:**
Add a reboot command, otherwise when you change the values in the configuration, you need to restart the server every time, and this is inconvenient | 1.0 | Suggestion: Dynmap-Towny reload command - ### **Please explain your feature request to the best of your abilities:**
Add a reboot command, otherwise when you change the values in the configuration, you need to restart the server every time, and this is inconvenient | non_process | suggestion dynmap towny reload command please explain your feature request to the best of your abilities add a reboot command otherwise when you change the values in the configuration you need to restart the server every time and this is inconvenient | 0 |
151,778 | 19,665,347,432 | IssuesEvent | 2022-01-10 21:46:43 | snowdensb/questdb | https://api.github.com/repos/snowdensb/questdb | opened | WS-2022-0008 (Medium) detected in node-forge-0.10.0.tgz | security vulnerability | ## WS-2022-0008 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, PK... | True | WS-2022-0008 (Medium) detected in node-forge-0.10.0.tgz - ## WS-2022-0008 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.10.0.tgz</b></p></summary>
<p>JavaScript implem... | non_process | ws medium detected in node forge tgz ws medium severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency file ... | 0 |
199,646 | 6,992,835,347 | IssuesEvent | 2017-12-15 08:56:16 | ChloeTrappedRabbit/GrumpyC4t | https://api.github.com/repos/ChloeTrappedRabbit/GrumpyC4t | opened | All character's skinning | 3D Art PRIORITY | Need to create the character's rigging
- [ ] Little Girl
- [ ] Girl
- [ ] Mother
- [ ] Boy
- [ ] Dog
- [x] Dog Plush
Expected results:
- All character's skinning | 1.0 | All character's skinning - Need to create the character's rigging
- [ ] Little Girl
- [ ] Girl
- [ ] Mother
- [ ] Boy
- [ ] Dog
- [x] Dog Plush
Expected results:
- All character's skinning | non_process | all character s skinning need to create the character s rigging little girl girl mother boy dog dog plush expected results all character s skinning | 0 |
7,932 | 11,114,702,493 | IssuesEvent | 2019-12-18 09:15:14 | arcus-azure/arcus.messaging | https://api.github.com/repos/arcus-azure/arcus.messaging | opened | Provide option to create Service Bus Topic subscription if it doesn't exist | area:message-processing enhancement integration:service-bus | Provide option to create Service Bus Topic subscription if it doesn't exist.
This should be done while registration of the message pump by using `AzureServiceBusMessagePumpOptions` and document the required permissions, most probably `Manage`. | 1.0 | Provide option to create Service Bus Topic subscription if it doesn't exist - Provide option to create Service Bus Topic subscription if it doesn't exist.
This should be done while registration of the message pump by using `AzureServiceBusMessagePumpOptions` and document the required permissions, most probably `Mana... | process | provide option to create service bus topic subscription if it doesn t exist provide option to create service bus topic subscription if it doesn t exist this should be done while registration of the message pump by using azureservicebusmessagepumpoptions and document the required permissions most probably mana... | 1 |
532,997 | 15,574,916,798 | IssuesEvent | 2021-03-17 10:25:20 | grpc/grpc | https://api.github.com/repos/grpc/grpc | closed | c-ares with grpclb is broken since C# 2.36 | kind/bug priority/P2 | ### What version of gRPC and what language are you using?
gRPC C# 2.36
### What operating system (Linux, Windows,...) and version?
Windows 10 v1909
### What runtime / compiler are you using (e.g. python version or version of gcc)
.NET Core 3.1.12
### What did you do?
We use c-ares with grpclb as workaround... | 1.0 | c-ares with grpclb is broken since C# 2.36 - ### What version of gRPC and what language are you using?
gRPC C# 2.36
### What operating system (Linux, Windows,...) and version?
Windows 10 v1909
### What runtime / compiler are you using (e.g. python version or version of gcc)
.NET Core 3.1.12
### What did you... | non_process | c ares with grpclb is broken since c what version of grpc and what language are you using grpc c what operating system linux windows and version windows what runtime compiler are you using e g python version or version of gcc net core what did you do we... | 0 |
14,031 | 16,827,532,070 | IssuesEvent | 2021-06-17 20:49:20 | ORNL-AMO/AMO-Tools-Desktop | https://api.github.com/repos/ORNL-AMO/AMO-Tools-Desktop | opened | Heat Cascade Heating Value | Calculator Process Heating Treasure Hunt | for both stand alone and TH
1- change name to "Higher Heating Value"
2 - it should change as you change the Fuel.
would it be better if we somehow combined HHV and AH?
make the calculate button return both
As is, a user could accidently choose Fuel 1 on the main page and Fuel 2 in the AH modal...
How would this eff... | 1.0 | Heat Cascade Heating Value - for both stand alone and TH
1- change name to "Higher Heating Value"
2 - it should change as you change the Fuel.
would it be better if we somehow combined HHV and AH?
make the calculate button return both
As is, a user could accidently choose Fuel 1 on the main page and Fuel 2 in the AH... | process | heat cascade heating value for both stand alone and th change name to higher heating value it should change as you change the fuel would it be better if we somehow combined hhv and ah make the calculate button return both as is a user could accidently choose fuel on the main page and fuel in the ah... | 1 |
2,112 | 4,952,058,480 | IssuesEvent | 2016-12-01 10:41:51 | rogerthat-platform/rogerthat-android-client | https://api.github.com/repos/rogerthat-platform/rogerthat-android-client | closed | IndexOutOfBoundsException in MessagingPlugin | process_wontfix state_verification type_bug | ```
2016-11-25 09:17:01 UTC
(12 min ago)
xxx@gmail.com:be-merchtem
Count: 14 - Version: 0.2458
```
```
description: Bug!
Exception in SafeRunnable
errorMessage: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
a... | 1.0 | IndexOutOfBoundsException in MessagingPlugin - ```
2016-11-25 09:17:01 UTC
(12 min ago)
xxx@gmail.com:be-merchtem
Count: 14 - Version: 0.2458
```
```
description: Bug!
Exception in SafeRunnable
errorMessage: java.lang.IndexOutOfBoundsException: Invalid index 0, size is 0
at java.util.ArrayList.throwIn... | process | indexoutofboundsexception in messagingplugin utc min ago xxx gmail com be merchtem count version description bug exception in saferunnable errormessage java lang indexoutofboundsexception invalid index size is at java util arraylist throwindexoutofbound... | 1 |
129,204 | 10,566,890,534 | IssuesEvent | 2019-10-05 22:18:42 | golang/go | https://api.github.com/repos/golang/go | closed | cmd/go: test prompts to authenticate vcs-test.golang.org | NeedsInvestigation Testing | When running `go test cmd/go/...` for the first time on a new machine, I saw an `ssh` prompt on the terminal:
```
The authenticity of host 'vcs-test.golang.org (35.184.38.56)' can't be established.
ECDSA key fingerprint is SHA256:[…].
Are you sure you want to continue connecting (yes/no)? yes
```
Perhaps we c... | 1.0 | cmd/go: test prompts to authenticate vcs-test.golang.org - When running `go test cmd/go/...` for the first time on a new machine, I saw an `ssh` prompt on the terminal:
```
The authenticity of host 'vcs-test.golang.org (35.184.38.56)' can't be established.
ECDSA key fingerprint is SHA256:[…].
Are you sure you wan... | non_process | cmd go test prompts to authenticate vcs test golang org when running go test cmd go for the first time on a new machine i saw an ssh prompt on the terminal the authenticity of host vcs test golang org can t be established ecdsa key fingerprint is are you sure you want to continu... | 0 |
22,516 | 31,567,222,719 | IssuesEvent | 2023-09-04 00:16:09 | darktable-org/darktable | https://api.github.com/repos/darktable-org/darktable | closed | raw over exposed indication broken | bug: invalid understood: clear scope: image processing no-issue-activity | **Describe the bug/issue**
The raw over exposed indication with its default settings does not mark the whole areas that are over exposed but its edges only.
**To Reproduce**
See sample zipped arw file.
[nosky.zip](https://github.com/darktable-org/darktable/files/9131430/nosky.zip)
Screenshot with default set... | 1.0 | raw over exposed indication broken - **Describe the bug/issue**
The raw over exposed indication with its default settings does not mark the whole areas that are over exposed but its edges only.
**To Reproduce**
See sample zipped arw file.
[nosky.zip](https://github.com/darktable-org/darktable/files/9131430/nosky.... | process | raw over exposed indication broken describe the bug issue the raw over exposed indication with its default settings does not mark the whole areas that are over exposed but its edges only to reproduce see sample zipped arw file screenshot with default settings expected behavior s... | 1 |
3,109 | 6,130,698,071 | IssuesEvent | 2017-06-24 08:04:40 | kmycode/storycanvas-csharp | https://api.github.com/repos/kmycode/storycanvas-csharp | closed | ファイル保存・読み込み処理の非同期化 | correction priority-high processing | このさいデータ全体のコードが変わってもかまわない(ただし互換性は維持する)
UIスレッドに依存したコードが非常に多く、困難を極めるが、今後のアプリの安定化のためには必須 | 1.0 | ファイル保存・読み込み処理の非同期化 - このさいデータ全体のコードが変わってもかまわない(ただし互換性は維持する)
UIスレッドに依存したコードが非常に多く、困難を極めるが、今後のアプリの安定化のためには必須 | process | ファイル保存・読み込み処理の非同期化 このさいデータ全体のコードが変わってもかまわない(ただし互換性は維持する) uiスレッドに依存したコードが非常に多く、困難を極めるが、今後のアプリの安定化のためには必須 | 1 |
11,790 | 14,618,529,727 | IssuesEvent | 2020-12-22 16:22:23 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Clarify how template file paths are resolved | Pri1 devops-cicd-process/tech devops/prod doc-enhancement ready-to-doc | Could you clarify how path resolution for templates is managed in a more advanced scenario?
``` yaml
# File: jobs/build.yml
parameters:
- { name: variables, type: object }
- { name: steps, type: stepList }
jobs:
- job:
variables: ${{ parameters.variables }}
steps: ${{ parameters.steps }}
```
``` yaml
... | 1.0 | Clarify how template file paths are resolved - Could you clarify how path resolution for templates is managed in a more advanced scenario?
``` yaml
# File: jobs/build.yml
parameters:
- { name: variables, type: object }
- { name: steps, type: stepList }
jobs:
- job:
variables: ${{ parameters.variables }}
... | process | clarify how template file paths are resolved could you clarify how path resolution for templates is managed in a more advanced scenario yaml file jobs build yml parameters name variables type object name steps type steplist jobs job variables parameters variables ... | 1 |
168,825 | 6,387,399,935 | IssuesEvent | 2017-08-03 13:36:01 | kabrabom/web | https://api.github.com/repos/kabrabom/web | closed | Login Google e Facebook não funcionando em alguns casos | bug High Priority | Existem alguns links (URL's) que é preciso adicionar como permissão de segurança no aplicativo do Facebook e Google para o usuário fazer login. | 1.0 | Login Google e Facebook não funcionando em alguns casos - Existem alguns links (URL's) que é preciso adicionar como permissão de segurança no aplicativo do Facebook e Google para o usuário fazer login. | non_process | login google e facebook não funcionando em alguns casos existem alguns links url s que é preciso adicionar como permissão de segurança no aplicativo do facebook e google para o usuário fazer login | 0 |
77,661 | 7,594,684,759 | IssuesEvent | 2018-04-27 00:33:25 | intesar/Fx-Test-Data | https://api.github.com/repos/intesar/Fx-Test-Data | closed | Fx-Test-Data : enterprise_user_signup_valid | Fx-Test-Data Fx-Test-Data | Project : Fx-Test-Data
Job : Stg
Env : Stg
Region : FxLabs/US_WEST_1
Result : fail
Status Code : 200
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no-cache], Expires=[0], X-Frame-Options=[DENY], ... | 2.0 | Fx-Test-Data : enterprise_user_signup_valid - Project : Fx-Test-Data
Job : Stg
Env : Stg
Region : FxLabs/US_WEST_1
Result : fail
Status Code : 200
Headers : {X-Content-Type-Options=[nosniff], X-XSS-Protection=[1; mode=block], Cache-Control=[no-cache, no-store, max-age=0, must-revalidate], Pragma=[no... | non_process | fx test data enterprise user signup valid project fx test data job stg env stg region fxlabs us west result fail status code headers x content type options x xss protection cache control pragma expires x frame options content type transfer encoding date... | 0 |
3,981 | 6,911,347,619 | IssuesEvent | 2017-11-28 07:55:29 | gaocegege/maintainer | https://api.github.com/repos/gaocegege/maintainer | opened | Support Company Based Authors.md | help wanted priority/P2 process/not claimed type/enhancement | We could add a option to generate anthors.md group by companies. | 1.0 | Support Company Based Authors.md - We could add a option to generate anthors.md group by companies. | process | support company based authors md we could add a option to generate anthors md group by companies | 1 |
12,234 | 14,743,661,470 | IssuesEvent | 2021-01-07 14:14:23 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | opened | Towne - some zero balance invoices still printing | anc-process anp-3 ant-enhancement grt-billing pl-wish list | In GitLab by @kdjstudios on Sep 10, 2019, 13:06
**Submitted by:** Deb Crown <dcrown@towneanswering.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/9294188
**Server:** External
**Client/Site:** Towne
**Account:** Mutliple
**Issue:**
SA is still printing zero balance invoices. It appears ... | 1.0 | Towne - some zero balance invoices still printing - In GitLab by @kdjstudios on Sep 10, 2019, 13:06
**Submitted by:** Deb Crown <dcrown@towneanswering.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/9294188
**Server:** External
**Client/Site:** Towne
**Account:** Mutliple
**Issue:**
SA ... | process | towne some zero balance invoices still printing in gitlab by kdjstudios on sep submitted by deb crown helpdesk server external client site towne account mutliple issue sa is still printing zero balance invoices it appears to be quarterly clients and or those no... | 1 |
144,245 | 22,306,894,328 | IssuesEvent | 2022-06-13 13:46:14 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Q3 Quarterly planning: Work session to define Objectives | service-design | ## Issue Description
Q3 Quarterly planning
Brainstorm Objectives for quarter: https://app.mural.co/t/adhocvetsgov9623/m/adhocvetsgov9623/1654693878439/bb289fef239f43ccd7f1eb23ae0a0438a929f10d?sender=u4397b715dc3690a417b71483
Define next Quarter's intended work using [quarterly planning playbook](https://vfs.atlassia... | 1.0 | Q3 Quarterly planning: Work session to define Objectives - ## Issue Description
Q3 Quarterly planning
Brainstorm Objectives for quarter: https://app.mural.co/t/adhocvetsgov9623/m/adhocvetsgov9623/1654693878439/bb289fef239f43ccd7f1eb23ae0a0438a929f10d?sender=u4397b715dc3690a417b71483
Define next Quarter's intended w... | non_process | quarterly planning work session to define objectives issue description quarterly planning brainstorm objectives for quarter define next quarter s intended work using tasks add objective ideas to mural team work session to define objectives for quarter product owner approves ob... | 0 |
6,900 | 10,052,610,521 | IssuesEvent | 2019-07-21 09:41:33 | linnovate/root | https://api.github.com/repos/linnovate/root | reopened | Sort by star not working well | 2.0.7 Documents Fixed Meetings Process bug Projects Settings | go to Setting -> Folders
create new item
put a star
choose the "Done" status

click on Status: all
click on sort by star
the item not appears at the list

click on Status: all
click on sort by star
the item not appears at the list
 | enhancement preprocessor | It would be great if [] returned an empty array. (At the moment it produces an error.) Doing [ "" ] - [ "" ] is a bit cumbersome!
| 1.0 | Preprocessor: Support creating empty arrays with [] (wishlist) - It would be great if [] returned an empty array. (At the moment it produces an error.) Doing [ "" ] - [ "" ] is a bit cumbersome!
| process | preprocessor support creating empty arrays with wishlist it would be great if returned an empty array at the moment it produces an error doing is a bit cumbersome | 1 |
190,363 | 15,228,810,198 | IssuesEvent | 2021-02-18 12:02:21 | amzn/selling-partner-api-docs | https://api.github.com/repos/amzn/selling-partner-api-docs | opened | [BUG] Receiving ANY_OFFER_CHANGED Notification not working | bug documentation | **If you need help troubleshooting a problem with Selling Partner APIs, please [open a support case](https://developer.amazonservices.com/support). Issues are for reporting documentation bugs and enhancements only.**
I already did. The forward me every time to the wrong department.
**Describe the bug**
I have th... | 1.0 | [BUG] Receiving ANY_OFFER_CHANGED Notification not working - **If you need help troubleshooting a problem with Selling Partner APIs, please [open a support case](https://developer.amazonservices.com/support). Issues are for reporting documentation bugs and enhancements only.**
I already did. The forward me every tim... | non_process | receiving any offer changed notification not working if you need help troubleshooting a problem with selling partner apis please issues are for reporting documentation bugs and enhancements only i already did the forward me every time to the wrong department describe the bug i have the same p... | 0 |
17,990 | 24,010,485,976 | IssuesEvent | 2022-09-14 18:20:41 | open-telemetry/opentelemetry-collector-contrib | https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib | closed | [processor/filter] Add ability to filer by metric type | enhancement priority:p2 processor/filter | ### Is your feature request related to a problem? Please describe.
Currently it's impossible to filter metrics by specific type
### Describe the solution you'd like
Add MetricType support to filtering expression
### Describe alternatives you've considered
_No response_
### Additional context
_No response_ | 1.0 | [processor/filter] Add ability to filer by metric type - ### Is your feature request related to a problem? Please describe.
Currently it's impossible to filter metrics by specific type
### Describe the solution you'd like
Add MetricType support to filtering expression
### Describe alternatives you've considered
_N... | process | add ability to filer by metric type is your feature request related to a problem please describe currently it s impossible to filter metrics by specific type describe the solution you d like add metrictype support to filtering expression describe alternatives you ve considered no response ... | 1 |
5,422 | 8,263,370,975 | IssuesEvent | 2018-09-14 01:57:40 | GoogleCloudPlatform/google-cloud-cpp | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-cpp | closed | Make at least one user managed key available to CI builds | storage type: process | In some of the CI tests, particularly when running against production, we need a valid key from Google Cloud KMS. We need to create such a key, and safely share it with the Kokoro build.
| 1.0 | Make at least one user managed key available to CI builds - In some of the CI tests, particularly when running against production, we need a valid key from Google Cloud KMS. We need to create such a key, and safely share it with the Kokoro build.
| process | make at least one user managed key available to ci builds in some of the ci tests particularly when running against production we need a valid key from google cloud kms we need to create such a key and safely share it with the kokoro build | 1 |
97,051 | 12,198,623,299 | IssuesEvent | 2020-04-29 23:20:04 | Opentrons/opentrons | https://api.github.com/repos/Opentrons/opentrons | opened | PD: Thermocycler profile deck visualization | :spider: SPDDRS protocol designer | ## Background
As a user I would like to be able to see when a profile is happening on the deck map, while hovering on profile steps
## Acceptance Criteria
New component for state on deck
- Icon over plate
- Semi-transparent fill over plate
- Highlight outline remains the same
## Design
https://zpl.io/bJR65oK
| 1.0 | PD: Thermocycler profile deck visualization - ## Background
As a user I would like to be able to see when a profile is happening on the deck map, while hovering on profile steps
## Acceptance Criteria
New component for state on deck
- Icon over plate
- Semi-transparent fill over plate
- Highlight outline remains the ... | non_process | pd thermocycler profile deck visualization background as a user i would like to be able to see when a profile is happening on the deck map while hovering on profile steps acceptance criteria new component for state on deck icon over plate semi transparent fill over plate highlight outline remains the ... | 0 |
371,198 | 10,962,828,147 | IssuesEvent | 2019-11-27 18:09:48 | Byte-Blenders/cc02app | https://api.github.com/repos/Byte-Blenders/cc02app | opened | Design the splashscreen for the app | enhancement normal priority | The app needs to have an entry screen showing the company logo and details for a short period before entering the menu screen. | 1.0 | Design the splashscreen for the app - The app needs to have an entry screen showing the company logo and details for a short period before entering the menu screen. | non_process | design the splashscreen for the app the app needs to have an entry screen showing the company logo and details for a short period before entering the menu screen | 0 |
19,090 | 25,140,823,496 | IssuesEvent | 2022-11-09 22:56:56 | apache/arrow-rs | https://api.github.com/repos/apache/arrow-rs | closed | Errata in the Row Format blog | bug development-process | I'm reading the [blog](https://arrow.apache.org/blog/2022/11/07/multi-column-sorts-in-arrow-rust-part-2/) and confusing about the example of format of `Byte Arrays` which is shown as the following:
```
"Defenestration" ┌───┬───┬───┬───┬───┬───┐
│02 │'D'│'e'│'f'│'e'│FF │
... | 1.0 | Errata in the Row Format blog - I'm reading the [blog](https://arrow.apache.org/blog/2022/11/07/multi-column-sorts-in-arrow-rust-part-2/) and confusing about the example of format of `Byte Arrays` which is shown as the following:
```
"Defenestration" ┌───┬───┬───┬───┬───┬───┐
│02 │'D'│'e'│... | process | errata in the row format blog i m reading the and confusing about the example of format of byte arrays which is shown as the following defenestration ┌───┬───┬───┬───┬───┬───┐ │ │ d │ e │ f │ e │ff │ └───┼───┼───┼───┼───┼───┤ ... | 1 |
280,483 | 21,263,027,358 | IssuesEvent | 2022-04-13 07:12:42 | eclipse-dataspaceconnector/DataSpaceConnector | https://api.github.com/repos/eclipse-dataspaceconnector/DataSpaceConnector | opened | Improve documentation | documentation | # Feature Request
Currently, the documentation is missing information and technical details that were located in the issues or not yet written down anywhere. We have to investigate on that. In the course of this, relevant `.md` files and the `docs` structure have to be redesigned. Discussion #580 already elaborated ... | 1.0 | Improve documentation - # Feature Request
Currently, the documentation is missing information and technical details that were located in the issues or not yet written down anywhere. We have to investigate on that. In the course of this, relevant `.md` files and the `docs` structure have to be redesigned. Discussion ... | non_process | improve documentation feature request currently the documentation is missing information and technical details that were located in the issues or not yet written down anywhere we have to investigate on that in the course of this relevant md files and the docs structure have to be redesigned discussion ... | 0 |
556,164 | 16,476,573,895 | IssuesEvent | 2021-05-24 06:24:56 | WorkshopCLI/workshop-advanced-gulp | https://api.github.com/repos/WorkshopCLI/workshop-advanced-gulp | closed | Setup vendor scripts/styles task for things that can't be pulled in via NPM | enhancement medium priority | I'm honestly not sure if this is worth it. Most libraries that are worth using can be imported from NPM. Even the ones that aren't, odds are they'll be on cdnjs.com or they can download the minified version and add it to /src/static.
Idk, I'll think about this one. | 1.0 | Setup vendor scripts/styles task for things that can't be pulled in via NPM - I'm honestly not sure if this is worth it. Most libraries that are worth using can be imported from NPM. Even the ones that aren't, odds are they'll be on cdnjs.com or they can download the minified version and add it to /src/static.
Idk, ... | non_process | setup vendor scripts styles task for things that can t be pulled in via npm i m honestly not sure if this is worth it most libraries that are worth using can be imported from npm even the ones that aren t odds are they ll be on cdnjs com or they can download the minified version and add it to src static idk ... | 0 |
72,061 | 31,150,639,716 | IssuesEvent | 2023-08-16 09:42:29 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | The `Change site root` section says that the server runs Apache, however it's actually Nginx | app-service/svc triaged assigned-to-author doc-bug Pri2 | The `Change site root` section says that the server runs Apache, however it's actually Nginx as all the error pages I'm getting are Nginx 403s.
As a result, I am unable to change the site root of my deployment, as the suggested solution of using a .htaccess file doesn't work with nginx.
---
#### Document Details... | 1.0 | The `Change site root` section says that the server runs Apache, however it's actually Nginx - The `Change site root` section says that the server runs Apache, however it's actually Nginx as all the error pages I'm getting are Nginx 403s.
As a result, I am unable to change the site root of my deployment, as the sugg... | non_process | the change site root section says that the server runs apache however it s actually nginx the change site root section says that the server runs apache however it s actually nginx as all the error pages i m getting are nginx as a result i am unable to change the site root of my deployment as the suggest... | 0 |
1,127 | 2,860,697,160 | IssuesEvent | 2015-06-03 17:01:37 | kripken/emscripten | https://api.github.com/repos/kripken/emscripten | opened | Add proper support for atomic float operations. | multithreading performance | Atomic loads and stores don't currently extend to float operations, and those are emulated as int ops: https://github.com/kripken/emscripten/commit/c1f1717161ff07922a876236afab492de474d0b5 . Revert that commit once atomic float support is available. Most likely the performance should be the same either way, but it's ni... | True | Add proper support for atomic float operations. - Atomic loads and stores don't currently extend to float operations, and those are emulated as int ops: https://github.com/kripken/emscripten/commit/c1f1717161ff07922a876236afab492de474d0b5 . Revert that commit once atomic float support is available. Most likely the perf... | non_process | add proper support for atomic float operations atomic loads and stores don t currently extend to float operations and those are emulated as int ops revert that commit once atomic float support is available most likely the performance should be the same either way but it s nicer when the browser implements th... | 0 |
21,396 | 29,202,232,735 | IssuesEvent | 2023-05-21 00:37:49 | devssa/onde-codar-em-salvador | https://api.github.com/repos/devssa/onde-codar-em-salvador | closed | [Hibrido / Belo Horizonte, Minas Gerais, Brazil] Backend Java Developer (Sênior - Híbrido - Belo Horizonte - MG) na Coodesh | SALVADOR BACK-END PJ JAVA MYSQL JAVASCRIPT SENIOR PRIMEFACES JSF SPRING SQL GIT HIBERNATE MAVEN REST SOAP JSON ANGULAR REQUISITOS NGINX PROCESSOS INOVAÇÃO BACKEND GITHUB APACHE UMA C DOCUMENTAÇÃO WILDFLY HTTP MANUTENÇÃO HIBRIDO ALOCADO Stale | ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/backend-java-developer-senior-hibrido... | 1.0 | [Hibrido / Belo Horizonte, Minas Gerais, Brazil] Backend Java Developer (Sênior - Híbrido - Belo Horizonte - MG) na Coodesh - ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redire... | process | backend java developer sênior híbrido belo horizonte mg na coodesh descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url co... | 1 |
84,954 | 10,575,763,813 | IssuesEvent | 2019-10-07 16:22:25 | twilio-labs/paste | https://api.github.com/repos/twilio-labs/paste | closed | Making website responsive | Area: Design Area: Doc Site Status: Blocked | Looks like the website is not responsive. I can pick this up if no one is working on this | 1.0 | Making website responsive - Looks like the website is not responsive. I can pick this up if no one is working on this | non_process | making website responsive looks like the website is not responsive i can pick this up if no one is working on this | 0 |
40,695 | 8,824,820,901 | IssuesEvent | 2019-01-02 18:30:21 | dotnet/roslyn-analyzers | https://api.github.com/repos/dotnet/roslyn-analyzers | closed | CA1822 fires on a property whose setter accesses instance data | 4 - In Review Area-Microsoft.CodeQuality.Analyzers Bug | #### Analyzer package
[Microsoft.CodeQuality.Analyzers](https://www.nuget.org/packages/Microsoft.CodeQuality.Analyzers)
#### Package Version
v2.6.2
#### Diagnostic ID
[CA1822](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca1822-mark-members-as-static?view=vs-2017)
#### Repro steps
```... | 1.0 | CA1822 fires on a property whose setter accesses instance data - #### Analyzer package
[Microsoft.CodeQuality.Analyzers](https://www.nuget.org/packages/Microsoft.CodeQuality.Analyzers)
#### Package Version
v2.6.2
#### Diagnostic ID
[CA1822](https://docs.microsoft.com/en-us/visualstudio/code-quality/ca182... | non_process | fires on a property whose setter accesses instance data analyzer package package version diagnostic id repro steps public class myclass private static bool staticthing private bool instancething public bool thing ... | 0 |
21,908 | 30,389,056,098 | IssuesEvent | 2023-07-13 05:03:32 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Build virtual raster crashes QGIS if loading already loaded VRT | Processing Bug Crash/Data Corruption | ### What is the bug or the crash?
The "Build virtual raster" tool crashes QGIS if loading an output VRT that is already loaded.
### Steps to reproduce the issue
1. Load one or more raster layers.
2. Run the "Build virtual raster" tool. Enter a path for the output file rather than letting it save to a tempora... | 1.0 | Build virtual raster crashes QGIS if loading already loaded VRT - ### What is the bug or the crash?
The "Build virtual raster" tool crashes QGIS if loading an output VRT that is already loaded.
### Steps to reproduce the issue
1. Load one or more raster layers.
2. Run the "Build virtual raster" tool. Enter a... | process | build virtual raster crashes qgis if loading already loaded vrt what is the bug or the crash the build virtual raster tool crashes qgis if loading an output vrt that is already loaded steps to reproduce the issue load one or more raster layers run the build virtual raster tool enter a... | 1 |
21,481 | 29,520,338,642 | IssuesEvent | 2023-06-05 00:38:02 | devssa/onde-codar-em-salvador | https://api.github.com/repos/devssa/onde-codar-em-salvador | closed | [Remoto] Fullstack Developer (.NET/React) na Coodesh | SALVADOR PJ JAVASCRIPT FULL-STACK MVC SQL ENTITY FRAMEWORK JSON REACT REQUISITOS REMOTO PROCESSOS INOVAÇÃO GITHUB AZURE EXCEL UMA C LÓGICA DE PROGRAMAÇÃO Stale | ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/jobs/fullstack-developer-200943852?utm_sour... | 1.0 | [Remoto] Fullstack Developer (.NET/React) na Coodesh - ## Descrição da vaga:
Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios.
Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://... | process | fullstack developer net react na coodesh descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url com o pop up personalizado de can... | 1 |
21,581 | 29,952,704,505 | IssuesEvent | 2023-06-23 03:41:45 | ppy/osu-web | https://api.github.com/repos/ppy/osu-web | closed | Audio previews are cached for many days before updating with beatmap updates | area:beatmap-processing | https://osu.ppy.sh/beatmapsets/1415465#osu/2917229
Mapper states they updated the audio preview 4 days ago but they still hear the old audio
From https://b.ppy.sh/preview/1415465.mp3
The mapper currently hears this: https://cdn.discordapp.com/attachments/357216522919477249/838881450258464798/1415465.mp3
The ... | 1.0 | Audio previews are cached for many days before updating with beatmap updates - https://osu.ppy.sh/beatmapsets/1415465#osu/2917229
Mapper states they updated the audio preview 4 days ago but they still hear the old audio
From https://b.ppy.sh/preview/1415465.mp3
The mapper currently hears this: https://cdn.disco... | process | audio previews are cached for many days before updating with beatmap updates mapper states they updated the audio preview days ago but they still hear the old audio from the mapper currently hears this the intended preview which i also hear is to be this not sure if it was intentional for ... | 1 |
237,990 | 19,688,297,153 | IssuesEvent | 2022-01-12 02:03:45 | kotest/kotest | https://api.github.com/repos/kotest/kotest | closed | Option to fail build if a seed is set on a property test | enhancement Good First Issue property-testing | Useful to avoid people checking in seeds to master/main
https://twitter.com/osi/status/1466050321709293572 | 1.0 | Option to fail build if a seed is set on a property test - Useful to avoid people checking in seeds to master/main
https://twitter.com/osi/status/1466050321709293572 | non_process | option to fail build if a seed is set on a property test useful to avoid people checking in seeds to master main | 0 |
12,668 | 15,037,283,233 | IssuesEvent | 2021-02-02 16:10:17 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | closed | Questions about System.Diagnostics.Process | area-System.Diagnostics.Process untriaged | Does `System.Diagnostics.Process` have any thread-safe guarantees, or should I assume all members are not thread-safe? Additionally, is calling `Process.Kill` multiple times for the same `Process` safe, or is it only safe to call it once? | 1.0 | Questions about System.Diagnostics.Process - Does `System.Diagnostics.Process` have any thread-safe guarantees, or should I assume all members are not thread-safe? Additionally, is calling `Process.Kill` multiple times for the same `Process` safe, or is it only safe to call it once? | process | questions about system diagnostics process does system diagnostics process have any thread safe guarantees or should i assume all members are not thread safe additionally is calling process kill multiple times for the same process safe or is it only safe to call it once | 1 |
6,783 | 3,461,476,374 | IssuesEvent | 2015-12-20 03:40:28 | egoroof/browser-id3-writer | https://api.github.com/repos/egoroof/browser-id3-writer | closed | Fix "no-path-concat" issue in gulpfile.js | code-climate | Use path.join() or path.resolve() instead of + to create paths.
https://codeclimate.com/github/egoroof/browser-id3-writer/gulpfile.js#issue_56754c56113e750001a74188 | 1.0 | Fix "no-path-concat" issue in gulpfile.js - Use path.join() or path.resolve() instead of + to create paths.
https://codeclimate.com/github/egoroof/browser-id3-writer/gulpfile.js#issue_56754c56113e750001a74188 | non_process | fix no path concat issue in gulpfile js use path join or path resolve instead of to create paths | 0 |
9,242 | 12,270,189,936 | IssuesEvent | 2020-05-07 15:08:31 | nlpie/mtap | https://api.github.com/repos/nlpie/mtap | opened | Python events and processor services do not respond to SIGINT on Windows | area/events-service area/framework/processing kind/bug lang/python | Should change to from using signal handler to instead using:
```python
server.start()
try:
while True:
sleep(_ONE_DAY_IN_SECONDS)
except KeyboardInterrupt:
server.stop(grace=5.0)
```
| 1.0 | Python events and processor services do not respond to SIGINT on Windows - Should change to from using signal handler to instead using:
```python
server.start()
try:
while True:
sleep(_ONE_DAY_IN_SECONDS)
except KeyboardInterrupt:
server.stop(gr... | process | python events and processor services do not respond to sigint on windows should change to from using signal handler to instead using python server start try while true sleep one day in seconds except keyboardinterrupt server stop gr... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.