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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
403,508 | 27,421,412,994 | IssuesEvent | 2023-03-01 16:58:25 | ladukwek/ESDP-AP7-ATTRACTOR | https://api.github.com/repos/ladukwek/ESDP-AP7-ATTRACTOR | closed | Инструкция по запуску проекта для заказчика | documentation task | ### Конечный результат:
Описение действий для запуска проекта локально для заказчиков.
### Мотивация:
Инструкция к запуску проекта необходима для того, что бы заказчик мог у себя на компьютере локально запустить проект для просмотра страниц и функционала.
### План решения:
Описать как установить нужные библиот... | 1.0 | Инструкция по запуску проекта для заказчика - ### Конечный результат:
Описение действий для запуска проекта локально для заказчиков.
### Мотивация:
Инструкция к запуску проекта необходима для того, что бы заказчик мог у себя на компьютере локально запустить проект для просмотра страниц и функционала.
### План ... | non_process | инструкция по запуску проекта для заказчика конечный результат описение действий для запуска проекта локально для заказчиков мотивация инструкция к запуску проекта необходима для того что бы заказчик мог у себя на компьютере локально запустить проект для просмотра страниц и функционала план ... | 0 |
14,245 | 17,173,104,138 | IssuesEvent | 2021-07-15 08:03:53 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Temporary raster isn't calculated in Raster calculator | Bug Feedback Processing | Procedure:
- use of the model graphic builder
- use rasterize algoritm to rasterize a vector line (it's work well)
- gdal raster calculator use the rasterize vector how calculation element, but the result is a NODATA output (it'nt work)
- if use a save rasterize vector line ingdal raster cal... | 1.0 | Temporary raster isn't calculated in Raster calculator - Procedure:
- use of the model graphic builder
- use rasterize algoritm to rasterize a vector line (it's work well)
- gdal raster calculator use the rasterize vector how calculation element, but the result is a NODATA output (it'nt work)
... | process | temporary raster isn t calculated in raster calculator procedure use of the model graphic builder use rasterize algoritm to rasterize a vector line it s work well gdal raster calculator use the rasterize vector how calculation element but the result is a nodata output it nt work ... | 1 |
18,724 | 4,308,082,502 | IssuesEvent | 2016-07-21 11:35:20 | mbeddr/mbeddr.core | https://api.github.com/repos/mbeddr/mbeddr.core | closed | rm.exe not part of minGW anymore | theme.documentation | The minGW installation does not come with rm.exe anymore, which is required by our generated make files. It seems like they shipped the required binary in previous versions, but removed it now. | 1.0 | rm.exe not part of minGW anymore - The minGW installation does not come with rm.exe anymore, which is required by our generated make files. It seems like they shipped the required binary in previous versions, but removed it now. | non_process | rm exe not part of mingw anymore the mingw installation does not come with rm exe anymore which is required by our generated make files it seems like they shipped the required binary in previous versions but removed it now | 0 |
18,032 | 24,041,175,815 | IssuesEvent | 2022-09-16 02:03:50 | NoHornDragon/NoHornDragon_GameDev | https://api.github.com/repos/NoHornDragon/NoHornDragon_GameDev | opened | [Process] 코딩 컨벤션 정하자! | Process | 내가 생각했을 때 분리해야 하는 건...
네이밍규칙, 괄호 들여쓰기 정도면 될 것 같음
# Common 규칙
* 불필요한 using은 전부 삭제
* 조건문이나 반복문 짧다고 바로 붙여쓰지 말기
* 예시)
```C#
if (true) Console.log("true!");
// Fuck
if (true)
Console.log("true!");
// Good
```
* 사실 한 줄짜리여도 괄호로 분리해야 가독성이 좋다라는 말이 있긴 한데 투머치지 않을까 싶음
* 수식과... | 1.0 | [Process] 코딩 컨벤션 정하자! - 내가 생각했을 때 분리해야 하는 건...
네이밍규칙, 괄호 들여쓰기 정도면 될 것 같음
# Common 규칙
* 불필요한 using은 전부 삭제
* 조건문이나 반복문 짧다고 바로 붙여쓰지 말기
* 예시)
```C#
if (true) Console.log("true!");
// Fuck
if (true)
Console.log("true!");
// Good
```
* 사실 한 줄짜리여도 괄호로 분리해야 가독성이 좋다라는 말이 ... | process | 코딩 컨벤션 정하자 내가 생각했을 때 분리해야 하는 건 네이밍규칙 괄호 들여쓰기 정도면 될 것 같음 common 규칙 불필요한 using은 전부 삭제 조건문이나 반복문 짧다고 바로 붙여쓰지 말기 예시 c if true console log true fuck if true console log true good 사실 한 줄짜리여도 괄호로 분리해야 가독성이 좋다라는 말이 있긴 한데 투머... | 1 |
11,052 | 13,888,390,236 | IssuesEvent | 2020-10-19 06:12:52 | didi/mpx | https://api.github.com/repos/didi/mpx | closed | [Bug report] theme.json 无法被正确处理 | processing | **问题描述**
根据微信官方文档,theme.json 用来适配 dark mode,我在开发过程中发现的问题如下:
1. src/theme.json 不会被正确输出到 dist/theme.json
2. theme.json 中的键值对: "iconPath1": "static/icon1.png" 不会被正确替换成 "iconPath1": "img/icon1[hash].png"
**环境信息描述**
1. macOS 10.15.6
2. "@mpxjs/core": "^2.5.11", "@mpxjs/webpack-plugin": "2.5.33", "@mpxjs/api-pro... | 1.0 | [Bug report] theme.json 无法被正确处理 - **问题描述**
根据微信官方文档,theme.json 用来适配 dark mode,我在开发过程中发现的问题如下:
1. src/theme.json 不会被正确输出到 dist/theme.json
2. theme.json 中的键值对: "iconPath1": "static/icon1.png" 不会被正确替换成 "iconPath1": "img/icon1[hash].png"
**环境信息描述**
1. macOS 10.15.6
2. "@mpxjs/core": "^2.5.11", "@mpxjs/webpack-... | process | theme json 无法被正确处理 问题描述 根据微信官方文档,theme json 用来适配 dark mode,我在开发过程中发现的问题如下: src theme json 不会被正确输出到 dist theme json theme json 中的键值对: static png 不会被正确替换成 img png 环境信息描述 macos mpxjs core mpxjs webpack plugin mpxjs api proxy ... | 1 |
2,149 | 4,998,287,472 | IssuesEvent | 2016-12-09 19:22:50 | davidfestal/ceylon-gwt | https://api.github.com/repos/davidfestal/ceylon-gwt | opened | Transform let expressions | enhancement m_processor m_runtime | The `LetExpr` of the Javac AST has not equivalent source code. We should produce equivalent but valid Java source code.
The idea is to use an anonymous class that implements a specific interface provided by the `ceylon.interop.gwt.runtime` module. | 1.0 | Transform let expressions - The `LetExpr` of the Javac AST has not equivalent source code. We should produce equivalent but valid Java source code.
The idea is to use an anonymous class that implements a specific interface provided by the `ceylon.interop.gwt.runtime` module. | process | transform let expressions the letexpr of the javac ast has not equivalent source code we should produce equivalent but valid java source code the idea is to use an anonymous class that implements a specific interface provided by the ceylon interop gwt runtime module | 1 |
98,797 | 4,031,383,126 | IssuesEvent | 2016-05-18 16:59:15 | siteorigin/vantage | https://api.github.com/repos/siteorigin/vantage | opened | Posts page: Post titles aren't outputting | bug priority-1 | The blog page isn't displaying post titles. Post titles are however displaying in category archive pages. The blog page issue applies both "Front page displays: Your latest posts" and to a defined posts page. | 1.0 | Posts page: Post titles aren't outputting - The blog page isn't displaying post titles. Post titles are however displaying in category archive pages. The blog page issue applies both "Front page displays: Your latest posts" and to a defined posts page. | non_process | posts page post titles aren t outputting the blog page isn t displaying post titles post titles are however displaying in category archive pages the blog page issue applies both front page displays your latest posts and to a defined posts page | 0 |
275,910 | 20,961,108,280 | IssuesEvent | 2022-03-27 20:15:30 | wolve265/BluetoothCar | https://api.github.com/repos/wolve265/BluetoothCar | closed | Przygotować prosty test modułu L298N | documentation enhancement | Należy przygotować prosty test modułu L298N aby:
- zaznajomić się z jego bibliotekami
- sprawdzić działanie modułu
- dowiedzieć się jak podłączyć moduł do płytki Arduino Uno
Zadania:
- [x] utworzyć katalog **src/L298N** @wolve265
- [x] znaleźć odpowiednią bibliotekę i dowiedzieć się jak jej używać lub na... | 1.0 | Przygotować prosty test modułu L298N - Należy przygotować prosty test modułu L298N aby:
- zaznajomić się z jego bibliotekami
- sprawdzić działanie modułu
- dowiedzieć się jak podłączyć moduł do płytki Arduino Uno
Zadania:
- [x] utworzyć katalog **src/L298N** @wolve265
- [x] znaleźć odpowiednią bibliotekę... | non_process | przygotować prosty test modułu należy przygotować prosty test modułu aby zaznajomić się z jego bibliotekami sprawdzić działanie modułu dowiedzieć się jak podłączyć moduł do płytki arduino uno zadania utworzyć katalog src znaleźć odpowiednią bibliotekę i dowiedzieć się jak j... | 0 |
2,022 | 4,846,796,734 | IssuesEvent | 2016-11-10 13:03:31 | Alfresco/alfresco-ng2-components | https://api.github.com/repos/Alfresco/alfresco-ng2-components | opened | 'Running' filter is not refreshed with newly created process | browser: all bug comp: activiti-processList | 1. Create a new process (using start process option)
2. Notice 'Running' filter is not updated with newly created process
3. Navigate away and back to same page and process is displayed | 1.0 | 'Running' filter is not refreshed with newly created process - 1. Create a new process (using start process option)
2. Notice 'Running' filter is not updated with newly created process
3. Navigate away and back to same page and process is displayed | process | running filter is not refreshed with newly created process create a new process using start process option notice running filter is not updated with newly created process navigate away and back to same page and process is displayed | 1 |
87,483 | 25,133,234,898 | IssuesEvent | 2022-11-09 16:34:38 | dotnet/arcade | https://api.github.com/repos/dotnet/arcade | closed | Build failed: arcade-services-internal-ci/main #20221107.4 | Build Failed | Build [#20221107.4](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2039486) failed
## :x: : internal / arcade-services-internal-ci failed
### Summary
**Finished** - Tue, 08 Nov 2022 06:28:42 GMT
**Duration** - 220 minutes
**Requested for** - DotNet Bot
**Reason** - ba... | 1.0 | Build failed: arcade-services-internal-ci/main #20221107.4 - Build [#20221107.4](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2039486) failed
## :x: : internal / arcade-services-internal-ci failed
### Summary
**Finished** - Tue, 08 Nov 2022 06:28:42 GMT
**Duration** ... | non_process | build failed arcade services internal ci main build failed x internal arcade services internal ci failed summary finished tue nov gmt duration minutes requested for dotnet bot reason batchedci details validate deployment x ... | 0 |
191,635 | 6,835,704,782 | IssuesEvent | 2017-11-10 02:46:22 | phetsims/energy-skate-park-basics | https://api.github.com/repos/phetsims/energy-skate-park-basics | closed | Cannot reshape tracks | priority:2-high | Detected during https://github.com/phetsims/phet-io/issues/1239 it is no longer possible to reshape tracks. Dragging by the control point just translates the entire track. Not sure when this problem was introduced. | 1.0 | Cannot reshape tracks - Detected during https://github.com/phetsims/phet-io/issues/1239 it is no longer possible to reshape tracks. Dragging by the control point just translates the entire track. Not sure when this problem was introduced. | non_process | cannot reshape tracks detected during it is no longer possible to reshape tracks dragging by the control point just translates the entire track not sure when this problem was introduced | 0 |
13,929 | 16,685,412,741 | IssuesEvent | 2021-06-08 07:31:24 | bisq-network/bisq | https://api.github.com/repos/bisq-network/bisq | closed | BSQ trading fee calculated incorrectly | in:dao in:trade-process | Some offers pay an incorrect BSQ fee.
Here is an example of the discrepancies from today's offer book. Some have underpaid, others have overpaid.

The fee rate is chosen based on the block height at ... | 1.0 | BSQ trading fee calculated incorrectly - Some offers pay an incorrect BSQ fee.
Here is an example of the discrepancies from today's offer book. Some have underpaid, others have overpaid.

The fee rat... | process | bsq trading fee calculated incorrectly some offers pay an incorrect bsq fee here is an example of the discrepancies from today s offer book some have underpaid others have overpaid the fee rate is chosen based on the block height at the time the offer is created for example an offer created at b... | 1 |
7,826 | 11,007,411,253 | IssuesEvent | 2019-12-04 08:26:08 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | closed | rename remaining "evasion or tolerence terms" | Other term-related request multi-species process quick fix |
GO:0030682 evasion or tolerance of host defenses
GO:0020012 evasion or tolerance of host immune response
-> mitigation of blah | 1.0 | rename remaining "evasion or tolerence terms" -
GO:0030682 evasion or tolerance of host defenses
GO:0020012 evasion or tolerance of host immune response
-> mitigation of blah | process | rename remaining evasion or tolerence terms go evasion or tolerance of host defenses go evasion or tolerance of host immune response mitigation of blah | 1 |
317,235 | 27,221,291,307 | IssuesEvent | 2023-02-21 05:41:54 | meckleunn/unnamed | https://api.github.com/repos/meckleunn/unnamed | closed | add forums for divisions into one category for SC | Test :100: Awaiting Approval :sos: | - Star Citizen Divisions
- > Division 1
- > 2 etc | 1.0 | add forums for divisions into one category for SC - - Star Citizen Divisions
- > Division 1
- > 2 etc | non_process | add forums for divisions into one category for sc star citizen divisions division etc | 0 |
718,149 | 24,705,814,187 | IssuesEvent | 2022-10-19 18:58:06 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | E2eNode Suite: [sig-node] MirrorPod ... test is flaking on deletion of mirror pod | priority/important-soon sig/node kind/flake lifecycle/rotten triage/accepted | ### Which jobs are flaking?
prowjob_name: ci-kubernetes-node-kubelet-kubetest2-1-23
prowjob_config_url: https://git.k8s.io/test-infra/config/jobs/kubernetes/sig-release/release-branch-jobs/1.23.yaml
The test failure is related to static-pods, and the deletion of the associated mirror-pod when the static pod is r... | 1.0 | E2eNode Suite: [sig-node] MirrorPod ... test is flaking on deletion of mirror pod - ### Which jobs are flaking?
prowjob_name: ci-kubernetes-node-kubelet-kubetest2-1-23
prowjob_config_url: https://git.k8s.io/test-infra/config/jobs/kubernetes/sig-release/release-branch-jobs/1.23.yaml
The test failure is related to... | non_process | suite mirrorpod test is flaking on deletion of mirror pod which jobs are flaking prowjob name ci kubernetes node kubelet prowjob config url the test failure is related to static pods and the deletion of the associated mirror pod when the static pod is removed which tests are fl... | 0 |
11,868 | 14,667,898,931 | IssuesEvent | 2020-12-29 19:49:24 | modi-w/AutoVersionsDB | https://api.github.com/repos/modi-w/AutoVersionsDB | opened | The progress percentage show above 100% when restore step executed | area-Core area-UI good first issue process-ready-for-implementation type-bug up-for-grab | **Describe the bug**
When we run sync and we had an error during the process, the restore step should be executed.
Sometimes, in the above situation, the progress percentage show above 100%.
**To Reproduce**
Steps to reproduce the behavior:
1. Create a script error in one of the last script file.
2. Run "Sync" ... | 1.0 | The progress percentage show above 100% when restore step executed - **Describe the bug**
When we run sync and we had an error during the process, the restore step should be executed.
Sometimes, in the above situation, the progress percentage show above 100%.
**To Reproduce**
Steps to reproduce the behavior:
1. ... | process | the progress percentage show above when restore step executed describe the bug when we run sync and we had an error during the process the restore step should be executed sometimes in the above situation the progress percentage show above to reproduce steps to reproduce the behavior crea... | 1 |
57,773 | 8,206,139,381 | IssuesEvent | 2018-09-03 12:33:37 | ReactiveX/RxJava | https://api.github.com/repos/ReactiveX/RxJava | closed | Add an "Error handling" JavaDocs section to fromCallable & co | 2.x Documentation PR welcome good first issue | The operators of `fromCallable`, `fromAction` and `fromRunnable` in the reactive classes could use an `<dt><b>Error handling:</b></dt>` section in the JavaDocs describing the regular and canceled/disposed behavior.
> If the `{@link Callable/Action/Runnable}` throws an exception/exception/unchecked exception, the res... | 1.0 | Add an "Error handling" JavaDocs section to fromCallable & co - The operators of `fromCallable`, `fromAction` and `fromRunnable` in the reactive classes could use an `<dt><b>Error handling:</b></dt>` section in the JavaDocs describing the regular and canceled/disposed behavior.
> If the `{@link Callable/Action/Runna... | non_process | add an error handling javadocs section to fromcallable co the operators of fromcallable fromaction and fromrunnable in the reactive classes could use an error handling section in the javadocs describing the regular and canceled disposed behavior if the link callable action runnable throws... | 0 |
75,740 | 15,443,676,431 | IssuesEvent | 2021-03-08 09:26:14 | AlexRogalskiy/code-formats | https://api.github.com/repos/AlexRogalskiy/code-formats | opened | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz | security vulnerability | ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument options</p>
<p>Library home page: <a href="https://registry.np... | True | CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz - ## CVE-2020-7598 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>minimist-0.0.8.tgz</b></p></summary>
<p>parse argument option... | non_process | cve medium detected in minimist tgz cve medium severity vulnerability vulnerable library minimist tgz parse argument options library home page a href path to dependency file code formats package json path to vulnerable library code formats node modules lambdafs node ... | 0 |
428,118 | 29,928,648,269 | IssuesEvent | 2023-06-22 07:54:28 | Azure/Industrial-IoT | https://api.github.com/repos/Azure/Industrial-IoT | closed | We need better documentation for --strict mode in OPC Publisher, we need better documentation for all other message profiles. | documentation OPC Publisher | > "Type": "ByteString",
I will address the docs. There will be a --strict version of the docs, and backcompat version (this one).
---
In reply to: [1385126686](https://github.com/Azure/Industrial-IoT/pull/1928#issuecomment-1385126686) [](http://example.com/codeflow?ancestors=13851266... | 1.0 | We need better documentation for --strict mode in OPC Publisher, we need better documentation for all other message profiles. - > "Type": "ByteString",
I will address the docs. There will be a --strict version of the docs, and backcompat version (this one).
---
In reply to: [13851266... | non_process | we need better documentation for strict mode in opc publisher we need better documentation for all other message profiles type bytestring i will address the docs there will be a strict version of the docs and backcompat version this one in reply to ... | 0 |
212,416 | 23,894,347,860 | IssuesEvent | 2022-09-08 13:47:58 | samq-ghdemo/ori-kit | https://api.github.com/repos/samq-ghdemo/ori-kit | opened | CVE-2022-36067 (High) detected in vm2-3.9.3.tgz | security vulnerability | ## CVE-2022-36067 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vm2-3.9.3.tgz</b></p></summary>
<p>vm2 is a sandbox that can run untrusted code with whitelisted Node's built-in modul... | True | CVE-2022-36067 (High) detected in vm2-3.9.3.tgz - ## CVE-2022-36067 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>vm2-3.9.3.tgz</b></p></summary>
<p>vm2 is a sandbox that can run unt... | non_process | cve high detected in tgz cve high severity vulnerability vulnerable library tgz is a sandbox that can run untrusted code with whitelisted node s built in modules securely library home page a href path to dependency file package json path to vulnerable library... | 0 |
670,200 | 22,679,818,791 | IssuesEvent | 2022-07-04 08:53:39 | HyphaApp/hypha | https://api.github.com/repos/HyphaApp/hypha | opened | Update to Python 3.10.5 (from 3.9.x) | Type: Maintenance Priority: Low | This is needed to update the Heroku buildpack to "heroku-22". | 1.0 | Update to Python 3.10.5 (from 3.9.x) - This is needed to update the Heroku buildpack to "heroku-22". | non_process | update to python from x this is needed to update the heroku buildpack to heroku | 0 |
17,491 | 23,305,155,253 | IssuesEvent | 2022-08-07 22:39:09 | sparc4-dev/astropop | https://api.github.com/repos/sparc4-dev/astropop | closed | Registration: need native byte order issue | bug image-processing | Both `cross-correlation` and `asterism-matching` need native byte order. Perform sep fixing on registering too.
```
2022-07-06 09:19:07,346 astropop - INFO - reading file 0 from 5: reduced/gd108/FB2022041720184978_C1.fits [file_collection]
/home/wagner/anaconda3/envs/astropop/lib/python3.9/site-packages/astropop/... | 1.0 | Registration: need native byte order issue - Both `cross-correlation` and `asterism-matching` need native byte order. Perform sep fixing on registering too.
```
2022-07-06 09:19:07,346 astropop - INFO - reading file 0 from 5: reduced/gd108/FB2022041720184978_C1.fits [file_collection]
/home/wagner/anaconda3/envs/a... | process | registration need native byte order issue both cross correlation and asterism matching need native byte order perform sep fixing on registering too astropop info reading file from reduced fits home wagner envs astropop lib site packages astropop db py futurew... | 1 |
291,472 | 21,926,235,960 | IssuesEvent | 2022-05-23 04:41:38 | rokath/trice | https://api.github.com/repos/rokath/trice | reopened | Create automatic tests for all taget mode variants | documentation enhancement quality | | Interface | Timestamp | Encryption | Buffer mode | result |
| - | - | - | - | - |
| RTT | yes | yes | double | no output |
| RTT | yes | yes | direct | ok ... | 1.0 | Create automatic tests for all taget mode variants - | Interface | Timestamp | Encryption | Buffer mode | result |
| - | - | - | - | - |
| RTT | yes | yes | double | no output |
| RTT | yes... | non_process | create automatic tests for all taget mode variants interface timestamp encryption buffer mode result rtt yes yes double no output rtt yes... | 0 |
275,536 | 8,576,781,095 | IssuesEvent | 2018-11-12 21:30:04 | swe-ms-boun/2018fall-swe574-g1 | https://api.github.com/repos/swe-ms-boun/2018fall-swe574-g1 | closed | User registration | priority.low tier.api tier.db type.feature | * Implementing the user registration functionalities. Associated requirements are as follows:
* Users shall be able to create their account in the system with a simple process. Simple process means creating the user accounts by requiring them to provide the least information such as only email address and password. | 1.0 | User registration - * Implementing the user registration functionalities. Associated requirements are as follows:
* Users shall be able to create their account in the system with a simple process. Simple process means creating the user accounts by requiring them to provide the least information such as only email ad... | non_process | user registration implementing the user registration functionalities associated requirements are as follows users shall be able to create their account in the system with a simple process simple process means creating the user accounts by requiring them to provide the least information such as only email ad... | 0 |
7,982 | 11,170,752,514 | IssuesEvent | 2019-12-28 15:11:20 | bisq-network/bisq | https://api.github.com/repos/bisq-network/bisq | closed | F2F trade stuck in some weird state | High an:investigation in:trade-process was:dropped | As I shared on [reddit](https://www.reddit.com/r/bisq/comments/cwj1ru/selling_f2f_but_not_sure_what_to_do/):
I see on Portfolio -> open trades a green item/line where I'm "BTC seller as maker" and I assume it's green because it's selected but the bullet points "Wait for blockchain confirmation" etc. are all greyed o... | 1.0 | F2F trade stuck in some weird state - As I shared on [reddit](https://www.reddit.com/r/bisq/comments/cwj1ru/selling_f2f_but_not_sure_what_to_do/):
I see on Portfolio -> open trades a green item/line where I'm "BTC seller as maker" and I assume it's green because it's selected but the bullet points "Wait for blockcha... | process | trade stuck in some weird state as i shared on i see on portfolio open trades a green item line where i m btc seller as maker and i assume it s green because it s selected but the bullet points wait for blockchain confirmation etc are all greyed out in the information i see the taker fee transact... | 1 |
15,172 | 26,602,137,169 | IssuesEvent | 2023-01-23 16:28:47 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | opened | Istio packages failed | type:bug status:requirements priority-5-triage | ### How are you running Renovate?
Mend Renovate hosted app on github.com
### If you're self-hosting Renovate, tell us what version of Renovate you run.
_No response_
### If you're self-hosting Renovate, select which platform you are using.
GitHub Enterprise Server
### If you're self-hosting Renovate, tell us what... | 1.0 | Istio packages failed - ### How are you running Renovate?
Mend Renovate hosted app on github.com
### If you're self-hosting Renovate, tell us what version of Renovate you run.
_No response_
### If you're self-hosting Renovate, select which platform you are using.
GitHub Enterprise Server
### If you're self-hosti... | non_process | istio packages failed how are you running renovate mend renovate hosted app on github com if you re self hosting renovate tell us what version of renovate you run no response if you re self hosting renovate select which platform you are using github enterprise server if you re self hosti... | 0 |
8,539 | 11,713,955,514 | IssuesEvent | 2020-03-09 11:20:06 | kazuwjnlab/cvpaper | https://api.github.com/repos/kazuwjnlab/cvpaper | opened | [cvpaper] CVPR2019 #117 A Variational Auto-Encoder Model for Stochastic Point Processes | ActionPrediction PointProcess VAE 動画 | ## \#117 [A Variational Auto-Encoder Model for Stochastic Point Processes](http://openaccess.thecvf.com/content_CVPR_2019/papers/Mehrasa_A_Variational_Auto-Encoder_Model_for_Stochastic_Point_Processes_CVPR_2019_paper.pdf)
Nazanin Mehrasa, Akash Abdu Jyothi, Thibaut Durand, Jiawei He, Leonid Sigal, Greg Mori
### どんな論文か?... | 1.0 | [cvpaper] CVPR2019 #117 A Variational Auto-Encoder Model for Stochastic Point Processes - ## \#117 [A Variational Auto-Encoder Model for Stochastic Point Processes](http://openaccess.thecvf.com/content_CVPR_2019/papers/Mehrasa_A_Variational_Auto-Encoder_Model_for_Stochastic_Point_Processes_CVPR_2019_paper.pdf)
Nazanin ... | process | a variational auto encoder model for stochastic point processes nazanin mehrasa akash abdu jyothi thibaut durand jiawei he leonid sigal greg mori どんな論文か? 動画中のある時点までの動作とタイミングからその後の動作と継続時間を予測するタスク(point process )をvaeベースの確率モデルで行う手法を提案.一般的なvaeが固定の潜在分布を仮定するのに対し,各時点での潜在分布と次の動作の潜在分布のパラメータを推定するpost... | 1 |
53,223 | 7,812,322,408 | IssuesEvent | 2018-06-12 13:04:40 | WordPress/gutenberg | https://api.github.com/repos/WordPress/gutenberg | opened | Data Modue: Improve Selectors/Actions docs | Documentation Good First Issue | Related #7264
Now, that we generate markdown docs for Selectors and Actions, we need to make sure the wording used there is accurate and not redundant.
For instance: Actions shouldn't state that they return action objects.
Instead of `Returns an action object used in signalling that block types have been added... | 1.0 | Data Modue: Improve Selectors/Actions docs - Related #7264
Now, that we generate markdown docs for Selectors and Actions, we need to make sure the wording used there is accurate and not redundant.
For instance: Actions shouldn't state that they return action objects.
Instead of `Returns an action object used i... | non_process | data modue improve selectors actions docs related now that we generate markdown docs for selectors and actions we need to make sure the wording used there is accurate and not redundant for instance actions shouldn t state that they return action objects instead of returns an action object used in s... | 0 |
10,796 | 13,609,206,531 | IssuesEvent | 2020-09-23 04:35:50 | googleapis/java-dns | https://api.github.com/repos/googleapis/java-dns | closed | Dependency Dashboard | api: dns type: process | This issue contains a list of Renovate updates and their statuses.
## Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
- [ ] <!-- rebase-branch=renovate/com.google.cloud-google-cloud-dns-1.x -->chore(deps): update dependency com.google.cloud:google-cloud-dns t... | 1.0 | Dependency Dashboard - This issue contains a list of Renovate updates and their statuses.
## Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
- [ ] <!-- rebase-branch=renovate/com.google.cloud-google-cloud-dns-1.x -->chore(deps): update dependency com.google.c... | process | dependency dashboard this issue contains a list of renovate updates and their statuses open these updates have all been created already click a checkbox below to force a retry rebase of any chore deps update dependency com google cloud google cloud dns to deps update dependency org easym... | 1 |
12,639 | 15,016,634,661 | IssuesEvent | 2021-02-01 09:50:21 | threefoldtech/js-sdk | https://api.github.com/repos/threefoldtech/js-sdk | closed | Adding a worker node to an existing cluster in a VDC takes forever | process_wontfix | VDC name: jetserthing
I launched a numbetr of marketsplace solutions (2) and wen I tried to launch the 3rd one, I got a message that told me that there were no more resources.

Wanted to add a worker no... | 1.0 | Adding a worker node to an existing cluster in a VDC takes forever - VDC name: jetserthing
I launched a numbetr of marketsplace solutions (2) and wen I tried to launch the 3rd one, I got a message that told me that there were no more resources.
 | better-engineering module: multiprocessing topic: flaky-tests triaged | Here's what a failure looks like:
```
07:50:54 ======================================================================
07:50:54 FAIL: test_backwards_fork (__main__.TestMultiprocessing)
07:50:54 backwards() should succeed when called before and after a fork
07:50:54 ------------------------------------------------... | 1.0 | test_backwards_fork flaky test (plus deadlock after) - Here's what a failure looks like:
```
07:50:54 ======================================================================
07:50:54 FAIL: test_backwards_fork (__main__.TestMultiprocessing)
07:50:54 backwards() should succeed when called before and after a fork
07... | process | test backwards fork flaky test plus deadlock after here s what a failure looks like fail test backwards fork main testmultiprocessing backwards should succeed when called before and after a fork ... | 1 |
36,166 | 8,056,848,647 | IssuesEvent | 2018-08-02 13:54:02 | usnistgov/ACVP | https://api.github.com/repos/usnistgov/ACVP | closed | CTR DRBG: test vectors without PR seem wrong | Numerical code bug Spec error | I get the following vectors for predictionresistance == false:
```
"testType" : "AFT",
"mode" : "AES-128",
"derFunc" : true,
"predResistance" : false,
"entropyInputLen" : 128,
"reSeed" : true,
"nonceLen" : 64,
"persoStringLen" : 0,
"additionalInputLen" : 0,
"returned... | 1.0 | CTR DRBG: test vectors without PR seem wrong - I get the following vectors for predictionresistance == false:
```
"testType" : "AFT",
"mode" : "AES-128",
"derFunc" : true,
"predResistance" : false,
"entropyInputLen" : 128,
"reSeed" : true,
"nonceLen" : 64,
"persoStringLen" : 0... | non_process | ctr drbg test vectors without pr seem wrong i get the following vectors for predictionresistance false testtype aft mode aes derfunc true predresistance false entropyinputlen reseed true noncelen persostringlen ... | 0 |
64,708 | 8,755,470,081 | IssuesEvent | 2018-12-14 14:57:56 | flyve-mdm/web-mdm-dashboard | https://api.github.com/repos/flyve-mdm/web-mdm-dashboard | opened | Test reports | ci documentation | <!-- File a GitHub issue only for bugs or feature requests related to the code **in this repository**. For other topics you can get more information in the README file. -->
### Observed Results:
Missing test report information
<!-- This could be a description, error output, steps to reproduce, a feature missed, ... | 1.0 | Test reports - <!-- File a GitHub issue only for bugs or feature requests related to the code **in this repository**. For other topics you can get more information in the README file. -->
### Observed Results:
Missing test report information
<!-- This could be a description, error output, steps to reproduce, a f... | non_process | test reports observed results missing test report information expected behavior display the test report in the development section | 0 |
104,731 | 4,218,091,739 | IssuesEvent | 2016-06-30 15:00:28 | RhoInc/safety-results-over-time | https://api.github.com/repos/RhoInc/safety-results-over-time | closed | Add Filter by Site Feature | high priority | Add feature to filter by site, so they can see AEs (and vitals, labs, etc.) from one site at a time | 1.0 | Add Filter by Site Feature - Add feature to filter by site, so they can see AEs (and vitals, labs, etc.) from one site at a time | non_process | add filter by site feature add feature to filter by site so they can see aes and vitals labs etc from one site at a time | 0 |
5,734 | 8,576,878,999 | IssuesEvent | 2018-11-12 21:49:34 | IIIF/website | https://api.github.com/repos/IIIF/website | opened | Move editorial committee membership from /api/ to /community/, update re TRC | TRC in progress process | As part of https://github.com/IIIF/api/issues/1637 there should be:
* `/community/editors/` -- editorial committee membership and role
* `/community/policy/editorial/` -- editorial committee process
and then we remove the existing https://iiif.io/api/annex/notes/editors/ and fix links in /api/ | 1.0 | Move editorial committee membership from /api/ to /community/, update re TRC - As part of https://github.com/IIIF/api/issues/1637 there should be:
* `/community/editors/` -- editorial committee membership and role
* `/community/policy/editorial/` -- editorial committee process
and then we remove the existing htt... | process | move editorial committee membership from api to community update re trc as part of there should be community editors editorial committee membership and role community policy editorial editorial committee process and then we remove the existing and fix links in api | 1 |
17,107 | 22,628,041,065 | IssuesEvent | 2022-06-30 12:29:40 | zotero/zotero-google-docs-integration | https://api.github.com/repos/zotero/zotero-google-docs-integration | closed | Google Docs v2 400 error: Invalid requests[20].deleteNamedRange: ID or name for named range must be set | bug Word Processor Integration | https://forums.zotero.org/discussion/98006/google-docs-updating-error
Resulting in "{Updating}" | 1.0 | Google Docs v2 400 error: Invalid requests[20].deleteNamedRange: ID or name for named range must be set - https://forums.zotero.org/discussion/98006/google-docs-updating-error
Resulting in "{Updating}" | process | google docs error invalid requests deletenamedrange id or name for named range must be set resulting in updating | 1 |
172,752 | 6,515,941,006 | IssuesEvent | 2017-08-26 23:08:11 | josephroque/campus-guide | https://api.github.com/repos/josephroque/campus-guide | opened | Searching causes warning message about slow JS | bug priority-low | Error message is here:
```
Error setting property 'text' of RCTTextField with tag #405: Native TextInput(<some text>) is 5 events ahead of JS - try to make your JS faster.
```
where <some text> is some previous search terms.
Most likely has to do with typing causing `actions.search` in `AppHeader` to be cal... | 1.0 | Searching causes warning message about slow JS - Error message is here:
```
Error setting property 'text' of RCTTextField with tag #405: Native TextInput(<some text>) is 5 events ahead of JS - try to make your JS faster.
```
where <some text> is some previous search terms.
Most likely has to do with typing ... | non_process | searching causes warning message about slow js error message is here error setting property text of rcttextfield with tag native textinput is events ahead of js try to make your js faster where is some previous search terms most likely has to do with typing causing actions searc... | 0 |
21,759 | 30,277,403,438 | IssuesEvent | 2023-07-07 21:09:30 | hashgraph/hedera-json-rpc-relay | https://api.github.com/repos/hashgraph/hedera-json-rpc-relay | closed | Missing `pnpm` dependency | bug enhancement P2 process | ### Description
When I try to run the project following the steps in read me, I always get the following error.
```
> build
> npx lerna run build
lerna notice cli v6.4.1
lerna info versioning independent
✖ @hashgraph/json-rpc-relay:build
> @hashgraph/json-rpc-relay@0.27.0-SNAPSHOT build
... | 1.0 | Missing `pnpm` dependency - ### Description
When I try to run the project following the steps in read me, I always get the following error.
```
> build
> npx lerna run build
lerna notice cli v6.4.1
lerna info versioning independent
✖ @hashgraph/json-rpc-relay:build
> @hashgraph/json-rpc-rel... | process | missing pnpm dependency description when i try to run the project following the steps in read me i always get the following error build npx lerna run build lerna notice cli lerna info versioning independent ✖ hashgraph json rpc relay build hashgraph json rpc rela... | 1 |
5,614 | 8,469,487,706 | IssuesEvent | 2018-10-23 23:13:05 | googleapis/google-api-java-client-services | https://api.github.com/repos/googleapis/google-api-java-client-services | closed | Setup CI | type: process | If we want to enable automerging generated libraries, we need to ensure the projects build. | 1.0 | Setup CI - If we want to enable automerging generated libraries, we need to ensure the projects build. | process | setup ci if we want to enable automerging generated libraries we need to ensure the projects build | 1 |
325,778 | 24,061,182,002 | IssuesEvent | 2022-09-16 23:02:20 | vala-lang/vala-www | https://api.github.com/repos/vala-lang/vala-www | closed | Add all information about translating website content in the repository | documentation | Currently, the README gives a summary of the steps needed to translate website content.
This should be expanded on so everything translators need to know about adding translations to the website is in the repository. | 1.0 | Add all information about translating website content in the repository - Currently, the README gives a summary of the steps needed to translate website content.
This should be expanded on so everything translators need to know about adding translations to the website is in the repository. | non_process | add all information about translating website content in the repository currently the readme gives a summary of the steps needed to translate website content this should be expanded on so everything translators need to know about adding translations to the website is in the repository | 0 |
380,051 | 11,253,619,374 | IssuesEvent | 2020-01-11 17:30:47 | Atlantiss/NetherwingBugtracker | https://api.github.com/repos/Atlantiss/NetherwingBugtracker | closed | Multiple spells going off in a single global | - Core Mechanic Exploit/Abuse - Priority | **Description**:
Currently, you're able to cast multiple instant casted spells in the same global. In this example, I'll use the life tap as an example. You're casting Drain Life - at the end of the cast (between last tick and the 2nd to last tick) you tap life tap - you get more than 1 cast off.
This is the only ... | 1.0 | Multiple spells going off in a single global - **Description**:
Currently, you're able to cast multiple instant casted spells in the same global. In this example, I'll use the life tap as an example. You're casting Drain Life - at the end of the cast (between last tick and the 2nd to last tick) you tap life tap - yo... | non_process | multiple spells going off in a single global description currently you re able to cast multiple instant casted spells in the same global in this example i ll use the life tap as an example you re casting drain life at the end of the cast between last tick and the to last tick you tap life tap you ... | 0 |
964 | 3,422,103,187 | IssuesEvent | 2015-12-08 21:34:43 | darnir/wget | https://api.github.com/repos/darnir/wget | closed | ./gettext.h:262:6: '__STRICT_ANSI__' is not defined, evaluates to 0 | Lexical or Preprocessor Issue Wundef | ./gettext.h:262:6: warning: '__STRICT_ANSI__' is not defined, evaluates to 0 [-Wundef,Lexical or Preprocessor Issue]
| 1.0 | ./gettext.h:262:6: '__STRICT_ANSI__' is not defined, evaluates to 0 - ./gettext.h:262:6: warning: '__STRICT_ANSI__' is not defined, evaluates to 0 [-Wundef,Lexical or Preprocessor Issue]
| process | gettext h strict ansi is not defined evaluates to gettext h warning strict ansi is not defined evaluates to | 1 |
495,486 | 14,282,788,974 | IssuesEvent | 2020-11-23 10:05:24 | VolmitSoftware/Iris | https://api.github.com/repos/VolmitSoftware/Iris | closed | Aggro biome shuffle not very aggro. | Enhancement Low Priority Plugin | I made three worlds with three seeds.
the biomes look like they got gently stirred rather than completely shuffled.
World1: https://cdn.discordapp.com/attachments/666290834878234647/767347644883664896/unknown.png
World2: https://cdn.discordapp.com/attachments/666290834878234647/767347727725363240/unknown.png
... | 1.0 | Aggro biome shuffle not very aggro. - I made three worlds with three seeds.
the biomes look like they got gently stirred rather than completely shuffled.
World1: https://cdn.discordapp.com/attachments/666290834878234647/767347644883664896/unknown.png
World2: https://cdn.discordapp.com/attachments/66629083487823... | non_process | aggro biome shuffle not very aggro i made three worlds with three seeds the biomes look like they got gently stirred rather than completely shuffled | 0 |
173,793 | 6,530,920,949 | IssuesEvent | 2017-08-30 16:43:48 | nadineproject/nadine | https://api.github.com/repos/nadineproject/nadine | closed | CC to staff@ gets lost in the aether | High Priority | I am not getting emails that are To: someone, and are CC: to staff. | 1.0 | CC to staff@ gets lost in the aether - I am not getting emails that are To: someone, and are CC: to staff. | non_process | cc to staff gets lost in the aether i am not getting emails that are to someone and are cc to staff | 0 |
19,556 | 25,878,525,010 | IssuesEvent | 2022-12-14 09:39:44 | mehta-lab/microDL | https://api.github.com/repos/mehta-lab/microDL | closed | Masking in gunpowder pipeline | preprocessing | Current zarr reader pr should cover reading functionality for mask creation. Computation is already implemented.
Need to write masks to additional channel in zarr array. If we create a copy with flatfield correction, both copies need to have the same amount of channels. Plan for this is:
- Compute masks for 'raw... | 1.0 | Masking in gunpowder pipeline - Current zarr reader pr should cover reading functionality for mask creation. Computation is already implemented.
Need to write masks to additional channel in zarr array. If we create a copy with flatfield correction, both copies need to have the same amount of channels. Plan for this... | process | masking in gunpowder pipeline current zarr reader pr should cover reading functionality for mask creation computation is already implemented need to write masks to additional channel in zarr array if we create a copy with flatfield correction both copies need to have the same amount of channels plan for this... | 1 |
17,451 | 23,269,905,533 | IssuesEvent | 2022-08-04 21:32:14 | vectordotdev/vector | https://api.github.com/repos/vectordotdev/vector | closed | Schema metadata RFC | type: task domain: processing | As a first step towards supporting various schemas, we want to shift the event metadata into a Vector specific namespace. This will solve a number of awkward siutations where Vector's metadata clashes with the user's schema.
## Examples
### Transitioning from Logstash
Let's look at a simple example where a use... | 1.0 | Schema metadata RFC - As a first step towards supporting various schemas, we want to shift the event metadata into a Vector specific namespace. This will solve a number of awkward siutations where Vector's metadata clashes with the user's schema.
## Examples
### Transitioning from Logstash
Let's look at a simp... | process | schema metadata rfc as a first step towards supporting various schemas we want to shift the event metadata into a vector specific namespace this will solve a number of awkward siutations where vector s metadata clashes with the user s schema examples transitioning from logstash let s look at a simp... | 1 |
1,576 | 4,167,480,332 | IssuesEvent | 2016-06-20 09:40:59 | e-government-ua/iBP | https://api.github.com/repos/e-government-ua/iBP | closed | Ірпінь - Видача архівних копій рішень | In process of testing in work test | контактна особа:
Карєв Костянтин - управляющий делами мерии iispolcom@gmail.com +38 066 519 36 12 Белоконь Виктор cigetsoftware@gmail.com +380 (66) 156-89-17 | 1.0 | Ірпінь - Видача архівних копій рішень - контактна особа:
Карєв Костянтин - управляющий делами мерии iispolcom@gmail.com +38 066 519 36 12 Белоконь Виктор cigetsoftware@gmail.com +380 (66) 156-89-17 | process | ірпінь видача архівних копій рішень контактна особа карєв костянтин управляющий делами мерии iispolcom gmail com белоконь виктор cigetsoftware gmail com | 1 |
11,311 | 14,114,969,215 | IssuesEvent | 2020-11-07 18:29:42 | allinurl/goaccess | https://api.github.com/repos/allinurl/goaccess | closed | Duplicated request entries on "Requested Files" panel | log-processing question | Hello! I'm currently trying to automate the report generation for a project which contains several deployed nodes, these nodes write to different logs, and I'm generating the report for those logs. Each of these logs relates to a day of accesses and they are rotated daily around 3AM.
```bash
# Concatenate log file... | 1.0 | Duplicated request entries on "Requested Files" panel - Hello! I'm currently trying to automate the report generation for a project which contains several deployed nodes, these nodes write to different logs, and I'm generating the report for those logs. Each of these logs relates to a day of accesses and they are rota... | process | duplicated request entries on requested files panel hello i m currently trying to automate the report generation for a project which contains several deployed nodes these nodes write to different logs and i m generating the report for those logs each of these logs relates to a day of accesses and they are rota... | 1 |
368,264 | 10,869,006,330 | IssuesEvent | 2019-11-15 06:08:07 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1234] Bank account selection in a bank glitch | Medium Priority | in 8.3 it was like that (just click on the name for switching)

But now you will get history window with that.


But now you will get history window with that.
![49... | non_process | bank account selection in a bank glitch in it was like that just click on the name for switching but now you will get history window with that it should just switch accounts | 0 |
14,568 | 17,691,937,947 | IssuesEvent | 2021-08-24 11:05:06 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Polygonize algorithm outputs only NULL values in attribute table | Feedback Processing Bug | ### What is the bug or the crash?
When running the Polygonize algorithm on a line layer with the option Keep Fields, the fields are added to the result but the table only contains NULL values. Tested on 3.21, 3.20 and 3.16 and confirmed by someone else.
### Steps to reproduce the issue
1. Open line layer
2. Proce... | 1.0 | Polygonize algorithm outputs only NULL values in attribute table - ### What is the bug or the crash?
When running the Polygonize algorithm on a line layer with the option Keep Fields, the fields are added to the result but the table only contains NULL values. Tested on 3.21, 3.20 and 3.16 and confirmed by someone else... | process | polygonize algorithm outputs only null values in attribute table what is the bug or the crash when running the polygonize algorithm on a line layer with the option keep fields the fields are added to the result but the table only contains null values tested on and and confirmed by someone else ... | 1 |
819,997 | 30,757,359,867 | IssuesEvent | 2023-07-29 08:15:28 | brain-link/scanhub-ui | https://api.github.com/repos/brain-link/scanhub-ui | closed | Full screen sequence view | priority: high type: feature request | Decouple the sequence viewer from the exam-tree view. Plot can be accessed through a job, if a sequence was uploaded/selected and sequence is valid (can be compiled).
Connected to the following issue: https://github.com/brain-link/scanhub-ui/issues/5 | 1.0 | Full screen sequence view - Decouple the sequence viewer from the exam-tree view. Plot can be accessed through a job, if a sequence was uploaded/selected and sequence is valid (can be compiled).
Connected to the following issue: https://github.com/brain-link/scanhub-ui/issues/5 | non_process | full screen sequence view decouple the sequence viewer from the exam tree view plot can be accessed through a job if a sequence was uploaded selected and sequence is valid can be compiled connected to the following issue | 0 |
8,236 | 11,417,545,891 | IssuesEvent | 2020-02-03 00:03:03 | parcel-bundler/parcel | https://api.github.com/repos/parcel-bundler/parcel | closed | How to resolve Sass url()? | :grey_question: Question CSS Preprocessing Stale | <!---
Thanks for filing an issue 😄 ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
-->
# ❔ Question
<!--- Provide your question here -->
I'm using parcel-bundler in a Node package to bundle a group of SCSS fil... | 1.0 | How to resolve Sass url()? - <!---
Thanks for filing an issue 😄 ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
-->
# ❔ Question
<!--- Provide your question here -->
I'm using parcel-bundler in a Node package ... | process | how to resolve sass url thanks for filing an issue 😄 before you submit please read the following search open closed issues before submitting since someone might have asked the same thing before ❔ question i m using parcel bundler in a node package to bundle a group of scss files us... | 1 |
20,764 | 27,495,141,569 | IssuesEvent | 2023-03-05 03:19:24 | open-telemetry/opentelemetry-collector | https://api.github.com/repos/open-telemetry/opentelemetry-collector | closed | Authentication processor - tech debt from the review | enhancement Stale priority:p3 release:after-ga area:processor | During the review for the authentication processor PRs, the following items came up:
1. We should consider renaming `attribute` to something else, possibly `header`, although future receivers might not be HTTP-based at all. Context: https://github.com/open-telemetry/opentelemetry-collector/pull/1807#discussion_r4923... | 1.0 | Authentication processor - tech debt from the review - During the review for the authentication processor PRs, the following items came up:
1. We should consider renaming `attribute` to something else, possibly `header`, although future receivers might not be HTTP-based at all. Context: https://github.com/open-telem... | process | authentication processor tech debt from the review during the review for the authentication processor prs the following items came up we should consider renaming attribute to something else possibly header although future receivers might not be http based at all context move internal auth to... | 1 |
13,147 | 15,570,494,787 | IssuesEvent | 2021-03-17 02:42:07 | fluent/fluent-bit | https://api.github.com/repos/fluent/fluent-bit | closed | SUSE has '/usr/lib/systemd/system' but not '/lib/systemd/system' | Stale bug fixed waiting-for-user work-in-process | https://github.com/fluent/fluent-bit/blob/42f97274a0a896f1e5e20a9ced18bebc90294788/src/CMakeLists.txt#L383
This will not install fluent-bit.service. As in SUSE it doesn't have '/lib/systemd/system'
| 1.0 | SUSE has '/usr/lib/systemd/system' but not '/lib/systemd/system' - https://github.com/fluent/fluent-bit/blob/42f97274a0a896f1e5e20a9ced18bebc90294788/src/CMakeLists.txt#L383
This will not install fluent-bit.service. As in SUSE it doesn't have '/lib/systemd/system'
| process | suse has usr lib systemd system but not lib systemd system this will not install fluent bit service as in suse it doesn t have lib systemd system | 1 |
3,473 | 6,552,146,605 | IssuesEvent | 2017-09-05 17:09:28 | brucemiller/LaTeXML | https://api.github.com/repos/brucemiller/LaTeXML | closed | LaTeXML positions equation numbers using absolute positioning | postprocessing question | Simple latex example from the web
http://www.electronics.oulu.fi/latex/examples/example_1/
and ePub generated under macOS 10.12.4 with calibre 2.82.0 using
latexml --dest=example1.xml example1.tex
latexmlpost -dest=example1.html example1.xml
/Applications/calibre.app/Contents/MacOS/ebook-convert example1... | 1.0 | LaTeXML positions equation numbers using absolute positioning - Simple latex example from the web
http://www.electronics.oulu.fi/latex/examples/example_1/
and ePub generated under macOS 10.12.4 with calibre 2.82.0 using
latexml --dest=example1.xml example1.tex
latexmlpost -dest=example1.html example1.xml
... | process | latexml positions equation numbers using absolute positioning simple latex example from the web and epub generated under macos with calibre using latexml dest xml tex latexmlpost dest html xml applications calibre app contents macos ebook convert html epub language en ... | 1 |
15,666 | 19,847,151,844 | IssuesEvent | 2022-01-21 08:07:47 | ooi-data/CE01ISSM-RID16-07-NUTNRB000-telemetered-nutnr_b_dcl_full_instrument | https://api.github.com/repos/ooi-data/CE01ISSM-RID16-07-NUTNRB000-telemetered-nutnr_b_dcl_full_instrument | opened | 🛑 Processing failed: ValueError | process | ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T08:07:46.485863.
## Details
Flow name: `CE01ISSM-RID16-07-NUTNRB000-telemetered-nutnr_b_dcl_full_instrument`
Task name: `processing_task`
Error type: `ValueError`
Error message: not enough values to unpack (expected 3, got 0)
<... | 1.0 | 🛑 Processing failed: ValueError - ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T08:07:46.485863.
## Details
Flow name: `CE01ISSM-RID16-07-NUTNRB000-telemetered-nutnr_b_dcl_full_instrument`
Task name: `processing_task`
Error type: `ValueError`
Error message: not enough value... | process | 🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name telemetered nutnr b dcl full instrument task name processing task error type valueerror error message not enough values to unpack expected got ... | 1 |
94,942 | 27,334,826,823 | IssuesEvent | 2023-02-26 03:45:07 | AVSLab/basilisk | https://api.github.com/repos/AVSLab/basilisk | closed | Fix Linux builds with `--opNav True` | bug build | Linux builds of Basilisk appear to be broken when the `opNav` flag is used due to a case sensitivity issue. A detailed log of the error is included below.
```
~/basilisk$ python3 conanfile.py --opNav True --vizInterface True --clean
python -m pip install --upgrade pip
Requirement already satisfied: pip in ./.v... | 1.0 | Fix Linux builds with `--opNav True` - Linux builds of Basilisk appear to be broken when the `opNav` flag is used due to a case sensitivity issue. A detailed log of the error is included below.
```
~/basilisk$ python3 conanfile.py --opNav True --vizInterface True --clean
python -m pip install --upgrade pip
Req... | non_process | fix linux builds with opnav true linux builds of basilisk appear to be broken when the opnav flag is used due to a case sensitivity issue a detailed log of the error is included below basilisk conanfile py opnav true vizinterface true clean python m pip install upgrade pip requireme... | 0 |
2,571 | 5,325,661,606 | IssuesEvent | 2017-02-15 00:32:36 | jlm2017/jlm-video-subtitles | https://api.github.com/repos/jlm2017/jlm-video-subtitles | opened | [subtitles] [german] Il faut rompre avec ce monde pourri | Process: [0] Awaiting subtitles | # Video title
Il faut rompre avec ce monde pourri
# URL
https://www.youtube.com/watch?v=HMNwmW1BHRY&t=7s
# Youtube subtitles language
German
# Duration
17:20
# Subtitles URL
https://www.youtube.com/timedtext_editor?ui=hd&action_mde_edit_form=1&bl=vmp&v=HMNwmW1BHRY&tab=captions&lang=de&ref=player | 1.0 | [subtitles] [german] Il faut rompre avec ce monde pourri - # Video title
Il faut rompre avec ce monde pourri
# URL
https://www.youtube.com/watch?v=HMNwmW1BHRY&t=7s
# Youtube subtitles language
German
# Duration
17:20
# Subtitles URL
https://www.youtube.com/timedtext_editor?ui=hd&action_mde_edit_form=1&... | process | il faut rompre avec ce monde pourri video title il faut rompre avec ce monde pourri url youtube subtitles language german duration subtitles url | 1 |
19,315 | 25,467,776,634 | IssuesEvent | 2022-11-25 07:06:54 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [Android] Getting 'You are offline' popup message when tried to signup in the mobile app | Bug P2 Android Process: Fixed Process: Tested QA Process: Tested dev | **Steps:**
1. Install the build
2. Open the app
3. Sign up for the app
4. Complete the sign up process and Verify, after navigating to study list screen
**AR:** Getting 'You are offline' popup message when tried to signup in the mobile app
**ER:** Study list should be loaded without any error's
**Note:**
1.... | 3.0 | [Android] Getting 'You are offline' popup message when tried to signup in the mobile app - **Steps:**
1. Install the build
2. Open the app
3. Sign up for the app
4. Complete the sign up process and Verify, after navigating to study list screen
**AR:** Getting 'You are offline' popup message when tried to signup ... | process | getting you are offline popup message when tried to signup in the mobile app steps install the build open the app sign up for the app complete the sign up process and verify after navigating to study list screen ar getting you are offline popup message when tried to signup in the m... | 1 |
20,334 | 26,987,593,683 | IssuesEvent | 2023-02-09 17:13:54 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | [MongoDB] Timezone issue when using relative time filters | Type:Bug Priority:P2 Database/Mongo Querying/Processor .Correctness Misc/Timezones Difficulty:Medium .Backend | I am using data source as MongoDB, where I have `createdAt` in each document, it's of date type and is always in UTC (GMT +0) Timezone, I have configured Metabase accordingly to show me these values on IST, it's working as expected. Now the difference is when I set a filter on a specific date the count of rows is diffe... | 1.0 | [MongoDB] Timezone issue when using relative time filters - I am using data source as MongoDB, where I have `createdAt` in each document, it's of date type and is always in UTC (GMT +0) Timezone, I have configured Metabase accordingly to show me these values on IST, it's working as expected. Now the difference is when ... | process | timezone issue when using relative time filters i am using data source as mongodb where i have createdat in each document it s of date type and is always in utc gmt timezone i have configured metabase accordingly to show me these values on ist it s working as expected now the difference is when i set a ... | 1 |
1,247 | 3,784,773,482 | IssuesEvent | 2016-03-20 02:06:16 | ViDA-NYU/genotet | https://api.github.com/repos/ViDA-NYU/genotet | opened | use one data path | data processing | Right now we have this in config
```
networkPath = .../genotet_data/network/
bindingPath = .../genotet_data/binding/
expressionPath = .../genotet_data/expression/
bigWigToWigPath = .../genotet_data/bigWigToWig
uploadPath = .../genotet_data/upload/
bedPath = .../genotet_data/bed/
mappingPath = .../genotet_data/m... | 1.0 | use one data path - Right now we have this in config
```
networkPath = .../genotet_data/network/
bindingPath = .../genotet_data/binding/
expressionPath = .../genotet_data/expression/
bigWigToWigPath = .../genotet_data/bigWigToWig
uploadPath = .../genotet_data/upload/
bedPath = .../genotet_data/bed/
mappingPath ... | process | use one data path right now we have this in config networkpath genotet data network bindingpath genotet data binding expressionpath genotet data expression bigwigtowigpath genotet data bigwigtowig uploadpath genotet data upload bedpath genotet data bed mappingpath ... | 1 |
14,250 | 17,187,593,465 | IssuesEvent | 2021-07-16 06:00:50 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Expression widget does not list fields when Selected features only is checked | Bug Processing | <!--
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and financially sponsoring a fix
Checklist before submitting
-... | 1.0 | Expression widget does not list fields when Selected features only is checked - <!--
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support o... | process | expression widget does not list fields when selected features only is checked bug fixing and feature development is a community responsibility and not the responsibility of the qgis project alone if this bug report or feature request is high priority for you we suggest engaging a qgis developer or support o... | 1 |
19,400 | 25,541,452,142 | IssuesEvent | 2022-11-29 15:35:05 | aiidateam/plumpy | https://api.github.com/repos/aiidateam/plumpy | closed | `Process.raw_inputs` are modified in `on_create` | type/bug priority/important topic/processes | The inputs that are passed when instantiating a new `Process` instance are stored in the `_raw_inputs` attribute. They are supposed to remain unchanged, however, they are mutated by the `on_create` call by passing it into the `spec().inputs.pre_process` call. | 1.0 | `Process.raw_inputs` are modified in `on_create` - The inputs that are passed when instantiating a new `Process` instance are stored in the `_raw_inputs` attribute. They are supposed to remain unchanged, however, they are mutated by the `on_create` call by passing it into the `spec().inputs.pre_process` call. | process | process raw inputs are modified in on create the inputs that are passed when instantiating a new process instance are stored in the raw inputs attribute they are supposed to remain unchanged however they are mutated by the on create call by passing it into the spec inputs pre process call | 1 |
375,910 | 26,181,708,313 | IssuesEvent | 2023-01-02 16:28:13 | aidotse/PASEOS | https://api.github.com/repos/aidotse/PASEOS | opened | Put first version on pip | documentation user-facing | # Feature
## Desired Behavior / Functionality
It might be nice, if we get on pip soon! :partying_face:
Could use these scripts for convenience:
https://github.com/esa/torchquad/blob/main/.github/workflows/deploy_to_test_pypi.yml
https://github.com/esa/torchquad/blob/main/.github/workflows/deploy_to_pypi.yml
... | 1.0 | Put first version on pip - # Feature
## Desired Behavior / Functionality
It might be nice, if we get on pip soon! :partying_face:
Could use these scripts for convenience:
https://github.com/esa/torchquad/blob/main/.github/workflows/deploy_to_test_pypi.yml
https://github.com/esa/torchquad/blob/main/.github/workf... | non_process | put first version on pip feature desired behavior functionality it might be nice if we get on pip soon partying face could use these scripts for convenience this what needs to be done in release process could inspire us maybe we create this type of issue workflow too what needs to... | 0 |
18,934 | 24,890,513,852 | IssuesEvent | 2022-10-28 11:35:21 | TUM-Dev/NavigaTUM | https://api.github.com/repos/TUM-Dev/NavigaTUM | closed | [Entry] [4220.01.119]: Koordinate bearbeiten | entry webform delete-after-processing | Hallo, ich möchte diese Koordinate zum Roomfinder hinzufügen:
```
"4220.01.119": {coords: {lat: 48.39883751173505, lon: 11.72308191140641}}
``` | 1.0 | [Entry] [4220.01.119]: Koordinate bearbeiten - Hallo, ich möchte diese Koordinate zum Roomfinder hinzufügen:
```
"4220.01.119": {coords: {lat: 48.39883751173505, lon: 11.72308191140641}}
``` | process | koordinate bearbeiten hallo ich möchte diese koordinate zum roomfinder hinzufügen coords lat lon | 1 |
111,897 | 14,170,279,073 | IssuesEvent | 2020-11-12 14:20:48 | ajency/Dhanda-App | https://api.github.com/repos/ajency/Dhanda-App | closed | no marking of half day with yellow colour found | Assigned to QA UI/ design Yet to Push | In the case of present where a green tick mark is placed a mark with yellow colour must be marked to indicated that the employee is half day. | 1.0 | no marking of half day with yellow colour found - In the case of present where a green tick mark is placed a mark with yellow colour must be marked to indicated that the employee is half day. | non_process | no marking of half day with yellow colour found in the case of present where a green tick mark is placed a mark with yellow colour must be marked to indicated that the employee is half day | 0 |
8,828 | 27,172,303,820 | IssuesEvent | 2023-02-17 20:39:17 | OneDrive/onedrive-api-docs | https://api.github.com/repos/OneDrive/onedrive-api-docs | closed | Create Delta Token using datetime | type:enhancement Needs: Triage :mag: area:Delta automation:Closed |
#### Category
- [ ] **Question**
- [ ] Documentation issue
- [ ] Bug
Is there any way to create a delta token using some datetime? because token=latest would create token using current time and we may need to have one that could be created using some old time
Thank you.
[ ]: http://aka.ms/onedrive-api-issue... | 1.0 | Create Delta Token using datetime -
#### Category
- [ ] **Question**
- [ ] Documentation issue
- [ ] Bug
Is there any way to create a delta token using some datetime? because token=latest would create token using current time and we may need to have one that could be created using some old time
Thank you.
[... | non_process | create delta token using datetime category question documentation issue bug is there any way to create a delta token using some datetime because token latest would create token using current time and we may need to have one that could be created using some old time thank you ... | 0 |
330,716 | 24,274,237,204 | IssuesEvent | 2022-09-28 12:46:35 | microsoft/torchgeo | https://api.github.com/repos/microsoft/torchgeo | opened | Resnet50 pretrained model documentation | documentation | ### Issue
- The documentation suggests that the `sensor` flag can take on several sources, but one has to go into the source code to find out which values are possible
- The documentation states that the `bands` flag can accept 'all' or 'rgb', however, currently only 'all' is supported and specifying 'rgb' throws an ... | 1.0 | Resnet50 pretrained model documentation - ### Issue
- The documentation suggests that the `sensor` flag can take on several sources, but one has to go into the source code to find out which values are possible
- The documentation states that the `bands` flag can accept 'all' or 'rgb', however, currently only 'all' is... | non_process | pretrained model documentation issue the documentation suggests that the sensor flag can take on several sources but one has to go into the source code to find out which values are possible the documentation states that the bands flag can accept all or rgb however currently only all is suppor... | 0 |
12,566 | 14,983,179,758 | IssuesEvent | 2021-01-28 16:53:05 | scikit-learn/scikit-learn | https://api.github.com/repos/scikit-learn/scikit-learn | closed | New strategies for KBinsDiscretizer | New Feature module:preprocessing | New non-parametric strategies could be added to KBD. Like geometric, winsorized, combined (Uniform+Quantiles, Geometric+Uniform, Geometric+Quantiles).
Winsorized binning uses interpercentile range (in my examples I used p95-p05) instead of peak-to-peak (max - min) like in Uniform. It allows algorithm to ignore outlier... | 1.0 | New strategies for KBinsDiscretizer - New non-parametric strategies could be added to KBD. Like geometric, winsorized, combined (Uniform+Quantiles, Geometric+Uniform, Geometric+Quantiles).
Winsorized binning uses interpercentile range (in my examples I used p95-p05) instead of peak-to-peak (max - min) like in Uniform.... | process | new strategies for kbinsdiscretizer new non parametric strategies could be added to kbd like geometric winsorized combined uniform quantiles geometric uniform geometric quantiles winsorized binning uses interpercentile range in my examples i used instead of peak to peak max min like in uniform it ... | 1 |
17,618 | 23,433,970,071 | IssuesEvent | 2022-08-15 07:38:19 | Tencent/tdesign-miniprogram | https://api.github.com/repos/Tencent/tdesign-miniprogram | closed | [Upload] 无论 requestMethod 是否成功,都会返回 success | bug in process | ### tdesign-miniprogram 版本
latest
### 重现链接
_No response_
### 重现步骤
配置一个 requestMethod 方法,并给一个错误的上传地址
### 期望结果
不会触发 success 事件,而是触发 fail 事件
### 实际结果
先触发了 success 事件,然后再开始执行上传,并发现上传错误
<img width="996" alt="image" src="https://user-images.githubusercontent.com/8725110/183850000-75bd5852-067a-4fa4-861e-d7cae1ba3... | 1.0 | [Upload] 无论 requestMethod 是否成功,都会返回 success - ### tdesign-miniprogram 版本
latest
### 重现链接
_No response_
### 重现步骤
配置一个 requestMethod 方法,并给一个错误的上传地址
### 期望结果
不会触发 success 事件,而是触发 fail 事件
### 实际结果
先触发了 success 事件,然后再开始执行上传,并发现上传错误
<img width="996" alt="image" src="https://user-images.githubusercontent.com/87251... | process | 无论 requestmethod 是否成功,都会返回 success tdesign miniprogram 版本 latest 重现链接 no response 重现步骤 配置一个 requestmethod 方法,并给一个错误的上传地址 期望结果 不会触发 success 事件,而是触发 fail 事件 实际结果 先触发了 success 事件,然后再开始执行上传,并发现上传错误 img width alt image src 框架版本 小程序 浏览器版本 no response 系统版本... | 1 |
19,480 | 25,790,427,676 | IssuesEvent | 2022-12-10 03:20:09 | ffrostflame/BridgeNet2 | https://api.github.com/repos/ffrostflame/BridgeNet2 | opened | Truly dynamic bridges/identifiers | where: api where: internal process type: feature status: deciding | The problem with truly dynamic identifiers/bridges is that you end up needing to manage old identifier references, it needs to be done in a way that does not impact speed, and it needs to be replicated.
There is no way to do this without metatable trickery- I'm going to postpone this until after release, because it ... | 1.0 | Truly dynamic bridges/identifiers - The problem with truly dynamic identifiers/bridges is that you end up needing to manage old identifier references, it needs to be done in a way that does not impact speed, and it needs to be replicated.
There is no way to do this without metatable trickery- I'm going to postpone t... | process | truly dynamic bridges identifiers the problem with truly dynamic identifiers bridges is that you end up needing to manage old identifier references it needs to be done in a way that does not impact speed and it needs to be replicated there is no way to do this without metatable trickery i m going to postpone t... | 1 |
12,559 | 14,979,504,506 | IssuesEvent | 2021-01-28 12:21:29 | parcel-bundler/parcel | https://api.github.com/repos/parcel-bundler/parcel | closed | @parcel/optimizer-cssnano - Missed semicolon | :bug: Bug CSS Preprocessing ✨ Parcel 2 | <!---
Thanks for filing an issue 😄 ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
-->
# 🐛 bug report
Whenever I try to run `parcel build index.html --no-source-maps --no-scope-hoist` I get the following error... | 1.0 | @parcel/optimizer-cssnano - Missed semicolon - <!---
Thanks for filing an issue 😄 ! Before you submit, please read the following:
Search open/closed issues before submitting since someone might have asked the same thing before!
-->
# 🐛 bug report
Whenever I try to run `parcel build index.html --no-source-m... | process | parcel optimizer cssnano missed semicolon thanks for filing an issue 😄 before you submit please read the following search open closed issues before submitting since someone might have asked the same thing before 🐛 bug report whenever i try to run parcel build index html no source m... | 1 |
243,592 | 18,718,473,609 | IssuesEvent | 2021-11-03 09:02:14 | WICG/conversion-measurement-api | https://api.github.com/repos/WICG/conversion-measurement-api | opened | Add links to blogposts in explainers to easen onboarding | documentation | Explainers in this repo may be the first touchpoint for folks looking to experiment with Attribution Reporting.
However, explainers are not always the most approachable guidance for newcomers⏤sometimes, high-level intro blogposts are available.
Would it make sense to link these at the top of each explainer? By adding... | 1.0 | Add links to blogposts in explainers to easen onboarding - Explainers in this repo may be the first touchpoint for folks looking to experiment with Attribution Reporting.
However, explainers are not always the most approachable guidance for newcomers⏤sometimes, high-level intro blogposts are available.
Would it make ... | non_process | add links to blogposts in explainers to easen onboarding explainers in this repo may be the first touchpoint for folks looking to experiment with attribution reporting however explainers are not always the most approachable guidance for newcomers⏤sometimes high level intro blogposts are available would it make ... | 0 |
3,287 | 6,383,419,560 | IssuesEvent | 2017-08-03 00:12:12 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | child_process, *nix, stdio undefined when kernel nofile limit hit | child_process | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | 1.0 | child_process, *nix, stdio undefined when kernel nofile limit hit - <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of t... | process | child process nix stdio undefined when kernel nofile limit hit thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re a... | 1 |
3,142 | 6,195,508,806 | IssuesEvent | 2017-07-05 12:48:51 | higankanshi/Meta.Vlc | https://api.github.com/repos/higankanshi/Meta.Vlc | closed | SnapshotContext , switch path extension missing dot | bug processing | as far as I know, the method **Path.GetExtensions** return value have a dot prefix, just like ".jpg". but the switch in the method lost the litter dot.
> public SnapshotContext(String path, int quality)
{
Path = System.IO.Path.GetDirectoryName(path).FormatPath();
Name = System.IO.P... | 1.0 | SnapshotContext , switch path extension missing dot - as far as I know, the method **Path.GetExtensions** return value have a dot prefix, just like ".jpg". but the switch in the method lost the litter dot.
> public SnapshotContext(String path, int quality)
{
Path = System.IO.Path.GetDirectoryNa... | process | snapshotcontext switch path extension missing dot as far as i know the method path getextensions return value have a dot prefix just like jpg but the switch in the method lost the litter dot public snapshotcontext string path int quality path system io path getdirectoryna... | 1 |
2,660 | 5,435,256,691 | IssuesEvent | 2017-03-05 15:31:18 | alexrj/Slic3r | https://api.github.com/repos/alexrj/Slic3r | closed | output_filename_format template variables are not replaced when background processing is disabled | Background Processing UI: Misc Verified bug | ### Version
1.2.9-364-g3700950
### Operating system type + version
Debian testing/unstable, Perl 5.22.2, Slic3r from git.
### Behavior
As described in [https://github.com/alexrj/Slic3r/wiki/FAQ#how-can-i-specify-a-custom-filename-format-for-output-g-code-files], when using the GUI, the `output_filename_format` setti... | 1.0 | output_filename_format template variables are not replaced when background processing is disabled - ### Version
1.2.9-364-g3700950
### Operating system type + version
Debian testing/unstable, Perl 5.22.2, Slic3r from git.
### Behavior
As described in [https://github.com/alexrj/Slic3r/wiki/FAQ#how-can-i-specify-a-cus... | process | output filename format template variables are not replaced when background processing is disabled version operating system type version debian testing unstable perl from git behavior as described in when using the gui the output filename format setting can include the print... | 1 |
794 | 10,550,587,885 | IssuesEvent | 2019-10-03 11:26:12 | Cha-OS/colabo | https://api.github.com/repos/Cha-OS/colabo | opened | Net or Server accessing errors | IMPORTANT UX.UsrOnBoard+AvoidUsrErr backend moderation performance reliability | - if the server is unavailable, inform the user, e.g. after several retries or HTTP request FAIL response
- let him TRY again.
- NOTIFICATIONS or TOOLBAR Status
- you're offline (re-introduce it from the old code)
- you're net is weak | True | Net or Server accessing errors - - if the server is unavailable, inform the user, e.g. after several retries or HTTP request FAIL response
- let him TRY again.
- NOTIFICATIONS or TOOLBAR Status
- you're offline (re-introduce it from the old code)
- you're net is weak | non_process | net or server accessing errors if the server is unavailable inform the user e g after several retries or http request fail response let him try again notifications or toolbar status you re offline re introduce it from the old code you re net is weak | 0 |
15,324 | 19,433,139,074 | IssuesEvent | 2021-12-21 14:15:59 | threefoldtech/tfchain | https://api.github.com/repos/threefoldtech/tfchain | closed | Testnet migration | process_wontfix | We are looking into setting up a new testnet based on NPOS validaton. Since it is really hard to migrate from aura to babe/staking, we will set up a new testnet. At least the balances from old testnet will need to be restored on the new testnet.
There is an "exportstate" subcommand in the tfchain binary, which might... | 1.0 | Testnet migration - We are looking into setting up a new testnet based on NPOS validaton. Since it is really hard to migrate from aura to babe/staking, we will set up a new testnet. At least the balances from old testnet will need to be restored on the new testnet.
There is an "exportstate" subcommand in the tfchain... | process | testnet migration we are looking into setting up a new testnet based on npos validaton since it is really hard to migrate from aura to babe staking we will set up a new testnet at least the balances from old testnet will need to be restored on the new testnet there is an exportstate subcommand in the tfchain... | 1 |
225,375 | 7,481,214,069 | IssuesEvent | 2018-04-04 19:55:08 | RITlug/TigerOS | https://api.github.com/repos/RITlug/TigerOS | opened | Fix Design Documentation to accomidate new directory structure | bug easyfix priority:med | # Summary
* This issue is a…
* [x] Bug report
* [ ] Feature request
* [ ] Other issue
* [ ] Question
* **Describe the issue / feature in 1-2 sentences**:
New directory structure has messed up some of the links in the wiki.
# Background
### Bug report
404 page in Design docs on certain links... | 1.0 | Fix Design Documentation to accomidate new directory structure - # Summary
* This issue is a…
* [x] Bug report
* [ ] Feature request
* [ ] Other issue
* [ ] Question
* **Describe the issue / feature in 1-2 sentences**:
New directory structure has messed up some of the links in the wiki.
# Bac... | non_process | fix design documentation to accomidate new directory structure summary this issue is a… bug report feature request other issue question describe the issue feature in sentences new directory structure has messed up some of the links in the wiki background ... | 0 |
151,090 | 23,761,084,084 | IssuesEvent | 2022-09-01 08:56:12 | Regalis11/Barotrauma | https://api.github.com/repos/Regalis11/Barotrauma | closed | small pumps are not visible on the typhoon 1 preview in the lobby | Bug Need more info Design Low prio | ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [X] My issue happened while using mods.
### What happened?
I should have been able to see the small pumps in expanded preview for the typhoon in the game lobby
### Reproduction steps
1. load up a lobby
2. se... | 1.0 | small pumps are not visible on the typhoon 1 preview in the lobby - ### Disclaimers
- [X] I have searched the issue tracker to check if the issue has already been reported.
- [X] My issue happened while using mods.
### What happened?
I should have been able to see the small pumps in expanded preview for the typhoon ... | non_process | small pumps are not visible on the typhoon preview in the lobby disclaimers i have searched the issue tracker to check if the issue has already been reported my issue happened while using mods what happened i should have been able to see the small pumps in expanded preview for the typhoon in t... | 0 |
367,640 | 25,754,964,142 | IssuesEvent | 2022-12-08 15:46:09 | Pradumnasaraf/open-source-with-pradumna | https://api.github.com/repos/Pradumnasaraf/open-source-with-pradumna | closed | [FEATURE] Add process and documentation about GitHub code spaces | documentation how-to feature | ### Description
As GitHub came up with a new feature of code spaces, i would like to add it in the repo and let beginners know about it more clearly.
### Screenshots

| 1.0 | [FEATURE] Add process and documentation about GitHub code spaces - ### Description
As GitHub came up with a new feature of code spaces, i would like to add it in the repo and let beginners know about it more clearly.
### Screenshots

```
npx ts-node fixtures/generate.ts ./fixtures/blog/ --skip-transpile
[Error: ENOENT: no such file or direct... | 1.0 | Internal: client fixtures fail to generate - ### Bug description
I followed the instructions from https://github.com/prisma/prisma/blob/master/CONTRIBUTING.md
But the generate fixtures doesn't work anymore, it fails with this on my machine (macOS)
```
npx ts-node fixtures/generate.ts ./fixtures/blog/ --skip-tran... | process | internal client fixtures fail to generate bug description i followed the instructions from but the generate fixtures doesn t work anymore it fails with this on my machine macos npx ts node fixtures generate ts fixtures blog skip transpile errno code enoent syscall co... | 1 |
116,596 | 9,856,940,140 | IssuesEvent | 2019-06-20 00:18:08 | medic/medic | https://api.github.com/repos/medic/medic | closed | e2e tests fail at 0000 GMT on travis | Priority: 2 - Medium Testing Type: Technical issue | I've noticed this a few times. Restarting the build fixes it.
```
registration transition
submits new sms messages
✗ shows content (10 secs)
- Expected 'LMP Alh, Jan 2, 2020' to be 'LMP Jtan, Jan 1, 2020'.
at checkAutoResponse (/home/travis/build/medic/medic/tests/e2e/registratio... | 1.0 | e2e tests fail at 0000 GMT on travis - I've noticed this a few times. Restarting the build fixes it.
```
registration transition
submits new sms messages
✗ shows content (10 secs)
- Expected 'LMP Alh, Jan 2, 2020' to be 'LMP Jtan, Jan 1, 2020'.
at checkAutoResponse (/home/travis/... | non_process | tests fail at gmt on travis i ve noticed this a few times restarting the build fixes it registration transition submits new sms messages ✗ shows content secs expected lmp alh jan to be lmp jtan jan at checkautoresponse home travis build medic ... | 0 |
430,726 | 30,196,651,939 | IssuesEvent | 2023-07-04 22:17:46 | javalent/dice-roller | https://api.github.com/repos/javalent/dice-roller | closed | [Basic Usage]: Table Roller doesn't work/is confusing to use | bug documentation | ### Check for existing bug reports before submitting.
- [X] I searched for existing [Bug Reports](https://github.com/javalent/dice-roller/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-descc) and found no similar reports.
### Expected Behavior
I've copy-pasted multiple examples from the documentation directly in... | 1.0 | [Basic Usage]: Table Roller doesn't work/is confusing to use - ### Check for existing bug reports before submitting.
- [X] I searched for existing [Bug Reports](https://github.com/javalent/dice-roller/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-descc) and found no similar reports.
### Expected Behavior
I've c... | non_process | table roller doesn t work is confusing to use check for existing bug reports before submitting i searched for existing and found no similar reports expected behavior i ve copy pasted multiple examples from the documentation directly into my markdown yet it doesn t render the or ... | 0 |
1,424 | 3,989,431,961 | IssuesEvent | 2016-05-09 14:01:00 | mitchellh/packer | https://api.github.com/repos/mitchellh/packer | closed | `amazon-import` - Importing to Multiple Regions? | post-processor/amazon-import question | What's the best method for using amazon-import with multiple regions? I currently have the following:
```
"post-processors": [
[{
"type": "amazon-import",
"access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_key`}}",
"region": "us-east-1",
"s... | 1.0 | `amazon-import` - Importing to Multiple Regions? - What's the best method for using amazon-import with multiple regions? I currently have the following:
```
"post-processors": [
[{
"type": "amazon-import",
"access_key": "{{user `aws_access_key`}}",
"secret_key": "{{user `aws_secret_k... | process | amazon import importing to multiple regions what s the best method for using amazon import with multiple regions i currently have the following post processors type amazon import access key user aws access key secret key user aws secret k... | 1 |
78,677 | 22,345,917,609 | IssuesEvent | 2022-06-15 07:47:52 | cocos/cocos-engine | https://api.github.com/repos/cocos/cocos-engine | closed | Should not export atlas plist raw file when building project | Bug P2 Module: 2D Editor Module: Build | ### Cocos Creator version
3.5.0
### System information
WeChat Mini Game & Android
### Issue description

This file is useless, since we already import plist as SpriteAtlas object.
Re: https://forum.coc... | 1.0 | Should not export atlas plist raw file when building project - ### Cocos Creator version
3.5.0
### System information
WeChat Mini Game & Android
### Issue description

This file is useless, since we alrea... | non_process | should not export atlas plist raw file when building project cocos creator version system information wechat mini game android issue description this file is useless since we already import plist as spriteatlas object re relevant error log output no response steps t... | 0 |
17,362 | 23,186,047,728 | IssuesEvent | 2022-08-01 08:28:35 | streamnative/flink | https://api.github.com/repos/streamnative/flink | closed | [SQL Connector] when documentation is reviewed, merge back the SN hub documentation to the flink repo and replace the README.md | compute/data-processing | Also investigate the auto documentation publish pipeline | 1.0 | [SQL Connector] when documentation is reviewed, merge back the SN hub documentation to the flink repo and replace the README.md - Also investigate the auto documentation publish pipeline | process | when documentation is reviewed merge back the sn hub documentation to the flink repo and replace the readme md also investigate the auto documentation publish pipeline | 1 |
21,850 | 14,898,562,110 | IssuesEvent | 2021-01-21 13:17:36 | spring-projects/spring-batch | https://api.github.com/repos/spring-projects/spring-batch | closed | Provide a way to specify the class loader to be used by a ClassPathXmlApplicationContextFactory [BATCH-2182] | in: infrastructure status: waiting-for-triage type: enhancement | **[Mauro Molinari](https://jira.spring.io/secure/ViewProfile.jspa?name=mauromol)** opened **[BATCH-2182](https://jira.spring.io/browse/BATCH-2182?redirect=false)** and commented
A `ClassPathXmlApplicationContextFactory` creates `ClassPathXmlApplicationContext` instances. The latter, by extending `DefaultResourceLoader... | 1.0 | Provide a way to specify the class loader to be used by a ClassPathXmlApplicationContextFactory [BATCH-2182] - **[Mauro Molinari](https://jira.spring.io/secure/ViewProfile.jspa?name=mauromol)** opened **[BATCH-2182](https://jira.spring.io/browse/BATCH-2182?redirect=false)** and commented
A `ClassPathXmlApplicationCont... | non_process | provide a way to specify the class loader to be used by a classpathxmlapplicationcontextfactory opened and commented a classpathxmlapplicationcontextfactory creates classpathxmlapplicationcontext instances the latter by extending defaultresourceloader would allow to specify the class loader to ... | 0 |
25,676 | 11,207,764,298 | IssuesEvent | 2020-01-06 05:15:48 | emilwareus/NodeGoat | https://api.github.com/repos/emilwareus/NodeGoat | opened | CVE-2019-20149 (Medium) detected in multiple libraries | security vulnerability | ## CVE-2019-20149 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>kind-of-3.2.2.tgz</b>, <b>kind-of-4.0.0.tgz</b>, <b>kind-of-6.0.2.tgz</b>, <b>kind-of-3.0.3.tgz</b>, <b>kind-of-5.1... | True | CVE-2019-20149 (Medium) detected in multiple libraries - ## CVE-2019-20149 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>kind-of-3.2.2.tgz</b>, <b>kind-of-4.0.0.tgz</b>, <b>kind-o... | non_process | cve medium detected in multiple libraries cve medium severity vulnerability vulnerable libraries kind of tgz kind of tgz kind of tgz kind of tgz kind of tgz kind of tgz get the native type of a value library home page a href ... | 0 |
329,807 | 10,024,689,342 | IssuesEvent | 2019-07-16 22:48:05 | crafted/crafted | https://api.github.com/repos/crafted/crafted | closed | Deep-link across issues | feature pkg: github-dashboard priority: low | GitHub will deep-link issues when written like `#10`, e.g. #10
Should be able to do the same in the app and clicking should bring up the item detail (probably as a popup) | 1.0 | Deep-link across issues - GitHub will deep-link issues when written like `#10`, e.g. #10
Should be able to do the same in the app and clicking should bring up the item detail (probably as a popup) | non_process | deep link across issues github will deep link issues when written like e g should be able to do the same in the app and clicking should bring up the item detail probably as a popup | 0 |
207,284 | 7,126,935,176 | IssuesEvent | 2018-01-20 16:12:04 | gw2efficiency/issues | https://api.github.com/repos/gw2efficiency/issues | closed | Show rarity for account unlocks (achievements, outfits, skins, titles, etc.) | Feature Priority A Ready for Release | Someone on [reddit](https://www.reddit.com/r/gw2efficiency/comments/4t1ffm/suggestion_achievements_ideas/) suggested something that would be awesome:
- Similar to xbox true achievements, generate a 'trueachievements' score based on what the population has achieved. (e.g. `((Total Players)/(Players with Achievement))^0.... | 1.0 | Show rarity for account unlocks (achievements, outfits, skins, titles, etc.) - Someone on [reddit](https://www.reddit.com/r/gw2efficiency/comments/4t1ffm/suggestion_achievements_ideas/) suggested something that would be awesome:
- Similar to xbox true achievements, generate a 'trueachievements' score based on what the ... | non_process | show rarity for account unlocks achievements outfits skins titles etc someone on suggested something that would be awesome similar to xbox true achievements generate a trueachievements score based on what the population has achieved e g total players players with achievement instead... | 0 |
6,918 | 10,076,688,691 | IssuesEvent | 2019-07-24 16:50:38 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | opened | Asset: 'test_export_assets' flakes | api: cloudasset flaky testing type: process | /cc @gaogaogiraffe (test added in PR #8613, configuration updated in #8627)
From [this Kokoro failure today](https://source.cloud.google.com/results/invocations/0ddf2264-a3dd-4e44-956b-594c87bb1add/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Fasset/log):
```python
_________________... | 1.0 | Asset: 'test_export_assets' flakes - /cc @gaogaogiraffe (test added in PR #8613, configuration updated in #8627)
From [this Kokoro failure today](https://source.cloud.google.com/results/invocations/0ddf2264-a3dd-4e44-956b-594c87bb1add/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Fasset/... | process | asset test export assets flakes cc gaogaogiraffe test added in pr configuration updated in from python testvpcservicecontrol test export assets self pytest mark skipif project inside is none reason missing environment variable ... | 1 |
22,631 | 19,804,580,923 | IssuesEvent | 2022-01-19 04:16:30 | Curtis-VL/OVRToolkit-Issues | https://api.github.com/repos/Curtis-VL/OVRToolkit-Issues | opened | Add a prompt message when a user tries to edit look hiding angle but the overlay isn't attached to a device | usability | Add a prompt message when a user tries to edit look hiding angle but the overlay isn't attached to a device. | True | Add a prompt message when a user tries to edit look hiding angle but the overlay isn't attached to a device - Add a prompt message when a user tries to edit look hiding angle but the overlay isn't attached to a device. | non_process | add a prompt message when a user tries to edit look hiding angle but the overlay isn t attached to a device add a prompt message when a user tries to edit look hiding angle but the overlay isn t attached to a device | 0 |
8,566 | 11,737,836,618 | IssuesEvent | 2020-03-11 15:12:15 | cypress-io/cypress | https://api.github.com/repos/cypress-io/cypress | closed | Replace deprecated request library dependency | process: dependencies stage: needs review type: chore | ### Current behavior:
Request library is deprecated. Getting this message on installing packages in logs.
### Desired behavior:
Replace request with maintained alternative like node-fetch
### Test code to reproduce
just run `yarn add request`
| 1.0 | Replace deprecated request library dependency - ### Current behavior:
Request library is deprecated. Getting this message on installing packages in logs.
### Desired behavior:
Replace request with maintained alternative like node-fetch
### Test code to reproduce
just run `yarn add request`
| process | replace deprecated request library dependency current behavior request library is deprecated getting this message on installing packages in logs desired behavior replace request with maintained alternative like node fetch test code to reproduce just run yarn add request | 1 |
21,498 | 3,900,354,521 | IssuesEvent | 2016-04-18 05:19:22 | NishantUpadhyay-BTC/BLISS-Issue-Tracking | https://api.github.com/repos/NishantUpadhyay-BTC/BLISS-Issue-Tracking | reopened | Guest UI: general design note | Change Request Deployed to Test Done | Adjust bottom of page so we don't ever see the bottoms of the rocks - perhaps cut off the bottom 1/4 or so | 1.0 | Guest UI: general design note - Adjust bottom of page so we don't ever see the bottoms of the rocks - perhaps cut off the bottom 1/4 or so | non_process | guest ui general design note adjust bottom of page so we don t ever see the bottoms of the rocks perhaps cut off the bottom or so | 0 |
16,808 | 22,058,285,482 | IssuesEvent | 2022-05-30 14:48:07 | KratosMultiphysics/Kratos | https://api.github.com/repos/KratosMultiphysics/Kratos | closed | [Core] PointOutputProcess is not an output process (no IsOutputStep nor PrintOutput) | Post Process | **Description**
An update of the visualization_variables of elements, which are cut, of the visualization_model_part does not seem to happen every time step. E.g. if a PointOutputProcess (or one of the derived classes) creates output every time step for a cut element, the values in the output file of the PointOutputPr... | 1.0 | [Core] PointOutputProcess is not an output process (no IsOutputStep nor PrintOutput) - **Description**
An update of the visualization_variables of elements, which are cut, of the visualization_model_part does not seem to happen every time step. E.g. if a PointOutputProcess (or one of the derived classes) creates outpu... | process | pointoutputprocess is not an output process no isoutputstep nor printoutput description an update of the visualization variables of elements which are cut of the visualization model part does not seem to happen every time step e g if a pointoutputprocess or one of the derived classes creates output eve... | 1 |
11,218 | 13,998,914,218 | IssuesEvent | 2020-10-28 10:06:06 | bisq-network/proposals | https://api.github.com/repos/bisq-network/proposals | closed | BSQ trading fee update for Cycle 15 | re:compensation re:processes was:approved | This proposal keeps a record of the [process](https://bisq.wiki/Updating_BSQ_trading_fees) to keep the BSQ trading fee at 50% discount to BTC trading fee. It will remain open until we need to update BSQ trading fees again.
Link to last issue: #202
## Cycle 15
**Parameters**
* USD/BTC price: 9380USD
* USD/BS... | 1.0 | BSQ trading fee update for Cycle 15 - This proposal keeps a record of the [process](https://bisq.wiki/Updating_BSQ_trading_fees) to keep the BSQ trading fee at 50% discount to BTC trading fee. It will remain open until we need to update BSQ trading fees again.
Link to last issue: #202
## Cycle 15
**Parameters... | process | bsq trading fee update for cycle this proposal keeps a record of the to keep the bsq trading fee at discount to btc trading fee it will remain open until we need to update bsq trading fees again link to last issue cycle parameters usd btc price usd bsq price current ... | 1 |
4,212 | 3,773,271,085 | IssuesEvent | 2016-03-17 01:03:24 | lionheart/openradar-mirror | https://api.github.com/repos/lionheart/openradar-mirror | opened | 25207304: Unexpected popup when opening gmail from Safari | classification:ui/usability reproducible:sometimes status:open | #### Description
Summary:
I get a weird popup when opening gmail from Safari that's very user-unfriendly.
Steps to Reproduce:
1. Open Safari
2. Open mail.google.com
3. Get a weird popup:
http://f.cl.ly/items/1W020S0p2B2j2J011v42/IMG_0293.PNG
Expected Results:
4. Popup language responds the following questi... | True | 25207304: Unexpected popup when opening gmail from Safari - #### Description
Summary:
I get a weird popup when opening gmail from Safari that's very user-unfriendly.
Steps to Reproduce:
1. Open Safari
2. Open mail.google.com
3. Get a weird popup:
http://f.cl.ly/items/1W020S0p2B2j2J011v42/IMG_0293.PNG
Expect... | non_process | unexpected popup when opening gmail from safari description summary i get a weird popup when opening gmail from safari that s very user unfriendly steps to reproduce open safari open mail google com get a weird popup expected results popup language responds the following questi... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.