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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
39,075 | 5,037,388,063 | IssuesEvent | 2016-12-17 16:50:13 | eloipuertas/ES2016F | https://api.github.com/repos/eloipuertas/ES2016F | closed | [A] Animation model saruman | Animations Design Team-A | 3.21 As a graphic designer, I want a set of animations for Saruman, to give movement to the character. [Low priority] | 1.0 | [A] Animation model saruman - 3.21 As a graphic designer, I want a set of animations for Saruman, to give movement to the character. [Low priority] | non_process | animation model saruman as a graphic designer i want a set of animations for saruman to give movement to the character | 0 |
4,320 | 7,214,021,250 | IssuesEvent | 2018-02-08 00:00:22 | lvergergsk/BibGallery-FrontEnd | https://api.github.com/repos/lvergergsk/BibGallery-FrontEnd | closed | Using SQL to check free space for a user | Data Processing | ## Oracle
* Possible way 1
```
SELECT
ts.tablespace_name,
TO_CHAR(SUM(NVL(fs.bytes,0))/1024/1024, '99,999,990.99') AS MB_FREE
FROM
user_free_space fs,
user_tablespaces ts,
user_users us
WHERE
fs.tablespace_name(+) = ts.tablespace_name
AND ts.tablespace_name(+) = us.default_tablespace
GROUP BY... | 1.0 | Using SQL to check free space for a user - ## Oracle
* Possible way 1
```
SELECT
ts.tablespace_name,
TO_CHAR(SUM(NVL(fs.bytes,0))/1024/1024, '99,999,990.99') AS MB_FREE
FROM
user_free_space fs,
user_tablespaces ts,
user_users us
WHERE
fs.tablespace_name(+) = ts.tablespace_name
AND ts.tablespac... | process | using sql to check free space for a user oracle possible way select ts tablespace name to char sum nvl fs bytes as mb free from user free space fs user tablespaces ts user users us where fs tablespace name ts tablespace name and ts tablespace name ... | 1 |
6,905 | 10,056,518,350 | IssuesEvent | 2019-07-22 09:20:31 | CymChad/BaseRecyclerViewAdapterHelper | https://api.github.com/repos/CymChad/BaseRecyclerViewAdapterHelper | closed | 树形列表删除bug | processing | 
在树形列表中,如果一级目录下没有子目录时,在调用BaseMultiItemQuickAdapter中remove(int position),删除,会导致程序崩溃。你使用你写的列子也是这样。

