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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
34,768 | 2,787,473,276 | IssuesEvent | 2015-05-08 06:13:58 | CheckiO/checkio-empire-battle | https://api.github.com/repos/CheckiO/checkio-empire-battle | closed | Add buildings and obstacles on the map | complex:middle priority:high | Add a new type for initial data "building"
```Json
{
"type": "building",
"name": "library",
"player_id": 0,
"health": 1000,
"coordinates": [3, 3],
"size": 0.5,
}
{
"type": "obstacles",
"health": 10000,
"coordinates": [3, 3],
"size": 0.5,
}
``` | 1.0 | Add buildings and obstacles on the map - Add a new type for initial data "building"
```Json
{
"type": "building",
"name": "library",
"player_id": 0,
"health": 1000,
"coordinates": [3, 3],
"size": 0.5,
}
{
"type": "obstacles",
"health": 10000,
"coordinates": [3, 3],
... | non_process | add buildings and obstacles on the map add a new type for initial data building json type building name library player id health coordinates size type obstacles health coordinates size ... | 0 |
787 | 3,271,023,265 | IssuesEvent | 2015-10-24 03:13:43 | t3kt/vjzual2 | https://api.github.com/repos/t3kt/vjzual2 | closed | scale the sx/sy/tx/ty parameters in the feedback module so that they aren't jumpy | bug video processing | the range is way too big so any attempt to edit it with a mouse results in a big shift | 1.0 | scale the sx/sy/tx/ty parameters in the feedback module so that they aren't jumpy - the range is way too big so any attempt to edit it with a mouse results in a big shift | process | scale the sx sy tx ty parameters in the feedback module so that they aren t jumpy the range is way too big so any attempt to edit it with a mouse results in a big shift | 1 |
6,970 | 10,120,390,718 | IssuesEvent | 2019-07-31 13:39:04 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | Can Hybrid Workers use Group Managed Service Accounts? | Pri2 assigned-to-author automation/svc process-automation/subsvc product-question triaged | This page says the Hybrid Worker runs as Local System, but can it be configured to instead run as a Group Managed Service Account? (https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/group-managed-service-accounts-overview)
The guidance on this page is to use Credential Assets, whic... | 1.0 | Can Hybrid Workers use Group Managed Service Accounts? - This page says the Hybrid Worker runs as Local System, but can it be configured to instead run as a Group Managed Service Account? (https://docs.microsoft.com/en-us/windows-server/security/group-managed-service-accounts/group-managed-service-accounts-overview)
Th... | process | can hybrid workers use group managed service accounts this page says the hybrid worker runs as local system but can it be configured to instead run as a group managed service account the guidance on this page is to use credential assets which are super convenient but less secure are there known issues when us... | 1 |
119,238 | 10,035,360,631 | IssuesEvent | 2019-07-18 08:09:37 | imixs/imixs-workflow | https://api.github.com/repos/imixs/imixs-workflow | closed | FileData - name should not be changed by setter | bug testing | the setName method should not change the given name
Currently / is a identifier for a sub string. which is wrong! | 1.0 | FileData - name should not be changed by setter - the setName method should not change the given name
Currently / is a identifier for a sub string. which is wrong! | non_process | filedata name should not be changed by setter the setname method should not change the given name currently is a identifier for a sub string which is wrong | 0 |
5,806 | 8,643,540,999 | IssuesEvent | 2018-11-25 18:55:19 | gfrebello/qs-trip-planning-procedure | https://api.github.com/repos/gfrebello/qs-trip-planning-procedure | closed | Code front end to show summary of trip planning | Priority:Very High Process:Implement Requirement | Create a page showing user's trip planning summary and a button to confirm it. | 1.0 | Code front end to show summary of trip planning - Create a page showing user's trip planning summary and a button to confirm it. | process | code front end to show summary of trip planning create a page showing user s trip planning summary and a button to confirm it | 1 |
203,497 | 15,883,518,768 | IssuesEvent | 2021-04-09 17:30:16 | MICA-MNI/BrainStat | https://api.github.com/repos/MICA-MNI/BrainStat | closed | Adding comments to SurfStat MATLAB functions | Documentation MATLAB | SurfStat's in-line comments are a little lacking so lets fix that. Functions that have been ported from SurfStat to BrainStat are in matlab/surfstat_ported. Please PR the comments to my branch so we have a good overview of all comment additions before merging them to master.
When you've added comments to a functio... | 1.0 | Adding comments to SurfStat MATLAB functions - SurfStat's in-line comments are a little lacking so lets fix that. Functions that have been ported from SurfStat to BrainStat are in matlab/surfstat_ported. Please PR the comments to my branch so we have a good overview of all comment additions before merging them to maste... | non_process | adding comments to surfstat matlab functions surfstat s in line comments are a little lacking so lets fix that functions that have been ported from surfstat to brainstat are in matlab surfstat ported please pr the comments to my branch so we have a good overview of all comment additions before merging them to maste... | 0 |
22,192 | 30,747,109,178 | IssuesEvent | 2023-07-28 15:52:08 | gsoft-inc/ov-igloo-ui | https://api.github.com/repos/gsoft-inc/ov-igloo-ui | closed | [Feature Request]: Add a prop onAfterClose on the ActionMenu | in backlog in process | ### Component that this feature request involves
ActionMenu
### Is your feature request related to a problem? Please describe
I need to remove a css class onClose of the ActionMenu, but it is not visually nice because of the animation (the onClose is triggered before the animation is completed). With a prop onAfterC... | 1.0 | [Feature Request]: Add a prop onAfterClose on the ActionMenu - ### Component that this feature request involves
ActionMenu
### Is your feature request related to a problem? Please describe
I need to remove a css class onClose of the ActionMenu, but it is not visually nice because of the animation (the onClose is tri... | process | add a prop onafterclose on the actionmenu component that this feature request involves actionmenu is your feature request related to a problem please describe i need to remove a css class onclose of the actionmenu but it is not visually nice because of the animation the onclose is triggered before th... | 1 |
19,685 | 26,034,187,877 | IssuesEvent | 2022-12-22 02:00:08 | lizhihao6/get-daily-arxiv-noti | https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti | opened | New submissions for Thu, 22 Dec 22 | event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB | ## Keyword: events
### Privacy-Protecting Behaviours of Risk Detection in People with Dementia using Videos
- **Authors:** Pratik K. Mishra, Andrea Iaboni, Bing Ye, Kristine Newman, Alex Mihailidis, Shehroz S. Khan
- **Subjects:** Computer Vision and Pattern Recognition (cs.CV)
- **Arxiv link:** https://arxiv.org/a... | 2.0 | New submissions for Thu, 22 Dec 22 - ## Keyword: events
### Privacy-Protecting Behaviours of Risk Detection in People with Dementia using Videos
- **Authors:** Pratik K. Mishra, Andrea Iaboni, Bing Ye, Kristine Newman, Alex Mihailidis, Shehroz S. Khan
- **Subjects:** Computer Vision and Pattern Recognition (cs.CV)
... | process | new submissions for thu dec keyword events privacy protecting behaviours of risk detection in people with dementia using videos authors pratik k mishra andrea iaboni bing ye kristine newman alex mihailidis shehroz s khan subjects computer vision and pattern recognition cs cv ... | 1 |
5,705 | 8,167,584,322 | IssuesEvent | 2018-08-26 00:51:08 | ValveSoftware/Proton | https://api.github.com/repos/ValveSoftware/Proton | closed | Into the Breach: Choppy sound | Game compatibility | Distribution: Arch Linux
Driver: Nvidia 390xx latest
Sound is choppy, extremely slow. Rest of the game runs fine. | True | Into the Breach: Choppy sound - Distribution: Arch Linux
Driver: Nvidia 390xx latest
Sound is choppy, extremely slow. Rest of the game runs fine. | non_process | into the breach choppy sound distribution arch linux driver nvidia latest sound is choppy extremely slow rest of the game runs fine | 0 |
678,886 | 23,214,752,674 | IssuesEvent | 2022-08-02 13:16:04 | permafrost06/contacts-manager-wp | https://api.github.com/repos/permafrost06/contacts-manager-wp | closed | Error and exception handlers could be used instead of try-catch | low priority question refactor | The PHP functions `set_error_handler` and `set_error_handler` look very interesting. Once exception and error codes are implemented and standardized for this project, the code would look a lot nicer with the use of these functions.
I'm not sure about readability after this change and if they'll be a great fit for this... | 1.0 | Error and exception handlers could be used instead of try-catch - The PHP functions `set_error_handler` and `set_error_handler` look very interesting. Once exception and error codes are implemented and standardized for this project, the code would look a lot nicer with the use of these functions.
I'm not sure about re... | non_process | error and exception handlers could be used instead of try catch the php functions set error handler and set error handler look very interesting once exception and error codes are implemented and standardized for this project the code would look a lot nicer with the use of these functions i m not sure about re... | 0 |
5,808 | 8,644,714,551 | IssuesEvent | 2018-11-26 04:36:23 | gfrebello/qs-trip-planning-procedure | https://api.github.com/repos/gfrebello/qs-trip-planning-procedure | closed | Update Use Case Diagram | Priority:High Process:Create/Update UseCase Model | The diagram for the use cases should be updated according to the changes made to the use cases themselves. | 1.0 | Update Use Case Diagram - The diagram for the use cases should be updated according to the changes made to the use cases themselves. | process | update use case diagram the diagram for the use cases should be updated according to the changes made to the use cases themselves | 1 |
69,965 | 9,366,551,101 | IssuesEvent | 2019-04-03 01:19:56 | edgedb/edgedb | https://api.github.com/repos/edgedb/edgedb | closed | improve eschema documentation | documentation | Missing documentation and (mostly) syntax tests for:
- [x] attributes
- [x] final concepts/atoms
- [x] abstract and delegated constraints
- [x] document `ON` for constraints and indexes (in particular that it requires parens) | 1.0 | improve eschema documentation - Missing documentation and (mostly) syntax tests for:
- [x] attributes
- [x] final concepts/atoms
- [x] abstract and delegated constraints
- [x] document `ON` for constraints and indexes (in particular that it requires parens) | non_process | improve eschema documentation missing documentation and mostly syntax tests for attributes final concepts atoms abstract and delegated constraints document on for constraints and indexes in particular that it requires parens | 0 |
37,258 | 18,245,486,986 | IssuesEvent | 2021-10-01 17:48:04 | alteryx/evalml | https://api.github.com/repos/alteryx/evalml | opened | Log transform regression target: update automl to try both ways when applicable | enhancement performance | Had convo with @bchen1116 and @chukarsten today about #2749, which tracks trying to improve the mathematical method we use in the log normal data check to recommend to users (and to automl) when to enable/disable log transformation for regression targets.
That work will continue, but filing a separate idea for improve... | True | Log transform regression target: update automl to try both ways when applicable - Had convo with @bchen1116 and @chukarsten today about #2749, which tracks trying to improve the mathematical method we use in the log normal data check to recommend to users (and to automl) when to enable/disable log transformation for re... | non_process | log transform regression target update automl to try both ways when applicable had convo with and chukarsten today about which tracks trying to improve the mathematical method we use in the log normal data check to recommend to users and to automl when to enable disable log transformation for regression ta... | 0 |
4,964 | 7,806,210,653 | IssuesEvent | 2018-06-11 13:27:43 | cptechinc/soft-dpluso | https://api.github.com/repos/cptechinc/soft-dpluso | closed | User Role dashboards | PHP Permissions Processwire enhancement | The main objective is to have dashboards that are made for the User role.
Make a new branch called user-dashboards
Files/Directories that will be affected:
**site/templates/configs
site/templates/redir/redirect.php
site/templates/home.php
site/templates/dashboard**
First we'll have to create config in site... | 1.0 | User Role dashboards - The main objective is to have dashboards that are made for the User role.
Make a new branch called user-dashboards
Files/Directories that will be affected:
**site/templates/configs
site/templates/redir/redirect.php
site/templates/home.php
site/templates/dashboard**
First we'll have t... | process | user role dashboards the main objective is to have dashboards that are made for the user role make a new branch called user dashboards files directories that will be affected site templates configs site templates redir redirect php site templates home php site templates dashboard first we ll have t... | 1 |
307,744 | 23,214,482,605 | IssuesEvent | 2022-08-02 13:04:23 | bbangsyoung/fastcampus-project-board | https://api.github.com/repos/bbangsyoung/fastcampus-project-board | closed | 깃헙 프로젝트와 이슈 정리하기 | documentation | 깃헙 프로젝트를 세팅하고, 카드를 만들어 정리하자.
- [ ] 프로젝트 베타 만들기
- [ ] 카드목록 만들기 - 강의 커리큘럼 참고
- [x] 이슈로 적절히 바꾸기 | 1.0 | 깃헙 프로젝트와 이슈 정리하기 - 깃헙 프로젝트를 세팅하고, 카드를 만들어 정리하자.
- [ ] 프로젝트 베타 만들기
- [ ] 카드목록 만들기 - 강의 커리큘럼 참고
- [x] 이슈로 적절히 바꾸기 | non_process | 깃헙 프로젝트와 이슈 정리하기 깃헙 프로젝트를 세팅하고 카드를 만들어 정리하자 프로젝트 베타 만들기 카드목록 만들기 강의 커리큘럼 참고 이슈로 적절히 바꾸기 | 0 |
20,287 | 26,921,709,758 | IssuesEvent | 2023-02-07 10:55:30 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | Cannot spawn shell script if path has spaces | child_process doc | <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as you're able.
Version: output of `node -v`
P... | 1.0 | Cannot spawn shell script if path has spaces - <!--
Thank you for reporting an issue.
This issue tracker is for bugs and issues found within Node.js core.
If you require more general support please file an issue on our help
repo. https://github.com/nodejs/help
Please fill in as much of the template below as ... | process | cannot spawn shell script if path has spaces thank you for reporting an issue this issue tracker is for bugs and issues found within node js core if you require more general support please file an issue on our help repo please fill in as much of the template below as you re able version outp... | 1 |
7,552 | 10,675,566,925 | IssuesEvent | 2019-10-21 12:00:02 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | closed | System.Diagnostics.Process tests fail on UAP with StackOverflowException | area-System.Diagnostics.Process disabled-test os-windows-uwp | Disabling the tests for now to enable CI leg. Grep for `[ActiveIssue(31908, TargetFrameworkMonikers.Uap)]`
```
C:\git\corefx2\src\System.Diagnostics.Process\tests>dotnet msbuild /t:RebuildAndTest /p:TargetGroup=uap
Microsoft (R) Build Engine version 15.8.166+gd4e8d81a88 for .NET Core
Copyright (C) Microsoft Corpo... | 1.0 | System.Diagnostics.Process tests fail on UAP with StackOverflowException - Disabling the tests for now to enable CI leg. Grep for `[ActiveIssue(31908, TargetFrameworkMonikers.Uap)]`
```
C:\git\corefx2\src\System.Diagnostics.Process\tests>dotnet msbuild /t:RebuildAndTest /p:TargetGroup=uap
Microsoft (R) Build Engin... | process | system diagnostics process tests fail on uap with stackoverflowexception disabling the tests for now to enable ci leg grep for c git src system diagnostics process tests dotnet msbuild t rebuildandtest p targetgroup uap microsoft r build engine version for net core copyright c microso... | 1 |
453,245 | 13,067,051,722 | IssuesEvent | 2020-07-30 23:15:44 | GoogleCloudPlatform/nodejs-docs-samples | https://api.github.com/repos/GoogleCloudPlatform/nodejs-docs-samples | closed | run: add minimal e2e test coverage to sample apps | api: run priority: p2 type: cleanup | Each Cloud Run sample app should have minimal e2e test coverage that establishes the following:
* Container builds
* Container deploys to Cloud Run
* The nodejs service inside the container is able to start and respond to requests
For minimal testing we are not concerned with whether the logic of the node.js se... | 1.0 | run: add minimal e2e test coverage to sample apps - Each Cloud Run sample app should have minimal e2e test coverage that establishes the following:
* Container builds
* Container deploys to Cloud Run
* The nodejs service inside the container is able to start and respond to requests
For minimal testing we are no... | non_process | run add minimal test coverage to sample apps each cloud run sample app should have minimal test coverage that establishes the following container builds container deploys to cloud run the nodejs service inside the container is able to start and respond to requests for minimal testing we are not co... | 0 |
22,759 | 6,290,115,009 | IssuesEvent | 2017-07-19 20:46:36 | NYPL-discovery/discovery-front-end | https://api.github.com/repos/NYPL-discovery/discovery-front-end | closed | Search Results number display | code refactor in progress Search Results | Add back the number of search results. Modify the component to just `x results`. | 1.0 | Search Results number display - Add back the number of search results. Modify the component to just `x results`. | non_process | search results number display add back the number of search results modify the component to just x results | 0 |
14,403 | 17,456,407,054 | IssuesEvent | 2021-08-06 02:20:18 | cypress-io/cypress | https://api.github.com/repos/cypress-io/cypress | opened | Address flaky proxy logging tests | process: flaky test | The Cypress dashboard shows tests added and modified as part of the Proxy Logging PR #16730 to be quite flaky.
This is probably because of how log updates are debounced in the driver, causing flaky testing behavior. There should be a good way to address this using Cypress. | 1.0 | Address flaky proxy logging tests - The Cypress dashboard shows tests added and modified as part of the Proxy Logging PR #16730 to be quite flaky.
This is probably because of how log updates are debounced in the driver, causing flaky testing behavior. There should be a good way to address this using Cypress. | process | address flaky proxy logging tests the cypress dashboard shows tests added and modified as part of the proxy logging pr to be quite flaky this is probably because of how log updates are debounced in the driver causing flaky testing behavior there should be a good way to address this using cypress | 1 |
73,770 | 15,282,044,610 | IssuesEvent | 2021-02-23 09:02:16 | maxotta/kiv-psi | https://api.github.com/repos/maxotta/kiv-psi | opened | CVE-2019-10744 (High) detected in lodash.mergewith-4.6.1.tgz, lodash-4.17.11.tgz | security vulnerability | ## CVE-2019-10744 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash.mergewith-4.6.1.tgz</b>, <b>lodash-4.17.11.tgz</b></p></summary>
<p>
<details><summary><b>lodash.mergewith-4.... | True | CVE-2019-10744 (High) detected in lodash.mergewith-4.6.1.tgz, lodash-4.17.11.tgz - ## CVE-2019-10744 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>lodash.mergewith-4.6.1.tgz</b>, <b... | non_process | cve high detected in lodash mergewith tgz lodash tgz cve high severity vulnerability vulnerable libraries lodash mergewith tgz lodash tgz lodash mergewith tgz the lodash method mergewith exported as a module library home page a href ... | 0 |
16,116 | 20,379,189,153 | IssuesEvent | 2022-02-21 19:09:19 | tdwg/chrono | https://api.github.com/repos/tdwg/chrono | opened | Term details show incorrect histories | Term - change Process - ready to implement | Examples (not necessarily an exhaustive list):
http://rs.tdwg.org/chrono/terms/version/earliestChronometricAge-2021-01-26.htm shows that it replaces http://rs.tdwg.org/chrono/terms/version/minimumChronometricAge-2020-11-17 whereas it should replace http://rs.tdwg.org/chrono/terms/version/maximumChronometricAge-2020-... | 1.0 | Term details show incorrect histories - Examples (not necessarily an exhaustive list):
http://rs.tdwg.org/chrono/terms/version/earliestChronometricAge-2021-01-26.htm shows that it replaces http://rs.tdwg.org/chrono/terms/version/minimumChronometricAge-2020-11-17 whereas it should replace http://rs.tdwg.org/chrono/te... | process | term details show incorrect histories examples not necessarily an exhaustive list shows that it replaces whereas it should replace shows that it replaces whereas it should replace shows that it is replaced by whereas it should be replaced by shows that it is replaced by whereas it... | 1 |
11,722 | 8,476,093,309 | IssuesEvent | 2018-10-24 20:50:30 | dotnet/corefx | https://api.github.com/repos/dotnet/corefx | opened | Server side ALPN support for SslStream on Mac | area-System.Net.Security enhancement os-mac-os-x | This is follow-up on #30492
SSL API on OSX/MacOS does not provide sufficient functionality to implement server side ALPN.
That is primarily missing code to parse client hello in SSLProcessClientHelloExtensions() and callback (or some other mechanism) for server to choose from provided list. | True | Server side ALPN support for SslStream on Mac - This is follow-up on #30492
SSL API on OSX/MacOS does not provide sufficient functionality to implement server side ALPN.
That is primarily missing code to parse client hello in SSLProcessClientHelloExtensions() and callback (or some other mechanism) for server to cho... | non_process | server side alpn support for sslstream on mac this is follow up on ssl api on osx macos does not provide sufficient functionality to implement server side alpn that is primarily missing code to parse client hello in sslprocessclienthelloextensions and callback or some other mechanism for server to choose ... | 0 |
2,697 | 3,005,058,038 | IssuesEvent | 2015-07-26 15:41:02 | JuliaLang/julia | https://api.github.com/repos/JuliaLang/julia | closed | Julia does not build when /bin/sh is not bash | build | When /bin/sh is dash rather than bash, `make` fails with
```
make[2]: Leaving directory '/var/tmp/portage/dev-lang/julia-9999/work/julia-9999/src/flisp'
./flisp/flisp ./mk_julia_flisp_boot.scm
type error: file: expected string, got #f
in file ./mk_julia_flisp_boot.scm
Makefile:90: recipe for target 'julia_flisp.... | 1.0 | Julia does not build when /bin/sh is not bash - When /bin/sh is dash rather than bash, `make` fails with
```
make[2]: Leaving directory '/var/tmp/portage/dev-lang/julia-9999/work/julia-9999/src/flisp'
./flisp/flisp ./mk_julia_flisp_boot.scm
type error: file: expected string, got #f
in file ./mk_julia_flisp_boot.s... | non_process | julia does not build when bin sh is not bash when bin sh is dash rather than bash make fails with make leaving directory var tmp portage dev lang julia work julia src flisp flisp flisp mk julia flisp boot scm type error file expected string got f in file mk julia flisp boot scm make... | 0 |
13,022 | 15,377,835,936 | IssuesEvent | 2021-03-02 17:33:29 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | closed | 'viral process' may need a different parent class | multi-species process | It occurred to me that not all viral processes are going to be directly involved in a symbiotic interaction. Two examples that are child classes of 'viral process' are 'viral life cycle' (GO:0019058) and 'virus maturation' (GO:0019075). I'm not entirely sure of a better parent class for it yet, but I'm leaning toward '... | 1.0 | 'viral process' may need a different parent class - It occurred to me that not all viral processes are going to be directly involved in a symbiotic interaction. Two examples that are child classes of 'viral process' are 'viral life cycle' (GO:0019058) and 'virus maturation' (GO:0019075). I'm not entirely sure of a bett... | process | viral process may need a different parent class it occurred to me that not all viral processes are going to be directly involved in a symbiotic interaction two examples that are child classes of viral process are viral life cycle go and virus maturation go i m not entirely sure of a better parent cl... | 1 |
41,892 | 5,398,621,237 | IssuesEvent | 2017-02-27 17:21:57 | joehand/Joe-s-Habit-Tracker | https://api.github.com/repos/joehand/Joe-s-Habit-Tracker | closed | About Page? Other information | design/ui | Probably need something along these lines. Do I need a copyright? Can I add one even if I copied a lot of other code?
| 1.0 | About Page? Other information - Probably need something along these lines. Do I need a copyright? Can I add one even if I copied a lot of other code?
| non_process | about page other information probably need something along these lines do i need a copyright can i add one even if i copied a lot of other code | 0 |
17,848 | 23,786,761,753 | IssuesEvent | 2022-09-02 10:51:21 | Tencent/tdesign-miniprogram | https://api.github.com/repos/Tencent/tdesign-miniprogram | closed | [icon] 希望这里面可以直接使用第三方的图片 | enhancement good first issue in process | ### 这个功能解决了什么问题
因为在做一个新的项目的时候,往往会使整个项目的图标保持统一。
而且有的时候根据甲方的需求,图标可能还是渐变的颜色,图标样式也会很复杂,这个时候,使用TDesign提供的图标,是不够用的。
这个时候,需要UI去对每个图标进行制作。
在前段时间,都是把图标传到阿里的iconfont上,之后直接引用阿里的cdn链接,但是不久前,阿里的iconfont出现了一些问题,时隔很久之后才恢复功能,这大大的影响了开发进度。
所以,提供这样一个直接引用图片的功能是很必要的,这样的话,如果图标更换,就只需要更改服务器中的图片就可以了。
而且,我之前做小程序的时候,都是用的 vant 的组件,它是提供这个功能的... | 1.0 | [icon] 希望这里面可以直接使用第三方的图片 - ### 这个功能解决了什么问题
因为在做一个新的项目的时候,往往会使整个项目的图标保持统一。
而且有的时候根据甲方的需求,图标可能还是渐变的颜色,图标样式也会很复杂,这个时候,使用TDesign提供的图标,是不够用的。
这个时候,需要UI去对每个图标进行制作。
在前段时间,都是把图标传到阿里的iconfont上,之后直接引用阿里的cdn链接,但是不久前,阿里的iconfont出现了一些问题,时隔很久之后才恢复功能,这大大的影响了开发进度。
所以,提供这样一个直接引用图片的功能是很必要的,这样的话,如果图标更换,就只需要更改服务器中的图片就可以了。
而且,我之前做小程序... | process | 希望这里面可以直接使用第三方的图片 这个功能解决了什么问题 因为在做一个新的项目的时候,往往会使整个项目的图标保持统一。 而且有的时候根据甲方的需求,图标可能还是渐变的颜色,图标样式也会很复杂,这个时候,使用tdesign提供的图标,是不够用的。 这个时候,需要ui去对每个图标进行制作。 在前段时间,都是把图标传到阿里的iconfont上,之后直接引用阿里的cdn链接,但是不久前,阿里的iconfont出现了一些问题,时隔很久之后才恢复功能,这大大的影响了开发进度。 所以,提供这样一个直接引用图片的功能是很必要的,这样的话,如果图标更换,就只需要更改服务器中的图片就可以了。 而且,我之前做小程序的时候,都... | 1 |
2,139 | 4,982,504,528 | IssuesEvent | 2016-12-07 11:35:01 | jlm2017/jlm-video-subtitles | https://api.github.com/repos/jlm2017/jlm-video-subtitles | opened | [subtitles] [FR] Affaires étrangères : deux poids deux mesures au Parlement européen | Language: French Process: [0] Awaiting subtitles | # Video title
Affaires étrangères : deux poids deux mesures au Parlement européen
# URL
https://www.youtube.com/watch?v=32mjOWZvm2Q&list=PLnAm9o_Xn_3DU-PS1cGkVoMthELDzFVRT&index=9
# Youtube subtitles language
Français
# Duration
1:15
# URL subtitles
https://www.youtube.com/timedtext_editor?la... | 1.0 | [subtitles] [FR] Affaires étrangères : deux poids deux mesures au Parlement européen - # Video title
Affaires étrangères : deux poids deux mesures au Parlement européen
# URL
https://www.youtube.com/watch?v=32mjOWZvm2Q&list=PLnAm9o_Xn_3DU-PS1cGkVoMthELDzFVRT&index=9
# Youtube subtitles language
Français
... | process | affaires étrangères deux poids deux mesures au parlement européen video title affaires étrangères deux poids deux mesures au parlement européen url youtube subtitles language français duration url subtitles | 1 |
5,221 | 8,026,089,466 | IssuesEvent | 2018-07-27 01:46:06 | w3c/html | https://api.github.com/repos/w3c/html | closed | CfC: Do not merge WebWorkers into HTML | process | This is a CfC on the proposal
> The Working Group should not merge Web Workers into the HTML specification. Note that this would overturn the decision made following the CfC #1090
Further discussion led to the proposal to revisit the decision. The main reasons given were
1. The expectation that merging it would... | 1.0 | CfC: Do not merge WebWorkers into HTML - This is a CfC on the proposal
> The Working Group should not merge Web Workers into the HTML specification. Note that this would overturn the decision made following the CfC #1090
Further discussion led to the proposal to revisit the decision. The main reasons given were
... | process | cfc do not merge webworkers into html this is a cfc on the proposal the working group should not merge web workers into the html specification note that this would overturn the decision made following the cfc further discussion led to the proposal to revisit the decision the main reasons given were ... | 1 |
336,460 | 24,499,815,847 | IssuesEvent | 2022-10-10 11:52:42 | DuplosFidibuss/academic-time-planner | https://api.github.com/repos/DuplosFidibuss/academic-time-planner | closed | Cleanup current version of documentation | documentation | The multi-liners should be removed. Chapter 3 should be regrouped (see "Berichtstruktur_PA_BA"). Typos should be corrected. | 1.0 | Cleanup current version of documentation - The multi-liners should be removed. Chapter 3 should be regrouped (see "Berichtstruktur_PA_BA"). Typos should be corrected. | non_process | cleanup current version of documentation the multi liners should be removed chapter should be regrouped see berichtstruktur pa ba typos should be corrected | 0 |
30,070 | 6,010,288,679 | IssuesEvent | 2017-06-06 12:52:02 | bridgedotnet/Bridge | https://api.github.com/repos/bridgedotnet/Bridge | closed | Metadata from dependant libraries not included in output | defect | (I'm using code from `master`, which I believe includes the recent reflection changes)
I have two Bridge libraries, TestFramework and Tests. Tests has a reference to TestFramework. When TestFramework builds, it outputs a `.meta.js` file. However, this file never makes it to the output of Tests:
- `combineScripts:... | 1.0 | Metadata from dependant libraries not included in output - (I'm using code from `master`, which I believe includes the recent reflection changes)
I have two Bridge libraries, TestFramework and Tests. Tests has a reference to TestFramework. When TestFramework builds, it outputs a `.meta.js` file. However, this file n... | non_process | metadata from dependant libraries not included in output i m using code from master which i believe includes the recent reflection changes i have two bridge libraries testframework and tests tests has a reference to testframework when testframework builds it outputs a meta js file however this file n... | 0 |
7,358 | 4,940,083,605 | IssuesEvent | 2016-11-29 15:58:57 | vsch/idea-multimarkdown | https://api.github.com/repos/vsch/idea-multimarkdown | closed | Smooth scroll issues with preview | fix available fixed for next release library bug usability | I initially thought the rendering of the markdown preview was very slow, and fairly unusable, but it appears that it's the scrolling that is the issue. When scrolling with a trackpad (on osx) the preview is very sticky and painful to use (the editor tab for the raw markup meanwhile is fine).
| True | Smooth scroll issues with preview - I initially thought the rendering of the markdown preview was very slow, and fairly unusable, but it appears that it's the scrolling that is the issue. When scrolling with a trackpad (on osx) the preview is very sticky and painful to use (the editor tab for the raw markup meanwhile ... | non_process | smooth scroll issues with preview i initially thought the rendering of the markdown preview was very slow and fairly unusable but it appears that it s the scrolling that is the issue when scrolling with a trackpad on osx the preview is very sticky and painful to use the editor tab for the raw markup meanwhile ... | 0 |
432,490 | 30,285,561,246 | IssuesEvent | 2023-07-08 16:27:37 | tungbq/AWS-LearningResource | https://api.github.com/repos/tungbq/AWS-LearningResource | closed | Add AWS Cloudfront URLs | documentation help wanted good first issue aws | Append these lines for controltower service to `services.json`:
{
"service_name": "AWS Cloudfront",
"service_url": "https://docs.aws.amazon.com/cloudfront",
"service_youtube_url": "https://youtu.be/AT-nHW3_SVI",
"service_folder_name": "cloudfront"
} | 1.0 | Add AWS Cloudfront URLs - Append these lines for controltower service to `services.json`:
{
"service_name": "AWS Cloudfront",
"service_url": "https://docs.aws.amazon.com/cloudfront",
"service_youtube_url": "https://youtu.be/AT-nHW3_SVI",
"service_folder_name": "cloudfront"
} | non_process | add aws cloudfront urls append these lines for controltower service to services json service name aws cloudfront service url service youtube url service folder name cloudfront | 0 |
22,087 | 30,609,368,754 | IssuesEvent | 2023-07-23 12:21:37 | danrleypereira/verzel-pleno-prova | https://api.github.com/repos/danrleypereira/verzel-pleno-prova | opened | Setup CI/CD Pipeline with GitHub Actions, AWS EC2, and CodeDeploy | Processo Seletivo DevOps | Proposed Solution
Implement a CI/CD pipeline using GitHub Actions for integration, AWS EC2 for the deployment environment, and AWS CodeDeploy for deployment automation.
The proposed workflow should include the following steps:
Code Commit: Developers commit the code to the GitHub repository. Any new commit to th... | 1.0 | Setup CI/CD Pipeline with GitHub Actions, AWS EC2, and CodeDeploy - Proposed Solution
Implement a CI/CD pipeline using GitHub Actions for integration, AWS EC2 for the deployment environment, and AWS CodeDeploy for deployment automation.
The proposed workflow should include the following steps:
Code Commit: Devel... | process | setup ci cd pipeline with github actions aws and codedeploy proposed solution implement a ci cd pipeline using github actions for integration aws for the deployment environment and aws codedeploy for deployment automation the proposed workflow should include the following steps code commit developer... | 1 |
18,637 | 24,580,537,189 | IssuesEvent | 2022-10-13 15:18:01 | GoogleCloudPlatform/fda-mystudies | https://api.github.com/repos/GoogleCloudPlatform/fda-mystudies | closed | [Mobile apps][FHIR] JSON structure > Inconsistency between iOS and android | Bug P1 iOS Android Process: Fixed Process: Tested dev | Steps:
1. Sign up or sign in to the mobile app (Both android and iOS)
2. Enroll to the study
3. Click on the form step questions
4. Click on the Skip button and submit the response
5. Go to the FHIR store and observe
AR: There is an inconsistency between both iOS JSON and Android JSON in FHIR
ER: There should... | 2.0 | [Mobile apps][FHIR] JSON structure > Inconsistency between iOS and android - Steps:
1. Sign up or sign in to the mobile app (Both android and iOS)
2. Enroll to the study
3. Click on the form step questions
4. Click on the Skip button and submit the response
5. Go to the FHIR store and observe
AR: There is an in... | process | json structure inconsistency between ios and android steps sign up or sign in to the mobile app both android and ios enroll to the study click on the form step questions click on the skip button and submit the response go to the fhir store and observe ar there is an inconsistency betwe... | 1 |
726,626 | 25,005,348,274 | IssuesEvent | 2022-11-03 11:22:19 | zitadel/zitadel | https://api.github.com/repos/zitadel/zitadel | closed | Document Metrics Endpoint | category: docs priority: medium effort: 2 | The metrics endpoint should be integrated in the documentation.
**Acceptance criteria**
- [ ] Add metrics endpoint
- [ ] How can customers access data from the metrics
- [ ] What kind of metrics are included
- [ ] Document how users know if ZITADEL is running, healthz endpoint, readiness, etc.
| 1.0 | Document Metrics Endpoint - The metrics endpoint should be integrated in the documentation.
**Acceptance criteria**
- [ ] Add metrics endpoint
- [ ] How can customers access data from the metrics
- [ ] What kind of metrics are included
- [ ] Document how users know if ZITADEL is running, healthz endpoint, readiness, e... | non_process | document metrics endpoint the metrics endpoint should be integrated in the documentation acceptance criteria add metrics endpoint how can customers access data from the metrics what kind of metrics are included document how users know if zitadel is running healthz endpoint readiness etc | 0 |
323,896 | 9,880,151,133 | IssuesEvent | 2019-06-24 11:54:53 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | dsp.aarth.net - site is not usable | browser-firefox engine-gecko priority-normal | <!-- @browser: Firefox 64.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://dsp.aarth.net/?cid=6zoJN&sub1=184133&sub2=176110&sub3=157.41.66.251&sub4=1775813&cb=@cb
**Browser / Version**: Firefox 64.0
**O... | 1.0 | dsp.aarth.net - site is not usable - <!-- @browser: Firefox 64.0 -->
<!-- @ua_header: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:64.0) Gecko/20100101 Firefox/64.0 -->
<!-- @reported_with: desktop-reporter -->
**URL**: https://dsp.aarth.net/?cid=6zoJN&sub1=184133&sub2=176110&sub3=157.41.66.251&sub4=1775813&cb=@cb
**... | non_process | dsp aarth net site is not usable url browser version firefox operating system windows tested another browser unknown problem type site is not usable description it was always shows when i suffering a site it automatically opened through new tab steps to reproduce ... | 0 |
505,944 | 14,655,103,432 | IssuesEvent | 2020-12-28 10:13:46 | microsoft/terminal | https://api.github.com/repos/microsoft/terminal | closed | [Functional-Open dropdown]- User is not able to perform action using shortcuts defined for the dropdown menu items. | Area-User Interface HCL-E+D HCL-WindowsConsole HCL-WindowsTerminal Issue-Bug Priority-0 Product-Terminal | **User Experience:**
Users who rely on screen reader/Keyboard will not be able to perform action efficiently if shortcuts are not working for the dropdown menu items.
**Test Environment:**
OS: Win 10 2004 Build (20262.1010)
App: Windows Terminal
App version: 1.4.3243.0
**Repro Steps:**
1. Open Windows termi... | 1.0 | [Functional-Open dropdown]- User is not able to perform action using shortcuts defined for the dropdown menu items. - **User Experience:**
Users who rely on screen reader/Keyboard will not be able to perform action efficiently if shortcuts are not working for the dropdown menu items.
**Test Environment:**
OS: Win ... | non_process | user is not able to perform action using shortcuts defined for the dropdown menu items user experience users who rely on screen reader keyboard will not be able to perform action efficiently if shortcuts are not working for the dropdown menu items test environment os win build app win... | 0 |
2,077 | 4,892,161,095 | IssuesEvent | 2016-11-18 18:52:13 | Sage-Bionetworks/Genie | https://api.github.com/repos/Sage-Bionetworks/Genie | opened | remove samples not marked 'keep' in variant merge list | data processing DFCI GRCC JHH MDA MSK NKI UHN VICC | Groups that want to keep variants will submit new mutation files. | 1.0 | remove samples not marked 'keep' in variant merge list - Groups that want to keep variants will submit new mutation files. | process | remove samples not marked keep in variant merge list groups that want to keep variants will submit new mutation files | 1 |
38,524 | 12,552,413,166 | IssuesEvent | 2020-06-06 18:00:45 | nihalmurmu/automata | https://api.github.com/repos/nihalmurmu/automata | opened | CVE-2020-7656 (Medium) detected in jquery-1.7.1.min.js | security vulnerability | ## CVE-2020-7656 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library for DOM operations</p>
<p>Library home page: <a href="htt... | True | CVE-2020-7656 (Medium) detected in jquery-1.7.1.min.js - ## CVE-2020-7656 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jquery-1.7.1.min.js</b></p></summary>
<p>JavaScript library ... | non_process | cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm automata node modules sockjs examples hapi html index html path t... | 0 |
21,153 | 28,129,560,119 | IssuesEvent | 2023-03-31 21:07:45 | metabase/metabase | https://api.github.com/repos/metabase/metabase | closed | Big xslx file downloaded from BigQuery are corrupted in v0.45.3 and were not in v0.45.1 | Type:Bug Priority:P1 .Performance Database/BigQuery Reporting/Export .Regression .Team/QueryProcessor :hammer_and_wrench: | **Describe the bug**
Big xslx file downloaded from BigQuery are corrupted in v0.45.3, and were okay in v0.45.1 (see screenshots)
**Logs**
Please include JavaScript console logs (open the browser dev tools and check the "console" tab) as well as the server logs (Metabase logs that you can get from Settings -> Admin... | 1.0 | Big xslx file downloaded from BigQuery are corrupted in v0.45.3 and were not in v0.45.1 - **Describe the bug**
Big xslx file downloaded from BigQuery are corrupted in v0.45.3, and were okay in v0.45.1 (see screenshots)
**Logs**
Please include JavaScript console logs (open the browser dev tools and check the "conso... | process | big xslx file downloaded from bigquery are corrupted in and were not in describe the bug big xslx file downloaded from bigquery are corrupted in and were okay in see screenshots logs please include javascript console logs open the browser dev tools and check the console tab ... | 1 |
12,139 | 14,741,102,875 | IssuesEvent | 2021-01-07 10:06:07 | kdjstudios/SABillingGitlab | https://api.github.com/repos/kdjstudios/SABillingGitlab | closed | Speed-E’z - Billing Rate - Dispatching Services | anc-process anp-1 ant-bug | In GitLab by @kdjstudios on Jan 2, 2019, 07:55
**Submitted by:** Jo Ann Browne <joann@speedez.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/6464071
**Server:** External
**Client/Site:** Speed Ez
**Account:** NA
**Issue:**
Way back in April your guys built me a Billing rate called Disp... | 1.0 | Speed-E’z - Billing Rate - Dispatching Services - In GitLab by @kdjstudios on Jan 2, 2019, 07:55
**Submitted by:** Jo Ann Browne <joann@speedez.com>
**Helpdesk:** http://www.servicedesk.answernet.com/profiles/ticket/6464071
**Server:** External
**Client/Site:** Speed Ez
**Account:** NA
**Issue:**
Way back in ... | process | speed e’z billing rate dispatching services in gitlab by kdjstudios on jan submitted by jo ann browne helpdesk server external client site speed ez account na issue way back in april your guys built me a billing rate called dispatching services which all of m... | 1 |
45,453 | 12,809,272,253 | IssuesEvent | 2020-07-03 15:17:01 | jOOQ/jOOQ | https://api.github.com/repos/jOOQ/jOOQ | opened | ON DUPLICATE KEY IGNORE emulation should not apply if primary key is identity | C: Functionality E: All Editions P: Medium T: Defect | Assuming a table like this:
```sql
CREATE TABLE t_identity_pk (
id INTEGER NOT NULL AUTO_INCREMENT,
val int,
CONSTRAINT pk_t_identity_pk PRIMARY KEY (id)
)
```
When inserting into this table:
```java
ctx.insertInto(T_IDENTITY_PK)
.columns(VAL)
.values(1)
.onDuplicateKeyIgnore()
.... | 1.0 | ON DUPLICATE KEY IGNORE emulation should not apply if primary key is identity - Assuming a table like this:
```sql
CREATE TABLE t_identity_pk (
id INTEGER NOT NULL AUTO_INCREMENT,
val int,
CONSTRAINT pk_t_identity_pk PRIMARY KEY (id)
)
```
When inserting into this table:
```java
ctx.insertInto(T... | non_process | on duplicate key ignore emulation should not apply if primary key is identity assuming a table like this sql create table t identity pk id integer not null auto increment val int constraint pk t identity pk primary key id when inserting into this table java ctx insertinto t... | 0 |
2,991 | 5,886,878,705 | IssuesEvent | 2017-05-17 05:06:03 | Modularr/YAML-FrontMatter | https://api.github.com/repos/Modularr/YAML-FrontMatter | closed | Markdown containing horizontal rows breaks parser | bug compatibility | If you load a document, for example:
---
title: Some title
date: 2017-05-15
---
This is a markdown document separated by horizontal rows:
---
There is one above!
The FrontMatter will try to split the document by ``---``, and then gives Symphony's YAML the 2nd position of array, w... | True | Markdown containing horizontal rows breaks parser - If you load a document, for example:
---
title: Some title
date: 2017-05-15
---
This is a markdown document separated by horizontal rows:
---
There is one above!
The FrontMatter will try to split the document by ``---``, and the... | non_process | markdown containing horizontal rows breaks parser if you load a document for example title some title date this is a markdown document separated by horizontal rows there is one above the frontmatter will try to split the document by and then giv... | 0 |
20,907 | 27,749,788,320 | IssuesEvent | 2023-03-15 19:46:19 | open-telemetry/opentelemetry-collector-contrib | https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib | opened | [processor/spanmetrics] Deprecate processor | processor/spanmetrics connector/spanmetrics | ### Component(s)
connector/spanmetrics, processor/spanmetrics
### Describe the issue you're reporting
This is a tracking issue relating to https://github.com/open-telemetry/opentelemetry-collector/issues/737
The processor has been reimplemented as a connector. (See #18760)
We should deprecate the processor wh... | 1.0 | [processor/spanmetrics] Deprecate processor - ### Component(s)
connector/spanmetrics, processor/spanmetrics
### Describe the issue you're reporting
This is a tracking issue relating to https://github.com/open-telemetry/opentelemetry-collector/issues/737
The processor has been reimplemented as a connector. (See #... | process | deprecate processor component s connector spanmetrics processor spanmetrics describe the issue you re reporting this is a tracking issue relating to the processor has been reimplemented as a connector see we should deprecate the processor when the code owners believe the time is appropr... | 1 |
308,817 | 26,633,032,738 | IssuesEvent | 2023-01-24 19:24:11 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Test failure: All/DIPSTabHelperBrowserTest.Histograms_StorageThenClick_Incognito/1 | QA/No release-notes/exclude closed/stale ci-concern bot/type/test bot/arch/x64 bot/channel/nightly bot/platform/linux bot/branch/master | Greetings human!
Bad news. `All/DIPSTabHelperBrowserTest.Histograms_StorageThenClick_Incognito/1` [failed on linux x64 nightly master](https://ci.brave.com/job/brave-browser-build-linux-x64-asan/358/testReport/junit/(root)/All_DIPSTabHelperBrowserTest/linux_x64___test_browser_chromium___Histograms_StorageThenClick_Inc... | 1.0 | Test failure: All/DIPSTabHelperBrowserTest.Histograms_StorageThenClick_Incognito/1 - Greetings human!
Bad news. `All/DIPSTabHelperBrowserTest.Histograms_StorageThenClick_Incognito/1` [failed on linux x64 nightly master](https://ci.brave.com/job/brave-browser-build-linux-x64-asan/358/testReport/junit/(root)/All_DIPSTab... | non_process | test failure all dipstabhelperbrowsertest histograms storagethenclick incognito greetings human bad news all dipstabhelperbrowsertest histograms storagethenclick incognito stack trace all dipstabhelperbrowsertest histograms storagethenclick incognito this is chrome version not a ... | 0 |
125,380 | 16,770,497,197 | IssuesEvent | 2021-06-14 14:17:11 | department-of-veterans-affairs/va.gov-team | https://api.github.com/repos/department-of-veterans-affairs/va.gov-team | closed | Notice of Disagreement - UAT | NOD UAT backend design frontend vsa vsa-claims-appeals | ## Issue Description
User acceptance testing for Notice of Disagreement - Phase 1
---
## Tasks
- Conduct UAT sessions, respond to veteran questions on the call, document results, and create tickets to address any issues identified.
## Acceptance Criteria
Completed UAT sessions.
---
| 1.0 | Notice of Disagreement - UAT - ## Issue Description
User acceptance testing for Notice of Disagreement - Phase 1
---
## Tasks
- Conduct UAT sessions, respond to veteran questions on the call, document results, and create tickets to address any issues identified.
## Acceptance Criteria
Completed UAT sessions. ... | non_process | notice of disagreement uat issue description user acceptance testing for notice of disagreement phase tasks conduct uat sessions respond to veteran questions on the call document results and create tickets to address any issues identified acceptance criteria completed uat sessions ... | 0 |
4,706 | 7,546,022,660 | IssuesEvent | 2018-04-18 00:30:06 | UnbFeelings/unb-feelings-docs | https://api.github.com/repos/UnbFeelings/unb-feelings-docs | closed | Analisar Requisitos - Participantes | Processo invalid question | Acredito que nesta [atividade](https://github.com/UnbFeelings/unb-feelings-docs/wiki/Processo#2212-analisar-requisitos) do processo existe um erro a respeito dos Participantes.
Aparentemente o cliente não participa dessa atividade, contudo foi alocado como um dos participantes. Um dos critérios da auditoria dessa at... | 1.0 | Analisar Requisitos - Participantes - Acredito que nesta [atividade](https://github.com/UnbFeelings/unb-feelings-docs/wiki/Processo#2212-analisar-requisitos) do processo existe um erro a respeito dos Participantes.
Aparentemente o cliente não participa dessa atividade, contudo foi alocado como um dos participantes. ... | process | analisar requisitos participantes acredito que nesta do processo existe um erro a respeito dos participantes aparentemente o cliente não participa dessa atividade contudo foi alocado como um dos participantes um dos critérios da auditoria dessa atividade englobará a participação do cliente caso ele não e... | 1 |
108,461 | 9,308,272,250 | IssuesEvent | 2019-03-25 14:14:29 | servo/servo | https://api.github.com/repos/servo/servo | closed | Removing iframe with video is causing Servo to crash | A-content/media C-has-manual-testcase | HTML:
```
<!DOCTYPE html>
<html>
<body>
<iframe id="iframe" src="http://player.vimeo.com/video/60897896?autoplay=1" width="800" height="450"></iframe>
<br>
<button type="button" id="close" onclick="document.getElementById('iframe').remove();">Remove iframe</button>
</body>
</htm... | 1.0 | Removing iframe with video is causing Servo to crash - HTML:
```
<!DOCTYPE html>
<html>
<body>
<iframe id="iframe" src="http://player.vimeo.com/video/60897896?autoplay=1" width="800" height="450"></iframe>
<br>
<button type="button" id="close" onclick="document.getElementById('iframe'... | non_process | removing iframe with video is causing servo to crash html remove iframe steps to reproduce load html file wait till video starts playing click on remove iframe button backtrace ondrej apps servo servo test html mesa... | 0 |
486 | 2,924,992,253 | IssuesEvent | 2015-06-26 00:26:36 | camsci/meteor-pi | https://api.github.com/repos/camsci/meteor-pi | closed | How do we store the path of a meteor? | domain:Image Processing domain:Modelling | The video processing software can now produce a list of all frames in which a meteor appears. A JSON-encoded list of [x,y,time] data can be up to 16kB. Where do we store this? As a metadata field in the database, or in a file that we associate with the event?
Do we still want to store three points extracted from thi... | 1.0 | How do we store the path of a meteor? - The video processing software can now produce a list of all frames in which a meteor appears. A JSON-encoded list of [x,y,time] data can be up to 16kB. Where do we store this? As a metadata field in the database, or in a file that we associate with the event?
Do we still want ... | process | how do we store the path of a meteor the video processing software can now produce a list of all frames in which a meteor appears a json encoded list of data can be up to where do we store this as a metadata field in the database or in a file that we associate with the event do we still want to store thr... | 1 |
204,807 | 23,282,647,209 | IssuesEvent | 2022-08-05 13:34:30 | honeycombio/libhoney-java | https://api.github.com/repos/honeycombio/libhoney-java | opened | Vulnerabilities in latest release (1.5.0) | type: security | **Versions**
- Java: JDK 8u35
- Libhoney: 1.5.0
**Description**
I noticed Master has more recent library upgrades, but the latest maven repository release has dependencies with known vulnerabilities:
jackson.core -> jackson-databind 0:2.13.1:
https://nvd.nist.gov/vuln/detail/CVE-2020-36518
https://github... | True | Vulnerabilities in latest release (1.5.0) - **Versions**
- Java: JDK 8u35
- Libhoney: 1.5.0
**Description**
I noticed Master has more recent library upgrades, but the latest maven repository release has dependencies with known vulnerabilities:
jackson.core -> jackson-databind 0:2.13.1:
https://nvd.nist.go... | non_process | vulnerabilities in latest release versions java jdk libhoney description i noticed master has more recent library upgrades but the latest maven repository release has dependencies with known vulnerabilities jackson core jackson databind commons code... | 0 |
106,287 | 9,126,110,048 | IssuesEvent | 2019-02-24 19:03:27 | svigerske/Bt | https://api.github.com/repos/svigerske/Bt | closed | Errors on page https://projects.coin-or.org/CoinHelp | bug configuration tests major | Issue created by migration from Trac.
Original creator: jpfasano
Original creation time: 2007-08-07 17:19:38
Assignee: andreasw
Version: 0.5
https://projects.coin-or.org/CoinHelp displays error messages:
```
Error: Failed to load processor TOC
No macro or processor named 'TOC' found
``` | 1.0 | Errors on page https://projects.coin-or.org/CoinHelp - Issue created by migration from Trac.
Original creator: jpfasano
Original creation time: 2007-08-07 17:19:38
Assignee: andreasw
Version: 0.5
https://projects.coin-or.org/CoinHelp displays error messages:
```
Error: Failed to load processor TOC
No macro or p... | non_process | errors on page issue created by migration from trac original creator jpfasano original creation time assignee andreasw version displays error messages error failed to load processor toc no macro or processor named toc found | 0 |
17,989 | 24,010,011,502 | IssuesEvent | 2022-09-14 17:55:25 | GoogleContainerTools/jib-extensions | https://api.github.com/repos/GoogleContainerTools/jib-extensions | closed | jib-native-image-extension-gradle not released | kind/user-question priority/p2 process | Hi,
Please release the submodule `jib-native-image-extension-gradle` as it is not yet released.
Thanks,
Ashesh Saraf | 1.0 | jib-native-image-extension-gradle not released - Hi,
Please release the submodule `jib-native-image-extension-gradle` as it is not yet released.
Thanks,
Ashesh Saraf | process | jib native image extension gradle not released hi please release the submodule jib native image extension gradle as it is not yet released thanks ashesh saraf | 1 |
20,922 | 6,122,548,341 | IssuesEvent | 2017-06-23 00:15:08 | ganeti/ganeti | https://api.github.com/repos/ganeti/ganeti | closed | IPolicy break instance creation with disk adoption | imported_from_google_code Status:Released Type-Defect | Originally reported of Google Code with ID 255.
```
What software version are you running? Please provide the output of "gnt-
cluster --version" and "gnt-cluster version".
gnt-cluster (ganeti v2.6.0) 2.6.0
<b>What distribution are you using?</b>
Debian (wheezy/sid)
<b>What steps will reproduce the problem?... | 1.0 | IPolicy break instance creation with disk adoption - Originally reported of Google Code with ID 255.
```
What software version are you running? Please provide the output of "gnt-
cluster --version" and "gnt-cluster version".
gnt-cluster (ganeti v2.6.0) 2.6.0
<b>What distribution are you using?</b>
Debian (whe... | non_process | ipolicy break instance creation with disk adoption originally reported of google code with id what software version are you running please provide the output of gnt cluster version and gnt cluster version gnt cluster ganeti what distribution are you using debian wheezy sid ... | 0 |
5,768 | 8,609,848,968 | IssuesEvent | 2018-11-19 01:14:46 | carloseduardov8/Viajato | https://api.github.com/repos/carloseduardov8/Viajato | closed | Implementar reserva em hotel | Priority:Very High Process:Implement Requirement | Permitir ao usuário reserva em hotel, considerando hotel e tipo de quarto | 1.0 | Implementar reserva em hotel - Permitir ao usuário reserva em hotel, considerando hotel e tipo de quarto | process | implementar reserva em hotel permitir ao usuário reserva em hotel considerando hotel e tipo de quarto | 1 |
104,274 | 22,620,015,102 | IssuesEvent | 2022-06-30 04:58:18 | appsmithorg/appsmith | https://api.github.com/repos/appsmithorg/appsmith | closed | [Bug]: Blinking text cursor is seen inside an already selected dropdown in Welcome tutorial | Bug Low Production Needs Triaging BE Coders Pod New Developers Pod Welcome Screen | ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Blinking text cursor is seen inside an already selected dropdown in step 1 of Welcome tutorial. Also no hover highlight is observed for the remaining drop down option.
https://loom.com/share/00ff01b0fc7a4977be7fc737cd... | 1.0 | [Bug]: Blinking text cursor is seen inside an already selected dropdown in Welcome tutorial - ### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description
Blinking text cursor is seen inside an already selected dropdown in step 1 of Welcome tutorial. Also no hover highlight is o... | non_process | blinking text cursor is seen inside an already selected dropdown in welcome tutorial is there an existing issue for this i have searched the existing issues description blinking text cursor is seen inside an already selected dropdown in step of welcome tutorial also no hover highlight is observe... | 0 |
251,943 | 27,218,206,126 | IssuesEvent | 2023-02-21 01:15:06 | rsoreq/WebGoat | https://api.github.com/repos/rsoreq/WebGoat | closed | CVE-2021-39150 (High) detected in xstream-1.4.5.jar - autoclosed | security vulnerability | ## CVE-2021-39150 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.5.jar</b></p></summary>
<p>XStream is a serialization library from Java objects to XML and back.</p>
<p>Pa... | True | CVE-2021-39150 (High) detected in xstream-1.4.5.jar - autoclosed - ## CVE-2021-39150 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xstream-1.4.5.jar</b></p></summary>
<p>XStream is a... | non_process | cve high detected in xstream jar autoclosed cve high severity vulnerability vulnerable library xstream jar xstream is a serialization library from java objects to xml and back path to dependency file webgoat server pom xml path to vulnerable library home wss scanner ... | 0 |
626,084 | 19,784,750,550 | IssuesEvent | 2022-01-18 04:30:52 | lokka30/LevelledMobs | https://api.github.com/repos/lokka30/LevelledMobs | closed | Hardcore Featureset | type: improvement priority: normal status: confirmed | ```yaml
apply-settings:
hardcore:
deathboost: true
secondchance:
count: 1
health_remaining: 10
health_restored: 20
rollattributes:
challenge-rating: 1.0
max-health: true
movement-speed: true
attack-damage: true
mo... | 1.0 | Hardcore Featureset - ```yaml
apply-settings:
hardcore:
deathboost: true
secondchance:
count: 1
health_remaining: 10
health_restored: 20
rollattributes:
challenge-rating: 1.0
max-health: true
movement-speed: true
attack-da... | non_process | hardcore featureset yaml apply settings hardcore deathboost true secondchance count health remaining health restored rollattributes challenge rating max health true movement speed true attack dama... | 0 |
304,543 | 9,333,421,473 | IssuesEvent | 2019-03-28 14:23:31 | webcompat/web-bugs | https://api.github.com/repos/webcompat/web-bugs | closed | addons.mozilla.org - see bug description | browser-firefox-mobile browser-focus-geckoview priority-important | <!-- @browser: Firefox Mobile 65.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://addons.mozilla.org/en-US/firefox/addon/soundfixer/?src=featured
**Browser / Version**: Firefox Mob... | 1.0 | addons.mozilla.org - see bug description - <!-- @browser: Firefox Mobile 65.0 -->
<!-- @ua_header: Mozilla/5.0 (Android 8.0.0; Mobile; rv:65.0) Gecko/65.0 Firefox/65.0 -->
<!-- @reported_with: -->
<!-- @extra_labels: browser-focus-geckoview -->
**URL**: https://addons.mozilla.org/en-US/firefox/addon/soundfixer/?src=f... | non_process | addons mozilla org see bug description url browser version firefox mobile operating system android tested another browser unknown problem type something else description app vpn tunnelbear confirms verifies who l am says welcome to tunnelbear etc ste... | 0 |
6,516 | 9,604,539,222 | IssuesEvent | 2019-05-10 20:19:36 | robertwpaul/lintol-challenge-1 | https://api.github.com/repos/robertwpaul/lintol-challenge-1 | closed | Add Credit Card Processor | good first issue processor | Create a suitable regex, library, or implementation to credit cards within the dataset.
Example PR: https://github.com/robertwpaul/lintol-challenge-1/pull/33
**Acceptance Criteria**
* Adds a processor
* Adds unit tests
* Adds a processor specific doc/
* Links processor to README.md | 1.0 | Add Credit Card Processor - Create a suitable regex, library, or implementation to credit cards within the dataset.
Example PR: https://github.com/robertwpaul/lintol-challenge-1/pull/33
**Acceptance Criteria**
* Adds a processor
* Adds unit tests
* Adds a processor specific doc/
* Links processor to README.md | process | add credit card processor create a suitable regex library or implementation to credit cards within the dataset example pr acceptance criteria adds a processor adds unit tests adds a processor specific doc links processor to readme md | 1 |
201,671 | 15,806,843,719 | IssuesEvent | 2021-04-04 07:33:44 | AY2021S2-CS2103-W16-1/tp | https://api.github.com/repos/AY2021S2-CS2103-W16-1/tp | closed | [PE-D] User guide feature list is messy | documentation | There are many features in your application and while they may be split between tasks and events, it is hard to navigate and look for the function i want. Perhaps you can split it into more levels so that it is easy to navigate.
: film
Film or show in which it appears: Darling (1965), https://www.imdb.com/title/tt0059084/
Is the parent film/show streaming anywhere? The Criterion Channel, https://www.criterionchannel.com
About when in the parent film/show does it appear? ~37 min
Actual footage... | 1.0 | Add "Jacqueline" - Title: Jacqueline
Type (film/tv show): film
Film or show in which it appears: Darling (1965), https://www.imdb.com/title/tt0059084/
Is the parent film/show streaming anywhere? The Criterion Channel, https://www.criterionchannel.com
About when in the parent film/show does it appear? ~37 mi... | process | add jacqueline title jacqueline type film tv show film film or show in which it appears darling is the parent film show streaming anywhere the criterion channel about when in the parent film show does it appear min actual footage of the film show can be seen yes no yes ... | 1 |
23,361 | 16,091,576,004 | IssuesEvent | 2021-04-26 17:22:25 | 18F/aws-admin | https://api.github.com/repos/18F/aws-admin | closed | Enforce 2FA/MFA for AWS IAM jump account users | g: accepted i: infrastructure t: weeks | ## Background information
Broken out from https://github.com/18F/aws-admin/issues/40
## Implementation steps
- [x] Add condition to all IAM policies to require MFA
## Acceptance criteria
- [ ] IAM users are unable to do anything besides set up MFA if they don't have MFA set up
- [ ] Documented process f... | 1.0 | Enforce 2FA/MFA for AWS IAM jump account users - ## Background information
Broken out from https://github.com/18F/aws-admin/issues/40
## Implementation steps
- [x] Add condition to all IAM policies to require MFA
## Acceptance criteria
- [ ] IAM users are unable to do anything besides set up MFA if they ... | non_process | enforce mfa for aws iam jump account users background information broken out from implementation steps add condition to all iam policies to require mfa acceptance criteria iam users are unable to do anything besides set up mfa if they don t have mfa set up documented process f... | 0 |
7,391 | 10,518,191,592 | IssuesEvent | 2019-09-29 09:02:12 | SerialLain3170/ComputerVision-Papers | https://api.github.com/repos/SerialLain3170/ComputerVision-Papers | opened | Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis | Video Processing | # Peper
[Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis](https://arxiv.org/pdf/1909.12224.pdf)
# Summary
- Human Mesh Recovery, Flow Composition Module, Liquid Warping GANで構成
- Liquid Warping GANではsourceの情報をtargetに私ながらsource画像の詳細を残しながら生成を可能にしている
<... | 1.0 | Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis - # Peper
[Liquid Warping GAN: A Unified Framework for Human Motion Imitation, Appearance Transfer and Novel View Synthesis](https://arxiv.org/pdf/1909.12224.pdf)
# Summary
- Human Mesh Recovery, Flow C... | process | liquid warping gan a unified framework for human motion imitation appearance transfer and novel view synthesis peper summary human mesh recovery flow composition module liquid warping ganで構成 liquid warping ganではsourceの情報をtargetに私ながらsource画像の詳細を残しながら生成を可能にしている img width alt スクリーンショット ... | 1 |
22,345 | 31,021,010,427 | IssuesEvent | 2023-08-10 05:20:31 | googleapis/google-cloud-python | https://api.github.com/repos/googleapis/google-cloud-python | closed | Add Python 3.9 tests | type: process | Choose a few libraries (mix of GAPIC, handwrittens) to add 3.9 tests before the 3.9.0 release is made ([release schedule](https://www.python.org/dev/peps/pep-0596/#id4)).
Steps:
* Add 3.9 to the [docker image](https://github.com/googleapis/testing-infra-docker/blob/4040f69470a80613a3e342031b78cca535d30a23/python/... | 1.0 | Add Python 3.9 tests - Choose a few libraries (mix of GAPIC, handwrittens) to add 3.9 tests before the 3.9.0 release is made ([release schedule](https://www.python.org/dev/peps/pep-0596/#id4)).
Steps:
* Add 3.9 to the [docker image](https://github.com/googleapis/testing-infra-docker/blob/4040f69470a80613a3e342031... | process | add python tests choose a few libraries mix of gapic handwrittens to add tests before the release is made steps add to the add unit system tests to a handful of libraries the extra version can be added via templates cc plamut | 1 |
767,063 | 26,909,750,653 | IssuesEvent | 2023-02-06 22:20:35 | workcraft/workcraft | https://api.github.com/repos/workcraft/workcraft | opened | Incorrect base for relative path when setCircuitEnvironment wrapper is called from JavaScript | bug priority:critical tag:core tag:model:circuit status:confirmed | If JavaScript uses `setCircuitEnvironment(circuitWork, envStg)` wrapper function with `envStg` parameter passed as a String path, then it is relative to the directory of Workcraft runner script. It would be more useful if this path was relative to the working directory (passed with -dir:PATH` command line option) or to... | 1.0 | Incorrect base for relative path when setCircuitEnvironment wrapper is called from JavaScript - If JavaScript uses `setCircuitEnvironment(circuitWork, envStg)` wrapper function with `envStg` parameter passed as a String path, then it is relative to the directory of Workcraft runner script. It would be more useful if th... | non_process | incorrect base for relative path when setcircuitenvironment wrapper is called from javascript if javascript uses setcircuitenvironment circuitwork envstg wrapper function with envstg parameter passed as a string path then it is relative to the directory of workcraft runner script it would be more useful if th... | 0 |
51,248 | 10,602,183,600 | IssuesEvent | 2019-10-10 13:47:23 | fac-17/My-Body-Back | https://api.github.com/repos/fac-17/My-Body-Back | closed | ♻️ Use reacts power | CODE REVIEW | https://github.com/fac-17/My-Body-Back/blob/7db9eac41abbc2e77244bb6ce16876cfa4952383/src/components/NotesOfLove/NotesOfLove.js#L20-L29
React is an abstraction layer on top of vanilla dom manipulation. It streamlines a lot for us, and does lot of magic optimisation. We shouldn't be accessing the dom directly.
`cl... | 1.0 | ♻️ Use reacts power - https://github.com/fac-17/My-Body-Back/blob/7db9eac41abbc2e77244bb6ce16876cfa4952383/src/components/NotesOfLove/NotesOfLove.js#L20-L29
React is an abstraction layer on top of vanilla dom manipulation. It streamlines a lot for us, and does lot of magic optimisation. We shouldn't be accessing the... | non_process | ♻️ use reacts power react is an abstraction layer on top of vanilla dom manipulation it streamlines a lot for us and does lot of magic optimisation we shouldn t be accessing the dom directly classname is reacts way of passing classes to elements this is where you should be adding removing classes you... | 0 |
2,664 | 5,436,716,103 | IssuesEvent | 2017-03-06 02:46:16 | uccser/kordac | https://api.github.com/repos/uccser/kordac | closed | Implement {Scratch} codeblock processor | Django feature processor implementation testing | For the KordacResult the code-hash (named)tuples should be stored in a set with a custom comparison. | 1.0 | Implement {Scratch} codeblock processor - For the KordacResult the code-hash (named)tuples should be stored in a set with a custom comparison. | process | implement scratch codeblock processor for the kordacresult the code hash named tuples should be stored in a set with a custom comparison | 1 |
19,104 | 25,156,314,809 | IssuesEvent | 2022-11-10 13:49:15 | spring-projects/spring-hateoas | https://api.github.com/repos/spring-projects/spring-hateoas | closed | regardless of Accept Header controller produces HAL-Style links (since v1.3.x) | resolution: invalid process: waiting for feedback in: configuration | Since version **1.3.x** the Accept header is not respected for the EntityModel json. I could reproduce the issue using the basic example of [spring-projects/spring-hateoas-examples](https://github.com/sleicht/spring-hateoas-examples/tree/issue-1799)
```
### employees json
GET http://localhost:8080/employees
accept:... | 1.0 | regardless of Accept Header controller produces HAL-Style links (since v1.3.x) - Since version **1.3.x** the Accept header is not respected for the EntityModel json. I could reproduce the issue using the basic example of [spring-projects/spring-hateoas-examples](https://github.com/sleicht/spring-hateoas-examples/tree/i... | process | regardless of accept header controller produces hal style links since x since version x the accept header is not respected for the entitymodel json i could reproduce the issue using the basic example of employees json get accept application json employees hal get accept a... | 1 |
32,259 | 15,299,677,662 | IssuesEvent | 2021-02-24 11:15:58 | milvus-io/milvus | https://api.github.com/repos/milvus-io/milvus | closed | Search time increased too much if nq/top-k value greater than 1000 | Bug Bug | Severity | S3 type/performance | **Please state your issue using the following template and, most importantly, in English.**
**Describe the bug**
Need to reduce the search time when both the top-k and nq is set greater than 1000.
```
11:10:25 │ Nq/Top-k │ 1 │ 10 │ 100 │ 1000 │
11:10:25 ├─────────────┼───... | True | Search time increased too much if nq/top-k value greater than 1000 - **Please state your issue using the following template and, most importantly, in English.**
**Describe the bug**
Need to reduce the search time when both the top-k and nq is set greater than 1000.
```
11:10:25 │ Nq/Top-k │ 1 │ ... | non_process | search time increased too much if nq top k value greater than please state your issue using the following template and most importantly in english describe the bug need to reduce the search time when both the top k and nq is set greater than │ nq top k │ │ ... | 0 |
16,978 | 22,338,350,903 | IssuesEvent | 2022-06-14 20:56:52 | microsoft/vscode | https://api.github.com/repos/microsoft/vscode | closed | No update of environment variables in restored terminals. | bug api terminal-persistence terminal-process | <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and-Suggestions -->
<!-- 🔎 Search existing issues to avoid cr... | 1.0 | No update of environment variables in restored terminals. - <!-- ⚠️⚠️ Do Not Delete This! bug_report_template ⚠️⚠️ -->
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
<!-- 🕮 Read our guide about submitting issues: https://github.com/microsoft/vscode/wiki/Submitting-Bugs-and... | process | no update of environment variables in restored terminals does this issue occur when all extensions are disabled yes only one extension that reproduces this issue is active report issue dialog can assist with this vs code version insider os version version ... | 1 |
259,282 | 22,442,302,428 | IssuesEvent | 2022-06-21 02:45:32 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | Tests ci-npd-e2e-test are failing | priority/important-soon sig/node kind/failing-test lifecycle/stale triage/accepted | ### Which jobs are failing?
https://testgrid.k8s.io/sig-node-node-problem-detector#ci-npd-e2e-test
### Which tests are failing?
ci-npd-e2e-test.Overall
** Ginkgo timed out waiting for all parallel procs to report back. **
### Since when has it been failing?
Since the very beginning I can see from th... | 1.0 | Tests ci-npd-e2e-test are failing - ### Which jobs are failing?
https://testgrid.k8s.io/sig-node-node-problem-detector#ci-npd-e2e-test
### Which tests are failing?
ci-npd-e2e-test.Overall
** Ginkgo timed out waiting for all parallel procs to report back. **
### Since when has it been failing?
Since ... | non_process | tests ci npd test are failing which jobs are failing which tests are failing ci npd test overall ginkgo timed out waiting for all parallel procs to report back since when has it been failing since the very beginning i can see from the testgrid maybe longer ago ... | 0 |
15,401 | 19,593,789,969 | IssuesEvent | 2022-01-05 15:39:11 | googleapis/google-cloud-dotnet | https://api.github.com/repos/googleapis/google-cloud-dotnet | opened | Storage: Reactivate requester pays tests | priority: p1 type: process | We have some CI issues that are making these tests fail. We are looking at this internally, in the meantime, let's deactivate the tests so that our CI runs are back to green. | 1.0 | Storage: Reactivate requester pays tests - We have some CI issues that are making these tests fail. We are looking at this internally, in the meantime, let's deactivate the tests so that our CI runs are back to green. | process | storage reactivate requester pays tests we have some ci issues that are making these tests fail we are looking at this internally in the meantime let s deactivate the tests so that our ci runs are back to green | 1 |
131,307 | 18,240,446,530 | IssuesEvent | 2021-10-01 12:17:18 | artsking/linux-4.1.15_CVE-2020-15436_withPatch | https://api.github.com/repos/artsking/linux-4.1.15_CVE-2020-15436_withPatch | opened | CVE-2015-7990 (Medium) detected in linux-stable-rtv4.1.33 | security vulnerability | ## CVE-2015-7990 - Medium 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 pa... | True | CVE-2015-7990 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2015-7990 - Medium 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 Car... | non_process | cve medium detected in linux stable cve medium severity vulnerability vulnerable library linux stable julia cartwright s fork of linux stable rt git library home page a href found in head commit a href found in base branch master vulnerable source f... | 0 |
10,214 | 26,529,667,095 | IssuesEvent | 2023-01-19 11:28:22 | facebook/react-native | https://api.github.com/repos/facebook/react-native | opened | couldn't find DSO to load: libjscexecutor.so | Needs: Triage :mag: Type: New Architecture | ### Description
E/SoLoader: couldn't find DSO to load: libhermes.so caused by: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~~fi0LO6D2MoTiy52TfVSjbA==/dk.ao.AO-KNgz-FvvkLLLxHpm6hQn1A==/lib/arm64/libfolly_runtime.so"... result: 0
D/AndroidRuntime: Shutting down VM
E/AndroidRunti... | 1.0 | couldn't find DSO to load: libjscexecutor.so - ### Description
E/SoLoader: couldn't find DSO to load: libhermes.so caused by: dlopen failed: cannot locate symbol "__emutls_get_address" referenced by "/data/app/~~fi0LO6D2MoTiy52TfVSjbA==/dk.ao.AO-KNgz-FvvkLLLxHpm6hQn1A==/lib/arm64/libfolly_runtime.so"... result: 0
D/A... | non_process | couldn t find dso to load libjscexecutor so description e soloader couldn t find dso to load libhermes so caused by dlopen failed cannot locate symbol emutls get address referenced by data app dk ao ao kngz lib libfolly runtime so result d androidruntime shutting down vm e androi... | 0 |
4,530 | 7,372,097,598 | IssuesEvent | 2018-03-13 13:53:21 | w3c/transitions | https://api.github.com/repos/w3c/transitions | opened | Document First Public Candidate Recommendation | Process Issue | Some gets confused and don't realize First Public Candidate Recommendation is "FPWD+CR"
| 1.0 | Document First Public Candidate Recommendation - Some gets confused and don't realize First Public Candidate Recommendation is "FPWD+CR"
| process | document first public candidate recommendation some gets confused and don t realize first public candidate recommendation is fpwd cr | 1 |
7,150 | 10,293,265,427 | IssuesEvent | 2019-08-27 16:01:13 | heim-rs/heim | https://api.github.com/repos/heim-rs/heim | closed | Convert fs errors into process errors for Linux implementation of heim-process | A-process A-runtime C-bug O-linux | fs routines are returning `heim::Error`, which hides the `std::io::Error`, but for Linux implementation it seems important now to handle "file not found" cases and convert them into `ProcessError::NoSuchProcess` error. | 1.0 | Convert fs errors into process errors for Linux implementation of heim-process - fs routines are returning `heim::Error`, which hides the `std::io::Error`, but for Linux implementation it seems important now to handle "file not found" cases and convert them into `ProcessError::NoSuchProcess` error. | process | convert fs errors into process errors for linux implementation of heim process fs routines are returning heim error which hides the std io error but for linux implementation it seems important now to handle file not found cases and convert them into processerror nosuchprocess error | 1 |
583,282 | 17,381,449,643 | IssuesEvent | 2021-07-31 20:00:46 | hackforla/tdm-calculator | https://api.github.com/repos/hackforla/tdm-calculator | opened | Notify and Instruct Users on Final Summary page Target points are not met | level: easy p-Feature - Final Summary Page priority: MUST HAVE role: ui/ux | ### Overview
Users need to be notified and instructed on the final page (Calculation/6) if they do not meet their target points.
### Action Items
Design
- [ ] Create Mock-up (or mock-ups) showing new notification on Final page
- [ ] Come up with best wording to notify users they have not meet their target p... | 1.0 | Notify and Instruct Users on Final Summary page Target points are not met - ### Overview
Users need to be notified and instructed on the final page (Calculation/6) if they do not meet their target points.
### Action Items
Design
- [ ] Create Mock-up (or mock-ups) showing new notification on Final page
- [ ] ... | non_process | notify and instruct users on final summary page target points are not met overview users need to be notified and instructed on the final page calculation if they do not meet their target points action items design create mock up or mock ups showing new notification on final page com... | 0 |
177,685 | 14,642,298,000 | IssuesEvent | 2020-12-25 10:26:28 | jQAssistant/jqa-java-plugin | https://api.github.com/repos/jQAssistant/jqa-java-plugin | opened | Migrate the Plugin Documentation of the Java Plugin to the new Reference Manual | topic:documentation type:task | ### Task Description
Migrate the existing documentation of the Java Plugin to the new reference manul.
### Definition of Done for the Implementers
- [ ] The reference manual contains the same information as the old user manual
- [ ] The section on the Java Plugin in the old user manual points to the section for... | 1.0 | Migrate the Plugin Documentation of the Java Plugin to the new Reference Manual - ### Task Description
Migrate the existing documentation of the Java Plugin to the new reference manul.
### Definition of Done for the Implementers
- [ ] The reference manual contains the same information as the old user manual
- [... | non_process | migrate the plugin documentation of the java plugin to the new reference manual task description migrate the existing documentation of the java plugin to the new reference manul definition of done for the implementers the reference manual contains the same information as the old user manual t... | 0 |
185,488 | 14,356,713,368 | IssuesEvent | 2020-11-30 11:59:14 | NationalSecurityAgency/skills-service | https://api.github.com/repos/NationalSecurityAgency/skills-service | closed | Dashboard falsely reports badge as disabled if all skills are removed | bug test | To reproduce,
1. create a badge (global or project).
1. add a skill to the badge
1. publish the badge
1. Manage badge, remove skill (there should be zero skills on the badge now)
1. Badge should report that it is Live not Disabled
(note that this bug is also present in Global Badges that have zero skills but ... | 1.0 | Dashboard falsely reports badge as disabled if all skills are removed - To reproduce,
1. create a badge (global or project).
1. add a skill to the badge
1. publish the badge
1. Manage badge, remove skill (there should be zero skills on the badge now)
1. Badge should report that it is Live not Disabled
(note t... | non_process | dashboard falsely reports badge as disabled if all skills are removed to reproduce create a badge global or project add a skill to the badge publish the badge manage badge remove skill there should be zero skills on the badge now badge should report that it is live not disabled note t... | 0 |
22,132 | 30,679,144,326 | IssuesEvent | 2023-07-26 07:59:06 | MicrosoftDocs/azure-docs | https://api.github.com/repos/MicrosoftDocs/azure-docs | closed | More examples | automation/svc triaged assigned-to-author doc-enhancement process-automation/subsvc Pri2 | Please provide an example of using a runbook to create a new container instance by calling a resource manager template from a storage account
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: d4ea5e93-b220-57c1-b011-865b7da3c5a6
* Version Inde... | 1.0 | More examples - Please provide an example of using a runbook to create a new container instance by calling a resource manager template from a storage account
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: d4ea5e93-b220-57c1-b011-865b7da3c5a... | process | more examples please provide an example of using a runbook to create a new container instance by calling a resource manager template from a storage account document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id ... | 1 |
64,775 | 6,921,904,308 | IssuesEvent | 2017-11-30 00:06:48 | kubernetes/kubernetes | https://api.github.com/repos/kubernetes/kubernetes | closed | soak test fails consistently, "regular resource usage tracking resource tracking for 0 pods per node" | kind/bug kind/e2e-test-failure priority/important-soon sig/node | https://k8s-testgrid.appspot.com/release-1.7-blocking#soak-gci-gce-1-7-test
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:271
Jun 9 03:35:17.488: Memory usage exceeding limits:
node bootstrap-e2e-minion-group-rkj5:
container "kubelet": expected RSS memory (... | 1.0 | soak test fails consistently, "regular resource usage tracking resource tracking for 0 pods per node" - https://k8s-testgrid.appspot.com/release-1.7-blocking#soak-gci-gce-1-7-test
```
/go/src/k8s.io/kubernetes/_output/dockerized/go/src/k8s.io/kubernetes/test/e2e/kubelet_perf.go:271
Jun 9 03:35:17.488: Memory usag... | non_process | soak test fails consistently regular resource usage tracking resource tracking for pods per node go src io kubernetes output dockerized go src io kubernetes test kubelet perf go jun memory usage exceeding limits node bootstrap minion group container kubelet expected ... | 0 |
311,757 | 23,403,782,071 | IssuesEvent | 2022-08-12 10:40:24 | Gepardec/containerization-training | https://api.github.com/repos/Gepardec/containerization-training | opened | Add this training to Gepardec/train by replacing the existing one which has been refactored | documentation enhancement | The bootstrap.sh shall be part of our Gepardec/train repository, which holds all of our trainings which can be provisioned in AWS.
Document the training in the github pages of Gepardec/train, sand replace the existing containerization documentation, because it has changed.
| 1.0 | Add this training to Gepardec/train by replacing the existing one which has been refactored - The bootstrap.sh shall be part of our Gepardec/train repository, which holds all of our trainings which can be provisioned in AWS.
Document the training in the github pages of Gepardec/train, sand replace the existing conta... | non_process | add this training to gepardec train by replacing the existing one which has been refactored the bootstrap sh shall be part of our gepardec train repository which holds all of our trainings which can be provisioned in aws document the training in the github pages of gepardec train sand replace the existing conta... | 0 |
137,814 | 12,795,564,204 | IssuesEvent | 2020-07-02 08:57:58 | statisticsnorway/klass-subsets-api | https://api.github.com/repos/statisticsnorway/klass-subsets-api | closed | API Guide | documentation enhancement | **Is your feature request related to a problem? Please describe.**
Developers and users have to have exhaustive API documentation at any point in time.
**Describe the solution you'd like**
Suggest to use AsciiDoc Maven plugin (check out the implementation for Klass API project https://github.com/statisticsnorway/k... | 1.0 | API Guide - **Is your feature request related to a problem? Please describe.**
Developers and users have to have exhaustive API documentation at any point in time.
**Describe the solution you'd like**
Suggest to use AsciiDoc Maven plugin (check out the implementation for Klass API project https://github.com/statis... | non_process | api guide is your feature request related to a problem please describe developers and users have to have exhaustive api documentation at any point in time describe the solution you d like suggest to use asciidoc maven plugin check out the implementation for klass api project describe alternati... | 0 |
5,374 | 8,202,754,189 | IssuesEvent | 2018-09-02 13:29:15 | linnovate/root | https://api.github.com/repos/linnovate/root | reopened | Notification-line: project assignee notification problem | Process bug | @abrahamos
open new project.
assign yourself as admin.
the notification message wrong.

| 1.0 | Notification-line: project assignee notification problem - @abrahamos
open new project.
assign yourself as admin.
the notification message wrong.

| process | notification line project assignee notification problem abrahamos open new project assign yourself as admin the notification message wrong | 1 |
13,597 | 16,174,846,256 | IssuesEvent | 2021-05-03 04:00:31 | e4exp/paper_manager_abstract | https://api.github.com/repos/e4exp/paper_manager_abstract | reopened | Single Headed Attention RNN: Stop Thinking With Your Head | 2019 Natural Language Processing Recurrent Neural Network | - https://arxiv.org/abs/1911.11423
- 2019
言語モデリングの主要なアプローチは、私が少年時代に見たテレビ番組、すなわちトランスフォーマーやセサミストリートに夢中になっています。
これもトランスフォーマー、あれもトランスフォーマー、そしてここにはGPU-TPU-ニューロモルフィックのウェハースケールシリコンの焚き火のようなものがある。
私たちは、暗号に触発された派手な頭字語である「Single Headed Attention RNN(SHA-RNN)」を使って、古くて実績のある技術を使うという怠惰な道を選んだ。
著者の唯一の目標は、もし我々が代わりにわずかに異なる頭字語とわずかに... | 1.0 | Single Headed Attention RNN: Stop Thinking With Your Head - - https://arxiv.org/abs/1911.11423
- 2019
言語モデリングの主要なアプローチは、私が少年時代に見たテレビ番組、すなわちトランスフォーマーやセサミストリートに夢中になっています。
これもトランスフォーマー、あれもトランスフォーマー、そしてここにはGPU-TPU-ニューロモルフィックのウェハースケールシリコンの焚き火のようなものがある。
私たちは、暗号に触発された派手な頭字語である「Single Headed Attention RNN(SHA-RNN)」を使って、古... | process | single headed attention rnn stop thinking with your head 言語モデリングの主要なアプローチは、私が少年時代に見たテレビ番組、すなわちトランスフォーマーやセサミストリートに夢中になっています。 これもトランスフォーマー、あれもトランスフォーマー、そしてここにはgpu tpu ニューロモルフィックのウェハースケールシリコンの焚き火のようなものがある。 私たちは、暗号に触発された派手な頭字語である「single headed attention rnn(sha rnn)」を使って、古くて実績のある技術を使うという怠惰な道を選んだ。 著者の唯一の目標... | 1 |
827,874 | 31,801,027,819 | IssuesEvent | 2023-09-13 11:07:08 | OpenSpace/OpenSpace | https://api.github.com/repos/OpenSpace/OpenSpace | reopened | Night Sky actionissue in dome | Type: Bug Priority: Major Component: Core | The action to show Cardinal directions is local and only shows on master and not on the dome. | 1.0 | Night Sky actionissue in dome - The action to show Cardinal directions is local and only shows on master and not on the dome. | non_process | night sky actionissue in dome the action to show cardinal directions is local and only shows on master and not on the dome | 0 |
21,624 | 30,022,826,708 | IssuesEvent | 2023-06-27 02:00:10 | lizhihao6/get-daily-arxiv-noti | https://api.github.com/repos/lizhihao6/get-daily-arxiv-noti | opened | New submissions for Tue, 27 Jun 23 | event camera white balance isp compression image signal processing image signal process raw raw image events camera color contrast events AWB | ## Keyword: events
### Masked conditional variational autoencoders for chromosome straightening
- **Authors:** Jingxiong Li, Sunyi Zheng, Zhongyi Shui, Shichuan Zhang, Linyi Yang, Yuxuan Sun, Yunlong Zhang, Honglin Li, Yuanxin Ye, Peter M.A. van Ooijen, Kang Li, Lin Yang
- **Subjects:** Computer Vision and Pattern Re... | 2.0 | New submissions for Tue, 27 Jun 23 - ## Keyword: events
### Masked conditional variational autoencoders for chromosome straightening
- **Authors:** Jingxiong Li, Sunyi Zheng, Zhongyi Shui, Shichuan Zhang, Linyi Yang, Yuxuan Sun, Yunlong Zhang, Honglin Li, Yuanxin Ye, Peter M.A. van Ooijen, Kang Li, Lin Yang
- **Subje... | process | new submissions for tue jun keyword events masked conditional variational autoencoders for chromosome straightening authors jingxiong li sunyi zheng zhongyi shui shichuan zhang linyi yang yuxuan sun yunlong zhang honglin li yuanxin ye peter m a van ooijen kang li lin yang subject... | 1 |
1,595 | 4,204,750,975 | IssuesEvent | 2016-06-28 11:07:19 | matz-e/lobster | https://api.github.com/repos/matz-e/lobster | closed | Add gsiftp protocol for stage-out | processing | Until we've scraped every last bit of bestman from the servers, we should provide `gsiftp://` as a more reliable alternative to `srm://`. | 1.0 | Add gsiftp protocol for stage-out - Until we've scraped every last bit of bestman from the servers, we should provide `gsiftp://` as a more reliable alternative to `srm://`. | process | add gsiftp protocol for stage out until we ve scraped every last bit of bestman from the servers we should provide gsiftp as a more reliable alternative to srm | 1 |
17,630 | 23,446,901,728 | IssuesEvent | 2022-08-15 20:39:03 | googleapis/release-please | https://api.github.com/repos/googleapis/release-please | closed | Drop Node 12 support | type: process | Node 12 went EOL April 2022.
Our octokit dependencies took a major version bump to drop Node 12 support:
* https://github.com/googleapis/release-please/pull/1515
* https://github.com/googleapis/release-please/pull/1516
* https://github.com/googleapis/release-please/pull/1521 | 1.0 | Drop Node 12 support - Node 12 went EOL April 2022.
Our octokit dependencies took a major version bump to drop Node 12 support:
* https://github.com/googleapis/release-please/pull/1515
* https://github.com/googleapis/release-please/pull/1516
* https://github.com/googleapis/release-please/pull/1521 | process | drop node support node went eol april our octokit dependencies took a major version bump to drop node support | 1 |
17,128 | 3,594,474,897 | IssuesEvent | 2016-02-01 23:52:35 | googlefonts/fontbakery | https://api.github.com/repos/googlefonts/fontbakery | closed | Extend checker to allow automated fixes | testing | Following #221
Tests can have associated automatic fixes, so if a test fails, it can be automatically fixed.
For example, there should be a test for a nbsp glyph present, a space glyph present, correct unicode points assigned to each, and both with the same width
If this test fails, the fix is to make a nbsp... | 1.0 | Extend checker to allow automated fixes - Following #221
Tests can have associated automatic fixes, so if a test fails, it can be automatically fixed.
For example, there should be a test for a nbsp glyph present, a space glyph present, correct unicode points assigned to each, and both with the same width
If ... | non_process | extend checker to allow automated fixes following tests can have associated automatic fixes so if a test fails it can be automatically fixed for example there should be a test for a nbsp glyph present a space glyph present correct unicode points assigned to each and both with the same width if th... | 0 |
22,657 | 31,895,828,193 | IssuesEvent | 2023-09-18 01:32:01 | tdwg/dwc | https://api.github.com/repos/tdwg/dwc | closed | Change term - lowestBiostratigraphicZone | Term - change Class - GeologicalContext normative Task Group - Material Sample Process - complete | ## Term change
* Submitter: [Material Sample Task Group](https://www.tdwg.org/community/osr/material-sample/)
* Efficacy Justification (why is this change necessary?): Create consistency of terms for material in Darwin Core.
* Demand Justification (if the change is semantic in nature, name at least two organizatio... | 1.0 | Change term - lowestBiostratigraphicZone - ## Term change
* Submitter: [Material Sample Task Group](https://www.tdwg.org/community/osr/material-sample/)
* Efficacy Justification (why is this change necessary?): Create consistency of terms for material in Darwin Core.
* Demand Justification (if the change is semant... | process | change term lowestbiostratigraphiczone term change submitter efficacy justification why is this change necessary create consistency of terms for material in darwin core demand justification if the change is semantic in nature name at least two organizations that independently need this ter... | 1 |
12,563 | 14,981,424,661 | IssuesEvent | 2021-01-28 14:49:49 | prisma/prisma | https://api.github.com/repos/prisma/prisma | closed | Running multiple findUnique's in parallel causes both to return null | bug/2-confirmed kind/bug process/candidate team/client tech/engines | <!--
Thanks for helping us improve Prisma! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by setting the `DEBUG="*"` environment variable and enabling additional logging output in Prisma Client.
Learn more about writing proper bug reports here: htt... | 1.0 | Running multiple findUnique's in parallel causes both to return null - <!--
Thanks for helping us improve Prisma! 🙏 Please follow the sections in the template and provide as much information as possible about your problem, e.g. by setting the `DEBUG="*"` environment variable and enabling additional logging output in ... | process | running multiple findunique s in parallel causes both to return null thanks for helping us improve prisma 🙏 please follow the sections in the template and provide as much information as possible about your problem e g by setting the debug environment variable and enabling additional logging output in ... | 1 |
1,875 | 4,699,731,026 | IssuesEvent | 2016-10-12 16:28:31 | AllenFang/react-bootstrap-table | https://api.github.com/repos/AllenFang/react-bootstrap-table | closed | Search on some X page with pagination | inprocess | Hi @AllenFang
I am trying to figure out an error. I have 800 data records and they are shown 20 per page and pagination size 10 with pagination feature. But when i change the page to suppose 10 and then do a search, i get an error that says my first **TableHeaderColumn** dataField is undefined. "Cannot read property ... | 1.0 | Search on some X page with pagination - Hi @AllenFang
I am trying to figure out an error. I have 800 data records and they are shown 20 per page and pagination size 10 with pagination feature. But when i change the page to suppose 10 and then do a search, i get an error that says my first **TableHeaderColumn** dataFi... | process | search on some x page with pagination hi allenfang i am trying to figure out an error i have data records and they are shown per page and pagination size with pagination feature but when i change the page to suppose and then do a search i get an error that says my first tableheadercolumn datafield i... | 1 |
425,097 | 29,191,974,447 | IssuesEvent | 2023-05-19 21:01:39 | linkml/linkml.github.io | https://api.github.com/repos/linkml/linkml.github.io | closed | New template suggestion | documentation good first issue | see: https://github.com/linkml/linkml.github.io/blob/master/index.md?plain=1#L92

The main documentation page points to the archived repo https://github.com/linkml/archived-link... | 1.0 | New template suggestion - see: https://github.com/linkml/linkml.github.io/blob/master/index.md?plain=1#L92

The main documentation page points to the archived repo https://githu... | non_process | new template suggestion see the main documentation page points to the archived repo is the new recommended repository | 0 |
1,283 | 3,815,142,868 | IssuesEvent | 2016-03-28 16:40:18 | SIMEXP/niak | https://api.github.com/repos/SIMEXP/niak | closed | remove scores template grabbing from niak_grab_fmri_preprocess | preprocessing | get rid of the template selection for scores output on the grabber | 1.0 | remove scores template grabbing from niak_grab_fmri_preprocess - get rid of the template selection for scores output on the grabber | process | remove scores template grabbing from niak grab fmri preprocess get rid of the template selection for scores output on the grabber | 1 |
19,088 | 25,135,899,155 | IssuesEvent | 2022-11-09 18:33:41 | geneontology/go-ontology | https://api.github.com/repos/geneontology/go-ontology | closed | NTR: CCA tRNA nucleotidyltransferase | RNA processes enzymes in progress dictyBase | Hello:
Two enzymes from Dictyostelium described in PMID: 32717856 are characterized as "CCA-adding enzyme". Currently in the GO, this activity is associated with GO:0004810 tRNA adenylyltransferase activity (EC 2.7.7.25). However, a comment in this entry says "This term represents a deleted EC activity and is schedu... | 1.0 | NTR: CCA tRNA nucleotidyltransferase - Hello:
Two enzymes from Dictyostelium described in PMID: 32717856 are characterized as "CCA-adding enzyme". Currently in the GO, this activity is associated with GO:0004810 tRNA adenylyltransferase activity (EC 2.7.7.25). However, a comment in this entry says "This term represe... | process | ntr cca trna nucleotidyltransferase hello two enzymes from dictyostelium described in pmid are characterized as cca adding enzyme currently in the go this activity is associated with go trna adenylyltransferase activity ec however a comment in this entry says this term represents a deleted ... | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.