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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
21,527 | 29,810,568,087 | IssuesEvent | 2023-06-16 14:46:02 | parca-dev/parca-agent | https://api.github.com/repos/parca-dev/parca-agent | reopened | Ensure short-lived processes are well supported | P0 area/process-discovery | With frame pointers as well as DWARF-based unwinding, and figure out the min latency we support from the moment we see these processes to the moment we can collect the first stacktrace
[testdata](https://github.com/parca-dev/testdata/blob/main/src/main.go) has now a go binary to help reproduce this
cc @kakkoyun | 1.0 | Ensure short-lived processes are well supported - With frame pointers as well as DWARF-based unwinding, and figure out the min latency we support from the moment we see these processes to the moment we can collect the first stacktrace
[testdata](https://github.com/parca-dev/testdata/blob/main/src/main.go) has now a... | process | ensure short lived processes are well supported with frame pointers as well as dwarf based unwinding and figure out the min latency we support from the moment we see these processes to the moment we can collect the first stacktrace has now a go binary to help reproduce this cc kakkoyun | 1 |
12,654 | 15,025,083,713 | IssuesEvent | 2021-02-01 20:33:28 | Jeffail/benthos | https://api.github.com/repos/Jeffail/benthos | closed | Unrecoverable errors from jmespath | bug processors | Hi again 😄
I'm facing an interesting problem with jmespath processor when it fails at a given point but does not set the error flag on that message.
Example pipeline:
```yaml
---
logger:
prefix: benthos
level: DEBUG
add_timestamp: true
json_format: true
static_fields:
'@service': bentho... | 1.0 | Unrecoverable errors from jmespath - Hi again 😄
I'm facing an interesting problem with jmespath processor when it fails at a given point but does not set the error flag on that message.
Example pipeline:
```yaml
---
logger:
prefix: benthos
level: DEBUG
add_timestamp: true
json_format: true
s... | process | unrecoverable errors from jmespath hi again 😄 i m facing an interesting problem with jmespath processor when it fails at a given point but does not set the error flag on that message example pipeline yaml logger prefix benthos level debug add timestamp true json format true s... | 1 |
2,217 | 7,494,594,815 | IssuesEvent | 2018-04-07 11:45:44 | cyder/SyncPod-Android | https://api.github.com/repos/cyder/SyncPod-Android | closed | ログインミスったときのメッセージをいい感じにする. | doing new-architecture | `resId`渡せるようにしてるので,なんかいい感じにseald classでwhen式に書けてもいいし,enum classのようなものを作ってもいいしなんでも | 1.0 | ログインミスったときのメッセージをいい感じにする. - `resId`渡せるようにしてるので,なんかいい感じにseald classでwhen式に書けてもいいし,enum classのようなものを作ってもいいしなんでも | non_process | ログインミスったときのメッセージをいい感じにする. resid 渡せるようにしてるので,なんかいい感じにseald classでwhen式に書けてもいいし,enum classのようなものを作ってもいいしなんでも | 0 |
230,263 | 7,606,099,305 | IssuesEvent | 2018-04-30 12:02:10 | openshift/autoheal | https://api.github.com/repos/openshift/autoheal | reopened | Add support for passing the `limit` parameter to AWX jobs | enhancement low priority | When an AWX job is started it is possible to pass a `limit` parameter to limit the hosts where it will run. Currently the auto-heal service doesn't support this, but it should allow to pass it. For example, to pass the value of the `instance` label of the alert:
```yaml
awxJob:
template: "My template"
extraVa... | 1.0 | Add support for passing the `limit` parameter to AWX jobs - When an AWX job is started it is possible to pass a `limit` parameter to limit the hosts where it will run. Currently the auto-heal service doesn't support this, but it should allow to pass it. For example, to pass the value of the `instance` label of the aler... | non_process | add support for passing the limit parameter to awx jobs when an awx job is started it is possible to pass a limit parameter to limit the hosts where it will run currently the auto heal service doesn t support this but it should allow to pass it for example to pass the value of the instance label of the aler... | 0 |
8,849 | 11,951,398,449 | IssuesEvent | 2020-04-03 16:48:29 | MicrosoftDocs/vsts-docs | https://api.github.com/repos/MicrosoftDocs/vsts-docs | closed | Using 'Parameters to select a template at runtime' via API call | Pri1 devops-cicd-process/tech devops/prod | How can functionality _Parameters to select a template at runtime_ be used via API call?
Providing the parameter value as part of the body has no impact building the pipeline it uses the default parameter value.
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issu... | 1.0 | Using 'Parameters to select a template at runtime' via API call - How can functionality _Parameters to select a template at runtime_ be used via API call?
Providing the parameter value as part of the body has no impact building the pipeline it uses the default parameter value.
---
#### Document Details
⚠ *Do not edit... | process | using parameters to select a template at runtime via api call how can functionality parameters to select a template at runtime be used via api call providing the parameter value as part of the body has no impact building the pipeline it uses the default parameter value document details ⚠ do not edit... | 1 |
10,075 | 13,044,161,948 | IssuesEvent | 2020-07-29 03:47:27 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | UCP: Migrate scalar function `MakeTime` from TiDB | challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor |
## Description
Port the scalar function `MakeTime` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @breeswish
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn_expr... | 2.0 | UCP: Migrate scalar function `MakeTime` from TiDB -
## Description
Port the scalar function `MakeTime` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @breeswish
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv... | process | ucp migrate scalar function maketime from tidb description port the scalar function maketime from tidb to coprocessor score mentor s breeswish recommended skills rust programming learning materials already implemented expressions ported from tidb | 1 |
8,857 | 11,956,410,097 | IssuesEvent | 2020-04-04 10:16:28 | Kaniikura/paper-survey | https://api.github.com/repos/Kaniikura/paper-survey | opened | Look-into-Object: Self-supervised Structure Modeling for Object Recognition | Image Processing Image Recognition Multi-Task Learning Object Detection Self-supervised Semantic Segmentation | ## 概要
通常のクラス分類/オブジェクト検出/領域分割に、①オブジェクト領域の特定と②オブジェクト領域中の構造解析というタスクを追加させて同時に学習させることで性能改善した。①, ②を自己教師あり学習で行うフレームワークも提案している。
### 論文リンク
https://arxiv.org/abs/2003.14142
### 著者/所属機関
Mohan Zhou, Yalong Bai, Wei Zhang, Tiejun Zhao, Tao Mei
* Harbin Institute of Technology
* JD AI Research, Beijing, China
### 投稿日付(yyyy/M... | 1.0 | Look-into-Object: Self-supervised Structure Modeling for Object Recognition - ## 概要
通常のクラス分類/オブジェクト検出/領域分割に、①オブジェクト領域の特定と②オブジェクト領域中の構造解析というタスクを追加させて同時に学習させることで性能改善した。①, ②を自己教師あり学習で行うフレームワークも提案している。
### 論文リンク
https://arxiv.org/abs/2003.14142
### 著者/所属機関
Mohan Zhou, Yalong Bai, Wei Zhang, Tiejun Zhao, Tao Mei
* Har... | process | look into object self supervised structure modeling for object recognition 概要 通常のクラス分類 オブジェクト検出 領域分割に、①オブジェクト領域の特定と②オブジェクト領域中の構造解析というタスクを追加させて同時に学習させることで性能改善した。① ②を自己教師あり学習で行うフレームワークも提案している。 論文リンク 著者 所属機関 mohan zhou yalong bai wei zhang tiejun zhao tao mei harbin institute of technology ... | 1 |
16,113 | 20,376,768,385 | IssuesEvent | 2022-02-21 16:22:01 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | remote_cache upload very slow for long list of outs | type: support / not a bug (process) untriaged team-Remote-Exec | ### Description of the problem / feature request:
I've got a genrule that creates ~11,000 files (total 21MB). When using a remote cache with `--remote_upload_local_results`, the upload takes 50 seconds to two minutes.
### Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal examp... | 1.0 | remote_cache upload very slow for long list of outs - ### Description of the problem / feature request:
I've got a genrule that creates ~11,000 files (total 21MB). When using a remote cache with `--remote_upload_local_results`, the upload takes 50 seconds to two minutes.
### Bugs: what's the simplest, easiest way... | process | remote cache upload very slow for long list of outs description of the problem feature request i ve got a genrule that creates files total when using a remote cache with remote upload local results the upload takes seconds to two minutes bugs what s the simplest easiest way to rep... | 1 |
19,356 | 25,490,815,937 | IssuesEvent | 2022-11-27 02:43:23 | hsmusic/hsmusic-wiki | https://api.github.com/repos/hsmusic/hsmusic-wiki | opened | Only assert each Intl API is available once | type: performance scope: data processing | Right now we run an assert (including property access and truthiness check) for every call to any of the "format" (and other) Language utilities. Ideally we would only check each of these once, probably when the Language is constructed! | 1.0 | Only assert each Intl API is available once - Right now we run an assert (including property access and truthiness check) for every call to any of the "format" (and other) Language utilities. Ideally we would only check each of these once, probably when the Language is constructed! | process | only assert each intl api is available once right now we run an assert including property access and truthiness check for every call to any of the format and other language utilities ideally we would only check each of these once probably when the language is constructed | 1 |
63,929 | 12,398,987,035 | IssuesEvent | 2020-05-21 03:39:04 | MathiasMen/FreeFit | https://api.github.com/repos/MathiasMen/FreeFit | closed | ExerciseEditor: Rewrite mechanism to populate with ExerciseItems | Code | Add a `XMLReader`-member to `ExerciseEditor` and use #89 to populate the list. Adapt tests. | 1.0 | ExerciseEditor: Rewrite mechanism to populate with ExerciseItems - Add a `XMLReader`-member to `ExerciseEditor` and use #89 to populate the list. Adapt tests. | non_process | exerciseeditor rewrite mechanism to populate with exerciseitems add a xmlreader member to exerciseeditor and use to populate the list adapt tests | 0 |
15,092 | 18,819,701,117 | IssuesEvent | 2021-11-10 06:25:37 | streamnative/flink | https://api.github.com/repos/streamnative/flink | closed | [BUG][FLINK-24733] Data loss in pulsar source when using shared mode | platform/data-processing type/bug | The PR is completed by a community people: https://github.com/apache/flink/pull/17643/files | 1.0 | [BUG][FLINK-24733] Data loss in pulsar source when using shared mode - The PR is completed by a community people: https://github.com/apache/flink/pull/17643/files | process | data loss in pulsar source when using shared mode the pr is completed by a community people | 1 |
1,644 | 4,266,375,768 | IssuesEvent | 2016-07-12 14:24:18 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | opened | DTD-defined entities disappear from document | bug preprocess | I recognize that many feel entities are evil, wrong, and should not exist, but please leave that aside for the moment.
The DITA DTD from OASIS defines one entity in `topic.mod`:
```
<!ENTITY nbsp " " >
```
We've got this in a lot of documents, because for a lo... | 1.0 | DTD-defined entities disappear from document - I recognize that many feel entities are evil, wrong, and should not exist, but please leave that aside for the moment.
The DITA DTD from OASIS defines one entity in `topic.mod`:
```
<!ENTITY nbsp " " >
```
We've g... | process | dtd defined entities disappear from document i recognize that many feel entities are evil wrong and should not exist but please leave that aside for the moment the dita dtd from oasis defines one entity in topic mod we ve got this in a lot of documents because for a long time our editor of... | 1 |
18,699 | 24,595,609,201 | IssuesEvent | 2022-10-14 08:04:08 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [FHIR] Json file > Time stamp should be local time | Bug P2 Response datastore Process: Fixed Process: Tested QA Process: Tested dev | AR: JSON file > Timestamp: Server time is getting displayed
ER: JSON file > Timestamp: It should display the local time for the following keys
1. authored
2. lastUpdated

| 3.0 | [FHIR] Json file > Time stamp should be local time - AR: JSON file > Timestamp: Server time is getting displayed
ER: JSON file > Timestamp: It should display the local time for the following keys
1. authored
2. lastUpdated
 available to the user. | 1.0 | Create Smoke Tests - Create and ideally automate a set of smoke tests that can be run before a new version is released. Should at the very least cover the major commands (open, click, scroll) available to the user. | non_process | create smoke tests create and ideally automate a set of smoke tests that can be run before a new version is released should at the very least cover the major commands open click scroll available to the user | 0 |
25,892 | 4,487,991,601 | IssuesEvent | 2016-08-30 04:37:18 | harlam357/hfm-net | https://api.github.com/repos/harlam357/hfm-net | closed | Some projects cannot be found | auto-migrated Priority-Low Type-Defect | ```
What steps will reproduce the problem?
1. Acquire projects 9007, 9009, 9010, 9011, or 9013.
2. Benchmark viewer is completely empty
What is the expected output? What do you see instead?
I expect to see a result in benchmark viewer. Instead I see nothing. Nothing in
the Text tab, and nothing under Project Informa... | 1.0 | Some projects cannot be found - ```
What steps will reproduce the problem?
1. Acquire projects 9007, 9009, 9010, 9011, or 9013.
2. Benchmark viewer is completely empty
What is the expected output? What do you see instead?
I expect to see a result in benchmark viewer. Instead I see nothing. Nothing in
the Text tab, a... | non_process | some projects cannot be found what steps will reproduce the problem acquire projects or benchmark viewer is completely empty what is the expected output what do you see instead i expect to see a result in benchmark viewer instead i see nothing nothing in the text tab and nothing unde... | 0 |
245,626 | 20,789,959,966 | IssuesEvent | 2022-03-17 00:11:09 | HugoPerard/standup-app | https://api.github.com/repos/HugoPerard/standup-app | closed | We should be able to remove people that left the company from the /app/offices page. | enhancement to test | **Is your feature request related to a problem? Please describe.**
When people are leaving the BearStudio, their data are still in the `/app/offices`. We should be able to remove them because they won't open the page again to change the data.
**Describe the solution you'd like**
A clickable cross with a confirma... | 1.0 | We should be able to remove people that left the company from the /app/offices page. - **Is your feature request related to a problem? Please describe.**
When people are leaving the BearStudio, their data are still in the `/app/offices`. We should be able to remove them because they won't open the page again to chan... | non_process | we should be able to remove people that left the company from the app offices page is your feature request related to a problem please describe when people are leaving the bearstudio their data are still in the app offices we should be able to remove them because they won t open the page again to chan... | 0 |
10,533 | 13,310,639,422 | IssuesEvent | 2020-08-26 06:56:00 | e4exp/paper_manager_abstract | https://api.github.com/repos/e4exp/paper_manager_abstract | opened | Improving Tree-LSTM with Tree Attention | 2019 Natural Language Processing Recurrent Neural Network Tree Structure | * https://arxiv.org/abs/1901.00066
* ICSC 2019
自然言語処理(NLP)では、しばしば木のトポロジーから情報を抽出する必要があります。
文の構造は、依存関係木や構成要素木を用いて表現することができる。
このため、LSTMの一種であるTree-LSTMが提案されている。
本論文では、Tree-LSTMセル内に分解可能な注意の亜種をエンコードすることで、依存性木と構成要素木の両方に対応する一般化された注意フレームワークを設計した。
我々のモデルを意味的関連性タスクで評価した結果、注意を持たないTree-LSTMをベースとした手法や他のニューラル・非ニューラル手法と比較して注目す... | 1.0 | Improving Tree-LSTM with Tree Attention - * https://arxiv.org/abs/1901.00066
* ICSC 2019
自然言語処理(NLP)では、しばしば木のトポロジーから情報を抽出する必要があります。
文の構造は、依存関係木や構成要素木を用いて表現することができる。
このため、LSTMの一種であるTree-LSTMが提案されている。
本論文では、Tree-LSTMセル内に分解可能な注意の亜種をエンコードすることで、依存性木と構成要素木の両方に対応する一般化された注意フレームワークを設計した。
我々のモデルを意味的関連性タスクで評価した結果、注意を持たないT... | process | improving tree lstm with tree attention icsc 自然言語処理(nlp)では、しばしば木のトポロジーから情報を抽出する必要があります。 文の構造は、依存関係木や構成要素木を用いて表現することができる。 このため、lstmの一種であるtree lstmが提案されている。 本論文では、tree lstmセル内に分解可能な注意の亜種をエンコードすることで、依存性木と構成要素木の両方に対応する一般化された注意フレームワークを設計した。 我々のモデルを意味的関連性タスクで評価した結果、注意を持たないtree lstmをベースとした手法や他のニューラル・非ニューラル手法... | 1 |
17,874 | 5,530,799,017 | IssuesEvent | 2017-03-21 04:22:07 | TEAMMATES/teammates | https://api.github.com/repos/TEAMMATES/teammates | closed | Remove unused parameter in InstructorHomeAjaxCoursePageData.java | a-CodeQuality c.Task d.FirstTimers | In `teammates.ui.pagedata.InstructorHomeAjaxCoursePageData#init`, the last parameter `sectionNames` is not used and thus can be removed. | 1.0 | Remove unused parameter in InstructorHomeAjaxCoursePageData.java - In `teammates.ui.pagedata.InstructorHomeAjaxCoursePageData#init`, the last parameter `sectionNames` is not used and thus can be removed. | non_process | remove unused parameter in instructorhomeajaxcoursepagedata java in teammates ui pagedata instructorhomeajaxcoursepagedata init the last parameter sectionnames is not used and thus can be removed | 0 |
285,499 | 8,761,407,515 | IssuesEvent | 2018-12-16 17:04:41 | RobotLocomotion/drake | https://api.github.com/repos/RobotLocomotion/drake | opened | shared_library: Different behavior with subnormal numbers between static and shared linking | priority: medium team: kitware | Relates #10244 - the solution there is to avoid using subnormal numbers, but I still want to understand why we have a difference in computations due to linking modality.
From that discussion:
> [...] it's because something in GetNextSampleTime has markedly different between static linking and shared library linking... | 1.0 | shared_library: Different behavior with subnormal numbers between static and shared linking - Relates #10244 - the solution there is to avoid using subnormal numbers, but I still want to understand why we have a difference in computations due to linking modality.
From that discussion:
> [...] it's because something... | non_process | shared library different behavior with subnormal numbers between static and shared linking relates the solution there is to avoid using subnormal numbers but i still want to understand why we have a difference in computations due to linking modality from that discussion it s because something in getn... | 0 |
17,783 | 23,712,074,571 | IssuesEvent | 2022-08-30 08:41:55 | EBIvariation/eva-opentargets | https://api.github.com/repos/EBIvariation/eva-opentargets | closed | Manual curation for 2022.09 release | Processing | Refer to [documentation](https://github.com/EBIvariation/eva-opentargets/tree/master/docs/manual-curation) for full description of steps.
Note Tim will most likely be on leave and not able to provide a review.
**Checklist:**
- [x] Step 1 — Process
- [x] Step 2 — Curate
- [x] Curation
- [x] Review 1
... | 1.0 | Manual curation for 2022.09 release - Refer to [documentation](https://github.com/EBIvariation/eva-opentargets/tree/master/docs/manual-curation) for full description of steps.
Note Tim will most likely be on leave and not able to provide a review.
**Checklist:**
- [x] Step 1 — Process
- [x] Step 2 — Curate
... | process | manual curation for release refer to for full description of steps note tim will most likely be on leave and not able to provide a review checklist step — process step — curate curation review review step — export step — efo feedback | 1 |
9,188 | 12,228,710,911 | IssuesEvent | 2020-05-03 20:35:44 | chfor183/data_science_articles | https://api.github.com/repos/chfor183/data_science_articles | opened | Categorical Encoding | Data Preprocessing Machine Learning | ## TL;DR
Yes !
## Key Takeaways
- 1
- 2
## Useful Code Snippets
```
function test() {
console.log("notice the blank line before this function?");
}
```
## Articles/Ressources
https://towardsdatascience.com/all-about-categorical-variable-encoding-305f3361fd02
https://towardsdatascience.com/know-ab... | 1.0 | Categorical Encoding - ## TL;DR
Yes !
## Key Takeaways
- 1
- 2
## Useful Code Snippets
```
function test() {
console.log("notice the blank line before this function?");
}
```
## Articles/Ressources
https://towardsdatascience.com/all-about-categorical-variable-encoding-305f3361fd02
https://towards... | process | categorical encoding tl dr yes key takeaways useful code snippets function test console log notice the blank line before this function articles ressources | 1 |
32,315 | 8,826,638,901 | IssuesEvent | 2019-01-03 03:38:55 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | noprefix.h removal causing wheel build failures | Build issues prio-high | gh-9561 removed the use of numpy's `noprefix.h` from master. It was then backported and caused wheel build failures: https://travis-ci.org/MacPython/scipy-wheels/builds/463460018. gh-9572 then reverted the change in `maintenance/1.2.x`. So current status is that master passes regular CI, but is breaking the wheel build... | 1.0 | noprefix.h removal causing wheel build failures - gh-9561 removed the use of numpy's `noprefix.h` from master. It was then backported and caused wheel build failures: https://travis-ci.org/MacPython/scipy-wheels/builds/463460018. gh-9572 then reverted the change in `maintenance/1.2.x`. So current status is that master ... | non_process | noprefix h removal causing wheel build failures gh removed the use of numpy s noprefix h from master it was then backported and caused wheel build failures gh then reverted the change in maintenance x so current status is that master passes regular ci but is breaking the wheel builds we need to ... | 0 |
102,052 | 12,741,939,738 | IssuesEvent | 2020-06-26 07:23:53 | NightOwl888/ICU4N | https://api.github.com/repos/NightOwl888/ICU4N | opened | Complete UCultureInfo Implementation | design is:enhancement pri:normal | In #3, a `UCutureInfo` type was created to replace the ICU4J `ULocale` type. The main goals for doing this are:
1. To provide a similar API as the `CultureInfo` class
2. To provide a way to set the culture/default culture of the current thread
3. To fill gaps in behavior between ICU and the .NET platform
We man... | 1.0 | Complete UCultureInfo Implementation - In #3, a `UCutureInfo` type was created to replace the ICU4J `ULocale` type. The main goals for doing this are:
1. To provide a similar API as the `CultureInfo` class
2. To provide a way to set the culture/default culture of the current thread
3. To fill gaps in behavior betw... | non_process | complete ucultureinfo implementation in a ucutureinfo type was created to replace the ulocale type the main goals for doing this are to provide a similar api as the cultureinfo class to provide a way to set the culture default culture of the current thread to fill gaps in behavior between ... | 0 |
5,945 | 8,768,122,160 | IssuesEvent | 2018-12-17 21:56:23 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | [Firestore] higher precision timestamps | api: firestore triaged for GA type: process | The Python SDK timestamps are lossy. The SDK doesn’t expose a way to retrieve timestamps with higher precision. | 1.0 | [Firestore] higher precision timestamps - The Python SDK timestamps are lossy. The SDK doesn’t expose a way to retrieve timestamps with higher precision. | process | higher precision timestamps the python sdk timestamps are lossy the sdk doesn’t expose a way to retrieve timestamps with higher precision | 1 |
170,648 | 20,883,795,000 | IssuesEvent | 2022-03-23 01:13:43 | snowdensb/dependabot-core | https://api.github.com/repos/snowdensb/dependabot-core | reopened | CVE-2017-0249 (High) detected in system.net.http.4.3.0.nupkg | security vulnerability | ## CVE-2017-0249 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p></summary>
<p>Provides a programming interface for modern HTTP applications, includi... | True | CVE-2017-0249 (High) detected in system.net.http.4.3.0.nupkg - ## CVE-2017-0249 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>system.net.http.4.3.0.nupkg</b></p></summary>
<p>Provide... | non_process | cve high detected in system net http nupkg cve high severity vulnerability vulnerable library system net http nupkg provides a programming interface for modern http applications including http client components that library home page a href path to dependency file ... | 0 |
20,842 | 27,612,202,991 | IssuesEvent | 2023-03-09 16:42:54 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | closed | GO:0140295 pathogen-derived receptor ligand activity /needs qualification | multi-species process | GO:0140295 pathogen-derived receptor ligand activity
Definition (GO:0140295 GONUTS page)
The activity of a pathogen-derived entity that interacts with a host receptor to activate effector-triggered immunity. PMID:20601497
This is a term we requested to annotate a necrotrophic effector.
This term should o... | 1.0 | GO:0140295 pathogen-derived receptor ligand activity /needs qualification - GO:0140295 pathogen-derived receptor ligand activity
Definition (GO:0140295 GONUTS page)
The activity of a pathogen-derived entity that interacts with a host receptor to activate effector-triggered immunity. PMID:20601497
This i... | process | go pathogen derived receptor ligand activity needs qualification go pathogen derived receptor ligand activity definition go gonuts page the activity of a pathogen derived entity that interacts with a host receptor to activate effector triggered immunity pmid this is a term we requested to ... | 1 |
73,182 | 9,652,272,257 | IssuesEvent | 2019-05-18 15:43:31 | tldr-pages/tldr | https://api.github.com/repos/tldr-pages/tldr | closed | URL of commands | documentation | I noticed that @schneiderl and @pxgamer added URL to a lot of pages, so I was wondering if it's a good idea to add one more check to the linter or just put one more checkbox on the PR message.
Ideas? | 1.0 | URL of commands - I noticed that @schneiderl and @pxgamer added URL to a lot of pages, so I was wondering if it's a good idea to add one more check to the linter or just put one more checkbox on the PR message.
Ideas? | non_process | url of commands i noticed that schneiderl and pxgamer added url to a lot of pages so i was wondering if it s a good idea to add one more check to the linter or just put one more checkbox on the pr message ideas | 0 |
16,615 | 21,675,926,690 | IssuesEvent | 2022-05-08 18:05:27 | apache/arrow-datafusion | https://api.github.com/repos/apache/arrow-datafusion | opened | Cannot generate change logs due to "secondary rate limit" | bug development-process | **Describe the bug**
I am trying to generate the change log with this command:
``` bash
$ CHANGELOG_GITHUB_TOKEN=REDACTED ./dev/release/update_change_log-all.sh master 8.0.0 7.0.0
```
Output:
```
WARNING: `Faraday::Connection#authorization` is deprecated; it will be removed in version 2.0.
While initial... | 1.0 | Cannot generate change logs due to "secondary rate limit" - **Describe the bug**
I am trying to generate the change log with this command:
``` bash
$ CHANGELOG_GITHUB_TOKEN=REDACTED ./dev/release/update_change_log-all.sh master 8.0.0 7.0.0
```
Output:
```
WARNING: `Faraday::Connection#authorization` is d... | process | cannot generate change logs due to secondary rate limit describe the bug i am trying to generate the change log with this command bash changelog github token redacted dev release update change log all sh master output warning faraday connection authorization is d... | 1 |
671,632 | 22,770,116,309 | IssuesEvent | 2022-07-08 09:12:05 | ewels/rich-codex | https://api.github.com/repos/ewels/rich-codex | closed | Is setup.py necessary? | bug priority: high | In a non-python repository, I found it necessary to have a `setup.py` file, and its removal was sufficient to break rich-codex:
https://github.com/telatin/seqfu2/commit/88d5d84a6e56d7c6f2e4e76433fa8637683f1700
[and thx again for the great tool]
| 1.0 | Is setup.py necessary? - In a non-python repository, I found it necessary to have a `setup.py` file, and its removal was sufficient to break rich-codex:
https://github.com/telatin/seqfu2/commit/88d5d84a6e56d7c6f2e4e76433fa8637683f1700
[and thx again for the great tool]
| non_process | is setup py necessary in a non python repository i found it necessary to have a setup py file and its removal was sufficient to break rich codex | 0 |
6,272 | 9,231,174,395 | IssuesEvent | 2019-03-13 01:08:35 | EthVM/EthVM | https://api.github.com/repos/EthVM/EthVM | closed | Enable compression in Kafka | enhancement milestone:2 project:processing | Kafka has various compression settings. Research and apply as suitable. | 1.0 | Enable compression in Kafka - Kafka has various compression settings. Research and apply as suitable. | process | enable compression in kafka kafka has various compression settings research and apply as suitable | 1 |
13,542 | 16,084,285,333 | IssuesEvent | 2021-04-26 09:21:27 | aiidateam/aiida-core | https://api.github.com/repos/aiidateam/aiida-core | closed | `Process.exposed_outputs` does not work with nested namespaces | priority/important topic/processes type/bug | Simple test case to demonstrate the problem:
```
class ChildProcess(Process):
_node_class = orm.WorkflowNode
@classmethod
def define(cls, spec):
super(ChildProcess, cls).define(spec)
spec.input('input', valid_type=orm.Int)
spec.output('output', valid_type=orm.Int)
... | 1.0 | `Process.exposed_outputs` does not work with nested namespaces - Simple test case to demonstrate the problem:
```
class ChildProcess(Process):
_node_class = orm.WorkflowNode
@classmethod
def define(cls, spec):
super(ChildProcess, cls).define(spec)
spec.input('input', valid_type=or... | process | process exposed outputs does not work with nested namespaces simple test case to demonstrate the problem class childprocess process node class orm workflownode classmethod def define cls spec super childprocess cls define spec spec input input valid type or... | 1 |
4,755 | 7,613,521,616 | IssuesEvent | 2018-05-01 21:33:20 | alexstone/timecard | https://api.github.com/repos/alexstone/timecard | closed | Created process to update an Entry's `hours` value | backend process | When an entry is updated, the `hours` value on the model should be updated. | 1.0 | Created process to update an Entry's `hours` value - When an entry is updated, the `hours` value on the model should be updated. | process | created process to update an entry s hours value when an entry is updated the hours value on the model should be updated | 1 |
504,085 | 14,612,808,795 | IssuesEvent | 2020-12-22 06:58:33 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | `LEAST` and `GREATEST` are not compatible with Mysql | Priority/P3 challenge-program component/expression difficulty/easy good-first-issue high-performance severity/major sig/execution status/help-wanted type/bug type/compatibility | ## Description
## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
select least(cast('01-01-01' as date), '01-01-02');
select greatest(cast('01-01-01' as date), '01-01-02');
select least(cast('01-01... | 1.0 | `LEAST` and `GREATEST` are not compatible with Mysql - ## Description
## Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
If possible, provide a recipe for reproducing the error.
```
select least(cast('01-01-01' as date), '01-01-02');
select greatest(cast('01-... | non_process | least and greatest are not compatible with mysql description bug report please answer these questions before submitting your issue thanks what did you do if possible provide a recipe for reproducing the error select least cast as date select greatest cast as... | 0 |
144,773 | 19,301,917,114 | IssuesEvent | 2021-12-13 07:07:34 | SmartBear/soapui | https://api.github.com/repos/SmartBear/soapui | closed | CVE-2021-21341 (High) detected in xstream-1.4.13.jar - autoclosed | security vulnerability | ## CVE-2021-21341 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.13.jar</b></p></summary>
<p></p>
<p>Library home page: <a href="http://x-stream.github.io">http://x-stream... | True | CVE-2021-21341 (High) detected in xstream-1.4.13.jar - autoclosed - ## CVE-2021-21341 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.13.jar</b></p></summary>
<p></p>
<p>Li... | non_process | cve high detected in xstream jar autoclosed cve high severity vulnerability vulnerable library xstream jar library home page a href path to dependency file soapui soapui pom xml path to vulnerable library canner repository thoughtworks xstream xstream ... | 0 |
18,535 | 24,553,266,413 | IssuesEvent | 2022-10-12 14:06:25 | rust-lang/rust | https://api.github.com/repos/rust-lang/rust | closed | Allocation after libc::fork on Android | O-android A-thread-locals C-bug T-libs A-process | <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I am trying to fix it so that Rust's stdlib prevents unwinding, or allocating, in the child, after a fork on Unix (including in `Command`). That is #81858... | 1.0 | Allocation after libc::fork on Android - <!--
Thank you for filing a bug report! 🐛 Please provide a short summary of the bug,
along with any information you feel relevant to replicating the bug.
-->
I am trying to fix it so that Rust's stdlib prevents unwinding, or allocating, in the child, after a fork on Unix ... | process | allocation after libc fork on android thank you for filing a bug report 🐛 please provide a short summary of the bug along with any information you feel relevant to replicating the bug i am trying to fix it so that rust s stdlib prevents unwinding or allocating in the child after a fork on unix ... | 1 |
12,185 | 14,742,128,750 | IssuesEvent | 2021-01-07 11:45:08 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | Keener - two invoices received | anc-process anp-1 ant-support | In GitLab by @kdjstudios on Mar 15, 2019, 09:43
**Submitted by:** Gaylan Garrett <gaylan@keenercom.net>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/7530107
**Server:** External (All?)
**Client/Site:** Keener
**Account:** Multiple
**Issue:**
I have multiple clients that have said they rece... | 1.0 | Keener - two invoices received - In GitLab by @kdjstudios on Mar 15, 2019, 09:43
**Submitted by:** Gaylan Garrett <gaylan@keenercom.net>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/7530107
**Server:** External (All?)
**Client/Site:** Keener
**Account:** Multiple
**Issue:**
I have multiple... | process | keener two invoices received in gitlab by kdjstudios on mar submitted by gaylan garrett helpdesk server external all client site keener account multiple issue i have multiple clients that have said they received two invoices via the emailing of the billi... | 1 |
75,078 | 15,391,348,477 | IssuesEvent | 2021-03-03 14:28:12 | Madhusuthanan-B/FOO | https://api.github.com/repos/Madhusuthanan-B/FOO | closed | WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz - autoclosed | security vulnerability | ## WS-2020-0091 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary>
<p>HTTP proxying for the masses</p>
<p>Library home page: <a href="https://regis... | True | WS-2020-0091 (High) detected in http-proxy-1.18.0.tgz - autoclosed - ## WS-2020-0091 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>http-proxy-1.18.0.tgz</b></p></summary>
<p>HTTP pro... | non_process | ws high detected in http proxy tgz autoclosed ws high severity vulnerability vulnerable library http proxy tgz http proxying for the masses library home page a href path to dependency file foo package json path to vulnerable library foo node modules http proxy pack... | 0 |
22,310 | 30,862,229,617 | IssuesEvent | 2023-08-03 04:46:57 | vnphanquang/svelte-put | https://api.github.com/repos/vnphanquang/svelte-put | closed | [preprocess-auto-slug] Convert package to ESM | scope:preprocess-auto-slug type:refactor priority:low | ## Context
`svelte.config.js` seems to support importing esm package, proven during implementation of [process-inline-svg](https://github.com/vnphanquang/svelte-put/tree/main/packages/preprocessors/inline-svg). We should migrate to esm for `auto-slug` to keep consistency? | 1.0 | [preprocess-auto-slug] Convert package to ESM - ## Context
`svelte.config.js` seems to support importing esm package, proven during implementation of [process-inline-svg](https://github.com/vnphanquang/svelte-put/tree/main/packages/preprocessors/inline-svg). We should migrate to esm for `auto-slug` to keep consistency... | process | convert package to esm context svelte config js seems to support importing esm package proven during implementation of we should migrate to esm for auto slug to keep consistency | 1 |
15,755 | 19,911,801,598 | IssuesEvent | 2022-01-25 17:55:02 | input-output-hk/high-assurance-legacy | https://api.github.com/repos/input-output-hk/high-assurance-legacy | closed | Replace `io_action` by a type `io_kind` | language: isabelle topic: process calculus type: improvement | The two data constructors of type `io_action` have the same arguments: a channel and a value. Our goal is to move these arguments to the `IO` data constructor of type `basic_action`, turning `io_action` into a type of kinds of I/O (sending and receiving), which we want to call `io_kind`. | 1.0 | Replace `io_action` by a type `io_kind` - The two data constructors of type `io_action` have the same arguments: a channel and a value. Our goal is to move these arguments to the `IO` data constructor of type `basic_action`, turning `io_action` into a type of kinds of I/O (sending and receiving), which we want to call ... | process | replace io action by a type io kind the two data constructors of type io action have the same arguments a channel and a value our goal is to move these arguments to the io data constructor of type basic action turning io action into a type of kinds of i o sending and receiving which we want to call ... | 1 |
12,708 | 5,229,289,416 | IssuesEvent | 2017-01-29 01:26:00 | osresearch/heads | https://api.github.com/repos/osresearch/heads | closed | Tools are compiled with build machine's gcc | buildsystem | It is harder to reproduce builds since they are built with the system's gcc, rather than a specific version. Coreboot builds its own gcc, can we use that instead?
| 1.0 | Tools are compiled with build machine's gcc - It is harder to reproduce builds since they are built with the system's gcc, rather than a specific version. Coreboot builds its own gcc, can we use that instead?
| non_process | tools are compiled with build machine s gcc it is harder to reproduce builds since they are built with the system s gcc rather than a specific version coreboot builds its own gcc can we use that instead | 0 |
499 | 2,944,880,906 | IssuesEvent | 2015-07-03 08:51:06 | e-government-ua/i | https://api.github.com/repos/e-government-ua/i | closed | На дашборде, в полях типа "queueData" брать из значения параметр с датой и отображать его на форме, вместо всего содержимого поля | hi priority In process of testing test version | Значение данного поля выглядит примерно так(объект JSON):
{'nID_SubjectTicket':3452534, 'sDate': '2015-11-23 15:30:00.00'}"
из него нужно брать значение параметра "sDate"(2015-11-23 15:30:00.00)
и отрисовывать в тэге lable (жирным шрифтом) данного поля
При этом в title писать "Тикет № 3452534" (номер брать из эле... | 1.0 | На дашборде, в полях типа "queueData" брать из значения параметр с датой и отображать его на форме, вместо всего содержимого поля - Значение данного поля выглядит примерно так(объект JSON):
{'nID_SubjectTicket':3452534, 'sDate': '2015-11-23 15:30:00.00'}"
из него нужно брать значение параметра "sDate"(2015-11-23 15... | process | на дашборде в полях типа queuedata брать из значения параметр с датой и отображать его на форме вместо всего содержимого поля значение данного поля выглядит примерно так объект json nid subjectticket sdate из него нужно брать значение параметра sdate и отрисовыва... | 1 |
475 | 2,911,381,984 | IssuesEvent | 2015-06-22 09:12:10 | haskell-distributed/distributed-process-azure | https://api.github.com/repos/haskell-distributed/distributed-process-azure | opened | Better warning if binary is not installed on VM | bug distributed-process-azure | _From @edsko on October 16, 2012 9:44_
_Copied from original issue: haskell-distributed/distributed-process#44_ | 1.0 | Better warning if binary is not installed on VM - _From @edsko on October 16, 2012 9:44_
_Copied from original issue: haskell-distributed/distributed-process#44_ | process | better warning if binary is not installed on vm from edsko on october copied from original issue haskell distributed distributed process | 1 |
10,851 | 13,629,088,053 | IssuesEvent | 2020-09-24 14:41:51 | IanDarwin/pdfshow | https://api.github.com/repos/IanDarwin/pdfshow | opened | Put version number into About page. | development process | Get the <version> from the pom.xml into a .java file, display that in Help->About.
While here, have the mkInstaller script extract that value to avoid DRY violation. | 1.0 | Put version number into About page. - Get the <version> from the pom.xml into a .java file, display that in Help->About.
While here, have the mkInstaller script extract that value to avoid DRY violation. | process | put version number into about page get the from the pom xml into a java file display that in help about while here have the mkinstaller script extract that value to avoid dry violation | 1 |
12,811 | 15,188,883,647 | IssuesEvent | 2021-02-15 15:40:49 | Geonovum/disgeo-arch | https://api.github.com/repos/Geonovum/disgeo-arch | closed | Relatie proces en functies graag beschrijven. | In Behandeling In behandeling - voorstel processen e.d. Processen Functies Componenten | Relatie proces en functies graag beschrijven.
De processtappen uit 2.2 en 2.3 zijn anders ingedeeld dan de functies in de uitvoeringslaag (ontsluiten, verrrijken, gebruiken) versus (afname, notificatie). Waarom is hier geen processtap Notificatie? Er zit een n:m relatie tussen processtap en functie die, als je hem op... | 2.0 | Relatie proces en functies graag beschrijven. - Relatie proces en functies graag beschrijven.
De processtappen uit 2.2 en 2.3 zijn anders ingedeeld dan de functies in de uitvoeringslaag (ontsluiten, verrrijken, gebruiken) versus (afname, notificatie). Waarom is hier geen processtap Notificatie? Er zit een n:m relati... | process | relatie proces en functies graag beschrijven relatie proces en functies graag beschrijven de processtappen uit en zijn anders ingedeeld dan de functies in de uitvoeringslaag ontsluiten verrrijken gebruiken versus afname notificatie waarom is hier geen processtap notificatie er zit een n m relati... | 1 |
21,901 | 30,348,505,787 | IssuesEvent | 2023-07-11 17:06:19 | scverse/scanpy | https://api.github.com/repos/scverse/scanpy | opened | Stop tests from writing files everywhere | Enhancement ✨ Development Process 🚀 Area - Datasets | ### What kind of feature would you like to request?
Other?
### Please describe your wishes
- use [`cache.mkdir()`](https://docs.pytest.org/en/7.1.x/reference/reference.html#std-fixture-cache) for persistent files (data)
- set directory to read only in CI during test run | 1.0 | Stop tests from writing files everywhere - ### What kind of feature would you like to request?
Other?
### Please describe your wishes
- use [`cache.mkdir()`](https://docs.pytest.org/en/7.1.x/reference/reference.html#std-fixture-cache) for persistent files (data)
- set directory to read only in CI during test run | process | stop tests from writing files everywhere what kind of feature would you like to request other please describe your wishes use for persistent files data set directory to read only in ci during test run | 1 |
13,719 | 5,434,112,627 | IssuesEvent | 2017-03-05 02:49:56 | quran/common-components | https://api.github.com/repos/quran/common-components | opened | Mobile/Reponsive Tabs | Build Component |
Maybe something like this:
<img width="603" alt="screen shot 2017-03-05 at 2 48 57 am" src="https://cloud.githubusercontent.com/assets/2606228/23584086/629b7680-014e-11e7-8b73-9bed017984a4.png">
| 1.0 | Mobile/Reponsive Tabs -
Maybe something like this:
<img width="603" alt="screen shot 2017-03-05 at 2 48 57 am" src="https://cloud.githubusercontent.com/assets/2606228/23584086/629b7680-014e-11e7-8b73-9bed017984a4.png">
| non_process | mobile reponsive tabs maybe something like this img width alt screen shot at am src | 0 |
94,205 | 3,922,795,384 | IssuesEvent | 2016-04-22 08:27:25 | Captianrock/android_PV | https://api.github.com/repos/Captianrock/android_PV | closed | Display only the user traces | High Priority | Limit the traces that the user sees on the web app to the traces that they have uploaded. | 1.0 | Display only the user traces - Limit the traces that the user sees on the web app to the traces that they have uploaded. | non_process | display only the user traces limit the traces that the user sees on the web app to the traces that they have uploaded | 0 |
8,846 | 11,949,605,135 | IssuesEvent | 2020-04-03 13:55:20 | Graylog2/graylog2-server | https://api.github.com/repos/Graylog2/graylog2-server | closed | Pipeline parse api endpoint is broken | bug processing triaged | ## Expected Behavior
When a user sends a pipeline data struct containing a source field, the parse function
should either return parse errors or a success response.
## Current Behavior
The api endpoint tries to build a `PipelineSource` object without `stages` field.
This is doomed to fail not matter what the use... | 1.0 | Pipeline parse api endpoint is broken - ## Expected Behavior
When a user sends a pipeline data struct containing a source field, the parse function
should either return parse errors or a success response.
## Current Behavior
The api endpoint tries to build a `PipelineSource` object without `stages` field.
This i... | process | pipeline parse api endpoint is broken expected behavior when a user sends a pipeline data struct containing a source field the parse function should either return parse errors or a success response current behavior the api endpoint tries to build a pipelinesource object without stages field this i... | 1 |
8,880 | 11,980,629,611 | IssuesEvent | 2020-04-07 09:40:00 | prisma/prisma | https://api.github.com/repos/prisma/prisma | closed | Proposal: Rename prisma binary to query-engine | kind/improvement process/candidate | More consistent. Has implications for the binary fetching on the client side. | 1.0 | Proposal: Rename prisma binary to query-engine - More consistent. Has implications for the binary fetching on the client side. | process | proposal rename prisma binary to query engine more consistent has implications for the binary fetching on the client side | 1 |
328,738 | 9,999,361,533 | IssuesEvent | 2019-07-12 10:26:58 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | closed | Integrate/develop OTP two factor authentification into OpenNebula 5.6.1 Suntone UI | Category: Sunstone Community Priority: Normal Status: Accepted Type: Feature | **Description**
The user should be able to enable two-factor auth in his account and then he is able to scan a QR code with Google Authenticator like that in the OpenNebula portal (see otp-settings-sample.png and otp-settings-sample2.png).
If the two-step auth is configured, the user can enter the two factor code p... | 1.0 | Integrate/develop OTP two factor authentification into OpenNebula 5.6.1 Suntone UI - **Description**
The user should be able to enable two-factor auth in his account and then he is able to scan a QR code with Google Authenticator like that in the OpenNebula portal (see otp-settings-sample.png and otp-settings-sample2.... | non_process | integrate develop otp two factor authentification into opennebula suntone ui description the user should be able to enable two factor auth in his account and then he is able to scan a qr code with google authenticator like that in the opennebula portal see otp settings sample png and otp settings png ... | 0 |
5,461 | 8,321,163,161 | IssuesEvent | 2018-09-25 22:44:41 | GoogleCloudPlatform/google-cloud-python | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python | closed | BigQuery: leaked datasets from systests / snippets | api: bigquery_datatransfer flaky testing type: process | Looking at the console for our CI project, I see numerous leaked tables:
```python
>>> from pprint import pprint
>>> from google.cloud.bigquery import Client
>>> client = Client()
>>> ds_ids = [ds.dataset_id for ds in client.list_datasets()]
>>> pprint(ds_ids)
['bq_load_test_1517464273303',
'bq_load_test_151... | 1.0 | BigQuery: leaked datasets from systests / snippets - Looking at the console for our CI project, I see numerous leaked tables:
```python
>>> from pprint import pprint
>>> from google.cloud.bigquery import Client
>>> client = Client()
>>> ds_ids = [ds.dataset_id for ds in client.list_datasets()]
>>> pprint(ds_ids... | process | bigquery leaked datasets from systests snippets looking at the console for our ci project i see numerous leaked tables python from pprint import pprint from google cloud bigquery import client client client ds ids pprint ds ids bq load test bq load test bq... | 1 |
444,689 | 12,819,355,538 | IssuesEvent | 2020-07-06 01:48:25 | Multi-Tier-Cloud/service-manager | https://api.github.com/repos/Multi-Tier-Cloud/service-manager | closed | Occasional Crash in pcache | Medium Priority bug | Index out-of-range error when removing peer:
```
panic: runtime error: index out of range [2] with length 1
goroutine 142 [running]:
github.com/Multi-Tier-Cloud/service-manager/pcache.rpfs(...)
/home/ubuntu/service-manager/pcache/pcache.go:90
github.com/Multi-Tier-Cloud/service-manager/pcache.(*PeerCach... | 1.0 | Occasional Crash in pcache - Index out-of-range error when removing peer:
```
panic: runtime error: index out of range [2] with length 1
goroutine 142 [running]:
github.com/Multi-Tier-Cloud/service-manager/pcache.rpfs(...)
/home/ubuntu/service-manager/pcache/pcache.go:90
github.com/Multi-Tier-Cloud/serv... | non_process | occasional crash in pcache index out of range error when removing peer panic runtime error index out of range with length goroutine github com multi tier cloud service manager pcache rpfs home ubuntu service manager pcache pcache go github com multi tier cloud service manager p... | 0 |
10,518 | 13,301,887,044 | IssuesEvent | 2020-08-25 13:34:17 | kubeflow/kubeflow | https://api.github.com/repos/kubeflow/kubeflow | closed | Notebook controller needs OWNERs file | area/jupyter kind/process priority/p0 | /kind process
The notebook controller needs an OWNERs file indicating who can review and approve PRs.
Per kubeflow/community/issues/379 @kimwnasptd and @StefanoFioravanzo are you interested in this as part of the notebooks WG?
| 1.0 | Notebook controller needs OWNERs file - /kind process
The notebook controller needs an OWNERs file indicating who can review and approve PRs.
Per kubeflow/community/issues/379 @kimwnasptd and @StefanoFioravanzo are you interested in this as part of the notebooks WG?
| process | notebook controller needs owners file kind process the notebook controller needs an owners file indicating who can review and approve prs per kubeflow community issues kimwnasptd and stefanofioravanzo are you interested in this as part of the notebooks wg | 1 |
523,621 | 15,186,482,295 | IssuesEvent | 2021-02-15 12:26:56 | wso2/product-apim-tooling | https://api.github.com/repos/wso2/product-apim-tooling | closed | Error Initializing API Project which has a "%" symbol in the Definition | 4.0.0 Affected/3.2.0 Priority/High Type/Bug | **Description:**
When using [1] to initialize an API Project using apictl init command, the following error message was printed.
```
panic: parse "#/paths/~1stats~1id~1{plateform}~1{id}/get/responses/200/schema/properties/lifetimeStats/properties/win%": invalid URL escape "%"
goroutine 1 [running]:
github.com/... | 1.0 | Error Initializing API Project which has a "%" symbol in the Definition - **Description:**
When using [1] to initialize an API Project using apictl init command, the following error message was printed.
```
panic: parse "#/paths/~1stats~1id~1{plateform}~1{id}/get/responses/200/schema/properties/lifetimeStats/prope... | non_process | error initializing api project which has a symbol in the definition description when using to initialize an api project using apictl init command the following error message was printed panic parse paths plateform id get responses schema properties lifetimestats properties win ... | 0 |
447,989 | 31,760,320,065 | IssuesEvent | 2023-09-12 04:18:11 | st-tech/gatling-operator | https://api.github.com/repos/st-tech/gatling-operator | closed | [Feature Request]: Update quick-start-guide.md and provide make version documents | documentation | ### Summary
I wanted to bring to your attention that the current Quick Start Guide provided for the project appears to be outdated.
Some of the steps mentioned in the guide are no longer applicable, and it might cause confusion among new users trying to get started with the project.
I saw, some makefile contains he... | 1.0 | [Feature Request]: Update quick-start-guide.md and provide make version documents - ### Summary
I wanted to bring to your attention that the current Quick Start Guide provided for the project appears to be outdated.
Some of the steps mentioned in the guide are no longer applicable, and it might cause confusion among... | non_process | update quick start guide md and provide make version documents summary i wanted to bring to your attention that the current quick start guide provided for the project appears to be outdated some of the steps mentioned in the guide are no longer applicable and it might cause confusion among new users tryin... | 0 |
1,337 | 3,900,008,467 | IssuesEvent | 2016-04-18 01:59:24 | huntzhan/magic-parameter | https://api.github.com/repos/huntzhan/magic-parameter | opened | Support function annotation. | dev-process::idea | 1. inject `__annotations__` for potential IDE support (I don't know), see [Function annotations][1], [PEP 3107][2] and [Function definitions][3]
2. support type checking for python 3.2+, should be something like
```python
@check_this
def func(a: int) -> list:
return []
```
[1]: http://python-future.org/f... | 1.0 | Support function annotation. - 1. inject `__annotations__` for potential IDE support (I don't know), see [Function annotations][1], [PEP 3107][2] and [Function definitions][3]
2. support type checking for python 3.2+, should be something like
```python
@check_this
def func(a: int) -> list:
return []
```
... | process | support function annotation inject annotations for potential ide support i don t know see and support type checking for python should be something like python check this def func a int list return | 1 |
138,024 | 30,798,484,120 | IssuesEvent | 2023-07-31 22:08:07 | withfig/fig | https://api.github.com/repos/withfig/fig | closed | error: Could not sync remote dotfiles | awaiting user reply codebase:dotfiles | ### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected terminal session
- [X] I have run `fig restart` and replicated the issue again
### Operating system
macOS 13.4.0 (22F66)
##... | 1.0 | error: Could not sync remote dotfiles - ### Checks
- [X] I have searched [github.com/withfig/fig/issues](https://github.com/withfig/fig/issues?q=) and there are no duplicates of my issue
- [X] I have run `fig doctor` in the affected terminal session
- [X] I have run `fig restart` and replicated the issue again
### Op... | non_process | error could not sync remote dotfiles checks i have searched and there are no duplicates of my issue i have run fig doctor in the affected terminal session i have run fig restart and replicated the issue again operating system macos expected behaviour not to see this err... | 0 |
94,527 | 10,826,171,959 | IssuesEvent | 2019-11-09 20:49:43 | peterbrittain/asciimatics | https://api.github.com/repos/peterbrittain/asciimatics | closed | More than 8 background colours | Documentation | **Is your feature request related to a problem? Please describe.**
Can't make background colour grey.
```
screen.print_at(
text='Text grey background black',
x=0,
y=1,
colour=Screen.COLOUR_BLACK,
attr=Screen.A_BOLD,
bg=Screen.COLOUR_BLACK)
```
The `A_... | 1.0 | More than 8 background colours - **Is your feature request related to a problem? Please describe.**
Can't make background colour grey.
```
screen.print_at(
text='Text grey background black',
x=0,
y=1,
colour=Screen.COLOUR_BLACK,
attr=Screen.A_BOLD,
bg=S... | non_process | more than background colours is your feature request related to a problem please describe can t make background colour grey screen print at text text grey background black x y colour screen colour black attr screen a bold bg s... | 0 |
215,242 | 16,657,408,124 | IssuesEvent | 2021-06-05 19:33:51 | bounswe/2021SpringGroup3 | https://api.github.com/repos/bounswe/2021SpringGroup3 | closed | Implement Test: CreateCommunityController | Component: Backend Component: Junit-Testing Priority: Medium Status: Completed Type: Testing | A unit test should be written for the CreateCommunityController. | 2.0 | Implement Test: CreateCommunityController - A unit test should be written for the CreateCommunityController. | non_process | implement test createcommunitycontroller a unit test should be written for the createcommunitycontroller | 0 |
11 | 2,496,236,348 | IssuesEvent | 2015-01-06 18:02:01 | vivo-isf/vivo-isf-ontology | https://api.github.com/repos/vivo-isf/vivo-isf-ontology | closed | regulation of neuronal synaptic plasticity | biological_process imported | _From [vasil...@ohsu.edu](https://code.google.com/u/108803237899917466626/) on November 12, 2012 15:48:39_
GO:0048168
parent:
system process
\<a href="http://purl.obolibrary.org/obo/GO_0003008" rel="nofollow">http://purl.obolibrary.org/obo/GO_0003008</a>
for this lab:
\<a href="http://ohsu.eagl... | 1.0 | regulation of neuronal synaptic plasticity - _From [vasil...@ohsu.edu](https://code.google.com/u/108803237899917466626/) on November 12, 2012 15:48:39_
GO:0048168
parent:
system process
\<a href="http://purl.obolibrary.org/obo/GO_0003008" rel="nofollow">http://purl.obolibrary.org/obo/GO_0003008</a>
... | process | regulation of neuronal synaptic plasticity from on november go parent system process for this lab original issue | 1 |
12,564 | 14,981,676,100 | IssuesEvent | 2021-01-28 15:07:02 | panther-labs/panther | https://api.github.com/repos/panther-labs/panther | opened | Limit the number of events stored in a Rule error alert | p2 story team:data processing | ### Description
Rule errors don't have a cap on the number of events that can be matched.
In case of rule errors we would like to put a cap:
* Usually a handful of events are enough for someone to troubleshoot rule issues
* A bad rule could match all events leading to performance and $$ issues.
### Relate... | 1.0 | Limit the number of events stored in a Rule error alert - ### Description
Rule errors don't have a cap on the number of events that can be matched.
In case of rule errors we would like to put a cap:
* Usually a handful of events are enough for someone to troubleshoot rule issues
* A bad rule could match all eve... | process | limit the number of events stored in a rule error alert description rule errors don t have a cap on the number of events that can be matched in case of rule errors we would like to put a cap usually a handful of events are enough for someone to troubleshoot rule issues a bad rule could match all eve... | 1 |
6,265 | 9,220,368,358 | IssuesEvent | 2019-03-11 17:20:44 | NCAR/comp-pipeline | https://api.github.com/repos/NCAR/comp-pipeline | opened | Tom Schad (NSO) | process | Reprocess 20140314 with and without the continuum correction.
- [ ] with continuum correction (.schad-continuum-correction)
- [ ] without continuum correction (.schad-no-continuum-correction) | 1.0 | Tom Schad (NSO) - Reprocess 20140314 with and without the continuum correction.
- [ ] with continuum correction (.schad-continuum-correction)
- [ ] without continuum correction (.schad-no-continuum-correction) | process | tom schad nso reprocess with and without the continuum correction with continuum correction schad continuum correction without continuum correction schad no continuum correction | 1 |
7,384 | 10,515,303,214 | IssuesEvent | 2019-09-28 08:40:05 | sysown/proxysql | https://api.github.com/repos/sysown/proxysql | closed | Disable/enable multiplexing from mysql_query_rules | ADMIN CONNECTION POOL MYSQL PROTOCOL QUERY PROCESSOR | In `mysql_query_rules` we need to add a new variable that defines if multiplexing needs to be disabled or re-enabled.
This can be useful if:
- we want that a specific query disables multiplexing
- we want that multiplexing is re-enabled for example after ProxySQL thinks that is not safe to use multiplexing (ex, when `@... | 1.0 | Disable/enable multiplexing from mysql_query_rules - In `mysql_query_rules` we need to add a new variable that defines if multiplexing needs to be disabled or re-enabled.
This can be useful if:
- we want that a specific query disables multiplexing
- we want that multiplexing is re-enabled for example after ProxySQL thi... | process | disable enable multiplexing from mysql query rules in mysql query rules we need to add a new variable that defines if multiplexing needs to be disabled or re enabled this can be useful if we want that a specific query disables multiplexing we want that multiplexing is re enabled for example after proxysql thi... | 1 |
47,727 | 7,344,950,879 | IssuesEvent | 2018-03-07 16:03:20 | JGCRI/hector | https://api.github.com/repos/JGCRI/hector | closed | Update changelog.txt | documentation | The `./changelog.txt` file needs to be updated with a succinct but complete list of changes before `rc2.0` is merged into `master`. | 1.0 | Update changelog.txt - The `./changelog.txt` file needs to be updated with a succinct but complete list of changes before `rc2.0` is merged into `master`. | non_process | update changelog txt the changelog txt file needs to be updated with a succinct but complete list of changes before is merged into master | 0 |
25,146 | 12,501,357,431 | IssuesEvent | 2020-06-02 01:04:01 | astropy/astropy | https://api.github.com/repos/astropy/astropy | closed | Simplify python interface to liberfa | Feature Request Performance erfa | This may also go into `erfa` itself, but it should be possible to simplify the generation of the python interface to erfa, possibly doing away with the large template, and possibly auto-generating the files on the fly (thus reducing the memory load and speeding up initialization for those who do not use `Time` and `Sky... | True | Simplify python interface to liberfa - This may also go into `erfa` itself, but it should be possible to simplify the generation of the python interface to erfa, possibly doing away with the large template, and possibly auto-generating the files on the fly (thus reducing the memory load and speeding up initialization f... | non_process | simplify python interface to liberfa this may also go into erfa itself but it should be possible to simplify the generation of the python interface to erfa possibly doing away with the large template and possibly auto generating the files on the fly thus reducing the memory load and speeding up initialization f... | 0 |
21,072 | 28,017,741,873 | IssuesEvent | 2023-03-28 01:04:22 | HaoNguyenNhat/CNPMNC | https://api.github.com/repos/HaoNguyenNhat/CNPMNC | opened | Đăng nhập/ Đăng xuất | 1 point DG HUY NN HÀO IN PROCESS | Là khách hàng chính thức tôi muốn đăng nhập để đặt hàng, quản lý đơn hàng tốt hơn và có nhiều ưu đãi hơn, và đăng xuất tài khoản cá nhân | 1.0 | Đăng nhập/ Đăng xuất - Là khách hàng chính thức tôi muốn đăng nhập để đặt hàng, quản lý đơn hàng tốt hơn và có nhiều ưu đãi hơn, và đăng xuất tài khoản cá nhân | process | đăng nhập đăng xuất là khách hàng chính thức tôi muốn đăng nhập để đặt hàng quản lý đơn hàng tốt hơn và có nhiều ưu đãi hơn và đăng xuất tài khoản cá nhân | 1 |
274,820 | 23,870,539,721 | IssuesEvent | 2022-09-07 14:30:50 | cockroachdb/cockroach | https://api.github.com/repos/cockroachdb/cockroach | opened | roachtest: unoptimized-query-oracle/disable-rules=all failed | C-test-failure O-robot O-roachtest branch-master release-blocker | roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6369513?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6369513?buildTab=artifact... | 2.0 | roachtest: unoptimized-query-oracle/disable-rules=all failed - roachtest.unoptimized-query-oracle/disable-rules=all [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/6369513?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroa... | non_process | roachtest unoptimized query oracle disable rules all failed roachtest unoptimized query oracle disable rules all with on master strings join à nq b strings join à a n ... | 0 |
441,984 | 12,735,754,140 | IssuesEvent | 2020-06-25 15:47:58 | OpenNebula/one | https://api.github.com/repos/OpenNebula/one | closed | VM state is not update if monitor message includes not imported wilds. | Category: Core & System Priority: Normal Status: Accepted Type: Bug | **Description**
When the state update messages includes wild VMs the state of some of the other VMs is not updated.
**To Reproduce**
Change (directly interacting with the hypervisor) VM state in a hypervisor with wild VMs
**Expected behavior**
All VM state is correctly updated.
**Details**
- Affected Comp... | 1.0 | VM state is not update if monitor message includes not imported wilds. - **Description**
When the state update messages includes wild VMs the state of some of the other VMs is not updated.
**To Reproduce**
Change (directly interacting with the hypervisor) VM state in a hypervisor with wild VMs
**Expected behavi... | non_process | vm state is not update if monitor message includes not imported wilds description when the state update messages includes wild vms the state of some of the other vms is not updated to reproduce change directly interacting with the hypervisor vm state in a hypervisor with wild vms expected behavi... | 0 |
16,321 | 20,976,072,326 | IssuesEvent | 2022-03-28 15:19:13 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | opened | Merge * GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host and migration of symbiont within host by polymerization of host actin | multi-species process | - [ ] GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host
Merge into GO:0070360 migration of symbiont within host by polymerization of host actin: 0 annotations
* GO:0070360 is a part_of child of GO:0070359; however this is inconsistent with the definitions, ie GO:00703... | 1.0 | Merge * GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host and migration of symbiont within host by polymerization of host actin - - [ ] GO:0070359 actin polymerization-dependent cell motility involved in migration of symbiont in host
Merge into GO:0070360 migration of ... | process | merge go actin polymerization dependent cell motility involved in migration of symbiont in host and migration of symbiont within host by polymerization of host actin go actin polymerization dependent cell motility involved in migration of symbiont in host merge into go migration of symbiont within host... | 1 |
178,853 | 13,797,432,807 | IssuesEvent | 2020-10-09 22:15:33 | NixOS/nixpkgs | https://api.github.com/repos/NixOS/nixpkgs | opened | make a test case just for login in gnome | 0.kind: bug 6.topic: GNOME 6.topic: testing | **Describe the bug**
The two tests we have for gnome are basically gnome-terminal tests.
It logs in and launches gnome-terminal. Nothing more nothing less.
But there's a whole lot of other things we need to make sure work in gnome like:
- adding a user (I know ew, this is nixos but imperative users are still a thin... | 1.0 | make a test case just for login in gnome - **Describe the bug**
The two tests we have for gnome are basically gnome-terminal tests.
It logs in and launches gnome-terminal. Nothing more nothing less.
But there's a whole lot of other things we need to make sure work in gnome like:
- adding a user (I know ew, this is ... | non_process | make a test case just for login in gnome describe the bug the two tests we have for gnome are basically gnome terminal tests it logs in and launches gnome terminal nothing more nothing less but there s a whole lot of other things we need to make sure work in gnome like adding a user i know ew this is ... | 0 |
6,304 | 9,308,774,722 | IssuesEvent | 2019-03-25 15:11:21 | onurasiliskender/ocial | https://api.github.com/repos/onurasiliskender/ocial | closed | WK12 | Planning Weekly Process | Issues of 12th Week of 2019 (18 - 24 Mar 2019)
Listed issues are from WK09 #2 :
#6
Listed issues are from WK11 #12 :
#13 | 1.0 | WK12 - Issues of 12th Week of 2019 (18 - 24 Mar 2019)
Listed issues are from WK09 #2 :
#6
Listed issues are from WK11 #12 :
#13 | process | issues of week of mar listed issues are from listed issues are from | 1 |
205,049 | 15,964,449,855 | IssuesEvent | 2021-04-16 06:14:53 | ssagit/pe | https://api.github.com/repos/ssagit/pe | opened | Glossary in UG should be closer to quick start, contents or features | severity.VeryLow type.DocumentationBug | It might be more convenient to access by users if glossary is introduced near the start.
<!--session: 1618552946167-c07b4e2c-f0db-4aab-aa8a-8075d0d04903--> | 1.0 | Glossary in UG should be closer to quick start, contents or features - It might be more convenient to access by users if glossary is introduced near the start.
<!--session: 1618552946167-c07b4e2c-f0db-4aab-aa8a-8075d0d04903--> | non_process | glossary in ug should be closer to quick start contents or features it might be more convenient to access by users if glossary is introduced near the start | 0 |
230,878 | 25,482,789,381 | IssuesEvent | 2022-11-26 01:32:04 | nidhi7598/linux-3.0.35_CVE-2018-13405 | https://api.github.com/repos/nidhi7598/linux-3.0.35_CVE-2018-13405 | reopened | CVE-2019-3460 (Medium) detected in linux-stable-rtv3.8.6 | security vulnerability | ## CVE-2019-3460 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home pag... | True | CVE-2019-3460 (Medium) detected in linux-stable-rtv3.8.6 - ## CVE-2019-3460 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv3.8.6</b></p></summary>
<p>
<p>Julia Cartw... | non_process | cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in base branch master vulnerable source files net bluetoot... | 0 |
326,094 | 27,975,536,589 | IssuesEvent | 2023-03-25 14:36:27 | armgilles/vcub_keeper | https://api.github.com/repos/armgilles/vcub_keeper | opened | Benchmark fonction de transformation json to DataFrame | testing | Faire un benchmark de speed via `pytest-codspeed` pour la fonction `transform_json_station_data_to_df()`.
Link to #70 | 1.0 | Benchmark fonction de transformation json to DataFrame - Faire un benchmark de speed via `pytest-codspeed` pour la fonction `transform_json_station_data_to_df()`.
Link to #70 | non_process | benchmark fonction de transformation json to dataframe faire un benchmark de speed via pytest codspeed pour la fonction transform json station data to df link to | 0 |
151,077 | 5,796,540,544 | IssuesEvent | 2017-05-02 19:43:24 | uclibs/scholar_uc | https://api.github.com/repos/uclibs/scholar_uc | closed | Suppress Lease option in Visibility Settings | Priority C Scholar 3.0 | ### Descriptive summary
Per Product Owner feedback, "Lease" is not an appropriate option for Scholar@UC. We should suppress this choice under visibility settings.
Solution should suppress the option on the input form (on both individual and batch create, all work types), but not remove the code. P.O.s expressed... | 1.0 | Suppress Lease option in Visibility Settings - ### Descriptive summary
Per Product Owner feedback, "Lease" is not an appropriate option for Scholar@UC. We should suppress this choice under visibility settings.
Solution should suppress the option on the input form (on both individual and batch create, all work ty... | non_process | suppress lease option in visibility settings descriptive summary per product owner feedback lease is not an appropriate option for scholar uc we should suppress this choice under visibility settings solution should suppress the option on the input form on both individual and batch create all work ty... | 0 |
13,436 | 8,924,272,758 | IssuesEvent | 2019-01-21 18:04:11 | gitcoinco/web | https://api.github.com/repos/gitcoinco/web | closed | Gitcoin Grants Smart Contract Bug Bounty | grants security | # Gitcoin Grants - Smart Contract Bug Bounty
Hello bounty hunters,
Gitcoin Grants is a platform to fund your open source work with recurring payments. We've developed Gitcoin Grants so that OSS Developers can crowdsource funding for the awesome work they are already doing and allow companies to provide more signi... | True | Gitcoin Grants Smart Contract Bug Bounty - # Gitcoin Grants - Smart Contract Bug Bounty
Hello bounty hunters,
Gitcoin Grants is a platform to fund your open source work with recurring payments. We've developed Gitcoin Grants so that OSS Developers can crowdsource funding for the awesome work they are already doin... | non_process | gitcoin grants smart contract bug bounty gitcoin grants smart contract bug bounty hello bounty hunters gitcoin grants is a platform to fund your open source work with recurring payments we ve developed gitcoin grants so that oss developers can crowdsource funding for the awesome work they are already doin... | 0 |
11,579 | 14,443,291,859 | IssuesEvent | 2020-12-07 19:25:38 | kubernetes/minikube | https://api.github.com/repos/kubernetes/minikube | closed | add initial integration tests for google cloud shell | area/testing kind/process priority/important-soon | minikube integeration tests should run against cloud shell | 1.0 | add initial integration tests for google cloud shell - minikube integeration tests should run against cloud shell | process | add initial integration tests for google cloud shell minikube integeration tests should run against cloud shell | 1 |
17,759 | 5,512,274,452 | IssuesEvent | 2017-03-17 08:54:24 | akvo/akvo-flow-mobile | https://api.github.com/repos/akvo/akvo-flow-mobile | closed | Create 3 modules for the layers of the app | Code Refactoring New and noteworthy Ready for release | This is the basic "skeleton" for clean architecture
1) Presentation layer (ui, activities…)
/app -already exists
2) Domain layer (business logic, interactors)
/domain
3) Data logic (repositories: apis, database, shared preferences)
/data
App logic and components will be refactored and/or moved later on progr... | 1.0 | Create 3 modules for the layers of the app - This is the basic "skeleton" for clean architecture
1) Presentation layer (ui, activities…)
/app -already exists
2) Domain layer (business logic, interactors)
/domain
3) Data logic (repositories: apis, database, shared preferences)
/data
App logic and components w... | non_process | create modules for the layers of the app this is the basic skeleton for clean architecture presentation layer ui activities… app already exists domain layer business logic interactors domain data logic repositories apis database shared preferences data app logic and components w... | 0 |
820 | 3,292,263,687 | IssuesEvent | 2015-10-30 13:55:36 | superroma/testcafe-hammerhead | https://api.github.com/repos/superroma/testcafe-hammerhead | closed | Multiple element processing inside DomProcessor.processPage | !IMPORTANT! AREA: server SYSTEM: resource processing TYPE: bug | This is perfomance issue.
`CONST.ELEMENT_PROCESSED_FLAG` always equal `false` because `Const` does not contain `ELEMENT_PROCESSED_FLAG`
Code fragment:
```javascript
var $all = $('*');
for (var i = 0; i < this.elementProcessorPatterns.length; i++) {
var pattern = this.elementProcessorPatt... | 1.0 | Multiple element processing inside DomProcessor.processPage - This is perfomance issue.
`CONST.ELEMENT_PROCESSED_FLAG` always equal `false` because `Const` does not contain `ELEMENT_PROCESSED_FLAG`
Code fragment:
```javascript
var $all = $('*');
for (var i = 0; i < this.elementProcessorPatterns.leng... | process | multiple element processing inside domprocessor processpage this is perfomance issue const element processed flag always equal false because const does not contain element processed flag code fragment javascript var all for var i i this elementprocessorpatterns leng... | 1 |
314,917 | 27,031,709,807 | IssuesEvent | 2023-02-12 09:26:19 | Skyrat-SS13/Skyrat-tg | https://api.github.com/repos/Skyrat-SS13/Skyrat-tg | opened | Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans | 🤖 Flaky Test Report | <!-- This issue can be renamed, but do not change the next comment! -->
<!-- title: Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans -->
Flaky tests were detected in [this test run](https://github.com/Skyrat-SS13/Skyrat-tg/actions/runs/4155516154/attempts/1). This means that there was a... | 1.0 | Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans - <!-- This issue can be renamed, but do not change the next comment! -->
<!-- title: Multiple flaky test failures in create_and_destroy, monkey_business, spawn_humans -->
Flaky tests were detected in [this test run](https://github.com/Sk... | non_process | multiple flaky test failures in create and destroy monkey business spawn humans flaky tests were detected in this means that there was a failure that was cleared when the tests were simply restarted failures spawn humans runtime in stack trace dm addtimer called with a callback assigned to a qde... | 0 |
513,700 | 14,924,930,258 | IssuesEvent | 2021-01-24 02:58:37 | weaveworks/eksctl | https://api.github.com/repos/weaveworks/eksctl | closed | Synchronise Flux after enabling a quickstart profile | area/gitops components/flux kind/feature priority/backlog stale | **Why do you want this feature?**
Once an EKS cluster is enabled for GitOps (via running `eksctl enable repo`), and Flux is running there, when a "quickstart" profile is enabled, given Flux synchronises with the Git repository every 5 minutes, users have to wait an average of 2.5 minutes before the components of the... | 1.0 | Synchronise Flux after enabling a quickstart profile - **Why do you want this feature?**
Once an EKS cluster is enabled for GitOps (via running `eksctl enable repo`), and Flux is running there, when a "quickstart" profile is enabled, given Flux synchronises with the Git repository every 5 minutes, users have to wait... | non_process | synchronise flux after enabling a quickstart profile why do you want this feature once an eks cluster is enabled for gitops via running eksctl enable repo and flux is running there when a quickstart profile is enabled given flux synchronises with the git repository every minutes users have to wait... | 0 |
240,115 | 7,800,404,012 | IssuesEvent | 2018-06-09 09:00:56 | tine20/Tine-2.0-Open-Source-Groupware-and-CRM | https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM | closed | 0009216:
When editing a contract again, the template shows a date | Bug HumanResources Mantis high priority | **Reported by astintzing on 8 Nov 2013 11:39**
**Version:** Collin (2013.10.1)
When editing a contract again, the template shows a date
| 1.0 | 0009216:
When editing a contract again, the template shows a date - **Reported by astintzing on 8 Nov 2013 11:39**
**Version:** Collin (2013.10.1)
When editing a contract again, the template shows a date
| non_process | when editing a contract again the template shows a date reported by astintzing on nov version collin when editing a contract again the template shows a date | 0 |
13,677 | 16,420,501,747 | IssuesEvent | 2021-05-19 12:00:49 | alphagov/govuk-design-system | https://api.github.com/repos/alphagov/govuk-design-system | opened | How can we make contributions to the Design System which are in progress more visible to users and the team | contribution process 🕔 days | ## What
We agreed in retro on 19/05/21 to run an ideation session looking at how we can make contributions to the Design System more visible.
## Why
We know from speaking to contributors and users that understanding progress with a particular contribution is challenging. It can also be difficult for the Design Sys... | 1.0 | How can we make contributions to the Design System which are in progress more visible to users and the team - ## What
We agreed in retro on 19/05/21 to run an ideation session looking at how we can make contributions to the Design System more visible.
## Why
We know from speaking to contributors and users that und... | process | how can we make contributions to the design system which are in progress more visible to users and the team what we agreed in retro on to run an ideation session looking at how we can make contributions to the design system more visible why we know from speaking to contributors and users that unders... | 1 |
13,615 | 16,195,360,890 | IssuesEvent | 2021-05-04 13:59:16 | NationalSecurityAgency/ghidra | https://api.github.com/repos/NationalSecurityAgency/ghidra | closed | Relocation(?) incorrect on MOV.W and RCALL instructions | Feature: Loader/ELF Feature: Processor/PIC | In the module sqrt.eo from the **xc16** library ```libm-elf.a```, there are a couple of disassembly problems that I think might have something to do with relocation entries that aren't handled correctly--but I could be wrong about that.
1. Where the source file ```sqrt.s``` has the following ```mov``` instructions:
... | 1.0 | Relocation(?) incorrect on MOV.W and RCALL instructions - In the module sqrt.eo from the **xc16** library ```libm-elf.a```, there are a couple of disassembly problems that I think might have something to do with relocation entries that aren't handled correctly--but I could be wrong about that.
1. Where the source fi... | process | relocation incorrect on mov w and rcall instructions in the module sqrt eo from the library libm elf a there are a couple of disassembly problems that i think might have something to do with relocation entries that aren t handled correctly but i could be wrong about that where the source file ... | 1 |
310,486 | 23,339,820,226 | IssuesEvent | 2022-08-09 13:12:01 | karacca/Beetle | https://api.github.com/repos/karacca/Beetle | opened | gy | documentation | ## Description
gg
## Device Info
|Key|Value|
|:-|:-|
|Android Version|Android 8.0.0 (API 26)|
|Brand|HUAWEI|
|Model|ANE-LX1|
## Custom Data
|Key|Value|
|:-|:-|
|Custom Test|1|
## Screenshot
<img src="https://iili.io/UvDAmb.png" alt="screenshot" width="200"/>
| 1.0 | gy - ## Description
gg
## Device Info
|Key|Value|
|:-|:-|
|Android Version|Android 8.0.0 (API 26)|
|Brand|HUAWEI|
|Model|ANE-LX1|
## Custom Data
|Key|Value|
|:-|:-|
|Custom Test|1|
## Screenshot
<img src="https://iili.io/UvDAmb.png" alt="screenshot" width="200"/>
| non_process | gy description gg device info key value android version android api brand huawei model ane custom data key value custom test screenshot | 0 |
16,457 | 21,335,642,785 | IssuesEvent | 2022-04-18 14:16:36 | lbryio/scribe | https://api.github.com/repos/lbryio/scribe | opened | MemoryError (OOM) in advance block | type: bug area: block processor | ```2022-04-18 12:14:38,547 ERROR scribe.service.BlockchainProcessorService:1629: error in block processor loop:
Traceback (most recent call last):
File "/home/lbry/scribe/blockchain/service.py", line 1625, in process_blocks_and_mempool_forever
raise err
File "/home/lbry/scribe/blockchain/service.py", line ... | 1.0 | MemoryError (OOM) in advance block - ```2022-04-18 12:14:38,547 ERROR scribe.service.BlockchainProcessorService:1629: error in block processor loop:
Traceback (most recent call last):
File "/home/lbry/scribe/blockchain/service.py", line 1625, in process_blocks_and_mempool_forever
raise err
File "/home/lbry... | process | memoryerror oom in advance block error scribe service blockchainprocessorservice error in block processor loop traceback most recent call last file home lbry scribe blockchain service py line in process blocks and mempool forever raise err file home lbry scribe blockcha... | 1 |
9,047 | 12,130,108,038 | IssuesEvent | 2020-04-23 00:30:41 | GoogleCloudPlatform/python-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples | closed | remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt | priority: p2 remove-gcp-devrel-py-tools type: process | remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt | 1.0 | remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt - remove gcp-devrel-py-tools from appengine/standard/blobstore/blobreader/requirements-test.txt | process | remove gcp devrel py tools from appengine standard blobstore blobreader requirements test txt remove gcp devrel py tools from appengine standard blobstore blobreader requirements test txt | 1 |
514,381 | 14,938,116,686 | IssuesEvent | 2021-01-25 15:24:37 | Computational-Plant-Science/plantit-cli | https://api.github.com/repos/Computational-Plant-Science/plantit-cli | closed | Separate commands for CyVerse inputs/outputs and container execution | enhancement priority | This will allow more fine-grained control over data management from the PlantIT application side. | 1.0 | Separate commands for CyVerse inputs/outputs and container execution - This will allow more fine-grained control over data management from the PlantIT application side. | non_process | separate commands for cyverse inputs outputs and container execution this will allow more fine grained control over data management from the plantit application side | 0 |
86,763 | 8,049,605,769 | IssuesEvent | 2018-08-01 10:39:01 | dzhw/zofar | https://api.github.com/repos/dzhw/zofar | reopened | SC Matrix Dropdown/other versions | category: zofar et: 2 prio: ? status: testing type: backlog.task | Adjust the SC Matrix for other functionforms like SCM Dropdown etc. | 1.0 | SC Matrix Dropdown/other versions - Adjust the SC Matrix for other functionforms like SCM Dropdown etc. | non_process | sc matrix dropdown other versions adjust the sc matrix for other functionforms like scm dropdown etc | 0 |
4,397 | 7,293,476,087 | IssuesEvent | 2018-02-25 14:38:30 | VeliovGroup/Meteor-Files | https://api.github.com/repos/VeliovGroup/Meteor-Files | closed | Thumbnails generation error | Post Processing help wanted question |
### I'm having an issue:
- generating thumbnails
- Meteor-Files: Version 1.9.5
- Meteor Version: 1.6.0.1
- Appearing on Mac/Linux (not tested on windows)
- this issue is appearing server side
I am using the thumbnail generation example found [here](https://github.com/VeliovGroup/Meteor-Files/wiki/Im... | 1.0 | Thumbnails generation error -
### I'm having an issue:
- generating thumbnails
- Meteor-Files: Version 1.9.5
- Meteor Version: 1.6.0.1
- Appearing on Mac/Linux (not tested on windows)
- this issue is appearing server side
I am using the thumbnail generation example found [here](https://github.com/Ve... | process | thumbnails generation error i m having an issue generating thumbnails meteor files version meteor version appearing on mac linux not tested on windows this issue is appearing server side i am using the thumbnail generation example found when i upload several... | 1 |
21,439 | 29,478,614,589 | IssuesEvent | 2023-06-02 02:05:51 | cypress-io/cypress | https://api.github.com/repos/cypress-io/cypress | closed | Webpack bundle stats do not log when using webpack-preprocessor and webpack v5 | stage: backlog npm: @cypress/webpack-preprocessor stale | ### Current behavior
When using webpack-preprocessor with webpack v5, stats do not log with the `DEBUG=cypress:webpack:stats` option.
### Desired behavior
Webpack stats log in the console.
### Test code to reproduce
1. Clone this repo.
2. cd into `npm/webpack-preprocessor`
3. upgrade to webpack v5 (`npm i --save... | 1.0 | Webpack bundle stats do not log when using webpack-preprocessor and webpack v5 - ### Current behavior
When using webpack-preprocessor with webpack v5, stats do not log with the `DEBUG=cypress:webpack:stats` option.
### Desired behavior
Webpack stats log in the console.
### Test code to reproduce
1. Clone this repo... | process | webpack bundle stats do not log when using webpack preprocessor and webpack current behavior when using webpack preprocessor with webpack stats do not log with the debug cypress webpack stats option desired behavior webpack stats log in the console test code to reproduce clone this repo ... | 1 |
7,940 | 11,137,243,496 | IssuesEvent | 2019-12-20 18:47:53 | elastic/beats | https://api.github.com/repos/elastic/beats | closed | Rename add_locale to add_timezone | :Processors Team:Beats breaking change | The new `add_locale` processor adds time zone information to events. I think it would be more clear to simply call it `add_timezone`. So let's rename it and update the documentation. | 1.0 | Rename add_locale to add_timezone - The new `add_locale` processor adds time zone information to events. I think it would be more clear to simply call it `add_timezone`. So let's rename it and update the documentation. | process | rename add locale to add timezone the new add locale processor adds time zone information to events i think it would be more clear to simply call it add timezone so let s rename it and update the documentation | 1 |
17,058 | 22,492,217,767 | IssuesEvent | 2022-06-23 03:13:05 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | mac系统操作Raster--Miscellaneous--Merge时报错 | Feedback stale Processing Bug | ### What is the bug or the crash?
<img width="1004" alt="1" src="https://user-images.githubusercontent.com/104621369/165915439-5fe293ca-bd4a-4e68-b4b6-9e9eb483e569.png">
### Steps to reproduce the issue
把下载好的5个地形纹理文件拖进QGIS中,点击Raster -> Miscellaneous -> Merge,输入5个图层并全选,点击运行按钮,就会报出GDAL命令输出错误ERROR 1: PROJ: proj_creat... | 1.0 | mac系统操作Raster--Miscellaneous--Merge时报错 - ### What is the bug or the crash?
<img width="1004" alt="1" src="https://user-images.githubusercontent.com/104621369/165915439-5fe293ca-bd4a-4e68-b4b6-9e9eb483e569.png">
### Steps to reproduce the issue
把下载好的5个地形纹理文件拖进QGIS中,点击Raster -> Miscellaneous -> Merge,输入5个图层并全选,点击运行按... | process | mac系统操作raster miscellaneous merge时报错 what is the bug or the crash img width alt src steps to reproduce the issue ,点击raster miscellaneous merge, ,点击运行按钮,就会报出gdal命令输出错误error proj proj create from database cannot find proj db versions doctype html public dtd html ... | 1 |
325,201 | 9,921,007,010 | IssuesEvent | 2019-06-30 14:35:59 | ankidroid/Anki-Android | https://api.github.com/repos/ankidroid/Anki-Android | closed | Answer card text offset, <span> after audio file(s)? | Good First Issue! Priority-Low UI | ###### Research
*Enter an [ x ] character to confirm the points below:*
[ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ x ] I have checked the [manual](https://ankidroid.org/docs/manual.html) and the [FAQ](https://gi... | 1.0 | Answer card text offset, <span> after audio file(s)? - ###### Research
*Enter an [ x ] character to confirm the points below:*
[ x ] I have read the [support page](https://ankidroid.org/docs/help.html) and am reporting a bug or enhancement request specific to AnkiDroid
[ x ] I have checked the [manual](https://a... | non_process | answer card text offset after audio file s research enter an character to confirm the points below i have read the and am reporting a bug or enhancement request specific to ankidroid i have checked the and the and could not find a solution to my issue i have searched for s... | 0 |
60,622 | 8,446,110,888 | IssuesEvent | 2018-10-19 00:41:30 | HDFGroup/HDF.PInvoke | https://api.github.com/repos/HDFGroup/HDF.PInvoke | closed | HDF5-DIAG: Error detected in HDF5 (1.10.2) thread 11136: H5G.c line 615 in H5Gget_info_by_name(): group not found | documentation question | When running this code:
```C#
...
H5G.info_t info = new H5G.info_t();
// Next line triggers console error:
var gid = H5G.get_info_by_name(myFileId, "my_group_name_here", ref info);
// Code from here on does continue to run and works fine...
...
```
I get this error in the console:
```shell
HDF5-DIAG: Error... | 1.0 | HDF5-DIAG: Error detected in HDF5 (1.10.2) thread 11136: H5G.c line 615 in H5Gget_info_by_name(): group not found - When running this code:
```C#
...
H5G.info_t info = new H5G.info_t();
// Next line triggers console error:
var gid = H5G.get_info_by_name(myFileId, "my_group_name_here", ref info);
// Code from here... | non_process | diag error detected in thread c line in info by name group not found when running this code c info t info new info t next line triggers console error var gid get info by name myfileid my group name here ref info code from here on does continue to run a... | 0 |
406,592 | 27,572,525,632 | IssuesEvent | 2023-03-08 10:23:55 | TonicFizzRicky/solid-realworld | https://api.github.com/repos/TonicFizzRicky/solid-realworld | closed | 实现简易 Counter 组件 | documentation enhancement | ## 概要
创建一个 Counter 组件,主要实现:
1. 点击后手动递增/递减/归零的功能
1. 点击增加/卸载定时器,实现计数自动递增的功能
## 需要使用的 API
createSignal
createEeefect | 1.0 | 实现简易 Counter 组件 - ## 概要
创建一个 Counter 组件,主要实现:
1. 点击后手动递增/递减/归零的功能
1. 点击增加/卸载定时器,实现计数自动递增的功能
## 需要使用的 API
createSignal
createEeefect | non_process | 实现简易 counter 组件 概要 创建一个 counter 组件,主要实现 点击后手动递增 递减 归零的功能 点击增加 卸载定时器,实现计数自动递增的功能 需要使用的 api createsignal createeeefect | 0 |
13,655 | 16,361,852,949 | IssuesEvent | 2021-05-14 10:42:57 | wordpress-mobile/gutenberg-mobile | https://api.github.com/repos/wordpress-mobile/gutenberg-mobile | reopened | Localized strings files are missing strings and adding extra ones | [Type] Bug release-process | **Describe the bug**
For each platform we generate a specific file with the localized strings:
- [iOS: GutenbergNativeTranslations.swift](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/ios/GutenbergNativeTranslations.swift)
- [Android: strings.xml](https://github.com/wordpress-mobile/gutenb... | 1.0 | Localized strings files are missing strings and adding extra ones - **Describe the bug**
For each platform we generate a specific file with the localized strings:
- [iOS: GutenbergNativeTranslations.swift](https://github.com/wordpress-mobile/gutenberg-mobile/blob/develop/bundle/ios/GutenbergNativeTranslations.swift)
... | process | localized strings files are missing strings and adding extra ones describe the bug for each platform we generate a specific file with the localized strings i investigated further the process of generating these files and i noticed the following issues missing strings comparing the files... | 1 |
90,900 | 8,286,880,031 | IssuesEvent | 2018-09-19 07:02:34 | GovernIB/pluginsib-validatesignature | https://api.github.com/repos/GovernIB/pluginsib-validatesignature | opened | Revisió de tests al plugin de validació de Integra. | Lloc:Plugin Lloc:Test Tipus:Refactoritzacio Versio:2.0.0 | Revisió de tests al plugin de validació de Integra. | 1.0 | Revisió de tests al plugin de validació de Integra. - Revisió de tests al plugin de validació de Integra. | non_process | revisió de tests al plugin de validació de integra revisió de tests al plugin de validació de integra | 0 |
207,895 | 15,857,744,868 | IssuesEvent | 2021-04-08 05:29:03 | flutter/flutter | https://api.github.com/repos/flutter/flutter | closed | ScaleUpdateDetails first rotation not detected | a: tests f: gestures found in release: 2.1 framework has reproducible steps | <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/questions/tagged/flutter?sort=frequent
If you hav... | 1.0 | ScaleUpdateDetails first rotation not detected - <!-- Thank you for using Flutter!
If you are looking for support, please check out our documentation
or consider asking a question on Stack Overflow:
* https://flutter.dev/
* https://api.flutter.dev/
* https://stackoverflow.com/question... | non_process | scaleupdatedetails first rotation not detected thank you for using flutter if you are looking for support please check out our documentation or consider asking a question on stack overflow if you have found a bug or if our documentation doesn t have an an... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.