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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
10,287 | 13,135,536,917 | IssuesEvent | 2020-08-07 03:09:29 | ION28/BLUESPAWN | https://api.github.com/repos/ION28/BLUESPAWN | closed | Tune PE-Sieve | in progress lang/c++ mode/hunt module/processes platform/client priority/high type/bug | Since PE-Sieve was updated, it is producing more false positives when run on normal mode (and even more on intensive). | 1.0 | Tune PE-Sieve - Since PE-Sieve was updated, it is producing more false positives when run on normal mode (and even more on intensive). | process | tune pe sieve since pe sieve was updated it is producing more false positives when run on normal mode and even more on intensive | 1 |
564,492 | 16,727,077,154 | IssuesEvent | 2021-06-10 14:07:28 | enso-org/enso | https://api.github.com/repos/enso-org/enso | opened | Implement Suggestions Ordering | Category: Backend Change: Non-Breaking Difficulty: Core Contributor Priority: High Size: Medium Type: Enhancement | ### Summary
<!--
- A summary of the task.
-->
This task is related to the Doc Chunks #1697. It is about implementing the suggestions ordering designed in the #1698
### Value
Suggestions ordering is required by IDE to show module-level documentation in the correct order.
<!--
- This section should desc... | 1.0 | Implement Suggestions Ordering - ### Summary
<!--
- A summary of the task.
-->
This task is related to the Doc Chunks #1697. It is about implementing the suggestions ordering designed in the #1698
### Value
Suggestions ordering is required by IDE to show module-level documentation in the correct order.
... | non_process | implement suggestions ordering summary a summary of the task this task is related to the doc chunks it is about implementing the suggestions ordering designed in the value suggestions ordering is required by ide to show module level documentation in the correct order ... | 0 |
100,190 | 12,508,213,750 | IssuesEvent | 2020-06-02 15:13:48 | raiden-network/light-client | https://api.github.com/repos/raiden-network/light-client | closed | Create a notification area | 3 Design 🎨 dApp 📱 | ## Description
As Chris I would like to have all notifications collected in one area.
There should be a notification area where the user can see a notification about the results of actions even if they did end up navigating out of the specific screen.
## Acceptance criteria
- A drawer-style notification panel w... | 1.0 | Create a notification area - ## Description
As Chris I would like to have all notifications collected in one area.
There should be a notification area where the user can see a notification about the results of actions even if they did end up navigating out of the specific screen.
## Acceptance criteria
- A draw... | non_process | create a notification area description as chris i would like to have all notifications collected in one area there should be a notification area where the user can see a notification about the results of actions even if they did end up navigating out of the specific screen acceptance criteria a draw... | 0 |
189,643 | 14,517,000,235 | IssuesEvent | 2020-12-13 17:56:45 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | go-graphite/carbonapi: expr/expr_test.go; 6 LoC | fresh test tiny |
Found a possible issue in [go-graphite/carbonapi](https://www.github.com/go-graphite/carbonapi) at [expr/expr_test.go](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/expr_test.go#L280-L285)
Below is the message reported by the analyzer for this snippet of code. Beware that... | 1.0 | go-graphite/carbonapi: expr/expr_test.go; 6 LoC -
Found a possible issue in [go-graphite/carbonapi](https://www.github.com/go-graphite/carbonapi) at [expr/expr_test.go](https://github.com/go-graphite/carbonapi/blob/286a7fab44b0bd5f69479982886a457de9e5a00d/expr/expr_test.go#L280-L285)
Below is the message reported by ... | non_process | go graphite carbonapi expr expr test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function cal... | 0 |
771,307 | 27,079,859,658 | IssuesEvent | 2023-02-14 13:17:53 | canonical/maas-ui | https://api.github.com/repos/canonical/maas-ui | closed | Form buttons get squashed on smaller screen sizes | Priority: Low Enhancement ✨ | This is only an issue with the forms that include a "Save and add another" button
<img width="435" alt="Screen Shot 2021-11-25 at 1 54 05 pm" src="https://user-images.githubusercontent.com/361637/143372239-9abf403e-74d7-4d20-9016-b14c0ec45bb1.png">
<img width="371" alt="Screen Shot 2021-11-25 at 1 54 12 pm" src="ht... | 1.0 | Form buttons get squashed on smaller screen sizes - This is only an issue with the forms that include a "Save and add another" button
<img width="435" alt="Screen Shot 2021-11-25 at 1 54 05 pm" src="https://user-images.githubusercontent.com/361637/143372239-9abf403e-74d7-4d20-9016-b14c0ec45bb1.png">
<img width="371... | non_process | form buttons get squashed on smaller screen sizes this is only an issue with the forms that include a save and add another button img width alt screen shot at pm src img width alt screen shot at pm src originally posted by huwshimi in | 0 |
15,827 | 20,020,409,405 | IssuesEvent | 2022-02-01 15:55:19 | prisma/prisma | https://api.github.com/repos/prisma/prisma | opened | MongoDB: On ID fields, replace `@default(dbgenerated())` with `@default(auto())` | process/candidate team/migrations topic: mongodb | `dbgenerated()` without argument will be deprecated, and is not specific on what happens. `@default(auto())` will:
- Be a new default value that is only valid on `@id` fields on mongodb
- Specifically mean "auto-generated object-id, generated by the database"
- Disconnect the validation from native types
- The c... | 1.0 | MongoDB: On ID fields, replace `@default(dbgenerated())` with `@default(auto())` - `dbgenerated()` without argument will be deprecated, and is not specific on what happens. `@default(auto())` will:
- Be a new default value that is only valid on `@id` fields on mongodb
- Specifically mean "auto-generated object-id, ... | process | mongodb on id fields replace default dbgenerated with default auto dbgenerated without argument will be deprecated and is not specific on what happens default auto will be a new default value that is only valid on id fields on mongodb specifically mean auto generated object id ... | 1 |
9,206 | 12,239,299,363 | IssuesEvent | 2020-05-04 21:24:29 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Timeline for queuing policies | Pri1 devops-cicd-process/tech devops/prod | Is Queuing policies on an immediate roadmap? I cant see it in the feature timeline. This is very important for us in case for legacy platforms. Manually cancelling an earlier build run is a chore?
This was always one of the strong suites of Azure Pipelines.
---
#### Document Details
⚠ *Do not edit this section. It i... | 1.0 | Timeline for queuing policies - Is Queuing policies on an immediate roadmap? I cant see it in the feature timeline. This is very important for us in case for legacy platforms. Manually cancelling an earlier build run is a chore?
This was always one of the strong suites of Azure Pipelines.
---
#### Document Details
... | process | timeline for queuing policies is queuing policies on an immediate roadmap i cant see it in the feature timeline this is very important for us in case for legacy platforms manually cancelling an earlier build run is a chore this was always one of the strong suites of azure pipelines document details ... | 1 |
15,699 | 9,014,764,471 | IssuesEvent | 2019-02-05 23:33:20 | scala/bug | https://api.github.com/repos/scala/bug | closed | drop, take and slice methods on VectorIterator should not consume linear time | collections good first issue has PR help wanted performance | As an `IndexedSeq`, `VectorIterator` does not implement its own `drop`, `take` and `slice` at the moment.
The default implementation in `Iterator` takes linear time.
This issue also affects views of `Vector` s. | True | drop, take and slice methods on VectorIterator should not consume linear time - As an `IndexedSeq`, `VectorIterator` does not implement its own `drop`, `take` and `slice` at the moment.
The default implementation in `Iterator` takes linear time.
This issue also affects views of `Vector` s. | non_process | drop take and slice methods on vectoriterator should not consume linear time as an indexedseq vectoriterator does not implement its own drop take and slice at the moment the default implementation in iterator takes linear time this issue also affects views of vector s | 0 |
322,443 | 27,604,261,499 | IssuesEvent | 2023-03-09 11:58:43 | interlay/interbtc-ui | https://api.github.com/repos/interlay/interbtc-ui | opened | [Feature] Show available to lend assets in main page | testnet-competition | Show available to lend assets in the dapp main page | 1.0 | [Feature] Show available to lend assets in main page - Show available to lend assets in the dapp main page | non_process | show available to lend assets in main page show available to lend assets in the dapp main page | 0 |
5,711 | 8,565,149,000 | IssuesEvent | 2018-11-09 18:56:43 | easy-software-ufal/annotations_repos | https://api.github.com/repos/easy-software-ufal/annotations_repos | opened | autofac/Autofac Autofac.Integration.Mef does not support generic exports | ADA C# wrong processing | Issue: `https://github.com/autofac/Autofac/issues/384`
PR: `null` | 1.0 | autofac/Autofac Autofac.Integration.Mef does not support generic exports - Issue: `https://github.com/autofac/Autofac/issues/384`
PR: `null` | process | autofac autofac autofac integration mef does not support generic exports issue pr null | 1 |
144,420 | 11,615,981,111 | IssuesEvent | 2020-02-26 15:01:37 | timberio/vector | https://api.github.com/repos/timberio/vector | opened | Add fuzz and/or model based tests for nested path parsers | domain: testing | As was proposed by @lukesteensen in https://github.com/timberio/vector/pull/1902#pullrequestreview-364262096, it makes sense to try to test the [path parser](https://github.com/timberio/vector/blob/master/src/event/util/log/path_iter.rs) for nested fields keys using advanced testing techniques. These include fuzz testi... | 1.0 | Add fuzz and/or model based tests for nested path parsers - As was proposed by @lukesteensen in https://github.com/timberio/vector/pull/1902#pullrequestreview-364262096, it makes sense to try to test the [path parser](https://github.com/timberio/vector/blob/master/src/event/util/log/path_iter.rs) for nested fields keys... | non_process | add fuzz and or model based tests for nested path parsers as was proposed by lukesteensen in it makes sense to try to test the for nested fields keys using advanced testing techniques these include fuzz testing and model based testing against serde json value pointer | 0 |
21,097 | 28,048,207,198 | IssuesEvent | 2023-03-29 02:00:08 | lizhihao6/get-daily-arxiv-noti | https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti | opened | New submissions for Wed, 29 Mar 23 | event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB | ## Keyword: events
### Real-time Multi-person Eyeblink Detection in the Wild for Untrimmed Video
- **Authors:** Wenzheng Zeng, Yang Xiao, Sicheng Wei, Jinfang Gan, Xintao Zhang, Zhiguo Cao, Zhiwen Fang, Joey Tianyi Zhou
- **Subjects:** Computer Vision and Pattern Recognition (cs.CV)
- **Arxiv link:** https://arxiv.... | 2.0 | New submissions for Wed, 29 Mar 23 - ## Keyword: events
### Real-time Multi-person Eyeblink Detection in the Wild for Untrimmed Video
- **Authors:** Wenzheng Zeng, Yang Xiao, Sicheng Wei, Jinfang Gan, Xintao Zhang, Zhiguo Cao, Zhiwen Fang, Joey Tianyi Zhou
- **Subjects:** Computer Vision and Pattern Recognition (cs.... | process | new submissions for wed mar keyword events real time multi person eyeblink detection in the wild for untrimmed video authors wenzheng zeng yang xiao sicheng wei jinfang gan xintao zhang zhiguo cao zhiwen fang joey tianyi zhou subjects computer vision and pattern recognition cs cv... | 1 |
20,475 | 11,453,828,920 | IssuesEvent | 2020-02-06 16:02:15 | elastic/beats | https://api.github.com/repos/elastic/beats | opened | Proposal: Generalization of reader pipeline in Beats | Team:Services [zube]: Meta discuss | The reader pipeline consists of the following readers:
- `readfile.EncoderReader`: reads an input with the configured encoding
- `readfile.LineReader`: reads a line from a file
- `readfile.LimitReader`: truncates message if it is too long
- `readfile.StripNewLine`: removes the configured newline characters from the... | 1.0 | Proposal: Generalization of reader pipeline in Beats - The reader pipeline consists of the following readers:
- `readfile.EncoderReader`: reads an input with the configured encoding
- `readfile.LineReader`: reads a line from a file
- `readfile.LimitReader`: truncates message if it is too long
- `readfile.StripNewLi... | non_process | proposal generalization of reader pipeline in beats the reader pipeline consists of the following readers readfile encoderreader reads an input with the configured encoding readfile linereader reads a line from a file readfile limitreader truncates message if it is too long readfile stripnewli... | 0 |
33,886 | 9,211,774,600 | IssuesEvent | 2019-03-09 18:10:55 | eclipse/omr | https://api.github.com/repos/eclipse/omr | closed | Build fails with g++ 8.2.1 | bug build / configure compiler test tril | the build fails on archlinux
Linux 4.20.0-arch1-1-ARCH SMP PREEMPT x86_64 GNU/Linux
g++ -v
```
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/li... | 1.0 | Build fails with g++ 8.2.1 - the build fails on archlinux
Linux 4.20.0-arch1-1-ARCH SMP PREEMPT x86_64 GNU/Linux
g++ -v
```
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/8.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure -... | non_process | build fails with g the build fails on archlinux linux arch smp preempt gnu linux g v using built in specs collect gcc gcc collect lto wrapper usr lib gcc pc linux gnu lto wrapper target pc linux gnu configured with build gcc src gcc configure prefix usr ... | 0 |
14,572 | 17,694,163,459 | IssuesEvent | 2021-08-24 13:37:52 | allinurl/goaccess | https://api.github.com/repos/allinurl/goaccess | closed | Problem with Goaccess and uncorrect number of visitors | question log-processing | Hi, I am new to goaccess and I have found a problem with my nginx log files. Goaccess extracts all the data correctly but sometimes, like in Not Found URLs (404s) table, it ends up having a 0 in visitors field whereas the number of hits is different from 0 for a given URL. On the other hand if I extract that given url ... | 1.0 | Problem with Goaccess and uncorrect number of visitors - Hi, I am new to goaccess and I have found a problem with my nginx log files. Goaccess extracts all the data correctly but sometimes, like in Not Found URLs (404s) table, it ends up having a 0 in visitors field whereas the number of hits is different from 0 for a... | process | problem with goaccess and uncorrect number of visitors hi i am new to goaccess and i have found a problem with my nginx log files goaccess extracts all the data correctly but sometimes like in not found urls table it ends up having a in visitors field whereas the number of hits is different from for a gi... | 1 |
5,267 | 18,956,251,944 | IssuesEvent | 2021-11-18 20:38:44 | IBM/FHIR | https://api.github.com/repos/IBM/FHIR | opened | Automation: Add Concurrency Controls to GitHub Workflow Actions | automation | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Automation: Add Concurrency Controls to GitHub Workflow Actions
https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#... | 1.0 | Automation: Add Concurrency Controls to GitHub Workflow Actions - **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Automation: Add Concurrency Controls to GitHub Workflow Actions
https://docs.github.com/e... | non_process | automation add concurrency controls to github workflow actions is your feature request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when automation add concurrency controls to github workflow actions use head ref unique wo... | 0 |
65,103 | 12,530,288,072 | IssuesEvent | 2020-06-04 12:50:37 | nopSolutions/nopCommerce | https://api.github.com/repos/nopSolutions/nopCommerce | closed | Use Twitter Bootstrap | on hold / maybe wont refactoring / source code | Contribution for version 3.60: http://www.nopcommerce.com/boards/t/36904/new-100-bootstrap-theme.aspx and
Forum source: http://www.nopcommerce.com/boards/t/18801/nopcommerce-with-twitter-bootstrap.aspx
also see http://www.nopcommerce.com/boards/t/29026/free-bootstrap-default-theme.aspx#118204
one more theme - htt... | 1.0 | Use Twitter Bootstrap - Contribution for version 3.60: http://www.nopcommerce.com/boards/t/36904/new-100-bootstrap-theme.aspx and
Forum source: http://www.nopcommerce.com/boards/t/18801/nopcommerce-with-twitter-bootstrap.aspx
also see http://www.nopcommerce.com/boards/t/29026/free-bootstrap-default-theme.aspx#11820... | non_process | use twitter bootstrap contribution for version and forum source also see one more theme and more theme free also | 0 |
53,154 | 13,128,685,301 | IssuesEvent | 2020-08-06 12:43:59 | atc0005/send2teams | https://api.github.com/repos/atc0005/send2teams | opened | Use Docker-based GitHub Actions Workflows | CI builds dependencies enhancement linting | Swap out the GitHub Actions used for CI work with custom Docker containers from the atc0005/go-ci project.
refs atc0005/todo#22
| 1.0 | Use Docker-based GitHub Actions Workflows - Swap out the GitHub Actions used for CI work with custom Docker containers from the atc0005/go-ci project.
refs atc0005/todo#22
| non_process | use docker based github actions workflows swap out the github actions used for ci work with custom docker containers from the go ci project refs todo | 0 |
757,085 | 26,495,566,236 | IssuesEvent | 2023-01-18 05:09:20 | camsaul/toucan2 | https://api.github.com/repos/camsaul/toucan2 | opened | can `hydrate` be smart and itself be reducible as much as possible? | enhancement low priority performance | If we are doing "simple" hydration it seems like that should/could definitely been done using transducers and not with fully realized results.
If you try to hydrate an `IReduceInit` using a simple hydration method can we return an `Eduction`? | 1.0 | can `hydrate` be smart and itself be reducible as much as possible? - If we are doing "simple" hydration it seems like that should/could definitely been done using transducers and not with fully realized results.
If you try to hydrate an `IReduceInit` using a simple hydration method can we return an `Eduction`? | non_process | can hydrate be smart and itself be reducible as much as possible if we are doing simple hydration it seems like that should could definitely been done using transducers and not with fully realized results if you try to hydrate an ireduceinit using a simple hydration method can we return an eduction | 0 |
604,312 | 18,681,449,663 | IssuesEvent | 2021-11-01 06:28:20 | nimblehq/nimble-medium-ios | https://api.github.com/repos/nimblehq/nimble-medium-ios | closed | As a user, I can delete my article from the article details screen | type : feature category : ui priority : medium | ## Why
When the users logged in the application successfully, they can delete their own article from the `Article Details` screen.
## Acceptance Criteria
- [ ] On the `Article Details` screen UI layout from #19, add a delete article button on the right side of the top navigation bar.
- [ ] Use the delete articl... | 1.0 | As a user, I can delete my article from the article details screen - ## Why
When the users logged in the application successfully, they can delete their own article from the `Article Details` screen.
## Acceptance Criteria
- [ ] On the `Article Details` screen UI layout from #19, add a delete article button on t... | non_process | as a user i can delete my article from the article details screen why when the users logged in the application successfully they can delete their own article from the article details screen acceptance criteria on the article details screen ui layout from add a delete article button on the ... | 0 |
83,336 | 15,703,260,802 | IssuesEvent | 2021-03-26 13:40:21 | heholek/code-server | https://api.github.com/repos/heholek/code-server | opened | CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz | security vulnerability | ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provides metadata and conversions from repository urls for Github, Bi... | True | CVE-2021-23362 (Medium) detected in hosted-git-info-2.8.8.tgz - ## CVE-2021-23362 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>hosted-git-info-2.8.8.tgz</b></p></summary>
<p>Provi... | non_process | cve medium detected in hosted git info tgz cve medium severity vulnerability vulnerable library hosted git info tgz provides metadata and conversions from repository urls for github bitbucket and gitlab library home page a href path to dependency file code server node ... | 0 |
20,246 | 4,532,347,988 | IssuesEvent | 2016-09-08 07:45:07 | hashicorp/terraform | https://api.github.com/repos/hashicorp/terraform | closed | Bad wording in website/source/docs/configuration/providers.html.md | documentation easy | >The primary use case for this for multiple cloud regions.
Should this be *The primary use case for this is multiple cloud regions* instead?
>Other use cases including targeting multiple Docker hosts, multiple Consul hosts, etc.
Should this be *Other use cases include targeting multiple Docker hosts, multiple ... | 1.0 | Bad wording in website/source/docs/configuration/providers.html.md - >The primary use case for this for multiple cloud regions.
Should this be *The primary use case for this is multiple cloud regions* instead?
>Other use cases including targeting multiple Docker hosts, multiple Consul hosts, etc.
Should this b... | non_process | bad wording in website source docs configuration providers html md the primary use case for this for multiple cloud regions should this be the primary use case for this is multiple cloud regions instead other use cases including targeting multiple docker hosts multiple consul hosts etc should this b... | 0 |
82,441 | 7,841,274,505 | IssuesEvent | 2018-06-18 19:03:07 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Azure AD - Loses connection to rancher server | area/authentication kind/bug status/resolved status/to-test version/2.0 | **Rancher versions:**
6/14/18
**Steps to Reproduce:**
Create a new rancher server
Add Azure AD Authentication
Set site access to "Allow members of Clusters, Projects, plus Authorized users Organizations"
Add multiple users to the list.
Select Save.
**Results:**
After a period of time (I Can't get this... | 1.0 | Azure AD - Loses connection to rancher server - **Rancher versions:**
6/14/18
**Steps to Reproduce:**
Create a new rancher server
Add Azure AD Authentication
Set site access to "Allow members of Clusters, Projects, plus Authorized users Organizations"
Add multiple users to the list.
Select Save.
**Result... | non_process | azure ad loses connection to rancher server rancher versions steps to reproduce create a new rancher server add azure ad authentication set site access to allow members of clusters projects plus authorized users organizations add multiple users to the list select save results ... | 0 |
2,370 | 5,168,119,850 | IssuesEvent | 2017-01-17 20:41:44 | rubberduck-vba/Rubberduck | https://api.github.com/repos/rubberduck-vba/Rubberduck | closed | Undeclared variable cannot be a bracketed identifier | enhancement parse-tree-processing | This code compiles, but throws a runtime error 424 / "Object required":
````vb
Public Sub Test()
[foo bar] = 42
Debug.Print [foo bar]
End Sub
````
By *not* creating an undeclared variable declaration for undeclared bracketed identifiers, we'll stop tripping inspection results for actual legit bracket... | 1.0 | Undeclared variable cannot be a bracketed identifier - This code compiles, but throws a runtime error 424 / "Object required":
````vb
Public Sub Test()
[foo bar] = 42
Debug.Print [foo bar]
End Sub
````
By *not* creating an undeclared variable declaration for undeclared bracketed identifiers, we'll st... | process | undeclared variable cannot be a bracketed identifier this code compiles but throws a runtime error object required vb public sub test debug print end sub by not creating an undeclared variable declaration for undeclared bracketed identifiers we ll stop tripping inspect... | 1 |
17,791 | 23,718,792,129 | IssuesEvent | 2022-08-30 13:51:43 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | NPE in NormalizeTableFilter | bug priority/medium preprocess | I'm attaching a sample DITA OT project, when published to PDF it yields this NPE:
/Users/..dita-ot/plugins/org.dita.base/build_preprocess.xml:194: java.lang.NullPointerException
at org.dita.dost.writer.NormalizeTableFilter.startElement(NormalizeTableFilter.java:112)
at org.xml.sax.helpers.XMLFilterImpl.start... | 1.0 | NPE in NormalizeTableFilter - I'm attaching a sample DITA OT project, when published to PDF it yields this NPE:
/Users/..dita-ot/plugins/org.dita.base/build_preprocess.xml:194: java.lang.NullPointerException
at org.dita.dost.writer.NormalizeTableFilter.startElement(NormalizeTableFilter.java:112)
at org.xml.s... | process | npe in normalizetablefilter i m attaching a sample dita ot project when published to pdf it yields this npe users dita ot plugins org dita base build preprocess xml java lang nullpointerexception at org dita dost writer normalizetablefilter startelement normalizetablefilter java at org xml sax h... | 1 |
18,928 | 24,883,046,834 | IssuesEvent | 2022-10-28 04:13:42 | arcus-azure/arcus.messaging | https://api.github.com/repos/arcus-azure/arcus.messaging | closed | Simplify EventHubs message context retrieval | enhancement good first issue area:operations area:message-processing | **Is your feature request related to a problem? Please describe.**
Currently, one has to create the `AzureEventHubsMessageContext` themselves with a factory method. This often results in explicit code and unnecessary exposure of boilerplate types.
**Describe the solution you'd like**
Usability can be improved if w... | 1.0 | Simplify EventHubs message context retrieval - **Is your feature request related to a problem? Please describe.**
Currently, one has to create the `AzureEventHubsMessageContext` themselves with a factory method. This often results in explicit code and unnecessary exposure of boilerplate types.
**Describe the soluti... | process | simplify eventhubs message context retrieval is your feature request related to a problem please describe currently one has to create the azureeventhubsmessagecontext themselves with a factory method this often results in explicit code and unnecessary exposure of boilerplate types describe the soluti... | 1 |
14,744 | 18,015,170,888 | IssuesEvent | 2021-09-16 13:13:02 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | get_maintainer.py cannot parse MAINTAINERS.yml | bug priority: low Process | **Describe the bug**
The script get_maintainer.py cannot parse MAINTAINERS.yml
It seems the syntax of MAINTAINERS.yml has diverged quite a bit from what get_maintainers can process.
**To Reproduce**
Steps to reproduce the behavior:
1. Try running get_maintainers against any file:
```
$ scripts/get_maintainer.p... | 1.0 | get_maintainer.py cannot parse MAINTAINERS.yml - **Describe the bug**
The script get_maintainer.py cannot parse MAINTAINERS.yml
It seems the syntax of MAINTAINERS.yml has diverged quite a bit from what get_maintainers can process.
**To Reproduce**
Steps to reproduce the behavior:
1. Try running get_maintainers a... | process | get maintainer py cannot parse maintainers yml describe the bug the script get maintainer py cannot parse maintainers yml it seems the syntax of maintainers yml has diverged quite a bit from what get maintainers can process to reproduce steps to reproduce the behavior try running get maintainers a... | 1 |
358,959 | 25,210,104,198 | IssuesEvent | 2022-11-14 02:32:22 | HappYness-Project/Happy-EventSourcing | https://api.github.com/repos/HappYness-Project/Happy-EventSourcing | opened | Category Api | Create api endpoint for creating category object. | documentation enhancement good first issue | # Features
* [post request] localhost/category
* Pass category json body | 1.0 | Category Api | Create api endpoint for creating category object. - # Features
* [post request] localhost/category
* Pass category json body | non_process | category api create api endpoint for creating category object features localhost category pass category json body | 0 |
447,112 | 12,883,557,136 | IssuesEvent | 2020-07-12 22:54:06 | Pemigrade/Acorn | https://api.github.com/repos/Pemigrade/Acorn | closed | Remove fall damage at spawn | Bug Report Denied Medium Priority | **Brief Description**
<!-- A clear and concise description of what you want to happen. -->
I want fall damage to be removed in the spawn worldguard region.
**Why do you want the feature?**
<!-- The reasons why you want to see the feature implemented. -->
As of right now, if you jump off spawn and land on sol... | 1.0 | Remove fall damage at spawn - **Brief Description**
<!-- A clear and concise description of what you want to happen. -->
I want fall damage to be removed in the spawn worldguard region.
**Why do you want the feature?**
<!-- The reasons why you want to see the feature implemented. -->
As of right now, if you ... | non_process | remove fall damage at spawn brief description i want fall damage to be removed in the spawn worldguard region why do you want the feature as of right now if you jump off spawn and land on solid ground you can die and loose all your items that shouldn t happen at the server s spawn | 0 |
335,619 | 10,164,163,023 | IssuesEvent | 2019-08-07 10:58:36 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | Import statements are added in invalid places when using language server code completion | Area/Tooling Priority/High Type/Bug | **Description:**
$subject.
**Steps to reproduce:**
1. Open a stream based ballerina file. (i.e. `join_multiple_streams.bal` BBE file).
2. Add a code snippet which requires a additional package import, at the end of the files. (i.e grpc service snippet)
3. You can see the import statement being add in the middle ... | 1.0 | Import statements are added in invalid places when using language server code completion - **Description:**
$subject.
**Steps to reproduce:**
1. Open a stream based ballerina file. (i.e. `join_multiple_streams.bal` BBE file).
2. Add a code snippet which requires a additional package import, at the end of the file... | non_process | import statements are added in invalid places when using language server code completion description subject steps to reproduce open a stream based ballerina file i e join multiple streams bal bbe file add a code snippet which requires a additional package import at the end of the file... | 0 |
113,623 | 14,445,798,630 | IssuesEvent | 2020-12-07 23:45:34 | carbon-design-system/carbon-for-ibm-dotcom | https://api.github.com/repos/carbon-design-system/carbon-for-ibm-dotcom | opened | React stand alone: ?component name? Prod QA testing | adopter support adopter: Hybrid cloud adopter: Reboot design | _**This work is a follow-on to the development work done to create / change the same Web Component version. The Web Component development was managed under epic (#TBD)**_
<!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own words or remove -->
#### User Story
<!-- {{Provide a de... | 1.0 | React stand alone: ?component name? Prod QA testing - _**This work is a follow-on to the development work done to create / change the same Web Component version. The Web Component development was managed under epic (#TBD)**_
<!-- Avoid any type of solutions in this user story -->
<!-- replace _{{...}}_ with your own w... | non_process | react stand alone component name prod qa testing this work is a follow on to the development work done to create change the same web component version the web component development was managed under epic tbd user story as a developer using the ibm com library component name i ... | 0 |
8,193 | 11,393,545,234 | IssuesEvent | 2020-01-30 06:59:26 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | BigQuery: Adjust unit tests to the new default connection timeout in core | api: bigquery type: process | #10219 changed the default connection timeout, breaking a few unit test assertions in BigQuery. These assertions need to be adjusted to prevent the unnecessary failures. | 1.0 | BigQuery: Adjust unit tests to the new default connection timeout in core - #10219 changed the default connection timeout, breaking a few unit test assertions in BigQuery. These assertions need to be adjusted to prevent the unnecessary failures. | process | bigquery adjust unit tests to the new default connection timeout in core changed the default connection timeout breaking a few unit test assertions in bigquery these assertions need to be adjusted to prevent the unnecessary failures | 1 |
6,675 | 9,792,216,184 | IssuesEvent | 2019-06-10 16:50:42 | emacs-ess/ESS | https://api.github.com/repos/emacs-ess/ESS | closed | Don't show the inferior on interactive eval | process:eval | I am getting increasingly annoyed by our inconsistent show-iESS-on-eval behavior. Some commands do show the inferior, others don't.
I think by default we should show the inferior only on error and have this behavior customizable globally. The idea is that if the user wants to see the output he or she can switch to ... | 1.0 | Don't show the inferior on interactive eval - I am getting increasingly annoyed by our inconsistent show-iESS-on-eval behavior. Some commands do show the inferior, others don't.
I think by default we should show the inferior only on error and have this behavior customizable globally. The idea is that if the user wa... | process | don t show the inferior on interactive eval i am getting increasingly annoyed by our inconsistent show iess on eval behavior some commands do show the inferior others don t i think by default we should show the inferior only on error and have this behavior customizable globally the idea is that if the user wa... | 1 |
22,007 | 30,512,815,943 | IssuesEvent | 2023-07-18 22:37:53 | googleapis/gax-nodejs | https://api.github.com/repos/googleapis/gax-nodejs | closed | Remove @types/rimraf | type: process priority: p3 | I'm not sure, but it seems that this library is incompatible with any other library using `rimraf`, since v5 (or 4) it no longer exists the need for `@types/rimraf` and it collides with newer versions of `rimraf`, in my case on a NestJs (v10) application:
```
node_modules/@types/rimraf/index.d.ts:33:21 - error TS26... | 1.0 | Remove @types/rimraf - I'm not sure, but it seems that this library is incompatible with any other library using `rimraf`, since v5 (or 4) it no longer exists the need for `@types/rimraf` and it collides with newer versions of `rimraf`, in my case on a NestJs (v10) application:
```
node_modules/@types/rimraf/index.... | process | remove types rimraf i m not sure but it seems that this library is incompatible with any other library using rimraf since or it no longer exists the need for types rimraf and it collides with newer versions of rimraf in my case on a nestjs application node modules types rimraf index d t... | 1 |
152,470 | 13,456,988,014 | IssuesEvent | 2020-09-09 08:36:34 | google/web-stories-wp | https://api.github.com/repos/google/web-stories-wp | closed | Design the plugin icon image for the WordPress.org plugin page | Plugin Repository Pod: WP & Infra Type: Documentation Type: Task | As part of the release of the plugin to the WordPress.org plugin repository we will need to provide a number of assets to ensure that the plugin landing page is attractive & captivating.
example of such pages are:
https://wordpress.org/plugins/google-site-kit/
https://wordpress.org/plugins/amp/
Please provide t... | 1.0 | Design the plugin icon image for the WordPress.org plugin page - As part of the release of the plugin to the WordPress.org plugin repository we will need to provide a number of assets to ensure that the plugin landing page is attractive & captivating.
example of such pages are:
https://wordpress.org/plugins/google-... | non_process | design the plugin icon image for the wordpress org plugin page as part of the release of the plugin to the wordpress org plugin repository we will need to provide a number of assets to ensure that the plugin landing page is attractive captivating example of such pages are please provide the plugin ico... | 0 |
6,823 | 9,967,118,285 | IssuesEvent | 2019-07-08 12:55:51 | leecade/react-native-swiper | https://api.github.com/repos/leecade/react-native-swiper | closed | Optionally render page | enhancement 🚧processing | ### Which OS ?
iOS & Android, doesn't matter.
### Version
- react-native-swiper `v1.5.13` & `v1.6.0@nightly.1`
- react-native `v0.57.8`
### Expected behaviour
A page that should be optionally rendered doesn't show up at all and reduces the total amount of pages to *one less than if optional page is rend... | 1.0 | Optionally render page - ### Which OS ?
iOS & Android, doesn't matter.
### Version
- react-native-swiper `v1.5.13` & `v1.6.0@nightly.1`
- react-native `v0.57.8`
### Expected behaviour
A page that should be optionally rendered doesn't show up at all and reduces the total amount of pages to *one less than... | process | optionally render page which os ios android doesn t matter version react native swiper nightly react native expected behaviour a page that should be optionally rendered doesn t show up at all and reduces the total amount of pages to one less than if o... | 1 |
81,212 | 30,753,742,196 | IssuesEvent | 2023-07-28 22:21:05 | Sigil-Ebook/flightcrew | https://api.github.com/repos/Sigil-Ebook/flightcrew | closed | Bogus unreachability message when multiple font formats provided | Type-Defect Priority-Medium auto-migrated | ```
What steps will reproduce the problem?
1. Create an EPUB book containing an @font-face rule with multiple formats,
e.g.
@font-face {
font-family: 'GFS Didot';
font-style: normal;
font-weight: normal;
src: url('fonts/GFSDidot/GFSDidot.ttf') format('truetype'), url('fonts/GFSDidot/GFSDidot.otf') format('o... | 1.0 | Bogus unreachability message when multiple font formats provided - ```
What steps will reproduce the problem?
1. Create an EPUB book containing an @font-face rule with multiple formats,
e.g.
@font-face {
font-family: 'GFS Didot';
font-style: normal;
font-weight: normal;
src: url('fonts/GFSDidot/GFSDidot.ttf... | non_process | bogus unreachability message when multiple font formats provided what steps will reproduce the problem create an epub book containing an font face rule with multiple formats e g font face font family gfs didot font style normal font weight normal src url fonts gfsdidot gfsdidot ttf... | 0 |
3,253 | 6,330,384,748 | IssuesEvent | 2017-07-26 07:14:46 | neuropoly/spinalcordtoolbox | https://api.github.com/repos/neuropoly/spinalcordtoolbox | opened | Optimize gaussian_std parameter | card:WORK_IN_PROCESS enhancement priority:MEDIUM sct_label_vertebrae | ### Description
Optimize `gaussian_std` parameter, which weights the mutual information curve for finding C2-C3 disk. Values to be tested on sct_testing/large t1 & t2 contrasts: 0.5, 0.8, 1, 1.2, 1.5
### State of spinalcordtoolbox
### Optimization results
WORK IN PROGRESS | 1.0 | Optimize gaussian_std parameter - ### Description
Optimize `gaussian_std` parameter, which weights the mutual information curve for finding C2-C3 disk. Values to be tested on sct_testing/large t1 & t2 contrasts: 0.5, 0.8, 1, 1.2, 1.5
### State of spinalcordtoolbox
### Optimization results
WORK IN PROGRESS | process | optimize gaussian std parameter description optimize gaussian std parameter which weights the mutual information curve for finding disk values to be tested on sct testing large contrasts state of spinalcordtoolbox optimization results work in progress | 1 |
109,880 | 16,902,887,387 | IssuesEvent | 2021-06-24 01:02:16 | billmcchesney1/concord | https://api.github.com/repos/billmcchesney1/concord | opened | CVE-2021-28169 (Medium) detected in jetty-http-9.4.26.v20200117.jar, jetty-server-9.4.26.v20200117.jar | security vulnerability | ## CVE-2021-28169 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jetty-http-9.4.26.v20200117.jar</b>, <b>jetty-server-9.4.26.v20200117.jar</b></p></summary>
<p>
<details><summary>... | True | CVE-2021-28169 (Medium) detected in jetty-http-9.4.26.v20200117.jar, jetty-server-9.4.26.v20200117.jar - ## CVE-2021-28169 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jetty-http... | non_process | cve medium detected in jetty http jar jetty server jar cve medium severity vulnerability vulnerable libraries jetty http jar jetty server jar jetty http jar the eclipse jetty project library home page a href path to dependency fil... | 0 |
12,842 | 15,224,388,504 | IssuesEvent | 2021-02-18 05:07:09 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | Error `Unsupported type: Null` occurred when updating the table using a no else CASE. | challenge-program component/coprocessor severity/moderate sig/execution status/help-wanted type/bug | ## Description
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
<!-- a step by step guide for reproducing the bug. -->
```sql
CREATE TABLE `table_int_float_varchar` (
`id_6` int(16) NOT NULL AUTO_INCREMENT,
`col_int_6` int(... | 1.0 | Error `Unsupported type: Null` occurred when updating the table using a no else CASE. - ## Description
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
<!-- a step by step guide for reproducing the bug. -->
```sql
CREATE TABLE `table... | process | error unsupported type null occurred when updating the table using a no else case description bug report please answer these questions before submitting your issue thanks minimal reproduce step required sql create table table int float varchar id int not null aut... | 1 |
14,120 | 17,016,232,606 | IssuesEvent | 2021-07-02 12:27:46 | damb/scdetect | https://api.github.com/repos/damb/scdetect | closed | Resampling | enhancement processing | Another result from the last meeting.
Mismatches regarding *sampling frequency* between the template waveform and the data to be matched should be handled as follows:
- Apply an *antialias* filter before resampling.
- EDIT: Apply resampling before filtering.
- If no filters are configured, always resample to th... | 1.0 | Resampling - Another result from the last meeting.
Mismatches regarding *sampling frequency* between the template waveform and the data to be matched should be handled as follows:
- Apply an *antialias* filter before resampling.
- EDIT: Apply resampling before filtering.
- If no filters are configured, always r... | process | resampling another result from the last meeting mismatches regarding sampling frequency between the template waveform and the data to be matched should be handled as follows apply an antialias filter before resampling edit apply resampling before filtering if no filters are configured always r... | 1 |
9,358 | 12,368,738,343 | IssuesEvent | 2020-05-18 14:16:07 | kubeflow/gcp-blueprints | https://api.github.com/repos/kubeflow/gcp-blueprints | closed | Setup autodeploy for GCP blueprints | kind/feature kind/process platform/gcp priority/p1 | We should setup the auto-deploy infrastructure to autodeploy from blueprints.
This way we ensure that our GCP blueprint is up to date and working. | 1.0 | Setup autodeploy for GCP blueprints - We should setup the auto-deploy infrastructure to autodeploy from blueprints.
This way we ensure that our GCP blueprint is up to date and working. | process | setup autodeploy for gcp blueprints we should setup the auto deploy infrastructure to autodeploy from blueprints this way we ensure that our gcp blueprint is up to date and working | 1 |
10,726 | 27,331,581,611 | IssuesEvent | 2023-02-25 17:49:44 | duckie-team/quack-quack-android | https://api.github.com/repos/duckie-team/quack-quack-android | opened | 꽥꽥 컴포넌트 Modifier 안정성의 고민 | question architecture ui-components | `꽥꽥 2.0.0`에서는 컴포넌트의 디자인을 제어하기 위해 `Modifier`를 사용합니다. 예를 들어 다음과 같습니다.
```
QuackText(
modifier = Modifier.highlight(
highlights = listOf("test" to ::toast, "hi" to ::toast),
),
text = "test hi bye",
typography = QuackTypography.Body1,
) | 1.0 | 꽥꽥 컴포넌트 Modifier 안정성의 고민 - `꽥꽥 2.0.0`에서는 컴포넌트의 디자인을 제어하기 위해 `Modifier`를 사용합니다. 예를 들어 다음과 같습니다.
```
QuackText(
modifier = Modifier.highlight(
highlights = listOf("test" to ::toast, "hi" to ::toast),
),
text = "test hi bye",
typography = QuackTypography.Body1,
) | non_process | 꽥꽥 컴포넌트 modifier 안정성의 고민 꽥꽥 에서는 컴포넌트의 디자인을 제어하기 위해 modifier 를 사용합니다 예를 들어 다음과 같습니다 quacktext modifier modifier highlight highlights listof test to toast hi to toast text test hi bye typography quacktypography | 0 |
11,143 | 13,957,692,393 | IssuesEvent | 2020-10-24 08:10:41 | alexanderkotsev/geoportal | https://api.github.com/repos/alexanderkotsev/geoportal | opened | PL-CODGIK: One linked Discovery Service is not responding | Geoportal Harvesting process PL - Poland | Dear Piotr,
we are unable to fully harvest the polish metadata from our internal systems because it seems that the IP address assigned to:
Geo-System metadata catalogue
http://metadane.podgik.pl/geonetwork/srv/eng/csw
is rated as malicious, possibily because of malevolent activity by the prevoius owner of the IP addre... | 1.0 | PL-CODGIK: One linked Discovery Service is not responding - Dear Piotr,
we are unable to fully harvest the polish metadata from our internal systems because it seems that the IP address assigned to:
Geo-System metadata catalogue
http://metadane.podgik.pl/geonetwork/srv/eng/csw
is rated as malicious, possibily because ... | process | pl codgik one linked discovery service is not responding dear piotr we are unable to fully harvest the polish metadata from our internal systems because it seems that the ip address assigned to geo system metadata catalogue is rated as malicious possibily because of malevolent activity by the prevoius owner of... | 1 |
138,573 | 12,823,412,874 | IssuesEvent | 2020-07-06 11:40:46 | astrojarred/grbsens | https://api.github.com/repos/astrojarred/grbsens | opened | Update documentation | documentation | In the documentation, include:
- installation instructions
- overview of simulation chain and outputs
- use cases
- user functions, their input parameters and outputs | 1.0 | Update documentation - In the documentation, include:
- installation instructions
- overview of simulation chain and outputs
- use cases
- user functions, their input parameters and outputs | non_process | update documentation in the documentation include installation instructions overview of simulation chain and outputs use cases user functions their input parameters and outputs | 0 |
20,170 | 26,727,653,680 | IssuesEvent | 2023-01-29 22:26:22 | evidence-dev/evidence | https://api.github.com/repos/evidence-dev/evidence | opened | Formatter | enhancement dev-process | * Config prettier, or similar, ideally on the entire project, but the priority is the development workspace to start
* Should include some automated enforcement mechanism: post commit, on save or similar.
* PR should include a run of the formatter
| 1.0 | Formatter - * Config prettier, or similar, ideally on the entire project, but the priority is the development workspace to start
* Should include some automated enforcement mechanism: post commit, on save or similar.
* PR should include a run of the formatter
| process | formatter config prettier or similar ideally on the entire project but the priority is the development workspace to start should include some automated enforcement mechanism post commit on save or similar pr should include a run of the formatter | 1 |
431,427 | 30,232,907,475 | IssuesEvent | 2023-07-06 08:15:46 | ManishBisht777/frontend-freaks-website | https://api.github.com/repos/ManishBisht777/frontend-freaks-website | closed | [DOCS] Content - Javascript | documentation good first issue | ### Description
Add content to js page
### Screenshots
_No response_
### Additional information
_No response_ | 1.0 | [DOCS] Content - Javascript - ### Description
Add content to js page
### Screenshots
_No response_
### Additional information
_No response_ | non_process | content javascript description add content to js page screenshots no response additional information no response | 0 |
1,887 | 4,712,637,055 | IssuesEvent | 2016-10-14 17:25:20 | opentrials/opentrials | https://api.github.com/repos/opentrials/opentrials | opened | Add publishing date to cochrane reviews | API Collectors Explorer Processors | According to the research done by @jessflem, we don't have it available in the .rm5 files so we can search the review by DOI ID on pubmed website or on [crossref](http://search.crossref.org/) and get it from there. | 1.0 | Add publishing date to cochrane reviews - According to the research done by @jessflem, we don't have it available in the .rm5 files so we can search the review by DOI ID on pubmed website or on [crossref](http://search.crossref.org/) and get it from there. | process | add publishing date to cochrane reviews according to the research done by jessflem we don t have it available in the files so we can search the review by doi id on pubmed website or on and get it from there | 1 |
18,618 | 24,579,398,465 | IssuesEvent | 2022-10-13 14:35:25 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [Consent API] [Android] Participants should be able to view and download the data-sharing consent screenshot, in the mobile app | Bug P0 Android Process: Fixed Process: Tested QA Process: Tested dev | **Steps:**
1. Install the mobile app
2. Sign in / Sign up
3. Enroll to the study
4. Navigate to 'Study Resources' screen and Verify
**AR:** Participants are not able to view and download the data-sharing consent screenshot, if applicable, from the Study Resources screen
**ER:** Participants should be able to ... | 3.0 | [Consent API] [Android] Participants should be able to view and download the data-sharing consent screenshot, in the mobile app - **Steps:**
1. Install the mobile app
2. Sign in / Sign up
3. Enroll to the study
4. Navigate to 'Study Resources' screen and Verify
**AR:** Participants are not able to view and down... | process | participants should be able to view and download the data sharing consent screenshot in the mobile app steps install the mobile app sign in sign up enroll to the study navigate to study resources screen and verify ar participants are not able to view and download the data sharin... | 1 |
13,577 | 16,111,866,545 | IssuesEvent | 2021-04-27 22:42:56 | googleapis/gapic-showcase | https://api.github.com/repos/googleapis/gapic-showcase | opened | GitHub action for release only captures first line of the release notes in CHANGELOG.md | process | I noticed this when pushing the v0.14.0 release, which only grabbed the first line of the notes for that release from `CHANGELOG.md`. I've since manually corrected the release notes for that one release, but we should figure out how to fix the process. | 1.0 | GitHub action for release only captures first line of the release notes in CHANGELOG.md - I noticed this when pushing the v0.14.0 release, which only grabbed the first line of the notes for that release from `CHANGELOG.md`. I've since manually corrected the release notes for that one release, but we should figure out h... | process | github action for release only captures first line of the release notes in changelog md i noticed this when pushing the release which only grabbed the first line of the notes for that release from changelog md i ve since manually corrected the release notes for that one release but we should figure out how... | 1 |
14,162 | 17,084,782,420 | IssuesEvent | 2021-07-08 10:20:53 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [PM] Responsive issues in Admins | Bug P2 Participant manager Process: Fixed Process: Tested QA Process: Tested dev | Responsive issues in Users
1. Admins > Edit admins details > Deactivate /Active admin Ui issue


. A screen reader user has no way to know the hierarchy.
This is a regression to before because previously, the container name of each symbol was available after the symbol name. Now however, it ... | 1.0 | New hierarchical symbols sidebar show hierarchy visually but not through markup to screenreaders - The new hierarchical symbols achieve a tree by using increasing padding, but are still marked up as a list (`<ul>`/`<li>`). A screen reader user has no way to know the hierarchy.
This is a regression to before because ... | non_process | new hierarchical symbols sidebar show hierarchy visually but not through markup to screenreaders the new hierarchical symbols achieve a tree by using increasing padding but are still marked up as a list a screen reader user has no way to know the hierarchy this is a regression to before because previo... | 0 |
5,348 | 8,179,164,296 | IssuesEvent | 2018-08-28 15:42:13 | GoogleCloudPlatform/google-cloud-python | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python | closed | Create a new release of the Bigtable library | api: bigtable packaging type: process | As of 7 Aug 2018, the [latest version of the Bigtable library on PyPi](https://pypi.org/project/google-cloud-bigtable/) is 0.29.0 from 28 Feb 2018. Would it be possible to release a new version (and release new ones regularly) to pick up the latest updates and ongoing feature additions, please?
Thank you!
/cc: @s... | 1.0 | Create a new release of the Bigtable library - As of 7 Aug 2018, the [latest version of the Bigtable library on PyPi](https://pypi.org/project/google-cloud-bigtable/) is 0.29.0 from 28 Feb 2018. Would it be possible to release a new version (and release new ones regularly) to pick up the latest updates and ongoing feat... | process | create a new release of the bigtable library as of aug the is from feb would it be possible to release a new version and release new ones regularly to pick up the latest updates and ongoing feature additions please thank you cc sduskis ghaisa | 1 |
74,253 | 14,225,208,010 | IssuesEvent | 2020-11-17 20:52:51 | Flash0ver/F0.Analyzers | https://api.github.com/repos/Flash0ver/F0.Analyzers | closed | Assign accessible members from inherited base type in Object Initializers | codeanalysis-coderefactorings enhancement | Currently, only settable members of the object creation expression's type are assigned in the created Object Initializer.
Also include visible [fields](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/fields) and [properties](https://docs.microsoft.com/en-us/dotnet/csharp/programm... | 2.0 | Assign accessible members from inherited base type in Object Initializers - Currently, only settable members of the object creation expression's type are assigned in the created Object Initializer.
Also include visible [fields](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/fiel... | non_process | assign accessible members from inherited base type in object initializers currently only settable members of the object creation expression s type are assigned in the created object initializer also include visible and of base classes but ignore properties properties and take only the ver... | 0 |
63,310 | 7,714,643,188 | IssuesEvent | 2018-05-23 03:19:22 | typeorm/typeorm | https://api.github.com/repos/typeorm/typeorm | closed | Throwing error when trying to insert a row with an existing id | by design question | **Issue type:**
[ ] question
[ ] bug report
[ x ] feature request
[ ] documentation issue
**Database system/driver:**
All?
**TypeORM version:**
[ x ] `latest`
[ ] `@next`
[ ] `0.x.x` (or put your version here)
**Steps to reproduce or a small repository showing the problem:**
*The following is ... | 1.0 | Throwing error when trying to insert a row with an existing id - **Issue type:**
[ ] question
[ ] bug report
[ x ] feature request
[ ] documentation issue
**Database system/driver:**
All?
**TypeORM version:**
[ x ] `latest`
[ ] `@next`
[ ] `0.x.x` (or put your version here)
**Steps to reproduce ... | non_process | throwing error when trying to insert a row with an existing id issue type question bug report feature request documentation issue database system driver all typeorm version latest next x x or put your version here steps to reproduce or a small reposit... | 0 |
8,383 | 11,543,957,655 | IssuesEvent | 2020-02-18 10:32:37 | prisma/prisma-client-js | https://api.github.com/repos/prisma/prisma-client-js | closed | Get rid of `hasha` and use `--version` instead | kind/improvement process/candidate | In order to compare binaries when copying them into the runtime folder, we right now first use the file size, then we compare them by md5 hash using the `hasha` libray. However, our binaries expose a `--version` command, which is much faster to execute, so we should switch to that. | 1.0 | Get rid of `hasha` and use `--version` instead - In order to compare binaries when copying them into the runtime folder, we right now first use the file size, then we compare them by md5 hash using the `hasha` libray. However, our binaries expose a `--version` command, which is much faster to execute, so we should swit... | process | get rid of hasha and use version instead in order to compare binaries when copying them into the runtime folder we right now first use the file size then we compare them by hash using the hasha libray however our binaries expose a version command which is much faster to execute so we should switch... | 1 |
88,521 | 10,573,639,972 | IssuesEvent | 2019-10-07 12:27:50 | fga-eps-mds/2019.2-Amika-Wiki | https://api.github.com/repos/fga-eps-mds/2019.2-Amika-Wiki | closed | [DOC31] Documentar Roadmap de Deploy | DevOps documentation | **Sua funcionalidade requisitada é relacionada com um problema? Descreva, por favor.**
Roadmap por sprint contando com as atividades a serem desenvolvidas pelo Devops.
**Descreva a solução que você gostaria**
Criar arquivo com a linha do tempo das atividades do Devops ao longo das sprints.
**Descreva uma altern... | 1.0 | [DOC31] Documentar Roadmap de Deploy - **Sua funcionalidade requisitada é relacionada com um problema? Descreva, por favor.**
Roadmap por sprint contando com as atividades a serem desenvolvidas pelo Devops.
**Descreva a solução que você gostaria**
Criar arquivo com a linha do tempo das atividades do Devops ao long... | non_process | documentar roadmap de deploy sua funcionalidade requisitada é relacionada com um problema descreva por favor roadmap por sprint contando com as atividades a serem desenvolvidas pelo devops descreva a solução que você gostaria criar arquivo com a linha do tempo das atividades do devops ao longo das ... | 0 |
11,626 | 5,052,102,961 | IssuesEvent | 2016-12-21 00:27:28 | mozilla-mobile/prox | https://api.github.com/repos/mozilla-mobile/prox | closed | mpopova@mozilla.com on build #553: Half of the places are quite far from my location and don't… | 1.0 buddybuild-feedback | Feedback from mpopova@mozilla.com : Half of the places are quite far from my location and don't show walking/driving time
<img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/57f51f8bcaa70a01005412ee/583f131861760e010096484f/90327358-3a26-4b5d-8ef6-1a050459a232.jpg" width="33%" height="33%" /><table><tr... | 1.0 | mpopova@mozilla.com on build #553: Half of the places are quite far from my location and don't… - Feedback from mpopova@mozilla.com : Half of the places are quite far from my location and don't show walking/driving time
<img src="https://s3-us-west-2.amazonaws.com/buddybuild-screenshots/57f51f8bcaa70a01005412ee/583f13... | non_process | mpopova mozilla com on build half of the places are quite far from my location and don t… feedback from mpopova mozilla com half of the places are quite far from my location and don t show walking driving time created wed nov gmt utc cfbundleshortversion cfbundleversion app ... | 0 |
15,504 | 19,703,264,477 | IssuesEvent | 2022-01-12 18:52:09 | googleapis/java-apigee-connect | https://api.github.com/repos/googleapis/java-apigee-connect | opened | Your .repo-metadata.json file has a problem 🤒 | type: process repo-metadata: lint | You have a problem with your .repo-metadata.json file:
Result of scan 📈:
* release_level must be equal to one of the allowed values in .repo-metadata.json
* api_shortname 'apigee-connect' invalid in .repo-metadata.json
☝️ Once you correct these problems, you can close this issue.
Reach out to **go/github-automati... | 1.0 | Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file:
Result of scan 📈:
* release_level must be equal to one of the allowed values in .repo-metadata.json
* api_shortname 'apigee-connect' invalid in .repo-metadata.json
☝️ Once you correct these problems, you can clo... | process | your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 release level must be equal to one of the allowed values in repo metadata json api shortname apigee connect invalid in repo metadata json ☝️ once you correct these problems you can clo... | 1 |
694,273 | 23,808,810,038 | IssuesEvent | 2022-09-04 12:58:07 | thoth-station/core | https://api.github.com/repos/thoth-station/core | reopened | Provide SLA and license for the cloud based resolver community | kind/feature priority/important-soon lifecycle/rotten triage/accepted | **Is your feature request related to a problem? Please describe.**
As a user of Thoth, I would like to see what is SLA and what I can expect+what is expected by me when using Thoth's cloud resolver.
**Describe the solution you'd like**
- [ ] sync on legal things of this effort
- [ ] provide a services descrip... | 1.0 | Provide SLA and license for the cloud based resolver community - **Is your feature request related to a problem? Please describe.**
As a user of Thoth, I would like to see what is SLA and what I can expect+what is expected by me when using Thoth's cloud resolver.
**Describe the solution you'd like**
- [ ] sync... | non_process | provide sla and license for the cloud based resolver community is your feature request related to a problem please describe as a user of thoth i would like to see what is sla and what i can expect what is expected by me when using thoth s cloud resolver describe the solution you d like sync o... | 0 |
10,545 | 13,326,982,568 | IssuesEvent | 2020-08-27 12:30:57 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | Selection executor does not handle start_scan or stop_scan correctly | difficulty/easy severity/Minor sig/coprocessor status/help-wanted type/bug | ## Bug Report
As title describes.
By default, `stop_scan` will return `None` and we explicitly implemented these interface for Table Scan and Index Scan. However we may have the following scenario: selection + table_scan. Then it will break.
Also it can be seen that the best solution is to inherit start_scan a... | 1.0 | Selection executor does not handle start_scan or stop_scan correctly - ## Bug Report
As title describes.
By default, `stop_scan` will return `None` and we explicitly implemented these interface for Table Scan and Index Scan. However we may have the following scenario: selection + table_scan. Then it will break.
... | process | selection executor does not handle start scan or stop scan correctly bug report as title describes by default stop scan will return none and we explicitly implemented these interface for table scan and index scan however we may have the following scenario selection table scan then it will break ... | 1 |
17,926 | 23,917,841,804 | IssuesEvent | 2022-09-09 14:11:59 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | Pod is blocking scale down because it has local storage | Bug Deployment Process: Fixed Process: Tested dev | A scaled own event is emitted when cluster autoscaler scales the cluster down. This event contains information about which nodes are being removed, and which Pods have to be evicted.
The scaledown event failed because some of the Pods could not be evicted from a node, to over come this issues.
add a **"cluster-au... | 2.0 | Pod is blocking scale down because it has local storage - A scaled own event is emitted when cluster autoscaler scales the cluster down. This event contains information about which nodes are being removed, and which Pods have to be evicted.
The scaledown event failed because some of the Pods could not be evicted fr... | process | pod is blocking scale down because it has local storage a scaled own event is emitted when cluster autoscaler scales the cluster down this event contains information about which nodes are being removed and which pods have to be evicted the scaledown event failed because some of the pods could not be evicted fr... | 1 |
243,243 | 18,679,650,588 | IssuesEvent | 2021-11-01 02:43:22 | AY2122S1-CS2103T-W08-1/tp | https://api.github.com/repos/AY2122S1-CS2103T-W08-1/tp | closed | [PE-D] Inconsistent headers in user guide | documentation | Not a bug but documentation is very inconsistent with header levels and including/not including the command syntax in the header.

<!--session: 1635497012025-d36e9c72-12ca-4cd4-943d-0ba64ae9711a-->
<!--V... | 1.0 | [PE-D] Inconsistent headers in user guide - Not a bug but documentation is very inconsistent with header levels and including/not including the command syntax in the header.

<!--session: 1635497012025-d... | non_process | inconsistent headers in user guide not a bug but documentation is very inconsistent with header levels and including not including the command syntax in the header labels severity low type documentationbug original yttruire ped | 0 |
157,132 | 12,360,123,211 | IssuesEvent | 2020-05-17 14:00:59 | MeridiusIX/RivalAI | https://api.github.com/repos/MeridiusIX/RivalAI | closed | CRITICAL: Refactor Targeting System Code | Built Complete Tested Uploaded | Create a separate system that tracks grids in the world using an event based system that behaviors can easily query details from. Run it before all Targeting checks | 1.0 | CRITICAL: Refactor Targeting System Code - Create a separate system that tracks grids in the world using an event based system that behaviors can easily query details from. Run it before all Targeting checks | non_process | critical refactor targeting system code create a separate system that tracks grids in the world using an event based system that behaviors can easily query details from run it before all targeting checks | 0 |
286,470 | 21,577,141,109 | IssuesEvent | 2022-05-02 14:49:15 | paketo-buildpacks/paketo-website | https://api.github.com/repos/paketo-buildpacks/paketo-website | opened | Document BP_LOG_LEVEL=debug | documentation | ## Problem
<!-- What's wrong? Explain what confused you, was inaccurate, or otherwise didn't meet your expectations -->
[RFC 0027,](https://github.com/paketo-buildpacks/rfcs/blob/main/text/0027-log-levels.md) Common Logging Levels for Buildpacks, has been accepted and has begun to be implemented. As this configuratio... | 1.0 | Document BP_LOG_LEVEL=debug - ## Problem
<!-- What's wrong? Explain what confused you, was inaccurate, or otherwise didn't meet your expectations -->
[RFC 0027,](https://github.com/paketo-buildpacks/rfcs/blob/main/text/0027-log-levels.md) Common Logging Levels for Buildpacks, has been accepted and has begun to be imp... | non_process | document bp log level debug problem common logging levels for buildpacks has been accepted and has begun to be implemented as this configuration is added to buildpacks it should be documented affected page s how to and reference pages for buildpacks that support this env var c... | 0 |
79,298 | 15,586,124,688 | IssuesEvent | 2021-03-18 01:13:42 | mgh3326/freelec-springboot2-webservice_practice | https://api.github.com/repos/mgh3326/freelec-springboot2-webservice_practice | closed | CVE-2020-11620 (High) detected in jackson-databind-2.9.9.3.jar - autoclosed | security vulnerability | ## CVE-2020-11620 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.3.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core stream... | True | CVE-2020-11620 (High) detected in jackson-databind-2.9.9.3.jar - autoclosed - ## CVE-2020-11620 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.3.jar</b></p></sum... | non_process | cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tmp ws scm fr... | 0 |
20,153 | 26,702,909,376 | IssuesEvent | 2023-01-27 15:44:30 | bazelbuild/bazel-skylib | https://api.github.com/repos/bazelbuild/bazel-skylib | closed | Move gazelle plugin into a new git repo | type: process | After #400, I don't understand why the gazelle plugin belongs in this git repo:
* skylib and the gazelle plugin now have separate bazel workspaces
* gazelle plugin doesn't get built by `bazel build //...`
* gazelle plugin doesn't get tested by `bazel test //...`
* gazelle plugin depends only on skylib's public ap... | 1.0 | Move gazelle plugin into a new git repo - After #400, I don't understand why the gazelle plugin belongs in this git repo:
* skylib and the gazelle plugin now have separate bazel workspaces
* gazelle plugin doesn't get built by `bazel build //...`
* gazelle plugin doesn't get tested by `bazel test //...`
* gazelle... | process | move gazelle plugin into a new git repo after i don t understand why the gazelle plugin belongs in this git repo skylib and the gazelle plugin now have separate bazel workspaces gazelle plugin doesn t get built by bazel build gazelle plugin doesn t get tested by bazel test gazelle p... | 1 |
41,201 | 2,868,984,605 | IssuesEvent | 2015-06-05 22:22:42 | dart-lang/pub | https://api.github.com/repos/dart-lang/pub | opened | Consider not defaulting to run an admin port for the editor | enhancement Priority-Low Pub-Serve | <a href="https://github.com/sethladd"><img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sethladd](https://github.com/sethladd)**
_Originally opened as dart-lang/sdk#20924_
----
For pub serve, it starts a secret websocket admin port, speci... | 1.0 | Consider not defaulting to run an admin port for the editor - <a href="https://github.com/sethladd"><img src="https://avatars.githubusercontent.com/u/5479?v=3" align="left" width="96" height="96"hspace="10"></img></a> **Issue by [sethladd](https://github.com/sethladd)**
_Originally opened as dart-lang/sdk#20924_
----
... | non_process | consider not defaulting to run an admin port for the editor issue by originally opened as dart lang sdk for pub serve it starts a secret websocket admin port specifically for the editor not all users use the editor so pub serve doesn t have to assume editor always needs the port humble reco... | 0 |
177,721 | 13,744,714,841 | IssuesEvent | 2020-10-06 00:45:21 | ketan55patil/student_enrollment_api | https://api.github.com/repos/ketan55patil/student_enrollment_api | opened | Unit test for fetch student record | MVP Test | Related to: #8
Test case #|id (int)|firstName (str)|lastName (str)|class (str)|nationality (str)|Expected output
------------ | ------------- | ------------ | ------------ | ------------ | ------------ | ------------
1|Empty/Invalid|X|X|Empty/Invalid|X|Error
2|Valid|X|X|Invalid/Valid|X|Error
3|Invalid/Valid|X|X... | 1.0 | Unit test for fetch student record - Related to: #8
Test case #|id (int)|firstName (str)|lastName (str)|class (str)|nationality (str)|Expected output
------------ | ------------- | ------------ | ------------ | ------------ | ------------ | ------------
1|Empty/Invalid|X|X|Empty/Invalid|X|Error
2|Valid|X|X|Inval... | non_process | unit test for fetch student record related to test case id int firstname str lastname str class str nationality str expected output empty invalid x x empty invalid x error valid x x inval... | 0 |
3,404 | 6,520,153,146 | IssuesEvent | 2017-08-28 15:25:35 | DynareTeam/dynare | https://api.github.com/repos/DynareTeam/dynare | closed | Potentially change treatment of #-expressions in LaTeX - Code | preprocessor | I have a mod-file where I use `write_latex_dynamic_model;`
The file contains an expression
`#delta_2=delta_2divdelta_1*delta_1;`
We should try to add a way to define a LaTeX name for this expression. Moreover, I noticed that sometimes, the LaTeX-Code adds a time t-index to this expression although expressions cannot... | 1.0 | Potentially change treatment of #-expressions in LaTeX - Code - I have a mod-file where I use `write_latex_dynamic_model;`
The file contains an expression
`#delta_2=delta_2divdelta_1*delta_1;`
We should try to add a way to define a LaTeX name for this expression. Moreover, I noticed that sometimes, the LaTeX-Code ad... | process | potentially change treatment of expressions in latex code i have a mod file where i use write latex dynamic model the file contains an expression delta delta delta we should try to add a way to define a latex name for this expression moreover i noticed that sometimes the latex code adds a tim... | 1 |
724,854 | 24,943,466,494 | IssuesEvent | 2022-10-31 21:05:38 | bounswe/bounswe2022group9 | https://api.github.com/repos/bounswe/bounswe2022group9 | closed | [Frontend] Review for Axios and Routing Pull Request | Priority: High Completed Frontend | Deadline: 31.10.2022 11.59
TODO:
- [x] The pull request for axios and routing should be reviewed.
- [x] The pull request should be merged.
| 1.0 | [Frontend] Review for Axios and Routing Pull Request - Deadline: 31.10.2022 11.59
TODO:
- [x] The pull request for axios and routing should be reviewed.
- [x] The pull request should be merged.
| non_process | review for axios and routing pull request deadline todo the pull request for axios and routing should be reviewed the pull request should be merged | 0 |
5,458 | 8,320,067,998 | IssuesEvent | 2018-09-25 19:03:30 | GoogleCloudPlatform/google-cloud-python | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python | opened | Bigtable: 'test_create_instance_defaults' flakes in w/ 429 | api: bigtable flaky testing type: process | From: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/8346
```python
______________ TestInstanceAdminAPI.test_create_instance_defaults ______________
self = <tests.system.TestInstanceAdminAPI testMethod=test_create_instance_defaults>
def test_create_instance_defaults(self):
from ... | 1.0 | Bigtable: 'test_create_instance_defaults' flakes in w/ 429 - From: https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/8346
```python
______________ TestInstanceAdminAPI.test_create_instance_defaults ______________
self = <tests.system.TestInstanceAdminAPI testMethod=test_create_instance_defaults>
... | process | bigtable test create instance defaults flakes in w from python testinstanceadminapi test create instance defaults self def test create instance defaults self from google cloud bigtable import enums alt instance id ndef unique... | 1 |
15,663 | 19,847,070,299 | IssuesEvent | 2022-01-21 08:01:45 | ooi-data/CE09OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_motion_recovered | https://api.github.com/repos/ooi-data/CE09OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_motion_recovered | opened | 🛑 Processing failed: ValueError | process | ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T08:01:44.777251.
## Details
Flow name: `CE09OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_motion_recovered`
Task name: `processing_task`
Error type: `ValueError`
Error message: conflicting sizes for dimension 'wavss_a_buoymo... | 1.0 | 🛑 Processing failed: ValueError - ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T08:01:44.777251.
## Details
Flow name: `CE09OSSM-SBD12-05-WAVSSA000-recovered_host-wavss_a_dcl_motion_recovered`
Task name: `processing_task`
Error type: `ValueError`
Error message: conflicting ... | process | 🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name recovered host wavss a dcl motion recovered task name processing task error type valueerror error message conflicting sizes for dimension wavss a buoymo... | 1 |
222,688 | 17,088,485,042 | IssuesEvent | 2021-07-08 14:35:48 | edmcouncil/fibo | https://api.github.com/repos/edmcouncil/fibo | closed | Missing links to serialization files | bug documentation | (I had to install a dev environment on a new machine so thought I'd follow the instructions)
The instructions here https://github.com/rivettp/fibo/blob/master/CONTRIBUTING.md#fibo-serialization-tools say "These are:
pre-commit (no file extension)
rdf-toolkit.jar
These files are updated from time to time so it is ... | 1.0 | Missing links to serialization files - (I had to install a dev environment on a new machine so thought I'd follow the instructions)
The instructions here https://github.com/rivettp/fibo/blob/master/CONTRIBUTING.md#fibo-serialization-tools say "These are:
pre-commit (no file extension)
rdf-toolkit.jar
These files ... | non_process | missing links to serialization files i had to install a dev environment on a new machine so thought i d follow the instructions the instructions here say these are pre commit no file extension rdf toolkit jar these files are updated from time to time so it is recommended that you re download these direc... | 0 |
511,767 | 14,881,102,884 | IssuesEvent | 2021-01-20 10:03:56 | factly/vidcheck | https://api.github.com/repos/factly/vidcheck | closed | Add fields to video entity | good first issue priority:medium | Add the following fields in `analysis` entity to keep it consistent with `claim` in Dega:
- [ ] claim_date
- [ ] checked_date
- [ ] claimant - Dependent on the issue: https://github.com/factly/vidcheck/issues/21 | 1.0 | Add fields to video entity - Add the following fields in `analysis` entity to keep it consistent with `claim` in Dega:
- [ ] claim_date
- [ ] checked_date
- [ ] claimant - Dependent on the issue: https://github.com/factly/vidcheck/issues/21 | non_process | add fields to video entity add the following fields in analysis entity to keep it consistent with claim in dega claim date checked date claimant dependent on the issue | 0 |
549,211 | 16,087,882,130 | IssuesEvent | 2021-04-26 13:29:53 | h2oai/wave-ml | https://api.github.com/repos/h2oai/wave-ml | closed | Drop `datatable` dependency for `H2O-3` backend | area/core priority/blocker | We use `datatable` [here](https://github.com/h2oai/wave-ml/blob/da279bf1ef8fc994cbaeb7e71f5da47a0b3d981a/h2o_wave_ml/ml.py#L208) to retrieve results from prediction. This is not needed anymore and we can use a standard way.
## Goal
Retrieve results from `H2O-3` backend predictions without using `datatable`. | 1.0 | Drop `datatable` dependency for `H2O-3` backend - We use `datatable` [here](https://github.com/h2oai/wave-ml/blob/da279bf1ef8fc994cbaeb7e71f5da47a0b3d981a/h2o_wave_ml/ml.py#L208) to retrieve results from prediction. This is not needed anymore and we can use a standard way.
## Goal
Retrieve results from `H2O-3` back... | non_process | drop datatable dependency for backend we use datatable to retrieve results from prediction this is not needed anymore and we can use a standard way goal retrieve results from backend predictions without using datatable | 0 |
13,198 | 15,624,678,877 | IssuesEvent | 2021-03-21 03:54:27 | eddieantonio/predictive-text-studio | https://api.github.com/repos/eddieantonio/predictive-text-studio | closed | Support selecting columns from uploaded spreadsheets | data-backing data-processing worker 🔥 High priority | When a spreadsheet (Excel or Google Sheets) is uploaded, it will likely not be in our ideal format, namely, first column for "word" and second column for "count".
Allow the user to select which column from their spreadhseet to use as the word column and which should be the count column.
Predicitve Text Studio sho... | 1.0 | Support selecting columns from uploaded spreadsheets - When a spreadsheet (Excel or Google Sheets) is uploaded, it will likely not be in our ideal format, namely, first column for "word" and second column for "count".
Allow the user to select which column from their spreadhseet to use as the word column and which sh... | process | support selecting columns from uploaded spreadsheets when a spreadsheet excel or google sheets is uploaded it will likely not be in our ideal format namely first column for word and second column for count allow the user to select which column from their spreadhseet to use as the word column and which sh... | 1 |
7,374 | 10,513,657,286 | IssuesEvent | 2019-09-27 21:12:55 | gkiar/reproreading | https://api.github.com/repos/gkiar/reproreading | opened | Paper: The Rician Distribution of Noisy MRI Data | imaging processing stats | URL: [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2254141/](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2254141/)
### This paper does...
- explains mathematically the Rician nature of noise in MR magnitude images, and how this becomes a Raleigh distribution in the absence of signal (i.e. background regions)
| 1.0 | Paper: The Rician Distribution of Noisy MRI Data - URL: [https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2254141/](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2254141/)
### This paper does...
- explains mathematically the Rician nature of noise in MR magnitude images, and how this becomes a Raleigh distribution in the... | process | paper the rician distribution of noisy mri data url this paper does explains mathematically the rician nature of noise in mr magnitude images and how this becomes a raleigh distribution in the absence of signal i e background regions | 1 |
414,051 | 27,976,843,829 | IssuesEvent | 2023-03-25 17:35:37 | nuxt/nuxt | https://api.github.com/repos/nuxt/nuxt | closed | docs: broken link | documentation 3.x | ### Environment
Not applicable
### Reproduction
https://github.com/nuxt/nuxt/blob/main/docs/5.community/4.contribution.md?plain=1#L34
### Describe the bug
This link returns an http 502 error
### Additional context
_No response_
### Logs
_No response_ | 1.0 | docs: broken link - ### Environment
Not applicable
### Reproduction
https://github.com/nuxt/nuxt/blob/main/docs/5.community/4.contribution.md?plain=1#L34
### Describe the bug
This link returns an http 502 error
### Additional context
_No response_
### Logs
_No response_ | non_process | docs broken link environment not applicable reproduction describe the bug this link returns an http error additional context no response logs no response | 0 |
40,323 | 5,201,555,544 | IssuesEvent | 2017-01-24 05:29:44 | devtools-html/debugger.html | https://api.github.com/repos/devtools-html/debugger.html | closed | [Dark Theme] secondary text | design difficulty: easy in progress | The secondary text is an awkward gray that looks off to me.
Here is how you change a [theme color](https://github.com/devtools-html/debugger.html/blob/master/docs/local-development.md#themes)
Here is the secondary text for frames, we could also find other secondary text in breakpoints...
```patch
diff --git ... | 1.0 | [Dark Theme] secondary text - The secondary text is an awkward gray that looks off to me.
Here is how you change a [theme color](https://github.com/devtools-html/debugger.html/blob/master/docs/local-development.md#themes)
Here is the secondary text for frames, we could also find other secondary text in breakpoin... | non_process | secondary text the secondary text is an awkward gray that looks off to me here is how you change a here is the secondary text for frames we could also find other secondary text in breakpoints patch diff git a src components frames css b src components frames css index a src com... | 0 |
67,620 | 9,082,284,192 | IssuesEvent | 2019-02-17 10:51:48 | foundersandcoders/master-reference | https://api.github.com/repos/foundersandcoders/master-reference | opened | Review and update new cohort checklist | documentation | https://github.com/foundersandcoders/master-reference/blob/faeefa255884574fddc5bcb92b46fed42a95c514/curriculum-planning/new-cohort-checklist.md
@arrested-developer @charlielafosse could you please update this as appropriate during your handover?
Also, worth reflecting on whether this checklist is truly relevant t... | 1.0 | Review and update new cohort checklist - https://github.com/foundersandcoders/master-reference/blob/faeefa255884574fddc5bcb92b46fed42a95c514/curriculum-planning/new-cohort-checklist.md
@arrested-developer @charlielafosse could you please update this as appropriate during your handover?
Also, worth reflecting on w... | non_process | review and update new cohort checklist arrested developer charlielafosse could you please update this as appropriate during your handover also worth reflecting on whether this checklist is truly relevant to the master reference or if it is london specific | 0 |
12,602 | 15,007,132,558 | IssuesEvent | 2021-01-31 02:55:47 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Difference algorithm doesn't work on Windows with MultiPoints | Bug Processing | Author Name: **gcarrillo -** (gcarrillo -)
Original Redmine Issue: [19049](https://issues.qgis.org/issues/19049)
Affected QGIS version: 3.1(master)
Redmine category:processing/qgis
---
The Difference algorithm from QGIS Processing seems to work differently depending on the Operating System used.
With the sample G... | 1.0 | Difference algorithm doesn't work on Windows with MultiPoints - Author Name: **gcarrillo -** (gcarrillo -)
Original Redmine Issue: [19049](https://issues.qgis.org/issues/19049)
Affected QGIS version: 3.1(master)
Redmine category:processing/qgis
---
The Difference algorithm from QGIS Processing seems to work different... | process | difference algorithm doesn t work on windows with multipoints author name gcarrillo gcarrillo original redmine issue affected qgis version master redmine category processing qgis the difference algorithm from qgis processing seems to work differently depending on the operating system used ... | 1 |
51,768 | 7,727,224,710 | IssuesEvent | 2018-05-25 01:16:48 | vuejs/jp.vuejs.org | https://api.github.com/repos/vuejs/jp.vuejs.org | closed | [Doc]: Reorganize component props to introduce prop types earlier, fixes #16… | documentation | 本家のドキュメントに更新がありました:page_facing_up:
Original:https://github.com/vuejs/vuejs.org/commit/eee7fcda0e902d8a2c4cfb33f50335f326300fe0 | 1.0 | [Doc]: Reorganize component props to introduce prop types earlier, fixes #16… - 本家のドキュメントに更新がありました:page_facing_up:
Original:https://github.com/vuejs/vuejs.org/commit/eee7fcda0e902d8a2c4cfb33f50335f326300fe0 | non_process | reorganize component props to introduce prop types earlier fixes … 本家のドキュメントに更新がありました page facing up original | 0 |
119,085 | 15,396,635,224 | IssuesEvent | 2021-03-03 20:55:50 | keepid/keepid_client | https://api.github.com/repos/keepid/keepid_client | closed | Admin account → My Clients design | New Design Request enhancement | Colors of buttons under Client Actions perhaps should be the same, as the various colors (especially green and red) can be misleading.
Positioning of objects under "My Clients" header is confusing. For example, Signup Worker button doesn't really have anything to do with "My Clients". Shouldn't Signup Worker be on A... | 1.0 | Admin account → My Clients design - Colors of buttons under Client Actions perhaps should be the same, as the various colors (especially green and red) can be misleading.
Positioning of objects under "My Clients" header is confusing. For example, Signup Worker button doesn't really have anything to do with "My Clien... | non_process | admin account → my clients design colors of buttons under client actions perhaps should be the same as the various colors especially green and red can be misleading positioning of objects under my clients header is confusing for example signup worker button doesn t really have anything to do with my clien... | 0 |
14,038 | 16,845,308,957 | IssuesEvent | 2021-06-19 10:55:30 | darktable-org/darktable | https://api.github.com/repos/darktable-org/darktable | closed | 3.0.0 Framing: setting frame line 100% of narrow border mixes black & white | no-issue-activity scope: UI scope: image processing understood: unclear | Take an image, go to framing module in darkroom.
Set black frame line width to 100% of border width
Reduce white border width to a small value (viz 5%)
Result is an uneven mixture of black & white frame line/border.
Expected a simple black frame line. | 1.0 | 3.0.0 Framing: setting frame line 100% of narrow border mixes black & white - Take an image, go to framing module in darkroom.
Set black frame line width to 100% of border width
Reduce white border width to a small value (viz 5%)
Result is an uneven mixture of black & white frame line/border.
Expected a simple ... | process | framing setting frame line of narrow border mixes black white take an image go to framing module in darkroom set black frame line width to of border width reduce white border width to a small value viz result is an uneven mixture of black white frame line border expected a simple blac... | 1 |
11,029 | 13,836,166,565 | IssuesEvent | 2020-10-14 00:20:59 | unicode-org/icu4x | https://api.github.com/repos/unicode-org/icu4x | closed | Versioning of relative dependencies | C-process T-question discuss | Cargo.toml files have things like
```
icu-locale = { version = "0.0.1", path = "../" }
```
When developing, the `path = "../"` wins. However, when deploying, I guess the case is that `version = "0.0.1"` wins? If that's the case, we should add a lint that the versions are all in sync with each other so that we... | 1.0 | Versioning of relative dependencies - Cargo.toml files have things like
```
icu-locale = { version = "0.0.1", path = "../" }
```
When developing, the `path = "../"` wins. However, when deploying, I guess the case is that `version = "0.0.1"` wins? If that's the case, we should add a lint that the versions are ... | process | versioning of relative dependencies cargo toml files have things like icu locale version path when developing the path wins however when deploying i guess the case is that version wins if that s the case we should add a lint that the versions are ... | 1 |
158,870 | 20,035,471,887 | IssuesEvent | 2022-02-02 11:23:50 | kapseliboi/vly2 | https://api.github.com/repos/kapseliboi/vly2 | opened | CVE-2019-1010266 (Medium) detected in lodash-3.10.1.tgz | security vulnerability | ## CVE-2019-1010266 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-3.10.1.tgz</b></p></summary>
<p>The modern build of lodash modular utilities.</p>
<p>Library home page: <a ... | True | CVE-2019-1010266 (Medium) detected in lodash-3.10.1.tgz - ## CVE-2019-1010266 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-3.10.1.tgz</b></p></summary>
<p>The modern build ... | non_process | cve medium detected in lodash tgz cve medium severity vulnerability vulnerable library lodash tgz the modern build of lodash modular utilities library home page a href path to dependency file package json path to vulnerable library node modules node cipher node mo... | 0 |
6,247 | 9,205,262,443 | IssuesEvent | 2019-03-08 10:05:02 | timeriver/company-management | https://api.github.com/repos/timeriver/company-management | closed | Check profit and loss sheet | In Process Priority: High | check total profit when we dont count these things below
- capital
- the money from last year
to know profit we generate only in this year | 1.0 | Check profit and loss sheet - check total profit when we dont count these things below
- capital
- the money from last year
to know profit we generate only in this year | process | check profit and loss sheet check total profit when we dont count these things below capital the money from last year to know profit we generate only in this year | 1 |
239,429 | 19,897,062,968 | IssuesEvent | 2022-01-25 01:06:13 | jobda-keychain/keychain | https://api.github.com/repos/jobda-keychain/keychain | closed | [검증] 환경 삭제 | test | - [ ] 환경에 계정이 존재할 경우 에러 메시지를 띄우는지
- [x] 모달이 잘 뜨는지
- [x] 아니오를 누르면 모달이 잘 닫히는지
- [x] 예를 누르면 삭제가 성공적으로 실행되는지
- [x] 존재하지 않는 아이디를 삭제하려고 하면 오류가 뜨는지 | 1.0 | [검증] 환경 삭제 - - [ ] 환경에 계정이 존재할 경우 에러 메시지를 띄우는지
- [x] 모달이 잘 뜨는지
- [x] 아니오를 누르면 모달이 잘 닫히는지
- [x] 예를 누르면 삭제가 성공적으로 실행되는지
- [x] 존재하지 않는 아이디를 삭제하려고 하면 오류가 뜨는지 | non_process | 환경 삭제 환경에 계정이 존재할 경우 에러 메시지를 띄우는지 모달이 잘 뜨는지 아니오를 누르면 모달이 잘 닫히는지 예를 누르면 삭제가 성공적으로 실행되는지 존재하지 않는 아이디를 삭제하려고 하면 오류가 뜨는지 | 0 |
266,538 | 23,244,743,491 | IssuesEvent | 2022-08-03 18:57:25 | vertica/spark-connector | https://api.github.com/repos/vertica/spark-connector | closed | Create a process for Spark cluster testing | enhancement size: 3 High Priority testing docker | ## Description
We should have a process on how to create a multi-node Spark cluster and test against it. This will be useful to simulate a real-world use case where Spark applications are submitted to a remote cluster.
Note that we should take into consideration pyspark environment, in particular Jupyter Noteboo... | 1.0 | Create a process for Spark cluster testing - ## Description
We should have a process on how to create a multi-node Spark cluster and test against it. This will be useful to simulate a real-world use case where Spark applications are submitted to a remote cluster.
Note that we should take into consideration pyspa... | non_process | create a process for spark cluster testing description we should have a process on how to create a multi node spark cluster and test against it this will be useful to simulate a real world use case where spark applications are submitted to a remote cluster note that we should take into consideration pyspa... | 0 |
89,662 | 10,606,612,783 | IssuesEvent | 2019-10-11 00:06:20 | semperfiwebdesign/all-in-one-seo-pack | https://api.github.com/repos/semperfiwebdesign/all-in-one-seo-pack | opened | Add help text for new fields Schema Person fields | Documentation - In-app | In #2920 we added two new fields, Person's Name and Person's Image. We need to add the tooltip help text for these new fields. | 1.0 | Add help text for new fields Schema Person fields - In #2920 we added two new fields, Person's Name and Person's Image. We need to add the tooltip help text for these new fields. | non_process | add help text for new fields schema person fields in we added two new fields person s name and person s image we need to add the tooltip help text for these new fields | 0 |
398 | 2,847,664,403 | IssuesEvent | 2015-05-29 18:16:21 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | Incorrect settings put into Virtualbox box config for ssh | bug post-processor/vagrant | Hi,
I have used the virtualbox-iso module to build box image with packer. When I create the image with packer I set the ssh_key_path variable to {{user `home`/.ssh/vagrant}} this works during the build however once the file is build and you try to import the box image it defaults back to using the wrong path to find... | 1.0 | Incorrect settings put into Virtualbox box config for ssh - Hi,
I have used the virtualbox-iso module to build box image with packer. When I create the image with packer I set the ssh_key_path variable to {{user `home`/.ssh/vagrant}} this works during the build however once the file is build and you try to import th... | process | incorrect settings put into virtualbox box config for ssh hi i have used the virtualbox iso module to build box image with packer when i create the image with packer i set the ssh key path variable to user home ssh vagrant this works during the build however once the file is build and you try to import th... | 1 |
11,695 | 14,544,164,611 | IssuesEvent | 2020-12-15 17:48:26 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Workloads tab -> Environments tab? | Pri1 devops-cicd-process/tech devops/prod doc-enhancement help wanted | > If you're using an AKS private cluster, the Workloads tab isn't available.
Not sure: should this say the *'Environments'* tab instead?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 77d95db6-9983-7346-d0eb-4b7443e4e252
* Versio... | 1.0 | Workloads tab -> Environments tab? - > If you're using an AKS private cluster, the Workloads tab isn't available.
Not sure: should this say the *'Environments'* tab instead?
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 77d95db6-... | process | workloads tab environments tab if you re using an aks private cluster the workloads tab isn t available not sure should this say the environments tab instead document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id ... | 1 |
129,361 | 5,095,589,690 | IssuesEvent | 2017-01-03 15:40:26 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | closed | LCM Message Modifications Not Applied Automatically By Build System | priority: medium team: kitware type: bug | When modifying an LCM message definition, the newly generated python bindings are not automatically installed when issuing the `make` command. Two current work-arounds include deleting `[drake distro]/build/lib/python7.2` or executing `make install`. The build system should automatically detect changes in the LCM messa... | 1.0 | LCM Message Modifications Not Applied Automatically By Build System - When modifying an LCM message definition, the newly generated python bindings are not automatically installed when issuing the `make` command. Two current work-arounds include deleting `[drake distro]/build/lib/python7.2` or executing `make install`.... | non_process | lcm message modifications not applied automatically by build system when modifying an lcm message definition the newly generated python bindings are not automatically installed when issuing the make command two current work arounds include deleting build lib or executing make install the build system s... | 0 |
13,104 | 15,496,570,397 | IssuesEvent | 2021-03-11 02:55:45 | dluiscosta/weather_api | https://api.github.com/repos/dluiscosta/weather_api | opened | Establish CI/CD | development process enhancement project enhancement question | Establish automated pipeline for testing and deploying the API to a host with public access.
This involves finding a suitable, free host for that. | 1.0 | Establish CI/CD - Establish automated pipeline for testing and deploying the API to a host with public access.
This involves finding a suitable, free host for that. | process | establish ci cd establish automated pipeline for testing and deploying the api to a host with public access this involves finding a suitable free host for that | 1 |
18,873 | 24,804,551,923 | IssuesEvent | 2022-10-25 02:29:01 | unicode-org/icu4x | https://api.github.com/repos/unicode-org/icu4x | opened | Split up the ffi CI job | T-task A-ffi C-process S-small needs-approval | The ffi CI job performs a lot of loosely related tasks that mostly don't leverage the previous one's build artifacts, and the ffi job is quickly becoming our slowest job. This could be mitigated by splitting the job apart more.
CC @Manishearth @echeran | 1.0 | Split up the ffi CI job - The ffi CI job performs a lot of loosely related tasks that mostly don't leverage the previous one's build artifacts, and the ffi job is quickly becoming our slowest job. This could be mitigated by splitting the job apart more.
CC @Manishearth @echeran | process | split up the ffi ci job the ffi ci job performs a lot of loosely related tasks that mostly don t leverage the previous one s build artifacts and the ffi job is quickly becoming our slowest job this could be mitigated by splitting the job apart more cc manishearth echeran | 1 |
17,350 | 23,173,027,295 | IssuesEvent | 2022-07-31 01:57:07 | lynnandtonic/nestflix.fun | https://api.github.com/repos/lynnandtonic/nestflix.fun | closed | Add The Crowned Queen from “Hotel del Luna” (Screenshots and Poster Added) | suggested title in process | Please add as much of the following info as you can:
Title: The Crowned Queen
Type (film/tv show): TV show - historical drama (Korean)
Film or show in which it appears: Hotel del Luna
Is the parent film/show streaming anywhere? Yes - Netflix
About when in the parent film/show does it appear? Ep. 1x06: "E... | 1.0 | Add The Crowned Queen from “Hotel del Luna” (Screenshots and Poster Added) - Please add as much of the following info as you can:
Title: The Crowned Queen
Type (film/tv show): TV show - historical drama (Korean)
Film or show in which it appears: Hotel del Luna
Is the parent film/show streaming anywhere? Yes... | process | add the crowned queen from “hotel del luna” screenshots and poster added please add as much of the following info as you can title the crowned queen type film tv show tv show historical drama korean film or show in which it appears hotel del luna is the parent film show streaming anywhere yes... | 1 |
7,621 | 10,727,743,309 | IssuesEvent | 2019-10-28 12:27:37 | prisma/prisma2 | https://api.github.com/repos/prisma/prisma2 | closed | Support for more kinds of join tables | bug/2-confirmed kind/bug process/candidate | From my limited understanding of the migration engine, I gather that we only support a very specific type of join table, where the columns & the table itself are named in a format we recognize. This leads to some popular sample DBs being unusable "out of the box". Examples: Chinook, IMDB.
It would be nice to go over... | 1.0 | Support for more kinds of join tables - From my limited understanding of the migration engine, I gather that we only support a very specific type of join table, where the columns & the table itself are named in a format we recognize. This leads to some popular sample DBs being unusable "out of the box". Examples: Chino... | process | support for more kinds of join tables from my limited understanding of the migration engine i gather that we only support a very specific type of join table where the columns the table itself are named in a format we recognize this leads to some popular sample dbs being unusable out of the box examples chino... | 1 |
12,844 | 15,098,508,435 | IssuesEvent | 2021-02-07 23:01:47 | unascribed/NotEnoughCreativity | https://api.github.com/repos/unascribed/NotEnoughCreativity | closed | Another crash | k: Incompatibility v: Forge 1.16 | Hello! with the new version you released that should repair the compatibility between Not enough Creativity and fast workbench, when clicking on the switch button I have this crash: https://pastebin.com/7CZwmW6D | True | Another crash - Hello! with the new version you released that should repair the compatibility between Not enough Creativity and fast workbench, when clicking on the switch button I have this crash: https://pastebin.com/7CZwmW6D | non_process | another crash hello with the new version you released that should repair the compatibility between not enough creativity and fast workbench when clicking on the switch button i have this crash | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.