... | 1.0 | 树形列表删除bug - 
在树形列表中,如果一级目录下没有子目录时,在调用BaseMultiItemQuickAdapter中remove(int position),删除,会导致程序崩溃。你使用你写的列子也是这样。
.
### Steps to reproduce the problem
* Create a user and a site, but don't assign the user to any groups
* Login as that user
*... | 1.0 | [studio] Non-site members have access to site and full permissions - ### Expected behavior
Non-site members shouldn't have access to sites
### Actual behavior
Everyone has full access to everything (seems that all groups are being returned for a user).
### Steps to reproduce the problem
* Create a user and a s... | non_process | non site members have access to site and full permissions expected behavior non site members shouldn t have access to sites actual behavior everyone has full access to everything seems that all groups are being returned for a user steps to reproduce the problem create a user and a site bu... | 0 |
44,091 | 13,048,237,902 | IssuesEvent | 2020-07-29 12:11:54 | jgeraigery/imhotep | https://api.github.com/repos/jgeraigery/imhotep | opened | WS-2018-0125 (Medium) detected in jackson-core-2.2.3.jar, jackson-core-2.6.7.jar | security vulnerability | ## WS-2018-0125 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-core-2.2.3.jar</b>, <b>jackson-core-2.6.7.jar</b></p></summary>
<p>
<details><summary><b>jackson-core-2.2.3.... | True | WS-2018-0125 (Medium) detected in jackson-core-2.2.3.jar, jackson-core-2.6.7.jar - ## WS-2018-0125 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-core-2.2.3.jar</b>, <b>jac... | non_process | ws medium detected in jackson core jar jackson core jar ws medium severity vulnerability vulnerable libraries jackson core jar jackson core jar jackson core jar core jackson abstractions basic json streaming api implementation path to dependency... | 0 |
11,872 | 14,673,243,470 | IssuesEvent | 2020-12-30 12:38:14 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [iOS] UI Issues in Overview screen | Bug P2 Process: Tested dev iOS | Steps:
1. Launch the app
2. Observe the below issues in Overview screen
Actual result
1. 'Sign in' text is displayed
2. Pagination button is missing above 'Get Started' button
Expected result
1. 'Sign In' text should be displayed
2. Pagination button should be displayed above 'Get Started' button
![iOS2]... | 1.0 | [iOS] UI Issues in Overview screen - Steps:
1. Launch the app
2. Observe the below issues in Overview screen
Actual result
1. 'Sign in' text is displayed
2. Pagination button is missing above 'Get Started' button
Expected result
1. 'Sign In' text should be displayed
2. Pagination button should be displayed ... | process | ui issues in overview screen steps launch the app observe the below issues in overview screen actual result sign in text is displayed pagination button is missing above get started button expected result sign in text should be displayed pagination button should be displayed abov... | 1 |
678,661 | 23,205,980,180 | IssuesEvent | 2022-08-02 05:22:44 | phetsims/axon | https://api.github.com/repos/phetsims/axon | closed | Can we get rid of getListenerCount? | priority:2-high dev:typescript | From https://github.com/phetsims/axon/issues/402, @marlitas and I would like to remove getListenerCount from the Emitter and Property interfaces. Current usages seem to only be in tests. Can we get rid of the tests? If not, perhaps subclass and make that method public? | 1.0 | Can we get rid of getListenerCount? - From https://github.com/phetsims/axon/issues/402, @marlitas and I would like to remove getListenerCount from the Emitter and Property interfaces. Current usages seem to only be in tests. Can we get rid of the tests? If not, perhaps subclass and make that method public? | non_process | can we get rid of getlistenercount from marlitas and i would like to remove getlistenercount from the emitter and property interfaces current usages seem to only be in tests can we get rid of the tests if not perhaps subclass and make that method public | 0 |
172,550 | 27,297,208,425 | IssuesEvent | 2023-02-23 21:28:58 | AlaskaAirlines/auro-nav | https://api.github.com/repos/AlaskaAirlines/auro-nav | closed | Left navigation design | auro-nav Type: Design | # Blueprint
[Documentation & research
](https://www.figma.com/file/e5SFMd5WwEB27iG2rcdPcU/Navigation?node-id=1%3A9088)
[Desktop design](https://www.figma.com/file/vgBapdyc1pqZGONvOOvmcJ/Left-Navigation?node-id=1908%3A8814&t=7L24WZtyFeK5ziZf-1)
[Mobile design](https://www.figma.com/file/vgBapdyc1pqZGONvOOvmcJ/Left-N... | 1.0 | Left navigation design - # Blueprint
[Documentation & research
](https://www.figma.com/file/e5SFMd5WwEB27iG2rcdPcU/Navigation?node-id=1%3A9088)
[Desktop design](https://www.figma.com/file/vgBapdyc1pqZGONvOOvmcJ/Left-Navigation?node-id=1908%3A8814&t=7L24WZtyFeK5ziZf-1)
[Mobile design](https://www.figma.com/file/vgBa... | non_process | left navigation design blueprint documentation research outline tasks anatomy color typography layout spacing animation behavior variants states hover focus active focus visible optional competitive analysis research ... | 0 |
77,453 | 3,506,387,130 | IssuesEvent | 2016-01-08 06:22:01 | OregonCore/OregonCore | https://api.github.com/repos/OregonCore/OregonCore | closed | A RAID of the 5 into the team, can enter the 40 game player (BB #498) | migrated Priority: Medium Type: Bug | This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 24.02.2014 12:42:32 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/498
<hr>
A RAID of the 5 into the team, can enter the 40 game pl... | 1.0 | A RAID of the 5 into the team, can enter the 40 game player (BB #498) - This issue was migrated from bitbucket.
**Original Reporter:**
**Original Date:** 24.02.2014 12:42:32 GMT+0000
**Original Priority:** major
**Original Type:** bug
**Original State:** invalid
**Direct Link:** https://bitbucket.org/oregon/oregoncore... | non_process | a raid of the into the team can enter the game player bb this issue was migrated from bitbucket original reporter original date gmt original priority major original type bug original state invalid direct link a raid of the into the team can enter the ga... | 0 |
51,966 | 7,739,946,667 | IssuesEvent | 2018-05-28 18:32:09 | ProjectEvergreen/project-evergreen | https://api.github.com/repos/ProjectEvergreen/project-evergreen | closed | Create a basic Todo App example | documentation enhancement todo-mvc website | based [TodoMVC](http://todomvc.com/)
<img width="621" alt="screen shot 2018-05-22 at 3 40 20 pm" src="https://user-images.githubusercontent.com/895923/40385989-7bd92968-5dd6-11e8-9cf0-c18a6f4bed5f.png">
1. Basic workflows
1. Basic CRUD functionality
1. Some basic styles / examples of things like Web Components, C... | 1.0 | Create a basic Todo App example - based [TodoMVC](http://todomvc.com/)
<img width="621" alt="screen shot 2018-05-22 at 3 40 20 pm" src="https://user-images.githubusercontent.com/895923/40385989-7bd92968-5dd6-11e8-9cf0-c18a6f4bed5f.png">
1. Basic workflows
1. Basic CRUD functionality
1. Some basic styles / example... | non_process | create a basic todo app example based img width alt screen shot at pm src basic workflows basic crud functionality some basic styles examples of things like web components css grid etc | 0 |
350,016 | 10,477,244,674 | IssuesEvent | 2019-09-23 20:27:36 | wherebyus/general-tasks | https://api.github.com/repos/wherebyus/general-tasks | closed | events planner beta | Added After Sprint Planning Priority: High Product: Events Type: Bug UX: Validated | ## Feature or problem
can't enter date-says invalid date
## UX Validation
Validated
### Suggested priority
High
### Stakeholders
*Submitted:* cristina349
### Definition of done
How will we know when this feature is complete?
### Subtasks
A detailed list of changes that need to be made or subtasks. One checkbox per... | 1.0 | events planner beta - ## Feature or problem
can't enter date-says invalid date
## UX Validation
Validated
### Suggested priority
High
### Stakeholders
*Submitted:* cristina349
### Definition of done
How will we know when this feature is complete?
### Subtasks
A detailed list of changes that need to be made or subt... | non_process | events planner beta feature or problem can t enter date says invalid date ux validation validated suggested priority high stakeholders submitted definition of done how will we know when this feature is complete subtasks a detailed list of changes that need to be made or subtasks one ... | 0 |
12,854 | 15,239,399,279 | IssuesEvent | 2021-02-19 04:22:27 | topcoder-platform/community-app | https://api.github.com/repos/topcoder-platform/community-app | opened | Extract Member Skills History for past challenges | ShapeupProcess challenge- recommender-tool enhancement | Extract Member Skills History for past challenges. | 1.0 | Extract Member Skills History for past challenges - Extract Member Skills History for past challenges. | process | extract member skills history for past challenges extract member skills history for past challenges | 1 |
665,014 | 22,296,061,695 | IssuesEvent | 2022-06-13 01:48:25 | TencentBlueKing/bk-iam-saas | https://api.github.com/repos/TencentBlueKing/bk-iam-saas | closed | [RBAC] open api: 校验用户是否某个用户组的成员 | Type: Enhancement Layer: Backend Priority: High Size: S backlog | 支持批量用户组,批量数有限制
在目前的接口新增, 但是需要考虑, 大表查询校验关系`存在`
-----------------
需要重新梳理现在的接口列表, 如果蓝盾切换, 去掉依赖, 那么以前的部分接口可以下掉? | 1.0 | [RBAC] open api: 校验用户是否某个用户组的成员 - 支持批量用户组,批量数有限制
在目前的接口新增, 但是需要考虑, 大表查询校验关系`存在`
-----------------
需要重新梳理现在的接口列表, 如果蓝盾切换, 去掉依赖, 那么以前的部分接口可以下掉? | non_process | open api 校验用户是否某个用户组的成员 支持批量用户组,批量数有限制 在目前的接口新增 但是需要考虑 大表查询校验关系 存在 需要重新梳理现在的接口列表 如果蓝盾切换 去掉依赖 那么以前的部分接口可以下掉 | 0 |
217,391 | 16,855,762,320 | IssuesEvent | 2021-06-21 06:23:37 | pingcap/tidb | https://api.github.com/repos/pingcap/tidb | closed | DATA_RACE:runtime.mapassign_fast64() failed | component/test | DATA_RACE:runtime.mapassign_fast64()
```
[2020-11-12T05:22:56.562Z] WARNING: DATA RACE
[2020-11-12T05:22:56.562Z] runtime.mapassign_fast64()
[2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/map_fast64.go:92 +0x0
[2020-11-12T05:22:56.562Z] github.com/pingcap/parser/terror.ErrClass.NewStdErr()
[2020-11-12T... | 1.0 | DATA_RACE:runtime.mapassign_fast64() failed - DATA_RACE:runtime.mapassign_fast64()
```
[2020-11-12T05:22:56.562Z] WARNING: DATA RACE
[2020-11-12T05:22:56.562Z] runtime.mapassign_fast64()
[2020-11-12T05:22:56.562Z] /usr/local/go/src/runtime/map_fast64.go:92 +0x0
[2020-11-12T05:22:56.562Z] github.com/pingcap/p... | non_process | data race runtime mapassign failed data race runtime mapassign warning data race runtime mapassign usr local go src runtime map go github com pingcap parser terror errclass newstderr home jenkins agent workspace tidb ghpr unit test go pkg mod github com pingcap p... | 0 |
19,847 | 26,247,923,079 | IssuesEvent | 2023-01-05 16:40:57 | python/cpython | https://api.github.com/repos/python/cpython | closed | Insecure MD5 usage in Multiprocessing.connection | type-feature type-security expert-multiprocessing | # Feature or enhancement
Remove insecure use of md5 in Multiprocessing.connection
# Pitch
We discovered uses off the md5 hash, which has been proven insecure for more than a decade, in the Multiprocessing.connection library in the methods `deliver_challenge` and `answer_challenge`. This usage was apparently ad... | 1.0 | Insecure MD5 usage in Multiprocessing.connection - # Feature or enhancement
Remove insecure use of md5 in Multiprocessing.connection
# Pitch
We discovered uses off the md5 hash, which has been proven insecure for more than a decade, in the Multiprocessing.connection library in the methods `deliver_challenge` a... | process | insecure usage in multiprocessing connection feature or enhancement remove insecure use of in multiprocessing connection pitch we discovered uses off the hash which has been proven insecure for more than a decade in the multiprocessing connection library in the methods deliver challenge and an... | 1 |
3,809 | 6,795,273,248 | IssuesEvent | 2017-11-01 15:12:12 | coala/projects | https://api.github.com/repos/coala/projects | opened | Relicense text | process/pending_review | AGPL is not ideal for large chunks of text.
I suggest that we use CC-BY-SA 4.0 | 1.0 | Relicense text - AGPL is not ideal for large chunks of text.
I suggest that we use CC-BY-SA 4.0 | process | relicense text agpl is not ideal for large chunks of text i suggest that we use cc by sa | 1 |
167,307 | 26,484,054,017 | IssuesEvent | 2023-01-17 16:37:54 | influxdata/ui | https://api.github.com/repos/influxdata/ui | closed | Script Editor SQL Adjustments | needs/design team/automation release/marty-23.01 | **Task Description**
<p></p>
We need to do some UI Re-Design to make the script editor SQL experience better:
<p></p>
1 \- Separate the Bucket Selection from the rest of the schema browser so it is more obvious to the user that the bucket selection is required, and that the schema browser is informational o... | 1.0 | Script Editor SQL Adjustments - **Task Description**
<p></p>
We need to do some UI Re-Design to make the script editor SQL experience better:
<p></p>
1 \- Separate the Bucket Selection from the rest of the schema browser so it is more obvious to the user that the bucket selection is required, and that the s... | non_process | script editor sql adjustments task description we need to do some ui re design to make the script editor sql experience better separate the bucket selection from the rest of the schema browser so it is more obvious to the user that the bucket selection is required and that the schema brow... | 0 |
139,823 | 11,287,214,652 | IssuesEvent | 2020-01-16 03:32:31 | opentracing-contrib/java-specialagent | https://api.github.com/repos/opentracing-contrib/java-specialagent | closed | `spring-kafka` test failing after refactor | .25 bug test | @malafeev, would you be able to help me with a test? I have refactored the module structure under `/test`, and for some reason the `spring-kafka` test is failing. Could you take a look at it? The work is in [`circleci` branch](https://github.com/opentracing-contrib/java-specialagent/blob/circleci/test/spring-kafka/spri... | 1.0 | `spring-kafka` test failing after refactor - @malafeev, would you be able to help me with a test? I have refactored the module structure under `/test`, and for some reason the `spring-kafka` test is failing. Could you take a look at it? The work is in [`circleci` branch](https://github.com/opentracing-contrib/java-spec... | non_process | spring kafka test failing after refactor malafeev would you be able to help me with a test i have refactored the module structure under test and for some reason the spring kafka test is failing could you take a look at it the work is in and here s the log of the spring kafka tests | 0 |
130,758 | 12,462,194,340 | IssuesEvent | 2020-05-28 08:29:47 | adriens/covid19-action-plan-nc | https://api.github.com/repos/adriens/covid19-action-plan-nc | closed | Scénario de test du tableau de bord pour crowd testing | PRODUCTION Tableau de Bord documentation enhancement | # Contexte
La qualité de notre application dépend de:
1 - La justesse des données: ie. sont-t-elles bien alignées avec ce qui est annoncé et la réalité du terrain ?
2 La qualité de l'affichage: typos, texte impossible à lire, taille d'image pas adaptée, graphique gros gros/petit
En Nouvelle-Calédonie a été la... | 1.0 | Scénario de test du tableau de bord pour crowd testing - # Contexte
La qualité de notre application dépend de:
1 - La justesse des données: ie. sont-t-elles bien alignées avec ce qui est annoncé et la réalité du terrain ?
2 La qualité de l'affichage: typos, texte impossible à lire, taille d'image pas adaptée, gr... | non_process | scénario de test du tableau de bord pour crowd testing contexte la qualité de notre application dépend de la justesse des données ie sont t elles bien alignées avec ce qui est annoncé et la réalité du terrain la qualité de l affichage typos texte impossible à lire taille d image pas adaptée gr... | 0 |
55,544 | 13,639,169,004 | IssuesEvent | 2020-09-25 10:32:28 | astropy/astropy | https://api.github.com/repos/astropy/astropy | opened | Astropy does not build on MacOSX with xcode 12.0.0 | build | <!-- This comments are hidden when you submit the issue,
so you do not need to remove them! -->
<!-- Please be sure to check out our contributing guidelines,
https://github.com/astropy/astropy/blob/master/CONTRIBUTING.md .
Please be sure to check out our code of conduct,
https://github.com/astropy/astropy/blob/m... | 1.0 | Astropy does not build on MacOSX with xcode 12.0.0 - <!-- This comments are hidden when you submit the issue,
so you do not need to remove them! -->
<!-- Please be sure to check out our contributing guidelines,
https://github.com/astropy/astropy/blob/master/CONTRIBUTING.md .
Please be sure to check out our code o... | non_process | astropy does not build on macosx with xcode this comments are hidden when you submit the issue so you do not need to remove them please be sure to check out our contributing guidelines please be sure to check out our code of conduct please have a search on our github... | 0 |
11,195 | 13,957,701,492 | IssuesEvent | 2020-10-24 08:13:18 | alexanderkotsev/geoportal | https://api.github.com/repos/alexanderkotsev/geoportal | opened | NO: Question regarding the INSPIRE Geoportal Discovery Service Register | Geoportal Harvesting process NO - Norway | From: Lars Inge Arnevik
Sent: 05 June 2018 14:04:23 (UTC+01:00) Brussels, Copenhagen, Madrid, Paris
To: inspire-geoportal@jrc.ec.europa.eu
Subject: Question regarding the INSPIRE Geoportal Discovery Service Register
Hi!
I wonder when the next harvesting from Geonorge will take place? I think last harvest was 31. ... | 1.0 | NO: Question regarding the INSPIRE Geoportal Discovery Service Register - From: Lars Inge Arnevik
Sent: 05 June 2018 14:04:23 (UTC+01:00) Brussels, Copenhagen, Madrid, Paris
To: inspire-geoportal@jrc.ec.europa.eu
Subject: Question regarding the INSPIRE Geoportal Discovery Service Register
Hi!
I wonder when the ne... | process | no question regarding the inspire geoportal discovery service register from lars inge arnevik sent june utc brussels copenhagen madrid paris to inspire geoportal jrc ec europa eu subject question regarding the inspire geoportal discovery service register hi i wonder when the next harves... | 1 |
884 | 2,582,912,635 | IssuesEvent | 2015-02-15 19:52:34 | code-cracker/code-cracker | https://api.github.com/repos/code-cracker/code-cracker | closed | Introduce field from constructor | 3 - Done analyzer C# code-fix enhancement | This is a refactoring.
The idea is that on a constructor parameter you CTRL DOT and get a "Introduce field" dialog, that will create a field and assign the value from the parameter to the field.
So this:
````csharp
class Foo
{
public Foo(string bar)
{
}
}
````
Becomes:
````csharp
class Foo
... | 1.0 | Introduce field from constructor - This is a refactoring.
The idea is that on a constructor parameter you CTRL DOT and get a "Introduce field" dialog, that will create a field and assign the value from the parameter to the field.
So this:
````csharp
class Foo
{
public Foo(string bar)
{
}
}
````
... | non_process | introduce field from constructor this is a refactoring the idea is that on a constructor parameter you ctrl dot and get a introduce field dialog that will create a field and assign the value from the parameter to the field so this csharp class foo public foo string bar ... | 0 |
58,635 | 6,612,413,518 | IssuesEvent | 2017-09-20 03:38:37 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | StorageClass.ReclaimPolicy, PV.MountOptions, and SC.MountOptions need e2e tests | kind/cleanup kind/e2e-test-failure milestone-labels-complete priority/important-soon sig/storage | https://github.com/kubernetes/kubernetes/pull/47987 for 1.8.
/assign | 1.0 | StorageClass.ReclaimPolicy, PV.MountOptions, and SC.MountOptions need e2e tests - https://github.com/kubernetes/kubernetes/pull/47987 for 1.8.
/assign | non_process | storageclass reclaimpolicy pv mountoptions and sc mountoptions need tests for assign | 0 |
20,434 | 27,098,832,376 | IssuesEvent | 2023-02-15 06:42:23 | alibaba/MNN | https://api.github.com/repos/alibaba/MNN | closed | How can initialize image and rect? | question cv/ImageProcess | Hi,
I think if I will use tracker model by mnn, I have to initialize image and ROI rect but I don't know how to this.
Exactly, I'd like to implement like this https://github.com/dongfangduoshou123/DaSiamRPN-Caffe2/blob/master/main.cpp#L46
Please let me know about this.
Thank you. | 1.0 | How can initialize image and rect? - Hi,
I think if I will use tracker model by mnn, I have to initialize image and ROI rect but I don't know how to this.
Exactly, I'd like to implement like this https://github.com/dongfangduoshou123/DaSiamRPN-Caffe2/blob/master/main.cpp#L46
Please let me know about this.
Thank you... | process | how can initialize image and rect hi i think if i will use tracker model by mnn i have to initialize image and roi rect but i don t know how to this exactly i d like to implement like this please let me know about this thank you | 1 |
18,115 | 24,146,454,150 | IssuesEvent | 2022-09-21 19:13:02 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | `@bazel_tools`'s `unix_cc_configure.bzl` breaks when other link opts contain `lld` | P4 type: support / not a bug (process) team-Rules-CPP | ## Problem
When creating [`@local_config_cc` during autoconfiguration](https://github.com/bazelbuild/bazel/blob/0ba4caa5fc4bfd2d7f9af2a1653ef5b4bd83d176/tools/cpp/cc_configure.bzl#L125), `unix_cc_configure.bzl`'s [`_find_linker_path`](https://github.com/bazelbuild/bazel/blob/0ba4caa5fc4bfd2d7f9af2a1653ef5b4bd83d176/... | 1.0 | `@bazel_tools`'s `unix_cc_configure.bzl` breaks when other link opts contain `lld` - ## Problem
When creating [`@local_config_cc` during autoconfiguration](https://github.com/bazelbuild/bazel/blob/0ba4caa5fc4bfd2d7f9af2a1653ef5b4bd83d176/tools/cpp/cc_configure.bzl#L125), `unix_cc_configure.bzl`'s [`_find_linker_path... | process | bazel tools s unix cc configure bzl breaks when other link opts contain lld problem when creating unix cc configure bzl s is used to parse to figure out if and what their paths are the parsing essentially looks for the in the in the verbose output and then the is ... | 1 |
11,181 | 13,957,695,473 | IssuesEvent | 2020-10-24 08:11:33 | alexanderkotsev/geoportal | https://api.github.com/repos/alexanderkotsev/geoportal | opened | RO: new harvesting | Geoportal Harvesting process RO - Romania | Dear Angelo,
Can we have a new harvesting of our national geoportal, please?
We've made some changes in order to link the resources.
Best regards,
Simona Bunea | 1.0 | RO: new harvesting - Dear Angelo,
Can we have a new harvesting of our national geoportal, please?
We've made some changes in order to link the resources.
Best regards,
Simona Bunea | process | ro new harvesting dear angelo can we have a new harvesting of our national geoportal please we ve made some changes in order to link the resources best regards simona bunea | 1 |
19,647 | 26,006,252,622 | IssuesEvent | 2022-12-20 19:41:13 | hashgraph/hedera-mirror-node | https://api.github.com/repos/hashgraph/hedera-mirror-node | closed | Release automation set wrong VERSION | bug regression process | ### Description
The recent changes to release automation github workflow causes wrong version set and the subsequent issues
- other workflows triggered by the new tag fails because the version is `$VERSION`
- the create SNAPSHOT PR job fails for the same reason
### Steps to reproduce
Check the release automation... | 1.0 | Release automation set wrong VERSION - ### Description
The recent changes to release automation github workflow causes wrong version set and the subsequent issues
- other workflows triggered by the new tag fails because the version is `$VERSION`
- the create SNAPSHOT PR job fails for the same reason
### Steps to ... | process | release automation set wrong version description the recent changes to release automation github workflow causes wrong version set and the subsequent issues other workflows triggered by the new tag fails because the version is version the create snapshot pr job fails for the same reason steps to ... | 1 |
14,582 | 17,703,494,332 | IssuesEvent | 2021-08-25 03:08:39 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | New Term - MaterialCitation | Term - add Class - new normative Process - complete | ## New term
* Submitter: Plazi (Donat Agosti, @myrmoteras)
* Justification (why is this term necessary?): Specimens are the basis for taxonomic research and are cited in taxonomic treatments and other works. Increasingly these material citations are extracted from publications and submitted as part of data sets t... | 1.0 | New Term - MaterialCitation - ## New term
* Submitter: Plazi (Donat Agosti, @myrmoteras)
* Justification (why is this term necessary?): Specimens are the basis for taxonomic research and are cited in taxonomic treatments and other works. Increasingly these material citations are extracted from publications and su... | process | new term materialcitation new term submitter plazi donat agosti myrmoteras justification why is this term necessary specimens are the basis for taxonomic research and are cited in taxonomic treatments and other works increasingly these material citations are extracted from publications and su... | 1 |
556,206 | 16,477,594,493 | IssuesEvent | 2021-05-24 07:46:28 | edwisely-ai/Tech-Bridge | https://api.github.com/repos/edwisely-ai/Tech-Bridge | opened | Dark Mode Issue the App (Student) | Criticality High Priority High | whenever dark mode is activated the students cannot see the Questions.
This is a serious issue in the Front End while Writing exams, This should be a Priority and must be resolved immediately
Note: The Thing Should be Checked with Faculty App | 1.0 | Dark Mode Issue the App (Student) - whenever dark mode is activated the students cannot see the Questions.
This is a serious issue in the Front End while Writing exams, This should be a Priority and must be resolved immediately
Note: The Thing Should be Checked with Faculty App | non_process | dark mode issue the app student whenever dark mode is activated the students cannot see the questions this is a serious issue in the front end while writing exams this should be a priority and must be resolved immediately note the thing should be checked with faculty app | 0 |
65,464 | 8,815,302,082 | IssuesEvent | 2018-12-29 16:50:59 | KoolTheba/arcade-game-clone | https://api.github.com/repos/KoolTheba/arcade-game-clone | opened | Basic functionality | :book: documentation | In this game you have a Player and Enemies (bugs). The goal of the player is to reach the water, without colliding into any one of the enemies.
- [ ] The player can move left, right, up and down
- [ ] The enemies move at varying speeds on the paved block portion of the game board
- [ ] Once a the player collides w... | 1.0 | Basic functionality - In this game you have a Player and Enemies (bugs). The goal of the player is to reach the water, without colliding into any one of the enemies.
- [ ] The player can move left, right, up and down
- [ ] The enemies move at varying speeds on the paved block portion of the game board
- [ ] Once a... | non_process | basic functionality in this game you have a player and enemies bugs the goal of the player is to reach the water without colliding into any one of the enemies the player can move left right up and down the enemies move at varying speeds on the paved block portion of the game board once a the p... | 0 |
15,835 | 20,022,557,495 | IssuesEvent | 2022-02-01 17:43:55 | EKGF/ekg-mm | https://api.github.com/repos/EKGF/ekg-mm | closed | Github Kanban is a linear process? | ekg-mm-process | @jgeluk
You are interpreting Kanban your own unique way and with this you are
reinventing the OODA loop.
Look it up.
I have been using and teaching this stuff for 40 years all around the world
and I know how it works.
GitHub is just another implementation of Kanban. And now you want still
another implem... | 1.0 | Github Kanban is a linear process? - @jgeluk
You are interpreting Kanban your own unique way and with this you are
reinventing the OODA loop.
Look it up.
I have been using and teaching this stuff for 40 years all around the world
and I know how it works.
GitHub is just another implementation of Kanban. A... | process | github kanban is a linear process jgeluk you are interpreting kanban your own unique way and with this you are reinventing the ooda loop look it up i have been using and teaching this stuff for years all around the world and i know how it works github is just another implementation of kanban an... | 1 |
11,837 | 14,656,376,218 | IssuesEvent | 2020-12-28 13:17:17 | DevExpress/testcafe-hammerhead | https://api.github.com/repos/DevExpress/testcafe-hammerhead | closed | window.location constructor properties shadowed incorrectly | AREA: client FREQUENCY: level 1 SYSTEM: client side processing TYPE: bug | Sample code:
```
console.log('-1->', window.location.constructor.name);
console.log('-2->', window.location.constructor.toString());
console.log('-3->', Function.prototype.toString.apply(window.location.constructor));
console.log('-4->', window.location instanceof Location);
```
When run in a real browser:
... | 1.0 | window.location constructor properties shadowed incorrectly - Sample code:
```
console.log('-1->', window.location.constructor.name);
console.log('-2->', window.location.constructor.toString());
console.log('-3->', Function.prototype.toString.apply(window.location.constructor));
console.log('-4->', window.locati... | process | window location constructor properties shadowed incorrectly sample code console log window location constructor name console log window location constructor tostring console log function prototype tostring apply window location constructor console log window locati... | 1 |
41,899 | 10,821,362,696 | IssuesEvent | 2019-11-08 18:29:40 | tensorflow/tensorflow | https://api.github.com/repos/tensorflow/tensorflow | closed | Tensorflow | subtype:centos type:build/install | <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System information**
- OS P... | 1.0 | Tensorflow - <em>Please make sure that this is a build/installation issue. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template</em>
**System informa... | non_process | tensorflow please make sure that this is a build installation issue as per our we only address code doc bugs performance issues feature requests and build installation issues on github tag build template system information os platform and distribution e g linux ubuntu scientific linux ... | 0 |
685,152 | 23,445,481,238 | IssuesEvent | 2022-08-15 19:09:28 | UniversityDAO/udao | https://api.github.com/repos/UniversityDAO/udao | closed | Refresh Issue | priority | Right now, as of the reading dataflow rework, we only load all the data onto the page ONCE and that's as soon as a user presses "Launch App" on the landing page. Once they do so, it directs them to a "Loading" page where we then fetch all the data. Once the data is fetched and done loading, we automatically redirect to... | 1.0 | Refresh Issue - Right now, as of the reading dataflow rework, we only load all the data onto the page ONCE and that's as soon as a user presses "Launch App" on the landing page. Once they do so, it directs them to a "Loading" page where we then fetch all the data. Once the data is fetched and done loading, we automatic... | non_process | refresh issue right now as of the reading dataflow rework we only load all the data onto the page once and that s as soon as a user presses launch app on the landing page once they do so it directs them to a loading page where we then fetch all the data once the data is fetched and done loading we automatic... | 0 |
9,970 | 13,016,342,927 | IssuesEvent | 2020-07-26 05:57:39 | DrFrankenstein/avpipe | https://api.github.com/repos/DrFrankenstein/avpipe | opened | Source: In/Out Markers | Source processing | As a user, I want to set "in" and "out" markers on a source so that I can cut out the parts I don't want.
The "out" marker should only be available for sources that have a set duration.
FFmpeg options: `-t`, `-to`, `-ss`, `-sseof`. | 1.0 | Source: In/Out Markers - As a user, I want to set "in" and "out" markers on a source so that I can cut out the parts I don't want.
The "out" marker should only be available for sources that have a set duration.
FFmpeg options: `-t`, `-to`, `-ss`, `-sseof`. | process | source in out markers as a user i want to set in and out markers on a source so that i can cut out the parts i don t want the out marker should only be available for sources that have a set duration ffmpeg options t to ss sseof | 1 |
21,156 | 28,132,167,129 | IssuesEvent | 2023-04-01 01:31:44 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | [MLv2] You should be able to add `:expression`s as order-bys | Type:Bug .Backend .metabase-lib .Team/QueryProcessor :hammer_and_wrench: | `lib/order-by` currently errors if you try to use it with an expression reference. | 1.0 | [MLv2] You should be able to add `:expression`s as order-bys - `lib/order-by` currently errors if you try to use it with an expression reference. | process | you should be able to add expression s as order bys lib order by currently errors if you try to use it with an expression reference | 1 |
13,879 | 16,654,715,446 | IssuesEvent | 2021-06-05 10:01:41 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [PM] Responsive issue in Change password screen > UI issues | Bug P2 Participant manager Process: Fixed Process: Tested dev | Responsive issue in the Change password screen > UI issues

| 2.0 | [PM] Responsive issue in Change password screen > UI issues - Responsive issue in the Change password screen > UI issues

| process | responsive issue in change password screen ui issues responsive issue in the change password screen ui issues | 1 |
356 | 2,794,528,579 | IssuesEvent | 2015-05-11 17:10:29 | linguisticteam/resource-central | https://api.github.com/repos/linguisticteam/resource-central | closed | US1: Initial sketch of UI for adding resources | Work in Process | Initial very rough sketch of the UI for adding new resources.

| 1.0 | US1: Initial sketch of UI for adding resources - Initial very rough sketch of the UI for adding new resources.

| process | initial sketch of ui for adding resources initial very rough sketch of the ui for adding new resources | 1 |
51,120 | 13,618,142,278 | IssuesEvent | 2020-09-23 18:05:15 | znanstvenikumeni/competitionmanager | https://api.github.com/repos/znanstvenikumeni/competitionmanager | closed | User id isn't being logged for AccountSecurity/LoginFail/WrongPassword errors | affects competitors affects jury members affects mentors affects organisers bug security | As stated in the title, user ID isn't being logged for AccountSecurity/LoginFail/WrongPassword errors, which should be fixed as it disables account-level login attempt blocking and makes debugging and security harder.

- https://github.com/ForensicArtifacts/artifacts/pull/230
- https://codereview.appspot.com/322490043
- `/etc/system-release`
```
Fedora release 26 (Twenty Six)
```
- [x] redefine processor / knowledge base ... | 1.0 | add preprocess plugin to detect Linux operating system information - - [x] add preprocess pluging to detect Linux operating system information (also see #928 and #929)
- https://github.com/ForensicArtifacts/artifacts/pull/230
- https://codereview.appspot.com/322490043
- `/etc/system-release`
```
Fedora rel... | process | add preprocess plugin to detect linux operating system information add preprocess pluging to detect linux operating system information also see and etc system release fedora release twenty six redefine processor knowledge base to continue and use most appropri... | 1 |
16,774 | 3,560,795,584 | IssuesEvent | 2016-01-23 09:52:18 | kefirfromperm/kefirbb | https://api.github.com/repos/kefirfromperm/kefirbb | opened | Do tests refactoring | test | It's needed to do refactoring of tests. There are to many double codes and it is not clear which text was parsed on failure. | 1.0 | Do tests refactoring - It's needed to do refactoring of tests. There are to many double codes and it is not clear which text was parsed on failure. | non_process | do tests refactoring it s needed to do refactoring of tests there are to many double codes and it is not clear which text was parsed on failure | 0 |
12,111 | 14,740,473,049 | IssuesEvent | 2021-01-07 09:08:43 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | SAB Error - CC Processing | anc-process anp-0.5 ant-bug has attachment | In GitLab by @kdjstudios on Nov 9, 2018, 11:56
**Submitted by:** "Arianna Screen" <arianna.screen@answernet.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2018-11-09-55722/conversation
**Server:** Internal
**Client/Site:** Santa Rosa
**Account:** NA
**Issue:**
We are experiencing an er... | 1.0 | SAB Error - CC Processing - In GitLab by @kdjstudios on Nov 9, 2018, 11:56
**Submitted by:** "Arianna Screen" <arianna.screen@answernet.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/2018-11-09-55722/conversation
**Server:** Internal
**Client/Site:** Santa Rosa
**Account:** NA
**Issue:**... | process | sab error cc processing in gitlab by kdjstudios on nov submitted by arianna screen helpdesk server internal client site santa rosa account na issue we are experiencing an error with processing credit card payments in sa billing please see attached uploa... | 1 |
188,486 | 14,445,999,233 | IssuesEvent | 2020-12-08 00:13:54 | kalexmills/github-vet-tests-dec2020 | https://api.github.com/repos/kalexmills/github-vet-tests-dec2020 | closed | paul-lee-attorney/fabric-ca-1.4.7-gm: cmd/fabric-ca-client/command/main_test.go; 3 LoC | fresh test tiny |
Found a possible issue in [paul-lee-attorney/fabric-ca-1.4.7-gm](https://www.github.com/paul-lee-attorney/fabric-ca-1.4.7-gm) at [cmd/fabric-ca-client/command/main_test.go](https://github.com/paul-lee-attorney/fabric-ca-1.4.7-gm/blob/c7ad827cf9aca0c8fdd47a9348a987b7bc7c9578/cmd/fabric-ca-client/command/main_test.go#L1... | 1.0 | paul-lee-attorney/fabric-ca-1.4.7-gm: cmd/fabric-ca-client/command/main_test.go; 3 LoC -
Found a possible issue in [paul-lee-attorney/fabric-ca-1.4.7-gm](https://www.github.com/paul-lee-attorney/fabric-ca-1.4.7-gm) at [cmd/fabric-ca-client/command/main_test.go](https://github.com/paul-lee-attorney/fabric-ca-1.4.7-gm/b... | non_process | paul lee attorney fabric ca gm cmd fabric ca client command main test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the content... | 0 |
13,887 | 16,654,864,392 | IssuesEvent | 2021-06-05 10:36:08 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [PM] Responsive issue > UI is broken for toaster messages | Bug P2 Participant manager Process: Fixed Process: Tested QA Process: Tested dev | UI is broken for all the toaster messages
[Note: Issue should be fixed for all the toaster messages]

| 3.0 | [PM] Responsive issue > UI is broken for toaster messages - UI is broken for all the toaster messages
[Note: Issue should be fixed for all the toaster messages]

| process | responsive issue ui is broken for toaster messages ui is broken for all the toaster messages | 1 |
344,820 | 10,349,642,356 | IssuesEvent | 2019-09-04 23:18:43 | oslc-op/jira-migration-landfill | https://api.github.com/repos/oslc-op/jira-migration-landfill | closed | Example 3 in oslc-core-overview is incorrect | Core: Main Spec Jira: formatting Priority: High Xtra: Jira | Example 3 in the OSLC Core Overview is wrong:
Example 3: Example URL with oslc.prefix
[http://example.com/bugs/4242?oslc.prefix=foaf=&oslc.properties=foaf:lastName](http://example.com/bugs/4242?oslc.prefix=foaf=&oslc.properties=foaf:lastName),...
It omits the required Uri\\\_ref\\\_esc for foaf.
It should be:
Ex... | 1.0 | Example 3 in oslc-core-overview is incorrect - Example 3 in the OSLC Core Overview is wrong:
Example 3: Example URL with oslc.prefix
[http://example.com/bugs/4242?oslc.prefix=foaf=&oslc.properties=foaf:lastName](http://example.com/bugs/4242?oslc.prefix=foaf=&oslc.properties=foaf:lastName),...
It omits the required ... | non_process | example in oslc core overview is incorrect example in the oslc core overview is wrong example example url with oslc prefix it omits the required uri ref esc for foaf it should be example example url with oslc prefix migrated from opened by oslc bot previously assigned to... | 0 |
9,957 | 12,990,502,135 | IssuesEvent | 2020-07-23 00:13:56 | parcel-bundler/parcel | https://api.github.com/repos/parcel-bundler/parcel | closed | using posthtml without options kills php tags | :bug: Bug HTML Preprocessing Stale | in src/packagers/HTMLPackager.js, this code:
```js
async addAsset(asset) {
let html = asset.generated.html || '';
// Find child bundles that have JS or CSS sibling bundles,
// add them to the head so they are loaded immediately.
let siblingBundles = Array.from(this.bundle.childBundles)
... | 1.0 | using posthtml without options kills php tags - in src/packagers/HTMLPackager.js, this code:
```js
async addAsset(asset) {
let html = asset.generated.html || '';
// Find child bundles that have JS or CSS sibling bundles,
// add them to the head so they are loaded immediately.
let siblingBund... | process | using posthtml without options kills php tags in src packagers htmlpackager js this code js async addasset asset let html asset generated html find child bundles that have js or css sibling bundles add them to the head so they are loaded immediately let siblingbund... | 1 |
2,154 | 5,005,712,689 | IssuesEvent | 2016-12-12 11:39:14 | Alfresco/alfresco-ng2-components | https://api.github.com/repos/Alfresco/alfresco-ng2-components | closed | Cannot scroll large forms | browser: firefox browser: safari bug comp: activiti-processList | If a large form is attached to start event/user task can only scroll form using up and down arrows on keyboard, scrollbar within browser is disabled/not accessible.
Issue only in Firefox and Safari, this maybe browser limitation | 1.0 | Cannot scroll large forms - If a large form is attached to start event/user task can only scroll form using up and down arrows on keyboard, scrollbar within browser is disabled/not accessible.
Issue only in Firefox and Safari, this maybe browser limitation | process | cannot scroll large forms if a large form is attached to start event user task can only scroll form using up and down arrows on keyboard scrollbar within browser is disabled not accessible issue only in firefox and safari this maybe browser limitation | 1 |
9,058 | 4,389,957,380 | IssuesEvent | 2016-08-09 00:29:26 | jeff1evesque/machine-learning | https://api.github.com/repos/jeff1evesque/machine-learning | opened | Remove 'vagrant_implement' instances | build enhancement | We need to remove all instances of `$vagrant_mounted = $hiera_general['vagrant_implement']`, from any puppet manifests, and make necessary adjustments within `setup_tables.py`. The former puppet variable was created when only a singled puppet environment existed, to contain the following (current) puppet environments:... | 1.0 | Remove 'vagrant_implement' instances - We need to remove all instances of `$vagrant_mounted = $hiera_general['vagrant_implement']`, from any puppet manifests, and make necessary adjustments within `setup_tables.py`. The former puppet variable was created when only a singled puppet environment existed, to contain the f... | non_process | remove vagrant implement instances we need to remove all instances of vagrant mounted hiera general from any puppet manifests and make necessary adjustments within setup tables py the former puppet variable was created when only a singled puppet environment existed to contain the following current p... | 0 |
12,293 | 14,850,813,958 | IssuesEvent | 2021-01-18 05:32:43 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [PM] Sites tab > Contents are not displaying in the sites tab : getting error message | Blocker Bug P0 Participant manager Process: Fixed Process: Tested dev | Sites tab > Contents are not displaying in the sites tab : getting an error message

| 2.0 | [PM] Sites tab > Contents are not displaying in the sites tab : getting error message - Sites tab > Contents are not displaying in the sites tab : getting an error message

| process | sites tab contents are not displaying in the sites tab getting error message sites tab contents are not displaying in the sites tab getting an error message | 1 |
18,817 | 24,718,365,315 | IssuesEvent | 2022-10-20 08:48:17 | hermes-hmc/workflow | https://api.github.com/repos/hermes-hmc/workflow | opened | Implement author deduplication based on config | enhancement 2️ processing | - **Requires:** #39
Author deduplication (including email mapping) should be part of the processing step. | 1.0 | Implement author deduplication based on config - - **Requires:** #39
Author deduplication (including email mapping) should be part of the processing step. | process | implement author deduplication based on config requires author deduplication including email mapping should be part of the processing step | 1 |
15,086 | 18,795,513,924 | IssuesEvent | 2021-11-08 21:47:38 | googleapis/python-bigquery | https://api.github.com/repos/googleapis/python-bigquery | closed | type check with mypy as well | api: bigquery type: process | https://issues.apache.org/jira/browse/BEAM-12975 -- https://github.com/googleapis/python-bigquery/pull/976 appears to have broken Apache BEAM, which uses mypy for type checking.
This would also help with Mac developers, as I've been unable to run pytype locally due to some missing wheels. | 1.0 | type check with mypy as well - https://issues.apache.org/jira/browse/BEAM-12975 -- https://github.com/googleapis/python-bigquery/pull/976 appears to have broken Apache BEAM, which uses mypy for type checking.
This would also help with Mac developers, as I've been unable to run pytype locally due to some missing whee... | process | type check with mypy as well appears to have broken apache beam which uses mypy for type checking this would also help with mac developers as i ve been unable to run pytype locally due to some missing wheels | 1 |
375,195 | 26,151,579,617 | IssuesEvent | 2022-12-30 14:28:31 | FilledStacks/stacked | https://api.github.com/repos/FilledStacks/stacked | closed | Update Get Started to explain the generated Code | documentation | At the moment the Get Started section of the documentation lacks an explanation of the output of the cli.
Since we have some counter code in the generated code we should go over explaining how the view and viewmodel works by using the generated code as an example. | 1.0 | Update Get Started to explain the generated Code - At the moment the Get Started section of the documentation lacks an explanation of the output of the cli.
Since we have some counter code in the generated code we should go over explaining how the view and viewmodel works by using the generated code as an example. | non_process | update get started to explain the generated code at the moment the get started section of the documentation lacks an explanation of the output of the cli since we have some counter code in the generated code we should go over explaining how the view and viewmodel works by using the generated code as an example | 0 |
4,842 | 7,736,175,388 | IssuesEvent | 2018-05-27 23:29:37 | vital-software/scala-redox | https://api.github.com/repos/vital-software/scala-redox | opened | Set up CI to perform releases | process: ci stage: backlog type: devops | Similar to what we've done with our other Scala libs, this library should support versioning the project during the CI build of master commits: https://github.com/vital-software/doc-dna/blob/deb774269b7c56c44fe72aab68e7532dcdcb8fc9/.buildkite/pipeline.yml#L27-L34
The CI system should have Sonatype access, and use it... | 1.0 | Set up CI to perform releases - Similar to what we've done with our other Scala libs, this library should support versioning the project during the CI build of master commits: https://github.com/vital-software/doc-dna/blob/deb774269b7c56c44fe72aab68e7532dcdcb8fc9/.buildkite/pipeline.yml#L27-L34
The CI system should ... | process | set up ci to perform releases similar to what we ve done with our other scala libs this library should support versioning the project during the ci build of master commits the ci system should have sonatype access and use it to publish artifacts | 1 |
87,744 | 17,368,201,987 | IssuesEvent | 2021-07-30 10:15:08 | Serrin/Celestra | https://api.github.com/repos/Serrin/Celestra | closed | Changes in v4.4.3 | closed - done or fixed code code - CUT code - ESM documentation maintenance type - enhancement | 1. Documentation and pdf fixes.
2. Add a new function: `findLast(<collection>,<callback>);`
3. Add an alias: `contains(<collection>,<value>);` -> `includes(<collection>,<value>);`
4. Fix the description of these functions:
````javascript
arrayRemove(<array>,<value>[,all=false]);
arrayCycle(<collection>[,n=... | 3.0 | Changes in v4.4.3 - 1. Documentation and pdf fixes.
2. Add a new function: `findLast(<collection>,<callback>);`
3. Add an alias: `contains(<collection>,<value>);` -> `includes(<collection>,<value>);`
4. Fix the description of these functions:
````javascript
arrayRemove(<array>,<value>[,all=false]);
arrayCy... | non_process | changes in documentation and pdf fixes add a new function findlast add an alias contains includes fix the description of these functions javascript arrayremove arraycycle arrayrepeat iterrange itercycle iterrepeat ... | 0 |
15,013 | 18,724,271,103 | IssuesEvent | 2021-11-03 14:51:39 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | Autogen: fix coverage landmines. | api: datastore api: pubsub api: bigtable api: logging api: vision api: monitoring api: translation api: speech api: spanner api: clouderrorreporting api: language api: cloudtrace api: videointelligence api: firestore type: process api: dataproc api: container api: bigquerydatatransfer api: dlp api: texttospeech api: re... | The `unit_cov_level` numbers in the various `noxfile.py` files are landmines (e.g., PR #8147 adds a `# pragma: NO COVER` and actually trips the check, because the total number of lines checked in BQDT drops!) The numbers don't represent any **real** goals (why 79% in one library or 95% in another?), but are merely "hi... | 1.0 | Autogen: fix coverage landmines. - The `unit_cov_level` numbers in the various `noxfile.py` files are landmines (e.g., PR #8147 adds a `# pragma: NO COVER` and actually trips the check, because the total number of lines checked in BQDT drops!) The numbers don't represent any **real** goals (why 79% in one library or 9... | process | autogen fix coverage landmines the unit cov level numbers in the various noxfile py files are landmines e g pr adds a pragma no cover and actually trips the check because the total number of lines checked in bqdt drops the numbers don t represent any real goals why in one library or in... | 1 |
134,673 | 19,299,530,891 | IssuesEvent | 2021-12-13 02:26:17 | bookey-dev/bookey.bug | https://api.github.com/repos/bookey-dev/bookey.bug | closed | 输入框为空状态下按钮高亮显示 | P5 platform: ios easy fix v1.9 design | 机型:iphone SE
步骤:1.启动Bookey,登陆首页

2.sign up
结果:输入框为空状态下next按钮高亮显示
期望:建议为空状态下,操作按钮暗淡色,输入后高亮显示,与android保持一致 | 1.0 | 输入框为空状态下按钮高亮显示 - 机型:iphone SE
步骤:1.启动Bookey,登陆首页

2.sign up
结果:输入框为空状态下next按钮高亮显示
期望:建议为空状态下,操作按钮暗淡色,输入后高亮显示,与android保持一致 | non_process | 输入框为空状态下按钮高亮显示 机型:iphone se 步骤: 启动bookey,登陆首页 sign up 结果:输入框为空状态下next按钮高亮显示 期望:建议为空状态下,操作按钮暗淡色,输入后高亮显示,与android保持一致 | 0 |
745 | 3,214,363,065 | IssuesEvent | 2015-10-07 01:11:32 | grafeo/grafeo | https://api.github.com/repos/grafeo/grafeo | closed | Read and Write PPM | Component: Image Processing feature request priority: high | - `image_read_ppm`
- `image_write_ppm`
- link `image_read` and `image_write` with PPM versions | 1.0 | Read and Write PPM - - `image_read_ppm`
- `image_write_ppm`
- link `image_read` and `image_write` with PPM versions | process | read and write ppm image read ppm image write ppm link image read and image write with ppm versions | 1 |
122,418 | 26,126,189,129 | IssuesEvent | 2022-12-28 18:56:17 | shelcia/mocker | https://api.github.com/repos/shelcia/mocker | closed | Fix code scanning alert - Database query built from user-controlled sources | medium codepeak22 | <!-- Warning: The suggested title contains the alert rule name. This can expose security information. -->
Tracking issue for:
- [ ] https://github.com/shelcia/mocker/security/code-scanning/1
| 1.0 | Fix code scanning alert - Database query built from user-controlled sources - <!-- Warning: The suggested title contains the alert rule name. This can expose security information. -->
Tracking issue for:
- [ ] https://github.com/shelcia/mocker/security/code-scanning/1
| non_process | fix code scanning alert database query built from user controlled sources tracking issue for | 0 |
18,155 | 24,192,984,880 | IssuesEvent | 2022-09-23 19:41:56 | google/android-fhir | https://api.github.com/repos/google/android-fhir | reopened | HAPI Structures, Java11, and Android API levels | process | This is an issue @vitorpamplona raised in the process of implementing #1403.
PR #1603 introduces new dependencies such as CQL evalutor, CQL engine, and CQL translator. They use HAPI version 6.0.1 which is compiled using Java11. There are certain Java11 APIs that are not available on older Android versions, especiall... | 1.0 | HAPI Structures, Java11, and Android API levels - This is an issue @vitorpamplona raised in the process of implementing #1403.
PR #1603 introduces new dependencies such as CQL evalutor, CQL engine, and CQL translator. They use HAPI version 6.0.1 which is compiled using Java11. There are certain Java11 APIs that are ... | process | hapi structures and android api levels this is an issue vitorpamplona raised in the process of implementing pr introduces new dependencies such as cql evalutor cql engine and cql translator they use hapi version which is compiled using there are certain apis that are not available on olde... | 1 |
10,088 | 13,044,162,001 | IssuesEvent | 2020-07-29 03:47:28 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | UCP: Migrate scalar function `SubTimeDateTimeNull` from TiDB | challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor |
## Description
Port the scalar function `SubTimeDateTimeNull` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @mapleFU
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src... | 2.0 | UCP: Migrate scalar function `SubTimeDateTimeNull` from TiDB -
## Description
Port the scalar function `SubTimeDateTimeNull` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @mapleFU
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- htt... | process | ucp migrate scalar function subtimedatetimenull from tidb description port the scalar function subtimedatetimenull from tidb to coprocessor score mentor s maplefu recommended skills rust programming learning materials already implemented expressions ported from tidb ... | 1 |
10,203 | 13,066,579,076 | IssuesEvent | 2020-07-30 22:01:04 | googleapis/google-auth-library-ruby | https://api.github.com/repos/googleapis/google-auth-library-ruby | closed | New release enquiry | type: process | Hi there,
I am looking to use the recent changes that have been merged to master:
https://github.com/googleapis/google-auth-library-ruby/commit/48c689aa93bfe81c5a6ae23362d86fc25ba098cf
What is the typical process of a change being merged and then a release being made? Currently, we could track master branch, but... | 1.0 | New release enquiry - Hi there,
I am looking to use the recent changes that have been merged to master:
https://github.com/googleapis/google-auth-library-ruby/commit/48c689aa93bfe81c5a6ae23362d86fc25ba098cf
What is the typical process of a change being merged and then a release being made? Currently, we could tr... | process | new release enquiry hi there i am looking to use the recent changes that have been merged to master what is the typical process of a change being merged and then a release being made currently we could track master branch but this will not work with projects that use gemspec | 1 |
162,706 | 20,241,557,365 | IssuesEvent | 2022-02-14 09:46:27 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | [Security Solution] Not able to create an EQL rule due to validation error | bug impact:critical fixed Team: SecuritySolution Team:Detection Rules v7.17.1 | **Describe the bug:**
- Not able to create an EQL rule due to validation error
**Kibana/Elasticsearch Stack version:**
- 7.17 latest branch (45be56082f7338428b62ebd1c67b222f470be0ce)
- 7.17.1 latest snapshot
**Steps to reproduce:**
1. Navigate to the rules page
2. Click on `create new rule`
2. Select `Event... | True | [Security Solution] Not able to create an EQL rule due to validation error - **Describe the bug:**
- Not able to create an EQL rule due to validation error
**Kibana/Elasticsearch Stack version:**
- 7.17 latest branch (45be56082f7338428b62ebd1c67b222f470be0ce)
- 7.17.1 latest snapshot
**Steps to reproduce:**
1... | non_process | not able to create an eql rule due to validation error describe the bug not able to create an eql rule due to validation error kibana elasticsearch stack version latest branch latest snapshot steps to reproduce navigate to the rules page click on create new rule ... | 0 |
284,484 | 8,742,809,063 | IssuesEvent | 2018-12-12 17:20:25 | K-Ho/code | https://api.github.com/repos/K-Ho/code | opened | Fixed Initial sizing/ position of Graph Network | UI/UX high priority | Make the graph network render larger by default and always in an open space (center of screen)
| 1.0 | Fixed Initial sizing/ position of Graph Network - Make the graph network render larger by default and always in an open space (center of screen)
| non_process | fixed initial sizing position of graph network make the graph network render larger by default and always in an open space center of screen | 0 |
189,344 | 22,047,021,634 | IssuesEvent | 2022-05-30 03:43:46 | dpteam/RK3188_TABLET | https://api.github.com/repos/dpteam/RK3188_TABLET | closed | WS-2021-0279 (Medium) detected in randomv3.0.66 - autoclosed | security vulnerability | ## WS-2021-0279 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>randomv3.0.66</b></p></summary>
<p>
<p>Library home page: <a href=https://git.kernel.org/pub/scm/linux/kernel/git/tyts... | True | WS-2021-0279 (Medium) detected in randomv3.0.66 - autoclosed - ## WS-2021-0279 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>randomv3.0.66</b></p></summary>
<p>
<p>Library home pag... | non_process | ws medium detected in autoclosed ws medium severity vulnerability vulnerable library library home page a href found in head commit a href found in base branch master vulnerable source files fs btrfs tree log c vul... | 0 |
36,979 | 15,110,609,649 | IssuesEvent | 2021-02-08 19:27:52 | microsoft/BotFramework-Composer | https://api.github.com/repos/microsoft/BotFramework-Composer | closed | End conversation by the Bot | Bot Services Support Type: Question customer-replied-to customer-reported | I have created a Bot which I have attached to Omnichannel for customer services (D365 extension). When a user starts a conversation with he Bot through any channel (e.g. Teams) the conversation goes for ever with the Bot.
I am not able to end up the conversation in Omnichannel for customer service as there is no stan... | 1.0 | End conversation by the Bot - I have created a Bot which I have attached to Omnichannel for customer services (D365 extension). When a user starts a conversation with he Bot through any channel (e.g. Teams) the conversation goes for ever with the Bot.
I am not able to end up the conversation in Omnichannel for custom... | non_process | end conversation by the bot i have created a bot which i have attached to omnichannel for customer services extension when a user starts a conversation with he bot through any channel e g teams the conversation goes for ever with the bot i am not able to end up the conversation in omnichannel for customer ... | 0 |
51,938 | 13,690,550,323 | IssuesEvent | 2020-09-30 14:30:43 | mrgadgil/test | https://api.github.com/repos/mrgadgil/test | opened | HIGH severity finding reported by IBM Security Advisor | IBM Security Advisor | **Source**: Security Advisor
**Finding**: 15c57fd8bfbff988b328b55b167a1689/providers/security-advisor/occurrences/ata-1601476234889
**Severity**: HIGH
[View in Security Advisor Dashboard](https://cloud.ibm.com/security-advisor#/findings?id=15c57fd8bfbff988b328b55b167a1689/providers/security-advisor/occurrences/ata-1601... | True | HIGH severity finding reported by IBM Security Advisor - **Source**: Security Advisor
**Finding**: 15c57fd8bfbff988b328b55b167a1689/providers/security-advisor/occurrences/ata-1601476234889
**Severity**: HIGH
[View in Security Advisor Dashboard](https://cloud.ibm.com/security-advisor#/findings?id=15c57fd8bfbff988b328b55... | non_process | high severity finding reported by ibm security advisor source security advisor finding providers security advisor occurrences ata severity high | 0 |
13,394 | 15,866,825,496 | IssuesEvent | 2021-04-08 16:10:14 | prisma/prisma | https://api.github.com/repos/prisma/prisma | closed | Improve error for invalid permissions on Linux | bug/2-confirmed kind/bug process/candidate team/client | I'm running into this on ubuntu 20.04 while having `prisma@2.20.1` installed globally.
`prisma db push --preview-feature`
```sh
Environment variables loaded from prisma/.env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "debug-migrate", schema "public" at "playground-databas... | 1.0 | Improve error for invalid permissions on Linux - I'm running into this on ubuntu 20.04 while having `prisma@2.20.1` installed globally.
`prisma db push --preview-feature`
```sh
Environment variables loaded from prisma/.env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "debug... | process | improve error for invalid permissions on linux i m running into this on ubuntu while having prisma installed globally prisma db push preview feature sh environment variables loaded from prisma env prisma schema loaded from prisma schema prisma datasource db postgresql database debug mi... | 1 |
791,756 | 27,874,745,612 | IssuesEvent | 2023-03-21 15:25:39 | pastas/pastas | https://api.github.com/repos/pastas/pastas | closed | [ENHANCEMENT] allow ffill and bfill as fill_before and fill_after options for time series | enhancement priority 2 | **Describe the proposed enhancement**
Allow the following settings dictionary:
```python
settings = {
"sample_up": "interpolate",
"sample_down": "mean",
"fill_before": "bfill", # <- new option
"fill_after": "ffill", # <- new option
"fill_nan": "interpolate",
... | 1.0 | [ENHANCEMENT] allow ffill and bfill as fill_before and fill_after options for time series - **Describe the proposed enhancement**
Allow the following settings dictionary:
```python
settings = {
"sample_up": "interpolate",
"sample_down": "mean",
"fill_before": "bfill", # <- new opt... | non_process | allow ffill and bfill as fill before and fill after options for time series describe the proposed enhancement allow the following settings dictionary python settings sample up interpolate sample down mean fill before bfill new option ... | 0 |
10,197 | 13,064,284,901 | IssuesEvent | 2020-07-30 17:50:32 | GetTerminus/terminus-oss | https://api.github.com/repos/GetTerminus/terminus-oss | closed | Split NGX-Tools repo and move parts into monorepo | Goal: Process Improvement Type: chore | - [ ] Follow existing endpoints for package separation?
- [ ] Publish to existing NPM package
- [ ] Move any applicable issues | 1.0 | Split NGX-Tools repo and move parts into monorepo - - [ ] Follow existing endpoints for package separation?
- [ ] Publish to existing NPM package
- [ ] Move any applicable issues | process | split ngx tools repo and move parts into monorepo follow existing endpoints for package separation publish to existing npm package move any applicable issues | 1 |
9,176 | 12,226,503,509 | IssuesEvent | 2020-05-03 11:14:24 | gfleetwood/asteres | https://api.github.com/repos/gfleetwood/asteres | opened | AdvancerTechnologies/MyoWare_MuscleSensor (35062662) | Processing engineering | https://github.com/AdvancerTechnologies/MyoWare_MuscleSensor
Example code and documentation for the MyoWare™ Muscle Sensor | 1.0 | AdvancerTechnologies/MyoWare_MuscleSensor (35062662) - https://github.com/AdvancerTechnologies/MyoWare_MuscleSensor
Example code and documentation for the MyoWare™ Muscle Sensor | process | advancertechnologies myoware musclesensor example code and documentation for the myoware™ muscle sensor | 1 |
20,628 | 27,300,060,398 | IssuesEvent | 2023-02-24 00:39:09 | googleapis/google-cloudevents-python | https://api.github.com/repos/googleapis/google-cloudevents-python | closed | Warning: a recent release failed | type: process status: will not fix api: eventarc | The following release PRs may have failed:
* #190 - The release job was triggered, but has not reported back success.
* #187 - The release job was triggered, but has not reported back success.
* #185 - The release job was triggered, but has not reported back success.
* #183 - The release job was triggered, but has not... | 1.0 | Warning: a recent release failed - The following release PRs may have failed:
* #190 - The release job was triggered, but has not reported back success.
* #187 - The release job was triggered, but has not reported back success.
* #185 - The release job was triggered, but has not reported back success.
* #183 - The rel... | process | warning a recent release failed the following release prs may have failed the release job was triggered but has not reported back success the release job was triggered but has not reported back success the release job was triggered but has not reported back success the release job... | 1 |
2,996 | 5,970,835,671 | IssuesEvent | 2017-05-31 00:03:08 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | Desktop: System.ServiceProcess.Tests.ServiceControllerTests.ConstructWithServiceName_ToUpper failed with "Xunit.Sdk.EqualException" | area-System.ServiceProcess test-run-desktop | Failed test: System.ServiceProcess.Tests.ServiceControllerTests.ConstructWithServiceName_ToUpper
Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_netfx_windows_nt_debug/66/testReport/System.ServiceProcess.Tests/ServiceControllerTests/ConstructWithServiceName_ToUpper/
Configuration: outerloop... | 1.0 | Desktop: System.ServiceProcess.Tests.ServiceControllerTests.ConstructWithServiceName_ToUpper failed with "Xunit.Sdk.EqualException" - Failed test: System.ServiceProcess.Tests.ServiceControllerTests.ConstructWithServiceName_ToUpper
Detail: https://ci.dot.net/job/dotnet_corefx/job/master/job/outerloop_netfx_windows_n... | process | desktop system serviceprocess tests servicecontrollertests constructwithservicename toupper failed with xunit sdk equalexception failed test system serviceprocess tests servicecontrollertests constructwithservicename toupper detail configuration outerloop netfx windows nt debug message assert... | 1 |
174,427 | 27,637,871,856 | IssuesEvent | 2023-03-10 15:44:41 | coder/coder | https://api.github.com/repos/coder/coder | closed | Discussion: How should we handle joins? | chore design | # Problem
Our current use of SQLc uses almost 0 joins throughout all of our queries. This causes excessive db round trips. The function [`workspaceData`][workspaceData] does 9 database calls to completely populate the returned workspace from the api. This can be reduced with [joins][workspace-joined].
When `dbaut... | 1.0 | Discussion: How should we handle joins? - # Problem
Our current use of SQLc uses almost 0 joins throughout all of our queries. This causes excessive db round trips. The function [`workspaceData`][workspaceData] does 9 database calls to completely populate the returned workspace from the api. This can be reduced with... | non_process | discussion how should we handle joins problem our current use of sqlc uses almost joins throughout all of our queries this causes excessive db round trips the function does database calls to completely populate the returned workspace from the api this can be reduced with when dbauthz is enab... | 0 |
125,235 | 4,954,634,826 | IssuesEvent | 2016-12-01 18:09:09 | orcidee/rpgconmanager | https://api.github.com/repos/orcidee/rpgconmanager | closed | Griser le nb de tables | bug Priority : 1 | Il faudrait griser/rendre visiblement non-éditable le champs nombre de tables quand la partie a été vérifiée et validée.
| 1.0 | Griser le nb de tables - Il faudrait griser/rendre visiblement non-éditable le champs nombre de tables quand la partie a été vérifiée et validée.
| non_process | griser le nb de tables il faudrait griser rendre visiblement non éditable le champs nombre de tables quand la partie a été vérifiée et validée | 0 |
5,761 | 8,598,978,418 | IssuesEvent | 2018-11-15 23:47:47 | w3c/w3process | https://api.github.com/repos/w3c/w3process | closed | Does a spec need to be Rec-ready to be a CR? Align defn with process | Agenda+ PendingReview Process2019Candidate | https://www.w3.org/2018/Process-20180201/#candidate-rec sets out requirements for advancement to CR. It does not require any statement of reasons why a CR may [update: instating omitted text from original issue filing, with apologies] _not_ advance to Rec. [/update]
However https://www.w3.org/2018/Process-20180201/#... | 1.0 | Does a spec need to be Rec-ready to be a CR? Align defn with process - https://www.w3.org/2018/Process-20180201/#candidate-rec sets out requirements for advancement to CR. It does not require any statement of reasons why a CR may [update: instating omitted text from original issue filing, with apologies] _not_ advance ... | process | does a spec need to be rec ready to be a cr align defn with process sets out requirements for advancement to cr it does not require any statement of reasons why a cr may not advance to rec however defines what a cr is and adds informatively note candidate recommendations are expected to be acce... | 1 |
17,230 | 22,917,655,768 | IssuesEvent | 2022-07-17 07:34:08 | streamnative/flink | https://api.github.com/repos/streamnative/flink | closed | [SQL Connector] create default database when PulsarCatalog is created if default database is not present. | compute/data-processing | Currently, the default database might not be present if users didn't create the database explicitly. We should create the database upon PulsarCatalog creation | 1.0 | [SQL Connector] create default database when PulsarCatalog is created if default database is not present. - Currently, the default database might not be present if users didn't create the database explicitly. We should create the database upon PulsarCatalog creation | process | create default database when pulsarcatalog is created if default database is not present currently the default database might not be present if users didn t create the database explicitly we should create the database upon pulsarcatalog creation | 1 |
2,208 | 5,049,113,886 | IssuesEvent | 2016-12-20 15:02:43 | CERNDocumentServer/cds | https://api.github.com/repos/CERNDocumentServer/cds | closed | webhooks: cancel tasks | avc_processing review | When canceling an event that **is still running** we need to stop all the celery tasks associated with it and also delete any file (on disk and/or db) that was created.
- Downloader:
- [x] Stop download task and delete the `ObjectVersion` and the file on disk
- AVCWorflow:
- [x] If the master file was (is ... | 1.0 | webhooks: cancel tasks - When canceling an event that **is still running** we need to stop all the celery tasks associated with it and also delete any file (on disk and/or db) that was created.
- Downloader:
- [x] Stop download task and delete the `ObjectVersion` and the file on disk
- AVCWorflow:
- [x] If... | process | webhooks cancel tasks when canceling an event that is still running we need to stop all the celery tasks associated with it and also delete any file on disk and or db that was created downloader stop download task and delete the objectversion and the file on disk avcworflow if the... | 1 |
142,301 | 19,089,396,360 | IssuesEvent | 2021-11-29 10:22:03 | tharun453/samples | https://api.github.com/repos/tharun453/samples | opened | CVE-2021-23358 (High) detected in underscore-1.7.0.tgz | security vulnerability | ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>underscore-1.7.0.tgz</b></p></summary>
<p>JavaScript's functional programming helper library.</p>
<p>Library home page... | True | CVE-2021-23358 (High) detected in underscore-1.7.0.tgz - ## CVE-2021-23358 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>underscore-1.7.0.tgz</b></p></summary>
<p>JavaScript's functi... | non_process | cve high detected in underscore tgz cve high severity vulnerability vulnerable library underscore tgz javascript s functional programming helper library library home page a href path to dependency file samples core tutorials buggyamb buggyamb wwwroot scripts jquery ui ... | 0 |
3,903 | 6,823,007,495 | IssuesEvent | 2017-11-07 22:06:15 | Great-Hill-Corporation/quickBlocks | https://api.github.com/repos/Great-Hill-Corporation/quickBlocks | closed | whenBlock search by date seems broken | status-inprocess tools-whenBlock type-bug | When I run this (following the command help):
./whenBlock 2017-03-02
We obtain this strange error. Notice that I am using the date returned for block 0.
I could not make it work with any date, most of the times it returns this error
------------------------------------------------------------------------... | 1.0 | whenBlock search by date seems broken - When I run this (following the command help):
./whenBlock 2017-03-02
We obtain this strange error. Notice that I am using the date returned for block 0.
I could not make it work with any date, most of the times it returns this error
--------------------------------... | process | whenblock search by date seems broken when i run this following the command help whenblock we obtain this strange error notice that i am using the date returned for block i could not make it work with any date most of the times it returns this error ... | 1 |
273,128 | 20,772,510,979 | IssuesEvent | 2022-03-16 07:05:01 | DLR-RM/stable-baselines3 | https://api.github.com/repos/DLR-RM/stable-baselines3 | closed | The code problem of Custom Feature Extractor | documentation | **Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.
Please post your question on the [RL Discord](https://discord.com/invite/xhfNqQv), [Reddit](https://www.reddit.com/r/reinforcementlearning/) or [Stack Overflow](https://stackoverflow.com/) in that case.
... | 1.0 | The code problem of Custom Feature Extractor - **Important Note: We do not do technical support, nor consulting** and don't answer personal questions per email.
Please post your question on the [RL Discord](https://discord.com/invite/xhfNqQv), [Reddit](https://www.reddit.com/r/reinforcementlearning/) or [Stack Overfl... | non_process | the code problem of custom feature extractor important note we do not do technical support nor consulting and don t answer personal questions per email please post your question on the or in that case 📚 documentation problem in what s the function of part with torch no g... | 0 |
5,264 | 8,057,651,126 | IssuesEvent | 2018-08-02 15:57:34 | GoogleCloudPlatform/google-cloud-python | https://api.github.com/repos/GoogleCloudPlatform/google-cloud-python | closed | BigQuery: 'Client.update_dataset' systest error, 412 PreconditionFailed | api: bigquery backend flaky testing type: process | First error in [this CI run](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/7126):
```python
_______________________ TestBigQuery.test_update_dataset _______________________
self = <tests.system.TestBigQuery testMethod=test_update_dataset>
def test_update_dataset(self):
dataset =... | 1.0 | BigQuery: 'Client.update_dataset' systest error, 412 PreconditionFailed - First error in [this CI run](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-python/7126):
```python
_______________________ TestBigQuery.test_update_dataset _______________________
self = <tests.system.TestBigQuery testMethod=tes... | process | bigquery client update dataset systest error preconditionfailed first error in python testbigquery test update dataset self def test update dataset self dataset self temp dataset make dataset id update dataset se... | 1 |
14,793 | 18,066,914,025 | IssuesEvent | 2021-09-20 20:21:34 | Jeffail/benthos | https://api.github.com/repos/Jeffail/benthos | closed | Support dynamic queries in sql processors | enhancement processors effort: lower | Hello, could you support dynamic queries also for SQL processors like [AWS dynamo db] (https://www.benthos.dev/docs/components/processors/aws_dynamodb_partiql/) does?
Otherwise, the user has to write multiple configs for different queries. | 1.0 | Support dynamic queries in sql processors - Hello, could you support dynamic queries also for SQL processors like [AWS dynamo db] (https://www.benthos.dev/docs/components/processors/aws_dynamodb_partiql/) does?
Otherwise, the user has to write multiple configs for different queries. | process | support dynamic queries in sql processors hello could you support dynamic queries also for sql processors like does otherwise the user has to write multiple configs for different queries | 1 |
4,395 | 7,286,431,786 | IssuesEvent | 2018-02-23 09:43:36 | qgis/QGIS-Documentation | https://api.github.com/repos/qgis/QGIS-Documentation | closed | [needs-docs]Rename Node Editor and Node Tool (fixes #17807) | Automatic new feature Easy Processing Screenshots | Original commit: https://github.com/qgis/QGIS/commit/5461d3c52ace8f7afe72b9215a0b0532574294e2 by DelazJ
Unfortunately this naughty coder did not write a description... :-( | 1.0 | [needs-docs]Rename Node Editor and Node Tool (fixes #17807) - Original commit: https://github.com/qgis/QGIS/commit/5461d3c52ace8f7afe72b9215a0b0532574294e2 by DelazJ
Unfortunately this naughty coder did not write a description... :-( | process | rename node editor and node tool fixes original commit by delazj unfortunately this naughty coder did not write a description | 1 |
204,336 | 7,086,994,848 | IssuesEvent | 2018-01-11 16:25:31 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | Do stuff with cloud provider's DNS | lifecycle/stale priority/backlog sig/network | In #9682, @pnovotnak wrote:
_I'd like to create resources that are accessible within my private network at my cloud provider (though outside my Kubernetes cluster), but not to the outside internet, that are resolvable via DNS within the cluster. Ironically it seems like endpoint IPs fit the bill (although they change a... | 1.0 | Do stuff with cloud provider's DNS - In #9682, @pnovotnak wrote:
_I'd like to create resources that are accessible within my private network at my cloud provider (though outside my Kubernetes cluster), but not to the outside internet, that are resolvable via DNS within the cluster. Ironically it seems like endpoint IPs... | non_process | do stuff with cloud provider s dns in pnovotnak wrote i d like to create resources that are accessible within my private network at my cloud provider though outside my kubernetes cluster but not to the outside internet that are resolvable via dns within the cluster ironically it seems like endpoint ips fi... | 0 |
11,169 | 13,957,694,554 | IssuesEvent | 2020-10-24 08:11:17 | alexanderkotsev/geoportal | https://api.github.com/repos/alexanderkotsev/geoportal | opened | SE: Harvesting Request | Geoportal Harvesting process SE - Sweden | Hi!
After some updates by our contributers we would neeed a new harvesting of the Swedish node.
Have a great weekend!
Björn Olofsson, The Swedish Geoportal | 1.0 | SE: Harvesting Request - Hi!
After some updates by our contributers we would neeed a new harvesting of the Swedish node.
Have a great weekend!
Björn Olofsson, The Swedish Geoportal | process | se harvesting request hi after some updates by our contributers we would neeed a new harvesting of the swedish node have a great weekend bj ouml rn olofsson the swedish geoportal | 1 |
11,888 | 14,681,300,946 | IssuesEvent | 2020-12-31 12:49:28 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | Studies tab > Loader icon is missing at the bottom of the page | Bug P1 Participant manager Process: Dev Process: Fixed Process: Tested QA | AR : Studies tab > Loader icon is missing at the bottom of the page
ER : Loader icon should be present
(Note : Only 10 sets of data should load at a time)

| 3.0 | Studies tab > Loader icon is missing at the bottom of the page - AR : Studies tab > Loader icon is missing at the bottom of the page
ER : Loader icon should be present
(Note : Only 10 sets of data should load at a time)
 | Game compatibility - Unofficial | # Compatibility Report
- Name of the game with compatibility issues: 428: Shibuya Scramble
- Steam AppID of the game: 648580
## System Information
- GPU: R9 390
- Driver/LLVM version: Mesa 20.2.2-2
- Kernel version: 5.9.8.zen1-1 (identical behavior with 5.9.8.arch1-1)
- Link to full system information report a... | True | 428: Shibuya Scramble (648580) - # Compatibility Report
- Name of the game with compatibility issues: 428: Shibuya Scramble
- Steam AppID of the game: 648580
## System Information
- GPU: R9 390
- Driver/LLVM version: Mesa 20.2.2-2
- Kernel version: 5.9.8.zen1-1 (identical behavior with 5.9.8.arch1-1)
- Link to... | non_process | shibuya scramble compatibility report name of the game with compatibility issues shibuya scramble steam appid of the game system information gpu driver llvm version mesa kernel version identical behavior with link to full system information ... | 0 |
4,990 | 7,822,175,201 | IssuesEvent | 2018-06-14 00:49:16 | StrikeNP/trac_test | https://api.github.com/repos/StrikeNP/trac_test | closed | Add a function to convert.m to changed a pressure profile into altitude (Trac #4) | Migrated from Trac enhancement fasching@uwm.edu post_processing | Add a function to convert.m to changed a pressure profile into altitude. This would be useful for cases that do not specify things in terms of altitude.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/4
```json
{
"status": "closed",
"changetime": "2009-05-16T10:07:24",
"descript... | 1.0 | Add a function to convert.m to changed a pressure profile into altitude (Trac #4) - Add a function to convert.m to changed a pressure profile into altitude. This would be useful for cases that do not specify things in terms of altitude.
Attachments:
Migrated from http://carson.math.uwm.edu/trac/clubb/ticket/4
```jso... | process | add a function to convert m to changed a pressure profile into altitude trac add a function to convert m to changed a pressure profile into altitude this would be useful for cases that do not specify things in terms of altitude attachments migrated from json status closed changetime ... | 1 |
81,617 | 15,781,626,709 | IssuesEvent | 2021-04-01 11:39:45 | GTNewHorizons/GT-New-Horizons-Modpack | https://api.github.com/repos/GTNewHorizons/GT-New-Horizons-Modpack | closed | (Enderio) Inventory Panel Sorting Issues | Status: stale Type: Need Code changes Type: suggestion | _Using the EnderIO the inventory panel has options for how to sort its contents. However unlike in other systems such as an ME system it does not keep the sorting preference once left and re-entered, which can be quite annoying. Bart recommended me to make this ticket as its likely not a terribly hard fix._ | 1.0 | (Enderio) Inventory Panel Sorting Issues - _Using the EnderIO the inventory panel has options for how to sort its contents. However unlike in other systems such as an ME system it does not keep the sorting preference once left and re-entered, which can be quite annoying. Bart recommended me to make this ticket as its l... | non_process | enderio inventory panel sorting issues using the enderio the inventory panel has options for how to sort its contents however unlike in other systems such as an me system it does not keep the sorting preference once left and re entered which can be quite annoying bart recommended me to make this ticket as its l... | 0 |
9,493 | 12,486,892,589 | IssuesEvent | 2020-05-31 05:35:16 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | TIN Interpolation - output raster format and size issues | Bug Feedback Processing | <!--
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and financially sponsoring a fix
Checklist before submitting
-... | 1.0 | TIN Interpolation - output raster format and size issues - <!--
Bug fixing and feature development is a community responsibility, and not the responsibility of the QGIS project alone.
If this bug report or feature request is high-priority for you, we suggest engaging a QGIS developer or support organisation and finan... | process | tin interpolation output raster format and size issues bug fixing and feature development is a community responsibility and not the responsibility of the qgis project alone if this bug report or feature request is high priority for you we suggest engaging a qgis developer or support organisation and finan... | 1 |
21,692 | 30,190,141,149 | IssuesEvent | 2023-07-04 14:45:50 | UnitTestBot/UTBotJava | https://api.github.com/repos/UnitTestBot/UTBotJava | opened | Rerun Spring integration tests after minimizations with full context reset | ctg-enhancement comp-instrumented-process comp-spring | **Description**
Right now we don't fully reset Spring context between concrete executions when generating integration tests with fuzzer, because it's too time consuming (can take several seconds per reset). We do our best to reset relevant parts of context (e.g. reset relevant beans and rollback transactions), howev... | 1.0 | Rerun Spring integration tests after minimizations with full context reset - **Description**
Right now we don't fully reset Spring context between concrete executions when generating integration tests with fuzzer, because it's too time consuming (can take several seconds per reset). We do our best to reset relevant... | process | rerun spring integration tests after minimizations with full context reset description right now we don t fully reset spring context between concrete executions when generating integration tests with fuzzer because it s too time consuming can take several seconds per reset we do our best to reset relevant... | 1 |
115,889 | 11,889,727,323 | IssuesEvent | 2020-03-28 15:10:11 | samiha-rahman/soen390 | https://api.github.com/repos/samiha-rahman/soen390 | opened | US-59: Update Defect Tracking and Report Section for sprint 4 | developer story documentation epic 10 | As a developer, I need to update the defect tracking and report | 1.0 | US-59: Update Defect Tracking and Report Section for sprint 4 - As a developer, I need to update the defect tracking and report | non_process | us update defect tracking and report section for sprint as a developer i need to update the defect tracking and report | 0 |
143,953 | 5,533,275,796 | IssuesEvent | 2017-03-21 12:57:39 | sbpp/sourcebans-pp | https://api.github.com/repos/sbpp/sourcebans-pp | closed | Unable to login via steam | Priority: Medium Status: Abandoned Status: Completed Status: Review Needed Type: Bug | I have installed php-curl module and tried to update `steamopenid.php` and `includes/openid.php` to the latest version from github.
All that happens is I get taken to steam as I am supposed to, but when I am returned to sourcebans I am not logged in.
No errors on the page or in any log files I know of (php and nginx)... | 1.0 | Unable to login via steam - I have installed php-curl module and tried to update `steamopenid.php` and `includes/openid.php` to the latest version from github.
All that happens is I get taken to steam as I am supposed to, but when I am returned to sourcebans I am not logged in.
No errors on the page or in any log fil... | non_process | unable to login via steam i have installed php curl module and tried to update steamopenid php and includes openid php to the latest version from github all that happens is i get taken to steam as i am supposed to but when i am returned to sourcebans i am not logged in no errors on the page or in any log fil... | 0 |
341,097 | 24,682,902,845 | IssuesEvent | 2022-10-18 23:38:18 | apollographql/apollo-server | https://api.github.com/repos/apollographql/apollo-server | opened | Docs: reinstate serverless deployment guides | :memo: documentation | We should reintroduce (and update) our deployment guides for getting Apollo Server up and running in the popular serverless frameworks (lambda, azure, cloud, ...others?)
@glasser proposed a one-size-fits-most approach using @vendia/serverless here which we should lean in to:
https://github.com/apollo-server-integra... | 1.0 | Docs: reinstate serverless deployment guides - We should reintroduce (and update) our deployment guides for getting Apollo Server up and running in the popular serverless frameworks (lambda, azure, cloud, ...others?)
@glasser proposed a one-size-fits-most approach using @vendia/serverless here which we should lean i... | non_process | docs reinstate serverless deployment guides we should reintroduce and update our deployment guides for getting apollo server up and running in the popular serverless frameworks lambda azure cloud others glasser proposed a one size fits most approach using vendia serverless here which we should lean i... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.