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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16,429 | 31,849,430,595 | IssuesEvent | 2023-09-14 23:24:55 | cabforum/servercert | https://api.github.com/repos/cabforum/servercert | opened | Minor grammatical error in 7.1.2.11.4 Subject Key Identifier | baseline-requirements clean-up | This section contains the following sentence:
> For example, CAs may generate the subject key identifier using an algorithm derived from the public key, or may generate a sufficiently-large unique number, such by using a CSPRNG.
I think the final clause is either missing an "as" or has an erroneous "such" include... | 1.0 | Minor grammatical error in 7.1.2.11.4 Subject Key Identifier - This section contains the following sentence:
> For example, CAs may generate the subject key identifier using an algorithm derived from the public key, or may generate a sufficiently-large unique number, such by using a CSPRNG.
I think the final clau... | non_process | minor grammatical error in subject key identifier this section contains the following sentence for example cas may generate the subject key identifier using an algorithm derived from the public key or may generate a sufficiently large unique number such by using a csprng i think the final claus... | 0 |
9,099 | 12,178,381,774 | IssuesEvent | 2020-04-28 08:54:55 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | Double free detected | high priority module: dataloader module: multiprocessing quansight-nack topic: crash triaged | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
With PyTorch data loader, I am getting an error-> **double-free detected in tache2**. The number of workers was 5 when I got this error. The program is running fine with num_workers 0.
cc @ezyang @gchanan @zou3519 @SsnL | 1.0 | Double free detected - ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
With PyTorch data loader, I am getting an error-> **double-free detected in tache2**. The number of workers was 5 when I got this error. The program is running fine with num_workers 0.
cc @ezyang @gchanan @zou3519... | process | double free detected 🐛 bug with pytorch data loader i am getting an error double free detected in the number of workers was when i got this error the program is running fine with num workers cc ezyang gchanan ssnl | 1 |
179,286 | 30,213,276,190 | IssuesEvent | 2023-07-05 14:04:49 | RRZE-Webteam/rrze-lectures | https://api.github.com/repos/RRZE-Webteam/rrze-lectures | closed | format-template für Shortcode? | Design In Diskussion | Dieser Issue ist nur ein Brainstorming/Idee.
Ich denke nicht, dass es wirklich notwendig ist, es zu machen. Aber vielleicht doch:
Wenn wir jetzt mit den verschiedenen Issues die Ausgabe gut und usable gestalten, wird diese zwangsläufig auch nicht mehr so aussehen wie in Campo/HIS.
Könnte es dann aber nicht doch... | 1.0 | format-template für Shortcode? - Dieser Issue ist nur ein Brainstorming/Idee.
Ich denke nicht, dass es wirklich notwendig ist, es zu machen. Aber vielleicht doch:
Wenn wir jetzt mit den verschiedenen Issues die Ausgabe gut und usable gestalten, wird diese zwangsläufig auch nicht mehr so aussehen wie in Campo/HIS.
... | non_process | format template für shortcode dieser issue ist nur ein brainstorming idee ich denke nicht dass es wirklich notwendig ist es zu machen aber vielleicht doch wenn wir jetzt mit den verschiedenen issues die ausgabe gut und usable gestalten wird diese zwangsläufig auch nicht mehr so aussehen wie in campo his ... | 0 |
749,382 | 26,161,786,422 | IssuesEvent | 2022-12-31 17:09:47 | OpenTabletDriver/OpenTabletDriver | https://api.github.com/repos/OpenTabletDriver/OpenTabletDriver | closed | Hawku and Devocub filters feel weird after minimizing OTD into the taskbar | bug help wanted windows/wpf priority:medium | ## Description
Whenever i minimize OTD into the taskbar the filters start feeling 60hz on polling rate instead of the value i set in the plugin settings, same happens when running the daemon instead of the UX and sadly i cannot try this on windows 10 neither linux since i own a 12th gen intel cpu. Nothing shows up in ... | 1.0 | Hawku and Devocub filters feel weird after minimizing OTD into the taskbar - ## Description
Whenever i minimize OTD into the taskbar the filters start feeling 60hz on polling rate instead of the value i set in the plugin settings, same happens when running the daemon instead of the UX and sadly i cannot try this on wi... | non_process | hawku and devocub filters feel weird after minimizing otd into the taskbar description whenever i minimize otd into the taskbar the filters start feeling on polling rate instead of the value i set in the plugin settings same happens when running the daemon instead of the ux and sadly i cannot try this on windo... | 0 |
14,452 | 17,533,226,402 | IssuesEvent | 2021-08-12 01:46:14 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | TIN Mesh Creation processing alg does not correctly apply CRS | Feedback stale Processing Bug Mesh | When I create a new mesh from a point collection, and specify the output CRS, the generated mesh loads but indicates that it has no valid CRS. The sample dataset I used is provided as an attachment to https://github.com/qgis/QGIS/issues/39394 so I won't replicate it here. Here is the workflow I used to create a grid:
... | 1.0 | TIN Mesh Creation processing alg does not correctly apply CRS - When I create a new mesh from a point collection, and specify the output CRS, the generated mesh loads but indicates that it has no valid CRS. The sample dataset I used is provided as an attachment to https://github.com/qgis/QGIS/issues/39394 so I won't re... | process | tin mesh creation processing alg does not correctly apply crs when i create a new mesh from a point collection and specify the output crs the generated mesh loads but indicates that it has no valid crs the sample dataset i used is provided as an attachment to so i won t replicate it here here is the workflow i ... | 1 |
18,648 | 3,398,032,547 | IssuesEvent | 2015-12-02 00:45:29 | Microsoft/TypeScript | https://api.github.com/repos/Microsoft/TypeScript | closed | Incorrect function return type: expected it to match generic type parameter | By Design Question | I may just be abusing the type system here, but there's no warnings or errors, so I have to assume it should work. I'm trying to dispatch a command to a registered handler and return the result, which should be of the type specified by the command.
Question is, why is the result always of type object, when the type ... | 1.0 | Incorrect function return type: expected it to match generic type parameter - I may just be abusing the type system here, but there's no warnings or errors, so I have to assume it should work. I'm trying to dispatch a command to a registered handler and return the result, which should be of the type specified by the co... | non_process | incorrect function return type expected it to match generic type parameter i may just be abusing the type system here but there s no warnings or errors so i have to assume it should work i m trying to dispatch a command to a registered handler and return the result which should be of the type specified by the co... | 0 |
174,392 | 27,632,596,992 | IssuesEvent | 2023-03-10 12:04:54 | ethereum/solidity | https://api.github.com/repos/ethereum/solidity | closed | Warn if order in override specifier is different than in inheritance list | language design :rage4: closed-due-inactivity stale | Non-breaking part of https://github.com/ethereum/solidity/issues/8354 | 1.0 | Warn if order in override specifier is different than in inheritance list - Non-breaking part of https://github.com/ethereum/solidity/issues/8354 | non_process | warn if order in override specifier is different than in inheritance list non breaking part of | 0 |
126,244 | 26,809,316,877 | IssuesEvent | 2023-02-01 20:55:43 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Bug]: Custom JS Lib return 401 error for anonymous user | Bug High Needs Triaging Mongo BE Coders Pod Integrations Pod Custom JS Libraries | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
https://theappsmith.slack.com/archives/CGBPVEJ5C/p1674729997721399
### Steps To Reproduce
https://theappsmith.slack.com/archives/CGBPVEJ5C/p1674729997721399
### Public Sample App
_No response_
### Issue video log
... | 1.0 | [Bug]: Custom JS Lib return 401 error for anonymous user - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
https://theappsmith.slack.com/archives/CGBPVEJ5C/p1674729997721399
### Steps To Reproduce
https://theappsmith.slack.com/archives/CGBPVEJ5C/p1674729997721399
... | non_process | custom js lib return error for anonymous user is there an existing issue for this i have searched the existing issues description steps to reproduce public sample app no response issue video log no response version cloud self hosted | 0 |
12,531 | 14,972,332,979 | IssuesEvent | 2021-01-27 22:39:44 | BootBlock/FileSieve | https://api.github.com/repos/BootBlock/FileSieve | opened | Add Move copy mode support to multiple destinations | backend-core processing | Moving files to destination mirrors would probably be more useful than just copying them, but this will require significant core changes that it’ll take a while to implement.
Need to tread carefully as a lot of stuff could get broken. | 1.0 | Add Move copy mode support to multiple destinations - Moving files to destination mirrors would probably be more useful than just copying them, but this will require significant core changes that it’ll take a while to implement.
Need to tread carefully as a lot of stuff could get broken. | process | add move copy mode support to multiple destinations moving files to destination mirrors would probably be more useful than just copying them but this will require significant core changes that it’ll take a while to implement need to tread carefully as a lot of stuff could get broken | 1 |
19,150 | 25,225,841,803 | IssuesEvent | 2022-11-14 15:55:19 | maticnetwork/miden | https://api.github.com/repos/maticnetwork/miden | closed | Memory pre-loading | instruction set processor v0.3 | The following issue came up during discussions related to the implementation of the number theoretic transform (NTT).
In many situations, it is required to have arrays of large sizes loaded into memory before the actual program starts running. This is the situation for example when doing NTT where a large array conta... | 1.0 | Memory pre-loading - The following issue came up during discussions related to the implementation of the number theoretic transform (NTT).
In many situations, it is required to have arrays of large sizes loaded into memory before the actual program starts running. This is the situation for example when doing NTT wher... | process | memory pre loading the following issue came up during discussions related to the implementation of the number theoretic transform ntt in many situations it is required to have arrays of large sizes loaded into memory before the actual program starts running this is the situation for example when doing ntt wher... | 1 |
93,167 | 3,886,536,936 | IssuesEvent | 2016-04-14 01:40:02 | nnnick/Chart.js | https://api.github.com/repos/nnnick/Chart.js | closed | generateLegend() not generating a legend correctly | Category: Bug Priority: p1 Version: 2.x | Hi,
Don't know if this has been fixed or not (I couldn't see it after doing a search) but currently the generateLegend function is producing strange results:

