Unnamed: 0 int64 1 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 3 438 | labels stringlengths 4 308 | body stringlengths 7 254k | index stringclasses 7
values | text_combine stringlengths 96 254k | label stringclasses 2
values | text stringlengths 96 246k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
4,359 | 22,056,591,250 | IssuesEvent | 2022-05-30 13:25:09 | Homebrew/homebrew-core | https://api.github.com/repos/Homebrew/homebrew-core | closed | luajit probably needs to be deprecated | help wanted maintainer feedback | - The latest release is from 2015, and the latest beta is from 2017
- It's heavily patched
- Every new macOS version requires an additional patch
- Upstream's recommendation is to “build from git HEAD”, and they won't apparently ship new releases: https://github.com/LuaJIT/LuaJIT/issues/648#issuecomment-752404043
... | True | luajit probably needs to be deprecated - - The latest release is from 2015, and the latest beta is from 2017
- It's heavily patched
- Every new macOS version requires an additional patch
- Upstream's recommendation is to “build from git HEAD”, and they won't apparently ship new releases: https://github.com/LuaJIT/Lu... | main | luajit probably needs to be deprecated the latest release is from and the latest beta is from it s heavily patched every new macos version requires an additional patch upstream s recommendation is to “build from git head” and they won t apparently ship new releases the reason i m not doing a pu... | 1 |
351 | 3,252,424,356 | IssuesEvent | 2015-10-19 14:49:33 | tethysplatform/tethys | https://api.github.com/repos/tethysplatform/tethys | closed | Upgrade gsconfig dependency of tethys_dataset_services to 1.0.0 | enhancement maintain dependencies | Upgrade the gsconfig library to 1.0.0 and test for bugs. | True | Upgrade gsconfig dependency of tethys_dataset_services to 1.0.0 - Upgrade the gsconfig library to 1.0.0 and test for bugs. | main | upgrade gsconfig dependency of tethys dataset services to upgrade the gsconfig library to and test for bugs | 1 |
4,435 | 23,049,059,974 | IssuesEvent | 2022-07-24 10:57:29 | Lissy93/dashy | https://api.github.com/repos/Lissy93/dashy | closed | [BUG] Multiple-Pages not working | 👤 Awaiting Maintainer Response | Hi there!
Actuall i'm building my Dashy environment.
I wanted to split dashy with multiple pages.
As i read the docs, section multiple pages,
the following code:
`pages:
- name: Proxmox
path: './conf-proxmox.yml'`
Is not working for me, i must add the yml file is in the public folder, as mentionned ... | True | [BUG] Multiple-Pages not working - Hi there!
Actuall i'm building my Dashy environment.
I wanted to split dashy with multiple pages.
As i read the docs, section multiple pages,
the following code:
`pages:
- name: Proxmox
path: './conf-proxmox.yml'`
Is not working for me, i must add the yml file is i... | main | multiple pages not working hi there actuall i m building my dashy environment i wanted to split dashy with multiple pages as i read the docs section multiple pages the following code pages name proxmox path conf proxmox yml is not working for me i must add the yml file is in th... | 1 |
350,024 | 10,477,331,945 | IssuesEvent | 2019-09-23 20:39:19 | avalonmediasystem/avalon | https://api.github.com/repos/avalonmediasystem/avalon | closed | Thumbnail grabbing modal too big for small screens | 6.x abandoned low priority wontfix | Thumbnail grabbing modal buttons appear below the fold for small screen sizes. | 1.0 | Thumbnail grabbing modal too big for small screens - Thumbnail grabbing modal buttons appear below the fold for small screen sizes. | non_main | thumbnail grabbing modal too big for small screens thumbnail grabbing modal buttons appear below the fold for small screen sizes | 0 |
204,249 | 15,896,285,959 | IssuesEvent | 2021-04-11 16:54:11 | mlr-org/mlr3spatiotempcv | https://api.github.com/repos/mlr-org/mlr3spatiotempcv | opened | Re-categorize methods in pkgdown reference | Priority: Medium Status: Pending Type: Documentation | Current:
- Spatial
- Spatiotemporal
Maybe better:
- Spatial
- Spatiotemporal
- Feature space
Also it might be helpful to add an additional grouping identifier into the title of certain methods that rely on the same idea.
Example:
"[Buffering] <method title" | 1.0 | Re-categorize methods in pkgdown reference - Current:
- Spatial
- Spatiotemporal
Maybe better:
- Spatial
- Spatiotemporal
- Feature space
Also it might be helpful to add an additional grouping identifier into the title of certain methods that rely on the same idea.
Example:
"[Buffering] <method title... | non_main | re categorize methods in pkgdown reference current spatial spatiotemporal maybe better spatial spatiotemporal feature space also it might be helpful to add an additional grouping identifier into the title of certain methods that rely on the same idea example method title | 0 |
432,473 | 30,284,846,000 | IssuesEvent | 2023-07-08 14:39:57 | OHDSI/GIS | https://api.github.com/repos/OHDSI/GIS | closed | Restructure the ERD | documentation | Restructure (following suit to the GIS proposal) and rename on the website | 1.0 | Restructure the ERD - Restructure (following suit to the GIS proposal) and rename on the website | non_main | restructure the erd restructure following suit to the gis proposal and rename on the website | 0 |
4,472 | 23,319,942,758 | IssuesEvent | 2022-08-08 15:29:27 | carbon-design-system/carbon | https://api.github.com/repos/carbon-design-system/carbon | closed | [Bug]: The overflow menu item is truncated automatically when the text length is more | type: bug 🐛 status: needs triage 🕵️♀️ status: waiting for maintainer response 💬 | ### Package
carbon-components, carbon-components-react
### Browser
Chrome
### Package version
10.50
### React version
17.0.2
### Description
The overflow menu item text is truncated automatically when the text is some what larger text. See image below
) to `source/js/buyers-guide/search/pni-sort-dropdown.js`.
e.g.,
```js
/**
* Represents a book.
* @constructor
* @param {string} title - The title of the book.
* @param {string} author - The author of the book.
*/
function Book(title, author) {
... | 1.0 | [PNI Refactor] Add documentation to pni-sort-dropdown.js - Add documentation (in [JSDoc style](https://jsdoc.app/)) to `source/js/buyers-guide/search/pni-sort-dropdown.js`.
e.g.,
```js
/**
* Represents a book.
* @constructor
* @param {string} title - The title of the book.
* @param {string} author - The... | non_main | add documentation to pni sort dropdown js add documentation in to source js buyers guide search pni sort dropdown js e g js represents a book constructor param string title the title of the book param string author the author of the book function book tit... | 0 |
271,466 | 29,506,336,787 | IssuesEvent | 2023-06-03 11:05:24 | MatBenfield/news | https://api.github.com/repos/MatBenfield/news | closed | [SecurityWeek] Enzo Biochem Ransomware Attack Exposes Information of 2.5M Individuals | SecurityWeek Stale |
Enzo Biochem says the clinical test information of roughly 2.47 million individuals was exposed in a recent ransomware attack.
The post [Enzo Biochem Ransomware Attack Exposes Information of 2.5M Individuals](https://www.securityweek.com/enzo-biochem-ransomware-attack-exposes-information-of-2-5m-individuals/) appear... | True | [SecurityWeek] Enzo Biochem Ransomware Attack Exposes Information of 2.5M Individuals -
Enzo Biochem says the clinical test information of roughly 2.47 million individuals was exposed in a recent ransomware attack.
The post [Enzo Biochem Ransomware Attack Exposes Information of 2.5M Individuals](https://www.security... | non_main | enzo biochem ransomware attack exposes information of individuals enzo biochem says the clinical test information of roughly million individuals was exposed in a recent ransomware attack the post appeared first on | 0 |
7,328 | 3,082,726,826 | IssuesEvent | 2015-08-24 00:46:35 | california-civic-data-coalition/django-calaccess-raw-data | https://api.github.com/repos/california-civic-data-coalition/django-calaccess-raw-data | opened | Add documentation for the ``payee_st`` field on the ``LexpCd`` database model | documentation enhancement small |
## Your mission
Add documentation for the ``payee_st`` field on the ``LexpCd`` database model.
## Here's how
**Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT!
**Step 2**: Open up the file that contains this model. It should be in <a href="https://github.com/california-civic-data... | 1.0 | Add documentation for the ``payee_st`` field on the ``LexpCd`` database model -
## Your mission
Add documentation for the ``payee_st`` field on the ``LexpCd`` database model.
## Here's how
**Step 1**: Claim this ticket by leaving a comment below. Tell everyone you're ON IT!
**Step 2**: Open up the file that contai... | non_main | add documentation for the payee st field on the lexpcd database model your mission add documentation for the payee st field on the lexpcd database model here s how step claim this ticket by leaving a comment below tell everyone you re on it step open up the file that contai... | 0 |
125,021 | 26,577,567,931 | IssuesEvent | 2023-01-22 01:40:49 | hugh-mend/Java-Demo-Log4J | https://api.github.com/repos/hugh-mend/Java-Demo-Log4J | opened | Code Security Report: 37 high severity findings, 88 total findings | code security findings | # Code Security Report
**Latest Scan:** 2023-01-22 01:40am
**Total Findings:** 88
**Tested Project Files:** 102
**Detected Programming Languages:** 1
<!-- SAST-MANUAL-SCAN-START -->
- [ ] Check this box to manually trigger a scan
<!-- SAST-MANUAL-SCAN-END -->
## Language: Java
| Severity | CWE | Vulnerability Type |... | 1.0 | Code Security Report: 37 high severity findings, 88 total findings - # Code Security Report
**Latest Scan:** 2023-01-22 01:40am
**Total Findings:** 88
**Tested Project Files:** 102
**Detected Programming Languages:** 1
<!-- SAST-MANUAL-SCAN-START -->
- [ ] Check this box to manually trigger a scan
<!-- SAST-MANUAL-SCA... | non_main | code security report high severity findings total findings code security report latest scan total findings tested project files detected programming languages check this box to manually trigger a scan language java severity cwe vulnerability type coun... | 0 |
48,501 | 7,435,165,974 | IssuesEvent | 2018-03-26 13:28:30 | livecli/livecli | https://api.github.com/repos/livecli/livecli | opened | Add Application for E2 receiver | documentation | From
https://github.com/livecli/ipk
- Add url to **Livecli Applications**
and/or
- move guide to the website | 1.0 | Add Application for E2 receiver - From
https://github.com/livecli/ipk
- Add url to **Livecli Applications**
and/or
- move guide to the website | non_main | add application for receiver from add url to livecli applications and or move guide to the website | 0 |
759,643 | 26,604,505,882 | IssuesEvent | 2023-01-23 18:11:23 | Accenture/sfmc-devtools | https://api.github.com/repos/Accenture/sfmc-devtools | closed | [FEATURE] refresh emails in active triggeredSends / journeys | enhancement c/asset c/triggeredSendDefinition PRIORITY | if you update an email, any triggeredSend that is currently active needs to be paused, published and started again.
i propose the command:
`refresh <bu> [type]` - pause, publish, starts ALL triggered sends on given BU that are currently ACTIVE (started/running)
with **type** getting implemented for **triggeredSe... | 1.0 | [FEATURE] refresh emails in active triggeredSends / journeys - if you update an email, any triggeredSend that is currently active needs to be paused, published and started again.
i propose the command:
`refresh <bu> [type]` - pause, publish, starts ALL triggered sends on given BU that are currently ACTIVE (starte... | non_main | refresh emails in active triggeredsends journeys if you update an email any triggeredsend that is currently active needs to be paused published and started again i propose the command refresh pause publish starts all triggered sends on given bu that are currently active started running with... | 0 |
4,392 | 22,536,522,044 | IssuesEvent | 2022-06-25 09:54:16 | wkentaro/gdown | https://api.github.com/repos/wkentaro/gdown | closed | --remaining-ok flag | bug status: wip-by-maintainer | Hi 😊
I've encountered a issue when i use gdown:
~~~
gdown GDRIVE_FOLDER_URL -O /tmp/folder --folder
~~~
and then i got
~~~
The gdrive folder with url: GDRIVE_FOLDER_URL has at least 50 files, gdrive can't download more than this limit, if you are ok with this, please run again with --remaining-ok flag.... | True | --remaining-ok flag - Hi 😊
I've encountered a issue when i use gdown:
~~~
gdown GDRIVE_FOLDER_URL -O /tmp/folder --folder
~~~
and then i got
~~~
The gdrive folder with url: GDRIVE_FOLDER_URL has at least 50 files, gdrive can't download more than this limit, if you are ok with this, please run again wit... | main | remaining ok flag hi 😊 i ve encountered a issue when i use gdown gdown gdrive folder url o tmp folder folder and then i got the gdrive folder with url gdrive folder url has at least files gdrive can t download more than this limit if you are ok with this please run again with... | 1 |
133,803 | 12,553,744,634 | IssuesEvent | 2020-06-06 23:15:11 | molpopgen/fwdpy11 | https://api.github.com/repos/molpopgen/fwdpy11 | opened | Manual example has now output | documentation | The output from tstimeseries.rst doesn't show up. Must have something to do with blacken-docs? | 1.0 | Manual example has now output - The output from tstimeseries.rst doesn't show up. Must have something to do with blacken-docs? | non_main | manual example has now output the output from tstimeseries rst doesn t show up must have something to do with blacken docs | 0 |
829 | 4,467,012,395 | IssuesEvent | 2016-08-25 01:52:13 | gogits/gogs | https://api.github.com/repos/gogits/gogs | closed | FR: API to close already existing issue | status/assigned to maintainer status/needs feedback | Probably via edit, though it can have endpoint of its own.
| True | FR: API to close already existing issue - Probably via edit, though it can have endpoint of its own.
| main | fr api to close already existing issue probably via edit though it can have endpoint of its own | 1 |
5,028 | 25,801,862,753 | IssuesEvent | 2022-12-11 03:28:39 | deislabs/spiderlightning | https://api.github.com/repos/deislabs/spiderlightning | opened | fix caching on azure | 🐛 bug 🚧 maintainer issue | **Description of the bug**
Our caching has been working somewhat intermittently.
I've ran our pipelines after an empty commit to see our caching take place. On the same agent, we got:
- a cache hit:
https://dev.azure.com/spiderlightning/slight/_build/results?buildId=357&view=logs&j=70fcc8e8-cc68-58a0-49dd-bf399... | True | fix caching on azure - **Description of the bug**
Our caching has been working somewhat intermittently.
I've ran our pipelines after an empty commit to see our caching take place. On the same agent, we got:
- a cache hit:
https://dev.azure.com/spiderlightning/slight/_build/results?buildId=357&view=logs&j=70fcc8... | main | fix caching on azure description of the bug our caching has been working somewhat intermittently i ve ran our pipelines after an empty commit to see our caching take place on the same agent we got a cache hit a cache miss that said most of them result in cache misses checking the c... | 1 |
48,753 | 25,794,098,206 | IssuesEvent | 2022-12-10 11:07:20 | dotnet/runtime | https://api.github.com/repos/dotnet/runtime | opened | Consecutive range checks are not combined | tenet-performance | ### Description
Consider [the following code](https://sharplab.io/#v2:C4LghgzgtgPgxAOwK4BsVgEYoKYAIAmAlhJjgLABQlAAgIwBsu1ATLgIIBCAwgCIBK2YACdC2AG5gUlAN6Vc8pg1yEEwdkKFgAnmwDGu7BAgAKFcADaAXVyZd+AJRyFsigrdMA7DYx3zABmsAam9fWiCQ/HNmcNtIgGZLAG4neQBfSlSgA==) (inspired by https://github.com/dotnet/csharplang/issues/4082#iss... | True | Consecutive range checks are not combined - ### Description
Consider [the following code](https://sharplab.io/#v2:C4LghgzgtgPgxAOwK4BsVgEYoKYAIAmAlhJjgLABQlAAgIwBsu1ATLgIIBCAwgCIBK2YACdC2AG5gUlAN6Vc8pg1yEEwdkKFgAnmwDGu7BAgAKFcADaAXVyZd+AJRyFsigrdMA7DYx3zABmsAam9fWiCQ/HNmcNtIgGZLAG4neQBfSlSgA==) (inspired by https://... | non_main | consecutive range checks are not combined description consider inspired by c static int arrayaccess int abcd return abcd abcd abcd abcd note that it accesses the array multiple times at increasing indexes which i think is a relatively common pattern this results... | 0 |
657,172 | 21,787,669,437 | IssuesEvent | 2022-05-14 11:56:54 | wso2/api-manager | https://api.github.com/repos/wso2/api-manager | opened | API Product - Created time incorrect | Type/Bug Priority/Normal | ### Description:
The timestamp and the ALT for the created time is wrong when creating an API Product.

<img width="1475" alt="Screenshot 2022-05-14 at 3 02 48 PM" src="https://u... | 1.0 | API Product - Created time incorrect - ### Description:
The timestamp and the ALT for the created time is wrong when creating an API Product.

<img width="1475" alt="Screenshot 2... | non_main | api product created time incorrect description the timestamp and the alt for the created time is wrong when creating an api product img width alt screenshot at pm src steps to reproduce i followed the steps in to create an api product and the overview page gives an... | 0 |
3,726 | 15,440,696,773 | IssuesEvent | 2021-03-08 04:03:45 | i-am-gizm0/VHL-Improvements | https://api.github.com/repos/i-am-gizm0/VHL-Improvements | closed | Move CSS to its own file to inject | maintainence | This extension was originally a Tampermonkey script, so the CSS was injected within the script. CRX can inject CSS separately, which will clean up the source a bit. | True | Move CSS to its own file to inject - This extension was originally a Tampermonkey script, so the CSS was injected within the script. CRX can inject CSS separately, which will clean up the source a bit. | main | move css to its own file to inject this extension was originally a tampermonkey script so the css was injected within the script crx can inject css separately which will clean up the source a bit | 1 |
1,058 | 4,875,072,483 | IssuesEvent | 2016-11-16 08:16:20 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | git update fails every other time | affects_2.2 bug_report waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
git
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between... | True | git update fails every other time - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
git
##### ANSIBLE VERSION
<!--- Paste verbatim out... | main | git update fails every other time issue type bug report component name git ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration mention any settings you ha... | 1 |
208,972 | 15,953,147,643 | IssuesEvent | 2021-04-15 12:05:09 | backend-br/vagas | https://api.github.com/repos/backend-br/vagas | closed | [Remoto][Statup] Backend NodeJS Pleno @ Jazida.com | Docker Express Kubernetes Linux NodeJS PJ Pleno Presencial Remoto Senior Testes automatizados | **Backend - NodeJS (PLENO ou SENIOR)**
## Descrição da vaga
O JAZIDA está em busca de desenvolvedor Backend para entrega de melhorias e aplicação de tecnologias inovadoras maximizando a efetividade e eficiência do sistema. O cargo é requerido para entender e interpretar os aspectos técnicos, legais, comerciais, e... | 1.0 | [Remoto][Statup] Backend NodeJS Pleno @ Jazida.com - **Backend - NodeJS (PLENO ou SENIOR)**
## Descrição da vaga
O JAZIDA está em busca de desenvolvedor Backend para entrega de melhorias e aplicação de tecnologias inovadoras maximizando a efetividade e eficiência do sistema. O cargo é requerido para entender e in... | non_main | backend nodejs pleno jazida com backend nodejs pleno ou senior descrição da vaga o jazida está em busca de desenvolvedor backend para entrega de melhorias e aplicação de tecnologias inovadoras maximizando a efetividade e eficiência do sistema o cargo é requerido para entender e interpretar os a... | 0 |
1,456 | 6,303,845,739 | IssuesEvent | 2017-07-21 14:38:28 | enterprisemediawiki/meza | https://api.github.com/repos/enterprisemediawiki/meza | opened | Make unifyUserTables.php work; add tests | critical: bug difficulty: hard important: maintainability | I'm not sure it doesn't work, but I don't think it does. | True | Make unifyUserTables.php work; add tests - I'm not sure it doesn't work, but I don't think it does. | main | make unifyusertables php work add tests i m not sure it doesn t work but i don t think it does | 1 |
757 | 4,351,957,550 | IssuesEvent | 2016-08-01 03:16:11 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | Mount task skipping | bug_report waiting_on_maintainer | ##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
mount
##### ANSIBLE VERSION
1.9.1
##### SUMMARY
I'm having an issue with a mount task to add an NFS target. I wasn't able to find any real documentation on doing this, so I'm not sure if it's supported at all. The mount command doesn't fail, or provide an er... | True | Mount task skipping - ##### ISSUE TYPE
Bug Report
##### COMPONENT NAME
mount
##### ANSIBLE VERSION
1.9.1
##### SUMMARY
I'm having an issue with a mount task to add an NFS target. I wasn't able to find any real documentation on doing this, so I'm not sure if it's supported at all. The mount command doesn't ... | main | mount task skipping issue type bug report component name mount ansible version summary i m having an issue with a mount task to add an nfs target i wasn t able to find any real documentation on doing this so i m not sure if it s supported at all the mount command doesn t ... | 1 |
4,629 | 23,980,943,011 | IssuesEvent | 2022-09-13 15:00:35 | exercism/python | https://api.github.com/repos/exercism/python | closed | [New Concept Exercise] : other-comprehensions | x:status/claimed x:size/large claimed 🐾 maintainer action required❕ new exercise ✨ | This issue describes how to implement the `other-comprehensions` concept exercise for the Python track.
## Getting started
**Please please please read the docs before starting.** Posting PRs without reading these docs will be a lot more frustrating for you during the review cycle, and exhaust Exercism's maintaine... | True | [New Concept Exercise] : other-comprehensions - This issue describes how to implement the `other-comprehensions` concept exercise for the Python track.
## Getting started
**Please please please read the docs before starting.** Posting PRs without reading these docs will be a lot more frustrating for you during th... | main | other comprehensions this issue describes how to implement the other comprehensions concept exercise for the python track getting started please please please read the docs before starting posting prs without reading these docs will be a lot more frustrating for you during the review cycle and e... | 1 |
1,952 | 6,665,042,113 | IssuesEvent | 2017-10-02 22:40:14 | duckduckgo/zeroclickinfo-spice | https://api.github.com/repos/duckduckgo/zeroclickinfo-spice | opened | Goodreads: Switch API to HTTPS before Dec 4 to prevent breakage | Bug Maintainer Input Requested Status: Needs a Developer | From Goodreas:
>To better protect user privacy and security, we will be enabling HTTP to HTTPS redirection for all requests to goodreads.com on December 4th.
>
>To prevent your applications from breaking, please do one of the following before December 4th:
>
> - Make sure your applications support HTTPS redirec... | True | Goodreads: Switch API to HTTPS before Dec 4 to prevent breakage - From Goodreas:
>To better protect user privacy and security, we will be enabling HTTP to HTTPS redirection for all requests to goodreads.com on December 4th.
>
>To prevent your applications from breaking, please do one of the following before December... | main | goodreads switch api to https before dec to prevent breakage from goodreas to better protect user privacy and security we will be enabling http to https redirection for all requests to goodreads com on december to prevent your applications from breaking please do one of the following before december ... | 1 |
3,048 | 11,387,823,520 | IssuesEvent | 2020-01-29 15:39:32 | precice/precice | https://api.github.com/repos/precice/precice | opened | Rename timestep to time window | maintainability | Leftover TODO from down the rabbit hole of #619
Update all versions of "timestep" in preCICE, e.g. `timestepsLeft`, `maxTimesteps` and `timesteps` in `BaseCouplingScheme`. | True | Rename timestep to time window - Leftover TODO from down the rabbit hole of #619
Update all versions of "timestep" in preCICE, e.g. `timestepsLeft`, `maxTimesteps` and `timesteps` in `BaseCouplingScheme`. | main | rename timestep to time window leftover todo from down the rabbit hole of update all versions of timestep in precice e g timestepsleft maxtimesteps and timesteps in basecouplingscheme | 1 |
3,248 | 12,371,555,415 | IssuesEvent | 2020-05-18 18:46:34 | cloud-gov/product | https://api.github.com/repos/cloud-gov/product | closed | As an operator, I want to remove cg-dashboard (5/18) | contractor-3-maintainability operations | A bug in stratos is currently requiring us to continue to run cg-dashboard: https://github.com/cloudfoundry/stratos/issues/4103
Once this issue is fixed, deployed and validated in cg, we should remove cg-dashboard.
## Acceptance Criteria
* [x] GIVEN The stratos bug is fixed
AND stratos is updated in productio... | True | As an operator, I want to remove cg-dashboard (5/18) - A bug in stratos is currently requiring us to continue to run cg-dashboard: https://github.com/cloudfoundry/stratos/issues/4103
Once this issue is fixed, deployed and validated in cg, we should remove cg-dashboard.
## Acceptance Criteria
* [x] GIVEN The stra... | main | as an operator i want to remove cg dashboard a bug in stratos is currently requiring us to continue to run cg dashboard once this issue is fixed deployed and validated in cg we should remove cg dashboard acceptance criteria given the stratos bug is fixed and stratos is updated in product... | 1 |
63,750 | 8,691,434,949 | IssuesEvent | 2018-12-04 01:20:04 | kubernetes-sigs/contributor-playground | https://api.github.com/repos/kubernetes-sigs/contributor-playground | closed | Tomeyday's first issue test | kind/documentation sig/contributor-experience ¯\_(ツ)_/¯ | My first issue test
/kind documentation
/sig contributor-experience | 1.0 | Tomeyday's first issue test - My first issue test
/kind documentation
/sig contributor-experience | non_main | tomeyday s first issue test my first issue test kind documentation sig contributor experience | 0 |
5,266 | 26,632,863,752 | IssuesEvent | 2023-01-24 19:15:39 | makubacki/mu_devops | https://api.github.com/repos/makubacki/mu_devops | closed | [Bug]: Test 2 | state:needs-triage state:needs-maintainer-feedback state:wont-fix type:bug urgency:high | ### Is there an existing issue for this?
- [X] I have searched existing issues
### Current Behavior
Test
### Expected Behavior
Test
### Steps To Reproduce
Test
### Build Environment
```markdown
- OS(s): Test
- Tool Chain(s): Test
- Targets Impacted: Test
```
### Version Information
```text
Test
```
### ... | True | [Bug]: Test 2 - ### Is there an existing issue for this?
- [X] I have searched existing issues
### Current Behavior
Test
### Expected Behavior
Test
### Steps To Reproduce
Test
### Build Environment
```markdown
- OS(s): Test
- Tool Chain(s): Test
- Targets Impacted: Test
```
### Version Information
```text... | main | test is there an existing issue for this i have searched existing issues current behavior test expected behavior test steps to reproduce test build environment markdown os s test tool chain s test targets impacted test version information text test ... | 1 |
4,061 | 18,983,547,835 | IssuesEvent | 2021-11-21 10:16:41 | svengreb/wand | https://api.github.com/repos/svengreb/wand | closed | Insufficient repository fetch-depth for action workflows | type-bug context-workflow scope-maintainability scope-quality | The [GitHub action workflows][1] using the [`actions/checkout` action][2] to fetch the repository that triggered the workflow. However, by default only the history of the latest commit is fetched which results in errors when _wand_ tries to extract repository metadata information like the amount of commits ahead of the... | True | Insufficient repository fetch-depth for action workflows - The [GitHub action workflows][1] using the [`actions/checkout` action][2] to fetch the repository that triggered the workflow. However, by default only the history of the latest commit is fetched which results in errors when _wand_ tries to extract repository m... | main | insufficient repository fetch depth for action workflows the using the to fetch the repository that triggered the workflow however by default only the history of the latest commit is fetched which results in errors when wand tries to extract repository metadata information like the amount of commits ahead o... | 1 |
4,604 | 23,849,858,772 | IssuesEvent | 2022-09-06 16:52:49 | ocsf/ocsf-schema | https://api.github.com/repos/ocsf/ocsf-schema | closed | Finalize list of core objects, classes, categories | maintainers | Initial release tracking for finalizing list of core objects, classes, and categories. | True | Finalize list of core objects, classes, categories - Initial release tracking for finalizing list of core objects, classes, and categories. | main | finalize list of core objects classes categories initial release tracking for finalizing list of core objects classes and categories | 1 |
1,760 | 6,574,997,582 | IssuesEvent | 2017-09-11 14:43:54 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | ec2_ami: AttributeError: 'BlockDeviceType' object has no attribute 'encrypted' | affects_2.1 aws bug_report cloud waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
ec2_ami
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” between quotes below -->
```
ansible 2.1.2.0
config f... | True | ec2_ami: AttributeError: 'BlockDeviceType' object has no attribute 'encrypted' - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
ec2_ami
##### ANSIBLE VERSION
<!--- Paste verbatim output ... | main | ami attributeerror blockdevicetype object has no attribute encrypted issue type bug report component name ami ansible version ansible config file etc ansible ansible cfg configured module search path default w o overrides configuration ment... | 1 |
2,443 | 8,639,852,076 | IssuesEvent | 2018-11-23 22:05:16 | F5OEO/rpitx | https://api.github.com/repos/F5OEO/rpitx | closed | Bad quality, suggestions? | V1 related (not maintained) | Heya! I'm transmitting on 88Mhz but the audio is really bad quality, I have an antena (copper wire soldered) on the pin. Any suggestions?
Even without the homemade antena the audio is crap
I normaly do:
rpitx -i /home/pi/SDRSharp_20180924_181735Z_AF.wav -f 88000
| True | Bad quality, suggestions? - Heya! I'm transmitting on 88Mhz but the audio is really bad quality, I have an antena (copper wire soldered) on the pin. Any suggestions?
Even without the homemade antena the audio is crap
I normaly do:
rpitx -i /home/pi/SDRSharp_20180924_181735Z_AF.wav -f 88000
| main | bad quality suggestions heya i m transmitting on but the audio is really bad quality i have an antena copper wire soldered on the pin any suggestions even without the homemade antena the audio is crap i normaly do rpitx i home pi sdrsharp af wav f | 1 |
3,896 | 17,333,369,809 | IssuesEvent | 2021-07-28 07:06:06 | skytable/skytable | https://api.github.com/repos/skytable/skytable | closed | Feature: Binary data type | A-independent C-Model C-actions C-enhancement C-protocol D-server S-waiting-on-maintainers | **Description**
Implement an action to support the binary data type as mentioned in the [Protocol](https://docs.skytable.io/next/protocol/data-types) | True | Feature: Binary data type - **Description**
Implement an action to support the binary data type as mentioned in the [Protocol](https://docs.skytable.io/next/protocol/data-types) | main | feature binary data type description implement an action to support the binary data type as mentioned in the | 1 |
5,592 | 28,014,497,412 | IssuesEvent | 2023-03-27 21:18:55 | beyarkay/eskom-calendar | https://api.github.com/repos/beyarkay/eskom-calendar | closed | Missing schedules in Drakenstein, WC (Val de Vie) | waiting-on-maintainer waiting-on-investigation missing-area-schedule | Hi,
I don't see a loadshedding schedule for Paarl. Can you please help? | True | Missing schedules in Drakenstein, WC (Val de Vie) - Hi,
I don't see a loadshedding schedule for Paarl. Can you please help? | main | missing schedules in drakenstein wc val de vie hi i don t see a loadshedding schedule for paarl can you please help | 1 |
3,437 | 13,210,696,312 | IssuesEvent | 2020-08-15 18:20:23 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | Pear module hangs for module installs expecting answer(s) | affects_2.0 bot_closed bug collection collection:community.general has_pr module needs_collection_redirect needs_maintainer packaging support:community | From @cmacrae on 2015-12-22T14:55:54Z
##### Issue Type:
Bug Report
##### Component Name:
pear module
##### Ansible Version:
Running `ansible --version` reports: `2.0.0`
Built from: `2.0.0-0.7.rc2` commit `cc98528ecbadaff6d2401207c0fa002607768216`
##### Ansible Configuration:
No applicable settings
#... | True | Pear module hangs for module installs expecting answer(s) - From @cmacrae on 2015-12-22T14:55:54Z
##### Issue Type:
Bug Report
##### Component Name:
pear module
##### Ansible Version:
Running `ansible --version` reports: `2.0.0`
Built from: `2.0.0-0.7.rc2` commit `cc98528ecbadaff6d2401207c0fa002607768216... | main | pear module hangs for module installs expecting answer s from cmacrae on issue type bug report component name pear module ansible version running ansible version reports built from commit ansible configuration no applicable set... | 1 |
550,823 | 16,132,941,533 | IssuesEvent | 2021-04-29 08:08:06 | CS-SI/eodag | https://api.github.com/repos/CS-SI/eodag | closed | Warning required when `items_per_page` in a search is set to a number higher than the known provider's limit | enhancement priority::2 | ```python
from eodag import EODataAccessGateway
dag = EODataAccessGateway('user_conf.yml')
dag.set_preferred_provider("mundi")
search_criteria = dict(
productType='S2_MSI_L1C',
start='2021-03-01',
end='2021-03-31',
geom={"lonmin": 1, "latmin": 42, "lonmax": 5, "latmax": 46},
)
search_results, ... | 1.0 | Warning required when `items_per_page` in a search is set to a number higher than the known provider's limit - ```python
from eodag import EODataAccessGateway
dag = EODataAccessGateway('user_conf.yml')
dag.set_preferred_provider("mundi")
search_criteria = dict(
productType='S2_MSI_L1C',
start='2021-03-01... | non_main | warning required when items per page in a search is set to a number higher than the known provider s limit python from eodag import eodataaccessgateway dag eodataaccessgateway user conf yml dag set preferred provider mundi search criteria dict producttype msi start ... | 0 |
2,536 | 8,657,436,740 | IssuesEvent | 2018-11-27 21:19:31 | Kapeli/Dash-User-Contributions | https://api.github.com/repos/Kapeli/Dash-User-Contributions | closed | Redux Docset maintainer needed | needs maintainer | I can no longer have time to maintain this docset and I am looking for additional contributors to assist. My repo is located at [https://github.com/epitaphmike/redux-dash](https://github.com/epitaphmike/redux-dash). If this is something you are interested in helping with please reach out. Thank you. | True | Redux Docset maintainer needed - I can no longer have time to maintain this docset and I am looking for additional contributors to assist. My repo is located at [https://github.com/epitaphmike/redux-dash](https://github.com/epitaphmike/redux-dash). If this is something you are interested in helping with please reach ou... | main | redux docset maintainer needed i can no longer have time to maintain this docset and i am looking for additional contributors to assist my repo is located at if this is something you are interested in helping with please reach out thank you | 1 |
84,026 | 3,647,503,567 | IssuesEvent | 2016-02-16 01:13:42 | gophish/gophish | https://api.github.com/repos/gophish/gophish | opened | Implement the ability to "Copy" Email Templates | enhancement med-priority | Would like the ability to copy email templates so the user doesn't have to re-create them. | 1.0 | Implement the ability to "Copy" Email Templates - Would like the ability to copy email templates so the user doesn't have to re-create them. | non_main | implement the ability to copy email templates would like the ability to copy email templates so the user doesn t have to re create them | 0 |
735 | 4,326,381,978 | IssuesEvent | 2016-07-26 06:00:31 | Particular/PlatformInstaller | https://api.github.com/repos/Particular/PlatformInstaller | closed | Split out the NSB pre-requisities into seperate options | Tag: Maintainer Prio Type: Feature | The NSB prerequisites in the PI aren't really prerequisites any more for the platform, they are options that the developer may want to install. We should split out the perf counters, dtc and msmq setups into discrete options and not label as prerequisites.
| True | Split out the NSB pre-requisities into seperate options - The NSB prerequisites in the PI aren't really prerequisites any more for the platform, they are options that the developer may want to install. We should split out the perf counters, dtc and msmq setups into discrete options and not label as prerequisites.
... | main | split out the nsb pre requisities into seperate options the nsb prerequisites in the pi aren t really prerequisites any more for the platform they are options that the developer may want to install we should split out the perf counters dtc and msmq setups into discrete options and not label as prerequisites ... | 1 |
1,618 | 6,572,644,447 | IssuesEvent | 2017-09-11 04:01:39 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | documentation error for sl_vm module | affects_2.1 cloud docs_report waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Documentation Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
sl_vm
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --versio... | True | documentation error for sl_vm module - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Documentation Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
sl_vm
##### ANSIBLE VERSION
<!--- Paste... | main | documentation error for sl vm module issue type documentation report component name sl vm ansible version configuration mention any settings you have changed added removed in ansible cfg or using the ansible environment variables ... | 1 |
305,266 | 26,374,432,413 | IssuesEvent | 2023-01-12 00:20:11 | yugabyte/yugabyte-db | https://api.github.com/repos/yugabyte/yugabyte-db | closed | [DocDB] flaky test: YBTsCliTest.TestVModuleUpdate failing in alma8 release | kind/bug kind/failing-test area/docdb priority/high | Jira Link: [DB-4405](https://yugabyte.atlassian.net/browse/DB-4405)
### Description
Started failing since https://github.com/yugabyte/yugabyte-db/commit/f7f55d51621f81199c276a122807fc45a8d55778 | 1.0 | [DocDB] flaky test: YBTsCliTest.TestVModuleUpdate failing in alma8 release - Jira Link: [DB-4405](https://yugabyte.atlassian.net/browse/DB-4405)
### Description
Started failing since https://github.com/yugabyte/yugabyte-db/commit/f7f55d51621f81199c276a122807fc45a8d55778 | non_main | flaky test ybtsclitest testvmoduleupdate failing in release jira link description started failing since | 0 |
17,021 | 22,391,522,355 | IssuesEvent | 2022-06-17 08:11:48 | nodejs/node | https://api.github.com/repos/nodejs/node | closed | Outdated list of architectures for `process.arch`? | doc process | ### Affected URL(s)
https://nodejs.org/api/process.html
### Description of the problem
I'm trying to figure out which architectures node supports since I publish binary executables [esbuild](https://esbuild.github.io/) for various platforms. [The documentation](https://nodejs.org/api/process.html) says this:
> ##... | 1.0 | Outdated list of architectures for `process.arch`? - ### Affected URL(s)
https://nodejs.org/api/process.html
### Description of the problem
I'm trying to figure out which architectures node supports since I publish binary executables [esbuild](https://esbuild.github.io/) for various platforms. [The documentation](ht... | non_main | outdated list of architectures for process arch affected url s description of the problem i m trying to figure out which architectures node supports since i publish binary executables for various platforms says this process arch the operating system cpu architecture for whic... | 0 |
315,456 | 27,074,959,593 | IssuesEvent | 2023-02-14 09:56:42 | akademia-envelo-3/meetek-front | https://api.github.com/repos/akademia-envelo-3/meetek-front | closed | FT009 - feat: Widok wszystkich kategorii | frontend test ok admin story feat sp3 | **story**
* Admin:
Podczas wejścia na stronę z kategoriami, widocznej w menu bocznym, widzi:
1. Wszystkie kategorie
2. Wyszukiwarkę
3. Przycisk do edycji oraz aktywacji /deaktywacji kategorii
4. Przycisk do dodawania nowych kategorii
* User:
Podczas wejścia na stronę z kategoriami, widocznej w menu bocznym... | 1.0 | FT009 - feat: Widok wszystkich kategorii - **story**
* Admin:
Podczas wejścia na stronę z kategoriami, widocznej w menu bocznym, widzi:
1. Wszystkie kategorie
2. Wyszukiwarkę
3. Przycisk do edycji oraz aktywacji /deaktywacji kategorii
4. Przycisk do dodawania nowych kategorii
* User:
Podczas wejścia na str... | non_main | feat widok wszystkich kategorii story admin podczas wejścia na stronę z kategoriami widocznej w menu bocznym widzi wszystkie kategorie wyszukiwarkę przycisk do edycji oraz aktywacji deaktywacji kategorii przycisk do dodawania nowych kategorii user podczas wejścia na stronę ... | 0 |
264,023 | 23,096,518,818 | IssuesEvent | 2022-07-26 20:08:52 | TerryCavanagh/diceydungeons.com | https://api.github.com/repos/TerryCavanagh/diceydungeons.com | closed | runscript always takes self to refer to the player, even if called by the target | modding issue reported in v1.9 (Testing Round 1) | For example if an enemy equipment or "on start turn" fighter hook calls for blah.hx, and blah.hx is ``self.hp -= 5;``, the *player* will lose 5 health, not the target. If it's ever ambiguous who would be self and who would be target, self and target should both be null (players can supply fighters as arguments for scri... | 1.0 | runscript always takes self to refer to the player, even if called by the target - For example if an enemy equipment or "on start turn" fighter hook calls for blah.hx, and blah.hx is ``self.hp -= 5;``, the *player* will lose 5 health, not the target. If it's ever ambiguous who would be self and who would be target, sel... | non_main | runscript always takes self to refer to the player even if called by the target for example if an enemy equipment or on start turn fighter hook calls for blah hx and blah hx is self hp the player will lose health not the target if it s ever ambiguous who would be self and who would be target sel... | 0 |
13,928 | 3,787,597,256 | IssuesEvent | 2016-03-21 11:23:05 | eugenwintersberger/pnitools | https://api.github.com/repos/eugenwintersberger/pnitools | closed | Collate texinfo documentation | auto-migrated documentation Priority-Medium Type-Enhancement | ```
Currently the info pages for the individual programs use distinct nodes for
program options and examples. This is not necessary and makes the documentation
hard to read. Thus every program should be completely described by a single
node.
```
Original issue reported on code.google.com by `eugen.wintersberger@gm... | 1.0 | Collate texinfo documentation - ```
Currently the info pages for the individual programs use distinct nodes for
program options and examples. This is not necessary and makes the documentation
hard to read. Thus every program should be completely described by a single
node.
```
Original issue reported on code.googl... | non_main | collate texinfo documentation currently the info pages for the individual programs use distinct nodes for program options and examples this is not necessary and makes the documentation hard to read thus every program should be completely described by a single node original issue reported on code googl... | 0 |
5,577 | 27,943,803,422 | IssuesEvent | 2023-03-24 00:10:55 | Homebrew/homebrew-cask | https://api.github.com/repos/Homebrew/homebrew-cask | closed | citrix-workspace native Apple Silicon support | awaiting maintainer feedback stale | ### Verification
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md).
- [X] I have retried my command with `--force`.
- [X] I ran `brew update-reset && brew update` and retrie... | True | citrix-workspace native Apple Silicon support - ### Verification
- [X] I understand that [if I ignore these instructions, my issue may be closed without review](https://github.com/Homebrew/homebrew-cask/blob/master/doc/faq/closing_issues_without_review.md).
- [X] I have retried my command with `--force`.
- [X] I r... | main | citrix workspace native apple silicon support verification i understand that i have retried my command with force i ran brew update reset brew update and retried my command i ran brew doctor fixed as many issues as possible and retried my command i have checked the in... | 1 |
5,734 | 30,321,973,544 | IssuesEvent | 2023-07-10 19:59:48 | aws/serverless-application-model | https://api.github.com/repos/aws/serverless-application-model | closed | Immutable AWS::Cognito::UserPool properties are not supported in the SAM translator. | contributors/good-first-issue maintainer/need-response | **Description:**
Immutable AWS::Cognito::UserPool properties are not supported in the SAM translator.
Reference Documentation links:
* https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpool.html#cfn-cognito-userpool-usernameconfiguration
* https://docs.aws.amazon.com/AWSClo... | True | Immutable AWS::Cognito::UserPool properties are not supported in the SAM translator. - **Description:**
Immutable AWS::Cognito::UserPool properties are not supported in the SAM translator.
Reference Documentation links:
* https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoo... | main | immutable aws cognito userpool properties are not supported in the sam translator description immutable aws cognito userpool properties are not supported in the sam translator reference documentation links expected missing keys in property types in samtranslator model cognito py ... | 1 |
290,786 | 25,095,674,374 | IssuesEvent | 2022-11-08 09:59:50 | OskarMorel/GORAS_EditeurGrapheProbalistiques | https://api.github.com/repos/OskarMorel/GORAS_EditeurGrapheProbalistiques | closed | US5 - Réenregistrement d'un graphe | redigerTestsAcceptation | ### User story
En tant qu'utilisateur
Je veux enregistrer un graphe ouvert à partir d’un fichier dans un fichier différent
Afin de créer une copie
### Tests d'acceptation
| 1.0 | US5 - Réenregistrement d'un graphe - ### User story
En tant qu'utilisateur
Je veux enregistrer un graphe ouvert à partir d’un fichier dans un fichier différent
Afin de créer une copie
### Tests d'acceptation
| non_main | réenregistrement d un graphe user story en tant qu utilisateur je veux enregistrer un graphe ouvert à partir d’un fichier dans un fichier différent afin de créer une copie tests d acceptation | 0 |
10,891 | 4,838,587,210 | IssuesEvent | 2016-11-09 04:28:47 | docker/docker | https://api.github.com/repos/docker/docker | closed | Dockerfile doesn't COPY all files in project directory | area/builder kind/bug platform/windows | # Issue
**Docker Version**: Docker for Windows 1.12.0-rc3
**OS**: Windows 10 RTM
In my application folder, I have a `.aws` folder, with stub configuration files. The filesystem structure of the project looks like this:
```
+ Project Folder
|--> app.py
|--> .aws
|-----> config
|-----> credentials
+
```
In my `Docker... | 1.0 | Dockerfile doesn't COPY all files in project directory - # Issue
**Docker Version**: Docker for Windows 1.12.0-rc3
**OS**: Windows 10 RTM
In my application folder, I have a `.aws` folder, with stub configuration files. The filesystem structure of the project looks like this:
```
+ Project Folder
|--> app.py
|--> .aw... | non_main | dockerfile doesn t copy all files in project directory issue docker version docker for windows os windows rtm in my application folder i have a aws folder with stub configuration files the filesystem structure of the project looks like this project folder app py aws ... | 0 |
446 | 3,594,097,728 | IssuesEvent | 2016-02-01 22:15:34 | christoff-buerger/racr | https://api.github.com/repos/christoff-buerger/racr | closed | Refactoring of original Petri nets example | maintainability medium | The original Petri nets example included hierarchical nets. For didactic reasons and better modularisation, the non-hierarchical functionality was outsourced as atomic Petri nets. Conceptually, support for hierarchical nets is just an extension of the basic atomic interpreter.
The extracted atomic Petri nets interpr... | True | Refactoring of original Petri nets example - The original Petri nets example included hierarchical nets. For didactic reasons and better modularisation, the non-hierarchical functionality was outsourced as atomic Petri nets. Conceptually, support for hierarchical nets is just an extension of the basic atomic interprete... | main | refactoring of original petri nets example the original petri nets example included hierarchical nets for didactic reasons and better modularisation the non hierarchical functionality was outsourced as atomic petri nets conceptually support for hierarchical nets is just an extension of the basic atomic interprete... | 1 |
2,532 | 8,657,429,304 | IssuesEvent | 2018-11-27 21:18:12 | Kapeli/Dash-User-Contributions | https://api.github.com/repos/Kapeli/Dash-User-Contributions | closed | Relay Docset maintainer needed | needs maintainer | I can no longer have time to maintain this docset and I am looking for additional contributors to assist. My repo is located at https://github.com/epitaphmike/relay-dash. If this is something you are interested in helping with please reach out. Thank you.
| True | Relay Docset maintainer needed - I can no longer have time to maintain this docset and I am looking for additional contributors to assist. My repo is located at https://github.com/epitaphmike/relay-dash. If this is something you are interested in helping with please reach out. Thank you.
| main | relay docset maintainer needed i can no longer have time to maintain this docset and i am looking for additional contributors to assist my repo is located at if this is something you are interested in helping with please reach out thank you | 1 |
1,566 | 6,572,261,948 | IssuesEvent | 2017-09-11 00:45:20 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | known_hosts module changes ownership of existing file | affects_2.0 bug_report waiting_on_maintainer | ##### ISSUE TYPE
- Bug Report
##### ANSIBLE VERSION
```
ansible 2.0.1.0
config file = /etc/ansible/ansible.cfg
```
##### OS / ENVIRONMENT
CentOS Linux release 7.2.1511 (Core)
##### SUMMARY
If known_hosts replaces an existing entry with a new key, the module changes the ownership of the file to root.
##### STEPS TO... | True | known_hosts module changes ownership of existing file - ##### ISSUE TYPE
- Bug Report
##### ANSIBLE VERSION
```
ansible 2.0.1.0
config file = /etc/ansible/ansible.cfg
```
##### OS / ENVIRONMENT
CentOS Linux release 7.2.1511 (Core)
##### SUMMARY
If known_hosts replaces an existing entry with a new key, the module c... | main | known hosts module changes ownership of existing file issue type bug report ansible version ansible config file etc ansible ansible cfg os environment centos linux release core summary if known hosts replaces an existing entry with a new key the module chan... | 1 |
352,895 | 25,087,705,333 | IssuesEvent | 2022-11-08 02:01:55 | fga-eps-mds/2022.2-Amis-Doc | https://api.github.com/repos/fga-eps-mds/2022.2-Amis-Doc | closed | Realizar reunião do kick-off com cliente | documentation EPS | **Descrição:**
Realizar reunião com o cliente buscando entender o projeto, as dificuldades e os problemas que devem ser resolvidos por este projeto.
| 1.0 | Realizar reunião do kick-off com cliente - **Descrição:**
Realizar reunião com o cliente buscando entender o projeto, as dificuldades e os problemas que devem ser resolvidos por este projeto.
| non_main | realizar reunião do kick off com cliente descrição realizar reunião com o cliente buscando entender o projeto as dificuldades e os problemas que devem ser resolvidos por este projeto | 0 |
4,630 | 23,980,996,588 | IssuesEvent | 2022-09-13 15:02:40 | exercism/python | https://api.github.com/repos/exercism/python | closed | [New Concept Exercise] : imports | maintainer action required❕ on hold ✋🏽 | This issue describes how to implement the `imports` concept exercise for the Python track, which should explain how & why it is useful to `import` names (libraries, modules, classes, functions, etc.) in Python. We're naming the concept "imports" to avoid a file name clash with the `import` keyword.
## Getting start... | True | [New Concept Exercise] : imports - This issue describes how to implement the `imports` concept exercise for the Python track, which should explain how & why it is useful to `import` names (libraries, modules, classes, functions, etc.) in Python. We're naming the concept "imports" to avoid a file name clash with the `i... | main | imports this issue describes how to implement the imports concept exercise for the python track which should explain how why it is useful to import names libraries modules classes functions etc in python we re naming the concept imports to avoid a file name clash with the import keyword ... | 1 |
2,029 | 6,778,744,923 | IssuesEvent | 2017-10-28 14:48:26 | dgets/RecScan | https://api.github.com/repos/dgets/RecScan | opened | Shave down try/catch blocks | enhancement maintainability | Try to keep the try/catch blocks a little slimmer in order to more concisely pinpoint what particular line of code is really effin' it all up, without having to resort to using the (slow) debugger. | True | Shave down try/catch blocks - Try to keep the try/catch blocks a little slimmer in order to more concisely pinpoint what particular line of code is really effin' it all up, without having to resort to using the (slow) debugger. | main | shave down try catch blocks try to keep the try catch blocks a little slimmer in order to more concisely pinpoint what particular line of code is really effin it all up without having to resort to using the slow debugger | 1 |
3,110 | 11,872,559,668 | IssuesEvent | 2020-03-26 15:59:29 | kensho-technologies/graphql-compiler | https://api.github.com/repos/kensho-technologies/graphql-compiler | closed | End to end test for MSSQL folded output with postprocessing | maintainer quality-of-life | An end-to-end test for the MSSQL fold post-processing would have caught the bug that is being resolved by https://github.com/kensho-technologies/graphql-compiler/pull/779.
We should add this test as soon as practical, to avoid having similar issues in the future. | True | End to end test for MSSQL folded output with postprocessing - An end-to-end test for the MSSQL fold post-processing would have caught the bug that is being resolved by https://github.com/kensho-technologies/graphql-compiler/pull/779.
We should add this test as soon as practical, to avoid having similar issues in the... | main | end to end test for mssql folded output with postprocessing an end to end test for the mssql fold post processing would have caught the bug that is being resolved by we should add this test as soon as practical to avoid having similar issues in the future | 1 |
15,194 | 2,850,247,489 | IssuesEvent | 2015-05-31 12:06:38 | damonkohler/sl4a | https://api.github.com/repos/damonkohler/sl4a | opened | beanshell interpreter crashes | auto-migrated Priority-Medium Type-Defect | _From @GoogleCodeExporter on May 31, 2015 11:31_
```
Samsung Galaxy S III SGH-T999
Cyanogenmod 10
What steps will reproduce the problem?
1. Get the beanshell addon.
2. Tap Install.
3. In SL4A, start a beanshell interpreter.
What is the expected output? What do you see instead?
Expected: Beanshell starts.
Observe... | 1.0 | beanshell interpreter crashes - _From @GoogleCodeExporter on May 31, 2015 11:31_
```
Samsung Galaxy S III SGH-T999
Cyanogenmod 10
What steps will reproduce the problem?
1. Get the beanshell addon.
2. Tap Install.
3. In SL4A, start a beanshell interpreter.
What is the expected output? What do you see instead?
Expe... | non_main | beanshell interpreter crashes from googlecodeexporter on may samsung galaxy s iii sgh cyanogenmod what steps will reproduce the problem get the beanshell addon tap install in start a beanshell interpreter what is the expected output what do you see instead expected beanshe... | 0 |
1,830 | 6,577,356,695 | IssuesEvent | 2017-09-12 00:20:43 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | nxos_vlan returns "Command does not support JSON output" | affects_2.1 bug_report networking waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
nxos_vlan
##### ANSIBLE VERSION
```
vagrant@precise32:/vagrant$ ansible --version
ansible 2.1.0.0... | True | nxos_vlan returns "Command does not support JSON output" - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
nxos_vlan
##### ANSIBLE VERSION
```
va... | main | nxos vlan returns command does not support json output issue type bug report component name nxos vlan ansible version vagrant vagrant ansible version ansible config file vagrant ansible cfg configured module search path default w o overrides configu... | 1 |
97,169 | 8,650,547,890 | IssuesEvent | 2018-11-26 22:57:19 | rancher/rancher | https://api.github.com/repos/rancher/rancher | closed | Panic seen in logs when provisioning cluster. | kind/bug-qa status/resolved status/to-test version/2.0 | Rancher server version - v2.1.2-rc13
Steps to reproduce the problem:
Provision a 1 node DO cluster.
Cluster provisioning succeeded . But following panic is seen in logs:
```
2018/11/22 00:32:47 [INFO] cluster [c-5txzx] provisioning: [worker] Successfully started [rke-log-linker] container on host [<ip>]
20... | 1.0 | Panic seen in logs when provisioning cluster. - Rancher server version - v2.1.2-rc13
Steps to reproduce the problem:
Provision a 1 node DO cluster.
Cluster provisioning succeeded . But following panic is seen in logs:
```
2018/11/22 00:32:47 [INFO] cluster [c-5txzx] provisioning: [worker] Successfully start... | non_main | panic seen in logs when provisioning cluster rancher server version steps to reproduce the problem provision a node do cluster cluster provisioning succeeded but following panic is seen in logs cluster provisioning successfully started container on host ... | 0 |
29,501 | 24,048,167,160 | IssuesEvent | 2022-09-16 10:12:33 | woowacourse-teams/2022-kkogkkog | https://api.github.com/repos/woowacourse-teams/2022-kkogkkog | closed | [FE] Lighthouse CI | 🦄 frontend 🌐 infrastructure | ## 배경
CI를 도입하여 리포트를 저장해두고, 어떤 작업에서 어떤 결과를 내보였는지 기억할 수 있도록 한다.
## 진행사항
- set up `lighthouse CI`
- connect `github actions`
- set up `lighthouse Report Server`
- puppeter 적용하여 인증된 메인 페이지를 측정할 수 있도록 한다.
<!--
## 공유사항
해당 작업을 수행함에 있어 주의해야 할 사항에 대한 설명
-->
<!--
아래 작업들을 완료 후 주석은 전부 제거
1. Ass... | 1.0 | [FE] Lighthouse CI - ## 배경
CI를 도입하여 리포트를 저장해두고, 어떤 작업에서 어떤 결과를 내보였는지 기억할 수 있도록 한다.
## 진행사항
- set up `lighthouse CI`
- connect `github actions`
- set up `lighthouse Report Server`
- puppeter 적용하여 인증된 메인 페이지를 측정할 수 있도록 한다.
<!--
## 공유사항
해당 작업을 수행함에 있어 주의해야 할 사항에 대한 설명
-->
<!--
아래 작업들을 완료 후 ... | non_main | lighthouse ci 배경 ci를 도입하여 리포트를 저장해두고 어떤 작업에서 어떤 결과를 내보였는지 기억할 수 있도록 한다 진행사항 set up lighthouse ci connect github actions set up lighthouse report server puppeter 적용하여 인증된 메인 페이지를 측정할 수 있도록 한다 공유사항 해당 작업을 수행함에 있어 주의해야 할 사항에 대한 설명 아래 작업들을 완료 후 주석은... | 0 |
394,129 | 27,021,336,774 | IssuesEvent | 2023-02-11 03:04:31 | JustBrandonLim/ICT2106_P2_Project | https://api.github.com/repos/JustBrandonLim/ICT2106_P2_Project | closed | 2.2 Initial Design Document Start: 06/02/23 | End: 11/02/23 | documentation | The team shall provide an initial design document that covers the system's design. | 1.0 | 2.2 Initial Design Document Start: 06/02/23 | End: 11/02/23 - The team shall provide an initial design document that covers the system's design. | non_main | initial design document start end the team shall provide an initial design document that covers the system s design | 0 |
1,081 | 4,927,009,714 | IssuesEvent | 2016-11-26 13:53:27 | ansible/ansible-modules-core | https://api.github.com/repos/ansible/ansible-modules-core | closed | cloudformation zero length field name in format when creating a stack | affects_2.3 aws bug_report cloud waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
cloudformation
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --versi... | True | cloudformation zero length field name in format when creating a stack - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Bug Report
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
cloudformation
... | main | cloudformation zero length field name in format when creating a stack issue type bug report component name cloudformation ansible version configuration os environment ansible running on centos python bot... | 1 |
790,707 | 27,833,712,318 | IssuesEvent | 2023-03-20 07:52:57 | calcom/cal.com | https://api.github.com/repos/calcom/cal.com | closed | [CAL-1096] Embed selection modal - UI update | ⚡ Quick Wins Low priority | Currently

Shuold be

Shuold be
: xref https://github.com/DynamoRIO/drmemo... | True | add end-user support for updating syscall #'s from pdb's - The goal is to future-proof Dr. Memory: make it more adaptive to avoid requiring manual updates to fix breakages on each new Windows change. Xref #1826.
Then plan is:
+ Detect unknown version by looking at particular syscall #'s (as we can't rely on PEB ... | main | add end user support for updating syscall s from pdb s the goal is to future proof dr memory make it more adaptive to avoid requiring manual updates to fix breakages on each new windows change xref then plan is detect unknown version by looking at particular syscall s as we can t rely on peb ver... | 1 |
28,646 | 4,425,292,114 | IssuesEvent | 2016-08-16 15:03:52 | leeensminger/DelDOT-NPDES-Field-Tool | https://api.github.com/repos/leeensminger/DelDOT-NPDES-Field-Tool | closed | Manhole and inlet components not present gets greyed out in inspection | Version 1.2 - ready for testing in Version 1.2 Enhancement Release. | Any component for both manholes and inlets that are selected as not present in the inventory tab, the rating for that component should be greyed out in the inspection.
For example, if both frame of cover present and cover present are both "No" (Circled in red),

------
IA Page: http://duck.co/ia/view/conversions
[Maintainer](http://docs.duckduckhack.com/maintaining/guidelines.html): @mintsoft | True | Conversions: Add support for transfer rate conversions - **convert 50 Mbps to Kbps**
[https://duckduckgo.com/?q=convert%2050%20Mbps%20to%20Kbps](https://duckduckgo.com/?q=convert%2050%20Mbps%20to%20Kbps)
------
IA Page: http://duck.co/ia/view/conversions
[Maintainer](http://docs.duckduckhack.com/maintaining/... | main | conversions add support for transfer rate conversions convert mbps to kbps ia page mintsoft | 1 |
68,925 | 29,929,260,290 | IssuesEvent | 2023-06-22 08:19:16 | flipperdevices/flipperzero-firmware | https://api.github.com/repos/flipperdevices/flipperzero-firmware | closed | Add a Keypad Lock mode to dummy mode in GUI | Feature Request Core+Services | ### Describe the enhancement you're suggesting.
It would be nice if it were possible to implement the Keypad Lock functionality even on the dummy mode, so that if a person has possession of your Flipper Zero, to play on it, it doesn't have the possibility to enter into the brainac mode for pentest or malicious purpo... | 1.0 | Add a Keypad Lock mode to dummy mode in GUI - ### Describe the enhancement you're suggesting.
It would be nice if it were possible to implement the Keypad Lock functionality even on the dummy mode, so that if a person has possession of your Flipper Zero, to play on it, it doesn't have the possibility to enter into t... | non_main | add a keypad lock mode to dummy mode in gui describe the enhancement you re suggesting it would be nice if it were possible to implement the keypad lock functionality even on the dummy mode so that if a person has possession of your flipper zero to play on it it doesn t have the possibility to enter into t... | 0 |
52,899 | 13,772,653,157 | IssuesEvent | 2020-10-08 01:12:02 | taddhopkins/maven-project | https://api.github.com/repos/taddhopkins/maven-project | opened | CVE-2020-5421 (High) detected in spring-web-4.0.5.RELEASE.jar | security vulnerability | ## CVE-2020-5421 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-4.0.5.RELEASE.jar</b></p></summary>
<p>Spring Web</p>
<p>Library home page: <a href="https://github.com/spri... | True | CVE-2020-5421 (High) detected in spring-web-4.0.5.RELEASE.jar - ## CVE-2020-5421 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>spring-web-4.0.5.RELEASE.jar</b></p></summary>
<p>Sprin... | non_main | cve high detected in spring web release jar cve high severity vulnerability vulnerable library spring web release jar spring web library home page a href path to dependency file maven project pom xml path to vulnerable library epository org springframework spring web... | 0 |
4,736 | 24,452,846,723 | IssuesEvent | 2022-10-07 02:01:29 | usefulmove/comp | https://api.github.com/repos/usefulmove/comp | closed | Suggestion to improve argument parsing | enhancement wontfix maintainability | Hi @usefulmove I noticed that you're parsing the arguments by yourself.
I'm referring to `src/comp.rs`
```rs
let mut args: Vec<String> = env::args().collect();
// ...
if args.len() <= 1 {
args.push("help".to_string());
}
// ...
```
As a suggestion please take a look at this [crate](https://crate... | True | Suggestion to improve argument parsing - Hi @usefulmove I noticed that you're parsing the arguments by yourself.
I'm referring to `src/comp.rs`
```rs
let mut args: Vec<String> = env::args().collect();
// ...
if args.len() <= 1 {
args.push("help".to_string());
}
// ...
```
As a suggestion please ... | main | suggestion to improve argument parsing hi usefulmove i noticed that you re parsing the arguments by yourself i m referring to src comp rs rs let mut args vec env args collect if args len args push help to string as a suggestion please take a ... | 1 |
325,823 | 27,964,405,325 | IssuesEvent | 2023-03-24 18:09:35 | kubernetes-sigs/cluster-api | https://api.github.com/repos/kubernetes-sigs/cluster-api | closed | Self-hosted e2e tests are a bit flaky | help wanted kind/failing-test triage/accepted | ### Failure cluster [16cd3caed44925f8a110](https://go.k8s.io/triage#16cd3caed44925f8a110)
##### Error text:
```
Failed to run clusterctl move
Expected success, but got an error:
<*errors.withStack | 0xc002245170>: {
error: <*errors.withMessage | 0xc0023f27c0>{
cause: <*errors.withStack ... | 1.0 | Self-hosted e2e tests are a bit flaky - ### Failure cluster [16cd3caed44925f8a110](https://go.k8s.io/triage#16cd3caed44925f8a110)
##### Error text:
```
Failed to run clusterctl move
Expected success, but got an error:
<*errors.withStack | 0xc002245170>: {
error: <*errors.withMessage | 0xc0023f27c0>{... | non_main | self hosted tests are a bit flaky failure cluster error text failed to run clusterctl move expected success but got an error error cause error cause error ... | 0 |
464,686 | 13,337,972,115 | IssuesEvent | 2020-08-28 10:09:56 | netdata/netdata | https://api.github.com/repos/netdata/netdata | closed | Disabling cloud still performs requests to app.netdata.cloud | area/web bug needs triage priority/high | <!--
When creating a bug report please:
- Verify first that your issue is not already reported on GitHub.
- Test if the latest release and master branch are affected too.
-->
##### Bug report summary
<!-- Provide a clear and concise description of the bug you're experiencing. -->
I put `[global] enabled = fals... | 1.0 | Disabling cloud still performs requests to app.netdata.cloud - <!--
When creating a bug report please:
- Verify first that your issue is not already reported on GitHub.
- Test if the latest release and master branch are affected too.
-->
##### Bug report summary
<!-- Provide a clear and concise description of t... | non_main | disabling cloud still performs requests to app netdata cloud when creating a bug report please verify first that your issue is not already reported on github test if the latest release and master branch are affected too bug report summary i put enabled false in var lib netdata... | 0 |
3,438 | 13,211,537,136 | IssuesEvent | 2020-08-15 23:57:34 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | terraform module '-no-color' conflicts with TF_CLI_ARGS_plan env variable | affects_2.9 bot_closed bug cloud collection collection:community.general module needs_collection_redirect needs_maintainer needs_triage python3 support:community | ##### SUMMARY
terraform module sets `-no-color` but if `-no-color` is set in `TF_CLI_ARGS_plan` this would fail, it's `terraform` itself which fails like this, but here ansible module sets itself explicitly `-no-color` in code.
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
terraform module
##### ANSIBL... | True | terraform module '-no-color' conflicts with TF_CLI_ARGS_plan env variable - ##### SUMMARY
terraform module sets `-no-color` but if `-no-color` is set in `TF_CLI_ARGS_plan` this would fail, it's `terraform` itself which fails like this, but here ansible module sets itself explicitly `-no-color` in code.
##### ISSUE ... | main | terraform module no color conflicts with tf cli args plan env variable summary terraform module sets no color but if no color is set in tf cli args plan this would fail it s terraform itself which fails like this but here ansible module sets itself explicitly no color in code issue ... | 1 |
1,571 | 6,572,329,951 | IssuesEvent | 2017-09-11 01:26:32 | ansible/ansible-modules-extras | https://api.github.com/repos/ansible/ansible-modules-extras | closed | lxc_container: provide option to make automatic container restarts optional | affects_2.1 cloud feature_idea waiting_on_maintainer | <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Feature Idea
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
lxc_container
##### ANSIBLE VERSION
<!--- Paste verbatim output from “ansible --version” betwee... | True | lxc_container: provide option to make automatic container restarts optional - <!--- Verify first that your issue/request is not already reported in GitHub -->
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
- Feature Idea
##### COMPONENT NAME
<!--- Name of the plugin/module/task -->
lxc_container
####... | main | lxc container provide option to make automatic container restarts optional issue type feature idea component name lxc container ansible version ansible config file configured module search path default w o overrides configuration mention any setti... | 1 |
5,207 | 26,464,324,963 | IssuesEvent | 2023-01-16 21:17:12 | bazelbuild/intellij | https://api.github.com/repos/bazelbuild/intellij | closed | Flag --incompatible_disable_starlark_host_transitions will break CLion Plugin Google in Bazel 7.0 | type: bug product: CLion topic: bazel awaiting-maintainer | Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking CLion Plugin Google. Please migrate to fix this and unblock the flip of this flag.
The flag is documented here: [bazelbuild/bazel#17032](https://github.com/bazelbuild/b... | True | Flag --incompatible_disable_starlark_host_transitions will break CLion Plugin Google in Bazel 7.0 - Incompatible flag `--incompatible_disable_starlark_host_transitions` will be enabled by default in the next major release (Bazel 7.0), thus breaking CLion Plugin Google. Please migrate to fix this and unblock the flip of... | main | flag incompatible disable starlark host transitions will break clion plugin google in bazel incompatible flag incompatible disable starlark host transitions will be enabled by default in the next major release bazel thus breaking clion plugin google please migrate to fix this and unblock the flip of... | 1 |
107,901 | 4,321,663,185 | IssuesEvent | 2016-07-25 11:08:40 | Jumpscale/jumpscale_portal8 | https://api.github.com/repos/Jumpscale/jumpscale_portal8 | closed | Action button in grid macro only work for the 10 first rows. | priority_urgent type_bug | Example code : https://github.com/Jumpscale/jscockpit/blob/master/apps/Cockpit/Instances/Instances.wiki
On all the rows that are not displayed when page is loading( so from row 11 to the end), the action button doesn't trigger anything. The popup form is not showing up. | 1.0 | Action button in grid macro only work for the 10 first rows. - Example code : https://github.com/Jumpscale/jscockpit/blob/master/apps/Cockpit/Instances/Instances.wiki
On all the rows that are not displayed when page is loading( so from row 11 to the end), the action button doesn't trigger anything. The popup form is... | non_main | action button in grid macro only work for the first rows example code on all the rows that are not displayed when page is loading so from row to the end the action button doesn t trigger anything the popup form is not showing up | 0 |
2,336 | 8,361,769,713 | IssuesEvent | 2018-10-03 15:06:45 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | --flush-cache operation fails with redis database | affects_2.4 bug module needs_maintainer support:community | ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
- plugin/cache/redis
##### ANSIBLE VERSION
```
ansible 2.4.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/myuser/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
ansible python module location ... | True | --flush-cache operation fails with redis database - ##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
- plugin/cache/redis
##### ANSIBLE VERSION
```
ansible 2.4.1.0
config file = /etc/ansible/ansible.cfg
configured module search path = [u'/home/myuser/.ansible/plugins/modules', u'/usr/share/ansible/... | main | flush cache operation fails with redis database issue type bug report component name plugin cache redis ansible version ansible config file etc ansible ansible cfg configured module search path ansible python module location usr lib site packages... | 1 |
339,171 | 30,349,409,664 | IssuesEvent | 2023-07-11 17:44:41 | antrea-io/antrea | https://api.github.com/repos/antrea-io/antrea | opened | [Flaky Test] TestController_RotateCertificates is failing consistently | kind/bug kind/failing-test | **Describe the bug**
Even after merging #5187, unit test `TestController_RotateCertificates` is failing consistently. It can be reproduced locally.
```
=== RUN TestController_RotateCertificates
I0711 10:31:26.786847 71689 ipsec_certificate_controller.go:447] "Shutting down AntreaAgentIPsecCertificateController"... | 1.0 | [Flaky Test] TestController_RotateCertificates is failing consistently - **Describe the bug**
Even after merging #5187, unit test `TestController_RotateCertificates` is failing consistently. It can be reproduced locally.
```
=== RUN TestController_RotateCertificates
I0711 10:31:26.786847 71689 ipsec_certificate... | non_main | testcontroller rotatecertificates is failing consistently describe the bug even after merging unit test testcontroller rotatecertificates is failing consistently it can be reproduced locally run testcontroller rotatecertificates ipsec certificate controller go shutting do... | 0 |
3,969 | 18,168,370,588 | IssuesEvent | 2021-09-27 16:57:28 | coq/platform | https://api.github.com/repos/coq/platform | closed | Add deriving to the Coq Platform package | package inclusion has maintainer agreement | [deriving](https://github.com/arthuraa/deriving) is very useful and is a part of the Mathcomp universe. | True | Add deriving to the Coq Platform package - [deriving](https://github.com/arthuraa/deriving) is very useful and is a part of the Mathcomp universe. | main | add deriving to the coq platform package is very useful and is a part of the mathcomp universe | 1 |
92,816 | 8,378,857,921 | IssuesEvent | 2018-10-06 18:30:45 | fluidization/fluidization | https://api.github.com/repos/fluidization/fluidization | opened | Updates for transport_disengagement module | docs test | Update docstrings for functions in `transport_disengagement` module.
Write tests for functions in `transport_disengagement` module. Use pytest framework.
Write Sphinx documentation for functions in `transport_disengagement` module. | 1.0 | Updates for transport_disengagement module - Update docstrings for functions in `transport_disengagement` module.
Write tests for functions in `transport_disengagement` module. Use pytest framework.
Write Sphinx documentation for functions in `transport_disengagement` module. | non_main | updates for transport disengagement module update docstrings for functions in transport disengagement module write tests for functions in transport disengagement module use pytest framework write sphinx documentation for functions in transport disengagement module | 0 |
412 | 3,479,489,051 | IssuesEvent | 2015-12-28 20:41:35 | caskroom/homebrew-cask | https://api.github.com/repos/caskroom/homebrew-cask | closed | Can't install visual-studio-code, different archive by region | awaiting maintainer feedback bug upstream | I was unable to install this cask
Output of brew cask install visual-studio-code --verbose
```
$ brew cask install visual-studio-code --verbose
==> Downloading https://az764295.vo.msecnd.net/public/0.10.6/VSCode-darwin.zip
/usr/bin/curl -fLA Homebrew-cask v0.51+ (Ruby 2.0.0-645) https://az764295.vo.msecnd.net/p... | True | Can't install visual-studio-code, different archive by region - I was unable to install this cask
Output of brew cask install visual-studio-code --verbose
```
$ brew cask install visual-studio-code --verbose
==> Downloading https://az764295.vo.msecnd.net/public/0.10.6/VSCode-darwin.zip
/usr/bin/curl -fLA Homebr... | main | can t install visual studio code different archive by region i was unable to install this cask output of brew cask install visual studio code verbose brew cask install visual studio code verbose downloading usr bin curl fla homebrew cask ruby c o library caches homebre... | 1 |
5,242 | 26,563,493,954 | IssuesEvent | 2023-01-20 17:51:46 | centerofci/mathesar | https://api.github.com/repos/centerofci/mathesar | closed | InvalidDatetimeFormat error when attempting to filter on a partially-entered date | type: bug work: frontend status: draft restricted: maintainers | ## Steps to reproduce
1. Open the table page for table with a Date column, e.g. the ["all_data_types" data set](https://github.com/centerofci/mathesar-data-playground/blob/master/all_data_types/all_data_types.sql).
1. Add a filter condition specifying the date column to be equal to a date. Then _begin entering a date_... | True | InvalidDatetimeFormat error when attempting to filter on a partially-entered date - ## Steps to reproduce
1. Open the table page for table with a Date column, e.g. the ["all_data_types" data set](https://github.com/centerofci/mathesar-data-playground/blob/master/all_data_types/all_data_types.sql).
1. Add a filter cond... | main | invaliddatetimeformat error when attempting to filter on a partially entered date steps to reproduce open the table page for table with a date column e g the add a filter condition specifying the date column to be equal to a date then begin entering a date starting with one number ex... | 1 |
56,518 | 6,521,399,557 | IssuesEvent | 2017-08-28 20:25:29 | OData/odata.net | https://api.github.com/repos/OData/odata.net | closed | Microsoft.Data.ServerUnitTests1.UnitTests has failed test cases. | SkippedTestClean | <!-- markdownlint-disable MD002 MD041 -->
Test project: Microsoft.Data.ServerUnitTests1.UnitTests
### Assemblies affected
test
### Reproduce steps
uncomments the test cases and re-run
### Expected result
all test cases pass
### Actual result
some test cases failed.
| 1.0 | Microsoft.Data.ServerUnitTests1.UnitTests has failed test cases. - <!-- markdownlint-disable MD002 MD041 -->
Test project: Microsoft.Data.ServerUnitTests1.UnitTests
### Assemblies affected
test
### Reproduce steps
uncomments the test cases and re-run
### Expected result
all test cases pass
### A... | non_main | microsoft data unittests has failed test cases test project microsoft data unittests assemblies affected test reproduce steps uncomments the test cases and re run expected result all test cases pass actual result some test cases failed | 0 |
3,456 | 13,222,008,149 | IssuesEvent | 2020-08-17 14:53:16 | ansible/ansible | https://api.github.com/repos/ansible/ansible | closed | logentries module fails to correctly unfollow logs | affects_1.9 bot_closed bug collection collection:community.general module monitoring needs_collection_redirect needs_maintainer needs_triage support:community | _From @jmehnle on October 27, 2016 19:8_
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
`logentries` module
##### ANSIBLE VERSION
```
ansible 1.9.3
configured module search path = None
```
(but broken in Ansible 2 as well)
##### OS / ENVIRONMENT
Managing Ubuntu 14.04 and 16.04.
`logentries` agent 1.4.39 (lat... | True | logentries module fails to correctly unfollow logs - _From @jmehnle on October 27, 2016 19:8_
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
`logentries` module
##### ANSIBLE VERSION
```
ansible 1.9.3
configured module search path = None
```
(but broken in Ansible 2 as well)
##### OS / ENVIRONMENT
Managing U... | main | logentries module fails to correctly unfollow logs from jmehnle on october issue type bug report component name logentries module ansible version ansible configured module search path none but broken in ansible as well os environment managing ubuntu... | 1 |
3,739 | 15,705,284,717 | IssuesEvent | 2021-03-26 15:58:21 | petl-developers/petl | https://api.github.com/repos/petl-developers/petl | opened | Research benefits of moving release process from travis-ci.org to Github Actions | Help Wanted Maintainability | ## Problem description
Research benefits of moving release process from [travis-ci.org](https://travis-ci.org/github/petl-developers/petl) to [Github Actions](https://github.com/petl-developers/petl/actions).
### Pros
- Already exists a workflow for [testing](https://github.com/petl-developers/petl/actions/wor... | True | Research benefits of moving release process from travis-ci.org to Github Actions - ## Problem description
Research benefits of moving release process from [travis-ci.org](https://travis-ci.org/github/petl-developers/petl) to [Github Actions](https://github.com/petl-developers/petl/actions).
### Pros
- Already ... | main | research benefits of moving release process from travis ci org to github actions problem description research benefits of moving release process from to pros already exists a workflow for changes on push pull request added on pr this newer workflow targets all tests running... | 1 |
176,225 | 21,390,858,860 | IssuesEvent | 2022-04-21 06:56:33 | turkdevops/update-electron-app | https://api.github.com/repos/turkdevops/update-electron-app | opened | CVE-2020-28500 (Medium) detected in lodash-4.17.20.tgz | security vulnerability | ## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.20.tgz</b></p></summary>
<p>Lodash modular utilities.</p>
<p>Library home page: <a href="https://registr... | True | CVE-2020-28500 (Medium) detected in lodash-4.17.20.tgz - ## CVE-2020-28500 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>lodash-4.17.20.tgz</b></p></summary>
<p>Lodash modular util... | non_main | cve medium detected in lodash tgz cve medium severity vulnerability vulnerable library lodash tgz lodash modular utilities library home page a href path to dependency file package json path to vulnerable library node modules lodash package json dependency hier... | 0 |
4,806 | 24,759,368,917 | IssuesEvent | 2022-10-21 21:25:32 | OpenRefine/OpenRefine | https://api.github.com/repos/OpenRefine/OpenRefine | opened | Replace all Throwable.printStackTrace() with logging | bug maintainability | In investigating #5354, I realized that this is just the tip of the iceberg and there are a large number of places (~100) in the code where a naked `e.printStackTrace()` call is used. These should all be converted to using logging so that they can be turned on/off, routed to log collectors, reformatted, etc.
By def... | True | Replace all Throwable.printStackTrace() with logging - In investigating #5354, I realized that this is just the tip of the iceberg and there are a large number of places (~100) in the code where a naked `e.printStackTrace()` call is used. These should all be converted to using logging so that they can be turned on/off... | main | replace all throwable printstacktrace with logging in investigating i realized that this is just the tip of the iceberg and there are a large number of places in the code where a naked e printstacktrace call is used these should all be converted to using logging so that they can be turned on off rou... | 1 |
5,018 | 25,771,051,061 | IssuesEvent | 2022-12-09 08:00:23 | cloverhearts/quilljs-markdown | https://api.github.com/repos/cloverhearts/quilljs-markdown | closed | use this package in the browser | Saw with Maintainer | I use this package as a node package and it works, but I need to load it in the browser
here are my trials:
```
import("/node_modules/quilljs-markdown/index.js").then(QuillMarkdown=>Quill.register(...))
```
this causes an error because it imports from './src/app.js' which includes `import 'regenerator-runtime'... | True | use this package in the browser - I use this package as a node package and it works, but I need to load it in the browser
here are my trials:
```
import("/node_modules/quilljs-markdown/index.js").then(QuillMarkdown=>Quill.register(...))
```
this causes an error because it imports from './src/app.js' which incl... | main | use this package in the browser i use this package as a node package and it works but i need to load it in the browser here are my trials import node modules quilljs markdown index js then quillmarkdown quill register this causes an error because it imports from src app js which incl... | 1 |
288,249 | 24,893,355,726 | IssuesEvent | 2022-10-28 13:52:25 | brave/brave-browser | https://api.github.com/repos/brave/brave-browser | closed | Test failure: brave_browser_tests.xml.[empty] | ci-concern bot/type/test bot/arch/x64 bot/channel/nightly bot/platform/macos bot/branch/v1.47 | Greetings human!
Bad news. `brave_browser_tests.xml.[empty]` [failed on macos x64 nightly v1.47.26](https://ci.brave.com/job/brave-browser-build-macos-x64/5637/testReport/junit/brave_browser_tests/xml/test_browser____empty_).
<details>
<summary>Stack trace</summary>
```
Test report file /Users/jenkins/jenkins/workspa... | 1.0 | Test failure: brave_browser_tests.xml.[empty] - Greetings human!
Bad news. `brave_browser_tests.xml.[empty]` [failed on macos x64 nightly v1.47.26](https://ci.brave.com/job/brave-browser-build-macos-x64/5637/testReport/junit/brave_browser_tests/xml/test_browser____empty_).
<details>
<summary>Stack trace</summary>
```... | non_main | test failure brave browser tests xml greetings human bad news brave browser tests xml stack trace test report file users jenkins jenkins workspace brave browser build macos nightly src brave browser tests xml was length previous issues | 0 |
144,958 | 19,318,939,348 | IssuesEvent | 2021-12-14 01:41:40 | txh51591/tm-repo | https://api.github.com/repos/txh51591/tm-repo | opened | CVE-2020-36180 (High) detected in jackson-databind-2.9.9.jar | security vulnerability | ## CVE-2020-36180 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary>
<p>General data-binding functionality for Jackson: works on core streamin... | True | CVE-2020-36180 (High) detected in jackson-databind-2.9.9.jar - ## CVE-2020-36180 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.9.jar</b></p></summary>
<p>General... | non_main | cve high detected in jackson databind jar cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file tm repo pom xml path to vulne... | 0 |
89,773 | 10,616,618,149 | IssuesEvent | 2019-10-12 13:09:49 | neutralinojs/neutralinojs | https://api.github.com/repos/neutralinojs/neutralinojs | opened | Add contributors list to README | documentation | Use a quick tool like https://dev.to/lacolaco/introducing-contributors-img-keep-contributors-in-readme-md-gci
We need to easily update when there are new contributors | 1.0 | Add contributors list to README - Use a quick tool like https://dev.to/lacolaco/introducing-contributors-img-keep-contributors-in-readme-md-gci
We need to easily update when there are new contributors | non_main | add contributors list to readme use a quick tool like we need to easily update when there are new contributors | 0 |
32,627 | 4,779,403,826 | IssuesEvent | 2016-10-27 22:22:08 | coreos/etcd | https://api.github.com/repos/coreos/etcd | closed | functional-tester: mvcc database space exceeded and tester kept running | component/functional-tester | 
tester kept getting `mvcc: database space exceeded` errors, and the tester just kept retrying the first failure case `kill all members`. It starts around round 349. We should j... | 1.0 | functional-tester: mvcc database space exceeded and tester kept running - 
tester kept getting `mvcc: database space exceeded` errors, and the tester just kept retrying the firs... | non_main | functional tester mvcc database space exceeded and tester kept running tester kept getting mvcc database space exceeded errors and the tester just kept retrying the first failure case kill all members it starts around round we should just mark it as error or stop the tester since this happens no ... | 0 |
176,848 | 21,443,085,512 | IssuesEvent | 2022-04-25 01:07:27 | emilwareus/spring-boot | https://api.github.com/repos/emilwareus/spring-boot | closed | CVE-2014-0114 (High) detected in commons-beanutils-1.9.3.jar - autoclosed | security vulnerability | ## CVE-2014-0114 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-beanutils-1.9.3.jar</b></p></summary>
<p>Apache Commons BeanUtils provides an easy-to-use but flexible wrapper ... | True | CVE-2014-0114 (High) detected in commons-beanutils-1.9.3.jar - autoclosed - ## CVE-2014-0114 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>commons-beanutils-1.9.3.jar</b></p></summary... | non_main | cve high detected in commons beanutils jar autoclosed cve high severity vulnerability vulnerable library commons beanutils jar apache commons beanutils provides an easy to use but flexible wrapper around reflection and introspection library home page a href path to de... | 0 |
2,439 | 8,634,933,303 | IssuesEvent | 2018-11-22 19:15:46 | coq-community/manifesto | https://api.github.com/repos/coq-community/manifesto | opened | Proposal to add RelationExtraction | maintainer-wanted | ## Move a project to coq-community ##
**Project name:** RelationExtraction
**Initial author(s):** Catherine Dubois, David Delahaye, and Pierre-Nicolas Tollitte
**Current URL:** https://github.com/picnic/RelationExtraction
**Kind:** OCaml plugin
**License:** GPL3
**Description:** A plugin for generatin... | True | Proposal to add RelationExtraction - ## Move a project to coq-community ##
**Project name:** RelationExtraction
**Initial author(s):** Catherine Dubois, David Delahaye, and Pierre-Nicolas Tollitte
**Current URL:** https://github.com/picnic/RelationExtraction
**Kind:** OCaml plugin
**License:** GPL3
**... | main | proposal to add relationextraction move a project to coq community project name relationextraction initial author s catherine dubois david delahaye and pierre nicolas tollitte current url kind ocaml plugin license description a plugin for generating functio... | 1 |
5,470 | 27,350,840,690 | IssuesEvent | 2023-02-27 09:27:15 | cncf/glossary | https://api.github.com/repos/cncf/glossary | closed | Website updates: Tags | maintainers | @cjyabraham, as discussed over Slack, ideally, we'd want three different tag styles:
- Fundamentals or advanced
- Tech/concept/property
- The rest
Each tag type tells us a little bit about that word. We could use the style we have now + a lighter version of the same pink + a ghost button style. Generally, it wo... | True | Website updates: Tags - @cjyabraham, as discussed over Slack, ideally, we'd want three different tag styles:
- Fundamentals or advanced
- Tech/concept/property
- The rest
Each tag type tells us a little bit about that word. We could use the style we have now + a lighter version of the same pink + a ghost button... | main | website updates tags cjyabraham as discussed over slack ideally we d want three different tag styles fundamentals or advanced tech concept property the rest each tag type tells us a little bit about that word we could use the style we have now a lighter version of the same pink a ghost button... | 1 |
1,453 | 3,700,749,560 | IssuesEvent | 2016-02-29 10:02:30 | CartoDB/cartodb | https://api.github.com/repos/CartoDB/cartodb | closed | feature_flags_users id field should be a UUID, not a integer | Data-services | There cannot be integer primary keys in any cartodb model related to dynamic data | 1.0 | feature_flags_users id field should be a UUID, not a integer - There cannot be integer primary keys in any cartodb model related to dynamic data | non_main | feature flags users id field should be a uuid not a integer there cannot be integer primary keys in any cartodb model related to dynamic data | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.