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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
17,609 | 23,428,329,647 | IssuesEvent | 2022-08-14 18:34:49 | ForNeVeR/Cesium | https://api.github.com/repos/ForNeVeR/Cesium | opened | Nested include support | kind:feature area:preprocessor | Look for the number `xxx` in the code to find clues to resolve this issue. | 1.0 | Nested include support - Look for the number `xxx` in the code to find clues to resolve this issue. | process | nested include support look for the number xxx in the code to find clues to resolve this issue | 1 |
19,842 | 26,244,352,652 | IssuesEvent | 2023-01-05 14:08:56 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | Pivot tables won't respect the order set up in the query builder | Type:Bug Priority:P2 Querying/Processor Visualization/Tables | **Describe the bug**
If you try to do a pivot table with an order clause, it won't get respected, since the pivot table sends several queries to the DB and the last one (the one that generates the final table) does not bring the ORDER BY from the initial query (it does something like ORDER BY "source"."pivot-grouping"... | 1.0 | Pivot tables won't respect the order set up in the query builder - **Describe the bug**
If you try to do a pivot table with an order clause, it won't get respected, since the pivot table sends several queries to the DB and the last one (the one that generates the final table) does not bring the ORDER BY from the initi... | process | pivot tables won t respect the order set up in the query builder describe the bug if you try to do a pivot table with an order clause it won t get respected since the pivot table sends several queries to the db and the last one the one that generates the final table does not bring the order by from the initi... | 1 |
694,643 | 23,822,634,892 | IssuesEvent | 2022-09-05 12:35:53 | Together-Java/TJ-Bot | https://api.github.com/repos/Together-Java/TJ-Bot | opened | Use slash-command mentions | enhancement good first issue priority: normal | ## Mentions
Discord recently released a new feature called [slash command mentions](https://netcord.site/mention-slash-commands-in-chat/).

The syntax for this is simple, its pure text in a specific format like `</ask:987249686383591447>` where the number is the ID of... | 1.0 | Use slash-command mentions - ## Mentions
Discord recently released a new feature called [slash command mentions](https://netcord.site/mention-slash-commands-in-chat/).

The syntax for this is simple, its pure text in a specific format like `</ask:987249686383591447>` ... | non_process | use slash command mentions mentions discord recently released a new feature called the syntax for this is simple its pure text in a specific format like where the number is the id of the command the id can be get in developer mode by right clicking the command when about to use it ... | 0 |
215,231 | 16,656,890,069 | IssuesEvent | 2021-06-05 17:41:17 | Realm667/WolfenDoom | https://api.github.com/repos/Realm667/WolfenDoom | closed | Commander Keen actor problems | actor bug playtesting | - [x] CKSmirky can teleport into a wall and get stuck.

- [x] The slug poison flatsprite does not align to slopes.

- [x] The slug poison flatsprite does not align to slopes.
![Screenshot_BoA_20210430_17... | non_process | commander keen actor problems cksmirky can teleport into a wall and get stuck the slug poison flatsprite does not align to slopes both could have been fixed already | 0 |
6,353 | 9,413,531,986 | IssuesEvent | 2019-04-10 08:03:01 | tomwrobel/ora_ocfl | https://api.github.com/repos/tomwrobel/ora_ocfl | opened | Generate valid inventory.json.sha512 | !birkland/ocfl AS import/export process ocfl_spec | Currently, Aaron Birkland's code does not generate a valid inventory.json sha512 hash: the hash is present, but the filename is missing, e.g.
```
9cc7b2c8958ed9a2d7ec7e8571e2265046f9ce4993295fa42b1fe1d71489e5f97ea21cc36daeabbd43d5c08140f42464ee5c9aba8b0918bc537c9f8d49773107
```
not
```
inventory.json
``` | 1.0 | Generate valid inventory.json.sha512 - Currently, Aaron Birkland's code does not generate a valid inventory.json sha512 hash: the hash is present, but the filename is missing, e.g.
```
9cc7b2c8958ed9a2d7ec7e8571e2265046f9ce4993295fa42b1fe1d71489e5f97ea21cc36daeabbd43d5c08140f42464ee5c9aba8b0918bc537c9f8d49773107
... | process | generate valid inventory json currently aaron birkland s code does not generate a valid inventory json hash the hash is present but the filename is missing e g not inventory json | 1 |
11,000 | 13,789,085,475 | IssuesEvent | 2020-10-09 08:19:43 | tikv/tikv | https://api.github.com/repos/tikv/tikv | reopened | copr: optimize ChunkedVecSized performance | sig/coprocessor type/enhancement | ## Development Task
https://github.com/tikv/tikv/pull/8503 adds benchmark for structures modified in Chunk-based Computing RFC. The result shows that `ChunkedVecSized<T>` is 2x slower than original `Vec<Option<T>>`. We should figure out what caused such regression, and optimize performance of `ChunkedVecSized`.
<... | 1.0 | copr: optimize ChunkedVecSized performance - ## Development Task
https://github.com/tikv/tikv/pull/8503 adds benchmark for structures modified in Chunk-based Computing RFC. The result shows that `ChunkedVecSized<T>` is 2x slower than original `Vec<Option<T>>`. We should figure out what caused such regression, and op... | process | copr optimize chunkedvecsized performance development task adds benchmark for structures modified in chunk based computing rfc the result shows that chunkedvecsized is slower than original vec we should figure out what caused such regression and optimize performance of chunkedvecsized img w... | 1 |
10,981 | 13,783,156,325 | IssuesEvent | 2020-10-08 18:45:44 | zaimoni/Cataclysm | https://api.github.com/repos/zaimoni/Cataclysm | opened | LLVM and GCC have intentionally broken std::variant -- no fix planned | formal correctness process | This theoretically affects the stability of the subtraction operator for global positioning locations. Further uses of std::variant should require a reasonably high bar. MSVC++ has no such problem.
We'll just have to very carefully test any use of this C++17 STL type, unfortunately.
https://bugs.llvm.org/show_bug... | 1.0 | LLVM and GCC have intentionally broken std::variant -- no fix planned - This theoretically affects the stability of the subtraction operator for global positioning locations. Further uses of std::variant should require a reasonably high bar. MSVC++ has no such problem.
We'll just have to very carefully test any use ... | process | llvm and gcc have intentionally broken std variant no fix planned this theoretically affects the stability of the subtraction operator for global positioning locations further uses of std variant should require a reasonably high bar msvc has no such problem we ll just have to very carefully test any use ... | 1 |
10,790 | 13,608,997,645 | IssuesEvent | 2020-09-23 03:58:35 | googleapis/java-language | https://api.github.com/repos/googleapis/java-language | closed | Dependency Dashboard | api: language type: process | This issue contains a list of Renovate updates and their statuses.
## Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
- [ ] <!-- rebase-branch=renovate/org.apache.maven.plugins-maven-project-info-reports-plugin-3.x -->build(deps): update dependency org.apache... | 1.0 | Dependency Dashboard - This issue contains a list of Renovate updates and their statuses.
## Open
These updates have all been created already. Click a checkbox below to force a retry/rebase of any.
- [ ] <!-- rebase-branch=renovate/org.apache.maven.plugins-maven-project-info-reports-plugin-3.x -->build(deps): updat... | process | dependency dashboard this issue contains a list of renovate updates and their statuses open these updates have all been created already click a checkbox below to force a retry rebase of any build deps update dependency org apache maven plugins maven project info reports plugin to chore de... | 1 |
62,026 | 15,144,672,513 | IssuesEvent | 2021-02-11 01:59:24 | Vyvy-vi/TearDrops | https://api.github.com/repos/Vyvy-vi/TearDrops | closed | [DOCS/IDEA]: Command listing automation | build v1.1+ documentation enhancement ideas-needed no-issue-activity status: on-hold | ## This might be a crazy idea
We can pick up the content of our `commands` and perhaps assign parameters to the command(using the `discord.py` commands class methods or by typing it out in the doc-strings with identifiers).
This would be linked with a GitHub Action, that reads that content and generates a .json file ... | 1.0 | [DOCS/IDEA]: Command listing automation - ## This might be a crazy idea
We can pick up the content of our `commands` and perhaps assign parameters to the command(using the `discord.py` commands class methods or by typing it out in the doc-strings with identifiers).
This would be linked with a GitHub Action, that read... | non_process | command listing automation this might be a crazy idea we can pick up the content of our commands and perhaps assign parameters to the command using the discord py commands class methods or by typing it out in the doc strings with identifiers this would be linked with a github action that reads that con... | 0 |
19,476 | 25,787,797,691 | IssuesEvent | 2022-12-09 22:37:13 | dtcenter/MET | https://api.github.com/repos/dtcenter/MET | closed | Add support for EPA AirNow ASCII data in ASCII2NC | type: new feature requestor: NOAA/other reporting: DTC NOAA R2O required: FOR DEVELOPMENT RELEASE MET: PreProcessing Tools (Point) priority: high | ## Describe the New Feature ##
Per dtcenter/METplus#1515 and @PerryShafran-NOAA, the EPA will switch from providing BUFR to providing ASCII data to NOAA. The new feature is to add support for this new dataset to ASCII2NC.
### Acceptance Testing ###
Sample files exist on seneca here: /home/dadriaan/projects/airnow/... | 1.0 | Add support for EPA AirNow ASCII data in ASCII2NC - ## Describe the New Feature ##
Per dtcenter/METplus#1515 and @PerryShafran-NOAA, the EPA will switch from providing BUFR to providing ASCII data to NOAA. The new feature is to add support for this new dataset to ASCII2NC.
### Acceptance Testing ###
Sample files e... | process | add support for epa airnow ascii data in describe the new feature per dtcenter metplus and perryshafran noaa the epa will switch from providing bufr to providing ascii data to noaa the new feature is to add support for this new dataset to acceptance testing sample files exist on seneca he... | 1 |
240,681 | 20,070,191,981 | IssuesEvent | 2022-02-04 05:12:13 | storj/gateway-mt | https://api.github.com/repos/storj/gateway-mt | opened | missing content-length header produces different error response to S3 | s3-tests | One of the [s3-tests produces a failure](https://github.com/storj/splunk-s3-tests/blob/main/s3tests/functional/test_headers.py#L346). The test expected 411 Length Required when Content-Length header was omitted from the request, but it returns 400 MD5 mismatch error, a bit of a red herring.
After looking at the code... | 1.0 | missing content-length header produces different error response to S3 - One of the [s3-tests produces a failure](https://github.com/storj/splunk-s3-tests/blob/main/s3tests/functional/test_headers.py#L346). The test expected 411 Length Required when Content-Length header was omitted from the request, but it returns 400 ... | non_process | missing content length header produces different error response to one of the the test expected length required when content length header was omitted from the request but it returns mismatch error a bit of a red herring after looking at the code minio putobjecthandler checks r contentlength fr... | 0 |
216,522 | 7,309,036,238 | IssuesEvent | 2018-02-28 10:23:27 | wso2/product-is | https://api.github.com/repos/wso2/product-is | opened | Location given for -d parameter in forget me tool doc is not valid | Affected/5.5.0-Alpha2 Priority/High Type/Docs | Location given for -d parameter in forget me tool doc [1] is not valid
[1] https://docs.wso2.com/display/IS550/Removing+References+to+Deleted+User+Identities
It says below :
d | The configuration directory to use when the tool is run. If you do not specify a value for this option, thedefault conf directory wi... | 1.0 | Location given for -d parameter in forget me tool doc is not valid - Location given for -d parameter in forget me tool doc [1] is not valid
[1] https://docs.wso2.com/display/IS550/Removing+References+to+Deleted+User+Identities
It says below :
d | The configuration directory to use when the tool is run. If you... | non_process | location given for d parameter in forget me tool doc is not valid location given for d parameter in forget me tool doc is not valid it says below d the configuration directory to use when the tool is run if you do not specify a value for this option thedefault conf directory will be used no... | 0 |
77,412 | 26,979,160,010 | IssuesEvent | 2023-02-09 11:49:09 | vector-im/element-call | https://api.github.com/repos/vector-im/element-call | opened | NPE during call hangup | T-Defect | ### Steps to reproduce
Unknown, but this was when a call to a device failed and we tried to dispose the call.
### Outcome
#### What did you expect?
#### What happened instead?
### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_
### Will you send logs?... | 1.0 | NPE during call hangup - ### Steps to reproduce
Unknown, but this was when a call to a device failed and we tried to dispose the call.
### Outcome
#### What did you expect?
#### What happened instead?
### Operating system
_No response_
### Browser information
_No response_
### URL for webapp
_No response_... | non_process | npe during call hangup steps to reproduce unknown but this was when a call to a device failed and we tried to dispose the call outcome what did you expect what happened instead operating system no response browser information no response url for webapp no response ... | 0 |
76,892 | 15,496,226,610 | IssuesEvent | 2021-03-11 02:17:24 | n-devs/example-scripts-react | https://api.github.com/repos/n-devs/example-scripts-react | opened | CVE-2019-20920 (High) detected in handlebars-4.1.2.tgz | security vulnerability | ## CVE-2019-20920 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary>
<p>Handlebars provides the power necessary to let you build semantic templates ... | True | CVE-2019-20920 (High) detected in handlebars-4.1.2.tgz - ## CVE-2019-20920 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>handlebars-4.1.2.tgz</b></p></summary>
<p>Handlebars provides... | non_process | cve high detected in handlebars tgz cve high severity vulnerability vulnerable library handlebars tgz handlebars provides the power necessary to let you build semantic templates effectively with no frustration library home page a href path to dependency file example sc... | 0 |
262,949 | 23,026,358,660 | IssuesEvent | 2022-07-22 09:34:52 | redpanda-data/redpanda | https://api.github.com/repos/redpanda-data/redpanda | opened | v22.2.1-rc1 manual cloud testing | kind/enhance area/redpanda area/tests | Initial test plan:
- [ ] deploy in cloud (BYOC and/or FMC) - see https://vectorizedio.atlassian.net/wiki/spaces/CORE/pages/195199013/Testing+in+BYOC
- [ ] run basic client workload
- [ ] stress testing | 1.0 | v22.2.1-rc1 manual cloud testing - Initial test plan:
- [ ] deploy in cloud (BYOC and/or FMC) - see https://vectorizedio.atlassian.net/wiki/spaces/CORE/pages/195199013/Testing+in+BYOC
- [ ] run basic client workload
- [ ] stress testing | non_process | manual cloud testing initial test plan deploy in cloud byoc and or fmc see run basic client workload stress testing | 0 |
17,771 | 23,698,777,353 | IssuesEvent | 2022-08-29 16:56:06 | googleapis/cloud-trace-nodejs | https://api.github.com/repos/googleapis/cloud-trace-nodejs | closed | Tests for PostgreSQL and some versions of Hapi should be re-enabled or deleted | type: process api: cloudtrace | The tests for PostgreSQL and for some versions of Hapi have been turned off, because they were not running on Node 14 and Node 15.
They should either be removed completely, or fixed. | 1.0 | Tests for PostgreSQL and some versions of Hapi should be re-enabled or deleted - The tests for PostgreSQL and for some versions of Hapi have been turned off, because they were not running on Node 14 and Node 15.
They should either be removed completely, or fixed. | process | tests for postgresql and some versions of hapi should be re enabled or deleted the tests for postgresql and for some versions of hapi have been turned off because they were not running on node and node they should either be removed completely or fixed | 1 |
4,690 | 7,526,143,257 | IssuesEvent | 2018-04-13 13:09:12 | Activiti/Activiti | https://api.github.com/repos/Activiti/Activiti | opened | Process Instances Model is not working with the Accept Image/svg | blocking process | When I call the api
http://{{domain}}/myapp-rb/v1/process-instances/4159a15f-3f1b-11e8-aa83-0a586460031e/model
Accept image/svg+xml
I'm getting a 406 error.
The API is working fine if I have in the header
Content-Type image/svg+xm
| 1.0 | Process Instances Model is not working with the Accept Image/svg - When I call the api
http://{{domain}}/myapp-rb/v1/process-instances/4159a15f-3f1b-11e8-aa83-0a586460031e/model
Accept image/svg+xml
I'm getting a 406 error.
The API is working fine if I have in the header
Content-Type image/svg+xm
| process | process instances model is not working with the accept image svg when i call the api accept image svg xml i m getting a error the api is working fine if i have in the header content type image svg xm | 1 |
246,078 | 20,821,182,636 | IssuesEvent | 2022-03-18 15:31:27 | phetsims/chains | https://api.github.com/repos/phetsims/chains | opened | CT protocol error Target closed | type:automated-testing | ```
chains : build
Build failed with status code 3:
Running "report-media" task
Running "clean" task
Running "build" task
>> TypeScript compilation complete: 985ms
10:01:27 PM, 452 ms: ../chains/js/chains/ChainsScreen.js
10:01:27 PM, 63 ms: ../chains/js/chains/view/ChainsView.js
10:01:27 PM, 34 ms: ../chai... | 1.0 | CT protocol error Target closed - ```
chains : build
Build failed with status code 3:
Running "report-media" task
Running "clean" task
Running "build" task
>> TypeScript compilation complete: 985ms
10:01:27 PM, 452 ms: ../chains/js/chains/ChainsScreen.js
10:01:27 PM, 63 ms: ../chains/js/chains/view/ChainsVi... | non_process | ct protocol error target closed chains build build failed with status code running report media task running clean task running build task typescript compilation complete pm ms chains js chains chainsscreen js pm ms chains js chains view chainsview js ... | 0 |
546,854 | 16,020,342,279 | IssuesEvent | 2021-04-20 21:55:32 | Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth-2 | opened | Сartography Inaccuracies | :exclamation: priority high :question: suggestion :question: cartography | <!--
DO NOT REMOVE PRE-EXISTING LINES
IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION
----------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
So it's time to list all inaccuracies t... | 1.0 | Сartography Inaccuracies - <!--
DO NOT REMOVE PRE-EXISTING LINES
IF YOU WANT TO SUGGEST A FEW THINGS, OPEN A NEW ISSUE PER EVERY SUGGESTION
----------------------------------------------------------------------------------------------------------
-->
**Describe your suggestion in full detail below:**
So it's time... | non_process | сartography inaccuracies do not remove pre existing lines if you want to suggest a few things open a new issue per every suggestion describe your suggestion in full detail below so it s time... | 0 |
19,208 | 25,340,923,742 | IssuesEvent | 2022-11-18 21:31:56 | opensearch-project/data-prepper | https://api.github.com/repos/opensearch-project/data-prepper | closed | Aggregate only some events | enhancement plugin - processor | **Is your feature request related to a problem? Please describe.**
Support aggregating only some events meeting a certain value.
**Describe the solution you'd like**
Provide an `aggregate_when` configuration to the `aggregate` processor.
**Describe alternatives you've considered (Optional)**
* Support `w... | 1.0 | Aggregate only some events - **Is your feature request related to a problem? Please describe.**
Support aggregating only some events meeting a certain value.
**Describe the solution you'd like**
Provide an `aggregate_when` configuration to the `aggregate` processor.
**Describe alternatives you've considered... | process | aggregate only some events is your feature request related to a problem please describe support aggregating only some events meeting a certain value describe the solution you d like provide an aggregate when configuration to the aggregate processor describe alternatives you ve considered... | 1 |
4,354 | 7,260,288,103 | IssuesEvent | 2018-02-18 07:41:43 | MobileOrg/mobileorg | https://api.github.com/repos/MobileOrg/mobileorg | closed | Is the use of a crash reporter worth the effort? | development process question | The last bugs reported by users were somehow hard to track down. We can't ask the user for their org files. Therefore to have access to crash reports might help. As it seems there were no crash reports provided within the Apple world (TestFlight, Xcode, ...).
The use of an external service might help here. I stumbl... | 1.0 | Is the use of a crash reporter worth the effort? - The last bugs reported by users were somehow hard to track down. We can't ask the user for their org files. Therefore to have access to crash reports might help. As it seems there were no crash reports provided within the Apple world (TestFlight, Xcode, ...).
The u... | process | is the use of a crash reporter worth the effort the last bugs reported by users were somehow hard to track down we can t ask the user for their org files therefore to have access to crash reports might help as it seems there were no crash reports provided within the apple world testflight xcode the u... | 1 |
645,197 | 20,997,707,676 | IssuesEvent | 2022-03-29 14:45:25 | thoth-station/user-api | https://api.github.com/repos/thoth-station/user-api | closed | Remove `count` and `limit` from advise endpoint | kind/feature priority/important-longterm sig/user-experience triage/accepted | **Is your feature request related to a problem? Please describe.**
As per discussion in the tech talk, we could drop these two parameters on the advise endpoint. They should be controlled based on the backend configuration rather than allowing users to supply them to the resolution process.
**Describe the solutio... | 1.0 | Remove `count` and `limit` from advise endpoint - **Is your feature request related to a problem? Please describe.**
As per discussion in the tech talk, we could drop these two parameters on the advise endpoint. They should be controlled based on the backend configuration rather than allowing users to supply them to... | non_process | remove count and limit from advise endpoint is your feature request related to a problem please describe as per discussion in the tech talk we could drop these two parameters on the advise endpoint they should be controlled based on the backend configuration rather than allowing users to supply them to... | 0 |
153,342 | 5,890,005,933 | IssuesEvent | 2017-05-17 14:08:13 | nim-lang/Nim | https://api.github.com/repos/nim-lang/Nim | closed | LibreSSL isn't recognized as legit SSL library | High Priority Stdlib | When running Nimble on a distro with LibreSSL installed in lieu of OpenSSL (like on Void Linux), Nim doesn't seem to recognize it and asks for another versions.
```
$ nimble
could not load: libcrypto.so(|.10|.1.0.1|.1.0.0|.0.9.9|.0.9.8)
```
```
$ nimble
could not load: libssl.so(|.10|.1.0.1|.1.0.0|.0.9.9|.0.9.8)
```
... | 1.0 | LibreSSL isn't recognized as legit SSL library - When running Nimble on a distro with LibreSSL installed in lieu of OpenSSL (like on Void Linux), Nim doesn't seem to recognize it and asks for another versions.
```
$ nimble
could not load: libcrypto.so(|.10|.1.0.1|.1.0.0|.0.9.9|.0.9.8)
```
```
$ nimble
could not load:... | non_process | libressl isn t recognized as legit ssl library when running nimble on a distro with libressl installed in lieu of openssl like on void linux nim doesn t seem to recognize it and asks for another versions nimble could not load libcrypto so nimble could not load ... | 0 |
2,218 | 2,603,991,278 | IssuesEvent | 2015-02-24 19:06:41 | chrsmith/nishazi6 | https://api.github.com/repos/chrsmith/nishazi6 | opened | 沈阳疱疹的治疗办法 | auto-migrated Priority-Medium Type-Defect | ```
沈阳疱疹的治疗办法〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com by `q964105.... | 1.0 | 沈阳疱疹的治疗办法 - ```
沈阳疱疹的治疗办法〓沈陽軍區政治部醫院性病〓TEL:024-3102
3308〓成立于1946年,68年專注于性傳播疾病的研究和治療。位�
��沈陽市沈河區二緯路32號。是一所與新中國同建立共輝煌的�
��史悠久、設備精良、技術權威、專家云集,是預防、保健、
醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等��
�隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東�
��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍
后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二��
�功。
```
-----
Original issue reported on code.google.com ... | non_process | 沈阳疱疹的治疗办法 沈阳疱疹的治疗办法〓沈陽軍區政治部醫院性病〓tel: 〓 , 。位� �� 。是一所與新中國同建立共輝煌的� ��史悠久、設備精良、技術權威、專家云集,是預防、保健、 醫療、科研康復為一體的綜合性醫院。是國家首批公立甲等�� �隊醫院、全國首批醫療規范定點單位,是第四軍醫大學、東� ��大學等知名高等院校的教學醫院。曾被中國人民解放軍空軍 后勤部衛生部評為衛生工作先進單位,先后兩次榮立集體二�� �功。 original issue reported on code google com by gmail com on jun at | 0 |
3,118 | 6,149,509,212 | IssuesEvent | 2017-06-27 20:17:38 | phpDocumentor/phpDocumentor2 | https://api.github.com/repos/phpDocumentor/phpDocumentor2 | closed | Fatal error: Failed opening required "dompdf_config.inc.php" in Bootstrap.php on line 178 | Bug Release process | Hi
I've installed phpDocumnetor2 using pearl I a got a success message "install ok: channel://pear.phpdoc.org/phpDocumentor-2.9.0" but when I put in the console phpdoc I got the following error:
PHP Warning: require_once(C:\xampp\htdocs\siselc-thomas\vendor/dompdf/dompdf/dompdf_config.inc.php): failed to open stre... | 1.0 | Fatal error: Failed opening required "dompdf_config.inc.php" in Bootstrap.php on line 178 - Hi
I've installed phpDocumnetor2 using pearl I a got a success message "install ok: channel://pear.phpdoc.org/phpDocumentor-2.9.0" but when I put in the console phpdoc I got the following error:
PHP Warning: require_once(C:... | process | fatal error failed opening required dompdf config inc php in bootstrap php on line hi i ve installed using pearl i a got a success message install ok channel pear phpdoc org phpdocumentor but when i put in the console phpdoc i got the following error php warning require once c xampp htdocs s... | 1 |
19,048 | 25,050,303,271 | IssuesEvent | 2022-11-05 20:02:03 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | child_process.spawn is considerably slower in Node 12+ | child_process performance | ### Version
Node v12+
### Platform
MacOS (Big Sur)
### Summary
We've discovered an issue with Electron 12 and above (Node 14 and above), where spawning a child_process takes considerably longer than Electron 11 and lower (Node 12 and lower).
The issue appears to be related to the Node version - Here's an ... | 1.0 | child_process.spawn is considerably slower in Node 12+ - ### Version
Node v12+
### Platform
MacOS (Big Sur)
### Summary
We've discovered an issue with Electron 12 and above (Node 14 and above), where spawning a child_process takes considerably longer than Electron 11 and lower (Node 12 and lower).
The iss... | process | child process spawn is considerably slower in node version node platform macos big sur summary we ve discovered an issue with electron and above node and above where spawning a child process takes considerably longer than electron and lower node and lower the issue appe... | 1 |
9,259 | 12,294,552,717 | IssuesEvent | 2020-05-11 00:30:05 | allinurl/goaccess | https://api.github.com/repos/allinurl/goaccess | closed | Allow %h (or a new format specifier) to accept looked-up hostnames | add enhancement log-processing | First off, thank you for writing GoAccess and releasing it!
Could you please implement the ability to have `%h` (or perhaps a new format specifier like `%H`) accept hostnames that have already been looked up. In other words, to be able to accept log files where IP addresses are not recorded but the looked-up names ... | 1.0 | Allow %h (or a new format specifier) to accept looked-up hostnames - First off, thank you for writing GoAccess and releasing it!
Could you please implement the ability to have `%h` (or perhaps a new format specifier like `%H`) accept hostnames that have already been looked up. In other words, to be able to accept l... | process | allow h or a new format specifier to accept looked up hostnames first off thank you for writing goaccess and releasing it could you please implement the ability to have h or perhaps a new format specifier like h accept hostnames that have already been looked up in other words to be able to accept l... | 1 |
11,263 | 14,048,899,735 | IssuesEvent | 2020-11-02 09:31:47 | pystatgen/sgkit | https://api.github.com/repos/pystatgen/sgkit | closed | Stop using __all__ for top-level namespace | process + tools | We seem to have a lot of "git conflict potential" in the current setup. The two main places seem to be in the ``known_third_party`` in setup.cfg and manually listing all API functions in ``__init__.py``. I can see how ``known_third_party`` will settle down after a while, but manually updating ``__init__.py`` for every... | 1.0 | Stop using __all__ for top-level namespace - We seem to have a lot of "git conflict potential" in the current setup. The two main places seem to be in the ``known_third_party`` in setup.cfg and manually listing all API functions in ``__init__.py``. I can see how ``known_third_party`` will settle down after a while, but... | process | stop using all for top level namespace we seem to have a lot of git conflict potential in the current setup the two main places seem to be in the known third party in setup cfg and manually listing all api functions in init py i can see how known third party will settle down after a while but... | 1 |
10,184 | 13,044,162,860 | IssuesEvent | 2020-07-29 03:47:37 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | UCP: Migrate scalar function `TruncateReal` from TiDB | challenge-program-2 component/coprocessor difficulty/easy sig/coprocessor |
## Description
Port the scalar function `TruncateReal` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @iosmanthus
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github.com/tikv/tikv/tree/master/components/tidb_query/src/rpn... | 2.0 | UCP: Migrate scalar function `TruncateReal` from TiDB -
## Description
Port the scalar function `TruncateReal` from TiDB to coprocessor.
## Score
* 50
## Mentor(s)
* @iosmanthus
## Recommended Skills
* Rust programming
## Learning Materials
Already implemented expressions ported from TiDB
- https://github... | process | ucp migrate scalar function truncatereal from tidb description port the scalar function truncatereal from tidb to coprocessor score mentor s iosmanthus recommended skills rust programming learning materials already implemented expressions ported from tidb | 1 |
75,508 | 3,463,442,516 | IssuesEvent | 2015-12-21 10:01:32 | phusion/passenger | https://api.github.com/repos/phusion/passenger | closed | Graceful shutdown signal when using websockets | Enhancement EnterpriseCustomer Priority/High | When the new `passenger_abort_websockets_on_process_shutdown` is set to `false`, Passenger will wait with sending a termination signal until the application has closed its websockets. Passenger should have a way of signaling the app that it should commence websocket termination. | 1.0 | Graceful shutdown signal when using websockets - When the new `passenger_abort_websockets_on_process_shutdown` is set to `false`, Passenger will wait with sending a termination signal until the application has closed its websockets. Passenger should have a way of signaling the app that it should commence websocket term... | non_process | graceful shutdown signal when using websockets when the new passenger abort websockets on process shutdown is set to false passenger will wait with sending a termination signal until the application has closed its websockets passenger should have a way of signaling the app that it should commence websocket term... | 0 |
7,530 | 10,606,153,451 | IssuesEvent | 2019-10-10 22:20:40 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | Storage: add systests for V4 signed URLs with CSEK headers | api: storage backend testing type: process | /cc @frankyn Follow-on from PR #7460.
Currently, the GCS back-end has a bug for signed URLs using customer-supplied encryption key headers (`x-goog-encryption-key` and `x-goog-encryption-key-sha256`). Once a fix for that bug is rolled out, add system tests which show using the CSEK headers to build V4 signed upload... | 1.0 | Storage: add systests for V4 signed URLs with CSEK headers - /cc @frankyn Follow-on from PR #7460.
Currently, the GCS back-end has a bug for signed URLs using customer-supplied encryption key headers (`x-goog-encryption-key` and `x-goog-encryption-key-sha256`). Once a fix for that bug is rolled out, add system test... | process | storage add systests for signed urls with csek headers cc frankyn follow on from pr currently the gcs back end has a bug for signed urls using customer supplied encryption key headers x goog encryption key and x goog encryption key once a fix for that bug is rolled out add system tests which s... | 1 |
20,922 | 27,758,991,130 | IssuesEvent | 2023-03-16 06:26:31 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | The backward call hangs on Torch for CPU | high priority oncall: distributed module: multiprocessing module: convolution module: deadlock | ### 🐛 Describe the bug
Very tiny model with two convolutions hangs on loss.backward() call.
```python
UNet(
(down_path): ModuleList(
(0): UNetConvBlock(
(block): Conv2d(3, 2, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1))
)
)
(last): Conv2d(2, 13, kernel_size=(1, 1), stride=(1, 1))... | 1.0 | The backward call hangs on Torch for CPU - ### 🐛 Describe the bug
Very tiny model with two convolutions hangs on loss.backward() call.
```python
UNet(
(down_path): ModuleList(
(0): UNetConvBlock(
(block): Conv2d(3, 2, kernel_size=(3, 3), stride=(1, 1), padding=(1, 1))
)
)
(last): Conv2... | process | the backward call hangs on torch for cpu 🐛 describe the bug very tiny model with two convolutions hangs on loss backward call python unet down path modulelist unetconvblock block kernel size stride padding last ke... | 1 |
11,262 | 14,048,642,220 | IssuesEvent | 2020-11-02 09:09:46 | tikv/tikv | https://api.github.com/repos/tikv/tikv | closed | Dust seal the old coprocessor executors' code | difficulty/medium sig/coprocessor type/feature-request | ## Feature Request
### Is your feature request related to a problem? Please describe:
The migration of the coprocessor from the old executor framework toward the batch executor framework is almost done due to our contributor's [effort](https://github.com/tikv/tikv/pull/8322). However, after our batch execution fr... | 1.0 | Dust seal the old coprocessor executors' code - ## Feature Request
### Is your feature request related to a problem? Please describe:
The migration of the coprocessor from the old executor framework toward the batch executor framework is almost done due to our contributor's [effort](https://github.com/tikv/tikv/p... | process | dust seal the old coprocessor executors code feature request is your feature request related to a problem please describe the migration of the coprocessor from the old executor framework toward the batch executor framework is almost done due to our contributor s however after our batch execution ... | 1 |
6,241 | 9,199,358,117 | IssuesEvent | 2019-03-07 14:47:18 | googlegenomics/gcp-variant-transforms | https://api.github.com/repos/googlegenomics/gcp-variant-transforms | closed | Automate release process as much as possible | P3 enhancement process | The existing release process requires a few manual steps. These can be easily automated through a bash script. | 1.0 | Automate release process as much as possible - The existing release process requires a few manual steps. These can be easily automated through a bash script. | process | automate release process as much as possible the existing release process requires a few manual steps these can be easily automated through a bash script | 1 |
507 | 2,963,137,720 | IssuesEvent | 2015-07-10 08:15:29 | Philpax/athena | https://api.github.com/repos/Philpax/athena | closed | Creation of binary expressions from instructions | ast-process | `add(a, b)` should be mapped to `a + b`, etc.
Incomplete list of potential expression conversion targets:
`add(a, b)` -> `a + b`
`mul(a, b)` -> `a * b`
`ishl(a, b)` -> `a << b`
`ushr(a, b)` -> `a >> b`
`ge(a, b)` -> `a >= b` | 1.0 | Creation of binary expressions from instructions - `add(a, b)` should be mapped to `a + b`, etc.
Incomplete list of potential expression conversion targets:
`add(a, b)` -> `a + b`
`mul(a, b)` -> `a * b`
`ishl(a, b)` -> `a << b`
`ushr(a, b)` -> `a >> b`
`ge(a, b)` -> `a >= b` | process | creation of binary expressions from instructions add a b should be mapped to a b etc incomplete list of potential expression conversion targets add a b a b mul a b a b ishl a b a b ushr a b a b ge a b a b | 1 |
77,828 | 27,183,862,877 | IssuesEvent | 2023-02-19 00:31:25 | amyjko/bookish | https://api.github.com/repos/amyjko/bookish | closed | Image doesn't appear after upload | defect writing | Repro:
* Drag an image to book or chapter cover
* Image chooser shows uploaded image but the cover image says it was unable to get the URL
There are some wonky things about the Google Cloud feedback about file upload success. Need to work around some of their defects or see if the APIs are fixed. Part of the pro... | 1.0 | Image doesn't appear after upload - Repro:
* Drag an image to book or chapter cover
* Image chooser shows uploaded image but the cover image says it was unable to get the URL
There are some wonky things about the Google Cloud feedback about file upload success. Need to work around some of their defects or see if... | non_process | image doesn t appear after upload repro drag an image to book or chapter cover image chooser shows uploaded image but the cover image says it was unable to get the url there are some wonky things about the google cloud feedback about file upload success need to work around some of their defects or see if... | 0 |
127,413 | 18,010,455,240 | IssuesEvent | 2021-09-16 07:59:57 | maddyCode23/linux-4.1.15 | https://api.github.com/repos/maddyCode23/linux-4.1.15 | opened | CVE-2016-4557 (High) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2016-4557 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwright's fork of linux-stable-rt.git</p>
<p>Library home page... | True | CVE-2016-4557 (High) detected in linux-stable-rtv4.1.33 - ## CVE-2016-4557 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linux-stable-rtv4.1.33</b></p></summary>
<p>
<p>Julia Cartwri... | non_process | cve high detected in linux stable cve high severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href vulnerable source files kernel bpf veri... | 0 |
17,499 | 23,311,733,457 | IssuesEvent | 2022-08-08 08:52:40 | pystatgen/sgkit | https://api.github.com/repos/pystatgen/sgkit | closed | Fix windows wheels tests | process + tools | Don't test on Python 3.10, and make sure Python 3.8 and 3.9 use cbgen 1.0.1 not 1.0.2 (like #878, but in setup.cfg). | 1.0 | Fix windows wheels tests - Don't test on Python 3.10, and make sure Python 3.8 and 3.9 use cbgen 1.0.1 not 1.0.2 (like #878, but in setup.cfg). | process | fix windows wheels tests don t test on python and make sure python and use cbgen not like but in setup cfg | 1 |
3,915 | 17,500,657,036 | IssuesEvent | 2021-08-10 09:01:30 | RalfKoban/MiKo-Analyzers | https://api.github.com/repos/RalfKoban/MiKo-Analyzers | closed | MiKo_3205 should be aware of 'yield return' | bug Area: analyzer Area: maintainability | Multiple `yield return` calls without empy lines in between should not trigger a violation. | True | MiKo_3205 should be aware of 'yield return' - Multiple `yield return` calls without empy lines in between should not trigger a violation. | non_process | miko should be aware of yield return multiple yield return calls without empy lines in between should not trigger a violation | 0 |
94,802 | 8,518,046,284 | IssuesEvent | 2018-11-01 10:13:21 | actnforchildren/mental_health_app | https://api.github.com/repos/actnforchildren/mental_health_app | closed | Emotion logging - Emojis | please-test priority-2 | When logging my daily emotions,
I would like to choose from cartoon characters with generic facial expressions
So I am able to attribute my emotions to how they are represented visually.
### Acceptance Criteria
- [x] Users can choose from a pre-determined list of emoji which can reflect how they're feeling
- [... | 1.0 | Emotion logging - Emojis - When logging my daily emotions,
I would like to choose from cartoon characters with generic facial expressions
So I am able to attribute my emotions to how they are represented visually.
### Acceptance Criteria
- [x] Users can choose from a pre-determined list of emoji which can refle... | non_process | emotion logging emojis when logging my daily emotions i would like to choose from cartoon characters with generic facial expressions so i am able to attribute my emotions to how they are represented visually acceptance criteria users can choose from a pre determined list of emoji which can reflect... | 0 |
246,362 | 20,842,899,094 | IssuesEvent | 2022-03-21 04:03:13 | dapr/java-sdk | https://api.github.com/repos/dapr/java-sdk | closed | Fix Service invocation path segments automatic encode of `/` into %2f | kind/bug triaged/resolved area/client area/test/integration-tests P1 size/XS | ## Expected Behavior
Given a method name containing "/" in service invocation, properly split path segments and call dapr.
## Actual Behavior
Currently in PubSub IT,
https://github.com/dapr/java-sdk/blob/master/sdk-tests/src/test/java/io/dapr/it/pubsub/http/PubSubIT.java#L396-L400
The method being called... | 2.0 | Fix Service invocation path segments automatic encode of `/` into %2f - ## Expected Behavior
Given a method name containing "/" in service invocation, properly split path segments and call dapr.
## Actual Behavior
Currently in PubSub IT,
https://github.com/dapr/java-sdk/blob/master/sdk-tests/src/test/java/i... | non_process | fix service invocation path segments automatic encode of into expected behavior given a method name containing in service invocation properly split path segments and call dapr actual behavior currently in pubsub it the method being called is messages ttltopic which gets encoded ... | 0 |
93,163 | 3,886,470,099 | IssuesEvent | 2016-04-14 01:11:17 | Solinea/goldstone-server | https://api.github.com/repos/Solinea/goldstone-server | reopened | Remove plugin install from goldstone-search image | priority 4: low type: enhancement | The following plugins should be installed as part of solinea/logstash image, and not goldstone-search.
logstash-filter-translate
logstash-input-http
Will increase the efficiency of the image build, and only focus on the goldstone-specific build portion. | 1.0 | Remove plugin install from goldstone-search image - The following plugins should be installed as part of solinea/logstash image, and not goldstone-search.
logstash-filter-translate
logstash-input-http
Will increase the efficiency of the image build, and only focus on the goldstone-specific build portion. | non_process | remove plugin install from goldstone search image the following plugins should be installed as part of solinea logstash image and not goldstone search logstash filter translate logstash input http will increase the efficiency of the image build and only focus on the goldstone specific build portion | 0 |
3,711 | 6,732,531,559 | IssuesEvent | 2017-10-18 11:53:41 | lockedata/rcms | https://api.github.com/repos/lockedata/rcms | opened | Manage speaker submission | conference team odoo processes | ## Detailed task
- Review submissions
- Accept/reject sessions
- Email speakers
## Assessing the task
Try to perform the task. Use google and the system documentation to help - part of what we're trying to assess how easy it is for people to work out how to do tasks.
Use a 👍 (`:+1:`) reaction to this task if... | 1.0 | Manage speaker submission - ## Detailed task
- Review submissions
- Accept/reject sessions
- Email speakers
## Assessing the task
Try to perform the task. Use google and the system documentation to help - part of what we're trying to assess how easy it is for people to work out how to do tasks.
Use a 👍 (`:+1... | process | manage speaker submission detailed task review submissions accept reject sessions email speakers assessing the task try to perform the task use google and the system documentation to help part of what we re trying to assess how easy it is for people to work out how to do tasks use a 👍 ... | 1 |
16,106 | 20,358,060,079 | IssuesEvent | 2022-02-20 08:59:57 | fmnas/fmnas-site | https://api.github.com/repos/fmnas/fmnas-site | closed | Email the applicant a copy of their application as a PDF. | public backend form processor medium (3-8h) +1 from Sean |
---
_This issue has been automatically created by [todo-actions](https://github.com/apps/todo-actions) based on a TODO comment found in [public/application/index.php:91](https://github.com/fmnas/fmnas-site/blob/main/public/application/index.php#L91). It will automatically be closed when the TODO comment is removed fr... | 1.0 | Email the applicant a copy of their application as a PDF. -
---
_This issue has been automatically created by [todo-actions](https://github.com/apps/todo-actions) based on a TODO comment found in [public/application/index.php:91](https://github.com/fmnas/fmnas-site/blob/main/public/application/index.php#L91). It will... | process | email the applicant a copy of their application as a pdf this issue has been automatically created by based on a todo comment found in it will automatically be closed when the todo comment is removed from the default branch main | 1 |
19,683 | 26,033,581,876 | IssuesEvent | 2022-12-22 00:57:26 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_terminate_signal (__main__.SpawnTest) | module: multiprocessing triaged module: flaky-tests skipped | Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](http://torch-ci.com/failure/test_terminate_signal%2C%20SpawnTest) and the most recent [workflow logs](https://github.com/pytorch/pytorch/actions/runs/1890592409).
Over the past 3 hours, it has been determined flaky in 1 workflo... | 1.0 | DISABLED test_terminate_signal (__main__.SpawnTest) - Platforms: linux
This test was disabled because it is failing in CI. See [recent examples](http://torch-ci.com/failure/test_terminate_signal%2C%20SpawnTest) and the most recent [workflow logs](https://github.com/pytorch/pytorch/actions/runs/1890592409).
Over the p... | process | disabled test terminate signal main spawntest platforms linux this test was disabled because it is failing in ci see and the most recent over the past hours it has been determined flaky in workflow s with red and green cc vitalyfedyunin | 1 |
491,391 | 14,163,236,934 | IssuesEvent | 2020-11-12 01:51:39 | Baystation12/Baystation12 | https://api.github.com/repos/Baystation12/Baystation12 | closed | Clicking 'Reconnect' on the arctic planet shuttle helm causes the MC to crash. | Bug :bug: Could Reproduce :bug: Priority: High ⚠ | <!--
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Every field other than 'specific information for locating' is required.
If you do not fill out the 'specific information' field, please delete the header.
/!\ Omitting or not ... | 1.0 | Clicking 'Reconnect' on the arctic planet shuttle helm causes the MC to crash. - <!--
Anything inside tags like these is a comment and will not be displayed in the final issue.
Be careful not to write inside them!
Every field other than 'specific information for locating' is required.
If you do not fill out t... | non_process | clicking reconnect on the arctic planet shuttle helm causes the mc to crash anything inside tags like these is a comment and will not be displayed in the final issue be careful not to write inside them every field other than specific information for locating is required if you do not fill out t... | 0 |
46,072 | 13,055,847,926 | IssuesEvent | 2020-07-30 02:54:55 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | PYTHON_LOGGING eanabled causes builds to fail. (Trac #539) | Incomplete Migration Migrated from Trac cmake defect | Migrated from https://code.icecube.wisc.edu/ticket/539
```json
{
"status": "closed",
"changetime": "2009-03-01T00:40:18",
"description": "When PYTHON_LOGGING in CMakeCache.txt is set to True, dataio fails to compile:\n\n/disk02/home/blaufuss/icework/offline-software/trunk/src/dataio/public/dataio/I3File.h... | 1.0 | PYTHON_LOGGING eanabled causes builds to fail. (Trac #539) - Migrated from https://code.icecube.wisc.edu/ticket/539
```json
{
"status": "closed",
"changetime": "2009-03-01T00:40:18",
"description": "When PYTHON_LOGGING in CMakeCache.txt is set to True, dataio fails to compile:\n\n/disk02/home/blaufuss/ice... | non_process | python logging eanabled causes builds to fail trac migrated from json status closed changetime description when python logging in cmakecache txt is set to true dataio fails to compile n n home blaufuss icework offline software trunk src dataio public dataio h... | 0 |
22,530 | 31,653,710,061 | IssuesEvent | 2023-09-07 02:00:10 | lizhihao6/get-daily-arxiv-noti | https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti | opened | New submissions for Thu, 7 Sep 23 | event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB | ## Keyword: events
### Domain Adaptation for Efficiently Fine-tuning Vision Transformer with Encrypted Images
- **Authors:** Teru Nagamori, Sayaka Shiota, Hitoshi Kiya
- **Subjects:** Computer Vision and Pattern Recognition (cs.CV); Cryptography and Security (cs.CR); Machine Learning (cs.LG)
- **Arxiv link:** https... | 2.0 | New submissions for Thu, 7 Sep 23 - ## Keyword: events
### Domain Adaptation for Efficiently Fine-tuning Vision Transformer with Encrypted Images
- **Authors:** Teru Nagamori, Sayaka Shiota, Hitoshi Kiya
- **Subjects:** Computer Vision and Pattern Recognition (cs.CV); Cryptography and Security (cs.CR); Machine Lear... | process | new submissions for thu sep keyword events domain adaptation for efficiently fine tuning vision transformer with encrypted images authors teru nagamori sayaka shiota hitoshi kiya subjects computer vision and pattern recognition cs cv cryptography and security cs cr machine learn... | 1 |
14,233 | 17,154,427,825 | IssuesEvent | 2021-07-14 03:49:57 | amor71/LiuAlgoTrader | https://api.github.com/repos/amor71/LiuAlgoTrader | closed | ML support | enhancement in-process no-issue-activity | **Is your feature request related to a problem? Please describe.**
some strategies seem to work well on certain stocks and certain setups, and less for others.
**Describe the solution you'd like**
extend market miner for off-market calculation of a NN that will predict the affinity of stock to a specific strategy... | 1.0 | ML support - **Is your feature request related to a problem? Please describe.**
some strategies seem to work well on certain stocks and certain setups, and less for others.
**Describe the solution you'd like**
extend market miner for off-market calculation of a NN that will predict the affinity of stock to a spec... | process | ml support is your feature request related to a problem please describe some strategies seem to work well on certain stocks and certain setups and less for others describe the solution you d like extend market miner for off market calculation of a nn that will predict the affinity of stock to a spec... | 1 |
477,301 | 13,759,486,474 | IssuesEvent | 2020-10-07 03:09:59 | AY2021S1-CS2113T-T12-4/tp | https://api.github.com/repos/AY2021S1-CS2113T-T12-4/tp | closed | Implement a standard DateTime parser | priority.High type.Task | The DateTime parser will allow scheduler--; to accept both 24hr and 12hr format. | 1.0 | Implement a standard DateTime parser - The DateTime parser will allow scheduler--; to accept both 24hr and 12hr format. | non_process | implement a standard datetime parser the datetime parser will allow scheduler to accept both and format | 0 |
131,372 | 18,276,432,786 | IssuesEvent | 2021-10-04 19:25:26 | elastic/kibana | https://api.github.com/repos/elastic/kibana | closed | Last item of the menu is obscured by the hovered URL and it's not possible to scroll a bit past that | bug Team:Kibana-Design design-only responsive design | **Kibana version:**
7.14
**Elasticsearch version:**
**Server OS version:**
**Browser version:**
Chrome: 91.0.4472.114
**Browser OS version:**
OS X
**Original install method (e.g. download page, yum, from source, etc.):**
**Describe the bug:**
Needlessly obscured menu item
**Steps to reproduce:*... | 3.0 | Last item of the menu is obscured by the hovered URL and it's not possible to scroll a bit past that - **Kibana version:**
7.14
**Elasticsearch version:**
**Server OS version:**
**Browser version:**
Chrome: 91.0.4472.114
**Browser OS version:**
OS X
**Original install method (e.g. download page, yum, ... | non_process | last item of the menu is obscured by the hovered url and it s not possible to scroll a bit past that kibana version elasticsearch version server os version browser version chrome browser os version os x original install method e g download page yum from so... | 0 |
248,011 | 20,988,903,591 | IssuesEvent | 2022-03-29 07:27:23 | opencurve/curve | https://api.github.com/repos/opencurve/curve | closed | curvefs_tool query-fs return wrong fs | bug need test | **Describe the bug (描述bug)**

**To Reproduce (复现方法)**
**Expected behavior (期望行为)**
不要默认参数了,要么传fsid,要么传fsname,两个都不传或者两个都传就报错。如果命令写错了,展示example。
Don't use default parameters. Either pass fsid or fsna... | 1.0 | curvefs_tool query-fs return wrong fs - **Describe the bug (描述bug)**

**To Reproduce (复现方法)**
**Expected behavior (期望行为)**
不要默认参数了,要么传fsid,要么传fsname,两个都不传或者两个都传就报错。如果命令写错了,展示example。
Don't use defa... | non_process | curvefs tool query fs return wrong fs describe the bug 描述bug to reproduce 复现方法 expected behavior 期望行为 不要默认参数了,要么传fsid,要么传fsname,两个都不传或者两个都传就报错。如果命令写错了,展示example。 don t use default parameters either pass fsid or fsname if you pass neither or both it will report an error if the c... | 0 |
5,992 | 8,805,374,888 | IssuesEvent | 2018-12-26 19:14:06 | dita-ot/dita-ot | https://api.github.com/repos/dita-ot/dita-ot | closed | Improve error message for keyref that includes topic ID | enhancement preprocess/keyref priority/medium stale | GIven a keyref like this:
```
<xref keyref="getting-started/concept_qd2_gt4_t5"/>.
```
Where "concept_qd2_gt4_t5" is the ID of a topic (not an element within a topic), the OT fails to resolve the reference and does not produce a working link.
The keyref is incorrect as authored: you are only supposed to include non... | 1.0 | Improve error message for keyref that includes topic ID - GIven a keyref like this:
```
<xref keyref="getting-started/concept_qd2_gt4_t5"/>.
```
Where "concept_qd2_gt4_t5" is the ID of a topic (not an element within a topic), the OT fails to resolve the reference and does not produce a working link.
The keyref is i... | process | improve error message for keyref that includes topic id given a keyref like this where concept is the id of a topic not an element within a topic the ot fails to resolve the reference and does not produce a working link the keyref is incorrect as authored you are only supposed to include ... | 1 |
9,483 | 2,906,017,775 | IssuesEvent | 2015-06-19 06:51:14 | XVincentX/pollsApiClient | https://api.github.com/repos/XVincentX/pollsApiClient | opened | Pre announcement bugs | Blocking Design Engineering | ## To do List
- [ ] CSS are not prefixed; thus it does not work on **Safari**
- [ ] Flex layout is not aligned in _phone_ mode [Image](https://cloud.githubusercontent.com/assets/1416224/8248440/6256f00e-165f-11e5-8fa3-a2d2707da759.png)
- [ ] Fork on Github ribbon covers the title in _phone_ mode
- [ ] Missing val... | 1.0 | Pre announcement bugs - ## To do List
- [ ] CSS are not prefixed; thus it does not work on **Safari**
- [ ] Flex layout is not aligned in _phone_ mode [Image](https://cloud.githubusercontent.com/assets/1416224/8248440/6256f00e-165f-11e5-8fa3-a2d2707da759.png)
- [ ] Fork on Github ribbon covers the title in _phone_... | non_process | pre announcement bugs to do list css are not prefixed thus it does not work on safari flex layout is not aligned in phone mode fork on github ribbon covers the title in phone mode missing validation and messages from formly missing error messages from poll | 0 |
17,898 | 23,873,234,943 | IssuesEvent | 2022-09-07 16:29:57 | DSpace/dspace-angular | https://api.github.com/repos/DSpace/dspace-angular | closed | Allow for Processes to be deleted from the User Interface | bug improvement help wanted high priority e/8 tools:processes | **Is your feature request related to a problem? Please describe.**
Processes currently cannot be deleted from the User Interface, even though `DELETE` is possible from the REST API: https://github.com/DSpace/RestContract/blob/main/processes-endpoint.md#execution-deletion
Without this feature, the list of processes ... | 1.0 | Allow for Processes to be deleted from the User Interface - **Is your feature request related to a problem? Please describe.**
Processes currently cannot be deleted from the User Interface, even though `DELETE` is possible from the REST API: https://github.com/DSpace/RestContract/blob/main/processes-endpoint.md#execut... | process | allow for processes to be deleted from the user interface is your feature request related to a problem please describe processes currently cannot be deleted from the user interface even though delete is possible from the rest api without this feature the list of processes will just grow and grow eve... | 1 |
58,454 | 3,089,494,541 | IssuesEvent | 2015-08-25 21:48:03 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | Persistent services, replication controllers and pods | kind/support priority/P3 team/mesosphere | I am currently running kubernetes on top of mesos in a development cluster using some VMs. One of the things I am interested in is persistent services, replication controllers and pods.
Currently, if I deploy a service, replication controller or pod and reboot the whole cluster, all my deployments are lost. I would... | 1.0 | Persistent services, replication controllers and pods - I am currently running kubernetes on top of mesos in a development cluster using some VMs. One of the things I am interested in is persistent services, replication controllers and pods.
Currently, if I deploy a service, replication controller or pod and reboot... | non_process | persistent services replication controllers and pods i am currently running kubernetes on top of mesos in a development cluster using some vms one of the things i am interested in is persistent services replication controllers and pods currently if i deploy a service replication controller or pod and reboot... | 0 |
5,793 | 8,638,873,353 | IssuesEvent | 2018-11-23 16:14:23 | Dweepa/DataAnalytics- | https://api.github.com/repos/Dweepa/DataAnalytics- | closed | Dimensionality reduction | Cleaning and pre-processing | Check if dimension reduction is required and make the necessary reductions. | 1.0 | Dimensionality reduction - Check if dimension reduction is required and make the necessary reductions. | process | dimensionality reduction check if dimension reduction is required and make the necessary reductions | 1 |
17,710 | 23,606,647,131 | IssuesEvent | 2022-08-24 08:50:01 | Data-Product-Business/open-data-product-spec | https://api.github.com/repos/Data-Product-Business/open-data-product-spec | opened | Add product content Schema to the Product level | enhancement unprocessed | **Idea Description**
Data Product consumers want to see the content schema and access it to validate stream from the product in case it is for example API driven.
The Schema could be inline, internal reference or as link. The example sketches below
**Examples**
**As inline**
`Schema
type= "inline"
... | 1.0 | Add product content Schema to the Product level - **Idea Description**
Data Product consumers want to see the content schema and access it to validate stream from the product in case it is for example API driven.
The Schema could be inline, internal reference or as link. The example sketches below
**Examples*... | process | add product content schema to the product level idea description data product consumers want to see the content schema and access it to validate stream from the product in case it is for example api driven the schema could be inline internal reference or as link the example sketches below examples ... | 1 |
11,154 | 13,957,693,511 | IssuesEvent | 2020-10-24 08:11:00 | alexanderkotsev/geoportal | https://api.github.com/repos/alexanderkotsev/geoportal | opened | NL: Harvesting request | Geoportal Harvesting process NL - The Netherlands | From: Sanders, Mark [Mark.Sanders@kadaster.nl]
Sent: 21 January 2019 10:32
To: JRC INSPIRE SUPPORT
Subject: Geoportal Helpdesk
Dear Helpdesk,
The Geoportal harvester which is configured to harvest metadata weekly for the NL inspire datasets did not run last Friday.
We are frequently updating the metadata for the ... | 1.0 | NL: Harvesting request - From: Sanders, Mark [Mark.Sanders@kadaster.nl]
Sent: 21 January 2019 10:32
To: JRC INSPIRE SUPPORT
Subject: Geoportal Helpdesk
Dear Helpdesk,
The Geoportal harvester which is configured to harvest metadata weekly for the NL inspire datasets did not run last Friday.
We are frequently updat... | process | nl harvesting request from sanders mark sent january to jrc inspire support subject geoportal helpdesk dear helpdesk the geoportal harvester which is configured to harvest metadata weekly for the nl inspire datasets did not run last friday we are frequently updating the metadata for the nl ins... | 1 |
5,302 | 8,121,861,602 | IssuesEvent | 2018-08-16 09:34:44 | openvstorage/framework | https://api.github.com/repos/openvstorage/framework | closed | template's ownership | process_wontfix | Once a vdisk is set as a template, it can't be used as a vdisk any more.
In the vpool's directory, there'are bunch of vdisk.raws. It's very nice that I can manipulate vdisk.raw and install a VM on it. But I have to remember which one is a template that I shouldn't use for this operation. Is a template really spec... | 1.0 | template's ownership - Once a vdisk is set as a template, it can't be used as a vdisk any more.
In the vpool's directory, there'are bunch of vdisk.raws. It's very nice that I can manipulate vdisk.raw and install a VM on it. But I have to remember which one is a template that I shouldn't use for this operation. Is... | process | template s ownership once a vdisk is set as a template it can t be used as a vdisk any more in the vpool s directory there are bunch of vdisk raws it s very nice that i can manipulate vdisk raw and install a vm on it but i have to remember which one is a template that i shouldn t use for this operation is... | 1 |
98,857 | 16,389,517,882 | IssuesEvent | 2021-05-17 14:31:22 | Thanraj/linux-1 | https://api.github.com/repos/Thanraj/linux-1 | opened | CVE-2019-19071 (High) detected in linuxv5.0 | security vulnerability | ## CVE-2019-19071 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.0</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Library home page: <a href=https://github.com/torva... | True | CVE-2019-19071 (High) detected in linuxv5.0 - ## CVE-2019-19071 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>linuxv5.0</b></p></summary>
<p>
<p>Linux kernel source tree</p>
<p>Libra... | non_process | cve high detected in cve high severity vulnerability vulnerable library linux kernel source tree library home page a href found in head commit a href found in base branch master vulnerable source files linux drivers net wireless rsi rs... | 0 |
15,733 | 19,908,359,588 | IssuesEvent | 2022-01-25 14:56:43 | hashicorp/terraform-cdk | https://api.github.com/repos/hashicorp/terraform-cdk | closed | Build a Vagrant Box for Development | enhancement waiting-on-answer dev-process | <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request
* Please do not l... | 1.0 | Build a Vagrant Box for Development - <!--- Please keep this note for the community --->
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prio... | process | build a vagrant box for development community note please vote on this issue by adding a 👍 to the original issue to help the community and maintainers prioritize this request please do not leave or other comments that do not add relevant new information or questions they generate extra noi... | 1 |
795,388 | 28,071,238,071 | IssuesEvent | 2023-03-29 19:14:44 | svthalia/Reaxit | https://api.github.com/repos/svthalia/Reaxit | closed | App closes when going back from menu drawer screen | bug priority: medium | ### Describe the bug
When going back from a screen opened from the menu drawer the app closes instead of going back to the welcome screen.
### How to reproduce
Steps to reproduce the behavior:
1. Go to screen from the menu drawer.
2. Click on android back button.
3. The app closes.
### Expected behaviour
Th... | 1.0 | App closes when going back from menu drawer screen - ### Describe the bug
When going back from a screen opened from the menu drawer the app closes instead of going back to the welcome screen.
### How to reproduce
Steps to reproduce the behavior:
1. Go to screen from the menu drawer.
2. Click on android back butt... | non_process | app closes when going back from menu drawer screen describe the bug when going back from a screen opened from the menu drawer the app closes instead of going back to the welcome screen how to reproduce steps to reproduce the behavior go to screen from the menu drawer click on android back butt... | 0 |
63,120 | 6,826,605,651 | IssuesEvent | 2017-11-08 14:39:33 | sympy/sympy | https://api.github.com/repos/sympy/sympy | closed | Add unit test for 'bosonic' operator | Easy to Fix physics Testing | Look at pull request https://github.com/sympy/sympy/pull/10677 . It adds latex string for "Bosonic operator", though no unit test has been added.
The task is to add write unit test case for those changes (i.e for 'Bosonic operator').
**NOTE**: The submitted PR should use the changes submitted PR original author, i.... | 1.0 | Add unit test for 'bosonic' operator - Look at pull request https://github.com/sympy/sympy/pull/10677 . It adds latex string for "Bosonic operator", though no unit test has been added.
The task is to add write unit test case for those changes (i.e for 'Bosonic operator').
**NOTE**: The submitted PR should use the c... | non_process | add unit test for bosonic operator look at pull request it adds latex string for bosonic operator though no unit test has been added the task is to add write unit test case for those changes i e for bosonic operator note the submitted pr should use the changes submitted pr original author i e... | 0 |
218,571 | 16,996,886,974 | IssuesEvent | 2021-07-01 07:43:31 | dzhw/zofar | https://api.github.com/repos/dzhw/zofar | closed | exclusive category should be visually demarcated | 3 inSprint prio: 1 status: testing | Especially for multiple choice questions an answer option should be clearly distanced if there is the attribute 'exclusive="true"' in qml.
Preferred would be an automated solution against a css snippet in additional css within the template. | 1.0 | exclusive category should be visually demarcated - Especially for multiple choice questions an answer option should be clearly distanced if there is the attribute 'exclusive="true"' in qml.
Preferred would be an automated solution against a css snippet in additional css within the template. | non_process | exclusive category should be visually demarcated especially for multiple choice questions an answer option should be clearly distanced if there is the attribute exclusive true in qml preferred would be an automated solution against a css snippet in additional css within the template | 0 |
453,000 | 13,063,092,589 | IssuesEvent | 2020-07-30 16:02:20 | kubesphere/kubesphere | https://api.github.com/repos/kubesphere/kubesphere | closed | Lack of configuration, custom monitoring, grayscale publishing and build image permission settings in one cluster project under muti-clustor namespace | area/multicluster kind/bug priority/high | Describe the Bug
Lack of configuration, custom monitoring, grayscale publishing and build image permission settings in one cluster project under muti-clustor namespace
Versions Used
KubeSphere:3.0.0
Environment
testing env
http://139.198.12.26:30880/
How To Reproduce
Steps to reproduce the behavior:
1.Go t... | 1.0 | Lack of configuration, custom monitoring, grayscale publishing and build image permission settings in one cluster project under muti-clustor namespace - Describe the Bug
Lack of configuration, custom monitoring, grayscale publishing and build image permission settings in one cluster project under muti-clustor namespac... | non_process | lack of configuration custom monitoring grayscale publishing and build image permission settings in one cluster project under muti clustor namespace describe the bug lack of configuration custom monitoring grayscale publishing and build image permission settings in one cluster project under muti clustor namespac... | 0 |
13,095 | 15,443,344,035 | IssuesEvent | 2021-03-08 09:01:12 | pystatgen/sgkit | https://api.github.com/repos/pystatgen/sgkit | closed | Fix mypy errors with Xarray 0.17.0 | process + tools | Xarray 0.17.0 declares types so some mypy ignore statements are no longer needed. | 1.0 | Fix mypy errors with Xarray 0.17.0 - Xarray 0.17.0 declares types so some mypy ignore statements are no longer needed. | process | fix mypy errors with xarray xarray declares types so some mypy ignore statements are no longer needed | 1 |
13,040 | 15,384,951,608 | IssuesEvent | 2021-03-03 05:39:38 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [iOS] Resources > HTTP hyperlinks are not loading in resources section | Bug P1 Process: Fixed Process: Tested QA Process: Tested dev iOS | **Steps:**
1. Edit study
2. Navigate to resources
3. Add a resource
4. Configure HTTP hyperlink (eg. http://google.com)
5. Publish updates
6. Open the link from iOS Mobile
**Actual:** HTTP hyperlinks are not loading in the resources section
**Expected:** HTTP hyperlinks should load | 3.0 | [iOS] Resources > HTTP hyperlinks are not loading in resources section - **Steps:**
1. Edit study
2. Navigate to resources
3. Add a resource
4. Configure HTTP hyperlink (eg. http://google.com)
5. Publish updates
6. Open the link from iOS Mobile
**Actual:** HTTP hyperlinks are not loading in the resources sect... | process | resources http hyperlinks are not loading in resources section steps edit study navigate to resources add a resource configure http hyperlink eg publish updates open the link from ios mobile actual http hyperlinks are not loading in the resources section expected ... | 1 |
59,225 | 11,951,237,274 | IssuesEvent | 2020-04-03 16:31:34 | pookage/atomic-bomberpook | https://api.github.com/repos/pookage/atomic-bomberpook | opened | Create a test scene | 🎨 Concept 🤖 Code | - [ ] Lay out a series of planes in a 15x11 grid
- [ ] Place grey 'indestructable' cubes on every other tile with the exception of the outermost ring
- [ ] Fill all of the grid with green 'destructable' cubes except in a 3x3 grid in the top-left corner
- [ ] Add a pyramid to the top-left corner of the scene to repr... | 1.0 | Create a test scene - - [ ] Lay out a series of planes in a 15x11 grid
- [ ] Place grey 'indestructable' cubes on every other tile with the exception of the outermost ring
- [ ] Fill all of the grid with green 'destructable' cubes except in a 3x3 grid in the top-left corner
- [ ] Add a pyramid to the top-left corne... | non_process | create a test scene lay out a series of planes in a grid place grey indestructable cubes on every other tile with the exception of the outermost ring fill all of the grid with green destructable cubes except in a grid in the top left corner add a pyramid to the top left corner of the scene... | 0 |
23,060 | 3,755,995,433 | IssuesEvent | 2016-03-13 01:40:27 | libarchive/libarchive | https://api.github.com/repos/libarchive/libarchive | closed | Failed tests on Solaris 10 Sparc | OpSys-All Priority-Medium Type-Defect | Original [issue 313](https://code.google.com/p/libarchive/issues/detail?id=313) created by Google Code user `honkman42` on 2013-04-10T12:52:19.000Z:
```
<b>What steps will reproduce the problem?</b>
1. Compile and run the testsuite
<b>What is the expected output? What do you see instead?</b>
gmake[2]: Entering dire... | 1.0 | Failed tests on Solaris 10 Sparc - Original [issue 313](https://code.google.com/p/libarchive/issues/detail?id=313) created by Google Code user `honkman42` on 2013-04-10T12:52:19.000Z:
```
<b>What steps will reproduce the problem?</b>
1. Compile and run the testsuite
<b>What is the expected output? What do you see i... | non_process | failed tests on solaris sparc original created by google code user on what steps will reproduce the problem compile and run the testsuite what is the expected output what do you see instead gmake entering directory home dam mgar pkg libarchive trunk work sparc build isa ... | 0 |
15,706 | 19,848,440,451 | IssuesEvent | 2022-01-21 09:33:48 | prisma/prisma | https://api.github.com/repos/prisma/prisma | opened | Error: [/root/build/libs/mongodb-schema-describer/src/lib.rs:35:41] called `Option::unwrap()` on a `None` value | bug/1-repro-available kind/bug process/candidate topic: error reporting team/migrations topic: mongodb | <!-- If required, please update the title to be clear and descriptive -->
Command: `prisma db pull`
Version: `3.8.1`
Binary Version: `34df67547cf5598f5a6cd3eb45f14ee70c3fb86f`
Report: https://prisma-errors.netlify.app/report/13648
OS: `x64 linux 4.19.128-microsoft-standard`
JS Stacktrace:
```
Error: [/root... | 1.0 | Error: [/root/build/libs/mongodb-schema-describer/src/lib.rs:35:41] called `Option::unwrap()` on a `None` value - <!-- If required, please update the title to be clear and descriptive -->
Command: `prisma db pull`
Version: `3.8.1`
Binary Version: `34df67547cf5598f5a6cd3eb45f14ee70c3fb86f`
Report: https://prisma-... | process | error called option unwrap on a none value command prisma db pull version binary version report os linux microsoft standard js stacktrace error called option unwrap on a none value at childprocess home hosein projects cheekara website ap... | 1 |
19,966 | 26,444,300,188 | IssuesEvent | 2023-01-16 05:13:33 | bazelbuild/bazel | https://api.github.com/repos/bazelbuild/bazel | closed | [Mirror] Gazelle 0.29.0 | P2 type: process team-OSS mirror request | ### Please list the URLs of the archives you'd like to mirror:
Please mirror https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.29.0/bazel-gazelle-v0.29.0.tar.gz | 1.0 | [Mirror] Gazelle 0.29.0 - ### Please list the URLs of the archives you'd like to mirror:
Please mirror https://github.com/bazelbuild/bazel-gazelle/releases/download/v0.29.0/bazel-gazelle-v0.29.0.tar.gz | process | gazelle please list the urls of the archives you d like to mirror please mirror | 1 |
62,399 | 17,023,914,952 | IssuesEvent | 2021-07-03 04:32:05 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | irregular behaviour of Mapnik | Component: mapnik Priority: minor Resolution: invalid Type: defect | **[Submitted to the original trac issue database at 5.06pm, Wednesday, 10th December 2014]**
Problem:
[https://www.openstreetmap.org/relation/1564971 One multipolygon]
```
type=multipolygon
landuse=farmmland
```
with two inner ways
```
landuse=orchard
```
One orchard gets rendered, the other not.
Why... | 1.0 | irregular behaviour of Mapnik - **[Submitted to the original trac issue database at 5.06pm, Wednesday, 10th December 2014]**
Problem:
[https://www.openstreetmap.org/relation/1564971 One multipolygon]
```
type=multipolygon
landuse=farmmland
```
with two inner ways
```
landuse=orchard
```
One orchard get... | non_process | irregular behaviour of mapnik problem type multipolygon landuse farmmland with two inner ways landuse orchard one orchard gets rendered the other not why | 0 |
11,582 | 2,659,137,098 | IssuesEvent | 2015-03-18 19:14:24 | sbsrouteur/sbsrouteur | https://api.github.com/repos/sbsrouteur/sbsrouteur | closed | Fix incorrect speed estimate | auto-migrated Milestone-V0.34 Priority-Medium Type-Defect | ```
Some angles yield an incorrect speed estimate
```
Original issue reported on code.google.com by `sbsrout...@free.fr` on 16 Feb 2013 at 1:22 | 1.0 | Fix incorrect speed estimate - ```
Some angles yield an incorrect speed estimate
```
Original issue reported on code.google.com by `sbsrout...@free.fr` on 16 Feb 2013 at 1:22 | non_process | fix incorrect speed estimate some angles yield an incorrect speed estimate original issue reported on code google com by sbsrout free fr on feb at | 0 |
31,566 | 13,559,937,978 | IssuesEvent | 2020-09-18 00:20:26 | terraform-providers/terraform-provider-aws | https://api.github.com/repos/terraform-providers/terraform-provider-aws | closed | dynamodb data source global_secondary_index list missing entries | needs-triage service/dynamodb | <!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues
* [State](https://www.terraform.io/docs/state/index.html) and [State Backend](https://www.terraform.io/docs/backen... | 1.0 | dynamodb data source global_secondary_index list missing entries - <!---
Please note the following potential times when an issue might be in Terraform core:
* [Configuration Language](https://www.terraform.io/docs/configuration/index.html) or resource ordering issues
* [State](https://www.terraform.io/docs/state/i... | non_process | dynamodb data source global secondary index list missing entries please note the following potential times when an issue might be in terraform core or resource ordering issues and issues issues issues spans resources across multiple providers if you are running into one... | 0 |
19,844 | 26,245,464,610 | IssuesEvent | 2023-01-05 14:56:08 | celo-org/celo-monorepo | https://api.github.com/repos/celo-org/celo-monorepo | closed | Shepherd Core Contracts 8 Release | epic release-process Component: Identity ASv2 | Github issue to keep track checklist in [Core Contracts release process](https://docs.celo.org/community/release-process/smart-contracts#promotion-process).
T:
- [x] @0xarthurxyz: Create a Github issue tracking all these checklist items as an audit log
- This is it: #9711
- [x] @0xarthurxyz: Implement the [g... | 1.0 | Shepherd Core Contracts 8 Release - Github issue to keep track checklist in [Core Contracts release process](https://docs.celo.org/community/release-process/smart-contracts#promotion-process).
T:
- [x] @0xarthurxyz: Create a Github issue tracking all these checklist items as an audit log
- This is it: #9711
... | process | shepherd core contracts release github issue to keep track checklist in t create a github issue tracking all these checklist items as an audit log this is it implement the for when a new release branch is cut release branch a new release branch is created ... | 1 |
21,731 | 30,242,940,247 | IssuesEvent | 2023-07-06 14:36:11 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | Conpty causes pty host on remote to restart immediately | bug terminal-conpty terminal-process | Repro:
1. Open OSS
2. Ensure conpty is enabled
3. Open new test resolver window
4. Close other windows
5. Open terminal
6. Close test resolver window
7. Open OSS, 🐛 pwsh will launch, then flicker and the prompt will be gone. Looking at the logs reveals the pty host almost immediately restarts because it exits... | 1.0 | Conpty causes pty host on remote to restart immediately - Repro:
1. Open OSS
2. Ensure conpty is enabled
3. Open new test resolver window
4. Close other windows
5. Open terminal
6. Close test resolver window
7. Open OSS, 🐛 pwsh will launch, then flicker and the prompt will be gone. Looking at the logs reveals... | process | conpty causes pty host on remote to restart immediately repro open oss ensure conpty is enabled open new test resolver window close other windows open terminal close test resolver window open oss 🐛 pwsh will launch then flicker and the prompt will be gone looking at the logs reveals... | 1 |
5,909 | 8,728,446,530 | IssuesEvent | 2018-12-10 17:24:10 | googleapis/google-cloud-java | https://api.github.com/repos/googleapis/google-cloud-java | closed | Figure out permission settings for requester pays bucket integration tests | api: storage priority: p2 type: process | `testCantCreateWithoutUserProject`, `testCantReadWithoutUserProject`, `testCantCopyWithoutUserProject` and `testFileExistsRequesterPaysNoUserProject` (https://github.com/GoogleCloudPlatform/google-cloud-java/blob/92b87dc9dd28fdaa523ecca0dfce02514a2c7297/google-cloud-clients/google-cloud-contrib/google-cloud-nio/src/tes... | 1.0 | Figure out permission settings for requester pays bucket integration tests - `testCantCreateWithoutUserProject`, `testCantReadWithoutUserProject`, `testCantCopyWithoutUserProject` and `testFileExistsRequesterPaysNoUserProject` (https://github.com/GoogleCloudPlatform/google-cloud-java/blob/92b87dc9dd28fdaa523ecca0dfce02... | process | figure out permission settings for requester pays bucket integration tests testcantcreatewithoutuserproject testcantreadwithoutuserproject testcantcopywithoutuserproject and testfileexistsrequesterpaysnouserproject are failing because the testing project has resourcemanager projects createbillingassignm... | 1 |
147,146 | 13,201,515,835 | IssuesEvent | 2020-08-14 10:18:05 | swat-flights/Master_Flights | https://api.github.com/repos/swat-flights/Master_Flights | opened | Entrega preliminar de lista de actividades | documentation good first issue planning and followup | Se requiere la lista de actividades como documentación indicada en requerimientos del projecto | 1.0 | Entrega preliminar de lista de actividades - Se requiere la lista de actividades como documentación indicada en requerimientos del projecto | non_process | entrega preliminar de lista de actividades se requiere la lista de actividades como documentación indicada en requerimientos del projecto | 0 |
12,524 | 14,967,882,785 | IssuesEvent | 2021-01-27 16:11:26 | panther-labs/panther | https://api.github.com/repos/panther-labs/panther | closed | Alert_Context fails if user passes event | bug p0 team:data processing | ### Describe the bug
If the users decides to return the provided event from `alert_context`, the `alert_context` method will fail
### Steps to reproduce
Steps to reproduce the behavior:
1. Go to Log Analysis and select to create a new rule
2. Create a new rule with body:
```
def rule(event):
return... | 1.0 | Alert_Context fails if user passes event - ### Describe the bug
If the users decides to return the provided event from `alert_context`, the `alert_context` method will fail
### Steps to reproduce
Steps to reproduce the behavior:
1. Go to Log Analysis and select to create a new rule
2. Create a new rule wit... | process | alert context fails if user passes event describe the bug if the users decides to return the provided event from alert context the alert context method will fail steps to reproduce steps to reproduce the behavior go to log analysis and select to create a new rule create a new rule wit... | 1 |
14,776 | 18,051,381,452 | IssuesEvent | 2021-09-19 20:07:44 | googlemaps/maps-sdk-for-ios-samples | https://api.github.com/repos/googlemaps/maps-sdk-for-ios-samples | closed | snippet-bot full scan | type: process stale | <!-- probot comment [11337970]-->
## snippet-bot scan result
Life is too short to manually check unmatched region tags.
Here is the result:
- [ ] [snippets/Podfile:14](https://github.com/googlemaps/maps-sdk-for-ios-samples/blob/a0fc38b/snippets/Podfile#L14), tag `maps_ios_get_started_install_podfile` doesn't have a ma... | 1.0 | snippet-bot full scan - <!-- probot comment [11337970]-->
## snippet-bot scan result
Life is too short to manually check unmatched region tags.
Here is the result:
- [ ] [snippets/Podfile:14](https://github.com/googlemaps/maps-sdk-for-ios-samples/blob/a0fc38b/snippets/Podfile#L14), tag `maps_ios_get_started_install_po... | process | snippet bot full scan snippet bot scan result life is too short to manually check unmatched region tags here is the result tag maps ios get started install podfile doesn t have a matching start tag tag maps ios places get started install podfile doesn t have a matching end tag report ... | 1 |
1,496 | 4,074,094,257 | IssuesEvent | 2016-05-28 06:38:07 | opentrials/opentrials | https://api.github.com/repos/opentrials/opentrials | opened | Implement persons deduplication | enhancement Processors | Entities with dedup based on unique slug:
- condition
- intervention
- location
- organisation
Entities with dedup can't be based on unique slug:
- trial
- person (not implemented for now) | 1.0 | Implement persons deduplication - Entities with dedup based on unique slug:
- condition
- intervention
- location
- organisation
Entities with dedup can't be based on unique slug:
- trial
- person (not implemented for now) | process | implement persons deduplication entities with dedup based on unique slug condition intervention location organisation entities with dedup can t be based on unique slug trial person not implemented for now | 1 |
509,436 | 14,730,988,118 | IssuesEvent | 2021-01-06 14:04:04 | fedora-infra/anitya | https://api.github.com/repos/fedora-infra/anitya | closed | Rewrite projects pages | Medium Priority enhancement groomed hacktoberfest | # Description
The projects menu in Anitya is broken for some time and it will be nice to fix it. There are plenty of small things that needs to be addressed.
## Requirements
- [x] Remove `Odd version found` menu option (Odd version no longer exists, because we are retrieving all new versions, not only latest)
... | 1.0 | Rewrite projects pages - # Description
The projects menu in Anitya is broken for some time and it will be nice to fix it. There are plenty of small things that needs to be addressed.
## Requirements
- [x] Remove `Odd version found` menu option (Odd version no longer exists, because we are retrieving all new ver... | non_process | rewrite projects pages description the projects menu in anitya is broken for some time and it will be nice to fix it there are plenty of small things that needs to be addressed requirements remove odd version found menu option odd version no longer exists because we are retrieving all new versi... | 0 |
16,667 | 2,925,506,214 | IssuesEvent | 2015-06-26 06:31:04 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | MKL test failures | defect scipy.linalg | On Ubuntu 14.10 64-bit with system Python 2.7, latest MKL (15.0.0), cython 0.22.x, numpy 1.9.2, scipy 0.16 branch I get about 22 failures/errors with `scipy.test('full')`. `numpy.test('full')` passes (except for one test that runs out of disk space). I was running MKL version 13 last week and had similar failures.
I... | 1.0 | MKL test failures - On Ubuntu 14.10 64-bit with system Python 2.7, latest MKL (15.0.0), cython 0.22.x, numpy 1.9.2, scipy 0.16 branch I get about 22 failures/errors with `scipy.test('full')`. `numpy.test('full')` passes (except for one test that runs out of disk space). I was running MKL version 13 last week and had si... | non_process | mkl test failures on ubuntu bit with system python latest mkl cython x numpy scipy branch i get about failures errors with scipy test full numpy test full passes except for one test that runs out of disk space i was running mkl version last week and had similar fa... | 0 |
24,213 | 5,038,683,783 | IssuesEvent | 2016-12-18 11:56:50 | poweradmin/poweradmin | https://api.github.com/repos/poweradmin/poweradmin | closed | Missing update info from older versions (2.1.3 -> 2.1.4) | documentation | Hi
I am missing the update info from 2.1.3 to 2.1.4 (so I can upgrade a installation to the latest). Is it possible to add this to the wiki?
/ Claus | 1.0 | Missing update info from older versions (2.1.3 -> 2.1.4) - Hi
I am missing the update info from 2.1.3 to 2.1.4 (so I can upgrade a installation to the latest). Is it possible to add this to the wiki?
/ Claus | non_process | missing update info from older versions hi i am missing the update info from to so i can upgrade a installation to the latest is it possible to add this to the wiki claus | 0 |
339,239 | 24,614,939,088 | IssuesEvent | 2022-10-15 07:16:34 | alterae/mksite | https://api.github.com/repos/alterae/mksite | opened | Website overhaul | documentation | Something shiny, with good typography and nice gradients and shadows and the like. Should include an html version of the man pages(s) (see #8), as well as a tutorial and any other documentation necessary to explain how to use it. The main page shouldn't duplicate the readme, and the readme should be shortened to accou... | 1.0 | Website overhaul - Something shiny, with good typography and nice gradients and shadows and the like. Should include an html version of the man pages(s) (see #8), as well as a tutorial and any other documentation necessary to explain how to use it. The main page shouldn't duplicate the readme, and the readme should b... | non_process | website overhaul something shiny with good typography and nice gradients and shadows and the like should include an html version of the man pages s see as well as a tutorial and any other documentation necessary to explain how to use it the main page shouldn t duplicate the readme and the readme should b... | 0 |
6,148 | 9,023,605,163 | IssuesEvent | 2019-02-07 07:57:46 | hashicorp/packer | https://api.github.com/repos/hashicorp/packer | closed | Vsphere-template post processor failing with "Artifact type mitchellh.vmware does not fit this requirement" | post-processor/vsphere-template question | Packer v1.3.4
MacOS Mojave
Packer Log output
https://gist.github.com/spstratis/b8abe1795bea6dd45b0d60cba06a8066
Packer Build Scrip
https://gist.github.com/spstratis/097a47cad65f258320ecae7808f75085
I'm trying to build a vmware-iso locally using vmware fusion and then have the vsphere post processeor export ... | 1.0 | Vsphere-template post processor failing with "Artifact type mitchellh.vmware does not fit this requirement" - Packer v1.3.4
MacOS Mojave
Packer Log output
https://gist.github.com/spstratis/b8abe1795bea6dd45b0d60cba06a8066
Packer Build Scrip
https://gist.github.com/spstratis/097a47cad65f258320ecae7808f75085
... | process | vsphere template post processor failing with artifact type mitchellh vmware does not fit this requirement packer macos mojave packer log output packer build scrip i m trying to build a vmware iso locally using vmware fusion and then have the vsphere post processeor export it to vsphere and the... | 1 |
173,034 | 13,384,433,657 | IssuesEvent | 2020-09-02 12:00:42 | ZaneDubya/MedievaLandsPublic | https://api.github.com/repos/ZaneDubya/MedievaLandsPublic | closed | Twinion/MTS interaction: are weapons spawning in Twinion? (Jair) | Type-Testing | Jair reports that new weapons might not be spawning in Twinion, or at a much decreased rate. | 1.0 | Twinion/MTS interaction: are weapons spawning in Twinion? (Jair) - Jair reports that new weapons might not be spawning in Twinion, or at a much decreased rate. | non_process | twinion mts interaction are weapons spawning in twinion jair jair reports that new weapons might not be spawning in twinion or at a much decreased rate | 0 |
13,358 | 15,820,062,519 | IssuesEvent | 2021-04-05 18:24:50 | MicrosoftDocs/azure-devops-docs | https://api.github.com/repos/MicrosoftDocs/azure-devops-docs | closed | stageDependencies unavailable in AzDo 2019.1 | Pri1 devops-cicd-process/tech devops/prod doc-bug | Documentation for AzDo 2019 mentions stageDependencies, though those are not available unfortunately:
```
An error occurred while loading the YAML build pipeline. Unrecognized value: 'stageDependencies'
```
Which probably is expected since the feature was only added in sprint [168](https://docs.microsoft.com/en-us/... | 1.0 | stageDependencies unavailable in AzDo 2019.1 - Documentation for AzDo 2019 mentions stageDependencies, though those are not available unfortunately:
```
An error occurred while loading the YAML build pipeline. Unrecognized value: 'stageDependencies'
```
Which probably is expected since the feature was only added in... | process | stagedependencies unavailable in azdo documentation for azdo mentions stagedependencies though those are not available unfortunately an error occurred while loading the yaml build pipeline unrecognized value stagedependencies which probably is expected since the feature was only added in sprin... | 1 |
15,387 | 19,571,629,782 | IssuesEvent | 2022-01-04 10:37:29 | prisma/prisma | https://api.github.com/repos/prisma/prisma | closed | Full-text search doesn't work with filter operators/ conditions – `OR` | bug/1-repro-available kind/bug process/candidate team/client topic: full-text search | ### Bug description
Executing the following query throws an error when using the `OR` operator with full-text search:
```typescript
const query = 'Prisma rocks'.split(' ').join('&')
const results = await prisma.book.findMany({
where: {
OR: {
title: {
search: query
},
conten... | 1.0 | Full-text search doesn't work with filter operators/ conditions – `OR` - ### Bug description
Executing the following query throws an error when using the `OR` operator with full-text search:
```typescript
const query = 'Prisma rocks'.split(' ').join('&')
const results = await prisma.book.findMany({
where: {
... | process | full text search doesn t work with filter operators conditions – or bug description executing the following query throws an error when using the or operator with full text search typescript const query prisma rocks split join const results await prisma book findmany where ... | 1 |
306,735 | 23,170,792,243 | IssuesEvent | 2022-07-30 17:26:00 | Nicolas-Hermet/ProGGG | https://api.github.com/repos/Nicolas-Hermet/ProGGG | opened | The app should be a PWA | documentation enhancement Workflow Refactoring | ## Description
The app has to respect PWA standards.
## Objectivs
The github page has to be pushed on stores and behave like an app on any device.
## To Do:
- [ ] Some research might have to be done and discuss here before doing some work.
- [ ] It might impact other issues: change them or discuss these ... | 1.0 | The app should be a PWA - ## Description
The app has to respect PWA standards.
## Objectivs
The github page has to be pushed on stores and behave like an app on any device.
## To Do:
- [ ] Some research might have to be done and discuss here before doing some work.
- [ ] It might impact other issues: cha... | non_process | the app should be a pwa description the app has to respect pwa standards objectivs the github page has to be pushed on stores and behave like an app on any device to do some research might have to be done and discuss here before doing some work it might impact other issues change ... | 0 |
272,538 | 23,679,861,671 | IssuesEvent | 2022-08-28 16:33:00 | raheemadamboev/kichkina-shahzoda | https://api.github.com/repos/raheemadamboev/kichkina-shahzoda | closed | Test `About` | test | - [x] load proper version of screen according to orientation
- [x] proper ui
- [x] back button
- [x] proper version
- [x] gravity button | 1.0 | Test `About` - - [x] load proper version of screen according to orientation
- [x] proper ui
- [x] back button
- [x] proper version
- [x] gravity button | non_process | test about load proper version of screen according to orientation proper ui back button proper version gravity button | 0 |
12,285 | 14,814,961,002 | IssuesEvent | 2021-01-14 06:15:11 | qgis/QGIS | https://api.github.com/repos/qgis/QGIS | closed | [Modeler] Missing variables in modeler expression when used in default expression | Bug Modeller Processing | Another modeler Bug or improvement.
The expression builder dialogs display the available variables when initiated from a processing window (IE an expression parameter in a tool in the model or when setting an expression parameter in the model dialog itself).
But the variables of the model are not available when u... | 1.0 | [Modeler] Missing variables in modeler expression when used in default expression - Another modeler Bug or improvement.
The expression builder dialogs display the available variables when initiated from a processing window (IE an expression parameter in a tool in the model or when setting an expression parameter in ... | process | missing variables in modeler expression when used in default expression another modeler bug or improvement the expression builder dialogs display the available variables when initiated from a processing window ie an expression parameter in a tool in the model or when setting an expression parameter in the mode... | 1 |
66,235 | 20,086,240,408 | IssuesEvent | 2022-02-05 02:14:31 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Clicking on the jump to unreads button gives a "Failed to load timeline position" and dumps me in a blank timeline | T-Defect A-Timeline A-Read-Marker | ### Steps to reproduce
1. Visit a room
1. Click the "Jump to first unread message." arrow

1. `Failed to load timeline position` error modal is thrown up
> Failed to load timeline position
>
> ... | 1.0 | Clicking on the jump to unreads button gives a "Failed to load timeline position" and dumps me in a blank timeline - ### Steps to reproduce
1. Visit a room
1. Click the "Jump to first unread message." arrow

... | non_process | clicking on the jump to unreads button gives a failed to load timeline position and dumps me in a blank timeline steps to reproduce visit a room click the jump to first unread message arrow failed to load timeline position error modal is thrown up failed to load timeline positi... | 0 |
681,461 | 23,311,956,585 | IssuesEvent | 2022-08-08 09:03:44 | woocommerce/woocommerce-ios | https://api.github.com/repos/woocommerce/woocommerce-ios | closed | NSGenericException: Unable to activate constraint with anchors <NSLayoutYAxisAnchor:0x281aa2900 "_TtC11WooCommerceP33... | type: crash priority: low | Sentry Issue: [WOOCOMMERCE-IOS-1CWS](https://sentry.io/organizations/a8c/issues/2274916143/?referrer=github_integration)
```
NSGenericException: Unable to activate constraint with anchors <NSLayoutYAxisAnchor:0x281aa2900 "_TtC11WooCommerceP33_FFA5D4594163A533C445FD7D6757038419NoticeContainerView:0x103aff040.bottom"> a... | 1.0 | NSGenericException: Unable to activate constraint with anchors <NSLayoutYAxisAnchor:0x281aa2900 "_TtC11WooCommerceP33... - Sentry Issue: [WOOCOMMERCE-IOS-1CWS](https://sentry.io/organizations/a8c/issues/2274916143/?referrer=github_integration)
```
NSGenericException: Unable to activate constraint with anchors <NSLayou... | non_process | nsgenericexception unable to activate constraint with anchors nslayoutyaxisanchor sentry issue nsgenericexception unable to activate constraint with anchors and because they have no common ancestor does the constraint or its anchors reference items in different view hierarchies that s il... | 0 |
9,458 | 12,438,784,864 | IssuesEvent | 2020-05-26 09:00:44 | DevExpress/testcafe-hammerhead | https://api.github.com/repos/DevExpress/testcafe-hammerhead | closed | IE breaks with TypeError: Invalid calling object in _processChildren() and getFirstChild() | AREA: client BROWSER: IE11 FREQUENCY: level 2 SYSTEM: client side processing SYSTEM: shadow UI TYPE: bug | ### What is your Scenario?
Run test on IE on Windows 10.
### What is the Current behavior?
IE stops script with 'Invalid Calling Object' error.
### What is your public web site URL?
https://www.johnmuirhealth.com/doctor
<details>
<summary>Your complete app code (or attach your test files):</summary>
<... | 1.0 | IE breaks with TypeError: Invalid calling object in _processChildren() and getFirstChild() - ### What is your Scenario?
Run test on IE on Windows 10.
### What is the Current behavior?
IE stops script with 'Invalid Calling Object' error.
### What is your public web site URL?
https://www.johnmuirhealth.com/do... | process | ie breaks with typeerror invalid calling object in processchildren and getfirstchild what is your scenario run test on ie on windows what is the current behavior ie stops script with invalid calling object error what is your public web site url your complete app code o... | 1 |
14,594 | 17,703,558,656 | IssuesEvent | 2021-08-25 03:16:42 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | Change term - organismQuantity | Term - change Class - Occurrence non-normative Process - complete | ## Change term
* Submitter: John Wieczorek
* Justification (why is this change necessary?): Clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/list/#dwc_organismQuantity
Proposed new attributes of the term:
* Term name (in lowerCamelCase): organismQuantity... | 1.0 | Change term - organismQuantity - ## Change term
* Submitter: John Wieczorek
* Justification (why is this change necessary?): Clarity
* Proponents (who needs this change): Everyone
Current Term definition: https://dwc.tdwg.org/list/#dwc_organismQuantity
Proposed new attributes of the term:
* Term name (in ... | process | change term organismquantity change term submitter john wieczorek justification why is this change necessary clarity proponents who needs this change everyone current term definition proposed new attributes of the term term name in lowercamelcase organismquantity organized... | 1 |
784,656 | 27,580,870,832 | IssuesEvent | 2023-03-08 16:07:56 | kubernetes-sigs/gateway-api | https://api.github.com/repos/kubernetes-sigs/gateway-api | closed | Configure Timeouts in Gateway API | kind/feature priority/important-longterm | Here are some timeouts that would be benefit users
HTTP
* Request Timeout
* Envoy - https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#envoy-v3-api-field-config-route-v3-routeaction-timeout
* NGINX - https://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_send_t... | 1.0 | Configure Timeouts in Gateway API - Here are some timeouts that would be benefit users
HTTP
* Request Timeout
* Envoy - https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#envoy-v3-api-field-config-route-v3-routeaction-timeout
* NGINX - https://nginx.org/en/docs/http/ngx... | non_process | configure timeouts in gateway api here are some timeouts that would be benefit users http request timeout envoy nginx idle timeout nginx envoy tcp connect timeout nginx envoy keep alive upstream nginx envoy d... | 0 |
19,349 | 25,481,239,972 | IssuesEvent | 2022-11-25 21:26:37 | MPMG-DCC-UFMG/C01 | https://api.github.com/repos/MPMG-DCC-UFMG/C01 | closed | Remover o componente Scrapy-Playwright | [2] Alta Prioridade [0] Desenvolvimento [1] Aprimoramento [3] Processamento Dinâmico | ## Comportamento Esperado
O sistema deve utilizar a biblioteca Playwright diretamente para executar as coletas dinâmicas.
## Comportamento Atual
O sistema utiliza a biblioteca Scrapy-Playwright para fazer a integração entre o coletor e o Playwright. Implementamos dessa forma para garantir uma boa integração das fe... | 1.0 | Remover o componente Scrapy-Playwright - ## Comportamento Esperado
O sistema deve utilizar a biblioteca Playwright diretamente para executar as coletas dinâmicas.
## Comportamento Atual
O sistema utiliza a biblioteca Scrapy-Playwright para fazer a integração entre o coletor e o Playwright. Implementamos dessa form... | process | remover o componente scrapy playwright comportamento esperado o sistema deve utilizar a biblioteca playwright diretamente para executar as coletas dinâmicas comportamento atual o sistema utiliza a biblioteca scrapy playwright para fazer a integração entre o coletor e o playwright implementamos dessa form... | 1 |
159,112 | 20,036,644,461 | IssuesEvent | 2022-02-02 12:38:13 | kapseliboi/dapp | https://api.github.com/repos/kapseliboi/dapp | opened | WS-2019-0075 (Low) detected in web3-0.20.7.tgz, web3-1.2.11.tgz | security vulnerability | ## WS-2019-0075 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>web3-0.20.7.tgz</b>, <b>web3-1.2.11.tgz</b></p></summary>
<p>
<details><summary><b>web3-0.20.7.tgz</b></p></summary>
<... | True | WS-2019-0075 (Low) detected in web3-0.20.7.tgz, web3-1.2.11.tgz - ## WS-2019-0075 - Low Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>web3-0.20.7.tgz</b>, <b>web3-1.2.11.tgz</b></p></summa... | non_process | ws low detected in tgz tgz ws low severity vulnerability vulnerable libraries tgz tgz tgz ethereum javascript api middleware to talk to a ethereum node over rpc library home page a href path to dependency file package json pa... | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.