As you can see the label has the backgro... | 1.0 | generateLegend() not generating a legend correctly - Hi,
Don't know if this has been fixed or not (I couldn't see it after doing a search) but currently the generateLegend function is producing strange results:
 have an ID in the form of `urn:ietf:id:draft-blank-ietf-bimi-02` and `urn:i... | 1.0 | A unique identifier for W3C specifications - It'd be nice if the W3C specifications had a unique ID that we could use to query APIs similarly to what is done with other standardization instances specifications.
[IETF Internet-Drafts & RFC](https://datatracker.ietf.org/doc/html/rfc2648) have an ID in the form of `urn... | process | a unique identifier for specifications it d be nice if the specifications had a unique id that we could use to query apis similarly to what is done with other standardization instances specifications have an id in the form of urn ietf id draft blank ietf bimi and urn ietf rfc and can be used with... | 1 |
2,273 | 5,103,843,014 | IssuesEvent | 2017-01-04 22:43:06 | Jarvvski/CavTools | https://api.github.com/repos/Jarvvski/CavTools | closed | BF1 Origins on Enlisment App | Process Flow Request | <h2>Problem</h2><br />Could you please look into having a box to input applicant's Origins name on the enlistment form?<br /><hr><h2>Reason</h2><br />Makes it easier to track applicants<br><br>-Specialist Masse.P
| 1.0 | BF1 Origins on Enlisment App - <h2>Problem</h2><br />Could you please look into having a box to input applicant's Origins name on the enlistment form?<br /><hr><h2>Reason</h2><br />Makes it easier to track applicants<br><br>-Specialist Masse.P
| process | origins on enlisment app problem could you please look into having a box to input applicant s origins name on the enlistment form reason makes it easier to track applicants specialist masse p | 1 |
12,892 | 9,996,704,884 | IssuesEvent | 2019-07-12 00:51:46 | APSIMInitiative/ApsimX | https://api.github.com/repos/APSIMInitiative/ApsimX | closed | Unnecessary serialization of simulation properties | interface/infrastructure refactor | Certain properties of simulation objects (Descriptors and Services) are serialised when they do not need to be. | 1.0 | Unnecessary serialization of simulation properties - Certain properties of simulation objects (Descriptors and Services) are serialised when they do not need to be. | non_process | unnecessary serialization of simulation properties certain properties of simulation objects descriptors and services are serialised when they do not need to be | 0 |
21,324 | 28,960,678,841 | IssuesEvent | 2023-05-10 02:01:29 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | Bazel Deps not linking on `cc_library` but links on `cc_binary` | P3 type: support / not a bug (process) team-Rules-CPP stale | I am attempting to include a library called pytorch in my project
```
cc_library(
name = "torch_cpu",
srcs = [
"lib/libtorch.so",
"lib/libtorch_cpu.so",
"lib/libc10.so",
"lib/libcaffe2_detectron_ops.so",
],
#srcs = glob(["lib/*.so"]),
linkopts = [
... | 1.0 | Bazel Deps not linking on `cc_library` but links on `cc_binary` - I am attempting to include a library called pytorch in my project
```
cc_library(
name = "torch_cpu",
srcs = [
"lib/libtorch.so",
"lib/libtorch_cpu.so",
"lib/libc10.so",
"lib/libcaffe2_detectron_ops.so",
... | process | bazel deps not linking on cc library but links on cc binary i am attempting to include a library called pytorch in my project cc library name torch cpu srcs lib libtorch so lib libtorch cpu so lib so lib detectron ops so ... | 1 |
17,496 | 23,305,508,035 | IssuesEvent | 2022-08-07 23:50:05 | lynnandtonic/nestflix.fun | https://api.github.com/repos/lynnandtonic/nestflix.fun | closed | Add Sports Shouting from "30 Rock" | suggested title in process | Please add as much of the following info as you can:
Title: Sports Shouting
Type (film/tv show): TV show
Film or show in which it appears: **30 Rock**
Is the parent film/show streaming anywhere? Yes
About when in the parent film/show does it appear? S04E05
Actual footage of the film/show can be seen (... | 1.0 | Add Sports Shouting from "30 Rock" - Please add as much of the following info as you can:
Title: Sports Shouting
Type (film/tv show): TV show
Film or show in which it appears: **30 Rock**
Is the parent film/show streaming anywhere? Yes
About when in the parent film/show does it appear? S04E05
Actual f... | process | add sports shouting from rock please add as much of the following info as you can title sports shouting type film tv show tv show film or show in which it appears rock is the parent film show streaming anywhere yes about when in the parent film show does it appear actual footage ... | 1 |
186,290 | 14,394,659,959 | IssuesEvent | 2020-12-03 01:49:23 | github-vet/rangeclosure-findings | https://api.github.com/repos/github-vet/rangeclosure-findings | closed | logosapollos/ego: src/pkg/image/jpeg/dct_test.go; 14 LoC | fresh small test |
Found a possible issue in [logosapollos/ego](https://www.github.com/logosapollos/ego) at [src/pkg/image/jpeg/dct_test.go](https://github.com/logosapollos/ego/blob/61fab933d8850b59a60a88ef3456f6a7470e9d02/src/pkg/image/jpeg/dct_test.go#L53-L66)
The below snippet of Go code triggered static analysis which searches for ... | 1.0 | logosapollos/ego: src/pkg/image/jpeg/dct_test.go; 14 LoC -
Found a possible issue in [logosapollos/ego](https://www.github.com/logosapollos/ego) at [src/pkg/image/jpeg/dct_test.go](https://github.com/logosapollos/ego/blob/61fab933d8850b59a60a88ef3456f6a7470e9d02/src/pkg/image/jpeg/dct_test.go#L53-L66)
The below snipp... | non_process | logosapollos ego src pkg image jpeg dct test go loc found a possible issue in at the below snippet of go code triggered static analysis which searches for goroutines and or defer statements which capture loop variables click here to show the line s of go which triggered the analyzer ... | 0 |
18,327 | 24,445,549,113 | IssuesEvent | 2022-10-06 17:38:15 | MPMG-DCC-UFMG/C01 | https://api.github.com/repos/MPMG-DCC-UFMG/C01 | closed | Problemas ao deletar parâmetros opcionais | [1] Bug [2] Alta Prioridade [0] Desenvolvimento [3] Processamento Dinâmico | ## Comportamento Esperado
Espera-se que parâmetros opcionais instanciados possam ser removidos quando desejamos retirá-lo ao editarmos um coletor.
## Comportamento Atual
Quando editamos um coletor, descartando um parâmetro opcional de um passo dinâmico qualquer, o sistema não salva essa alteração: o parâmetro cont... | 1.0 | Problemas ao deletar parâmetros opcionais - ## Comportamento Esperado
Espera-se que parâmetros opcionais instanciados possam ser removidos quando desejamos retirá-lo ao editarmos um coletor.
## Comportamento Atual
Quando editamos um coletor, descartando um parâmetro opcional de um passo dinâmico qualquer, o sistem... | process | problemas ao deletar parâmetros opcionais comportamento esperado espera se que parâmetros opcionais instanciados possam ser removidos quando desejamos retirá lo ao editarmos um coletor comportamento atual quando editamos um coletor descartando um parâmetro opcional de um passo dinâmico qualquer o sistem... | 1 |
17,993 | 24,011,188,895 | IssuesEvent | 2022-09-14 18:58:33 | AcademySoftwareFoundation/OpenCue | https://api.github.com/repos/AcademySoftwareFoundation/OpenCue | opened | [cuegui] Upgrade to PySide6 | process | **Describe the process**
PySide2 is deprecated and no longer publishes wheels for newer platforms. I'm unable to `pip install PySide2` on my M1 macbook for example. This is blocking me from working on various other issues.
We should upgrade to PySide6, which is the currently supported version. | 1.0 | [cuegui] Upgrade to PySide6 - **Describe the process**
PySide2 is deprecated and no longer publishes wheels for newer platforms. I'm unable to `pip install PySide2` on my M1 macbook for example. This is blocking me from working on various other issues.
We should upgrade to PySide6, which is the currently supported ... | process | upgrade to describe the process is deprecated and no longer publishes wheels for newer platforms i m unable to pip install on my macbook for example this is blocking me from working on various other issues we should upgrade to which is the currently supported version | 1 |
171,231 | 27,086,759,020 | IssuesEvent | 2023-02-14 17:33:07 | MetaMask/metamask-extension | https://api.github.com/repos/MetaMask/metamask-extension | closed | Update Story Links in Storybook Documentation | design-system team-extension-client team-extension-UX | When https://github.com/MetaMask/metamask-extension/pull/17518 was merged it changed some storybook URLs since the story name was changed and as a result, the link references to those stories are broken. We will need to update internal and external links. This ticket is to update all internal links inside of the repo.
... | 1.0 | Update Story Links in Storybook Documentation - When https://github.com/MetaMask/metamask-extension/pull/17518 was merged it changed some storybook URLs since the story name was changed and as a result, the link references to those stories are broken. We will need to update internal and external links. This ticket is t... | non_process | update story links in storybook documentation when was merged it changed some storybook urls since the story name was changed and as a result the link references to those stories are broken we will need to update internal and external links this ticket is to update all internal links inside of the repo a g... | 0 |
257,111 | 22,147,084,466 | IssuesEvent | 2022-06-03 13:10:45 | python/cpython | https://api.github.com/repos/python/cpython | closed | Attempt to further increase test coverage of calendar module | type-feature tests | BPO | [25528](https://bugs.python.org/issue25528)
--- | :---
Nosy | @rhettinger, @vadmium, @serhiy-storchaka, @matrixise, @iritkatriel
Files | <li>[mywork.patch](https://bugs.python.org/file40916/mywork.patch "Uploaded as text/plain at 2015-11-01.09:57:43 by Rohit Mediratta"): Patch to increase coverage for 3 additiona... | 1.0 | Attempt to further increase test coverage of calendar module - BPO | [25528](https://bugs.python.org/issue25528)
--- | :---
Nosy | @rhettinger, @vadmium, @serhiy-storchaka, @matrixise, @iritkatriel
Files | <li>[mywork.patch](https://bugs.python.org/file40916/mywork.patch "Uploaded as text/plain at 2015-11-01.09:57:43 b... | non_process | attempt to further increase test coverage of calendar module bpo nosy rhettinger vadmium serhiy storchaka matrixise iritkatriel files uploaded as text plain at by rohit mediratta patch to increase coverage for additional lines uploaded as text plain at ... | 0 |
340,436 | 24,654,540,081 | IssuesEvent | 2022-10-17 21:48:52 | kubernetes/minikube | https://api.github.com/repos/kubernetes/minikube | closed | document `socket_vmnet` installation | kind/documentation | ### What Happened?
We should document how to install `socket_vmnet` and point to this documentation when the user tries to use Qemu with `socket_vmnet` but doesn't actually have it installed. | 1.0 | document `socket_vmnet` installation - ### What Happened?
We should document how to install `socket_vmnet` and point to this documentation when the user tries to use Qemu with `socket_vmnet` but doesn't actually have it installed. | non_process | document socket vmnet installation what happened we should document how to install socket vmnet and point to this documentation when the user tries to use qemu with socket vmnet but doesn t actually have it installed | 0 |
329,217 | 28,208,620,370 | IssuesEvent | 2023-04-05 00:48:42 | golang/go | https://api.github.com/repos/golang/go | closed | cmd/dist: linker warnings when compiling misc/cgo tests statically on `boringcrypto` builder | Testing NeedsFix | ```
#!watchflakes
post <- log ~ `warning: Using 'getaddrinfo' in statically linked applications`
```
Issue created automatically to collect these failures.
Example ([log](https://build.golang.org/log/dc7a10dbecbaecf752ec9d3ab8ce7d6bc7707be0)):
/usr/bin/ld: /workdir/tmp/go-link-1495653376/000023.o: in fu... | 1.0 | cmd/dist: linker warnings when compiling misc/cgo tests statically on `boringcrypto` builder - ```
#!watchflakes
post <- log ~ `warning: Using 'getaddrinfo' in statically linked applications`
```
Issue created automatically to collect these failures.
Example ([log](https://build.golang.org/log/dc7a10dbecbaecf7... | non_process | cmd dist linker warnings when compiling misc cgo tests statically on boringcrypto builder watchflakes post log warning using getaddrinfo in statically linked applications issue created automatically to collect these failures example usr bin ld workdir tmp go link o ... | 0 |
66,477 | 14,785,019,767 | IssuesEvent | 2021-01-12 01:40:32 | Watemlifts/pritunl | https://api.github.com/repos/Watemlifts/pritunl | opened | CVE-2020-15366 (Medium) detected in ajv-5.5.2.tgz | security vulnerability | ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-5.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator</p>
<p>Library home page: <a href="https://registry... | True | CVE-2020-15366 (Medium) detected in ajv-5.5.2.tgz - ## CVE-2020-15366 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-5.5.2.tgz</b></p></summary>
<p>Another JSON Schema Validator... | non_process | cve medium detected in ajv tgz cve medium severity vulnerability vulnerable library ajv tgz another json schema validator library home page a href path to dependency file pritunl www package json path to vulnerable library pritunl www node modules ajv package json ... | 0 |
7,392 | 6,022,516,221 | IssuesEvent | 2017-06-07 21:14:50 | PowerShell/PowerShell | https://api.github.com/repos/PowerShell/PowerShell | closed | Powershell initialization on linux is slow | Area-Performance Resolution-Fixed | ## Steps to reproduce
Launch powershell
## Expected behavior
Usable prompt in milliseconds
## Actual behavior
Usable prompt in seconds
## Environment data
``` powershell
PS /> $PSVersionTable
Name Value
---- -----
PSVersion 6.0.0-alpha
PSEdit... | True | Powershell initialization on linux is slow - ## Steps to reproduce
Launch powershell
## Expected behavior
Usable prompt in milliseconds
## Actual behavior
Usable prompt in seconds
## Environment data
``` powershell
PS /> $PSVersionTable
Name Value
---- -----
PSVe... | non_process | powershell initialization on linux is slow steps to reproduce launch powershell expected behavior usable prompt in milliseconds actual behavior usable prompt in seconds environment data powershell ps psversiontable name value psve... | 0 |
11,067 | 13,903,469,866 | IssuesEvent | 2020-10-20 07:17:43 | decidim/decidim | https://api.github.com/repos/decidim/decidim | closed | Analyze ContentBlocks for adapting them to Process Groups | contract: process-groups | Analyze and implement changes if needed to Blocks internals to allow usage in Process Groups context. | 1.0 | Analyze ContentBlocks for adapting them to Process Groups - Analyze and implement changes if needed to Blocks internals to allow usage in Process Groups context. | process | analyze contentblocks for adapting them to process groups analyze and implement changes if needed to blocks internals to allow usage in process groups context | 1 |
65,263 | 16,175,041,797 | IssuesEvent | 2021-05-03 04:34:45 | hash-checker/hash-checker-lite | https://api.github.com/repos/hash-checker/hash-checker-lite | closed | An error occurred during gradle syncing | build error | 
Changing System.getenv(KEYSTORE_PATH)
to String.valueOf(System.getenv(KEYSTORE_PATH))
solves the problem and makes a successful gradle sync
The same for the other three calls of System.getenv
... | 1.0 | An error occurred during gradle syncing - 
Changing System.getenv(KEYSTORE_PATH)
to String.valueOf(System.getenv(KEYSTORE_PATH))
solves the problem and makes a successful gradle sync
The same fo... | non_process | an error occurred during gradle syncing changing system getenv keystore path to string valueof system getenv keystore path solves the problem and makes a successful gradle sync the same for the other three calls of system getenv if you accept this assign it to me please | 0 |
19,679 | 26,031,908,329 | IssuesEvent | 2022-12-21 22:20:22 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | Description of $(Rev:r) lacks meaning of $(Rev:.r) and its used on this page in most of examples | doc-enhancement devops/prod Pri2 devops-cicd-process/tech | In $(Rev:r) definition there is no mention of adding dot, just r or rr as parameter.
Whats the meaning of $(Rev:.r) and how does it differs from $(Rev:r)
Thanks
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: a57f8545-bb15-3a71-18... | 1.0 | Description of $(Rev:r) lacks meaning of $(Rev:.r) and its used on this page in most of examples - In $(Rev:r) definition there is no mention of adding dot, just r or rr as parameter.
Whats the meaning of $(Rev:.r) and how does it differs from $(Rev:r)
Thanks
---
#### Document Details
⚠ *Do not edit this sec... | process | description of rev r lacks meaning of rev r and its used on this page in most of examples in rev r definition there is no mention of adding dot just r or rr as parameter whats the meaning of rev r and how does it differs from rev r thanks document details ⚠ do not edit this sec... | 1 |
18,635 | 24,580,448,350 | IssuesEvent | 2022-10-13 15:14:31 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [iOS] [FHIR] Questionnaire response > Other answers are getting stored for the form step questions in the following scenario | Bug P1 iOS Response datastore Process: Fixed Process: Tested QA Process: Tested dev | Steps:
1. In SB add multiple text choice questions in the form of step
2. In mobile, provide the response only for the first question
3. Don't provide the answer to the 2nd question
4. Submit the response
5. Go to the FHIR store and observe
AR: Selected value for the first question in the form is getting displa... | 3.0 | [iOS] [FHIR] Questionnaire response > Other answers are getting stored for the form step questions in the following scenario - Steps:
1. In SB add multiple text choice questions in the form of step
2. In mobile, provide the response only for the first question
3. Don't provide the answer to the 2nd question
4. Subm... | process | questionnaire response other answers are getting stored for the form step questions in the following scenario steps in sb add multiple text choice questions in the form of step in mobile provide the response only for the first question don t provide the answer to the question submit the resp... | 1 |
430,840 | 30,203,166,154 | IssuesEvent | 2023-07-05 07:38:09 | d702e20/CGAAL | https://api.github.com/repos/d702e20/CGAAL | closed | The JSON example models/queries are wrong | documentation good first issue | For instance, the model `json-examples/mexican_standoff/mexican_standoff.json` with query `json-examples/mexican_standoff/can_3_players_gurantee_atleast_one_of_them_survives.json` results in false, but should be true. Looks like labels might be off-by-one.
But there are more problems: The query `json-examples/mexica... | 1.0 | The JSON example models/queries are wrong - For instance, the model `json-examples/mexican_standoff/mexican_standoff.json` with query `json-examples/mexican_standoff/can_3_players_gurantee_atleast_one_of_them_survives.json` results in false, but should be true. Looks like labels might be off-by-one.
But there are mo... | non_process | the json example models queries are wrong for instance the model json examples mexican standoff mexican standoff json with query json examples mexican standoff can players gurantee atleast one of them survives json results in false but should be true looks like labels might be off by one but there are mo... | 0 |
112,780 | 24,327,746,207 | IssuesEvent | 2022-09-30 16:15:43 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | opened | insights: ensure pings are emitted successfully | team/code-insights backend | This an open ended problem statement, but as a follow up to our need to patch 4.01 with ping fixes. Consider the following (or other ideas):
1. alert on ping objects
2. automated tests for each ping object | 1.0 | insights: ensure pings are emitted successfully - This an open ended problem statement, but as a follow up to our need to patch 4.01 with ping fixes. Consider the following (or other ideas):
1. alert on ping objects
2. automated tests for each ping object | non_process | insights ensure pings are emitted successfully this an open ended problem statement but as a follow up to our need to patch with ping fixes consider the following or other ideas alert on ping objects automated tests for each ping object | 0 |
10,426 | 13,218,181,134 | IssuesEvent | 2020-08-17 08:16:21 | bisq-network/proposals | https://api.github.com/repos/bisq-network/proposals | closed | [WIP] User support | an:idea re:processes was:superseded | > _This is a Bisq Network proposal. Please familiarize yourself with the [submission and review process](https://docs.bisq.network/proposals.html)._
<!-- Please do not remove the text above. -->
**Problem**
When a user creates a support issue, the developer providing support has 2 goals in mind:
1. Help t... | 1.0 | [WIP] User support - > _This is a Bisq Network proposal. Please familiarize yourself with the [submission and review process](https://docs.bisq.network/proposals.html)._
<!-- Please do not remove the text above. -->
**Problem**
When a user creates a support issue, the developer providing support has 2 goal... | process | user support this is a bisq network proposal please familiarize yourself with the problem when a user creates a support issue the developer providing support has goals in mind help the user solve her problem prevent other users from facing the same problem sometimes both ... | 1 |
414,531 | 27,991,100,695 | IssuesEvent | 2023-03-27 03:53:15 | CarsOk/castillo_del_rey | https://api.github.com/repos/CarsOk/castillo_del_rey | closed | pagina de diagrama | documentation | ## Yo como
Aprendiz Sena
##Quiero
Realizar pagina de diagramas
##Para
Seguimientos del proyecto | 1.0 | pagina de diagrama - ## Yo como
Aprendiz Sena
##Quiero
Realizar pagina de diagramas
##Para
Seguimientos del proyecto | non_process | pagina de diagrama yo como aprendiz sena quiero realizar pagina de diagramas para seguimientos del proyecto | 0 |
20,313 | 26,956,267,760 | IssuesEvent | 2023-02-08 15:06:52 | carbon-design-system/ibm-cloud-cognitive | https://api.github.com/repos/carbon-design-system/ibm-cloud-cognitive | closed | Reduce frequency of update workflow | type: process improvement | ## What will this achieve?
With contributors’ time split between product and library, we should reduce dependency updates to be once a month for the time being.
## How will success be measured?
## Additional information
- Designs
- Existing code
- etc
| 1.0 | Reduce frequency of update workflow - ## What will this achieve?
With contributors’ time split between product and library, we should reduce dependency updates to be once a month for the time being.
## How will success be measured?
## Additional information
- Designs
- Existing code
- etc
| process | reduce frequency of update workflow what will this achieve with contributors’ time split between product and library we should reduce dependency updates to be once a month for the time being how will success be measured additional information designs existing code etc | 1 |
223,073 | 17,102,639,207 | IssuesEvent | 2021-07-09 13:28:00 | learning-at-home/hivemind | https://api.github.com/repos/learning-at-home/hivemind | opened | Document relevant parts of libp2p | documentation | Currently, all interfaces with libp2p only gloss over the inner workings of this library, which might not be very helpful for our contributors that want to understand the design decisions behind hivemind that are connected to libp2p integration.
For instance, we possibly want to document that:
* Connections to di... | 1.0 | Document relevant parts of libp2p - Currently, all interfaces with libp2p only gloss over the inner workings of this library, which might not be very helpful for our contributors that want to understand the design decisions behind hivemind that are connected to libp2p integration.
For instance, we possibly want to d... | non_process | document relevant parts of currently all interfaces with only gloss over the inner workings of this library which might not be very helpful for our contributors that want to understand the design decisions behind hivemind that are connected to integration for instance we possibly want to document that ... | 0 |
14,630 | 17,767,716,567 | IssuesEvent | 2021-08-30 09:40:38 | googleapis/nodejs-asset | https://api.github.com/repos/googleapis/nodejs-asset | closed | Dependency Dashboard | type: process api: cloudasset | This issue contains a list of Renovate updates and their statuses.
## Awaiting Schedule
These updates are awaiting their schedule. Click on a checkbox to get an update now.
- [ ] <!-- unschedule-branch=renovate/actions-setup-node-2.x -->chore(deps): update actions/setup-node action to v2
## Ignored or Blocked
Thes... | 1.0 | Dependency Dashboard - This issue contains a list of Renovate updates and their statuses.
## Awaiting Schedule
These updates are awaiting their schedule. Click on a checkbox to get an update now.
- [ ] <!-- unschedule-branch=renovate/actions-setup-node-2.x -->chore(deps): update actions/setup-node action to v2
## I... | process | dependency dashboard this issue contains a list of renovate updates and their statuses awaiting schedule these updates are awaiting their schedule click on a checkbox to get an update now chore deps update actions setup node action to ignored or blocked these are blocked by an existing closed p... | 1 |
340,399 | 30,513,899,487 | IssuesEvent | 2023-07-19 00:07:05 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | cloud/amazon: TestReadFileAtReturnsSize failed | C-test-failure O-robot branch-master T-disaster-recovery | cloud/amazon.TestReadFileAtReturnsSize [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/10966069?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/10966069?buildTab=artifacts#/) on master @ [06b5ba7888339e... | 1.0 | cloud/amazon: TestReadFileAtReturnsSize failed - cloud/amazon.TestReadFileAtReturnsSize [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/10966069?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_CloudUnitTests/10966069?... | non_process | cloud amazon testreadfileatreturnssize failed cloud amazon testreadfileatreturnssize with on master run testreadfileatreturnssize storage test go error trace github com cockroachdb cockroach pkg cloud amazon storage test go error not equal ... | 0 |
10,680 | 13,463,472,503 | IssuesEvent | 2020-09-09 17:38:57 | chavarera/python-mini-projects | https://api.github.com/repos/chavarera/python-mini-projects | closed | Convert JPEG file to PNG | Assigned Image-processing Learn good first issue intermediate | # Description
Script to convert JPEG file into PNG format.
## Type of issue
- [x] Feature (New Script)
## Checklist:
- [x] I have read the project guidelines.
- [x] I have checked all the existing projects, before submitting a new project issue.
- [x] I have checked previous issues to avoid duplicates.... | 1.0 | Convert JPEG file to PNG - # Description
Script to convert JPEG file into PNG format.
## Type of issue
- [x] Feature (New Script)
## Checklist:
- [x] I have read the project guidelines.
- [x] I have checked all the existing projects, before submitting a new project issue.
- [x] I have checked previous ... | process | convert jpeg file to png description script to convert jpeg file into png format type of issue feature new script checklist i have read the project guidelines i have checked all the existing projects before submitting a new project issue i have checked previous issues t... | 1 |
395,865 | 27,090,849,486 | IssuesEvent | 2023-02-14 20:55:58 | larray-project/larray | https://api.github.com/repos/larray-project/larray | closed | update tutorial using get_example_filepath | bug documentation difficulty: low priority: BLOCKER | It now returns a Path object so this code is not valid anymore:
```python
csv_dir = get_example_filepath('examples')
population = read_csv(csv_dir + '/population.csv')
```
and should be changed to:
```python
csv_dir = get_example_filepath('examples')
population = read_csv(csv_dir / 'population.csv')
```
There... | 1.0 | update tutorial using get_example_filepath - It now returns a Path object so this code is not valid anymore:
```python
csv_dir = get_example_filepath('examples')
population = read_csv(csv_dir + '/population.csv')
```
and should be changed to:
```python
csv_dir = get_example_filepath('examples')
population = rea... | non_process | update tutorial using get example filepath it now returns a path object so this code is not valid anymore python csv dir get example filepath examples population read csv csv dir population csv and should be changed to python csv dir get example filepath examples population rea... | 0 |
21,103 | 28,059,714,515 | IssuesEvent | 2023-03-29 11:50:22 | NationalSecurityAgency/ghidra | https://api.github.com/repos/NationalSecurityAgency/ghidra | closed | MIPS64 ElfRelocationHandler issue | Feature: Loader/ELF Feature: Processor/MIPS Status: Internal | **Describe the bug**
Attempting to analyze some MIPS64 object files with debug info, and I'm seeing several messages about failed relocations:
`ERROR (ElfRelocationHandler) Failed to apply component-offset pointer at .debug_info::00000011`
**To Reproduce**
Steps to reproduce the behavior:
1. Grab an object file ... | 1.0 | MIPS64 ElfRelocationHandler issue - **Describe the bug**
Attempting to analyze some MIPS64 object files with debug info, and I'm seeing several messages about failed relocations:
`ERROR (ElfRelocationHandler) Failed to apply component-offset pointer at .debug_info::00000011`
**To Reproduce**
Steps to reproduce th... | process | elfrelocationhandler issue describe the bug attempting to analyze some object files with debug info and i m seeing several messages about failed relocations error elfrelocationhandler failed to apply component offset pointer at debug info to reproduce steps to reproduce the behavior g... | 1 |
21,965 | 30,461,787,721 | IssuesEvent | 2023-07-17 07:31:35 | zammad/zammad | https://api.github.com/repos/zammad/zammad | closed | Single select display value in trigger variable (#{ticket.abc.value}) is empty when "custom option sort" is used | bug trigger verified prioritised by payment object manager attribute variable processing | ### Used Zammad Version
6.0.
### Environment
- Installation method: any
- Operating system: any
- Database + version: [any
- Elasticsearch version: any
- Browser + version: MS Edge, v. 114.0.1823.67 (64-bit)
### Actual behaviour
If a certain object is referenced via a value in a trigger, for example, and th... | 1.0 | Single select display value in trigger variable (#{ticket.abc.value}) is empty when "custom option sort" is used - ### Used Zammad Version
6.0.
### Environment
- Installation method: any
- Operating system: any
- Database + version: [any
- Elasticsearch version: any
- Browser + version: MS Edge, v. 114.0.1823.6... | process | single select display value in trigger variable ticket abc value is empty when custom option sort is used used zammad version environment installation method any operating system any database version any elasticsearch version any browser version ms edge v b... | 1 |
2,539 | 5,300,272,015 | IssuesEvent | 2017-02-10 03:52:49 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | Packer hangs when compress post-processor runs out of disk space | bug post-processor/compress | Hey guys, perhaps an unusual case here - I ran out of disk on my macbook whilst compressing a vagrant box. The `packer` processes are left hung and I'm going to have to manually kill them.
Pertinent packer output:
```
vmware-iso (vagrant): Compressing: Vagrantfile
vmware-iso (vagrant): Compressing: disk-s001.... | 1.0 | Packer hangs when compress post-processor runs out of disk space - Hey guys, perhaps an unusual case here - I ran out of disk on my macbook whilst compressing a vagrant box. The `packer` processes are left hung and I'm going to have to manually kill them.
Pertinent packer output:
```
vmware-iso (vagrant): Compres... | process | packer hangs when compress post processor runs out of disk space hey guys perhaps an unusual case here i ran out of disk on my macbook whilst compressing a vagrant box the packer processes are left hung and i m going to have to manually kill them pertinent packer output vmware iso vagrant compres... | 1 |
21,816 | 30,316,622,237 | IssuesEvent | 2023-07-10 15:59:47 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | Change term - Add comment to namePublishedIn & namePublishedInID | Term - change Class - Taxon non-normative Process - complete | ## Term change
* Submitter: Markus Döring
* Efficacy Justification (why is this change necessary?): The definition is potentially unclear for recombinations
Current Term definition: https://dwc.tdwg.org/list/#dwc_namePublishedIn
Current Term definition: https://dwc.tdwg.org/list/#dwc_namePublishedInID
Propos... | 1.0 | Change term - Add comment to namePublishedIn & namePublishedInID - ## Term change
* Submitter: Markus Döring
* Efficacy Justification (why is this change necessary?): The definition is potentially unclear for recombinations
Current Term definition: https://dwc.tdwg.org/list/#dwc_namePublishedIn
Current Term def... | process | change term add comment to namepublishedin namepublishedinid term change submitter markus döring efficacy justification why is this change necessary the definition is potentially unclear for recombinations current term definition current term definition proposed attributes of the new ... | 1 |
2,578 | 5,341,874,555 | IssuesEvent | 2017-02-17 05:17:36 | AllenFang/react-bootstrap-table | https://api.github.com/repos/AllenFang/react-bootstrap-table | reopened | Paging Dropdown CSS issue | enhancement inprocess | Hello,
I have implemented nested grid functionality. Now, the paging dropdown of child grid is not opening correctly. Please check attached screenshot.
Please do the needful !
Regards,
Romil
 functionality is not working | Bug P0 iOS Android Process: Fixed Process: Tested QA Process: Tested dev | AR: Stats and Charts(Trends) functionality is not working > Values are not getting displayed in the stats and charts when the participant provides the response for the activities
ER: Stats and Chart functionality should work as expected | 3.0 | [Mobile apps] Stats and Charts(Trends) functionality is not working - AR: Stats and Charts(Trends) functionality is not working > Values are not getting displayed in the stats and charts when the participant provides the response for the activities
ER: Stats and Chart functionality should work as expected | process | stats and charts trends functionality is not working ar stats and charts trends functionality is not working values are not getting displayed in the stats and charts when the participant provides the response for the activities er stats and chart functionality should work as expected | 1 |
13,484 | 16,018,313,454 | IssuesEvent | 2021-04-20 18:57:42 | googleapis/python-dialogflow | https://api.github.com/repos/googleapis/python-dialogflow | closed | How to select a region with the python client? | api: dialogflow type: process | Hi, guys, there is something wrong when I using the python client, because of dialogflow have different regions, every region has each agent, the client's default region is US, but when I want to select other region, I can't find any parameter and method helping me do it. Could you help me to solve it, thanks very much... | 1.0 | How to select a region with the python client? - Hi, guys, there is something wrong when I using the python client, because of dialogflow have different regions, every region has each agent, the client's default region is US, but when I want to select other region, I can't find any parameter and method helping me do it... | process | how to select a region with the python client hi guys there is something wrong when i using the python client because of dialogflow have different regions every region has each agent the client s default region is us but when i want to select other region i can t find any parameter and method helping me do it... | 1 |
21,199 | 28,236,964,492 | IssuesEvent | 2023-04-06 02:00:09 | lizhihao6/get-daily-arxiv-noti | https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti | opened | New submissions for Thu, 6 Apr 23 | event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB | ## Keyword: events
There is no result
## Keyword: event camera
There is no result
## Keyword: events camera
There is no result
## Keyword: white balance
There is no result
## Keyword: color contrast
There is no result
## Keyword: AWB
### SMPConv: Self-moving Point Representations for Continuous Convolution
- **Au... | 2.0 | New submissions for Thu, 6 Apr 23 - ## Keyword: events
There is no result
## Keyword: event camera
There is no result
## Keyword: events camera
There is no result
## Keyword: white balance
There is no result
## Keyword: color contrast
There is no result
## Keyword: AWB
### SMPConv: Self-moving Point Representatio... | process | new submissions for thu apr keyword events there is no result keyword event camera there is no result keyword events camera there is no result keyword white balance there is no result keyword color contrast there is no result keyword awb smpconv self moving point representation... | 1 |
327,474 | 9,976,159,600 | IssuesEvent | 2019-07-09 14:31:45 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | opened | XSD file for zone should match with the output of one.zone.info | Category: API Priority: Normal Status: Accepted | **Description**
XSD file for zone should match with the output of `one.zone.info` instead of `onezone show <zone_id> -x`. Also it is necessary to create a raftstatus.xsd file for defining the strucutre of the output of `one.zone.raftstatus`.
<!--////////////////////////////////////////////-->
<!-- THIS SECTION IS ... | 1.0 | XSD file for zone should match with the output of one.zone.info - **Description**
XSD file for zone should match with the output of `one.zone.info` instead of `onezone show <zone_id> -x`. Also it is necessary to create a raftstatus.xsd file for defining the strucutre of the output of `one.zone.raftstatus`.
<!--////... | non_process | xsd file for zone should match with the output of one zone info description xsd file for zone should match with the output of one zone info instead of onezone show x also it is necessary to create a raftstatus xsd file for defining the strucutre of the output of one zone raftstatus ... | 0 |
311,265 | 23,378,560,019 | IssuesEvent | 2022-08-11 07:11:23 | singularity-data/risingwave-docs | https://api.github.com/repos/singularity-data/risingwave-docs | opened | Document table functions: unnest(), generate_series | documentation | ### Related code PR
https://github.com/singularity-data/risingwave/pull/4030
### Which part(s) of the docs might be affected or should be updated? And how?
Support table functions in SELECT.
Add a new section, "Table functions" to
<img width="276" alt="image" src="https://user-images.githubusercontent.com/100549... | 1.0 | Document table functions: unnest(), generate_series - ### Related code PR
https://github.com/singularity-data/risingwave/pull/4030
### Which part(s) of the docs might be affected or should be updated? And how?
Support table functions in SELECT.
Add a new section, "Table functions" to
<img width="276" alt="image"... | non_process | document table functions unnest generate series related code pr which part s of the docs might be affected or should be updated and how support table functions in select add a new section table functions to img width alt image src add unnest and generate series to table funct... | 0 |
2,331 | 5,142,627,370 | IssuesEvent | 2017-01-12 13:53:54 | jimbrown75/Permit-Vision-Enhancements | https://api.github.com/repos/jimbrown75/Permit-Vision-Enhancements | opened | 2D Barcodes | bug High Priority Must Fix Verified by PTW Process Lead | Defect - The existing isolation tag barcodes do not scan from a mobile device. eVision advise that 2D barcodes are required. Please include in V8 MD delivery.
2D barcodes must be available for permits, ICC's and ICC tags. | 1.0 | 2D Barcodes - Defect - The existing isolation tag barcodes do not scan from a mobile device. eVision advise that 2D barcodes are required. Please include in V8 MD delivery.
2D barcodes must be available for permits, ICC's and ICC tags. | process | barcodes defect the existing isolation tag barcodes do not scan from a mobile device evision advise that barcodes are required please include in md delivery barcodes must be available for permits icc s and icc tags | 1 |
76 | 2,528,310,320 | IssuesEvent | 2015-01-22 01:36:01 | tinkerpop/tinkerpop3 | https://api.github.com/repos/tinkerpop/tinkerpop3 | closed | We may be able to get rid of Step.setNextStep() and setPreviousStep().... | enhancement process | ...by means of being smart about step indexing. getNextStep() and getPreviousStep() will still exist. | 1.0 | We may be able to get rid of Step.setNextStep() and setPreviousStep().... - ...by means of being smart about step indexing. getNextStep() and getPreviousStep() will still exist. | process | we may be able to get rid of step setnextstep and setpreviousstep by means of being smart about step indexing getnextstep and getpreviousstep will still exist | 1 |
20,041 | 26,525,796,214 | IssuesEvent | 2023-01-19 08:37:17 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | closed | regulation of endosome size (GO:0051036) | obsoletion waiting for feedback cellular processes | Please provide as much information as you can:
* **GO term ID and Label**
regulation of endosome size (GO:0051036)
* **Reason for deprecation**
This seems like a phenotype, not a process. Endosome size changes in different mutants as steps in endosomal trafficking are blocked. Size of endosomes is not regulat... | 1.0 | regulation of endosome size (GO:0051036) - Please provide as much information as you can:
* **GO term ID and Label**
regulation of endosome size (GO:0051036)
* **Reason for deprecation**
This seems like a phenotype, not a process. Endosome size changes in different mutants as steps in endosomal trafficking ar... | process | regulation of endosome size go please provide as much information as you can go term id and label regulation of endosome size go reason for deprecation this seems like a phenotype not a process endosome size changes in different mutants as steps in endosomal trafficking are blocked s... | 1 |
216,812 | 16,819,953,424 | IssuesEvent | 2021-06-17 11:58:44 | eclipse-openj9/openj9 | https://api.github.com/repos/eclipse-openj9/openj9 | opened | JDK8 MacOS MauveMultiThrdLoad_special_5m_22_FAILED - Segmentation error vmState=0x00000000 Module=default/libj9jit29.dylib | test failure | Failure link
------------
From an internal build `Test_openjdk8_j9_special.system_x86-64_mac_testList_0/44/` (`osxrt11`):
```
openjdk version "1.8.0_302-beta"
OpenJDK Runtime Environment (build 1.8.0_302-beta-202106170233-b05)
Eclipse OpenJ9 VM (build master-0385f0737, JRE 1.8.0 Mac OS X amd64-64-Bit Compressed... | 1.0 | JDK8 MacOS MauveMultiThrdLoad_special_5m_22_FAILED - Segmentation error vmState=0x00000000 Module=default/libj9jit29.dylib - Failure link
------------
From an internal build `Test_openjdk8_j9_special.system_x86-64_mac_testList_0/44/` (`osxrt11`):
```
openjdk version "1.8.0_302-beta"
OpenJDK Runtime Environment (... | non_process | macos mauvemultithrdload special failed segmentation error vmstate module default dylib failure link from an internal build test special system mac testlist openjdk version beta openjdk runtime environment build beta eclipse vm buil... | 0 |
77,027 | 15,496,255,887 | IssuesEvent | 2021-03-11 02:20:33 | n-devs/BuySellCar-Online | https://api.github.com/repos/n-devs/BuySellCar-Online | opened | WS-2019-0424 (Medium) detected in elliptic-6.5.0.tgz | security vulnerability | ## WS-2019-0424 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.0.tgz</b></p></summary>
<p>EC cryptography</p>
<p>Library home page: <a href="https://registry.npmjs.org/... | True | WS-2019-0424 (Medium) detected in elliptic-6.5.0.tgz - ## WS-2019-0424 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>elliptic-6.5.0.tgz</b></p></summary>
<p>EC cryptography</p>
<p>... | non_process | ws medium detected in elliptic tgz ws medium severity vulnerability vulnerable library elliptic tgz ec cryptography library home page a href path to dependency file buysellcar online package json path to vulnerable library buysellcar online node modules elliptic pac... | 0 |
4,551 | 7,381,896,768 | IssuesEvent | 2018-03-15 01:27:30 | mlmasters/toxic-comments | https://api.github.com/repos/mlmasters/toxic-comments | closed | Identify and handle outliers | preprocessing | There are outliers in the data which may hinder our efforts at predicting toxicity. For example, there are some extremely long comments that may skew word counts. One complication of this is the fact that there is a strong relationship between toxicity and being an outlier on comment length (i.e., outliers on comment l... | 1.0 | Identify and handle outliers - There are outliers in the data which may hinder our efforts at predicting toxicity. For example, there are some extremely long comments that may skew word counts. One complication of this is the fact that there is a strong relationship between toxicity and being an outlier on comment leng... | process | identify and handle outliers there are outliers in the data which may hinder our efforts at predicting toxicity for example there are some extremely long comments that may skew word counts one complication of this is the fact that there is a strong relationship between toxicity and being an outlier on comment leng... | 1 |
21,577 | 29,934,153,039 | IssuesEvent | 2023-06-22 11:36:21 | NationalSecurityAgency/ghidra | https://api.github.com/repos/NationalSecurityAgency/ghidra | closed | ARM vdup.32 is decoded incorrectly | Feature: Processor/ARM Status: Internal | **Describe the bug**
The ARM `vdup.32` instruction - more specifically, the source register - is decoded incorrectly.
For example, `80 EE 10 0B` (`vdup.32 d0, r0`) will be decoded as `vdup.32 d0, lr`, leading to nonsensical disassembly.
The built-in assembler (accessed via `Patch Instruction`) will also refuse to ... | 1.0 | ARM vdup.32 is decoded incorrectly - **Describe the bug**
The ARM `vdup.32` instruction - more specifically, the source register - is decoded incorrectly.
For example, `80 EE 10 0B` (`vdup.32 d0, r0`) will be decoded as `vdup.32 d0, lr`, leading to nonsensical disassembly.
The built-in assembler (accessed via `Pat... | process | arm vdup is decoded incorrectly describe the bug the arm vdup instruction more specifically the source register is decoded incorrectly for example ee vdup will be decoded as vdup lr leading to nonsensical disassembly the built in assembler accessed via patch instruc... | 1 |
19,222 | 25,358,608,307 | IssuesEvent | 2022-11-20 16:33:22 | streamnative/pulsar-spark | https://api.github.com/repos/streamnative/pulsar-spark | closed | [BUG]write data into pulsar, Literal must have a corresponding value to string, but class String found | type/bug compute/data-processing | **Describe the bug**
when write data in pulsar,,use the follow code:
```scala
def main(args: Array[String]): Unit = {
val sparkSession = SparkSession.builder().appName("test-pulsar").master("local").getOrCreate()
val startingOffsets = topicOffsets(Map("persistent://public/default/my-topic" -> Message... | 1.0 | [BUG]write data into pulsar, Literal must have a corresponding value to string, but class String found - **Describe the bug**
when write data in pulsar,,use the follow code:
```scala
def main(args: Array[String]): Unit = {
val sparkSession = SparkSession.builder().appName("test-pulsar").master("local").getO... | process | write data into pulsar literal must have a corresponding value to string but class string found describe the bug when write data in pulsar use the follow code scala def main args array unit val sparksession sparksession builder appname test pulsar master local getorcreate ... | 1 |
20,415 | 4,543,225,607 | IssuesEvent | 2016-09-10 01:34:41 | brian-team/brian2 | https://api.github.com/repos/brian-team/brian2 | opened | Third tutorial | component: documentation enhancement | Would be good to have some 'advanced' topics like:
* Subgroups
* Linked variables
* run_regularly
* network_operation | 1.0 | Third tutorial - Would be good to have some 'advanced' topics like:
* Subgroups
* Linked variables
* run_regularly
* network_operation | non_process | third tutorial would be good to have some advanced topics like subgroups linked variables run regularly network operation | 0 |
22,498 | 31,475,628,424 | IssuesEvent | 2023-08-30 10:28:35 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Duplicate error notification from terminal process non-zero termination | macos under-discussion terminal-process | <details><summary>Details</summary>
<p>
```
Version: 1.80.0-insider
Commit: 73eb619afb87cab4aa83a569259c891b6983c11e
Date: 2023-06-19T05:56:57.953Z
Electron: 22.3.11
ElectronBuildId: 21658788
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin arm64 22.5.0
```
</p>
</detail... | 1.0 | Duplicate error notification from terminal process non-zero termination - <details><summary>Details</summary>
<p>
```
Version: 1.80.0-insider
Commit: 73eb619afb87cab4aa83a569259c891b6983c11e
Date: 2023-06-19T05:56:57.953Z
Electron: 22.3.11
ElectronBuildId: 21658788
Chromium: 108.0.5359.215
Node.js: 16.17.1
... | process | duplicate error notification from terminal process non zero termination details version insider commit date electron electronbuildid chromium node js electron os darwin every now and then exiting zsh by typi... | 1 |
7,090 | 10,238,227,751 | IssuesEvent | 2019-08-19 15:26:50 | hubmapconsortium/hubmap-data-portal | https://api.github.com/repos/hubmapconsortium/hubmap-data-portal | opened | Requirement specifications, Test specifications for data portal and REST api | fundamental process | We presently do not have any requirements specifications, test specs for data portal or REST api. These documents ideally help us understand/bridge the gaps between team members and understand the feature implementations better. For example: when we say Login: what are features in dataportal and REST api we intend to i... | 1.0 | Requirement specifications, Test specifications for data portal and REST api - We presently do not have any requirements specifications, test specs for data portal or REST api. These documents ideally help us understand/bridge the gaps between team members and understand the feature implementations better. For example:... | process | requirement specifications test specifications for data portal and rest api we presently do not have any requirements specifications test specs for data portal or rest api these documents ideally help us understand bridge the gaps between team members and understand the feature implementations better for example ... | 1 |
7,550 | 10,675,293,145 | IssuesEvent | 2019-10-21 11:20:15 | magento/async-import | https://api.github.com/repos/magento/async-import | closed | Make UUID for import starting not required | Contribution Day Import Process Progress: dev in progress good first issue | ### Story
#150 [Story] Import Process
### Description (*)
For import starting, currently, UUID is a required field.
See
`\Magento\AsynchronousImportApi\Api\StartImportInterface`
`\Magento\AsynchronousImportApi\Api\Data\ImportInterface`
Should be an optional field, if not passed should be generated on Magent... | 1.0 | Make UUID for import starting not required - ### Story
#150 [Story] Import Process
### Description (*)
For import starting, currently, UUID is a required field.
See
`\Magento\AsynchronousImportApi\Api\StartImportInterface`
`\Magento\AsynchronousImportApi\Api\Data\ImportInterface`
Should be an optional field... | process | make uuid for import starting not required story import process description for import starting currently uuid is a required field see magento asynchronousimportapi api startimportinterface magento asynchronousimportapi api data importinterface should be an optional field if not... | 1 |
19,955 | 26,432,428,363 | IssuesEvent | 2023-01-15 00:38:14 | devssa/onde-codar-em-salvador | https://api.github.com/repos/devssa/onde-codar-em-salvador | closed | [DADOS] [REMOTO] Engenheiro de Dados na [JUSBRASIL] | DESENVOLVIMENTO DE SOFTWARE REMOTO PROCESSOS INGLÊS HELP WANTED CIÊNCIA DE DADOS ENGENHARIA DE DADOS Stale | <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Front-End na [NOME DA EMPRESA]`
========================... | 1.0 | [DADOS] [REMOTO] Engenheiro de Dados na [JUSBRASIL] - <!--
==================================================
POR FAVOR, SÓ POSTE SE A VAGA FOR PARA SALVADOR E CIDADES VIZINHAS!
Use: "Desenvolvedor Front-end" ao invés de
"Front-End Developer" \o/
Exemplo: `[JAVASCRIPT] [MYSQL] [NODE.JS] Desenvolvedor Fro... | process | engenheiro de dados na por favor só poste se a vaga for para salvador e cidades vizinhas use desenvolvedor front end ao invés de front end developer o exemplo desenvolvedor front end na ... | 1 |
4,794 | 7,688,839,038 | IssuesEvent | 2018-05-17 10:42:43 | aiidateam/aiida_core | https://api.github.com/repos/aiidateam/aiida_core | closed | calculation.copy() fails | topic/JobCalculationAndProcess type/bug | I get this traceback:
```
c.copy()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-29-90d0dc129940> in <module>()
----> 1 c.copy()
/home/aiida/codes/aiida_core/aiida/orm/mixins.pyc in copy(sel... | 1.0 | calculation.copy() fails - I get this traceback:
```
c.copy()
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-29-90d0dc129940> in <module>()
----> 1 c.copy()
/home/aiida/codes/aiida_core/aiida... | process | calculation copy fails i get this traceback c copy attributeerror traceback most recent call last in c copy home aiida codes aiida core aiida orm mixins pyc in copy self include... | 1 |
83,063 | 16,086,273,173 | IssuesEvent | 2021-04-26 11:38:19 | joomla/joomla-cms | https://api.github.com/repos/joomla/joomla-cms | closed | [4.0] Vote: Need padding-bottom in article-view having picture | No Code Attached Yet | ### What needs to be fixed
As title say:
Picture | Text
---- | ----
 | 
#... | 1.0 | [4.0] Vote: Need padding-bottom in article-view having picture - ### What needs to be fixed
As title say:
Picture | Text
---- | ----
 | . Support was added to SPIRE core to support these fields in (#3445), which would consume these columns. However, while developing and eval... | 1.0 | Remove x509_svid_ttl column - In anticipation of introducing seperate X509-SVID and JWT-SVID TTL registration entry fields, two new columns were added to the registration entry model in the datastore (see #3174). Support was added to SPIRE core to support these fields in (#3445), which would consume these columns. Howe... | non_process | remove svid ttl column in anticipation of introducing seperate svid and jwt svid ttl registration entry fields two new columns were added to the registration entry model in the datastore see support was added to spire core to support these fields in which would consume these columns however while d... | 0 |
284,640 | 24,612,210,027 | IssuesEvent | 2022-10-14 23:22:12 | Thy-Vipe/BeastsOfBermuda-issues | https://api.github.com/repos/Thy-Vipe/BeastsOfBermuda-issues | opened | [Bug] Music Loop Bug - Extended | bug UI public_testing | _Originally written by **Mondevu | 76561198030846914**_
Game Version: 1.1.1608
*===== System Specs =====
CPU Brand: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Vendor: GenuineIntel
GPU Brand: NVIDIA GeForce GTX 1080
GPU Driver Info: Unknown
Num CPU Cores: 4
===================*
Context: **Velo**
Map: Islatitania
After... | 1.0 | [Bug] Music Loop Bug - Extended - _Originally written by **Mondevu | 76561198030846914**_
Game Version: 1.1.1608
*===== System Specs =====
CPU Brand: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
Vendor: GenuineIntel
GPU Brand: NVIDIA GeForce GTX 1080
GPU Driver Info: Unknown
Num CPU Cores: 4
===================*
Context: ... | non_process | music loop bug extended originally written by mondevu game version system specs cpu brand intel r core tm cpu vendor genuineintel gpu brand nvidia geforce gtx gpu driver info unknown num cpu cores context velo map islatitania after ... | 0 |
2,935 | 5,919,700,342 | IssuesEvent | 2017-05-22 18:23:04 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | reopened | Test: System.ServiceProcess.Tests.ServiceControllerTests/StartWithArguments failed with "System.ServiceProcess.TimeoutException" | area-System.ServiceProcess test-run-portable | Opened on behalf of @Jiayili1
The test `System.ServiceProcess.Tests.ServiceControllerTests/StartWithArguments` has failed.
System.ServiceProcess.TimeoutException : Time out has expired and the operation has not been completed.
Stack Trace:
at System.ServiceProcess.ServiceController.WaitForStatus(... | 1.0 | Test: System.ServiceProcess.Tests.ServiceControllerTests/StartWithArguments failed with "System.ServiceProcess.TimeoutException" - Opened on behalf of @Jiayili1
The test `System.ServiceProcess.Tests.ServiceControllerTests/StartWithArguments` has failed.
System.ServiceProcess.TimeoutException : Time out has expired an... | process | test system serviceprocess tests servicecontrollertests startwitharguments failed with system serviceprocess timeoutexception opened on behalf of the test system serviceprocess tests servicecontrollertests startwitharguments has failed system serviceprocess timeoutexception time out has expired and the o... | 1 |
231,641 | 25,525,474,808 | IssuesEvent | 2022-11-29 01:37:12 | kapseliboi/WeiPay | https://api.github.com/repos/kapseliboi/WeiPay | reopened | CVE-2021-24036 (High) detected in follyv2016.09.26.00 | security vulnerability | ## CVE-2021-24036 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follyv2016.09.26.00</b></p></summary>
<p>
<p>An open-source C++ library developed and used at Facebook.</p>
<p>Library... | True | CVE-2021-24036 (High) detected in follyv2016.09.26.00 - ## CVE-2021-24036 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>follyv2016.09.26.00</b></p></summary>
<p>
<p>An open-source C+... | non_process | cve high detected in cve high severity vulnerability vulnerable library an open source c library developed and used at facebook library home page a href found in base branch stable vulnerable source files third party folly ... | 0 |
13,739 | 16,493,836,282 | IssuesEvent | 2021-05-25 08:07:24 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | closed | GO:NEW invasive hyphae formation | New term request multi-species process | background
Plant infection requires an infection cell, called an appressorium,
which uses a pressure-driven mechanism to breach the tough cuticle of the leaf (3, 4). Once inside plant tissue, the fungus elaborates pseudohyphalike
invasive hyphae that rapidly colonize living host cells, secreting effector molecules t... | 1.0 | GO:NEW invasive hyphae formation - background
Plant infection requires an infection cell, called an appressorium,
which uses a pressure-driven mechanism to breach the tough cuticle of the leaf (3, 4). Once inside plant tissue, the fungus elaborates pseudohyphalike
invasive hyphae that rapidly colonize living hos... | process | go new invasive hyphae formation background plant infection requires an infection cell called an appressorium which uses a pressure driven mechanism to breach the tough cuticle of the leaf once inside plant tissue the fungus elaborates pseudohyphalike invasive hyphae that rapidly colonize living hos... | 1 |
19,458 | 25,745,616,869 | IssuesEvent | 2022-12-08 09:38:26 | dotnet/dotnet-api-docs | https://api.github.com/repos/dotnet/dotnet-api-docs | closed | Is the OnStart method document of servicebase incorrect | untriaged Pri3 area-System.ServiceProcess |
look this code snippet,
```c#
Environment.GetCommandLineArgs()
```
It's can not get registry,but in the [OnStart](https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicebase.onstart?view=dotnet-plat-ext-5.0#System_ServiceProcess_ServiceBase_OnStart_System_String___) document that we can get re... | 1.0 | Is the OnStart method document of servicebase incorrect -
look this code snippet,
```c#
Environment.GetCommandLineArgs()
```
It's can not get registry,but in the [OnStart](https://docs.microsoft.com/en-us/dotnet/api/system.serviceprocess.servicebase.onstart?view=dotnet-plat-ext-5.0#System_ServiceProcess_ServiceB... | process | is the onstart method document of servicebase incorrect look this code snippet, c environment getcommandlineargs it s can not get registry but in the document that we can get registry infomation | 1 |
451,949 | 13,044,049,369 | IssuesEvent | 2020-07-29 03:26:22 | 33cn/plugin | https://api.github.com/repos/33cn/plugin | closed | mempool 删除大量交易缓存速度较慢 | high priority | 4个节点组成 tendermint 集群,每个节点依次循环打包区块,其中 mempool 排序策略为 timeline 方式
当每个节点每秒钟收到1000笔交易时,出现 节点需要等待4,5秒才能获取到新的交易
初步判断是节点打包区块后通知 mempool 删除其交易缓存的速度较慢 | 1.0 | mempool 删除大量交易缓存速度较慢 - 4个节点组成 tendermint 集群,每个节点依次循环打包区块,其中 mempool 排序策略为 timeline 方式
当每个节点每秒钟收到1000笔交易时,出现 节点需要等待4,5秒才能获取到新的交易
初步判断是节点打包区块后通知 mempool 删除其交易缓存的速度较慢 | non_process | mempool 删除大量交易缓存速度较慢 tendermint 集群,每个节点依次循环打包区块,其中 mempool 排序策略为 timeline 方式 ,出现 , 初步判断是节点打包区块后通知 mempool 删除其交易缓存的速度较慢 | 0 |
111,287 | 11,728,472,515 | IssuesEvent | 2020-03-10 17:36:37 | davorpa/gpul-labs-android-scissors-game | https://api.github.com/repos/davorpa/gpul-labs-android-scissors-game | opened | Update README with library used version | documentation good first issue | Update README.md to reflect versions of
Andoid
Tools used
Frameworks
... | 1.0 | Update README with library used version - Update README.md to reflect versions of
Andoid
Tools used
Frameworks
... | non_process | update readme with library used version update readme md to reflect versions of andoid tools used frameworks | 0 |
253,912 | 27,337,574,113 | IssuesEvent | 2023-02-26 12:08:22 | DEV-REPO-URIEL/Example | https://api.github.com/repos/DEV-REPO-URIEL/Example | opened | babel-loader-6.4.1.tgz: 1 vulnerabilities (highest severity is: 9.8) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>babel-loader-6.4.1.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /package.json</p>
<p>Path to vulnerable library: /node_modules/loader-utils/package.json<... | True | babel-loader-6.4.1.tgz: 1 vulnerabilities (highest severity is: 9.8) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>babel-loader-6.4.1.tgz</b></p></summary>
<p></p>
<p>Path to dependency file: /package.json</p>
... | non_process | babel loader tgz vulnerabilities highest severity is vulnerable library babel loader tgz path to dependency file package json path to vulnerable library node modules loader utils package json found in head commit a href mend has checked all newer package... | 0 |
55,594 | 14,579,476,740 | IssuesEvent | 2020-12-18 07:23:00 | PowerDNS/pdns | https://api.github.com/repos/PowerDNS/pdns | closed | broken link in recursor hooks documentation | defect docs easy rec | - Program: Recursor
- Issue type: Bug report
### Short description
./pdns/recursordist/docs/lua-scripting/hooks.rst
https://docs.powerdns.com/recursor/lua-scripting/hooks.html
> Once a script is loaded, PowerDNS looks for several functions in the loaded script. All of these functions are optional.
The... | 1.0 | broken link in recursor hooks documentation - - Program: Recursor
- Issue type: Bug report
### Short description
./pdns/recursordist/docs/lua-scripting/hooks.rst
https://docs.powerdns.com/recursor/lua-scripting/hooks.html
> Once a script is loaded, PowerDNS looks for several functions in the loaded scrip... | non_process | broken link in recursor hooks documentation program recursor issue type bug report short description pdns recursordist docs lua scripting hooks rst once a script is loaded powerdns looks for several functions in the loaded script all of these functions are optional the word funct... | 0 |
14,566 | 17,689,938,941 | IssuesEvent | 2021-08-24 08:42:54 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Add support for stopping WVD Hosts | automation/svc triaged cxp awaiting-product-team-response product-feedback process-automation/subsvc Pri1 | I'm not sure if this is the right place, but I think this solution can be easily expanded to be able to gracefully shutdown WVD hosts, as users logged in needs to be logged off first before the VM can be shut down, for the users to be able to login to another WVD host.
I have prepared a script which does this, also,... | 1.0 | Add support for stopping WVD Hosts - I'm not sure if this is the right place, but I think this solution can be easily expanded to be able to gracefully shutdown WVD hosts, as users logged in needs to be logged off first before the VM can be shut down, for the users to be able to login to another WVD host.
I have pre... | process | add support for stopping wvd hosts i m not sure if this is the right place but i think this solution can be easily expanded to be able to gracefully shutdown wvd hosts as users logged in needs to be logged off first before the vm can be shut down for the users to be able to login to another wvd host i have pre... | 1 |
560,675 | 16,601,490,561 | IssuesEvent | 2021-06-01 20:08:19 | google/ground-platform | https://api.github.com/repos/google/ground-platform | opened | [Feature] Layer labels for polygons and points | priority: p2 type: feature request web | Currently, only a color designates and distinguishes one layer from another. While this works, it is slightly inconvenient to have to recollect color associations when viewing the map. Supporting layer labels on points and polygons would make it easier to quickly identify the layer to which a given feature belongs. | 1.0 | [Feature] Layer labels for polygons and points - Currently, only a color designates and distinguishes one layer from another. While this works, it is slightly inconvenient to have to recollect color associations when viewing the map. Supporting layer labels on points and polygons would make it easier to quickly identif... | non_process | layer labels for polygons and points currently only a color designates and distinguishes one layer from another while this works it is slightly inconvenient to have to recollect color associations when viewing the map supporting layer labels on points and polygons would make it easier to quickly identify the la... | 0 |
293,680 | 25,316,424,280 | IssuesEvent | 2022-11-17 22:05:32 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Extend detection for ad ref code | QA/Yes release-notes/exclude QA/Test-Plan-Specified OS/Android | <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REOPENED AFTER SUFFICIENT INFO IS PROV... | 1.0 | Extend detection for ad ref code - <!-- Have you searched for similar issues? Before submitting this issue, please check the open issues and add a note before logging a new issue.
PLEASE USE THE TEMPLATE BELOW TO PROVIDE INFORMATION ABOUT THE ISSUE.
INSUFFICIENT INFO WILL GET THE ISSUE CLOSED. IT WILL ONLY BE REO... | non_process | extend detection for ad ref code have you searched for similar issues before submitting this issue please check the open issues and add a note before logging a new issue please use the template below to provide information about the issue insufficient info will get the issue closed it will only be reo... | 0 |
17,241 | 22,970,796,981 | IssuesEvent | 2022-07-20 02:46:10 | zotero/zotero | https://api.github.com/repos/zotero/zotero | opened | Add a dropmarker to Quick Format citation bubbles | Word Processor Integration | https://twitter.com/grace_lao/status/1549544846913933313
I've been thinking for a while that we need to make the popup more obvious. People in the forums pretty regularly have no idea that there's more to the dialog.
We probably want a light-blueish triangle on the right-hand side. Will slightly ruin the asymmetr... | 1.0 | Add a dropmarker to Quick Format citation bubbles - https://twitter.com/grace_lao/status/1549544846913933313
I've been thinking for a while that we need to make the popup more obvious. People in the forums pretty regularly have no idea that there's more to the dialog.
We probably want a light-blueish triangle on ... | process | add a dropmarker to quick format citation bubbles i ve been thinking for a while that we need to make the popup more obvious people in the forums pretty regularly have no idea that there s more to the dialog we probably want a light blueish triangle on the right hand side will slightly ruin the asymmetry o... | 1 |
54,355 | 11,219,650,674 | IssuesEvent | 2020-01-07 14:19:54 | hazelcast/hazelcast-jet | https://api.github.com/repos/hazelcast/hazelcast-jet | closed | hello-world example does not print anything if submitted through CLI | code-samples defect | In case when `hello-world` example jar from https://github.com/hazelcast/hazelcast-jet/tree/master/examples/hello-world is submitted through jet CLI then expected result is not printed. It seems it is caused by missing log4j properties.
We should provide and documented simple way how to run execute this code sample ... | 1.0 | hello-world example does not print anything if submitted through CLI - In case when `hello-world` example jar from https://github.com/hazelcast/hazelcast-jet/tree/master/examples/hello-world is submitted through jet CLI then expected result is not printed. It seems it is caused by missing log4j properties.
We should... | non_process | hello world example does not print anything if submitted through cli in case when hello world example jar from is submitted through jet cli then expected result is not printed it seems it is caused by missing properties we should provide and documented simple way how to run execute this code sample properl... | 0 |
8,365 | 11,519,059,461 | IssuesEvent | 2020-02-14 11:54:52 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | closed | Obsoletion of unused symbiont 'growth' terms | multi-species process obsoletion | Hello,
These terms combine a process and a location, so they will be obsoleted:
* GO:0044151 growth of host on or near symbiont surface
* GO:0044133 growth of symbiont on or near host (2 EXP ASAP @pgaudet)
* GO:0044135 growth of symbiont on or near host phyllosphere
* GO:0044137 growth of symbiont on or nea... | 1.0 | Obsoletion of unused symbiont 'growth' terms - Hello,
These terms combine a process and a location, so they will be obsoleted:
* GO:0044151 growth of host on or near symbiont surface
* GO:0044133 growth of symbiont on or near host (2 EXP ASAP @pgaudet)
* GO:0044135 growth of symbiont on or near host phyllos... | process | obsoletion of unused symbiont growth terms hello these terms combine a process and a location so they will be obsoleted go growth of host on or near symbiont surface go growth of symbiont on or near host exp asap pgaudet go growth of symbiont on or near host phyllosphere go grow... | 1 |
5,532 | 8,391,255,487 | IssuesEvent | 2018-10-09 14:36:28 | kiwicom/orbit-components | https://api.github.com/repos/kiwicom/orbit-components | closed | Select: help/error is positioned to whichever parent element has position relative | bug processing |
## Expected Behavior
Help/error to be underneath the input field.
## Current Behavior
help/error is now placed to the first parent element that has position relative on itself.

## Possible Solutio... | 1.0 | Select: help/error is positioned to whichever parent element has position relative -
## Expected Behavior
Help/error to be underneath the input field.
## Current Behavior
help/error is now placed to the first parent element that has position relative on itself.
 in the [`strongbox-web-integration-tests`][strongbox-web-integration-tests].
# Acceptance Test
* [ ] The tests in the [`strongbox-web-integration-tests`][strongbox-web-integration-tests] still r... | 1.0 | Upgrade the version of Gradle in the strongbox-web-integration-tests to 5.3, or higher - # Task Description
We should investigate what needs to be done in order to support newer versions of Gradle (>= 5.3) in the [`strongbox-web-integration-tests`][strongbox-web-integration-tests].
# Acceptance Test
* [ ] The ... | non_process | upgrade the version of gradle in the strongbox web integration tests to or higher task description we should investigate what needs to be done in order to support newer versions of gradle in the acceptance test the tests in the still run properly help points of ... | 0 |
10,414 | 13,208,207,117 | IssuesEvent | 2020-08-15 03:06:19 | kubeflow/website | https://api.github.com/repos/kubeflow/website | closed | About pages need OWNERs file | area/community area/docs kind/process priority/p0 | https://github.com/kubeflow/website/tree/master/content/en/docs/about
This directory needs an OWNERs file.
It also looks like the pages are due for a refresh to get rid of the outdated banner.
/cc @Bobgy @joeliedtke @jbottum @8bitmp3 | 1.0 | About pages need OWNERs file - https://github.com/kubeflow/website/tree/master/content/en/docs/about
This directory needs an OWNERs file.
It also looks like the pages are due for a refresh to get rid of the outdated banner.
/cc @Bobgy @joeliedtke @jbottum @8bitmp3 | process | about pages need owners file this directory needs an owners file it also looks like the pages are due for a refresh to get rid of the outdated banner cc bobgy joeliedtke jbottum | 1 |
4,536 | 7,373,416,101 | IssuesEvent | 2018-03-13 17:12:56 | wpninjas/ninja-forms | https://api.github.com/repos/wpninjas/ninja-forms | closed | The Star Rating field is not being caught by the required field validation | DIFFICULTY: Easy FRONT: Processing PRIORITY: Low VALUE: Painless | The Star Rating field is not being caught by the required field validation in Ninja Forms 3.1.4 | 1.0 | The Star Rating field is not being caught by the required field validation - The Star Rating field is not being caught by the required field validation in Ninja Forms 3.1.4 | process | the star rating field is not being caught by the required field validation the star rating field is not being caught by the required field validation in ninja forms | 1 |
7,597 | 10,707,488,323 | IssuesEvent | 2019-10-24 17:34:58 | SpongePowered/Mixin | https://api.github.com/repos/SpongePowered/Mixin | closed | Allow warning to be suppressed for public Mixin#targets when target is in the default package | annotation processor core enhancement | When I used default package class in Mixin's targets, I get this warning.
We can not import default package so please allow using default package in Mixin
`warning: Mixin target ~~~ is public and must be specified in value @Mixin(targets = {"~~~"})` | 1.0 | Allow warning to be suppressed for public Mixin#targets when target is in the default package - When I used default package class in Mixin's targets, I get this warning.
We can not import default package so please allow using default package in Mixin
`warning: Mixin target ~~~ is public and must be specified in value... | process | allow warning to be suppressed for public mixin targets when target is in the default package when i used default package class in mixin s targets i get this warning we can not import default package so please allow using default package in mixin warning mixin target is public and must be specified in value... | 1 |
694,593 | 23,820,196,247 | IssuesEvent | 2022-09-05 10:29:16 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | Broken Layout in Manage Users | Low-Priority Bug | 
The language drop down menu is empty and too large. Some spaces are missing. | 1.0 | Broken Layout in Manage Users - 
The language drop down menu is empty and too large. Some spaces are missing. | non_process | broken layout in manage users the language drop down menu is empty and too large some spaces are missing | 0 |
546,050 | 15,983,345,706 | IssuesEvent | 2021-04-18 08:46:15 | ballerina-platform/ballerina-lang | https://api.github.com/repos/ballerina-platform/ballerina-lang | closed | [Package version resolution] Give priority to a user-specified version when picking a dependency package version | Area/ProjectAPI Priority/Blocker Team/Tooling Type/Bug | Consider the following example:
```
A --> B (1.2.0-alpha) --> C (1.0.0-alpha)
A --> C (version is not specified)
```
Assume that there exists a new version of `C` in Ballerina central. At the moment, the package version resolution algorithm picks the latest compatible version, even though `1.0.0-alpha` version i... | 1.0 | [Package version resolution] Give priority to a user-specified version when picking a dependency package version - Consider the following example:
```
A --> B (1.2.0-alpha) --> C (1.0.0-alpha)
A --> C (version is not specified)
```
Assume that there exists a new version of `C` in Ballerina central. At the momen... | non_process | give priority to a user specified version when picking a dependency package version consider the following example a b alpha c alpha a c version is not specified assume that there exists a new version of c in ballerina central at the moment the package version reso... | 0 |
20,085 | 26,585,231,976 | IssuesEvent | 2023-01-22 23:13:15 | pb866/Kimai.jl | https://api.github.com/repos/pb866/Kimai.jl | opened | Reset counter for sick leave at the end of the year | enhancement data processing | - [ ] Reset counter for sick days at the beginning of new year
- [ ] Save history of sick days | 1.0 | Reset counter for sick leave at the end of the year - - [ ] Reset counter for sick days at the beginning of new year
- [ ] Save history of sick days | process | reset counter for sick leave at the end of the year reset counter for sick days at the beginning of new year save history of sick days | 1 |
140,268 | 5,399,514,622 | IssuesEvent | 2017-02-27 19:38:41 | coreos/bugs | https://api.github.com/repos/coreos/bugs | closed | Ignition not working on OpenStack | area/usability component/ignition kind/bug priority/P0 team/os | ## Bug ##
### Container Linux Version ###
```
core@localhost ~ $ cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1235.9.0
VERSION_ID=1235.9.0
BUILD_ID=2017-02-02-0235
PRETTY_NAME="Container Linux by CoreOS 1235.9.0 (Ladybug)"
ANSI_COLOR="38;5;75"
HOME_URL="https://coreos.com/"
BU... | 1.0 | Ignition not working on OpenStack - ## Bug ##
### Container Linux Version ###
```
core@localhost ~ $ cat /etc/os-release
NAME="Container Linux by CoreOS"
ID=coreos
VERSION=1235.9.0
VERSION_ID=1235.9.0
BUILD_ID=2017-02-02-0235
PRETTY_NAME="Container Linux by CoreOS 1235.9.0 (Ladybug)"
ANSI_COLOR="38;5;75"... | non_process | ignition not working on openstack bug container linux version core localhost cat etc os release name container linux by coreos id coreos version version id build id pretty name container linux by coreos ladybug ansi color home url bug ... | 0 |
160,852 | 12,520,775,619 | IssuesEvent | 2020-06-03 16:23:31 | aliasrobotics/RVD | https://api.github.com/repos/aliasrobotics/RVD | opened | Probable insecure usage of temp file/directory, ./src/image_pipeline/camera_calibration/src/camera_calibration/camera_calibrator.py:311 | bandit bug components software robot component: ROS static analysis testing triage version: melodic | ```yaml
{
"id": 1,
"title": "Probable insecure usage of temp file/directory, ./src/image_pipeline/camera_calibration/src/camera_calibration/camera_calibrator.py:311",
"type": "bug",
"description": "MEDIUM confidence of MEDIUM severity bug. Probable insecure usage of temp file/directory. ./src/image_pipe... | 1.0 | Probable insecure usage of temp file/directory, ./src/image_pipeline/camera_calibration/src/camera_calibration/camera_calibrator.py:311 - ```yaml
{
"id": 1,
"title": "Probable insecure usage of temp file/directory, ./src/image_pipeline/camera_calibration/src/camera_calibration/camera_calibrator.py:311",
"ty... | non_process | probable insecure usage of temp file directory src image pipeline camera calibration src camera calibration camera calibrator py yaml id title probable insecure usage of temp file directory src image pipeline camera calibration src camera calibration camera calibrator py type ... | 0 |
253,538 | 21,687,681,332 | IssuesEvent | 2022-05-09 12:52:12 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | opened | Add a close button when leaving spaces | T-Enhancement A-Spaces Z-Community-Testing | ### Your use case
#### What would you like to do?
I think it would be great if we added an X button to the top right corner of the warning that appears when a user tries to leave a space.

#### Why w... | 1.0 | Add a close button when leaving spaces - ### Your use case
#### What would you like to do?
I think it would be great if we added an X button to the top right corner of the warning that appears when a user tries to leave a space.
![image](https://user-images.githubusercontent.com/18530109/167412692-8836dbba-dc5b-4d... | non_process | add a close button when leaving spaces your use case what would you like to do i think it would be great if we added an x button to the top right corner of the warning that appears when a user tries to leave a space why would you like to do it i wanted to cancel leaving a space so i i... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.