Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1
value | created_at stringlengths 19 19 | repo stringlengths 7 112 | repo_url stringlengths 36 141 | action stringclasses 3
values | title stringlengths 1 744 | labels stringlengths 4 574 | body stringlengths 9 211k | index stringclasses 10
values | text_combine stringlengths 96 211k | label stringclasses 2
values | text stringlengths 96 188k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
16,002 | 20,188,208,541 | IssuesEvent | 2022-02-11 01:18:09 | savitamittalmsft/WAS-SEC-TEST | https://api.github.com/repos/savitamittalmsft/WAS-SEC-TEST | opened | Use penetration testing and red team exercises to validate security defenses for this workload | WARP-Import WAF FEB 2021 Security Performance and Scalability Capacity Management Processes Deployment & Testing Testing & Validation | <a href="https://docs.microsoft.com/azure/architecture/framework/security/monitor-test#penetration-testing-pentesting">Use penetration testing and red team exercises to validate security defenses for this workload</a>
<p><b>Why Consider This?</b></p>
Penetration tests provide a point-in-time validation of secur... | 1.0 | Use penetration testing and red team exercises to validate security defenses for this workload - <a href="https://docs.microsoft.com/azure/architecture/framework/security/monitor-test#penetration-testing-pentesting">Use penetration testing and red team exercises to validate security defenses for this workload</a>
... | process | use penetration testing and red team exercises to validate security defenses for this workload why consider this penetration tests provide a point in time validation of security defences red teams can help provide ongoing visibility and assurance that your defences work as designed potentiallytesting... | 1 |
717,310 | 24,670,876,593 | IssuesEvent | 2022-10-18 13:41:59 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | closed | 'Get this media' button scales to match title height | good first issue help wanted 🟨 priority: medium 🛠 goal: fix 🕹 aspect: interface 🎨 tech: css | ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
The 'get this media' button scales to match the height of a work's title.
We should t... | 1.0 | 'Get this media' button scales to match title height - ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
The 'get this media' button scale... | non_process | get this media button scales to match title height description the get this media button scales to match the height of a work s title we should truncate the title to lines and make the button align with the top rather than stretch to fill reproduction visit a single result with a... | 0 |
14,773 | 18,049,232,673 | IssuesEvent | 2021-09-19 12:56:05 | aiidateam/aiida-core | https://api.github.com/repos/aiidateam/aiida-core | opened | Register `list` for the `to_aiida_type` dispatch | type/accepted feature priority/nice-to-have topic/processes | This will allow users to pass normal base type lists to an input port accepting a `List` node and defining the serializer `to_aiida_type`. | 1.0 | Register `list` for the `to_aiida_type` dispatch - This will allow users to pass normal base type lists to an input port accepting a `List` node and defining the serializer `to_aiida_type`. | process | register list for the to aiida type dispatch this will allow users to pass normal base type lists to an input port accepting a list node and defining the serializer to aiida type | 1 |
8,555 | 11,730,869,226 | IssuesEvent | 2020-03-10 22:24:39 | MobileOrg/mobileorg | https://api.github.com/repos/MobileOrg/mobileorg | opened | Two unit-tests never pass on the first run | bug development process | We have two unit-tests that depend on the environment and never pass on the first run ([example](https://travis-ci.org/MobileOrg/mobileorg/builds/660833144) on TravisCI):
```
MobileOrgTests.OrgfileParserTests
789 testParseOrgFileDifferentTodoWords, failed
790 /Users/travis/build/MobileOrg/mobileorg/MobileOrgTes... | 1.0 | Two unit-tests never pass on the first run - We have two unit-tests that depend on the environment and never pass on the first run ([example](https://travis-ci.org/MobileOrg/mobileorg/builds/660833144) on TravisCI):
```
MobileOrgTests.OrgfileParserTests
789 testParseOrgFileDifferentTodoWords, failed
790 /Users/... | process | two unit tests never pass on the first run we have two unit tests that depend on the environment and never pass on the first run on travisci mobileorgtests orgfileparsertests testparseorgfiledifferenttodowords failed users travis build mobileorg mobileorg mobileorgtests orgfileparsertests swi... | 1 |
673,192 | 22,952,201,731 | IssuesEvent | 2022-07-19 08:26:37 | JonasMuehlmann/datastructures.go | https://api.github.com/repos/JonasMuehlmann/datastructures.go | opened | Implement `SinglyLinkedlist.ValueIterator` | enhancement effort: low priority: medium refactor | Use template for `ValueIterator` and `ElementIterator` | 1.0 | Implement `SinglyLinkedlist.ValueIterator` - Use template for `ValueIterator` and `ElementIterator` | non_process | implement singlylinkedlist valueiterator use template for valueiterator and elementiterator | 0 |
188,047 | 14,437,380,498 | IssuesEvent | 2020-12-07 11:28:01 | celery/celery | https://api.github.com/repos/celery/celery | closed | celery_worker pytest fixture timeouts since celery 5.0.3 | Component: Cache Results Backend Component: Pytest Integration Issue Type: Bug Report Priority: Critical Status: Confirmed ✔ Status: Has Testcase ✔ | Since the 5.0.3 release of celery, the `celery_worker` pytest fixture leads to a timeout when performing ping check.
The issue can be reproduced using this simple test file:
```python
pytest_plugins = ["celery.contrib.pytest"]
def test_create_task(celery_app, celery_worker):
@celery_app.task
def mul(x... | 2.0 | celery_worker pytest fixture timeouts since celery 5.0.3 - Since the 5.0.3 release of celery, the `celery_worker` pytest fixture leads to a timeout when performing ping check.
The issue can be reproduced using this simple test file:
```python
pytest_plugins = ["celery.contrib.pytest"]
def test_create_task(celer... | non_process | celery worker pytest fixture timeouts since celery since the release of celery the celery worker pytest fixture leads to a timeout when performing ping check the issue can be reproduced using this simple test file python pytest plugins def test create task celery app celery worker ... | 0 |
48,703 | 13,184,720,994 | IssuesEvent | 2020-08-12 19:58:22 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | cmake ROOTCINT() could warn better (Trac #77) | Incomplete Migration Migrated from Trac cmake defect | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/77
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-07-19T13:36:23",
"description": "the rootcint macro could warn if the files listed don't exist rather than waiting until make ba... | 1.0 | cmake ROOTCINT() could warn better (Trac #77) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/77
, reported by troy and owned by troy_</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-07-19T13:36:23",
"description": "the rootcint macro could warn if the files list... | non_process | cmake rootcint could warn better trac migrated from reported by troy and owned by troy json status closed changetime description the rootcint macro could warn if the files listed don t exist rather than waiting until make bails out n n reporte... | 0 |
41,514 | 12,832,342,592 | IssuesEvent | 2020-07-07 07:29:55 | rvvergara/todolist-react-version | https://api.github.com/repos/rvvergara/todolist-react-version | closed | CVE-2019-15657 (High) detected in eslint-utils-1.3.1.tgz | security vulnerability | ## CVE-2019-15657 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eslint-utils-1.3.1.tgz</b></p></summary>
<p>Utilities for ESLint plugins.</p>
<p>Library home page: <a href="https://r... | True | CVE-2019-15657 (High) detected in eslint-utils-1.3.1.tgz - ## CVE-2019-15657 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>eslint-utils-1.3.1.tgz</b></p></summary>
<p>Utilities for E... | non_process | cve high detected in eslint utils tgz cve high severity vulnerability vulnerable library eslint utils tgz utilities for eslint plugins library home page a href path to dependency file tmp ws scm todolist react version package json path to vulnerable library tmp ws... | 0 |
431,141 | 30,219,958,190 | IssuesEvent | 2023-07-05 18:32:06 | bcgov/nr-rfc-grib-copy | https://api.github.com/repos/bcgov/nr-rfc-grib-copy | opened | Listener Docs | documentation | Review existing documentation and pull together into easy to navigate docs.
* put detailed docs in ./docs folder
* provide links to docs from the root readme.md
* Add the following:
* describe how the listener works from a high level
* review / update running backend
* Describe the various jobs that are defin... | 1.0 | Listener Docs - Review existing documentation and pull together into easy to navigate docs.
* put detailed docs in ./docs folder
* provide links to docs from the root readme.md
* Add the following:
* describe how the listener works from a high level
* review / update running backend
* Describe the various job... | non_process | listener docs review existing documentation and pull together into easy to navigate docs put detailed docs in docs folder provide links to docs from the root readme md add the following describe how the listener works from a high level review update running backend describe the various job... | 0 |
51,351 | 13,207,440,318 | IssuesEvent | 2020-08-14 23:06:35 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | Light yield calculation in HitMaker (Trac #265) | Incomplete Migration Migrated from Trac combo simulation defect | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/265">https://code.icecube.wisc.edu/projects/icecube/ticket/265</a>, reported by hwissingand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2011-05-26T16:18:42",
"_ts": "1306... | 1.0 | Light yield calculation in HitMaker (Trac #265) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/265">https://code.icecube.wisc.edu/projects/icecube/ticket/265</a>, reported by hwissingand owned by olivas</em></summary>
<p>
```json
{
"status": "closed",
"ch... | non_process | light yield calculation in hitmaker trac migrated from json status closed changetime ts description as reported by dima n n calculates the muon light yield for the muon energy at creation rather than for the muon energy at the detector n naccor... | 0 |
7,787 | 10,927,585,281 | IssuesEvent | 2019-11-22 17:00:39 | edwardsmarc/CASFRI | https://api.github.com/repos/edwardsmarc/CASFRI | closed | Data type of geometry column missing geometry type and SRID. | bug high post-translation process | QGIS will not render the geometries without the geometry type and SRID present.
I suggest adding a step to the workflow. Perhaps something like "04_geometrytype.sql" which modifies the geometry column to include the geometry type and SRID. For example:
ALTER TABLE geo_all
ALTER COLUMN geometry TYPE geometry(m... | 1.0 | Data type of geometry column missing geometry type and SRID. - QGIS will not render the geometries without the geometry type and SRID present.
I suggest adding a step to the workflow. Perhaps something like "04_geometrytype.sql" which modifies the geometry column to include the geometry type and SRID. For example... | process | data type of geometry column missing geometry type and srid qgis will not render the geometries without the geometry type and srid present i suggest adding a step to the workflow perhaps something like geometrytype sql which modifies the geometry column to include the geometry type and srid for example ... | 1 |
22,130 | 30,674,050,213 | IssuesEvent | 2023-07-26 02:37:02 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | [MLv2] [Bug] `group-columns` works incorrectly with `join-condition-rhs-columns` | .Backend .metabase-lib .Team/QueryProcessor :hammer_and_wrench: | When `join-condition-rhs-columns` are passed to `group-columns`, they get grouped into the source table instead of a join table.
### To Reproduce
Create a query from the sample Orders table and run this:
```js
const peopleTable = Lib.tableOrCardMetadata(5)
const columns = joinConditionRHSColumns(query, 0, pe... | 1.0 | [MLv2] [Bug] `group-columns` works incorrectly with `join-condition-rhs-columns` - When `join-condition-rhs-columns` are passed to `group-columns`, they get grouped into the source table instead of a join table.
### To Reproduce
Create a query from the sample Orders table and run this:
```js
const peopleTable... | process | group columns works incorrectly with join condition rhs columns when join condition rhs columns are passed to group columns they get grouped into the source table instead of a join table to reproduce create a query from the sample orders table and run this js const peopletable lib ta... | 1 |
214,809 | 24,117,309,285 | IssuesEvent | 2022-09-20 15:38:14 | Gal-Doron/aspnet_accord-gal | https://api.github.com/repos/Gal-Doron/aspnet_accord-gal | opened | xunit.runner.visualstudio.2.4.1.nupkg: 2 vulnerabilities (highest severity is: 7.5) | security vulnerability | <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xunit.runner.visualstudio.2.4.1.nupkg</b></p></summary>
<p></p>
<p>Path to dependency file: /tests/Conduit.IntegrationTests/Conduit.IntegrationTests.csproj</p>
<p>Pat... | True | xunit.runner.visualstudio.2.4.1.nupkg: 2 vulnerabilities (highest severity is: 7.5) - <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xunit.runner.visualstudio.2.4.1.nupkg</b></p></summary>
<p></p>
<p>Path to depen... | non_process | xunit runner visualstudio nupkg vulnerabilities highest severity is vulnerable library xunit runner visualstudio nupkg path to dependency file tests conduit integrationtests conduit integrationtests csproj path to vulnerable library home wss scanner nuget packages newtonsof... | 0 |
21,785 | 30,295,023,941 | IssuesEvent | 2023-07-09 18:51:56 | The-Data-Alchemists-Manipal/MindWave | https://api.github.com/repos/The-Data-Alchemists-Manipal/MindWave | closed | Image-processing-Matalab | gssoc23 level2 image-processing | ### Is your feature request related to a problem? Please describe.
Image sampling and quantization; spatial and frequency domain image enhancement techniques; signal processing theories used for digital image processing, such as one- and two-dimensional convolution, and two-dimensional Fourier transformation;
### ... | 1.0 | Image-processing-Matalab - ### Is your feature request related to a problem? Please describe.
Image sampling and quantization; spatial and frequency domain image enhancement techniques; signal processing theories used for digital image processing, such as one- and two-dimensional convolution, and two-dimensional Fouri... | process | image processing matalab is your feature request related to a problem please describe image sampling and quantization spatial and frequency domain image enhancement techniques signal processing theories used for digital image processing such as one and two dimensional convolution and two dimensional fouri... | 1 |
316,070 | 27,134,136,242 | IssuesEvent | 2023-02-16 11:59:16 | wazuh/wazuh | https://api.github.com/repos/wazuh/wazuh | closed | Release 4.4.0 - RC1 - E2E UX tests - Centralized configuration - Agent groups | module/configuration team/cicd type/test/manual release test/4.4.0 | The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors.
## Test information
| | |
|-------------------------|-----------------------------------------... | 2.0 | Release 4.4.0 - RC1 - E2E UX tests - Centralized configuration - Agent groups - The following issue aims to run the specified test for the current release candidate, report the results, and open new issues for any encountered errors.
## Test information
| | ... | non_process | release ux tests centralized configuration agent groups the following issue aims to run the specified test for the current release candidate report the results and open new issues for any encountered errors test information ... | 0 |
761,608 | 26,688,199,977 | IssuesEvent | 2023-01-27 00:36:30 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | opened | [DocDB] Load balancer should allow for moves between zones if minimum replicas is not violated | area/docdb priority/medium | ### Description
When performing normal moves (i.e. not because of wrong placement or under-replication), the load balancer currently checks that the two servers are in the same placement block. This is not strictly necessary. For example, we could have two read replica nodes in different zones with `minimum_num_replic... | 1.0 | [DocDB] Load balancer should allow for moves between zones if minimum replicas is not violated - ### Description
When performing normal moves (i.e. not because of wrong placement or under-replication), the load balancer currently checks that the two servers are in the same placement block. This is not strictly necessa... | non_process | load balancer should allow for moves between zones if minimum replicas is not violated description when performing normal moves i e not because of wrong placement or under replication the load balancer currently checks that the two servers are in the same placement block this is not strictly necessary fo... | 0 |
34,772 | 7,460,308,129 | IssuesEvent | 2018-03-30 19:05:23 | kerdokullamae/test_koik_issued | https://api.github.com/repos/kerdokullamae/test_koik_issued | closed | Importeri vealogi täiendamine | C: AIS P: highest R: fixed T: defect | **Reported by sven syld on 10 Jun 2016 10:51 UTC**
'''Objekt'''
Andmete importimine AIS1'st ja teistest süsteemidest
'''Kirjeldus'''
Andmeimport on keerukas tegevus, mis sõltub mh juba andmebaasi imporditud andmetest. Kirjutada andmete impordi logimine ümber sedasi, et arhivaaridel oleks võimalik vealogist leida ü... | 1.0 | Importeri vealogi täiendamine - **Reported by sven syld on 10 Jun 2016 10:51 UTC**
'''Objekt'''
Andmete importimine AIS1'st ja teistest süsteemidest
'''Kirjeldus'''
Andmeimport on keerukas tegevus, mis sõltub mh juba andmebaasi imporditud andmetest. Kirjutada andmete impordi logimine ümber sedasi, et arhivaaridel ... | non_process | importeri vealogi täiendamine reported by sven syld on jun utc objekt andmete importimine st ja teistest süsteemidest kirjeldus andmeimport on keerukas tegevus mis sõltub mh juba andmebaasi imporditud andmetest kirjutada andmete impordi logimine ümber sedasi et arhivaaridel oleks või... | 0 |
6,129 | 8,996,815,632 | IssuesEvent | 2019-02-02 05:02:55 | googleapis/google-cloud-cpp | https://api.github.com/repos/googleapis/google-cloud-cpp | closed | CMake Error on MacOS | priority: p2 type: process | When following installation instructions:
```
brew install curl cmake libressl c-ares doxygen graphviz
git submodule update --init
export OPENSSL_ROOT_DIR=/usr/local/opt/libressl
cmake -H. -Bbuild-output
```
I get:
```
CMake Error at build-output/CMakeDoxygenDefaults.cmake:471 (set):
Syntax error in cmake... | 1.0 | CMake Error on MacOS - When following installation instructions:
```
brew install curl cmake libressl c-ares doxygen graphviz
git submodule update --init
export OPENSSL_ROOT_DIR=/usr/local/opt/libressl
cmake -H. -Bbuild-output
```
I get:
```
CMake Error at build-output/CMakeDoxygenDefaults.cmake:471 (set):
... | process | cmake error on macos when following installation instructions brew install curl cmake libressl c ares doxygen graphviz git submodule update init export openssl root dir usr local opt libressl cmake h bbuild output i get cmake error at build output cmakedoxygendefaults cmake set ... | 1 |
13,309 | 15,781,683,851 | IssuesEvent | 2021-04-01 11:44:50 | wekan/wekan | https://api.github.com/repos/wekan/wekan | closed | Stable tag for latest release | Meta:Release-process | For automatic updates of containerized deployments used in production, it would be very helpful to have a "stable" tag referencing the latest release of Wekan in the registries docker.io and quay.io. At the moment there is only latest which is bleeding edge and updates too often for a production deployment. Periodicall... | 1.0 | Stable tag for latest release - For automatic updates of containerized deployments used in production, it would be very helpful to have a "stable" tag referencing the latest release of Wekan in the registries docker.io and quay.io. At the moment there is only latest which is bleeding edge and updates too often for a pr... | process | stable tag for latest release for automatic updates of containerized deployments used in production it would be very helpful to have a stable tag referencing the latest release of wekan in the registries docker io and quay io at the moment there is only latest which is bleeding edge and updates too often for a pr... | 1 |
4,381 | 7,262,732,927 | IssuesEvent | 2018-02-19 07:57:22 | DevExpress/testcafe-hammerhead | https://api.github.com/repos/DevExpress/testcafe-hammerhead | opened | Wrong processing of 'for...in' expression | AREA: server SYSTEM: resource processing TYPE: bug | Original script:
```js
for (utag._i in utag.loader.GV(utag_cfg_ovrd))
utag.cfg[utag._i] = utag_cfg_ovrd[utag._i]
```
Processed script:
```js
for ( var __set$temp in utag.loader.GV(utag_cfg_ovrd))
__set$(utag.cfg,utag._i,__get$(utag_cfg_ovrd,utag._i))tag.cfg[utag._i] = utag_cfg_ovrd[utag._i] utag._i=__se... | 1.0 | Wrong processing of 'for...in' expression - Original script:
```js
for (utag._i in utag.loader.GV(utag_cfg_ovrd))
utag.cfg[utag._i] = utag_cfg_ovrd[utag._i]
```
Processed script:
```js
for ( var __set$temp in utag.loader.GV(utag_cfg_ovrd))
__set$(utag.cfg,utag._i,__get$(utag_cfg_ovrd,utag._i))tag.cfg[ut... | process | wrong processing of for in expression original script js for utag i in utag loader gv utag cfg ovrd utag cfg utag cfg ovrd processed script js for var set temp in utag loader gv utag cfg ovrd set utag cfg utag i get utag cfg ovrd utag i tag cfg utag cfg ovrd ... | 1 |
386,932 | 11,453,306,370 | IssuesEvent | 2020-02-06 15:11:11 | StrangeLoopGames/EcoIssues | https://api.github.com/repos/StrangeLoopGames/EcoIssues | closed | [0.9.0 staging-1330] Orders use craft time from parent recipe. | Priority: Medium | 
It should be: 6 min; 1,5 min; 1 min; 1 min; 2 min | 1.0 | [0.9.0 staging-1330] Orders use craft time from parent recipe. - 
It should be: 6 min; 1,5 min; 1 min; 1 min; 2 min | non_process | orders use craft time from parent recipe it should be min min min min min | 0 |
19,447 | 25,725,792,109 | IssuesEvent | 2022-12-07 16:34:03 | googleapis/gax-dotnet | https://api.github.com/repos/googleapis/gax-dotnet | closed | Can't debug into GAX NuGet packages | type: process | Our .nupkg files contain pdbs, but for some reason I'm not able to step into them in the debugger.
It's possible this is just with local package sources, but we should investigate. | 1.0 | Can't debug into GAX NuGet packages - Our .nupkg files contain pdbs, but for some reason I'm not able to step into them in the debugger.
It's possible this is just with local package sources, but we should investigate. | process | can t debug into gax nuget packages our nupkg files contain pdbs but for some reason i m not able to step into them in the debugger it s possible this is just with local package sources but we should investigate | 1 |
12,976 | 15,353,597,102 | IssuesEvent | 2021-03-01 08:47:04 | topcoder-platform/community-app | https://api.github.com/repos/topcoder-platform/community-app | opened | Alignment varies if the Recommended skills are more in Challenge details page. | P4 ShapeupProcess challenge- recommender-tool | Description:
Alignment varies if the Recommended skills are more in Challenge details page.

| 1.0 | Alignment varies if the Recommended skills are more in Challenge details page. - Description:
Alignment varies if the Recommended skills are more in Challenge details page.

| process | alignment varies if the recommended skills are more in challenge details page description alignment varies if the recommended skills are more in challenge details page | 1 |
22,967 | 11,811,487,075 | IssuesEvent | 2020-03-19 18:17:49 | sourcegraph/sourcegraph | https://api.github.com/repos/sourcegraph/sourcegraph | opened | Implement concat search pattern semantics for literal search | customer estimate/1d roadmap search team/core-services | This issue tracks implementing the branching the logic for concat on literal search patterns. For example, if the pattern is `foo bar baz`, it implies `foo<single space>bar<single space>baz`. Our current implementation treats whitespace sensitively.
In time we may not necessarily want to _exactly_ match whitespace ... | 1.0 | Implement concat search pattern semantics for literal search - This issue tracks implementing the branching the logic for concat on literal search patterns. For example, if the pattern is `foo bar baz`, it implies `foo<single space>bar<single space>baz`. Our current implementation treats whitespace sensitively.
In ... | non_process | implement concat search pattern semantics for literal search this issue tracks implementing the branching the logic for concat on literal search patterns for example if the pattern is foo bar baz it implies foo bar baz our current implementation treats whitespace sensitively in time we may not necessaril... | 0 |
15,420 | 19,606,005,570 | IssuesEvent | 2022-01-06 09:33:37 | plazi/community | https://api.github.com/repos/plazi/community | opened | to be processed https://doi.org/10.1007/s12526-021-01208-6 | process request | another article to be processed from the list of CAS new species press release
https://doi.org/10.1007/s12526-021-01208-6
[marineBiodiversity.51.58.pdf](https://github.com/plazi/community/files/7820826/marineBiodiversity.51.58.pdf)
| 1.0 | to be processed https://doi.org/10.1007/s12526-021-01208-6 - another article to be processed from the list of CAS new species press release
https://doi.org/10.1007/s12526-021-01208-6
[marineBiodiversity.51.58.pdf](https://github.com/plazi/community/files/7820826/marineBiodiversity.51.58.pdf)
| process | to be processed another article to be processed from the list of cas new species press release | 1 |
6,225 | 9,161,977,441 | IssuesEvent | 2019-03-01 12:02:44 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | opened | ntr & def edits - linear elements | PomBase assembly and biogenesis cell cycle and DNA processes cellular component community curation protein complex start_and_end textual definition | We've recently learned of some ways to improve the representation of linear elements and their assembly in GO.
1. CC - edit one definition and add one new term
a. linear element ; GO:0030998
current def: "A proteinaceous scaffold associated with S. pombe chromosomes during meiotic prophase. Linear elements hav... | 1.0 | ntr & def edits - linear elements - We've recently learned of some ways to improve the representation of linear elements and their assembly in GO.
1. CC - edit one definition and add one new term
a. linear element ; GO:0030998
current def: "A proteinaceous scaffold associated with S. pombe chromosomes during m... | process | ntr def edits linear elements we ve recently learned of some ways to improve the representation of linear elements and their assembly in go cc edit one definition and add one new term a linear element go current def a proteinaceous scaffold associated with s pombe chromosomes during meiotic... | 1 |
8,398 | 11,567,218,825 | IssuesEvent | 2020-02-20 13:57:03 | ESMValGroup/ESMValCore | https://api.github.com/repos/ESMValGroup/ESMValCore | closed | running mean / filter preprocessor | enhancement preprocessor | Is there a preprocessor that can calculate running means (or a more general filter preprocessor)? I would need it to work over the time dimension but other dimensions may be helpful as well.
**Would you be able to help out?**
Probably not as I don't usually work with iris.
| 1.0 | running mean / filter preprocessor - Is there a preprocessor that can calculate running means (or a more general filter preprocessor)? I would need it to work over the time dimension but other dimensions may be helpful as well.
**Would you be able to help out?**
Probably not as I don't usually work with iris.
| process | running mean filter preprocessor is there a preprocessor that can calculate running means or a more general filter preprocessor i would need it to work over the time dimension but other dimensions may be helpful as well would you be able to help out probably not as i don t usually work with iris | 1 |
5,899 | 8,717,107,770 | IssuesEvent | 2018-12-07 16:12:49 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | API Core PyType fails intermittently/changing errors | api: core flaky type: process | https://github.com/googleapis/google-cloud-python/pull/6769
Copying from #6769 and @rchen152
> @crwilcox It looks like what's happening is that pytype is somehow finding multiple files named path_template.py (and timeout.py and grpc_helpers.py - the error probably differs because it varies which file pytype di... | 1.0 | API Core PyType fails intermittently/changing errors - https://github.com/googleapis/google-cloud-python/pull/6769
Copying from #6769 and @rchen152
> @crwilcox It looks like what's happening is that pytype is somehow finding multiple files named path_template.py (and timeout.py and grpc_helpers.py - the error ... | process | api core pytype fails intermittently changing errors copying from and crwilcox it looks like what s happening is that pytype is somehow finding multiple files named path template py and timeout py and grpc helpers py the error probably differs because it varies which file pytype discovers first... | 1 |
6,142 | 9,013,286,163 | IssuesEvent | 2019-02-05 19:05:43 | zammad/zammad | https://api.github.com/repos/zammad/zammad | opened | Manual importing of some mails fails | bug mail processing verified | <!--
Hi there - thanks for filing an issue. Please ensure the following things before creating an issue - thank you! 🤓
Since november 15th we handle all requests, except real bugs, at our community board.
Full explanation: https://community.zammad.org/t/major-change-regarding-github-issues-community-board/21
P... | 1.0 | Manual importing of some mails fails - <!--
Hi there - thanks for filing an issue. Please ensure the following things before creating an issue - thank you! 🤓
Since november 15th we handle all requests, except real bugs, at our community board.
Full explanation: https://community.zammad.org/t/major-change-regardin... | process | manual importing of some mails fails hi there thanks for filing an issue please ensure the following things before creating an issue thank you 🤓 since november we handle all requests except real bugs at our community board full explanation please post feature requests development qu... | 1 |
20,986 | 27,852,600,993 | IssuesEvent | 2023-03-20 19:57:08 | dDevTech/tapas-top-frontend | https://api.github.com/repos/dDevTech/tapas-top-frontend | closed | Seguridad página registro 22/03/2023 | pending in process require testing complex | **Esta tarea puede llevarse a cabo cuando se completen la de creación de página account-info y verificación de edad**
-Evitar que las páginas de registro de introducción de datos sean accedida directamente con su url.
Para la página de registro de información esencial de email, user, password debe haberse verif... | 1.0 | Seguridad página registro 22/03/2023 - **Esta tarea puede llevarse a cabo cuando se completen la de creación de página account-info y verificación de edad**
-Evitar que las páginas de registro de introducción de datos sean accedida directamente con su url.
Para la página de registro de información esencial de e... | process | seguridad página registro esta tarea puede llevarse a cabo cuando se completen la de creación de página account info y verificación de edad evitar que las páginas de registro de introducción de datos sean accedida directamente con su url para la página de registro de información esencial de email ... | 1 |
109,842 | 16,892,170,920 | IssuesEvent | 2021-06-23 10:34:30 | epam/TimeBase | https://api.github.com/repos/epam/TimeBase | closed | CVE-2021-31812 (High) detected in pdfbox-2.0.11.jar - autoclosed | security vulnerability | ## CVE-2021-31812 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pdfbox-2.0.11.jar</b></p></summary>
<p>The Apache PDFBox library is an open source Java tool for working with PDF docu... | True | CVE-2021-31812 (High) detected in pdfbox-2.0.11.jar - autoclosed - ## CVE-2021-31812 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>pdfbox-2.0.11.jar</b></p></summary>
<p>The Apache P... | non_process | cve high detected in pdfbox jar autoclosed cve high severity vulnerability vulnerable library pdfbox jar the apache pdfbox library is an open source java tool for working with pdf documents path to dependency file timebase java installer build gradle path to vulnerable l... | 0 |
201,565 | 15,213,609,908 | IssuesEvent | 2021-02-17 12:03:08 | pace-neutrons/Horace | https://api.github.com/repos/pace-neutrons/Horace | opened | test_tobyfit/test_refine_crystal fails if use_mex=0 | Testing Tobyfit bug | Running the test_tobyfit subfolders, test_refine_crystal's single test file fails if use_mex=0. It reports that for each call to cut_sqw in bragg_positions, the number of pixels retained is 0. In comparison, a run with master typically gives over 5000 pixels retained. This does not look like a small rounding error in t... | 1.0 | test_tobyfit/test_refine_crystal fails if use_mex=0 - Running the test_tobyfit subfolders, test_refine_crystal's single test file fails if use_mex=0. It reports that for each call to cut_sqw in bragg_positions, the number of pixels retained is 0. In comparison, a run with master typically gives over 5000 pixels retaine... | non_process | test tobyfit test refine crystal fails if use mex running the test tobyfit subfolders test refine crystal s single test file fails if use mex it reports that for each call to cut sqw in bragg positions the number of pixels retained is in comparison a run with master typically gives over pixels retained ... | 0 |
320,707 | 27,452,919,431 | IssuesEvent | 2023-03-02 18:49:22 | BoBAdministration/QA-Bug-Reports | https://api.github.com/repos/BoBAdministration/QA-Bug-Reports | closed | The Dreaded Infinite Food Has Returned | Fixed-PendingTesting | **Describe the Bug**
This model of seaweed is now providing infinite food for lurds.


**To ... | 1.0 | The Dreaded Infinite Food Has Returned - **Describe the Bug**
This model of seaweed is now providing infinite food for lurds.


processor/resourcedetection
### Is your feature request related to a problem? Please describe.
Currently there is no seamless way to add AWS Lambda resource information into traces, metrics, and logs. Since there is support for running the Open Telemetry collector [within the AWS Lambda runtime](htt... | 1.0 | AWS Lambda Resource Detection Processor - ### Component(s)
processor/resourcedetection
### Is your feature request related to a problem? Please describe.
Currently there is no seamless way to add AWS Lambda resource information into traces, metrics, and logs. Since there is support for running the Open Telemetry col... | process | aws lambda resource detection processor component s processor resourcedetection is your feature request related to a problem please describe currently there is no seamless way to add aws lambda resource information into traces metrics and logs since there is support for running the open telemetry col... | 1 |
16,831 | 22,061,919,759 | IssuesEvent | 2022-05-30 19:12:41 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | closed | 22.05 Feature Freeze | 6.topic: release process | It's time for another feature freeze!
Let's clarify any blocking concerns for the 22.05 release in this thread, which will go live on May 30th.
Feature Freeze issue of th previous release: #140168
Release Schedule: #165792
**Edit**: I have crossed out subsystems that have responded that there are no blockers
... | 1.0 | 22.05 Feature Freeze - It's time for another feature freeze!
Let's clarify any blocking concerns for the 22.05 release in this thread, which will go live on May 30th.
Feature Freeze issue of th previous release: #140168
Release Schedule: #165792
**Edit**: I have crossed out subsystems that have responded that t... | process | feature freeze it s time for another feature freeze let s clarify any blocking concerns for the release in this thread which will go live on may feature freeze issue of th previous release release schedule edit i have crossed out subsystems that have responded that there are no block... | 1 |
10,894 | 13,672,883,112 | IssuesEvent | 2020-09-29 09:06:04 | GoogleCloudPlatform/dotnet-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/dotnet-docs-samples | closed | Move run/events-* to eventarc/ | api: run priority: p3 samples type: process | The Events for Cloud Run product/API is not separate from Run.
Given that, we should move the `run/events-*` samples to `eventarc/` and change the README and region tags appropriately.
.NET samples:
https://github.com/GoogleCloudPlatform/dotnet-docs-samples/tree/master/run
Example:
https://github.com/Goo... | 1.0 | Move run/events-* to eventarc/ - The Events for Cloud Run product/API is not separate from Run.
Given that, we should move the `run/events-*` samples to `eventarc/` and change the README and region tags appropriately.
.NET samples:
https://github.com/GoogleCloudPlatform/dotnet-docs-samples/tree/master/run
E... | process | move run events to eventarc the events for cloud run product api is not separate from run given that we should move the run events samples to eventarc and change the readme and region tags appropriately net samples example we should leave the readme for run since we stil... | 1 |
262,564 | 22,917,910,840 | IssuesEvent | 2022-07-17 08:22:12 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | test_runner: add timeout for tests | feature request test_runner | ### What is the problem this feature will solve?
currently - tests can easily be stuck or never end, which makes it very hard to understand and locate where your problem might originate
for example, this program will be very hard to debug:
```js
test('top level', { concurrency: 2 }, async (t) => {
await t... | 1.0 | test_runner: add timeout for tests - ### What is the problem this feature will solve?
currently - tests can easily be stuck or never end, which makes it very hard to understand and locate where your problem might originate
for example, this program will be very hard to debug:
```js
test('top level', { concur... | non_process | test runner add timeout for tests what is the problem this feature will solve currently tests can easily be stuck or never end which makes it very hard to understand and locate where your problem might originate for example this program will be very hard to debug js test top level concur... | 0 |
245,724 | 18,792,228,375 | IssuesEvent | 2021-11-08 18:00:26 | Green-Software-Foundation/software_carbon_intensity | https://api.github.com/repos/Green-Software-Foundation/software_carbon_intensity | closed | Methodology section: provide method to derive operational emissions of a given piece of software | documentation low | As stated earlier - the goal of the standard is to provide a "practical" method. Thus, it is necessary to also define "operational emissions of a given piece of software" and provide a method how to establish this. | 1.0 | Methodology section: provide method to derive operational emissions of a given piece of software - As stated earlier - the goal of the standard is to provide a "practical" method. Thus, it is necessary to also define "operational emissions of a given piece of software" and provide a method how to establish this. | non_process | methodology section provide method to derive operational emissions of a given piece of software as stated earlier the goal of the standard is to provide a practical method thus it is necessary to also define operational emissions of a given piece of software and provide a method how to establish this | 0 |
56,999 | 13,962,905,732 | IssuesEvent | 2020-10-25 11:49:16 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | CUDA problem with Linux Kernel 5.9 | module: build module: cuda triaged | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
torch.cuda.is_available() returns True on Ubuntu 20.04 with linux kernel 5.8.13, but returns False when the kernel is upgraded to 5.9-rc8. nvidia-smi and other gpu-related programs work as expected, only pytorch stops detecting the GPU.
## ... | 1.0 | CUDA problem with Linux Kernel 5.9 - ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
torch.cuda.is_available() returns True on Ubuntu 20.04 with linux kernel 5.8.13, but returns False when the kernel is upgraded to 5.9-rc8. nvidia-smi and other gpu-related programs work as expected, only py... | non_process | cuda problem with linux kernel 🐛 bug torch cuda is available returns true on ubuntu with linux kernel but returns false when the kernel is upgraded to nvidia smi and other gpu related programs work as expected only pytorch stops detecting the gpu to reproduce in a ubuntu... | 0 |
251,774 | 8,027,160,647 | IssuesEvent | 2018-07-27 08:05:12 | smashingmagazine/redesign | https://api.github.com/repos/smashingmagazine/redesign | closed | i have latest browser of chrome and firefox but anyway text and buttons not showing up for me | bug high priority | <!--
Meow! Thanks for your patience and kind help. If you are reporting a new issue,
please double check that we do not have any duplicates already open. You can
ensure this by searching the issue list for this repository. If there is a
duplicate, please close your issue and add a comment to the existing issue inst... | 1.0 | i have latest browser of chrome and firefox but anyway text and buttons not showing up for me - <!--
Meow! Thanks for your patience and kind help. If you are reporting a new issue,
please double check that we do not have any duplicates already open. You can
ensure this by searching the issue list for this repository... | non_process | i have latest browser of chrome and firefox but anyway text and buttons not showing up for me meow thanks for your patience and kind help if you are reporting a new issue please double check that we do not have any duplicates already open you can ensure this by searching the issue list for this repository... | 0 |
164,274 | 20,364,427,458 | IssuesEvent | 2022-02-21 02:46:25 | prashantgodhwani/phonefriend | https://api.github.com/repos/prashantgodhwani/phonefriend | opened | CVE-2021-3664 (Medium) detected in url-parse-1.4.7.tgz | security vulnerability | ## CVE-2021-3664 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL parser that works seamlessly across Node.js and browser ... | True | CVE-2021-3664 (Medium) detected in url-parse-1.4.7.tgz - ## CVE-2021-3664 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>url-parse-1.4.7.tgz</b></p></summary>
<p>Small footprint URL... | non_process | cve medium detected in url parse tgz cve medium severity vulnerability vulnerable library url parse tgz small footprint url parser that works seamlessly across node js and browser environments library home page a href path to dependency file phonefriend package json ... | 0 |
169,774 | 20,841,920,489 | IssuesEvent | 2022-03-21 01:51:18 | nycbeardo/react-metronome | https://api.github.com/repos/nycbeardo/react-metronome | opened | CVE-2022-24771 (High) detected in node-forge-0.7.5.tgz | security vulnerability | ## CVE-2022-24771 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.7.5.tgz</b></p></summary>
<p>JavaScript implementations of network transports, cryptography, ciphers, PKI... | True | CVE-2022-24771 (High) detected in node-forge-0.7.5.tgz - ## CVE-2022-24771 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>node-forge-0.7.5.tgz</b></p></summary>
<p>JavaScript implemen... | non_process | cve high detected in node forge tgz cve high severity vulnerability vulnerable library node forge tgz javascript implementations of network transports cryptography ciphers pki message digests and various utilities library home page a href path to dependency file ... | 0 |
7,468 | 10,563,693,578 | IssuesEvent | 2019-10-04 21:45:36 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | Error_reporting: 'test_report_exception' systest flakes w/ backoff error | api: clouderrorreporting flaky testing type: process | See [failed system test runs](https://source.cloud.google.com/results/invocations/b4cf10d9-0eee-474d-8120-ef168ccf0efb/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Ferror_reporting/log).
```python
___________________ TestErrorReporting.test_report_exception ___________________
self = ... | 1.0 | Error_reporting: 'test_report_exception' systest flakes w/ backoff error - See [failed system test runs](https://source.cloud.google.com/results/invocations/b4cf10d9-0eee-474d-8120-ef168ccf0efb/targets/cloud-devrel%2Fclient-libraries%2Fgoogle-cloud-python%2Fpresubmit%2Ferror_reporting/log).
```python
______________... | process | error reporting test report exception systest flakes w backoff error see python testerrorreporting test report exception self def test report exception self get a class name unique to this test case class name runtimeerror u... | 1 |
19,560 | 25,884,728,102 | IssuesEvent | 2022-12-14 13:48:20 | aiidateam/aiida-core | https://api.github.com/repos/aiidateam/aiida-core | closed | Ensure that `ProcessNode.get_builder_restart` fully restores all inputs including `non_db` ones | requires discussion priority/nice-to-have topic/processes | I have a simple workchain to wrap a calculation. I used expose_inputs to forward everything, and it was using a namespace until recently.
But I would like to get rid of the namespace in this case, and simply forward every input to the calculation job, to get rid of the extra layer of indirection. But metadata.options... | 1.0 | Ensure that `ProcessNode.get_builder_restart` fully restores all inputs including `non_db` ones - I have a simple workchain to wrap a calculation. I used expose_inputs to forward everything, and it was using a namespace until recently.
But I would like to get rid of the namespace in this case, and simply forward ever... | process | ensure that processnode get builder restart fully restores all inputs including non db ones i have a simple workchain to wrap a calculation i used expose inputs to forward everything and it was using a namespace until recently but i would like to get rid of the namespace in this case and simply forward ever... | 1 |
32,809 | 2,760,294,331 | IssuesEvent | 2015-04-28 11:14:30 | ufal/lindat-dspace | https://api.github.com/repos/ufal/lindat-dspace | closed | Item marked hidden is visible | bug high priority lindat-specific | This was probably not merged completely, I wanted to investigate private items
@vidiecan private items? what do you think? | 1.0 | Item marked hidden is visible - This was probably not merged completely, I wanted to investigate private items
@vidiecan private items? what do you think? | non_process | item marked hidden is visible this was probably not merged completely i wanted to investigate private items vidiecan private items what do you think | 0 |
360,539 | 10,693,979,878 | IssuesEvent | 2019-10-23 09:53:50 | ntop/ntopng | https://api.github.com/repos/ntop/ntopng | closed | Category lists might lead to a DoS | bug in progress priority ticket | ntopng relies on external category lists (/lua/admin/edit_category_lists.lua). If one of the external lists has too many hosts/IPs this can lead to crashes or DoS when the list is too long and thus ntopng will be killed by the OOM.
It is requested to limit the number of entries ntopng will load from a file, in order... | 1.0 | Category lists might lead to a DoS - ntopng relies on external category lists (/lua/admin/edit_category_lists.lua). If one of the external lists has too many hosts/IPs this can lead to crashes or DoS when the list is too long and thus ntopng will be killed by the OOM.
It is requested to limit the number of entries n... | non_process | category lists might lead to a dos ntopng relies on external category lists lua admin edit category lists lua if one of the external lists has too many hosts ips this can lead to crashes or dos when the list is too long and thus ntopng will be killed by the oom it is requested to limit the number of entries n... | 0 |
281,289 | 21,315,392,516 | IssuesEvent | 2022-04-16 07:17:26 | zunedz/pe | https://api.github.com/repos/zunedz/pe | opened | Inconsistent Capitalization | type.DocumentationBug severity.VeryLow | 
The word `Available` should be capitalized to follow the format
<!--session: 1650086595107-47c3d0f7-d20b-4206-951f-db3057011ad8-->
<!--Version: Web v3.4.2--> | 1.0 | Inconsistent Capitalization - 
The word `Available` should be capitalized to follow the format
<!--session: 1650086595107-47c3d0f7-d20b-4206-951f-db3057011ad8-->
<!--Version: W... | non_process | inconsistent capitalization the word available should be capitalized to follow the format | 0 |
20,712 | 27,408,989,054 | IssuesEvent | 2023-03-01 09:14:23 | X-Sharp/XSharpPublic | https://api.github.com/repos/X-Sharp/XSharpPublic | reopened | X# preprocessor doesn't understand nested #translate | bug Preprocessor | **Describe the bug**
X# preprocessor doesn't understand nested #translate
**To Reproduce**
```
#xtranslate __xlangext_SuppressNoInit(<h> [, <t>]) => (<h> := <h>[, <t> := <t>])
#xtranslate __xlangext_Apply(<f>, <h> [, <t>]) => <f><h>[, <f><t>]
#xtranslate __xlangext_Last(<h>) => <h>
#xtranslate __xlangext_Last... | 1.0 | X# preprocessor doesn't understand nested #translate - **Describe the bug**
X# preprocessor doesn't understand nested #translate
**To Reproduce**
```
#xtranslate __xlangext_SuppressNoInit(<h> [, <t>]) => (<h> := <h>[, <t> := <t>])
#xtranslate __xlangext_Apply(<f>, <h> [, <t>]) => <f><h>[, <f><t>]
#xtranslate _... | process | x preprocessor doesn t understand nested translate describe the bug x preprocessor doesn t understand nested translate to reproduce xtranslate xlangext suppressnoinit xtranslate xlangext apply xtranslate xlangext last xtranslate xlangext l... | 1 |
16,726 | 21,890,460,030 | IssuesEvent | 2022-05-20 00:36:18 | googleapis/nodejs-notebooks | https://api.github.com/repos/googleapis/nodejs-notebooks | closed | promote library to GA | type: process api: notebooks | Package name: **FIXME**
Current release: **beta**
Proposed release: **GA**
## Instructions
Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue.
## Required
- [ ] 28 days elapsed since last beta release with... | 1.0 | promote library to GA - Package name: **FIXME**
Current release: **beta**
Proposed release: **GA**
## Instructions
Check the lists below, adding tests / documentation as required. Once all the "required" boxes are ticked, please create a release and close this issue.
## Required
- [ ] 28 days elapsed sinc... | process | promote library to ga package name fixme current release beta proposed release ga instructions check the lists below adding tests documentation as required once all the required boxes are ticked please create a release and close this issue required days elapsed since l... | 1 |
663,777 | 22,206,283,618 | IssuesEvent | 2022-06-07 15:07:12 | PolyhedralDev/TerraOverworldConfig | https://api.github.com/repos/PolyhedralDev/TerraOverworldConfig | closed | Add packed mud to various biomes | feature priority=high | - Arid spikes
- Golden spikes
- Various savanna biomes
- Steppes
- More(?) | 1.0 | Add packed mud to various biomes - - Arid spikes
- Golden spikes
- Various savanna biomes
- Steppes
- More(?) | non_process | add packed mud to various biomes arid spikes golden spikes various savanna biomes steppes more | 0 |
12,726 | 15,095,557,212 | IssuesEvent | 2021-02-07 11:36:29 | emacs-ess/ESS | https://api.github.com/repos/emacs-ess/ESS | closed | New R processes are not shown anymore | process:windows | Hi everyone,
Since the last update, I get `Wrong type argument: window-live-p, nil` when trying to eval some code with `C-c C-c` on a source file with no active session.
Pretty easy to reproduce:
1. Open a fresh Emacs session
2. Create a `source.R` file with the content `x <- 2`
3. Try to execute it with `C-c... | 1.0 | New R processes are not shown anymore - Hi everyone,
Since the last update, I get `Wrong type argument: window-live-p, nil` when trying to eval some code with `C-c C-c` on a source file with no active session.
Pretty easy to reproduce:
1. Open a fresh Emacs session
2. Create a `source.R` file with the content ... | process | new r processes are not shown anymore hi everyone since the last update i get wrong type argument window live p nil when trying to eval some code with c c c c on a source file with no active session pretty easy to reproduce open a fresh emacs session create a source r file with the content ... | 1 |
14,378 | 17,400,556,437 | IssuesEvent | 2021-08-02 19:00:58 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | google-cloud-* libraries should allow `google-api-core`, `google-cloud-core`, `google-auth` >1, <3 | type: process | For all `google-cloud-*` libraries that require `python >=3.6`, expand `google-api-core`, `google-cloud-core` and `google-auth` pins to `>1.x.x, <3.0.0dev`.
Leave a comment in the setup.py for these libraries asking library maintainers to not require >=2.x.x versions until https://github.com/googleapis/google-cloud... | 1.0 | google-cloud-* libraries should allow `google-api-core`, `google-cloud-core`, `google-auth` >1, <3 - For all `google-cloud-*` libraries that require `python >=3.6`, expand `google-api-core`, `google-cloud-core` and `google-auth` pins to `>1.x.x, <3.0.0dev`.
Leave a comment in the setup.py for these libraries asking... | process | google cloud libraries should allow google api core google cloud core google auth expand google api core google cloud core and google auth pins to x x leave a comment in the setup py for these libraries asking library maintainers to not require x x versions until has... | 1 |
9,170 | 12,225,156,875 | IssuesEvent | 2020-05-03 03:18:22 | naoki-shigehisa/paper | https://api.github.com/repos/naoki-shigehisa/paper | closed | Gaussian Process Latent Variable Model Factorization for Context-aware Recommender Systems | 2019 Gaussian Process recommendation あとで調べる 使ってみたい | ## 0. 論文
タイトル:[Gaussian Process Latent Variable Model Factorization for Context-aware Recommender Systems](https://arxiv.org/abs/1912.09593)
著者:

arXiv投稿日:2019/12/19
学会/ジャーナル:... | 1.0 | Gaussian Process Latent Variable Model Factorization for Context-aware Recommender Systems - ## 0. 論文
タイトル:[Gaussian Process Latent Variable Model Factorization for Context-aware Recommender Systems](https://arxiv.org/abs/1912.09593)
著者:

Needs to upgrade the ballerina version to the latest. (v1.1.0)
### Describe your solution
N/A
### How will you implement it
N/A
---
#### Suggested Labels:
Improvement
| 1.0 | Upgrade ballerina version to 1.1.0 - ### Describe your problem(s)
Needs to upgrade the ballerina version to the latest. (v1.1.0)
### Describe your solution
N/A
### How will you implement it
N/A
---
#### Suggested Labels:
Improvement
| non_process | upgrade ballerina version to describe your problem s needs to upgrade the ballerina version to the latest describe your solution n a how will you implement it n a suggested labels improvement | 0 |
11,979 | 14,737,077,887 | IssuesEvent | 2021-01-07 00:48:26 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | Site062 GM cannot log into SAB | anc-ops anc-process anp-0.5 ant-bug ant-child/secondary ant-support | In GitLab by @kdjstudios on Apr 12, 2018, 10:43
**Submitted by:** "Denise Joseph" <denise.joseph@answernet.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2018-04-12-33528
**Server:** Internal
**Client/Site:** 062
**Account:** NA
**Issue:**
I have tried several times to log into SAB us... | 1.0 | Site062 GM cannot log into SAB - In GitLab by @kdjstudios on Apr 12, 2018, 10:43
**Submitted by:** "Denise Joseph" <denise.joseph@answernet.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2018-04-12-33528
**Server:** Internal
**Client/Site:** 062
**Account:** NA
**Issue:**
I have tried... | process | gm cannot log into sab in gitlab by kdjstudios on apr submitted by denise joseph helpdesk server internal client site account na issue i have tried several times to log into sab using my credentials i always used and for some reason i cannot get into sab to... | 1 |
19,124 | 10,321,348,982 | IssuesEvent | 2019-08-31 01:07:42 | r888888888/danbooru | https://api.github.com/repos/r888888888/danbooru | closed | Optimize related tags | Performance | Related tags can be calculated pretty quickly in a single SQL query. Even tags up to 25k posts can be calculated in about a second or less. Larger tags can be approximated by operating on a small sample of the full tag.
This would make related tags an order of magnitude faster and the implementation simpler. We don'... | True | Optimize related tags - Related tags can be calculated pretty quickly in a single SQL query. Even tags up to 25k posts can be calculated in about a second or less. Larger tags can be approximated by operating on a small sample of the full tag.
This would make related tags an order of magnitude faster and the impleme... | non_process | optimize related tags related tags can be calculated pretty quickly in a single sql query even tags up to posts can be calculated in about a second or less larger tags can be approximated by operating on a small sample of the full tag this would make related tags an order of magnitude faster and the implement... | 0 |
22,291 | 30,842,579,260 | IssuesEvent | 2023-08-02 11:43:51 | h4sh5/npm-auto-scanner | https://api.github.com/repos/h4sh5/npm-auto-scanner | opened | @yiminghe/update-notifier 6.0.2 has 1 guarddog issues | npm-silent-process-execution | ```{"npm-silent-process-execution":[{"code":"\t\tspawn(process.execPath, [path.join(__dirname, 'check.js'), JSON.stringify(this.#options)], {\n\t\t\tdetached: true,\n\t\t\tstdio: 'ignore',\n\t\t}).unref();","location":"package/update-notifier.js:112","message":"This package is silently executing another executable"}]}`... | 1.0 | @yiminghe/update-notifier 6.0.2 has 1 guarddog issues - ```{"npm-silent-process-execution":[{"code":"\t\tspawn(process.execPath, [path.join(__dirname, 'check.js'), JSON.stringify(this.#options)], {\n\t\t\tdetached: true,\n\t\t\tstdio: 'ignore',\n\t\t}).unref();","location":"package/update-notifier.js:112","message":"Th... | process | yiminghe update notifier has guarddog issues npm silent process execution n t t tdetached true n t t tstdio ignore n t t unref location package update notifier js message this package is silently executing another executable | 1 |
228,902 | 25,263,138,498 | IssuesEvent | 2022-11-16 01:09:05 | Satheesh575555/linux-3.0.35 | https://api.github.com/repos/Satheesh575555/linux-3.0.35 | opened | CVE-2011-4604 (Medium) detected in linuxlinux-3.0.40 | security vulnerability | ## CVE-2011-4604 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.40</b></p></summary>
<p>
<p>Apache Software Foundation (ASF)</p>
<p>Library home page: <a href=https:/... | True | CVE-2011-4604 (Medium) detected in linuxlinux-3.0.40 - ## CVE-2011-4604 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxlinux-3.0.40</b></p></summary>
<p>
<p>Apache Software Fou... | non_process | cve medium detected in linuxlinux cve medium severity vulnerability vulnerable library linuxlinux apache software foundation asf library home page a href found in head commit a href found in base branch master vulnerable source files ... | 0 |
15,649 | 19,846,638,259 | IssuesEvent | 2022-01-21 07:25:07 | ooi-data/CE09OSSM-SBD11-06-METBKA000-recovered_host-metbk_a_dcl_instrument_recovered | https://api.github.com/repos/ooi-data/CE09OSSM-SBD11-06-METBKA000-recovered_host-metbk_a_dcl_instrument_recovered | opened | 🛑 Processing failed: ValueError | process | ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T07:25:06.328958.
## Details
Flow name: `CE09OSSM-SBD11-06-METBKA000-recovered_host-metbk_a_dcl_instrument_recovered`
Task name: `processing_task`
Error type: `ValueError`
Error message: not enough values to unpack (expected 3, go... | 1.0 | 🛑 Processing failed: ValueError - ## Overview
`ValueError` found in `processing_task` task during run ended on 2022-01-21T07:25:06.328958.
## Details
Flow name: `CE09OSSM-SBD11-06-METBKA000-recovered_host-metbk_a_dcl_instrument_recovered`
Task name: `processing_task`
Error type: `ValueError`
Error message: not enou... | process | 🛑 processing failed valueerror overview valueerror found in processing task task during run ended on details flow name recovered host metbk a dcl instrument recovered task name processing task error type valueerror error message not enough values to unpack expected go... | 1 |
10,492 | 13,258,414,137 | IssuesEvent | 2020-08-20 15:21:11 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | env property not documented | Pri1 devops-cicd-process/tech devops/prod doc-enhancement |
According to this github issue, it is possible to set environment variables for a task, but it's not documented here
https://github.com/SpecFlowOSS/SpecFlow/issues/1912#issuecomment-612057014
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.... | 1.0 | env property not documented -
According to this github issue, it is possible to set environment variables for a task, but it's not documented here
https://github.com/SpecFlowOSS/SpecFlow/issues/1912#issuecomment-612057014
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microso... | process | env property not documented according to this github issue it is possible to set environment variables for a task but it s not documented here document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id ebdf version independ... | 1 |
41,542 | 10,732,332,544 | IssuesEvent | 2019-10-28 21:36:37 | scalameta/metals | https://api.github.com/repos/scalameta/metals | closed | Re-enable Windows CI for pull requests | build windows | I just disabled Appveyor CI for pull requests because it's repeatedly failing with out of memory errors. It's a bad contributing experience when the CI fails for valid pull requests. Appveyor will continue to run against merged pull requests, making it possible to still manually check once in a while if master works on... | 1.0 | Re-enable Windows CI for pull requests - I just disabled Appveyor CI for pull requests because it's repeatedly failing with out of memory errors. It's a bad contributing experience when the CI fails for valid pull requests. Appveyor will continue to run against merged pull requests, making it possible to still manually... | non_process | re enable windows ci for pull requests i just disabled appveyor ci for pull requests because it s repeatedly failing with out of memory errors it s a bad contributing experience when the ci fails for valid pull requests appveyor will continue to run against merged pull requests making it possible to still manually... | 0 |
10,822 | 13,609,292,395 | IssuesEvent | 2020-09-23 04:50:53 | googleapis/java-shared-dependencies | https://api.github.com/repos/googleapis/java-shared-dependencies | closed | Dependency Dashboard | 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/iam.version -->deps: update iam.version to v1.0.1 (`com.google.api.grpc:grpc-google-iam-v1`, `com.google.ap... | 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/iam.version -->deps: update iam.version to v1.0.1 (`com.google.api.grpc:grpc-google-... | 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 deps update iam version to com google api grpc grpc google iam com google api grpc proto google iam... | 1 |
18,596 | 24,570,815,317 | IssuesEvent | 2022-10-13 08:30:26 | pyanodon/pybugreports | https://api.github.com/repos/pyanodon/pybugreports | closed | Incompatible with push button mod - dependency loop | mod:pypostprocessing postprocess-fail compatibility | ### Mod source
PyAE Beta
### Which mod are you having an issue with?
- [ ] pyalienlife
- [ ] pyalternativeenergy
- [ ] pycoalprocessing
- [ ] pyfusionenergy
- [ ] pyhightech
- [ ] pyindustry
- [ ] pypetroleumhandling
- [X] pypostprocessing
- [ ] pyrawores
### Operating system
>=Windows 10
### ... | 2.0 | Incompatible with push button mod - dependency loop - ### Mod source
PyAE Beta
### Which mod are you having an issue with?
- [ ] pyalienlife
- [ ] pyalternativeenergy
- [ ] pycoalprocessing
- [ ] pyfusionenergy
- [ ] pyhightech
- [ ] pyindustry
- [ ] pypetroleumhandling
- [X] pypostprocessing
- [ ] pyr... | process | incompatible with push button mod dependency loop mod source pyae beta which mod are you having an issue with pyalienlife pyalternativeenergy pycoalprocessing pyfusionenergy pyhightech pyindustry pypetroleumhandling pypostprocessing pyrawores oper... | 1 |
50,861 | 7,641,457,893 | IssuesEvent | 2018-05-08 05:05:43 | ConsenSys/mythril | https://api.github.com/repos/ConsenSys/mythril | closed | Installation instructions problems | need documentation | Hi,
I have two issues with the installation instructions available at the README:
1. It's not mentioned there, but in macos you need to install `leveldb` before installing `mythril` from `pip`. `brew install leveldb` worked for me. If you don't install it first, `plyvel`'s compilation will fail.
2. It's not un... | 1.0 | Installation instructions problems - Hi,
I have two issues with the installation instructions available at the README:
1. It's not mentioned there, but in macos you need to install `leveldb` before installing `mythril` from `pip`. `brew install leveldb` worked for me. If you don't install it first, `plyvel`'s com... | non_process | installation instructions problems hi i have two issues with the installation instructions available at the readme it s not mentioned there but in macos you need to install leveldb before installing mythril from pip brew install leveldb worked for me if you don t install it first plyvel s com... | 0 |
15,941 | 20,161,271,735 | IssuesEvent | 2022-02-09 21:51:11 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | opened | DISABLED test_success_first_then_exception (__main__.SpawnTest) | module: multiprocessing triaged module: flaky-tests skipped | Platforms%3A%20linux%0A%0A%20%20%20%20This%20test%20was%20disabled%20because%20it%20is%20failing%20on%20trunk.%20See%20%5Brecent%20examples%5D(http%3A%2F%2Ftorch-ci.com%2Ffailure%2Ftest_success_first_then_exception%252C%2520SpawnTest)%20and%20the%20most%20recent%0A%20%20%20%20%5Bworkflow%20logs%5D(https%3A%2F%2Fgithub.... | 1.0 | DISABLED test_success_first_then_exception (__main__.SpawnTest) - Platforms%3A%20linux%0A%0A%20%20%20%20This%20test%20was%20disabled%20because%20it%20is%20failing%20on%20trunk.%20See%20%5Brecent%20examples%5D(http%3A%2F%2Ftorch-ci.com%2Ffailure%2Ftest_success_first_then_exception%252C%2520SpawnTest)%20and%20the%20most%... | process | disabled test success first then exception main spawntest platforms http ci com success first then exception https com | 1 |
61,977 | 7,540,549,412 | IssuesEvent | 2018-04-17 06:55:13 | otavanopisto/muikku | https://api.github.com/repos/otavanopisto/muikku | opened | Discussion - Pinned and locked icon missing from message thread | DISCUSSIONS REDESIGN2017 bug | You can see the icons in the discussion front page view, but not in the thread view. | 1.0 | Discussion - Pinned and locked icon missing from message thread - You can see the icons in the discussion front page view, but not in the thread view. | non_process | discussion pinned and locked icon missing from message thread you can see the icons in the discussion front page view but not in the thread view | 0 |
3,718 | 6,732,876,652 | IssuesEvent | 2017-10-18 13:09:31 | lockedata/rcms | https://api.github.com/repos/lockedata/rcms | opened | Build agenda | conference team oconf processes | ## Detailed task
Create a schedule over multiple rooms (and days if required)
## Assessing the task
Try to perform the task. Use google and the system documentation to help - part of what we're trying to assess how easy it is for people to work out how to do tasks.
Use a 👍 (`:+1:`) reaction to this task if you... | 1.0 | Build agenda - ## Detailed task
Create a schedule over multiple rooms (and days if required)
## Assessing the task
Try to perform the task. Use google and the system documentation to help - part of what we're trying to assess how easy it is for people to work out how to do tasks.
Use a 👍 (`:+1:`) reaction to t... | process | build agenda detailed task create a schedule over multiple rooms and days if required assessing the task try to perform the task use google and the system documentation to help part of what we re trying to assess how easy it is for people to work out how to do tasks use a 👍 reaction to t... | 1 |
5,953 | 8,780,374,641 | IssuesEvent | 2018-12-19 17:07:57 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | opened | Bigtable: systests leaking instances | api: bigtable testing type: process | Similar to #4935. We have a bunch of leaked instances, and are now seeing systest failures due to quota exhaustion. With the labels, it is possible to see that several different "kinds" of instances are leaked from systests:
- `dif-####` (leaked from `test_create_instance_w_two_clusters`).
- `g-c-p-###` w/ displa... | 1.0 | Bigtable: systests leaking instances - Similar to #4935. We have a bunch of leaked instances, and are now seeing systest failures due to quota exhaustion. With the labels, it is possible to see that several different "kinds" of instances are leaked from systests:
- `dif-####` (leaked from `test_create_instance_w_... | process | bigtable systests leaking instances similar to we have a bunch of leaked instances and are now seeing systest failures due to quota exhaustion with the labels it is possible to see that several different kinds of instances are leaked from systests dif leaked from test create instance w two... | 1 |
6,945 | 10,113,061,283 | IssuesEvent | 2019-07-30 15:53:06 | material-components/material-components-ios | https://api.github.com/repos/material-components/material-components-ios | closed | Audit all unit test source files and make sure BUILD targets exist for them | skill:Bazel type:Process | From the internal issue:
> Go through each component and make sure all unit test source files are included in a unit test BUILD target. Be aware that Swift and Objective-C have to be in separate libraries.
---
This is an internal issue. If you are a Googler, please visit [b/117431223](http://b/117431223) for ... | 1.0 | Audit all unit test source files and make sure BUILD targets exist for them - From the internal issue:
> Go through each component and make sure all unit test source files are included in a unit test BUILD target. Be aware that Swift and Objective-C have to be in separate libraries.
---
This is an internal is... | process | audit all unit test source files and make sure build targets exist for them from the internal issue go through each component and make sure all unit test source files are included in a unit test build target be aware that swift and objective c have to be in separate libraries this is an internal is... | 1 |
14,227 | 17,147,693,449 | IssuesEvent | 2021-07-13 16:19:47 | googleapis/python-bigtable | https://api.github.com/repos/googleapis/python-bigtable | closed | Unit tests emit deprecation warnings | api: bigtable type: process | ```bash
$ .nox/unit-3-8/bin/py.test tests/unit/
============================= test session starts ==============================
platform linux -- Python 3.8.1, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /home/tseaver/projects/agendaless/Google/src/python-bigtable
plugins: cov-2.12.1, asyncio-0.15.1
collecte... | 1.0 | Unit tests emit deprecation warnings - ```bash
$ .nox/unit-3-8/bin/py.test tests/unit/
============================= test session starts ==============================
platform linux -- Python 3.8.1, pytest-6.2.4, py-1.10.0, pluggy-0.13.1
rootdir: /home/tseaver/projects/agendaless/Google/src/python-bigtable
plugin... | process | unit tests emit deprecation warnings bash nox unit bin py test tests unit test session starts platform linux python pytest py pluggy rootdir home tseaver projects agendaless google src python bigtable plugins ... | 1 |
76,672 | 7,543,200,640 | IssuesEvent | 2018-04-17 14:55:50 | ODM2/ODM2DataSharingPortal | https://api.github.com/repos/ODM2/ODM2DataSharingPortal | closed | Restyle Site: Styling issue on links to companion sites in main landing page | bug in progress ready for testing tested | 
The last line of the description of the companion site overlapps the "view site" link | 2.0 | Restyle Site: Styling issue on links to companion sites in main landing page - 
The last line of the description of the companion site overlapps the "view site" link | non_process | restyle site styling issue on links to companion sites in main landing page the last line of the description of the companion site overlapps the view site link | 0 |
278,384 | 24,150,461,518 | IssuesEvent | 2022-09-21 23:45:56 | gitpod-io/gitpod | https://api.github.com/repos/gitpod-io/gitpod | opened | [preview environments] unstable network led to many workarounds in integration tests | type: bug aspect: testing | ### Bug description
:wave: hey there Platform team, in https://github.com/gitpod-io/gitpod/issues/12248, we found it necessary to make many code changes to make the integration tests and related port-forwarding more fault tolerant of unstable network conditions.
I'm not sure if the problem is exclusive to Harvester... | 1.0 | [preview environments] unstable network led to many workarounds in integration tests - ### Bug description
:wave: hey there Platform team, in https://github.com/gitpod-io/gitpod/issues/12248, we found it necessary to make many code changes to make the integration tests and related port-forwarding more fault tolerant o... | non_process | unstable network led to many workarounds in integration tests bug description wave hey there platform team in we found it necessary to make many code changes to make the integration tests and related port forwarding more fault tolerant of unstable network conditions i m not sure if the problem is excl... | 0 |
222,662 | 7,434,920,168 | IssuesEvent | 2018-03-26 12:45:10 | nutofem/nuto | https://api.github.com/repos/nutofem/nuto | opened | Damage material parameters | low priority question | ### Problem
Currently, a lot of code is required to instantiate the appropriate [laws](https://github.com/nutofem/nuto/blob/PDE_reviewed/test/mechanics/constitutive/LocalIsotropicDamage.cpp#L38)/[integrands](https://github.com/nutofem/nuto/blob/PDE_reviewed/test/mechanics/integrands/GradientDamage.cpp#L114). Like
... | 1.0 | Damage material parameters - ### Problem
Currently, a lot of code is required to instantiate the appropriate [laws](https://github.com/nutofem/nuto/blob/PDE_reviewed/test/mechanics/constitutive/LocalIsotropicDamage.cpp#L38)/[integrands](https://github.com/nutofem/nuto/blob/PDE_reviewed/test/mechanics/integrands/Grad... | non_process | damage material parameters problem currently a lot of code is required to instantiate the appropriate like cpp template auto testlaw define the law using policy based design principles hopefully applied correctly using damage constitutive damagelawexponential usi... | 0 |
17,238 | 22,960,690,727 | IssuesEvent | 2022-07-19 15:08:28 | hashgraph/hedera-mirror-node | https://api.github.com/repos/hashgraph/hedera-mirror-node | closed | Release checklist 0.60 | enhancement P1 process | ### Problem
We need a checklist to verify the release is rolled out successfully.
### Solution
## Preparation
- [x] Milestone field populated on [relevant issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc)
- [x] Nothing [open](https://github.com/hashg... | 1.0 | Release checklist 0.60 - ### Problem
We need a checklist to verify the release is rolled out successfully.
### Solution
## Preparation
- [x] Milestone field populated on [relevant issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc)
- [x] Nothing [open]... | process | release checklist problem we need a checklist to verify the release is rolled out successfully solution preparation milestone field populated on nothing for milestone github checks for branch are passing automated kubernetes deployment successful tag release ... | 1 |
14,100 | 16,989,404,244 | IssuesEvent | 2021-06-30 18:20:24 | googleapis/python-security-private-ca | https://api.github.com/repos/googleapis/python-security-private-ca | closed | Release as GA | api: security-privateca type: process | [GA release template](https://github.com/googleapis/google-cloud-common/issues/287)
## Required
- [x] 28 days elapsed since last beta release with new API surface, on or after June 16, 2021
- [x] Server API is GA
- [x] Package API is stable, and we can commit to backward compatibility
- [x] All dependencies are... | 1.0 | Release as GA - [GA release template](https://github.com/googleapis/google-cloud-common/issues/287)
## Required
- [x] 28 days elapsed since last beta release with new API surface, on or after June 16, 2021
- [x] Server API is GA
- [x] Package API is stable, and we can commit to backward compatibility
- [x] All ... | process | release as ga required days elapsed since last beta release with new api surface on or after june server api is ga package api is stable and we can commit to backward compatibility all dependencies are ga | 1 |
4,912 | 7,787,083,521 | IssuesEvent | 2018-06-06 21:06:39 | bio-miga/miga | https://api.github.com/repos/bio-miga/miga | closed | clades projects shouldn't have hAAI | Processing bug | First, hAAI is virtually useless for clades, since the assumption is that all genomes are too close for them to be resolved like this. Second, in the unlikely event that hAAI can resolve a pair, this would break `:ogs`. | 1.0 | clades projects shouldn't have hAAI - First, hAAI is virtually useless for clades, since the assumption is that all genomes are too close for them to be resolved like this. Second, in the unlikely event that hAAI can resolve a pair, this would break `:ogs`. | process | clades projects shouldn t have haai first haai is virtually useless for clades since the assumption is that all genomes are too close for them to be resolved like this second in the unlikely event that haai can resolve a pair this would break ogs | 1 |
12,872 | 15,263,981,329 | IssuesEvent | 2021-02-22 04:15:15 | syncfusion/ej2-react-ui-components | https://api.github.com/repos/syncfusion/ej2-react-ui-components | closed | Document Editor Headings translation | word-processor | Using L10n to load translations (picked from ej2-locale repo fr.json)
```
"Heading": "Titre",
"Heading 1": "Rubrique 1",
"Heading 2": "Rubrique 2",
"Heading 3": "Rubrique 3",
"Heading 4": "Rubrique 4",
"Heading 5": "Rubrique 5",
"Heading ... | 1.0 | Document Editor Headings translation - Using L10n to load translations (picked from ej2-locale repo fr.json)
```
"Heading": "Titre",
"Heading 1": "Rubrique 1",
"Heading 2": "Rubrique 2",
"Heading 3": "Rubrique 3",
"Heading 4": "Rubrique 4",
"Heading 5... | process | document editor headings translation using to load translations picked from locale repo fr json heading titre heading rubrique heading rubrique heading rubrique heading rubrique heading r... | 1 |
325,473 | 24,050,989,475 | IssuesEvent | 2022-09-16 12:48:05 | pkdc/simplified-tetris-with-score-handling | https://api.github.com/repos/pkdc/simplified-tetris-with-score-handling | closed | Document the keys to press for each action | documentation | Document the keys to press for each action
- [ ] End the game and display the record form
- [ ] start game
- [ ] left
- [ ] right
- [ ] accelerated fall | 1.0 | Document the keys to press for each action - Document the keys to press for each action
- [ ] End the game and display the record form
- [ ] start game
- [ ] left
- [ ] right
- [ ] accelerated fall | non_process | document the keys to press for each action document the keys to press for each action end the game and display the record form start game left right accelerated fall | 0 |
168,752 | 6,385,276,040 | IssuesEvent | 2017-08-03 08:08:24 | arquillian/smart-testing | https://api.github.com/repos/arquillian/smart-testing | closed | ArrayIndexOutOfBounds is thrown when using Surefire 2.20 | Component: Core Priority: High Type: Bug |
##### Issue Overview
`ArrayIndexOutOfBounds` is thrown when using Surefire 2.20 because `surefire` plugin does not use the semantic version format of having at least three sections in the version such as major.minor. patch
##### Expected Behaviour
Work with surefire 2.20
##### Current Behaviour
Throws ... | 1.0 | ArrayIndexOutOfBounds is thrown when using Surefire 2.20 -
##### Issue Overview
`ArrayIndexOutOfBounds` is thrown when using Surefire 2.20 because `surefire` plugin does not use the semantic version format of having at least three sections in the version such as major.minor. patch
##### Expected Behaviour
Wo... | non_process | arrayindexoutofbounds is thrown when using surefire issue overview arrayindexoutofbounds is thrown when using surefire because surefire plugin does not use the semantic version format of having at least three sections in the version such as major minor patch expected behaviour work... | 0 |
20,210 | 26,796,775,180 | IssuesEvent | 2023-02-01 12:28:36 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | INTERNAL ASSERT FAILED at "..\\aten\\src\\ATen\\MapAllocator.cpp":135 | high priority module: windows module: multiprocessing triaged | ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1. Here's a simple script I just wrote naively mirroring what I would do with a standard multiprocessing queue:
```
import numpy
import torch
import time
import torch.multiprocessing ... | 1.0 | INTERNAL ASSERT FAILED at "..\\aten\\src\\ATen\\MapAllocator.cpp":135 - ## 🐛 Bug
<!-- A clear and concise description of what the bug is. -->
## To Reproduce
Steps to reproduce the behavior:
1. Here's a simple script I just wrote naively mirroring what I would do with a standard multiprocessing queue:
```... | process | internal assert failed at aten src aten mapallocator cpp 🐛 bug to reproduce steps to reproduce the behavior here s a simple script i just wrote naively mirroring what i would do with a standard multiprocessing queue import numpy import torch import time import torch multi... | 1 |
167,695 | 26,535,505,339 | IssuesEvent | 2023-01-19 15:22:55 | raft-tech/TANF-app | https://api.github.com/repos/raft-tech/TANF-app | opened | [Reearch Synthesis] Adhoc revisions to projects updates (draft) | Research & Design | **Description:**
OFA needs some revisions to the project updates.
**AC:**
- [ ] A hack.md with the drafted synthesis has been reviewed.
- [ ] PR has been opened containing the final draft of the synthesis.
**Tasks:**
- [ ] --Aggregate notes from research sessions--
- [ ] Delete video recording(s) once... | 1.0 | [Reearch Synthesis] Adhoc revisions to projects updates (draft) - **Description:**
OFA needs some revisions to the project updates.
**AC:**
- [ ] A hack.md with the drafted synthesis has been reviewed.
- [ ] PR has been opened containing the final draft of the synthesis.
**Tasks:**
- [ ] --Aggregate no... | non_process | adhoc revisions to projects updates draft description ofa needs some revisions to the project updates ac a hack md with the drafted synthesis has been reviewed pr has been opened containing the final draft of the synthesis tasks aggregate notes from research sessio... | 0 |
665,624 | 22,323,926,832 | IssuesEvent | 2022-06-14 08:58:53 | fasten-project/fasten | https://api.github.com/repos/fasten-project/fasten | opened | Recent changes to DB logic in server and plugins have broken the Quality Analyzer plugin | bug Priority: Critical | ## Describe the bug
Since recent changes to DB login in the FASTEN server and plugins, the Quality Analyzer plugin has been broken. It runs into DataAccess exceptions when accessing the DB.
These are the relevant changes:
<img width="486" alt="image" src="https://user-images.githubusercontent.com/3635696/173537600... | 1.0 | Recent changes to DB logic in server and plugins have broken the Quality Analyzer plugin - ## Describe the bug
Since recent changes to DB login in the FASTEN server and plugins, the Quality Analyzer plugin has been broken. It runs into DataAccess exceptions when accessing the DB.
These are the relevant changes:
<i... | non_process | recent changes to db logic in server and plugins have broken the quality analyzer plugin describe the bug since recent changes to db login in the fasten server and plugins the quality analyzer plugin has been broken it runs into dataaccess exceptions when accessing the db these are the relevant changes i... | 0 |
10,500 | 13,260,031,385 | IssuesEvent | 2020-08-20 17:35:01 | GoogleCloudPlatform/openmrs-fhir-analytics | https://api.github.com/repos/GoogleCloudPlatform/openmrs-fhir-analytics | opened | Evaluate the option of integrating FHIR module inside the pipeline code. | P2:should process | Currently we rely on the source OpenMRS to have FHIR module installed and query that module to get FHIR resources. Given that some concerns have been raised re. installing new modules in current OMRS implementations (e.g., see #3 and Atom Feed module) the same argument may apply to FHIR module too.
One solution to a... | 1.0 | Evaluate the option of integrating FHIR module inside the pipeline code. - Currently we rely on the source OpenMRS to have FHIR module installed and query that module to get FHIR resources. Given that some concerns have been raised re. installing new modules in current OMRS implementations (e.g., see #3 and Atom Feed m... | process | evaluate the option of integrating fhir module inside the pipeline code currently we rely on the source openmrs to have fhir module installed and query that module to get fhir resources given that some concerns have been raised re installing new modules in current omrs implementations e g see and atom feed m... | 1 |
11,275 | 14,074,388,014 | IssuesEvent | 2020-11-04 07:12:38 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | Create Points Layer From Table algorithm does not work in processing modeler | Bug Feedback Modeller 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 | Create Points Layer From Table algorithm does not work in processing modeler - <!--
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 or... | process | create points layer from table algorithm does not work in processing modeler 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 or... | 1 |
646 | 3,105,858,200 | IssuesEvent | 2015-08-31 23:27:01 | pwittchen/ReactiveNetwork | https://api.github.com/repos/pwittchen/ReactiveNetwork | closed | Update version to 0.0.3 in README.md after Maven Sync | release process | Version `0.0.3` was uploaded to Maven Central Repository.
Version number needs to be updated in `README.md` after Maven Sync. | 1.0 | Update version to 0.0.3 in README.md after Maven Sync - Version `0.0.3` was uploaded to Maven Central Repository.
Version number needs to be updated in `README.md` after Maven Sync. | process | update version to in readme md after maven sync version was uploaded to maven central repository version number needs to be updated in readme md after maven sync | 1 |
6,459 | 9,546,572,626 | IssuesEvent | 2019-05-01 20:20:31 | openopps/openopps-platform | https://api.github.com/repos/openopps/openopps-platform | closed | Department of State: Languages | Apply Process Approved Requirements Ready State Dept. | Who: Student Applicant
What: Language and Skills Page
Why: As a student I would like to add my language and skills to my application
A/C
- There will be a header: "Languages & Skills" (Bold)
- "All fields are optional" (In the right margin)
- This information will be populated from the user's USAJOBS profile
-... | 1.0 | Department of State: Languages - Who: Student Applicant
What: Language and Skills Page
Why: As a student I would like to add my language and skills to my application
A/C
- There will be a header: "Languages & Skills" (Bold)
- "All fields are optional" (In the right margin)
- This information will be populated ... | process | department of state languages who student applicant what language and skills page why as a student i would like to add my language and skills to my application a c there will be a header languages skills bold all fields are optional in the right margin this information will be populated ... | 1 |
718,047 | 24,702,341,731 | IssuesEvent | 2022-10-19 16:10:09 | KelvinTegelaar/CIPP | https://api.github.com/repos/KelvinTegelaar/CIPP | closed | [Feature Request]: | enhancement no-priority | ### Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
We would like to have an additional field on the MFA report that notates the assigned user license and if possible exclude mailboxes that don't have licenses from the... | 1.0 | [Feature Request]: - ### Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
We would like to have an additional field on the MFA report that notates the assigned user license and if possible exclude mailboxes that don't ... | non_process | description of the new feature must be an in depth explanation of the feature you want reasoning why and the added benefits for msps as a whole we would like to have an additional field on the mfa report that notates the assigned user license and if possible exclude mailboxes that don t have licenses fr... | 0 |
11,746 | 2,664,695,420 | IssuesEvent | 2015-03-20 15:59:07 | holahmeds/remotedroid | https://api.github.com/repos/holahmeds/remotedroid | closed | Support sending ctrl/alt/etc for soft-keyboard supporting them | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Install a "full keyboard" such as Hacker's Keyboard
2. Connect to the server
3. See how ctrl/alt/f-buttons etc are not affecting the server side.
What is the expected output?
The keys should have had an effect on the server side.
What do you see instead?
Nothing happened
... | 1.0 | Support sending ctrl/alt/etc for soft-keyboard supporting them - ```
What steps will reproduce the problem?
1. Install a "full keyboard" such as Hacker's Keyboard
2. Connect to the server
3. See how ctrl/alt/f-buttons etc are not affecting the server side.
What is the expected output?
The keys should have had an effec... | non_process | support sending ctrl alt etc for soft keyboard supporting them what steps will reproduce the problem install a full keyboard such as hacker s keyboard connect to the server see how ctrl alt f buttons etc are not affecting the server side what is the expected output the keys should have had an effec... | 0 |
16,921 | 22,266,716,206 | IssuesEvent | 2022-06-10 08:12:16 | camunda/feel-scala | https://api.github.com/repos/camunda/feel-scala | closed | range function before/after are failing with date and time objects | type: bug team/process-automation | **Describe the bug**
The FEEL expression
`after(date and time(now()), date and time(today(),time("14:00:00")))`
fails with
`14:44:02.988 [main] WARN org.camunda.feel.FeelEngine - Suppressed failure: illegal arguments: List(ValDateTime(2022-05-13T14:44:02.987611+02:00[Europe/Berlin]))
14:44:02.990 [main] WARN or... | 1.0 | range function before/after are failing with date and time objects - **Describe the bug**
The FEEL expression
`after(date and time(now()), date and time(today(),time("14:00:00")))`
fails with
`14:44:02.988 [main] WARN org.camunda.feel.FeelEngine - Suppressed failure: illegal arguments: List(ValDateTime(2022-05-13... | process | range function before after are failing with date and time objects describe the bug the feel expression after date and time now date and time today time fails with warn org camunda feel feelengine suppressed failure illegal arguments list valdatetime ... | 1 |
4,878 | 7,755,609,815 | IssuesEvent | 2018-05-31 10:45:55 | gvwilson/teachtogether.tech | https://api.github.com/repos/gvwilson/teachtogether.tech | opened | Ch06 Aleksandra Pawlik | Ch06 Process | - So important to emphasise and explain why reverse instructional design is NOT teaching to the test! myself know it is not but struggle to explain it to people (which means I don't quite understand the difference). | 1.0 | Ch06 Aleksandra Pawlik - - So important to emphasise and explain why reverse instructional design is NOT teaching to the test! myself know it is not but struggle to explain it to people (which means I don't quite understand the difference). | process | aleksandra pawlik so important to emphasise and explain why reverse instructional design is not teaching to the test myself know it is not but struggle to explain it to people which means i don t quite understand the difference | 1 |
11,742 | 14,582,233,792 | IssuesEvent | 2020-12-18 12:01:54 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | Terms of Service page > UI issue | Bug P2 Participant manager Process: Dev Process: Fixed Process: Reopened Process: Tested QA | AR : title is displaying as Terms and Condition
ER : Title should be 'Terms of Service'
[ Note : Terms of Service page should be same as About page except title]

| 4.0 | Terms of Service page > UI issue - AR : title is displaying as Terms and Condition
ER : Title should be 'Terms of Service'
[ Note : Terms of Service page should be same as About page except title]
.
When trying to cmake i got the error below. As it seems the linkstage3 branch still uses qt4. The qt4 packages are not part of the ubuntu standard repo... | 1.0 | problems compiling on ubuntu 20.04 - The FreeCAD/FreeCAD repository seems to compile just fine.
I used the [freecad-daily PPA](https://launchpad.net/~freecad-maintainers/+archive/ubuntu/freecad-daily).
When trying to cmake i got the error below. As it seems the linkstage3 branch still uses qt4. The qt4 packages are... | non_process | problems compiling on ubuntu the freecad freecad repository seems to compile just fine i used the when trying to cmake i got the error below as it seems the branch still uses the packages are not part of the ubuntu standard repositories and in the ppa there seem to be not all necessary packages r... | 0 |
143 | 2,575,872,201 | IssuesEvent | 2015-02-12 03:23:43 | dominikwilkowski/bronzies | https://api.github.com/repos/dominikwilkowski/bronzies | closed | Create a localStorage wrapper with an offline-first approach | In process | https://github.com/marcuswestin/store.js/ seems to be the best candidate for this.
Will have to create new callbacks and structure to get this done. | 1.0 | Create a localStorage wrapper with an offline-first approach - https://github.com/marcuswestin/store.js/ seems to be the best candidate for this.
Will have to create new callbacks and structure to get this done. | process | create a localstorage wrapper with an offline first approach seems to be the best candidate for this will have to create new callbacks and structure to get this done | 1 |
815,557 | 30,561,448,710 | IssuesEvent | 2023-07-20 14:51:02 | openfheorg/openfhe-development | https://api.github.com/repos/openfheorg/openfhe-development | closed | Add scheme switching between CKKS and FHEW/TFHE (both ways) | new feature Priority: HIGH | Also add support for
* comparisons
* argmin/argmax | 1.0 | Add scheme switching between CKKS and FHEW/TFHE (both ways) - Also add support for
* comparisons
* argmin/argmax | non_process | add scheme switching between ckks and fhew tfhe both ways also add support for comparisons argmin argmax | 0 |
19,132 | 25,186,586,104 | IssuesEvent | 2022-11-11 18:38:30 | googleapis/nodejs-dms | https://api.github.com/repos/googleapis/nodejs-dms | closed | Your .repo-metadata.json file has a problem 🤒 | type: process repo-metadata: lint | You have a problem with your .repo-metadata.json file:
Result of scan 📈:
* api_shortname 'dms' invalid in .repo-metadata.json
☝️ Once you address these problems, you can close this issue.
### Need help?
* [Schema definition](https://github.com/googleapis/repo-automation-bots/blob/main/packages/repo-metadata-lint/... | 1.0 | Your .repo-metadata.json file has a problem 🤒 - You have a problem with your .repo-metadata.json file:
Result of scan 📈:
* api_shortname 'dms' invalid in .repo-metadata.json
☝️ Once you address these problems, you can close this issue.
### Need help?
* [Schema definition](https://github.com/googleapis/repo-autom... | process | your repo metadata json file has a problem 🤒 you have a problem with your repo metadata json file result of scan 📈 api shortname dms invalid in repo metadata json ☝️ once you address these problems you can close this issue need help lists valid options for each field for grpc libra... | 1 |
12,122 | 14,740,758,850 | IssuesEvent | 2021-01-07 09:35:09 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | SITE062 SAB Holiday Charges | anc-process anp-1 ant-enhancement ant-support | In GitLab by @kdjstudios on Dec 3, 2018, 08:37
**Submitted by:** "Denise Joseph" <denise.joseph@answernet.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2018-11-30-19957
**Server:** Internal
**Client/Site:** Toronto
**Account:** ALL
**Issue:**
You mentioned the support team did need to ... | 1.0 | SITE062 SAB Holiday Charges - In GitLab by @kdjstudios on Dec 3, 2018, 08:37
**Submitted by:** "Denise Joseph" <denise.joseph@answernet.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2018-11-30-19957
**Server:** Internal
**Client/Site:** Toronto
**Account:** ALL
**Issue:**
You mentioned... | process | sab holiday charges in gitlab by kdjstudios on dec submitted by denise joseph helpdesk server internal client site toronto account all issue you mentioned the support team did need to manually adjust a few more items from the back end i wander if any of these... | 1 |
18,869 | 24,799,053,635 | IssuesEvent | 2022-10-24 19:56:54 | hashgraph/hedera-mirror-node | https://api.github.com/repos/hashgraph/hedera-mirror-node | closed | Release checklist 0.66 | enhancement process | ### Problem
We need a checklist to verify the release is rolled out successfully.
### Solution
## Preparation
- [x] Milestone field populated on relevant [issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc)
- [x] Nothing open for [milestone](https://gi... | 1.0 | Release checklist 0.66 - ### Problem
We need a checklist to verify the release is rolled out successfully.
### Solution
## Preparation
- [x] Milestone field populated on relevant [issues](https://github.com/hashgraph/hedera-mirror-node/issues?q=is%3Aclosed+no%3Amilestone+sort%3Aupdated-desc)
- [x] Nothing open f... | process | release checklist problem we need a checklist to verify the release is rolled out successfully solution preparation milestone field populated on relevant nothing open for github checks for branch are passing automated kubernetes deployment successful tag release ... | 1 |
2,952 | 5,945,867,318 | IssuesEvent | 2017-05-26 00:35:04 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | opened | Chunking fails when chunked file in subdir | bug preprocess/chunking | My map is: `sample/upandover.ditamap`
It references files outside of the `sample` directory, so there is extra "uplevels" processing. The map also has this reference for chunking:
`<topicref href="subdir/forchunks.dita" chunk="by-topic"/>`
The build crashes with the following error:
```
chunk:
[chunk] Pr... | 1.0 | Chunking fails when chunked file in subdir - My map is: `sample/upandover.ditamap`
It references files outside of the `sample` directory, so there is extra "uplevels" processing. The map also has this reference for chunking:
`<topicref href="subdir/forchunks.dita" chunk="by-topic"/>`
The build crashes with the f... | process | chunking fails when chunked file in subdir my map is sample upandover ditamap it references files outside of the sample directory so there is extra uplevels processing the map also has this reference for chunking the build crashes with the following error chunk processing file c ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.